@charset "utf-8";

/*----公共样式-----*/
html{
	font-size:30px;

}
@media(max-width: 1024px) {
	html{
		font-size:28px !important;

	}
}
body{
	position:relative;
	width:100%;
}
.body-box{
	overflow-x: hidden;    
}

@media(min-width: 1025px) {
	::-webkit-scrollbar {
		width: 6px;
		height: 6px;
		background: #1a2259;
	}
	::-webkit-scrollbar-thumb {
		background: #1a2259;
		border-radius: 4px;
	}
	::-webkit-scrollbar-track {
		background: #fff;
	}
}

/***head***/
.head-warp{
	position: fixed;
	left: 0;
	top: 0;
	z-index:99;
	width:100%;
	
}


.head-warp.h-down,.head-warp.pro-con-down{
	background: #fff;
}

.head-con{
	height: 2.5rem;
	transition: all 0.5s ease 0s;
	box-sizing: border-box;
	border-bottom: 1px solid rgba(162, 173, 186, 0.7);
	position:relative;
	

}
.head-warp.h-down .head-con,.head-warp.pro-con-down .head-con{
	border-bottom:none;

}



.w1800{
	max-width: 93.75%;
    margin: 0 auto;
	display:flex;
	justify-content: space-between;

}





@media(max-width: 1024px) {
  .w1800 {
    max-width: 100%;
    margin: 0 auto;
    width: 92%;
  }
  .head-warp{
		background: #fff;
	}
	.head-warp .head-con{
		border-bottom:none;

	}

}

.logo-box{
	height:2.5rem;
	display:flex;
	align-items: center;
	width:17%;
	
}
.logo-img{
	max-width:5.85rem;
	max-height:2.5rem;
}

.head-right{
	width:14%;
	display: flex;
    align-items: center;
    justify-content: center;
	height:2.5rem;

}
.head-right>.line{
	 width:1px;
	 background:#fff;
	 height:19px;
	 margin:0.625rem;
}
.head-warp.h-down .head-right>.line,.head-warp.pro-con-down .head-right>.line{
	background: #333;
}
.head-qrcode-box{
	position:relative;
}
.head-qrcode{
	width: 2.4rem;
    height: 2.4rem;
    background: #fff;
    padding: 4px;
    left: 50%;
    transform: translateX(-50%);
    top: 1.2rem;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease 0s;
	position:absolute;

}
.head-qrcode:before{
	content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
    left: 50%;
    transform: translateX(-50%);
    top: -12px;

}
.head-warp .logo-b{
	display: none;
}
.head-warp.h-down .logo-a,.head-warp.pro-con-down .logo-a{
	display: none;
}
.head-warp.h-down .logo-b,.head-warp.pro-con-down .logo-b{
	display: block;
}
.head-qrcode-box:hover .head-qrcode{
	top: 1rem;
	visibility: visible;
	opacity: 9;
}
.head-warp .head-right .search-b{
	display: none;
}
.head-warp.h-down .head-right .search-a,.head-warp.pro-con-down .head-right .search-a{
	display: none;
}
.head-warp.h-down .head-right .search-b,.head-warp.pro-con-down .head-right .search-b{
	display: block;
}
.head-warp .head-right .head-qrcode-box{
	display: block;
}


.head-warp .head-right .ew-b{
	display: none;
}
.head-warp.h-down .head-right .ew-a,.head-warp.pro-con-down .head-right .ew-a{
	display: none;
}
.head-warp.h-down .head-right .ew-b,.head-warp.pro-con-down .head-right .ew-b{
	display: block;
}


.nav-box{
	display:flex;
	justify-content:space-around;
	align-items:center;
	width:50%;
}

.nav-item{
	position:relative;
	
}
.nav-item>a{
	font-size: 0.488rem;
    font-weight: bold;
    color: #f8f8f8;
	letter-spacing:2px;
}
.head-warp.h-down .nav-item>a,.head-warp.pro-con-down .nav-item>a{
	color: #333;
}
.sub-nav-box{
	
	position:absolute;
	background: #fff;
    width: 51vw;
    top: 1.7rem;
    box-sizing: border-box;
    padding: 1.1rem 0 1.1rem 1.2rem;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease 0s;
    box-shadow: 0 4px 4px 0 rgba(32, 33, 36, .1);
	min-height:200px;
}
.sub-nav-box.right5{
	 left: -4vw;
}
.sub-nav-box.right5{
	 left: -8vw;
}
.sub-nav-box.right6{
	 left: -14vw;
}
.sub-nav-box.right7{
	 left: -19vw;
}
.sub-nav-box:before{
	content: '';
    position: absolute;
    width: 3.75rem;
    height: 3px;
    background: #ff0000;
    top: 0;
    left: 0;

}

.sub-nav-box .nav-title{

}
.nav-title h3{
	font-weight: bold;
	font-size: 0.65rem;
	margin-bottom: 0.25rem;
	color: #333;
}
.nav-title p{
	font-weight: bold;
	font-size: 12px;
	color: #666;
}
.sub-nav-list{
	width: 45.9%;
    padding: 1rem 0.75rem 0.4rem 0.15rem;
	border-right: 1px solid #ebebeb;
}
.sub-nav-list li{
	font-weight: bold;
    width: 48.2%;
    margin-bottom: 0.55rem;
	
}
.sub-nav-list .sub-cate-box{
	width: 48.2%;
}
.sub-nav-list .sub-cate-box>a{
	display: block;
	width: 100%;
	margin-bottom: 0.55rem;
}
.sub-nav-list li  a{
	color: #666;
    font-size: 0.35rem;
	display:flex;
	align-items:center;
}
.sub-nav-icon{
	margin-right: 0.3rem;
	text-align: center;
}
.sub-nav-pic{
	width: 45.8%;
    box-sizing: border-box;
}
.hover-img{
	overflow:hidden;
}
.nav-item:hover>a,.sub-nav-list li>a:hover{
	color:#ff0000;
}
.nav-item:hover .sub-nav-box{
	visibility: visible;
	opacity: 1;
	top: 1.5rem;
}

.search-box{
	position: fixed;
    z-index: -1;
    background-color: #333;
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
    visibility: hidden;
    transition: all 0.8s ease 0s;
    opacity: 0;
}
.search-box.active{
	z-index: 999;
    opacity: 1;
    visibility: visible;
}
.s-close{
	display: block;
    width: 18px;
    height: 18px;
    background: url("icon/ico_37.png") no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 38px;
    right: 2.6%;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}
.s-close:hover{
	transform: rotateZ(45deg);
}
.search-form{
	position: absolute;
    width: 94.8%;
    left: 2.6%;
    top: 50%;
    height: 124px;
    margin-top: -63px;
    border-bottom: 1px solid #515151;
}
.search-form .con{
	border: none;
    font-size: 66px;
    height: 124px;
    line-height: 124px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    color: #555;
    background: none;
    
    padding-left: 88px;
    padding-right: 80px;
    background: url("icon/ico_36.png") no-repeat 35px 60px;
}
.search-form .sub-btn{
	border: none;
    height: 100px;
    margin-top: 24px;
    font-size: 24px;
    line-height: 100px;
    color: #555;
    text-align: right;
    background: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    text-align: center;
}

.head-warp .head-right .btn-bar{
	width: 20px;
    height: 18px;
    position: relative;
    display: none;
}

.head-warp .head-right .btn-bar .line {
    position: absolute;
    width: 100%;
    background: #fff;
    height: 2px;
    left: 0;
    transition: all 0.3s ease 0s;
}

.head-warp.h-down .btn-bar .line1,.head-warp.pro-con-down .btn-bar .line1 {
    transform-origin: left bottom 0;
    left: 0;
    top: 0;
}
.head-warp.h-down .btn-bar .line2,.head-warp.pro-con-down .btn-bar .line2 {
    top: 8px;
    left: 0;
}
.head-warp.h-down .btn-bar .line3,.head-warp.pro-con-down .btn-bar .line3 {
    transform-origin: left top 0;
    left: 0;
    bottom: 0;
}
.web-zw{
	height:2.5rem;
	display: none;
}

