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

}
@font-face {
    font-family:SourceHanSansSC-Medium;
    src: url(../font/SourceHanSansSC-Medium.ttf),url(../font/SourceHanSansSC-Medium.woff);

}


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


.main{
	width: 1600px;
	margin: 0 auto;
}
.in-main{
	width: 1400px;
	margin:0 auto;
}
.head{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.head  .main{
	display: flex;
	align-items: center;
	height: 130px;
	justify-content: space-between;
}
.head .name{
	width: 946px;
	background: url(../images/name.png) no-repeat center;
	background-size: 100% auto;
	height: 65px;
}
.head .tel{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.head .tel p{
	color: #c9000a;
	font-size: 36px;
	font-weight: bold;
	max-width: 280px;
	line-height: 35px;
	text-align: justify;
	margin-left: 10px;
	font-family: "DIN-BOLD", "Microsoft YaHei", "STSong", sans-serif;
}
.head  .btn{
	display: none;
}
.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-pagination {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 10;
}

.banner .swiper-pagination span{
	display: block;
	width: 24px;
	height:24px;
	margin:0 10px;
	border-radius: 50%;
	border: 1px solid #fff;
	position: relative;
 
}
.banner .swiper-pagination span:after{
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate3d(-50%,-50%,0);
}
.banner .swiper-pagination .swiper-pagination-bullet-active{
	border-color: #005eae;
}
.banner .swiper-pagination .swiper-pagination-bullet-active:after{
	background: #005eae;
}
.in-banner img{
	display: block;
	width: 100%;
}
.in-banner img:last-child{
	display: none;
}

.mbanner{
	display: none;
}

.title h4{
	color: #0e161c;
	text-align: center;
	font-size: 45px;
}
.title b{
	color: #005eae;
}
.title p{
	text-align: center;
	font-size: 22px;
	margin-top: 2px;
	display: table;
	margin:0 auto;
	margin-top: 5px;
	padding:0 130px;
	color: #555555;
	position: relative;
}
.title p:before{
	content: "";
	width: 113px;
	height: 15px;
	background: url(../images/title-left.png) no-repeat center;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.title p:after{
	content: "";
	width: 113px;
	height: 15px;
	background: url(../images/title-right.png) no-repeat center;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.tab{
	width: 100%;
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-top: 50px;
}
.tab ul{
	display: flex;
	justify-content: center;
}

.tab ul li{
	float: left;
	width: 12%;
	height: 50px;
 	
	background:#005eae;
  
	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: #fff;
	font-size: 18px;
	display: block;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.about{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #e5eff7;
	padding:   60px 0;
}
.about .bd{
	width: 100%;
	height: auto;
	background: #fff;
	margin-top: 40px;
	padding: 50px;
	box-sizing: border-box;
}
.about .bd .intro{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.about .bd .intro img{
	display: block;
	width: 800px;
}
.about .bd .intro .info{
	width: 655px;
}
.about .bd .intro .info h4{
	color: #000000;
	font-size: 30px;
	font-weight: normal;
}
.about .bd .intro .info .text{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
	color: #333333;
	font-size: 18px;
	line-height: 30px;
	text-indent: 2em;
	display: -webkit-box;
	-webkit-line-clamp:8;
	-webkit-box-orient: vertical;
	overflow: hidden;

}
.about .bd .intro .info a{
	display: block;
	width: 240px;
	text-align: center;
	line-height: 80px;
	border-radius: 30px 0 30px 0;
	border: 1px solid #d2d2d2;
	box-sizing: border-box;
	font-size: 18px;
	color: #666666;
	margin-top: 50px;
	height: 80px;
}
.about .bd .switch{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 50px;
}
.about .bd .switch .hd{
	width: 100%;
	height: auto;
	overflow:hidden;
}
.about .bd .switch .hd ul li {
	width: 260px;
	height: 80px;
	float: left;
	background: #005eae;
	margin-right: 10px;
}
.about .bd  .hd{
	display: none;
}
.switchSwiper{
	width: 100%;
	overflow: hidden;
	margin-top: 50px;
}
.switchSwiper .swiper-pagination{
	display: flex;
}
.switchSwiper .swiper-pagination span{
	display: block;
	width: 260px;
	height: 80px;
	margin-right: 10px;
	line-height: 80px;
	background: #005eae;
	text-align: center;
}
.switchSwiper .swiper-pagination a{
	color: #fff;
	font-size: 24px;
	display: block;
}
.switchSwiper .swiper-pagination .swiper-pagination-bullet-active{
	background: #c9000a;
	color: #fff;
}
.switchSwiper .swiper-wrapper{
	margin-top: 20px;
}
.switchSwiper .swiper-slide img{
	display: block;
	width: 100%;
	height: 253px;
}
.switchSwiper  .swiper-slide{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	z-index: 1;
	background: #fff;
}
.switchSwiper  .swiper-slide-active{
	z-index: 2;
}
.switchSwiper  .swiper-slide ul li{
	float: left;
	width: 360px;
	margin-left: 20px;
}
.switchSwiper  .swiper-slide ul li:first-child{
	margin-left: 0;
}

.switchSwiper  .swiper-slide ul li .img-box{
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
}
.switchSwiper  .swiper-slide ul li p{
	width: 100%;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #333333;
	font-size: 18px;
	 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.scope{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 70px;
}
.scope ul {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 50px;
}

.scope ul li{
	float: left;
	width: 777px;
	height: auto;
	overflow: hidden;
	position: relative;
	margin-bottom: 40px;
}
.scope ul li img{
	display: block;
	width: 100%;
	transition: .5s;
}
.scope ul li:nth-child(2n){
	float: right;
}
.scope ul li .info{
	position: absolute;
	left: 0;
 	top:calc(100% - 100px);
	z-index: 1;
	background: rgba(0,94,174,.8);
	height: 100%;
	padding: 0 40px;
	transition: .6s;
	box-sizing: border-box;
}

.scope ul li .info h4{
	color: #fff;
	font-size: 24px;
	position: relative;
 	transition: .5s;
	font-weight: normal;
	margin-top: 0;
 
	transition: .8s;
	line-height: 100px;
}
.scope ul li .info h4:before{
	display: block;
	content: "点击";
	position: absolute;
	right: 0;
	box-sizing: border-box;
	transition: .6s;
	font-size: 16px;
	padding-right: 30px;
	background: url(../images/icon01.png) no-repeat right center;
}
.scope ul li .info h4:after{
	content: "";
	width:0;
	transition: .6s;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #fff;
}

.scope ul li .info p{
	width: 100%;
	color: #fff;
	font-size: 18px;
	margin-top:40px;
	line-height: 60px;
	opacity: 0;
	display: -webkit-box;
	-webkit-line-clamp:4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	transition: .8s;
}

.scope ul li .info span{
	color: #fff;
	font-size: 18px;
	margin-top: 40px;
	display:block;
	transition: .8s;
	opacity: 0;
}
.scope ul li .info b{
	font-size: 28px;
	font-weight: normal;
}

.adv{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: url(../images/adv-tit.png) no-repeat center top;
	background-size: 100% auto;
	padding-top: 70px;
	margin-top: 100px;

}
.adv .adv-tit h4{
	color: #fff;
	font-size: 52px;
	text-align: center;

}
.adv .adv-tit b{
	font-size: 60px;
}
.adv .adv-tit p{
	text-align: center;
	font-size: 24px;
	color: #fff;
	margin-top: 5px;
}

.adv .swiper-slide{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 70px;
}
.adv .swiper-slide:last-child{
	margin-bottom: 0;
}

.adv .bd{
	width: 100%;
	height: auto;
	overflow: hidden;
	border-top: 2px solid #c9000a;
	box-sizing: border-box;
	background: #fff;
	margin-top: 50px;
	padding:70px 60px;
	margin-bottom:45px;
	box-shadow: 
        0 1px 2px rgba(0, 0, 0, 0.05),    
        0 5px 10px rgba(0, 0, 0, 0.3),  
        5px 20px 20px rgba(0, 0, 0, 0.03),  
        -5px 20px 20px rgba(0, 0, 0, 0.03);  
}
.adv .bd ul{
	width: 735px;
}
.adv .bd ul li{
	width: 100%;
	margin-top: 20px;
	margin-bottom: 40px;
}
.adv .bd ul li:last-child{
	margin-bottom: 0;
}
.adv .bd ul li .tit {
	display: flex;
	align-items: center;
	padding-bottom: 20px;
	background: url(../images/tit.png) repeat-x left bottom;
}

.adv .bd .img img{
	display: block;
	width: 666px;
}

.adv .bd ul li{
	height: auto;
	overflow: hidden;
 
}
.adv .bd ul li .tit p{
	color: #005eae;
	font-weight: bold;
	font-size: 34px;
}
.adv .bd ul li .tit b{
	color: #c9000a;
}
.adv .bd ul li .tit div{
	margin-left: 10px;
}

.adv .bd ul li .tit span{
	color: #888888;
	font-size: 15px;
	text-transform: uppercase;
	margin-top: 3px;
	display: block;
}

.adv .bd ul li .info{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
	color: #555555;
	font-size: 16px;
	line-height: 28px;
}

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

.adv .swiper-slide:nth-child(2){
	flex-direction:row-reverse;
}

.lc{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #E5EFF7;
	padding: 70px 0;
	box-sizing: border-box;
	margin-top: 60px;
}

.lc ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 70px;
	display: flex;
}

.lc ul li img{
	display: block;
	position: relative;
 
	border-radius:50%;
	z-index: 1;
}
.lc ul li{
	position: relative;

}
.lc ul li:after{
	content: "";
	width: calc(100% - 50%);
	height: 1px;
	top: 80px;
	position: absolute;
	right:-50%;
	background: #005eae;
}
.lc ul li:last-child:after{
	display: none;
}
.lc ul li p{
	text-align: center;
	font-size: 22px;
	color: #000000;
	margin-top: 20px;
	font-family: "SourceHanSansSC-Medium", "Microsoft YaHei", "STSong", sans-serif;
}
.lc ul li:before{
	content: "";
	width: 23px;
	height: 21px;
	background: url(../images/icon02.png) no-repeat center;
	position: absolute;
	right: -50%;
	margin-right: 23px;
	top: 70px;
 
}
.lc ul li:last-child:before{
	display: none;
}
.lc .tel .bd div{
	width: 240px;
	height: 88px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;

	background: #c9000a;
}
.lc .tel{
	text-align: center;
	margin-top: 70px;
}
.lc .tel img{
	display: block;
}
.lc .tel .bd{
	margin: 0 auto;
	 display: inline-flex; 
	align-items: center;
	border:1px solid #c9000a;
	border-radius: 50px;
}
.lc .tel b{
	font-size: 54px;
 	font-family: "DIN-BOLD", "Microsoft YaHei", "STSong", sans-serif;
	color: #c9000a;
	padding: 0 30px;
	 
}
.news{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 80px;
	margin-bottom: 80px;
}

.newsSwiper{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 60px;
}
.news .swiper-wrapper{
	display: block;
}
.news .swiper-slide {
	float: left;
	width: 480px;
	border-top: 1px solid #e3e3e3;
	box-sizing: border-box;
	padding-top: 40px;
	box-sizing: border-box;
	margin-left: 80px;
	margin-bottom: 60px;
	transition:.666s;
}
.news .swiper-slide:nth-child(3n-2){
	margin-left: 0;
}
.news .swiper-slide h4{
	color: #000000;
	transition:.666s;
	 white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
	overflow: hidden;
	font-size: 22px;
}
.news .swiper-slide p{
	color: #666666;
	font-size: 15px;
	line-height: 30px;
	margin-top: 30px;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-bottom: 30px;
}
.news .swiper-slide span{
	display: block;
	color: #999999;
	font-size: 14px;
	width: 100%;
	line-height: 20px;
	display: flex;
	justify-content: space-between;
	align-items: center;
 
}
.news .swiper-slide span i{
	display: block;
	width: 40px;
 	font-style: normal;
	height: 20px;
	position: relative;
}
.news .swiper-slide span i:before{
	content: "→";
	position: absolute;
	
	left: 0;
	font-size: 16px;
	top: 0;
	 
}
.news .swiper-slide span i:after{
	content: "→";
	position: absolute;
	left: -100%;
	font-size: 16px;
	top: 0;
	color: #005eae;
	opacity: 0;
}
.news .swiper-slide:hover{
	border-top-color: #005eae;
}
.news .swiper-slide:hover h4{
	color: #005eae;
}
.news .swiper-slide:hover i:before{
	left: 100%;
	transition:.666s;
	opacity: 0;
}	
.news .swiper-slide:hover i:after{
	left: 0;
	transition:.666s;
	opacity: 1;
	transition-delay:.4s;
}
.cp{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 90px;
	padding:110px 0;
 
	background: #E5EFF7;
}

.cp .tit{
	width: 100%;
	height: auto;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.cp .tit h4{
	color: #005eae;
	font-size: 32px;
}
 
.cp .tit .box{
	display: flex;
	align-items: flex-end;
}
.cp .tit  .box p{
	color: #666666;
	font-size: 16px;
	margin-left: 10px;
}
.cp .tit  span{
	display: block;
	color: #555555;
	font-size: 18px;
	margin-top: 5px;
}

.cp .tit a{
	background: #fff;
	display:flex;
	justify-content: center;
	align-items: center;
	width: 80px;
	height: 40px;
	border-radius: 30px;
}
.cp .tit span{
	display: block;
	width: 
}
.cp .tit a span{
	display:block;
	width: 8px;
	height: 8px;
	background: #bfbfbf;
	position: relative;
	border-radius: 50%;
	transition: .666s;
}
.cp .tit a span:after{
	content: '';
	width:8px;
	height: 8px;
	border-radius: 50%;
	background: #bfbfbf;
	position: absolute;
	right: -13px;
	transition: .666s;
}
.cp .tit a span:before{
	content: '';
	width:8px;
	height: 8px;
	border-radius: 50%;
	background: #bfbfbf;
	position: absolute;
	transition: .666s;
	left: -13px;
}
.cp .tit a:hover span:before{
	background: #005eae;
}
.cp .tit a:hover span {
	background: #005eae;
	transition-delay:.1s;
}
.cp .tit a:hover span:after{
	background: #005eae;
	transition-delay:.3s;
}
.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: 40px 0;
	border-top: 1px solid  #e5e5e5;
	box-sizing: border-box;
	 
}

.links  .main{
	display: flex;
}


.links .tit{
	display: flex;
	align-items: center;
}
.links .tit h4{
	color: #555555;
 
	font-size: 20px;
}
.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: #555555;
	font-size: 15px;
}
.foot-nav{
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #005eae;
}
.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: #041727;
	padding-top:70px;
	padding-bottom: 110px;
}
.footer .intro img{
	display: block;
}
.footer .intro p{
	color: #dedede;
	font-size: 15px;
	line-height: 28px;
	margin-top: 20px;
}
.footer .tit {
	display: flex;
	align-items: center;
}
.footer .tit p{
	color: #fff;
	font-size:24px;
}
 
 

.footer  .menu{
	width: 320px;
	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: 150px;
	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: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  .ewm {
	float: right;
}
.footer  .ewm  ul {
	margin-top: 20px;
}
.footer  .ewm  ul li{
	float: left;
 	width:180px;
 	margin-left:20px;
}
.footer  .ewm  ul li:first-child{
	margin-left: 0;
}

.footer  .ewm  ul li img{
	display: block;
	width:180px;
	height:180px;
 
}

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

.float-right{
	display: block;
	position: fixed;
	right:0;
	top: 300px;
	z-index: 100;
}
.float-right ul li{
	display: flex;
	width: 190px;
	position: relative;
	right: -140px;
	background: #c9000a;
	position: relative;
	align-items: center;
	transition: .5s;
	margin-bottom: 1px;
	border-radius: 5px 0 0 5px;
}
.float-right ul li p{
	color: #fff;
 	line-height: 20px;
	font-size: 16px;
 
	max-width: 130px;
}
.float-right ul li div{
	position: absolute;
	left: -155px;
	display: none;
}
.float-right ul li div img{
	display: block;
	width: 150px;
	height: 150px;
}
.float-right ul li span{

	width: 52px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.float-right ul li:nth-child(1):hover{
	right: 0;
}
.float-right ul li:hover div{
	display: block;
}
.cr{
	width: 100%;
	display: flex;
	justify-content: center;
	color: #666666;
	font-size: 16px;
	height: 80px;
	align-items: center;
	background: #111111;
}
.cr span{
	padding: 0 10px;
}

.in-content{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.in-content .left{
	width: 260px;
	float: left;
}
.in-content .left .pro-list{
	float: initial;
}
.in-content .quick{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
	border: 1px solid #e5e5e5;
}
.in-content .quick .tit{
	display: flex;
	align-items: center;
	background: #1ad76f;
	justify-content: center;
	height: 120px;
}
.in-content .quick .tit img{
	margin-right: 10px;
}
.in-content .quick .tit h4{
	color: #fff;
	font-size: 24px;
}

.in-content .quick .tit p{
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.in-content .quick ul {
	margin:15px 0;
	box-sizing: border-box;
	width: 100%;
	padding: 0 15px;
}
.in-content .quick ul li{
	width: 100%;
	position: relative;
		overflow: hidden;
		white-space: nowrap;
    text-overflow: ellipsis;
    line-height:40px;
	border-bottom: 1px solid #e5e5e5;
	padding-left: 15px;
	box-sizing: border-box;
}
.in-content .quick ul li:last-child{
	border: none;
}

.in-content .quick ul li:after{
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #1ad76f;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.in-content .quick ul li a{
	font-size: 16px;
	color: #333;

	width: 100%；
}
.float{
	display: none;
}

.scope-list{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin: 70px 0;
}

.scope-list ul li{
	background: #eee;
	display: flex;
	align-items: center;
	margin-bottom: 30px;
	justify-content: space-between;
}
.scope-list ul li:nth-child(2n){
	flex-direction: row-reverse;
}
 
.scope-list ul li .intro{
	width: 46%;
	padding: 30px 80px;
	box-sizing: border-box;
}
.scope-list ul li .img{
	width: 49%;
}
.scope-list ul li .img img{
	display: block;
	width: 100%;
}
.scope-list ul li .intro h4{
	color: #333;
	font-size: 28px;
}
.scope-list ul li .intro .info {
	color: #333;
	font-size: 16px;
	margin-top: 20px;
	display: -webkit-box;
	-webkit-line-clamp:6;
	-webkit-box-orient: vertical;
	overflow: hidden;

	line-height: 26px;
}
.scope-list ul li  a{
	display: block;
	width: 150px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	background: #005eae;
	margin-top: 30px;
}
.page{
	display: table;
	margin: 40px auto;
	max-width: 1200px;
}

.page ul li{
	float: left;
	padding: 0 10px;
	height: auto;
	overflow: hidden;
	line-height: 30px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	margin: 0 3px;
}

.page ul li a{
	color:#333;
}

.page .active{
	border-color: #004BA0;
	background: #004BA0;
	color:#fff;
	font-size: 12px;
}
.page .active a{
	color: #fff;
}
.img-list{
	height: auto;
	overflow: hidden;
	width: 100%;
	padding-top: 20px;
}
.img-list .tab ul li{
	background: #EEEEEE;
}
.img-list .pic{
	height: auto;
	overflow: hidden;
	margin-top: 15px;
 
}

.img-list .pic ul li{
	float: left;
	width: 24%;
	margin-left: 1.3%;
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
}
.img-list .pic ul li:nth-child(4n-3){
	margin-left: 0;
}
.img-list .pic ul li .img-box{
	position: relative;
	padding-bottom: 70.333%;
}
.img-list .pic ul li .img-box:after{
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
	left: 0;

	top: 0;
	background: #eee;
}
.img-list .pic ul li img{
	display: block;
	position: absolute;
	height: 100%;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.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: 1600px;
	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;
	 
}

.newsList{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 60px;
}
.newsList ul li {
	border:1px #ccc dotted;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 40px;
	margin: 15px 0;
	transition: .5s;
	box-sizing: border-box;
	position: relative;
	
}
.newsList ul li:hover{
	transform: translateY(-10px);
	box-shadow: 0 0 6px 3px #eee;
}
.newsList ul li  h4:hover{
	color: #C9000A;
}
.newsList ul li h4{
	color: #333;
	font-size: 18px;
	 white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 70%;
	font-weight: normal;
}
.newsList ul li a{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.newsList ul li p{
	width: 100%;
	color: #333;
	font-size: 14px;
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin-top: 15px;
	line-height: 26px;
}
.newsList ul li span{
	color: #666;
	font-size: 14px;
}
.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 ul {

}

.honor .show ul li .img-box{
	padding: 35px;
	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;
	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: 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;
}


.history{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 80px;
}
.in-tit h4{
	color: #005eae;
	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:  #005eae;
	font-weight: 800;
}
.historyBar  .active-year p:after{
	background: #005eae;
}


.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: #005eae;
	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-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: #005eae;
	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;
}
.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: #005eae;
}

.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 .intro {
	margin-left: 40px;
}
.business-intro ul li .intro h4{
	color: #005eae;
	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;
}

@media (min-width: 1200px){
 	.nav{
 		width: 100%;
 		height: auto;
 		background: #005eae;
 		position: relative;
 		z-index: 10;
 	}
 	.nav ul {
 		width: 1600px;
 		margin:0 auto;
 		display: flex;
 		justify-content: space-between;
 		align-items: flex-start;
 	}
 	.nav ul li{
 		line-height: 80px;
 		text-align: center;
 		position: relative;
 		width: 100%;
 		transition: .5s;
 	}
 	.nav ul .active{
 		background: #C9000A;
 	}
 
  	.nav ul li a{
  		font-size: 20px;
  		color: #fff;
  		display: block;
  		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: 100%;
  		left: 50%;
 		display: none;
  		transform: translateX(-50%);
  	 	 
  	}

  	 
  	.nav ul li ul li{
 		height:50px;
 		line-height:50px;
 		width: 100%;
 		margin:0;
 		transition: .5s;
 		background: rgba(255,255,255,.6);
 		padding: 0;
 		margin-bottom: 1px;
  	 
  	}
  	.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  {
  		background: #c9000a;
  	 
  	}
  	.nav ul li:hover ul li a{
  		color: #333;
  	}
  	.nav ul li:hover ul{
  		display: block;
  		top: 80px;
  	}
  	.nav ul li:hove:after{
  		display: block;
  	}
 	.nav ul li:hover ul li{
 		background: rgba(255,255,255,.6);
 	}
 	.nav ul li ul li:hover{
 		background: #c9000a;
 	}
  	.nav ul li ul li:hover a{
  		color: #fff;
  		 
  	}
  	.nav ul li:hover a{}

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

    .tab ul li:hover{
    	background:#C9000A;
    	box-shadow:0 0 3px 3px #dbdbdb63;
    }
    .tab ul li:hover a{
    	color: #fff;
    }
    .about .bd .intro .info a:hover{
    	border-color:#005EAE;
    	color:#005EAE;
    }
    .scope ul li:hover .info{
    	top:0;
    }
    .scope ul li:hover .info h4{
    	margin-top: 10px;
    }
    .scope ul li:hover .info h4:before{
    	opacity: 0;

    }
    .scope ul li:hover .info h4:after{
    	width: 60px;
    }

    .scope ul li:hover .info  p{
    	line-height: 32px;
    	margin-top: 30px;
    	opacity: 1;
    }
    .scope ul li:hover .info  span{
    	margin-top: 30px;
    	opacity: 1;
    }
    .scope ul li:hover  img{
    	transform: scale(1.05);
    }
 
 
    .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: #005eae;
    }
    .news ul li:hover .intro h4{
    	color:  #005eae;
    	text-decoration: underline;
    }
    .news .left .intro h4:hover{
    	color:  #005eae;
    	text-decoration: underline;
    }
    .links ul li a:hover{
    	color:  #005eae;
 		text-decoration: underline;
    }
    .footer .menu ul li:hover{
    	background: #fff;
    }
    .footer .menu ul li:hover a{
    	color: #005eae;
    }
    .footer .menu ul li:hover:after{
    	color: #005eae;
    }

    .fy a:hover{
    	color: #005eae;
    }

    .rec-news .recNewsSwiper .swiper-slide:hover{
    	border: 1px solid #005eae;

    }
    .rec-news .recNewsSwiper .swiper-slide:hover h4{
    	color:  #005eae;
    }
}
 

@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;
	}
	.nav ul{
		width: 1400px;
	}
 	.about .bd .intro img{
 		width: 53%;
 	}
 	.about .bd .intro .info{
 		width: 44%;
 	}
 	.scope ul li{
 		width: 49%;
 	}
 	.adv .bd ul li .tit span{
 		font-size: 14px;
 	}
 	.adv .bd ul{
 		width: 670px;
 	}
 	.adv .bd .img img{
 		width: 580px;
 	}
 	.lc ul li img{
 		width: 140px;
 	}
 	.lc ul li:after{
 		top: 66px;
 	}
 	 
 	.switchSwiper .swiper-pagination span{
 		width: 224px;
 	}
 	.about .bd .intro .info .text{
 		-webkit-line-clamp:6;
 	}

 	.switchSwiper .swiper-slide ul li{
 		width: 24%;
 		margin-left: 1%;
 	}
 	.switchSwiper .swiper-slide img{
 		height: auto;
 	}
 	.lc ul li:before{
 		top:56px;
 	}
 	.news .swiper-slide{
 		width: 31%;
 		margin-left: 3%;
 	}
 	.news-list ul li .info{
 		width: 520px;
 		 
 	}

 	.fy{
 		width: 1400px;
 	}
}
 

@media (max-width: 1440px){
	.main{
		width: 1200px;
	}
	.in-main{
		width: 1200px;
	}
	.head .name{
		width: 800px;
		background-size: 100% auto;
	}
	.head .tel p{
		font-size: 30px;
		max-width: 245px;
	}
	.nav ul{
		width: 1200px;
	}
	.about .bd .intro .info .text{
		font-size: 16px;
		line-height: 26px;
	}

	.about .bd .intro .info a{
		width: 190px;
		height: 63px;
		font-size: 16px;
		line-height: 63px;
	}
	.switchSwiper .swiper-pagination span{
		width: 188px;
		height: 62px;
		line-height: 62px;
		 
	}
	.switchSwiper .swiper-pagination a {
		font-size: 20px;
	}
	.scope ul li .info{
		top: calc(100% - 65px);
	}
	.scope ul li .info h4{
		line-height: 65px;
	}
	.scope ul li .info p{
		font-size: 16px;
		margin-top: 20px;
	}

	.adv{
		padding-top: 35px;
	}
	.adv .bd{
		width: 1150px;
		margin:0 auto;
		margin-top: 30px;
		padding:50px 40px;
		margin-bottom: 40px;
	}
	.adv .bd ul{
		width: 550px;
	}
	.adv .bd ul li .tit p{
		font-size: 24px;
	}
	.adv .bd ul li .tit span{
		font-size: 12px;
	}
	.adv .bd .img img{
		width: 500px;
	}
	.adv .swiper-slide{
		margin-bottom: 10px;
	}
	.lc ul li p{
		font-size: 18px;
	} 
	.lc ul li img{
		width: 120px;
	}
	.lc ul li:after{
		width: 60px;
		top: 60px;
	}
	.lc ul li:before{
		margin-right: 20px;
		top:50px;
	}

	.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 .ewm img{
 		width: 150px;
 		height: 150px;
 	}
 	.footer .ewm ul li {
 		width: 140px;
 	}
 	.footer .ewm ul li img{
 		width: 140px;
 		height: 140px;
 	}
 	.footer .ewm ul li p{
 		margin-top: 10px;
 	}
 	.scope-list ul li .intro h4{
 		font-size: 24px;
 	}
 	.scope-list ul li .intro .info{
 		font-size: 15px;
 		line-height: 22px;
 	}
/*	.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 {
 		width: 5.3rem;
 	 	background: url(../images/mname.png) no-repeat center;
 	 	background-size: 100% 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: .3rem;
		height: .3rem;
		outline: none;
	}
	.banner .swiper-pagination span:after{
		width: .15rem;
		height: .15rem;
	}
	.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/nav-icon.png) no-repeat center;
  		background-size: auto 100%;
  		position: absolute;
  		top: 50%;
  		left: 50%;
  		margin-left: -.15rem;
  		margin-top: -.15rem;
  	}
  	.nav ul li .touch:after{
  		transform: rotate(90deg);
  	}
  	.nav ul li ul li{
  		line-height: .7rem;
  		border: none;
  		height: .7rem;
  		border-top: .02rem solid #444;
  		border-bottom: .02rem solid #111;
  	}
  	.nav ul li ul li:first-child{
  		border-top: 0;
  	}
  	.nav ul li ul li:last-child{
  		border-bottom: none;
  	}
  	.nav ul ul li a{
  		font-size: .26rem;
  	}
 	.title h4{
 		font-size: .48rem;
 	}
 	.title p{
 		font-size: .24rem;
 	}
  	.about{
  		padding: .6rem 0;
  	}
  	.title p{
  		margin-top: .2rem;
  		font-size: .27rem;
  		padding: 0 1.4rem;
  	}
  	.title p:before,.title p:after{
  		width: 1.13rem;
  		height: .15rem;
  		background-size: 100% auto;
  	}
  	.about .main{
  		width: 100%;
  	}
  	.about .bd{
  		padding:.4rem .2rem;
  	}
  	.about .bd .intro{
  		display: block;
  	}
  	.about .bd .intro img{
  		width: 100%;
  	}
  	.about .bd .intro .info{
  		width: 100%;
  		margin-top: .3rem;
  	}
  	.about .bd .intro .info h4{
  		font-size: .36rem;
  		text-align: center;
  	}
  	.about .bd .intro .info .text{
  		font-size: .28rem;
  		line-height: .48rem;
  		-webkit-line-clamp:8;
  		margin-top: .3rem;
  	}
  	.about .bd .intro .info a{
  		margin:0 auto;
  		width: 3.2rem;
  		height: 1rem;
  		line-height: 1rem;
  		font-size: .28rem;
  		margin-top: .6rem;
  	}
  	.switchSwiper .swiper-pagination span{
  		width: 32%;
  		height: .9rem;
  		line-height: .9rem;
  		font-size: .3rem;
  		margin:0 auto;
  	}
  	.switchSwiper .swiper-slide ul li{
  		width: 49%;
  		margin-top: .1rem;
  		margin-left: 0;
  	}
  	.switchSwiper .swiper-slide ul li:nth-child(2n){
  		float: right;
  	}
  	.switchSwiper .swiper-slide ul li p{
  		font-size: .28rem;
  	}

  	.scope{
  		margin-top: .8rem;
  	}
  	.scope ul{
  		margin-top: .4rem;
  	}
  	.scope ul li{
  		margin-bottom: .2rem;
  		width: 100%;
  	}
  	.scope ul li .info h4{
  		font-size: .32rem;
  	}
  	.scope ul li .info {
  		padding: 0 .3rem;
  	}
  	.scope ul li .info p{
  		font-size: .24rem;
    	margin-top: 0.2rem;
    	line-height: .42rem;
  	}
  	.scope ul li .info span{
  		font-size: .24rem;
  	}
 
  	.scope ul li .active{
  		top:0;
  	}
  	.scope ul li .active h4{
  		margin-top: 0;
  		line-height: 1rem;
  	}
  	.scope ul li .active h4:before{
  		opacity: 0;

  	}
  	.scope ul li .active h4:after{
  		width: 60px;
  	}

  	.scope ul li .active  p{
  		line-height: .42rem;
  		margin-top: .3rem;
  		opacity: 1;
  	}
  	.scope ul li .active  span{
  		margin-top: 30px;
  		opacity: 1;
  	}
  	.scope ul li .active  img{
  		transform: scale(1.05);
  	}
  	
  	.scope ul li .active span{
  		
  		margin-top: .2rem;
  	}
  	.scope ul li .info b{
  		font-size: .3rem;
  	}
 	.adv{
 		width: 100%;
 		padding-top: .6rem;
 		margin-top: .4rem;
 		background: url(../images/madv-tit.png) no-repeat ;
 		background-size: 100% auto;
 	}
 	.adv .adv-tit h4{
 		font-size: .46rem;
 	}
 	.adv .adv-tit b{
 		font-size: .7rem;
 	}
 	.advSwiper .swiper-wrapper{
 		display: flex;
 	}
 	.adv .swiper-slide{
 		flex-direction: column-reverse;
 	}
 	.adv .bd ul{
 		width: 100%;
 	}
 	.adv .bd .img img{
 		height: 4rem;
 		width: auto;
 	}
 	.adv .bd{
 		width: 100%;
 		padding: .4rem;
 	}
 	.advSwiper{
 		overflow: hidden;
 		margin-top: .4rem;
 	}
 	.adv .adv-tit p{
 		font-size: .26rem;
 	}
 	.adv .bd ul li .tit img{
 		width: .8rem;
 	}
 	.adv .bd ul li .tit p{
 		font-size: .32rem;
 	}
 	.adv .bd ul li .tit span{
 		font-size: .2rem;
 	}
 	.adv .bd ul li .info{
 		margin-top: .2rem;
 		line-height: .42rem;
 		text-align: justify;
 		font-size: .24rem;
 	}
 	.adv .swiper-slide:nth-child(2){
 		flex-direction: column-reverse;
 	}

 	.adv .swiper-pagination{
 		display: flex;
 		margin-top: .6rem;
 		margin-bottom: .4rem;
 		justify-content: center;
 	}
 	.adv .swiper-pagination span{
 		display: block;
 		width: .4rem;
 		margin:0 .1rem;
 		height: .14rem;
 		border-radius: 15px;
 		background: #bfbfbf;
 	}
 	.adv .swiper-pagination .swiper-pagination-bullet-active{
 		background: #c9000a;
 	}

 	.lc{
 		margin-top: .4rem;
 		padding: .6rem 0;
 	}
 	.lc ul{
 		flex-wrap: wrap;
 		justify-content: center;
 		 gap: .37rem;
 		margin-top: .4rem;
 	}
 	.lc ul li{
 		width:21%;
 		  
 	}
 	.lc ul li img{
 		width: 90%;
 	}
 	.lc ul li p{
 		font-size: .23rem;
 		margin-top: .2rem;
 	}
 	.lc ul li:before{
 		width: .25rem;
 		height: .32rem;
 		background-size: 100% auto;
 		top: .53rem;
 		margin-right: 0.5rem;
 	 
 	}
 	.lc ul li:after{
 		width: .55rem;
 		top: .68rem;
 		right: -.4rem;
 	}
 	.lc ul li:nth-child(4):after{
 		display: none;
 	}
 	.lc ul li:nth-child(4):before{
 		display: none;
 	}
 	.lc .tel .bd div{
 		width: 2.4rem;
 		height: 1rem;
 	}
 	.lc .tel {
 		margin-top: .5rem;
 	}
 	.lc .tel b{
 		padding: 0 .3rem;
 		padding-right: .4rem;
 	}
 	.lc .tel img{
 		height: .5rem;
 	}
 	.lc .tel b{
 		max-width: 3rem;
 		line-height: .38rem;
 		font-size: .4rem;
 	}
 	.news{
 		margin-top: .8rem;
 	}
 	.newsSwiper{
 		margin-top: .6rem;
 	}
 	.news .swiper-wrapper{
 		display: flex;
 	 	flex-wrap: wrap;
 	 	height: 7rem;
 		flex-direction: column;

 	}
 	.news .swiper-slide{
 		margin: 0;
 		margin-bottom: .3rem;
 		height: auto;
 		padding-top: .5rem;
 	}
 	.news .swiper-slide h4{
 		font-size: .32rem;
 	}
 	.news .swiper-slide p{
 		font-size: .26rem;
 		margin: .4rem 0;
 		line-height: .42rem;
 	}
 	.news .swiper-slide span{
 		font-size: .24rem;
 	}
 	.news .swiper-pagination{
 		display: flex;
 		justify-content: center;
 	}
 	.news .swiper-pagination span{
 		display: block;
 		width: .4rem;
 		margin:0 .1rem;
 		height: .14rem;
 		border-radius: 15px;
 		background: #bfbfbf;
 	}
 	.news .swiper-pagination .swiper-pagination-bullet-active{
 		background: #c9000a;
 	}
 	.news .swiper-slide span i:before{
 		right: 0;
 	}
	.cp{
		margin-top: .8rem;
	 	margin-bottom: 0;
		padding: .8rem 0;
	}
 	.cp .tit h4{
 		font-size: .36rem;
 	}
 	.cp .tit p{
 		font-size: .26rem;
 	}
 	.cp .tit span{
 		font-size: .24rem;
 	}
 	.cp .tit a{
 		width: 1rem;
 		height: .5rem;
 	}
 	.cp .tit a span{
 		width: .1rem;
 		height: .1rem;
 		margin-top: 0;
 	}
 	.cp .tit a span:after,.cp .tit a span:before{
 		width: .1rem;
 		height: .1rem;
 		margin-top: 0;
 	}
 	.cp .tit a span:before{
 		left: -.15rem;
 	}
 	.cp .tit a span:after{
 		right: -.15rem;
 	}
	.cp ul{
		margin-top: .4rem;
	}
	.cp ul li{
		width: 33.333%;
	}
	.foot-nav{
		display: none;
	}
	.footer{
		background: #333333;
	}
	.footer .intro img{
		margin:0 auto;
		height: .8rem;
	}
	.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;
 	}
 	 
 	.tab-bar {
 		height: 1rem;
 	}
 
 	.history{
 		margin-top: .6rem;
 	}
 	.in-tit h4{
 		font-size: .42rem;
 	}
 	.in-tit p{
 		font-size: .26rem;
 	}

 	.rec-news{
 		margin-top: .6rem;
 	}
 	.rec-news .in-main{
 		padding: .4rem;
 	}
 	.rec-news .tit {
 		padding-bottom: .2rem;
 	}
 	.rec-news .tit h4{
 		font-size: .42rem;
 	}
 	.rec-news .tit a{
 		font-size: .4rem;
 	}
 	.rec-news .recNewsSwiper{
 		margin-top: .5rem;
 	}
 	.rec-news .recNewsSwiper .swiper-slide 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:#005eae;
 		position: relative;
 	}
 	.float ul li:nth-child(2){
 		background: #c9000a;
 	}
  	.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%;
 		font-size: .28rem;
 		line-height: .48rem;
 	}
 	.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;
	}
	.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:  #005eae;
		font-weight: bold;
	}
	.historyBar  .swiper-slide-thumb-active p:after{
		background: #005eae;
	}
	.scope-list{
		margin-top: .6rem;
	}

	.scope-list ul li{
		display: block;
	}
	.scope-list ul li .img{
		width: 100%;
	}
	.scope-list ul li .intro{
		width: 100%;
		padding:  .5rem;
	}
	.scope-list ul li .intro h4{
		font-size: .36rem;
	}
	.scope-list ul li .intro .info{
		font-size: .26rem;
		line-height: .46rem;
	}
	.scope-list ul li a{
		width: 2.4rem;
		height: .7rem;
		line-height: .7rem;
	}

	.newsList{
		margin-top: .4rem;
	}
	.newsList ul li{
		padding: .4rem;
		margin-bottom: .2rem;
	}
	.newsList ul li h4{
		font-size: .3rem;
	}
	.newsList ul li span{
		font-size: .22rem;
	}

	.newsList ul li p{
		line-height: .42rem;
		font-size: .24rem;
	}
	.tab{
		margin-top: .6rem;
	}
	.tab ul{
		width: 100%;
	}

	.tab ul li{
		width: 100%;
		margin-bottom: 0;
	}

	.tab ul li a{
		font-size: .26rem;
	}
} 





 