@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: #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: #007cc3;
}
a:focus{
    outline: none;
}
ul,
li{
    list-style:none;
}
table{
    width: 100%;
    border-collapse: collapse;
}
select {
    -webkit-appearance: none;
    appearance: none;
    background: url(/static/img/select.png) calc(100% - 20px) 50% no-repeat !important;
}


/*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{
    display: flex;
}
.flex.column {
    flex-direction: column;
}
.flex.j-sb {
    justify-content: space-between;
}
.flex.j-se {
    justify-content: space-evenly;
}
.flex.j-sa {
    justify-content: space-around;
}
.flex.j-c {
    justify-content: center;
}
.flex.a-c {
    align-items: center;
}
.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: 1640px;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
}
.block {
    display: block;
}
.inline-block{
    display: inline-block;
}
.whole-pic {
    position: relative;
    text-align: center;
    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;
    background-color: #e1e1e1;
    transition: transform .36s;
}
.whole-pic > img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    transition: transform .36s;
}
.wow-list > *:not(.zoomIn),
.wow:not(.zoomIn) {
    opacity: 0;
}
.cover {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover !important;
}
.contain {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain !important;
}
.ovh {
    overflow: hidden !important;
}


/*@media screen*/
.ie .max-show {
    display: block;
    visibility: visible;
}
.ie .max-hide {
    display: none !important;
    visibility: hidden;
}
@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;
    }
}


#header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 80px;
    background: #0ba690;
    text-align: center;
    color: #555;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
}
/***logo***/
#header .logo {
    position: absolute;
    top: 10px;
    left: 30px;
    height: 60px;
}
#header .logo img {
    display: block;
    width: 140px;
    height: 60px;
}
@media screen and (max-width: 900px) {
    #header .logo {
        left: 10px;
        height: 35px;
    }
    #header .logo img {
        width: auto;
        height: 100%;
    }
}
/***nav-btn***/
#header .nav-btn {
    position: absolute;
    top: 2px;
    right: 0;
    z-index: 3;
    width: 50px;
    height: 50px;
}
#header .nav-btn:before,
#header .nav-btn:after,
#header .nav-btn span {
    position: absolute;
    left: 10px;
    top: 50%;
    z-index: 2;
    width: 30px;
    height: 2px;
    background: #fff;
    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: -12px;
}
#header .nav-btn:after {
    margin-top: 8px;
}
#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: #222;
}
#header.active .nav-btn:after{
    margin-top: -3px;
    transform: rotate(-225deg);
    -webkit-transform: rotate(-225deg);
    background: #222;
}
/***aside-box***/
#header .aside-box {
    position: absolute;
    top: 22px;
    right: 30px;
    padding-right: 55px;
    color: #fff;
}
#header .aside-box .tel {
    font-family: 'Times New Roman';
    font-size: 22px;
    font-weight: 700;
    line-height: 36px;
    color: #fff;
}
#header .aside-box .tel span {
    margin-left: 5px;
}
#header .aside-box .tel:before {
    font-family: 'iconfont';
    content: '\e605';
    font-size: 22px;
    line-height: 36px;
    font-weight: 400;
}
#header .aside-box .icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #fff;
    text-align: center;
    transition: all .3s;
    cursor: pointer;
}
#header .aside-box .icon:before {
    font-family: 'iconfont';
    content: '\e706';
    font-size: 18px;
    line-height: 34px;
}
#header .aside-box .icon:hover {
    background: #fff;
    color: #38393b;
}
@media screen and (max-width: 900px) {
    #header .aside-box {
        top: 10px;
        right: 65px;
        color: #fff;
    }
    #header .aside-box .tel:before {
        font-size: 30px;
        content: '\e702';
        color: #fff;
		display: none !important;
    }
    #header .aside-box .icon {
        border: none;
		display: none !important;
    }
    #header .aside-box .icon:before {
        font-size: 30px;
    }
}
/***nav***/
#header .nav-container,
#header .nav-cont-container {
    height: 100%;
}
#header .nav {
    display: inline-block;
    position: relative;
    height: 100%;
}
#header .nav .active-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #fff;
}
#header .nav .active-bg.transition {
    transition: all .36s;
}
#header .nav li {
    position: relative;
    float: left;
    height: 100%;
}
#header .nav li .column {
    position: relative;
    z-index: 1;
    height: 100%;
    overflow: hidden;
}
#header .nav li .column a {
    display: block;
    height: 100%;
    padding: 0 20px;
    color: #fff;
    font-size: 16px;
    line-height: 80px;
}
@media screen and (max-width: 1200px) {
    #header .nav li .column a {
        padding: 0 10px;
    }
}
#header .nav li:hover .column a,
#header .nav li.active .column a {
    color: #38393b;
}
#header .nav .box {
    position: absolute;
    top: 99%;
    left: 0;
    z-index: -1;
    width: 1920px;
    overflow: hidden;
    transition: all .3s;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
}
.ie #header .nav .box {
    height: 0 !important;
}
.ie #header .nav li:hover .box {
    height: 60px !important;
}
.ie #header .nav .box .sub-box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    padding: 18px 0 18px 50px;
    background: #fff;
}
@media screen and (min-width: 900px) {
    #header .nav .box {
        height: 0 !important;
    }
    #header .nav li:hover .box {
        height: 60px !important;
    }
    #header .nav .box .sub-box {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 60px;
        padding: 18px 0 18px 8px;
        background: #fff;
    }
}
#header .nav .box a {
    float: left;
    margin: 0 15px;
    line-height: 24px;
    color: #7a7d81;
    font-size: 14px;
}
#header .nav .box a.active,
#header .nav .box a:hover {
    color: #0ba690;
}
#header .nav .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: #007cc3;
}
#header .nav-container .ad-container {
    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-container .ad-container .h5,
