.page-top .top{
	border-bottom: 2px dashed #979797;
}
.box {
	width: 1200px;
	margin: 30px auto 0;
	position: relative;
}
.box .top-nav{
	font-size: 24px;
	color: #000;
}
.box .top-nav .more-a{
	font-size: 16px;
	color: #f38d26;
}
.box .top-nav img{
	width: 17px;
	height: 13px;
	margin-left: 5px;
}
.box .con{
	margin-top: 20px;
}
.box .list .item{
	margin-top: 30px;
}
.box .list .item .pic{
	width: 433px;
	height: 251px;
	margin-right: 30px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.box .list .item .info{
	height: 251px;
}
.box .list .item .title{
	font-size: 24px;
	color: #F38D26;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	line-height: 33px;
	min-height: 66px;
}
.box .list .item .txt{
	font-size: 18px;
	color: #9C9C9C;
	padding: 30px 0;
}
.box .list .item .txt1{
	font-size: 18px;
	color: #9C9C9C;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.pages-box{
	margin-top: 30px;
}
.pages-box input{
	width: 42px;
}
.box .item1{
	display: block;
	width: 382px;
	margin-right: 26px;
	margin-top: 30px;
	position: relative;
	background: #fff;
	box-shadow: 0 10px 22px 0 rgba(243,141,38,0.2);
}
.box .item1:nth-child(3n){
	margin-right: 0;
}
.box .item1 .pic{
	width: 100%;
	height: 329px;
	vertical-align: top;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: relative;
}
.box .item1 .pic .title{
	width: 100%;
	height: 55px;
	line-height: 55px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 0 15px;
	font-size: 18px;
	color: #fff;
	background: rgba(0,0,0,0.5);
	position: absolute;
	left: 0;
	bottom: 0;
}
.box .item1 .info{
	padding: 10px 15px;
}
.box .item1 .txt{
	font-size: 20px;
	color: #555;
	line-height: 1.6;
}
.box .cir{
	width: 180px;
	height: 180px;
	border-radius: 100%;
	font-size: 20px;
	color: #fff;
	background: #73BA38;
}
.box .cir.cir1{
	background: #F4F8FC;
	color: #0D253E;
}
.box .cir img{
	width: 36px;
	height: 44px;
	margin-top: 20px;
}
.box .dash{
	height: 4px;
	background: url(../img/dash.png) no-repeat 0 0 / 100% 100%;
	width: 90%;
	position: absolute;
	top: 50%;
	left: 5%;
	-webkit-transform: translate3d(0, -50%, 0);
	-moz-transform: translate3d(0, -50%, 0);
	-ms-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
	z-index: -1;
}
.box1{
	width: 100%;
	min-width: 1200px;
	height: 246px;
	background: url(../img/bg.png) no-repeat 0 0 / 100% 100%;
	position: relative;
}
.box1 .top-nav{
	padding: 30px 0;
}
.swiper-container-1{
	height: 60px;
}
.swiper-container-1 .swiper-slide{
	padding: 0 70px;
}
.swiper-container-1 .prev{
	width: 17px;
	height: 36px;
	background-size: 17px 36px;
	background-image: url(../img/arr-left1.png);
	margin-top: -18px;
}
.swiper-container-1 .next{
	width: 17px;
	height: 36px;
	background-size: 17px 36px;
	background-image: url(../img/arr-right1.png);
	margin-top: -18px;
}
.swiper-container-1 .item{
	margin-right: 30px;
}
.swiper-container-1 .item:last-child{
	margin-right: 0;
}
.swiper-container-1 .item img{
	width: 100%;
	height: 50px;
}
.box1 .links{
	margin: 30px 0;
	white-space: nowrap;
}
.box1 .lab1{
	font-size: 24px;
	color: #F38D26;
	margin-right: 50px;
}
.box1 .link{
	font-size: 18px;
	color: #000;
	margin-right: 50px;
}
.box1 .link:last-child{
	margin-right: 0;
}
.box1 .link:hover{
	color: #F38D26;
}
.footer{
	margin-top: 0;
}