@media(max-width: 1024px) {
	.nav-box{
		display:none;
	}
	.head-warp .nav-item>a{
		color: #333;
	}
	.head-warp .head-right>.line{
		background: #333;
	}
	.head-warp .logo-a{
		display: none;
	}
	.head-warp .logo-b{
		display: block;
	}

	.head-warp .head-right .btn-bar{
		display: block;
	}
	.head-warp .head-right .head-qrcode-box{
		display: none;
	}
	.head-warp .head-right .btn-bar .line {
   
	    background: #333;
	   
	}
	.head-warp .logo-a{
		display: none;
	}
	.head-warp .logo-b{
		display: block;
	}
	.head-warp .head-right .search-a{
		display: none;
	}
	.head-warp .head-right .search-b{
		display: block;
	}
	




	.head-warp .btn-bar .line1 {
	    transform-origin: left bottom 0;
	    left: 0;
	    top: 0;
	}
	.head-warp .btn-bar .line2 {
	    top: 8px;
	    left: 0;
	}
	.head-warp .btn-bar .line3 {
	    transform-origin: left top 0;
	    left: 0;
	    bottom: 0;
	}	
}

@media(max-width: 767px) {
	.pc-search{
		transform: scale(1)translateY(1px);
	}
	.web-zw{
		
		display: block;
	}
	.head-warp .head-right .btn-bar {
		
	    width: 20px;
	    height: 18px;
	    margin-left: 0.25rem;
	
	}
	.head-right{
		width:30%;
	}
	.head-right>.line {
	   
	    margin: 0.625rem 0.4rem;
	}
	.search-form{
		height: 1.4rem;
    	margin-top: 0;
	}
	.search-form .con{
		border: none;
	    font-size: 0.8rem;
	    height: 1.2rem;
	    line-height: 1.2rem;
	    width: 80%;
	    padding-left: 1.4rem;
	    padding-right: 0.6rem;
	    background: url("icon/ico_36.png") no-repeat 0.2rem 0.1rem;
	}
	.search-form .sub-btn{
		height: 1.2rem;
	    margin-top: 0;
	    font-size: 0.9rem;
	    line-height: 1.2rem;
	    width: 20%;
	}
}


