﻿

html {
    font-family             : sans-serif;
    -ms-text-size-adjust    : 100%;
    -webkit-text-size-adjust: 100%;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
label,
i,
blockquote,
th,
td,
button,
span,
menu {
    padding: 0;
    margin : 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

b,
strong {
    font-weight: 700;
}

img {
    border: 0;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing     : content-box;
    height         : 0;
}

button,
input,
optgroup,
select,
textarea {
    color  : inherit;
    font   : inherit;
    margin : 0;
    border : none;
    outline: none;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor            : pointer;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border : 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding   : 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto;
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing   : content-box;
    -webkit-box-sizing: content-box;
    box-sizing        : content-box;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

input:focus {
    outline: none;
}

p {
    line-height: 20px;
}

table {
    border-collapse: collapse;
    border-spacing : 0;
}

td,
th {
    padding: 0;
}

body {
    font-family            : -apple-system-font, BlinkMacSystemFont, "Helvetica Neue", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", Arial, sans-serif;
    font-size              : 14px;
    font-weight            : 400;
    color                  : #000000;
    font-style             : normal;
    padding                : 0;
    margin                 : 0;
    line-height            : 1.2;
    position               : relative;
    -webkit-font-smoothing : antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color       : #ffffff;
}

img {
    max-width             : 100%;
    height                : auto;
    -ms-interpolation-mode: bicubic;
    display               : inline-block;
    vertical-align        : middle;
}

pre {
    overflow: visible;
}

ul,
li {
    margin    : 0;
    padding   : 0;
    list-style: none;
}

input {
    color: #333;
}

textarea {
    height    : auto;
    min-height: 50px;
}

select {
    padding: 0;
    margin : 0
}

label {
    -webkit-touch-callout: none;
    user-select          : none;
}

:-webkit-input-placeholder {
    color: #666666;
}

::-webkit-input-placeholder {
    color: #666666;
}

:-moz-placeholder {
    color: #666666;
}

::-moz-placeholder {
    color: #666666;
}

:-ms-input-placeholder {
    color: #666666;
}

.placeholder {
    color: #666666;
}

ol,
ul {
    list-style: none;
}

div,
dl,
dt,
dd,
ol,
ul,
li {
    zoom: 1;
}

em {
    font-style: normal;
}

.fs12 {
    font-size: 14px;
}

.fs14 {
    font-size: 14px;
}

.fs16 {
    font-size: 16px;
}

.fs18 {
    font-size: 18px;
}

.fs20 {
    font-size: 20px;
}

.clearfix {
    zoom: 1;
}

/*==for IE6/7 Maxthon2==*/

.clearfix:after {
    clear     : both;
    content   : '.';
    display   : block;
    width     : 0;
    height    : 0;
    font-size : 0;
    visibility: hidden;
}


/*==for FF/chrome ==*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.footer .fr {
    display    : flex;
    padding-top: 60px;
}

.footer .fr img {
    width: 125px;
    max-width: inherit;
}

.fr>div {
    margin-right: 30px;
    text-align  : center;
    font-size   : 14px;
    color       : #666666;
}

.fr>div>p {
    margin-top: 10px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mr20 {
    margin-right: 20px;
}

.mr60 {
    margin-right: 60px;
}

.mr80 {
    margin-right: 80px;
}

.tac {
    text-align: center;
}

.tar {
    text-align: right;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a i {
    display: none;
    cursor : pointer;
}

a * {
    cursor: pointer;
}

.ovh {
    overflow: hidden;
    *zoom   : 1;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

/* 通用样式 */

.wp {
    width : 75%;
    margin: 0 auto;
}

img.w900 {
    display     : block;
    width       : 900px;
    margin-left : auto;
    margin-right: auto;
}

img.w1000 {
    display     : block;
    width       : 1000px;
    margin-left : auto;
    margin-right: auto;
}

/* header */
.header,
.nav-bar {
    z-index: 100;
}

.nav-bar img {
    cursor: pointer;
}

.nav-bar img:nth-child(1) {
    /* margin-top: 3px; */
    display: none;
}

.header {
    display: none !important;
}

.header-logo {
    position        : relative;
    padding         : 28px 0 20px;
    background-color: #ffffff;
}

.header-logo .logo {
    display: block;
    width  : 182px;
    height : 67px;
    margin : 0 auto;
}

.header-logo .tools {
    position: absolute;
    top     : 16px;
    right   : 0;
}

.header-logo .tools-a {
    display     : block;
    margin-right: 10px;
}

.header-logo .tools-a,
.header-logo .tools-a:hover,
.header-logo .tools-a:active,
.header-logo .tools-a:visited,
.header-logo .tools-a:link {
    color: #333333;
}

.header-logo .tools-a:hover .txt {
    text-decoration: underline;
}

.header-logo .tools-a .ico {
    display: block;
    width  : 30px;
    height : 30px;
}

.header-logo .tools-a .ico1 {
    display: block;
    width  : 24px;
    height : 24px;
    margin : 3px 4px 0 0;
}

.header-logo .tools-a .txt {
    min-width  : 60px;
    font-size  : 14px;
    line-height: 24px;
    margin-top : 3px;
}

.logos {
    position: relative;
    height: 70px;
    padding-top: 10px;
    background: url(../image/logo-bg.png) no-repeat center center;
    background-size: cover;
    text-align: center;
}
.logos img{
    height: 80px;
}
.logos .language{
    position: absolute;
    right: 25%;
    top: 16px;
    width: auto;
    height: auto;
}

/* nav */
.nav-bar {
    position       : relative;
    width          : 100%;
    min-width      : 1024px;
    z-index        : 101;
    /* margin-bottom  : -70px; */
    color          : #fff;
    display        : flex;
    justify-content: center;
    align-items    : center;
    background: url(../image/logo-bg.png) no-repeat center center;
    background-size: cover;
}

.nav2 {
    color        : #222 !important;
    border-bottom: 1px solid #ccc;
    margin-bottom: 50px;
}

/* .nav-bar>ul {
    margin: 0 30px 0 100px;
} */

.nav-list {
    text-align    : center;
    letter-spacing: -1px;
    font-size     : 0;
}

.nav-list .li {
    display       : inline-block;
    *display      : inline;
    *zoom         : 1;
    letter-spacing: normal;
    font-size     : 16px;
    /* margin     : 0 8px; */
    padding       : 20px 30px;
    cursor        : pointer;
}

.nav-list h3 a {
    position   : relative;
    display    : block;
    color      : #333;
    font-size  : 16px;
    height     : 30px;
    line-height: 30px;
    /* padding : 0 12px; */
    font-weight: normal;
}

.nav-list .li.on h3 a,
.nav-list h3 a:hover {
    color          : #222;
    text-decoration: none;
}

.nav2 .nav-list h3 a {
    color: #222;
}

.nav2 .nav-list .li.on h3 a,
.nav2 .nav-list h3 a:hover {
    color: #222;
}

.nav-list .li.on h3 a::after,
.nav-list h3 a:hover::after {
    content    : '';
    position   : absolute;
    bottom     : -6px;
    left       : 50%;
    margin-left: -11px;
    display    : block;
    width      : 22px;
    height     : 3px;
    background : #ff0000;
}

.nav-list .sub {
    text-align      : left;
    background-color: #ffffff;
    overflow        : hidden;
    *zoom           : 1;
    position        : absolute;
    display         : none;
    top             : 70px;
    border-top      : 1px solid #d7d7d7;
    z-index         : 101;
}

.nav-list .sub>div {
    width: 100%;
}

.nav-list .li.on .sub {
    display: block;
}

.nav-list .sub .ad.big {
    width    : 20.5556%;
    min-width: 210px;
    max-width: 296px;
}

.nav-list .sub .ad.small {
    width    : 10.5556%;
    min-width: 128px;
    max-width: 152px;
}

.nav-list .sub .ad .img {
    display: block;
    width  : 100%;
    height : 100%;
}

.nav-list .sub .ad .txt {
    display    : inline-block;
    font-size  : 14px;
    color      : #222222;
    line-height: 24px;
    padding    : 10px 0;
}

.nav-list .sub .nav-pro .hd {
    width       : 11.667%;
    min-width   : 120px;
    max-width   : 168px;
    margin-right: 60px;
    padding     : 10px 0;
}

.nav-list .sub .nav-pro .hd a {
    display      : block;
    color        : #222222;
    font-size    : 14px;
    line-height  : 48px;
    border-bottom: 1px solid #ffffff;
}

.nav-list .sub .nav-pro .hd li.on a,
.nav-list .sub .nav-pro .hd a:hover {
    text-decoration: none;
    color          : #666666;
    border-color   : #d7d7d7;
}

.nav-list .sub .nav-pro .hd li.on a .span,
.nav-list .sub .nav-pro .hd a:hover .span {
    display: none;
}

.nav-list .third {
    padding: 0 20px;
}

.nav-list .third .t-tit {
    padding-top: 10px;
    font-size  : 16px;
    line-height: 36px;
    color      : #666666;
}

.nav-list .third .t-list {
    padding: 10px 0;
}

.nav-list .third .t-item {
    min-width    : 60px;
    padding-right: 20px;
}

.nav-list .third .i-tit {
    color         : #666666;
    font-size     : 14px;
    line-height   : 30px;
    font-weight   : bold;
    padding-bottom: 6px;
}

.nav-list .third .i-li .i-a {
    display      : inline-block;
    color        : #666666;
    font-size    : 14px;
    line-height  : 30px;
    border-bottom: 1px solid #ffffff;
}

.nav-list .third .i-li .i-a:hover {
    text-decoration: none;
    color          : #ff0000;
}

/* footer */
.footer {
    min-width : 1024px;
    border-top: 1px solid #D8D8D8;
}

.footer .f-shop {
    padding: 20px 0 40px;
}

.footer .f-search {
    position        : absolute;
    top             : 50%;
    left            : 50%;
    width           : 334px;
    height          : 62px;
    margin-left     : -167px;
    margin-top      : -31px;
    background-color: #000000;
    color           : #ffffff;
    text-align      : center;
    font-size       : 14px;
    line-height     : 62px;
}

.footer .f-search:hover,
.footer .f-search:visited,
.footer .f-search:active {
    color: #ffffff;
}

.footer .f-search .ico {
    position: absolute;
    top     : 16px;
    left    : 22px;
    display : block;
    width   : 30px;
    height  : 30px;
}

.footer .f-list {
    padding-top: 40px;
    font-size  : 14px;
}

.footer .f-item {
    width    : 40%;
    min-width: 220px;
    max-width: 385px;
}

.footer .f-item .tit {
    padding-bottom: 10px;
    font-size     : 14px;
}

.footer .f-item .tit a {
    line-height   : 30px;
    letter-spacing: 2px;
}

.footer .f-item .tit a,
.footer .f-item .tit a:hover,
.footer .f-item .tit a:visited,
.footer .f-item .tit a:active {
    font-weight: bold;
    color      : #000000;
}

.footer .f-item .li a,
.footer .f-item .li a:hover,
.footer .f-item .li a:visited,
.footer .f-item .li a:active {
    color         : #000000;
    line-height   : 30px;
    letter-spacing: 2px;
}

.footer .f-item .tit b {
    font-size: 20px;
}

.footer .f-item h2.tit b {
    font-size: 26px;
}

.footer .f-item h3 {
    margin: 30px 0;
}

.footer .f-item h3.tit b {
    font-weight: normal;
}

.footer .f-item .tit span {
    font-size: 12px;
    color    : #666666;
}

.footer table {
    font-size: 14px;
    color    : #666666;
}

.footer table td {
    padding  : 10px 20px 0 0;
    white-space: nowrap;
}


.footer .f-item .tips {
    color         : #000000;
    line-height   : 24px;
    padding-bottom: 24px;
}

.footer .f-item .f-input {
    display         : block;
    width           : 13.889%;
    min-width       : 130px;
    max-width       : 278px;
    line-height     : 26px;
    padding         : 8px 10px;
    background-color: #f3f3f3;
    border          : 1px solid #333333;
}

.footer .f-item .f-btn {
    line-height: 42px;
    padding    : 0 10px;
}

.footer .f-item .f-btn,
.footer .f-item .f-btn:hover,
.footer .f-item .f-btn:active,
.footer .f-item .f-btn:visited {
    color: #333333;
}

.footer .f-copy {
    padding    : 80px 0 50px;
    text-align : center;
    line-height: 24px;
    font-size  : 14px;
    color      : #666666;
}

.footer .gw-a,
.footer .gw-a:hover,
.footer .gw-a:active,
.footer .gw-a:visited {
    color: #666666;
}

.footer .gw {
    display     : inline-block;
    width       : 20px;
    height      : 20px;
    margin-right: 2px;
}

.global-mask {
    position  : absolute;
    top       : 0;
    left      : 0;
    bottom    : 0;
    right     : 0;
    min-width : 1024px;
    display   : none;
    background: rgba(0, 0, 0, 0.4);
    filter    : progid:DXImageTransform.Microsoft.gradient(startcolorstr=#6F000000, endcolorstr=#6F000000);
    /* ie8背景透明度 */
    z-index   : 10;
}

.global-mask.black {
    background: rgba(0, 0, 0, 0.2);
    filter    : progid:DXImageTransform.Microsoft.gradient(startcolorstr=#CC000000, endcolorstr=#CC000000);
    /* ie8背景透明度 */
}

.search-wp {
    position  : absolute;
    top       : 185px;
    left      : 0;
    display   : none;
    width     : 100%;
    min-width : 1024px;
    border-top: 1px solid #d7d7d7;
    background: #ffffff;
    z-index   : 100;
}

.search-wp .s-inner {
    padding: 70px 0 75px;
}

.search-wp .s-search {
    border-bottom: 1px solid #000000;
}

.search-wp .s-input {
    width      : 60%;
    padding    : 20px 0;
    line-height: 40px;
    font-size  : 20px;
}

.search-wp .s-ico {
    margin-top: 25px;
    cursor    : pointer;
}

.search-wp .s-btn {
    width      : 66px;
    height     : 44px;
    text-align : center;
    font-size  : 14px;
    line-height: 44px;
    color      : #ffffff;
    background : #000000;
    margin     : 64px auto 0 auto;
    cursor     : pointer;
}

/* 弹窗 */

.js-dialog {
    display: none;
}

.js-dialog.on {
    display: block;
}

.js-dialog .mask {
    position  : fixed;
    top       : 0;
    left      : 0;
    bottom    : 0;
    right     : 0;
    background: rgba(0, 0, 0, 0.4);
    filter    : progid:DXImageTransform.Microsoft.gradient(startcolorstr=#6F000000, endcolorstr=#6F000000);
    /* ie8背景透明度 */
    z-index   : 1000;
}

.js-dialog .dialog {
    position         : fixed;
    top              : 50%;
    left             : 50%;
    width            : 60%;
    max-width        : 1152px;
    min-width        : 820px;
    padding          : 60px 0 64px;
    color            : #000000;
    background       : #ffffff;
    z-index          : 1100;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform   : translate3d(-50%, -50%, 0);
    -o-transform     : translate3d(-50%, -50%, 0);
    -ms-transform    : translate3d(-50%, -50%, 0);
    transform        : translate3d(-50%, -50%, 0);
}

.js-dialog .dialog .tit {
    text-align : center;
    font-size  : 30px;
    line-height: 40px;
    padding    : 0 100px 20px;
}

.js-dialog .dialog .desc {
    text-align : center;
    font-size  : 16px;
    line-height: 30px;
    padding    : 0 100px;
}

.js-dialog .dialog .tips {
    text-align : center;
    font-size  : 14px;
    line-height: 30px;
    padding    : 0 100px;
}

.js-dialog .dialog .img {
    width          : 300px;
    height         : 300px;
    margin         : 0 auto;
    background     : no-repeat center center;
    background-size: contain;
}

.js-dialog .dialog .close {
    position  : absolute;
    top       : 30px;
    right     : 24px;
    width     : 40px;
    height    : 40px;
    background: url('../image/ico_close.png') 50% no-repeat;
    cursor    : pointer;
}

.js-dialog .c-list {
    padding: 50px 100px 0;
}

.js-dialog .c-list .item {
    width: 33.333%;
}

.js-dialog .c-list .item a {
    display: block;
    margin : 0 20px;
}

.js-dialog .c-list .item .ico {
    display: block;
    width  : 50px;
    height : 50px;
    margin : 0 auto;
}

.js-dialog .c-list .item .wx-code {
    display: block;
    width  : 97px;
    height : 97px;
    margin : 0 auto;
}

.js-dialog .c-list .item .wenzi {
    display: block;
    width  : 60px;
    height : 20px;
    margin : 20px auto 0 auto;
}

.js-dialog .c-list .item .txt {
    padding-top: 30px;
    font-size  : 14px;
    line-height: 24px;
    text-align : center;
    color      : #000000;
}

/* 暂无数据 */
.pro-no {
    font-size  : 14px;
    line-height: 22px;
    padding    : 10px 30px;
    color      : #999999;
    text-align : center;
}

@media (max-width: 1260px) {
    .nav-list {
        margin: 0 20px !important;
    }

    .nav-list .li {
        padding: 20px 5px;
    }

    .nav-list h3 a,
    .nav-list .third .i-li .i-a {
        font-size: 10px;
    }

    .nav-bar>img:nth-child(1) {
        width: 180px;
    }
}

body>* {
    min-width: 1024px;
}