*{margin: 0px;padding: 0px;}
body{ margin:0 auto;background:#fff;max-width:750px;background-image:url();background-repeat:repeat-x;background-position:0px 0px;padding:0px;text-decoration:none;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;}
html{font-size:13.3333333333vw; }
input[type="button"],input[type="submit"], input[type="text"] {
    -webkit-appearance: none;
}
textarea {
    -webkit-appearance: none;
}
select {
     -webkit-appearance: none;
}

@media (min-width: 750px) {
    html {
      font-size: 100px;
    }
}

.top{
	width: 100%;
	height:auto;
	overflow: hidden;
	line-height: .7rem;
	background: #F1F1F1;
	font-size: .24rem;
	text-align: center;
	color:#666666;
}
.head{
	width: 7.1rem;
	padding:0 .2rem;
	height: 1.2rem;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content:center;
}
.head .name{
	width:6.2rem;
}
.head img{
	display: block;
	width: 100%;
}
.head  .tel{
	float: right;
	width: 2.21rem;
}
.nav{
	width: 100%;
	height: auto;
	overflow: hidden;
	background-size: 100%  auto;
}
.nav ul li{
	float: left;
	width:33.333%;
	text-align: center;
	line-height:.8rem;
	height: .8rem;
	
	background: #0e5dac;
	position: relative;
	border-bottom: 0.02rem solid #fff;
}
.nav ul li a{
	color:#fff;
	font-size:.3rem;
	display: block;
}
.nav ul li:after{
    content:"";
    position:absolute;
    right:0px;
    top:0px;
    height:100%;
    width:.02rem;
    background:#fff;
}
.nav ul li:nth-child(3n):after{
	width: 0;
	height: 0;
}
.nav ul li:nth-child(n+4){
	border: none;
}
.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: .6rem;
	display: none;
	background: rgba(0,0,0,0.5);
	width: 100%;
}
.banner .hd  ul{
	display: flex;
	align-items: center;
	justify-content: center;
	height: .6rem;
}
.banner .hd  ul li{
	float: left;
	margin:0 .1rem;
	height:.2rem;
	width:.2rem;
	border-radius: 50%;
	line-height:1rem;
	font-size: .2rem;
	background: #fff;
	overflow: hidden;
}
.banner .hd  ul .on{
	background: #0e5dac;
}

.title{
	height: auto;
	overflow: hidden;
	padding-bottom: .2rem;
	position: relative;
}
.title:after{
	content: "";
	width: .8rem;
	height: .06rem;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -.4rem;
	background: #0e5dac;
}
.title h4{
	color:#000000;
	font-size: .42rem;
	text-align: center;
}
.title span{
	text-align: center;
	display: block;
	color:#000000;
	font-size: .24rem;
	margin-top: .1rem;
}
.product{
	width: 100%;
	height: auto;
	overflow: hidden;
 	margin-top: 20px;
  
}

.product .list{
	width: 7.3rem;
	margin: 0 auto;
	margin-top: .3rem;
	height: auto;
	overflow: hidden;
 
}
.product .list ul li{
	float: left;
	width:2.35rem;
	text-align: center;
	height: .6rem;
	line-height: .6rem;
	overflow: hidden;
	background: #EEEEEE;
	margin-left: .12rem;
	margin-top: .1rem;
}
.product .list ul li:nth-child(3n-2){
	margin-left: 0;
}
 
 
.product .list ul li a{
	color:#333;
	font-size: .26rem;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;

}
.product .pic{
	width: 7.3rem;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: .3rem;
}
.product .pic ul{
	height: auto;
	overflow: hidden;
}
.product .pic ul li{
	float: left;
	width: 49%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
}
.product .pic ul li{
	float: left;
	width: 49%;
 	position: relative;
 	height: auto;
 	overflow: hidden;
	margin-bottom: .1rem;
}
.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: .6rem;
	font-size: .28rem;
 
 	box-sizing: border-box;
 	color:#333333;
	width: 100%;
}
.product .pic ul li:nth-child(2n){
	float: right;
}
.product .more{
	 width: 3rem;
	 height: .7rem;
	 border: .02rem solid #838383;
	 display: block;
	 font-size: .26rem;
	 text-align: center;
	 line-height: .7rem;
	 margin: 0 auto;
	 margin-top: .3rem;
	 color:#333333;
}
.product .more a{
	color:#fff;
}