.index-banner{
	width:100%;
	height:100%;
	display: block;
}
/**轮播图**/
.slideBox{ width:100%;height:100vh;overflow:hidden; position:relative;}
.slideBox .hd{ height:9px; overflow:hidden; position:absolute; left:0; bottom:70px; z-index:9;display:flex;justify-content:center;width:100%; }
.slideBox .hd ul{ overflow:hidden; zoom:1; width:90px;border-radius:9px; background:#909daf; }
.slideBox .hd ul li{ float:left;border-radius:9px;   width:45px; height:9px;  background:#909daf; cursor:pointer; }
.slideBox .hd ul li.on{ background:#fff;  }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle;width:100%;height:100vh;overflow:hidden; }
.slideBox .bd ul li a{  display:block;width:100%;height:100vh;}

.index-m-banner{
	display: none;
}

@media(max-width: 767px) {
	.index-banner{
		display: none;
	}
	.index-m-banner{
		display: block;
	}
	.index-mban-swiper{
		width:100%;
	}
	.index-mban-swiper .swiper-slide img{
		width:100%;
	}



}
.index-pro-box{
	padding:0 6.25% 2rem;
	position:relative;
	display: block;
}
.pro-top{
	padding-top:1rem;
	display:flex;
	justify-content:space-between;
}
.pro-top-left{
	width:50%;
}
.pro-top-right{
	width:50%;
}
.tit-18{
	margin-bottom: 0.25rem;
    font-size: .45rem;
    color: #1a2259;
    position: relative;
}
.tit-18::after{
	content: "";
    position: absolute;
    left: 2rem;
    width: calc(100% - 3rem);
    height: 1px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #000;
    

}
.select-tab{
	width: 100%;
    position: relative;
    z-index: 2;
}
.index-pro-left-swiper,.index-pro-right-swiper{
	width:90%;
	padding-top:0.5rem;
	padding-bottom:8px;
}
.select-tab .swiper-container .swiper-slide{
	width: 32%;
    height: 5rem;
    
    box-sizing: border-box;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    transition: all 0.5s ease 0s;
    position: relative;
}
.select-tab .swiper-container .swiper-slide:before{
	content: '';
    position: absolute;
    z-index: 2;
    width: 0;
    height: 0;
    border-width: 6px;
    bottom: -12px;
    left: 1rem;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    opacity: 0;
    transition: all 0.5s ease 0s;
}
.select-tab .swiper-container .swiper-slide.cur,.select-tab .swiper-container .swiper-slide:hover{
    box-shadow: 0 0 12px #e0e4e8;
    z-index: 2;
}

.select-tab .swiper-container .swiper-slide.cur:before{
	opacity:1;
}
.select-tab .swiper-container .swiper-slide .s{
	display:block;
}
.select-tab .swiper-container .swiper-slide .h{
	display:none;
}
.select-tab .swiper-container .swiper-slide.cur .s,.select-tab .swiper-container .swiper-slide:hover .s{
	display:none;
}
.select-tab .swiper-container .swiper-slide.cur .h,.select-tab .swiper-container .swiper-slide:hover .h{
	display:block;
}
.select-tab .swiper-container .swiper-slide.cur .colorhover,.select-tab .swiper-container .swiper-slide:hover .colorhover{
    filter: invert(21%) sepia(97%) saturate(7452%) hue-rotate(7deg) brightness(115%) contrast(127%);
}
.select-tab .swiper-container .swiper-slide.cur p,.select-tab .swiper-container .swiper-slide:hover p{
    color:#ff0000;
}
.select-tab .swiper-container .swiper-slide .ip-ico{
	margin-bottom: 0.5rem
}
@media(max-width: 1367px) {
	.select-tab .swiper-container .swiper-slide {
		height:4.5rem
	}
}

.pro-con{
	width: 100%;
    transform: translateY(-8px);
}
.pro-con .index-pro-show-swiper{
	width:100%;
	height: auto;
}

.pro-con .index-pro-show-swiper .swiper-wrapper .swiper-slide{
	display:flex;
	justify-content:space-between;
}
.pro-con .index-pro-show-swiper .swiper-wrapper .swiper-slide .img-item{
	position:relative;
}
.pro-con .index-pro-show-swiper .swiper-wrapper .swiper-slide .img-item.big{
	width: 69.047%;
}
.pro-con .index-pro-show-swiper .swiper-wrapper .swiper-slide .img-item.big img{
	width: 100%;
}
.ips-item-con{
	position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
	padding: 1.75rem 0 0 2rem;
    box-sizing: border-box;
}
.img-item.big .ips-item-con .title{
	margin-bottom: 1rem;
}
.img-item.big .ips-item-con .title h3{
	font-size: 1rem;
    color: #fff;
    margin-bottom: 0.5rem;
}
.img-item.big .ips-item-con .title p{
	font-size: 0.45rem;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 3px;
}
.index-more{
	color: #ff0000;
    font-size: 12px;
}

.img-sm-box{
	width: 30.357%;
    height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;

}
.img-sm-box .img-item:first-child{
	margin-bottom: 0.25rem;
}

@media(max-width:992px) {
	.pro-con .index-pro-show-swiper .swiper-wrapper .swiper-slide .img-item.big{
		width: 100%;
		height: 17.5rem;
		margin-bottom: 0.5rem;
	}
	
	.img-sm-box{
		width: 100%;
		height: 10rem;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
	}
	.pro-con .index-pro-show-swiper .swiper-wrapper .swiper-slide{
		display:block;
		
	}
	.img-sm-box .img-item{
		height: 100%;
		width: 49%;
	}
}
.index-pro-m{
	display: none;
	padding:1rem 4%;
	width:92%;
}
.ipro-one{
	width:100%;
	position: relative;
	

}
.m-left-pro-show-swiper .swiper-wrapper .swiper-slide img{
	width:100%;
}

.m-index-pro-left-swiper{
	padding-top: 0.5rem;
    padding-bottom: 8px;
}
.m-left-pro-show-swiper{
	transform: translateY(-8px);
}
.m-right-pro-show-swiper .swiper-wrapper .swiper-slide img{
	width:100%;
}

.m-index-pro-right-swiper{
	padding-top: 0.5rem;
    padding-bottom: 8px;
}
.m-right-pro-show-swiper{
	transform: translateY(-8px);
}
@media(max-width:767px) {
	.index-pro-m{
		display: block;
	}
	.index-pro-box{
		display: none;
	}
	.pro-top-left{
		width:100%;
	}
	.pro-top-right{
		width:100%;
	}
	.tit-18{
		font-size:0.66rem;
	}
	.tit-18::after{
		left:3rem;
	}
	.select-tab .swiper-container .swiper-slide p{
		font-size:0.5rem;
	}

}





.in-about{
	padding:2.7rem 6.25% 2rem;
	background:url(inaboutbg.jpg) no-repeat center center;
	padding-bottom:6rem;
	display:flex;
	justify-content:space-between;
	width:87.5%;
}
.in-about-left{
	width:43%;

}
.about-common h1{
	color: #333;
   
	font-weight: bold;
	font-size:1rem;
    margin-bottom: 0.75rem;
}
.about-common h3{
	color: #333;
    font-size: 0.5rem;
    margin-bottom: 0.3rem;
	font-weight: bold;
}
.about-common .arial{
	font-family: Arial;
	font-size: 12px;
    color: #333;
    opacity: 0.9;
}
.about-common .con-t{
	color: #333;
    line-height: 2.14;
    font-size: 0.35rem;
	margin-top:0.75rem;
	margin-bottom:1.25rem;
	max-height:100%;

}
.about-common .con-t p{
	font-size: 12px;
    color: #333;
    opacity: 0.7;
}
.about-h2{
	font-size:0.4rem;
	
}
.in-about-right{
	width:50%;
	position:relative;

}
.in-about-right img{
	width:100%;
}
.inab-sub-pic{
	width:77%;
	position:absolute;
	right:75%;
	top:9.4rem;
	z-index:3
}
.loadmore{
	width: 3.9rem;
    height: 1.25rem;
    line-height: 1.25rem;
    box-sizing: border-box;
    text-align: center;
    color: #ff0000;
    border: 1px solid rgba(26, 34, 89, 0.2);
    border-radius: 1.25rem;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    margin-left: 2.6rem;
    margin-top:1.5rem;

}
.in-ad{
	width:100%;
	padding:2rem 0;

}
.ad-a{
	width:100%;
	display: block;
	max-width: 1920px;
	margin: 0 auto;
}
.ad-b{
	display: none;
}
@media(max-width: 992px) {
	.in-about{
		width:92%;
		height: auto;
		padding:.6rem 4%;
		flex-direction: column;
		
	}
	.in-about-left{
		width:100%;
	}
	.in-about-right{
		width:100%;
		padding:.6rem 0;
	}
	.inab-sub-pic{
		display: none;
		
		
	}
	
}




.in-link{
	padding:2rem 6.25% 2.5rem;

}
.link-swiper{
	width: 25%;
    height: 4rem;
    box-sizing: border-box;
    border-right: 1px solid #ebebeb;
}
.link-swiper a{
	width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.link-swiper img{
	max-height: 1.5rem;
	transition: all 0.3s ease 0s;
}
.link-swiper h3{
	margin: 0.8rem 0 0.35rem;
    color: #333;
    font-size: 0.4rem;
    font-weight: bold;
}
.link-swiper p{
	font-size: 12px;
    color: #666;
}
.link-swiper:hover img {
  transform: translateY(2px);
}

.link-swiper:last-child {
  border-right: none;
}
@media(max-width: 768px) {
	.in-ad{
		padding:.9rem 0;
	}
	.ad-a{
		display: none;
	}
	.ad-b{
		width:100%;
		height:10rem;
		display: block
	}
	.in-link{
		padding:.6rem 4% 1.4rem;
	}
}






/***foot**/
footer{
	border-top: 1px solid #e5e5e5;
}
.foot-top{
	padding:2rem 6.25%;
	display: flex;
    align-items: center;
    justify-content: center;
}
.foot-top-item{
	margin: 0 1.25rem;
    position: relative;
    text-align: center;
}
.foot-top-item img{
	width:2.4rem
}
.foot-top-item:first-child:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 2.4rem;
  background: #e9e9e9;
  top: 50%;
  right: -1.25rem;
  transform: translateY(-50%);
}
.foot-top-item p{
	font-size: 12px;
    font-weight: bold;
    color: #000;
    text-align: center;
	margin-top: 8px;
}
.foot-main{
	display: block;
	background: #000;
    padding: 1.7rem 6.25% 2.25rem;
}
.foot-main-m{
	display: none;
	background: #000;
    color: #fff;
    box-sizing: border-box;
    padding: 0.8rem 4%;
}
.foot-nav-box{
	width: 100%;
    box-sizing: border-box;
    padding: 0 1.5rem;
    display: flex;
    justify-content: space-between;
    position: relative;
	padding-bottom:2.4rem;
}
.foot-nav-box:before{
	content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background:#999;
    left: 0;
    top: 1rem;

}
.foot-nav-box dl dt{
	font-size: 0.35rem;
    color: #fff;
    font-weight: bold;
    margin-bottom: 1rem;
}
.foot-nav-box dl dd a{
	display: block;
    font-size: 12px;
    color: #999;
    margin-bottom: 0.35rem;
}

.foot-copyright{
	padding-top: 0.6rem;
	border-top:1px solid #999;
	display:flex;
	justify-content:space-between;
}
.foot-copyright p{
	color:#fff;
}
.copyright{
	color:#999;
}
.copyright a{
	margin-left:1rem;
}
.m-foot-left{
	width:50%;
	position: relative;
}
.m-foot-left a{
	display: block;
    color: #fff;
    font-size: 0.48rem;
    line-height: 1.1rem;

}
.m-foot-left:before{
	content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    transform: translateY(-50%);
    right: 10%;
    top: 50%;
    background: rgba(255, 255, 255, 0.2);
}
.m-foot-right{
	width:50%;
	box-sizing: border-box;
    padding-left: 0.5rem;
}
.m-foot-right p{
	font-size: 0.48rem;
	line-height: .9rem;
	color:#fff;
}
@media(max-width: 768px) {
	.foot-main{
		display: none;

	}
	.foot-main-m{
		display: block;
	}
	.foot-top {
		padding:1rem 4%;
	}
}

/***内页**/
.d-banner{
	width:100%;
}
.d-banner img{
	width:100%;
}
.page-content{
	padding:0.5rem 6.23% 2rem;
	display:flex;
	justify-content:space-between;

}
.content-left{width:16%;min-width:140px;position:relative;z-index:7;}

.moudle-name{
	width:100%;
	height:3.4rem;
	background:#ff0000;
	color:#fff;
	line-height:3.4rem;
	text-indent:1.2rem;
	font-size:0.7rem;
	letter-spacing:2px;
}
.cate-box{
	border:1px solid #e8e8ee;
	border-top:none;

}
.cate-box li{
	position:relative;
	height:1.9rem;
	background:#f5f5f5;
	line-height:1.9rem;
	text-indent:1.2rem;
	color:#000;
	border-bottom:1px solid #e8e8e8;
	
}
.cate-box li a{
	display: block;
	width:100%;
	height:100%;
}
.cate-box li:last-child{
	border:none;
}
.cate-box li:after{
	content: '';
    position: absolute;
    width: 4px;
    height: 0%;
    background: #ff0000;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s ease 0s;
    opacity: 0;
}
.cate-box li:hover,.cate-box li.active{	
	background:#fff;
}
.cate-box li:hover:after,.cate-box li.active:after{
	height: 100%;
    opacity: 1;
}
.content-right{width:79%;}
.page-bar{
	width:100%;
	height: 1.45rem;
    line-height: 1.45rem;
    font-size: 12px;
    text-align: right;
    color: #000;
    position: relative;
    font-weight: normal;
    overflow: hidden;
}


.page-bar:before{
	content: '';
    position: absolute;
    width: 200%;
    height: 1px;
    background: #e8e8e8;
    left: -2rem;   
    top: 0;
    
}
.page-bar:after{
	content: '';
    position: absolute;
    width: 200%;
    height: 1px;
    background: #e8e8e8;
    left: -2rem;
    bottom: 0;
}
.m-cate-box{
	display:none;
	border-bottom: 1px solid #e5e5e5;
	margin-top:.6rem;
}

.m-cate-box .swiper-slide{
	width: auto;
    margin-right: 1.5rem;
    text-align: left;
    box-sizing: border-box;
    padding-top: 0.75rem;
    padding-bottom: 0.5rem;
    position: relative;
}
.m-cate-box .swiper-slide:before{
	content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: 0;
    background: #ff0000;
    opacity: 0;
    transition: all 0.3s ease 0s;
}
.m-cate-box .swiper-slide.active a{
	color:#ff0000;
}
.m-cate-box .swiper-slide.active:before{
	opacity: 1;
}

@media(max-width: 768px) {
	.content-left{
		display: none;
	}
	.content-right{
		width:100%;
	}
	.m-cate-box{
		display:block;
	}
	.m-cate-box .swiper-slide{
		padding-top: 0.25rem;
	    padding-bottom: 0.5rem;
	    margin-right: 15px;

	}
	.m-cate-box .swiper-slide a{
		font-size:0.5rem;
	}
}


.bus-name-box{
	width: 100%;
    height: 3.5rem;
    background: url(pronamebg.jpg) no-repeat right center;
    background-size: cover;
    padding: 0 0 0 1.25rem;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 0.45rem;
    color: #000;
	font-size:0.9rem;
	letter-spacing:2px;

}
.bus-cate-swiper{
	width:100%;
	margin-bottom:1rem;
}
.bus-cate-swiper img{
	width:100%;
}
.bus-item{
	width: 100%;
    height: 9.25rem;
    box-sizing: border-box;
    border: 1px solid #efefef;
    margin-bottom: 0.5rem;

}
.bus-item:after{
	display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    content: ".";
}
.bus-item-name{
	padding: 1.5rem 2.75rem 0 1.5rem;
    height: 100%;
    float: left;
    width: 46.55%;
	box-sizing: border-box;
	
}
.bus-item-name h3{
	font-size: 0.75rem;
    margin-bottom: 0.7rem;
    color: #ff0000;
}
.con-t{
	font-size: 0.35rem;
    line-height: 2.14;
    color: #a0a0a0;
    overflow: hidden;
    max-height: 4.6rem;
	
}
.con-t p,.con-t span{
	font-size: 0.35rem;
    line-height: 2.14;
	color: #a0a0a0;
}

.bus-learn-more{
	margin-top: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.75rem;
    height: 1.15rem;
    background: #ff0000;
    color: #fff;
    font-size: 0.35rem;
    line-height: 1.15rem;
    text-align: center;

}
.bus-item-pic{
	width: 53.45%;
    height: 100%;
	overflow:hidden;
	

}
.backcover{
    width: 100%;
    height: 100%;
	background-size: cover !important;
}

.pro-con-title{
	width:100%;
	padding-bottom:  0.75rem;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 1.25rem;
    font-size: 1.2rem;
    color: #ff0000;
    

}
.pro-box{
	margin-bottom: 1.5rem;

}

.pro-pic{
	width: 50%;
	

}
.pro-con-swiper{
	margin-bottom: 0.35rem;
	width: 100%;
	
}
.pro-con-swiper.swiper-slide {
  width: 100%;
  padding-bottom: 77.777%;
  position: relative;
}
.pimg{
	width: 100%;
    height: 100%;
    max-height: 2.5rem;
}
.pbimg{
    width: 100%;
    height: 100%;
}
.pro-small-swiper{
	 width: 100%;
}
.pro-small-swiper .swiper-slide {
  width: 2.75rem;
  
  position: relative;
  margin-right: 10px;
  cursor: pointer;
}

.pro-small-swiper .swiper-slide:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0);
  transition: all 1s ease 0s;
  z-index: 2;
}

.pro-small-swiper .swiper-slide.cur:before {
  background: rgba(0, 0, 0, 0.5);
}

.pro-small-swiper .swiper-slide:hover:before {
  background: rgba(0, 0, 0, 0.5);
}

.pro-desc{
	width: 46.527%;

}
.pro-desc .produce_name {
    width: 100%;
    background: #f5f5f5;
    border-top: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    padding: 0.75rem 0 0.5rem 0.85rem;
    box-sizing: border-box;
}
.pro-desc .produce_name h3 {
    color: #ff0000;
    font-size: 0.6rem;
    margin-bottom: 0.25rem;
}
.pro-desc .produce_name .con-t {
    color: #333;
    font-size: 0.35rem;
    line-height: 1.71;
}
.pro-desc .produce_specs{
	height: auto;
    line-height: 1.6;
    border-bottom: 1px solid #d6d6d6;
    padding: 0.5rem 0 0.5rem 0.75rem;
    color: rgba(51, 51, 51, 0.5);
    font-size: 0.35rem;
}
.pro-desc .produce-list {
    padding: 0.5rem 0 0.5rem 0.75rem;
    border-bottom: 1px solid #d6d6d6;
}
.pro-msg-con{
	position: relative;
	padding:.7rem 0;
	border-top: 1px solid #d6d6d6;

}
.pro-msg-con:before {
    content: '';
    position: absolute;
    width: 3rem;
    height: 4px;
    background: #ff0000;
    left: 0;
    top: -1px;

}

@media(min-width: 1025px) {
	.js-m.imgwidth.animate {
		clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
		-webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
		opacity: 1;
	}
	.js-m.imgwidth {
		opacity: 0;
		filter: alpha(opacity=0);
		transition: clip-path 1s cubic-bezier(0.62, 0.04, 0, 0.96),opacity 0.8s;
		clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
		-webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
	}
	.back{
		transition: all 0.3s ease 0s
	}

}
@media(max-width: 1366px) {
	.bus-item-name{
		padding: 1rem 2.75rem 0 1.5rem;
	}

}
@media(max-width: 767px) {
	.page-content{
		padding:0.5rem 4% 1rem;
	}
	.bus-item{
		display: flex;
   		flex-direction: column-reverse;
   		height:auto;
	}
	.bus-item-pic{
		width:100%;
		height: 10rem;

	}
	.bus-item-pic img{
		width:100%;
	}
	.bus-item-name{
		width:100%;
		padding: .5rem 1.6rem 0 .8rem;
		box-sizing:border-box;
	}
	.pro-pic{
		width:100%;
	}
	.pro-desc{
		width:100%;
	}
	.about-common .con-t{
	    max-height: 4.6rem;
	}
}



/*品牌*/
.about-name-box{
	width:100%;
	background:url(aboutnamebg.jpg) no-repeat right top;
	box-sizing: border-box;
    
    padding: 1.6rem 1.9rem 0;
	margin-bottom:2rem;
}

.about-honor-box{
	padding: 0.7rem 0 6.5rem;
    background: url(develop_back2.png) no-repeat left top;
	box-sizing: border-box;
	position:relative;
	
}
.about-honor-box:before{
	content: '';
    position: absolute;
    width: 1.25rem;
    height: 100%;
    left: 0;
    top: 0;
    background: url(develop_line.png) repeat-y left top;
    background-size: contain;

}
.honor-item{
	width: 100%;
    box-sizing: border-box;
    padding: 1.4rem 0 0 2.6rem;
	position:relative;

}
.honor-item-title{
	height: 1rem;
    line-height: 1rem;
    display: flex;
    transform: translateX(-2.6rem);

}
.item-year{
	width: 2.6rem;
    height: 100%;
    background: #ff0000;
    text-align: center;
    color: #fff;
    font-size: 0.35rem;
    position: relative;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    z-index: 2;

}
.item-year:before{
	content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-width: 4px;
    border-style: solid;
    border-color: #ff0000 transparent transparent transparent;
    left: 12px;
    bottom: -8px;


}
.item-text{
	width: 8.25rem;
    height: 100%;
    position: relative;
    box-sizing: border-box;
    padding-left: 0.75rem;
    color: #ff0000;

}
.item-text:before{
	content: '';
    position: absolute;
    background: url(honoritembg.png) no-repeat center center;
    background-size: cover;
    width: 112%;
    height: 230%;
    left: 0;
    top: -50%;

}
.item-text p,.item-text span{
	color: #ff0000;
	position: relative;
    z-index: 2;

}
.honor-item-con{
	min-height: 4.75rem;
    box-sizing: border-box;
    border-left: 1px solid #e2e2e1;
    border-bottom: 1px solid #e2e2e1;
    padding: 0.75rem 0 0.5rem 1rem;
    
    display: flex;
	
}
.honor-list{
	width:34%;
	color: #ff0000;
	font-size: 0.35rem;
    line-height: 1.28;
}
.honor-list p,.honor-list span{
	color: #ff0000;
	font-size: 0.35rem;
    line-height: 1.28;
    margin-bottom: 0.3rem;
}


.honor-item-pic{
	position:absolute;
	right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 31%;
    box-shadow: -4px 4px 4px 0 rgba(32, 33, 36, .2);
	width:7rem;
	height:5.2rem;
	text-align:center;
	overflow:hidden;
	
	
}
.honor-item-pic img {
	max-height:5.2rem;
}

@media(max-width:767px){
	.about-name-box{
		
	    padding: 0.8rem 0.4rem 0;
		margin-bottom:1rem;
	}
	.honor-list{
		width:100%;
	}
	.honor-item-pic{
		margin-top: 0.5rem;
	    position: relative;
	    right: 0;
	    top: 0;
	    transform: translateY(00%);
	    width: 100%;
	}
}



.bus-down-swiper{
	background:#f8f8f8;
}
.down-box{
	
}
.down1 .year,.down2 .year,.down3 .year,.down4 .year{
	display: none;
}
.down-item{
	height: 1.6rem;
    line-height: 1.6rem;
    box-sizing: border-box;
    border-bottom: 1px solid #ededed;
	background:url(icon/download.png) no-repeat 98% center;
	padding:0 1rem ;
	overflow: hidden;
}
.down-item a{
	display:block;
	width:100%;
	height:100%;
}
.down-data{
	color:#9b9b9b;
	margin-right:0.4rem;
}
.down-item:hover,.down-item:hover span{
	color:#ff0000;
}
.content-box{
	margin-top:1.4rem;
	background:#f8f8f8;
}
.sub-cate{
	display:flex;	
	justify-content:space-between;
	height:1.6rem;
	padding:0 1rem ;
	align-items:center;
}
.sub-title{
	width:5rem;
	height:100%;
	display:flex;
	align-items:center;
	color: #333;
    font-size: 0.6rem;

}
.dl-tab1-swiper,.dl-tab2-swiper{
	width:130px;
	height:24px;
	overflow:hidden;

}
.dl-tab1-prev,.dl-tab2-prev{
	background-size:30% 30% !important;
}
.dl-tab1-next,.dl-tab2-next{
	background-size:30% 30% !important;
}
.dl-btn{
	width:2.6rem;
	height:1rem;
	line-height:1rem;
	background:#ff0000;
	color:#fff;
}
.down-more-box{
	display:flex;
	height:1.7rem;
	align-items:center;
	justify-content:flex-end;
	
	padding:0 0.7rem;
}

.created-tar{
	padding:1rem 0 0.6rem;
	display:flex;
	flex-direction:row;
}
.created-item{
	width:27%;
	height:2.75rem;
	line-height:2.75rem;
	border: 1px solid #e6e6e6;
	background:#f5f5f5;
	margin-right: 15px;
	font-size: 0.6rem;
	color:#333;
	text-indent:0.75rem;
	cursor:pointer;
	transition: all 0.3s cubic-bezier(0.65, 0.1, 0.65, 0.65) 0s;
}

.created-item:hover,.created-item.active{
	color:#fff;
	background:#ff0000;

}
.created-con{
	display:none;
	transition: all 0.3s cubic-bezier(0.65, 0.1, 0.65, 0.65) 0s;
}
.tit-30{
	margin-top: 1.8rem;
	font-size: .75rem;
    color: #333;
}
.develop-con{
	font-size: 13px;
    margin-top: 1rem;
    line-height: 26px;
}
.develop-con p,.develop-con span{
	font-size: 14px;
    line-height: 28px;
}

.base-con{
	width: 100%;
    padding-top: 1.875rem;
    position: relative;
    margin-bottom: 2rem;
    overflow: hidden;

}
.base-con:after{
	content: "";
    width: 100%;
    height: 10px;
    background-color: #d6d6d6;
    position: absolute;
    top: 5rem;
    left: 0;
}
.develop-swiper{
	width: 100%;
    

}

.develop-swiper .swiper-slide{
	width: 25%;
    position: relative;
	display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
	z-index: 3;
}
.develop-swiper .swiper-slide:nth-child(2n){
	flex-direction: column-reverse;
}
.develop-swiper .swiper-slide .line-box{
	width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.develop-swiper .swiper-slide:nth-child(2n) .line-box{
	flex-direction: column-reverse;
    margin-top: 1.6rem;
}
.tit-32{
	font-size: .8rem;
}
.develop-swiper .swiper-slide .tit-32{
	text-align: center;
    margin-top: 1rem;
}
.develop-swiper .swiper-slide:nth-child(2n) .tit-32{
	margin-top: 0;
    transform: translateY(1rem);
}
.develop-swiper .swiper-slide .line-box .line{
	margin: 0.5rem auto 0;
    width: 1px;
    height: 2.2rem;
    background-color: #b2b2b2;
    position: relative;
}
.tit-16 {
    font-size: .4rem;
}
.develop-swiper .swiper-slide .line-box p{
	white-space: nowrap;
}
.develop-swiper .swiper-slide .line-box .line:before{
	content: '';
    position: absolute;
    left: -0.35rem;
    bottom: -0.35rem;
    width: 0.7rem;
    height: 0.7rem;
    border-radius: 50%;
    border: 1px solid #a8a7a9;
}
.develop-swiper .swiper-slide:nth-child(2n) .line-box .line:before{
	top: -0.35rem;
    bottom: auto;
}
.develop-swiper .swiper-slide .line-box .line:after{
	content: '';
    position: absolute;
    left: -0.1rem;
    bottom: -0.1rem;
    width: 0.25rem;
    height: 0.25rem;
    border-radius: 50%;
    background-color: #333333;
    transition: all .4s;
}
.develop-swiper .swiper-slide:nth-child(2n) .line-box .line:after{
	bottom: auto;
    top: -0.1rem;
}
.develop-swiper .develop-prev,.develop-swiper .develop-next{
	width: 1.65rem;
    height: 1.65rem;
    border-radius: 50%;
    background-color: #fff;	
	background-image:none;
    position: absolute;
    z-index: 3;
    top: 2.5rem;
    cursor: pointer;
}
.develop-swiper .develop-next{
	right: 0;
}
.develop-swiper .swiper-slide:hover .tit-32{
	color:#ff0000;
}
.develop-swiper .swiper-slide:hover .line-box p{
	color:#ff0000;
}
.develop-swiper .swiper-slide:hover .line-box .line:after{
	background:#ff0000;
}
.develop-swiper .swiper-slide:hover .line-box .line:before{
	border-color:#ff0000;
}

.advant-con{
	margin-top: 1.3rem;
	
	

}
.advant-item{
	width:48%;
	box-sizing: border-box;
	border:1px solid #dcdcdc;
	margin-bottom:1rem;
}
.advant-item:after{
	display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    content: ".";
}
.advant-item-img{
	width:100%;
	height:9.25rem;
	overflow:hidden;
}
.advant-item-con{
	padding: .7rem 2rem 1rem .7rem;
	overflow:hidden;
	box-sizing:border-box;
	height:6rem;
}
.advant-item-con h3{
	font-size: 0.75rem;
    margin-bottom: 0.4rem;
    color: #333;
}
.con-tsdas{
	height: auto;
    font-size: 0.4rem;
    line-height: 1.5;
    color: #878787;
}
.con-tsdas p,.con-tsdas span{
	 font-size: 0.4rem;
	 line-height: 1.5;
    color: #878787;
}
.hover-text{
	display: none;
	position: relative;
    top: auto;
    left: auto;
    transform: translateY(0%);
    padding: 15px;
    width: 89%;
    box-sizing: border-box;
    box-shadow: 0px 0px 0px #ccc;
    font-size: 15px;
    z-index: 999;
    background: #fff;
}
@media(max-width: 1200px) {
	
	.advant-item-con{
		padding: .5rem 1.4rem .66rem .5rem;
	}
}
@media(max-width: 767px){
	.base-con{
		padding-top:.5rem;
		margin-bottom:0;
	}
	.sub-cate {
		padding:0 0.3rem;
	}
	.down-item{
		padding:0 0.3rem;
	}
	.created-item{
		width:48%;
	}
	.advant-item{
		width:100%;
	}
	.develop-swiper .swiper-slide{
		width:100%;
		background: #fff;
	}
	.develop-swiper .swiper-slide:nth-child(2n){
		flex-direction: column;
	}
	.develop-swiper .swiper-slide .tit-32{
		text-align: center;
	    margin-top: 0.4rem;
	}
	.develop-swiper .swiper-slide:nth-child(2n) .tit-32{
		margin-top: 0.4rem;
   		 transform: translateY(0rem);
	}
	.hover-text{
		display: block;
	}
	.develop-swiper .swiper-slide .line-box{
		margin-top:1.6rem;
	}
	.develop-swiper .swiper-slide .line-box .line{
		display: none;
	}
	.develop-swiper .swiper-slide .tit-16{
		font-size:.8rem;
	}
}
/*新闻*/

.news-box{
	padding:1rem 0;
	

}
.news-item{
	width:31%;
	margin-bottom:1rem;
	
}
.news-item:nth-child(3n-1){
	margin-left:3.5%;
	margin-right:3.5%;

}
.news-item-img{
	width:100%;
	height:7.7rem;
	overflow:hidden;

}
.news-item-img img{

	width:100%;
}
.news-item-con{
	padding-top:.5rem;
	display:block;
}
.news-data{
	font-size:12px;
	color:#777;
}
.news-item-title{
	padding:.3rem 0;
	line-height:1rem;
	font-size:.5rem;
	color:#333;
	font-weight: bold;
	height:1rem;
	overflow: hidden;
}

.item-con{
	color:#333;
	font-size:13px;
	line-height:.7rem;
	height:1.6rem;
	overflow:hidden;
	line-height:.8rem;
}

.engine-item-title{
	text-align:center;
	font-size:.5rem;
	color:#333;
}
@media(max-width: 1200px) {
	
	.news-item{
		width:47%;
		
	}
	.news-item:nth-child(3n-1){
		margin-left:0;
		margin-right:0;
	}
	.news-item:nth-child(2n){
		margin-left:5.8%;
	}
	
}
 @media screen and (max-width: 1500px) and (min-width: 1201px){
	.news-item-img{
		height:5.7rem;
	}

	
}

.news-item-con:hover  .news-item-title{
	color:#ff0000;
}

@media(max-width: 768px) {
	.news-item-img{
		height:4rem;
	}
	.news-item-con{
		padding-top: 0.25rem;
	}
	.news-item-title{
		padding:.15rem 0;
	}
	
}

/*服务*/
.book-banner{
	padding:1rem 0;
}
.form-box{
	padding:0 1.5rem 1rem;
}
.form-item{
	display:flex;
	justify-content:space-between;
	
	margin-bottom:0.5rem;
	
}
.form-item-left{
	display:flex;
	flex:1;
	line-height:1.5rem;
	min-width:70px;
	justify-content:space-between;
	flex-shrink:0;
	font-size:13px;
	
}
.form-item input[type=text]{
	height:1.5rem;
	border:1px solid #dcdcdc;
	box-sizing:border-box;
	width:100%;
	outline:none;
	padding:0 0.2rem;
}

.form-item-right{
	flex:10;
	padding-left:10px;

}

.yy-textarea{
	height:4.5rem;
	border:1px solid #dcdcdc;
	box-sizing:border-box;
	width:100%;
	outline:none;
	padding:3px 0.2rem;
}
.yy-btn{
	width:6rem;
	height:1.5rem;
	background:#ff0000;
	color:#fff;
	font-size:.5rem;
	letter-spacing:2px;
	outline:none;
	border:none;

}


.radio-self{
	display:flex;
	flex-direction:row;
	
	height:1.5rem;
	
}
.radio-item{
	margin-right:0.7rem;
	border:1px solid #dcdcdc;
	box-sizing:border-box;
	text-align:center;
	line-height:1.5rem;
	height:1.5rem;
	width:5.2rem;
	cursor:pointer;
}
.radio-item.active{
	background:#ff0000;
	color:#fff;
}
.servce-box-select{
	width: 100%;
    height: 2rem;
    left: 0;
    bottom: 0;
    background: #70341f;
    box-sizing: border-box;
    padding: 0 0.75rem 0 1.1rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
   

}

.map-tip{
	font-size:0.45rem;
	color:#fff;
}
.select-box{
	display: flex;
    justify-content: space-between;
    z-index: 2;
	position: relative;
}

.select-item{
	width: 6rem;
	position: relative;
}
.select-item:first-child {
    margin-right: 0.6rem;
	
}

.select-up{
	width: 100%;
    height: 1rem;
    line-height: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    cursor: pointer;
    box-sizing: border-box;
    padding: 0 0.45rem 0 0.35rem;
    background: rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease 0s;
    justify-content: space-between;
    display: flex;
    align-items: center;
	color:#fff;
}
.select-option{
	background: #ff0000;
    z-index: 2;
    height: 4rem;
    width: calc(100% - 1px);
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    display: none;
	position:absolute;
	

}
.select-option dd{
	width: 100%;
    cursor: pointer;
    height: 1rem;
    line-height: 1rem;
    box-sizing: border-box;
    padding: 0 0.45rem 0 0.35rem;
    background: rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    transition: all 0.3s ease 0s;
	color:#fff;

}
.select-option .mCSB_inside>.mCSB_container {
    margin-right: 0;
}
.quiry-name{
	height: 2.2rem;
    line-height: 2.2rem;
    font-size: 0.45rem;
}

.quiry-name .line{
	margin: 0 5px;
}
.quiry-name span:last-child {
    color: #ff0000;
}


.city-store-box{
	

}
.store-item{
	width: 31.8%;
    height: 4rem;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    margin: 0 2.3% 0.5rem 0;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    padding: 0.6rem 0.75rem 0;
}
.store-item:nth-child(3n) {
    margin-right: 0;
}
.store-item .t{
	font-weight: bold;
    color: #ff0000;
    margin-bottom: 0.25rem;

}
.store-item .con-t p{
	font-size: 0.35rem;
    line-height: 0.6rem;
    color: #666;
}
.store-item:hover{
	background:#ff0000;
}
.store-item:hover .t,.store-item:hover .con-t p{
	color:#fff;
}

.pz-ban{
	line-height:0;
	padding-top:1rem;
}
.pinzhi-box{
	padding-top:1.7rem;
}
.pinzhi-item{
	width: 28%;
    height: 11rem;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    margin: 0 8% 1.5rem 0;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    padding:2.4rem 1rem 1rem;
	box-shadow: 0 0 12px rgba(32, 33, 36, .24);
	float:left;
}

.pz-icon{
	height:3rem;
	display:flex;
	justify-content:center;
	align-items:center;
}

.pinzhi-item h3{
	color: #333;
    font-size: 0.6rem;
    margin-bottom: 0.5rem;
    font-weight: bold;
	text-align:center;
	margin-top:1rem;
}
.pinzhi-item:nth-child(3n) {
    margin-right: 0;
}
.pz-con{
	height:30px;
	line-height:20px;
	color:#707070;
	font-size:0.35rem;
	text-align:center;
}
.pz-icon img{
	width: 2.35rem;
	height: 2.35rem;
	transition: all 0.3s ease 0s;
}


.pinzhi-item:hover .pz-icon img{
	transform: translateY(5px);

}

#mCSB_1_container, #mCSB_9_container{
    display: block!important;
}

@media(max-width: 1100px) {
	
	.pinzhi-item{
		width:44%;
		margin-right:0;
	}
	.pinzhi-item:nth-child(2n){
		margin-left:12%;
		
	}
	
}

@media(max-width: 922px) {
	.store-item{
		width:46%;
		margin-right:0;
	}
	.store-item:nth-child(2n){
		margin-left:8%;
		
	}

}
@media(max-width: 767px) {
	.pinzhi-item{
		width:100%;
	}
	.pinzhi-item:nth-child(2n) {
	    margin-left: 0;
	}
	.form-box{
		padding:0;
	}
	.form-item{
		display: flex;
		flex-direction:column;
		margin-bottom: 0.25rem;
	}
	.form-item-right{
		padding:0;
	}
	.form-item-left{
		justify-content:flex-start;
	}

	.servce-box-select{
		flex-direction:column;
		padding:0.4rem;
		height:auto;
		align-items: flex-start;
		margin-top:.5rem;
	}
	.map-tip {
		margin-bottom:.5rem;
	}
	.select-item{
		width:5.7rem;
	}
}



.engine-big-title{
	font-size:0.6rem;
	padding-top:1rem;
	font-weight:bold;
}
.b-b{
	border-bottom:1px solid #e8e8ee;
}

.engin-pro-title-box{
	padding-top: 1rem;

}
.engin-pro-title-box .enproduct-swiper .swiper-slide {
    width: 4.6rem;
    height: 1.15rem;
    text-align: center;
    line-height: 1.15rem;
    text-align: center;
    background: #f5f5f5;
    box-sizing: border-box;
    border: 1px solid #e8e8ee;
   
    margin-right: 0.25rem;

}
.engin-pro-title-box .enproduct-swiper .swiper-slide a{
	display: block;
	width:100%;
	height:100%;
	font-size:0.48rem;
}
.engin-pro-title-box .enproduct-swiper .swiper-slide.cur a,.engin-pro-title-box .enproduct-swiper  .swiper-slide:hover a{
    background: #ff0000;
    color: #fff;
}

@media(max-width: 1441px) {
	
	.engin-pro-title-box .enproduct-swiper .swiper-slide {
		width: 4rem;
	}
}

.eng-contact-box{
	padding-top:1rem;
}

.eng-contact-item{
	width: 31.8%;
    height: 4rem;
    margin: 0 2.3% 2.3% 0;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    padding: 0.65rem 0.65rem 0;
}
.eng-contact-item:nth-child(3n) {
    margin-right: 0;
}

.eng-contact-item .name {
    color: #ff0000;
    margin-bottom: 0.4rem;
    font-weight: bold;
}

.eng-contact-item .position {
    font-size: 0.35rem;
    margin-bottom: 0.4rem;
    font-weight: bold;
}
.eng-contact-item .tel {
    color: #333;
    font-size: 0.35rem;
}

.eng-contact-item .tel span {
    font-size: 0.45rem;
}


@media(max-width: 767px) {
	
	.eng-contact-item{
		width: 100%;
		height: auto;
		margin: 0 0% 4% 0;
		box-sizing: border-box;
		padding: 0.35rem 0.3rem;
		font-size: 0.3rem;
	}
}

.engin-honor-box{
	padding-top: 1rem;
    margin-top: 0.5rem;
	position:relative;
	background:#fff3ef;
}
.engin-honor-swiper{
	width: 100%;
    padding: 4rem 0 1.27rem 1.5rem;
}

.engin-honor-box .engin-honor-swiper .swiper-slide .img {
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    padding: 0.5rem 1rem;
}

.engin-honor-box .engin-honor-swiper .swiper-slide-active .img {
    padding: 0.5rem 1.25rem;
}
.engin-honor-box .engin-honor-swiper .swiper-slide {
    transition: all 0.3s ease 0s;
    transform: scale(0.5);
    position: relative;
}

.engin-honor-box .engin-honor-swiper .swiper-slide-active {
    transform: scale(1.4);
}

.engin-honor-box .engin-honor-swiper .swiper-slide:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(icon/enhonor_back.png) no-repeat center center;
    background-size: 100%;
    right: -1rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;

}
.engin-honor-box  .enghonor-next, .engin-honor-box  .enghonor-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}
.engin-honor-box  .enghonor-next {
    width: 1.1rem;
    height: 2.225rem;
    background: url(icon/honor-next.png) no-repeat center center;
    background-size: contain;
    top: 17%;
    right: 17%;
    transition: all 0.3s ease 0s;
}

