@font-face {
    font-family: SourceHanSans;
    src: url("/font/Source_Han_Sans_SC_Normal_Normal.otf");
}
body{
    font-family: 'SourceHanSans';
}
.container {
    max-width: 1720px;
    margin: 0 auto;
}
.background{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.margin82{
    margin-top: 82px;
}
.padding80{
    padding: 80px 0 90px;
}
.index-title{
    text-align: center;
    margin-bottom: 50px;
}
.index-title h3{
    color: #1b1b1b;
    font-size: 36px;
}
.index-title p{
    color: #4e4e4e;
    font-size: 18px;
    line-height: 30px;
    margin-top: 5px;
}
@media (max-width: 1720px){
    .container {
        margin: 0 40px;
    }
}
@media (max-width: 1440px){
    .header .container{
        margin: 0 10px;
    }
    .padding80{
        padding: 50px 0 60px;
    }
    .index-title{
        margin-bottom: 30px;
    }
}
@media (max-width: 960px){
    .container{
        margin: 0 15px;
    }
}
.header{
    width: 100%;
    height: 66px;
    background: rgba(0,0,0,.2);
    position: fixed;
    top:0;
    left: 0;
    color: #fff;
    z-index: 999;
}
.header.header-fixed{
    background: rgba(0,0,0,.8);
}
.header .container{
    display: flex;
}
.header-inner{
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-inner .nav-right{
    display: flex;
    align-items: center;
}
.header-inner .nav {
    display: flex;
    align-items: center;
}
.header-inner .nav .menu-item{
    margin: 0 20px;
}
.header-inner .nav .menu-item>a{
    display: block;
    color: #fff;
    font-size: 18px;
    height: 66px;
    line-height: 66px;
    position: relative;
}
.header-inner .nav .menu-item>a::after{
    content: '';
    display: block;
    width: 0;
    height: 3px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all .3s;
}
.header-inner .nav .menu-item:hover a::after,
.header-inner .nav .menu-item.current-menu-item a::after{
    width: 28px;
}
.header-inner .nav .menu-item:hover a,
.header-inner .nav .menu-item.current-menu-item a{
    font-weight: bold;
}
.header-inner .header-consult{
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    margin-left: 36px;
}
.header-inner .header-consult img{
    margin-right: 15px;
}
.nav_box {
	width: 100%;
	height: 100%;
	position: fixed;
	right: auto;
	top: 0;
	bottom: 0;
	left: -100%;
	overflow: auto;
	z-index: 99999999;
	background: rgba(50,58,67,.93);
    z-index: 8;
}
.nav_box .box{
	/*background: #212222;*/
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 2;
}
.nav_box .nav-title {
	height: 57px;
	position: relative;
	border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    opacity: 0;
    visibility: hidden;
}

.nav_box .nav-title .navclose {
	width: 22px;
	height: 22px;
	display: block;
	font-size: 0;
	line-height: 41px;
	position: absolute;
	right: 15px;
	top: 50%;
	z-index: 2;
	transform: translateY(-50%);
}

.nav_box .nav-title .navclose img {
	width: 100%;
}

.nav_box .nav-title h1 {
	text-align: left;
	width: 68px;
	margin-left: 15px;
	line-height: 0;
	padding-top: 11px;
}

.nav_box .nav-title h1 img {
	width: 100%;
}

.nav_box .navlist {
	width: 100%;
	padding-bottom: 20px;
}

.nav_box .navlist ul.clearfix>li {
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 60px;
	border-bottom: 1px solid rgba(255, 255, 255, .06);
	padding: 0 15px;
	text-transform: capitalize;
    box-sizing: border-box;
}

.nav_box .navlist ul.clearfix>li>a {
	display: block;
	color: #fff;
	position: relative;
}

.nav_box .navlist ul.clearfix>li>a:before {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 7px;
	height: 12px;
    background: url(/images/icon_jt.png) no-repeat center center / cover;
}

.nav_box .navlist ul.clearfix>li>a.cur:before {
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    top: 32%;
    transition: all 1s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.navlist>ul.clearfix>li ul.sub-menu {
	border-top: 1px solid rgba(255, 255, 255, .06);
	display: none;
	padding: 10px 0;
    transition: none;
}

.navlist>ul.clearfix>li ul.sub-menu a {
	display: block;
	width: 100%;
	color: #fff;
	font-size: 14px;
	line-height: 34px;
}


/* .fixed-head .navbar span,.fixed-head .navbar span:nth-of-type(2),.fixed-head .navbar span:nth-of-type(3) {background-color: #3c81da;} */
.nav_box{
    transition: all .8s;
    -o-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -webkit-transition: all .8s;
}
.nav_box.cur{left: 0;    
	transition: all .8s;
    -o-transition: all .8s;
    -moz-transition: all .8s;
    -ms-transition: all .8s;
    -webkit-transition: all .8s;
    z-index: -1;
}
/* navbar */
.navbar {width: 30px;cursor: pointer;display: none;position: relative;}
.navbar span:nth-of-type(1),.navbar span:nth-of-type(2),.navbar span:nth-of-type(3) {width: 20px; height: 2px; background-color: #fff; border-radius: 3px; position: absolute;transition: transform 0.15s ease;}
.navbar span:nth-of-type(2),.navbar span:nth-of-type(3) { content: ""; display: block;}
.navbar span:nth-of-type(2) {top: -7px;}
.navbar span:nth-of-type(3) {bottom: -7px;}
.navbar span:nth-of-type(1) {top: 50%; margin-top: -1.5px; transition-duration: 0.3s;transition-timing-function: cubic-bezier(0.55,0.055,0.675,0.19);}
.navbar span:nth-of-type(2) {transition: top 0.1s 0.34s ease-in,opacity 0.1s ease-in,background-color 0.15s ease}
.navbar span:nth-of-type(3) {transition: bottom 0.1s 0.34s ease-in,transform 0.3s cubic-bezier(0.55,0.055,0.675,0.19) ,background-color 0.15s ease}
.navbar.is-active span:nth-of-type(1){transform: rotate(225deg);transition-delay: 0.14s;transition-timing-function: cubic-bezier(0.215,0.61,0.355,1);}
.navbar.is-active span:nth-of-type(2) {top: 0;opacity: 0;transition: top 0.1s ease-out,opacity 0.1s 0.14s ease-out,background-color 0.15s ease;}
.navbar.is-active span:nth-of-type(3) {bottom: 0;transform: rotate(-50deg);transition: bottom 0.1s ease-out,transform 0.3s 0.14s cubic-bezier(0.215,0.61,0.355,1),background-color 0.15s ease;}

@media(max-width: 960px) {
    .navbar {display: block;}
}

.window-search-bg{position: fixed;top: 0;left: 0;z-index: 9;width: 100%;height: 100%; background-color: rgba(0,0,0,.7);visibility: hidden; opacity: 0; z-index: 1000;}
.window-search {transition: all .3s;width: 100%;height: auto; padding: 50px 0; background-color: rgb(255, 255, 255);visibility: hidden;opacity: 0;transform: translateY(-10px);}
.window-search .window-search-logo {max-width: 150px;display: block;margin: 0 auto 25px;}
.close-search {position: absolute;top: 45px;right: 45px;width: 35px;height: 35px;cursor: pointer;}
.close-search span {position: absolute;top: 17px;left: 6px;width: 25px;height: 2px;background-color: #e01c26;}
.close-search span:first-child {transform: rotate(45deg);}
.close-search span:last-child {transform: rotate(-45deg);}
.window-searchform {max-width: 600px;font-size: 0;margin: 0 auto;padding: 0 15px;}
.window-searchform input {float: left;display: block;padding-left: 10px;width: 79%;border: none;background: none;border: 1px solid #e01c26;line-height: 44px;color: #777;font-size: 16px;outline: none;}
.window-searchform button {float: left;display: block;border: 1px solid #e01c26;line-height: 46px;width: 20%;padding: 0 10px;font-size: 16px;background-color: #e01c26;color: #fff;outline: none;}
.window-searchShow {visibility: visible; opacity: 1; transform: translateY(0);}

@media (max-width: 960px) {
    .header {
        height: 60px;
    }
    .margin82{
        margin-top: 60px;
    }
    .header-inner{
        height: 60px;
    }
    .header-inner .nav {
        display: none;
    }
    .header-inner .header-consult{
        display: none;
    }
    .header-inner .header-logo img {
        width: 140px;
    }
}
@media (max-width: 768px) {
    .header-inner .header-logo img {
        width: 100px;
    }
    .header-inner .header-logo a img:first-child{
        width: 125px;
    }
}
.footer-content{
    font-size: 18px;
    color: #cfcfcf;
    padding: 60px 0 20px;
    background-image: url(../../images/footer_bg.jpg);
}
.footer-content .nav-content{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
}
.nav-content .content-left{
    display: flex;
    margin-top: 60px;
}
.nav-content .content-left .content-item{
    display: flex;
    align-items: center;
    margin-right: 125px;
}
.nav-content .content-left .content-item img{
    margin-right: 20px;
}
.nav-content .content-left .content-item .info{
    color: #999;
    font-size: 16px;
    line-height: 36px;
}
.nav-content .content-left .content-item .info .white{
    color: #fff;
}
.nav-content .content-left .content-item .info .white span{
    font-size: 22px;
}
.nav-content .content-right{
    display: flex;
    margin-top: 30px;
    margin-bottom: 75px;
}
.nav-content .content-right .wx-item{
    text-align: center;
    margin-left: 30px;
}
.nav-content .content-right .wx-item p{
    color: #999;
    font-size: 16px;
    margin-top: 8px;
}
.footer-copyright{
    border-top: 1px solid rgba(255, 255, 255, .1);
}
.footer-copyright .container{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.footer-copyright .container p{
    color: #666;
    font-size: 14px;
}
.footer-copyright .container p a{
    display: inline-block;
    color: #666;
    margin:0 5px;
}
.footer-copyright .container p a:hover{
    color: #fff;
}
.fixed{
    position: fixed;
    top: 80%;
    right: 20px;
    z-index: 999;
}
.fixed .up{
    width: 66px;
    border: 1px solid #0065c3;
    border-radius: 34px;
    text-align: center;
    background: #fff;
    padding: 15px 0 30px;
}
.fixed .up .up-item{
    cursor: pointer;
    margin-top: 20px;
}
.fixed .up .up-item a{
    display: block;
}
.fixed .up .up-item p{
    color: #0065c3;
    font-size: 12px;
    margin-top: 8px;
}
.fixed .up .up-item strong{
    display: none;
}
.fixed .up .up-item:nth-child(2),
.fixed .up .up-item:nth-child(3){
    position: relative;
}
.fixed .up .up-item:nth-child(2):hover strong{
    display: block;
    color: #fff;
    font-size: 30px;
    background: #0065c3;
    padding: 3px 10px 6px;
    position: absolute;
    right: 65px;
    top: 50%;
    transform: translateY(-50%);
    animation-name: anBox;
    animation-duration: 1s;
}
.fixed .up .up-item .wx-img{
    display: none;
}
.fixed .up .up-item .wx-img img{
    width: 120px;
}
.fixed .up .up-item:nth-child(3):hover .wx-img{
    display: block;
    background: #0065c3;
    padding: 5px;
    position: absolute;
    right: 65px;
    top: 50%;
    transform: translateY(-50%);
    animation-name: anBox;
    animation-duration: 1s;
}
.fixed .top{
    display: none;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid #eee;
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
}
.fixed .top.header-fixed{
    display: flex;
}
@keyframes anBox{
    from{opacity: 0;}
    to{opacity: 1;}
}
@media (max-width: 1550px){
    .nav-content .content-left{
        margin-top: 0;
        margin-bottom: 20px;
    }
    .nav-content .content-right{
        margin-bottom: 25px;
    }
}
@media (max-width: 1200px){
    .header-inner .nav .nav-item{
        margin: 0 12px;
    }
    .footer-content .container .footer-left{
        width: 77%;
    }
    .nav-content .content-left .content-item{
        margin-right: 40px;
    }
    .fixed{
        right: 10px;
    }
    .fixed .up{
        width: 55px;
        border-radius: 30px;
        padding: 10px 0 20px;
    }
    .fixed .up .up-item{
        margin-top: 15px;
    }
    .fixed .up .up-item:nth-child(2):hover strong{
        font-size: 24px;
        right: 55px;
    }
    .fixed .up .up-item .wx-img{
        display: none;
    }
    .fixed .up .up-item:nth-child(3):hover .wx-img{
        right: 55px;
    }

}
@media (max-width: 960px){
    .footer-content{
        padding-top: 40px;
    }
    .footer-content .container .footer-left .footer-item:first-child ul{
        width: 200px;
    }
    .footer-content .container .footer-left h3{
        font-size: 16px;
    }
    .footer-content .container .footer-left .footer-item ul li{
        margin-top: 10px;
    }
    .footer-content .container .footer-left .footer-item ul li a{
        font-size: 14px;
    }
    .footer-content .container .footer-right .wx-content{
        transform: scale(.8);
    }
    .footer-content .container .footer-right p{
        margin-top: 0;
    }
    .footer-connection{
        margin-top: 40px;
    }
    .footer-connection .connection-box{
        padding: 15px;
    }
    .footer-connection .connection-box h3{
        font-size: 16px;
        margin-right: 30px;
        margin-top: 5px;
    }
    .footer-connection .connection-box p{
        font-size: 14px;
        margin-right: 30px;
        margin-top: 5px;
    }
    .footer-connection .connection-box p img{
        margin-right: 5px;
    }
    .footer-copyright{
        font-size: 14px;
        margin-top: 20px;
    }
    /* .fixed{
        display: none;
    } */
    .fixed{
        right: 10px;
    }
    .fixed .top{
        width: 30px;
        height: 30px;
    }
}
.footer-copyright .container p.mobile{
    display: none;
}
@media (max-width: 768px){
    .footer-copyright .container p.pc{
        display: none;
    }
    .footer-copyright .container p.mobile{
        display: block;
        text-align: center;
    }
    .footer-content{
        padding: 15px 0;
    }
    .footer-content .container .footer-nav{
        display: none;
    }
    .footer-copyright .container{
        margin-top: 0;
        flex-wrap: wrap;
    }
    .footer-connection{
        display: none;
    }
    .footer-copyright{
        margin-top: 0;
        border-top: none;
    }
    .footer-copyright .container p{
        font-size: 14px;
        line-height: 26px;
    }
    .footer-copyright .container p a{
        margin: 0;
    }
    .footer-copyright .container p a:last-child{
        display: block;
        margin-top: 10px;
    }
}