

.banners {
	width: 100%;
	height: 550px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	display: block;
}

.banners .bd {
	width: 100%;
	height: 550px;
	overflow: hidden;
	position: absolute;
}

.banners .bd li {
	width: 100%;
	height: 550px;
	position: relative;
	overflow: hidden;
	float: left;
}

.banners .bd li a {
	position: absolute;
	width: 100%;
	height: 550px;
	left: 50%;
	margin-left: -960px;
}

.banners .bd li img {
	display: block;
	width: 1920px;
	height: 550px;
}

.banners .prev:hover{
	background: url(../images/prev-on.png) no-repeat;
	background-size: 100% 100%;
}
.banners .prev {
	position: absolute;
	left:50px;
	z-index: 9;
	cursor: pointer;
	top: 50%;
	margin-top: -40px;
	display: block;
	width: 20px;
	height: 50px;
	background: url(../images/images/prev.png) no-repeat;
	background-size: 100% 100%;
}
.banners .next:hover{
	background: url(../images/next-on.png) no-repeat;
	background-size: 100% 100%;
}
.banners .next {
	position: absolute;
	right: 50px;
	z-index: 9;
	cursor: pointer;
	top: 50%;
	margin-top: -40px;
	display: block;
	width: 20px;
	height: 50px;
	background: url(../images/images/next.png) no-repeat;
	background-size: 100% 100%;
}

.banners .hd {
	position: absolute;
	width: 100%;
	bottom: 22px;
	text-align: center;
	z-index: 9;
}

.banners .hd ul {
	display: inline-block;
}

.banners .hd li {
	width: 40px;
	height: 6px;
	background: white;
	float: left;
	cursor: pointer;
	margin: 0 10px;
}

.banners .hd li.on {
	background: #ff0000;
}

.banners .hd li:hover {
	background: #ff0000;
}

.tils{position: relative;}
.tils:before{content: "";display: block;width: 100%; height: 12px;bottom: 0px; position: absolute;background: url(../images/quan.png)no-repeat;background-size: 100%;}
.tils h1{font-size: 30px;padding: 10px 20px;font-weight: 500;}
.tils h1 em{color: #cccccc;font-size: 24px;}
.tils h1 a{float: right;font-size: 14px;margin-top: 10px;}

#youdaoBanner{margin-top: 30px;margin-bottom: 30px;}
.remen .swiper-button-next {
    background: url(../images/u1479.png) right top no-repeat;
    position: absolute;
    top: 50%;
    right: 0px;
    z-index: 99;
    background-size: 100% 100%;
}
.remen .swiper-button-prev {
    background: url(../images/u14799.png) no-repeat;
    position: absolute;
    top: 50%;
    left: 0px;
    z-index: 99;
    background-size: 100% 100%;
}
 .remen .swiper-button-next, .remen .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 20px;
    height: 30px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.remen .swiper-slide {
    width: 260px!important;
    margin: 0 20px;
    height: auto!important;
    position: relative;
    text-align: center;
}
.remen .swiper-wrapper {
    height: auto!important;
    padding: 0px!important;
    overflow: hidden;
}
.remen .swiper-wrapper img {
    width: 100%;
    height: 200px;
}
.remen .swiper-slide h6{font-size: 18px;}
.guanyu{position: relative;overflow: hidden;margin-top: 30px;}
.guanyu .left{width: 50%;}
.guanyu .left img{width: 100%;height: 484px;display: block;}
.guanyu .right{width: 48%;position: relative;height: 484px;}
.guanyu .right h1{font-size: 40px;}
.guanyu .right span{font-size: 30px;color: red;margin-bottom: 20px;display: block;}
.guanyu .right p{text-indent: 2em;font-size: 20px;line-height: 40px;}
.guanyu .right a{position: absolute;bottom: 0px;font-size: 18px;border: 1px solid red;color: red;padding: 4px 10px;}

.index-feng {
	position: relative;
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 30px;
	
}

.index-feng ul {
	overflow: hidden;
	margin-right: -20px;
	margin-top: 20px;
}

.index-feng ul li {
	width: 31.6%;
	overflow: hidden;
	float: left;
	margin-right: 20px;
}

.index-feng ul li h1 {
	text-align: left;
	font-family: "微软雅黑";
	font-size: 20px;
	margin-bottom: 10px;
	position: relative;
	color: #e71f19;
	border-bottom: 1px solid #e71f19;
}

.index-feng ul li em {
	color: black;
	font-weight: 500;
}

.index-feng ul li h1 a {
	font-size: 14px;
	position: absolute;
	right: 20px;
	bottom: 0px;
	font-weight: 500;
}

.index-feng ul li i {
	color: #000000;
	font-size: 14px;
	font-weight: 500;
}

.index-feng ul li.list dl {
	padding: 10px;
	padding-bottom: 0px;
}
.index-feng ul li.list .img{width:100% ;overflow: hidden;}
.index-feng ul li.list dt img {
	width: 100%;
	display: block;
	transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -moz-transition: all 0.6s;
	
}
.index-feng ul li.list .img:hover img{
	transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
}

.index-feng ul li.list dt p {
	font-family: "微软雅黑";
	font-size: 18px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	color: black;
}

.index-feng ul li.list dd {
	background: #dca6c2;
	margin-bottom: 10px;
	position: relative;
	padding: 6px 10px;
	margin-top: 15px;
}

.index-feng ul li.list dd a {
	font-family: "微软雅黑";
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	width: 94%;
	
}
.index-feng ul li.list dd:hover a{color: white;}
.index-feng ul li.list dd a:before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	background-image: url(../images/greeen.png);
	background-repeat: no-repeat;
	vertical-align: baseline;
	margin-right: 10px;
}
.index-feng ul li.list dd i {
    display: block;
    width: 0%;
    height: 1px;
    background: white;
   
   margin-left: 20px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.index-feng ul li.list dd:hover i{
	width:86% ;
	
}

.index-feng ul li.list dd a:after {
	content: "";
	display: inline-block;
	width: 12px;
	height: 12px;
	background-image: url(../images/san.png);
	background-repeat: no-repeat;
	right: 10px;
	position: absolute;
	top: 11px;
}

.index-feng .list-two .imgs {
	float: left;
	width: 38%;
	overflow: hidden;
}

.index-feng .list-two .imgs img {
	width: 100%;
	display: block;
	transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -moz-transition: all 0.6s;
}
.index-feng .list-two dd:hover .imgs img{transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);}
.index-feng .list-two .info {
	float: right;
	width: 60%;
}

