* {
    margin: 0px;
    padding: 0px;
}

body {
    background: #ffffff;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    font-variant: normal;
    font-family: 'Microsoft YaHei';
}

a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
}

a {
    text-decoration: none;
}

li {
    list-style-type: none;
}

ul,
ol {
    list-style-type: none;
    list-style-image: none;
}

input[type="button"],
input[type="submit"],
input[type="text"] {
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
}

select {
    -webkit-appearance: none;
}

html {
    font-size: 12px;
}

@media screen and (max-width:750px) {
    html {
        font-size: 100px;
    }

    body {
        max-width: 750px;
        margin: 0 auto;
    }
}

@media (max-width:767px) {
    html {
        font-size: 13.333333333333vw;
    }

    body {
        max-width: initial;
    }
}


@font-face {
    font-family:DIN-BOLD;
    src: url(../font/DIN-BOLD.ttf),url(../font/DIN-BOLD.woff);

}

.img-box{
	overflow: hidden;
	height: auto;
}
.img-box img{
	display: block;
	transition: .5s;
}


.main{
	width: 1800px;
	margin: 0 auto;
}
.in-main{
	width: 1400px;
	margin:0 auto;
}

.top{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #f08519;
} 
.top .main{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 60px;

}
.top p{
	color: #fff;
	font-size: 14px;
}

.top .tel {
	display: flex;
	align-items: center;
	margin-left: 45px;
}

.top .tel img{
	display: block;
	margin-right: 10px;
}
.top .tel b{
	color: #fff;
	font-size: 30px;
	font-family: "DIN-BOLD", "Microsoft YaHei", "STSong", sans-serif;

}
.head {
	width: 100%;
	height:auto;
 	position: relative;
 	z-index: 10;
}

.head .main{
	 
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 130px;
}
.head  .name{
	 
}
.head img{
	display: block;
}
.head .btn{
	display: none;
}

.head .right{
	display: flex;
	align-items: center;
}

.banner{
	width: 100%;
	height: auto;
	overflow: hidden;
	z-index: -1;
	position: relative;
}
.banner  .swiper-wrapper  img{
	display: block;
	width: 100%;
}
.banner .swiper-button-next , .banner .swiper-button-prev{
	display: block;
	width: 29px;
	height: 54px;
	left: 50%;
	position: absolute;
	top: 50%;
	z-index: 1;
	margin-top:-27px; 
}
.banner .swiper-button-next {
	margin-left: -600px;
	background: url(../images/next.png) no-repeat center;
}
.banner .swiper-button-prev{
	margin-left: 600px;
	background: url(../images/prev.png) no-repeat center;
}

.banner .swiper-pagination {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 78px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 10;
}

.banner .swiper-pagination span{
	display: block;
	width: 30px;
	height: 30px;
	margin:0 10px;
	border: 1px solid #fff;
	border-radius: 15px;
	background: rgba(0,0,0,0.5);
	position: relative;
}
.banner .swiper-pagination span:after{
	content: "";
	width: 6px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform:translate3d(-50%,-50%,0);
	height: 6px;
	border-radius: 50%;
	background: #fff;
}
.banner .swiper-pagination .swiper-pagination-bullet-active{
	border-color: #f08519;
}
.banner .swiper-pagination .swiper-pagination-bullet-active:after{
	background: #f08519;

}
.in-banner img{
	display: block;
	width: 100%;
}
.in-banner img:last-child{
	display: none;
}

.mbanner{
	display: none;
}

.title{
	padding-bottom: 40px;
	background: url(../images/title.png) no-repeat center bottom;
}
.title h4{
	text-align: center;
	font-size: 42px;
	color: #222;
 
	 
}
.title p{
	text-align: center;
	font-size: 18px;
	margin-top: 10px;
	color: #666666;

}

.title b{
	color: #f08519;
}
.tab{
	width: 100%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}

