@charset "utf-8";
/* CSS Document */

html,
body{
    height: 100%;
}
html{
    font-size: 100px;
}
body{
    background: #fff;
    font-weight: normal;
    font-family: Microsoft YaHei,'华文细黑',Helvetica Neue,Helvetica,Tahoma,Arial,Times New Roman,Verdana CenturyGothic,Pingfang SC,Hiragino Sans GB,Hiragino Sans GB W3,Microsoft YaHei UI,WenQuanYi Micro Hei,sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #515151;
    overflow-x: hidden;
}
*,
*:after,
*:before{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
input,
select,
button,
textarea{
    font-size: 100%;
    font-family: inherit;
    outline: 0;
    background: none;
    border: none;
}
input:not([type="checkbox"]),
select,
button,
textarea{
    -webkit-appearance: none;
    appearance: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
    color: #ccc;
}
img{
    border: 0;
    -ms-interpolation-mode: bicubic;
    image-rendering: optimizeQuality;
    max-width: 100%;
}
a{
    color: #666;
    text-decoration: none;
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -ms-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
}
a:hover{
    color: #e62129;
}
a:focus{
    outline: none;
}
ul,
li{
    list-style:none;
}
table{
    width: 100%;
    border-collapse: collapse;
}


/*public css*/
.cf{
    *zoom: 1;
}
.cf:after{
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
    content: ".";
}
.tl{
    text-align: left !important;
}
.tc{
    text-align: center !important;
}
.tr{
    text-align: right !important;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.vt{
    vertical-align: top !important;
}
.flex{
    display: flex;
}
.flex.j-sb {
    justify-content: space-between;
}
.flex.j-c {
    justify-content: center;
}
.flex.a-c {
    align-items: center;
}
.flex.column {
    flex-direction: column;
}
.fixe{
    position: fixed;
}
.none{
    display: none !important;
}
.relative{
    position: relative;
}
.ellipsis{
    max-width: 100%;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.nowrap{
    white-space: nowrap;
}
.table{
    display: table;
    width: 100%;
}
.tr-box{
    display: table-row;
}
.td-box{
    display: table-cell;
}
.container{
    position: relative;
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 10px;
}
@media screen and (max-width: 540px) {
    .container{
        padding-left: 5%;
        padding-right: 5%;
    }
}
.block {
    display: block;
}
.inline-block{
    display: inline-block;
}
.whole-pic {
    position: relative;
    overflow: hidden;
}
.whole-pic > span {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.whole-pic > .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: transform .3s;
}
.whole-pic > .img.cover {
    background-size: cover;
}
.whole-pic > img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    transition: transform .3s;
}
.wow-list > *:not(.zoomIn),
.wow:not(.zoomIn) {
    opacity: 0;
}
.ovh {
    overflow: hidden !important;
}


/*@media screen*/
@media screen and (min-width: 900px) {
    .max-show {
        display: block;
        visibility: visible;
    }
    .max-hide {
        display: none !important;
        visibility: hidden;
    }
}
@media screen and (max-width: 900px) and (min-width: 540px) {
    .small-show {
        display: block;
        visibility: visible;
    }
    .small-hide {
        display: none !important;
        visibility: hidden;
    }
}
@media screen and (max-width: 540px) {
    .min-show {
        display: block;
        visibility: visible;
    }
    .min-hide {
        display: none !important;
        visibility: hidden;
    }
}


#main {
    padding-top: 90px;
}
@media screen and (max-width: 1070px) {
    #main {
        padding-top: 54px;
    }
}

