@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: #00a0e9;
}
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.space-between {
    justify-content: space-between;
}
.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;
}
.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;
    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;
}

.fancybox {
    cursor: url(../img/zoomin.cur), pointer !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: 899px) and (min-width: 540px) {
    .small-show {
        display: block;
        visibility: visible;
    }
    .small-hide {
        display: none !important;
        visibility: hidden;
    }
}
@media screen and (max-width: 539px) {
    .min-show {
        display: block;
        visibility: visible;
    }
    .min-hide {
        display: none !important;
        visibility: hidden;
    }
}


#header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 80px;
    background: rgba(21, 37, 69, .7);
    color: #555;
    transition: background .35s;
}
#header .container {
    max-width: none;
    height: 100%;
    padding: 0 40px;
}
#header.scoll {
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    background: #152545;
}
/***logo***/
#header .logo {
    position: absolute;
    top: 20px;
    left: 30px;
    height: 40px;
    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: #fff;
    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: 22px;
    right: 30px;
    padding-right: 55px;
    padding-left: 82px;
    color: #fff;
}
#header .aside-box .head {
    position: absolute;
    top: 0;
    left: 0;
    padding: 2px 0 4px 28px;
    font-size: 12px;
    line-height: 14px;
}
#header .aside-box .head:before {
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'iconfont';
    content: '\e617';
    font-size: 22px;
    line-height: 36px;
}
#header .aside-box .tel {
    font-family: 'Times New Roman';
    font-size: 22px;
    font-weight: 700;
    line-height: 36px;
}
#header .aside-box .icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #00A0E9;
    text-align: center;
    cursor: pointer;
    color: #00A0E9;
    transition: border .3s;
}
#header .aside-box .icon:before {
    position: relative;
    z-index: 2;
    font-family: 'iconfont';
    content: '\e602';
    font-size: 20px;
    line-height: 34px;
}
#header .aside-box .icon:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: #00A0E9;
    transform: scale(0);
    transition: transform .3s;
    content: '';
}
#header .aside-box .icon:hover {
    color: #fff;
}
#header .aside-box .icon:hover:after {
    transform: scale(1.05);
}
#header .aside-box .call-icon {
    display: none;
}
#header .aside-box .call-icon:before {
    font-family: 'iconfont';
    content: '\e61c';
    position: absolute;
    font-size: 24px;
    color: #fff;
    top: 5px;
    line-height: 1;
    right: 40px;
}
/***nav***/
#header .nav {
    position: relative;
    height: 100%;
    padding: 0 5px;
    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: #152545;
    padding: 0 15px;
    font-size: 24px;
    line-height: 54px;
    font-family: 'Arial';
    color: #fff;
}
#header .nav li {
    position: relative;
    display: inline-block;
    height: 100%;
}
#header .nav li .column {
    position: relative;
    z-index: 1;
    height: 100%;
    padding: 0 15px;
    overflow: hidden;
}
#header .nav li .column a {
    position: relative;
    display: block;
    height: 100%;
    padding: 0 10px;
    color: #fff;
    line-height: 80px;
    font-size: 14px;
    font-weight: 700;
}
#header .nav li .column a:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 4px solid #00A0E9;
    transform: scaleX(0);
    transform-origin: 100% 50% 0;
    transition: transform .4s;
    content: '';
}
#header .nav li.active .column a,
#header .nav li:hover .column a {
    color: #00A0E9;
}
#header .nav li.active .column a:before,
#header .nav li:hover .column a:before {
    transform: scaleX(1);
    transform-origin: 0 50% 0;
}
#header .nav .box {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 140px;
    margin-left: -70px;
    background: #ededed;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
#header .nav dl,
#header .nav dt {
    position: relative;
}
#header .nav dl a {
    position: relative;
    z-index: 1;
    display: block;
    height: 48px;
    padding: 0 20px;
    line-height: 48px;
    color: #333;
    overflow: hidden;
    transition: color .3s;
}
#header .nav dd a {
    text-align: left;
}
#header .nav dd {
    position: absolute;
    top: 0px;
    left: 100%;
    width: 220px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
#header .nav .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    transition: top .3s, height .3s;
}
#header .nav .box > .bg {
    background: #fefefe;
}
#header .nav .box dd > .bg {
    background: #ffece1;
}
#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: #00a0e9;
}
#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;
}

#header .nav dd,
#header .nav .box {
    opacity: 0;
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    transition: all .4s;
}
#header .nav dl:hover dd,
#header .nav li:hover .box {
    visibility: visible;
    opacity: 1;
    transform: translate3d(0, 0, 0);
}
@media screen and (max-width: 1220px) {
    #header .aside-box {
        padding-right: 0;
    }
    #header .aside-box .tel,
    #header .aside-box .head {
        display: none;
    }
    #header .aside-box .icon {
        position: relative;
        display: block;
    }
}
@media screen and (min-width: 1070px) {
    #header .nav .box,
    #header .nav dd {
        height: auto !important;
    }
}


