body{
	overflow-y: hidden;
}
.phone_banner{
	display: none;
	margin-top: 1.3rem;
}

.phoneheader{
	display: none;
}
.mobile-container{
	display: none;
}

.wrap {
	width: 62.5%;
	margin: 0 auto;
}
.wrap2{
	width: 52%;
	margin: 0 auto;
}
.bgcolor{
	background-color: #f5f5f5;
}


.top_box{
	width: 100%;
	height: .31rem;
	line-height: .31rem;
	background-color: #384d6e;
	position: fixed;
	top: 0px;
	height:.56rem;
	z-index: 99;
}
.header {
	position: fixed;
	top:.31rem;
	height: .55rem;
	background-color: #FFFFFF;
	line-height: .58rem;
	z-index: 99;
	width: 100%;
}
.headerActive{
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);	
}

.header .fl{
	width: 16%;
	text-align: left;
}
.header .fl a {
	display: block;
	height: 100%;
}
.header .fl a img.logo{
	height: .36rem;
    width: .26rem;
}
.header .wrap .fr {
	display: block;
	width: 84%;
}

.header .fr li {
	display: inline-block;
	vertical-align: top;
	height:.55rem;
	width: 16%;
	text-align: center;
	line-height: .58rem;
	box-sizing: border-box;
}

.header .fr li a {
	font-size: .14rem;
	font-family: SourceHanSansCN-Normal;
	box-sizing: border-box;
	height: .55rem;
	line-height: .58rem;
	color: #595959;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	display: inline-block;
}

.header .fr li.active  a{
	color: #567cbc;
}
.header .fr li:hover a{
color: #567cbc;	
}

.banner {
	margin-top: .83rem;
	position: relative;
}

.banner .swiper-slide{
	height: 7rem;
    background-position: 50% 50%;
    background-size: cover;
}
.banner .bn_img{
	height: 2.6rem;
	background-position: 50% 50%;
    background-size: cover;
}

.banner .banner_txt{
	text-align: center;
	margin-top:2rem;
}
.banner .banner_txt h1{
	font-size: .48rem;
	color: #FFFFFF;
	font-weight: bold;
}
.banner .banner_txt  p{
	font-size: .36rem;
	color: #FFFFFF;

}
.banner .banner_txt  p strong{
	padding: 0 .1rem;
	display: inline-block;
	vertical-align: middle;
}
.banner .banner_txt  p i{
	font-size: .14rem;
	display: inline-block;
	width: 1.3rem;
	height: .01rem;
	vertical-align: middle;
	background-color: #FFFFFF;

}
.banner .banner_txt  span{
	font-size: .26rem;
	color: #FFFFFF;
}
.banner .banner_txt  a.bn_more{
	display: block;
	width: 1.8rem;
	height: .5rem;
	line-height: .5rem;
	color: #FFFFFF;
	font-size: .16rem;
	margin: 0 auto;
	margin-top: .5rem;
	background-color: #384d6e;
	border-radius: .2rem;
	transition: .3s;
}
.banner .banner_txt  a.bn_more:hover{
	background-color: #18c484;
	font-size: .14rem;
}

.banner .swiper-slide  .teshu{
	opacity: 0;
    transform: translateY(1.8vw);
    transition: all 1s ease;
    transition-delay: .5s;
}
.banner .teshu i{
	display: block;
	font-size: .14rem;
	width:5.6rem;
	height: .01rem;
	margin:.1rem auto;
	background-color: #FFFFFF;
}
.banner  span{
	font-size: .16rem;
}
.banner .swiper-slide .teshu {
	 transform: translateY(-50%);
}


.banner .swiper-slide-active  .teshu{
  
        opacity: 1;
    transform: translateY(0);
}



.banner .swiper-pagination {
	position: absolute;
	bottom: 15px;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
}
.banner .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	background: #FFFFFF;
	margin: 0 2px;
	border-radius: 50%;
	opacity: .3;
}

.banner .swiper-pagination-bullet-active {
	opacity: 0.6;
}

