.am-g{
	flex-wrap: wrap;
}
.swiper-wrapper{
	align-items: stretch;
}
.swiper-slide{
	height: auto;
}
.headers {
	width: 100%;
	/* padding: 10px 0; */
	transition: all 0.3s;
	background-color: #094785;
}

.headers.fx {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
}

.headers .logo {
	max-width: 285px;
	margin: 10px 0;
}

.headers .phones{
	position: relative;
	/* padding-left: 2%; */
}
.headers .phones a{
	line-height: 1em;
	color: #fff;
	font-size: 24px;
	display: flex;
	align-items: flex-end;
	border-radius: 40px;
	border: 1px solid #fff;
	padding: 10px 15px;
	font-style: italic;
}
.headers .phones a i{
	font-size: 14px;
	color: #c9e4ff;
	font-style: normal;
}
.headers .phones a span{
	font-weight: 900;
}

.headers .navs {
	/* flex: 1; */
	margin: 0 0 0 auto;
	transition: all 0.3s;
}


.headers .navs .it {
	position: relative;
	height: 100%;
}

.headers .navs .it .twos {
	width: 150px;
	z-index: 999;
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translate(-50%, 0);
	background-color: #fff;
	box-shadow: 0 2px 10px rgba(0,0,0,.1);
	text-align: center;
	padding: 4px 0;
	font-size: 14px;
	overflow: hidden;
	display: none;
}
.headers .navs .it .twos a{
	display: block;
	line-height: 36px;
	font-size: 15px;
}

.headers .navs .it .twos a:hover {
	color: #4ed389;
	background-color: #f4fdf8;
}

.headers .navs .it > a {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	height: 100%;
	font-size: 16px;
	line-height: 36px;
	transition: all 0.3s;
	padding: 0 30px;
}
.headers .navs a span{
	display: block;
	transition: all .3s;
	border-bottom: 3px solid transparent;
}
.headers .navs .twos a{
	color: #333;
}


.headers .navs a:hover span{
	color: #4ed389;
}

.headers .navs a.current span{
	color: #4ed389;
	border-color: #4ed389;
}

.headers .menu {
	width: 30px;
	cursor: pointer;
	margin-left: 15px;
}
.title{
	padding-top: 4%;
	padding-bottom: 4%;
	text-align: center
}
.title p{
	color: #666;
	font-size: 14px;
	line-height: 1em;
	margin-top: 15px;
}
.title h2{
	line-height: 1.6em;
	font-size: 28px;
	color: #353535;
	font-weight: 600;
	position: relative;
}
.title.white p{
	margin-top: 15px;
}
.title.white h2,
.title.white p{
	color: #fff;
}
.mores{
	color: #fff;
	background-color: #026cd2;
	border: 1px solid #026cd2;
	line-height: 46px;
	font-size: 16px;
	padding: 0 4%;
	display: inline-block;
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	transition: all .3s;
}
.mores:hover{
	color: #fff;
	background-color: #004281;
	border-color: #004281;
}
.nybanner{
	justify-content: center;
	overflow: hidden;
}
.nybanner > img{
	width: 100%;
}
.nybanner h2{
	font-size: 48px;
	font-weight: 900;
	color: #fff;
	line-height: 1em;
}
.nybanner .text{
	margin-top: 2%;
}
.nybanner p{
	color: #fff;
	font-size: 20px;
	margin-top: 24px;
	line-height: 1.5em;
}
.footer{
	background-color: #094785;
}
.footer-con{
	flex: 1;
	margin-right: 20%;
	padding: 3% 0;
}
.footer-con p{
	color: #fff;
	margin-top: 30px;
	font-size: 16px;
}
.copy{
	border-top: 1px solid #2f6498;
	padding: 20px 0;
}
.copy,
.copy a{
	color: #6092c3;
	text-align: center;
}

.banner img {
	min-width: 420px;
}

.banner .dis_fx,
.banner2 .dis_fx{
	justify-content: center;
	overflow: hidden;
}

.map{
	color: #999;
	padding: 12px 0;
}
.map a,.map span{
	color: #999;
	font-size: 14px;
}
.nyNav{
	border-bottom: 1px solid #eee;
	margin: 2% auto 3%;
	flex-wrap: wrap;
}
.nyNav a{
	flex: 1;
	line-height: 32px;
	text-align: center;
}
.nyNav a span{
	color: #333;
	font-size: 18px;
	padding: 12px 0;
	border-bottom: 2px solid #fff;
	display: inline-block;
}
.nyNav a.current span{
	color: #026cd2;
	border-color: #026cd2;
}
.page{
	flex-wrap: wrap;
	justify-content: center;
	margin: 3% auto 0;
}
.page li{
	margin: 0 5px;
}
.page li a,.page li span{
	border-radius: 4px;
	border: 1px solid #dcdcdc;
	line-height: 32px;
	min-width: 32px;
	color: #929292;
	display: block;
	text-align: center;
}
.page li a.current,.page li.active span{
	color: #fff;
	background-color: #026cd2;
	border-color: #026cd2;
}
.page li.disabled span{
	cursor: not-allowed;
}
.contents{
	margin: 3% auto;
}
.contents h2{
	font-size: 24px;
	font-weight: 900;
	text-align: center;
	line-height: 1.5em;
}
.contents h3{
	color: #999;
	font-size: 14px;
	text-align: center;
	margin: 12px 0;
}
.contents .ccs{
	border-top: 1px solid #eee;
	padding: 20px 0;
}
.contents p{
	font-size: 16px;
	color: #333;
	text-align: center;
	line-height: 1.8em;
}
.contents .tts{
	color: #026cd2;
	font-size: 20px;
	line-height: 48px;
	text-align: left;
	display: inline-block;
	border-bottom: 2px solid #026cd2;
}

