@charset "utf-8";

.index_banner{
	width: 1600px;
	padding-top: 400px;
	position: relative;
	margin: 0 auto;
}
.index_banner .swiper-containera{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.index_banner .swiper-containera .swiper-slide{
	position: relative;
}
.index_banner .word{
	width: 1200px;
	position: absolute;
	right: 0;
	top: 0;
	left: 50%;
	margin-left: -600px;
	padding-top: 120px;
}
.index_banner .word .in{
	float: right;
	color: #002d64;
	font-size: 20px;
	min-width: 430px;
	padding: 15px 20px 5px;
	background: url(../images/a2.png) repeat;
	position: relative;
}
.index_banner .word .in h3{
	font-size: 1.2em;
	line-height: 120%;
	font-weight: normal;
}
.index_banner .word .in h2{
	font-size: 2em;
	line-height: 150%;
	font-weight: normal;
}
.index_banner .word .in i{
	display: block;
	position: absolute;
	width: 22px;
	height: 41px;
	background: url(../images/a3.png) no-repeat center;
	left: 0;
	bottom: -41px;
}
.index_banner .btn{
	position: absolute;
	width: 1200px;
	text-align: right;
	font-size: 0;
	left: 50%;
	margin-left: -600px;
	top: 79px;
	z-index: 2;
}
.index_banner .btn a{
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #002d64;
	background: url(../images/a2.png) repeat;
	margin-left: 1px;
	margin-bottom: 1px;
}
.index_banner .btn a:hover{
	background: #6482A0;
	color: #fff;
}
.index_banner .pagination {
  position: absolute;
  z-index: 20;
  left: 10px;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
.index_banner .swiper-pagination-switch {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #fff;
  margin-right: 5px;
  opacity: 0.8;
  cursor: pointer;
}
.index_banner .swiper-active-switch {
  background: #002d64;
}
@media only screen and (max-width:1599px){
	.index_banner{
		width: 100%;
		padding-top: 25%;
	}
	.index_banner .img{
		width: 100%;
		height: 100%;
	}
	.index_banner .img img{
		width: 100%;
		height: 100%;
		display: block;
	}
}
@media only screen and (max-width:1200px) {
	.index_banner .btn,.index_banner .word{
		width: 100%;
		padding: 80px 15px 0;
		left: 0;
		margin-left: 0;
	}
	.index_banner .btn{
		padding: 0 15px 0;
		top: 40px;
	}
	.index_banner .word .in{
		font-size: 18px;
	}
	.index_banner .word .in{
		width: auto;
		min-width: initial;
	}
}
@media only screen and (max-width:980px) {
	.index_banner .word .in{
		font-size: 14px;
	}
	.index_banner .word .in i{
		width: 15px;
		height: 28px;
		background-size:100% 100%;
		bottom: -28px;
	}
	.index_banner .btn a{
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
}
@media only screen and (max-width:767px) {
	.index_banner .word .in{
		font-size: 12px;
	}
	.index_banner .word{
		padding-top: 40px;
	}
	.index_banner .btn{
		top: 10px;
	}
	.index_banner{
		padding-top: 50%;
	}
	.index_banner .img img{
		height: 100%;
		display: block;
		width: auto;
	}
}
.index_content{
	padding: 10px 15px;
}
.index_content>.left{
	float: left;
	width: 65%;
}
.index_one{padding-bottom: 20px;}
.index_one>h2{
	font-size: 18px;
	color: #002d64;
	font-weight: normal;
	line-height: 3em;
}
.index_one .word{
	font-size: 14px;
	color: #666666;
	line-height: 2em;
	height: 10em;
	overflow: hidden;
	text-align: justify;
}
.index_two>h2{
	font-size: 18px;
	font-weight: normal;
	color: #002d64;
	border-bottom: 1px solid #ddd;
}
.index_two>h2 a{
	display: block;
	width: 136px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	border: 1px solid #ddd;
	border-bottom: 0;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.index_two>h2 a:hover{background: #002C64;color: #fff;}
.index_two .newsList {
	padding-top: 10px;
}
.index_two .newsList a{
	display: block;
	width: 100%;
}
.index_two .newsList a .img{
	width: 35.5%;
	position: relative;
	padding-top: 19.992%;
	overflow: hidden;
	float: left;
}
.index_two .newsList a .img img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.index_two .newsList ul{
	border-bottom: 1px solid #ddd;
}
.index_two .newsList li{
	margin-bottom: 10px;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.index_two .newsList a .word{
	width: 62%;
	float: right;
}
.index_two .newsList a .word h2{
	font-size: 14px;
	color: #666666;
	line-height: 2em;
	font-weight: normal;
	margin-bottom: 5px;
}
.index_two .newsList a .word p{
	font-size: 14px;
	color: #002d64;
	line-height: 2em;
	max-height: 4em;
	overflow : hidden;
	text-overflow: ellipsis;
	-o-text-overflow:ellipsis;
	display: -webkit-box;/*将对象作为弹性伸缩盒子模型显示*/
	-webkit-line-clamp: 2;/*限制显示的文本行数*/
	-webkit-box-orient: vertical;/*设置或检索伸缩盒对象的子元素的排列方式 */
}
.index_two .newsList .more{
	color: #002C64;
	font-size: 14px;
	line-height: 3em;
	display: block;
	text-align: right;
}
.index_two .newsList .more:hover{
	text-decoration: underline;
}
.index_two .newsList li:hover{
	background: #d9e0e8;
}
.index_three li{
	position: relative;
	padding-top: 27.964%;
	margin-top: 42px;
	transition: all .3s;
	-webkit-transition: all .3s;
}
.index_three li:hover{background: #D9E0E8;}
.index_three li a>div{
	width: 50%;
	position: absolute;
	top: 0;
	height: 100%;
	overflow: hidden;
}
.index_three li .fl{left: 0;}
.index_three li .fr{right: 0;}
.index_three li .img img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.index_three li .word{
	padding: 10px 20px;
}
.index_three li .word h2{
	font-size: 18px;
	color: #002d64;
	font-weight: normal;
	line-height: 2em;
	margin-bottom: 10px;
}
.index_three li .word p{
	font-size: 14px;
	color: #666666;
	line-height: 2em;
}

.index_content .right{
	float: right;
	width:31.667%
}
.pubrtit{
	font-size: 18px;
	color: #002d64;
	font-weight: normal;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
} 
.index_content .right>div{
	margin-bottom: 28px;
}
.pubrtit a{color: #002d64;}
.pubrtit span{
	float: right;
	font-size: 12px;
	color: #999999;
}
.indexr_one .videoOut{
	width: 100%;
	padding-top: 56.38%;
	position: relative;
}
.indexr_one .video{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-position:center center;
	background-size:100% auto;
}
.video video{
	width: 100%;
	height: 100%;
	display: block;
}
.indexr_one .video  .icon-bofang1{
	display: block;
	position: absolute;
	font-size: 40px;
	top: 50%;
	left: 50%;
	margin: -20px 0 0 -20px;
	border-radius: 50%;
	color: #002C64;
	cursor: pointer;
}
.indexr_two .weibo{
	border-bottom: 1px solid #ddd;
	padding-bottom: 6px;
}
.index_content .right>div.indexr_three{
	margin-bottom: 11px;
}
.indexr_three .memNum img{
	display: block;
	width: 100%;
	height: auto;
}
.indexr_four img{
	width: 100%;
}

@media only screen and (max-width:1200px ) {
	.index_content .right>div.indexr_three{
		margin-bottom: 20px;
	}
	.indexr_two .weibo{
		padding-bottom: 0;
	}
}

@media only screen and (max-width:767px) {
	.index_content>.left,.index_content>.right{
		width: 100%;
	}
	.index_three li .word h2{
		font-size: 16px;
		margin-bottom: 0;
	}
	.index_three li{
		margin-top: 20px;
	}
	.index_content .right>div{
		margin: 15px 0;
	}
	.index_three li{
		padding: 0;
	}
	.index_three li a>div{
		position: initial;
		width: 100%;
		height: auto;
	}
	.index_three li .img img{
		position: initial;
		height: auto;
		width: 100%;
	}
}