.banner .swiper-button-prev {
	width: 30px;
	height: 56px;
	left: 20px;
	background: rgba(56,77,110,0.3);
	line-height: 56px;
	
}

.banner .swiper-button-next {
	width: 30px;
	height: 56px;
	right: 20px;
	background: rgba(56,77,110,0.3);
	line-height: 56px;
	
}
.banner .swiper-button-prev:hover,
.banner .swiper-button-next:hover {
	background: rgba(56,77,110,0.6);
}

.banner img {
	width: 100%;
}





.footer {
	padding-top: .3rem;
	background-color: #384d6e;
}

.footer .fl span.tel {
	font-size: .2rem;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #fff;
	display: block;
  margin-bottom: .2rem;
}

.footer .fl p.cite {
	font-size: .14rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #fff;
	line-height: .16rem;
	margin-bottom: .1rem;
}

.footer .fr .codes {
	
}

.footer .fr .codes span {
	display: inline-block;
	margin-right: .3rem;
	height: .6rem;
	vertical-align: middle;
	font-size: .16rem;
	color: #FFFFFF;
}

.footer .fr .codes img {
	max-width: 1.6rem;
    display: inline-block;
    vertical-align: middle;
}

.footer  .copy {
	border-top: 1px solid #88a3d0;
	line-height:.4rem;
	margin-top: .3rem;
	text-align: center;
}

.footer  .copy p {
	font-size:.12rem;
	font-family: SourceHanSansCN-Light;
	font-weight: 300;
	color: #FFFFFF;
}
.Icp{
	width: 100%;
	text-align: center;
	padding-top: 1.4rem;
	padding-bottom: .15rem;
}
.Icp p{
	color: rgb(152, 152, 152);
	font-size: .14rem;
}
.Icp p a,.Icp span{
color: rgb(152, 152, 152);
display: inline-block;
vertical-align: middle;	
}
.submenus {
	text-align: right;
	line-height: 40px;
}



.commonitem {
	text-align: center;
	margin-bottom: .8rem;
}

.commonitem .ch {
	font-size: .3rem;
	font-family: SourceHanSansCN-Medium;
	font-weight: bold;
	color: #333333;
}


.commonitem .en {
	display: block;
	font-size: .16rem;
	font-family: SourceHanSansCN-Heavy;
color: #E6E6E6;
}


/*关于我们*/

.about{
	padding: .5rem 0;
}
.about .txt .con {
	padding-bottom: .8rem;
}

.about .txt .con img {
	width: 100%;
	margin: 0 auto.4rem;
}

.about .txt .con p {
	font-size: .16rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666;
	line-height: .36rem;
	text-align: left;
}


.abt_con{
	width: 100%;
	padding-bottom: .2rem 0;
}
.abt_con .abt_con_lt,.abt_con  .abt_con_rt{
	display: inline-block;
	vertical-align: top;
}
.abt_con .abt_con_lt{
	float: left;
	width: 15%;
	
}
.abt_con .abt_con_lt h3{
	width: 84%;
	height: 1.4rem;
	text-align: left;
	line-height: 1.4rem;
	color: #111;
	font-family:Source Han Sans;
	font-size: .30rem;
	background: url(../images/tt.png) no-repeat right center;
	background-size:auto 100%;
}
.abt_con .abt_con_rt{
	width: 82.5%;
	float: right;
}
.abt_con .abt_con_rt h4{
	width: 100%;
	height: .6rem;
	line-height: .6rem;
	text-align: left;
	font-size: .3rem;
	color: #333;
	font-family:Source Han Sans;
	font-weight: bold;
	margin-top: .4rem;
	margin-bottom: .3rem;
	border-bottom: 1px solid #ddd;
}
.abt_con .abt_con_rt li{
	width: 100%;
	padding: .3rem .25rem;
	background: #FFFFFF;
	transition: .4s !important;
	margin-bottom: .3rem;
	cursor: pointer;
}
.abt_con .abt_con_rt li img{
	width: 45%;
	height: auto;
	display: inline-block;
	vertical-align: middle;
}
.abt_con .abt_con_rt li .abt_con_rt_txt{
	width: 42%;
	display: inline-block;
	vertical-align: top;
	margin-left: .3rem;
}
.abt_con .abt_con_rt li:nth-of-type(2n) .abt_con_rt_txt{
	margin-left: 0rem;
}
.abt_con .abt_con_rt li:nth-of-type(2n) img{
	margin-left: .3rem;
}