#main {
    padding-top: 80px;
    overflow-x: hidden;
    overflow-y: hidden;
}


#footer {
    position: relative;
    background: #152545;
}
#footer .mobile-top {
    position: absolute;
    top: -25px;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #00a0e9;
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 28px;
}
#footer .mobile-top:before {
    font-family: 'iconfont';
    content: '\e62f';
}
#footer a {
    /*color: #ccc;*/
	color: rgba(255, 255, 255, 0.6);
}
#footer a:hover {
    color: #00A0E9;
}
#footer .link-box {
    position: relative;
    padding: 15px 0 13px 70px;
    border-top: 1px solid #707070;
    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: 40px 0 75px;
}
#footer .content-container .weixin-box {
    float: right;
    width: 120px;
    padding-top: 10px;
    text-align: center;
    color: #ccc;
}
#footer .content-container .weixin-box img {
    display: block;
    width: 100%;
}
#footer .content-container .weixin-box p {
    margin-top: 10px;
}
#footer .content-container .address-box {
    float: left;
    width: 330px;
}
#footer .content-container .address-box .tel {
    font-family: 'Times New Roman';
    font-size: 30px;
    font-weight: 700;
    color: #00A0E9;
    line-height: 40px;
}
#footer .content-container .list-box {
    flex: 1;
    padding: 0 60px;
}
#footer .content-container dl {
    padding-top: 5px;
    line-height: 24px;
}
.ie #footer .content-container .list-box dl {
    float: left;
    margin-left: 30px;
}
#footer .content-container dt {
    position: relative;
    margin-bottom: 20px;
    color: #fff;
    white-space: nowrap;
}
#footer .content-container dt:after {
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 15px;
    border-top: 1px solid #00A0E9;
    content: '';
}
#footer .content-container dd {
    /*color: #ccc;*/
	color: rgba(255, 255, 255, 0.6);
}
#footer .copyright {
    height: 54px;
    background: #0a1835;
    /*color: #ccc;*/
	color: rgba(255, 255, 255, 0.6);
    line-height: 54px;
    overflow: hidden;
}


#search-popup-block {
    position: fixed;
    top: 80px;
    right: -410px;
    z-index: 10;
    width: 400px;
    max-width: 100%;
    height: 300px;
    padding: 40px 30px;
    background: #fefefe;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.05);
    transition: right .7s;
    overflow: hidden;
}
#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: #dcdcdc;
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 32px;
    transition: background .36s;
}
#search-popup-block .close-btn:hover {
    background: #00a0e9;
    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: #135f96;
    color: #fff;
    cursor: pointer;
    transition: background .36s;
}
#search-popup-block .form-group .submit-btn:before {
    font-family: 'iconfont';
    content: '\e602';
    font-size: 20px;
    line-height: 32px;
}
#search-popup-block .form-group .submit-btn:hover {
    background: #00a0e9;
}
#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: #666;
}
#search-popup-block .label-box a:hover {
    color: #00a0e9;
}


#online-services {
    position: fixed;
    bottom: 150px;
    right: 10px;
    z-index: 9;
    width: 60px;
}
#online-services li {
    position: relative;
    height: 60px;
    margin-top: 2px;
}
#online-services .services-btn {
    display: block;
    height: 100%;
    background: #2b2b2b;
    border-radius: 3px;
    text-align: center;
    line-height: 46px;
    color: #fff;
    font-size: 34px;
    transition: background .3s;
}
#online-services .services-btn p {
    position: relative;
    top: -5px;
    font-size: 12px;
    line-height: 1;
}
#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: 22px;
    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: #00a0e9;
}
#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 56px;
    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: #2b2b2b;
}
#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: #2b2b2b;
}
#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;
    line-height: 60px;
}
#online-services #top.show {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
}


#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: 33.3%;
    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;
    color: #2b2b2b;
}
#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:1600px){
	#header .nav li .column { 
        padding: 0 5px;
    }
}

@media screen and (max-width:1300px){
	#header .nav li .column { 
        padding: 0 0px;
    }
}