.index-feng .list-two dl {
	padding: 10px;
	padding-bottom: 0px;
}

.index-feng .list-two h6 {
	font-family: "微软雅黑";
	font-size: 16px;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.index-feng .list-two p {
	font-family: "微软雅黑";
	font-size: 14px;
	line-height: 20px;
	text-indent: 2em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.index-feng .list-two p a:hover{color:#444 ;}
.index-feng .list-two dd {
	overflow: hidden;
	position: relative;
	margin-bottom: 5px;
}

.index-feng .list-two dd:hover {
	-webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.47);
	-moz-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.47);
	-ms-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.47);
	box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.47);
}
.index-feng .list-two dd:hover h6 a{color: red;}
.index-feng .list-three {}

.index-feng .list-three .imgs {
	float: left;
	width: 38%;
	overflow: hidden;
}

.index-feng .list-three .imgs img {
	width: 100%;
	display: block;
	transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -moz-transition: all 0.6s;
}
.index-feng .list-three dd:hover .imgs img{
	transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
	
}
.index-feng .list-three .info {
	float: right;
	width: 60%;
}


/*.index-feng .list-three dl{padding: 10px;}*/
.index-feng .list-three h6 i{
	margin-top: 2px;
	 display: block;
    width: 0%;
    height: 1px;
    background: #444444;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.index-feng .list-three dd:hover h6 i{
	width: 96%;
}

.index-feng .list-three h6 {
	font-family: "微软雅黑";
	font-size: 16px;
	margin-bottom: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.index-feng .list-three p a:hover{color: #444;}
.index-feng .list-three p {
	font-family: "微软雅黑";
	font-size: 14px;
	line-height: 20px;
	text-indent: 2em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.index-feng .list-three dd {
	overflow: hidden;
	position: relative;
	margin: 0 10px;
	margin-top: 25px;
}

.index-feng .list-three dd:hover {
	-webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.47);
	-moz-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.47);
	-ms-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.47);
	box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.47);
}
.index-feng .list-three dd:hover h6 a{color: #444444;}
.index-feng .list-three dt {
	padding: 0 10px;
	line-height: 52px;
	height: 52px;
	font-family: "微软雅黑";
	font-size: 16px;
	border-bottom: 1px solid #e71f19;
	
}
.index-feng .list-three dt a{width: 62%;
float: left;
overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;}
    .index-feng .list-three dt a:hover{color: #444;}
.index-feng .list-three dt span{float: right;}
