* {
    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;
}
 
.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 img{
	height: 65px;
}
.head img{
	display: block;
}
.head .btn{
	display: none;
}

.head .right{
	display: flex;
	align-items: center;
}

.head .tel {
	display: flex;
	align-items: center;
	margin-left: 45px;
}

.head .tel img{
	display: block;
	margin-right: 10px;
}
.head .tel b{
	color: #122b88;
	font-size: 30px;
	font-family: "DIN-BOLD", "Microsoft YaHei", "STSong", sans-serif;

}
.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: #122b88;
}
.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;
	margin-top: 80px;
}

.business .list{
	margin-top: 70px;
}
.business ul li{
	float: left;
	border:1px solid #e5e5e5;
	margin-left: 30px;
	width: 580px;
	box-sizing: border-box;
	margin-bottom: 30px;
	transition: .5s;
}
.business ul li:nth-child(3n-2){
	margin-left: 0;
}
.business ul li img{
	display: block;
	width: 100%;
}
.business ul li  .info{
	width: 100%;
	height:100px;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.business ul li  .info:after{
	content: "";
	font-size: 20px;
	position: absolute;
	right: 30px;
	width: 40px;
	height: 40px;
	background: url(../images/more.png) no-repeat center right;
}

.business ul li  .info p{
	line-height: 100px;
	font-size: 22px;
	padding-right: 40px;
	padding-left: 20px;
	line-height: 38px;
	box-sizing: border-box;
	color: #000000;
	border-right: 1px solid #d2d2d2;
	height: 38px;
	width: 500px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
 	
}
.in-business{
	margin-top: 60px;
}
.in-business .list{
	margin-top: 0;
}
.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%;
}
.business ul li .info:after{
	right: 5%;
}
.about{
	width: 100%;
	height: auto;
	background: url(../images/about-bg.jpg) no-repeat center;
	background-size: cover;
	margin-top: 90px;
	padding: 100px 0;
	padding-bottom: 130px;
}
.about .intro{
	width: 44%;
}
.about .intro .tit h4{
	color: #122b88;
	font-size: 40px;
}

.about .intro .tit p{
	color: #333333;
	font-size: 20px;
	position: relative;
	padding-left: 60px;
	box-sizing: border-box;
	margin-top: 10px;
}
.about .intro .tit p:after{
	content: "";
	width: 50px;
	height: 2px;
	position: absolute;
	left: 0;
	top: 50%;
	background: #4d4d4d;
	transform: translateY(-50%);
}
.about .intro .info{
	width: 100%;
	height: auto;
	overflow: hidden;
	color: #333333;
	font-size: 15px;
	margin-top: 40px;
	line-height: 30px;
	text-align:justify;
	text-indent:2em;
}

.about .intro a{
	display: block;
	width: 200px;
	height: 60px;
	line-height: 60px;
	border:1px solid #a0a0a0;
	box-sizing: border-box;
	text-align: center;
	font-size: 18px;
	color: #666666;
	border-radius: 30px;
	margin-top: 40px;
}

.about .bd{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.about img{
	display: block;
}

.about  .video{
	width: 800px;
}
.about  .video img{
	display: block;
	width: 100%;
}

.data-info{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #fff;
	margin-top: 80px;
	border-radius: 30px;
	padding: 40px 80px;
	box-sizing: border-box;
}

.data-info ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.data-info ul li div{
	display: flex;
	align-items: flex-end;
}

.data-info ul li b{
	font-size: 72px;
	color: #122b88;
	font-weight: bold;
	line-height: 60px;
	margin:0 5px;
	font-family: "DIN-BOLD", "Microsoft YaHei", "STSong", sans-serif;
}

.data-info ul li  span{
	display: block;
	color: #fff;
	font-size: 18px;
	background: #90c320;
	width: 48px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 30px;
	font-weight: bold;
}

.data-info ul li   p{
	color: #666666;
	font-size: 18px;
	margin-top: 10px;
}
 
.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{
	width:100%;
	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: #000;
}

.adv .title p{
	text-transform:uppercase;
	color: #999999;
}

.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;
 
	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: 335px;
	box-sizing: border-box;
}
.advSwiper  .swiper-slide .info h4{
	color: #122b88;
	font-size: 28px;
	text-align: center;
	padding-bottom: 30px;
	margin-top: 40px;
	position: relative;
}
.advSwiper  .swiper-slide  h4:after{
	content: "";
	width: 50px;
	height: 5px;
	position: absolute;
	left: 50%;
	background: #90c320;
	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: #c1cad1;
	margin:0 5px;
	border-radius: 10px;
}

