* {
    transition: all .3s;
}
 .index-container {
    max-width: 1600px;
    margin: 0 auto;
}
@media (max-width: 1600px){
    .index-container{
        margin: 0 80px;
    }
}
@media (max-width: 960px){
    .index-container{
        margin: 0 15px;
    }
}
.header{
    display: flex;
    color: #fff;
    width: 100%;
    height: 65px;
    background-color: rgba(0, 0, 0, .05);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    position: fixed;
    top:0;
    left: 0;
    z-index: 999;
}
.header-inner{
    max-width: 1600px;
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 150px;
}
.header.header-fixed{
    background:rgba(0, 0, 0, .7);
}
.header-inner .header-nav{
    display: flex;
}
.header-inner .nav {
    display: flex;
    justify-content:space-evenly;
    align-items: center;
}
.header-inner .nav .menu-item{
    border-bottom:3px solid transparent;
    margin-right: 67px;
}
.header-inner .nav .menu-item>a{
    display: block;
    color: #fff;
    width: 50px;
    height: 62px;
    line-height: 62px;
    text-align: center;
}
.header-inner .nav .menu-item:hover{
    border-bottom:3px solid #fff;
}
.header-inner .nav .menu-item.x-search:hover{
    border-bottom: none;
}
.header-inner .nav .menu-item.current-menu-item{
    border-bottom:3px solid #fff;
}
.header-inner .header-search{
    display: flex;
    align-items: center;
    cursor: pointer;
}
@media (max-width: 1600px){
    .header-inner{
        margin: 0 100px;
    }
}
@media (max-width: 1200px){
    .header-inner{
        margin: 0 50px;
    }
}
.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;
}

.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: #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: -9px;}
.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: 768px) {
    .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; filter: grayscale(100%) brightness(0%);}
.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: #000;}
.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 #000;line-height: 44px;color: #777;font-size: 16px;outline: none;}
.window-searchform button {float: left;display: block;border: 1px solid #000;line-height: 46px;width: 20%;padding: 0 10px;font-size: 16px;background-color: #000;color: #fff;outline: none;}
.window-searchShow {visibility: visible; opacity: 1; transform: translateY(0);}

@media (max-width: 768px) {
    .header {
        height: 60px;
    }
    .header-inner{
        margin: 0 10px;
    }
    .header-inner .nav {
        display: none;
    }
    .header-inner .header-search{
        display: none;
    }
}
.footer-copyright{
    padding-top: 30px;
    padding-bottom: 25px;
    background: #000;
    color: rgba(255, 255, 255, .6);
}
.footer-copyright ul{
    display: flex;
    margin-bottom: 15px;
}
.footer-copyright h5{
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    margin: 0;
}
.footer-copyright ul a{
    display: inline-block;
    color: rgba(255, 255, 255, .6);
    font-size: 14px;
    line-height: 18px;
    margin-right: 5px;
}
.footer-copyright ul a:hover{
    color: #fff;
}
.footer-copyright .copyright{
    display: flex;
    font-size: 14px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}
.footer-copyright .copyright-left a{
    color: rgba(255, 255, 255, .6);
    padding: 0 8px;
}
.footer-copyright .copyright-left a .licence{
    width: 20px;
}
.footer-copyright .copyright-right a{
    color: rgba(255, 255, 255, .6);
}
.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: 1300px){
    .footer-copyright .copyright{
        flex-direction: column;
        align-items: flex-start;
    }
    .footer-copyright .copyright .copyright-right{
        margin-top: 7px;
    }
}