@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;
}
*{
    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::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
    color: #ccc;
}
img{
    border: 0;
    -ms-interpolation-mode: bicubic;
    image-rendering: optimizeQuality;
    max-width: 100%;
}
a{
    color: #555;
    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: #f8b500;
}
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;
}
.fixe{
    position: fixed;
}
.none{
    display: none !important;
}
.relative{
    position: relative;
}
.ellipsis{
    display: inline-block;
    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: 1200px;
    margin: 0 auto;
    padding: 0 10px;
}
.inline-block{
    display: inline-block;
}
.wow-list > *,
.wow {
    opacity: 0;
}
.ovh {
    overflow: hidden !important;
}
.whole-pic {
    text-align: center;
}
.whole-pic > span {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.whole-pic > img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

body {
    overflow-x: hidden;
}

#main {
    /*overflow: hidden;*/
}
#header {
    position: relative;
    padding-bottom: 54px;
}
/***top-container***/
#header .top-container {
    height: 44px;
    border-bottom: 1px solid #eee;
}
#header .top-container .info {
    float: left;
    margin-right: 20px;
    color: #999;
    line-height: 42px;
}
#header .top-container .info:before {
    float: left;
    margin-right: 9px;
    font-family: 'iconfont';
    color: #0b706a;
    font-size: 20px;
}
#header .top-container .tel:before {
    content: '\e71f';
}
#header .top-container .email:before {
    content: '\ebf8';
}
#header .top-container .right-box {
    float: right;
}
#header .top-container .link-icon {
    float: left;
    width: 45px;
    height: 43px;
    border-left: 1px solid #eee;
    text-align: center;
    color: #999;
    line-height: 42px;
    font-size: 20px;
}
#header .top-container .link-icon:hover {
    color: #f8b500
}
#header .top-container .language-box {
    position: relative;
    float: left;
    width: 140px;
    height: 43px;
}
#header .top-container .language-box dt {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    text-align: center;
    color: #999;
    line-height: 42px;
    cursor: pointer;
}
#header .top-container .language-box dt:before {
    margin-right: 9px;
    font-family: 'iconfont';
    content: '\e71a';
    color: #0b706a;
    font-size: 20px;
}
#header .top-container .language-box dt:after {
    margin-left: 5px;
    font-size: 12px;
    font-family: 'iconfont';
    content: '\e603';
}
#header .top-container .language-box dd {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1;
    min-width: 140px;
    padding: 20px;
    background: #4c4a4f;
    transition: all 0.3s ease-out 0s;
    opacity: 0;
    visibility: hidden;
    transform: translate3d(0px, 10px, 0px);
}
#header .top-container .language-box .box a {
    font-size: 14px;
    line-height: 24px;
    color: #d2ced5;
}
#header .top-container .language-box .box a:hover {
    color: #f8b500
}
#header .top-container .language-box:hover dd {
    transform: translate3d(0px, 0px, 0px);
    opacity: 1;
    visibility: visible;
}
/***header-info-container***/
#header .header-info-container {
    position: relative;
    height: 120px;
}
#header .header-info-container .logo {
    position: absolute;
    top: 20px;
    left: 10px;
    height: 80px;
}
#header .header-info-container .logo img {
    display: block;
    height: 100%;
}
#header .header-info-container .logo .text {
    position: absolute;
    left: 90px;
    top: 52px;
    white-space: nowrap;
    font-family: 'Arial';
    color: #222;
}
#header .header-info-container .mobile-search-btn {
    display: none;
    position: absolute;
    top: 10px;
    right: 60px;
    width: 30px;
    height: 30px;
    background: #0b706a;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
}
#header .header-info-container .search-container {
    float: right;
    width: 450px;
    padding-top: 28px;
}
#header .header-info-container .search-container dt {
    position: relative;
}
#header .header-info-container .search-container input {
    display: block;
    width: 100%;
    height: 42px;
    padding: 0 62px 0 20px;
    background: #f8b500;
    border-radius: 21px;
    color: #fff;
}
#header .header-info-container .search-container input::-webkit-input-placeholder {
    color: #fff;
}
#header .header-info-container .search-container input::-moz-placeholder {
    color: #fff;
}
#header .header-info-container .search-container input:-moz-placeholder {
    color: #fff;
}
#header .header-info-container .search-container input:-ms-input-placeholder {
    color: #fff;
}
#header .header-info-container .search-container .btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 42px;
    height: 42px;
    background: #0b706a;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    line-height: 42px;
    font-size: 22px;
}
#header .header-info-container .search-container dd {
    height: 40px;
    margin-top: 5px;
    padding-left: 5px;
    overflow: hidden;
}
#header .header-info-container .search-container dd a {
    display: inline-block;
    margin-left: 16px;
    color: #888;
    line-height: 20px;
}
#header .header-info-container .search-container dd a:hover {
    color: #f8b500;
}
/***nav***/
#header .nav {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
    width: 100%;
    height: 54px;
    background: #0b706a;
}
#header .nav:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    border-bottom: 4px solid #f8b500;
    content: '';
}
#header .nav .nav-container {
    height: 100%;
    text-align: center;
}
#header .nav .nav-container dl {
    position: relative;
    z-index: 1;
    display: inline-block;
    height: 100%;
}
#header .nav .nav-container dl:last-child dd {
    left: auto;
    right: 0;
}
#header .nav .nav-container dt {
    position: relative;
    height: 100%;
}
#header .nav .nav-container dt:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f8b500;
    transform: scaleX(0);
    transition: all .3s;
    content: '';
}
.ie #header .nav .nav-container dt:before {
    opacity: 0;
    visibility: hidden;
    display: none;
    width: 0;
}
.ie #header .nav .nav-container dl.active dt:before {
    display: block;
    opacity: 1;
    visibility: visible;
    width: 100%;
}
#header .nav .nav-container dt a {
    display: block;
    position: relative;
    z-index: 1;
    padding: 0 30px;
    line-height: 50px;
    font-size: 16px;
    font-weight: 700;
    font-family: 'Arial';
    color: #fff;
}
#header .nav .nav-container dd {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9;
    width: 440px;
    min-height: 204px;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
}
#header .nav .nav-container dd:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    border-bottom: 4px solid #f8b500;
    content: '';
}
#header .nav .nav-container dd ul {
    width: 230px;
    padding: 12px 0 30px 20px;
}
#header .nav .nav-container dd li {
    height: 40px;
    border-bottom: 1px dotted #ccc;
    text-align: left;
}
#header .nav .nav-container dd a {
    display: block;
    height: 100%;
    padding: 0 10px;
    line-height: 40px;
    color: #666;
    overflow: hidden;
    transition: all .3s;
}
#header .nav .nav-container dd .pic {
    position: absolute;
    top: 25px;
    right: 30px;
    width: 150px;
    height: 150px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
