body,
html {
    margin: 0px;
    padding: 0px;
    height: auto;
    font-size: 12px;
    background: #FFFFFF;
    color: #666666;
    overflow-x: hidden;
    min-width: 1000px;
    font-family: "Noto Sans CJK SC", "Source Han Sans CN","黑体";
}
.clearfix { zoom: 1; }

.clearfix:after { display: block; clear: both; content: ""; visibility: hidden; height: 0; }
html, body, div, span, applet, object, iframe, input, textarea, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, ul, li, ol, fieldset, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, form, a, button { margin: 0; padding: 0; list-style: none; font-family: 'microsoft yahei','SimSun','NSimSun',sans-serif; }
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dd,
dl,
dt,
ul,
li,
ol,
fieldset,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
form {
    margin: 0;
    padding: 0;
    list-style: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
input,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dd,
dl,
dt,
ul,
li,
ol,
fieldset,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
form,
a,
button {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: "Noto Sans CJK SC", "Source Han Sans CN","黑体";
    letter-spacing: 1px;
}

input,
textarea,
keygen,
select,
button {
    font-family: "Noto Sans CJK SC", "Source Han Sans CN","黑体";
}

img {
    border: 0
}

input,
textarea {
    outline: none
}

input,
textarea,
button {
    outline: none;
    -webkit-appearance: none;
    background-color: transparent;
    margin: 0px;
    border: none;
    padding: 0;
}

input {
    background-color: transparent;
}

button {
    outline: none;
}

.clearfix:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}

.clearfix {
    zoom: 1
}

/*ͷ��*/
* {
    box-sizing: border-box;
    -webkit-box-sizing: hidden;
    -moz-box-sizing: hidden;
    -ms-box-sizing: hidden;
    -o-box-sizing: hidden;
}

html {
    overflow-x: auto;
}

a:link,
a:visited,
a:hover,
a:active {
    color: #666666;
    text-decoration: none;
}

.hide {
    display: none !important;
}

.border-line {
    border-bottom: 1px solid #F94543;
}

.iconNew {
    background-image: url(/static/mainland_pc/newWebsite/images/sprite.png);
    background-size: 2500px;
    display: inline-block;
    vertical-align: middle;
}

.icon {
    background-image: url(/static/mainland_pc/newWebsite/images/sprite.png);
    background-size: 2500px;
    display: inline-block;
}

/*header*/
.header .icon-logo {
    display: block;
    margin-top: 32px;
    width: 170px;
    height: 60px;
    /* background-position: -600px -100px; */
    background: url(/static/mainland_pc/newWebsite/images/index/1.png) no-repeat;
    background-size: 163px 33px;
}

header {
    background: #fff;
}

.header {
    /* position: absolute; */
    width: 1200px;
    height: 100px;
    margin: auto;
    color: #464646;
    /* color: #fff; */
    z-index: 999;
    background: #fff;
    position: relative;
}

.header li {
    position: relative;
    float: left;
    cursor: pointer;
    border-top: 2px solid #fff;
    padding: 0px 20px 0px 20px;
}
.header li:hover{
    background: #f7f7f7;
}

.header li:last-of-type{
    /* padding-right: 0px; */
}

.header li .hot {
    position: absolute;
    width: 30px;
    height: 20px;
    top: 10px;
    /* left: 65px; */
    right: 10px;
    background-position: -713px -16px
}
/* .header li:nth-child(7) {
    width: 160px;
}*/
.nav-select {
    display: none;
    position: absolute;
    padding: 12px 0;
    width: 100%;
    top: 32px;
    left: 0px;
    background-color: #ffffff;
    /* border-bottom: 2px solid #eb0028; */
    z-index: 2;
    transform: translateY(60px);
    opacity: 0;
    overflow: hidden;
}

.header li:hover>.nav-select {
    display: block;
    transform: translateY(66px);
    height: auto;
    transition: .5s;
    opacity: 1;
    overflow: visible;
}

.nav-select a {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    text-align: center;
}

