* {
    transition: all .3s;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
}
.background{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
@media (max-width: 1200px){
    .container{
        margin: 0 80px;
    }
}
@media (max-width: 960px){
    .container{
        margin: 0 15px;
    }
}
.header{
    width: 100%;
    height: 160px;
    /* position: fixed;
    top:0;
    left: 0; */
    color: #fff;
    z-index: 999;
}
.header .top{
    background: #f5f5f5;
}
.header .top .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 30px;
}
.header .top p{
    color: #999;
    font-size: 12px;
}
.header .top p span:last-child{
    margin-left: 5px;
}
.header-inner{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-inner.header-fixed{
    background:rgba(0, 0, 0, .7);
}
.header-inner .header-right{
    padding-top: 26px;
}
.header-inner .header-right .header-top{
    display: flex;
    justify-content: flex-end;
}
.header-inner .header-right .header-top .phone{
    display: flex;
    align-items: center;
}
.header-inner .header-right .header-top .phone img{
    margin-right: 10px;
}
.header-inner .header-right .header-top .phone h3{
    font-size: 26px;
    font-weight: bold;
    background-image:-webkit-linear-gradient(left, #02a1e5,#8ec322);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}
.header-inner .header-right .header-top .search{
    display: flex;
    align-items: center;
    margin-left: 50px;
}
.header-inner .header-right .header-top .search input{
    width: 220px;
    height: 34px;
    border: 1px solid #bbbbbb;
    border-right: none;
    padding: 0 12px;
}
.header-inner .header-right .header-top .search button{
    width: 56px;
    height: 34px;
    background: linear-gradient(to right,#02a1e5, #8ec322);
}
.header-inner .nav{
    display: flex;
    margin-top: 30px;
}
.header-inner .nav .menu-item a{
    color: #2e2e2d;
    font-size: 16px;
    display: block;
    border-bottom:3px solid;
    border-image: linear-gradient(to right, transparent, transparent) 1;
    padding-bottom: 13px;
    margin-left: 80px;
}
.header-inner .nav .menu-item a:hover{
    background-image:-webkit-linear-gradient(left, #02a1e5,#8ec322);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    border-bottom:3px solid;
    border-image: linear-gradient(to right, #02a1e5, #8ec322) 1;
}
.header-inner .nav .menu-item.current-menu-item a{
    background-image:-webkit-linear-gradient(left, #02a1e5,#8ec322);
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
    border-bottom:3px solid;
    border-image: linear-gradient(to right, #02a1e5, #8ec322) 1;
}
.header.header-fixed{
    height: 60px;
    border: 1px solid #eee;
    background: #fff;
    position: fixed;
    top:0;
    left: 0;
}
.header.header-fixed .top{
    display: none;
}
.header.header-fixed .header-inner{
    padding: 5px 0;
}
.header.header-fixed .header-inner .nav .menu-item a{
    padding-bottom: 5px;
}
.header.header-fixed .header-inner .header-right .header-top{
    display: none;
}
.header.header-fixed .header-inner .header-logo a img{
    height: 50px;
}
.header.header-fixed .header-inner .header-right{
    padding-top: 0;
}
.header.header-fixed .header-inner .nav{
    margin-top: 0;
}
.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 h3 {
	text-align: left;
	width: 68px;
	margin-left: 15px;
	line-height: 0;
	padding-top: 11px;
}

.nav_box .nav-title h3 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;
}

.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: 8px;
	height: 14px;
	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: #000; 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: 1000px){
    .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: #00a1e6;}
.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 #00a1e6;line-height: 44px;color: #777;font-size: 16px;outline: none;}
.window-searchform button {float: left;display: block;border: 1px solid #00a1e6;line-height: 46px;width: 20%;padding: 0 10px;font-size: 16px;background-color: #00a1e6;color: #fff;outline: none;}
.window-searchShow {visibility: visible; opacity: 1; transform: translateY(0);}
@media (max-width: 1200px){
    .header{
        height: 145px;
    }
    .header-inner .header-right{
        padding-top: 20px;
    }
    .header-inner .nav{
        margin-top: 20px;
    }
    .header-inner .nav .menu-item a{
        margin-left: 40px;
    }
    .header-inner .header-logo a img{
        height: 80px;
    }
    .header-inner .header-right .header-top .phone h3{
        font-size: 24px;
    }
}
@media (max-width: 1000px) {
    .header {
        height: 60px;
        position: fixed;
        top: 0;
        left: 0;
        background: #fff;
    }
    .header .header-inner{
        padding: 5px 0;
    }
    .header-inner .header-right,
    .top{
        display: none;
    }
    .header-inner .header-logo a img{
        height: 50px;
        margin-left: 10px;
        margin-right: 10px;
    }
}
.footer-content{
    font-size: 14px;
    background: #353535;
    color: #aaa;
    padding: 65px 0 25px;
}
.footer-content .footer-main{
    display: flex;
    justify-content: space-between;
}
.footer-content .footer-main .footer-left{
    width: 57.5%;
    display: flex;
    justify-content: space-between;
}
.footer-main .footer-left .footer-about h3{
    font-size: 16px;
    color: #eeeeee;
    margin-bottom: 20px;
}
.footer-main .footer-left .footer-about .footer-nav{
    width: 185px;
    display: flex;
    justify-content: space-between;
}
.footer-main .footer-left .footer-about ul li{
    margin-bottom: 10px;
}
.footer-main .footer-left .footer-about ul li a{
    color: #aaa;
}
.footer-main .footer-left .footer-about ul li a:hover{
    color: #fff;
}
.footer-main .footer-right{
    display: flex;
}
.footer-main .footer-right .left{
    text-align: end;
}
.footer-main .footer-right .left a img{
    margin-top: 10px;
    margin-bottom: 16px;
}
.footer-main .footer-right .left h4{
    color: #888;
}
.footer-main .footer-right .left h2{
    color: #fff;
    font-size: 30px;
    font-style:italic;
}
.footer-main .footer-right .right{
    text-align: center;
    margin-left: 20px;
}
.footer-main .footer-right .right img{
    width: 115px;
}
.footer-main .footer-right .right p{
    color: #999;
    font-size: 12px;
    margin-top: 10px;
}
.footer-other{
    margin-top: 25px;
}
.footer-other ul{
    display: flex;
    margin-top: 10px;
}
.footer-other ul span{
    color: #999;
    font-size: 12px;
}
.footer-other ul li{
    display: flex;
    margin-right: 10px;
}
.footer-other ul li a{
    font-size: 12px;
    color: #999;
}
.footer-other ul li a:hover{
    color: #fff;
}
.footer-copyright{
    background: #2f2f2f;
    color:#777;
    padding: 10px 0;
}
.footer-copyright ul{
    display: flex;
    margin-bottom: 7px;
}
.footer-copyright ul>li{
    margin-right: 10px;
}
.footer-copyright h5{
    font-size: 12px;
    font-weight: normal;
    line-height: 18px;
    margin: 0;
}
.footer-copyright ul a{
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #666;
}
.footer-copyright ul a:hover{
    color: #fff;
}
.footer-copyright .copyright{
    display: flex;
    font-size: 12px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}
.footer-copyright .copyright-left a{
    color: #666;
    padding: 0 8px;
}
.footer-copyright .copyright-right a{
    color: #666;
}
.footer-copyright .copyright a:hover{
    color: #fff;
}
.footer-copyright .copyright-record{
    font-size: 12px;
    display: flex;
    align-items: center;
}
.footer-copyright .copyright-record a{
    font-size: 12px;
    color: #666;
}
.footer-copyright .copyright-record a:hover{
    color: #fff;
}
.footer-copyright .copyright-record img{
    margin: 0 7px;
}
@media (max-width: 1200px){
    .footer-content{
        padding: 20px 0;
    }
    .footer-content .footer-main  .footer-left{
        width: auto;
        flex-direction: column;
    }
    .footer-content .footer-left .footer-about{
        margin-top: 20px;
    }
    .footer-copyright .copyright{
        flex-direction: column;
        align-items: flex-start;
    }
    .footer-copyright .copyright .copyright-right{
        margin-top: 7px;
    }
}
@media (max-width: 1000px){
    .footer-content{
        display: none;
    }
}
.global-title{
    padding: 70px 0 40px;
    position: relative;
}
.global-title>h3{
    color: #333;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
}
.global-title>span{
    display: block;
    width: 48px;
    height: 4px;
    background: #00a1e6;
    margin: 0 auto;
    margin-top: 15px;
}
@media (max-width: 1600px){
    .global-title{
        padding: 40px 0 30px;
    }
}
@media (max-width: 1200px){
    .global-title{
        padding: 30px 0 20px;
    }
    .global-title>h3{
        font-size: 30px;
    }
    .global-title>span{
        margin-top: 8px;
    }
}
@media (max-width: 768px){
    .global-title>h3{
        font-size: 28px;
    }
}
@media (max-width: 500px){
    .global-title{
        padding: 20px  0;
    }
    .global-title>h3{
        font-size: 24px;
    }
}

.rights-box{
    position: fixed;
    z-index: 1;
    right: 0px;
    top: 60%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
}
.rights-box>li{
    position: relative;
    cursor: pointer;
    clear: both;
    margin-bottom: 10px;
    transform: scale(.9);

}
.rights-box>li .icon{
    position: relative;
    z-index: 20;
    float: left;
    width: 80px;
    height: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background: #00a1e6;
    margin-bottom: 2px;
}
.rights-box>li .icon>h3{
    font-size: 14px;
    line-height: 15px;
    margin-top: 10px;
    color: #fff;
}
.rights-box>li .boxs{
    position: absolute;
    z-index: 10;
    right: -500px;
    background: #00a1e6;
    color: #fff;
    text-align: center;
}
.rights-box>li.tel .boxs{
    padding: 0 20px;
}
.rights-box>li .boxs::before{
    content: '';
    position: absolute;
    left: 100%;
    top: 33px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-left: 6px solid #00a1e6;
    border-bottom: 6px solid transparent;
}
.rights-box>li .boxs p{
    font-size: 20px;
    line-height: 80px;
    border-bottom: 1px solid #00a1e6;
    white-space: nowrap;
}
.rights-box>li:hover .boxs {
    right: 95px;
}
.rights-box>li.wx .boxs{
    width: 154px;
    padding: 16px;
}
.rights-box>li.wx .boxs>img{
    width: 120px;
}
.rights-box>li.wx .boxs>h3{
    font-size: 14px;
    margin-top: 12px;
}
@media (max-width: 1020px) {
    .rights-box {
        display: none !important;
        top: unset;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        width: 100%;
        -webkit-transform:unset;
    }
    .rights-box>li {
        overflow: hidden;
        flex: 1;
        margin-bottom: 0;
        transform: unset;
        -webkit-transform: unset;
    }
    .rights-box>li .boxs {
        display: none;
    }
    .rights-box>li .icon {
        width: 100%;
    }
}