.engin-honor-box  .enghonor-prev {
    width: 1.1rem;
    height: 2.225rem;
    background: url(icon/honor-prev.png) no-repeat center center;
    background-size: contain;
    top: 17%;
    left: 61%;
    transition: all 0.3s ease 0s;
}

.engin-honor-box .img-bot{
	position:absolute;
	left: 44%;
    bottom: 0;
    background: #fff;
    width: 56%;
    box-sizing: border-box;
    padding: 0.7rem 0 0.7rem 2rem
}
.engin-honor-box .img-bot .t {
    font-size: 0.6rem;
    margin-bottom: 0.4rem;
	font-weight:bold;

}

.engin-honor-box .img-bot p {
    color: #666;
    font-size: 0.35rem;
}

.engin-honor-box .page-box {
	position:absolute;
    right: 21%;
    top: 18%;
    display: flex;
    z-index: 10;
}
.engin-honor-box .engin-honor-swiper .swiper-slide img {
  width: 100%;
}

.engin-honor-box .engin-honor-swiper .swiper-slide .img {
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  padding: 0.5rem 1rem;
}
.engin-honor-box .engin-honor-swiper .swiper-slide-active {
  transform: scale(1.4);
}

.engin-honor-box .engin-honor-swiper .swiper-slide-active .img {
  padding: 0.5rem 1.25rem;
}