.header li:first-child {
    width: 200px;
    margin-right: 80px;
}

.header li>a {
    text-align: center;
    line-height: 100px;
    font-size: 20px;
    width: 100%;
    height: 98px;
    display: inline-block;
    letter-spacing: 1px;
}
.header li>span {
    text-align: center;
    line-height: 100px;
    font-size: 20px;
    height: 98px;
    display: inline-block;
    letter-spacing: 1px;
    color: #EE4132;
}
.header .login,.header .register{
    width: auto;
}
.header .login:hover,.header .register:hover{
    color:#EE4132;
}
/*.header li>a:hover {
    background: #f7f7f7;
}*/

.nav-select a:hover {
    background: #f7f7f7;
}

/* .header li:hover:before{
    display: block;
} */
.nav-redLine:hover {
    border-top: 2px solid #ccc;
}

.header .hot:before {
    /* content: "HOT";
    position: absolute;
    top: 23px;
    left: 64px;
    width: 30px;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    background-color: #ff781e;
    color: #fff; */
}

.header .nav-1:before,
.header .nav-2:before,
.header .nav-3:before,
.header .nav-4:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 1px;
    width: 120px;
    height: 2px;
    display: none;
    background-color: #eb0028;
}

.header .nav-3:before {
    width: 160px;
}

.last-div {
    margin-top: 34px;
}

.icon-phone {
    width: 24px;
    height: 34px;
    background-position: -496px -94px;
    float: left;
    margin-right: 6px;
}

.div-phone span:nth-child(1) {
    display: block;
    font-size: 14px;
    line-height: 10px;
    height: 12px;
    margin-bottom: 4px;
}

.div-phone span:nth-child(2) {
    display: block;
    font-size: 20px;
    line-height: 17px;
    height: 17px;
}

/* ͷ��ͼƬ */
.img-header {
    width: 100%;
    height: 400px;
    position: relative;
}

.img-header img {
    width: auto !important;
    position: absolute;
    left: 50%;
    margin-left: -960px;
}

.suspension {
    background-position: -14px -15px;
    width: 688px;
    height: 54px;
    position: absolute;
    top: 477px;
    left: 50%;
    margin-left: -344px;
    font-size: 16px;
    color: #666;
    line-height: 43px;
    text-align: center;
    text-indent: 105px;
}

/*�ײ�*/
.footerLi {
    display: inline-block;
    margin: 19px 130px 0px 0px;
}

.footerLi:last-of-type {
    margin-right: 0px;
}

.footerLi p {
    font-size: 16px;
    color: #ffffff;
    margin-top: 5px;
}

.footer-bottomWrapper {
    width: 100%;
    background-color: #000;
    color: #fff;
    text-align: center;
}

.footer-bottomWrapper ul {
    margin-right: 80px;
}

.footer-bottom {
    width: 1200px;
    margin: 0 auto;
    padding-top: 58px;
}

.fbLeft,
.fbMiddle {
    float: left;
}

.fbLeft {
    text-align: left;
}

.footerLogo {
    width: 160px;
    height: 58px;
    margin: 0px 0px 24px 0px;
    background-position: -600px -168px
}

.customerService {
    text-align: left;
    font-size: 12px;
}

.customerService p {
    line-height: 22px;
}

.customerService p:nth-child(1) {
    font-size: 16px;
    margin-bottom: 10px;
}

.customerService p a {
    color: #fff;
}

.fbMiddle {
    float: right;
}

.titleLi {
    display: inline-block;
    font-size: 16px;
    margin: 0px 58px 0px 0px;
    text-align: left;
    vertical-align: top;
}

.titleLi>ul {
    margin: 27px 0px 0px 0px;
}

.infoLi {
    margin-bottom: 18px;
}

.infoLi a {
    font-size: 14px;
    color: #999999;
}

.fbRight {
    float: right;
}

.fbRight p {
    font-size: 16px;
    margin-bottom: 22px;
    text-align-last: left;
}