.adv{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: .6rem 0;
	margin-top: .5rem;
	background: url(../images/m/bg01.png) no-repeat center;
	background-size:  100% 100%;
}
.adv .title h4{
	color:#fff;
}
.adv .title span{
	color:#fff;
}
.adv .title:after{
	width: 0;
	height: 0;
	overflow: hidden;
}
.adv ul {
	width: 6.5rem;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-top: .4rem;
}
.adv ul li {
	width: 49%;
	height: auto;
	overflow: hidden;
	float: left;
	position: relative;
	padding-bottom: .4rem;
	margin-bottom: .4rem;
}
.adv ul li:after{
	content: "";
	width: .4rem;
	height: .06rem;
	background: #fff;
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -.2rem;
}
.adv ul li:first-child{
	width: 100%;
}
.adv ul li:nth-child(odd){
	float: right;
}
.adv ul li img{
	display: block;
	height: 1.04rem;

	margin: 0 auto;
}
.adv ul li h4{
	text-align: center;
	color:#fff;
	font-size: .32rem;
	font-weight: normal;
	margin-top: .5rem;
}
.adv ul li p{
	text-align: center;
	color:#fff;
	font-size: .26rem;
	line-height: .4rem;
	text-align: center; height:1.2rem;
}
.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: #019800;
	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;
}

.about{
	width: 100%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;	
	padding: .6rem 0;
 	background: #F1F1F1;
}
.about img{
	display: block;
	width: 7.1rem;
	margin: 0 auto;
	margin-top: .3rem;
}

.about .intro{
	width: 7.1rem;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: .3rem;
}

.about .intro h4{
	font-size: .38rem;
	color:#212121;
	font-weight: normal;
	position: relative;
	padding-bottom: .2rem;
}
.about .intro h4:after{
	content: "";
	width: .6rem;
	height: .06rem;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #0e5dac;
}
 
.about .intro .info{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: .3rem;
	color:#333333;
	font-size: .28rem;
	line-height: .46rem;
}
.about .intro .info p{	text-align:justify; text-indent:2em;}
.about .intro  a{
	display: block;
	width: 2.6rem;
	font-size: .28rem;
	color:#fff;
	height: .8rem;
	background: #0e5dac;
	text-align: center;
	line-height: .8rem;
	border-radius: .2rem;
	margin-top: .4rem;
}
 
.cases{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: .5rem;
}
.cases ul {
	width: 7.1rem;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: .3rem;
}
.cases ul li{
	float: left;
	width: 3.48rem;
	height: auto;
	overflow: hidden;
	margin-bottom: .2rem;
}
.cases ul li:nth-child(2n){
	float: right;
}
.cases ul li img{
	display: block;
	width: 100%;
	height: auto;
}
.cases ul li p{
	font-size: .28rem;
	text-align: center;
	line-height: .7rem;
	color:#646464;
	background: #E5F7EE;
}
.news{
	width: 7.1rem;
	margin: 0 auto;
	height: auto;
 	overflow: hidden;
 	margin-top: .4rem;
 
}

