.main{
	padding: 50px 0 100px;
	
}
.main .left{
	width: 850px;
	float: left;
	color: #666;
	font-size: 18px;
}
.main .breadcrumbs{
	font-size: 16px;
	margin-bottom: 30px;
}

.main .left{
	float: left;
	width: 170px;
}
.main .left .pic{
	padding: 40px 0 20px;
}
.main .left dl{
	font-size: 18px;
	padding: 20px 0;
}
.main .left dt{
	color: #568dd4;
	font-weight: normal;
}

.main .cen{
	float: left;
	width: 590px;
	margin-left: 70px;
	font-size: 18px;
	color: #000;
}
.main .cen h2{
	margin-bottom: 30px;
}
.main .cen li{
	line-height: 1.8;
}
.main .cen .float{
	float: left;
	width: 290px;
}
.main .cen .line{
	padding-top: 30px;
}
.main .cen .red span{
	color: red;
}
.main .yyzl h3, .main .tpzl h3{
	padding-top: 30px;
	font-size: 18px;
	color: #000;
	font-weight: normal;
}
.main .yyzl .list-box{
	padding-top: 30px;
}
.main .yyzl .item{
	float: left;
	width: 175px;
	margin-left: 20px;
}
.main .yyzl .item .video{
	border-radius:5px;
	overflow:hidden;
}
.main .yyzl .item video{
	width: 100%;
}
.main .yyzl .item p{
	font-size: 12px;
	padding-top: 10px;
}

.main .tpzl{
	position: relative;
}
.main .tpzl .swrapper{
	padding: 30px 0 0 20px;
}
.main .tpzl .sslide{
    width: 182px;
	float: left;
	margin-right: 8px;
	text-align: center;
}
.main .tpzl .sslide img{
	display: block;
	width: 180px;
	height:132px;
	border-radius:5px;
	border: 1px solid #eee;
}
.main .tpzl .sslide p{
	font-size: 12px;
	overflow: hidden;
}
/* .main .tpzl .swiper-wrap{
	position: relative;
	padding-top: 30px;
}

.main .tpzl .swiper {
	width: 90%;
	height: 100%;
	overflow: hidden;
	margin: 0 auto;
}

.main .tpzl .swiper-slide {
	text-align: center;
	width: 131px;
}
.main .tpzl .swiper-slide img {
	display: block;
	width: 100%;
}
.main .tpzl .swiper-slide p{
	font-size: 12px;
}
.main .tpzl .swiper-button-prev{
	left: 0;
}
.main .tpzl .swiper-button-next{
	right: 0;
}
.main .tpzl .swiper-button-prev,
.main .tpzl .swiper-button-next{
	top: 62%;
	color: #fff;
	font-size: 18px;
	background: #ccc;
	width: 20px;
	height: 20px;
	border-radius: 50%;
}
.main .tpzl .swiper-button-prev::after,
.main .tpzl .swiper-button-next::after{
	font-size: 14px
} */

.main .right{
	width: 300px;
	float: right;
}
.main .right dl{
	margin-bottom: 30px;
}
.main .right dt{
	font-size: 18px;
	color: #434343;
	padding-bottom: 10px;
	font-weight: bold;
}
.main .right dd{
	line-height: 1.5;
}
.main .right dd a{
	color: #347fc7;
	text-decoration: underline;
	font-size: 16px
}
.main .right dd a:hover{
	color: red;
}