.QRcode {
    width: 110px;
    height: 110px;
    background-color: #fff;
    display: inline-block;
    background-position: -446px -102px;
}

.QRcodeImg-footer {}

.goTopWrapper {
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 30px;
    border: 3px solid #fff;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 1000;
    display: none;
    cursor: pointer;
}

.goTopWrapper:hover {
    animation: rubberBand 1.5s 1;
    -moz-animation: rubberBand 1.5s 1;
    /* Firefox */
    -webkit-animation: rubberBand 1.5s 1;
    /* Safari and Chrome */
    -o-animation: rubberBand 1.5s 1;
    /* Opera */
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }

    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }

    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }

    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }

    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

.goTopWrapper p {
    position: relative;
    top: -9px;
    font-size: 16px;
    left: 1px;
}


.loading-wrap {
    /* background: rgba(0, 0, 0, 0.3); */
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2000;
}

.loading-wrap .loading {
    width: 80px;
    height: 80px;
    background-color: rgba(0, 0, 0, 0.3);
    top: 50%;
    margin-top: -40px;
    left: 50%;
    margin-left: -40px;
    text-align: center;
    position: absolute;
    border-radius: 6px;
}

.loading-wrap .loading img {
    border: 0;
    width: 60px;
    height: 60px;
    z-index: 2000;
    position: relative;
    margin-top: 10px;
    animation: mymove .8s infinite linear;
}

@keyframes mymove {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.popup-tip {
    position: fixed;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    width: 51%;
    min-width: 300px;
    top: 50%;
    transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    /*IE9*/-moz-transform: translate(0%, -50%);
    /*Firefox*/-webkit-transform: translate(0%, -50%);
    /*Safari和Chrome*/-o-transform: translate(0%, -50%);
    /*Opera*/padding: 12px 12px;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 15px;
    text-align: center;
    z-index: 3000;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    -webkit-transform: translate(0%, -50%);
    -moz-transform: translate(0%, -50%);
    -o-transform: translate(0%, -50%);
    z-index: 10000;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

/* 强制一行内显示 */
.white-space-nowrap {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 合作资讯提交成功公共弹窗 */
html,
body {
    width: 100%;
    /* height: 100%; */
    position: relative;
}

.mask-success-cp {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.success-cp-in {
    width: 600px;
    height: 400px;
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.success-cp-in .success-img {
    width: 220px;
    height: 183px;
    margin: 0 auto;
    background: url("../images/sprite.png") no-repeat 22px -65px;
    position: relative;
}

.success-cp-in .success-img .close {
    position: absolute;
    width: 22px;
    height: 22px;
    top: 0px;
    right: -166px;
    cursor: pointer;
    background: url("../images/sprite.png") no-repeat -546px -14px
}

.success-cp-in .success-title {
    margin-top: 10px;
    font: 30px/70px "Noto Sans CJK SC", "Source Han Sans CN","黑体";
    color: #232121;
    text-align: center;
}

.success-cp-in .desc {
    font: 20px/40px "Noto Sans CJK SC", "Source Han Sans CN","黑体";
    text-align: center;
    color: #666;
}

/* 右侧固定二维码 */
.fixed-code {
    position: fixed;
    z-index: 999;
    right: 0px;
    top: 330px;
}

/* PC商城按钮样式统一 */
.mall-btn {
    width: 250px;
    height: 50px;
    background: #ee3143;
    text-align: center;
    margin: 0 auto;
    font: 18px/50px "Noto Sans CJK SC", "Source Han Sans CN","黑体";
    color: #fff;
    cursor: pointer;
    letter-spacing: 3px;
    /* box-shadow: 3px 3px 15px -2px #eb0028; */
    box-shadow: 0 3px 15px -4px #eb0028 !important;
}

.mall-btn:hover {
    background: #e22e3f !important;
}

/* PC商城大标题样式统一 */
.title{
    font-weight: bold!important;
    letter-spacing: 3px!important;
    font-size: 28px!important;
}