.engin-honor-box .engin-honor-swiper .swiper-slide.translate1 {
  transform: scale(0.55)translateX(1rem);
}

.engin-honor-box .engin-honor-swiper .swiper-slide.translate2 {
  transform: scale(0.55)translateX(-5.5rem);
}

.engin-honor-box .page-box .page-now {
    font-size: 1.2rem;
    color: #ff0000;
    transform: translate(-0.25rem);
}
.engin-honor-box .page-box .page-all {
    font-size: 0.5rem;
    color: #a3a4a6;
    transform: translate(0.2rem, 1.5rem);
}

@media(max-width: 767px){
	.engin-honor-box{
		padding-top: 0.5rem;
   		margin-top: 0;
	}
	.engin-honor-box  .engin-honor-swiper{
		padding: 0rem 0 1rem 0rem;
	}
	.engin-honor-box .img-bot{
		left: 0;
	    bottom: 0;
	    width: 80%;
	    position: relative;
	}
	.engin-honor-box .engin-honor-swiper .swiper-slide {
	    width: 70%;
	    display:block;
	}
	.engin-honor-box .engin-honor-swiper .swiper-slide .img {
		padding: 0.25rem 0.5rem;
	}
	.engin-honor-box .page-box {
	    top: 88%;
	    background: none;
	    right: 4%;
	}
	.engin-honor-box .enghonor-prev {
	    top: 44%;
	    right: auto;
	    left: 0;
	   
	}
	.engin-honor-box .enghonor-next {
	    top: 44%;
	    right: 0;
	   
	}
}