#header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 90px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
/***logo***/
#header .logo {
    position: absolute;
    top: 50%;
    left: 15px;
    height: 60px;
    margin-top: -30px;
    z-index: 1;
}
#header .logo img {
    display: block;
    height: 100%;
}
/***nav-btn***/
#header .nav-btn {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    width: 54px;
    height: 54px;
}
#header .nav-btn:before,
#header .nav-btn:after,
#header .nav-btn span {
    position: absolute;
    left: 14px;
    top: 50%;
    z-index: 2;
    width: 26px;
    height: 2px;
    background: #2b2b2b;
    border-radius: 1px;
    content: '';
    transition: all .6s cubic-bezier(.445, .145, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.445, .145, .355, 1);
}
#header .nav-btn:before {
    margin-top: -10px;
}
#header .nav-btn:after {
    margin-top: 6px;
}
#header .nav-btn span {
    margin-top: -2px;
}
#header .nav-btn i {
    position: absolute;
    right: 50px;
    top: 13px;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    color: #444;
    font-weight: 700;
    white-space: nowrap;
}
#header.active .nav-btn span {
    opacity: 0;
}
#header.active .nav-btn:before{
    margin-top: -3px;
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    background: #fff;
}
#header.active .nav-btn:after{
    margin-top: -3px;
    transform: rotate(-225deg);
    -webkit-transform: rotate(-225deg);
    background: #fff;
}
/***aside-box***/
#header .aside-box {
    position: absolute;
    top: 27px;
    right: 15px;
    z-index: 2;
    color: #2b2b2b;
}
#header .aside-box .search-box {
    position: relative;
    float: right;
    width: 36px;
    height: 36px;
}
#header .aside-box .search-box:hover #search-popup-block {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0, 25px, 0);
}
#header .aside-box .iconfont {
    position: relative;
    z-index: 11;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #e62129;
    text-align: center;
    cursor: pointer;
    color: #e62129;
    transition: all .3s;
}
#header .aside-box .iconfont:before {
    position: relative;
    z-index: 2;
    font-family: 'iconfont';
    content: '\e706';
    font-size: 20px;
    line-height: 34px;
}
#header .aside-box .iconfont:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #e62129;
    transform: scale(0);
    transition: transform .3s;
    content: '';
}
#header .aside-box .search-box:hover .iconfont {
    color: #fff;
}
#header .aside-box .search-box:hover .iconfont:after {
    transform: scale(1.05);
}
#header .aside-box .call-icon {
    margin-right: 20px;
    color: #e62129;
    font-family: 'Times New Roman';
    font-size: 24px;
    line-height: 36px;
}
#header .aside-box .call-icon:before {
    float: left;
    margin-right: 3px;
    font-family: 'iconfont';
    content: '\e605';
}
/***nav***/
#header .nav {
    position: relative;
    height: 100%;
    text-align: center;
}
#header .nav-list-container {
    height: 100%;
}
#header .nav-list-container-head {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: none;
    height: 54px;
    background: #e62129;
    padding: 0 15px;
    font-size: 24px;
    line-height: 54px;
    font-family: 'Arial';
    color: #fff;
}
#header .nav li {
    display: inline-block;
    height: 100%;
    margin: 0 20px;
}
#header .nav li .column {
    position: relative;
    z-index: 1;
    height: 100%;
}
#header .nav li .column a {
    display: block;
    height: 100%;
    padding: 0 15px;
    color: #1d1d1d;
    line-height: 90px;
    font-size: 18px;
}
#header .nav li .column:before {
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: 97px;
    height: 50px;
    margin-left: -49px;
    opacity: 0;
    transform: rotate(20deg);
    background: url(../img/nav-bg.png);
    transition: all .4s;
    pointer-events: none;
    content: '';
}
#header .nav li.active .column a,
#header .nav li:hover .column a {
    color: #e62129;
}
#header .nav li.active .column:before,
#header .nav li:hover .column:before {
    opacity: 1;
    transform: rotate(0deg);
}
#header .nav .sub-nav-container {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 0;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
    transition: all .4s;
    background-color: #fff;
    background-image: url(../img/sub-box-bg.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    text-align: left;
    overflow: hidden;
}
#header .nav .sub-nav-container .container {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-top: 60px;
    padding-bottom: 60px;
}
#header .nav li:hover .sub-nav-container {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}
#header .nav .sub-nav-container .img-box {
    width: 455px;
    height: 205px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    /*background: #e62129;*/
    overflow: hidden;
}
#header .nav .sub-nav-container dl {
    max-width: 500px;
}
#header .nav .sub-nav-container dt {
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: 700;
    color: #555;
    line-height: 1;
}
#header .nav .sub-nav-container dd {
    overflow: hidden;
    transition: height .4s;
}
#header .nav .sub-nav-container a {
    position: relative;
    display: inline-block;
    width: 235px;
    height: 47px;
    margin: 0 10px 10px 0;
    padding: 0 25px;
    border: 1px solid #efefef;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
    font-size: 14px;
    color: #666;
    line-height: 45px;
    transition: all .4s;
}
#header .nav .sub-nav-container a:before {
    float: left;
    position: relative;
    top: 50%;
    width: 3px;
    height: 3px;
    margin-right: 5px;
    background: #8b8b8c;
    content: '';
}
#header .nav .sub-nav-container a.active,
#header .nav .sub-nav-container a:hover {
    padding-left: 35px;
    color: #e62129;
    border-color: #e62129;
}
#header .nav .ad-container {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 38%;
    max-width: 290px;
    padding: 0 15px 100px;
    background: url(../img/i_stock_bg.png) left bottom no-repeat;
    background-size: 100% auto;
    font-weight: 700;
}
#header .nav .ad-container .h5,
#header .nav .ad-container .rf,
#header .nav .ad-container .hk {
    font-family: 'Arial';
    color: #e62129;
}
#header .nav .ad-container .hk {
    font-size: 16px;
}
#header .nav .ad-container .h5 {
    font-size: 18px;
}
#header .nav .ad-container .rf {
    font-size: 50px;
    line-height: 1;
}
#header .nav .ad-container p {
    color: #999;
    font-size: 14px;
}
#header .nav .ad-container .h4 {
    font-size: 16px;
    color: #2b2b2b;
}
#header .nav .ad-container .h4,
#header .nav .ad-container .rf {
    margin-top: 15px;
}
@media screen and (max-width: 1220px) {
    #header .logo {
        left: 10px;
    }
    #header .aside-box {
        right: 10px;
    }
    #header .aside-box .call-icon {
        display: none;
    }
}
@media screen and (min-width: 1070px) {
    #header .nav dd {
        height: auto !important;
    }
}
@media screen and (max-width: 1070px) {
    #header {
        height: 54px;
    }
    #header .logo {
        height: 34px;
        margin-top: -17px;
    }
    #header .nav-btn {
        display: block;
    }
    #header .aside-box {
        position: absolute;
        top: 10px;
        right: 70px;
    }
    #header .aside-box .call-icon {
        display: inline;
        margin: 0;
        color: #2b2b2b !important;
    }
    #header .aside-box .call-icon:before {
        content: '\e707';
    }
    #header .aside-box .call-icon b {
        display: none;
    }
    #header .aside-box .iconfont {
        right: -10px;
        top: 0px;
        border: none;
        color: #2b2b2b !important;
    }
    #header .aside-box .iconfont:before {
        font-size: 24px;
    }
    #header .aside-box .iconfont:after {
        display: none;
    }

    #header.active .nav {
        transform: translate3d(0, 0, 0);
    }
    #header .nav {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 2;
        width: 100%;
        height: 100%;
        padding: 0;
        transform: translate3d(100%, 0, 0);
        background: rgba(216, 219, 221, .9);
        overflow: hidden;
        transition: all .5s ease-in-out 0s;
        -webkit-overflow-scrolling: touch;
        text-align: left;
    }
    #header .nav-list-container {
        float: right;
        padding: 76px 0 40px;
        background: #fff;
        overflow-x: hidden;
        overflow-y: auto;
    }
    #header .nav-list-container-head {
        display: block;
    }
    #header .nav-list-container,
    #header .nav-list-container-head {
        width: 62%;
        max-width: 460px;
    }
    #header .nav li {
        display: block;
        height: auto;
        margin: 0;
    }
    #header .nav li .column {
        height: auto;
    }
    #header .nav li .column:before {
        background: none;
    }
    #header .nav li .column a {
        height: 45px;
        color: #333 !important;
        line-height: 45px;
        font-size: 16px;
        font-weight: 700;
    }
    #header .nav li.on .column a {
        color: #e62129 !important;
    }
    #header .nav li.has-sub .column:before {
        bottom: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        margin: 0;
        pointer-events: auto;
        transform: none;
    }
    #header .nav li.has-sub .column a:before,
    #header .nav li.has-sub .column a:after {
        position: absolute;
        top: 50%;
        background: #2b2b2b;
        content: '';
    }
    #header .nav li.has-sub .column a:before {
        left: auto;
        right: 20px;
        width: 2px;
        height: 12px;
        margin-top: -6px;
        border: none;
        transform: translate3d(0, 0, 0);
        transition: all .3s;
    }
    #header .nav li.has-sub .column a:after {
        right: 15px;
        width: 12px;
        height: 2px;
        margin-top: -1px;
    }
    #header .nav .sub-nav-container {
        height: auto !important;
        position: static;
        opacity: 1;
        pointer-events: auto;
        visibility: visible;
        box-shadow: none;
    }
    #header .nav .sub-nav-container .container {
        display: block;
        padding: 0;
    }
    #header .nav .sub-nav-container dt,
    #header .nav .sub-nav-container .img-box {
        display: none;
    }
    #header .nav .sub-nav-container a {
        width: 100%;
        height: 45px;
        margin: 0;
        border: none;
        border-bottom: 1px solid #eaeaea !important;
        border-radius: 0;
        line-height: 44px;
        color: #999;
    }
    #header .nav .sub-nav-container a:before {
        display: none;
    }
    #header .nav li dt a {
        padding: 0 15px 0 30px;
    }
    #header .nav li dd a {
        padding: 0 15px 0 45px;
    }
    #header .nav li.mobile-on .column a:before {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }

    #header .nav .ad-container {
        display: block;
    }
}


