﻿/*.bodycontent{width:100%; position:relative; overflow:hidden;}*/

.w1200 {
    width: 1200px;
    margin: auto;
}

.min_w1200 {
    min-width: 1200px;
}

.header {
    /* padding-top: 17px;*/
    height: 80px;
    background: #000000;
    color: #FFFFFF;
}

.header .w1200 {
    padding-top: 17px;
}

.flex {
    display: flex;
}

.flex1 {
    display: flex;
    justify-content: space-between; /* 横向中间自动空间 */
}

.flex2 {
    display: flex;
    align-items: center; /*垂直居中*/
    justify-content: center; /*水平居中*/
}

.flex3 {
    display: flex;
    flex-flow: wrap;
}

.cur_p {
    cursor: pointer;
}

.header .left {
    margin-right: 50px;
}

.header .left img {
    padding-top: 1px;
}

.header .left p {
    font-size: 18px;
    font-family: HYYaKuHeiJ;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 24px;
    margin-top: 8px;
}

.header .left span {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 16px;
    margin-left: 2px;
}

.header .right {
    margin-left: 26px;
    width: 180px;
    height: 48px;
    border: 1px solid #FFFFFF;
}

.header .right a {
    display: flex;
}

.header .right p {
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 48px;
    margin-left: 13px;
}

.header .right img {
    margin-top: 12px;
    margin-left: 36px;
    width: auto;
    height: 24px;
}

.topNav {
    box-shadow: 0 4px 15px rgba(0,0,0,.08);
    position: fixed !important;
    width: 100% !important;
    top: 0;
    background: rgba(255,255,255,1);
    z-index: 2;
}


/*--------------------- header -------------------*/
.header-wrap {
    /* position: fixed;*/
    background-color: #fff;
    z-index: 10;
    overflow: initial;
    width: 100%;
    /* border-bottom:1px solid #e7e7e7;*/
}

.header-wrap-box {
    height: 76px;
}

.header-box {
    position: relative;
    overflow: initial;
    width: 1200px;
    margin: 0 auto;
    height: 76px;
}

.header-box > a.logo {
    display: block;
    float: left;
    width: 203px;
    height: 76px;
    background: url(/images/logo.png?v=2) no-repeat 50% 40%;
    margin-top: 0px;
    background-size: contain;
}

.header-box > ul.header-nav {
    position: relative;
    overflow: initial;
    float: left;
    margin-left: 100px;
    height: 76px;
}

.header-box > ul.header-nav > li {
    position: relative;
    overflow: initial;
    float: left;
    margin-left: 60px;
    height: 76px;
}

.header-box > ul.header-nav > li:first-child {
    margin-left: 0;
}

.header-box > ul.header-nav > li > a {
    font-size: 16px;
    color: #373737;
    line-height: 76px;
}

.shop-cart {
    color: #ffee00 !important;
}

.shop-img {
    width: 30px;
}

.shop-cart img {
    width: 20px;
}

.left-phone {
    position: fixed;
    left: 0;
    top: 500px;
    z-index: 100;
}

.login-download {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0,0,0,0.8);
    height: 100% !important;
    color: #fff;
    padding: 10px !important;
    box-sizing: border-box;
}

.download-psi {
    display: flex;
    justify-content: space-between;
    height: 28px;
}

.download-psi > .download-label {
    font-size: 14px;
}

.download-psi > .download-btn {
    font-size: 14px;
    color: #0064fa;
    cursor: pointer;
}

.download-psi > .cancel-dialog {
    color: #ee685d
}

.btn-code-box {
    margin-left: 16px;
    cursor: pointer;
    position: relative;
}

.qrcode {
    width: 150px;
    display: none;
    position: absolute;
    bottom: -160px;
    left: -35px;
    border: 1px solid #e7e7e7;
}

.qrcode img {
    width: 150px;
}

.header-box > ul.header-nav > li > ol.nav-ol,
.header-box > ul.header-right-box > li > ol.nav-ol {
    z-index: 9;
    position: absolute;
    max-height: 0px;
    overflow: hidden;
    left: 50%;
    margin-left: -80px;
    top: 76px;
    width: 180px;
    background: #fff;
    box-shadow: 0 0px 5px rgba(6, 0, 1, 0.15);
    -webkit-box-shadow: 0 0px 5px rgba(6, 0, 1, 0.15);
    -moz-box-shadow: 0 0px 5px rgba(6, 0, 1, 0.15);
    -o-box-shadow: 0 0px 5px rgba(6, 0, 1, 0.15);
    transition: all .3s;
    -webkit-transition: all .3s;
}

.header-box > ul.header-nav > li:hover > a,
.header-box > ul.header-right-box > li:hover > a {
    color: #0064fa;
}

