@charset "utf-8";
.icolor,.hvcolor:hover{
	color: #052b68;
}
.bgcolor,.hvbgcolor:hover{
	background: #052b68;
	color: #fff;
}
.head,.head_height{
	height: 80px;
	background: #fff;
}
.head{
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.logo{
	display: inline-block;
	height: 44px;
}
.nav li{
	position: relative;
	margin-left: 40px;
}
.nava{
	display: block;
	line-height: 80px;
	padding: 0 28px;
}
.nav li:hover .nava{
	color: #052B68;
}
.nav li.active .nava{
	background: #052B68;
	color: #fff;
}
.hdrline{
	width: 1px;
	height: 30px;
	background: #052B68;
	margin: 0 60px 0 40px;
}
.hdra2hide,.hdra2hide_block{
	width: 300px;
	position: absolute;
	right: 0;
	top: 100%;
	box-shadow: 0 0 12px rgba(0,0,0,.1);
	display: none;
	z-index: 9;
}
.hdra2hide input,.hdra2hide_block input{
	width: 100%;
	height: 50px;
	padding: 0 20px;
}
.hdra2hide button,.hdra2hide_block button{
	width: 50px;
	height: 50px;
	background: url(../images/search.png) no-repeat center;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}
.navhide{
	width: 130px;
	border-radius: 0 0 8px 8px;
	background: rgba(255,255,255,1);
	position: absolute;
	left: 50%;
	margin-left: -65px;
	top: 100%;
	z-index: 10;
	transition: .25s;
	margin-top: -10px;
	padding: 5px 0;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
}
.nav li:hover .navhide,.hbr_lg:hover .navhide{
	margin-top: 0;
	opacity: 1;
	visibility: inherit;
}
.navhide a{
	line-height: 43px;
	display: block;
	text-align: center;
	color: #666;
	font-size: 15px;
}
.navhide a:last-child{
	border-bottom: 0;
}
.navhide a:hover{
	color: #052B68;
}
.md{
	padding: 70px 0;
}
.ititle_40{
	font-size: 40px;
}
.itopline{
	width: 60px;
	height: 4px;
	background: #052B68;
	margin-left: auto;
	margin-right: auto;
}
.i1a{
	position: relative;
	width: 180px;
	height: 180px;
	overflow: hidden;
	border-radius: 100%;
	color: #fff;
}
.i1abg{
	background: rgba(0,0,0,.5);
}
.itop_wt *{
	color: #fff;
}
.itop_wt .itopline{
	background: #fff;
}
.i2a{
	text-align: center;
}
.i2a img{
	transition: .5s;
}
.i2a:hover img{
	transform:rotateY(180deg);
}
.i3wimg{
	display: block;
	width: 36.5833%;
	margin: 0 auto;
}
.i3a{
	color: #2254F3;
	position: absolute;
}
.i3at i{
	width: 26px;
	height: 26px;
	border-radius: 100%;
	background: #2254f3;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	margin: 0 10px;
}
.i3ab{
	padding: 15px 20px;
	background: #2254F3;
	color: #fff;
	border-radius: 6px;
	margin-top: 10px;
}
.i3a2 .i3at{
	color: #795fe5;
}
.i3a2 .i3at i{
	background: #795fe5;
}
.i3a2 .i3at{
	text-align: right;
	flex-flow: row-reverse;
}
.i3a2 .i3ab{
	background: #795FE5;
}
.i3a3 .i3at{
	color: #11be94;
}
.i3a3 .i3at i{
	background: #11be94;
}
.i3a3 .i3ab{
	background: #11be94;
}
.i3a1{
	width: 25%;
	right: 12%;
	top: 0;
}
.i3a2{
	width: 31.5%;
	left: 0;
	bottom: 25%;
}
.i3a3{
	width: 31.5%;
	right: 0;
	bottom: 0;
}
.i4a{
	width: 16.6666%;
}
.i4a_a{
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border: 1px solid #eee;
	overflow: hidden;
	background: #fff;
	overflow: hidden;
}
.i4a_a img{
	max-width: 85%;
	max-height: 85%;
	transition: .5s;
	display: block;
}
.i4a_a:hover img{
	transform: scale(1.05);
}
.itop_left{
	text-align: left;
}
.itop_left .itopline{
	margin-left: 0;
}
.i5rtxt p{
	text-indent: 2em;
}
.i5l{
	width: 31.5%;
	margin-right: 4%;
	text-align: center;
}
.foot{
	background: #052B68;
	color: #fff;
}
.foot a{
	color: #fff;
}
.foot a:hover{
	text-decoration: underline;
}
.ft{
	padding: 25px 0;
	border-bottom: 1px solid rgba(255,255,255,.2);
}
.fb{
	padding: 18px 0;
}
.fta{
	display: flex;
	align-items: center;
	width: 20%;
	word-break: break-word;
}
.fta.gn{width:23%;}
.fta i{
	width: 70px;
	height: 70px;
	border-radius: 100%;
	background: rgba(255,255,255,.8);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
}
.fta i img{
	display: block;
	max-width: 49%;
}
.ftr{
	width: 8%;
}


@media only screen and (max-width:1399px) {
	.md{
		padding: 70px 0;
	}
	.ititle_40{
		font-size: 36px;
	}
}
@media only screen and (min-width:768px) and (max-width:1199px) {
	.md{
		padding: 60px 0;
	}
	.ititle_40{
		font-size: 32px;
	}
	.i1a{
		width: 150px;
		height: 150px;
	}
	.i2a img{
		height: 80px;
	}
	.i5l img{
		width: 50%;
	}
	.fta i{
		width: 60px;
		height: 60px;
	}
}
@media only screen and (max-width:950px) {
	.md{
		padding: 50px 0;
	}
	.ititle_40{
		font-size: 28px;
	}
}
@media only screen and (max-width:768px) {
	.md{
		padding: 25px 0;
	}
	.ititle_40{
		font-size: 24px;
	}
	.bntxt h1{
		font-size: 24px;
	}
	.bntxt h2{
		font-size: 13px;
		margin-top: 10px !important;
	}
	.itopline{
		width: 40px;
		height: 2px;
	}
	.i1a{
		width: 150px;
		height: 150px;
		margin-top: 22px;
	}
	.i2a{
		margin-top: 10px;
	}
	.i2a img{
		height: 90px;
	}
	.i2a h3{
		font-size: 13px;
		margin-top: 5px;
	}
	.i3a{
		position: static;
		width: 100%;
		margin-top: 22px;
	}
	.i3wimg{
		width: 100%;
	}
	.i3a2 .i3at{
		text-align: left;
		flex-flow:inherit;
	}
	.i4a{
		width: 33.33%;
	}
	.i5l img{
		width: 50%;
	}
	.i5 .itop *{
		text-align: center;
	}
	.i5 .itopline{
		margin-left: auto;
	}
	.fta{
		width: 50%;
		display: block;
		text-align: center;
		padding: 10px 0;
	}
	.fta.gn{width: 50%;}
	.fta i{
		width: 50px;
		height: 50px;
		margin: 0 auto 10px auto;
	}
	.ftr{
		width: 30%;
		margin: 25px auto 0 auto;
	}
	.fb{
		padding: 12px 0;
	}
	.i3 .i3w .i3wimg{display: none;}
	.i2 .i2w .i2a{width: 50%;margin-bottom: 20px;}
}