@charset "UTF-8";
*{margin: 0px;padding: 0px;}
body{max-width:640px;background:#ffffff;background-image:url();background-repeat:repeat-x;background-position:0px 0px;margin:0px auto;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:96%;
	padding:3% 2%;
	height: auto;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.head img{
	width: 100%;
}
.head .name{
	width: 60%;
}
.head .tel{
	width: 30%;
}
.swiper-container img{
	width: 100%;
}
.swiper-pagination-bullet{
	opacity: 1 !important;
	margin: 10px 4px !important;
	background: #fff !important;
}
.swiper-pagination-bullet-active{
	background: #0068B7 !important;
	opacity: 1 !important;
}
.swiper-pagination{
	background: rgba(0,0,0,0.5);
	bottom: 0!important;
}

.nav{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.nav ul li{
	float: left;
	width:25%;
	text-align: center;
	line-height:45px;
	height: 45px;
	background:#0068B7;
	position: relative;
	border-bottom:1px solid #fff;
}
.nav ul li a{
	color:#fff;
	display: block;
	font-size:16px;
}
.nav ul li:after{
    content:"";
    position:absolute;
    right:0px;
    top:0px;
    height:100%;
    width:1px;
    background:#fff;
}
.nav ul li:nth-child(4n):after{
	width: 0;
	height: 0;
}
.nav ul li:nth-child(n+5){
	border: none;
}
.works{
	width: 98%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.title {
	width: 100%;
	height: 45px;
	background: #eee;
	box-shadow: 5px 0 0 0 #0068B7 inset;
}
.title p{
	color:#010101;
	font-size: 18px;
	margin-left: 10px;
	line-height: 45px;
	float: left;
}
.title a{
	float: right;
	font-size: 12px;
	color:#0068B7;
	margin-right: 5px;
	line-height: 45px;
}
.works ul{
	height: auto;
	overflow: hidden;
	width: 100%;
	margin-top: 5px;
}
.works ul li{
	float: left;
	width: 49%;
	height: auto;
	overflow: hidden;
	margin-top: 3px;
}
.works ul li:nth-child(2n){
	float: right;
}
.works ul li img{
	display: block;
	width: 100%;
	height: 110px;
}
.works ul li p{
	width: 100%;
	line-height: 25px;
	text-align: center;
	color:#000000;
	font-size: 14px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.about{
	width: 98%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.about .intro{
	width: 96%;
	margin:0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 5px;
	text-align:justify;
	color:#1f1f1f;
	font-size: 15px;
	line-height: 28px;
}
 
.about ul {
	width: 320px;
	margin: 0 auto;
	margin-top: 20px;
}
.about ul li{
	width: 150px;
	height: 57px;
	float: left;
	background: url(../images/about01.png) no-repeat center;
	background-size: 100% auto;
	margin: 0 5px;
}
 
.about ul li a{
	color:#fff;
	display: block;
	text-align: center;
	line-height: 57px;
	font-size: 16px;
	letter-spacing: 2px;
}
.hz{
	width: 98%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 25px;

}
.hz .swiper-container{
	width: 96%;
	margin: 0 auto;
	position: relative;
	height: auto;
	padding-bottom: 30px;
	margin-top: 10px;
	overflow: hidden;
}
 
.hz .swiper-wrapper  p{
	text-align: center;
	color:#1f1f1f;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	width: 100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.hz .swiper-pagination{
	background: none;
}
.hz .swiper-pagination-bullet{
	border: 1px solid #ccc;
}
.hz .swiper-pagination-bullet-active{
	border: 1px solid #0068B7;
}

.news{
	width: 98%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.news ul li{
	width: 100%;
	height: 40px;
	overflow: hidden;
	border-bottom: 1px solid #cccccc;
	position: relative;
	line-height: 40px;
}
.news ul li:after{
	content: "";
	width: 9px;
	height:15px;
	overflow: hidden;
	left:3px;
	top:50%;
	margin-top: -8px;
	position: absolute;
	background-size: 100%;
	background: url(../images/icon01.png)no-repeat center;
	background-size: auto 10px;
}
.news ul li a{
	color:#1f1f1f;
	display: block;
	float: left;
	width: 60%;
	font-size: 16px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	margin-left: 17px;
}
.news ul li span{
	display: block;
	float: right;
	color:#999999;
	font-size: 12px;
	margin-right: 3px;
}
.footer{
	width: 100%;
	height: auto;
	overflow: hidden;
	background:#EDEDED url(../images/bg.png)repeat-x;
	margin-top: 20px;
	padding-bottom:100px;
}
.footer .info {
	width: 96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}
.footer .info p{
	text-align: center;
	color:#666666;
	font-size: 14px;
}
.footer .info span{
	display: block;
	text-align: center;
	color:#666666;
	font-size: 12px;
	line-height: 18px;
	margin-top: 5px;
}
.fn{
	width: 100%;
	height: auto;
	left: 0;
	overflow: hidden;
	position: fixed;
	z-index: 10000;
	bottom: 0;
}
.fn ul li{
	float: left;
	width: 24.5%;
	height: auto;
	overflow: hidden;
	background: #0068B7;
	margin-left: .6666%;
}
.fn ul li:first-child{
	margin-left: 0;
}
.fn ul li img{
	display: block;
	height: 32px;
	margin: 0 auto;
	margin-top: 8px;
}
.fn ul li p {
	text-align: center;
	color:#fff;
	font-size: 14px;
	margin-bottom: 5px;
	margin-top: 2px;
}
.gotop{
	position: fixed;
	right: 5px;
	bottom: 100px;
	width: 9%;
	display: none;
	z-index: 100000;
}
.gotop img{
	display: block;
	width: 100%;
}
.product .list{
	width: 96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.product .list ul li{
	width:32.5%;
	height: 30px;
	line-height: 30px;
	background: #eeeeee;
	float: left; 
	margin-bottom: 5px;
	position: relative;
	margin-left: 1%;
 
}
.product .list ul li:nth-child(3n-2){
	margin: 0;
}
.product .list ul li:after{
	content: ">>";
	position: absolute;
	left:0;
	top: 0;
	color:#000000;
	position: absolute;
	left: 5px;
}
.product .list ul li a{
	color:#333333;
	white-space: nowrap;
    text-overflow: ellipsis;
    margin-left: 30px;
    font-size: 14px;
    overflow: hidden;
    display: block;
}

 
.product .pic{
	width: 96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.product .pic ul li{
	float: left;
	width: 49%;
	height: auto;
	margin-bottom:5px;
	overflow: hidden;
 
}
.product .pic ul li:nth-child(2n){
	float: right;
}
.product .pic ul li img{
	display: block;
	 
	box-sizing: border-box;
	width: 100%;
}
.product .pic ul li p{
	text-align: center;
	line-height:25px;
	font-size: 12px;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
 
    left: 0;
    bottom: 0;
    width: 100%;
	color:#000000;
}
 
.fy{
	width: 96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	line-height: 24px;
	color:#333;
}
.fy p{
	width: 49%;
	height: auto;
	overflow: hidden;
	border: 1px solid #d2d2d2;
	box-sizing: border-box;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	float: left;
	margin-bottom: 5px;
	line-height: 30px;
	padding: 0 2%;
	text-align: center;
}
.fy p:nth-child(2n){
	float: right;
}

.fy a{
	color:#333;
}
 
.fy p:last-child{
	width: 100%;
}


.page{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 30px;
	margin-top: 15px;
}
.page ul{
	display: table;
	margin: 0 auto;
}
.page ul li{
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	float: left;
	background: #eee;
	margin: 0 3px;
}
.page ul .thisclass{
	background: #ccc;
	color:#fff;
}
.page ul li a{
	color:#333;
}
.page  select{
	border: none;
	background: none;
	outline: none;
}
.in-title{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.in-title p{
	color:#333333;
	font-size:20px;
	font-weight: bold;
	display: table;
	margin: 0 auto;
	padding: 0 100px;
	text-align: center;
	position: relative;
}
.in-title p:after{
	content: "";
	width: 80px;
	height: 1px;
	position: absolute;
	top: 50%;
	background: #ccc;
	right: 0;
}
.in-title p:before{
	content: "";
	width: 80px;
	height: 1px;
	position: absolute;
	top: 50%;
	background: #ccc;
	left: 0;
}
.mssg{
	width: 100%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top:20px;
}
.mssg form{
 	width: 320px;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}
.mssg form li{
	min-height: 30px;
	overflow: hidden;
	display: flex;
	margin-top: 10px;
	line-height: 30px;
	 
}
.mssg form li p{
	color:#333333;
	font-size: 14px;
	width: 80px;
	float: left;
	line-height: 35px;
 
 
}
.mssg form li input{
 	display: block;  
 	float: left;
 	border: none;
 	width: 250px;
 	height:35px;
 	text-indent: 5px;
 	border-radius: 5px;
 	box-sizing: border-box;
 	outline: none;
 	border: 1px solid #c9c9c9;
 	font-family: "";
}
.mssg form li textarea{
	width: 250px;
	height: 80px;
	padding-top: 5px;
	text-indent: 5px;
	border: 1px solid #c9c9c9;
	resize: none;
	outline: none;
	font-family: "";
	border-radius: 5px;
}
.mssg form  .btn{
	width: 100%;
	height:45px;
	margin-top: 15px;
	border: none;
	background:#0068B7;
	color:#fff;
	font-size: 14px;
	border-radius: 3px;
	font-family: "";
}

.article-details{
	width:96%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 30px;
}
.article-details .tit{
	width:96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}

.article-details .tit h4{
	font-size: 16px;
	text-align: center;
	font-weight: normal;
	color:#333;
	height: auto;
	overflow: hidden;
	padding-bottom: 5px;
 
}

.article-details .tit  span{
	display: block;
	text-align: center;
	width: 100%;
	background: #eeeeee;
	color:#8a8a8a;
	font-size: 12px;
	padding: 7px 0;
	margin-top: 5px;
	color:#333;
	border-top: 1px solid #cfcfcf;
}

.article-details  .intro img{
	max-width: 100%;
	margin: 0 auto;
}

.article-details .intro{
	width: 96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	font-size: 15px;
	line-height: 28px;
	margin-top: 10px;
	text-align:justify;
}
 
.map{
	width:96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}

.map .allmap{
	width: 100%;
	height: 300px;
}

.pro-list{
	background: none;
	margin-top: 20px;
	padding-bottom: 0;
}
 

.crumbs{
	width:96%;
	padding: 3% 2%;
	height: auto;
	overflow: hidden;
	background: #eee;
	margin-top: 10px;
 
}

.crumbs p{
	color:#333;
	font-size: 12px;
	float: left;
}
.crumbs a{
	color:#333;
	font-size: 12px;
	position: relative;
	padding-right: 15px;
}
.crumbs a:after{
	position: absolute;
	right: 0;
	content: ">";
	top: 0;
}
.crumbs a:last-child:after{
	width: 0;
	overflow: hidden;;
	height: 0;
}
