@charset "utf-8";

.icolor,.hvcolor:hover{
	color: #0064AD;
}
.bgcolor,.hvbgcolor:hover{
	background: #0064AD;
	color: #fff;
}
.head,.head_height{
	height: 94px;
}
.head{
	width: 100%;
	background: #0064AD;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
}
.logo{
	display: inline-block;
	height: 60px;
}
.nav{
	margin-left: 4%;
}
.nav li{
	position: relative;
}
.nava{
	display: block;
	height: 94px;
	line-height: 94px;
	padding: 0 30px;
	color: #fff;
	border-bottom: 3px solid rgba(0,0,0,0);
}
.nav li.active .nava,.nav li:hover .nava{
	border-bottom: 3px solid #D83E3C;
	color: #FFFFFF;
}
.nav li.active .nava::after{
	width: 6px;
	height: 6px;
	content: "";
	background: #D83E3C;
	transform:rotate(45deg);
	position: absolute;
	left: 50%;
	margin-left: -3px;
	bottom: 1px;
}

.navhide{
	width: 140px;
	border-radius: 4px 4px 8px 8px;
	background: rgba(255,255,255, 1);
	position: absolute;
	left: 50%;
	margin-left: -70px;
	top: 100%;
	z-index: 10;
	transition: .25s;
	margin-top: -10px;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	padding: 5px 0;
}
.nav li:hover .navhide,
.hdra3:hover .navhide{
	margin-top: 0;
	opacity: 1;
	visibility: inherit;
}
.hdra3 .navhide{
	width: 90px;
	margin-left: -50px;
}
.navhide a{
	line-height: 23px;
	display: block;
	text-align: center;
	color: #666;
	font-size: 14px;
	padding: 7px 10px;
}
.navhide a:last-child{
	border-bottom: 0;
}
.navhide a:hover{
	color: #0064AD;
}
.hdr{
	position: relative;
}
.hdra{
	height: 94px;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.hdrhide{
	position: absolute;
	right: 0;
	top: 100%;
	width: 350px;
	display: none;
	z-index: 8;
}
.hdrhide input{
	width: 100%;
	height: 55px;
	background: #fff;
	border: 1px solid #E6E6E6;
	padding: 0 18px;
}
.hdrhide button{
	width: 55px;
	height: 55px;
	background: url(../images/search.png) no-repeat center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 9;
	cursor: pointer;
}
.hdrbox a{
	line-height: 50px;
	padding: 0 25px;
	background: #fff;
	border-radius: 50px;
	display: inline-block;
	color: #D83E3C;
	margin-left: 40px;
}
.foot{
	background: #0064AD;
	color: #fff;
}
.foot a{
	color: #fff;
}
.foot a:hover{
	text-decoration: underline;
}
.ft{
	padding: 40px 0 20px 0;
}
.fb{
	padding: 20px 0;
	background: rgba(0,0,0,.1);
}
.ftr{
	width: 25.5%;
	margin-left: 10%;
}
.ftla{
	text-align: center;
	margin-right: 40px;
}
.ibg{
	background: #F8F8F8;
	padding: 0 0 50px 0;
}
.it{
	position: relative;
	display: flex;
	align-items: flex-start;
	z-index: 9;
	margin-top: -59px;
}
.itl{
	width: 160px;
}
.itr{
	flex: 0;
	flex-grow: 1;
	background: url(../images/itrbg.png) no-repeat right bottom #0064AD;
	background-size: 100%;
	padding: 18px 3%;
	color: #fff;
	margin-left: -10px;
	margin-top: 20px;
}
.itrla{
	display: flex;
	align-items: center;
	color: #fff;
	padding: 5px 0;
}
.itrla p{
	margin: 0 25px;
}
.itrla span{
	display: inline-block;
	padding: 4px 12px;
	background: #fff;
	color: #D83E3C;
	border-radius: 4px;
}
.itrr{
	margin-left: 25%;
}
.itrr a:hover,.i3topr a:hover{
	opacity: .85;
}
.i1{
	background: url(../images/i1bg.jpg) no-repeat bottom right #fff;
	background-size: 100%;
	padding-bottom: 30px;
	padding-right: 20%;
}
.i1box{
	background: #fff;
	padding: 50px;
}
.itopt{
	display: inline-block;
	position: relative;
}
.itopt h2{
	position: relative;
	z-index: 9;
}
.itopt i{
	width: 150px;
	height: 10px;
	background: linear-gradient(to left, rgba(212,62,60, 0), rgba(212,62,60, 1));
	display: block;
	margin-top: -8px;
}
.i1txt p{
	padding: 5px 0;
}
.morea{
	background: #0064AD;
	color: #fff;
	display: inline-block;
	padding: 10px 35px;
	border-radius: 50px;
}
.morea:hover{
	opacity: .85;
}
.bdrls{
	border-radius: 14px;
}
.i2a{
	display: block;
	padding: 50px 20px;
	text-align: center;
	color: #fff;
}
.i3l,.i3r{
	width: 49%;
	background: #fff;
	padding: 40px 25px 25px 25px;
}
.i3lwa{
	display: flex;
	align-items: center;
	padding: 7px 0;
	position: relative;
	z-index: 9;
}
.i3lwa p{
	margin: 0 25px 0 15px;
}
.i3lwa i{
	width: 12px;
	height: 12px;
	border-radius: 100%;
	background: #DDDDDD;
	border: 2px solid #fff;
	transition: .25s;
}
.i3lwa:hover i{
	width: 12px;
	height: 12px;
	border: 4px solid #0064AD;
	background: #fff;
}
.i3lw{
	position: relative;
}
.i3lw::after{
	height: 100%;
	border-left: 1px dashed #EBECED;
	position: absolute;
	left: 5px;
	top: 0;
	content: "";
}
.i3ra{
	display: flex;
	align-items: center;
	border-bottom: 1px solid #EBECED;
	padding: 27px 30px;
	transition: 0s;
}
.i3ra:last-child{
	border-bottom: 0;
}
.i3rar span{
	background: rgba(0,100,173,.05);
	border-radius: 6px;
	display: inline-block;
	padding: 10px 25px;
	color: #0064AD;
}
.i3ra:hover{
	background: #0064AD;
	color: #fff;
	border-radius: 12px;
}
.i3ra:hover .i3rar span{
	background: #D83E3C;
	color: #fff;
}
.i3ra:hover .i3ral span{
	color: #fff;
}
.i3ra:hover .i3rar span img{
	filter: grayscale(100%) brightness(500%);
}
.i4{
	background: #fff;
	padding: 40px 25px;
}
.i4a_a{
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0,100,173,.05);
	border-radius: 10px;
}
.i4a_a img{
	display: block;
	max-width: 85%;
	max-height: 85%;
}
.i4a_a:hover{
	background: #fff;
	box-shadow: 3px 3px 10px 1px rgba(0,100,173,0.2);
}


