.lunbo{
	width: 100%;
	height: 473px;
	/* margin-top: 110px; */
	min-width: 1400px;
}
.list.lunbo {
	height: 470px !important;
}
.lunbo .picList,.lunbo .picList li{
	height:100%;
}

.lunbo li img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.lunbo .picScroll-left,.lunbo .picScroll-left .bd,.tempWrap{
	height: 100%;
}


.fCl-nav{
	width: 100%;
	text-align: center;
	display: flex;
	margin-top: -60px;
	z-index: 22;
	    color: #fff;
	    position: relative;
}
.fCl-nav li li{
	display: inline-block;
	margin: 0 13px;
	cursor: pointer;
	width: 17px;
	height: 17px;
	border-radius: 50px;
	font-size: 0px;
	background-color: rgba(255,255,255,0.5);

}
.fCl-nav li li.on{
	color: #595959;
	background-color: #FFFFFF;
}
.fCl-nav .one{
	float: inherit;
	width: 100%;
	text-align: center;
}
.lunbo .bd .button{
	    width: 100%;
	    height: 78px;
	    min-width: 1200px;
		margin-top: -300px;
}
.lunbo .bd .button .prev{
	width: 78px;
	height: 78px;
	display: inline-block;
	float: left;
	opacity: 0.7;
	filter: alpha(opacity=70);
	background: #000 url(../img/back.png) no-repeat;
	text-indent: -999em;
	/* position: absolute; */
	top: 35%;
	background-position: 25px 23px;
}
.lunbo .bd .button .next{
	width: 78px;
	height: 78px;
	display: inline-block;
	opacity: 0.7;
	filter: alpha(opacity=70);
	background: #000 url(../img/next.png) no-repeat;
	text-indent: -999em;
	/* position: absolute; */
	top: 35%;
	background-position: 33px 23px;
	right: 0;
	float: right;
}
.body-center {
	width:1400px;
	margin: 0 auto;
}
.content{
	width: 1400px;
	margin:40px auto 0;
}