.tab ul li{
	float: left;
	width: 12%;
	height: 50px;
 	
	background: #fff;
  
	box-sizing: border-box;
	text-align: center;
	transition: .5s;
 	margin-left: .57%;
	margin-bottom: 10px;
	line-height: 50px;
}
.tab ul li:nth-child(8n-7){
	margin-left: 0;
}
.tab ul li a{
	color: #333333;
	font-size: 18px;
	display: block;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.business{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 80px 0;
	background: #fff5eb;
}

.business .list{
	margin-top: 40px;
}
.business ul li{
	float: left;
	border:1px solid #dcdcdc;
	margin-left: 30px;
	width: 580px;
	box-sizing: border-box;
	background: #fff;
	margin-bottom: 30px;
	transition: .333s;
}
.business ul li:nth-child(3n-2){
	margin-left: 0;
}
.business ul li .img-box{
	position: relative;
	padding: 20px;
	background: #fff;
	box-sizing: border-box;
	border-bottom: 1px solid #dcdcdc;
}
.business ul li .img-box div{
	overflow: hidden;
	position: relative;
}
.business ul li .img-box div:after{
	content: "";
	width: 100%;
	display: block;
	background: #eeeeee40;
	padding-bottom: 70.642%;
}
 
.business ul li img{
	display: block;
	position: absolute;	
	left: 50%;
	transform: translateX(-50%);
	height: 100%;

}
.business ul li  .info{
	width: calc(100% - 60px);
	height:100px;
	position: relative;
	overflow: hidden;
	display: flex;
 	margin:0 auto;
	box-sizing: border-box;
	align-items: center;
	justify-content: space-between;
}

.business ul li  i{
	position: relative;

	width: 36px;
	height: 36px;
 
	background: url(../images/icon01.png) no-repeat center top;
}
.business ul li .info:after{
	content: "";
	width: 25px;
	transition:.5s;
	box-sizing: border-box;
	height: 1px;
	right:5px;
	position: absolute;
 
	background: #dcdcdc;
	bottom: 25px;
	position: absolute;

	 
}

.business ul li  .info p{
 	
	font-size: 22px;
	 
	box-sizing: border-box;
	color: #333;
 
	height:35px;
	width: 500px;
	 white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
 	
}
 
.in-business .list{
	margin-top: 0;
	height: auto;
	overflow: hidden;
}
.in-business  ul li{
	width: 32.5%;
	margin-left: 1.2%;
}
.in-business  ul li:nth-child(3n-2){
	margin-left: 0;
}
.business ul li .info p{
	width: 85%;
}


.cases{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 60px;
}
.cases .tit{
	width: 100%;
	height: 500px;
	background: url(../images/bg01.jpg) no-repeat center;
}

.cases .tit .main{
	height: 500px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.cases .tit  img{
	display: block;
	margin-right: 300px;
	margin-top: 100px;
}
.cases .tit .main div{
	float: right;
	width: 520px;
 
}
.cases .tit h4{
	color: #ffffff;
	font-size: 48px;
	position: relative;
	padding-bottom: 30px;
}

.cases .tit h4:after{
	content: "";
	width: 110px;
	height: 8px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #f68a00;
}

.cases  .tit p{
	color: #ffffff;
	font-size: 18px;
	line-height: 43px;
	margin-top: 40px;
}

.cases  .item{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}
.cases .item ul li{
	width: 49%;
 
	box-sizing: border-box;
	float: left;
	position: relative;
}
.cases .item  ul li:nth-child(2n){
	float: right;
}

.cases .item ul li img{
	display: block;
	width: 100%;
}

.cases .item ul li .info{
	width: 92%;
	height: auto;
	left: 50%;
	padding: 25px 30px;
	box-sizing: border-box;
	transform: translateX(-50%);
	overflow: hidden;
	background: rgba(255, 255, 255, .7);
	position: absolute;
	bottom: 30px;
}

.cases .item ul li .info:after{
	content: "";
	width: 66px;
	height: 66px;
	display: block;
	background: url(../images/more02.png) no-repeat center;
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
}

.cases .item ul li .info h4{
	color: #333333;
	font-size: 24px;
	width: 100%;
	 white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 15%;
    box-sizing: border-box;
    overflow: hidden;
}

.cases .item ul li .info p{
	color: #333333;
	font-size: 16px;
	margin-top: 10px;
	white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 15%;
    box-sizing: border-box;
    overflow: hidden;
}

.cases .show{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.cases .show .box{
	width: 600%;
}
.cases .show .box ul li{
	float: left;
	width:335px;
	margin-left: 20px;
	position: relative;
}

.cases .show .box ul li img{
	display: block;
	width: 100%;
}

.cases .show .box ul li p{
 	width: 100%;
 	height: 60px;
 	line-height: 60px;
 	border-bottom: 1px solid #dcdcdc;
 	text-align:center;
 	font-size: 18px;
 	color: #333;
}

 
.about{
	width: 100%;
	height: auto;
	background: #F08519;
	background-size: cover;
	margin-top: 90px;
	padding: 100px 0;
	padding-bottom: 130px;
}
.about .intro{
	width: 820px;
}
.about .intro .tit h4{
	color: #fff;
	font-size: 42px;
}

.about .intro .tit p{
	color: #fff;
	font-size: 24px;
	position: relative;
	padding-left: 60px;
	box-sizing: border-box;
	margin-top: 20px;
}
.about .intro .tit p:after{
	content: "";
	width: 50px;
	height: 2px;
	position: absolute;
	left: 0;
	top: 50%;
	background: #fff;
	transform: translateY(-50%);
}
.about .intro .info{
	width: 100%;
	height: auto;
	overflow: hidden;
	color: #fff;
	font-size: 15px;
	margin-top: 50px;
	text-indent: 2em;
	line-height: 30px;
	display: -webkit-box;
	-webkit-line-clamp:5;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.about .intro a{
	display: block;
	width: 200px;
	height: 60px;
	line-height: 60px;
	background: #fff;
	box-sizing: border-box;
	text-align: center;
	font-size: 18px;
	color: #555555;
	border-radius: 30px;
	margin-top: 40px;
}

.about .bd{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.about img{
	display: block;
}

.about  .video{
	 width: 853px;
}
.about  .video img{
	display: block;
	width: 100%;
}

.data-info{
	width: 100%;
	height: auto;
	overflow: hidden;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	margin-top: 50px;
	padding: 40px 140px;
	box-sizing: border-box;
}

.data-info ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.data-info ul li{
	position: relative;
}
.data-info ul li:after{
	content: "";
	width: 1px;
	height: 100px;
	position: absolute;
	right: -50%;
	top: 50%;
	background: #fff;
	transform: translateY(-50%);
}
.data-info ul li:last-child:after{
	display: none;
}
.data-info ul li div{
	display: flex;
	color: #fff;
	font-size: 24px;
	align-items: flex-end;
}
.data-info ul li b{
	color: #fff;
	font-size: 120px;
	line-height: 100px;
	margin-right: 10px;
	font-family: "DIN-BOLD", "Microsoft YaHei", "STSong", sans-serif;
}
.data-info ul li p{
	color: #fff;
	font-size: 24px;
	margin-top: 10px;
}

 
.adv{
 	width: 100%;
 	height: auto;
 	overflow: hidden;
 	margin-top: 80px;
}
 
.advSwiper{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 60px;
}
.advSwiper .swiper-slide{
	width: 24.61%;
	height: 560px;
	background: #fce7d1;
	border-top: 5px solid #f08519;
	box-sizing: border-box;
	padding-top: 50px;
	padding: 0 25px;
	box-sizing: border-box;
}
.advSwiper .swiper-slide h4{
	color: #f08519;
	font-size: 32px;
	margin-top: 45px;
	text-align: center;
}
.advSwiper .swiper-slide  img{
	display: block;
	width: 392px;
	border-radius: 30px;
	margin:0 auto;
	margin-top: 40px;

}

.advSwiper .swiper-slide p{
	color: #333333;
	font-size: 18px;
	line-height: 30px;
	margin-top: 20px;
}
.advSwiper .swiper-slide:nth-child(2n){
	margin-top: 49px;
}
.advSwiper .swiper-pagination{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 50px;
	display: none;
}
.advSwiper .swiper-pagination span{
	display: block;
	width: 38px;
	height: 12px;
	background: #c1cad1;
	margin:0 5px;
	border-radius: 10px;
}

.advSwiper .swiper-pagination .swiper-pagination-bullet-active{
	background: #f08519;
}
.adv .tel{
	text-align: center;
	margin-top: 70px;
}
.adv .tel img{
	display: block;
}
.adv .tel div{
	height: 100px;
	padding:0 45px;
	margin: 0 auto;
	display: inline-flex; 
	align-items: center;
	background: #f08519;
	border-radius: 50px;
}
.adv .tel b{
	font-size: 54px;
 	font-family: "DIN-BOLD", "Microsoft YaHei", "STSong", sans-serif;
	color: #fff;
	padding: 0 30px;
	 
}
.news{
	width: 100%;
	height: auto;
	overflow: hidden;
 	padding: 80px 0;
 	background:#FFF5EB;
	box-sizing: border-box;
}
 


.news .current{
	width:596px;
	height: auto;
	overflow: hidden;
	padding: 35px;
	box-sizing: border-box;
	margin-top: 40px;
	background: #fff;
	float: left;
}
.news .current img{
	display:block;
	width: 100%;
 
}
.news .current .intro{
	width: 100%;
	height: auto;
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
	margin-top: 20px;
}
.news .current h4{
	width: 100%;
	font-weight: normal;
	color: #000000;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	font-size: 20px;
}
.news .current span{
	display: block;
	color: #999999;
	font-size: 13px;
	margin-top: 15px;
}

.news .current p{
	color: #666666;
	font-size: 14px;
	height: 48px;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 5px;
	line-height: 22px;
}
.news .newsSwiper {
	width:1180px;
	float: right;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}
.news .newsSwiper ul{
 
	height: 550px;
 	width: 100%;
 	display: block;
 
}

.news ul  li{
 	float: left;
	width: 580px;
	height: auto;
	overflow: hidden;
	background:#fff;
	padding: 25px 30px;  
	box-sizing: border-box;
	margin-bottom: 24px;
}

.news ul li:nth-child(2n){
	float: right;
}
 
 .news ul  li .time{
 	width: 100%;
 	height: auto;
 	display: flex;
 	justify-content: space-between;
 	align-items: center;
 	overflow: hidden;
 	border-bottom: 1px solid #E7E7E7;
 	padding-bottom: 20px;

 }

  .news ul  li .time i{
  	display: block;
  	width: 46px;
  	height: 46px;
  	border-radius: 50%;
  	border: 1px solid #DDDDDD;
  	box-sizing: border-box;
  	text-align: center;
  	line-height: 46px;
  	font-size: 16px;
  	color: #999999;

  }
 
 .news ul  li .time p{
 	color: #333333;
 	font-weight: bold;
 	font-size: 40px;
 }


.news ul  li .time span{
  	display: block;
  	color: #999999;
  	font-size: 16px;
}

.news ul  li .info{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.news ul  li .info h4{
	color: #000000;
	font-size: 22px;
	width: 100%;
	 white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
    overflow: hidden;
}


.news ul  li .info p{
	width: 100%;
	height:48px;
	overflow: hidden;
	color: #999999;
	font-size: 14px;
	line-height: 24px;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 13px;
}


 

.cp{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 90px;
	padding-bottom: 10px;
}
.cp .tit {
	position: relative;
	padding-left: 30px;
}
.cp .tit:after{
	position: relative;
	width: 12px;
	height: 56px;
	background: linear-gradient(to bottom, #f08519 50%, #F08519 50%);
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.cp .tit h4{
	color: #333333;
	font-size: 	28px;
}

.cp .tit  p{
	color: #999999;
	font-size: 20px;
	text-transform: uppercase;
	margin-top: 3px;
}

.cp ul {
	margin-top: 40px;
	 display: flex;
    flex-wrap: wrap;
}

.cp ul li{
	float: left;
	border:1px solid #e5e5e5;
   
	box-sizing: border-box;
	 margin-left: -1px;
	 width: 16.6666%;

    margin-bottom: -1px;
}
.cp ul li img{
	display: block;
	width: 100%;
}
.index-map{
	width: 100%;
	margin: 70px auto;
	position: relative;
}
.index-map:before{
	content: "";
	width: 300px;
	height: 100%;
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
}
.index-map:after{
	content: "";
	width: 300px;
	height: 100%;
	position: absolute;
	z-index: 10;
	right: 0;
	top: 0;
}
.index-map .bd{
	height: 400px;
}




.links{
	width: 100%;
	height: auto;
	overflow: hidden;
	border: 1px solid #E5E5E5;
	box-sizing: border-box;
}
.links .main{
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
}
.links .tit{
	width: 130px;
	height: 100px;
	border-left: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
 
}

.links .tit p{
	color:#f08519;
	font-size: 16px;
	padding-bottom: 10px;
	position: relative;
}
.links .tit p:after{
	content: '';
	width: 25px;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
	background:#f08519;
}


.links .tit span{
	display: block;
	color: #333333;
	font-size: 18px;
	margin-top: 5px;
}
.links  ul {
	height: 60px;
	overflow: hidden;
	margin-top: 20px;
	float: left;
	margin-left: 10px;
	flex: 1;  
     min-width: 0;  
}

.links  ul li{
	float: left;
	padding: 0 10px;
	line-height: 30px;
}
.links  ul li a{
	color: #666666;
	font-size: 14px;
}


.foot-nav{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #f08519;
}
.foot-nav ul {
	display: flex;
	height: 70px;
	justify-content: center;
	align-items: center;
}
.foot-nav ul li{
	position: relative;
	flex: 1;
	text-align: center;
}
.foot-nav ul li a{
	color: #fff;
	font-size: 22px;
}
.foot-nav ul li:after{
	content: "";
	width: 1px;
	height: 20px;
	position: absolute;
	background: #22cb00;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.foot-nav ul li:last-child:after{
	display: none;
}



.footer{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #1C1C1C;
	padding-top: 45px;
	padding-bottom: 70px;
}
 
.footer .tit {
	display: flex;
	align-items: center;
}
.footer .tit p{
	color: #f08519;
	margin-right: 5px;
	font-size: 20px;
}
.footer .tit span{
	display: block;
	color: #999999;
	font-size: 16px;
	text-transform: uppercase;
}

.footer .menu{
	width: 178px;
	height: auto;
	overflow: hidden;
	float: left;
	margin-right: 60px;
}
.footer .menu ul{
	margin-top: 10px;
}
.footer .menu ul li{
	width: 49%;
	float: left;
	line-height:50px;
}


.footer .menu ul li:nth-child(2n){
	float: right;
}
.footer .menu ul li a{
	display:block;
	font-size: 15px;
	color: #999999;

}

.footer .list{
	width: 347px;
	height: auto;
	float: left;
	margin-right: 80px;
	overflow: hidden;
}
.footer .list ul{
	margin-top: 20px;
}
.footer .list ul li{
	width: 49%;
	float: left;
	border:1px solid #BFBFBF;
 	padding-left: 15px;
 	padding-right: 35px;
 	position: relative;
 	box-sizing: border-box;
 	margin-bottom: 10px;
	line-height: 40px;
}
.footer .list ul li:after{
	content: "+";
	position: absolute;
	right: 20px;
	top: 0;
	color: #999999;
	font-size: 15px;
}
.footer .list ul li:nth-child(2n){
	float: right;
}

.footer .list ul li a{
	display: block;
	color: #999999;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	font-size: 14px;
}

.footer .intro{
	width: 485px;
	height: auto;
	float: left;
	margin-right: 50px;
	overflow: hidden;
}
.footer .intro .info{
	margin-top: 15px;
}
.footer .intro .info p{
	color: #999999;
	font-size: 13px;
	line-height: 30px;
}

.footer .intro .info p img{width: 16px;}

.footer .ewm {
	float: right;
	margin-left: 50px;	
}

.footer .ewm ul{
	margin-top: 25px;
}
.footer .ewm ul li img{
	display: block;
	width: 140px;
	height: 140px;
	border:5px solid #fff;
	box-sizing: border-box;
}
.footer a{
	color: #999999;
}


.float-right{
	display: none;
	position: fixed;
	right:0;
	top: 300px;
	z-index: 100;
}
.float-right ul li{
	display: flex;
	width: 190px;
	position: relative;
	right: -140px;
	background: #F08519;
	position: relative;
	align-items: center;
	transition: .5s;
	margin-bottom: 1px;
	border-radius: 5px 0 0 5px;
}
.float-right ul li p{
	color: #fff;
 	line-height: 20px;
	font-size: 16px;
 
	max-width: 130px;
}
.float-right ul li div{
	position: absolute;
	left: -155px;
	display: none;
}
.float-right ul li div img{
	display: block;
	width: 150px;
	height: 150px;
}
.float-right ul li span{

	width: 52px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.float-right ul li:nth-child(1):hover{
	right: 0;
}
.float-right ul li:hover div{
	display: block;
}

.cr{
	width: 100%;
	display: flex;
	justify-content: center;
	color: #666666;
	font-size: 16px;
	height: 80px;
	align-items: center;
	background: #111111;
}
.cr span{
	padding: 0 10px;
}

.in-content{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.in-content .left{
	width: 260px;
	float: left;
}
.in-content .left .pro-list{
	float: initial;
}
.in-content .quick{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
	border: 1px solid #e5e5e5;
}
.in-content .quick .tit{
	display: flex;
	align-items: center;
	background: #1ad76f;
	justify-content: center;
	height: 120px;
}
.in-content .quick .tit img{
	margin-right: 10px;
}
.in-content .quick .tit h4{
	color: #fff;
	font-size: 24px;
}

.in-content .quick .tit p{
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.in-content .quick ul {
	margin:15px 0;
	box-sizing: border-box;
	width: 100%;
	padding: 0 15px;
}
.in-content .quick ul li{
	width: 100%;
	position: relative;
		overflow: hidden;
		white-space: nowrap;
    text-overflow: ellipsis;
    line-height:40px;
	border-bottom: 1px solid #e5e5e5;
	padding-left: 15px;
	box-sizing: border-box;
}
.in-content .quick ul li:last-child{
	border: none;
}

.in-content .quick ul li:after{
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #1ad76f;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.in-content .quick ul li a{
	font-size: 16px;
	color: #333;

	width: 100%；
}
.float{
	display: none;
}


.page{
	display: table;
	margin: 40px auto;
	max-width: 1200px;
}

.page ul li{
	float: left;
	padding: 0 10px;
	height: auto;
	overflow: hidden;
	line-height: 30px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	margin: 0 3px;
}

.page ul li a{
	color:#333;
}

.page .active{
	background: #F08519;
	color:#fff;
	font-size: 12px;
	border-color: #F08519;
}
.page .active a{
	color: #fff;
}
.img-list{
	height: auto;
	overflow: hidden;
	width: 100%;
	padding-top: 20px;
}
.img-list .tab ul li{
	background: #EEEEEE;
}
.img-list .pic{
	height: auto;
	overflow: hidden;
	margin-top: 15px;
 
}

.img-list .pic ul li{
	float: left;
	width: 24%;
	margin-left: 1.3%;
 
	margin-bottom: 20px;
}
.img-list .pic ul li:nth-child(4n-3){
	margin-left: 0;
}
.img-list .pic ul li img{
	display: block;
	width: 100%;
}
.img-list .pic ul li div{
	border:1px solid #ccc;
	box-sizing: border-box;
}
.img-list .pic ul li p{
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #333;
	font-size: 16px;
	text-align: center;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.case-list{
	margin-top: 0;
}

.crumbs{
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: rgba(0,0,0,.5);
   	margin-top: -50px;
   	z-index: 1;
   	position: relative;
}
.crumbs .in-main{
	display: flex;
	align-items: center;
}
.crumbs img{
	display: block;
	margin-right: 10px;
}
.crumbs p{
	color: #cccccc;
	font-size: 14px;
 
}
.crumbs div{
	overflow: hidden;
	white-space: nowrap;
	height: 50px;
	font-size: .20rem;
	color: #cccccc;
  	 text-overflow: ellipsis;
}
.crumbs  a{
	color:#cccccc;
	font-size: 14px;
	padding-right: 15px;
	position: relative;
}
.crumbs a:after{
	content: ">";
	position: absolute;
	right:2px;
	font-family: '宋体';
}
.crumbs a:last-child:after{
	width: 0;
	height: 0;
	overflow: hidden;
}

.tab-bar{
	width: 100%;
	height: 80px;
	overflow: hidden;
	background: #e7e9f3;
}

.tab-bar .swiper-slide {
	color: #555555;
	width: auto;
	padding: 0 20px;
	font-size: 18px;
	line-height: 80px;
	position: relative;
	text-align: center;
}
.tab-bar .swiper-slide  a{
	color: #555;
	display: block;
}

.tab-bar .swiper-slide:after{
	content: "";
	width: 1px;
	height: 2px;
	height: 20px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	background: #85868a;
}
.tab-bar .swiper-slide:last-child:after{
	display: none;
}
.tab-bar .swiper-slide a:after{
	content: "";
	width: 0;
	height: 3px;
	position: absolute;
	left:50%;
	transition: .5s;
	transform:translateX(-50%);
	bottom: 0;
	background:#F08519;
}
.tab-bar .swiper-slide .curren{
	color: #F08519;
}
.tab-bar .swiper-slide .curren:after{
	 
	width: 100%;

}

.fy{
	width: 1400px;
	margin: 40px auto;
	height: auto;
	line-height: 40px;
	overflow: hidden;

	border-bottom: 1px solid #ccc;
}
.fy p{
	color:#333;
	font-size: 14px;
	float: left;
	max-width:400px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
	padding: 0 20px;
	box-sizing: border-box;
}
.fy a{
	color:#333;
}
.return{
	float: right;
	font-size: 14px;
}

.about-intro{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 40px;
}
.about-intro .intro{
	color: #333;
	font-size: 16px;
	line-height: 30px;
}
.about-intro .intro p{
	text-indent: 2em;
}
.about-intro .intro img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.cont-intro{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 80px;
	margin-top: 60px;
}

.cont-intro .in-main{
	display: flex;
	align-items:flex-start;
	justify-content: space-between;
}
.cont-intro .intro{
	width: 40%;
}
.cont-intro .intro{
	font-size: 16px;
	line-height: 30px;
}
.cont-intro .map{
	width: 55%;
	height: 500px;
}
.map{
	width: 100%;
	height: 400px;
	overflow: hidden;
	 
}
 
.map{
	width: 100%;
	height: 400px;
	overflow: hidden;
	 
}
 

.detailed{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
	margin-bottom: 40px;
}
.detailed .tit{
	height: auto;
	overflow: hidden;
	border-bottom: 1px solid #eee;
	padding-bottom: 15px;
}
.detailed .tit h4{
	color:#333;
	font-size: 24px;
	text-align: center;
}

.detailed .tit  p{
	display: block;
	font-size: 14px;
	color:#666;
	margin-top: 15px;
	text-align: center;
}
.detailed .tit  span{
 	margin: 0 5px;
}


.detailed  .info{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
	color:#333;
	font-size: 16px;
	line-height: 30px;
	min-height:150px;
}
.detailed .info p{
	text-indent: 2em;
}
.detailed  .info img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}


.honor{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 100px;
	background: url(../images/bg01.jpg) no-repeat center;
	background-size: cover;
	padding: 80px 0;
	box-sizing: border-box;
 
}
.honor .show{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 60px;
}

.honor .show .box{
	width: 800%;
}
.honor .show ul {

}

.honor .show ul li .img-box{
	padding: 5px;
	box-sizing: border-box;
	background: #fff;
	position: relative;
}
.honor .show ul li .img-box:after{
	content: "";
	display: block;
	width: 100%;
	padding-bottom: 72.19%;
	background: #eee;
}
.honor .show ul li .img-box img{
	display: block;
	position: absolute;
	height: calc(133% - 70px);
	left: 50%;
	width: auto;
	transform: translateX(-50%);
}
.honor .show ul li{
	width: 436px;
	float: left;
	border:1px solid #d1a33d00;
	height: auto;
	margin-left: 20px;
 
  	margin-bottom: 80px;
	position: relative;
	box-sizing: border-box;
}
.honor .show ul li:after{
	width: 100%;
	position: absolute;
	height: 79px;
	content: '';
	bottom: -81px;
	display: block;
	background: url(../images/bg02.png)  repeat-x left center;
}

.honor .show ul li p{
	width: 100%;
	height: 60px;
	line-height: 60px;
	color: #fff;
	text-align: center;
	background: #D1A33D;
	font-size: 16px;
	 white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	border-top: 1px solid #dcdcdc;
}
.honor .show ul li img{
	display: block;
	width: 100%;
}
.news-list{
	width:100%;
	margin: 0 auto;
	height: auto;
	margin-top: 40px;
	padding-top: 5px;
	overflow: hidden;
 
}

.news-list ul li{
	width:49%;
	height: auto;
	float: left;
	overflow: hidden;
 	border: 1px dotted #E7E7E7;
 	box-sizing: border-box;
	padding: 14px;
	margin-bottom: 12px;
	position: relative;
	transition: .5s;
}

.news-list ul li:nth-child(2n){
	float: right;
}
 

.news-list ul li  a{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.news-list ul li .time{
	width:110px;
	height:110px;
	background:#707070;
	position: relative;
	overflow: hidden;
	border: 1px dotted #C1C1C1;
}

.news-list ul li .time:after{
	content: "";
	width: 16px;
	height: 1px;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	background: #fff;
	top: 55px;
}
.news-list ul li .time span{
	color: #fff;
	font-size: 16px;
	margin-top:20px;
	text-align: center;
	display: block;
}
.news-list ul li .time p{
	color: #fff;
	text-align: center;
	margin-top: 20px;
	font-size: 22px;

}
.news-list ul li .info{
	width: 520px;
	 
}
.news-list ul li .info h4{
	color: #111111;
	font-size: 18px;
	width: 100%;
	white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 20px;
    box-sizing: border-box;
    overflow: hidden;
     white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
 
}

.news-list ul li .info p{
	color: #666666;
	font-size: 15px;
	line-height: 28px;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}


.history{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 80px;
}
.in-tit h4{
	color: #f08519;
	text-align: center;
	font-size: 36px;
}
.in-tit p{
	text-align: center;
	color: #999999;
	font-size: 20px;
	margin-top: 5px;
	text-transform: uppercase;
}

.historyIntro{
	overflow: hidden;
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 45px;
}

.historyIntro .swiper-slide{
	border:3px solid #e5e5e5;
	box-sizing: border-box;
	border-radius: 15px;
	padding:0 30px;
	height: 425px;
	box-sizing: border-box;
	padding-top: 50px;
}

.historyIntro .swiper-slide .tit h4{
	color: #333333;
	font-size: 42px;
	font-weight: normal;
}
.historyIntro .swiper-slide .info{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	color: #555555;
	font-size: 16px;
	line-height: 30px;
	position: relative;
	padding-left: 20px;
	box-sizing: border-box;
}
.historyIntro .swiper-slide .info:after{
	content: "";
	width: 8px;
	height: 8px;
	background: #F08519;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 12px;
}

.historyBox{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 45px;
	height: 80px;
	position: relative;
}
.historyBox:after{
	content: "";
	width: calc(100% - 64px);
	height: 1px;
	position: absolute;
	left:50%;
	transform:translateX(-50%);
	top: 16px;
	background: #e5e5e5;
}
.historyBox .swiper-button-next{
	width: 33px;
	height: 33px;
	background:url(../images/next.png) no-repeat left center;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.historyBox .swiper-button-prev{
	width: 33px;
	height: 33px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	background:url(../images/prev.png) no-repeat left center;
}
.historyBar{
	width: 970px;
	margin:0 auto;
	overflow: hidden;
}


.historyBar .swiper-slide{
	cursor:pointer;
}
.historyBar .swiper-slide p{
	color: #333333;
	font-size: 30px;
	position: relative;
	font-weight: 400;
	transition: .5s;
	text-align: center;
	padding-top: 40px;
}
.historyBar .swiper-slide p:after{
	content: "";
	width: 24px;
	height: 24px;
	display: block;
	background: #fff;
	position: absolute;
	left: 50%;
	transition: .5s;
	top: 4px;
	transform: translateX(-50%);
	border:1px solid #1d358e;
	border-radius: 50%;
}
.historyBar  .active-year p{
	color:  #f08519;
	font-weight: 800;
}
.historyBar  .active-year p:after{
	background: #f08519;
}


.in-about{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 70px;
}
.in-about .tit {
	border-bottom: 1px solid  #e5e5e5;
	box-sizing: border-box;
	padding-bottom: 30px;
}
.in-about .tit h4{
	color: #f08519;
	font-size: 36px;
}

.in-about .data-info{
	padding: 0;
	border-radius: 0;
}
.in-about .data-info ul li div{
	color: #f08519;
}
.in-about .data-info ul li b{
	color: #f08519;
}
.in-about .data-info ul li p{
	color: #f08519;
}
.in-about .intro{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 60px;
	color: #333333;
	font-size: 16px;
	text-indent: 2em;
	line-height: 36px;
}
 
.rec-news{
	width: 100%;
	height: auto;
	overflow: hidden;
	
	margin-top: 80px;
	margin-bottom: 80px;
}


.rec-news .in-main{
	padding:30px;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	border: 10px solid #eeeeee;
	box-sizing: border-box;
}
.rec-news .tit {
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 24px;
}
.rec-news .tit h4{
	color: #f08519;
	font-size: 30px;
	font-weight: normal;

}

.rec-news .tit  a{
	display: block;
	font-size: #666666;
	font-size: 24px;
}

.rec-news .recNewsSwiper{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
}

.rec-news .recNewsSwiper .swiper-slide{
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
	padding: 30px;
	box-sizing: border-box;
}

.rec-news .recNewsSwiper .swiper-slide h4{
	color: #333;
	font-size: 18px;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
 
}
.rec-news .recNewsSwiper .swiper-slide  span{
	display: block;
	color: #999999;
	font-size: 13px;
	margin: 10px 0;
}

.rec-news .recNewsSwiper .swiper-slide  p{
	color: #666666;
	font-size: 15px;
	line-height: 28px;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.rec-news .recNewsSwiper .swiper-pagination{
	display: flex;
	width: 100%;
	justify-content: center;
	margin-top: 40px;
}

.rec-news .recNewsSwiper .swiper-pagination span{
	display: block;
	width: 30px;
	height: 10px;
	border-radius: 10px;
	background: #cccccc;
	margin:0 2px;
}

.rec-news .recNewsSwiper .swiper-pagination .swiper-pagination-bullet-active{
	background: #f08519;
}
.business-intro{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 60px;
}
.business-intro ul li{
	border:1px solid #e5e5e5;
	box-sizing: border-box;
	padding: 40px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
	align-items: center;
}
.business-intro ul li .img{
	width: 320px;
	height: auto;
	overflow: hidden;
	position: relative;
	 
}
.business-intro ul li img{
	width: 100%;
}
/*.business-intro ul li .img:after{
	content: "";
	display: block;
	width: 100%;
	padding-bottom: 75%;
	background:#eeeeee4a;
}*/
/*.business-intro ul li img{
	display: block;
	position: absolute;
	height: 100%;
	width: auto;
	left: 50%;
	transform: translateX(-50%);
}*/
.business-intro ul li .intro {
	margin-left: 40px;
	width: 950px;
}
.business-intro ul li .intro h4{
	color:#F08519;
	font-size: 28px;
	position: relative;
	padding-bottom: 30px;
}
.business-intro ul li .intro h4:after{
	content: "";
	width: 60px;
	height: 5px;
	background: #F08519;
	position: absolute;
	left: 0;
	bottom: 0;
}

.business-intro ul li .intro p{
	color: #555555;
	font-size: 18px;
	line-height: 36px;
	margin-top: 30px;
}


.honor-intro{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 60px;
}
.honor-intro .honor-tit {
	margin-bottom: 40px;
}
.honor-intro .honor-tit h4{
	color: #122b88;
	font-size: 36px;
	text-align: center;
}
.honor-intro .honor-tit p{
	color: #999999;
	font-size: 20px;
	text-align: center;
	text-transform: uppercase;
}
.honor-intro  .intro{
	height: auto;
	overflow: hidden;
}
.honor-intro .part{
	width: 100%;
	height: auto;
	min-height: 290px;
	overflow: hidden;
	border:1px solid #e5e5e5;
	margin-bottom: 20px;
	box-sizing: border-box;
	padding: 40px;

}

.honor-intro .part .tit h4{
	color: #122b88;
	font-size: 24px;
}

.honor-intro .part ul{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}

.honor-intro .part ul li{
	color: #333333;
	font-size: 18px;
	line-height: 30px;
	position: relative;
	padding-left: 15px;
	box-sizing: border-box;
}

.honor-intro .part ul li:after{
	content: "◆";
	color: #333;
	font-size: 18px;
	position: absolute;
	left: 0;
}
.honor-intro  .xl ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.honor-intro  .xl ul li{
	width: 32%;
	float: left;
}
.honor-intro .xs{
	width: 49%;
	float: left;
}
.honor-intro .xs:last-child{
	float: right;
}
.honor-intro .pic{
 
	width: 100%;
	height: auto;
	overflow: hidden;
}

.honor-intro .pic ul li{
	float: left;
	width: 24%;
	margin-left: 1.33333333%;
	border:1px solid #dcdcdc;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.honor-intro .pic ul li:nth-child(4n-3){
	margin-left: 0;
}
.honor-intro .pic ul li .img-box{
	padding: 10px;
	box-sizing: border-box;
}
.honor-intro .pic ul li img{
	display: block;
	width: 100%;
}
.honor-intro .pic ul li p{
	width: 100%;
	line-height: 80px;
	text-align: center;
	color: #333333;
	border-top: 1px solid #dcdcdc;
	padding:0 5px;
	box-sizing: border-box;
	font-size: 18px;
	 white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}


@media (min-width: 1200px){
 	
 	.nav ul {
 		display: flex;
 		justify-content: space-between;
 		align-items: flex-start;
 	}

 	.nav ul li{
 		float: left;
 		width: 100%;
 		box-sizing: border-box;
 		height:130px;
 		display: flex;
 		align-items: center;
 		justify-content: center;
 		position: relative;
 		line-height: 130px;
 		text-align: center; 
 		margin: 0 29px;
 		position: relative;
 	}
 	.nav ul li:after{
 		content: "";
 		width: 1px;
 		height: 20px;
 		position: absolute;
 		right: calc(-50% + 15px);

 		top: 50%;
 		background: #b0b0b0;
 		transform: translateY(-50%) rotate(15deg);
 	}
 	.nav ul li:last-child:after{
 		display: none;
 	}
  	.nav ul li a{
  		font-size: 22px;
  		color: #333;
  		overflow: hidden;
  	}
  	.nav ul li:last-child{
  		padding-right: 0;
  	}
 
  	.nav ul li ul{
  		position: absolute;
  		top: 130px;
  		display: block;
  		width:200px;
  		left: 50%;
 		display: none;
  		transform: translateX(-50%);
  		
  	}

  	 
  	.nav ul li ul li{
 		height:48px;
 		line-height:48px;
 		width: 100%;
 		background: rgba(255,255,255,.9);
 		margin:0;
 		margin-bottom: 1px;
 		padding: 0;
 		padding: 0 5px;
 		box-sizing: border-box;
   
  	}
  	.nav ul li ul li:after{
  		display: none;
  	}
  	
  	.nav ul li ul li a{
  		color: #333;
  		font-size: 15px;
  		background: none;
  		 white-space: nowrap;
  		text-overflow: ellipsis;
  		overflow: hidden;
  		font-weight: normal;
  	}


  	.nav ul li ul li:last-child{
  		border:none;
  	}
  	.nav ul .active a{
  		color: #F08519;
  	}
  	.nav ul li:hover  a{
  		color: #f08519;
 
  	}
  	.nav ul li:hover ul li a{
  		color: #333;
  	}
  	.nav ul li:hover ul{
  		display: block;
  	}
 
  	.nav ul li ul li:hover a{
  		color: #f08519;
  		font-weight: none;
  	}
  	.nav ul li:hover a{}

    .img-box:hover img{
    	transform: scale(1.05);
    }

 	.business ul li:hover{
 		 background: #f08519;
 	}

 	.business ul li:hover .info:after{
 		width: 100%;
 		background: #fff;
 	}
 	.business ul li:hover .info p{
 		color: #fff;
 	}
 	.business ul li:hover .info  i{
 		background: url(../images/h-icon01.png) no-repeat center top;
 	}
 	.business ul li:hover .img-box  img{
 		transform:translateX(-50%) scale(1.05) ;
 	}
 	.cases .item ul li:hover .info h4{
 		color: #F08519;
 	}
 	.cases .show .box ul li:hover p{
 		color: #F08519;
 	}
    .tab ul li:hover{
    	background: #2381E3;
    	box-shadow:0 0 3px 3px #dbdbdb63;
    }
    .tab ul li:hover a{
    	color: #fff;
    }
 
 	.news ul li:hover .time p{

 		color: #F08519;
 	}
 	.news ul li:hover .time span{
 		color: #F08519;
 	}
 	.news ul li:hover .time i{
 		border-color: #F08519;
 		color: #F08519;
 	}
 	.news ul li:hover .info h4{
 		color: #F08519;
 	}
 	.news ul li:hover .info p{
 		color: #F08519;
 	}
 	.news ul li .info h4:hover{
 		font-weight: bold;
 		text-decoration: underline;
 	}

 	.news .current h4:hover{
 		color: #F08519;
 		text-decoration: underline;
 		font-weight: bold;
 	}


    .news-list ul li:hover .info h4{
    	color: #F08519;
    }

    .news-list ul li:hover .time{
    	background: #F08519;
    }

    .news-list ul li:hover{
    	transform: translateY(-2px);
    }
 
    .links ul li a:hover{
    	color:  #f08519;
 		text-decoration: underline;
    }
 
    .footer .menu ul li:hover a{
    	color: #f08519;
    	text-decoration: underline;
    }
    .footer .menu ul li:hover:after{
    	color: #f08519;
    }
    .footer .list ul li:hover a{
    	color: #f08519;
    }
    .footer .list ul li:hover{
    	
    	border-color: #f08519;
    }
	
 
    .fy a:hover{color: #f08519;}
    
    .rec-news .recNewsSwiper .swiper-slide:hover{border: 1px solid #f08519;}
    .rec-news .recNewsSwiper .swiper-slide:hover h4{color:  #f08519;}
	

	
}

@media (max-width: 1800px){

	.main{
		width: 1650px;
	}
	.business ul li{
		width: 530px;
	}
	.about .intro{
		width: 40%;
	}
	.about .video{
		width: 48%;
	}
	.about .intro .info{
		-webkit-line-clamp:5;
	}
	.advSwiper .swiper-slide img{
		width: 100%;
	}
	.news .newsSwiper{
		width: 1020px;
	}
 
	.news ul li{
		width: 49%;
	}

 
 	.news-list ul li .info{
 		width: 520px;
 		 
 	}
 
}	

@media (max-width: 1660px){
 	
 
	.top .tel b{
		font-size: 24px;
	}
	.head .tel img{
		height: 36px;
		margin-right: 5px;
	}
 	.nav ul li a{
 		font-size: 18px;
 	}
	.nav ul li{
		margin:0 20px;
	}
	.nav ul li:after{
		right: calc(-50% + 20px);
	}
	.main{
		width: 1400px;
	}

	.business ul li{
		width: 445px;
	}
	.honor .show ul li{
		width: 325px;
	}
	.honor .show ul li p{
		height: 68px;
		line-height: 68px;
	}
	.about .intro .info{
		margin-top: 30px;
	}
	.about .intro .tit p{
		font-size: 20px;
	}
 	.data-info{
 		padding:40px 50px;
 	}
	.advSwiper .swiper-slide .info{
		padding: 0 30px;
	}
	.advSwiper .swiper-slide p{
		font-size: 18px;
	}
  	.news  {
  		padding-bottom: 30px;
  	}
  	.news .current{
  		width: 540px;
  		padding:20px;
  	}
  	.news .newsSwiper{
  		width: 830px;
  	}
  	.news ul li{
  		padding: 18px;
  	}
  	.news ul li .info h4{
  		font-size: 18px;
  	}
  	.news ul li .info p{
  		margin-top: 10px;
  		line-height: 24px;
  	}
  	.news .swiper-slide .intro{
  		width: 200px;
  	}

 	.news-list ul li .info{
 		width: 520px;
 		 
 	}

 
}
 

@media (max-width: 1440px){
	.main{
		width: 1200px;
	}
	.in-main{
		width: 1200px;
	}

 	.head img{
 		height: 45px;
 	}
	.nav ul li {
		margin: 0 15px;
	}
	.nav ul li a{
		font-size: 18px;
	}
	  
	.nav ul li ul li a{
		font-size: 14px;
	}
 	
	.business ul li{
		width: 380px;
	}
	.business ul li .info{
		height: 80px;
	}
	.business ul li .info i{
		height: 30px;
	}
	.business ul li .info p{
		font-size: 18px;
	}
	.business ul li .info:after{
		bottom: 15px;
	}
 	.about .video{
 		width: 650px;
 	}
	.about .intro .info{
		-webkit-line-clamp:3;
	}
   	.data-info{
   		padding: 40px 40px;
   	}
	.advSwiper .swiper-slide p{
		font-size: 16px;
		line-height: 28px;
	}
	.data-info ul li b{
		font-size:50px;
	}

	.advSwiper .swiper-slide{
		height: 560px;
	}
	.honor .show ul li{
		width: 280px;
	}
	.honor .show ul li p{
		height: 60px;
		line-height: 60px;
	}
	.news .newsSwiper{
		width: 635px;
	}
	.footer .intro{
		width: 500px;
	}
 	.news-list ul li .info{
 		width: 420px;
 		 
 	}
 	.footer .menu{
 		margin-right: 40px;
 	}

  	.footer .list{
  		width: 300px;
  		margin-right: 40px;
  	}
  	.footer .intro{
  		margin-right: 40px;
  		width: 450px;
  	}
  	.footer .ewm{
  		margin-left: 0;
  	}
 	.fy{
		width: 1200px;
	}
}
 

@media (max-width: 1199px){
	.main{
		width:7.1rem;
		margin: 0 auto;
	}
	.in-main{
		width: 7.1rem;
	}
	.top .main{
		justify-content: center;
	}
	.top .tel{
		margin-left: 0;
	}
	.top .tel img{
		height: .6rem;
		margin-right: .2rem;
	}
	.top p{
		display: none;
	}
	.top .tel b{
		font-size: .42rem;
	}
 	.head .name img{
 		width:4.8rem;
 		height: auto;
 	}
	.head .tel{
		display: none;
	}
	.head .btn{
		display: block;
		width: .8rem;
		height:.8rem;
		background: url(../images/btn.png) no-repeat center;
		background-size:.8rem auto;
	}
	.head .main{
		height: 1.6rem;
	 
	}
	.head img{
		display: block;
		width: 100%;
	}
	 
	.banner .swiper-wrapper img{
		display: none;
	}
	.banner .swiper-wrapper img:last-child{
		display: block;
	}

	.banner .swiper-pagination span{
		width: .4rem;
		height: .4rem;
		outline: none;
	}
	.banner .swiper-pagination{
		bottom: .4rem;
	}
	.in-banner img{
		display: none;
	}
	.in-banner img:last-child{
		display: block;
	}
	.mbanner{
		display: block;
	}
	.pcbanner{
		display: none;
	}
	.banner .swiper-pagination span{
		margin: 0 .1rem;
	}

	.nav{
		width: 100%;
		height: 100%;
		overflow: hidden;
		position: fixed;
		left: 0;
		top:0;
		display: none;
 
		opacity: 0;
		visibility: hidden;
		background: rgba(0,0,0,.5);
		z-index: 10001;

 	}
 	.nav ul{
 		top: 0;
 		width: 70%;
 		float: right;
 		right: -100%;
 		position: relative;
 		height:  100%;
 		overflow: hidden;
 		overflow-y:auto;
 		background: #333333;
 	 
 	}
 	.nav .on{
  		padding-bottom: 1.5rem;
 	}
 
  	.nav ul li{
  		width: 100%;
  		padding: 0 .15rem;
  		box-sizing: border-box;
  		height: auto;
  		overflow: hidden;
  		border-bottom: .02rem  solid #eee;
  		line-height: .8rem;
  		border-top: .02rem solid #444;
  		position: relative;
  		margin:0;
  		border-bottom: .02rem solid #111;
  	}
  	.nav ul li a{
  		color: #fff;
  		font-size: .3rem;
  		display: block;
  	}
  	.nav ul li  ul{
  		width: 96%;
  		padding-bottom: 0;
  		display: none;
  		right: initial;
  	}
  	.nav ul .sonOpen{
  		display: block;
  	}
  	.nav ul li i{
  		display: block;
  		position: absolute;
  		right: 0;
  		width: .8rem;
  		height: .8rem;

  		top: 0;
  	}
  	.nav ul li i:after{
  		content: "";
  		width: .3rem;
  		height: .3rem;
  		transition: .3s;
  		display: block;
  		background: url(../images/nav-icon.png) no-repeat center;
  		background-size: auto 100%;
  		position: absolute;
  		top: 50%;
  		left: 50%;
  		margin-left: -.15rem;
  		margin-top: -.15rem;
  	}
  	.nav ul li .touch:after{
  		transform: rotate(90deg);
  	}
  	.nav ul li ul li{
  		line-height: .7rem;
  		border: none;
  		height: .7rem;
  		border-top: .02rem solid #444;
  		border-bottom: .02rem solid #111;
  	}
  	.nav ul li ul li:first-child{
  		border-top: 0;
  	}
  	.nav ul li ul li:last-child{
  		border-bottom: none;
  	}
  	.nav ul ul li a{
  		font-size: .26rem;
  	}
  	.title{
  		background-size: auto .18rem;
  		padding-bottom: .4rem;
  	}
 	.title h4{
 		font-size: .48rem;
 	}

 	.title p{
 		width: 6rem;
 		margin:0 auto;
 		margin-top: .2rem;
 		font-size: .24rem;
 		line-height: .4rem;
 	}
 
  	.business{
  		padding: .8rem 0;
  		margin-top: 0rem;
  	}
  	.business .list{
  		margin-top: .5rem;
  	}
  	.business ul li{
  		margin-left: 0;
  		width: 3.45rem;
  		margin-bottom: .2rem;
  	}
  	.business ul li:nth-child(2n){
  		float: right;
  	}
  	.business ul li .img-box{
  		padding: .15rem;
  	}
  	.business ul li .info{
  		height: .9rem;
  		width: calc(100% - .4rem);
  	}
  	.business ul li .info p{
  		font-size: .28rem;
  		height: .4rem;
  		line-height: .4rem;
  	}
  	.business ul li .info i{
  		height: .3rem;
  		background-size: auto .22rem;
  	}
 	.business ul li .info:after{
 		bottom: .2rem;
 	}
 	.cases{
 		margin-top: .8rem;
 	}
 	.cases .show .box{
 		display: flex;
 	}
 	.cases .item ul li{
 		width: 100%;
 		margin:0;
 		float: initial;
 		margin-bottom:.2rem;
 	}
 	.cases .item ul li .info{
 		padding: .35rem .3rem;
 		bottom: .3rem;
 	}
 	.cases .item ul li .info h4{
 		font-size: .32rem;
 	}
 	.cases .item ul li .info:after{
 		width: .5rem;
 		height: .5rem;
 		background-size: 100% auto;
 	}

 	.cases .show .box ul li{
 		width: 12%;
 		margin-left: .5%;
 	}
 	.cases .show .box ul li p{
 		font-size: .22rem;
 		line-height: .8rem;
 		height: .8rem;
 	}
 	.about{
 		margin-top: .6rem;
 		padding: .8rem 0;
 	}
 	.about .bd{
 		flex-direction: column-reverse;
 	}

 	.about .video{
 		width: 100%;
 	}
 	.about .intro{
 		width: 100%;
 		margin-top: .4rem;
 	}
 	.about .intro .tit h4{
 		font-size: .42rem;
 	}
 	.about .intro .tit p{
 		padding-left: .8rem;
 		font-size: .28rem;
 	}
 	.about .intro .tit p:after{
 		width: .6rem;
 		height: .02rem;
 	}
 	.about .intro .info{
 		width: 100%;
 		font-size: .28rem;
 		line-height: .48rem;
 		margin-top: .6rem;
 		-webkit-line-clamp:8;
 	}
 	.about .intro  a{
 		width: 2.4rem;
 		height: .8rem;
 		line-height: .8rem;
 		font-size: .26rem;
		margin-bottom: 20px;
 	}
 	.data-info{
 		margin-top: .8rem;
 		padding:.4rem 0;
 	}
 	.data-info ul{
 		display: block;
 	}
 	.data-info li{
 		float: left;
 		width: 50%;
 		padding: .4rem 0;
 		padding-left: .6rem;
 		box-sizing: border-box;
 		 
 	}
 	.data-info ul li:nth-child(2n){
 		float: right;
 	}
 	.data-info li img{
 		width: .3rem;
 	}
 	.data-info ul li b{
 		font-size: .6rem;
 		line-height: .5rem;
 		margin-right: .1rem;
 	}
 	.data-info ul li span{
 		font-size: .24rem;
 		width: .6rem;
 		height: .4rem;
 		border-radius: .2rem;
 		line-height: .4rem;
 	}
 	.data-info ul li p{
 		font-size: .28rem;
 		margin-top: .2rem;
 	}
 	.data-info ul li:after{
 		right: 0;
 		height: 100%;
 	}

 	.data-info ul li div{
 		font-size: .32rem;
 	}
 	.data-info ul li:nth-child(-n+2){
 		border-bottom: 1px solid #fff;
 	}
 	.data-info ul li:nth-child(2n):after{
 		display: none;
 	}
 	.adv{
 		width: 100%;
 		padding:.6rem 0;
 		margin-top: .6rem;
 		 
 	}
 	.advSwiper{
 		width: 6rem;
 		margin:0 auto;
 		margin-top: .4rem;
 	}
  	.advSwiper .swiper-slide:nth-child(2n){
  		margin-top: 0;
  	}
  	.advSwiper .swiper-slide{
  		height: 8.3rem;
  	}
 	.advSwiper .swiper-slide h4{
 		font-size: .42rem;
 	}
 	.advSwiper .swiper-slide img{
 		margin-top: .6rem;
 	}
 	.advSwiper .swiper-slide p{
 		font-size: .26rem;
 		line-height: .42rem;
 	}
 	.advSwiper .swiper-pagination{
 		margin-top: .5rem;
 		display: flex;
 	}
 	.advSwiper .swiper-pagination span{
 		width: .5rem;
 		height: .15rem;
 	}
 	.adv .tel {
 		margin-top: .5rem;
 	}
 	.adv .tel div{
 		height: auto;
 		padding: .2rem .4rem;
 	}
 	.adv .tel img{
 		height:.5rem;
 	}
  	.adv .tel b{
  		font-size: .38rem;
  		line-height: .42rem;
  		padding: 0 .25rem;
  	}
 	.honor {
 		margin-top: .3rem;
 		padding: .8rem 0;
 
 	}
 	.honor .show{
 		margin-top: .5rem;
 	}
 	.honor .box{
 		display: flex;
 	}
 	.honor .show ul li{
 		width: 12%;
 		margin-left: .5%;
 	}
 	.honor .show ul li .img-box{
 		padding: .2rem;
 	}
 	.honor .show ul li .img-box img{
 		height:calc(100% - .4rem);
 	}
 	.honor .show ul li p{
 		font-size: .28rem;
 		height: .8rem;
 		line-height: .8rem;
 	}
 	.honor .show ul li:after{
 		height: .7rem;
 		 bottom: -.72rem;
 		 background-size: auto 100%;

 	}
 	.honor .pic{
 		width: 50%;
 	}
    .news{
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: .8rem 0;
		padding-bottom: .5rem;
	}
	.news .current{
		width: 100%;
		padding: .4rem;
		box-sizing: border-box;
		margin-top: .4rem;
		float: inherit
	}
	.news .current h4{
		font-size: .32rem;
	}
	.news .current span{
		font-size: .24rem;
	}
	.news .current p{
		font-size: .22rem;
		line-height: .42rem;
		height: .8rem;
	}
	.news .current img{
		height: 3.83rem;
	}
 	.news .newsSwiper{
 		width: 100%;
 		height: auto;
		float: inherit;
 		overflow: hidden;
 		margin-top: .15rem;
 	}
 	.news .newsSwiper ul{
 		height: 3.6rem;
 		display: flex;
 		 
 	}
 	.news ul li{
 		width: 100%;
 		padding: .2rem .3rem;
 		height: 3.6rem;
 		overflow: hidden;
 	}
 	.news ul li:nth-child(2n){
 		float: initial;
 	}
	 .news ul li a{
		display: block;
	 }
 	.news ul li .time{
 		border-bottom: .02rem solid  #E7E7E7;
 		padding-bottom: .2rem;
 	}
 	.news ul li .time p{
 		font-size: .6rem;
 	}
 	.news ul li .time span{
 		font-size: .24rem;
 	}
 	.news ul li .time i{
 		width: .8rem;
 		height: .8rem;
 		line-height: .8rem;
 		font-size: .28rem;
 	}
 	.news ul li .info h4{
 		font-size: .32rem;
 	}
 	.news ul li .info p{
 		font-size: .22rem;
 		height: .8rem;
 		line-height: .42rem;
 	}

 	.news .swiper-pagination{
 		position: initial;
 		display: flex;
 		margin-top: .4rem;
 		justify-content: center;
 		align-items: center;
 	}
 	.news .swiper-pagination span{
 		display: block;
 		margin: 0 0rem;
 		width: .4rem;
 		opacity: 1;
 		background: #999999;
 		border-radius: 10px;
 		height: .12rem;
 		margin: 0 .1rem;
 	}
 	.news .swiper-pagination .swiper-pagination-bullet-active{
 		background: #F08519;
 	}
	.news .more{
		width: 3.5rem;
		height: .7rem;
		line-height: .7rem;
		margin: 0 auto;
		font-size: .26rem;
		margin-top: .9rem;
		margin-bottom: .5rem;
	}
 
	.cp{
		margin-top: .8rem;
		margin-bottom: .6rem;
	}
	.cp .tit{
		padding-left: .4rem;
	}
	.cp .tit h4{
		font-size: .42rem;
	}
	.cp .tit p{
		font-size: .27rem;
		margin-top: .04rem;
	}
	.cp .tit:after{
		height: .8rem;
		width: .18rem;
	}
	.cp ul{
		margin-top: .4rem;
	}
	.cp ul li{
		width: 33.333%;
	}
	.foot-nav{
		display: none;
	}
	.footer{
		 
		padding-bottom:1.8rem;
	}
	.footer .menu{
		display: none;
	}
	.footer .list{
		display: none;
	}
	.footer .intro{
		width: 100%;
	}
	.footer .tit{
		justify-content: center;
	}
	.footer .tit p{
		font-size: .36rem;
	}
	.footer .intro .info p{
		font-size: .24rem;
		text-align: center;
		line-height: .42rem;
	}
	.footer .ewm{
		display: none;
	}
	.img-list .pic ul li{
		width: 3.5rem;
		margin: 0;
		margin-bottom: .1rem;
	}
	.img-list .pic ul li:nth-child(2n){
		float: right;
	}
	.img-list .pic ul li p{
		font-size: .28rem;
		line-height: .6rem;
		height: .6rem;
	}
	.float-right{
		display:none;
	}

	.index-map{
		width: 100%;
		margin: .2rem 0;
	}
	.index-map .bd{
		height: 5rem;
	}
	.links{
		display: none;
	}
	.menu{
		display: none;
	}
	 
	 
	.cr{
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		margin-bottom: 1rem;
	}
	.cr span{
		line-height: .4rem;
		font-size: .22rem;
	}
 	.crumbs{
 		height: .8rem;
 		line-height: .8rem;
 		padding: 0 .1rem;
 		box-sizing: border-box;
 		margin-top: -.8rem;
 	}
 	.crumbs p{
 		font-size: .28rem;
 	}
 	.crumbs div{
 		overflow: hidden;
 		white-space: nowrap;
 		font-size: .20rem;
 		color: #333;
 		height: .8rem;
 		display: flex;
 	  	 text-overflow: ellipsis;
 	}
 	.crumbs a{
 		font-size: .24rem;
 		line-height: .8rem;
 		display: block;
 		padding-right: .3rem;
 	}
 	.crumbs a:after{
 		right: .1rem;
 		font-size: .2rem;
 	}
 	.tab-bar {
 		height: 1rem;
 	}
 	.tab-bar .swiper-slide a{
 		font-size: .3rem;
 	}
 	.tab-bar .swiper-slide{
 		width: 30%;
 		line-height: 1rem;
 		height: 1rem;
 	}
 	.history{
 		margin-top: .6rem;
 	}
 	.in-tit h4{
 		font-size: .42rem;
 	}
 	.in-tit p{
 		font-size: .26rem;
 	}

 	.rec-news{
 		margin-top: .6rem;
 		margin-bottom: .6rem;
 	}
 	.rec-news .in-main{
 		padding: .4rem;
 	}
 	.rec-news .tit {
 		padding-bottom: .2rem;
 	}
 	.rec-news .tit h4{
 		font-size: .42rem;
 	}
 	.rec-news .tit a{
 		font-size: .4rem;
 	}
 	.rec-news .recNewsSwiper{
 		margin-top: .5rem;
 	}
	
	.rec-news .recNewsSwiper .swiper-slide{ padding: 15px;}
	
 	.rec-news .recNewsSwiper .swiper-slide h4{
 		font-size: .3rem;
 	}
 	.rec-news .recNewsSwiper .swiper-slide span{
 		font-size: .24rem;
 	}
 	.rec-news .recNewsSwiper .swiper-slide p{
 		font-size: .26rem;
 		line-height: .42rem;
 	}
	
	.in-about{margin-top: 30px;}
	.in-about .tit h4{font-size: 18px;}
    .data-info{margin-top: 10px;}
	.in-about .intro{margin-top: 15px; line-height: 32px;}
	
	.footer .intro .info p{font-size: .28rem;}

	
 	.float{
 		width: 7.5rem;
 		margin: 0 auto;
 		display: block;
 		position: fixed;
 		z-index: 9;
 		bottom: 0;
 	}
 	.float ul {
 		display: flex;
 		justify-content: space-between;
 		align-items: center;
 	}
 	.float ul li{
 		float: left;
 		width:33.333%;
 		height: auto;
 		padding:  .3rem 0;
 		overflow: hidden;
 		background:#000000;
 		position: relative;
 	}
 	.float ul li:nth-child(2){
 		background: #F08519;
 	}
  	.float ul li a{
  		display: flex;	
  		justify-content: center;
  		align-items: center;
  	}
 	.float ul li img{
 		display: block;
 		height: .4rem;
 		margin-right: .1rem;
 	 
 	}

 	.float ul li p{
 		color:#fff;
 		font-size: .36rem;
 		 
 	}
 
 	.page{
 		font-size: .24rem;
 		margin: .4rem auto;
 	}
 	.page ul li{
 		padding: 0 .2rem;
 		margin: 0 .06rem;
 		font-size: .26rem;
 		border: 0.02rem solid #ccc;
 		line-height: .56rem;
 	}
 	.page .active{
 		font-size: .26rem;
 	}
 	.map{
 		width: 100%;
 		height: 4rem;
 		margin-top:.3rem;
 	}
 	.about-intro{
 		margin-top: .4rem;
 		margin-bottom: .4rem;
 	}
 	.about-intro .intro{
 		font-size: .29rem;
 		line-height: .46rem;
 	}

 	.cont-intro{
 		width: 100%;
 		margin-top: .3rem;
 	}
 	.cont-intro .in-main{
 		display: block;

 	}
 	.cont-intro .intro{
 		width: 100%;
 	}
 	.cont-intro .intro p{
 		font-size: .28rem;
 		line-height: .48rem;
 	}
 	.cont-intro .map{
 		width: 100%;
 		height: 5rem;
 	}
 	.detailed{
 		margin-top: .6rem;
 	}
 	.detailed .tit{
 		padding-bottom: .2rem;
 		border-bottom: .02rem solid #eee;
 	}
 	.detailed .tit h4{
 		font-size: .38rem;
 	}
 	.detailed .tit span{
 		font-size: .26rem;
 		display: block;
 		line-height: .4rem;
 	}
 	.detailed .info{
 		margin-top: .4rem;
 		font-size: .29rem;
 		text-align: justify;
 		line-height: .46rem;
 	}
 	.fy{
 		width: 7.1rem;
 		margin: .6rem auto;
 		border:.02rem solid #eee;
 	}
 	.fy p{
 		line-height: .7rem;

 		font-size:.24rem;
 		padding:0 .1rem;
 		width: 50%;
 		text-align: center;
 		box-sizing: border-box;
 		border-right: .02rem solid #eee;
 	}
 	.fy p:nth-child(2){
 		border: none;
 	}
 	.fy .return{
 		width: 100%;
 		box-sizing: border-box;
 		float: initial;
 		text-align: center;
 		float: left;
 		line-height: .7rem;
 		display: block;
 		border-top: .02rem solid #eee;
 	}

  

 	 .product .pic ul li:hover .info i{
 	 	margin-top: 0;
 	 }


 	.product .list ul li{
 		width: 100%;
 	}
 	 .news-list{
		width: 7.1rem;
		margin: 0 auto;
	}
	.news-list .title{
		margin-top: .5rem;
	}
	.news-list ul{
		margin-top: .4rem;
	}
	.news-list ul li{
		border: .02rem solid #dcdcdc;
		box-sizing: border-box;
		height: auto;
		overflow: hidden;
		padding: .25rem;
		width: 100%;
		margin-bottom: .2rem;
	}
	.news-list ul li .time{
		width: 1.4rem;
		height: 1.4rem;
	}
	.news-list ul li .time b{
		height: .7rem;
		line-height: .7rem;
		font-size: .42rem;
	}
	.news-list ul li .time p{
		height: .5rem;
		line-height: .5rem;
		font-size: .32rem;
		margin-top:.2rem;
	}
	.news-list ul li .time span{
		font-size: .24rem;
		display: block;
		margin-top:.15rem;
	}
	.news-list ul li .time:after{
		width: .3rem;
		top: .7rem;
		margin: 0;
		transform: translateX(-50%);
	}
	.news-list ul li .info{
		width: 4.8rem;
		margin: 0;

	}
	.news-list ul li .info h4{
		font-size: .3rem;
		padding-right: .5rem;
		background-size: .3rem auto;
	}
	.news-list ul li .info p{
		font-size: .26rem;
		line-height: .4rem;
	}
	.news-list ul li .info span{
		margin-top: .05rem;
		line-height: .42rem;
		font-size: .26rem;
		height: .8rem;
		display: -webkit-box;
	}
	.business-intro{
		margin-top: .8rem;
	}

	.business-intro ul li {
		width: 100%;
		display: block;
		padding: .5rem;
	}
	.business-intro ul li img{
		width: 100%;
	}
	.business-intro ul li .intro{
		width: 100%;
		margin-left: 0;
		margin-top: .3rem;
	}
	.business-intro ul li .intro h4{
		font-size: .36rem;
		padding-bottom: .4rem;
	}
	.business-intro ul li .intro h4:after{
		height: .1rem;
	}
	.business-intro ul li .intro p{
		font-size: .26rem;
		line-height: .42rem;
		margin-top: .3rem;
	}
	.historyIntro{
		width: 6.2rem;
		margin:0 auto;
		margin-top: .6rem;
	}
	.historyIntro .swiper-slide .tit h4{
		font-size: .6rem;
	}
	.historyIntro .swiper-slide{
		height: 7rem;
		padding: .5rem;
		padding-top: .7rem;
	}
	.historyIntro .swiper-slide .info  {
		font-size: .28rem;
		line-height: .48rem;
	}
	.historyBox .swiper-button-next{
		width: .45rem;
		height: .45rem;
		background-size: 100% auto;
	}
	.historyBox .swiper-button-prev{
		width: .45rem;
		height: .45rem;
		background-size: 100% auto;
	}
	.historyBar .swiper-slide p:after{
		width: .3rem;
		height: .3rem;
		top: .05rem;
	}
	.historyBar .swiper-slide p{
		font-size: .3rem;
	}
	.historyBox{
		width: 6.2rem;
		margin:0 auto;
		margin-top: .6rem;
	}
	.historyBox:after{
		top: .2rem;
		width: calc(100% - .9rem)
	}
	.historyBar{
		width: 80%;
	 
	}
	.historyBar  .swiper-slide-thumb-active p{
		color:  #f08519;
		font-weight: bold;
	}
	.historyBar  .swiper-slide-thumb-active p:after{
		background: #f08519;
	}


	.honor-intro .honor-tit{
		margin-bottom: .5rem;
	}
	.honor-intro .honor-tit h4{
		font-size: .42rem;
	}
	.honor-intro .honor-tit p{
		font-size: .24rem;
		margin-top: .1rem;
	}
	.honor-intro .part{
		padding:.6rem .4rem;
	}
	.honor-intro .part .tit h4{
		font-size: .36rem;
	}

	.honor-intro .part ul li{
		font-size: .26rem;
	}
	.honor-intro .xl ul li{
		width: 100%;
		float: initial;
		line-height: .5rem;\
	}
	.honor-intro .xs{
		width: 100%;
		float: initial;
		min-height: 4rem;
	}
	.honor-intro .pic{
		margin-top: .6rem;
	}
	.honor-intro .pic ul li{
		width: 49%;
		margin-left: 0;
		margin-bottom: .2rem;
	}
	.honor-intro .pic ul li:nth-child(2n){
		float: right;
	}

	.honor-intro .pic ul li p{
		font-size: .28rem;
		line-height: .9rem;
	}
} 


 