



.part1{
	width: 1200px;
	margin:0 auto;
	margin-top: 30px;
}
.part1 .part1-l{
	width:660px;
}
.part1 .part1-l .title{
	width: 660px;
	height: 60px;
	background: url(../img/title1.png) no-repeat;
	background-size: 100% 100%;
	position:relative; 
	padding-left: 30px;
	box-sizing: border-box;
}
.part1 .part1-l .title img{
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	
}
.part1 .part1-l .title span{
	font-size: 20px;
	color:#fff;
	line-height: 60px;
	vertical-align: middle;
	margin-left: 10px;
}
.part1 .part1-l .title .more{
	font-size: 16px;
	color:#333333;
	line-height: 60px;
	position:absolute;
	top: 0;
	right: 20px;
}
.part1 .part1-l .title .more:hover{
	color:red;
	transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-ms-transition: all 0.4s;
}
.part1 .part1-l .news-list li::after{
	content:"";
	display:block;
	clear: both;
}
.part1 .part1-l .news-list li{
	padding-left: 30px;
	box-sizing: border-box;
	position:relative;
	margin-top: 34px;
}
.part1 .part1-l .news-list li::before{
	content:"";
	display: inline-block;
	width: 13px;
	height: 18px;
	background:url(../img/index/a_icon.png) no-repeat;
	background-size: 100% 100%;
	position:absolute;
	left: 0;
	top: 50%;
	margin-top: -9px;
}
.part1 .part1-l .news-list li .news-fonts{
	font-size: 16px;
	line-height: 1;
	float:left;
	width: 450px;
	overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.part1 .part1-l .news-list li .news-time{
	font-size: 16px;
	line-height: 1;
	float:right;
}
.part1 .part1-l .news-list li a{
	color:#333;
}
.part1 .part1-l .news-list li:hover::before{
	background:url(../img/index/a_icon-on.png) no-repeat;
	background-size: 100% 100%;
}
.part1 .part1-l .news-list li:hover a{
	color:#2d2c70;
}


.part1 .part1-r{
	width: 500px;
	height: 432px;
	position:relative;
}
.part1 .part1-r .part1-swiper{
	height:100%;
}
.part1 .part1-r .part1-swiper img{
	display: block;
	width: 100%;
	height: 100%;
}
.part1 .part1-r .swiper-pagination-bullets{
	text-align: center;
}
.part1 .part1-r .swiper-pagination-bullet{
	background: #fff;
	opacity: 1;
	width:14px;
	height:14px;
	border-radius: 50%;
	display: inline-block;
	vertical-align: middle; 
	background:rgba(255,255,255,0.7);
}
.part1 .part1-r .swiper-pagination-bullet-active{
	background:#2d2c70;
	opacity: 1;
}
.part1 .part1-r .swiper-pagination-bullets span{
	margin: 0 10px!important;
}
.part1 .part1-r .swiper-pagination-bullets{
	bottom:30px!important;
	text-align: left;
	margin-left: 10px;
}




.part2{
	width: 1200px;
	margin:0 auto;
	margin-top: 30px;
}
.part2 .title{
	width:1200px;
	height: 60px;
	background: url(../img/title2.png) no-repeat;
	background-size: 100% 100%;
	position:relative; 
	padding-left: 30px;
	box-sizing: border-box;
}
.part2 .title img{
	display: inline-block;
	vertical-align: middle;
	width:17px;
	
}
.part2 .title span{
	font-size: 20px;
	color:#fff;
	line-height: 60px;
	vertical-align: middle;
	margin-left: 10px;
}
.part2 .title .more{
	font-size: 16px;
	color:#333333;
	line-height: 60px;
	position:absolute;
	top: 0;
	right: 20px;
}
.part2 .title .more:hover{
	color:red;
	transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-ms-transition: all 0.4s;
}
.part2 .news-list li::after{
	content:"";
	display:block;
	clear: both;
}
.part2 .news-list li{
	box-sizing: border-box;
	margin-top: 34px;
}
.part2 .news-list li .news-fonts{
	font-size: 16px;
	line-height:24px;
	float:left;
	width:900px;
	overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    margin-left: 15px;
}
.part2 .news-list li .news-time{
	font-size: 16px;
	line-height:24px;
	float:right;
}
.part2 .news-list li a{
	color:#333;
}
.part2 .news-list li:hover a{
	color:#2d2c70;
}
.part2 .news-list li span{
	width: 60px;
	height: 24px;
	border-radius:3px;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	line-height: 24px;
	color:#fff;
	background-color: #d10004;
	text-align: center;
	float:left;
}
/*.part2 .news-list li:nth-child(3n-1) span{*/
	/*background-color: #6bb63f;*/
/*}*/
/*.part2 .news-list li:nth-child(3n) span{*/
	/*background-color: #282975;*/
/*}*/

.part2 .news-list li span.red_fonts{
	background-color: #d10004;
}
.part2 .news-list li span.green_fonts{
	background-color: #6bb63f;
}
.part2 .news-list li span.blue_fonts{
	background-color: #282975;
}


.part3{
	height: 440px;
	position:relative;
	margin-top: 30px;
}
.part3 img{
	display: block;
	width: 1920px;
	height: 100%;
	position:absolute;
	left: 50%;
	margin-left: -960px;
}
.part3 p{
	display: block;
	width: 100%;
	text-align: center;
	font-size: 20px;
	color:#fff;
	position:absolute;
	top: 265px;
	
}


.part4{
	display: flex;
	justify-content: space-between;
	width: 1200px;
	margin:0 auto; 
	margin-top: 70px;
}
.part4 .box{
	width: 363px;
}
.part4 .box .title{
	width:363px;
	height: 60px;
	background: url(../img/index/d1.jpg) no-repeat;
	background-size: 100% 100%;
	position:relative; 
	padding-left: 30px;
	box-sizing: border-box;
}
.part4 .box .title span{
	font-size: 20px;
	color:#333333;
	line-height: 60px;
}
.part4 .box .title .more{
	font-size: 16px;
	color:#333333;
	line-height: 60px;
	position:absolute;
	top: 0;
	right: 20px;
}
.part4 .box .title .more:hover{
	color:red;
	transition: all 0.4s;
	-o-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-ms-transition: all 0.4s;
}


.part4 .box .news-list li::after{
	content:"";
	display:block;
	clear: both;
}
.part4 .box .news-list li{
	padding-left: 30px;
	box-sizing: border-box;
	position:relative;
	margin-top: 34px;
}
.part4 .box .news-list li::before{
	content:"";
	display: inline-block;
	width: 13px;
	height: 18px;
	background:url(../img/index/a_icon.png) no-repeat;
	background-size: 100% 100%;
	position:absolute;
	left: 0;
	top: 50%;
	margin-top: -9px;
}
.part4 .box .news-list li .news-fonts{
	font-size: 16px;
	line-height: 1;
	float:left;
	width: 220px;
	overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.part4 .box .news-list li .news-time{
	font-size: 16px;
	line-height: 1;
	float:right;
}
.part4 .box .news-list li a{
	color:#333;
}
.part4 .box .news-list li:hover::before{
	background:url(../img/index/a_icon-on.png) no-repeat;
	background-size: 100% 100%;
}
.part4 .box .news-list li:hover a{
	color:#2d2c70;
}

.part5{
	margin-top: 50px;
}
.part5 .part1-l .title img{
	width: 18px;
}
.part5 .part1-r{
	height: 308px;
}
.part5 .part1-r img{
	display: block;
	width: 100%;
	height: 100%;
}

/*803*/
.search form{
	width: 600px;
}

.search form input{
	width: 476px;
}