.flexbox{display: flex;display: -webkit-flex;}
.flex{display: flex;display: -webkit-flex;justify-content: space-between;}
.flex-left{display: flex;display: -webkit-flex;justify-content: flex-start;}
.flex-center{display: flex;display: -webkit-flex;justify-content: center;}
.flex-right{display: flex;display: -webkit-flex;justify-content: flex-end;}
.flex-column{flex-direction: column;}
.flex-c-center{align-items: center;}
.flex-wrap{flex-wrap: wrap;}
.f0{flex-shrink: 0;}
.none{display: none;}
.image{width: 100%;height: 100%;position: absolute;left: 0;top:0;}
.image img,.img{width: 100%;height: 100%;object-fit: cover;}
.line1{display: block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.line2{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}


/*box1*/
.box1 {
	overflow: hidden;
}
.box1 .bt{padding:23px 0 28px;}
.box1 .bt a{display:block;width:100%;}
.box1 .bt h1 {
	color: #d50011;
	font-size: 30px;
	text-align: center;
	line-height: 40px;
	font-weight:bold;
        display: block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;
        width:100%;
}
.box1 .bt p{
	font-size: 18px;
	color: #010101;
	text-align: center;
	line-height: 24px;margin-top:10px;
        font-weight:bold;
        display: block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;width:100%;
}

/*轮播图*/
.slideBox2 {
	width: 620px;
	height: 387px;
	overflow: hidden;
	position: relative;
}

.slideBox2 .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 5px;
	top: 20px;
	z-index: 2;
}

.slideBox2 .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}

.slideBox2 .hd ul li {
	float: left;
	margin-right: 2px;
	width: 20px;
	height: 13px;
	line-height: 14px;
	text-align: center;
	background: url(../images/dian.png) no-repeat;
	cursor: pointer;
}

.slideBox2 .hd ul li.on {
	background: url(../images/dian2.png) no-repeat;
	color: #fff;
}

.news_bt {
	width: 642px;
	height: 35px;
	overflow: hidden;
	position: absolute;
	bottom: -6px;
	z-index: 1;
	background: url(../images/news_bj.png) no-repeat;
	color: #FFFFFF;
	padding-top: 6px;
	padding-left: 10px;
	text-align: center;
font-size:16px;
}

.slideBox2 .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideBox2 .bd li {
	zoom: 1;
	vertical-align: middle;
}

.slideBox2 .bd img {
	width: 100%;
	height: 387px;
	display: block;
}

/*轮播图*/

/*切换*/
/* 本例子css */
.slideTxtBox {
	width: 550px;
	text-align: left;
}

.slideTxtBox .hd {
	height: 65px;
	background: #f0f0f0;
	padding: 0 10px 0 15px;
	position: relative;
}

.slideTxtBox .hd ul {
	float: left;
	position: absolute;
	left: 15px;
	top: 15px;
	height: 50px;
}

.slideTxtBox .hd ul li {
	float: left;
	padding: 0 15px;

	background: #dcdcdc;
	color: #7d7d7d;
	height: 50px;
	width: 124px;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
}

.slideTxtBox .hd ul li.on {
	height: 50px;
	width: 124px;
	background: #015293;
	color: #FFFFFF;
}

.slideTxtBox .bd {
	background: #f0f0f0;
}

.slideTxtBox .bd ul {
	padding: 15px;
	zoom: 1;
}

.slideTxtBox .bd li {
	line-height: 42px;
	background: url(../images/list_bj.png)left center no-repeat;
	padding-left: 20px;
	color: #333333;
font-size:16px;
}
.slideTxtBox .bd li a:hover{
	color: #015293;
}

.slideTxtBox .bd li .date {
	float: right;
	color: #999;
}

.yinying {
	margin-top: 40px;
	height: 14px;
	background: url(../images/yinying_12.png);
}

/*专栏图片*/


.slideBox {
	height: 190px;
	overflow: hidden;
	position: relative;
}

.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}

.slideBox .bd img {
	width: 1200px;
	height: 190px;
	display: block;
        margin:0 auto;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	background: url(../images/slider-arrow.png) -110px 5px no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.slideBox .next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}

.slideBox .prev:hover,
.slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.slideBox .prevStop {
	display: none;
}

.slideBox .nextStop {
	display: none;
}


