.more {
	display: block;
	float: right;


	font-size: 15px;
	color: #666;

	background-color: #fff;
}
.more img{width: 20px;    vertical-align: middle;}
.more:hover {
	color: #16387c
}

.indexbox {
	padding-top: 35px;
}

/**/
.box {

	position: relative;
	width: 500px;
	height: 321px;
	overflow: hidden;
}

.box_img {
	width: 100%;
	height: 321px;
	overflow: hidden;
}

.box_img ul li {
	position: absolute;
	display: none;
	width: 100%
}

.box_img ul li a {
	display: block;
	width: 100%;
	height: 321px;
	text-align: center;
}
.box_img ul li a img{width:100%;}
.box_img ul li a p {
	position: relative;
	top: -75px;
	height: 75px;
	line-height: 49px;
	color: #fff;
	font-size: 16px;
	z-index: 1;
	background-color: rgba(9, 43, 106, 0.4);
}

.box_img ul li a:hover p {
	background-color: rgba(9, 43, 106, 0.8);
}

.box_tab {
	position: absolute;
	bottom: 15px;
	width: 100%;
	text-align: center;
	z-index: 9;
}

.box_tab a {
	display: inline-block;
	margin: 0 4px;
	width: 10px;
	height: 10px;
	background: #fff;
	border-radius: 50%;
}

.box_tab a.active {
	background: #dc2c1c;
}

/**/




.indexbox_2 {


	width: 600px;
}

.indexbox_2 dl {}

.indexbox_2 dl dd {
	margin-bottom: 20px;
	padding: 20px 0;
	color: #666666;
	font-size: 13px;
	border-bottom: 1px solid #e3e3e3;
}

.indexbox_2 dl dd a {
	font-size: 18px;
	line-height: 40px;
}

.indexbox_2 dl dd a i {
	margin-right: 20px;
	padding: 0px 5px;
	width: 40px;
	font-style: normal;
	background-color: #d9261c;
	color: #ffffff;
	text-align: center;
}

.indexbox_2 dl dt span {
	float: right;
	color: #999;
	line-height: 38px;
	font-size: 14px;
}

.indexbox_2 dl dt a {
	display: block;
	padding-left: 15px;
	line-height: 38px;
	font-size: 15px;
	background: url(../images/titlebg.png) left center no-repeat;
	color: #666666;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.indexbox_2 dl dt a:hover {
	color: #d9261c;
}



.box3_r {
	float: right;
	width: 304px;
	height: 311px;
	background-color: #f3f3f3;
}

.box3_r h2 {
	padding: 0px 15px 0px 40px;
	line-height: 43px;
	color: #fff;
	background-color: #d9261c;
}

.bg2 {
	background: url(../images/titlebg2.png) 15px center no-repeat;
}

.bg3 {
	background: url(../images/titlebg3.png) 15px center no-repeat;
}

.bg4 {
	background: url(../images/titlebg4.png) 15px center no-repeat;
}

.box3_r ul {
	padding: 15px 20px;
}

.box3_r ul li a {
	display: block;
	padding-left: 15px;
	line-height: 40px;
	font-size: 13px;
	background: url(../images/titlebg.png) left center no-repeat;
	color: #666666;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.box3_r ul li a:hover {
	color: #d9261c;
}



.indexbox_3 {

	width: 580px;
	background-color: #fff;
	padding:10px;5
}



.indexbox_3 h2 b {
	display: block;
    width:120px;
	line-height: 30px;
	font-weight: 600;
	color: #000;

}

.indexbox_3 dl {
	padding-top: 15px;
}

.indexbox_3 dl dd {
	padding: 5px 0px;
	height: 108px;
	color: #666666;
}

.indexbox_3 dl dd:hover {
	background-color: #f5f5f5;
}

.indexbox_3 dl dd img {
	margin-right: 20px;
	width: 144px;
	height: 108px;
}

.indexbox_3 dl dd a {
	font-size: 16px;
	line-height: 35px;
}

.indexbox_3 dl dt span {
	float: right;
	color: #999;
	line-height: 36px;
}

.indexbox_3 dl dt a {
	display: block;
	padding-left: 15px;
	line-height: 36px;
	font-size: 13px;
	background: url(../images/titlebg.png) left center no-repeat;
	color: #666666;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.indexbox_3 dl dt a:hover {
	color: #d9261c;
}



.indexbox2 {
	margin-top: 35px;

}

.indexbox2 h2 {

	line-height: 48px;
	font-size: 18px;
	font-weight: 600;
	color: #000;

}

.indexbox2 ul li a {
	color: #fff;
	line-height: 36px;
	font-size: 13px;
}

.indexbox2 ul li a:hover {
	color: #d9261c;
}

#Scroll {
	display: block;

	width: 100%;
	height: 180px;
	position: relative;

}

#Scroll img {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 213px;
	height: 180px;
	overflow: hidden;
}
#Scroll .swiper-button-prev{margin-left: -50px;}
#Scroll .swiper-button-next{margin-right: -50px;}
#Scroll .swiper-slide {
	float: left;
	height: 180px;
	overflow: hidden;
}

#Scroll .swiper-slide p{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 213px;
	height: 36px;
	text-align: center;
	z-index: 100;
	background-color: rgba(0, 0, 0, 0.6);
	color: #fff;
	font-size: 14px;line-height: 36px;
}



#scroll_begin ul li,
#scroll_end ul li {
	float: left;
	position: relative;
	width: 213px;
	height: 180px;
	margin: 0px 3px;
	text-align: center;
	display: block;
}


#Scroll .swiper-button-prev,#Scroll .swiper-button-next{background-color: rgba(0,0,0,0.5);padding:10px 2px;border-radius: 8px;}
#Scroll .swiper-button-prev:after,#Scroll .swiper-button-next:after{color: #fff;font-size: 14px;}



.headerbox{background:#1a5abb url(../images/headbg.jpg) no-repeat top right;height: 155px;}
.menu{background-color: #0d2d5e;width: 100%;display: block;clear:both;height:49px;}
.indexbanner{width: 1200px;margin:0 auto;height:auto;text-align: center;}
.indexbanner img{margin:0 auto;max-width:100%}
.flex-between{display: flex;justify-content:space-between;}

.centerpic2{padding:50px 0;background-color: #f6f6f6;margin:50px 0;}


