@charset "utf-8";
.container_lr{
	margin-left: -10px;
	margin-right: -10px;
}
.head{
	width: 100%;
	height: 100px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	border-bottom: 1px solid rgba(255,255,255,.2);
	transition: .25s;
	background: #fff;
	box-shadow: 0 0 20px rgba(0,0,0,.15);
}
.head_active,.head_list,.head:hover{
	background: #fff;
	box-shadow: 0 0 20px rgba(0,0,0,.15);
}
.logo{
	display: inline-block;
	height: 63px;
}
.logo img{
	height: 100%;
}
.logo img.img1{
	display: block;
}
.logo img.img2{
	display: none;
}
.head_active .logo img.img1,
.head_list .logo img.img1,
.head:hover .logo img.img1{
	display: none;
}
.head_active .logo img.img2,
.head_list .logo img.img2,
.head:hover .logo img.img2{
	display: block;
}
.nav{
	font-size: 17px;
}
.nav li{
	position: relative;
	margin-left: 60px;
}
.nava{
	display: block;
	line-height: 100px;
	height: 100px;
	color: #333;
	border-bottom: 2px solid rgba(0,0,0,0);
}
.head_active .nava,
.head_list .nava,
.head:hover .nava{
	color: #666;
}
.nav li:hover .nava{
	color: #0e60b8;
}
.nav li.active .nava{
	color: #0e60b8;
	border-bottom: 2px solid #0e60b8;
}
.navhide{
	width: 150px;
	position: absolute;
	left: 50%;
	top: 100%;
	margin-left: -75px;
	margin-top: 10px;
	transition: .25s;
	opacity: 0;
	visibility: hidden;
	text-align: center;
	background: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,.1);
	z-index: 9;
}
.navhide a{
	font-size: 14px;
	line-height: 40px;
	color: #666;
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	padding: 0 10px;
	position: relative;
	z-index: 9;
}
.navhide a:hover,.navhide a.active{
	background: #f0f0f0;
	color: #0e60b8;
}
.nav li:hover .navhide{
	opacity: 1;
	visibility: inherit;
	margin-top: 0;
}
.hra{
	margin-left: 6%;
}
.hra a.hra_a{
	display: inline-block;
	line-height: 30px;
	padding: 0 20px;
	border: 1px solid #0E60B8;
	margin-left: 15px;
	color: #0E60B8;
	border-radius: 30px;
}
.hra a.hra_a:hover,.hra a.hra_a.active{
	background: #0E60B8;
	color: #fff;
}
.bntxt{
	width: 100%;
	background: url(../images/bnbg_03.png) no-repeat center;
	background-size: 100% 100%;
	padding: 40px;
	color: #fff;
}
.bntxt h1{
	letter-spacing: 5px;
}
.md{
	padding: 80px 0;
}
.ititle_46{
	font-size: 46px;
}
.itopt h1{
	margin: 0 15px;
}
.i1a{
	border-radius: 6px;
	background: #fafafa;
	padding: 40px 15px;
	width: 24%;
	transition: .5s;
}
.i1a i{
	width: 80px;
	height: 80px;
	background: #0e60b8;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	margin: 0 auto;
}
.i1a i img{
	max-width: 55%;
	filter: grayscale(100%) brightness(500%);
}
.i1a:hover{
	background: #0e60b8;
	transform:translateY(-20px);
}
.i1a:hover i{
	background: #fff;
}
.i1a:hover i img{
	filter:inherit;
}
.i1a:hover *{
	color: #fff;
}
.i2w{
	margin-left: -50px;
	margin-right: -50px;
	padding: 0 50px;
}
.i2a{
	border-radius: 6px;
	background: #fff;
}
.i2atxt p{
	line-height: 23px !important;
	height: 46px !important;
}
.swiper-button-next-public,.swiper-button-prev-public{
	width: 30px;
	height: 24px;
	background: url(../images/btn1_03.png) no-repeat center;
	margin-top: -12px;
}
.swiper-button-next-public:hover,.swiper-button-prev-public:hover{
	background: url(../images/btn_03.png) no-repeat center;
}
.swiper-button-next-public{
	right: 0;
	transform:rotate(180deg);
}
.swiper-button-prev-public{
	left: 0;
}
.swiper-button-next-public-wt,.swiper-button-prev-public-wt{
	width: 30px;
	height: 24px;
	background: url(../images/btnwt1_03.png) no-repeat center;
	margin-top: -12px;
}
.swiper-button-next-public-wt:hover,.swiper-button-prev-public-wt:hover{
	background: url(../images/btnwt_03.png) no-repeat center;
}
.swiper-button-next-public-wt{
	right: 0;
	transform:rotate(180deg);
}
.swiper-button-prev-public-wt{
	left: 0;
}
.i3{
	background: url(../images/i3bg_02.jpg) no-repeat center;
	background-size: cover;
	color: #fff;
}
.i3a{
	width: 48%;
	border-bottom: 1px solid rgba(255,255,255,.1);
	padding: 15px 0;
}
.i3ar{
	display: inline-block;
}
.i3a.w100{
	width: 100%;
}
.morebox a{
	line-height: 45px;
	padding: 0 35px;
	border: 1px solid #0E60B8;
	display: inline-block;
	color: #0E60B8;
	border-radius: 50px;
}
.morebox a:hover{
	background: #0E60B8;
	color: #fff;
}
.if{
	background: url(../images/ifbg_02.jpg) no-repeat center;
	background-size: cover;
	color: #fff;
	padding: 60px 0;
}
.ifw a{
	line-height: 46px;
	padding: 0 40px;
	border-radius: 4px;
	background: #fff;
	color: #0E60B8;
	display: inline-block;
}
.foot{
	background: #0d1d29;
	color: #fff;
}
.ft{
	padding: 45px 0;
}
.ftm{
	width: 200px;
}
.ftm a{
	width: 50%;
	color: #fff;
	height: 36px;
	line-height: 36px;
	display: block;
	font-size: 16px;
}
.ftm a:hover{
	text-decoration: underline;
}
.ftr{
	width: 100px;
}
.fb{
	padding: 15px 0;
	line-height: 28px;
	background: #050e14;
}
.fb a{
	color: #fff;
}
.fb a:hover{
	text-decoration: underline;
}