#header .nav .nav-container dd li:first-child .pic {
    z-index: 1;
}
#header .nav .nav-container dd .active a {
    color: #f8b500;
}
#header .nav .nav-container dd .active .pic {
    z-index: 2;
}
#header .nav .nav-container dd li:hover a {
    color: #f8b500;
    text-indent: 12px;
}
#header .nav .nav-container dd li:hover .pic {
    z-index: 3;
}
#header .nav .nav-container dl.active dt:before,
#header .nav .nav-container dl:hover dt:before {
    transform: scaleX(1);
}
#header .nav .nav-container dl:hover dd {
    visibility: visible;
    opacity: 1;
}
/***mobile-nav-btn***/
#header .mobile-nav-btn {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9;
    width: 50px;
    height: 50px;
}
#header .mobile-nav-btn:before,
#header .mobile-nav-btn:after,
#header .mobile-nav-btn span {
    position: absolute;
    left: 10px;
    top: 50%;
    z-index: 2;
    width: 30px;
    height: 3px;
    background: #f8b500;
    border-radius: 1px;
    content: '';
    transition: all .6s cubic-bezier(.445, .145, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.445, .145, .355, 1);
}
#header .mobile-nav-btn:before {
    margin-top: -12px;
}
#header .mobile-nav-btn:after {
    margin-top: 8px;
}
#header .mobile-nav-btn span {
    margin-top: -2px;
}
#header.show-search .mobile-nav-btn span,
#header.active .mobile-nav-btn span {
    opacity: 0;
}
#header.show-search .mobile-nav-btn:before,
#header.active .mobile-nav-btn:before{
    margin-top: -3px;
    transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
}
#header.show-search .mobile-nav-btn:after,
#header.active .mobile-nav-btn:after{
    margin-top: -3px;
    transform: rotate(-225deg);
    -webkit-transform: rotate(-225deg);
}
#header.fixed .nav {
    position: fixed;
    top: 0;
    bottom: auto;
}