.advSwiper .swiper-pagination .swiper-pagination-bullet-active{
	background: #122b88;
}
 
.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: 60%;
 
}
.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: #000000;
	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: 20px;
	display: block;
}

.news .left .intro p{
	display: -webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 15px;
	color: #666666;
	margin-top: 15px;
	line-height: 28px;
}
.news .left .info{
	 
	box-sizing: border-box;
	color: #666;
	height: 118px;
	line-height: 26px;
	font-size: 15px;
	
}

 

.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: #122b88;
	text-align: center;
	display: block;
	font-size: 48px;
	font-family: "DIN-BOLD", "Microsoft YaHei", "STSong", sans-serif;
}

.news ul li .time  p{
	color: #555555;
	font-size: 16px;
	text-align: center;
}

.news ul li .intro{
	border-left: 1px solid #dcdcdc;
	border-right:1px solid #dcdcdc;
	padding: 5px 30px;
 
	flex: 1;
	margin-left:30px;
	margin-right: 50px;
	box-sizing: border-box;
}

.news ul li .intro h4{
	width: 100%;
	color: #333;
	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: 16px;
	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;

}
 

.cp{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 50px;
	padding-bottom: 10px;
}
.cp .tit {
	position: relative;
	padding-left: 30px;
}
.cp .tit:after{
	position: relative;
	width: 12px;
	height: 56px;
	background: linear-gradient(to bottom, #122b88 50%, #90c320 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{
	padding: 30px 0;
	border-top: 1px solid  #e5e5e5;
	box-sizing: border-box;
	margin-top: 60px;
}

.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: #122b88;
}
.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 #90c320;
	box-sizing: border-box;
}
.footer .tit {
	display: flex;
	align-items: center;
}
.footer .tit p{
	color: #fff;
	font-size: 30px;
}
.footer .tit span{
	color: #999999;
	font-size: 16px;
	text-transform: uppercase;
	margin-left: 10px;
}
 

.footer  .menu{
	width: 532px;
	height: auto;
	overflow: hidden;
	float: left;
	margin-left: 30px;
}
.footer  .menu  .tit p{
	font-size: 22px;
}
.footer  .menu ul{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}

.footer  .menu ul li{
	float: left;
	width: 142px;
	line-height: 40px;
	height: 40px;
	padding: 0 10px;
	box-sizing: border-box;
	position: relative;
	margin-left: 14px;
	border:1px solid #fff;
	box-sizing: border-box;
	margin-bottom: 14px;
}
.footer  .menu ul li:nth-child(3n-2){
	margin-left: 0;
}
.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:550px;
	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:#ffffff;}

.footer  .ewm {
	float: right;
}

.footer  .ewm img{
	display: block;
	width:196px;
	height:196px;
 
}

.footer  .ewm  p{
	color: #fff;
	font-size: 15px;
	margin-top: 12px;
	text-align: center;
}

.cr{
	width: 100%;
	display: flex;
	justify-content: center;
	color: #666666;
	font-size: 15px;
	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: 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: 18px;
 
}
.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;
	box-sizing: border-box;
	padding:0 20px;
	font-size: 16px;
	line-height: 80px;
	position: relative;
	text-align: center;
}
.tab-bar .swiper-slide  a{
	color: #555;
	display: block;

	height: 100%;
	position: relative;
}
.tab-bar .swiper-slide:after{
	content: "";
	width: 3px;
	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 .curren{
	font-weight: bold;
	color: #122b88;
}
.tab-bar .swiper-slide a:after{
	content: "";
	width: 0;
	height: 3px;
	position: absolute;
	left:50%;
	transition: .5s;
	transform:translateX(-50%);
	bottom: 0;
	background: #122b88;
}
.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;
	 
}
 

