@charset "utf-8";
@font-face {
	font-family:'PINGFANG REGULAR';
	src: url("/html/static/font/PINGFANG REGULAR.TTF");
}
@font-face {
	font-family:'PINGFANG MEDIUM';
	src: url("/html/static/font/PINGFANG MEDIUM.TTF");
}
@font-face {
	font-family:'PINGFANG BOLD';
	src: url("/html/static/font/PINGFANG BOLD.TTF");
}
@font-face {
	font-family:'MarkPro';
	src: url("/html/static/font/MarkPro.otf");
}
a,a:hover,a:focus{
	text-decoration: none;
}
html,body,p,h3,h4,h5,a,div{
	font-family:PingFang SC,'pingfangsc',Helvetica Neue,Source Han Sans SC,Microsoft YaHei;
}

.container{
	padding-left: 0;
	padding-right: 0;
	width: 80%;
}
.left {
    float: left;
}

.right {
    float: right;
}

.noscript {
    position: fixed;
    left: 0px;
    top: 0px;
    background: #ddd;
    color: red;
    text-align: center;
    width: 100%;
    height: 30px;
    line-height: 30px;
}

em {
    font-style: normal;
}

.lh-flex {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.red {
    color: #b72024;
}


#bsWXBox {
    box-sizing: initial;
}

#bsBox {
    box-sizing: initial;
}

::-webkit-scrollbar {
    width: 5px;
    height: 5px
}

::-webkit-scrollbar-button:vertical {
    display: none
}

::-webkit-scrollbar-track:vertical {
    background-color: black
}

::-webkit-scrollbar-track-piece {
    background: #E3E3E3
}

::-webkit-scrollbar-thumb:vertical {
    background-color: #555;
    border-radius: 0px
}

::-webkit-scrollbar-thumb:vertical:hover {
    background-color: #3B3B3B
}

::-webkit-scrollbar-corner:vertical {
    background-color: #535353
}

::-webkit-scrollbar-resizer:vertical {
    background-color: #FF6E00
}



/***************************************新闻中心***************************************/

