/* .slideTxtBox{
	display: flex;
}
.slideTxtBox .hd{
	width: 380px;
	background: #fff url(../images/slidehdbg.jpg) no-repeat right bottom;
	padding-bottom: 10px;
}
.slideTxtBox .hd li{
	height: 45px;
	line-height: 45px;
	padding-left: 136px;
}
.slideTxtBox .hd li.on{
	box-shadow: 0px 3px 8px rgba(0,0,0,.1) inset;
	color: #fff;
	background: linear-gradient(90deg,#107ADD,#0C63C4,#0749A7);
}
.slideTxtBox .bd{
	flex: 1;
	position: relative;
}
.slideTxtBox .bd a{
	color: #fff;
}
.slideTxtBox .bd>ul{
	padding: 0 60px;	
}
.slideTxtBox h3{
	font-size: 20px;
	padding-top: 25px;
	margin-bottom: 15px;
}
.slideTxtBox .bd>ul{
	background:url(../images/slidebdbg.jpg) no-repeat;
	background-size: cover;
	color: #fff;
	height: 100%;
}
.slideTxtBox .sTab{
	width: 100%;
	display: flex;
	position: absolute;
	top:-58px;
	left: 60px;
}
.slideTxtBox .sTab li{
	line-height: 58px;
	font-size: 17px;
	padding-right: 40px;
}
.slideTxtBox .sTab li a{
	display: inline-block;
	height: 58px;
}
.slideTxtBox .sTab li.on a{
	position: relative;
}
.slideTxtBox .sTab li.on a::before{
	position: absolute;
	content: '';
	display: block;
	bottom: 0;
	left: 50%;
	margin-left: -8px;
	width: 0px;
	height: 0;
	border: 8px solid transparent;
	border-bottom-color: #0748A6;
}
.slideTxtBox .sTab a{
	color: #333;
}
.slideTxtBox .sInput{
	display: flex;
	align-items: center;
}
.slideTxtBox .sInput .stxt{
	line-height: 32px;
	padding: 8px 12px;
	width: 600px;
	border-radius: 5px;
	background-color: #fff;
	border: 0 none;
	margin-right: 18px;
}
.slideTxtBox .login  .stxt{
	width: 188px;
	margin-left: 8px;
	margin-right: 28px;
}
.slideTxtBox .sInput .sbtn{
	height: 48px;
	width: 112px;
	border-radius: 5px;
	background-color: #042F6D;
	color: #fff;
	border: 0 none;
	
}
.slideTxtBox .sLabel{
	margin-top: 15px;
	font-size: 14px;
}
.slideTxtBox .sLabel label{
	position: relative;
	padding-left: 23px;
	padding-right: 20px;
}
.slideTxtBox .sLabel label i{
	display:block;
	position: absolute;
	left: 0;
	top:0;
	width: 17px;
	height: 17px;
	background: url(../images/radio.png) no-repeat center;
}
.slideTxtBox .sLabel label input{
	position: absolute;
	opacity: 0;
	width: 100%;
	z-index: 2;
}
.slideTxtBox .sLabel label input:checked~i{
	background: url(../images/radio_sel.png) no-repeat center;
} */
.banner {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 2;
}

.banner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	background: url(../images/arrow_left.png) no-repeat;
	background-size: cover;
	top: 50%;
	left: calc((100% - 1380px)/2 - 60px);
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	background: url(../images/arrow_right.png) no-repeat;
	background-size: cover;
	top: 50%;
	right: calc((100% - 1380px)/2 - 60px);
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{
	opacity: .6;
}
.banner .swiper-slide .txt{
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	padding-left: 30px;
	border-left: 1px solid #fff;
}
.banner .swiper-slide .txt h4{
	font-size: 36px;
	margin: 12px 0 18px;
	position: relative;
	line-height: 1;
}
.banner .swiper-slide .txt h4::before{
	display: block;
	content: '';
	position: absolute;
	left: -33px;
	width: 5px;
	height: 100%;
	background-color: #fff;
}
.banner .swiper-slide .txt p{
	width: 400px;
	font-size: 14px;
	margin-bottom: 10px;
}
.index-quick-list{
	display: flex;
	justify-content: space-around;
	padding: 0 25px;
	align-items: center;
	background: rgba(0,0,0,.18);
	height: 110px;
	margin-top: -145px;
	z-index: 22;
	position: relative;
}
.index-quick-list a{
	text-align: center;
}
.index-quick-list a span{
	display: block;
	color: #fff;
	padding-top: 5px;
	
}
@media screen and (max-width:1440px) {
	.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
		background: url(../images/arrow_left.png) no-repeat;
		background-size: cover;
		top: 64%;
		left: calc((100% - 1200px)/2 - 60px);
	}
	.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
		background: url(../images/arrow_right.png) no-repeat;
		background-size: cover;
		top: 64%;
		right: calc((100% - 1200px)/2 - 60px);
	}
	.search-wrap{
		top:138px;
	}
	.index-quick-list{
		margin-top: -125px;
	}
}
.mainHd{
	position: relative;
	display: flex;
	align-items: center;
	padding: 40px 0;
}
.mainHd::before,.mainHd::after{
	content: '';
	display: block;
	height: 2px;
	flex:1;
	background-color: #005DA2;
}
.mainHd span{
	display: inline-block;
	padding: 0 46px;
	font-weight: bold;
	color: #005DA2;
}