.nyTitle{
	text-align: center;
	margin: 0 0 4%;
}
.nyTitle.left{
	text-align: left;
}
.nyTitle h2{
	font-size: 32px;
	position: relative;
	z-index: 1;
	line-height: 1em;
	color: #333;
}
.nyTitle:after{
	display: block;
	margin: 2% auto 0;
	height: 3px;
	width: 80px;
	background-color: #026cd2;
	content: "";
}
.nyTitle.left:after{
	margin-left: 0;
}
.nyTitle.white h2{
	color: #fff;
}
.nyTitle.white:after{
	background-color: #fff;
}
.nyBoxs{
	padding-top: 5%;
	padding-bottom: 5%;
	overflow: hidden;
	background-color: #f5f8fe;
}
.nyBoxs.nyBoxst{
	padding-top: 2%;
	padding-bottom: 2%;
}

.nyTabs{
	justify-content: flex-start;
	flex-wrap: wrap;
	z-index: 1;
	margin-top: -60px;
}
.nyTabs a{
	font-size: 16px;
	line-height: 60px;
	transition: all .3s;
	padding: 0 32px;
	color: #fff;
	background-color: #094785;
}
.nyTabs a:hover{
	opacity: .8;
	color: #4ed389;
}
.nyTabs a.current{
	color: #4ed389;
	/*background: #fff;*/
}
.nyTabs2{
	background-color: #fff;
	justify-content: space-evenly;
	flex-wrap: wrap;
	padding: 4px;
}
.nyTabs2 a{
	font-size: 14px;
	line-height: 36px;
	transition: all .3s;
	color: #3a3a3a;
	border-bottom: 2px solid transparent;
}
.nyTabs2 a:hover{
	opacity: #4ed389
}
.nyTabs2 a.current{
	color: #4ed389;
	border-color: #4ed389;
}








@media (max-width: 1366px){
	.headers .navs a{
		padding: 5px 15px;
	}
	.headers .navs .it > a {
		padding: 0 15px;
	}
	.navChild .second li a.itsub .text{
		font-size: 12px;
	}
}
@media (max-width: 1200px) {
	.headers .navs {
		margin: 0 ;
	}
	
	.headers .logo {
		max-width: 140px;
	}

	.headers .navs .it > a {
		padding: 0 10px;
		font-size: 14px;
	}
	
	.headers .phones{
		font-size: 12px;
	}
	
	.headers .phones a{
		padding: 8px;
		font-size: 14px;
	}
	.headers .phones a i{
		font-size: 12px;
	}
	
	.headers .phones a span{
		font-size: 16px;
	}
	
	.footers .footernav{
		margin-left: 10%;
	}
}
@media (max-width: 768px) {
	.am-g{
		margin-left: -1rem !important;
		margin-right: -1rem !important;
	}
	.headers{
		padding: 4px 0;
	}
	.headers .phones{
		margin-left: auto;
	}
	.headers .phones:before{
		display: none;
	}
	.title h2{
		
		font-size: 18px;
	}
	.title p{
		margin-top: 5px;
	}
	.title h3{
		font-size: 14px;
		line-height: 1.5em;
	}
	.title p{
		font-size: 12px;
		line-height: 1.8em;
		padding: 0 2rem;
	}
	.title:after{
		margin-top: 0;
		width: 42px;
	}
	.nybanner{
		line-height: 1em;
	}
	.nybanner .text{
		margin-top: 6%;
	}
	.nybanner h2{
		font-size: 18px;
	}
	.nybanner p{
		font-size: 12px;
		margin-top: 12px;
	}
	.am-container,
	.swiper-container{
		overflow: hidden;
	}
	.mores{
		font-size: 12px;
		padding: 0 8%;
		line-height: 34px;
	}
	.nyTitle p{
		font-size: 20px;
	}
	.nyTitle h2{
		font-size: 16px;
	}
	.nyTitle:after{
		width: 30px !important;
		margin-top: 10px;
	}
	.contents p{
		font-size: 14px;
	}
	.nybanner > img{
		width: 160%
	}
	.footer > div{
		display: block;
	}
	.footer-con{
		margin-right: 0;
		padding: 5%;
	}
	.footer-con p ,
	.footer-con p span{
		display: block;
		text-align: center;
	}
	.footer .code{
		text-align: center;
	}
	.footer .copy{
		margin-top: 6%;
		padding: 12px;
	}
	.nyTabs{
		margin: 0 -1rem;
	}
	.nyTabs a{
		font-size: 14px;
		line-height: 36px;
		padding: 0 24px;
	}
	.map{
		margin-top: -1%;
	}
}
@media (max-width: 640px) {
	
}