.newsBox{
	position: relative;
	width: 100%;
	background: url(/html/static/image/news_bg.png) center no-repeat;
	background-size: 100%;
	background-position: 0 0;
	min-height: 500px;
	z-index: 99;
}
.newsBox .new_con{
	width: 100%;
}
.newsBox .new_con .newtel{
	width: 100%;
}
.newsBox .new_con .newtel .new_telst{
	position: relative;
	width: 100%;
	height: 70px;
}
.newsBox .new_con .newtel .new_telst li{
	display: block;
	position: relative;
	margin-top: -35px;
	background: #fff;
	font-size: 20px;
	line-height: 70px;
	height: 70px;
	text-align: center;
	color: #444;
	
	-moz-box-shadow:0px 1px 3px #DADADA; -webkit-box-shadow:0px 1px 3px #DADADA; box-shadow:0px 1px 3px #DADADA;
	-webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.newsBox .new_con .newtel .new_telst li:nth-child(1){
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.newsBox .new_con .newtel .new_telst li:nth-child(2){
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
/*.newsBox .new_con .newtel .new_telst .newsType::before{
	position: absolute;
	content: :"";
	left: 0;
	bottom: 0;	
	background: #000 !important;
	width: 100%;
	height: 90px;
}*/
.newsBox .new_con .newtel .new_telst li.newon{
	margin-top: -45px;
	height: 90px;
	line-height: 90px;
	color: #fff;
	border-radius: 5px;
	box-shadow: none;
	background: #ef7c0f !important;
}
.newsBox .new_con .newtel .new_telst li.newon:before{
	height: 90px;
}
.newsBox .new_con .newtel .new_telst li:hover{
	margin-top: -45px;
	height: 90px;
	line-height: 90px;
	background: #ef7c0f !important;
	color: #fff;
	border-radius: 5px;
	box-shadow: none;
}
.new-wrap{
	margin-top: 0px;
}
.new-wrap .new_lst{
	display: none;
	width: 100%;
}
.new-wrap .shows{
	display: block;
}
.new-wrap ul li{
	position: relative;
	margin-top: 100px;
	    height: 400px;
	
}
.new-wrap ul li:nth-child(2n-1){
	padding-left: 0;
	padding-right: 50px;
}
.new-wrap ul li:nth-child(2n){
	padding-left: 50px;
	padding-right: 0;
}
.new-wrap ul li a{
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	border-bottom: 1px solid #121212;

}
.new-wrap ul li .mew_pic{
	
	opacity: 0;
	width: 100%;
	-webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

.new-wrap ul li .mew_pic img{
	width: 100%;
}
.new-wrap ul li .newsItem{
	position: absolute;
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	-webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.new-wrap ul li a:hover{
	border: none;
}
.new-wrap ul li a:hover .mew_pic{
	opacity: 1;
}
.new-wrap ul li a:hover .newsItem{
	display: none;
}
.new-wrap ul li .date{
	padding: 0;
	font-family: 'MarkPro';
}
.new-wrap ul li .date .data{
	font-size: 36px;
	line-height: 36px;
	height: 36px;
	color: #ef7c0f;
}
.new-wrap ul li .date .years{
	margin-top: 10px;
	font-size: 24px;
	line-height: 24px;
	height: 24px;
	color: #ef7c0f;
}
.new-wrap ul li .newsTit p{
	font-size: 26px;
	font-weight: bold;
	color: #222;
}
.new-wrap ul li .news_con{
	margin-top: 5px;
}
.new-wrap ul li .news_con p{
	font-size: 16px;
	line-height: 29px;
	color: #757577;
	overflow: hidden;
    /* white-space: nowrap; */
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
/********************************新闻详情************************************/
.newsDetail{
	width: 100%;
	background: #fbfbfb;
	min-height: 400px;
}
.newsDetail .container{
	background: #fff;
}
.newsDetail .newsDetail_con{
	position: relative;
	top: -400px;
	width: 100%;
	background: #fff;
	min-height: 400px;
	border-radius: 10px;
	padding: 50px 70px;
	z-index: 99;
}
.newsDetail .newsDetail_con .newsTitle h3{
	font-family: '';
	font-size: 30px;
	color: #222;
	font-weight: bold;
}
.newsDetail .newsDetail_con .newsTime{
	position: relative;
	margin-top: 35px;
}
.newsDetail .newsDetail_con .newsTime p{
	font-size: 14px;
	color: #888;
}
.newsDetail .newsDetail_con .newsTime p span{
	margin-right: 10px;
}
.newsDetail .newsDetail_con .newsTime p .time{
	margin-right: 20px;
}
.newsDetail .newsDetail_con .newsTime p span i{
	font-size: 16px;
}
.newsDetail .newsDetail_con .newsTime p a{
	display: inline-block;
	float: right;
	color: #888;
}
.newsDetail .newsArticle{
	margin-top: 40px;
	padding: 40px 0;
	border-top:1px dashed #e5e5e5;
	border-bottom:1px dashed #e5e5e5;
}
.newsDetail .newsArticle p{
	font-size: 16px;
	color: #444;
	line-height: 24px;
	margin-bottom: 20px;
}
.newsDetail .newsArticle p img{
	width: 90%;
}
 .pageTurn{
	margin-top: 55px;
}
 .pageTurn p{
	margin-bottom: 20px;
}
 .pageTurn p, .pageTurn p a{
	font-size: 16px;
	color: #757577;
}
 .pageTurn .right a{
	display: block;
	width: 150px;
	height: 50px;
	font-size: 16px;
	color: #fff;
	background: #ee7b0d;
	border-radius: 5px;
	text-align: center;
	line-height: 50px;
}
/*****************************************contact us**************************************/
.contactBox{
	position: relative;
	width: 100%;
	z-index: 99;
	background: #fbfbfb;
}
.contactBox .contact{
	margin-top: -40px;
	width: 100%;
	background: #fff;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.contactBox .contact .con_type{
	padding: 70px 50px;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	height: 202px;
}
.contactBox .contact .con_type:nth-child(3),.contactBox .contact .con_type:nth-child(5){
	border-right:none;
}
.contactBox .contact .con_type:nth-child(4),.contactBox .contact .con_type:nth-child(5){
	padding: 60px 50px;
	border-bottom:none;
}

.contactBox .contact .con_type .left{
	width: 45px;
	margin-right: 35px;
	margin-top: 10px;
}

.contactBox .contact .con_type .left img{
	width: 100%;
}
.contactBox .contact .con_type .fonts{
	float: left;
}
.contactBox .contact .con_type .fonts .fontTit p{
	font-family: 'PINGFANG BOLD';
	font-size: 20px;
	color: #444;
	margin-bottom: 5px;
}
.contactBox .contact .con_type .fonts .methods p{
	font-family: 'MarkPro';
	font-size: 34px;
	color: #222;
	margin-bottom: 0;
}
.contactBox .contact .con_type:nth-child(5) .fonts{
	margin-top: 15px;
}
.contactBox .contact .con_type .ewm{
	margin-top: 0;
	width: 95px;
}
.contactBox .map{
	width: 100%;
	min-height: 100%;
	background: #fff;
	margin-bottom: 100px;
}
/***********************************产品中心********************************/
.pro{
	position: relative;
	width: 100%;
	padding-bottom: 100px;
}
.title{
	margin-top: 70px;
	width: 100%;
}
.title h3{
	margin: 0;
	position: relative;
	display: block;
	font-family: 'PINGFANG MEDIUM';
	font-size: 50px;
	color: #000;
	text-align: center;
}
.title h3:after{
	position: absolute;
	content: "";
	bottom: -20px;
	left: 50%;
	width: 30px;
	margin-left: -15px;
	height: 2px;
	background: #ef7c0d;
}
.proBox{
	margin-top: 60px;
	width: 100%;
}
.proBox .category{
	width: 100%;
	border-top:1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
}
.proBox .category ul{
	margin: 0;
}
.proBox .category li{
	position: relative;
	float: left;
	margin-right: 75px;
	
}
.proBox .category li:before,.proBox .category li:before{
	position: absolute;
	content: "";
	bottom: 0px;
	left: 0;
	width: 0%;
	height: 1px;
	background: #ef7c0d;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}
.proBox .category li a{
	font-family: 'PINGFANG MEDIUM';
	font-size: 20px;
	color: #000;
	line-height: 95px;
}
.proBox .category li.active a,.proBox .category li:hover{
	color: #ef7c0f;
}
.proBox .category li.active:before,.proBox .category li:hover:before{
	
	width: 100%;
}
.proBox .cont{
	display: none;
}
.proBox .cont ul li{
	margin-top: 50px;
}
.proBox .cont ul li:nth-child(3n-2){
	padding-left: 0;
	padding-right: 20px;
}
.proBox .cont ul li:nth-child(3n-1){
	padding-left: 10px;
	padding-right: 10px;
}
.proBox .cont ul li:nth-child(3n){
	padding-left: 20px;
	padding-right: 0;
}
.proBox .cont ul li a{
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	border: 1px solid #E5E5E5;
	border-radius: 10px;
}
.proBox .cont ul li .proImg{
	position: relative;
	width: 100%;
	
	max-height: 328.6px;
	overflow: hidden;
}
.proBox .cont ul li .proImg img{
	margin: 0;
	
	width: 100%;
	-webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
	
 }
.proBox .cont ul li .proMsg{
	padding: 20px 30px;
}
.proBox .cont ul li .proMsg .proTie{
	width: 100%;
	margin-top: 10px;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 30px;
}
.proBox .cont ul li .proMsg .proTie h4{
	font-size: 26px;
	color: #000;
}
.proBox .cont ul li .proMsg .proTie p{
	margin-top: 5px;
	font-size: 16px;
	color: #666;
}
.proBox .cont ul li .proMsg  .more{
	margin-top: 30px;
}
.proBox .cont ul li .proMsg  .more p{
	font-size: 16px;
	color: #666;
}
.proBox .cont ul li .proMsg  .more p span{
	display: inline-block;
	float: right;
	color: #ef7c0d;
}
.proBox .cont.active {
	display: block;
}
.proBox .cont ul li:hover .proImg img{
	width: 110%;
	margin-left: -15px;
	margin-top: -20px;
	
 }
 .proBox .cont ul li:hover .proMsg .more p{
 	color: #ef7c0d;
 }
 .proDetail .proShow{
 	margin-top: 30px;
 }
  .proDetail  .proPics:first-child{
  	padding-left: 0;
  	padding-right: 30px;
  }
  .proDetail .proPics:nth-child(2){
  	padding-left: 30px;
  	padding-right: 0px;
  }
  .proDetail .proShow .swiper-slide .imgs{
  	position: absolute;
  	width: 100%;
  	height: 100%;
  	left: 0;
  	top: 0;
  	background: rgba(0,0,0,.2);
  	z-index: 9;
  	
  }
  .proDetail .proShow .swiper-slide .imgs img{
  	position: absolute;
  	left: 50%;
  	top: 50%;
  	width: 60px;
  	height: 60px;
  	margin-left: -30px;
  	margin-top: -30px;
  }
  .proDetail .proShow .proBz{
  	margin-top: 20px;
  }
  .proDetail .proShow .proBz p span{
  	display: block;
  	width: 90px;
  	height: 30px;
  	background: rgba(239,124,15,.1);
  	font-size: 14px;
  	color: #333;
  	text-align: center;
  	line-height: 30px;
  	border-radius: 10px;
  	border-top-left-radius: 0;
  }
  .proDetail .proShow .pro_msg{
  	margin-top: 40px;
  }
.proDetail .proShow .pro_msg .proTy p{
	font-size: 18px;
	color: #888;
}
.proDetail .proShow .pro_tit h4{
	font-family: 'PINGFANG BOLD';
	font-size: 40px;
	color: #222;
}
.proDetail .proShow .pro_fonts{
	margin-top: 30px;
}
.proDetail .proShow .pro_fonts p{
	font-size: 18px;
	color: #888;
	line-height: 30px;
	text-align: justify;
}
.proDetail .proShow .pro_btn{
	margin-top: 60px;
}
.proDetail .proShow .pro_btn p{
	display: block;
	width: 300px;
	height: 50px;
	border-radius: 5px;
	overflow: hidden;
	background: #e5e5e5;
}
.proDetail .proShow .pro_btn p span{
	position: relative;
	display: inline-block;
	float: left;
	width: 150px;
	height: 50px;
	background: none;
	text-align: center;
	font-size: 18px;
	color: #333;
	line-height: 50px;
	-webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.proDetail .proShow .pro_btn p span.active,.proDetail .proShow .pro_btn p span:hover{
	color: #fff;
	
}
.proDetail .proShow .pro_btn p span:hover,.proDetail .proShow .pro_btn p span.active{
	background: #ef7c0f;
}
.proDetail .proShow .pro_btn p span.active:after,{
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #ef7c0f;
}
.proDetail .proShow .pro_btn p a{
	position: relative;
	display: inline-block;
	float: right;
	width: 150px;
	height: 50px;
	background: none;
	text-align: center;
	font-size: 18px;
	color: #333;
	line-height: 50px;
	-webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.proDetail .proShow .pro_btn p a:hover{
	
	background: #ef7c0f;
}
.proDetail .proShow .pro_btn p a:hover{
	color: #fff;
}
.proDetail .pro_detail_info{
	margin-top: 70px;
	border-top: 1px dashed #E5E5E5;
	border-bottom: 1px dashed #E5E5E5;
	padding: 50px 0;
}
.proDetail .pro_detail_info .category{
	
}
.proDetail h3{
	font-family: 'PINGFANG MEDIUM';
	font-size: 40px;
	color: #222;
}
.proDetail .category{
	margin-top: 20px;
	width: 100%;
	
	border-bottom: 1px solid #e5e5e5;
}
.proDetail .category ul{
	margin: 0;
}
.proDetail .category li{
	position: relative;
	float: left;
	margin-right: 60px;
	
}
.proDetail .category li:before,.proDetail .category li:before{
	position: absolute;
	content: "";
	bottom: 0px;
	left: 0;
	width: 0%;
	height: 1px;
	background: #ef7c0d;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}
.proDetail .category li a{
	font-family: 'PINGFANG MEDIUM';
	font-size: 20px;
	color: #000;
	line-height: 60px;
}
.proDetail .category li.active a,.proDetail .category li:hover{
	color: #ef7c0f;
}
.proDetail .category li.active:before,.proDetail .category li:hover:before{
	
	width: 100%;
}
.proDetail .cont{
	display: none;
}
.proDetail .cont.active {
	display: block;
}
.proDetail .cont{
	display: none;
	margin-top: 40px;
}
.proDetail .cont .conMsg p{
	font-size: 18px;
	color: #666;
	line-height: 32px;
	margin-bottom: 0;
}
.proDetail .cont .proPics img{
	width: 100%;
}
.proDetail .pro_nums{
	margin-top: 30px;
	padding-bottom: 60px;
	border-bottom: 1px dashed #E5E5E5;
}
.proDetail .pro_nums .nums{
	margin-top: 30px;
}
.proDetail .pro_nums .nums img{
	
	max-width: 100%;
}
.proDetail .pro_line{
	margin-top: 50px;
	padding-bottom: 60px;
	border-bottom: 1px dashed #E5E5E5;
}
.proDetail .pro_line .lineBox{
	margin-top: 40px;
	width: 100%;
	background: #f8f8f8;
}
.proDetail .pro_line .lineBox .img{
	width: 100%;
	height: 430px;
	background: #fff;
	border: 1px solid rgb(18,18,18,.1);
}
.proDetail .pro_line .lineBox .img img{
	width: 100%;
	max-height: 100%;
}
.proDetail .pro_line .lineBox .lineBoxFont{
	width: 100%;
	
	padding: 10px 30px;
}
.proDetail .pro_line .lineBox .lineBoxFont p{
	font-size: 20px;
	line-height: 36px;
	color: #333;
}
.proDetail .pro_video{
	margin-top: 50px;
	padding-bottom: 60px;
}
.proDetail .pro_video .videoBox{
	margin-top: 40px;
	width: 100%;
	background: #f8f8f8;
}
.proDetail .pro_video .videoBox .video{
	position: relative;
	width: 100%;
}
.proDetail .pro_video .videoBox .video .imgs{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgb(0,0,0,0.2);
	z-index: 9;
}
.proDetail .pro_video .videoBox:hover .imgs{
	display: none;
}
.proDetail .pro_video .videoBox .video .imgs img{
	position: absolute;
	width: 60px;
	height: 60px;
	left: 50%;
	top: 50%;
	margin-left: -30px;
	margin-top: -30px;
}
.proDetail .pro_video .videoBox .video video{
	width: 100%;
	height: 360px;
}
.proDetail .pro_video .videoBox .lineBoxFont{
	width: 100%;
	padding: 10px 30px;
}
.proDetail .pro_video .videoBox .lineBoxFont p{
	font-size: 20px;
	line-height: 36px;
	color: #333;
}
/*************************************案例中心********************************/
.caseBox{
	position: relative;
	width: 100%;
	z-index: 99;
}
.caseList{
	width: 100%;
}
.caseList .title{
	margin-top: 40px;
}
.caseList .title h3:after{
	height: 0;
}
.caseVideoList .check{
	margin-top: 60px;
	width: 100%;
}
.caseVideoList .check li{
	float: left;
	margin-right: 5%;
}
.caseVideoList .check li p{
	display: block;
	position: relative;
}
.caseVideoList .check li p label{
	font-size: 18px;
	font-weight: normal;
	line-height: 30px;
	color:#666;
}
.caseVideoList .check input[type="radio"] + label::before {
    content: "\a0"; /*不换行空格*/
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    width: 14px;
    height: 14px;
    margin-right: 10px;
    border-radius: 50%;
    border: 1px solid #EF7C0D;
    text-indent: 20px;
    line-height: 1; 
    margin-top: -5px;
}
.caseVideoList .check input[type="radio"]:checked + label::before {
    background-color: #EF7C0D;
    background-clip: content-box;
    padding: 4px;
}
.caseVideoList .check input[type="radio"] {
    position: absolute;
    top: 4px;
    opacity: 0;
   /* clip: rect(0, 0, 0, 0);*/
}
.caseVideoList .check li p input{
	margin-right: 10px;
}
.caseVideoList .check ul li:nth-child(7){
	float: right;
	margin-right: 0;
}
.caseVideoList .check ul li:nth-child(7) p a{
	font-size: 18px;
	line-height: 30px;
	color:#666;
	text-decoration: underline;
}

.caseList .case_lst{
	display: none;
	margin-top: 20px;
}
.caseList .shows{
	display: block;
}
.caseList .case_con{
	width: 100%;
}
.caseList .case_con li{
	margin-top: 20px;
	
}
.caseList .case_lst .comp_video li:nth-child(2){
	padding-left: 20px;
	padding-right: 0;
}
.caseList .case_lst .comp_video li{
	display: block;
	height: 21.3542vw;
	overflow: hidden;
}
.caseList .case_con:nth-child(2) li{
	display: block;
	height: 14.58333vw;
	overflow: hidden;
}
.caseList .case_con li:nth-child(3n-2){
	padding-left: 0;
	padding-right: 20px;
}
.caseList .case_con li:nth-child(3n-1){
	padding-left: 10px;
	padding-right: 10px;
}
.caseList .case_con li:nth-child(3n){
	padding-left: 20px;
	padding-right: 0;
}
.caseList .case_con li a{
	display: block;
	overflow: hidden;
	width: 100%;
	height: 100%;
	border: 1px solid #E5E5E5;
	border-radius: 10px;
	background: none;
}
.caseList .case_con li .caseImg{
	width: 100%;
	height: 100%;
}
.caseList .case_con li .caseImg img{
	width: 100%;
	height: 100%;
} 
.caseList .case_con li .caseMsg{
	padding: 20px 30px;
}
.caseList .case_con li .caseMsg .caseTie{
	width: 100%;
	margin-top: 10px;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 30px;
}
.caseList .case_con li .caseMsg .caseTie h4{
	font-size: 18px;
	color: #000;
	height: 38px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.caseList .case_con li .caseMsg  .more{
	margin-top: 30px;
}
.caseList .case_con li .caseMsg  .more p{
	font-size: 16px;
	color: #666;
}
.caseList .case_con li .caseMsg  .more p span{
	display: inline-block;
	float: right;
	color: #ef7c0d;
}
.caseList .case_con li:hover a{
	background: #ef7c0d;
}
.caseList .case_con li:hover .caseTie{
	border-bottom: 1px solid #fff;
}
.caseList .case_con li:hover .caseTie h4{
	color: #fff;
}
.caseList .case_con li:hover .more p{
	color: #fff;
}
.caseList .case_con li:hover .more p span{
	color: #fff;
}
/***************************案例详情***************************/
.caseDetail{
	position: relative;
	width: 100%;
	z-index: 99;
	background: #fbfbfb;
}
.caseDetail .container{
	background: #fff;
}
.caseDetail .caseDetail_con{
	position: relative;
    top: -400px;
    width: 100%;
    background: #fff;
    min-height: 400px;
    border-radius: 10px;
    padding: 50px 70px;
    z-index: 99;
}

.caseDetail .caseDetail_con .caseMsg{
	margin-top: 40px;
	border-bottom: 1px dashed #E5E5E5;
}
.caseDetail .caseDetail_con p{
	font-size: 16px;
	line-height: 1.6;
	color: #444;
	margin-bottom: 20px;
}
.caseDetail .caseDetail_con img{
	width: auto;
	max-width: 100%;
}
.caseDetail .caseDetail_con .caseTit{
	margin-top: 15px;
	padding-bottom: 40px;
	text-align: center;
	font-family: 'PINGFANG BOLD';
	font-size: 30px;
	color: #222;
	border-bottom: 1px dashed #E5E5E5;
}
.caseDetail .caseDetail_con .caseTit p{
	font-size: 30px;
	margin-bottom: 0;
}
.caseDetail .caseDetail_con .caseVideo{
	position: relative;
	margin-top: 60px;
}

.caseDetail .caseDetail_con .caseVideo video,.caseDetail .caseDetail_con .caseVideo .img{
	width: 100%;
}
.caseDetail .caseDetail_con .caseVideo .imgs{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgb(0,0,0,.4);
	z-index: 101;
}
.caseDetail .caseDetail_con .caseVideo .videoIcon{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 60px;
	height: 60px;
	margin-left: -30px;
	margin-top: -30px;
}
.caseDetail .caseDetail_con .caseVideo video{
	position: relative;
}
.caseVideoList .case_con li a{
	border-radius: 0;
	border: none;
}
.caseVideoList .caseImg .vedeoItem{
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
  vertical-align: middle;
}
.caseVideoList .caseImg .vedeoItem .vid_icon{
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.5);
	z-index: 9;
}
.caseVideoList .caseImg .vedeoItem .vid_icon img{
	position: absolute;
	width: 60px;
	height: 60px;
	left: 50%;
	top: 50%;
	margin-left: -30px;
	margin-top: -30px;
}
.caseVideoList .caseImg .vedeoItem .vid_icon .videtTit{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 20px;
	
}
.caseVideoList .caseImg .vedeoItem .vid_icon .videtTit p{
	width: 100%;
	text-align: center;
	font-size: 20px;
	color: #fff;
}
.caseVideoList .caseImg .vedeoItem video{
	width: 100%;
	height: 100%;
	object-fit: fill;
}
.caseVideoList .case_con li:hover .vid_icon{
	display: none;
}
.caseVideoList .case_con li:hover a{
	background: none !important;
}
/*********************************************招贤纳士****************************************/
.conBox{
	position: relative;
	width: 100%;
	background: url(/html/static/image/join_bg1.png);
}
.tabMenu{
	position: relative;
	width: 100%;
	z-index: 99;
}
.zhiyeBox{
	position: relative;
	width: 100%;	
	min-height: 400px;
}
.zhiyeBox .title h3:after{
	width: 0;
}
.zhiyeBox .concept{
	margin-top: 30px;
}
.zhiyeBox .concept p{
	font-size: 18px;
	color: #666;
	text-align: center;
}
.conceptList{
	margin-top: 50px;
}
.conceptList .conceptNum:nth-child(1){
	padding-left: 0;
	padding-right: 60px;
	border-right: 1px solid #E5E5E5;
}
.conceptList .conceptNum:nth-child(2){
	padding-left: 60px;
	padding-right: 0px;
}
.conceptList .conceptNum p{
	font-size: 18px;
	line-height: 36px;
	margin-bottom: 0;
}
.conceptList .img1{
	margin-top: 50px;
	padding: 0 15px;
	text-align: center;
	width: 100%;
	
}
.conceptList .img1 img{
	width: auto;
}
.conceptList .conceptNum2{
	margin-top: 50px;
}
.conceptList .conceptNum2 p{
	font-size: 18px;
	line-height: 36px;
	margin-bottom: 0;
}
.conceptList .process{
	margin-top: 50px;
	padding: 0 10%;
}
.conceptList .process .proceLeft,.conceptList .process .proceRight{
	float: left;
}
.conceptList .process .proceLeft{
	width: 20%;
}
.conceptList .process .proceRight{
	width: 80%;
}
.conceptList .process .proceLeft h4{
	font-family: 'PINGFANG BOLD';
	font-size: 24px;
	color: #222;
	line-height: 80px;
}
.conceptList .process .proceRight ul {
	width: 100%;
}
.conceptList .process .proceRight ul li{
	position: relative;
	float: left;
	display: inline-block;
	width: 100px;
	height: 100px;
	border-radius: 100%;
	background: #fff;
	vertical-align: middle;
	padding:0 10px;
	margin-right: 11%;
	text-align: center;
	-moz-box-shadow:0px 1px 10px #DADADA; -webkit-box-shadow:0px 1px 10px #DADADA; box-shadow:0px 1px 10px #DADADA;
}
.conceptList .process .proceRight ul li:nth-child(5){
	margin-right: 0;
}
.conceptList .process .proceRight ul li:after{
	position: absolute;
	content: "";
	right: -80px;
	top:50px;
	width: 60%;
	height: 1px;
	background: #E5E5E5;
}
.conceptList .process .proceRight ul li:nth-child(5):after{
	width: 0;
}
.conceptList .process .proceRight ul li p{	
	position: relative;
	display: block;
	top: 50%;
	font-size: 18px;
	color: #222;
	text-align: center;
	border-radius: 100%;
	line-height: 24px;
	height: 48px;
	margin-top: -24px;
}
.conceptList .process2{
	margin-top: 30px;
}
.conceptList .promot{
	margin-top: 60px;
	padding-bottom: 60px;
}
.conceptList .promot ul li{
	
}
.conceptList .promot ul li:nth-child(1){
	padding-left: 15px;
	padding-right: 15px;
}
.conceptList .promot ul li:nth-child(2){
	padding-left: 15px;
	padding-right: 15px;
}
.conceptList .promot ul li:nth-child(3){
	padding-left: 15px;
	padding-right: 15px;
}
.conceptList .promot ul li:nth-child(4){
	padding-left: 15px;
	padding-right: 15px;
}
.conceptList .promot ul li .method{
	width: 100%;
	background: #fff;
	padding: 40px;
	border-radius: 10px;
	-moz-box-shadow:0px 1px 10px #DADADA; -webkit-box-shadow:0px 1px 10px #DADADA; box-shadow:0px 1px 10px #DADADA;
	-webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.conceptList .promot ul li .method .methodsTit{
	width: 100%;
}
.conceptList .promot ul li .method .methodsTit h4{
	position: relative;
	width: 100;
	font-size: 26px;
	color: #222;
	text-align: center;
	padding-bottom: 30px;
}
.conceptList .promot ul li .method .methodsTit h4:before{
	position: absolute;
	content: "";
	width: 15px;
	height: 2px;
	left: 50%;
	margin-left: -7.5px;
	bottom: 0;
	background: #ef7c0f;
}
.conceptList .promot ul li .method .methodsMsg{
	margin-top: 20px;
}
.conceptList .promot ul li .method .methodsMsg p{
	font-size: 18px;
	color: #666;
}
.conceptList .promot ul li:hover .method{
	margin-top: -15px;
	background: #ef7c0f;
}
.conceptList .promot ul li:hover .method h4,.conceptList .promot ul li:hover .method p{
	color: #fff;
}
.conceptList .promot ul li:hover .method h4:before{
	background: #fff;
}
.edu{
	position: relative;
	width: 100%;
	background: url(/html/static/image/join_bg2.png);
	padding-bottom: 60px;
}
.edu .title h3:after{
	width: 0;
}
.edu .eduMsg{
	margin:0 auto;
	margin-top: 30px;
	width: 75%;
}
.edu .eduMsg p{
	font-size: 18px;
	color: #666;
	text-align: center;
	line-height: 32px;
}
.edu .eduPics{
	margin-top: 60px;
	width: 100%;
}

/*.edu .swiper-container {
      width: 100%;
      height: 100%;
}

.edu  .swiper-slide {
	margin: 0 auto;
	width: 100%;
	background: #fff;
}
.edu  .swiper-slide img{
	width: 80%;
	display:block;
}
.edu .swiper-pagination{
	right: 200px;
}*/
.edu .swiper-container {
      width: 100%;
      height: 100%;
      padding-bottom:70px !important;
}
.edu .swiper-wrapper{
	width: 100%;
    height: 100%;
}
.edu  .swiper-slide {
	width: 100%;
	/* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      overflow: hidden;
	 
    }
	

.edu .swiper-pagination-bullet{
	position: relative;
	width: 30px;
	height: 30px;
	background: none;
	font-size: 20px;
	color: #666;
	opacity: 1;
	margin-right: 20px !important;
}
.edu .swiper-pagination-bullet:nth-child(4){
	top: 10px;
	overflow: hidden;
}
.edu .swiper-pagination-bullet-active{
	position: relative;
	font-size: 30px;
	color:#EF7C0F;
	line-height: 30px;
	font-style: italic;
	margin-right: 70px !important;
}
.edu .swiper-pagination-bullet-active:after{
	position: absolute;
	content: "";
	width: 50px;
	height: 1px;
	top: 20px;
	right: -60px;
	background: #EF7C0F;
}
/*
.edu .replace{
	width: 100%;
}
.edu .replace ul{
	position: relative;
	min-height: 600px;
}
.edu .replace li { 
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width:75%;
    text-align:center; 
    border: 1px solid #ddd;
    background: #ddd;
 
}
.edu .replace .edu2{
	transform: scale(.9);
	z-index: 101;
}
.edu .replace .edu3{
	transform: scale(.7);
}
.edu .replace .edu4{
	transform: scale(.5);
}
.edu li.current { 
	transform: scale(1.1);
	
}
 */     
        
.edu_Infos{
	position: relative;
	vertical-align: middle;
	width: 80%;
	
}
.edu_info_fonts{
	position: absolute;
	left: 0%;
	top:50%;
	margin-top: -130px;
	z-index: 99;
	padding: 30px 40px;
	background: #fff;
	text-align: left;
	border-radius: 10px;
	-moz-box-shadow:0px 1px 10px #DADADA; -webkit-box-shadow:0px 1px 10px #DADADA; box-shadow:0px 1px 10px #DADADA;
}
.edu .edu_info_fonts h4{
	position: relative;
	font-size: 26px;
	color: #222;
	padding-bottom: 20px;
}
.edu .edu_info_fonts h4:after{
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 20px;
	height: 2px;
	background: #EF7C0F;
}
.edu .edu_info_fonts p{
	font-size: 18px;
	color: #666;
}
.edu .edu_info_pic{
	position: relative;
	top: 0;
	/*left: 17%;*/
	left: 27%;
	width: 840px;
	border-radius: 10px;
	overflow: hidden;
}
.edu .edu_info_pic img{
	width: 100%;
	border-radius: 10px;
}
/*
.edu .pageBtn{
	text-align: right;
}
.edu .pageBtn span{
	position: relative;
	font-size: 20px;
	margin-left: 20px;
	color: #666;
	line-height: 20px;
}
.edu .pageBtn span.current{
	margin-right: 60px;
	font-size: 30px;
	color:#EF7C0F;
	line-height: 30px;
	font-style: italic;
}
.edu .pageBtn span.current:after{
	position: absolute;
	content: "";
	width: 50px;
	height: 1px;
	top: 20px;
	right: -60px;
	background: #EF7C0F;
}
*/
.welfare{
	position: relative;
	background: url(/html/static/image/join_bg3.png) center no-repeat;
}
.welfare .title h3:after{
	width: 0;
}
.welfare .welfareMsg{
	margin-top: 20px;
	font-size: 18px;
	text-align: center;
	
}
.welfare .welfareList{
	margin-top: 60px;
	width: 100%;
	margin-bottom: 60px;
}
.welfare .welfareList .item{
	float: left;
	width: 250px;
	height: 250px;
	border-radius: 100%;
	background: #fff;
	vertical-align: middle;
	text-align: center;
	margin-right: 37.5px;
	-moz-box-shadow:0px 1px 10px #DADADA; -webkit-box-shadow:0px 1px 10px #DADADA; box-shadow:0px 1px 10px #DADADA;
}
.welfare .welfareList .item:nth-child(5){
	margin-right: 0;
}
.welfare .welfareList .item img{
	margin-top: 70px;
}
.welfare .welfareList .item p{
	margin-top: 20px;
	font-size: 26px;
	color: #222;
}
.welfare .welfareList .item:hover{
	background: #EF7C0F;
}
.welfare .welfareList .item:hover img{
	opacity: .3;
}
.welfare .welfareList .item:hover p{
	color: #fff;
}
.welfare .welfareList .active{
	background: #EF7C0F;
}
.welfare .welfareList .active img{
	opacity: .3;
}
.welfare .welfareList .active p{
	color: #fff;
}
.welfare .welfareFonts{
	margin-top: 60px;
	margin-bottom: 70px;
}
.welfare .welfareFonts .font_con{
	display: none;
}
.welfare .welfareFonts .active{
	display: block;
}
.welfare .welfareFonts .font_con{
	margin: 0 auto;
	width: 65%;
}
.welfare .welfareFonts .font_con p{
	font-size: 18px;
	line-height: 26px;
}
.activity{
	width: 100%;
	background: url(/html/static/image/activety_bg.png) center center no-repeat;
	margin-bottom: 60px;
}
.activity .title h3:after{
	width: 0;
}
.activity .actBox{
	margin-top: 60px;
	width: 100%;
}
#certify {
	position: relative;
	width: 100%
	margin: 0 auto
}

#certify .swiper-container {
	padding-bottom: 60px;
}

#certify  .swiper-slide {
	margin: 0 auto;
	width: 840px;
	background: #fff;
}
#certify  .swiper-slide img{
	width: 100%;
	display:block;
	border-radius: 10px;
}

#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #EF7C0F;
	background-color: #fff;
}

#certify .swiper-button-prev {
	left: 0px;
	width: 45px;
	height: 45px;
	background: #E5E5E5;
	color: #fff !important;
	text-align: center;
    line-height: 45px;
}

#certify .swiper-button-prev:hover {
	background: #EF7C0F;
}

#certify .swiper-button-next {
	right: 0px;
	width: 45px;
	height: 45px;
	background: #E5E5E5;
	text-align: center;
	line-height: 45px;
	color: #fff !important;
}

#certify .swiper-button-next:hover {
	background: #EF7C0F;
}
	
/***********************************************职位发展Jobs**********************************************/
.jobList{
	position: relative;
	width: 100%;
	background: #fbfbfb;
	padding-bottom: 100px;
}
.jobList .jobs{
	margin-top: 30px;
	width: 100%;
	background: #fff;
	min-height: 600px;
}
.jobList .jobs li{
	margin-top: 2px;
	position: relative;
	width: 100%;	
	border-bottom: 1px solid #eeeeee;
	
}
.jobList .jobs li:last-child{
	border: none;
}
.jobList .jobs li .jobTitle{
	height: 120px;
	padding: 0 50px;
	background: none;
	overflow: hidden;
}
.jobList .jobs li p{
	line-height: 120px;
}
.jobList .jobs li .jobName p{
	font-family: 'PINGFANG BOLD';
	font-size: 24px;
	color: #222;
}
.jobList .jobs li .jobNum p{
	font-family: 'PINGFANG MEDIUM';
	font-size: 18px;
	color: #666;
}
.jobList .jobs li .jobTime p{
	font-family: 'PINGFANG MEDIUM';
	font-size: 18px;
	color: #666;
}
.jobList .jobs li .btns p span{
	margin-top: 35px;
	display: block;
	float: right;
	width: 50px;
	height: 50px;
	background: #EF7C0D;
	border-radius: 100%;
	font-family: 'PINGFANG MEDIUM';
	font-size: 18px;
	color: #fff;
	line-height: 50px;
	text-align: center;
	
}
.jobList .jobs li .btns p span.down{
	display: block;
}
.jobList .jobs li .btns p span.up{
	display: none;
}
.jobList .jobs li .job_msg{
	display: none;
	position: relative;
	margin-top: 40px;
	position: relative;
	padding: 0px 70px 60px;
}
.jobList .jobs li .job_msg h5{
	font-family: 'PINGFANG BOLD';
	font-size: 24px;
	color: #222;
}
.jobList .jobs li .job_msg p{
	font-size: 18px;
	color: #666;
	line-height: 30px;
}
.jobList .jobs li .job_msg .zhize{
	margin-top: 30px;
}
.jobList .jobs li .job_msg .apply{
	margin-top: 60px;
}
.jobList .jobs li .job_msg .apply p a{
	display: block;
	width: 200px;
	height: 60px;
	background: #ef7c0f;
	font-family: 'PINGFANG MEDIUM';
	font-size: 20px;
	color: #fff;
	text-align: center;
	line-height: 60px;
	border-radius: 10px;
}
.jobList .jobs .active .jobTitle{
	background: #ef7c0f;
}
.jobList .jobs .active .jobTitle p{
	color: #fff;
}
.jobList .jobs .active .btns p span{
	background: #fff;
	color: #EF7C0F;
}
.jobList .jobs .active .btns p span.down{
	display: none;
}
.jobList .jobs .active .btns p span.up{
	display: block;
}
.jobList .jobs .active .job_msg{
	display: block;
}
/********************************************服务中心***************************************/
.box{
	position: relative;
	width: 100%;
	background: url(/html/static/image/sev_bg.png) center no-repeat;
	min-height: 1500px;
	background-position-y: 120px;
	background-size: 100% 100%;
}
.sales{
	width: 100%;
}
.box .title h3:after{
	width: 0;
}
.sales .saleBox{
	position: relative;
	width: 1005;
}
.sales .saleBox{
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
}
.sales .saleBox .maps{
	position: relative;
	width: 100%;
}
.sales .saleBox .maps img{
	width: 100%;
}
.marks{
	position: absolute;
	top: 320px;
	right: 260px;
}
.marks .china_mark{
	float: left;
	display: block;
	width: 160px;
	height: 35px;
	background: #fff;
	margin-right: 30px;
}
.marks .china_mark i{
	width:0;
	height:0;
	display:block;
	position:absolute;
	right:10px;
	top:8px;
	border-top:10px transparent dashed;
	border-right:10px transparent dashed;
	border-bottom:10px transparent dashed;
	border-left:10px #fff solid;
	
}
.marks .china_mark i{
		right:28px;
	/*重要*/
		    border-left:10px #fff solid;
}
.marks .china_mark p span{
	display: block;
	margin-right: 15px;
	float: right;
	font-size: 16px;
	line-height: 36px;
}
.marks .china_mark p img{
	height: 35px;
}
.marks .mark_icon{
	display: block;
	margin-top: 10px;
	float: right;
	
	width: 14px;
	height: 14px;
	background: #EF7C0F;
	border-radius: 100%;
}
.marks .mark_icon,.marks .mark_icon::before,.marks .mark_icon::after{
        /* 设置颜色 */
        background-color: rgba(255, 82, 13, .9);
        
}
.marks .mark_icon::before,.marks .mark_icon::after{position: absolute;width: 14px; height: 14px; border-radius: 50%;content: ''; }
.marks .mark_icon::before{animation: scale 2s infinite; }
.marks .mark_icon::after{animation: scale2 2s infinite; }
 @keyframes scale{0%{ transform: scale(1); opacity:.9}100%{ transform: scale(3); opacity: 0;}}
 @keyframes scale2{0%{ transform: scale(1);opacity:.9;}100%{ transform: scale(6);opacity:0;}}
 
.saleBox .markCard{
	display: block;
	position: absolute;
	right: 40%;
	top: 33%;
	width: 40%;
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
}
.saleBox .markCard .cardImg{
	float: left;
	width: 40%;
}
.saleBox .markCard .cardImg img{
	width: 100%;
}
.saleBox .markCard .compMsg{
	float: left;
	width: 55%;
	background: #fff;
	padding-left: 30px;
}
.saleBox .markCard .compMsg h5{
	margin-top: 40px;
	font-size: 22px;
	color: #EF7C0F;
}
.saleBox .markCard .compMsg p{
	margin-top: 10px;
	font-size: 16px;
	color: #6c6c6c;
}
.saleBox .markCard .closeBtn{
	display: block;
	position: absolute;
	top: 20px;
	right: 20px;
	width: 27px;
	height: 27px;
	background: rgb(0,0,0,.2);
	border-radius: 100%;
}
.saleBox .markCard .closeBtn span{
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 27px;
}
.saleBox .markCard .closeBtn span i{
	font-size: 18px;
	color: #fff;
}
.box .service{
	margin-top: 50px;
}
.box .service .ser_left{
	padding-left: 0;
	padding-right: 30px;
	left: -200px;
	opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
}
.box .service .ser_right{
	padding-left: 30px;
	padding-right: 0;
	right: -200px;
	opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -webkit-opacity: 0;
}
.box .service .ser_left img{
	width: 100%;
	border-radius: 5px;
}
.box .service .category{
	width: 100%;
	padding-bottom: 20px;
	border-bottom: 1px solid #e5e5e5;
}
.box .service .category ul{
	margin: 0;
}
.box .service .category li{
	position: relative;
	float: left;
	margin-right: 60px;
	
}
.box .service .category li:before,.box .service .category li:before{
	position: absolute;
	content: "";
	bottom: -20px;
	left: 0;
	width: 0%;
	height: 1px;
	background: #ef7c0d;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}
.box .service .category li a{
	font-family: 'PINGFANG MEDIUM';
	font-size: 26px;
	color: #222;
	line-height:25px;
}
.box .service .category li.active a,.box .service .category li:hover{
	
}
.box .service .category li.active:before,.box .service .category li:hover:before{
	
	width: 100%;
}
.box .service .cont{
	display: none;
	margin-top: 25px;
}
.box .service .cont p{
	margin-bottom: 0;
	font-size: 18px;
	color: #444;
	line-height: 29px;
}
.box .service .cont h5{
	margin-top: 20px;
	display: block;
	position: relative;
	font-size: 20px;
	line-height: 36px;
	color: #222;
	text-indent: 10px;
}
.box .service .cont h5:before{
	position: absolute;
	content: "";
	width: 2px;
	height: 20px;
	left: 0px;
	top: 8px;
	background: #EF7C0F;
}
.box .service .active{
	display: block;
}
.box .accessories{
	margin: 40px 0;
	width: 100%;
	margin-bottom: 80px;
}
.box .service .ser_right img{
	width: 100%;
	border-radius: 5px;
}
.box .service .numble{
	width: 100%;
}
.box .service .numble ul li:nth-child(2),.box .service .numble ul li:nth-child(3){
	position: relative;
	text-align: center;
}
.box .service .numble ul li:nth-child(2):before,.box .service .numble ul li:nth-child(3):before{
	position: absolute;
	content: "";
	left: 0;
	top: 10%;
	width: 1px;
	height: 80%;
	background: #E5E5E5;
}
.box .service .numble ul li p{
	font-family: '';
	font-size: 18px;
	color: #111;
}
.box .service .numble ul li .j_center{
	font-family: 'MarkPro';
	font-size: 50px;
	color: #ef7c0f;
}
.box .service .font{
	margin-top: 50px;
}
.box .service .font p{
	font-size: 18px;
	color: #333;
	line-height: 30px;
}

/****************************************************关于沙巴***********************************************************/
.aboutMenu{
	
}
.aboutMenu .tabNav li{
	float: left;
	padding: 0 3.5vw;
}
.aboutMenu{
	position: relative;
	width: 100%;
	background: url(/html/static/image/about_comp_bg.png) center center no-repeat;
	background-size: 100% 100%;
}
.conmp .compInfos{
	margin-top: 50px;
}
.conmp .compInfos .comp_l{
	padding-left: 0;
	padding-right: 30px;
	left: -200px;
	opacity: 0;
}
.conmp .compInfos .comp_r{
	padding-left: 30px;
	padding-right: 3vw;
	height: 430px;
	overflow-y: scroll;
	right: -200px;
	opacity: 0;
}
.conmp .compInfos .comp_r::-webkit-scrollbar-track{
	background: #dcdcdc;
	border-radius: 2px;
}
.conmp .compInfos .comp_r::-webkit-scrollbar{
	width: 4px;
}
.conmp .compInfos .comp_r::-webkit-scrollbar-thumb{
	/*width: 4px;
	height: 100px; */
	border: 4px solid #EF7C0F;
	background: #EF7C0F;
	border-radius: 2px;
}
.conmp .compInfos .comp_r::-webkit-scrollbar-button{
	width: 4px;
	height: 100px; 
	
}
.conmp .compInfos .comp_r:horizontal{
	height: 20px;
}
.conmp .compInfos .comp_l img{
	width: 100%;
	border-radius: 10px;
}
.conmp .compInfos .comp_r .msgs p{
	font-size: 18px;
	line-height: 36px;
}
.conmp .compNum{
	margin-top: 60px;
	margin-bottom: 110px;
}
.conmp .compNum p{
	font-size: 30px;
	color: #222;
	text-align: center;
}
.conmp .compNum .counter{
	font-family: 'MarkPro';
	font-size: 100px;
	color: #EF7C0F;
	line-height: 100px;
	height: 100px;
}
.conmp .compNum .numFont{
	font-size: 20px;
	color: #666;
}
.conmp .compNum li:before{
	position: absolute;
    content: "";
    left: 0;
    top: 10%;
    width: 1px;
    height: 80%;
    background: #E5E5E5;
}
.conmp .compNum li:first-child:before{
	height: 0;
}
.culture{
	position: relative;
	width: 100%;
	background: url(/html/static/image/about_ca_bg.png) center center no-repeat;
	background-size: 100% 100%;
}
.culture .title h3{
	color: #fff;
}
.culture .cul_list{
	/* margin-top: 30px; */
	margin-bottom: 100px;
}
.culture .swiper-container {
	margin-top: 0px;
      width: 100%;
      height: 100%;
      overflow: hidden;
}
.culture .swiper-wrapper{
	padding-bottom: 50px;
	padding-top: 50px;
}
.culture .swiper-slide {
	width: 100%;
  padding: 30px;
 	height: 260px;
  background: rgba(255,255,255,0.8);
  border-radius: 10px;
  -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}
.culture .swiper-slide:hover{
	margin-top: -15px;
	background: rgba(255,255,255,1);
}
.culture .swiper-container-horizontal > .swiper-pagination-progressbar,.culture .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{
	bottom: 0 !important;
	width: 50%;
	margin-left: 25%;
}
.culture .swiper-container-horizontal>.swiper-pagination-progressbar{
	bottom: 0 !important;
	width: 50%;
	margin-left: 25%;
}
.swiper-container-horizontal>.swiper-pagination-progressbar{
	bottom: 0 !important;
	width: 50%;
	margin-left: 25%;
}
.swiper-pagination-progressbar{
	background: rgb(125,125,125,0.17);
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
	background: #EF7C0F;
}
.culture .cul_list .pic{
	width: 100%;
}
.culture .cul_list .pic img{
	width: 45px;
	height: 45px;
}
.culture .cul_list .fontW{
	margin-top: 30px;
	width: 100%;
	
}
.culture .cul_list .fontW h5{
	font-size: 26px;
	line-height: 29px;
	color: #222;
}
.culture .swiper-slide:hover .fontW h5{
	color: #EF7C0F;
}
.culture .cul_list .fontW p{
	font-size: 18px;
	line-height: 1.6;
	color: #444;
}
.history{
	position: relative;
	width: 100%;
	background: url(/html/static/image/about__hist_bg.png) center center no-repeat;
	background-size: 100% 100%;
	min-height: 400px;
	/* padding:20px 0; */
}
.history .historyCon{
	position: relative;
	width: 100%;
	padding-top: 30px;
	padding: 0 80px 50px 80px;
}

.history .historyCon .button {
    position: absolute;
    cursor: pointer;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: #e5e5e5;
    bottom: 135px;
    font-size: 40px;
    color: #fff;
    text-align: center;
    line-height: 60px;
    line-height: 60px;

}
.history .historyCon .button:hover{
	background: #EF7C0F !important;
	color: #fff;
	-moz-box-shadow: 0px 1px 20px rgba(0,0,0,0.23);
    -webkit-box-shadow: 0px 1px 20px rgba(0,0,0,0.23);
    box-shadow: 0px 1px 20px rgba(0,93,0,0.23);
}
.history .historyCon .prev {
    left: 20px;
}
.history .historyCon .next {
    right: 20px;
}
.history .historyCon .yearNum{
	position: absolute;
	left: 0;
	top: -100px;
	width: 100%;
}
.history .historyCon .yearNum p{
	font-family: arial;
	font-size: 298px;
	color: #bed4d6;
	opacity: .2;
	text-align: center;
} 
.history .historyCon .slide_wrap  {
    overflow: hidden;
    position: relative;
    margin-top: 60px;
    margin-bottom: 60px;
}
.history .historyCon .slide_wrap ul {
    position: relative;
    left: 0px;
}
.history .historyCon .slide_wrap::after {
    width: 100%;
    height: 1px ;
   
    content: '';
    position: absolute;
    top: 48px;
    left: 0px;
}
.history .historyCon .slide_items li{
	position: relative;
    float: left;
    font-size: 20px;
    width: 200px;
    text-align: center; 
    margin-top: 43px;   
}
.history .historyCon .slide_items li:after{
	position: absolute;
	width: 100%;
    height: 1px ;
    content: '';
    top: 11px;
    left: -70px;
    background: rgb(45,66,83,.1);
}
.history .historyCon .slide_items li.on:after{
	position: absolute;
	width: 100%;
    height: 1px ;
    content: '';
    top: 14px;
    left: -70px;
    background: #ef7c0d;
}
.history .historyCon .slide_items li a {
    display: block;
    
    
}
.history .historyCon .slide_items li a:hover{
	text-decoration: none;
}
.history .historyCon .slide_items li.on {
   margin-top: 40px; 
}
.history .historyCon .slide_items li span {
	font-family: 'MarkPro';
    color: #222;
    font-size: 18px;
    display: block;
}
.history .historyCon .slide_items li.on span{
	margin-top: 2px;
	color: #ef7c0d;
}
.history .historyCon .slide_items li div {
    display: inline-block;
    width: 16px;
    height: 16px;
   /* border: 1px solid #a2a2a2; 
    border-radius: 13px;*/
    padding: 2px;
    box-sizing: border-box;
    margin-top: 0px;
}
.history .historyCon .slide_items li i{
    display: block;
    width: 7px;
    height: 7px;
    background-color: #b5bcc1;
    border-radius: 100%;

}
.history .historyCon .slide_items li.on i{
   background-color: #ef7c0d; 
}
.history .historyCon .slide_items li.on div {
    display: inline-block;
    width: 17px;
    height: 17px;
    background: rgba(239,124,13,.2);
    border-radius: 100%;
    padding: 5px;
    box-sizing: border-box;
    margin-top: 0px;
}

.history .historyCon .slide-content {
    margin-top: 30px;
    min-height: 250px;
}
.history .historyCon .slide-content img{
   width: 100%;
}
.history .historyCon .slide-content .con {
    display: none;
    margin-top: 60px;
}
.history .historyCon .slide-content .on {
    display: block;
}
.history .historyCon .slide-content .hisBox{
	width: 80%;
	height: 350px;
	margin: 0 auto;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
}
.history .historyCon .slide-content .hisBox .hisImg{
	width: 45%;
	height: 100%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
}
.history .historyCon .slide-content .hisBox .hisImg img{
	
	width: 100%;
}
.history .historyCon .slide-content .hisBox .hisEvent{
	width: 55%;
	float: left;
	padding: 25px 50px;
}
.history .historyCon .slide-content .hisBox .hisEvent h4{
	position: relative;
	font-family: 'MarkPro';
	font-size: 50px;
	color: #222;
	padding-bottom: 20px;
	margin-bottom: 25px;
}
.history .historyCon .slide-content .hisBox .hisEvent h4:after{
	position: absolute;
	content: "";
	width: 20px;
	height: 2px;
	left: 0;
	bottom: 0;
	background: #EF7C0D;
}
.history .historyCon .slide-content .hisBox .hisEvent p{
	font-size: 20px;
}
.proMake{
	position: relative;
	width: 100%;
	background: url(/html/static/image/about_make_bg.png) center center no-repeat;
	background-size: 100% 100%;
	padding: 20px 0 120px;
}
.proMake .makeBox{
	margin-top: 70px;
}
.proMake #certify .swiper-container{
	padding-bottom: 80px;
}
.proMake #certify .swiper-slide{
	width: 840px;
}
.proMake #certify .swiper-pagination{
	height: 2px;
	width: 50%;
	margin-left: 25%;
}
.quality{
	position: relative;
	width: 100%;
	background: url(/html/static/image/about_zhil_bg.png) center center no-repeat;
	background-size: 100% 100%;
	padding: 20px 0 20px;
}

.quality .makeBox{
	margin-top: 70px;
}
.quality .zhiMsg{
	
}
.quality .makeBox p{
	text-align: center;
	font-size: 20px;
	line-height: 36px;
	
}
.quality .makeBox p span{
	position: relative;
	margin: 16px auto;
	display: inline-block;
	text-align: center;
	width: 35px;
	height: 38px;
	background: url(/html/static/image/icon_bg.png) center center no-repeat;
	margin-right: 30px;
	color: #fff;
	
}
.quality #certify .swiper-slide{
	width: 334px;
}
.quality #certify .swiper-pagination{
	height: 2px;
	width: 50%;
	margin-left: 25%;
}
.honor{
	position: relative;
	width: 100%;
	background: #fff;
	padding: 20px 0 40px;
	min-height: 400px;
}
.honor .honor_num{
	margin-top: 50px;
}
.honor .honor_num li{
	position: relative;
	text-align: center;
	padding-left:  0;
	padding-right: 0;
}
.honor .honor_num li p{
	font-size: 18px;
	color: 111;
}
.honor .honor_num li .numFont{
	font-size: 18px;
	color: 111;
}
.honor .honor_num li p .counter{
	font-family: 'MarkPro';
	font-size: 50px;
	line-height: 50px;
	color: #EF7C0F;
}
.honor .honor_num li:nth-child(2):before,.honor .honor_num li:nth-child(3):before{
	position: absolute;
	content: "";
	width: 1px;
	height: 80%;
	top: 10%;
	left: 0;
	background: #E5E5E5;
}