.news .left{
	width: 7.1rem;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	border: .02rem solid #DCDCDC;
	padding: .2rem;
	box-sizing: border-box;
	margin-top: .3rem;
}
.news .left img{
	display: block;
	width: 100%;
}
.news .left .intro{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: .3rem;
}
.news .left h4{
	width: 100%;
	color:#333333;
	font-size: .32rem;
	font-weight: normal;
}
.news .left span{
	display: block;
	font-size: .24rem;
	color:#999999;
	margin: .1rem 0;
}
.news .left p{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: .1rem;
	color:#555555;
	font-size: .28rem;
	display: -webkit-box;
	-webkit-line-clamp:2;
	line-height: .42rem;
	-webkit-box-orient: vertical;
	overflow: hidden;

}
.news ul {
	height: auto;
	overflow: hidden;
	margin-top: .3rem;
}
 
.news ul li{
	width: 99%;
	height:.9rem;
	line-height: .9rem;
 	padding: 0 .2rem;
	margin-bottom: .1rem;
	border: .02rem solid #DCDCDC;
	box-sizing: border-box;
	position: relative;
}


.news ul li:after{
	content: "◇";
 	color: #0e5dac;
	position: absolute;
	font-size: .4rem;
	left: .15rem;
	top: 0;
}
.news ul li:hover{
	background: #0e5dac;
	border: .02rem solid #0e5dac;
}
.news ul li:hover:after{
	color:#fff;
}
.news ul li:hover span{
	color:#fff;
}
.news ul li:hover a{
	color:#fff;
}
.news ul li a{
	display: block;
	font-size: .3rem;
	color:#333333;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
 	line-height: .9rem;
	width:70%;
 	margin-left: .3rem;
	float: left;
}
.news ul li span{
	display: block;
	float: right;
	color:#999999;
	font-size: .24rem;
	line-height: .8rem;
 	
}
.news .more{
	width: 140px;
	height:35px;
	background:#019800;
	background-size:  100%  100%;
	text-align: center;
	line-height: 35px;
	border-radius: 5px;
	margin: 0 auto;
	margin-top: 20px;
	color:#fff;
	font-size: 12px;
	display: block;
}
.news .more a{
	color:#fff;
}
 
.article-details .title{
	margin-top: 0;
}


.gotop{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #333333;
	color:#fff;
	font-size: .28rem;
	line-height: .8rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: .6rem;
}
.gotop img{
	display: block;
	height: .2rem;
	margin-right: .1rem;
}
.footer{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 1.9rem;
}
 
 
.footer  h4{
	color:#0e5dac;
	font-size: .36rem;
	text-align: center;
	margin-top: .5rem;
}
 
.footer  .info p{
	font-size:.24rem;
	margin-top:.3rem;
	line-height: .46rem;
	text-align: center;
	color:#333333;
}
.footer  .info a{
	color:#fff;
}
.footer   .ewm {
	width: 30%;
	margin: 0 auto;
	margin-top: 10px;
}
.footer   .ewm img{
	display: block;
	width: 100%;
	 
}
.fn{
	width: 100%;
	height:70px;
 	z-index: 100;
	position: fixed;
	bottom: 0;
	left:0;
}
.fn ul li{
	float: left;
	width: 25%;
	height: 70px;
	overflow: hidden;
	position: relative;
	background:#0e5dac;
}
 
.fn ul li:after{
	content: "";
	width: .08rem;
	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:.55rem;
	margin-top: 10px;
}
.fn ul li p{
	color:#fff;
	font-size: 12px;
	text-align: center;
	line-height: 22px;
	margin-top: 5px;
}

.crumbs{
	width:96%;
	padding: 3% 2%;
	height: auto;
	overflow: hidden;
	background: #eee;
}

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

