@charset "utf-8";
/*视频*/
.videohide{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	visibility: hidden;
    opacity: 0;
	transition: .5s;
	display: flex;
	justify-content: center;
	align-items: center;
}
.videohide_class{
	visibility: visible;
	opacity: 1; 
}
.videohidebg{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.7);
	z-index: 10;
}
.videohidebox i{
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 24px;
	border-radius: 30px;
	background: #D50900;
	color: #fff;
	position: absolute;
	right: 0;
	top: 0;
	margin-right: -15px;
	margin-top: -15px;
	border: 2px solid #fff;
	cursor: pointer;
	font-style: normal;
}
.videohidebox i.fa-close:hover{
	-webkit-filter: brightness(110%);
}
.videohidebox{
	position: relative;
	width: 1000px;
	height: auto;
	background: #fff;
	z-index: 20;
	padding: 10px;
	transition: .5s;
	margin-top: -100px;
}
.videohidebox_class{
	margin-top: 0;
	opacity: 1;
}
.videohidebox_1{
	width: 100%;
	height: auto;
}
.videohidebox_1 video{
	width: 100%;
	height: 100%;
	object-fit: fill;
}
.videohidebox_1 p{
	font-size: 16px;
	color: #000;
	height: 50px;
	line-height: 50px;
	text-align: center;
}
.vdbg{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
	position: absolute;
	left: 0;
	top: 0;
	transition: .5s;
}