#header .nav-container .ad-container .rf,
#header .nav-container .ad-container .hk {
    font-family: 'Arial';
    color: #38393b;
}
#header .nav-container .ad-container .hk {
    font-size: 16px;
}
#header .nav-container .ad-container .h5 {
    font-size: 18px;
    color: #666;
}
#header .nav-container .ad-container .rf {
    font-size: 50px;
    line-height: 1;
}
#header .nav-container .ad-container .p {
    color: #999;
    font-size: 14px;
}
#header .nav-container .ad-container .h4 {
    font-size: 16px;
    color: #2b2b2b;
}
#header .nav-container .ad-container .h4,
#header .nav-container .ad-container .rf {
    margin-top: 15px;
}


#main {
    padding-top: 80px;
}


#footer {
    position: relative;
    background: #38393b;
}
#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    opacity: .3;
    overflow: hidden;
}
#footer .mobile-top {
    position: absolute;
    top: -25px;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #f6ca27;
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 28px;
}
#footer .mobile-top:before {
    font-family: 'iconfont';
    content: '\e709';
}
#footer .menu-tab-container {
    padding: 35px 0 55px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);;
}
#footer .menu-tab-container .menu-cells {
    position: relative;
    float: left;
    width: 25%;
    width: calc(25% - 38px);
}
#footer .menu-tab-container .menu-cells .menu-cell {
    position: relative;
    padding-left: 70px;
    transition: transform .6s;
}
#footer .menu-tab-container .iconfont {
    position: absolute;
    left: 0;
    top: 5px;
    color: #777a7e;
    font-size: 50px;
    line-height: 1;
}
#footer .menu-tab-container .title {
    margin-bottom: 10px;
    font-size: 20px;
    color: #fff;
    line-height: 30px;
}
#footer .menu-tab-container .info {
    font-size: 14px;
    line-height: 24px;
    color: rgba(255, 255, 255, .3);
    transition: all .4s;
}
#footer .menu-tab-container .menu-cells:hover .menu-cell {
    transform: scale(1.07);
}
#footer .footer-center-block a {
    color: #fff;
    opacity: 0.6;
}
#footer .footer-center-block a:hover {
    opacity: 1;
    transition: all .4s;
}
#footer .link-box {
    position: relative;
    padding: 15px 0 13px 70px;
    border-top: 1px solid rgba(255, 255, 255, .2);
    color: #fff;
}
#footer .link-box label {
    position: absolute;
    top: 15px;
    left: 0;
}
#footer .link-box a {
    float: left;
    position: relative;
    margin: 0 20px 5px 0;
}
#footer .link-box a:after {
    position: absolute;
    right: -10px;
    top: 50%;
    height: 16px;
    margin-top: -8px;
    border-right: 1px solid #a2a4a4;
    content: '';
    pointer-events: none;
}
#footer .link-box a:last-child:after {
    display: none;
}
#footer .content-container {
    padding: 25px 0 30px;
}
#footer .content-container .address-box {
    float: left;
    width: 340px;
}
#footer .content-container .address-box .logo {
    display: block;
    margin-bottom: 12px;
}
#footer .content-container .list-box {
    flex: 1;
    padding-left: 60px;
}
#footer .content-container .list-box a {
    position: relative;
    display: inline-block;
    transition: all .4s;
}
#footer .content-container .list-box a:hover {
    opacity: 1;
}
.ie #footer .content-container .list-box dl {
    float: left;
    margin-left: 30px;
}
#footer .content-container .weixin-box {
    text-align: right;
}
.ie #footer .content-container .weixin-box {
    float: right;
}
#footer .content-container .weixin-box dt:after {
    left: auto;
    right: 0;
}
#footer .content-container .weixin-box .tel {
    padding-top: 8px;
    font-family: 'Times New Roman';
    font-size: 30px;
    font-weight: 700;
    color: #fff;
}
#footer .content-container .weixin-box .time {
    padding: 12px 0;
}
#footer .content-container .weixin-box .box {
    float: right;
    width: 120px;
    text-align: center;
    color: #fff;
    line-height: 36px;
}
#footer .content-container .weixin-box img {
    display: block;
    width: 100%;
    margin-bottom: 4px;
}
#footer .content-container dl {
    padding-top: 5px;
    line-height: 24px;
}
#footer .content-container dt {
    position: relative;
    margin-bottom: 20px;
    color: #fff;
    white-space: nowrap;
    font-size: 16px;
}
#footer .content-container dt:after {
    position: absolute;
    left: 0;
    bottom: -14px;
    width: 15px;
    border-top: 1px solid #fff;
    content: '';
}
#footer .content-container dd {
    font-size: 14px;
    line-height: 30px;
    color: rgba(255, 255, 255, .6);
}
#footer .copyright {
    height: 50px;
    background: #111;
    color: #cfcfcf;
    line-height: 50px;
    overflow: hidden;
    font-size: 13px;
}
#footer .copyright .author,
#footer .copyright a {
    color: #fefefe;
}
#footer .copyright a:hover {
    color: #f6ca27;
}
.ie #footer .content-container .list-box {
    float: right;
}


