.bg{
	width: 100%;
	background-color: #f5f5f3;
}
.con_box{
	width: 1340px;
	margin: 0 auto;
	/*height: 300px;*/
	padding: 40px;
	border-bottom:  1px solid #ddd;
	/*background-color: #FFFFFF;*/
	
}
.xie{
	/*width: 69%;*/
	margin-bottom: 0px!important;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
}
.xie span{
	font-size: 14px;
	color: #666;
	color: #f90b0b;
	line-height: 50px;
    padding-left: 20px;
}
.xie a{
	font-size: 14px;
	color: #666;
	color: #f90b0b;
}
.content a{
	color: #f90b0b;
}
.fenye a{
	color: #000;
}
.fenye a:hover{
	color: #f90b0b;
}
.con_left{
	width: 70%;
	float: left;
	/*padding-top: 30px;*/
	/*border-right: 1px solid #ddd;*/
}
.contop_one{
	padding: 30px;
	background-color: #fff;
}
.con_top h2{
	text-align: center;
}
.content  h2{
	text-align: left;
}
.con_right{
	width: 29.9%!important;
	float: right;
	height: 400px;
	/*border: none!important;*/
	margin-top: 0px!important;
	/*padding-top: 30px;*/
	background-color: #fff;
	box-sizing: border-box;
}
.con_right a{
	margin-left: 7px!important;
}
.con_right2{
	margin-top: 30px!important;
}
.con_right ul li{
	margin-top: 20px!important;
}
.con_right ul li a{
	line-height: 20px!important;
}
.con_right ul li a:hover{
	color: #f90b0b;
}
.li_one{
	position: relative;
	overflow: hidden;
}
.li_one img{
	transition: all 0.6s;
}
.li_one img:hover{
	transform: scale(1.2);
}

.li_one a p{
	position: absolute;
	bottom: 0;
	color: #fff;
	width: 100%;
	text-align: center;
	background-color: #222222;
	opacity: 0.5;
}
.content img{
    max-width: 100%;
}
.con_bot{
	margin-top: 30px;
	
}
.con_bot h3{
	line-height: 40px;
	padding-left: 20px;
	padding-right: 20px;
	border-bottom: 1px solid #ddd;
	font-size: 16px;
}
.con_bot ul{
	padding:0px 30px ;
	margin-top: 20px;
}
.con_bot ul li{
	width: 46%;
	float: left;
	list-style: url(../img/01.png);
	line-height: 40px;
	margin-right: 30px;
}
.con_bot ul li a{
	color: #666666;
	font-size: 14px;
}
.con_bot ul li a:hover{
	color: #f90b0b;
}
.tui{
    width: 100%;
    height: 80px;
    margin-bottom: 20px;
}
.tui img{
    width: 100%!important;
    height: 80px!important;
}
.swiper-container {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      background-position: center;
      background-size: cover;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: -2px!important;
    }
    .swiper-pagination-white .swiper-pagination-bullet-active{
        background: red!important;
    }