* {
    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:D-DIN;
    src: url(../font/D-DIN.ttf),url(../font/D-DIN.woff);

}
.img-box{
	overflow: hidden;
	height: auto;
}
.img-box img{
	display: block;
	transition: .5s;
}


.main{
	width: 1800px;
	margin: 0 auto;
}
 
.head {
	width: 100%;
	height:auto;
 	position: relative;
 	z-index: 10;
}

.head .main{
	 
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 110px;
}
.head  .name{
	 
}
.head img{
	display: block;
}
.head .btn{
	display: none;
}

.head .tel {
	display: flex;
	align-items: center;
}

.head .tel img{
	display: block;
	margin-right: 10px;
}
.head .tel b{
	color: #0068b3;
	font-family: D-DIN,'微软雅黑';
	font-size: 30px;

}
.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: 10px;
	margin:0 10px;
	border-radius: 15px;
	background: rgba(0,0,0,0.5);
}

.banner .swiper-pagination .swiper-pagination-bullet-active{
	background: #0055ae;
}
.in-banner img{
	display: block;
	width: 100%;
}
.in-banner img:last-child{
	display: none;
}

.mbanner{
	display: none;
}

.title h4{
	text-align: center;
	font-size: 36px;
	color: #333333;
	padding-bottom: 40px;
	background: url(../images/title.png) no-repeat center bottom;
}
.title p{
	text-align: center;
	font-size: 18px;
	margin-top: 10px;
	color: #666666;

}

.title b{
	color: #0068b3;
}
.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;
}

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

.cases .case-tab{
	margin-top: 70px;
	 
}
.cases .case-tab ul{
	display: flex;
	flex-wrap: wrap;
    justify-content: flex-start;
    gap: 20px;
}

.cases .case-tab ul li{
	height: 66px;
	background: #e1e1e1;

	line-height: 66px;
	flex: 0 0 calc(12.5% - 18px);
}

.cases .case-tab ul li a{
	display: block;
	color: #333333;
	font-size:22px;
	width: 100%;
	 white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	text-align:center;
}
.cases .pic{
	margin-top: 30px;
	width: 100%;
}
.cases .pic ul {
	display: flex;
	flex-wrap: wrap;
	  justify-content: flex-start;
    gap:15px;
}

 
.cases .pic ul li{
	background: #e5e5e5;
	width:100%;
	padding: 1px;
 	flex: 0 0 calc(25% - 16px);
	margin-bottom: 15px;
	margin-left: 1px;
}
 
.cases .pic ul li p{
	text-align: center;
	line-height: 90px;
	text-align: center;
	font-size: 22px;
	background: #fff;
	color: #333333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-top: 1px;
}
 
.cases .pic ul li  .img-box{
	position: relative;
	width: 100%;
	height: auto;

}