.abt_con .abt_con_rt li .abt_con_rt_txt h6{
	font-size: .24rem;
	font-weight: bold;
	font-family:Source Han Sans;
	color: #000;
	margin-bottom: .2rem;
}
.abt_con .abt_con_rt li .abt_con_rt_txt p{
	font-size: .16rem;
	font-family:Source Han Sans;
	color: #666;
}
.abt_con .abt_con_rt li:hover{
	transition: .4s !important;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	transform: translateY(-5px) !important;
}

.abt_con .abt_con_rt li img.ph_img{
	display: none;
}
.abt_con .abt_con_rt li img.pc_img{
	display: inline-block;
}

/*公司荣誉*/
.honor{
	margin-top: 1rem;
	padding-bottom: .6rem;
	
}
.honor .honor_title{
	padding-top: .5rem;
	padding-bottom: .8rem;
	
}
.honor .honor_title h2{
	font-size: .24rem;
	color: #000;
	font-weight: bold;
	padding-bottom: .1rem;
}
.honor .honor_title h2 i{
	display: inline-block;
	border-bottom: 5px solid #000;
	font-style: normal;
	padding-bottom: .1rem;
	
}
.honor .honor_title  p{
font-size: .14rem;
color: #999;
}
.honor  .honor_text{
	width: 100%;
	padding: .2rem 0;
	background-color: #F5F5F5;
}
.honor  .honor_text ul{
	display:flex;
	padding: 0 .3rem;
	text-align: center;
    flex-wrap:wrap
}
.honor  .honor_text ul li{
	display: inline-block;
	height: 3rem;
	width: auto;
	padding-right: .2rem;
    margin-bottom:.2rem;
}
.honor  .honor_text ul li:nth-of-type(4n){
    margin:0;
}
.honor  .honor_text ul li img{
	height: 2.4rem;
}


/*主营产品*/
.product .honor_title {
	padding-bottom: .5rem;
}
.product .honor_title h1{
	text-align: center;
	font-size: .3rem;
	color: #000;
	font-weight: bold;
	
}
.product .ts{
	padding-top: 0;
}
.product .honor_text  ul li {
	float: left;
	width: 1.9rem;
	height: 2.4rem;
    margin-right: 5%;
    position: relative;
	transition: .5s;
	overflow: hidden;
}
.product .honor_text  ul li img{
width: 1.9rem;
height:2.4rem;
transition: .3s;
}


.product li:nth-of-type(4n) {
	margin-right: 0;
}

.product  .honor_text li  .layers{
	background: rgba(0, 0, 0, 0.3);
	width: 100%;
	height: 2.4rem;
	 position: absolute;
    top: -100%;
    left: 0;
    z-index: 22;
    transition: 300ms;
    transition-delay: 100ms;
    text-align: center;
}
.product  .honor_text li:hover .layers{
	width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    transform: translateY(100%)
}
.product  .honor_text li:hover img{
	transform: scale(1.2);
	transition: .3s;
} 
.product  .honor_text li  .layers p{
	color: #FFFFFF;
	font-size: .18rem;
	line-height: 1.8rem;
}

.geheng{
	height: .7rem;
	width: 100%;
}

.page {
	margin-top:.3rem;
	text-align: center;
	height: .34rem;
}

.page a {
	padding: .08rem .14rem;
	border: 1px solid #CCCCCC;
	border-radius: 4px;
	color: #666;
	transition: .3s;
	margin-right: .05rem;
}

.page input {
	height: .32rem;
	line-height: .32rem;
	border: 1px solid #CCCCCC;
	width: .5rem;
	border-radius: 4px;
	text-align: center;
	box-sizing: border-box;
	color: #666;
	margin-right: .05rem;
}