.header-box > ul.header-nav > li:hover > ol.nav-ol,
.header-box > ul.header-right-box > li:hover > ol.nav-ol {
    max-height: 500px;
    padding: 10px 0;
}

.header-box > ul.header-nav > li > ol.nav-ol > li,
.header-box > ul.header-right-box > li > ol.nav-ol > li {
    padding-left: 12px;
    height: 36px;
}

.header-box > ul.header-nav > li > ol.nav-ol > li > a,
.header-box > ul.header-right-box > li > ol.nav-ol > li > a {
    font-size: 14px;
    color: #323232;
    line-height: 36px;
}

.header-box > ul.header-right-box > li > ol.nav-ol > li > a > span {
    font-size: 12px;
    color: #323232;
    line-height: 36px;
}

.header-box > ul.header-nav > li > ol.nav-ol > li:hover > a,
.header-box > ul.header-right-box > li > ol.nav-ol > li:hover > a {
    color: #0064fa;
}

.header-box > ul.header-nav > li > ol.need-center {
    width: 142px;
    margin-left: -71px;
}

.header-box > ul.header-nav > li > ol.need-center > li {
    padding-left: 0;
    text-align: center;
}

.header-box > .header-right-box {
    position: relative;
    overflow: initial;
    float: right;
}

.header-box > .header-right-box > li {
    position: relative;
    overflow: initial;
    float: left;
    padding: 23px 0;
}

.header-box > .header-right-box > li > a.btn {
    display: block;
    height: 30px;
    border-radius: 3px;
    border: 1px solid #0064fa;
    font-size: 14px;
    color: #fff;
    line-height: 28px;
    text-align: center;
    box-sizing: border-box;
}

.header-box > .header-right-box > li > a.login {
    width: 80px;
    color: #0064fa;
}

.header-box > .header-right-box > li > a.login:hover {
    background: #0064fa;
    color: #fff;
}

.header-box > .header-right-box > li > a.login:hover {
    background: #0064fa;
    color: #fff;
}

.header-box > .header-right-box > li > a.register {
    width: 80px;
    background: #0064fa;
    margin-left: 15px;
}

.header-box > .header-right-box > li > a.register:hover {
    background: #0050c9;
}

.header-box > .header-right-box > li:hover > a.register {
    color: #fff;
}

.header-box > .header-right-box a.right-text {
    line-height: 30px;
    font-size: 14px;
    color: #373737;
    margin-left: 15px;
}

.header-box > ul.header-right-box > li > ol.nav-ol {
    width: 230px;
    margin-left: -95px;
}

.header-top-wrap {
    position: relative;
    overflow: initial;
    width: 100%;
    height: 30px;
    background: #313131;
}

.header-top-box {
    height: 30px;
}

.header-top-box > .header-right-box > li {
    padding: 0;
}

.header-top-box > .header-right-box > li > a {
    border-left: 1px solid #757475;
    padding: 0 15px;
}

.header-top-box > .header-right-box > li:first-child + li + li > a {
    padding: 0 0 0 15px;
}

.header-top-box > .header-right-box > li > a.right-text {
    margin-left: 0;
}

.header-top-box > .header-right-box > li > a.right-text > span {
    font-size: 13px;
    color: #fff;
    padding-left: 15px;
}

.header-top-box > .header-right-box > li > a.right-text > span:first-child {
    padding-left: 5px;
}

.header-top-box > .header-right-box > li:first-child > a {
    border-left: 0;
}

.header-top-box > .header-right-box > li > a.right-text {
    /* color: rgba(255, 255, 255, 0.4);*/
    color: #fff;
    font-size: 13px;
}

.header-top-box > .header-right-box > li:hover > a.right-text {
    color: #fff;
}

.header-top-box > ul.header-right-box > li > ol.nav-ol {
    top: 30px;
}

/*--------------------- footer -------------------*/
.footer-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    min-width: 1200px;
}

.footer-wrap .bash-box {
    position: relative;
    overflow: hidden;
    width: 1210px;
    display: flex;
}

.footer-wrap > .footer-content-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    background: #30343d;
    padding: 35px 0 40px;
}

.footer-content-wrap .wechat-box {
    padding-left: 20px;
    float: left;
}

.wechat-box > i.wechat-qrcode {
    display: block;
    width: 144px;
    height: 144px;
    background: url(../images/code.png) no-repeat 50% 50%;
    background-size: 100%;
}

.wechat-box > p.wechat-title {
    font-size: 14px;
    line-height: 18px;
    padding-bottom: 10px;
    color: #fff;
    padding-left: 5px;
}

.wechat-box > p.wechat-detail {
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 1;
    padding-top: 10px;
}

