@charset "utf-8";
.header .nav_icon{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1rem;
	height: 1rem;
	background: #3d68d3;
	border-radius: 100%;
	box-sizing: border-box;
}
.header .nav_icon ul{
	width: 100%;
}
.header .nav_icon ul li{
	width: 60%;
	margin: 0 auto;
	height: 4px;
	background: #FFFFFF;
	border-radius: 5px;
	position: relative;
	display: block;
	text-align: center;
	margin-bottom: 0.12rem;
	transition: all .2s ease-in-out 0s;
}
.header .nav_icon.on ul li{
	margin-bottom: 0;
	transition: all .4s ease-in-out 0s;
	position: absolute;
	left: 0;
	right: 0;
}
.header .nav_icon.on ul li:nth-child(1){
	transform: rotate(45deg);
}
.header .nav_icon.on ul li:nth-child(3){
	transform: rotate(-45deg);
}
.header .nav_icon.on ul li:nth-child(2){
	opacity: 0;
}
.header .nav_icon ul li:last-child{
	margin-bottom: 0;
}
.header .nav_icon span:before{
	display: none;
}
.header .nav_icon span:after{
	display: none;
}
.banner{
	margin-top: 100px!important;
}
.header{
	position: fixed;
	top: 0;
	z-index: 999;
	background: #FFFFFF;
}
.logo img{
	display: block;
}
.head{
	height: 100px;
	padding: 0 2.5%;
	display: flex;
	align-items: center;
}
.header .nav_icon{
	position: absolute;
	right: 2.5%;
}
.nav_m{
	background: #f8f8f8;
	height: calc(100vh - 100px);
	position: fixed;
	z-index: 999;
	width: 100%;
	left: 0;
	top: 100px;
	display: none;
	overflow: auto;
}
.nav_m ul li{
	transition: all .4s ease-in-out 0s;
}
.nav_m ul li:hover{
	background: #FFFFFF;
}
.nav_m ul li:nth-child(3) > a{
	position: relative;
}
.nav_m ul li:nth-child(3) > a:after{
	position: absolute;
	content: "";
	right: 5%;
	top: 50%;
	margin-top: -7.5px;
	background: url(../img_m/nav_m_bg.png);
	width: 25px;
	height: 15px;
	background-repeat: no-repeat;
	background-position: center;
	transform: rotate(90deg);
	transition: all .4s ease-in-out 0s;
}
.nav_m ul li:nth-child(3) > a.on:after{
	transform: rotate(0);
}
.nav_m > ul > li > a{
	font-size: 0.36rem;
	color: #333333;
	display: block;
	width: 100%;
	padding: 3% 7%;
}
.nav_m ul li .nav_drop{
	display: none;
	background: #f8f8f8;
}
.nav_m ul li .nav_drop dt a{
	font-size: 0.36rem;
	display: block;
	width: 100%;
	padding: 3% 7%;
	color: #666666;
}
.logo{
	width: 27%;
}
.logo_tt{
	padding-left: 2%;
	line-height: 1.5;
}
.logo_tt h1{
	line-height: 1;
	font-size: 0.42rem;
}
.logo_tt p{
	font-size: 0.32rem;
	color: #333333;
}
.banner{
	width: 100%;
	margin-top: 100px;
}
.banner ul li img{
	max-width: initial;
	display: block;
	width: 100%;
}
.banner .banner_pag span{
	border-radius: 0;
	width: 0.13rem;
	height: 0.13rem;
	background: rgba(255,255,255,1);
	opacity: 1;
	margin-right: 2%!important;
	margin-left: 0!important;
}
.banner .banner_pag span:last-child{
	margin-right: 0!important;
}
.banner .banner_pag span.swiper-pagination-bullet-active{
	background: red;
}
.quotes {clear: both; margin: 40px 0; text-align: center; height: 42px; padding: 5px 0;}
.quotes ul{ width: 100%; height: 100%; padding-top: 2px;}
.quotes ul li{ display: inline-block; font-size: 0.3rem; margin-right: 1%; border: 1px solid #ddd; line-height:26px; min-width: 28px;}
.quotes ul li a{ color: #666; padding: 0 8px; text-decoration: none; display: block;}
.quotes .thisclass,
.quotes ul li:hover{ border-color: #EA3333;}
.quotes ul li:hover a,
.quotes .thisclass a{ background: #EA3333; color: #fff;}
.quotes .thisclass  a{ color: #fff;}
.quotes ul li:hover a{ color: #fff;}
.quotes .pageinfo{ display: inline-block; padding: 0 5px;}
.quotes ul li.nobor{ border-color: #ddd !important;}
.main_g{
	background: #f8f8f8;
	padding: 5% 0 8% 0;
}
.mg_lr{
	width: 95%;
	margin: 0 auto;
}
.mg_lr .mg_l{
	width: 100%;
}
.mg_lr .mg_r{
	width: 100%;
}
.mg_lr .mg_l .mgl_top{
	line-height: 1.4;
}
.mg_lr .mg_l .mgl_top p{
	font-size: 0.36rem;
}
.mg_lr .mg_l .mgl_top h1{
	font-size: 0.48rem;
}
.mg_lr .mg_r p{
	font-size: 0.32rem;
	color: #666666;
	padding: 2% 0;
}
.mg_lr .mg_r .mgr_input{
	margin-top: 20px;
}
.mg_lr .mg_r .mgr_input input{
	font-size: 0.36rem;
	border-radius: 5px;
	border: 1px solid #eeeeee;
	width: 100%;
	padding: 3% 0 3% 4%;
	margin-bottom: 3%;
	color: #666666;
	font-family: "微软雅黑";
}
.mg_lr .mg_r .mgr_input textarea{
	width: 100%;
	padding-bottom: 10%;
	padding-top: 3%;
	padding-left: 4%;
	resize:none;
	border: 1px solid #eeeeee;
	border-radius: 5px;
	font-size: 0.36rem;
	color: #666666;
	font-family: "微软雅黑";
}
.mg_lr .mg_r .mgr_button{
	width: 60%;
	margin: 8% auto 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.mg_lr .mg_r .mgr_button button{
	width: 46%;
	border-radius: 3px;
	color: #FFFFFF;
	background: #df2a2a;
	font-size: 0.38rem;
	margin-right: 20px;
	padding: 11px 0;
	cursor: pointer;
}
.mg_lr .mg_r .mgr_button button:last-child{
	background: #2e4e9f;
	margin-right: 0;
}
.main_h{
	margin: 55px auto;
}
.main_h .mh_head{
	border-bottom: 1px solid #e0e0e0;
	position: relative;
	padding-bottom: 15px;
}
.mh_page{
	width: 50px;
}
.mh_page .page_l,.mh_page .page_r{
	width: 11px;
	height: 19px;
}
.main_h .mh_head h1{
	padding-left: 15px;
	font-size: 18px;
	font-weight: normal;
}
.main_h .mh_head:before{
	position: absolute;
	content: "";
	width: 3px;
	height: 20px;
	background: #d42222;
	left: 0;
}
.mh_list ul{
	margin-top: 20px;
}
.mh_list ul li{
	font-size: 15px;
	margin-bottom: 5px;
	width: 150px!important;
}
.mh_list ul li a{
	color: #666666;
	transition: all .4s ease-in-out 0s;
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.mh_list ul li a:hover{
	color: #BA0909;
}
.footer{
	background: #111a30;
}
.foot_lr{
	
}
.foot_lr .foot_r{
	width: 95%;
	margin: 0 auto;
}
.foot_lr .foot_r .fr_list .list2{
	width: 100%;
	margin-top: 5%;
}
.foot_lr .foot_r .fr_list .list2 li{
	margin-bottom: 5%;
	float: left;
	font-size: 0.36rem;
	width: 50%;
	text-align: left;
}
.foot_lr .foot_r .fr_list .list2 li:nth-child(2n){
	text-align: right;
}
.foot_lr .foot_r .fr_list .list2 li a{
	color: #ababab;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	transition: all .4s ease-in-out 0s;
}
.foot .foot_bot{
	background: #0e1628;
	padding: 3% 2.5%;
}
.foot .foot_bot .bot_tt{
	color: #ababab;
	font-size: 0.34rem;
	width: 100%;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	line-height: 1.8;
}

@media screen and (max-width: 414px) {
.nav_m{
	top: 60px;
	height: calc(100vh - 60px);
}
.logo_tt h1{
	font-size: 0.43rem;
}
.logo_tt p{
	font-size: 0.33rem;
}
.header .nav_icon ul li{
	width: 60%;
	height: 2px;
}
.banner{
	margin-top: 60px!important;
}
.head{
	height: 60px;
}
.nav_m ul li:nth-child(3) > a:after{
	background-size: 60%;
}
}