.attract-swiper{
	padding:0.9rem 0;
}
.attract-swiper .swiper-slide{
	
	padding-right:1rem;
	box-sizing:border-box;
	
}

.attract-swiper .swiper-slide img{
  width:100%;
}
.attract-mask{
	position:absolute;
	width:calc(100% - 1rem);
	height:100%;
	z-index:3;
	left:0;
	top:0;
	background:linear-gradient(to bottom,rgba(0,0,0,.6),rgba(0,0,0,.1));
	color:#fff;
	text-align:center;
}

.attract-title{
	font-size: 0.55rem;
    color: #fff;
    margin-bottom: 0.25rem;
	padding-top:1.9rem;
	font-weight:bold;
}

.attract-mask p,.attract-mask span{
	color: #fff;
	line-height:24px;
}

.attract-form-box{
	padding-top:1rem;
	border-top:1px solid #e8e8ee;
	margin-top:1rem;
}

.attract-form-item{
	width:45%;
	padding-left:2.5%;
	padding-right:2.5%;
	float:left;

}
.attract-form-item .select_up {
  width: 100%;
  height: 1.5rem;
  
  box-sizing: border-box;
  padding: 0 0.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #1a2259;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  border:1px solid #dcdcdc;
}

.attract-form-item .select_up:hover {
  background: #dedede;
}


