.page-top .top{
	border-bottom: 2px dashed #979797;
}
.box{
	width: 1200px;
	margin: 30px auto 0;
	position: relative;
}
.box .left{
	width: 794px;
}
.box .bread{
	font-size: 18px;
	color: #979797;
}
.box .bread a{
	color: #979797;
}
.box .bread a:hover{
	color: #F38D26;
}
.box .bread span{
	color: #000;
}
.box .left .title{
	font-weight: 600;
	color: #000;
	font-size: 32px;
	margin-top: 30px;
}
.box .left .txt{
	font-size: 14px;
	color: #555;
	margin-top: 15px;
}
.box .left .content{
	margin-top: 10px;
	font-size: 24px;
	color: #000;
	line-height: 1.5;
}
.box .left .content img{
	max-width: 100%;
	width: 100%;
	margin: 10px 0;
}
.box .right{
	width: 350px;
}
.right .search-box{
	width: 100%;
	height: 55px;
	border: 1px solid #979797;
	border-radius: 5px;
	position: relative;
	margin-bottom: 50px;
}
.right .search-box .inp{
	width: 100%;
	height: 55px;
	padding: 10px 15px;
	font-size: 16px;
	color: #333;
	border: none;
	outline: none;
	background: none;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}
.right .search-box .search{
	padding: 0 15px;
	color: #c9c9c9;
	font-size: 16px;
	position: absolute;
	top: 0;
	left: 0;
	height: 55px;
	z-index: 1;
}
.right .search-box .search img{
	width: 22px;
	height: 25px;
	margin-right: 5px;
}
.right .box2{
	border-top: 2px solid #979797;
	position: relative;
	margin-bottom: 30px;
}
.right .title{
	font-size: 24px;
	color: #F38D26;
	padding: 15px 0;
}
.right .title .more-a{
	color: #979797;
	font-size: 14px;
	line-height: 1;
}
.right .title .more-a::after{
	content: '';
	display: inline-block;
	width: 7px;
	height: 7px;
	border-right: 1px solid #979797;
	border-top: 1px solid #979797;
	margin-left: 3px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.right .pic1{
	display: block;
	width: 100%;
	height: 206px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.right .item1{
	color: #555;
	font-size: 16px;
	line-height: 1.5;
	margin-top: 10px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.right .item1:hover{
	color: #F38D26;
}
.right .ln{
	width: 103px;
	height: 4px;
	position: absolute;
	top: -3px;
	left: 0;
	background: #F38D26;
}
.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;
}