#footer {
    position: relative;
    padding: 35px 0 25px;
    background: #343f49;
    text-align: center;
}
#footer .mobile-top {
    position: absolute;
    top: -25px;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #e62129;
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 28px;
}
#footer .mobile-top:before {
    font-family: 'iconfont';
    content: '\e709';
}
#footer .footer-icon-list {
    padding-bottom: 30px;
}
#footer .footer-icon-list .iconfont {
    cursor: pointer;
    position: relative;
    margin: 0 15px;
    font-size: 24px;
    line-height: 34px;
    color: rgba(255, 255, 255, .5);
}
#footer .footer-icon-list .iconfont img {
    display: none;
    position: absolute;
    left: -50px;
    bottom: 100%;
    width: 120px;
    height: 120px;
    max-width: 120px;
    margin-bottom: 5px;
}
#footer .footer-icon-list .iconfont:hover {
    color: #e62129;
}
#footer .footer-icon-list .iconfont:hover img {
    display: block;
}
#footer .footer-nav-list {
    padding-bottom: 20px;
}
#footer .footer-nav-list a {
    margin: 0 38px;
    color: #fefefe;
    font-size: 18px;
    line-height: 30px;
    white-space: nowrap;
}
#footer .footer-nav-list a:hover {
    color: #e62129;
}
#footer .footer-info-box {
    font-size: 14px;
    color: rgba(255, 255, 255, .5);
    line-height: 24px;
}
#footer .footer-info-box a{
    color: rgba(255, 255, 255, .5);
}
#footer .footer-info-box a:hover{
    color: #e62129;
}
#footer .footer-info-box .copyright {
    margin-bottom: 6px;
}
@media screen and (max-width: 540px) {
    #footer {
        padding-bottom: 70px;
    }
    #footer .footer-icon-list {
        padding-bottom: 15px;
    }
}


