*{margin: 0px;padding: 0px;}
body{background:#ffffff;background-image:url();background-repeat:repeat-x;background-position:0px 0px;margin:0px;padding:0px;text-decoration:none;font-size: 12px;font-variant:normal;font-family: "微软雅黑";}/*为部分带全站背景图准备可以将背景图或背景色部分删除掉*/
a:link,a:visited,a:hover,a:active{text-decoration:none;}
a{text-decoration: none;}
li{list-style-type:none;}
img{border:0px;display: block;}
ul,ol{list-style-type: none;list-style-image: none;}
/*清除浮动*/
.clear{clear:both;}

.head{
	width: 100%;
	height: auto;
	overflow: hidden;
	height:auto;
	display: flex;
	align-items: center;
	padding:3% 0;
	justify-content: center;
}
.head .name{
	width: 80%;

}
.head .name img{
	display: block;
	width: 100%;
}
.nav{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.nav ul li{
	float: left;
	width: 25%;
	height: 40px;
	border-bottom: 1px solid #fff;
	line-height: 40px;
	text-align: center;
	background: #479bf5;
}
.nav  ul li a{
	color:#fff;
	font-size: 18px;
	display:block;
}
.swiper-container img{
	width: 100%;
}
.swiper-pagination-bullet{
	opacity: 1 !important;
	background: #fff !important;
}
.swiper-pagination-bullet-active{
	background: #479bf5 !important;
	opacity: 1 !important;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	bottom: 0  !important;
	background: rgba(0,0,0,0.5) !important;
}
.product{
	width: 96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.title{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: url(../images/tit01.png)no-repeat center 23px;
}
.title p{
	color:#479bf5;
	font-size: 22px;
	text-align: center;
	font-weight: bold;
}
.title span{
	display: block;
	color:#666666;
	margin-top: 2%;
	font-size: 16px;
	font-family: "Aparajita Regular";
	text-align: center;
}
.product .list{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.product .list ul{
	margin-left: -1.5%;
}
.product .list ul li{
	width: 31.7%;
	height: auto;
	overflow: hidden;
	background: #479bf5;
	margin-top: 5px;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color:#fff;
	line-height: 30px;
	margin-left: 1.5%;
	text-align: center;
	float: left;
}
.product .list ul li a{
	
	color: #fff;
    font-size: 15px;
    display: block;
    padding: 0 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.product .pic{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top:10px;
}
.product  .pic ul li{
	width: 48%;
	height: auto;
	overflow: hidden;
	float:left;
	margin-top: 10px;
	border: 1px solid #eee;
}
.product  .pic ul li:nth-child(2n){
	float: right;
}
.product  .pic  ul li img{
	display: block;
	width: 100%;
	height: 111px;
}
.product  .pic  ul li p{
	width: 100%;
	text-align: center;
	color:#555;
	font-size: 15px;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 30px;
}
.product .more{
	width: 100px;
	height: 32px;
	background: #479bf5;
	line-height: 32px;
	color:#fff;
	font-size: 15px;
	text-align: center;
	display: block;
	margin:0 auto;
	margin-top: 20px;
	border-radius:5px;
}
.adv{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.adv img{
	display: block;
	width: 100%;
}
.about{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.about .title{
	width: 96%;
	margin: 0 auto;

}
.about .bg{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: url(../images/about.png)no-repeat center;
	background-size: auto 100%;
	margin-top: 15px;
}
.about .bg .info{
	width: 90%;
	margin: 0 auto;
	height: auto;
	padding:3%;
	overflow: hidden;
	background: rgba(0,0,0,0.5);
	margin:3%;
}
.about .bg .info p{
	color:#fff;
	font-size: 15px;
	line-height: 22px;
	text-indent: 2em;
	text-align:justify;
}
.about  .gg{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.about  .gg a{
	display: block;
}
.about  .gg img{
	display: block;
	width: 100%;
}
.cases{
	width: 96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.cases ul {
	height: auto;
	overflow: hidden;
}
.cases ul li{
	float: left;
	width: 46.5%;
	border: 1px solid #eeeeee;
	padding: 1%;
	padding-bottom: 0;
	margin-top: 10px;
}
.cases ul li img{
	width: 100%;
	height: 120px;
	display: block;
}
.cases ul li:nth-child(2n){
	float: right;
}
.cases ul li p{
	width: 100%;
	line-height: 32px;
	text-align: center;
	color:#555;
	font-size: 15px;
}
.cases .more{
	width: 100px;
	height: 32px;
	background: #479bf5;
	line-height: 32px;
	color:#fff;
	font-size: 14px;
	text-align: center;
	display: block;
	margin:0 auto;
	margin-top: 20px;
	border-radius:5px;
}
.news{
	width: 96%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 30px;
}
.news ul {
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.news ul li{
	width: 100%;
	height: auto;
	line-height: 42px;
	overflow: hidden;
	border-bottom: 1px dashed #666666;
	position: relative;
}
.news ul li:after{
	content: ">>";
	position: absolute;
	left: 0;
	top: 0;
	color:#000;
}
.news ul li a{
	display: block;
	float: left;
	color:#000;
	margin-left: 25px;
	width: 60%;
	 white-space: nowrap;
	 font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news ul li  span{
	display: block;
	float: right;
	color:#666666;
}
.footer{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #479bf5;
	margin-top:30px;
	padding-bottom: 19%;
}
.footer .gotop{
	width: 100%;
	background: #418ddd;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.footer .gotop img{
	display: block;
	height: 20px;
}
.footer .info{
	width: 96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.footer .info p{
	color:#fff;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
}
.footer .info  a{
	color:#fff;
}
.fn{
	position: fixed;
	bottom: 0;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.fn ul li{
	float: left;
	width: 25%;
	background: #418ddd;
	height: auto;
	overflow: hidden;
}
.fn ul li img{
	display: block;
	margin: 0 auto;
	height: 22px;
	margin-top: 10px;
}
.fn ul li p{
	width: 100%;
	color:#fff;
	font-size: 16px;
	margin-top: 5px;
	text-align: center;
	margin-bottom: 5px;
}


.fy{width: 96%;line-height: 30px; font-size: 16px; text-align: left; padding-left: 4%; padding-top: 10px; border-top: 5px solid #eee; color:#555;}
.fy a{color:#555;}
.xlr_pages{ margin:20px auto; text-align:center;}
.pagelist li{ color:#000; text-decoration:none; margin:5 8px; margin-right:5px; display:inline-block;}
.pagelist li a:link,.fy a:link{ color:#000; text-decoration:none;}
.pagelist li a:visited,.fy a:visited{ color:#000; text-decoration:none;}
.pagelist li a:hover,.fy a:hover{ color:#f00; text-decoration:none;}
.news > h4,.product h4,.cases > h4{ text-align:center; line-height:30px; font-size:20px;}
.product_cont,.news_content{ width:96%; margin:2%;}
.news_content p{font-size:15px; color:#555; line-height:30px; text-align:justify;}
.productimg img,.news_content img,.product_cont img{ max-width:100%; margin:0px auto;}
.p_c{ width:100%; display:block; background:#eee; color:#999; text-align:center; line-height:20px; padding:5px 0; margin-top: 10px;}


@media only screen and (max-device-width: 320px){
	 .product  .pic ul li img{
	 	height: 98px;
	 }
	 .cases ul li img{
	 	height: 107px;
	 }
}
@media only screen and (min-device-width: 375px){
	 .product  .pic ul li img{
	 	height: 116px;
	 }
	 .cases ul li img{
	 	height: 125px;
	 }
}	
@media only screen and (min-device-width:412px){
 	.product  .pic ul li img{
 		height: 127px;
 	}
 	.cases ul li img{
 		height: 138px;
 	}
}