.attract-form-item .select_option {
  width: calc(100% - 10px);
  background: #fbfbfb;
  left: 10px;
  top: 1.5rem;
  z-index: 2;
  display: none;
  box-sizing: border-box;
  border: 1px solid #dcdcdc;
  position:absolute;
}

.attract-form-item .select_option dd {
  width: 100%;
  height: 1.3rem;
  line-height: 1.3rem;
  box-sizing: border-box;
  padding: 0 0.4rem;
  border-bottom: 1px solid #dcdcdc;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}

.attract-form-item .select_option dd:hover {
  color: #fff;
  background: #ff0000;
}

.attract-form-item .select_option dd:last-child {
  border-bottom: none;
}

.attract-form-item .form-item-right{
	display:flex;
	flex:3;
	align-items:center;
}

.attract-form-box .tapad{
	padding-left:2.5%;
	padding-right:2.5%;
}

.attract-form-box .taflex{
	flex:8;
	padding-left:16px;
}
.zs-tel{
	line-height:1.5rem;
	color:#777777;
}
.form-item input[type=text].vild-code{
	width:68%;
	margin-right:2%;
}
.attract-form-item .form-item-right.zs-submit{
	justify-content:flex-end;
}

.code-img{

	width:28%;
	height:1.5rem;
}
.page-content-msg{
	padding: 2rem 6.23%;
}
.page-content-msg-title{margin-bottom:1rem;}
.msg-title{
	width:100%;
	text-align: center;
	
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);

}