.page a:hover,
.page a.active {
	background: #EEEEEE;
	transition: .3s;
}
.page span{
	color: #999;
}


.details{
	padding: .45rem 0 .6rem;
}

/*详情*/

.details p.font1 {
	padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    font-family: 'Noto Sans CJK';
    color: #404040;
    font-size: .24rem;
    font-weight: normal;
    font-style: normal;
    text-decoration: none;
    text-align: center;
    line-height: .36rem;
    word-wrap: break-word;
    word-break: normal;
}

.details .content {
	padding: .3rem 0 .6rem;
}

.details .content p {
	font-size: .16rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
	text-indent: 2em;
}

.details .content img {
	display: block;
	margin: 20px auto;
	max-width: 100%;
}

.chapter {
text-align: center;
margin-top: .3rem;
}

.chapter a {
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
}
.chapter .end span{
	box-sizing: border-box !important;
    color: #000000;
    font-family: 微软雅黑,"Microsoft YaHei";
    font-size: 15px;
    letter-spacing: 0.544px;
    max-width: 100%;
    outline: 0px;
    display: inline-block;
    vertical-align: middle;
    overflow-wrap: break-word !important;
    text-align: center;
}
.chapter .end img{
	display: inline-block;
	vertical-align: middle;
	width: .11rem !important;
	height: auto !important;
}
.chapter .more_gif{
	display: block;
	margin-top: .5rem;
}
.chapter .more_gif img{
	width: .6rem;
	height: auto;
}
.details span.laiyuan{
	display: block;
	float: right;
	background-color: #ffffff;
    box-sizing: border-box !important;
    color: #3e3e3e;
    font-family: Helvetica;
    font-size: .12rem;
    letter-spacing: 0.544px;
    line-height: normal;
    max-width: 100%;
    outline: 0px;
    overflow-wrap: break-word !important;
    text-align: right;
    white-space: normal;
}


/*资讯中心*/
.fa .abt_con  .abt_con_rt ul{
	    padding: 0.3rem 0.25rem;
	     background: #FFFFFF;
}
.fa .abt_con  .abt_con_rt li {
   width: 100%;
    transition: .4s;
    cursor: pointer;
    padding: .15rem 0;
    border-bottom: 1px solid #CCCCCC;
    margin-bottom: 0;
    display: flex;
    cursor: auto;
}


.fa .abt_con .abt_con_rt li .new_img {
	width: 2.6rem;
	height: 1.5rem;
	margin-left: 0;
	margin-right: 0;
	transition: .5s;
	border: 1px solid #F7F7F7;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
}
.fa .abt_con .abt_con_rt li .new_img img{
	width:100%;
	height: 1.5rem;
	margin-left: 0;
	transition: .5s;
}

.fa .abt_con .abt_con_rt li  .right {
	width: 6.6rem;
	display: inline-block;
	padding-left: .3rem;
	vertical-align: middle;
}

.fa .abt_con .abt_con_rt li  .right a.tt {
	font-size: .16rem;
	font-family: Microsoft YaHei;
	color: #333333;
	display: block;
	line-height: .36rem;
	transition: .5s;
}

.fa .abt_con .abt_con_rt li  .right p.p1,
.fa .abt_con .abt_con_rt li .right p.p2 {
	font-size: .14rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999;
	line-height: .26rem;
}

.fa .abt_con .abt_con_rt li  .right span.time {
	display: block;
	height:.36rem;
	font-size: .14rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999;
	line-height: .26rem;
}

.fa .abt_con .abt_con_rt li:hover{
	transition: .4s !important;
	box-shadow: none;
	transform: translateY(0px) !important;
}
.fa .abt_con .abt_con_rt li .new_img:hover img{
	transform: scale(1.1) !important;
	transition: .5s;
}

.fa .abt_con .abt_con_rt li  .right a:hover{
	color:#567cbc ;
	transition: .5s;
}