.page a,.page span{
	width: 35px;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #E6E6E6;
	color: #666;
	margin: 3px;
	background: #fff;
}
.page a.pagea{
	width: auto !important;
	padding: 0 12px;
}
.page a:hover,.page a.active{
	background: #0e60b8;
	border: 1px solid #0e60b8;
	color: #fff;
}

.lmd{
	padding-top: 60px;
}
.box-shadow-hover{
	transition: .25s;
}
.box-shadow-hover:hover{
	box-shadow: 0 3px 12px rgba(0,0,0,.05);
}

.abl{
	width: 270px;
	margin-right: 25px;
}
.ablw{
	background: #fff;
}
.ablwb{
	padding: 10px 0;
}
.ablw h3{
	background: #0e60b8;
	padding: 0 25px;
	line-height: 60px;
	color: #fff;
}
.ablwb a{
	line-height: 50px;
	color: #999;
	display: block;
	padding: 0 25px;
}
.ablwb a:hover,.ablwb a.active{
	color: #0e60b8;
}
.abrtxt p{
	margin-top: 15px;
}
.abrtxt *{
	max-width: 100%;
}
.abrtop i{
	color: #ddd;
}
.listbn{
	padding: 130px 0;
	margin-top: 100px;
}
.pdbox{
	background: #fff;
	padding: 35px 20px;
}
.listnav {
	padding: 15px 0;
}
.listnav a{
	color: #999;
}
.listnav a:hover{
	color: #0e60b8;
}