.honor .honorList{
	margin-top: 50px;
}
.honor .swiper-container {
      width: 100%;
      height: 100%;
    }
.honor .swiper-wrapper{
	width: 100% !important;
	padding-bottom: 120px;
}
.honor .honorList .swiper-slide{
	position: relative;
  text-align: center;
  font-size: 18px;
 

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.honor .honorList .swiper-slide .honorImg{
  background: url(/html/static/image/honor_bg.png) center center no-repeat;
  padding: 30px 40px;
  border-radius: 10px;
  background-size: 100% 100%;
	width: 100%;
}
.honor .honorList .swiper-slide img{
	width: 100%;
}
.honor .honorList .swiper-slide .honorTit{
	position: absolute;
	left: 0;
	bottom:-70px;
	width: 100%;
	margin-top: 30px;
}
.honor .honorList .swiper-slide .honorTit p{
	text-align: center;
	font-size: 18px;
	color: #222;
}
.honor .swiper-container-horizontal>.swiper-pagination-bullets, .honor .swiper-pagination-custom, .honor .swiper-pagination-fraction{
	bottom: 0px;
}
.honor .swiper-pagination-bullet{
	width: 4px;
	height: 4px;
	background: #a0a0a0;
	opacity: 1;
	border-radius: 100%;
}
.honor .swiper-pagination-bullet-active{
	width: 10px;
	height: 10px;
	border: 3px solid #EF7C0D;
	background: none;
	margin-bottom: -4px;
}
.partner{
	position: relative;
	width: 100%;
	background: url(/html/static/image/about_par_bg.png) center center no-repeat;
	padding: 20px 0 100px;
	background-size: 100% 100%;
}
.partner .title h3{
	color: #fff;
}
.partner .partList{
	margin: 60px 0;
}
.partner .swiper-container {
      width: 100%;
      height: 100%;
      margin-left: auto;
      margin-right: auto;
    }

.partner .swiper-slide {
      text-align: center;
      background: #fff;
      padding: 80px 60px;
      border-radius: 10px;
      height: calc((100% - 30px) / 2);

      /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}
.partner .swiper-slide img{
	/*width: 220px;
	height: 45px;*/
}
.partner .swiper-wrapper{
	padding-top: 20px;
}
.partner .swiper-slide:hover{
	margin-top: -15px;
}
.partner .swiper-slide::nth-child(2):hover{
	margin-top: 15px;
}
.partner .swiper-slide-next{
	
}
.partner .swiper-pagination{
	margin-top:60px;
	text-align:center;
	left: 49%;
	margin-bottom: 60px;
}
.partner .swiper-pagination-bullet{
	width: 4px;
	height: 4px;
	background: #a0a0a0;
	opacity: 1;
	margin-right: 18px;
}
.partner .swiper-pagination-bullet-active{
	width: 10px;
	height: 10px;
	border: 3px solid #EF7C0D;
	background: none;
	margin-bottom: -4px;
}






@media screen and (max-width: 1920px) {
	.history .historyCon .slide_items li{
		width: 135px;
	}
	.container{
		width: 80%;
	}
}
@media screen and (max-width: 1900px) {
	.history .historyCon .slide_items li{
		width: 135px;
	}
	.container{
		width: 80%;
	}
	.aboutMenu .tabNav li {
	    float: left;
	    padding: 0 3.4vw;
	}
}
@media screen and (max-width: 1700px){
	.container{
		width: 80%;
	}
	.lh-logo{
		/*margin-top: 10px;*/
	}
	.lh-logo img{width: 100%;}
	
	.aboutMenu .tabNav li{
	padding: 0 50px;
}
.conmp .compInfos .comp_r {
    height: 443px;
    padding-right: 50px;
}
.new-wrap ul li .date .data {
    font-size: 32px;
}
.contactBox .contact .con_type .left {
    margin-right: 35px;
}
.conceptList .process{
	padding: 0 10%;
}
.conceptList .process .proceLeft{
	width: 20%;
}
.conceptList .process .proceLeft h4{
	font-size: 24px;
}
.conceptList .process .proceRight{
	width: 80%;
}
.conceptList .process .proceRight ul li{
	width: 100px;
	height: 100px;
	margin-right: 11%;
	margin-bottom: 0;
	padding: 0 10px;
}
.conceptList .process .proceRight ul li:nth-child(3){
	margin-right:11%;
}
.conceptList .process .proceRight ul li:after{
	width: 60%;
	right: -80px;
}
.contactBox .contact .con_type {
    padding: 70px 60px;
}
.welfare .welfareList .item{
	width: 250px;
	height:250px;
}
.welfare .welfareList .item img{
	margin-top: 70px;
	width: 30%;
}
.culture .cul_list .fontW p {
    font-size: 18px;
}
.conceptList .promot ul li .method .methodsMsg p{
	font-size: 18px;
}
.history .historyCon .slide-content .hisBox {
    width: 80%;
}
.culture .swiper-slide{
	height: 280px;
}
.conceptList .promot ul li .method{
	height: 330px;
	margin-bottom: 0px;
}
.edu_Infos{
	width: 80%;
}
.edu_info_fonts{
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -120px;
}
.edu .edu_info_pic{
	width: 840px;
	left: 27%;
}
.edu .edu_info_fonts p{
	font-size: 18px;
}
.proDetail .pro_line .lineBox .img{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 430px;
	background: #fff;
	border: 1px solid rgb(18,18,18,.1);
}
.proBox .cont ul li .proImg{
	max-height: 328.6px;
}
.caseList .case_con .vedeoItem{
	height: 280px;
}
.caseList .comp_video .vedeoItem{
	height: 425px;
}	
}

@media screen and (max-width: 1600px) {	
	.container{
		width: 80%;
	}
	.lh-logo{
		left: 10%;
		/*margin-top: 10px;*/
	}
	.lh-logo img{width: 100%;}
	/*.lh-header-r {
    position: relative;
    float: right;
    right: 10%;
    margin-top: 30px;
    padding-top: 0;
    background: none;
    transform: none;
    transition: ease .65s;
}*/
	.new-wrap ul li{
		height: 340.8px;
}
	.new-wrap ul li .date .data{
		font-size: 28px;
	}
	.new-wrap ul li .date .years{
		font-size: 24px;
	}
	.new-wrap ul li .newsTit p {
    font-size: 26px;
	}
	.contactBox .contact .con_type{
		padding: 70px 25px;
	}
	.contactBox .contact .con_type .fonts .methods p{
		font-size: 19px;
	}
.title{
	margin-top: 50px;
}
.title h3{
	font-size: 50px;
}
.zhiyeBox .concept p{
	padding: 0 15px;
	font-size: 18px;
}
.conceptList .conceptNum p{
	font-size: 18px;
	line-height: 36px;
}
.conceptList .conceptNum2 p{
	padding: 0;
	font-size: 18px;
	line-height: 1.6;
}
.conceptList .process{
	padding: 0 5%;
}
.conceptList .process .proceLeft{
	width: 20%;
}
.conceptList .process .proceLeft h4{
	font-size: 24px;
}
.conceptList .process .proceRight{
	width: 80%;
}
.conceptList .process .proceRight ul li{
	width: 100px;
	height: 100px;
	margin-right: 8%;
	margin-bottom: 0;
	padding: 0 10px;
}
.conceptList .process .proceRight ul li:nth-child(3){
	margin-right:8%;
}
.conceptList .process .proceRight ul li:after{
	width: 50%;
	right: -58px;
}
.conceptList .process .proceRight ul li p{
	font-size: 18px;
}
.conceptList .promot ul li{
	
	margin-bottom: 0px;
}
.conceptList .promot ul li .method{
	height: 360px;
	padding: 40px;
}
.conceptList .promot ul li .method .methodsTit h4{
	font-size: 26px;
	padding-bottom: 30px;
}
.conceptList .promot ul li .method .methodsMsg p{
	font-size: 16px;
}
.edu .eduMsg p,.welfare .welfareMsg p{
	font-size: 18px;
	line-height: 32px;
}
.welfare .welfareMsg{
	padding: 0 15px;
}
.welfare .welfareList .item{
	margin-bottom: 0px;
	width: 200px;
	height: 200px;
	margin-right: 36.5px;
}
.welfare .welfareFonts .font_con{
	margin: 0 auto;
	width: 65%;
}
.welfare .welfareList .item img{
	margin-top: 45px;
	width: 30%;
}
.welfare .welfareList .item p{
	margin-top: 20px;
	font-size: 26px;
}
.saleBox .markCard{
	display: block;
	right: 40%;
}
.saleBox .markCard .closeBtn{
	top: 20px;
}
.saleBox .markCard .compMsg h5{
	margin-top: 40px;
	font-size: 22px;
}
.saleBox .markCard .compMsg p{
	font-size: 16px;
}
.marks{
	top:320px;
	right: 260px;
}
.box .service .category{
	margin-top: 0px;
	padding-bottom: 20px;
}
.box .service .category li a{
	font-size: 26px;
}
.box .service .category li:before, .box .service .category li:before{
	bottom: -20px;
}
.box .service .cont{
	margin-top: 25px;
}
.box .service .cont p{
	font-size: 18px;
	line-height: 29px;
}
.box .service .cont h5{
	margin: 10px 0;
	margin-top: 20px;
	font-size: 18px;
}
.box .service .numble ul li p{
	font-size: 18px;
}
.box .service .numble ul li .j_center{
	font-size: 50px;
	margin: 0;
}
.box .service .font{
	margin-top: 0;
}
.box .service .font p{
	font-size: 18px;
	line-height: 30px;
}
.aboutMenu .tabNav li{
	padding: 0 40px;
}
.conmp .compInfos .comp_r{
	height: 338px;
	padding-right: 50px;
}
.history .historyCon {
    padding: 0 80px;
}
.history .historyCon .slide-content .hisBox .hisEvent h4{
	font-size: 50px;
}
.history .historyCon .slide-content .hisBox .hisEvent p{
	font-size: 20px;
}
.proMake #certify .swiper-slide {
    width: 840px;
}
#certify  .swiper-slide {
	margin: 0 auto;
	width: 840px;
	background: #fff;
}
.contactBox .contact .con_type .left {
    margin-right: 20px;
}
.culture .cul_list .fontW p {
    font-size: 16px;
}
.history .historyCon .slide-content .hisBox {
    width: 100%;
}
.culture .swiper-slide{
	height: 280px;
}
.edu_Infos{
	width: 100%;
}
.edu_info_fonts{
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -120px;
}
.edu .edu_info_pic{
	width: 840px;
	left: 27%;
}
.edu .edu_info_fonts p{
	font-size: 18px;
}	
.proDetail .pro_line .lineBox .img{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 350px;
	background: #fff;
	border: 1px solid rgb(18,18,18,.1);
}
.proBox .cont ul li .proImg{
	max-height: 250px;
}
.caseList .case_con .vedeoItem{
	height: 215px;
}
.caseList .comp_video .vedeoItem{
	height: 320px;
}
}