.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;
	margin-bottom: 125px;
}
.honor .show{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 60px;
}

.honor .show .box{
	width: 800%;
}
.honor .show .pic{
	float: left;
}
 
.honor .show ul li .img-box{
	padding: 0px;
	box-sizing: border-box;
}

.honor .show ul li{
	width: 436px;
	float: left;
	border:1px solid #dcdcdc;
	height: auto;
	margin-left: 20px;
	overflow: hidden;
	box-sizing: border-box;
}

.honor .show ul li p{
	width: 100%;
	height: 100px;
	line-height: 100px;
	color: #333333;
	text-align: center;
	font-size: 18px;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	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: #122b88;
	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: #90c320;
	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:  #122b88;
	font-weight: 800;
}
.historyBar  .active-year p:after{
	background: #122b88;
}


.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: #122b88;
	font-size: 36px;
}

.in-about .data-info{
	padding: 0;
	border-radius: 0;
}
.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-bottom: 80px;
	margin-top: 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: #122b88;
	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:3;
	-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: #122b88;
}

.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;
	border-radius: 15px;
}
.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: #122b88;
	font-size: 28px;
	position: relative;
	padding-bottom: 30px;
}
.business-intro ul li .intro h4:after{
	content: "";
	width: 60px;
	height: 5px;
	background: #90c320;
	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{
	margin-top: 60px;
	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:110px;
 		display: flex;
 		align-items: center;
 		justify-content: center;
 		position: relative;
 		line-height: 110px;
 		text-align: center; 
 		margin: 0 20px;
 		position: relative;
 	}
 	.nav ul li:after{
 		 content: "";
 		 position: absolute;
 		 width: 0;
 		 height: 0;
 		 bottom: 0;
 		 display: none;
 		 border-left: 10px solid transparent; 
 		 border-right: 10px solid transparent;
 		 border-bottom: 10px solid #19328c;  
 	}
  	.nav ul li a{
  		font-size: 20px;
  		color: #555555;
  		 
  		overflow: hidden;
  		 
  	}
  	.nav ul li:last-child{
  		padding-right: 0;
  	}
   	.nav ul li:hover:after{
   		display: block;
   	}

  	.nav ul li ul{
  		position: absolute;
  		top: 110px;
  		display: block;
  		width:315px;
  		left: 50%;
 		display: none;
  		transform: translateX(-50%);
  		background: rgba(18,43,136,.9);
  	}

  	 
  	.nav ul li ul li{
 		height:55px;
 		line-height:55px;
 		width: 100%;
 		margin:0;
 		padding: 0;
  		border-bottom:1px solid #6485fe;
  	}
  	.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: #122b88;
  		font-weight: bold;
  	}
  	.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: #90c320;
  		font-weight: none;
  	}
  	.nav ul li:hover a{}

    .img-box:hover img{
    	transform: scale(1.05);
    }

 	.business ul li:hover{
 		border-color: #122b88;
 		box-shadow:0 0 15px 1px #122b88a6
 	}

 	.business ul li:hover p{
 		color: #122b88;
 		font-weight: bold;
 	}

    .tab ul li:hover{
    	background: #2381E3;
    	box-shadow:0 0 3px 3px #dbdbdb63;
    }
    .tab ul li:hover a{
    	color: #fff;
    }
 
 
    .news-list ul li:hover .info h4{
    	color: #122b88;
    }

    .news-list ul li:hover .time{
    	background: #122b88;
    }

    .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: #122b88;
    }
    .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:  #122b88;
 		text-decoration: underline;
    }
    .footer .menu ul li:hover{
    	background: #fff;
    }
    .footer .menu ul li:hover a{
    	color: #122b88;
    }
    .footer .menu ul li:hover:after{
    	color: #122b88;
    }

    .fy a:hover{
    	color: #122b88;
    }

    .rec-news .recNewsSwiper .swiper-slide:hover{
    	border: 1px solid #122b88;

    }
    .rec-news .recNewsSwiper .swiper-slide:hover h4{
    	color:  #122b88;
    }

    .tab-bar .swiper-slide a:hover:after{
    	width: 100%;

    }
}