.cpbox {
	width:1200px;
	height:296px;
	background: #ffffff;
	box-shadow: 0 0 15px #EDEDED;
	margin:0 auto;
}
.cpbox .cp-info {
	padding:36px 37px;
	display: inline-block;
	width:calc(50% - 74px);
	float:left;
}
.cpbox .cp-info .cp-info-title {
	height: 20px;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #414141;
	line-height: 48px;
	padding:10px 0 30px;
}
.cpbox .cp-info .cp-info-title span {
	height: 12px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #414141;
	line-height: 48px;
	opacity: 0.5;
}
.cpbox .cp-info .cp-info-item {
	width:100%;
	height:164px;
}
.cpbox .cp-info .cp-info-item img {
	display: block;
	float: left;
	width:148px;
	height:100%;
	margin-right:29px;
}
.cpbox .cp-info .cp-info-item div {
	float: right;
	width:341px;
	line-height: 1.8;
	text-align: left;
	height:100%;
	white-space: normal;
	word-wrap: break-word;
	word-break: normal;
	overflow: hidden;
	text-overflow: ellipsis;
}
.cpbox .cp-info .cp-info-item div a p, .cpbox .cp-info .cp-info-item div p {
	width: 100%;
	height: 22px;
	color: #414141;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	white-space: nowrap;
}
.cpbox .cp-info .cp-info-item div span {
	padding: 8px 0;
	line-height: 2.0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.cpbox-1 {
	/*margin-top:80px;*/
	width:100%;
	min-width:1400px;
	height:709px;
	background: url('../img/bg-1.png') no-repeat center center;
}

.cpbox-1 .cp-info {
	width:70.52%;
	margin:55px auto 141px;
}
.cpbox-1 .cp-info ul {
	width:100%;
}
.cpbox-1 .cp-info ul li {
	display: inline-block;
	width:17.28%;
/*	height:350px;*/
	text-align: center;
	margin-right:2.73%;
	background: #FFFFFF;
	box-shadow: 0px 2px 18px 0px rgba(161,161,161,0.3500);
	border-radius: 10px;
	padding: 21px 0 37px;
}
.cpbox-1 .cp-info ul li:last-child {
	margin-right:0px;
}
.cpbox-1 .cp-info ul li p {
	width: 80%;
	margin:0 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	white-space: nowrap;
}
.cpbox-1 .cp-info ul li img {
	margin: 0px 0 19px;
	width:72px;
	height:72px;
	border-radius: 50%;
}
.cpbox-1 .cp-info ul li div {
	margin:35px 18px 31px;
	text-align: left;
	font-size: 16px;
	height:83px;
	width: calc(100% - 36px);
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #414141;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.cpbox-1 .cp-info ul li a {
	display: block;
	width: 125px;
	height: 32px;
	background: #333333;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 30px;
	margin:0 auto;
}
.mktitle{
	height: 40px;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #414141;
	line-height: 48px;
	letter-spacing: 0px;
	text-align: center;
}
.mktitle::after{
	content: '';
	display: block;
	width: 96px;
	height: 4px;
	background-color: #40C481;
	border-radius: 2px;
	margin:0 auto;
	
}
.jianjie{
	/* height: 483px; */
	background-color: #f7f7f7;
	margin-top: 59px;
	padding:36px 56px;
	float: left;
}
.jianjie .gslogo{
	width: 158px;
		height: 51px;
}
.jianjie .gslogo img{
	width: 100%;
	height: 100%;
}
.jianjie  .gsln{
	font-size: 20px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #4e4e4e;
	margin-top: 28px;
	float: left;
	width: 100%;
}
.jianjie  .gsln img{
	float: right;
	margin-top: -266px;
}
.jianjie .gsjj{
	font-size: 14px;
		font-weight: normal;
		font-stretch: normal;
		line-height: 30px;
		letter-spacing: 0px;
		color: #353535;
		opacity: 0.7;
		clear: both;
		margin-top: 45px;
		float: left;
}
.mktitles{
	font-size: 24px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #1d4d8f;
	text-align: center;
	height: 54px;
	line-height: 51px;
	    float: left;
	    width: 100%;
		margin-top: 30px;
}
.mktitles::after{
	content: '';
	display: block;
	width: 34px;
	height: 5px;
	background-color: #ea5c15;
	border-radius: 2px;
	margin: auto;
}
.cpzs{
	margin: 50px 90px 39px;
	float: left;
}
.cpzs .cppic{
	width: 293px;
	height: 293px;
	float: left;
	margin-top: 11px;
}
.cpzs .cppic img{
	width: 100%;
	height: 100%;
}
.cpzs .cpxx{
	float: left;
	margin-left: 73px;
	width: 840px;
}
.cpzs .cpxx .cpname{
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #353535;
}
.cpzs .cpxx .cpjs{
	font-size: 14px;
	line-height: 30px;
	letter-spacing: 0px;
	color: #353535;
	opacity: 0.7;
	margin: 36px 0 17px;
}
.cpzs .ztbds .button{
	width: 100px;
	display: block;
	margin-bottom: 25px;
	height: 35px;
}
.cpzs .ztbds .prev{
	width: 35px;
	height: 35px;
	display: inline-block;
	float: left;
	background: url(../img/left.png) no-repeat;
	    background-size: 100% 100%;
	position: relative;
}
.cpzs .ztbds .next{
	width: 35px;
	height: 35px;
	display: inline-block;
	background: url(../img/right.png) no-repeat;
	    background-size: 100% 100%;
	position: relative;
	float: right;
}
.cpzs .ztbds,.morepic{
	width: 100%;
}
.cpzs .ztbds ul li{
	width: 172px;
	height: 104px;
	float: left;
}
.cpzs .ztbds ul li img{
	width: 144px;
		height: 104px;
}
.index-newslist{
	width: 90%;
	margin:0px auto 95px;
	clear: both;
}
.newslist-item {
	display: inline-block;
	width: 390px;
	height: 314px;
	background: #FFFFFF;
	box-shadow: 0px 2px 18px 0px rgba(161,161,161,0.3500);
	border-radius: 10px;
	margin:0 27px 42px 0;
}
.newslist-item:nth-child(3n) {
	margin:0 0 42px 0;
}
.newslist-item img {
 	width:390px;
	height: 264px;
}
.newslist-item p {
	margin-top:-45px;
	height: 16px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 48px;
	padding:0 0 13px 14px;
}
.newslist-item div {
	padding:11px 13px;
	height: 41px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #414141;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.newslist .allpic{
	width: 402px;
	height: 299px;
	float: left;
}
.newslist .allpic img{
	width: 100%;
	height: 100%;
}
.newslist .list{
	float: left;
	margin-left: 25px;
	width: 695px;
	margin-top: -14px;
}
.newslist .newone{
	border-bottom: 1px solid rgba(122,122,122,0.1);
}
.newslist .newone .title{
	font-size: 14px;
		font-weight: bold;
		font-stretch: normal;
		letter-spacing: 0px;
		color: #353535;
		opacity: 0.9;
		margin-top: 20px;
		display: inline-block;
}
.newslist .newone .time{
	font-size: 14px;
		font-weight: normal;
		font-stretch: normal;
		letter-spacing: 0px;
		color: #353535;
		opacity: 0.5;
		float: right;
		margin-top: 20px;
		display: inline-block;
}
.newslist .newone .newcontent{
	font-size: 14px;
		font-weight: normal;
		font-stretch: normal;
		line-height: 20px;
		letter-spacing: 0px;
		color: #353535;
		opacity: 0.7;
		height: 40px;
		overflow: hidden;
		  text-overflow: ellipsis;
		  display: -webkit-box;
		  -webkit-line-clamp: 2;
		  -webkit-box-orient: vertical;
		  margin: 14px 0 11px;
}
.newslist .more{
	width: 108px;
		height: 42px;
		background-color: #354976;
		border-radius: 5px;
		text-align: center;
		clear:both ;
		margin:41px 510px;
		float: left;
}
.newslist .more a{
	font-size: 14px;
		font-weight: normal;
		font-stretch: normal;
		letter-spacing: 0px;
		color: #ffffff;
		text-align: center;
		line-height: 42px;
		display: block;
}