.mssg{
	background: none;
	margin-top: 30px;
}
.fy{
	width: 96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	color:#333;
	margin-bottom: .5rem;
}
.fy p{
	width: 49%;
	height: auto;
	overflow: hidden;
	border: 1px solid #d2d2d2;
	box-sizing: border-box;
	 white-space: nowrap;
    text-overflow: ellipsis;
    background: #fff;
    overflow: hidden;
	float: left;
	margin-bottom:.1rem;
	line-height: .6rem;
	font-size: .24rem;
	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:.4rem auto;
}
.page ul{
	display: table;
	margin: 0 auto;
}
.page ul li{
	height: auto;
	line-height: .5rem;
	font-size: .24rem;
	padding: 0 .2rem;
	float: left;
	background: #eee;
	margin: 0 .05rem;
}
.page ul .thisclass{
	background: #666666;
	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:#666666;
	font-size:.42rem;
	font-weight: bold;
	display: table;
	margin: 0 auto;
	padding: 0 1.2rem;
	text-align: center;
	position: relative;
}
.in-title p:after{
	content: "";
	width: 1rem;
	height: 0.02rem;
	position: absolute;
	top: 50%;
	background: #ccc;
	right: 0;
}
.in-title p:before{
	content: "";
	width: 1rem;
	height: 0.02rem;
	position: absolute;
	top: 50%;
	background: #ccc;
	left: 0;
}


.article-details{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: .4rem;
	margin-bottom: .5rem;
}
.article-details .tit{
	width:96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
}

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

.article-details .tit  span{
	display: block;
	text-align: center;
	width: 100%;
	background: #eeeeee;
	color:#8a8a8a;
	font-size: .24rem;
	padding: .1rem 0;
	margin-top: .1rem;
	color:#333;
	border-top: 0.02rem 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: .2rem;
	font-size: .28rem;
	line-height: .5rem;
	text-align:justify;
}
 
.map{
	width:96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: .3rem;
}

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

.pro-list{
	background: none;
	margin-top: .3rem;
	padding-bottom: 0;
}




.list .bd h4{
	width: 100%;
	height: .9rem;
	position: relative;
	line-height: .9rem;
	background: #f1f1f1;
	padding: 0 .2rem;
	box-sizing: border-box;
	margin-top: .2rem;
}
.list .bd h4:after{
	content: ">";
	font-family: '宋体';
	position: absolute;
	right: .2rem;
	top: 0;
	line-height: .9rem;
	color:#333;

	font-size: .32rem;
}
.list .bd h4 a{
	color:#333;
	font-size: .36rem;
 	display: table;
 
}

.list .bd .on:after{
	transform: rotate(90deg);
}
.list .bd ul{
	width:100%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	border: 0.02rem solid #f1f1f1;
	box-sizing: border-box;
	padding: 0 2%;
	padding-top: .2rem;
}

.list .bd ul li{
	float: left;
	width: 48%;
	height: .6rem;
	text-align: center;
	line-height: .6rem;
  	margin-bottom: .2rem;
	border: 0.02rem solid #f1f1f1;
}
.list .bd ul li:nth-child(2n){
	float: right;
}
.list .bd ul li a{
	color:#333;
	display: block;
	font-size: .28rem;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;

}


.message{
	width: 7.1rem;
	margin: 0 auto;
	margin-top: .4rem;
	margin-bottom: .5rem;
}
.message .bd{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.message ul{
	height: auto;
	overflow: hidden;
	margin-top: .4rem;
}
.message ul li{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: .2rem;
}
.message ul li p{
	font-size: .3rem;
	float: left;
	line-height: .8rem;
}
.message ul li input{
	outline: none;
	width: 5.5rem;
	float: left;
	text-indent: .1rem;
	height: .8rem;
	font-size: .28rem;
	border: none;
	background: #f1f1f1;
}
.message ul li textarea{
	width: 5.5rem;
	float: left;
	font-size: .28rem;
	text-indent: .1rem;
	height: 2.5rem;
	padding-top: .2rem;
	border: none;
	font-family: '微软雅黑';
	resize: none;
	outline: none;
	background: #f1f1f1;
}
.message .btn{
	width: 100%;
	height: .8rem;
	font-size: .32rem;
	color:#fff;
 	background:#0e5dac;

	display: block;
	outline: none;
	border: none;
	margin-top: .3rem;
}