@media (max-width: 1800px){

	.main{
		width: 1650px;
	}
	.business ul li{
		width: 530px;
	}
	.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;
 	}
 
 	 
}	

@media (max-width: 1660px){
 	
	.head .name img{
		height: 60px;
	}
	 
	.head .tel b{
		font-size: 24px;
	}
	.head .tel img{
		height: 36px;
		margin-right: 5px;
	}
	.nav ul li {
		margin: 0 15px;
	}
	.nav ul li a{
		font-size: 18px;
	}
	.main{
		width: 1400px;
	}

	.business ul li{
		width: 445px;
	}
	.honor .show ul li{
		width: 325px;
	}
	.honor .show ul li p{
		height: 80px;
		line-height: 80px;
	}
	.about  .video{
		width: 700px;
	}
	.advSwiper .swiper-slide .info{
		padding: 0 30px;
	}
	.advSwiper .swiper-slide p{
		font-size: 16px;
		text-align:justify;
	}


 	.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;
	}
	.in-main{
		width: 1200px;
	}
	.head .name img{
		height: 55px;
	}
	.nav ul li {
		margin: 0 5px;
	}
	.nav ul li a{
		font-size: 16px;
	}
	.nav ul li ul{
		width: 280px;
	}
	.nav ul li ul li a{
		font-size: 14px;
	}
	.nav ul {
		width: 690px;
	}
	.business ul li{
		width: 380px;
	}
 	.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;
	}
	.honor .show ul li{
		width: 280px;
	}
	.honor .show ul li p{
		height: 60px;
		line-height: 60px;
	}
	.news ul li:last-child{
		display: none;
	}
	.news .left .intro p{
		-webkit-line-clamp:2;
	}
	.news .left{
		height: 515px;
	}
	.footer .intro{
		width: 500px;
	}
 	.news-list ul li .info{
 		width: 420px;
 		 
 	}
 	.footer .menu{
 		width: 420px;
 	}
 	.footer .menu ul li{
 		width: 130px;
 	}
 	.footer .ewm img{
 		width: 150px;
 		height: 150px;
 	}