/***mobile-show***/
#header .mobile-show {
    display: none;
}
#header .nav .mobile-language-box {
    height: 65px;
    padding: 20px 35px 0;
}
#header .nav .mobile-language-box a {
    margin-right: 18px;
    color: #666;
}
#header .nav-aside-box .tel {
    display: block;
    width: 70%;
    max-width: 500px;
    margin: 40px auto 0;
    font-size: 18px;
    line-height: 45px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    background-color: #0b706a;
}
#header .nav-aside-box .author {
    padding: 20px 0;
    font-size: 14px;
    line-height: 1;
    color: #999;
    text-align: center;
    font-family: '黑体';
}
#header .nav-aside-box .author a {
    color: #d3d3d3;
}


#footer {
    background: url(../img/footer-bg.jpg);
    font-family: 'Arial';
    color: #ccc;
    line-height: 30px;
}
#footer a {
    color: #ccc;
}
#footer a:hover {
    color: #f8b500;
}
#footer .top-container {
    padding-top: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #484848;
}
#footer .top-container .logo {
    float: left;
}
#footer .top-container .share-box {
    float: right;
    padding-top: 20px;
}
#footer .top-container .share-btn {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-left: 6px;
    border-radius: 50%;
    background: #262525;
    color: #888;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    transition: all .3s;
}
#footer .top-container .share-btn:hover {
    background: #f8b500;
    color: #fff;
}
#footer .center-container {
    padding: 45px 0 13px;
    border-top: 1px solid #111;
}
#footer .center-container dl {
    float: left;
    margin-bottom: 70px;
}
#footer .center-container dt {
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 10px;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
}
#footer .center-container dt:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 0;
    border-bottom: 2px solid #f8b500;
    content: '';
}
#footer .center-container .contact-us {
    width: 40%;
}
#footer .center-container .contact-us dd {
    width: 66.66%;
}
#footer .center-container .contact-us label {
    padding-right: 3px;
    color: #f8b500;
}
#footer .center-container .footer-nav {
    width: 27.5%;
}
#footer .center-container .subscribe {
    width: 32.5%;
}
#footer .center-container .subscribe-form {
    position: relative;
    display: block;
    margin-top: 13px;
    padding-right: 50px;
}
#footer .center-container .subscribe-form .input-text {
    display: block;
    width: 100%;
    height: 44px;
    padding: 0 10px;
    border: 1px solid #ccc;
    border-radius: 2px;
    background: #272626;
    color: #fff;
}
#footer .center-container .subscribe-form .input-text:focus {
    border: 1px solid #f8b500;
}
#footer .center-container .subscribe-form .btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    border-radius: 2px;
    background: #f8b500;
    color: #fff;
    text-align: center;
    line-height: 44px;
    font-size: 20px;
    transition: all .3s;
}
#footer .center-container .subscribe-form .btn:hover{
    background: #e97119;
}
#footer .center-container .links {
    position: relative;
    width: 100%;
    padding-left: 40px;
    clear: both;
}
#footer .center-container .links label {
    position: absolute;
    left: 0;
    top: 0;
    color: #f8b500;
}
#footer .center-container .links a {
    position: relative;
    float: left;
    margin-right: 22px;
}
#footer .center-container .links a:after {
    position: absolute;
    right: -11px;
    top: 8px;
    width: 0;
    height: 13px;
    border-left: 2px solid #7e7e7e;
    content: '';
    pointer-events: none;
}
#footer .center-container .links a:last-child:after {
    display: none;
}
#footer .footer-container {
    height: 50px;
    background: #262525;
    text-align: center;
    line-height: 50px;
    overflow: hidden;
}


