body,div,ul,li,ol,input,h1,h2,h3,h4,h5,h6,dl,dt,dd,form,p,button{margin:0;padding:0;}
body{font-family:"Microsoft YaHei";color:#666;background:#fff; font-size:15px;}
img,button{border:0;display:block;display: inline;}
ol,ul,dl,li{list-style: none;}
input,button,select{outline:none;border:0;font-family:"Microsoft YaHei";}
a{
	color:#000;
}
a:link,a:visited{text-decoration: none;}
.clear {
    clear:both;
	display:block;
}
body{
    font-size: 16px;
    background: #efeff4;
}
.header{
    width:100%;
    height:60px;
    border-bottom:1px solid #ececec;
    background: url('../images/index/header.jpg') no-repeat;
    background-size: cover;
}
.header .slogan{
	margin: 0 auto;
	width: 1208px;
	color: #ff5e00;
	font-size: 16px;
	text-align: right;
	line-height: 60px;
	font-weight: normal;
}
.nav{
	width: 100%;
	height: 53px;
	background: #858585;
	position: relative;
}
.nav .logo{
	position: absolute;
	width: 30%;
	height: 53px;
	background: url('../images/index/logo.jpg') top right no-repeat;
	left: 0;
	top: 0;
}
.nav .wrapper{
	margin: 0 auto;
	width: 1208px;
}
.nav .wrapper ul{
	padding: 10px 0;
}
.nav .wrapper ul li {
	float: right;
	text-align: center;
	width: 145px;
	border: 1px;
	padding: 0 10px;
	border-right: 1px solid #999;
}
.nav .wrapper ul li .words{
	line-height: 33px;
	font-size: 17px;
	margin: 0 auto;
}
.nav .wrapper ul li .words a{
	color: #fff;
	display: inline-block;
	width: 105px;
	height: 33px;
}
.nav .wrapper ul li:hover .words a{
	background: #ff5e00;
	color: #fff;
}
.nav .wrapper ul li.active .words a{
	background: #ff5e00;
	color: #fff;
}
.product-wrapper{
	width: 1118px;
	height: 256px;
	margin: 10px auto;
	padding: 100px 45px 54px;
	background: #fff;
	position: relative;
}
.product-wrapper .product-title{
	position: absolute;
	top: 36px;
	left: 30px;
	background: url('../images/index/title_bg.png') top right no-repeat;
	font-size: 18px;
	color: #727277;
	width: 108px;
}
.product-wrapper .swiper-title{
	width: 180px;
	height: 42px;
	background: #727277;
	text-align: center;
	line-height: 42px;
	margin: 32px auto 0;
}
.product-wrapper .swiper-title a {
	color: #fff;
	font-size: 14px;
}
.middle-img{
	width: 100%;
	margin-bottom: 6px;
}
.middle-img img{
	width: 100%;
}
.product{
	width: 1208px;
	margin: 0 auto;
	margin-bottom: 24px;
}
.product ul{
	margin-top: 8px;
}
.product ul li{
	float: left;
	margin-right: 5px;
	position: relative;
}
.product ul li:last-child{
	margin-right: 0;
}
.product ul li .shadow{
	background: #0f1e27;
	opacity: 0.3;
	z-index: 1;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 98%;
}
.product ul li .product-name{
	color: #fff;
	z-index: 10;
	font-size: 24px;
	position: absolute;
	left: 22px;
	top: 20px;
}
.about{
	width: 100%;
	background: #464646;
	font-size: 12px;
	color: #ababab;
}
.about .about-wapper{
	width: 1208px;
	margin: 0 auto;
}
.about-wapper .about_left{
	border-right: 1px solid #ababab;
	float: left;
	height: 102px;
	margin: 42px 0 36px;
}
.about-wapper .about_left h5{
	font-size: 14px;
	font-weight: normal;
}
.about-wapper .about_left ul.info{
	margin: 8px 0;
}
.about-wapper .about_left ul.info li{
	float: left;
	width: 68px;
	height: 14px;
	line-height: 14px;
	text-align: center;
	border-left: 1px solid #ababab;
}
.about-wapper .about_left ul.info li a{
	font-size: 12px;
	color: #ababab;
}
.about-wapper .about_left ul.info li:first-child{
	border-left: none;
}
.about-wapper .about_left ul.partner{
	margin: 12px 0 20px;
}
.about-wapper .about_left ul.partner li{
	float: left;
	width: 120px;
	height: 26px;
	text-align: center;
}
.about-wapper .about_left ul.partner li:nth-child(2){
	padding-top: 5px;
}
.about-wapper .about_left ul.partner li:nth-child(3){
	padding-top: 8px;
}
.about-wapper .about_right{
	float: left;
	padding: 28px 0 35px 60px;

}
.about-wapper .about_right ul{
	float: left;
}
.about-wapper .about_right .code{
	width: 346px;
	height: 120px;
	padding-top: 20px;
}
.about-wapper .about_right ul li{
	height: 22px;
	line-height: 22px;
}
.footer{
	width: 100%;
	background: #373737;
	font-size: 12px;
	color: #ababab;
}
.footer .footer-icp{
	width: 1208px;
	margin: 0 auto;
	height: 50px;
	line-height: 50px;
}
@media screen and (max-width: 740px){
	.header{
		background: #fff;
	}
	.header .slogan{
		width: 100%
	}
	.nav .logo{
		width: 50%;
		background: url("../images/index/wap_logo.png") 0 0 no-repeat;
		left: 20px;
		top: -50px;
	}
	.nav .wrapper,.product,.about .about-wapper,.footer .footer-icp{
		width: 100%;
	}
	.nav .wrapper ul{

	}
	.nav .wrapper ul li{
		width: 19%;
	}
	.nav .wrapper ul li .words{
		font-size: 12px;
	}
	.nav .wrapper ul li .words a{
		width: 50px;
	}
	.swiper-slide img,.product img{
		width: 100%;
	}.product ul li:not(:first-child) img{
		height: 213px !important;
	}
	.product-wrapper{
		width: 100%;
		height:648px;
		box-sizing: border-box;
		padding: 100px 20px 45px;
	}
	.product-wrapper .swiper-container .swiper-wrapper{
		
	}
	.product-wrapper .swiper-container .swiper-wrapper img{
		width: 80%;
	}
	.product-wrapper .swiper-title{
		width: 120px;
	}
	.product-wrapper .swiper-container .swiper-wrapper .swiper-slide{
		margin-bottom: 70px;
	}
	.swiper-container .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
		top: 242px;
	}
	.swiper-container .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
		top: 242px;
	}
	.swiper-container .swiper-button-next,.swiper-container .swiper-button-prev{
		background-size: 10px 44px;
	}
	.product ul{

	}
	.product ul li{
		width: 45%;
		margin-left: 3%;
	}
	.product ul li:first-child{
		width: 100%;
		margin: 0;
	}
	.about-wapper .about_right{
		padding: 0;
	}
	.about-wapper .about_left{
		border:none;
		margin-left: 20px;
	}
	.about-wapper .about_left ul.partner li{
		width: 110px;
	}
	.about-wapper .about_right ul{
		margin-left: 20px;
	}
	.about-wapper .about_right ul li{
		height: auto;
	}
	.footer .footer-icp p{
		text-align: center;
	}
	.code .swiper-slide img{
		width: 90%;
	}
	.about-wapper .about_right .code{
		height: auto;
	}
	.image-align-center img{
		width: 100%;
		display: block;
	}
}


	