.main1{
	background:#fff url(../images/main1bg.png) no-repeat 0 bottom;
	background-size: cover;
	min-height: 500px;
	padding-bottom: 50px;
}
.main1 .mainBd{
	display: flex;
	justify-content: space-between;
}
.main1 .hd{
	border-bottom: 1px solid #D2D2D2;
}
.main1 .hd p.more{
	margin-top: 18px;
	font-size: 14px;
}
.main1 .hd p.more a{
	color: #0748A6;
}
.main1 .hd span{
	display: inline-block;
	padding: 14px 40px;
	background-color: #EDEDED;
	margin-right: 5px;
}
.main1 .hd span.on{
	background-color:#0748A6;
	color: #fff;
}
.main1 .hd span.on a{
	color: #fff;
}
.main1_1{
	width: 57%;
}
.main1_1 .bd .listItem{
	padding: 15px 0 10px;
}
.main1_2{
	width: calc(43% - 40px);
}
.main1_2 .bd{
	padding: 15px;
	border: 1px solid #ECEBEB;
	border-top: 0 none;
	background-color: #fff;
	box-shadow: 0 1px 1px #aaa;
}
.swiper-news {
	position: relative;
	overflow: hidden;
	
}
.swiper-news .swiper-slide p{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	line-height: 42px;
	padding-left: 18px;
	padding-right: 120px;
	background: rgba(0,0,0,.5);
}
.swiper-news .swiper-slide p a{
	color: #fff;
	 max-height: 40px;
}
.swiper-news .swiper-pagination{
	bottom: 0px;
	padding-right: 5px;
	height: 42px;
	
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.swiper-news .swiper-pagination-bullet{
	background-color: transparent;
	opacity: 1;
	width: 18px;
	height: 18px;
	line-height: 18px;
	border: 1px solid #fff;
	margin: 0 6px;
	border-radius: 0;
	color: #fff;
	font-size: 12px
}
.swiper-news .swiper-pagination-bullet-active{
	background: #8F0000;
}
.swiper-news .tit{
	padding: 10px 0 2px;
}
.swiper-news  .date{
	display: flex;
	justify-content: space-between;
	line-height: 26px;
}
.swiper-news  .date span{
	color: #999;
	padding-left: 26px;
	background: url(../images/ico_date.png) no-repeat 0 center;
}
.swiper-news .ptbox .inner{
	padding-bottom: 71%;
}

.main2{
	background: url(../images/main2bg.jpg) no-repeat;
	background-size: cover;
	min-height: 320px;
}
.main2 .mainHd::before,.main2 .mainHd::after{
	background-color: #0AA5CC;
}
.main2 .mainHd span{
	color: #fff;
}
.main2 .mainBd{
	padding-bottom: 50px;
}
.main2 .mainBd ul{
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	margin-bottom: 20px;
}
.main2 .mainBd ul li{
	width: calc(14.2% - 29px);
	text-align: center;
	margin: 15px 15px 0;
	font-size: 14px;
}
.main2 .mainBd ul li img{
	/*width: 100%;
	height:118px;
	object-fit: cover;*/
}
.main2 .mainBd ul li p{
	margin: 10px 0 0;
	justify-content: center;
}
.main2 .mainBd ul li a{
	color: #fff;
}
.main2 .mainBd .more{
	display: block;
	margin: 0 auto;
	width: 176px;
	height: 40px;
	line-height: 40px;
	border: 1px solid rgba(255,255,255,.45);
	color:  rgba(255,255,255,.5);
	font-size: 14px;
	text-align: center;
}

.main3{
	padding:40px 0 60px;
	background: url(../images/main3bg.jpg) no-repeat;
	background-size: cover;
	min-height: 320px;
}
.main3 .container{
	display: flex;
}
.main3_1{
	width: 70%;
}
.main3_2{
	width: calc(30% - 24px);
	margin-left: 24px;
}
.main3 .hd{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 20px;
}
.main3 .hd span{
	font-weight: bold;
	color: #0748A6;
}
.main3 .hd .more{
	color: #0748A6;
	font-size: 14px;
}
.main3 .bd{
	box-shadow: 0 0 5px #bbb;
	background-color: #fff;
	height: 400px;
	overflow: hidden;
}
.main3_1 .bd ul{
	display: flex;
	flex-wrap: wrap;
	padding:35px 20px;
	line-height: 2;
}
.main3_1 .bd ul li{
	width: 25%;
	text-align: center;
	justify-content: center;
	padding: 20px;
	font-size: 14px;
}
.main3_1 .bd .ptbox .inner{
	padding-bottom: 125%;
	margin-bottom: 8px;
}
.main3_2 .bd{
	padding: 20px 30px 5px;
}

.query{
	position: absolute;
	top: 40%;
	left: 50%;
	padding: 30px 30px 40px;
	width: 40%;
	background: #005DA2;
	border-radius: 5px;
	transform: translate(-50%, -50%);
	z-index: 999;
}
.query h2{
	color: #fff;
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 10px;
}
.query form{
	position: relative;
}
.query input[type='text']{
	width: 100%;
	padding: 12px 92px 12px 20px;
	background: #fff;
	border: none;
	border-radius: 20px;
}
.query input[type='submit']{
	position: absolute;
	top: 0;
	right: 0;
	height: 42px;
	line-height: 42px;
	color: #fff;
	font-weight: 600;
	background: orangered;
	border: none;
	padding: 0 25px;
	border-radius: 20px;
}