#online-services {
    position: fixed;
    bottom: 120px;
    right: 20px;
    z-index: 9;
    width: 50px;
}
#online-services li {
    position: relative;
    height: 50px;
    margin-top: 6px;
}
#online-services .services-btn {
    display: block;
    height: 100%;
    border-radius: 50%;
    background: #f8b500;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 28px;
    transition: background .3s;
}
#online-services .services-box {
    visibility: hidden;
    position: absolute;
    top: 0;
    right: 100%;
    padding-right: 17px;
    opacity: 0;
    transition: all .3s;
}
#online-services .services-box .box {
    position: relative;
    width: 223px;
    background: #fff;
    min-height: 90px;
    padding: 20px;
    border: 1px solid #E0E1E5;
    border-radius: 3px;
    box-shadow: 0px 2px 5px 0px rgba(161, 163, 175, 0.11);
}
#online-services .services-box .box:after {
    position: absolute;
    width: 8px;
    height: 12px;
    background: url(../img/icon.png) no-repeat;
    right: -8px;
    top: 31px;
    content: '';
}
#online-services li:hover .services-btn {
    background: #e97119;
}
#online-services li:hover .services-box {
    visibility: visible;
    top: -10px;
    opacity: 1;
}
#online-services .services-box .qq-list a {
    position: relative;
    display: block;
    height: 44px;
    padding-left: 56px;
    line-height: 44px;
}
#online-services .services-box .qq-list a:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: url(../img/icon.png) -10px 15px no-repeat #F1F1F3;
    transition: background .2s;
    content: '';
}
#online-services .services-box .qq-list a:hover:before {
    background-position-y: 2px;
}
#online-services .services-box .qq-list a+a {
    margin-top: 10px;
}
#online-services .services-box .tel-box dt {
    position: relative;
    padding: 0 0 14px 50px;
    border-bottom: 1px solid #eee;
    font-size: 15px;
    color: #333;
    line-height: 22px;
}
#online-services .services-box .tel-box dt .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #F1F1F3;
    color: #afb0b3;
    text-align: center;
    line-height: 44px;
    font-size: 24px;
}
#online-services .services-box .tel-box dt .tel {
    color: #f8b500;
}
#online-services .services-box .tel-box dd {
    padding: 10px 0 0 14px;
}
#online-services .services-box .tel-box dd p {
    float: left;
    width: 50%;
}
#online-services .services-box .tel-box dd a {
    font-size: 12px;
    color: #888;
    line-height: 28px;
}
#online-services .services-box .tel-box dd a:hover {
    color: #f8b500;
}
#online-services .services-box .weixin-box {
    font-size: 16px;
    color: #999;
    text-align: center;
}
#online-services .services-box .weixin-box img {
    display: block;
    width: 100%;
}
#online-services #top {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
    visibility: hidden;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
#online-services #top.show {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
}


#online {
    position: fixed;
    bottom: 25px;
    left: 10%;
    z-index: 9;
    display: flex;
    width: 80%;
    height: 44px;
    border-radius: 22px;
    background: rgba(243, 243, 243, .9);
    visibility: hidden;
    align-items: center;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}
