.clear{
	clear:both;
}
.nav_top{
	width: 100%;
	background-color: #272727;
}
.y_nav{
	height: 100px;
	line-height: 100px;
	background-color: #272727;
	color: #fff;
}
.nav_logo{
	height: 100px;
	line-height: 100px;
}
.nav_logo img{
	margin-top: 25px;
}
.daohang{
	background-color: #272727;
	text-align: right;
	float: right;
}
.daohang li{
	list-style: none;
	color: #fff;
	width: 120px;
	float: left;
	height: 40px;
	margin-top: 30px;
	text-align: center;
	position: relative;
	line-height: 40px;
}
.daohang li a{
	color: #fff;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
}
.daohang .active{
	background-color:#f96868;
}

.footer{
	background-color: #252a2f;
}
.footer_border{
	border-bottom: 1px dotted #ccc;
	padding-bottom: 10px;
}
.footer_nav ul li{
	/*border-right: 1px solid #fff;*/
/*	box-sizing: border-box;*/
	width: auto;
	padding-left: 53px;
	padding-right: 53px;
	position: relative;
}
.footer_border li .shu{
	height: 20px;
	background-color: #fff;
	width: 1px;
	margin-top: 5px;
	position: absolute;
	right: 0px;
}
.footer_border li:nth-child(n+8){
	padding-right: 0px;
}
.footer_nav ul li:nth-child(1){
	padding-left: 0px;
}

.footer_div1{
	width: 500px;
}
.index_footer{
	width: 1200px;
}
.footer_div{
	margin-left: 0px;
}
.footer_div p{
	margin-left: 0px;
	margin-bottom: 10px;
}
.footer_div .heng{
	margin-top: 40px;
	height: 2px;
	background-color: #fff;
	width: 20px;
	margin-bottom: 20px;
}
.foot_p1{
	font-size: 18px;
}
.footer_div2{
	width: 450px;
}
.footer_div3{
	width: 250px;
}
.footer_div input{
	width: 150px;
	height: 30px;
	padding-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.footer_div textarea{
	width: 330px;
	padding-left: 10px;
	font-size: 14px;
	padding-top: 10px;
	height: 70px;
}
.intbtn {
    width: 160px;
    letter-spacing: 2px;
    margin-left: 0px;
    margin-top: 10px;
    height: 30px;
   	background-color: #f96868;
   	color: #fff;
   	border:0px;
}
.footer_div img{
	margin-top: 10px;
	margin-left: 0px;
}
.footer_miaoshu{
	margin-top: 20px;
	border-top:1px dotted #ccc;
	padding-top: 20px;
	color: #999999;
}
.footer_miaoshu a{
	color: #999;
}
.footer_youlian{
	margin-top: 20px;
	position: relative;
	font-size: 14px;
}
.footer_youlian span{
	position: relative;
	color: #999999;
}
.footer_youlian a{
	color: #999;
	font-size: 14px;
}
.footer_youlian c{
	width: 1px;
	background-color: #fff;
	display: inline-block;
	height: 17px;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 2px;
	position: relative;
	top:3px;
}
.beian{
	margin-top: 20px;
	width: 100%;
	text-align: center;
	color: #999;
}
.beian a{
	color: #999;
}
.footer_nav{
	width: 1200px;
}
.footer_nav ul{
	width: 100%;
}
.swiper-container .swiper-button-next,.swiper-container .swiper-button-prev{
	position: absolute;
	top:auto;
	width: 30px;
	height: 30px;
	left: 45%;
	margin-top: 20px;
	z-index: 10;
	cursor: pointer;
	background-size: 30px 30px;
	background-position: center;
	background-repeat: no-repeat;
}
.swiper-container .swiper-button-next{
	left: 65%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
	/*background-image:url(../new/bannerright.jpg);*/
}
.swiper-container .swiper-button-prev{
	left: 15%;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
	/*background-image:url(../new/bannerleft.jpg);*/
}
.nextbutton{
	background-color: #fff;
	width: 150px;
	height: 70px;
	position: absolute;
	left: calc(50% - 600px);
	bottom:0px;
	z-index: 9;
}
.swiper-pagination{
	display: none !important;
}