@charset "utf-8";
body{
	background: #f7f8fc;
}
.icolor,.hvcolor:hover{
	color: #b30715;
}
.bgcolor,.hvbgcolor:hover{
	background: #b30715;
	color: #fff;
}
.icolor1,.hvcolor1:hover{
	color: #415185;
}
.bgcolor1,.hvbgcolor1:hover{
	background: #415185;
	color: #fff;
}
.head{
	padding: 20px 0;
}
.head .wrap_1300{
	padding: 0 3%;
}
.logo{
	display: inline-block;
	height: 117px;
}
.nav{
	background: #fff;
	border-left: 18px solid #B30715;
	margin-left: 10%;
	justify-content: center;
}
.nav li{
	position: relative;
	padding: 0 20px;
}
.nav li:hover .nava{
	color: #ff9000;
}
.nav li.active .nava{
	color: #B30715;
}
.nava{
	display: block;
	line-height: 50px;
	color: #666;
	font-size: 15px;
}
.nava .active a{color: #B30715;}
.md{
	padding: 50px 0;
}
.ititle_52{
	font-size: 52px;
}
.itopline{
	width: 340px;
	margin: 15px auto 0 auto;
}
.itopline i{
	width: 180px;
	height: 4px;
	background: #415185;
	display: block;
}
.i1l{
	width: 45%;
	margin-right: 25px;
}
.itxt p{
	padding: 6px 0;
	text-indent: 2em;
}
.morea{
	background: #415185;
	color: #fff;
	display: inline-block;
	padding: 14px 55px;
}
.i2t{
	padding: 15px 3%;
	background: #fff;
	border-left: 50px solid #415185;
}
.i2t a{
	color: #666;
	margin-right: 5%;
}
.i2t a:hover,.i2t a.active{
	color: #ff9000;
}
.i2a_a{
	display: block;
	min-height: 100%;
	background: #fff;
	border-bottom: 4px solid #415185;
}
.i2atxt{
	padding: 15px 20px 25px 20px;
}
.foot{
	background: url(../images/footbg.jpg) no-repeat center;
	background-size: cover;
	color: #fff;
}
.foot a{
	color: #fff;
}
.foot a:hover{
	text-decoration: underline;
}
.ftbg{
	padding-bottom: 55px;
}
.ftw{
	border-bottom: 1px solid rgba(255,255,255,.3);
	padding: 50px 10%;
}
.ftr span{
	margin: 0 12px;
}

.listmd{
	padding-top: 25px !important;
}
.lsl{
	width: 22.5%;
	margin-right: 20px;
}
.lslbox{
	border: 1px solid #E6E6E6;
}
.lslbox:first-child{
	margin-top: 0 !important;
}
.lslboxt{
	background: #002881;
	color: #fff;
	padding: 14px 20px;
}
.lslboxb{
	padding: 0 25px;
}
.lslboxb a{
	display: block;
	text-align: center;
	padding: 12px 20px;
	color: #555;
	border-bottom: 1px solid #E6E6E6;
}
.lslboxb a:last-child{
	border: 0;
}
.lslboxb a:hover{
	color: #FF9000;
}
.lslboxb a.active{
	color: #B30715;
}
.lsr{
	border: 1px solid #E6E6E6;
	background: #fff;
}
.lsrt{
	padding: 10px 20px;
}
.lsrt i{
	margin: 0 10px;
}
.lsrt a{
	color: #B30715;
}
.lsrt a:hover{
	color: #FF9000;
}
.lsrb{
	padding: 25px;
}
.lsrb .i2a{
	width: 33.33%;
}
.lsrb .i2a_a{
	background: #f5f5f5;
}
.i2aimg img{
	min-height: 100%;
}
.lsrbw{
	margin-top: -15px;
}
.pagel span{
	margin: 0 10px;
}
.pager a{
	margin: 0 10px;
	color: #666;
}
.pager a:hover{
	color: #FF9000;
}

.ifm{
	background: #F5F5F5;
}
.ifm span{
	margin: 0 10px;
}
.iftxt *{
	max-width: 100%;
}

.co1tr a{
	width: 50px;
	height: 50px;
	border: 1px solid #c6b17e;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: 20px;
}
.co1f{
	justify-content: space-between;
}
.co1fa{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	text-align: left;
	width: 49%;
	border-bottom: 1px solid #415185;
	padding: 20px 0;
	word-break: break-all;
}
.co1fa i{
	width: 50px;
	height: 50px;
	background: #ecf2ff;
	color: #002881;
	border-radius: 100%;
	margin-right: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.fma{
	position: relative;
}
.fma select{
	height: 60px;
    width: 100%;
    border-radius: 6px;
    padding: 0 15px;
    font-size: 14px;
    color: #666;
}
.slti{
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #C6B17E;
	position: absolute;
	right: 12px;
	top: 50%;
	margin-top: -10px;
}
.fma{
	margin-bottom: 25px;
}
.fma:last-child{
	margin-bottom: 0;
}
.fma input,.fma textarea{
	height: 50px;
	width: 100%;
	border-radius: 4px;
	padding: 0 15px;
	font-size: 14px;
	border: 1px solid #ddd;
}
.fma input:focus,.fma textarea:focus{
	border: 1px solid #002881;
}
.fma textarea{
	resize: none;
	padding: 15px;
	height: 160px;
}
.fma button{
	height: 50px;
	width: 120px;
	background: #6a6a6a;
	color: #fff;
	font-size: 14px;
	transition: .25s;
	cursor: pointer;
	border-radius: 8px;
	margin: 0 10px;
	font-weight: bold;
}
.fma button:hover{
	opacity: .85;
}
.fma button.active{
	background: #002881;
}

@media only screen and (min-width:768px) and (max-width:1299px) {
	.md{
		padding: 40px 0;
	}
	.ititle_52{
		font-size: 42px;
	}
	.logo{
		height: 100px;
	}
	.nav li{
		padding: 0 10px;
	}
	.nava{
		font-size: 14px;
	}
	.itopline{
		width: 250px;
	}
	.itopline i{
		width: 135px;
	}
	.i1rb i img{
		width: 300px;
	}
	.morea{
		padding: 10px 35px;
	}
	.foot .wrap_1300{
		padding: 0 !important;
	}
	
	.lslboxt{
		padding: 10px 15px;
	}
	.lslboxb{
		padding: 0 15px;
	}
	.pager a,.pagel span{
		margin: 0 7px;
	}
}
@media only screen and (max-width:950px) {
	.md{
		padding: 30px 0;
	}
	.ititle_52{
		font-size: 36px;
	}
	.i1rb i img{
		width: 200px;
	}
	.bnbox .wrap_1300,.foot .wrap_1300{
		padding: 0 !important;
	}
	
	.lsrb .i2a{
		width: 50%;
	}
	.bnimg{
		min-height: 250px;
	}
}
@media only screen and (max-width:768px) {
	.md{
		padding: 25px 0;
	}
	.ititle_52{
		font-size: 24px;
	}
	.bnimg{
		min-height: 180px;
	}
	.itopline{
		width: 100px;
	}
	.itopline i{
		width: 60px;
		height: 3px;
	}
	.itopline .disflex.mt_15{
		margin-top: 10px;
	}
	.i1r{
		margin-top: 25px !important;
	}
	.i1rb {
		justify-content: center;
	}
	.morea{
		padding: 10px 30px;
		font-size: 13px;
	}
	.i2t{
		border-left-width: 10px;
	}
	.i2t a{
		font-size: 14px;
		line-height: 30px;
		margin: 0;
		padding: 0 10px;
	}
	.i2a{
		width: 50%;
	}
	.i2a_a{
		border-bottom-width: 2px;
	}
	.i2atxt{
		padding: 10px 15px 15px 15px;
	}
	.i2atxt h3{
		font-size: 14px;
	}
	.ftbg{
		padding-bottom: 20px;
	}
	.ftw{
		padding: 25px 15px;
		text-align: center;
	}
	.flogo{
		height: 80px;
	}
	.ftr span{
		margin: 0 8px;
	}
	
	.lslboxt{
		padding: 10px 15px;
	}
	.lslboxb{
		padding: 0 15px;
	}
	.lsrt{
		padding: 10px;
		font-size: 13px;
	}
	.lsrt i{
		margin: 0 5px;
	}
	.lsrb{
		padding: 15px;
		padding-bottom: 20px;
	}
	.lsrbw{
		margin-top: -7px;
	}
	.lsrb .i2a{
		width: 100%;
	}
	.pagel,.pager{
		margin: 0;
		justify-content: center;
	}
	.pager{
		margin-top: 10px;
	}
	
	.co1fa{
		width: 100%;
		padding: 15px 0;
	}
	.fma{
		margin-bottom: 15px;
	}
	.fma input{
		height: 44px;
		font-size: 13px;
		border-radius: 3px;
	}
	.fma textarea{
		height: 100px;
		font-size: 13px;
		border-radius: 3px;
	}
	.fma button{
		width: 100px;
		height: 42px;
		font-size: 13px;
		border-radius: 3px;
	}
	.ftewm{
		margin: 15px auto 0 auto;
		display: flex;
		justify-content: center;
	}
}

.yema{width:100%; margin:50px 0px; text-align:center;}
.yema ul li{display:inline-block; margin:0 2px;}
.yema ul li a{min-width:40px; padding:0 15px; border-radius:2px; background-color:#fff; border:1px solid #eee; font-size:15px; line-height:38px; text-align:center; color:#999; display:block;}
.yema ul li a:hover{background-color:#B30715 ; border:1px solid #B30715 ; color:#fff;}
.yema ul li.active a{background-color:#B30715 ; border:1px solid #B30715 ; color:#fff;}
@media only screen and (max-width:1440px){
	.yema{margin-top:20px;}
	.yema ul li a{min-width:36px; padding:0 10px; font-size:14px; line-height:34px;}
}
@media only screen and (max-width:992px){
	.yema{margin-top:10px;}
	.yema ul li a{min-width:30px; padding:0 10px; height:30px; font-size:12px; line-height:28px;}
}
@media only screen and (max-width:320px){
	.yema ul li{margin:0 1px;}
	.yema ul li a{padding:0 6px;}
}

.page .f_y{margin-top:40px; padding-top:30px; border-top:1px solid #eee; color:#999; font-size:15px; line-height:32px;width: 100%;}
.iftxt.gn{border-top:1px solid #eee;padding-top:30px;}
.conbox.gn{border-top:1px solid #eee;padding-top:30px;}
@media only screen and (max-width:640px){
	.page .f_y{margin-top:15px; padding-top:20px; font-size:12px;}
}