@media screen and (max-width: 1070px) {
    #search-popup-block {
        top: 54px;
    }
    #main {
        padding-top: 54px !important;
    }
    #header {
        height: 54px;
		background: #152545;
    }
    #header .logo {
        top: 10px;
        left: 10px;
        height: 34px;
    }
    #header .nav-btn {
        display: block;
    }
    #header .aside-box {
        position: absolute;
        top: 10px;
        right: 70px;
    }
    #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;
    }
    #header .nav li a {
        position: relative;
        font-size: 14px;
        font-weight: 700;
    }
    #header .nav li .column {
        height: auto;
        padding: 0;
    }
    #header .nav li .column a {
        height: 45px;
        padding: 0 15px;
        color: #333;
        line-height: 45px;
        font-size: 16px;
    }
    #header .nav li.active .column a {
        color: #333;
    }
    #header .nav li:not(.has-sub) .column a:before {
        display: none;
    }
    #header .nav dl.has-sub dt:after,
    #header .nav li.has-sub .column:after {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        content: '';
    }
    #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 .bg {
        display: none;
    }
    #header .nav dd,
    #header .nav .box {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 0;
        margin: 0;
        padding: 0;
        opacity: 1;
        transform: translate3d(0, 0, 0);
        visibility: visible;
        background: #fff;
        box-shadow: none;
        overflow: hidden;
        transition: height .36s !important;
    }
    #header .nav .box:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        border-top: 1px solid #eaeaea;
        content: '';
    }
    #header .nav li dl a {
        height: 45px;
        border-bottom: 1px solid #eaeaea;
        line-height: 44px;
        color: #999;
    }
    #header .nav dl:hover dt a,
    #header .nav dd a:hover,
    #header .nav li dl.mobile-on dt a,
    #header .nav li dd a.active {
        color: #00a0e9 !important;
    }
    #header .nav li dt a {
        padding: 0 15px 0 30px;
        text-align: left;
    }
    #header .nav li dd a {
        padding: 0 15px 0 45px;
        text-align: left;
    }
    #header .nav li.mobile-on .column a {
        color: #00A0E9;
    }
    #header .nav li.mobile-on .column a:before {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }

    #header .nav .ad-container,
    #header .aside-box .call-icon {
        display: block;
    }

    #header .aside-box .icon {
        right: -10px;
        top: 0px;
        border: none;
        color: #fff;
    }
    #header .aside-box .icon:before {
        font-size: 24px;
    }
    #header .aside-box .icon:after {
        display: none;
    }
}
@media screen and (max-width: 900px) {
    #footer .content-container .list-box {
        margin: 0;
    }
}
@media screen and (max-width: 540px) {
    .container{
        padding: 0 5%;
    }
    #footer {
        padding: 0;
    }
    #footer .content-container {
        display: block;
        padding: 30px 0;
    }
    #footer .content-container .weixin-box {
        float: none;
        width: 40%;
        margin: auto;
    }
    #footer .content-container .address-box {
        float: none;
        width: auto;
        padding: 0;
        text-align: center;
    }
    #footer .content-container .address-box dt {
        font-size: 18px;
    }
    #footer .content-container .address-box dt:after {
        left: 50%;
        margin-left: -8px;
    }


    #video-container .switch-btn {
        display: none;
    }
    #video-container .modal-body .td-box {
        padding: 10px;
    }
}

.shake-constant {
    -webkit-animation-name: shake-slow;
    animation-name: shake-slow;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-play-state: running;
    animation-play-state: running;
	background: #00A0E9 !important;
}



@-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 shake-slow {
    0% {
        -webkit-transform: translate(0px, 0px) rotate(0deg)
    }

    2% {
        -webkit-transform: translate(-6px, -8px) rotate(2.5deg)
    }

    4% {
        -webkit-transform: translate(3px, -9px) rotate(-0.5deg)
    }

    6% {
        -webkit-transform: translate(3px, -8px) rotate(2.5deg)
    }

    8% {
        -webkit-transform: translate(0px, 5px) rotate(0.5deg)
    }

    10% {
        -webkit-transform: translate(3px, 2px) rotate(0.5deg)
    }

    12% {
        -webkit-transform: translate(0px, 0px) rotate(0deg)
    }

}

@keyframes shake-slow {
    0% {
        transform: translate(0px, 0px) rotate(0deg)
    }

    2% {
        transform: translate(-6px, -8px) rotate(2.5deg)
    }

    4% {
        transform: translate(3px, -9px) rotate(-0.5deg)
    }

    6% {
        transform: translate(3px, -8px) rotate(2.5deg)
    }

    8% {
        transform: translate(0px, 5px) rotate(0.5deg)
    }

    10% {
        transform: translate(3px, 2px) rotate(0.5deg)
    }

    12% {
        transform: translate(0px, 0px) rotate(0deg)
    }

}





.ie #header {
    background: #fff;
}
.ie #header .aside-box .icon:after {
    display: none;
    visibility: hidden;
    opacity: 0;
}