/*联系我们*/
.contact{
	padding: .6rem 0;
	margin-top:1rem;
}
.contact_box{
	width: 100%;
}
.contact_box h3{
	color: #fe8523;
	font-size: .3rem;
	font-weight: bold;
	margin-bottom: .6rem;
}
.contact_box h3 span{
	display: block;
}
.contact_box h3 span.ch{
	font-size: .2rem;
	color: #333;
	font-weight: normal;
}

.contact_box .contact_box_list{
	display: flex;
}
.contact_box .contact_box_list .contact_left,
.contact_box .contact_box_list .contact_center,
.contact_box .contact_box_list .contact_right{
	width: 33%;
	display: inline-block;
	vertical-position: top;
	height: 1.7rem;
	padding-top: .3rem;
}
.contact_box .contact_box_list .contact_left{
	
}
.contact_box .contact_box_list .contact_left p{
	font-size: .14rem;
	color: #666;
	height: .3rem;
	line-height: .3rem;
	
}
.contact_box .contact_box_list .contact_center{
		border-right: 1px solid rgba(211,211,211,1);
		border-left: 1px solid rgba(211,211,211,1);
		padding: 0 .2rem;
		padding-top: .3rem;
}
.contact_box .contact_box_list .contact_center h4{
	font-size: .18rem;
	color: #666;
	height: .36rem;
}
.contact_box .contact_box_list .contact_center span.tel{
	font-size: .3rem;
	color: #FE8523;
	display: inline-block;
	vertical-align: middle;
}
.contact_box .contact_box_list .contact_center img{
	display: inline-block;
	vertical-align: middle;
}
.contact_box .contact_box_list .contact_right span.wx{
	display: block;
	font-size: .18rem;
	color: #666;
	text-align: center;
}
.contact_box .contact_box_list .contact_right  img.ewm{
	width: 1.16rem;
	height: 1.16rem;
	display: block;
	margin-top: .15rem;
	margin: 0 auto;
}
.map_img{
	margin-top: 1rem;
	width: 100%;
	height: 4rem;
}

#top {
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 40px;
	height: 40px;


	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 99;
}

@media screen and (min-width:1200px) and (max-width:1600px) {
	.wrap {
	width: 75%;
	margin: 0 auto;
}
.wrap2{
	width: 84%;
	margin: 0 auto;
}
.abt_con .abt_con_lt h3{
	font-size: .26rem;
}
.abt_con .abt_con_rt h4{
	font-size: .24rem;
	
}
.abt_con .abt_con_rt li .abt_con_rt_txt p {
    font-size: .14rem;
}
.abt_con .abt_con_rt li .abt_con_rt_txt h6 {
    font-size: .22rem;
   
}
.contact_box .contact_box_list .contact_center{
    width:42%;
    display: inline-block;
    vertical-position: top;
    height: 1.7rem;
    padding-top: 0.3rem;
}
.contact_right {
    width: 25%;
    display: inline-block;
    vertical-position: top;
    height: 1.7rem;
    padding-top: 0.3rem;
}
.contact_box .contact_box_list .contact_center span.tel {
    font-size: .26rem;
    
}

}
@media screen and (min-width:1000px) and (max-width:1200px) {
	.wrap {
	width: 84%;
	margin: 0 auto;
}
.wrap2{
	width: 84%;
	margin: 0 auto;
}
.abt_con .abt_con_lt h3{
	font-size: .24rem;
}
.abt_con .abt_con_rt h4{
	font-size: .22rem;
	
}
.abt_con .abt_con_rt li .abt_con_rt_txt p {
    font-size: .14rem;
}
.abt_con .abt_con_rt li .abt_con_rt_txt h6 {
    font-size: .2rem;
   
}
.contact_box .contact_box_list  .contact_right{
	width: 42%;
}
.contact_box .contact_box_list .contact_center{
    width:42%;
   
}
.contact_box .contact_box_list  .contact_right {
    width: 16%;
    display: inline-block;
    vertical-position: top;
    height: 1.7rem;
    padding-top: 0.3rem;
}
.contact_box .contact_box_list .contact_left p {
    font-size: .12rem;
    
}
.contact_box .contact_box_list .contact_center span.tel {
    font-size: .24rem;
    
}


}