
.swiper-container-0{
	width: 100%;
	min-width: 1200px;
	height: 330px;
}
.swiper-container-0 img{
	width: 100%;
	height: 100%;
}
.swiper-container-0 .swiper-slide{
	width: 1200px!important;
	position: relative;
}
.swiper-container-0 .mask{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	opacity: 1;
	background: rgba(0, 0, 0, .5);
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	transition: all .4s ease;
}
.swiper-container-0 .swiper-slide-active .mask{
	opacity: 0;
}
.swiper-container-0 .swiper-button-prev{
	left: 30px;
	width: 17px;
	height: 36px;
	background-size: 17px 36px;
	background-image: url(../img/arr-left2.png);
}
.swiper-container-0 .swiper-button-next{
	right: 30px;
	width: 17px;
	height: 36px;
	background-size: 17px 36px;
	background-image: url(../img/arr-right2.png);
}
.swiper-container-0 .mask-1{
	width: 61px;
	height: 61px;
	position: absolute;
	left: -21px;
	top: -12.5px;
	border-radius: 100%;
	z-index: 9;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	transition: all .4s ease;
}
.swiper-container-0 .mask-1:hover{
	background: rgba(0, 0, 0, .2);
}
.box {
	width: 1200px;
	margin: 30px auto 0;
}
.box .left{
	width: 795px;
}
.box .top-nav{
	font-size: 24px;
	color: #000;
}
.box .content{
	margin-top: 30px;
	overflow: hidden;
}
.box .content .txt{
	font-size: 18px;
	color: #000;
}
.box .content .pic{
	padding: 30px 40px;
}
.box .content .pic img{
	width: 100%;
}
.box .right{
	width: 350px;
}
.box .right .item{
	display: block;
	width: 100%;
	height: 85px;
	font-size: 24px;
	color: #F18C26;
	text-align: center;
	line-height: 85px;
	background: #fff;
	box-shadow: 0 0 60px 10px rgba(13,37,62,0.1);
	border-radius: 4px;
	margin-bottom: 10px;
	text-decoration: none;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	transition: all .4s ease;
}
.box .right .item.on{
	color: #fff;
	background: #F38D26;
}
.box .right .item:hover{
	color: #fff;
	background: #F38D26;
}
.box .tabs-box{
	margin-top: 20px;
}
.box .tabs{
	position: relative;
	border-top: 2px solid #979797;
}
.box .tabs .tab{
	width: 33.33%;
	font-size: 24px;
	color: #555;
	padding: 10px 0;
}
.box .tabs .tab:hover{
	color: #F38D26;
}
.box .tabs .tab.on{
	color: #F38D26;
}
.box .tabs .ln{
	width: 33.33%;
	height: 4px;
	background: #F38D26;
	position: absolute;
	left: 0;
	top: -3px;
	border-radius: 4px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	transition: all .4s ease;
}
.box .tabs .ln.r1{
	left: 33.33%;
}
.box .tabs .ln.r2{
	left: 66.67%;
}
.box .list .item1{
	display: block;
	margin-bottom: 15px;
	font-size: 16px;
	color: #555;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.box .list .item1:hover{
	color: #F38D26;
}
.box .more-a{
	color: #F38D26;
	font-size: ;
}
.box .more-a img{
	width: 17px;
	height: 13px;
	margin-left: 5px;
}
.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;
}