.textcolor{
	color: #0050b5;
}
.bgcolor{
	background: #0050b5;
	color: #fff;
}
.hvcolor:hover{
	color: #0050b5;
}
.ht{
	height: 100px;
	background: #fff;
}
.logo{
	display: inline-block;
	height: 66px;
}
.scbox input{
	width: 360px;
	height: 40px;
	border: 1px solid #0050b5;
	font-size: 16px;
	padding: 0 12px;
}
.scbox button{
	cursor: pointer;
	width: 40px;
	height: 40px;
	background: url(../images/scico_03.png) no-repeat center #0050B5;
}
.head{
	background: #0050B5;
}
.nav span{
	position: relative;
	flex: 0;
	flex-grow: 1;
}
.nava{
	text-align: center;
	line-height: 50px;
	display: block;
	font-size: 18px;
	color: #fff;
}
.nav span:hover .nava,.nav span.active .nava{
	background: #f46f30;
}
.navhide{
	width: 100%;
	background: #fff;
	position: absolute;
	top: 110%;
	left: 0;
	z-index: 9;
	opacity: 0;
	visibility: hidden;
	transition: .25s;
	text-align: center;
}
.nav span:hover .navhide{
	top: 100%;
	opacity: 1;
	visibility: inherit;
}
.navhide1 a{
	color: #333;
	line-height:40px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	font-size: 15px;
}
.navhide1 a:hover{
	background: #0050B5;
	color: #fff;
}
.navhide2{
	width: 400px;
	padding: 20px 0;
}
.nha{
	padding:0 20px;
	border-right: 1px solid #e6e6e6;
}
.nha:last-child{
	border: 0;
}
.nha h3{
	margin-bottom: 10px;
}
.nha a{
	line-height:30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	color: #666;
}
.nha a:hover{
	color: #0050B5;
}
.bnbox{
	background: #2172d9;
}
.bnl{
	width: 75%;
}
.bnr{
	padding: 0 20px;
}
.bnra{
	padding: 12px 0;
	border-bottom: 1px dashed #ddd;
}
.bnra:last-child{
	border-bottom: 0;
}
.bnra:hover{
	color: #0050B5;
}
.bnra:hover *{
	color: #0050B5;
}
.bntxt{
	color: #fff;
	padding: 0 35px;
}
.bntxt h1{
	font-size: 60px;
	background-image: linear-gradient(180deg,rgba(255,255,255,.5),rgba(255,255,255,0));
    background-clip:text;
    -webkit-background-clip:text;
    color: transparent;
}
.bntxt h2{
	font-size: 50px;
	line-height: 50px;
	margin-top: -25px;
}
.bntxt i{
	background: #f46f30;
	display: block;
	width: 50px;
	height: 4px;
	margin: 25px 0 20px 0;
}
.md{
	padding: 70px 0;
}
.ititle{
	font-size: 36px;
	font-weight: normal;
}
.i1w{
	width: 101%;
}
.i1a{
	width: 19%;
	margin-right: 1%;
	margin-top: 10px;
	background: #fff;
	border-radius: 8px;
	overflow: hidden;
	height: 180px;
}
.i1a img{
	max-width: 85%;
	max-height: 85%;
}
.i1atxt{
	text-align: center;
	padding: 10px;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,80,181,.9);
	color: #fff;
	opacity: 0;
	transition: .3s;
}
.i1a:hover .i1atxt{
	opacity: 1;
}
.i2w{
	width: 102%;
}
.i2a{
	width: 31.33%;
	margin-right: 2%;
}
.i2aimg{
	height: 240px;
	background: #aaabaf;
	display: flex;
	align-items: center;
	justify-content: center;
}
.i2aimg img{
	max-width: 80%;
	max-height: 90%;
}
.i2atxt{
	border: 1px solid #E6E6E6;
}
.i2ab{
	line-height: 40px;
	background: #e1e2e6;
	transition: .25s;
}
.i2a:hover .i2ab{
	background: #0050B5;
	color: #fff;
}
.i3{
	background: url(../images/i3bg_02.jpg) no-repeat top center;
}
.i3aw .i2aimg{
	height: 280px;
}
.i3aw {
	box-shadow: 0 10px 20px rgba(0,29,65,0.06);
}
.i3aw:hover{
	transform:translateY(-20px);
	box-shadow: 0 10px 28px rgba(0,29,65,0.1);
}
.i3aw .i2atxt h3{
	line-height: 50px;
	background: #fff;
	position: relative;
	margin-top: -25px;
	padding: 0 20px;
	z-index: 9;
	box-shadow: 0 0 10px rgba(0,0,0,.1);
	border-radius: 6px;
	text-align: center;
	transition: .25s;
}
.i3aw .i2atxt{
	border: 0;
}
.i3aw:hover .i2atxt h3{
	background: #0050B5;
	color: #fff;
}
.i3ab{
	font-size: 30px;
	color: #999;
	font-family: 宋体;
}
.i3aw:hover .i3ab{
	color: #0050B5;
}
.i4l{
	width: 25.83%;
}
.i4ra{
	width: 23%;
	margin-left: 2%;
	height: 200px;
	border-radius: 8px;
	background: #e1e2e6;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 17px;
}
.i4ra img{
	max-width: 80%;
	max-height: 80%;
}
.i4ratxt{
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,80,181,.9);
	color: #fff;
	padding: 15px;
	transition: .3s;
	opacity: 0;
}
.i4ra:hover .i4ratxt{
	opacity: 1;
}
.i4rat i{
	width: 25px;
	height: 2px;
	background: #F46F30;
	margin: 12px 0;
	display: block;
}
.i4rab i{
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #F46F30;
	border-radius: 100%;
	color: #fff;
}
.i5{
	background: url(../images/i5bg_02.jpg) no-repeat top center #0050b5;
	padding-bottom: 30px;
}
.publica{
	display: inline-block;
	line-height: 50px;
	width: 150px;
	text-align: center;
}
.publica-bdrl{
	border-radius: 50px;
}
.i5a{
	padding: 30px;
	background: #fff;
	flex: 0;
	flex-grow: 1;
	transition: 0s;
}
.i5a:hover{
	background: url(../images/i5abg_03.jpg) no-repeat center;
}
.i5a:hover *{
	color: #fff;
}
.i5a:hover .i5at img{
	filter: grayscale(100%) brightness(500%);
}
.i5ai{
	width: 1px;
	height: 100px;
	background: #eee;
}
.i5w{
	box-shadow: 0 10px 20px rgba(0,0,0,.3);
}
.foot{
	background: #0050b5;
	color: #fff;
}
.foot a,.fta p{
	color: rgba(255,255,255,.8);
}
.foot a:hover{
	color: #fff;
}
.ft{
	padding: 45px 0 20px 0;
}
.fb{
	line-height: 30px;
	padding: 10px 0;
	border-top: 1px solid rgba(255,255,255,.2);
	color: rgba(255,255,255,.5);
}
.fb a{
	color: rgba(255,255,255,.5);
}
.fb a:hover{
	color: #fff;
}
.right{
	position: fixed;
	right: 0;
	bottom: 15%;
	width: 80px;
}
.rta{
	margin-bottom: 8px;
	position: relative;
}
.rta_a{
	display: block;
	padding: 10px 0;
	color: #fff;
	text-align: center;
	background: #0050B5;
	border-radius: 6px 0 0 6px;
}
.rtahide{
	line-height: 79px;
	background: #0050B5;
	width: 220px;
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	opacity: 0;
	visibility: hidden;
	transition: .5s;
	border-radius: 6px 0 0 6px;
}
.rta:hover .rtahide{
	opacity: 1;
	visibility: inherit;
	right: 90%;
}

