*{margin: 0px;padding: 0px;}
body{ margin:0 auto;background:#EEEEEE;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;
    }
}

.head{
	width: 100%;
 	height: 1.2rem;
 	overflow: hidden;
 	display: flex;
 	background: #2A2A32;
 	justify-content: space-between;
 	align-items: center;
  
}

.head img{
	display: block;
	width: 100%;
}

.head  .name{
	width: 3.5rem;
	margin-left: .2rem;
}
 
.head .l_tbn{
	float: right;
	width: .65rem;
	margin-right: .2rem;
	height: .51rem;
	background: url(../images/m/btn.png) no-repeat;
	background-size: 100% auto;
}
.head .l_tbn a{
	display: block;
	width: 100%;
	height: 100%;
}

 
.banner{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.banner img{
	display: block;
	width: 100%;
}

.banner .swiper-pagination span{
	opacity: 1;
	background: #fff;
}

.banner .swiper-pagination .swiper-pagination-bullet-active{
	background: #E6061C;
}
 


.ad{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #A2A3A7;
}
.ad ul{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.ad ul:after{
	content: "";
	width: 100%;
	height: .01rem;
	background:#8d8f91;
	position: absolute;
	top: 50%;
	left: 0;
	border-bottom: .01rem solid #babcbf;
}

.ad ul:before{
	content: "";
	width: 0.01rem;
	height:100%;
	background:#babcbf;
	position: absolute;
	top: 0;
	left: 50%;
	border-right: .01rem solid #8d8f91;
}
.ad ul li{
	width:50%;
	height: 1.2rem;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;

}

.ad ul li i{
	display: block;
	width: .66rem;
	height: .65rem;
	background: url(../images/m/icon01.png) no-repeat left top;
	background-size: 4.27rem auto;
	margin-right: .12rem;
}
.ad ul li:nth-child(2) i{
	background: url(../images/m/icon01.png) no-repeat right top;
	background-size: 4.27rem auto;
}
.ad ul li:nth-child(3) i{
	background: url(../images/m/icon01.png) no-repeat left bottom;
	background-size: 4.27rem auto;
}

.ad ul li:nth-child(4) i{
	background: url(../images/m/icon01.png) no-repeat right bottom;
	background-size: 4.27rem auto;
}


.ad ul li div p{
	color:#fff;
	font-size: .25rem;
}
.ad ul li div span{
	display: block;
	color:#fff;
	margin-top: .05rem;
	font-size: .22rem;
}


.offer{
	width: 100%;
	background: #eeeeee;
	height: auto;
	overflow: hidden;
}
.offer .bd{
	width: 7.2rem;
	height: auto;
	overflow: hidden;
	background: #fff;
	border-bottom: 3px solid #333333;
	padding-bottom: .35rem;
	margin:.15rem;
}

.offer .tit{
	width: 100%;
	height: 1.25rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #FFD106;
}


.offer .tit i{
	display: block;
	width: .75rem;
	height: .75rem;
	background: url(../images/m/icon02.png) no-repeat center;
	background-size: 100% auto;
	margin-right: 0.15rem;
}
.offer .tit  p{
	color:#333333;
	font-weight: bold;
	font-size: .4rem;
}

.offer .tit  span{
	color:#333333;
	font-size: .23rem;
	display: block;
}


.offer ul{
	width: 6rem;
	margin:0 auto;
	height: auto;
	overflow: hidden;
	margin-top: .35rem;
}

.offer ul li{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: .15rem;
}
.offer ul li p{
	color:#333333;
	float: left;
	line-height: .5rem;
	font-size: .26rem;
}

.offer ul li select{
	width: 4.75rem;
	text-indent: .1rem;
	float: right;
	height: .6rem;
	display: block;
	font-size: .22rem;
	box-sizing: border-box;
	border-radius: .08rem;
	border: .01rem solid #b5b5b5;
	outline: none;
}

.offer ul li input{
	width: 4.75rem;
	text-indent: .1rem;
	float: right;
	height: .6rem;
	font-size: .22rem;
	display: block;
	border-radius: .08rem;
	border: .01rem solid #b5b5b5;
	outline: none;
}

.offer .btn{
	width:6rem;
	margin: 0 auto;
	color:#fff;
	font-size: .3rem;
	border-radius: .08rem;
	height: .68rem;
	background: #F7943A;
	display: block;
	border: none;
	margin-top: .05rem;
}

.cases{
	width: 100%;
	height: auto;
	margin-top: .1rem;
	overflow: hidden;
}

.cases .title{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 .15rem;
	box-sizing: border-box;
	background: #EEEEEE;
	height: .5rem;
	overflow: hidden;
	border-bottom: 3px solid #2A2A32;
}

.cases .title p{
	float: left;
	color:#333333;
	font-weight: bold;
	font-size: .3rem;
}

.cases .title a{
	color:#333333;
	font-size: .22rem;
	display: block;
}
.cases  .tit{
	width: 7.1rem;
	margin:0 auto;
	height: auto;
	overflow: hidden;
	margin-top: .15rem;
	background: #FFD106;
}

.cases  .tit .left{
	float: left;
	width: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	height: 1.2rem;
	flex-wrap: wrap;
}
.cases  .tit .right{
	float: right;
	width: 50%;
	display: flex;
	height: 1.2rem;
	justify-content: center;
	align-items: center;
	background: #dfdfdf;
}

.cases  .tit .right img{
	width: 1.47rem;
}
.cases  .tit .left p{
	color:#333333;
	font-size: .3rem;
	font-weight: bold;
	text-align: center;
	padding-bottom: .1rem;
	position: relative;
}
.cases  .tit .left p:after{
	content: "";
	width: .35rem;
	height: .02rem;
	position: absolute;
	background:#333333;
	left: 50%;
	margin-left: -.17rem;
	bottom: 0;
}
.cases  .tit .left span{
	display: block;
	color:#333333;
	font-size: .2rem;
	width: 100%;
	text-align: center;
	font-weight: bold;
	margin-top: .1rem;
}

.cases ul{
	width: 7.2rem;
	height: auto;
	overflow: hidden;
	margin:0 auto;
	margin-top: .1rem;
}
.cases ul li{
	float: left;
	width: 3.55rem;
	height: auto;
	overflow: hidden;
	position: relative;
	margin-bottom: .1rem;
}
.cases ul li:nth-child(2n){
	float: right;
}
.cases ul li img{
	display: block;
	width: 100%;
}
.cases ul li p{
	width: 100%;
	text-align: center;
	color:#ffffff;
	font-size: .22rem;
	position: absolute;
	background: rgba(0,0,0.5);
	text-align: center;
	height: .5rem;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	line-height: .5rem;
	bottom: 0;
	left: 0;
}

.cases .img{
	width: 7.2rem;
	margin:0 auto;
	height: auto;
	overflow: hidden;
	position: relative;
}
.cases .img img{
	width: 100%;
}
.cases .info{
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
 	width: 100%;
	bottom: .1rem;
}
.cases .info span{
	display:table;
	color:#000000;
	font-size: .22rem;
	background: rgba(255,255,255,.7);
	float: left;
	padding: .08rem;
	margin:0 .05rem;
}
.news{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #fff;
	margin-top: .3rem;
	padding-bottom: .4rem;
}

.news .title{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 .15rem;
	box-sizing: border-box;
	background: #EEEEEE;
	height: .5rem;
	overflow: hidden;
	border-bottom: 3px solid #2A2A32;
}

.news .title p{
	float: left;
	color:#333333;
	font-weight: bold;
	font-size: .3rem;
}

.news .title a{
	color:#333333;
	font-size: .22rem;
	display: block;
}

.news .on{
	width: 7.2rem;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: .25rem;
}

.news .on img{
	display: block;
	float: left;
	width: 2rem;
	height: 1.4rem;
}

.news .on .info{
	width: 5rem;
	height: auto;
	overflow: hidden;
	float: right;
}

.news .on .info h4{
	color:#333333;
	font-size: .28rem;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news .on .info span{
	display: block;
	color:#999999;
	font-size: .2rem;
	margin:.05rem 0;
}

.news .on .info p{
	color:#555555;
	font-size: .22rem;
	line-height: .30rem;
	display: -webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news  ul {
	width: 7.2rem;
	margin:0  auto;
	height: auto;
	overflow: hidden;
	margin-top: .1rem;
}
.news  ul li{
	width: 100%;
	height: auto;
	line-height: .3rem;
	overflow: hidden;
	padding-bottom: .1rem;
	border-bottom: .01rem dashed #b5b5b5;
	margin-top: .2rem;
}

.news  ul li a{
	display: block;
	float: left;
	line-height: .3rem;
	width:5.5rem;
}
.news  ul li i{
	float: left;
	color:#ffd106;
	font-size: .20rem;
	font-style: normal;
}

.news  ul li  p{
	float: left;
	color:#333333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 3.5rem;
	font-size: .24rem;
}

.news  ul li span{
	display: block;
	float: right;
	color:#999999;
	font-size: .2rem;
}

.display{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #fff;
	padding-bottom: .3rem;
	margin-top: .4rem;
}

.display .title{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 .15rem;
	box-sizing: border-box;
	background: #EEEEEE;
	height: .5rem;
	overflow: hidden;
	border-bottom: 3px solid #2A2A32;
}

.display .title p{
	float: left;
	color:#333333;
	font-weight: bold;
	font-size: .3rem;
}

.display .title a{
	color:#666;
	font-size: .22rem;
	display: block;
}

.display .show{
	width: 7.2rem;
	margin:0 auto;
	height: auto;
	overflow: hidden;
	margin-top: .2rem;
}
.display .show  .box{
	width: 800%;
}
.display .show  .pic{
	float: left;
	width: 50%;
}
.display .show ul li{
	float: left;
	width: 12%;
	margin-left: .5%;
}

.display .show ul li img{
	display: block;
	width: 100%;
}

.display .show ul li p{
	color:#333333;
	font-size: .24rem;
	text-align: center;
	line-height: .4rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}


.eva{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #fff;
	padding-bottom: .3rem;
	margin-top: .3rem;
}

.eva .title{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 .15rem;
	box-sizing: border-box;
	background: #EEEEEE;
	height: .5rem;
	overflow: hidden;
	border-bottom: 3px solid #2A2A32;
}

.eva .title p{
	float: left;
	color:#333333;
	font-weight: bold;
	font-size: .3rem;
}

.eva .title a{
	color:#333333;
	font-size: .22rem;
	display: block;
}

.eva .swiper-container{
	width: 7.1rem;
	margin:0 auto;
	margin-top: .3rem;
}

.eva ul li{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: .2rem;
}
.eva ul li img{
	display: block;
	width: 1.56rem;
	height: 1.48rem;
	float: left;
}

.eva ul li  .info{
	float: right;
	width: 5.2rem;
	height: auto;
	overflow: hidden;
}


.eva ul li  .info h4{
	width: 100%;
	border-bottom: .01rem solid #b5b5b5;
	color:#333333;
	font-size: .28rem;
	height: .4rem;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.eva ul li  .info p{
	color:#333333;
	font-size: .22rem;
	line-height: .3rem;
	margin-top: .15rem;
	display: -webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.eva .swiper-container .swiper-pagination {
	position: initial;
	display: table;
	width: auto;
	margin:0 auto;
}
.eva .swiper-pagination span{
	opacity: 1;
	display: block;
	float: left;
	width: .6rem;
	height: .1rem;
	border-radius: 0;
	background: #bfbfbf;
}

.eva .swiper-pagination  .swiper-pagination-bullet-active{
	background: #f7943a;
}

 

.common{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #fff;
	padding-bottom: .3rem;
	margin-top: .3rem;
}

.common .title{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 .15rem;
	box-sizing: border-box;
	background: #EEEEEE;
	height: .5rem;
	overflow: hidden;
	border-bottom: 3px solid #2A2A32;
}

.common .title p{
	float: left;
	color:#333333;
	font-weight: bold;
	font-size: .28rem;
}

.common .title a{
	color:#333333;
	font-size: .18rem;
	display: block;
}
.common ul{
	width: 7.1rem;
	margin:0 auto;
	margin-top: .2rem;
}

.common ul li{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: .2rem;
}
.common ul li img{
	display: block;
	width: 1.56rem;
	height: 1.48rem;
	float: left;
}

.common ul li  .info{
	float: right;
	width: 5.3rem;
	height: auto;
	overflow: hidden;
}


.common ul li  .info h4{
	width: 100%;
	border-bottom: .01rem solid #b5b5b5;
	color:#333333;
	font-size: .3rem;
	height: .4rem;
	font-weight: normal;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.common ul li  .info p{
	color:#333333;
	font-size: .22rem;
	line-height: .3rem;
	margin-top: .15rem;
	display: -webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}


.footer{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #373737;
	margin-top: .3rem;
	padding-bottom: 1.5rem;
}

.footer .gotop{
	width: 100%;
	height:auto;
	padding: .1rem 0;
	background: #2A2A32;
	display: flex;
	justify-content: center;
	align-items: center;
	color:#fff;
	font-size: .28rem;
}

.footer .gotop b{
	font-size: .3rem;
	margin-right: .1rem;
}

.footer .info{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: .3rem;
	color:#b5b5b5;
	font-size: .24rem;
	line-height: .34rem;
	text-align: center;
}
.fn{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 100;
}
.fn ul li{
	float: left;
	width: 25%;
	height: auto;
	overflow: hidden;
	padding: .2rem 0;
}

.fn ul li img{
	display: block;
	margin:0 auto;
	height: .4rem;
	 
}

.fn ul li p{
	text-align: center;
	color:#fff;
	font-size: .22rem;
	margin-top: .05rem;
}
.fn ul li:nth-child(1){
	background: #FFA049;
}

.fn ul li:nth-child(2){
	background: #DB2342;
}


.fn ul li:nth-child(3){
	background:#28286B;
}

.fn ul li:nth-child(4){
	background: #2A7B7B;
}

.page{
	width: 100%;
	height: auto;
	overflow: hidden;
 	margin:20px auto;
}
.page  ul{
	display: table;
	margin: 0 auto;
}

.page  ul li{
 	background: #e6e6e6;
	padding:.05rem .15rem;
	height:auto;
	font-size:.20rem;
	color:#555555;
	float: left;
	margin: 0 .05rem;
}
.page  ul li a{
	color:#333;
	
}
.page ul  .thisclass{
	background: #999999;
	color:#fff;
}


.fy{
	width: 96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	line-height: 24px;
	color:#333;
}
.fy p{
	width: 49%;
	height: auto;
	border: 1px solid #d2d2d2;
	box-sizing: border-box;
	white-space: nowrap;
	background: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
	float: left;
	margin-bottom: 5px;
	font-size: .24rem;
	line-height: 34px;
	padding: 0 2%;
	text-align: center;
}
.fy p:nth-child(2n){
	float: right;
}

.fy a{
	color:#333;
}
 
.fy p:last-child{
	width: 100%;
}
.in-title{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 .15rem;
	box-sizing: border-box;
	background: #EEEEEE;
	height: .5rem;
	overflow: hidden;
	border-bottom: 3px solid #2A2A32;
}

.in-title p{
	float: left;
	color:#333333;
	font-weight: bold;
	font-size: .32rem;
}

.in-title a{
	color:#333333;
	font-size: .18rem;
	display: block;
}

.article-details{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top:.2rem;
	margin-bottom: .3rem;
	background: #fff;
	padding: .3rem 0;
}
.article-details .tit{
	width: 90%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-bottom: .1rem;
}

.article-details .tit h4{
	font-size: .28rem;
	text-align: center;
	font-weight: normal;
	color:#333;
	height: 40px;
	border-bottom: 1px dashed #ccc;
}

.article-details .tit  span{
	display: block;
	text-align: center;
	font-size: .22rem;
	margin-top: 5px;
	color:#999;
}

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

.article-details .intro{
	width: 96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	font-size: .26rem;
	line-height:.3rem;
}
 
.map{
	width:96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}

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



.news-list{
	margin-top: 20px;
}


.mssg{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #fff;
	margin-top: .3rem;
	padding-bottom: .4rem;
}
.mssg form{
 	width: 5rem;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: .3rem;
}
.mssg form li{
	min-height: 30px;
	overflow: hidden;
	display: flex;
	margin-top: 10px;
	line-height: 30px;
	 
}
.mssg form li p{
	color:#333333;
	font-size: .28rem;
	width: 1.5rem;
	line-height: .6rem;
	float: left;
 
 
}
.mssg form li input{
 	display: block;
 	width: 3.6rem;
 	border: none;
 	height: .6rem;
 	border-radius: 5px;
 	outline: none;
 	font-size: .22rem;
 	text-indent: .1rem;
 	border: 1px solid #c9c9c9;
 	font-family: "微软雅黑";
}
.mssg form li textarea{
	width: 3.6rem;
	height: 1rem;
	resize: none;
	border: 1px solid #c9c9c9;
	outline: none;
	font-size: .22rem;
	text-indent: .1rem;
	font-family: "微软雅黑";
	border-radius: 5px;
}
.mssg form  .btn{
	width: 100%;
	height:.7rem;
 	display: block;
 	margin-top: .3rem;
	border: none;
	background:#99CC33;
	color:#fff;
	font-size: .3rem;
	border-radius: 5px;
	font-family: "微软雅黑";
}

.crumbs{
	width:98%;
	padding: 3% 1%;
	box-sizing: border-box;
	margin:0 auto;
	height: auto;
	overflow: hidden;
	margin-top: .1rem;
	background:#fff;
 
}

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




.img-list{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #fff;
	padding-bottom: .3rem;
	margin-top: .3rem;
}

.img-list .list{
	width: 7.2rem;
	margin:0 auto;
	height: auto;
	overflow: hidden;
	margin-top: .15rem;
}
.img-list .list ul li{
	float: left;
	width: 49%;
	height: .6rem;
	background: #ccc;
	margin:10px 0 0 0;
}
.img-list .list ul li:nth-child(2n){
	float: right;
}
.img-list .list ul li a{
	color:#333;
	display: block;
	text-align: center;
	line-height: .55rem;
	font-size: .26rem;
}

.img-list .pic{
	width: 7.2rem;
	margin:0 auto;
	height: auto;
	overflow: hidden;
	margin-top: .2rem;
}
.img-list .pic ul li{
	float: left;
	width: 49%;
	height: auto;
	overflow: hidden;
	margin-bottom: .1rem;
}
.img-list .pic ul li:nth-child(2n){
	float: right;
}
.img-list .pic ul li img{
	display: block;
	width: 100%;
}

.img-list .pic ul li p{
	width: 100%;
	height: .4rem;
	line-height: .4rem;
	color:#333;
	text-align: center;
	font-size: .22rem;
}