#online a {
    box-sizing: border-box;
    float: left;
    flex: 1;
    width: 33.3%;
    height: 100%;
    padding: 2px 0;
    color: #f8b500;
    text-align: center;
    line-height: 1;
}
#online a:before {
    display: block;
    font-size: 28px;
    transition: all 0s;
    line-height: 1;
}
#online a:not(:last-child) {
    border-right: 1px solid #fff;
}
#online a span {
    display: block;
    font-size: 12px;
    line-height: 1;
}


#video-container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    overflow: hidden;
    visibility: hidden;
}
#video-container .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
}
#video-container .switch-btn {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    background: #fbfbfb;
    font-size: 26px;
    line-height: 50px;
    text-align: center;
    opacity: 0;
    transition: opacity 1s ease;
}
#video-container .switch-btn:hover {
    background-color: rgba(248, 248, 248, 1);
}
#video-container .switch-btn.disabled {
    background-color: rgba(255, 255, 255, .3) !important;
    color: #555 !important;
    cursor: auto;
}
#video-container .prev-btn {
    left: 0;
}
#video-container .next-btn {
    right: 0;
}
#video-container .modal-body {
    display: table;
    width: 100%;
    height: 100%;
}
#video-container .modal-body .td-box {
    display: table-cell;
    padding: 20px 60px;
    vertical-align: middle;
}
#video-container .modal-body .content-box {
    position: relative;
    z-index: 2;
    top: -100px;
    max-width: 980px;
    margin: auto;
    padding: 10px;
    background: #fff;
    opacity: 0;
    transition: all .36s ease;
}
#video-container .video-box video {
    width: 100%;
}
#video-container .info-box {
    height: 30px;
    padding-top: 2px;
    line-height: 30px;
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
#video-container.in {
    visibility: visible;
}
#video-container.in .bg {
    background: rgba(0, 0, 0, .6);
}
#video-container.in .switch-btn {
    opacity: 1;
}
#video-container.in .modal-body .content-box {
    opacity: 1;
    top: 0;
}