@media screen and (max-width: 1440px) {
	.container{
		width: 80%;
	}
	.lh-logo{
		/*margin-top: 10px;*/
	}
	.lh-logo img{width: 100%;}
	
	.new-wrap ul li{
		height: 258px;
	}
	.new-wrap ul li .date .data{
		font-size: 26px;
	}
	.new-wrap ul li .date .years{
		font-size: 24px;
	}
	.new-wrap ul li .newsTit p {
    font-size: 24px;
	}
	.newsDetail .newsDetail_con{
	top:-300px;
	padding: 45px 70px;
	}
	.caseDetail .caseDetail_con{
	top:-400px;
	padding: 45px 70px;
}
	.contactBox .contact .con_type .fonts .methods p{
		font-size: 16px;
	}
	.contactBox .contact .con_type{
	padding: 70px 40px;
	height: 202px;
}
	.contactBox .contact .con_type:nth-child(4), .contactBox .contact .con_type:nth-child(5){
	padding: 70px 50px;
}
.contactBox .contact .con_type:nth-child(5){
	margin-top: -15px;
}
.contactBox .contact .con_type .fonts .fontTit p{
	font-size: 20px;
}
.caseDetail .caseDetail_con .caseTit p{
	font-size: 30px;
}
.caseDetail .caseDetail_con .caseMsg p{
	font-size: 18px;
}
.pageTurn p, .pageTurn p a{
	font-size: 18px;
}
.proDetail .proPics:first-child{
  	padding-left: 0;
  	padding-right: 30px;
  }
  .proDetail .proPics:nth-child(2){
  	padding-left: 30px;
  	padding-right: 0px;
  }
.jobList .jobs li .jobTitle{
	overflow: hidden;
	padding: 0 50px;
}
.jobList .jobs li p{
	line-height: 120px;
}
.jobList .jobs li .jobTitle .btns{
	position: relative;
	right: auto;
	top: auto;
}
.jobList .jobs li .jobName p{
	font-size: 24px;
}
.jobList .jobs li .jobNum p{
	font-size: 18px;
}
.jobList .jobs li .jobTime p{
	font-size: 18px;
}
.jobList .jobs li .job_msg{
	padding: 0px 70px 60px;
}
.jobList .jobs li .job_msg h5{
	font-size: 24px;
}
.jobList .jobs li .job_msg p{
	font-size: 18px;
}
.title{
	margin-top: 40px;
}
.title h3{
	font-size: 30px;
}
.zhiyeBox .concept p{
	padding: 0 15px;
	font-size: 16px;
}
.conceptList .conceptNum p{
	font-size: 16px;
	line-height: 26px;
}
.conceptList .conceptNum2 p{
	padding: 0 15px;
	font-size: 16px;
	line-height: 26px;
}
.conceptList .process{
	padding: 0 1%;
}
.conceptList .process .proceLeft{
	width: 20%;
}
.conceptList .process .proceLeft h4{
	font-size: 24px;
}
.conceptList .process .proceRight{
	width: 80%;
}
.conceptList .process .proceRight ul li{
	width: 100px;
	height: 100px;
	margin-right: 9%;
	margin-bottom: 0;
	padding: 0 0px;
}
.conceptList .process .proceRight ul li:nth-child(3){
	margin-right:9%;
}
.conceptList .process .proceRight ul li:after{
	width: 60px;
	right: -70px;
}
.conceptList .process .proceRight ul li p{
	font-size: 16px;
}
.conceptList .promot ul li{
	margin-bottom: 0px;
}
.conceptList .promot ul li .method{
	padding: 30px;
	height: 330px;
}
.conceptList .promot ul li .method .methodsTit h4{
	font-size: 24px;
	padding-bottom: 10px;
}
.conceptList .promot ul li .method .methodsMsg p{
	font-size: 16px;
}
.edu .eduMsg p,.welfare .welfareMsg p{
	font-size: 16px;
	line-height: 26px;
}
.welfare .welfareMsg{
	padding: 0 15px;
}
.welfare .welfareList .item{
	margin-bottom: 0px;
	width: 200px;
	height: 200px;
	margin-right: 42.5px;
}
.welfare .welfareList .item img{
	margin-top: 35px;
	width: 45%;
}
.welfare .welfareList .item p{
	margin-top: 10px;
	font-size: 18px;
}
.welfare .welfareFonts .font_con{
	margin: 0 auto;
	width: 80%;
}
.saleBox .markCard{
	display: block;
	right: 40%;
}
.saleBox .markCard .closeBtn{
	top: 10px;
}
.saleBox .markCard .compMsg h5{
	margin-top: 20px;
	font-size: 18px;
}
.saleBox .markCard .compMsg p{
	font-size: 14px;
}
.marks{
	top: 258px;
	right: 220px;
}
.box .service .category{
	margin-top: 0px;
	padding-bottom: 10px;
}
.box .service .category li a{
	font-size: 18px;
}
.box .service .category li:before, .box .service .category li:before{
	bottom: -10px;
}
.box .service .cont{
	margin-top: 10px;
}
.box .service .cont p{
	font-size: 14px;
	line-height: 24px;
}
.box .service .cont h5{
	margin: 10px 0;
	font-size: 18px;
}
.box .service .numble ul li p{
	font-size: 14px;
}
.box .service .numble ul li .j_center{
	font-size: 30px;
	margin: 0;
}
.box .service .font{
	margin-top: 0;
}
.box .service .font p{
	font-size: 14px;
	line-height: 24px;
}
.conmp .compInfos .comp_l{
	padding-left: 0px;
	padding-right: 30px;
}
.conmp .compInfos .comp_r{
	padding-left: 30px;
	padding-right: 30px;
	height: 340px;
}
.aboutMenu .tabNav li{
	padding: 0 35px;
}
.conmp .compInfos .comp_r .msgs p{
	font-size: 18px;
	line-height: 36px;
}
.conmp .compNum .counter{
	font-size: 100px;
}
.conmp .compNum p{
	font-size: 24px;
}
.conmp .compNum .counter{
	line-height: 100px;
	height: 100px;
}
.culture .swiper-container{
	overflow: hidden;
}
.culture .cul_list .fontW h5{
	font-size: 26px;
}
.culture .cul_list .fontW p{
	font-size: 16px;
}
.history .historyCon{
	padding: 0 55px;
}
.history .historyCon .slide-content .hisBox{
	width: 80%;
	height: 280px;
}
.history .historyCon .slide-content .hisBox .hisImg{
	width: 45%;
}
.history .historyCon .slide-content .hisBox .hisEvent{
	width: 55%;
}
.history .historyCon .slide-content .hisBox .hisEvent h4{
	font-size: 34px;
}
.history .historyCon .slide-content .hisBox .hisEvent p{
	font-size: 18px;
}

.history .historyCon .button{
	bottom: 25px;
	z-index: 9;
}
.history .historyCon .prev{
	left: 20px;
}
.history .historyCon .next{
	right: 20px;
}
.proMake #certify .swiper-slide{
	width: 100%;
}
.quality #certify .swiper-slide{
	width: 334px;
}
.quality #certify .swiper-slide img{
	width: 100%;
	margin-left: 0;
}
.quality .makeBox p{
	font-size: 20px;
}
.honor .honor_num li p .counter{
	font-size: 50px;
}
.partner .swiper-pagination{
	left: 46%;
}
.partner .swiper-pagination-bullet{
	margin-right: 15px;
} 
.proMake #certify .swiper-slide {
    width: 600px;
} 
#certify  .swiper-slide {
	margin: 0 auto;
	width: 600px;
	background: #fff;
}
.culture .swiper-slide{
	height: 250px;
}
.edu_Infos{
	width: 100%;
}
.edu_info_fonts{
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -115px;
}
.edu .edu_info_pic{
	width: auto;
	left: 27%;
}
.edu .edu_info_fonts p{
	font-size: 16px;
}
.proDetail .pro_line .lineBox .img{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 350px;
	background: #fff;
	border: 1px solid rgb(18,18,18,.1);
}
.proBox .cont ul li .proImg{
	max-height: 254px;
}
.caseList .case_con .vedeoItem{
	height: 215px;
}
.caseList .comp_video .vedeoItem{
	height: 320px;
}
}
@media screen and (max-width: 1280px) {
	.container{
		width: 970px;
	}
	.lh-header {
	    height: 100px;
	    background: none;
	}
	.lh-logo{
		left: 10%;
		/*margin-top: 10px;*/
	}
	.lh-logo img{
		width: 80%;
	}
	
	
	.lh-mobile-nav-btn{
		display: block;
	}
	.phone_num{
	display: block;
}
	.lh-mobile-nav-btn{
		display: none;
	}
	.new-wrap ul li{
		height: 209px;
	}
	.new-wrap ul li:nth-child(2n-1) {
    padding-left: 0;
    padding-right: 50px;
}
.new-wrap ul li:nth-child(2n) {
    padding-left: 50px;
    padding-right: 0;
}
	.new-wrap ul li .date .data{
		font-size: 20px;
	}
	.new-wrap ul li .date .years{
		font-size: 18px;
	}
	.new-wrap ul li .newsTit p{
		
		font-size: 20px;
	}
.newsDetail .newsArticle p img{
	width: auto;
	max-width: 100%;
}
.newsDetail .newsDetail_con{
	top:-300px;
	padding: 45px 70px;
}
.caseDetail .caseDetail_con{
	top:-300px;
	padding: 45px 70px;
}
.newsDetail .newsDetail_con .newsTime p a{
	float: right;
}
.contactBox .contact .con_type{
	padding: 40px 40px;
	height: 142px;
}
.contactBox .contact .con_type:nth-child(4), .contactBox .contact .con_type:nth-child(5){
	padding: 40px 50px;
}
.contactBox .contact .con_type:nth-child(5){
	margin-top: -15px;
}
.contactBox .contact .con_type .fonts .methods p{
	font-size: 20px;
}
.contactBox .contact{
	margin-top: -40px;
}
.contactBox .contact .con_type:nth-child(4){
	border-bottom: none;
}
.contactBox .contact .con_type .left{
	margin-right: 30px;
}
.contactBox .contact .con_type .fonts .fontTit p{
	font-size: 18px;
}
.contactBox .contact .con_type .fonts .methods p{
	font-size: 12px;
}

.proBox .cont ul li:nth-child(3n-2){
	padding-left: 0;
	padding-right: 20px;
}
.proBox .cont ul li:nth-child(3n-1){
	padding-left: 10px;
	padding-right: 10px;
}
.proBox .cont ul li:nth-child(3n){
	padding-left: 20px;
	padding-right: 0;
}
.proBox .category{
	padding: 0 ;
	border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.caseList .case_con li:nth-child(3n-2){
	padding-left: 0;
	padding-right: 20px;
}
.caseList .case_con li:nth-child(3n-1){
	padding-left: 10px;
	padding-right: 10px;
}
.caseList .case_con li:nth-child(3n){
	padding-left: 20px;
	padding-right: 0;
}
.caseDetail .caseDetail_con p{
	font-size: 16px;
}
.caseDetail .caseDetail_con .caseTit p{
	font-size: 26px;
}

.pageTurn p, .pageTurn p a{
	font-size: 16px;
}
.proDetail .proPics:first-child{
  	padding-left: 0;
  	padding-right: 30px;
  }
  .proDetail .proPics:nth-child(2){
  	padding-left: 30px;
  	padding-right: 0px;
  }
  .conceptList .conceptNum:nth-child(1){
	padding-left: 0;
	padding-right: 60px;
	border-right: 1px solid #E5E5E5;
}
.conceptList .conceptNum:nth-child(2){
	padding-left: 60px;
	padding-right: 0px;
}
.conceptList .img1 img{
	width: auto;
}
.jobList .jobs li .jobTitle{
	overflow: hidden;
	padding: 0 30px;
}
.jobList .jobs li p{
	line-height: 120px;
}
.jobList .jobs li .jobTitle .btns{
	position: relative;
	right: auto;
	top: auto;
}
.jobList .jobs li .jobName p{
	font-size: 22px;
}
.jobList .jobs li .jobNum p{
	font-size: 16px;
}
.jobList .jobs li .jobTime p{
	font-size: 16px;
}
.jobList .jobs li .job_msg{
	padding: 40px 50px;
}
.jobList .jobs li .job_msg h5{
	font-size: 22px;
}
.jobList .jobs li .job_msg p{
	font-size: 16px;
}
.title{
	margin-top: 30px;
}
.title h3{
	font-size: 30px;
}
.zhiyeBox .concept p{
	padding: 0 15px;
	font-size: 14px;
}
.conceptList .conceptNum p{
	font-size: 14px;
	line-height: 22px;
}
.conceptList .conceptNum2 p{
	padding: 0 15px;
	font-size: 14px;
	line-height: 22px;
}
.conceptList .process{
	padding: 0 1%;
}
.conceptList .process .proceLeft{
	width: 20%;
}
.conceptList .process .proceLeft h4{
	font-size: 20px;
}
.conceptList .process .proceRight{
	width: 80%;
}
.conceptList .process .proceRight ul li{
	width: 100px;
	height: 100px;
	margin-right: 9%;
	margin-bottom: 0;
	padding: 0 0px;
}
.conceptList .process .proceRight ul li:nth-child(3){
	margin-right:9%;
}
.conceptList .process .proceRight ul li:after{
	width: 50px;
	right: -60px;
}
.conceptList .process .proceRight ul li p{
	font-size: 14px;
}
.conceptList .promot ul li{
	margin-bottom: 0px;
}
.conceptList .promot ul li .method{
	padding: 15px;
	height: 240px
}
.conceptList .promot ul li .method .methodsTit h4{
	font-size: 20px;
	padding-bottom: 10px;
}
.conceptList .promot ul li .method .methodsMsg p{
	font-size: 14px;
}
.edu .eduMsg p,.welfare .welfareMsg p{
	font-size: 14px;
	line-height: 22px;
}
.welfare .welfareMsg{
	padding: 0 15px;
}
.welfare .welfareList .item{
	margin-bottom: 0px;
	width: 150px;
	height: 150px;
	margin-right: 53.5px;
}
.welfare .welfareList .item img{
	margin-top: 20px;
	width: 50%;
}
.welfare .welfareList .item p{
	margin-top: 5px;
	font-size: 14px;
}
.box .service .ser_left{
	padding-left: 0;
	padding-right: 30px;
}
.box .service .ser_right{
	padding-left: 30px;
	padding-right: 0;
}
.saleBox .markCard{
	display: block;
	right: 44%;
}
.saleBox .markCard .closeBtn{
	top: 10px;
}
.saleBox .markCard .compMsg h5{
	margin-top: 20px;
	font-size: 14px;
}
.saleBox .markCard .compMsg p{
	font-size: 12px;
}
.marks{
	top: 217px;
	right: 180px;
}
.box .service .category{
	margin-top: 0px;
	padding-bottom: 10px;
}
.box .service .category li a{
	font-size: 18px;
}
.box .service .category li:before, .box .service .category li:before{
	bottom: -10px;
}
.box .service .cont{
	margin-top: 10px;
}
.box .service .cont p{
	font-size: 12px;
	line-height: 22px;
}
.box .service .cont h5{
	margin: 0;
	font-size: 18px;
}
.box .service .numble ul li p{
	font-size: 14px;
}
.box .service .numble ul li .j_center{
	font-size: 30px;
	margin: 0;
}
.box .service .font{
	margin-top: 0;
}
.box .service .font p{
	font-size: 12px;
	line-height: 22px;
}
.conmp .compInfos{
	margin-top: 50px;
}
.conmp .compNum{
	margin-top: 60px;
	margin-bottom: 110px;
}
.conmp .compInfos .comp_l{
	padding-left: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
}
.conmp .compInfos .comp_r{
	padding-left: 30px;
	padding-right: 30px;
	height: 280px;
}
.aboutMenu .tabNav li {
    padding: 0 27px;
}
.conmp .compInfos .comp_r .msgs p{
	font-size: 16px;
	line-height: 30px;
}
.conmp .compNum .counter{
	font-size: 50px;
}
.conmp .compNum p{
	font-size: 24px;
}
.conmp .compNum .counter{
	line-height: 50px;
	height: 50px;
}
.culture .swiper-container{
	overflow: hidden;
}
.culture .cul_list .fontW h5{
	font-size: 24px;
}
.culture .cul_list .fontW p{
	font-size: 14px;
}
.history .historyCon{
	padding: 0 55px;
}
.history .historyCon .slide-content .hisBox{
	width: 80%;
}
.history .historyCon .slide-content .hisBox .hisImg{
	width: 45%;
}
.history .historyCon .slide-content .hisBox .hisEvent{
	width: 55%;
	padding: 25px 50px;
}
.history .historyCon .slide-content .hisBox .hisEvent h4{
	font-size: 24px;
}
.history .historyCon .slide-content .hisBox .hisEvent p{
	font-size: 14px;
}
.history .historyCon .button{
	bottom: 25px;
	z-index: 9;
}
.history .historyCon .prev{
	left: 20px;
}
.history .historyCon .next{
	right: 20px;
}
.proMake #certify .swiper-slide{
	width: 100%;
}
.quality #certify .swiper-slide{
	width: 334px;
}
.quality #certify .swiper-slide img{
	width: 100%;
	margin-left: 0;
}
.quality .makeBox p{
	font-size: 16px;
}
.honor .honor_num li p .counter{
	font-size: 50px;
}
.partner .swiper-pagination{
	left: 46%;
}
.partner .swiper-pagination-bullet{
	margin-right: 15px;
}
.proMake #certify .swiper-slide {
    width: 500px;
} 
.welfare .welfareFonts .font_con{
	margin: 0 auto;
	width: 85%;
}
#certify  .swiper-slide {
	margin: 0 auto;
	width:550px;
	background: #fff;
}
.culture .swiper-slide{
	height: 280px;
}