.wechat-box i.wechat-icon {
    display: inline-block;
    width: 22px;
    height: 18px;
    background: url(../img/wechat_icon.png) no-repeat 50% 50%;
    vertical-align: middle;
    margin-right: 10px;
}

.footer-content-ul {
    position: relative;
    overflow: hidden;
    float: left;
    margin-left: 70px;
}

.footer-content-ul li {
    position: relative;
    overflow: hidden;
    margin-left: 100px;
    float: left;
}

.footer-content-ul li:first-child {
    margin-left: 0;
}

.footer-content-ul li p.h4 {
    font-size: 16px;
    color: #fff;
    line-height: 1;
    padding-bottom: 25px;
}

.footer-content-ul li a {
    display: block;
    font-size: 14px;
    color: rgba(196, 197, 198, 0.63);
    line-height: 1;
    padding-bottom: 15px;
}

    .footer-content-ul li a:hover {
        color: #fff;
    }

.footer-content-ul li p.tel-title {
    line-height: 1;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.65);
    padding: 15px 0;
}

.footer-content-ul li i.tel {
    display: inline-block;
    width: 25px;
    height: 25px;
    vertical-align: bottom;
    background: url(../images/tel.png) no-repeat 50% 50%;
    margin-right: 10px;
}

.footer-content-ul li p.tel-number {
    line-height: 25px;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
}

.footer-content-ul li p.tel-number .holiday-phone {
    line-height: 25px;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
}

.holiday-phone-no {
    font-size: 22px
}

.footer-content-ul li p.tel-number .holiday-phone {
    line-height: 25px;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
}

.qrcode {
    width: 150px;
    display: none;
    position: absolute;
    bottom: -160px;
    left: -35px;
    border: 1px solid #e7e7e7;
}

.qrcode img {
    width: 150px;
}

.footer-wrap > .footer-copyright-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 66px;
    background: #292c33;
    text-align: center;
}

.footer-copyright-wrap span {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.45);
    line-height: 66px;
}

.footer-copyright-wrap span.padding-10 {
    padding-left: 10px;
}

.footer-copyright-wrap span.padding-20 {
    padding-left: 20px;
}

.bodycontent * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.bodycontent html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, address, em, img, ol, ul, li, fieldset, form, label, legend, table, tbody, tfoot, thead, tr, th, td, i, b, s {
    font-family: Microsoft YaHei,Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight: inherit;
    font-style: inherit;
    margin: 0;
    padding: 0;
    border: 0
}

ul, ol {
    list-style: none
}

a img {
    vertical-align: top;
    border: none
}

a {
    text-decoration: none
}

button {
    overflow: visible;
    margin: 0;
    padding: 0;
    border: 0 none;
    background-color: transparent
}

    button::-moz-focus-inner {
        padding: 0
    }

input[type=password] {
    -webkit-text-security: disc
}

textarea:focus, input:focus, button:focus {
    outline: none
}

body {
    word-wrap: break-word
}

* {
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

.icon {
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: left top
}

.btn {
    display: inline-block;
    zoom: 1;
    text-align: center;
    vertical-align: middle
}

.none {
    display: none
}

.bash-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.bash-box {
    position: relative;
    overflow: hidden;
    width: 1210px;
    margin: 0 auto;
}

.flex-span {
    display: flex;
    align-items: center;
}

.gongan {
    width: 22px;
    height: 22px;
    margin: 0 4px;
}

.h1-title {
    line-height: 1;
    font-size: 36px;
    color: #222222;
    text-align: center;
    padding: 70px 0 20px;
}

.h2-title {
    line-height: 1;
    font-size: 20px;
    color: #6a6a6a;
    text-align: center;
    padding-bottom: 50px;
}


.footer-content-wrap .link-box {
    padding-left: 20px;
    float: left;
    width: 144px;
    height: 50px;
    display: inline-block;
}

.footer-link {
    position: relative;
    overflow: hidden;
    float: left;
    margin-left: 70px;
    color: #ccc;
    overflow: hidden;
}


.footer-link a {
    color: #ccc;
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
}

.footer-link a:hover {
    color: #fff;
}

.newFlex .left img {
    width: 14px;
    height: 14px;
}

.newFlex {
    height: 50px;
    background: #313131;
}

.newFlex .left p {
    line-height: 16px;
    margin-top: 0px;
}

.newFlex .left span {
    margin-right: 5px;
}

.newFlex .left .ml60 {
    margin-left: 60px;
}

.newFlex .right {
    width: 130px;
    height: 30px;
    margin-top: -7px;
}

.newFlex .right img {
    margin-top: 6px;
    margin-left: 23px;
    width: auto;
    height: 16px;
}

.newFlex .right p {
    font-size: 14px;
    line-height: 30px;
}