@charset "utf-8";

*{
	box-sizing: border-box;
}
body,div,p,ul{
	margin: 0;
	padding: 0;
}
body{
	font-family: Arial,"PingFang SC","Hiragino Sans GB",STHeiti,"Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;
	font-size: 14px;
}
img{
	border: 0;
	display: block;
	max-width: 100%;
	vertical-align: middle;
}
p{
	line-height: 2em;
}

.fl{
	float: left;
}
.fr{
	float: right;
}


.js-silder{
	position: relative;	
	min-width: 320px;
}
.silder-scroll{
	width: 100%;
	overflow: hidden;
}
.silder-main{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.silder-main-img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.silder-main-img img{
	width: 100%;
}
.js-silder-ctrl{
	width: 100%;
	text-align: center;
}
.silder-ctrl-prev,
.silder-ctrl-next{
	position: absolute;
	top: 0;
	width: 8%;
	height: 100%;
	vertical-align: middle;
	cursor: pointer;
	color: #fff;
	font-family: "宋体";
	font-size: 52px;
	font-weight: 600;
	text-shadow: #666 2px 2px 5px;
}
.silder-ctrl-prev{
	left: 0;
}
.silder-ctrl-next{
	right: 0;
}
.silder-ctrl-prev>span,
.silder-ctrl-next>span{
	position: absolute;
	top: 50%;
	margin-top: -40px;
}
.silder-ctrl-prev>span{

}
.silder-ctrl-next>span{

}
.silder-ctrl-con{
	display: inline-block;
	width: 4%;
	padding: 10px 0;
	margin: 0 10px;
	cursor: pointer;
}
.silder-ctrl-con>span{
	display: block;
	line-height: 0;
	text-indent: -9999px;
	overflow: hidden;
	padding: 5px 0;
	cursor: pointer;
	background-color: #e4e4e4;
}
.silder-ctrl-con.active>span{
	background-color: #7bbedf;
}

@media (max-width: 768px){
	.silder-ctrl-prev,
	.silder-ctrl-next{
		width: 10%;
		font-size: 26px;
		margin-top: -25px;
	}
	.silder-ctrl-con{
		width: 14px;
		height: 14px;
		padding: 0;
		margin: 0 5px;
	}
	.silder-ctrl-con>span{
		display: block;
		width: 100%;
		height: 100%;
		border-radius: 50%;
		padding: 0;
	}
}


.navigation{
	width: 1200px;
	margin: 0 auto;
	height: 80px;
}
.logo{
	float: left;
	margin-top: 15px;
}
.menu{
	float: right;
}
.menu ul{
	list-style-type: none;
	height: 80px;
}
.menu ul li{
	width: 120px;
	float: left;
	font-size: 16px;
	font-weight: 600;
	height: 80px;
	line-height: 80px;
	text-align: right;
}
.menu a{
	color: #c3c3c3;
	text-decoration: none;
}
.select a{
	color: #236ffb;
}


.aboutus{
	width: 1200px;
	margin: 0 auto;
	margin-top: 60px;
}
.pagecard{
	width: 100%;
	height: 55px;
}
.titles{
	height: 55px;
}
.titles h2{
	color: #303030;
	margin: 0px;
	font-size: 24px;
}
.titles p{
	color: #aaaaaa;
	font-size: 14px;
}
.cards{
	height: 55px;
	float: right;
	color: #aaaaaa;
}
.cards ul{
	list-style-type: none;
	height: 55px;
}
.cards ul li{
	margin: 10px 0px;
	padding: 0px 10px;
	height: 35px;
	font-size: 14px;
	line-height: 35px;
	float: right;
}
.card{
	background-color: #236ff8;
	color: #ffffff;
}
.cardcon{
	width: 100%;
	height: 200px;
	margin-top: 50px;
}
.carddes{
	width: 50%;
	float: left;
}
.carddes h3{
	color: #303030;
	margin-top: 0px;
	margin-bottom: 30px;
}
.carddes p{
	color: #aaaaaa;
}
.cardimg{
	width: 50%;
	float: right;
}
.cardimg img{
	width: 380px;
	height: 200px;
	float: right;
}


.news{
	width: 100%;
	margin-top: 100px;
	padding-top: 90px;
	padding-bottom: 90px;
	background-color: #f8f8f8;
}
.newscon{
	width: 1200px;
	margin: 0 auto;
}
.mbnews{
	width: 100%;
	height: 200px;
	margin-top: 50px;
}
.newsimg{
	width: 50%;
	float: left;
}
.newsimg img{
	width: 380px;
	height: 200px;
}
.newsdes{
	width: 50%;
	float: right;
}
.newsdes h3{
	color: #303030;
	margin-top: 0px;
	margin-bottom: 20px;
}
.newsdes p{
	padding-top: 10px;
	border-top: 1px solid #aaaaaa;
	color: #aaaaaa;
}


.product{
	width: 1200px;
	margin: 0 auto;
	margin-top: 90px;
	margin-bottom: 10px;
	overflow: hidden;
}
.prodes{
	margin-top: 150px;
	width: 40%;
	float: left;
}
.proimg{
	width: 40%;
	float: right;
}
.prodes h1{
	margin-top: 60px;
	margin-bottom: 60px;
	font-size: 40px;
}
.prodes h1 span{
	color: #1e6cfa;
}
.prodes p{
	color: #aaaaaa;
}

.banner{
	width: 100%;
	overflow: hidden;
}
.banner img{
	width: 100%;
	height: auto;
}

.footer{
	width: 1200px;
	margin: 0 auto;
	margin-top: 90px;
	overflow: hidden;
}
.contactus{
	width: 40%;
	float: left;
}
.address{
	width: 40%;
	float: left;
}
.qrcode{
	width: 20%;
	float: right;
}
.qrcode img{
	width: 140px;
	height: 140px;
	float: right;
}
.address h3{
	margin-top: 0px;
}
.address p{
	color: #aaaaaa;
}

.copyright{
	width: 100%;
	margin: 50px 0px;
	text-align: center;
	color: #aaaaaa;
}