#search-popup-block {
    position: absolute;
    top: 100%;
    right: -10px;
    z-index: 10;
    width: 400px;
    height: 200px;
    padding: 40px 30px;
    border-radius: 10px;
    background: #fefefe;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transform: translate3d(0, 35px, 0);
    visibility: hidden;
    transition: all .4s;
}
#search-popup-block:before {
    content: '';
    width: 18px;
    height: 18px;
    transform: rotate(45deg);
    top: -8px;
    right: 15px;
    background-color: #fff;
    position: absolute;
    border-top: 1px solid rgba(0,0,0,.06);
    border-left: 1px solid rgba(0,0,0,.06);
}
#search-popup-block:after {
    position: absolute;
    right: 0;
    top: -40px;
    width: 40px;
    height: 40px;
    content: '';
}
#search-popup-block .form-group {
    position: relative;
    padding: 0 40px 5px 0;
    border-bottom: 1px solid #dcdcdc;
}
#search-popup-block .form-group .text {
    position: relative;
    display: block;
    width: 100%;
    height: 32px;
    padding: 0 10px;
    background: none;
    line-height: 32px;
    font-size: 14px;
    color: #333;
}
#search-popup-block .form-group .submit-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    text-align: center;
    width: 40px;
    height: 32px;
    line-height: 32px;
    color: #333;
    cursor: pointer;
    font-size: 24px;
}
#search-popup-block .form-group .submit-btn:before {
    font-family: 'iconfont';
    content: '\e706';
}
#search-popup-block .label-box {
    padding: 20px 0;
}
#search-popup-block .label-box a {
    position: relative;
    float: left;
    margin: 0 8px 8px 0;
    padding: 0 10px;
    background: #e1e1e1;
    border-radius: 4px;
    line-height: 24px;
    font-size: 12px;
    color: #999;
    overflow: hidden;
}
#search-popup-block .label-box a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #e62129;
    content: '';
    transition: width .4s;
}
#search-popup-block .label-box a span {
    position: relative;
    z-index: 1;
}
#search-popup-block .label-box a:hover {
    color: #fff;
}
#search-popup-block .label-box a:hover:before {
    width: 100%;
}
@media screen and (max-width: 1070px) {
    #search-popup-block {
        top: calc(100% - 20px);
    }
}
@media screen and (max-width: 540px) {
    #search-popup-block {
        position: fixed;
        top: 30px;
        right: 0;
        width: 100%;
    }
    #search-popup-block:after,
    #search-popup-block:before {
        display: none;
    }
}


#online {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 8;
    display: flex;
    width: 100%;
    height: 50px;
    background: #e62129;
    align-items: center;
}
#online a {
    float: left;
    flex: 1;
    width: 33.3%;
    height: 100%;
    padding: 5px 0 0;
    color: #fff;
    text-align: center;
    line-height: 1;
    font-size: 12px;
}
#online a:before {
    display: block;
    height: 26px;
    font-size: 24px;
    line-height: 26px;
    transition: all 0s;
}
#online a:not(:last-child) {
    border-right: 1px solid #fff;
}

