/*-----global CSS 清除浏览默认样式-----*/
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Microsoft YaHei, SimHei, SimSun, Arial, Helvetica, sans-serif;
	font-size: 16px;
	background: #e6f3ff url(bg_01.jpg) no-repeat top center;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #333;
	transition: all .5s;
	-moz-transition: color .5s;
	-webkit-transition: color .5s;
	-o-transition: color .5s;
}

a:hover {
	text-decoration: none;
	color: #2d86ff;
}

img {
	border: none;
	vertical-align: bottom;
	display: inline-block;
}

h3 {
	font-weight: normal;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.mb50 {
	margin-bottom: 50px;
}


/*-----layout CSS-----*/
ul,
ul li,
.col,
.hd,
h2,
.bd,
.menu,
.clear {
	overflow: hidden;
	zoom: 1;
}

/*------------------------头部 start--------------------------*/
.header {
	width: 1200px;
	margin: 0 auto;
}

/*------------------------内容 start--------------------------*/
.cont-wrap {}

.content {
	width: 1200px;
	margin: 0 auto;
	padding-top: 30px;
}

/*宽度1100*/
.w1100 {
	width: 1100px;
	margin: 0 auto;
	padding-top: 30px;
}

/*宽度1200*/
.w1200 {
	width: 1200px;
	margin: 0 auto;
}


/*导语*/
.intro {
	background: url(intro_bg.png) no-repeat left center;
	padding: 30px 60px;
	font-size: 20px;
	text-indent: 40px;
	line-height: 150%;
	text-align: justify;
	margin-bottom: 50px;
	min-height: 80px;
}

/*栏目条-----*/
/*栏目更多在同一行*/
.hd {
	margin-bottom: 25px;
	padding-bottom: 15px;
	border-bottom: 2px solid #359DFD;
}

.col-tit {
	float: left;
	font-size: 24px;
	display: inline-block;
	font-weight: normal;
	height: 40px;
	line-height: 40px;
}

.col-more {
	float: right;
	color: #fff;
	font-size: 14px;
	background: #72D3FD;
	border-radius: 20px;
	padding: 8px 20px;
	margin-top: 10px;
}

/*栏目图片，更多在内容后面*/
.hd2 {
	margin-bottom: 30px;
}

.col-tit2 {}

.col-more2 {
	position: relative;
	z-index: 3;
	width: 100%;
	height: 40px;
	line-height: 40px;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 18px;
}

.col-more2 span {
	position: relative;
	z-index: 3;
	display: block;
	width: 100px;
	transform: skewX(-10deg);
	margin: 0 auto;
	height: 40px;
	background: #359DFD;
}

.col-more2:after {
	content: "";
	position: absolute;
	z-index: 0;
	left: 0;
	top: 50%;
	margin-top: -1px;
	display: block;
	width: 100%;
	height: 1px;
	background: #eee;
}

.col-more2:hover span {
	background: #188FFF;
	color: #fff;
}

/*版块1--------------------------*/
.bdhf {
	background: url(bd_bg.png) no-repeat center;
	padding: 30px 40px 40px;
	display: block;
	overflow: hidden;
	min-height: 452px;
}

/*头条 标题+摘要-----*/
.news-cont {
	display: block;
	width: 480px;
	float: left;
	padding-top: 30px;
}

.top-news {
	display: block;
	margin-bottom: 20px;
}

.top-news h3 {
	text-align: left;
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 20px;
}

.top-news p {
	font-size: 18px;
	color: #333;
	line-height: 30px;
	text-align: justify;
}

.top-news p span {
	color: #CC0000;
}

/*标题列表 -----*/
.news-list {}

.news-list li {
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	vertical-align: middle;
	margin-bottom: 20px;
	position: relative;
}

.news-list li:before {
	position: absolute;
	content: '';
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 6px solid #CC0000;
}

.news-list li a {
	color: #333;
	font-size: 18px;
	padding-left: 15px;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.news-list li a:hover {
	color: #2d86ff;
}

.video {
	background: url(video_bg.png) no-repeat center;
	padding: 36px 12px 10px;
	display: block;
	overflow: hidden;
	min-height: 350px;
	min-width: 576px;
}

.video img {
	width: 572px;
	height: 320px;
}

.video h3 {
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 5px;
	position: relative;
}

.video h3:before {
	position: absolute;
	content: '';
	background: url(play-02.png) no-repeat;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 25px;
	height: 25px;
}

/*版块2--------------------------*/
.slide-img01{
	width: 1200px;
	margin: 0 auto;
	position: relative;
	background: #F1F8FF;
}

.swiper-img01 {
	padding: 40px 30px;
	border-radius: 10px;
	position: relative;
	width: 90.6%;
}

.swiper-img01 .swiper-slide {}

.img-item01 {
	display: block;
}

.img-item01 .img-box {
	background: #fff;
	padding: 30px;
	margin-bottom: 10px;
	overflow: hidden;
}

.img-item01 img {
	width: 236px;
	height: 295px;
	border-radius: 10px;
	float: left;
	object-fit: cover;
}

.img-item01 .txt-news{
	float: right;
	width: 210px;
}

.img-item01 h3 {
	text-align: left;
	color: #000;
	font-size: 24px;
	margin-bottom: 30px;
}

.img-item01 p{
	font-size: 14px;
color: #333333;
line-height: 24px;
text-align: justify;
}




/*版块3--------------------------*/
.slide-img02{
	width: 1200px;
	margin: 0 auto;
	position: relative;
	background: #F1F8FF;
}

.swiper-img02 {
	padding: 40px 30px;
	border-radius: 10px;
	position: relative;
	width: 90.6%;
}

.swiper-img02 .swiper-slide {}

.img-item02 {
	display: block;
}

.img-item02 img {
	width: 100%;
	border-radius: 10px;
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
}

.img-item02 h3 {
	text-align: center;
	font-size: 14px;
color: #333333;
line-height: 24px;
}

.img-item02 .img-box {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	overflow: hidden;
}

.img-item02:hover .img-box img {
	transform: scale(1.03);
	opacity: 0.8;
}


.img-box .video-icon {
	position: absolute;
	z-index: 3;
	width: 57px !important;
	height: 57px !important;
	top: 50%;
	left: 50%;
	margin-left: -28px;
	margin-top: -57px;
}

/*版块4--------------------------*/
.slide-img03{
	width: 1200px;
	margin: 0 auto;
	position: relative;
	background: #F1F8FF;
}

.swiper-img03 {
	padding: 40px 30px;
	border-radius: 10px;
	position: relative;
	width: 90.6%;
}

.swiper-img03 .swiper-slide {}

.img-item03 {
	display: block;
}

.img-item03 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
}

.img-item03 h3 {
	text-align: center;
	color: #333;
	font-size: 16px;
}

.img-item03 .img-box {
	width: 100%;
	height: 234px;
	margin-bottom: 10px;
	overflow: hidden;
}

.img-item03:hover .img-box img {
	transform: scale(1.03);
	opacity: 0.8;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	botom: -30px;
}

.swiper-button-prev,
.swiper-button-next{
	color: #95A3CB;
}


/*------------------------底部 start--------------------------*/
.footer-wrap {
	background: #C7E8FF;
	width: 100%;
}

.footer {
	background: #C7E8FF;
	width: 1200px;
	margin: 0 auto;
	text-align: center;
	font-size: 14px;
	padding: 60px 0;
	color: #333333;
}

@media(min-width:568px) {
	html {
		width: 125%
	}
}

@media(min-width:1200px) {
	html {
		width: 100%
	}
}