.bnbox_list{
	background: #d6d7db;
}
.listbn{
	height: 360px;
}
.listnav{
	line-height: 30px;
	padding: 10px 0;
}
.listmd{
	padding-top: 40px;
}
.dza{
	padding: 10px 20px;
	background: #f5f6fa;
}
.dza:nth-child(even){
	background: #fff;
}
.dza1{
	width: 15%;
}
.dza1 img{
	max-width: 80%;
}
.dza2,.dza3,.dza4,.dza5{
	margin-left: 7%;
}
.dza5 a{
	display: inline-block;
	line-height: 40px;
	width: 110px;
	border: 1px solid #F46F30;
	color: #F46F30;
	border-radius: 50px;
	text-align: center;
}
.dza5 a:hover{
	background: #F46F30;
	color: #fff;
}
.page a{
	display: inline-block;
	line-height: 32px;
	width: 34px;
	text-align: center;
	border: 1px solid #E6E6E6;
	margin: 0 5px;
	color: #666;
}
.page a:hover,.page a.active{
	background: #0050B5;
	color: #fff;
	border: 1px solid #0050B5;
}
.i1a.active .i1atxt{
	opacity: 1;
}

.cs2{
	background: #f2f4f7;
}
.pi1r,.pi1l{
	width: 48%;
}
.pi1la{
	height: 460px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.pi1la img{
	max-width: 80%;
	max-height: 80%;
}
.pi1b{
	padding: 0 50px;
}
.pi1lba{
	padding: 20px 15px;
	border: 1px solid #eee;
}
.swiper-slide-thumb-active .pi1lba{
	border: 1px solid #0050B5;
}
.swiper-button-next-pi1,.swiper-button-prev-pi1{
	filter: grayscale(100%);filter: gray;
	transform: scale(.7);
}
.swiper-button-prev-pi1{
	left: 0;
}
.swiper-button-next-pi1{
	right: 0;
}
.pi1rt{
	align-items: flex-end;
}
.pi1rb{
	line-height: 24px;
}
.cit{
	border-bottom: 1px solid #0050B5;
	padding-bottom: 10px;
}
.ci2w{
	width: 102%;
}
.ci2a{
	width: 23%;
	margin-right: 2%;
}
.ci3w *{
	max-width: 100%;
}

.pr2{
	background: #f2f4f7;
}
.pr1a{
	width: 23.5%;
}
.pr1aw{
	padding: 12px;
	background: rgba(0,0,0,.5);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
}
.pr1aw img{
	transition: .5s;
}
.pr1a:hover .pr1aw img{
	transform:rotateY(180deg);
}
.pr2w{
	width: 768px;
	margin: 30px auto 0 auto;
}
.pr2al{
	line-height: 50px;
	width: 110px;
}
.pr2ar_ipt input,.pr2ar_ipt textarea{
	width: 100%;
	height: 50px;
	background: #fff;
	border-radius: 4px;
	border: 1px solid #e6e6e6;
	padding: 0 12px;
	font-size: 18px;
	transition: .25s;
}
.pr2ar_ipt textarea{
	height: 115px;
	resize: none;
	padding: 12px;
}
.pr2ar_ipt input:focus,.pr2ar_ipt textarea:focus{
	border: 1px solid #0050B5;
}
.pr2ar_radio label{
	padding: 5px 0;
	margin-right: 5%;
	color: #666;
	cursor: pointer;
}
.pr2ar_radio input{
	-webkit-appearance:radio;
	width: 16px;
	height: 16px;
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 5px;
}
.pr2ar button{
	cursor: pointer;
	transition: .25s;
}

.net a{
	display: inline-block;
	line-height: 40px;
	width: 120px;
	text-align: center;
	background: #e1e2e6;
	margin: 0 10px;
}
.net a.active,.net a:hover{
	background: #0050B5;
	color: #fff;
}
.neatxt{
	margin: 0 5% 0 3%;
}
.neaimg{
	width: 240px;
}

.nim *{
	max-width: 100%;
}
.nib{
	border-top: 1px solid #E6E6E6;
	padding-top: 12px;
}
.nib a{
	color: #666;
}
.nib a:hover{
	color: #0050B5;
}

.ab2{
	background: #f2f4f7;
}
.ab1lt i{
	width: 48px;
	height: 4px;
	background: #0050B5;
	display: block;
	margin: 22px 0;
}
.ab1lba{
	margin-right: 70px;
}
.ab2w{
	box-shadow: 0 0 20px rgba(0,0,0,.1);
}
.ab2l{
	height: 500px;
}
.ab2r{
	padding: 20px 5%;
	line-height: 40px;
}


@media only screen and (min-width:768px) and (max-width:1199px) {
	.videohidebox{
		width: 80%;
	}
	.right{
		transform: scale(.7);
		right: -15px;
	}
	.bnbox .wrap{
		padding: 0;
	}
	.ht{
		height: 80px;
	}
	.logo{
		height: 50px;
	}
	.scbox input{
		width: 250px;
		font-size: 14px;
	}
	.nava{
		font-size: 16px;
	}
	.bntxt h1{
		font-size: 45px;
	}
	.bntxt h2{
		font-size: 30px;
	}
	.bntxt i{
		width: 40px;
		height: 2px;
		margin: 15px 0;
	}
	.ititle{
		font-size: 28px;
	}
	.i4ra{
		height: 170px;
	}
	.ftr img{
		width: 100px;
	}
	
	.listbn{
		height: 270px;
	}
	.dza5 a{
		line-height: 35px;
		width: 100px;
	}
	
	.pr1aw img{
		width: 30%;
	}
	
	.neaimg{
		width: 200px;
	}
	
	.ab2l{
		height: 400px;
	}
	.ab1lt i{
		height: 2px;
		width: 30px;
		margin: 18px 0;
	}
}
@media only screen and (max-width:950px) {
	.mt_30,.mt_35,.mt_40,.mt_45,.mt_50,.mt_60,.mt_70,.mt_80{
		margin-top: 25px;
	}
	/*视频*/
	.videohidebox{
		width: 90%;
		margin-left: 0;
		padding-bottom: 0;
	}
	.videohidebox_1 p{
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
	}
	.scbox input{
		width: 80%;
		font-size: 13px;
	}
	.i1a{
		width: 24%;
	}
	.i4ra{
		height: 150px;
	}
	
	.neaimg{
		width: 150px;
	}
}
@media only screen and (max-width:768px) {
	.flex_lmr_wap{
		justify-content: space-between;
		width: 100%;
	}
	.wap_disblock{
		display: block;
	}
	.bnbox .wrap{
		padding: 0;
	}
	.md{
		padding: 25px 0;
	}
	.swiper-container-bn .bnimg{
		height: 200px;
	}
	.swiper-container-bn .swiper-pagination-bullet{
		border-radius: 8px;
	}
	.bntxt{
		padding: 0 20px;
	}
	.bntxt h1{
		font-size: 30px;
	}
	.bntxt h2{
		font-size: 24px;
		line-height: 30px;
	}
	.bntxt i{
		width: 25px;
		height: 1px;
		margin: 10px 0;
	}
	.ititle{
		font-size: 22px;
	}
	.bnr{
		padding: 0 15px;
	}
	.bnra h3{
		font-size: 16px;
	}
	.i1a{
		width: 48%;
		margin-right: 0;
		margin-top: 15px;
		height: 170px;
	}
	.i4ra{
		width: 48%;
		margin: 0;
		margin-top: 15px;
	}
	.i4ratxt,.i1atxt{
		opacity: 1;
	}
	/*.i5a{
		background: url(../images/i5abg_03.jpg) no-repeat center;
	}
	.i5a *{
		color: #fff;
	}
	.i5a .i5at img{
		filter: grayscale(100%) brightness(500%);
	}*/
	.i5a{
		padding: 15px;
	}
	.i5ai{
		display: block;
		height: 1px;
		width: 100%;
	}
	.ft{
		padding: 25px 0 15px 0;
	}
	.fta{
		display: none;
	}
	.fta h3,.ftr h3{
		font-size: 16px;
	}
	.fta1{
		display: block;
		text-align: center;
	}
	.ftr img{
		width: 100px;
		margin-top: 15px;
	}
	.fb{
		font-size: 12px;
		line-height: 24px;
	}
	
	.listbn{
		height: 150px;
	}
	.dza5 a{
		line-height: 30px;
		width: 80px;
	}
	.dzbox .i1atxt{
		opacity: 0;
	}
	.dzbox .i1a.active .i1atxt{
		opacity: 1;
	}
	.dza3, .dza4, .dza5{
		margin-left: 0;
		margin-top: 10px;
	}
	.dza3 {
		flex: inherit;
		flex-grow: inherit;
		width: 100%;
	}
	.dza2{
		margin-left: 5%;
	}
	.dza1{
		width: 30%;
	}
	.dza{
		padding: 20px;
	}
	.page a{
		line-height: 28px;
		width: 30px;
	}
	
	.pi1la{
		height: 320px;
	}
	.pi1lba{
		padding: 15px 10px;
	}
	.pi1l,.pi1r{
		width: 100%;
	}
	.pi1r{
		margin-top: 20px;
	}
	.ci2a{
		width: 48%;
		margin-right: 0;
		margin-top: 15px;
	}
	.publica{
		line-height: 40px;
		width: 120px;
	}
	.ci3a img{
		height: 12px;
	}
	
	.pr1a{
		width: 48%;
		margin-top: 15px;
	}
	.pr1a .mt_10{
		margin-top: 5px;
	}
	.pr1aw img{
		width: 30%;
	}
	.pr2w{
		width: 100%;
	}
	.pr2a{
		margin-top: 15px;
	}
	.pr2al{
		width: 85px;
		line-height: 40px;
	}
	.pr2ar_ipt input{
		height: 40px;
		font-size: 14px;
	}
	.pr2ar_ipt textarea{
		height: 120px;
		font-size: 14px;
	}
	
	.net a{
		line-height: 35px;
		width: 90px;
		margin: 0 6px;
		font-size: 13px;
	}
	.neaimg{
		width: 100%;
	}
	.neatxt{
		margin: 15px 0 10px 0;
	}
	.neatxt h3{
		font-size: 16px;
	}
	.neatxt p{
		margin-top: 5px;
	}
	.near {
		display: flex;
		align-items: center;
	}
	.near h2{
		margin-right: 10px;
		font-size: 14px;
	}
	.nea{
		margin-top: 20px;
	}
	
	.nib a{
		text-align: left;
		width: 100%;
	}
	
	.ab2l{
		height: 200px;
	}
	.ab1lt i{
		height: 2px;
		width: 30px;
		margin: 15px 0;
	}
	.ab1lba{
		width: 32%;
		margin: 0;
	}
	.ab1lba p{
		font-size: 12px;
		margin: 0;
	}
	.ab1lba h1{
		font-size: 24px;
	}
	.ab2r{
		line-height: 32px;
	}
}