.edu_Infos{
	width: 100%;
	padding:0 
}
.edu_info_fonts{
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -120px;
}
.edu .edu_info_pic{
	width: auto;
	left: 27%;
}
.edu .edu_info_fonts p{
	font-size: 14px;
}
.proDetail .pro_line .lineBox .img{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 280px;
	background: #fff;
	border: 1px solid rgb(18,18,18,.1);
}
.culture .cul_list{padding: 0 0px;}
.proMake .makeBox{padding: 0 0px;}
.honor .honorList{padding: 0 0px;}
.partner .partList{
	padding: 0 0px;
}
.proBox .category li{
	margin-right: 75px;
}
.proBox .category li a{
	font-size:20px;
	line-height: 95px;
}
.proBox .cont ul li .proImg{
	max-height: 208px;
}
.caseList .case_lst .comp_video li:nth-child(2){
	padding-right: 0px;
	padding-left: 20px;
}
.caseList .case_con .vedeoItem{
	height: 180px;
}
.caseList .comp_video .vedeoItem{
	height: 275px;
}
}

@media screen and (max-width: 1024px){
	.lh-logo img{
		width: 70%;
	}
}

@media screen and (max-width: 992px) {
	.marks{
	top: 160px;
	right: 145px;
}
.history .historyCon .slide_items li{
	width: 200px;
}
.history .historyCon .slide_items li.on:after{
	left: -100px;
}
.quality .makeBox p{
	text-align: center;
}
.culture .cul_list{padding: 0 20px;}
.proMake .makeBox{padding: 0 20px;}
.honor .honorList{padding: 0 20px;}
.partner .partList{
	padding: 0 20px;
}
.culture .swiper-slide{
	width: 100%;
}
.proMake .swiper-slide{
	width: 100%;
}
.honor .swiper-slide{
	width: 100%;
}
.partner .swiper-slide{
	width: 100%;
}
}
@media screen and (max-width: 768px) {
	.container{
		width: 100%;
	}
	.lh-header {
	    height: 50px;
	    background: #111;
	}
	.lh-logo{
		margin-top: 10px;
		left: 20px;
	}
	.lh-logo img{
		width: 40%;
	}
	.lh-mobile-nav-btn{
		display: block;
	}
	.mobNav .lh-header-r {
    transform: translateX(0);
}

.phone_num{
	display: none;
}
.new-wrap{
	padding: 0 15px;
}
.new-wrap ul li{
		height: 191px;
}
.new-wrap ul li:nth-child(2n-1){
	padding-right: 0;
}
.new-wrap ul li:nth-child(2n){
	padding-left: 0;
}
.new-wrap ul li .date .data{
	font-size: 19px;
}
.new-wrap ul li .date .years{
	font-size: 18px;
}
.new-wrap ul li .newsTit p{
	font-size: 20px;
}
.newsDetail .newsArticle p img{
	width: 100%;
}
.newsDetail .newsDetail_con{
	top:0;
	padding: 45px 15px;
}
.caseDetail .caseDetail_con{
	top:0;
	padding: 45px 15px;
}
.newsDetail .newsDetail_con .newsTime p a{
	float: inherit;
}
.contactBox .contact .con_type{
	padding: 30px 30px;
	height: 142px;
}
	.contactBox .contact .con_type:nth-child(4), .contactBox .contact .con_type:nth-child(5){
	padding: 30px 30px;
}
.contactBox .contact .con_type:nth-child(5){
	margin-top: -15px;
}
.contactBox .contact{
	margin-top: 0;
}
.contactBox .contact .con_type:nth-child(4){
	border-bottom: 1px solid #e5e5e5;
}
.contactBox .contact .con_type .left{
	margin-right: 25px;
}
.contactBox .contact .con_type .fonts .fontTit p{
	font-size: 16px;
}
.contactBox .contact .con_type .fonts .methods p{
	font-size: 26px;
}

.proBox .cont ul li:nth-child(3n-2){
	padding-left: 15px;
	padding-right: 15px;
}
.proBox .cont ul li:nth-child(3n-1){
	padding-left: 15px;
	padding-right: 15px;
}
.proBox .cont ul li:nth-child(3n){
	padding-left: 15px;
	padding-right: 15px;
}
.proBox .category{
	padding: 0 15px;
	border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.caseList .case_con li:nth-child(3n-2){
	padding-left: 15px;
	padding-right: 15px;
}
.caseList .case_con li:nth-child(3n-1){
	padding-left: 15px;
	padding-right: 15px;
}
.caseList .case_con li:nth-child(3n){
	padding-left: 15px;
	padding-right: 15px;
}
.caseList .case_lst .comp_video li{
	display: block;
	height: auto;
	overflow: hidden;
}
.caseList .case_con:nth-child(2) li{
	display: block;
	height: auto;
	overflow: hidden;
}
.caseVideoList .check ul li:nth-child(7){
	margin-right: 20px;
}
.caseDetail .caseDetail_con p{
	font-size: 12px;
}
.caseDetail .caseDetail_con .caseTit p{
	font-size: 20px;
}
.pageTurn p, .pageTurn p a{
	font-size: 12px;
}
.proDetail .proPics:first-child{
  	padding-left: 15px;
  	padding-right: 15px;
  }
  .proDetail .proPics:nth-child(2){
  	padding-left: 15px;
  	padding-right: 15px;
  }
  .conceptList .conceptNum:nth-child(1){
	padding-left: 15px;
  	padding-right: 15px;
	border: none;
}
.conceptList .conceptNum:nth-child(2){
	padding-left: 15px;
  	padding-right: 15px;
}
.conceptList .img1 img{
	width: 100%;
}
.jobList .jobs li .jobTitle{
	overflow: auto;
	padding: 0 0px;
}
.jobList .jobs li p{
	line-height: 30px;
}
.jobList .jobs li .jobTitle .btns{
	position: absolute;
	right: 0;
	top: 0;
}
.jobList .jobs li .jobName p{
	font-size: 20px;
}
.jobList .jobs li .jobNum p{
	font-size: 14px;
}
.jobList .jobs li .jobTime p{
	font-size: 14px;
}
.jobList .jobs li .job_msg{
	padding: 20px 15px;
}
.jobList .jobs li .job_msg h5{
	font-size: 20px;
}
.jobList .jobs li .job_msg p{
	font-size: 12px;
}
.title{
	margin-top: 30px;
}
.title h3{
	font-size: 24px;
}
.zhiyeBox .concept p{
	padding: 0 15px;
	font-size: 12px;
}
.conceptList .conceptNum p{
	font-size: 12px;
	line-height: 22px;
}
.conceptList .conceptNum2 p{
	padding: 0 15px;
	font-size: 12px;
	line-height: 22px;
}
.conceptList .process .proceLeft{
	width: 100%;
}
.conceptList .process .proceLeft h4{
	font-size: 18px;
}
.conceptList .process .proceRight{
	width: 100%;
}
.conceptList .process .proceRight ul li{
	width: 90px;
	height: 90px;
	margin-right: 6%;
	margin-bottom: 15px;
	padding: 0;
}
.conceptList .process .proceRight ul li:nth-child(3){
	margin-right: 0;
}
.conceptList .process .proceRight ul li:after{
	width: 0;
}
.conceptList .process .proceRight ul li p{
	font-size: 12px;
}
.conceptList .promot ul li{
	margin-bottom: 10px;
}
.conceptList .promot ul li .method .methodsTit h4{
	font-size: 20px;
	padding-bottom: 10px;
}
.conceptList .promot ul li .method .methodsMsg p{
	font-size: 14px;
}
.edu .eduMsg p,.welfare .welfareMsg p{
	font-size: 12px;
	line-height: 22px;
}
.welfare .welfareMsg{
	padding: 0 15px;
}
.welfare .welfareList .item{
	margin-bottom: 20px;
	width: 100px;
	height: 100px;
	margin-right: 0;
}

.welfare .welfareList .item img{
	margin-top: 10px;
	width: 50%;
}
.welfare .welfareList .item p{
	margin-top: 5px;
	font-size: 14px;
}
.box .service .ser_left{
	padding-left:15px;
	padding-right: 15px;
}
.box .service .ser_right{
	padding-left: 15px;
	padding-right: 15px;
}
.saleBox .markCard{
	display: none;
}
.marks{
	top: 80px;
	right: 78px;
}
.box .service .category{
	margin-top: 20px;
}
.box .service .category li a{
	font-size: 18px;
}
.box .service .cont p{
	font-size: 12px;
	line-height: 22px;
}
.box .service .cont h5{
	font-size: 18px;
}
.box .service .numble ul li p{
	font-size: 14px;
}
.box .service .numble ul li .j_center{
	font-size: 30px;
}
.box .service .font p{
	font-size: 12px;
	line-height: 22px;
}
.conmp .compInfos{
	margin-top: 35px;
}
.conmp .compInfos .comp_l{
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 20px;
}
.conmp .compInfos .comp_r{
	padding-left: 15px;
	padding-right: 15px;
}
.conmp .compNum{
	margin-top: 40px;
	margin-bottom: 40px;
}
.conmp .compInfos .comp_r .msgs p{
	font-size: 12px;
	line-height: 24px;
}
.conmp .compNum .counter{
	font-size: 20px;
}
.conmp .compNum p{
	font-size: 14px;
}
.conmp .compNum .counter{
	line-height: 50px;
	height: 50px;
}
.culture .swiper-container{
	overflow: hidden;
}
.culture .cul_list .fontW h5{
	font-size: 24px;
}
.culture .cul_list .fontW p{
	font-size: 16px;
}
.history .historyCon{
	padding: 0 20px;
}
.history .historyCon .slide-content .hisBox{
	width: 100%;
	height: auto;
}
.history .historyCon .slide-content .hisBox .hisImg{
	width: 100%;
}
.history .historyCon .slide-content .hisBox .hisEvent{
	width: 100%;
	padding: 20px 20px;
}
.history .historyCon .slide-content .hisBox .hisEvent h4{
	font-size: 20px;
}
.history .historyCon .slide-content .hisBox .hisEvent p{
	font-size: 16px;
}
.history .historyCon .button{
	bottom: 25px;
	z-index: 9;
}
.history .historyCon .prev{
	left: 13px;
}
.history .historyCon .next{
	right: 13px;
}
.proMake #certify .swiper-slide{
	width: 100%;
}
.quality #certify .swiper-slide{
	width: 100%;
}
.quality #certify .swiper-slide img{
	width: 70%;
	margin-left: 15%;
}
.honor .honor_num li p .counter{
	font-size: 30px;
}
.partner .swiper-pagination{
	left: 33%;
}
.partner .swiper-pagination-bullet{
	margin-right: 6px;
}
.welfare .welfareFonts .font_con{
	margin: 0 auto;
	width: 92%;
}
#certify  .swiper-slide {
	margin: 0 auto;
	width: 100%;
	background: #fff;
}
.edu_Infos{
	width: 100%;
	padding:0 15px;
}
.edu_info_fonts{
	position: relative;
	left: 0;
	top: 0;
	margin-top: 0;
}
.edu .edu_info_pic{
	width: auto;
	left: 0;
}
.proDetail .pro_line .lineBox .img{
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 280px;
	background: #fff;
	border: 1px solid rgb(18,18,18,.1);
}
.history .historyCon .slide_items li{
	width: 170px;
}
.history .historyCon .slide_items li.on:after{
	left: -85px;
}
.quality .makeBox p{
	text-align: left;
}
.culture .cul_list{padding: 0 20px;}
.proMake .makeBox{padding: 0 20px;}
.honor .honorList{padding: 0 20px;}
.partner .partList{
	padding: 0 20px;
}
.culture .swiper-slide{
	width: 100%;
}
.proMake .swiper-slide{
	width: 100%;
}
.honor .swiper-slide{
	width: 100%;
}
.partner .swiper-slide{
	width: 100%;
}
.proBox .category li{
	margin-right: 50px;
}
.proBox .category li a{
	font-size: 16px;
	line-height: 50px;
}
.proBox .cont ul li .proImg{
	max-height: none;
}
.caseList .case_lst .comp_video li:nth-child(2){
	padding-right: 15px;
	padding-left: 15px;
}
.caseList .case_con .vedeoItem{
	height: 205px;
}
.caseList .comp_video .vedeoItem{
	height: 205px;
}
}