.msg-title h1{
	font-size:0.7rem;
	line-height:1.1;
}

.msg-title p{
	
	margin-top: 0.5rem;
}
.msg-content{
	padding:1rem 0;
}
.msg-page{
	height:2rem;
	border-top:1px solid #eeeeee;
	border-bottom:1px solid #eeeeee;
	
	display:flex;
	justify-content:space-between
}
.msg-a{
	display:block;
	width:7rem;
	height:2rem;
	text-align:center;
	line-height:2rem;
	font-size:0.42rem;
}
.msg-a img{
	vertical-align:middle;
}
.engin-join-box{
	padding-top:1rem;
}

.engin-join-item{
	margin-bottom:1rem;
	background:#f5f5f5;
}

.join-item-title{
	padding:0 2.5rem ;
	display:flex;
	justify-content:space-between;
	align-items:center;
	height:2.7rem;


}
.join-btn{
	width:1.3rem;
	height:1.3rem;
	display:flex;
	justify-content:center;
	align-items:center;
	border-radius:50%;
	background:#cccccc;
	transition: all 0.3s ease 0s;
}
.join-btn img{
	transition: all 0.3s ease 0s;
	transform: rotateZ(-90deg);
}
.join-position{
	font-size:18px;
	flex: 5;
}
.engin-join-item.cur .join-item-title .join-btn{
	background:#ff0000;
}
.engin-join-item.cur .join-item-title .join-btn img{
	transform: rotateZ(0deg);
}
.join-con{
	display:none;
	padding:1rem 2.5rem;
	border-top:1px solid #eeeeee;

}

.recruit-tit-box{
	display: flex;
	justify-content:space-between;
	flex: 8;
}
.recruit-con{
	display: flex;
	justify-content:space-around;
	align-items:center;
	flex: 14;
    padding-right: 1.5rem;
}
@media(max-width:767px){
	.attract-form-item{
		width:100%;
		padding:0;
	}
	.attract-form-box .taflex {
	   
	    padding-left: 0;
	}
	.attract-form-box .tapad{
		padding:0;
	}
	.join-item-title{
		padding:0 0.5rem;
	}
	.join-position{
		font-size:0.5rem;
	}
	.join-con{
		padding:0.5rem;
	}
	.recruit-tit-box{
		flex-direction:column;
	}
	.recruit-con{
		justify-content:space-between;
		margin-top:0.4rem;
	}
    .page-content-msg{
        padding:1rem 3%;
    }
}


/*搜索页面*/

.search-num{
	font-size: .45rem;
    line-height: .5rem;
    border-bottom: 1px solid #e6e6e6;
    color: #333;
    padding: 0.75rem 0;
}


.sclist-item{
	display: block;
    padding: 1rem 0;
    border-bottom: 1px solid #e6e6e6;
    transition: all 0.3s ease 0s;
}

.sclist-box{
	display: none;
}
.s-title{
	font-size: .6rem;
    line-height: .7rem;
    color: #333;
    font-weight: bold;
}
.s-date{
	font-size: .4rem;
    line-height: .5rem;
    color: #666;
    margin-top: 0.75rem;
}

/*分页样式*/




.pagination{display:-ms-flexbox;display:flex;list-style:none;padding:.5rem 0;}
.page-item{margin:0 .2rem;}
.page-link{position:relative;display:block;padding:.37rem .5rem;margin-left:-1px;line-height:1.25;color:#333;background-color:#fff;border:1px solid #ccc;}
.page-link:hover{z-index:2;color:#0056b3;text-decoration:none;background-color:#e9ecef;border-color:#dee2e6}
.page-link:focus{z-index:3;outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}
.page-item .page-link{border-radius: 2500px;}

.page-item.active .page-link{z-index:3;color:#fff;background-color:#ff0000;border-color:#ff0000;}
.page-item.disabled .page-link{color:#6c757d;pointer-events:none;cursor:auto;background-color:#fff;border-color:#dee2e6}
.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem;line-height:1.5}

.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem;line-height:1.5}


.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}







/*移动端下拉列表*/

.msub-list {
  display: none;
  position: fixed;
  left:0;
  top:2.5rem;
  z-index: 100;
  width:100%;
  color: #fff;
  background: #1a2259;
  padding: 0.5rem 0;
}

@media (max-width: 1024px) {
  .msub-list {
    color: #fff;
    
    padding: 0.5rem 0;
  }
  .msub-list dl{
  	 padding: 0 4%;
  	 position: relative;
  }
  .msub-list dl dt>a {
    color: #fff;
    display: block;
    width: 100%;
    width: 100%;
    height: 100%;
    line-height: 2rem;
    font-size: 0.7rem;
   
  }
 

  .msub-list dl dt .ico {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .msub-list dl dt .ico .line {
    position: absolute;
    background: #fff;
    transition: all 0.3s ease 0s;
  }

  .msub-list dl dt .ico .line1 {
    width: 100%;
    height: 2px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .msub-list dl dt .ico .line2 {
    width: 2px;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s ease 0s;
  }

  .msub-list dl.cur .ico .line2 {
    height: 0;
  }

  .msub-list dl:before{
  	content: '';
    position: absolute;   
    height: 1px;
    background: rgba(255, 255, 255, 0.1);   
    bottom: 0;
    left:0;
    width:100%;
  }

  .msub-list dl dt {
    height: 2rem;
   
    box-sizing: border-box;
   
    position: relative;
  }

  .msub-list dl dt:before {
    content: '';
    position: absolute;
    width: 92%;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
    left: 4%;
    bottom: 0;
  }

  .msub-list dl dt:last-child:before {
    display: none;
  }

  .msub-list dl dd {
   
    line-height: 1.8rem;
    font-size: 0.6rem;
    text-indent: 0.5rem;
    position: relative;
    background: #25376a;
    box-sizing: border-box;
    padding: 0 4%;
    display: none;
  }
  .msub-list dl dd .sub-nva{
	padding-left:4%;
  }
  .msub-list dl dd .sub-nva>a{
	font-size: 0.6rem;
	color:#fff;
	display: block;
  }
   .msub-list dl dt>a,.msub-list .dib,.msub-list dl dd>a{
	 font-size: 0.6rem;
	 color:#fff;
	 display: block;
  }
  
}

@media(max-width: 767px) {
  .msub-list {
    padding: 0.2rem 0;
  }

  .msub-list dl dt {
    height: 2rem;
    
  }

  .msub-list dl dd {
   
    line-height: 0.9rem;
    font-size: 0.26rem;
    text-indent: 0.1rem;
  }

  .msub-list dl dt .ico {
    width: 14px;
    height: 14px;
  }
  .msub-list dl dt>a,.msub-list .dib,.msub-list dl dd>a{
  	 line-height: 2rem;
	 font-size: 0.48rem;
	 color:#fff;
	 display: block;
  }
  .msub-list dl dt .ico {
    width: 14px;
    height: 14px;
    
  }
   .msub-list dl dd .sub-nva>a{
	font-size: 0.42rem;
	
  }
   .msub-list dl dt>a,.msub-list .dib,.msub-list dl dd>a{
	 font-size: 0.48rem;
	
  }
}