.nera{
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
}
.nerw a{
	line-height: 49px;
	border-bottom: 1px solid #eee;
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.nerw a:last-child{
	border-bottom: 0;
}
.nerw a:hover{
	color: #0e60b8;
}
.nertop p i{
	width: 4px;
	height: 17px;
	background: #0e60b8;
	display: inline-block;
	border-radius: 4px;
}
.nearb span{
	margin-right: 20px;
}
.nearb span i{
	margin-right: 5px;
}
.nea{
	border: 1px solid #eee;
	padding: 20px;
}
.nea:first-child{
	margin-top: 0 !important;
}
.neal{
	width: 220px;
}

.ala{
	display: block;
	width: 33.33%;
	padding: 10px;
}
.ala:hover .alabg{
	box-shadow: 0 3px 12px rgba(0,0,0,.05);
	transition: .25s;
}
.alabg{
	background: #f5f5f5;
}
.alatxt{
	padding: 12px 15px;
}
.i3ba {
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
}

.iftop span{
	margin: 0 10px;
}
.iftxt *{
	max-width: 100%;
}
.iftxt img{
	max-width: 80%;
}


@media only screen and (max-width:1499px) {
	.md{
		padding:70px 0;
	}
	.ititle_46{
		font-size: 40px;
	}
	.head{
		height: 80px;
	}
	.nav li{
		margin-left: 40px;
	}
	.nava{
		line-height: 80px;
		height: 80px;
	}
	.logo{
		height: 50px;
	}
	.i1a i{
		width: 60px;
		height: 60px;
	}
	.i2w{
		margin-left: 0;
		margin-right: 0;
	}
	.swiper-pagination-i4{
		height: 6px;
	}
	.itopt img{
		height: 10px;
	}
}
@media only screen and (min-width:768px) and (max-width:1199px) {
	.md{
		padding:60px 0;
	}
	.ititle_46{
		font-size: 36px;
	}
	.logo{
		height: 40px;
	}
	.hra{
		margin-left: 3%;
	}
	.hra a.hra_a{
		line-height: 26px;
		font-size: 13px;
		padding: 0 17px;
	}
	.nav{
		font-size: 15px;
	}
	.nav li{
		margin-left: 40px;
	}
	.bntxtb a{
		font-size: 13px;
		line-height: 30px;
		padding: 0 20px;
	}
	
	.abl{
		width: 200px;
	}
	.ablwb a{
		line-height: 40px;
	}
	
	.neal{
		width: 200px;
	}
	.listnav img{
		height: 12px;
	}
	.listnav .disflex{
		flex-wrap: wrap;
	}
	
	.morebox a{
		line-height: 40px;
		padding: 0 25px;
	}
}
@media only screen and (max-width:950px) {
	.md{
		padding:50px 0;
	}
	.ititle_46{
		font-size: 30px;
	}
	.i5ltop img,.ftlt img{
		height: 35px;
	}
	.i5lba img{
		height: 30px;
	}
	
	.hdr {
		justify-content: center;
		position: relative;
	}
	.hdra{
		position: static;
	}
	.bntxt h1{
		letter-spacing: 0;
	}
	.listbn{
		margin-top: 0;
	}
}
@media only screen and (max-width:768px) {
	.md{
		padding:25px 0;
	}
	.ititle_46{
		font-size: 24px;
	}
	.bnimg{
		height: 220px !important;
	}
	.bdrls{
		border-radius: 3px;
	}
	.bntxt {
		padding: 15px;
	}
	.bntxt h1{
		font-size: 20px;
	}
	.bntxt p{
		font-size: 13px;
	}
	.itopt img{
		height: 6px;
	}
	.itoptxt {
		font-size: 13px;
	}
	.i1a{
		width: 48%;
		margin-top: 15px;
		padding: 20px 15px;
	}
	.i1a h3{
		font-size: 15px;
	}
	.i1a .text14{
		font-size: 12px;
	}
	.i1a i{
		width: 50px;
		height: 50px;
	}
	.i2atxt {
		padding: 15px;
	}
	.swiper-button-next-public, .swiper-button-prev-public,
	.swiper-button-next-public-wt, .swiper-button-prev-public-wt{
		width: 20px;
		height: 17px;
		background-size: 100% 100%;
	}
	.i2w{
		padding: 0 40px;
	}
	.i3a{
		width: 100%;
	}
	.morebox a,.ifw a{
		line-height: 32px;
		padding: 0 22px;
	}
	.if h1{
		font-size: 20px
	}
	
	.page a, .page span{
		font-size: 12px;
		width: 25px;
		height: 25px;
		margin: 3px;
	}
	.page a.pagea{
		padding: 0 10px;
	}
	.sxbox{
		font-size: 12px;
		line-height: 22px;
		padding-bottom: 10px;
	}
	.sxr span{
		line-height: 20px;
		padding: 0 10px;
		margin-right: 8px;
		margin-bottom: 10px;
	}
	.sxl{
		width: 50px;
	}
	.container_lr{
		margin-left: -8px;
		margin-right: -8px;
	}
	.ala{
		width: 50%;
		padding: 8px;
	}
	.alatxt{
		padding: 12px;
	}
	.listnav img{
		height: 12px;
	}
	
	.ablwb a{
		line-height: 35px;
	}
	
	.nea{
		display: block;
	}
	.neal{
		width: 100%;
	}
	.ft .wrap_1200{
		display: block;
	}
	.ftlt i img{
		height: 40px;
		display: block;
	}
	.ftm{
		width: 100%;
		margin: 10px 0;
	}
	.ftltxt {
		font-size: 12px;
	}
	.ftm{
		display: none;
	}
	.ftlt {
		justify-content: center;
	}
	.ftltxt {
		text-align: center;
	}
	.ftm a{
		width: auto;
		font-size: 12px;
		margin-right: 10px;
	}
	.ftr{
		margin: 0 auto;
		margin-top: 15px;
	}
	.ftr p{
		font-size: 12px;
		line-height: 22px;
	}
	.fb{
		padding: 12px 0;
		font-size: 12px;
		line-height: 24px;
	}
	
	.ablw h3{
		height: 50px;
	}
	.pdbox{
		padding: 25px 20px;
	}
	.nea{
		padding: 15px;
	}
}