@media screen and (min-width: 981px) {
    #header .nav .nav-container dd {
        height: auto !important;
    }
}
@media screen and (max-width: 980px) {
    #header {
        padding: 0;
    }
    #header .top-container {
        height: 50px;
        overflow: hidden;
        visibility: hidden;
    }
    #header .header-info-container {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 8;
        width: 100%;
        height: 50px;
        background: #fff;
        box-shadow: 0 0 5px #e5e5e5;
        opacity: 1 !important;
        animation-name: none !important;
        visibility: visible !important;
    }
    #header .header-info-container .logo .text {
        left: 34px;
        top: 18px;
        font-size: 12px;
    }
    #header .header-info-container .mobile-search-btn {
        display: block;
    }
    #header .mobile-nav-btn {
        display: block;
    }
    #header .logo {
        top: 10px !important;
        height: 30px !important;
    }
    #header .header-info-container .search-container {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 8;
        width: 100%;
        height: 0;
        padding: 0;
        background: #fafafa;
        overflow-y: auto;
        transition: all .3s ease-in-out 0s;
        -webkit-overflow-scrolling: touch;
    }
    #header .header-info-container .search-container:before {
        display: block;
        height: 75px;
        content: '';
    }
    #header .header-info-container .search-container dt {
        margin: 0 20px;
    }
    #header .header-info-container .search-container dd {
        height: auto;
        padding: 0 40px;
    }
    #header .header-info-container .search-container dd:before {
        display: block;
        font-size: 18px;
        line-height: 50px;
        color: #333;
        content: 'HOT SALES';
    }
    #header .header-info-container .search-container dd a {
        height: 36px;
        margin: 0 10px 10px 0;
        padding: 0 10px;
        background: #f3f3f3;
        line-height: 36px;
        color: #aaa;
    }
    #header .nav {
        box-sizing: border-box;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 8;
        width: 100%;
        height: 0;
        padding: 0;
        background: #fafafa;
        overflow-x: hidden;
        overflow-y: auto;
        transition: all .3s ease-in-out 0s;
        -webkit-overflow-scrolling: touch;
        animation: none !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    #header .nav:after {
        display: none;
    }
    #header .nav .nav-container {
        height: auto;
        text-align: left;
    }
    #header .nav .nav-container dl {
        display: block;
        height: auto;
    }
    #header .nav .nav-container dt {
        height: 50px;
    }
    #header .nav .nav-container dl.has-sub dt:before {
        display: block;
        z-index: 2;
        background: none;
        cursor: pointer;
        transform: scaleX(1);
    }
    #header .nav dl.has-sub dt a:after {
        position: relative;
        float: right;
        margin-left: 5px;
        font-family: 'iconfont';
        font-size: 20px !important;
        transition: transform .36s ease-out 0s;
        -webkit-transition: -webkit-transform .36s ease-out 0s;
        content: '\e603' !important;
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
    }
    #header .nav .nav-container dt:before {
        display: none;
    }
    #header .nav .nav-container dt a {
        display: block;
        height: 100%;
        padding: 0 35px;
        border-bottom: 1px solid #eaeaea;
        font-size: 16px;
        line-height: 50px;
        color: #666;
        font-weight: 400;
        transition: all .3s;
    }
    #header .nav .nav-container dd {
        position: relative;
        top: 0;
        width: 100%;
        height: 0;
        min-height: 0;
        opacity: 1;
        visibility: visible;
        overflow: hidden;
    }
    #header .nav .nav-container dd:after {
        display: none;
    }
    #header .nav .nav-container dd ul {
        width: 100%;
        padding: 0;
    }
    #header .nav .nav-container dd .pic {
        display: none;
    }
    #header .nav .nav-container dd li {
        position: relative;
        height: 45px;
        border-bottom: 1px solid #eaeaea;
    }
    #header .nav .nav-container dd li a {
        padding: 0 35px 0 60px;
        line-height: 45px;
    }
    #header .nav .nav-container dd li a:before {
        position: absolute;
        left: 50px;
        top: 50%;
        width: 6px;
        height: 6px;
        margin-top: -3px;
        border-radius: 50%;
        background: #666;
        content: '';
        transition: background .3s;
    }
    #header .nav .nav-container dd li:hover a {
        text-indent: 0;
    }
    #header .nav .nav-container dd li a:hover:before {
        background: #f8b500;
    }
    #header.active .nav {
        height: 100% !important;
    }
    #header.show-search .header-info-container .search-container {
        height: 100% !important;
    }
    #header .nav .nav-container dl.active dt a {
        color: #f8b500;
    }
    #header .nav dl.mobile-on dt a{
        background: #0b706a;
        color: #fff !important;
    }
    #header .nav dl.mobile-on dt a:after {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
    }
    #header .nav .nav-container dd .active {
        background: #e9e9e9;
    }
    #header .nav .nav-container dd .active a {
        color: #f8b500;
    }
    #header .nav .nav-container dd .active a:before {
        background: #f8b500;
    }
    #header .mobile-show {
        display: block;
    }
}

@media screen and (max-width: 800px) {
    #footer .top-container .logo {
        float: none;
        display: block;
        margin: auto;
        max-width: 70%;
    }
    #footer .top-container .share-box {
        float: none;
        text-align: center;
    }
    #footer .center-container {
        padding-top: 35px;
    }
    #footer .center-container dl {
        float: none;
        width: 100% !important;
        margin-bottom: 30px;
        text-align: center;
    }
    #footer .center-container dt {
        margin-bottom: 20px;
    }
    #footer .center-container dt:before {
        left: 50%;
        margin-left: -15px;
    }
    #footer .center-container dd {
        width: 50%;
        min-width: 300px;
        margin: auto;
    }
    #footer .bottom-box a {
        color: #fff;
    }
}

@media screen and (max-width: 540px) {
    #online {
        visibility: visible;
    }
    #online-services {
        display: none;
    }
}