.box2 {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

/*专栏图片end*/

/*第三部分*/
.box3 {
	margin-top: 35px;
	background: #f2f5fa;
	padding-top: 35px;
	overflow: hidden;
        padding-bottom: 30px;
}
.box3 .title {color: #015293;  border-bottom: 1px solid #dfe0e1; height: 40px; margin-bottom:15px;}
.box3 .title h3{font-size: 20px; border-bottom: 1px solid #015293; padding-bottom: 15px; display: inline-block; width: 100px; line-height: 24px;}
.box3 .title .more{color: #434343; font-size: 14px;}
.box3 .left{width: 217px;}
.box3 .left ul{margin-bottom: 10px;}
.box3 .left ul li {line-height: 30px;}
.box3 .left ul li a{color: #434343; font-size: 16px; }
.box3 .left-img{height: 73px; width: 217px; margin-bottom: 10px;}
.box3 .left-img a img{width: 100%;}
.box3 .left2 h4{ font-size: 18px; color: #015293; line-height: 24px; margin: 20px 0px 10px;padding-left:30px;background-position:left center;background-size:auto 20px;background-repeat:no-repeat;}
.box3 .left2 p{font-size: 16px; color: #434343; line-height: 32px; }
.box3 .left2 h4:first-of-type{background-image:url(../images/email-icon.png);background-size:auto 14px;background-position:left 6px;}
.box3 .left2 h4:nth-of-type(2){background-image:url(../images/phone-icon.png);}

.box3 .right{width: calc( 100% - 247px );}
.box3 .right01{width:100%;}
.box3 .right02{width: calc( 50% - 15px );margin-top:25px;}
.box3 .right01 ul{display:flex;justify-content:space-between;flex-wrap:wrap;}
.box3 .right01 ul li{line-height: 30px; background: url(../images/icon_2.png) no-repeat left center; background-size: 6px;margin-bottom:6px;width:calc(50% - 15px);}
.box3 .right01.right02 ul li{width:100%;}
.box3 .right01 ul li a{font-size: 16px; color: #434343; padding-left: 20px;}
.box3 .right01 ul li span{font-size: 14px; color: #999999;}
.box3 .right01 ul li:hover a,.box3 .right01 ul li:hover span{color: #015293;}
.box3 .right01 ul li:last-of-type{margin-bottom:0;}
.box3 .right01 .video_box,.box3 .right01 .video_box .item{width:100%;}
.box3 .right01 .video_box .item video{width:100%;display:block;height:246px;background:#000000;}

/*第四部分*/

.box4 {
	background:#ffffff;
box-shadow: 0px 0px 16px 0px 
		rgba(0, 0, 0, 0.17);
       height:210px;
}

.box4 .bd1{padding:40px 0px;}
.box4 .bd1 a img{width:100%;height:130px;}

/*专题专栏*/

.box5 {
	margin-top: 35px;
}
.box6 {
	margin-top: 30px;
}

.box5 .bt,.box6 .bt {
	background: url(../images/zhuanti_bj.png) center no-repeat;
	text-align: center;
	color: #144780;
}

/* 本例子css */
.picScroll-left {
	overflow: hidden;
	position: relative;
	margin-top: 30px;
	/*width: 1128px;*/
	margin: 30px auto 0 auto;
}



.picScroll-left .bd {
	padding: 10px;
	width: 1128px;
	margin: 0 auto;
}

.picScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
}

.picScroll-left .bd ul li {
	margin: 0 8px;
	float: left;
	display: inline;
	overflow: hidden;
	text-align: center;
	width: 265px;
}

.picScroll-left .bd ul li .pic {
	text-align: center;
}

.picScroll-left .bd ul li .pic img {
	width: 265px;
	height: 123px;
	display: block;
	padding: 2px;
}

.picScroll-left .bd ul li .pic a:hover img {}

.picScroll-left .bd ul li .title {
	line-height: 24px;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.picScroll-left .prev{
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 27px;
	height: 46px;
	background: url(../images/leftBtn.png) no-repeat;
	filter: alpha(opacity=80);
	opacity: 0.5;
}
.picScroll-left .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 27px;
	height: 46px;
	background: url(../images/rightBtn.png) -110px 5px no-repeat;
	filter: alpha(opacity=80);
	opacity: 0.5;
}

.picScroll-left .next {
	left: auto;
	right: 0;
	background-position: 0px 0px;
}

.picScroll-left .prev:hover,
.picScroll-left .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.picScroll-left .prevStop {
	display: none;
}

.picScroll-left .nextStop {
	display: none;
}

.flink{width:100%;margin:30px auto 0;overflow:hidden;}
.flink ul{display:flex;justify-content:space-between;margin-left:-15px;margin-right:-15px;}
.flink ul li{width:25%;padding:0 15px;}
.flink ul li a{display:block;width:100%;}
.flink ul li img{width:100%;display:block;}