.cases .pic ul li  .img-box img{
	display:block;
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.cases .pic ul li .img-box:after{
	content: "";
	width: 100%;
	display: block;
	padding-bottom: 66.2%;
 
}

.item{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 90px;
	background: #e5f0f7;
	padding: 100px 0;
	box-sizing: border-box;
}
.itemSwiper{
	margin-top: 60px;
}

.itemSwiper .swiper-wrapper{
	display: block;
}


.itemSwiper  .swiper-slide{
	float: left;
	width: 24%;
	height: 430px;
	margin-left: 1%;
	background: #fff;
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	padding-top: 60px;
	box-sizing: border-box;
	position: relative;
	transition: .5s;
}


.itemSwiper  .swiper-slide img{
	display: block;
}

.itemSwiper  .swiper-slide  .info{
	margin-top: 40px;
	width: 77%;
	position: relative;
	transition: .5s;

}

.itemSwiper  .swiper-slide .icon{
	position: relative;
	transition:.5s;
}

.itemSwiper  .swiper-slide  h4{
	text-align: center;
	font-size: 30px;
	transition: .5s;
	padding-bottom: 30px;
	position: relative;
}

.itemSwiper  .swiper-slide  h4:after{
	content: "";
	width: 45px;
	height: 5px;
	position: absolute;
	left: 50%;
	transition: .5s;
	bottom: 0;
	transform: translateX(-50%);
	background: #7d7d7d;
}
.itemSwiper  .swiper-slide p{
	text-align: center;
	font-size: 20px;
	color: #555555;
	line-height: 30px;
	transition: .5s;
	text-align: center;
	margin-top: 30px;
}

.itemSwiper  .swiper-slide:hover .icon{
	transform: scale(0);
}
.itemSwiper  .swiper-slide:hover .info{
	margin-top: -70px;
}
.itemSwiper  .swiper-slide:hover .info h4{
	color: #fff;
}
.itemSwiper  .swiper-slide:hover .info p{
	color: #fff;
}
.itemSwiper  .swiper-slide:hover .info h4:after{
	background: #fff;
}
.itemSwiper  .swiper-slide:hover{
	background: #0068b3;
}

.factory{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 100px;
}
.factory ul {
	margin-top: 70px;
}
.factory ul li{
	float: left;
	width: 32%;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
	margin-left: 1.8%;
}
.factory ul li:nth-child(3n-2){
	margin-left: 0;
}
.factory ul li .img-box:after{
	content: "";
	width: 100%;
	height: auto;
	overflow: hidden;
	display: block;
	padding-bottom: 77%;
	 
}
.factory ul li .img-box img{
	display: block;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
}
.factory ul li p{
	width: 100%;
	text-align: center;
	height: 50px;
	background: rgba(0,0,0,.5);
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 50px;
	color: #fff;
	font-size: 20px;
}

.adv{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 90px 0;
	box-sizing: border-box;
	background: url(../images/bg01.jpg) no-repeat center;
	background-size: cover;
	margin-top: 110px;
}

.adv .title h4{
	color: #fff;
}

.advSwiper{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 45px;
}

.advSwiper .swiper-slide {
	width: 100%;
	background: #fff;
}
.advSwiper .swiper-slide .img{
	position: relative;
}
.advSwiper .swiper-slide .img:after{
	content: "";
	width: 100%;
	height: auto;
	overflow: hidden;
	display: block;
	background: red;
	padding-top: 58%;
}
.advSwiper  .swiper-slide  img{
	display: block;
	height: 100%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.advSwiper  .swiper-slide .info{
	padding: 0 45px;
	width: 100%;
	height: auto;
	overflow: hidden;
	height: 310px;
	box-sizing: border-box;
}
.advSwiper  .swiper-slide .info h4{
	color: #000000;
	font-size: 24px;
	text-align: center;
	padding-bottom: 20px;
	margin-top: 40px;
	position: relative;
}
.advSwiper  .swiper-slide  h4:after{
	content: "";
	width: 50px;
	height: 5px;
	position: absolute;
	left: 50%;
	background: #0068b3;
	bottom: 0;
	transform: translateX(-50%);
}

.advSwiper  .swiper-slide p{
	width: 100%;
	color: #666666;
	font-size: 20px;
	line-height: 32px;
	margin-top: 25px;
}
.advSwiper .swiper-pagination{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 50px;
}
.advSwiper .swiper-pagination span{
	display: block;
	width: 38px;
	height: 12px;
	background: #9e9e9e;
	margin:0 5px;
	border-radius: 10px;
}

.advSwiper .swiper-pagination .swiper-pagination-bullet-active{
	background: #0068b3;
}

.about{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 80px;
}
.about .main{
	position: relative;
}
  
.about .bd{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
}

.about .bd .pic{
	width: 50%;
}
.about .bd .pic img{
	width: 100%;
}
.about  .intro{
	width: 45%;
}
.about  .intro h4{
	color: #333333;
	font-size: 32px;
	position: relative;
	padding-bottom: 30px;
	box-sizing: border-box;
}
.about .intro h4:after{
	content: "";
	width: 57px;
	height: 5px;
	background: #0068b3;
	position: absolute;
	left: 0;
	bottom: 0;
}
.about  .intro .info{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 40px;
	color: #333333;
	font-size: 16px;
	line-height: 32px;
	display: -webkit-box;
	-webkit-line-clamp:8;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.about .intro .info p{

}
.about  .intro  a{
	display: block;
	color: #0068b3;
	font-size: 20px;
	margin-top: 35px;
}

.about .data {
	background: #0068b3;
	height: 180px;
	width:1000px;
	position: absolute;
	left: 0;
	bottom: 30px;
}

.about .data ul{
	width: 800px;
	justify-content: space-between;
	margin-left: 60px;
	display: flex;
	height: 180px;
	align-items: center;
}
.about .data ul li{

}

.about .data ul li div{
	color: #fff;
	font-size: 22px;
	margin:0 auto;
	display: table;
}

.about .data ul li div b{
	font-size: 48px;
	font-family: D-DIN,'微软雅黑';
}

.about .data ul li p{
	color: #fff;
	text-align: center;
	font-size: 18px;
}
.news{
	width: 100%;
	height: auto;
	overflow: hidden;
 	padding: 80px 0;
 	background: #F7F7F7;
	box-sizing: border-box;
}
.news .title{
	margin-bottom: 40px;
}
.news .bd{
	display: flex;

}
.news .left{
	width: 855px;
	height:755px;
	overflow: hidden;
  	background: #fff;
	padding:60px;
	box-sizing: border-box;
	 
}
.news .left  .img{
	width: 100%;
	position: relative;
	overflow: hidden;
	border:1px solid #e5e5e5;
}
.news .left .img:after{
	content: "";
	width: 100%;
	height: auto;
	display: block;
	padding-bottom: 59%;
 
}
.news .left img{
	display: block;
	height: 100%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
 
.news .left .intro{
	width: 100%;
	height: auto;
	overflow: hidden;
	z-index: 1;
	position: relative;
}


.news .left .intro h4{
	width: 100%;
	color: #333333;
	font-size: 24px;
	margin-top: 30px;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news .left .intro span{
	color: #999999;
	font-size: 16px;
	margin-top: 15px;
	display: block;
}

.news .left .intro p{
	display: -webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 14px;
	color: #666666;
	margin-top: 10px;
	line-height: 28px;
}
.news .left .info{
	padding: 20px;
	box-sizing: border-box;
	color: #666;
	height: 118px;
	line-height: 26px;
	font-size: 15px;
	
}

.news .left .info p{
	display: -webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.news ul{
	margin-left: 18px;
	flex: 1
}

.news ul li{
	background: #fff;
	margin-bottom: 18px;
	padding: 40px;
	height: 175px;
	position: relative;
	box-sizing: border-box;
}
.news ul li a{
	display: flex;
 	justify-content: space-between;
}
.news ul li .time{
	width: 80px;
}

.news ul li .time b{
	color: #0068b3;
	text-align: center;
	display: block;
	font-size: 48px;
	font-family: D-DIN,'微软雅黑';
}

.news ul li .time  p{
	color: #555555;
	font-size: 18px;
	text-align: center;
}

.news ul li .intro{
	border-left: 1px solid #dcdcdc;
	border-right:1px solid #dcdcdc;
	padding: 5px 30px;
	width: 670px;
	flex: 1;
	margin-left:30px;
	margin-right: 50px;
	box-sizing: border-box;
}

.news ul li .intro h4{
	width: 100%;
	color: #666666;
	font-size: 22px;
	 white-space: nowrap;
	 font-weight: normal;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news ul li .intro p{
	width: 100%;
	color: #666666;
	font-size: 14px;
	line-height: 24px;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	overflow: hidden;

}
.news ul li:after{
	content: "→";
	position: absolute;
	right: 40px;
	top: 50%;
	transform: translateY(-50%);
	color: #999999;
	font-size: 24px;

}
.honor{
	width: 100%;
	height: 920px;
	background: url(../images/bg02.jpg)  no-repeat center;
	background-size: cover;
	margin-top: 100px;
	padding-top: 70px;
	box-sizing: border-box;
}

.honorSwiper{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 80px;
}

.honorSwiper .swiper-slide  img{
	display: block;
	width: 100%;
}

.honorSwiper .swiper-slide p{
	font-size: 18px;
	color: #333333;
	width: 100%;
	text-align: center;
	margin-top: 20px;
}

.honorSwiper .swiper-pagination span{
	display: block;
	width: 35px;
	height: 10px;
	background: #53705b;
}

.honorSwiper .swiper-pagination{
	display:flex;
	justify-content: center;
	margin-top: 30px;
}
.honorSwiper .swiper-pagination span{
	margin:0 10px;
	border-radius: 5px;
}
.honorSwiper .swiper-pagination .swiper-pagination-bullet-active{
	background: #0068b3;
}

.cp{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 90px;
}


.cp .tit{
	display: flex;
	align-items: center;
}

.cp .tit h4{
	color: #000000;
	font-size: 24px;
}
.cp .tit b{
	color: #cccccc;
	text-transform: uppercase;
	margin-left: 10px;
	font-size: 24px;
}

.cp  .show{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 25px;
}
.cp  .show .box{
	width: 400%;
}
.cp .show ul li {
	width: 150px;
	margin-left: 10px;
	float: left;
	border:1px solid #e5e5e5;
	box-sizing: border-box;
}
.cp  .show 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{
	padding: 40px 0;
	box-sizing: border-box;
}

.links  .main{
	display: flex;
}


.links .tit{
	display: flex;
	align-items: center;
}
.links .tit p{
	color: #666666;
	margin-left: 10px;
	font-size: 18px;
}
.links .tit img{
	display: block;
}
.links ul{
	flex:1;
	margin-left: 10px;
}
.links ul li{
	float: left;
	margin-left: 10px;
	line-height: 32px;

}
.links  ul li a{
	display: block;
	color: #999999;
	font-size: 14px;
}
.foot-nav{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #0068b3;
}
.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: #333;
	padding-top: 50px;
	padding-bottom: 110px;
	box-sizing: border-color;
	border-top: 5px solid #0055ae;
	box-sizing: border-box;
}
.footer .tit {
	display: flex;
	align-items: center;
}
.footer .tit p{
	color: #fff;
	font-size: 20px;
}
.footer .tit span{
	color: #999999;
	font-size: 16px;
	text-transform: uppercase;
	margin-left: 10px;
}
 

.footer  .menu{
	width: 350px;
	height: auto;
	overflow: hidden;
	float: left;
}
.footer  .menu ul{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}

.footer  .menu ul li{
	float: left;
	width: 168px;
	line-height: 40px;
	height: 40px;
	padding: 0 10px;
	box-sizing: border-box;
	position: relative;
	border:1px solid #fff;
	box-sizing: border-box;
	margin-bottom: 14px;
}
.footer  .menu ul li:nth-child(2n){
	float: right;
}
.footer .menu ul li:after{
	content: "+";
	position: absolute;
	right: 10px;
	top: 0;
	color: #fff;
	font-size: 14px;
}

.footer  .menu ul li a{
	color: #fff;
	font-size: 15px;
	 white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: block;
	padding-right: 20px;
	box-sizing: border-box;
}

.footer .intro{
	width: 680px;
	height: auto;
	overflow: hidden;
	float: left;
	margin-left: 10px;
}
.footer .intro .info{
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	margin-top: 30px;

}

.footer .intro .info p a{color: #fff;}

.footer  .ewm {
	float: right;
}

.footer  .ewm img{
	display: block;
	width:196px;
	height:196px;
 
}

.footer  .ewm  p{
	color: #fff;
	font-size: 16px;
	margin-top: 20px;
	text-align: center;
}

.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 .thisclass{
	background: #004BA0;
	color:#fff;
	font-size: 12px;
}
.page .thisclass 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: 55px;
    line-height: 55px;
    background: #eee;
}

.crumbs p{
	font-size: 18px;
	float: left;
}
.crumbs div{
	overflow: hidden;
	white-space: nowrap;
	font-size: .20rem;
	color: #333;
  	 text-overflow: ellipsis;
}
.crumbs  a{
	color:#333;
	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;
}


.fy{
	width: 1800px;
	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 .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;
	 
}
 

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



.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: 710px;
	 
}
.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;
}

 
@media (min-width: 1200px){
 	
 	.nav ul {
 		display: flex;
 		width: 745px;
 		justify-content: space-between;
 		align-items: flex-start;
 	}

 	.nav ul li{
 		float: left;
 		width: 100%;
 		box-sizing: border-box;
 		height:110px;
 		display: flex;
 		align-items: center;
 		justify-content: center;
 		position: relative;
 		line-height: 110px;
 		text-align: center;
 		position: relative;
 	}
 
  	.nav ul li a{
  		font-size: 18px;
  		color: #555555;
  		 
  		overflow: hidden;
  		 
  	}
  	.nav ul li:last-child{
  		padding-right: 0;
  	}
   

  	.nav ul li ul{
  		position: absolute;
  		top: 110px;
  		display: block;
  		width:220px;
  		left: 50%;
  		display: none;
  		transform: translateX(-50%);
  		background: rgba(0,0,0,.5);
  	}

  	 
  	.nav ul li ul li{
 		height:50px;
 		line-height:50px;
 		width: 100%;
 		padding: 0;
  		border-bottom:1px solid  #ffffff75;
  	}
  	.nav ul li ul li:after{
  		display: none;
  	}
  
  	.nav ul li ul li a{
  		color: #fff;
  		font-size: 16px;
  		background: none;
  		 white-space: nowrap;
  		text-overflow: ellipsis;
  		overflow: hidden;
  		font-weight: normal;
  	}


  	.nav ul li ul li:last-child{
  		border:none;
  	}

  	.nav ul li:hover  a{
  		color: #0068b3;
  	}
  	.nav ul li:hover ul li a{
  		color: #fff;
  	}
  	.nav ul li:hover ul{
  		display: block;
  	}
  	.nav ul li:hove:after{
  		display: block;
  	}
 
  	.nav ul li ul li:hover a{
  		color: #0068b3;
  	}

    .img-box:hover img{
    	transform: scale(1.05);
    }

    .cases .case-tab ul li:hover {
    	background:#0068b3;
    }
    .cases .case-tab ul li:hover a{
    	color: #fff;
    }

    .tab ul li:hover{
    	background: #2381E3;
    	box-shadow:0 0 3px 3px #dbdbdb63;
    }
    .tab ul li:hover a{
    	color: #fff;
    }
 	.cases .pic ul li:hover{
 		background: #0068b3;
 	}
 	.cases .pic ul li:hover p{
 		background:#0068b3;
 		color: #fff;
 	}
    .news-list ul li:hover .info h4{
    	color: #04B3EA;
    }

    .news-list ul li:hover .time{
    	background: #04B3EA;
    }

    .news-list ul li:hover{
    	transform: translateY(-2px);
    }
    .factory ul li:hover .img-box img{
    	
    	transform:scale(1.05) translateX(-50%);
    }

    .factory ul li:hover p{
    	color: #fff;
    	background: #0068b3;
    }
    .news ul li:hover .intro h4{
    	color:  #0068b3;
    	text-decoration: underline;
    }
    .news .left .intro h4:hover{
    	color:  #0068b3;
    	text-decoration: underline;
    }
    .links ul li a:hover{
    	color:  #0068b3;
    	font-weight: bold;
    }
    .footer .menu ul li:hover{
    	background: #fff;
    }
    .footer .menu ul li:hover a{
    	color: #0068b3;
    }
    .footer .menu ul li:hover:after{
    	color: #0068b3;
    }

    .fy a:hover{
    	color: #0068b3;
    }
}

@media (max-width: 1800px){

	.main{
		width: 1650px;
	}

	.about .intro .info{
		-webkit-line-clamp:5;
	}
	 	.news .left{
 		padding: 40px;
 	}
 	.news .left{
 		width: 790px;
 	}
 	.news ul{
 		width: 700px;
 	}
 	.news ul li .intro{
 		width: 610px;
 	}
 	.news-list ul li .info{
 		width: 650px;
 		 
 	}
 	.fy{
 		width: 1650px;
 	}
}	

@media (max-width: 1660px){
 	
	.head .name img{
		height: 60px;
	}
	 
	.head .tel b{
		font-size: 24px;
	}
	.head .tel img{
		height: 36px;
		margin-right: 5px;
	}
	.main{
		width: 1400px;
	}
	.advSwiper .swiper-slide .info{
		padding: 0 30px;
	}
	.advSwiper .swiper-slide p{
		font-size: 16px;
	}
 	.news .left{
 		padding: 40px;
 	}
 	.news .left{
 		width: 790px;
 		height: 693px;
 	}
 	.news ul{
 		width: 700px;
 	}
 	.news ul li {
 		height: 160px;
 	}
 	.news ul li .intro{
 		width: 320px;
 		padding: 0 20px;
 	}
 	.news .left .intro p{

 	}
 	.news-list ul li .info{
 		width: 520px;
 		 
 	}

 	.fy{
 		width: 1400px;
 	}
}
 

@media (max-width: 1440px){
	.main{
		width: 1200px;
	}
	.head .name img{
		height: 55px;
	}
	.nav ul li a{
		font-size: 18px;
	}
	.nav ul {
		width: 550px;
	}
	.cases .pic ul li p{
		line-height: 60px;
	}
	.about .intro .info{
		-webkit-line-clamp:3;
	}
 
	.about .data ul{
		width: 520px;
		margin-left: 40px;
		height: 110px;
	}
	.about .data{
		height: 110px;
		width:650px;
	}
	.about .data ul li div{
		font-size: 18px;
	}
	.about .data ul li div b{
		font-size: 32px;
	}
	.about .data ul li p{
		font-size: 18px;
	}
	.advSwiper .swiper-slide p{
		font-size: 16px;
		line-height: 28px;
	}
 
	.news .left .intro p{
		-webkit-line-clamp:2;
	}
	.news .left{
		width: 642px;
		height: 565px;
	}
	.news ul li{
		height: 134px;
		margin-bottom: 10px;
		padding: 20px 30px;
	}
	.footer .intro{
		width: 500px;
	}
 	.news-list ul li .info{
 		width: 420px;
 		 
 	}
 	.cases .case-tab ul li a{
 		font-size: 18px;
 	}

/*	.news ul{
		width: 635px;
	}
	.news ul li{
		padding: 15px;
	}
	.news ul li:after{
		right: 15px;
	}
	.news ul li .info{
		width: 485px;
	}
	.news ul li .info p{
		height: 51px;
		line-height: 27px;
	}
	.links ul{
		width: 90%;
	}
	*/
	.fy{
		width: 1200px;
	}
}
 

@media (max-width: 1199px){
	.main{
		width:7.1rem;
		margin: 0 auto;
	}
 	.head .name img{
 		width: 5rem;
 		height: auto;
 	}
	.head .tel{
		display: none;
	}
	.head .btn{
		display: block;
		width: .8rem;
		height:.8rem;
		background: url(../images/btn.png) no-repeat center;
		background-size:.6rem 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: .5rem;
		height: .15rem;
		outline: none;
	}
	.banner .swiper-pagination{
		bottom: .4rem;
	}
	 
	.mbanner{
		display: block;
	}
	.pcbanner{
		display: none;
	}
	.banner .swiper-pagination span{
		margin: 0 .1rem;
	}
	.in-banner img{
		display: none;
	}
	.in-banner img:last-child{
		display: block;
	}
	.nav{
		width: 100%;
		height: 100%;
		overflow: hidden;
		position: fixed;
		left: 0;
		top:0;
		display: none;
		overflow-y: auto;
		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-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;
  		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/icon01.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 h4{
 		background-size: auto .3rem;
 		font-size: .48rem;
 		padding-bottom: .6rem;
 	}

 	.title p{
 		font-size: .28rem;
 		line-height: .42rem;
 	}
 	.cases{
 		margin-top: .8rem;
 	}
 	.cases .case-tab{
 		width: 100%;
 		height: auto;
 		overflow: hidden;
 		margin-top: .4rem;
 	}
 	.cases .case-tab ul{
 		display: block;
 	}
 	.cases .case-tab ul li{
 		float: left;
 		width: 2.3rem;
 		float: left;
 		line-height: .8rem;
 		margin-left: .1rem;
 		height: .8rem;
 		margin-bottom: .1rem;
 	}
 	.cases .case-tab ul li:nth-child(3n-2){
 		margin-left: 0;
 	}
 	.cases .case-tab ul li a{
 		font-size: .28rem;
 		display: block;
 	}
 	.cases .pic ul{
 		display: block;
 	}
 	.cases .pic ul li{
 		width: 48%;
 		float: left;
 		margin-left: 0;
 		margin-bottom: .2rem;
 	}
 	.cases .pic ul li:nth-child(2n){
 		float: right;
 	}
 	.cases .pic ul li p{
 		font-size: .28rem;
 		line-height: .8rem;
 		height: .8rem;
 	}
 	.item{
 		margin-top: .6rem;
 		padding: .8rem 0;
 	}
 	.itemSwiper{
 		width: 100%;
 		height: auto;
 		overflow: hidden;
 		margin-top: .6rem;
 	}
 	.item .itemSwiper .swiper-wrapper{
 		display: flex;
 	}
 	.itemSwiper .swiper-slide{
 		margin:0;
 		height: 8rem;
 	}
 	.itemSwiper .swiper-slide img{
 		height: 1.5rem;
 	}
 	.itemSwiper .swiper-slide h4{
 		font-size: .42rem;
 		padding-bottom: .6rem;
 	}
 	.itemSwiper .swiper-slide h4:after{
 		width: .8rem;
 		height: .1rem;
 	}
 	.itemSwiper .swiper-slide p{
 		font-size: .32rem;
 		line-height: .42rem;
 	}
 	.itemSwiper .swiper-pagination{
 		display: flex;
 		justify-content: center;
 		margin-top: .6rem;
 	}
 	.itemSwiper .swiper-pagination span{
 		display: block;
 		width: .5rem;
 		height: .15rem;
 		margin: 0 .05rem;
 		background: #72787b;
 		border-radius: 10px;
 	}

 	.itemSwiper .swiper-pagination .swiper-pagination-bullet-active{
 		background: #0068b3;
 	}
 	.factory{
 		width: 100%;
 		height: auto;
 		overflow: hidden;
 		margin-top: .8rem;
 	}
 	.factory ul{
 		margin-top: .6rem;
 	}
 	.factory ul li{
 		width: 49%;
 		margin-left: 0;
 		margin-bottom: .2rem;
 	}
 	.factory ul li:nth-child(2n){
 		float: right;
 	}
 	.factory ul li p{
 		font-size: .28rem;
 		line-height: .8rem;
 		height: .8rem;
 	}
 	.about{
 		margin-top: .8rem;
 	}
 	.about .main{
 		width: 100%;
 	}
 	.abouot .title{
 		box-sizing: border-box;
 		padding: 0 .2rem;
 	}
 	.about .bd{
 		padding: 0 .2rem;
 		box-sizing: border-box;
 		display: block;
 		margin-top: .4rem;
 	}
 	.about .bd .pic{
 		width: 100%;
 	}
 	.about .intro{
 		width: 100%;
 		margin-top: .4rem;
 	}
 	.about .intro h4{
 		font-weight: normal;
 		font-size: .38rem;
 		padding-bottom: .4rem;
 	}
 	.about .intro h4:after{
 		width: .8rem;
 		height: .1rem;
 	}
 	.about .data{
 		width: 100%;
 		position: initial;
 		margin-top: .5rem;
 	}

 	.about .intro .info{
 		font-size: .28rem;
 		line-height: .48rem;
 		-webkit-line-clamp:8;
 		margin-top: .3rem;
 	}
 	.about .intro a{
 		font-size: .28rem;
 	}
 	.about .data ul{
 		box-sizing: border-box;
 		justify-content: space-between;
 		padding: 0 .3rem;
 		margin-left: 0;
 		width: 100%;
 	}
 	.about .data ul li div{
 		font-size: .24rem;
 	}
 	.about .data ul li div b{
 		font-size: .36rem;
 	}
 	.about .data ul li p{
 		font-size: .24rem;
 	}
 	.adv{
 		width: 100%;
 		padding: 1rem 0;
 		margin-top: 0rem;
 	}
 	.advSwiper{
 		width: 6rem;
 		margin:0 auto;
 		margin-top: .4rem;
 	}
 	.advSwiper .swiper-slide .info{
 		padding: 0 .4rem;
 		height: 5rem;
 	}
 	.advSwiper .swiper-slide .info h4{
 		font-size: .32rem;
 	}
 	.advSwiper .swiper-slide .info p{
 		font-size: .26rem;
 		line-height: .42rem;
 	}
 	.advSwiper .swiper-pagination span{
 		width: .5rem;
 		height: .1rem;
 	}
 	.news {
 		padding: .8rem 0;
 	}
 	.news .title{
 		margin-bottom: .4rem;
 	}
	.news .bd{
		display: block;
	}
	.news .left{
		width: 100%;
		padding: .3rem;
		height: auto;
	}
	.news .left .intro h4{
		font-size: .32rem;
	}
	.news .left .intro span{
		font-size: .24rem;
	}
	.news .left .intro p{
		font-size: .28rem;
		line-height: .42rem;
	}

	.news ul{
		width: 100%;
		margin-left: 0;
		margin-top: .2rem;
	}
	.news ul li{
		height: auto;
		overflow: hidden;
		margin-bottom: .1rem;
		padding: .2rem;
	}
	.news ul li a{
		align-items: center;
		justify-content: space-between;
	}
	.news ul li:after{
		display: none;
	}
	.news ul li .time{
		width: 1.2rem;
	}
	.news ul li .time b{
		font-size: .38rem;
		display: block;
	}
	.news ul li .time p{
		font-size: .26rem;
	}
	.news ul li .intro{
		padding: .08rem 0;
		padding-left: .4rem; 
		margin:0;
		margin-left: .3rem;
	 	width: 5rem;
		border-right: none;
	}
	.news ul li .intro h4{
		font-size: .3rem;
		color: #333333;
	}
	.news ul li .intro p{
		font-size: .24rem;
		line-height: .32rem;
		margin-top: .15rem;
	}
	.news ul li:last-child{
		display: block;
	}
	.foot-nav{
		display: none;
	}
	.footer{
		background: #333333;
	}
	.footer .intro{
		width: 100%;
		margin:0 auto;
	}
	.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;
	}
	 
	.footer{
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: .8rem 0;
	}

	.footer .tit{
		justify-content: center;
	}
	.footer .tit p{
		font-size: .32rem;
	}
	.footer .tit span{
		font-size: .32rem;
	}
	.footer .intro .info{
		margin-top: .5rem;
	}
	.footer .intro p{
		text-align: center;
		font-size: .26rem;
		line-height: .46rem;
	}
 	
	.footer .ewm{
		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;
 	}
 	.crumbs p{
 		font-size: .28rem;
 	}
 	.crumbs div{
 		overflow: hidden;
 		white-space: nowrap;
 		font-size: .20rem;
 		color: #333;
 	  	 text-overflow: ellipsis;
 	}
 	.crumbs a{
 		font-size: .24rem;
 		line-height: .8rem;
 		 
 		padding-right: .3rem;
 	}
 	.crumbs a:after{
 		right: .1rem;
 		font-size: .2rem;
 	}
 	 

 	.float{
 		width: 7.5rem;
 		margin: 0 auto;
 		display: block;
 		position: fixed;
 		z-index: 1000;
 		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:#0168b3;
 		position: relative;
 	}
 	.float ul li:nth-child(2){
 		background: #eca213;
 	}
  	.float ul li a{
  		display: flex;	
  		justify-content: center;
  		align-items: center;
  	}
 	.float ul li img{
 		display: block;
 		height: .4rem;
 		margin-right: .2rem;
 	 
 	}

 	.float ul li p{
 		color:#fff;
 		font-size: .28rem;
 		 
 	}
 
 	.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 .thisclass{
 		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 .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: .32rem;
 	}
 	.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;
	}
} 






/* 1440-1919px屏幕 */
@media (max-width: 1919px) {
    .container {
        max-width: 1400px;
    }
}

/* 1200-1439px屏幕 */
@media (max-width: 1439px) {
    .container {
        max-width: 1200px;
    }
}

/* 992-1199px屏幕 */
@media (max-width: 1199px) {
    .container {
        max-width: 960px;
    }
}

/* 768-991px屏幕 */
@media (max-width: 991px) {
    .container {
        max-width: 720px;
    }
}

/* 小于768px屏幕 */
@media (max-width: 767px) {
    .container {
        max-width: 100%;
        padding: 20px 15px;
        margin: 0 10px;
    }
}