#search-popup-block {
    position: fixed;
    top: 80px;
    right: -410px;
    z-index: 10;
    width: 400px;
    height: 300px;
    padding: 40px 30px;
    background: #fefefe;
    transition: right .7s;
    overflow: hidden;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 900px) {
    #search-popup-block {
        top: 55px;
        width: 100%;
        max-width: 400px;
    }
}
#search-popup-block.active {
    right: 0;
}
#search-popup-block .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #7a7d81;
    color: #fff;
    text-align: center;
    line-height: 36px;
    font-size: 20px;
    transition: background .36s;
}
#search-popup-block .close-btn:hover {
    background: #38393b;
    transform: rotate(360deg);
    transition: all .6s;
}
#search-popup-block .title {
    font-size: 14px;
    color: #333;
    line-height: 30px;
    font-weight: 400;
}
#search-popup-block .form-group {
    position: relative;
    margin-bottom: 20px;
    padding: 0 90px 30px 0;
    border-bottom: 1px solid #dcdcdc;
}
#search-popup-block .form-group .text {
    position: relative;
    width: 100%;
    height: 32px;
    padding: 0 10px;
    background: #eaeaea;
    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: 90px;
    height: 32px;
    background: #7a7d81;
    color: #fff;
    cursor: pointer;
    transition: background .36s;
}
#search-popup-block .form-group .submit-btn:before {
    font-family: 'iconfont';
    content: '\e706';
    font-size: 20px;
    line-height: 32px;
}
#search-popup-block .form-group .submit-btn:hover {
    background: #38393b;
}
#search-popup-block .label-box {
    padding: 5px 0;
}
#search-popup-block .label-box a {
    display: inline-block;
    margin: 0 20px 5px 0;
    line-height: 24px;
    font-size: 12px;
    color: #7a7d81;
}
#search-popup-block .label-box a:hover {
    color: #38393b;
}


#online {
    position: fixed;
    bottom: 25px;
    left: 5%;
    z-index: 9;
    display: flex;
    width: 90%;
    height: 46px;
    border-radius: 22px;
    background: rgba(243, 243, 243, .9);
    align-items: center;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}
#online a {
    float: left;
    flex: 1;
    width: 25%;
    height: 100%;
    padding: 3px 0;
    color: #444;
    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;
}
#online .iconzhuye:before {
    font-size: 28px;
}


#video-container {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    overflow: hidden;
    visibility: hidden;
}
#video-container .close {
    position: absolute;
    right: 32px;
    top: -50px;
    z-index: 3;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: top .36s;
}
#video-container .close:after,
#video-container .close:before {
    position: absolute;
    content: '';
    transform: rotate(45deg);
}
#video-container .close:after {
    top: 19px;
    left: 5px;
    width: 30px;
    height: 0;
    border-top: 2px solid #fff;
}
#video-container .close:before {
    top: 5px;
    left: 19px;
    width: 0;
    height: 30px;
    border-left: 2px solid #fff;
}
#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%;
}
.ie #video-container .video-box {
    min-height: 400px;
    background: #000;
    color: #fff;
}
.ie #video-container .video-box span {
    display: block !important;
}
.ie #video-container .video-box iframe {
    display: none;
}
#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);
}
.ie #video-container.in .bg {
    background: #000;
}
#video-container.in .switch-btn {
    opacity: 1;
}
#video-container.in .modal-body .content-box {
    opacity: 1;
    top: 0;
}
#video-container.in .close {
    top: 32px;
}


