.header{width:100%;min-width: 300px;height:auto;z-index:10;background: url(../images/header_bg.png) top center no-repeat;}
.header .wrapTop{max-width:1600px;;}
.header .top{padding: 42px 0;position: relative;}
.logo{width: 39.375%;overflow: hidden;position: relative;}
.logo a{display: block;position: absolute;left: 0;right: 0;top: 0;bottom: 0;}
.logo img{width: 100%;display: block;}
.logo .logo1{right: 0%;}
.logo .logo2{left: 50%;}

.top_nav{width: 58%;top: 50%;transform: translateY(-50%);right: 0;position: absolute; }
.ser_btn{position: absolute;right: 0;top: 25px;border-left: 1px solid #cdced3;padding-left: 25px;color: #6c397f;cursor: pointer;}
.ser_btn i{font-size: 20px;}
.nav ul{padding-right: 48px;}
.search_box{position: fixed;left: 0;top: 0;width: 100vw;height: 100vh;background: rgba(0,0,0,.8);z-index: 999;display: none;}
.search_box.on{display: block;}
.search_box .close{background: url(../images/close.png) center no-repeat;background-size: 60%;width: 80px;height: 80px;position: absolute;right: 50px;top: 50px;cursor: pointer;}

.ser{height: 45px;z-index:600;width: 500px;position: absolute;margin: 0 13px 0 20px;z-index: 999;left: 50%;top: 50%;transform:translateX(-50%) translateY(-50%);}
.ser .search{width: 500px;height: 45px;background: #fff;position: absolute;/* top: 40px; */right: 0;z-index: 999;box-shadow: 0 0 10px rgba(0,0,0,.4);}
.ser .search .notxt{position:absolute;width: calc(100% - 150px);height: 100%;color: #999;left: 0px;top: 1px;padding:0;margin:0px;outline: none;font-size: 14px;z-index: 3;padding: 0 0 0 20px;background: transparent;border: 0;}
.ser .search .notxt1{position:absolute;width: 120px;height: 100%;border:none;background: none;right: 0;cursor: pointer;z-index: 3;font-size: 0;bottom: 0;background: #6c397f;text-align: center;color: #fff;font-size: 20px;}
.ser.on .search{display: block;}



.nav{margin: 0;position: relative;}
.nav ul{font-size: 0;text-align: justify;text-justify:inter-ideograph;overflow: visible !important;}
.nav ul::after{content: '';width: 100%;display: inline-block;*display: inline;*zoom:1;height: 0;}
.nav ul > li{position: relative;text-align: center;display: inline-block;*display: inline;*zoom: 1;vertical-align: middle;transform: perspective(5000px);-moz-transform: perspective(5000px);-o-transform: perspective(5000px);-webkit-transform: perspective(5000px);line-height: 66px;padding: 0;width: 12.5%;}
.nav ul li > a{font-size: 18px;display: block;position: relative;text-transform: uppercase;font-weight: bold;}
.nav ul li:hover > a,.nav ul li:hover > a{}
.nav ul li:hover .subNav{display: block;}

.subNav{background: #6c397f;white-space: normal;left: 21%;position: absolute;top: 100%;display: none;padding: 10px;/* transform: translateX(-50%); */}
.subNav:before{width: 0;height: 0;content: '';border-bottom: 11px solid #6c397f;border-left: 8px solid transparent;border-right: 8px solid transparent;position: absolute;top: -8px;left: 22px;}
.subNav dd{border-top: 1px solid rgba(255,255,255,.1);}
.subNav dd:first-child{border: none;}
.subNav a{color:#fff;padding:10px 15px;display: block;line-height: 24px;font-size: 16px;white-space: nowrap;text-align: left;border-radius: 3px;}
.subNav a:hover{background-color:rgba(0,0,0,.2);}

.header.currents{position: fixed;left: 0;top: 0;background-color: #f2f4fa;}
.header.currents .logo{width: 30%;}
.header.currents .logo img{}
.header.currents  .top{padding: 20px 0;}
.header.currents  .top_nav{width: 66%;}
.header.currents  .ser_btn{top: 32px;}
.header.currents .nav ul{width: auto;text-align: right;}
.header.currents .nav li{background:none;height: 80px;line-height: 80px;padding: 0 18px;width: auto;}
/* .header.currents .subNav{top:48px;} */
/* .header.currents .nav-wrapper{height: 56px;} */
.header.currents .nav ul li > a{}
.header.currents .nav ul li.on > a,.header.currents .nav ul li:hover > a{}
/* .header.currents .nav ul li:hover .subNav{left: 18px;} */
.header.currents{box-shadow: 0 2px 6px rgba(0,0,0,0.4)}

.nav ul li:hover .subNav{-webkit-animation-name: flipInY ;animation-name: flipInY ;animation-duration: 0.6s; -webkit-animation-duration: 0.6s;animation-timing-function: ease-in-out; -webkit-animation-timing-function: ease-in-out;visibility: visible !important; display: block;}
@keyframes flipInY  {
	from {-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);transform: perspective(400px) rotate3d(0, 1, 0, 90deg);-webkit-animation-timing-function: ease-in;animation-timing-function: ease-in;opacity: 0;}
	40% {-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);transform: perspective(400px) rotate3d(0, 1, 0, -20deg);-webkit-animation-timing-function: ease-in;animation-timing-function: ease-in;}
	60% {-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);transform: perspective(400px) rotate3d(0, 1, 0, 10deg);opacity: 1;}
	80% {-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);transform: perspective(400px) rotate3d(0, 1, 0, -5deg);}
	to {-webkit-transform: perspective(400px);transform: perspective(400px);}
}

/* -------------------- */

.mobile-header{width: 60%;position:absolute;top: 0;right: 0;z-index: 10;overflow: auto;background: #6c397f;padding: 15px 20px 24px;display: none;}
.mobile-header.on{animation-duration: 0.5s;animation-fill-mode: both;animation-name: y_scale;display: block;}

.mobile-header .logo{width: calc(100% - 60px);margin-bottom: 20px;}

.mob_nav_btn{height: 37px;width: 37px;z-index: 999;position: absolute;right: 26px;top: 50%;transform: translateY(-50%);background: url(../images/m_nav1.png) center no-repeat #6c397f;background-size: 100% 100%;border: 1px solid #fff;}
.mob_nav_btn:hover{opacity:0.8;cursor: pointer;}
.mob_nav_btn.on{background-image: url(../images/m_nav2.png);/* width: 30px; *//* height: 31px; *//* top: 18px; */}

.mobile-nav{width: 100%;padding: 0 0 10px;}
.mobile-nav a{display: inline-block;line-height: 1.5;text-decoration: none;width: 100%;font-size: 1.4rem;color: #fff;border-top: solid 1px rgba(255,255,255,.35);-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s;padding: 12px 15px;}
.mobile-nav a:hover{color:#fff;}
.mobile-nav a{-webkit-animation-duration: 0.5s;animation-duration: 0.5s;-webkit-animation-fill-mode: both;animation-fill-mode: both;-webkit-animation-name: returnToNormal;animation-name: returnToNormal;}
@-webkit-keyframes returnToNormal {
	from {opacity: 0;-webkit-transform: translate3d(0, 100%, 0);transform: translate3d(0, 100%, 0);}
	to {opacity: 1;-webkit-transform: none;transform: none;}
}
@keyframes returnToNormal {
	from {opacity: 0;-webkit-transform: translate3d(0, 100%, 0);transform: translate3d(0, 100%, 0);}
	to {opacity: 1;-webkit-transform: none;transform: none;}
}
.mobile-nav li{position: relative;}
.mobile-nav li strong{color: #fff;position: absolute;right: -16px;top:0;font-size: 0;cursor: pointer;width: 40px;height: 49px;text-align: center;line-height: 40px;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-o-transition: all 0.5s;transition: all 0.5s;background: url(../images/mobile_arrow1.png) center no-repeat;}
.mobile-nav li strong.on{transform: rotate(90deg);-webkit-transform: rotate(90deg);}
/* .mobile-nav li > a{font-weight: bold;} */
.mobile-nav .mobile_subNav{display: none;padding-left:10px;}
.mobile-nav dd a{line-height: 1.5;border-bottom: dotted 1px rgba(0,0,0,0.1);font-size: 1.2rem;padding: 10px 15px;}

/* .mob_cn{float: left;width: 32px;height: 32px;text-align: center;color: #fff;border: 1px solid rgba(255,255,255,.35);line-height: 32px;} */

.mobile_search{position: relative;overflow: hidden;}
.mobile_search{width: 100%;height: 32px;z-index: 999;border: 1px solid rgba(255,255,255,.2);float: none;}
.mobile_search .notxt{position:absolute;height: 100%;color: #eee;left: 0px;top: 0;padding:0;margin:0px;outline: none;font-size: 14px;z-index: 3;padding: 0 0 0 12px;background: transparent;border: 0;width: 100%;}
.mobile_search .notxt1{position:absolute;width: 40px;height: 100%;border:none;right: 0;cursor: pointer;z-index: 4;font-size: 0;bottom: 0;padding: 0;background: none;color: #fff;}

/* -------------------- */

footer{padding: 40px 0 0;position: relative;overflow: hidden;background: url(../images/footer_bg.png) center;background-size: cover;clear: both;}
footer .row{overflow: hidden;}
footer .lf{float: left;padding-bottom: 40px;}
footer .rt{float: right;padding: 10px 0 0;}
.footer_logo{margin: 0 0 10px;max-width: 495px;}
.record_no{color: #fff;margin: 0 0 0 -28px;}
.record_no p{display: inline-block;margin: 0 0 0 28px;}

.address{float: left;color: #fff;padding: 16px 110px 0 0;position: relative;margin: 0 50px 0 0;}
.address img{position: absolute;right: 0;top: 21px;}
footer .code_box{float: right;}
footer .code_box .box{display: inline-block;margin: 0 0 0 20px;text-align: center;}
footer .code_box img{width: 90px;margin: 0 auto 6px;display: block;}
footer .code_box p{color: #fff;padding-top: 15px;}
.img_box{background-color: #fff;border: 5px solid #fff;}
.copy_right {background-color: rgba(0,0,0,0.16);text-align: center;padding: 25px 0;line-height: 1.5;color: #fff;}


@media screen  and (min-width:996px){
	.IFAT_list3 li,.newsImgs,.IFAT_list1 li{transition: all 0.35s ease-out;}
	.IFAT_list3 li:hover{transform: translateX(10px);}
	.newsImgs:hover,.IFAT_list1 li:hover{transform: translateY(-10px);}
}
@media screen  and (max-width:1640px){
	.header .top{margin: 0 2vw;}
}
@media screen  and (max-width:1480px) {

	.header.currents .nav li{padding: 0 8px;}
}
@media screen  and (max-width:1200px) {
	.logo{width: 35%;}
	.top_nav{width: 63%;}
	.nav ul li > a { font-size: 16px;}
	.header.currents .top_nav {
		width: 69%;
	}
}
@media screen  and (max-width:1280px) {
	.header .wrapTop{padding: 0 ;}
	
	
	.header{height: auto;}
	/* .nav ul li > a{font-size: 15px;} */
	
	.address{margin: 0 5px 0 0;padding: 0 80px 0 0;}
	footer .code_box .box{margin: 0 0 0 5px;}

}
@media screen  and (max-width:996px) {
	.header{position: relative;}
	.header.currents{display: none !important;}
	/* .header .top{border: none;} */
	.top_nav,.nav_box{display: none;}
	.header .top{padding: 20px 0;margin: 0;}
	footer .row{text-align: center;}
	footer .code_box{float: none;margin: 20px 0 0;text-align: center;padding-bottom: 15px;}
	.address{float: none;padding: 0;margin: 0;}
	.address img{position: relative;top: 0;display: block;margin: 10px auto 0;}
}
@media screen  and (max-width:767px){
	.header .top{padding: 10px 0;}
	.logo{width: 80%;}
	
	footer{padding: 20px 0 0;}
	footer .lf{margin: 0 0 16px;}
	.footer_logo{width: 90%;margin: 0 0 6px;}
	.copy_right{padding: 12px 0;}
footer .lf{float: none;padding-bottom: 5px;margin-bottom: 0;}
	footer .rt{padding: 0;float: none;}

	.mob_nav_btn{width: 26px;height: 26px;}

}
@media screen  and (max-width:479px){
	.copy_right p{display: block;text-align: center;}
	
}