*{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;
    }
}

.head{
	width: 96%;
	padding:4% 2%;
	height: auto;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.head .logo{
	width:6.1rem;
}
.head img{
	display: block;
	width: 100%;
}
 
 
.head  .l_tbn{
	width: .5rem;
}
.nav{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.nav ul li{
	float: left;
	width:33.333%;
	text-align: center;
	line-height:40px;
	height: 40px;
	background:#f2d374;
	position: relative;
	border-bottom: 1px solid #fff;
}
.nav ul li a{
	color:#1a1a1a;
	font-size:14px;
}
.nav ul li:after{
    content:"";
    position:absolute;
    width: 1px;
    height: 14px;
    background: #fff;
    right: 0;
    top: 50%;
    margin-top: -7px;
}
.nav ul li:nth-child(3n):after{
	width: 0;
	height: 0;
}
 
.banner{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.banner .bd ul li img{
	display: block;
	width: 100%
}
.banner .hd {
 
	width: 100%;
 
}
.banner .hd  ul{
	display: flex;
	align-items: center;
	justify-content: center;
 
}
.banner .hd  ul li{
	width: 100%;
	height: .1rem;
	line-height: 1rem;
	overflow: hidden;
	background: #202123;
	overflow: hidden;
}
.banner .hd  ul .on{
	background: #E60012;
}


.title h4{
	color: #333333;
	text-align: center;
	font-size: .46rem;
}

.title p{
	width: 6rem;
	background: url(../images/m/title.png) no-repeat center;
	background-size: 100% auto;
	margin: 0 auto;
	font-size: .26rem;
	text-align: center;
	text-transform: uppercase;
	color: #999999;
	font-family: 'Arial';
	margin-top: .1rem;
}
.about{
	width: 100%;
	height: auto;
	overflow: hidden;
 	padding: .6rem 0;
	background: #F9F9F9;
}
.about .pic{
	width: 6rem;
	margin: 0 auto;
	margin-top: .3rem;
}
.about .pic img{
	display: block;
	width: 100%;
}
.about .intro{
	width: 7.1rem;
	margin: 0 auto;
	color: #666666;
	font-size: .28rem;
	line-height: .42rem;
	text-indent: 2em;
	margin-top: .2rem;
}
.more {
	display: block;
	width: 3.2rem;
	height: .7rem;
	background: #FF2615;
	text-align: center;
	font-size: .28rem;
	line-height: .7rem;
	color: #fff;
	margin: 0 auto;
	border-radius: .1rem;
	margin-top: .3rem;
}
.product{
	width:7.1rem;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: .6rem;
}


.product  .list{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: .3rem;
}
.product  .list ul li{
	float: left;
	width: 3.5rem;
	height: auto;
	border: .02rem solid #ccc;
	box-sizing: border-box;
	text-align: center;
	line-height: .7rem;
	margin-bottom: .15rem;
	overflow: hidden;
}
.product  .list ul li:nth-child(2n){
	float: right;
}

.product  .list ul li a{
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	display: block;
	font-size: .28rem;
	color: #333;
}
 
.product  .pic  ul {
	height: auto;
	overflow: hidden;
	margin-top: .3rem;
}
.product  .pic  ul li{
	float: left;
	width: 3.5rem;
	height: auto;
	overflow: hidden;
	margin-bottom: .1rem;
}
.product  .pic  ul li:nth-child(2n){
	float: right;
}
.product  .pic  ul li img{
	display: block;
	width: 100%;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
.product  .pic  ul li p{
	text-align: center;
	font-size: .28rem;
	line-height: .6rem;
	color:#333333;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	 
}



.lc{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #F9F9F9;
	margin-top: .6rem;
	padding: .6rem 0;
}

.lc .swiper-container{
	margin-top: .4rem;
}

 
.lc ul li{
	float: left;
	width: 180px;
	background: #fff;
	height: 5.2rem;
	position: relative;
}
.lc ul li:after{
	content: "";
	width: 18px;
	height: 17px;
	background: url(../images/m/icon02.png) no-repeat center;
	position: absolute;
	right:-45px;
	top: 82px;
}
.lc ul li .tit{
	width:2.8rem;
	height:2.8rem;
	margin: 0 auto;
	border: .3rem solid #CCDCEA;
	box-sizing: border-box;
	border-radius: 50%;
	display: flex;
	margin-top: .3rem;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column;
}
.lc ul li .tit img{
	height: .6rem;
}
.lc ul li .tit p{
	width: 100%;
	color: #333333;
	font-size:.3rem;
	text-align: center;
	margin-top: 10px;
}

.lc ul li .info{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: .2rem;
	color: #333333;
	font-size: .28rem;
	line-height: .48rem;
	text-align: center;
}

 

.honor{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: .6rem;
}
.honor .show{
	width: 7.3rem;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: .3rem;
}
.honor .show .box{
	width: 600%;
}
.honor .show .pic{
	float: left;
	width: 50%;
}
.honor .pic ul li{
	float: left;
	width: 19%;
	margin-left: 1%;
}
.honor .pic ul li img{
	display: block;
	width: 100%;
	border: .02rem solid #CCCCCC;
	box-sizing: border-box;
}
.honor .pic ul li p{
	width: 100%;
	height: .6rem;
	line-height: .6rem;
	font-size: .28rem;
	color: #fff;
	text-align: center;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	background: #CCCCCC;
}
.cases{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: .6rem;
}

.cases  .swiper-container{
	margin-top: .3rem;
}
.cases .swiper-slide{
	position: relative;
	border-right: .02rem solid #595959;
	box-sizing: border-box;
}
.cases .swiper-slide img{
	display: block;
	width: 100%;
}
.cases .swiper-slide .info{
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column;
	height: 100%;

}

 

.cases .swiper-slide span{
	display: block;
	width: 1rem;
	height: 1rem;
	border: 1px solid #fff;
	box-sizing: border-box;
	border-radius: 50%;
	color: #fff;
	font-size: .3rem;
	text-align: center;

	margin: 0 auto;

	line-height: 1rem;
}

.cases .swiper-slide p{
	color: #fff;
	font-size: .28rem;
	text-align: center;
	line-height: .46rem;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	margin-top: .4rem;
	width: 100%;
}


.cases .swiper-button-prev,.cases .swiper-button-next{
	display: block;
	width: .4rem;
	height: .4rem;
	position: absolute;
	top: 50%;
	margin-top: -.2rem;
}
.cases .swiper-button-prev{
	background: url(../images/m/prev.png)  no-repeat center;
	background-size:  auto .3rem;
	left: .3rem;
}

.cases .swiper-button-next{
	background: url(../images/m/next.png)  no-repeat center;
	background-size:  auto .3rem;
	right: .3rem;
}
 

.news{
	width: 7.1rem;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: .6rem;
}


.news .left{
	width: 100%;
	height: auto;
	position: relative;
	overflow: hidden;
	margin-top:.4rem;
}

.news .left img{
	display: block;
	width: 100%;
}
.news .left  .time{
	width:1.2rem;
	height:1.2rem;
	background: #FF2615;
	position: absolute;
	left: 0;
	top: 0;
}

.news .left  .time b{
	color: #ffffff;
	font-size: .48rem;
	text-align: center;
	display: block;
	margin-top: .1rem;
}


.news .left  .time  p{
	color: #fff;

	font-size: .26rem;
	text-align: center;
}


.news .left .intro{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top:.2rem;
}
.news .left .intro h4{
	color: #333333;
	font-size: .32rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: normal;
	overflow: hidden;
}

.news .left .intro  p{
	color: #666666;
	font-size: .28rem;
	line-height: .46rem;
	height: auto;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: .1rem;
}


 
.news  ul{
	width:100%;
	height: auto;
	overflow: hidden;
	margin-top:.3rem;
	 
}

.news ul li{
	height: auto;
	border-bottom:.02rem solid #E6E6E6;
	padding-bottom: .3rem;
	box-sizing: border-box;
	overflow: hidden;
	margin-bottom:.3rem;
}
.news  ul li .time{
	width: 1.5rem;
	height: 1rem;
	float: left;
	border-right:.02rem solid #EAEAEA;
}

.news  ul li .time b{
	color: #999999;
	font-size: .46rem;
	text-align: center;
 	display: block;
}

.news  ul li .time p{
	color: #999999;
	font-size: .26rem;
	text-align: center;
}

.news  ul li .info{
	float: left;
	width: 5.2rem;
	margin-left: .3rem;
}

.news  ul li .info h4{
	color: #000000;
	font-size: .3rem;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	margin-top: 3px;
	font-weight: normal;
}

.news  ul li .info p{
	color: #666666;
	font-size: .28rem;
	width: 100%;
	margin-top: 8px;
	overflow: hidden;
	white-space: nowrap;
    text-overflow: ellipsis;
}


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

.hz .show{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: .2rem;
}
.hz .show .box{
	width: 800%;
}
.hz .pic{
	float: left;
	width: 50%;
}
.hz .pic ul li{
	float: left;
	width: 12%;
	margin-left: .5%;
}
.hz .pic ul li img{
	display: block;
	width: 100%;
	border: 1px solid #E5E5E5;
	box-sizing: border-box;
}

.footer{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	margin-top: .5rem;
 
	 
}

.footer .gotop{
	margin: 0 auto;
	display: table;
	position: relative;
	z-index: 1;
}
 
.footer .gotop img{
	display: block;
	height: 1.5rem;
}
 
 

.footer .intro{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #F5F5F5;
	transform: translateY(-.75rem);
	padding-top: 1rem;
	padding-bottom: 1.2rem;
}

.footer  .name {
	color: #333333;
	font-size: .38rem;
	font-weight: bold;
	text-align: center;
}

.footer  .info {
	color: #000000;
	font-size: .28rem;
	line-height: .42rem;
	margin-top: .2rem;
	text-align: center;
}
.fn{
	width: 100%;
	height:auto;
 	z-index: 1000;
	position: fixed;
	bottom: 0;
	left:0;
}
.fn ul {
	width: 7.5rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}
.fn ul li{
	float: left;
	width:1.82rem;
	height: auto;
	overflow: hidden;
	padding-bottom: .15rem;
	position: relative;
	background:#202020;
}
 
 
 
.fn ul li img{
	display: block;
	margin: 0 auto;
	height:.6rem;
	margin-top: 15px;
}
.fn ul li p{
	color:#fff;
	font-size:.24rem;
	text-align: center;
	line-height: 22px;
	margin-top: .1rem;
}

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





.classList{
	width: 7.1rem;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: .3rem;
}
.classList ul li{
	float: left;
	width: 3.5rem;
	height: auto;
	border: .02rem solid #ccc;
	box-sizing: border-box;
	text-align: center;
	line-height: .7rem;
	margin-bottom: .15rem;
	overflow: hidden;
}
.classList ul li:nth-child(2n){
	float: right;
}

.classList ul li a{
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	display: block;
	font-size: .28rem;
	color: #333;
}




.in-title{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.in-title p{
	color:#333;
	font-size: .38rem;
	display: table;
	margin: 0 auto;
	padding: 0 1rem;
	text-align: center;
	position: relative;
}
.in-title p:after{
	content: "";
	width: .8rem;
	height: .02rem;
	position: absolute;
	top: 50%;
	background: #ccc;
	right: 0;
}
.in-title p:before{
	content: "";
	width:.8rem;
	height: .02rem;
	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: 7.1rem;
	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 img{
	max-width: 100%;
	margin: 0 auto;
}

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

.map .allmap{
	width: 100%;
	height: 300px;
}
.mssg{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 5%;
}
.mssg form{
 	width: 6rem;
	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;
	float: left;
	line-height: .7rem;
 
 
}
.mssg form li input{
 	display: block;
 	width: 4.4rem;
 	border: none;
 	height: .7rem;
 	border-radius: 5px;
 	text-indent:.1rem;
 	outline: none;
 	color: #666;
 	font-size: .28rem;
 	border: .02rem solid #c9c9c9;
 	font-family: "微软雅黑";
}
.mssg form li textarea{
	width:4.4rem;
	height: 2rem;
	text-indent: .1rem;
	font-size: .28rem;
	padding-top: .1rem;
	resize: none;
	outline: none;
	font-family: "微软雅黑";
	border: .02rem solid #c9c9c9;
	border-radius: 5px;
}
.mssg form  .btn{
	width: 100%;
	height:.8rem;
	margin-top: 15px;
	border: none;
	background:#0065B2;
	color:#fff;
	font-size: .28rem;
	border-radius:.05rem;
	font-family: "微软雅黑";
}


.cases-list{
	width: 96%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.cases-list ul{
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.cases-list ul li{
	float: left;
	width: 49%;
	height: auto;
	overflow: hidden;
}
.cases-list ul li:nth-child(2n){
	float: right;
}
.cases-list ul li img{
	display: block;
	width: 100%;
}

.cases-list ul li p{
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color:#333;
	font-size: 14px;
}

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


.zl{
	width: 100%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: .3rem;
}
.zl .tit{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #000;
	padding: 0 .2rem;
	line-height: .8rem;
	margin-top: .4rem;
	box-sizing: border-box;
}
.zl  .tit p{
	color: #fff;
	font-size: .3rem;
	float: left;
}
.zl  .tit span{
	display: block;
	float: right;
	width: 1rem;
	text-align: center;
	color: #fff;
	font-size: .28rem;
}
.zl ul{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.zl ul li{
	width: 100%;
	height: .9rem;
	padding: 0 .2rem;
	box-sizing: border-box;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	line-height:.9rem;
	margin-bottom: .02rem;
	position: relative;
	overflow: hidden;
}
.zl ul li:nth-child(even){
	background: #F5F5F5;
}

.zl ul li div{
	width: 380px;
	text-align: center;
	color: #999999;
	font-size: 14px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	float: left;
}
.zl ul li img{
	float: left;
	width: 0.3rem !important;
}
.zl ul li  p{
	width: 100%;
}
.zl ul li a{
	display: block;
	float: left;
	font-size: 0.28rem !important;
	width: 6.7rem;
	color: #999999 !important;
}
.zl ul li:after{
	content: "下载";
	width:1rem;
	font-size: .24rem;
	text-align: center;
	display: block;
	background: #90C31F;
	text-align: center;
	position: absolute;
	line-height:.5rem;
	right: 0;
	color: #fff;
	border-radius:.06rem;
	margin-right: .2rem;
	top: 50%;
	margin-top: -.25rem;
}

.zl ul li p:nth-child(2){
	display: none;
}