@media screen and (max-width: 900px) {
    #main {
        padding-top: 55px;
    }
    #header {
        height: 55px;
        background: #38393b;
    }
    #header .nav-container {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 2;
        width: 100%;
        height: 100%;
        padding: 0;
        text-align: left;
        transform: translate3d(100%, 0, 0);
        background: rgba(216, 219, 221, .9);
        overflow: hidden;
        transition: all .5s ease-in-out 0s;
        -webkit-overflow-scrolling: touch;
    }
    #header.active .nav-container {
        transform: translate3d(0, 0, 0);
    }
    #header.active .nav-btn:before,
    #header.active .nav-btn:after {
        background: #fff;
    }
    #header .nav-cont-container {
        position: relative;
        float: right;
        width: 62%;
        max-width: 460px;
        padding: 54px 0 0;
        background: #fff;
        overflow: hidden;
    }
    #header .nav-cont-container:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 54px;
        padding: 0 15px;
        background: #38393b;
        font-size: 24px;
        line-height: 56px;
        font-family: 'Arial';
        color: #fff;
        content: 'SITEMAP';
    }
    #header .nav {
        display: block;
        height: 100%;
        padding: 20px 0 40px;
        overflow-y: auto;
        overflow-x: hidden;
    }
    #header .nav li {
        float: none;
        height: auto;
    }
    #header .nav li a {
        position: relative;
        font-size: 16px;
    }
    #header .nav li .column {
        height: auto;
    }
    #header .nav li .column a {
        height: 50px;
        padding: 0 20px;
        color: #666;
        font-weight: 400;
        line-height: 50px;
    }
    #header .nav dl.has-sub dt:after,
    #header .nav li.has-sub .column:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: '';
    }
    #header .nav li.has-sub .column a:before,
    #header .nav li.has-sub .column a:after,
    #header .nav dl.has-sub dt a:before,
    #header .nav dl.has-sub dt a:after {
        position: absolute;
        top: 50%;
        background: #103F85;
        content: '';
    }
    #header .nav li.has-sub .column a:before,
    #header .nav dl.has-sub dt 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,
    #header .nav dl.has-sub dt a:after {
        right: 15px;
        width: 12px;
        height: 2px;
        margin-top: -1px;
    }
    #header .nav dd,
    #header .nav .box {
        position: relative;
        top: 0;
        z-index: 1;
        width: auto;
        height: 0;
        box-shadow: none;
        transition: all .3s;
    }
    #header .nav li dl a {
        float: none !important;
        display: block;
        height: 45px;
        margin: auto !important;
        line-height: 45px !important;
    }
    #header .nav li.mobile-on .column a:before,
    #header .nav dl.mobile-on dt a:before {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }
    #header .nav li dt a {
        padding: 0 20px 0 40px;
    }
    #header .nav li dd a {
        padding: 0 20px 0 60px;
    }
    #header .nav li.mobile-on .column a,
    #header .nav dl.mobile-on dt a {
        color: #f6ca27;
    }

    
    #footer .content-container .list-box {
        margin: 0;
    }
}
@media screen and (max-width: 540px) {
    #footer {
        padding: 0;
    }
    #footer .content-container {
        display: block;
        padding: 30px 0;
    }
    #footer .content-container .address-box {
        float: none;
        width: auto;
        padding: 0;
        text-align: center;
    }
    #footer .content-container .address-box .logo {
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
        max-height: 45px;
    }
    #footer .content-container .list-box {
        padding-left: 0;
    }
    #footer .content-container .weixin-box {
        width: 100%;
        text-align: center;
    }
    #footer .content-container .weixin-box dt:after {
        right: 50%;
        margin-left: -7px;
    }
    #footer .content-container .weixin-box .box {
        float: none;
        margin: auto;
    }


    #video-container .switch-btn {
        display: none;
    }
    #video-container .modal-body .td-box {
        padding: 10px;
    }
}



@-webkit-keyframes scaleUpDown {
    from {
        -webkit-transform: scale(1.08);
        transform: scale(1.08);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes scaleUpDown {
    from {
        -webkit-transform: scale(1.08);
        transform: scale(1.08);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(300px);
        transform: translateX(300px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}
@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(300px);
        transform: translateX(300px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes bannerFadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-60px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0px, 0);
    }
}
@keyframes bannerFadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-60px, 0, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0px, 0);
    }
}
.bannerFadeInLeft{-webkit-animation-name:bannerFadeInLeft;animation-name:bannerFadeInLeft}
@-webkit-keyframes bannerFadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(60px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0px, 0);
    }
}
@keyframes bannerFadeInRight {
    from {
        opacity: 0;
        transform: translate3d(60px, 0, 0);
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0px, 0);
    }
}
.bannerFadeInRight{-webkit-animation-name:bannerFadeInRight;animation-name:bannerFadeInRight}