*{margin: 0px;padding: 0px;}
body{max-width:640px;margin:0 auto;background:#ffffff;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;}
/*清除浮动*/

input[type=button], input[type=submit], input[type=file], button { cursor: pointer; -webkit-appearance: none; }

.head{
	width: 96%;
	padding:0 2%;
	height: 70px;
	overflow: hidden;
	display: flex;
	justify-content:space-between;
	align-items: center;
 
}
.head .name{
	width:70%;
 
}
.head img{
	display: block;
	width: 100%;
}
.head .btn{
	width: 30px;
}
.head .btn img{
	width: 100%;
	display: block;
}
.nav{
	width: 100%;
	height: 0;
	overflow: hidden;
	background: #3399CC;
	position: absolute;
	transition: .4s;
	transition-timing-function:ease;
	top: 70px;
	z-index: 100;
}
.nav ul{
	width: 100%;
	box-sizing: border-box;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}
.nav ul li{
	width: 100%;
	height: 45px;
	padding: 0 2%;
	box-sizing: border-box;
	border-bottom: 1px solid  #fff;
	line-height: 45px;
}
.nav ul li:last-child{
	border: none;
}
.nav ul li a{
	display: block;
	font-size: 16px;
	color:#fff;
}
.banner{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.banner .bd ul li img{
	display: block;
	width: 100%
}
.banner .hd {
	position: absolute;
	bottom: 0px;
	height: 30px;
	background: rgba(0,0,0,0.7);
	width: 100%;
}
.banner .hd  ul{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 30px;
}
.banner .hd  ul li{
	float: left;
	margin-left: 3px;
	margin-right: 3px;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	line-height: 40px;
	background: #fff;
	overflow: hidden;
}
.banner .hd  ul .on{
	background:#3399CC;
}
 
.title{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.title p{
	color:#000000;
	font-size:26px;
	text-align: center;
	background: url(../images/m/tit.png) no-repeat center;
	background-size:80% 10px;
	margin-top: 5px;
}
 
.product{
	margin: 0 auto;
	margin-top: 30px;
	width: 96%;
 	height: auto;
 	overflow: hidden;
}
.product .list{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;

}
.product .list ul li{
	float: left;
	width:49%;
	height: auto;
	overflow: hidden;
	background: #3399CC;
	margin-top:5px;
	text-align: center;
	line-height: 40px;
 
 
}
.product .list ul li:nth-child(2n){
	float: right;
}
 
 
.product .list ul li a{
	color:#fff;
	font-size: 14px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 2px;
    display: block;

}
.product .pic{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
}
.product .pic ul{
	height: auto;
	overflow: hidden;
}
 
.product .pic ul li{
	float: left;
	width: 49%;
 	position: relative;
 	height: auto;
 	overflow: hidden;
	margin-bottom: 10px;
	position: relative;
}
.product .pic ul li img{
	display: block;
	width:100%;
 	display: block;
	box-sizing: border-box;
 
 
 
}
.product .pic ul li p{
	text-align: center;
	line-height: 35px;
	font-size: 14px;
 	color:#fff;
	width: 100%;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 2%;
    box-sizing: border-box;
    background: rgba(0,0,0,.5);
    position: absolute;
	bottom: 0;
}
.product .pic ul li:nth-child(2n){
	float: right;
}
.more{
	width: 200px;
	border-radius: 5px;
	height:38px;
	background: #3399CC;
	text-align: center;
	line-height: 38px;
	margin: 0 auto;
	margin-top: 25px;
	color:#fff;
	font-size: 14px;
	display: block;
}

.notice{
	width: 96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.notice .tit{
	width: 100%;
	height: 30px;
	overflow: hidden;
	border-bottom: 1px solid #cccccc;
}
.notice .tit p{
	font-size: 18px;
	font-weight: bold;
	color:#000000;
	float: left;
}

.notice .tit  img{
	margin-right: 10px;
	float: left;
	margin-left: 10px;
	height: 18px;
	margin-top: 3px;
}
.notice .tit a{
	display: block;
	float: right;
	line-height: 30px;
	color:#666666;
	font-size: 12px;
}

.notice  .show{
	width: 100%;
	height:120px;
	overflow: hidden;
	margin-top: 5px;
}
.notice  .box{
	height: 400%;
}
.notice  .list {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.notice  .list ul li{
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	line-height: 30px;
	border-bottom: 1px dashed #cccccc;
}
.notice  .list ul li:after{
	content: "";
	width: 4px;
	height: 4px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
	background: #333333;
	border-radius: 50%;
}
.notice  .list ul li a{
	display: block;
	color:#333;
	font-size: 14px;
	margin-left: 10px;
	float: left;
}
.notice  .list ul li span{
	display: block;
	float: right;
}
.adv{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	padding-bottom: 20px;
	background: #e4e9ec;
}
.adv .title p{
	color:#333333;
}
.adv .title span{
	color:#999999;
}
.adv  .tab{
	width: 92%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.adv .tab .bd{
	width: 100%;
}
.adv  .tab .bd  ul li{
	float: left;
}
.adv  .tab .bd  ul li .pic{
	width: 100%;
}
.adv  .tab .bd  ul li .pic img{
	width: 100%;
	display: block;
}
.adv  .tab .bd  ul li .info{
	width: 100%;
	height: 200px;
	overflow: hidden;
	background: #fff;
}
.adv  .tab .bd  ul li .info img{
	width: 90%;
 	margin: 0 auto;
 	margin-top: 20px;
}
.adv  .tab .hd {
	margin-top:15px;
}
.adv  .tab .hd ul {
	display: table;
	margin: 0 auto;
}
.adv  .tab .hd ul li{
	float: left;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin: 0 3px;
	background:#999999;
}
.adv  .tab .hd ul .on{
	background: #333333;
}
 
.about{
	width: 100%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
 	background:url(../images/m/bg.png) no-repeat center;
 	background-size: auto 100%;
 	padding-bottom: 30px;
	margin-top: 35px;
}
.about .title{
	margin-top: 20px;
}
 
.about .pic{
	width:96%;
	margin: 0 auto;
	margin-top: 15px;
	height: auto;
	overflow: hidden;
}
.about .pic img{
	display: block;
	width: 100%;
}
.about .intro{
	width: 94%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 10px;
	color:#4c4c4c;
	font-size: 14px;
	text-indent: 2em;
	text-align:justify;
	line-height: 24px;
}

.about h4{
	color:#3399CC;
	font-size: 18px;
	text-align: center;
	margin-top: 20px;
}
 
.cases{
	width:96%;
	padding: 0 2%;
	margin: 0 auto;
	height: auto;
 
	margin-top:30px;
	position: relative;
}
.cases .bd{
	width: 90%;
	margin: 0 auto;
	height: auto;
	margin-top: 20px;
	overflow: hidden;
}
.cases .next ,.cases .prev{
	position: absolute;
	top: 100px;
	width: 26px;
	height: 26px;
	background: red;
}
.cases .hd{
	display: none;
}

.cases .next {
	left:1%;
	background: url(../images/m/next.png) no-repeat center;
	background-size: 100%;
}
.cases .next:hover{
	background: url(../images/m/next02.png) no-repeat center;
	background-size: 100%;
}
.cases .prev{
	right: 1%;
	background: url(../images/m/prev.png) no-repeat center;
	background-size: 100%;
}
.cases .prev:hover{
	background: url(../images/m/prev02.png) no-repeat center;
	background-size: 100%;
}
.cases .box{
	width: 85%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.cases .bd ul li{
	float: left;
	background: #eeeeee;
	width: 49%;
}
.cases .bd ul li img{
	display: block;
	width:94%;
	margin: 3%;
	margin-bottom: 0;
}
.cases .bd ul li:nth-child(2n){
	float: right;
}
.cases .bd ul li p{
	text-align: center;
	color:#333333;
	font-size: 14px;
	line-height: 30px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
 
.news{
	width: 96%;
	margin: 0 auto;
	height: auto;
	padding: 0 2%;
 	overflow: hidden;
 	margin-top: 30px;
 
}
.news-list{
	margin-top: 20px;
}
.news .tit{
	width: 100%;
	height: 30px;
	background: #f5f5f5;
	box-shadow: 4px  0 0 #1595ea inset;

}
.news .tit p{
	float: left;
	font-size: 14px;
	line-height: 30px;
	margin-left: 10px;
	font-weight: bold;
	color:#1595ea;
}
.news .tit span{
	display: block;
	font-size: 12px;
	margin-top:7px;
	margin-left: 5px;
	float: left;
	color: #1595ea;
}
.news .tit a{
	display: block;
	float: right;
	color:#1595ea;
	font-size: 12px;
	line-height: 30px;
}
.news ul{
	width: 100%;
	height: auto;
	margin-top: 5px;
	overflow: hidden;
}
.news ul li{
	width: 100%;
	height:35px;
 	background: #f2f2f2;
	margin-top: 10px;
	position: relative;
}

.news ul li:after{
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #0871bf;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -3px;
}
.news ul li a{
	display: block;
	font-size: 16px;
	color:#333;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	line-height: 35px;
	width: 60%;
	margin-left: 25px;
	float: left;
}
.news ul li span{
	display: block;
	float: right;
	color:#333333;
	margin-right: 3px;
	font-size: 12px;
	line-height: 35px;
 	
}
 
.mssg{
	width: 96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	margin-top: 10px;
}
.mssg .title {
	margin-top: 20px;
}
.mssg .title span{
	background: #exlrd;
}
.mssg .in-title{
	margin-top: 20px;
}
 
.mssg .bd{
	width: 100%;
	height: auto;
	overflow: hidden;
 
}
.mssg .bd form{
	width: 90%;
	margin: 0 auto;
	height: auto;
 	margin-top: 20px;
	overflow: hidden;
}
.mssg .bd form ul li {
	height: auto;
	overflow: hidden;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin-bottom: 10px;
	position: relative;
}
.mssg .bd form ul li:after{
	content: '*';
	position: absolute;
	right: 0;
	color:#d02418;
	top:;
}
.mssg .bd form ul li:nth-child(n+3):after{
	width: 0;
	overflow:hidden;
	height: 0;
}
.mssg .bd form ul li p{
	color:#333;
	line-height: 35px;
	font-size: 14px;
}
.mssg .bd form ul li input{
	width: 73%;
	height: 35px;
	font-family: '微软雅黑';
	border: none;
	outline: none;
	text-indent: 10px;
	font-size: 12px;
	border: 1px solid #ccc;
}
.mssg .bd form ul li textarea{
	width: 73%;
	height: 80px;
	border: none;
	outline: none;
	text-indent: 10px;
	font-size: 12px;
	font-family: '微软雅黑';
	border: 1px solid #ccc;
	resize: none;
	padding-top: 10px;
}
.mssg .bd form .btn{
	width:90%;
	margin: 0 auto;
	display: block;
	outline: none;
	border: none;
	color: #fff;
	margin-top: 20px;
	border-radius: 3px;
	height: 35px;
	background: #333333;
	margin-bottom: 30px;
}
.article-details .title{
	margin-top: 0;
}
.footer{
	width: 100%;
	height: auto;
	overflow: hidden;
 	margin-top: 20px;
	padding-bottom: 120px;
	background: #f5f5f5;
}
.footer .gotop{
	width: 100%;
	height: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	color:#fff;
	background: #333333;
}
.footer .gotop img{
	height:13px;
	margin-right: 5px;
}

.footer .name {
	width: 70%;
	margin: 0 auto;
	margin-top: 30px;
}
.footer .name img{
	display: block;
	width: 100%;
}
.footer .info{
	width: 96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
 
.footer .info h4{
	color:#3399CC;
	font-size: 22px;
	text-align: center;
}
.footer .info p{
	color:#333333
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	margin-top: 10px;
}

.footer  img{
	display: block;
	margin: 0 auto;
	margin-top: 3px;
	height: 14px;
}
.footer .ewm{
	width: 120px;
	margin: 0 auto;
	margin-top: 10px;
}
.footer .ewm img{
	display: block;
	width: 100%;
}

.footer a{
	color:#000;
}
 .fn{
	width: 100%;
	height:70px;
	position: fixed;
	bottom: 0;
	left:0;
}
.fn ul li{
	float: left;
	width: 20%;
	height: 70px;
	overflow: hidden;
	position: relative;
	background: #3399CC;
}
.fn ul li:nth-child(2){
	padding-right: 5%;
	width: 25%;
}
.fn ul li:nth-child(3){
	padding-left: 10%;
	width: 20%;
}
.fn ul li:after{
	content: "";
	width: 1px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: #fff;
}
.fn ul li:last-child:after{
	width: 0;
	height: 0;
	overflow: hidden;
}
.fn ul li img{
	display: block;
	margin: 0 auto;
	height:30px;
	margin-top: 10px;
}
.fn ul li p{
	color:#fff;
	font-size: 12px;
	text-align: center;
	line-height: 22px;
	margin-top: 5px;
}

.fn .phone{
	position: absolute;
	height: 80px;
	width: 80px;
	z-index: 100;
	background: url(../images/m/fn.png)no-repeat center;
	background-size: 100% auto;
	border-radius: 50%;
 	left: 50%;
 	margin-left: -40px;
 	display: flex;
 	justify-content: center;
 	align-items: center;
 	flex-direction:column;
 	top: -30px;
}
.fn .phone img{
	height: 30px;
	display: block;
}
.fn .phone p{
	color:#fff;
	font-size: 12px;
	width: 100%;
	text-align: center;
	margin-top: 5px;
}
.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:22px;
	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;
}


.article-details{
	width: 100%;
	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;
	margin-top: 10px;
	font-size: 15px;
	line-height: 20px;
	text-align:justify;
	line-height: 28px;
}
 
.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;
 
}

.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;
}