/*	.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;
	}
	.in-main{
		width: 7.1rem;
	}
 	.head .name img{
 		width: 3rem;
 		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;
	}
	.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;
  		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{
 		width: 6rem;
 		margin:0 auto;
 		margin-top: .3rem;
 		font-size: .24rem;
 		line-height: .42rem;
 	}
 
  	.business{
  		margin-top: .8rem;
  	}
  	.business .list{
  		margin-top: .5rem;
  	}
  	.business ul li{
  		margin-left: 0;
  		width: 3.4rem;
  		margin-bottom: .2rem;
  	}
  	.business ul li:nth-child(2n){
  		float: right;
  	}

  	.business ul li .info p{
  		padding-left: .2rem;
  		padding-right: .2rem;
  		font-size: .28rem;
  		width: 80%;
  		height: .4rem;
  		line-height: .4rem;
  	}
  	.business ul li .info {
  		height: .9rem;

  	}
  	.business ul li .info:after{
  	 
  		width: .4rem;
  		height: .4rem;
  		right: .2rem;
  		background-size: auto .2rem;
  	}
 	.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: .7rem;
 		height: .7rem;
 	}
 	.about{
 		margin-top: .6rem;
 		background: url(../images/about-mbg.jpg) no-repeat center;
 		background-size: cover;
 		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;
 	}
 	.about .intro  a{
 		width: 2.6rem;
 		height: .8rem;
 		line-height: .8rem;
 		font-size: .28rem;
 	}
 	.data-info{
 		margin-top: .8rem;
 		padding: .4rem .5rem;
 	}
 	.data-info ul{
 		display: block;
 	}
 	.data-info li{
 		float: left;
 		width: 45%;
 		margin-top: .3rem;
 		margin-bottom: .3rem;
 	}
 	.data-info ul li:nth-child(2n){
 		float: right;
 	}
 	.data-info li img{
 		width: .45rem;
 	}
 	.data-info ul li b{
 		font-size: .6rem;
 		line-height: .5rem;
 	}
 	.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;
 	}
 	.adv{
 		width: 100%;
 		padding: 1rem 0;
 		margin-top: .6rem;
 		background: url(../images/mbg01.jpg) no-repeat center;
 		background-size: cover;
 	}
 	.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: .36rem;
 	}
 	.advSwiper .swiper-slide .info p{
 		font-size: .26rem;
 		line-height: .42rem;
 	}
 	.advSwiper .swiper-pagination span{
 		width: .5rem;
 		height: .1rem;
 	}
 	.honor {
 		margin-top: 1rem;
 		margin-bottom: 1rem;
 	}
 	.honor .show{
 		margin-top: .5rem;
 	}
 	.honor .show .pic{
 		float: left;
 	}
 	.honor .show ul li .img-box{
 		padding: .3rem;
 	}
 	.honor .show ul li{
 		width:3.8rem;
 		margin-left: .3rem;
 	}
 	.honor .show ul li p{
 		font-size: .3rem;
 		height: 1rem;
 		line-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 .left .info{
		height: auto;
	}

	.news ul{
		width: 100%;
		margin-left: 0;
		margin-top: .2rem;
	}
	.news ul li{
		height: auto;
		overflow: hidden;
		margin-bottom: .2rem;
		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: .46rem;
		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: 4rem;
		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;
	}
	.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{
		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: .28rem;
		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;
 		margin-top: -.8rem;
 	}
 	.crumbs img {
 		height: .3rem;
 	}
 	.crumbs p{
 		font-size: .24rem;
 	}
 	.crumbs div{
 		height: .8rem;
 		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;
 	}
 	.tab-bar {
 		height: 1rem;
 	}
 	.tab-bar .swiper-slide a{
 		font-size: .3rem;
 	}
 	.tab-bar .swiper-slide{
 		 
 		line-height: 1rem;
 		height: 1rem;
 	}
 	.tab-bar .swiper-slide:after{
 		width:2px;
 	}
 	.history{
 		margin-top: .6rem;
 	}
 	.in-tit h4{
 		font-size: .42rem;
 	}
 	.in-tit p{
 		font-size: .26rem;
 	}

 	.rec-news{
 		margin-top: .6rem;
 		margin-bottom: .8rem;
 	}
 	.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 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;
 	}
 	.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:#122b88;
 		position: relative;
 	}
 	.float ul li:nth-child(2){
 		background: #90c320;
 	}
  	.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: .28rem;
 		line-height: .48rem;
 	}

 	.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: .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;
	}
	.business-intro{
		margin-top: .8rem;
	}

	.business-intro ul li {
		width: 100%;
		display: block;
		padding: .5rem;
		margin-bottom: .3rem;
	}
	.business-intro ul li .img{
		width: 100%;
	}
	.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:  #122b88;
		font-weight: bold;
	}
	.historyBar  .swiper-slide-thumb-active p:after{
		background: #122b88;
	}
	.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;
	}
	.in-about .tit {
		padding-bottom: .3rem;
	}
	.in-about .tit h4{
		font-size: .44rem;
	}
	.in-about .data-info{
		width: 6.2rem;
		margin:0 auto;
		margin-top: .3rem;
	}
	.in-about .data-info ul li{
	 
	}
	.in-about .intro{
		margin-top: .4rem;
		font-size: .28rem;
		line-height: .48rem;
	}
} 






/* 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;
    }
}