@media only screen and (max-width:1399px) {
	.md{
		padding: 70px 0;
	}
	.nava{
		font-size: 15px;
		padding: 0 25px;
	}
	.ftr{
		width: 20%;
	}
	.jt{
		height: 9px;
	}
	.i3rar span img{
		height: 16px;
	}
	.bdrls{
		border-radius: 10px;
	}
}
@media only screen and (min-width:768px) and (max-width:1199px) {
	.md{
		padding: 60px 0;
	}
	.nava{
		font-size: 14px;
		padding: 0 15px;
	}
	.logo{
		height: 50px;
	}
	.hdra img{
		height: 20px;
	}
	.hdrbox a{
		line-height: 40px;
		padding: 0 20px;
	}
	.head,.head_height{
		height: 80px;
	}
	.nava{
		height: 80px;
		line-height: 80px;
	}
	.hdra{
		height: 80px;
	}
	.flogo img{
		height: 50px;
	}
	.ftla{
		margin-right: 20px;
	}
	.i3ra{
		padding: 20px;
	}
	.i3rar span{
		padding: 6px 15px;
	}
	.bdrls{
		border-radius: 8px;
	}
}
@media only screen and (max-width:950px) {
	.md{
		padding: 50px 0;
	}
	.bdrls{
		border-radius: 6px;
	}
}
@media only screen and (max-width:768px) {
	.md{
		padding: 25px 0;
	}
	.ft{
		padding: 25px 0 15px 0;
	}
	.flogo{
		display: flex;
		justify-content: center;
	}
	.flogo img{
		height: 45px;
	}
	.ftlwbox{
		justify-content: center;
	}
	.ftla{
		margin: 0 10px;
	}
	.ftlwr{
		width: 100%;
		text-align: center;
	}
	.ftlwr p{
		text-align: center;
	}
	.ftr{
		width: 50%;
		margin: 15px auto 0 auto;
	}
	.fb{
		text-align: center;
		padding: 15px 0;
	}
	.bdrls{
		border-radius: 4px;
	}
	.ibg{
		padding-top: 15px !important;
	}
	.bnimg{
		min-height: 140px;
	}
	.it{
		display: block;
		margin: 0;
	}
	.itl{
		display: none;
	}
	.itr{
		margin: 0;
		display: block;
		padding: 15px;
	}
	.itrla span{
		font-size: 12px;
		padding: 3px 8px;
	}
	.itrla p{
		margin: 0 12px;
		font-size: 13px;
	}
	.itrr{
		margin: 0;
		margin-top: 10px;
		text-align: center;
	}
	.itopt i{
		width: 100px;
		height: 5px;
		margin-top: -3px;
	}
	.i1{
		padding: 0;
	}
	.i1box{
		padding: 20px;
	}
	.morea{
		padding: 5px 20px;
		font-size: 13px;
	}
	.i1br img{
		height: 35px;
	}
	.i2a{
		padding: 20px;
	}
	.i2a h2{
		line-height: 1.5;
	}
	.i3l,.i3r{
		width: 100%;
		padding: 20px;
	}
	.i3lwa p{
		margin: 0 15px 0 10px;
		font-size: 14px;
	}
	.i3ra{
		padding: 10px 10px;
	}
	.i3ra:hover{
		border-radius: 4px;
	}
	.i3rar span{
		font-size: 13px;
		padding: 2px 12px;
	}
	.i3rar span img{
		height: 12px;
	}
	.i4{
		padding: 20px;
	}
	.i4a{
		width: 100%;
	}
}