@import url("system.css");
/*内容页中的分页样式，可以通过覆盖CSS的方法改写*/
#CMS_ConGoPage{height:50px;line-height:50px; width:100%; text-align:center; clear: both; padding: 10px 0; font-family: cursive;font-size: 14px;}#CMS_ConGoPage span{display:inline-block; height:30px; line-height:30px; text-align:center;  width:30px; border: solid #ccc 1px;margin: 10px 3px; color:#ccc;}#CMS_ConGoPage span:hover{background-color: aliceblue;}#CMS_ConGoPage span a,#CMS_ConGoPage span a:hover{text-decoration: none;display:inline-block;color:#000;font-size: 14px;width: 100%;}
/*头部开始********************************************************************************************/
/*.w {
	margin: 0 18.471%;
	padding: 0;
}
.w1 {
    margin: 0 4%;
	padding: 0;
}*/
.w {
	 width:1200px;
    margin:0 auto;
	padding: 0;
}
html,
body {
	position: relative;
	width: 100%;
	height: 100%;
	font-size: 14px;
	background: #fff;
	font-family: "SourceHanSansCN-Regular", "微软雅黑", Arial, sans-serif;

}
.swiper-container {
	width: 100%;
	height: 100%;
}

/* **************************首页 *******************************/
header{
  margin-top: 26px;

}
.flex{
    display: flex;
    align-items: center;
}

header .logo>a{
      width: 256px;
     
}



.logo img{
	width: 75%;
}
.menu {
    width:46%
}
.menu1 {
    width: 42%;
}
header   .nav_ul{

margin-top: 9px;
      display: flex;
    justify-content: space-between;

}
header   .nav_ul li{
	font-size: 1.2em;
	line-height: 1.5;
    height: 100%;
    width: 100%;
    text-align: center;
    padding: 10px 0 0px;

    
}
header   .nav_ul li:hover{
  background: rgba(255, 255, 255, .95);
    /*box-shadow: 0px 1px 6px rgb(44 44 44 / 30%);*/
    height: 100%;
    width: 100%;
}
header   .nav_ul li:last-child{
      margin-right: 0;
}
.nav_ul li>a:after{
	content: "";
	width: 0;
	height: 5px;
	background-color: #000;
	margin-top: 0px;
	display: block;
	margin-left:-15%;
	transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all 35s
}
.nav_ul li>a:hover,.nav_ul li a.on{
	color: #c30e2e;
	transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all 35s
}
.nav_ul li>a:hover:after,.nav_ul li a.on:after {
	width: 130%;
	background-color: #c30e2e;
	transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all 35s
}
.phone{
   text-align: right;
    font-size: 1.2em;
    color:#c30e2e;
  font-weight:bold;
}
/* banner */
.banner{
	margin-top: 10px;
}
.banner .banner_container ul li>a{
	width: 100%;
}
.banner .banner_container ul li>a img{
	width: 100%;
}
.banner_con{
	position: absolute;
	z-index: 2;
	top: 84px;
      left: 19%;
}
.banner_con h1{
	font-size: 2.35em;
	font-weight: bold;
	line-height: 165%;
}
.banner_con h6{
	font-weight: bold;
	font-size: 1.6em;
	line-height: 165%;
}
.banner_con>a{}
.banner .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
    background-color: #fff;
	opacity: 1;
}
.banner .swiper-pagination-bullet-active {
	width: 6px;
	height: 6px;
   border: 1px solid #fff;
   background-color: transparent;
 
}
.read_more{
	display: inline-block;
	font-size: 0.8em;
	line-height: 169%;
	color: #fff;
	background-color: #c30e2e;
	padding: 5px 10px;
	margin-top: 20px;
	text-transform: uppercase;
	transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all 35s
}
.read_more:hover{
	margin-left: 5px;
	transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all 35s
}
/* 第一屏 */
.sec1{
	margin-top: 60px;
}
.sec1 .sec1_con{
  width: 27%;	
}
.sec1_con .sec1_title{
	font-size: 1.75em;
	line-height: 169%;margin-top: -8px;
}
.sec1_con .sec1_text{
	font-size: 16px;
	line-height: 150%;
	margin-top: 5px;
}
.sec1_con .sec1_text::after{
	display: block;
	content: "";
	background-color: #c30e2e;
	width: 10%;
	height: 6px;
	margin-top: 20px;
}
.sec1_con .sec1_info{
	font-size: 12px;
	line-height: 170%;
	margin-top: 20px;
}
.sec1_con .read_more{
	margin-top: 36px;
}
.sec1_icon{
  width: 69%;
}
.sec1_icon ul{
	
}
.sec1_icon ul li{
    float: left;
	width: 49%;
	margin-right: 2%;
	box-sizing: border-box;
	box-shadow: 0px 0px 3px 3px #eee;
	min-height: 148px; 
	transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all 35s;
 display: flex;
  align-content: center;
    align-items: center;
      padding-left: 45px;
}
.sec1_icon ul li:nth-of-type(n+3){
	margin-top: 2%;
}
.sec1_icon ul li:nth-of-type(2n){
	margin-right: 0;
}
/* .sec1_icon ul li:nth-of-type(2){
	padding-top: 25px ;
} */
.sec1_icon ul li h6{
   font-size: 1.4em;

   line-height: 169%;
   margin-top: -15px;
}
.sec1_icon ul li p{
	font-size: 13px;
	line-height: 169%;
	margin-top: 10px;
}
.sec1_icon ul li>a{

	padding-left:100px;
  padding-right: 15px;
}
.sec1_icon ul li:nth-of-type(1)> a{
	background: url(../image/icon1.1.png) no-repeat;
	background-position: 15px 50%;
	background-size: 55px auto;
}
.sec1_icon ul li:nth-of-type(2)> a{
	background: url(../image/icon2.1.png) no-repeat;
	background-position: 15px 50%;
	background-size: 55px auto;
}
.sec1_icon ul li:nth-of-type(3)> a{
	background: url(../image/icon3.png) no-repeat;
	background-position: 15px 50%;
	background-size: 47px auto;
}
.sec1_icon ul li:nth-of-type(4)> a{
	background: url(../image/icon4.png) no-repeat;
	background-position: 15px 50%;
	background-size: 55px auto;
}

.sec1_icon ul li:hover{
	background-color: #c30e2e;
	color: #fff;
	transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all 35s
}
.sec1_icon ul li:hover:nth-of-type(1) a{
	background: url(../image/icon1.1_1.png) no-repeat;
	background-position: 15px 50%;
	background-size: 55px auto;
	
	
}
.sec1_icon ul li:hover:nth-of-type(2)> a{
	background: url(../image/icon2_1.png) no-repeat;
	background-position: 15px 50%;
	background-size: 55px auto;
}
.sec1_icon ul li:hover:nth-of-type(3)> a{
	background: url(../image/icon3_1.png) no-repeat;
	background-position: 15px 50%;
	background-size: 47px auto;
}
.sec1_icon ul li:hover:nth-of-type(4)> a{
	background: url(../image/icon4_1.png) no-repeat;
	background-position: 15px 50%;
	background-size: 55px auto;
}

.service1 .info{
line-height: 28px;
    overflow: hidden;
    font-size: 18px;
}
.service1  .top .right_text{
  padding: 40px 61px ！important;
}
/* 公司简介 */
.sec2{
	margin-top: 60px;
	background: url(404.png) no-repeat center center;
}
.sec2 .sec2_con{
	text-align: center;
	color: #fff;
	padding: 25px 0;
}
.sec2_con .sec2_title{
	font-size: 1.75em;
}
.sec2_con .sec2_title::after{
	display: block;
	content: "";
	height: 2px;
	width: 5%;
	background-color: #fff;
	position: relative;
	left: 50%;
	transform:translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	top: 10px;
}
.sec2_con .sec2_info{
	margin-top: 26px; 
}
.sec2_con .sec2_info p{
	font-size: 1.05em;
	line-height: 195%;
	text-align: center;
}
.sec2_con .read_more{
	background-color: transparent;
	border: 1px solid #fff;
	margin-top: 30px;
}
/* 主营行业 */
.sec3{
padding-top: 90px;
padding-bottom: 10px;
  background: url(../image/sec3_bg.jpg) no-repeat center center;
  background-size: 100%;
}

.sec3 .sec3_title{
	text-align: center;
	font-size: 1.75em;
}
.sec3_con{
	display: flex;
	justify-content: space-between;
}
.sub{
flex: 1
}
.sec3_icon {
	margin-top: 60px;
}
.sec3_icon li:nth-of-type(1){
	margin-top: 0;
}
.sec3_icon li{
	margin-top: 30px;
}
.sec3_icon h6{
	font-size: 1.4em;
	position: relative;
      display: inline-block;
}
.sec3_icon h6::after{
	position:absolute;
	display: block;
	content: "";
	height: 2px;
	width: 100%;

	top: 25px;
}
.sec3_icon:hover h6::after{
	position:absolute;
	display: block;
	content: "";

	top: 25px;
}
.sec3_info{
	margin-top: 15px;
}
.sec3_info p{
	font-size: 1em;
	color: #484848;
	overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    height: 21px;
	
}
.sec3_center{
margin-top: 50px;

}
.sec3_center img{
	width: 100%;
}
.sec3_icon1{
   text-align: right;	
}
.sec3_icon1 .sec3_info p{
	text-align: right;		
}
.sec3_icon1 h6::after{
	right: 0;
}
.sec3_icon li{
  position: relative;
  
}
.sec3_icon li:hover h6,
.sec3_icon li:hover p{
	color:#c30e2e;
	transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all 35s

}
.sec3_icon1 li>a{
	margin-right: 49px;
}
.sec3_icon2 li>a{
	margin-left: 49px;
}
.sec3_icon li:after{
	display: block;
	content: "";
	width:35px ;
	height: 100%;
	top: 0;
	position: absolute;
}
.sec3_icon li:hover:after{
background-color:#000
}
.sec3_icon1 li:nth-of-type(1)::after{
	background: url(../image/icon5.png) no-repeat;
	background-position: 100% 0;
	background-size: 35px auto;
	right: 0;
}
.sec3_icon1 li:nth-of-type(1):hover h6::after{
	position:absolute;
	display: block;
	content: "";
	height: 2px;
	width: 100%;
	background-color:#c30e2e ;
	top: 25px;
}
.sec3_icon1 li:hover:nth-of-type(1)::after{
	background: url(../image/icon5_2.png) no-repeat;
	background-position: 100% 0;
	background-size: 35px auto;
	right: 0;
}
.sec3_icon1 li:nth-of-type(2)::after{
	background: url(../image/icon6.png) no-repeat;
	background-position: 100% 0;
	background-size: 35px auto;
	right: 0;

}
.sec3_icon1 li:nth-of-type(2):hover h6::after{
	position:absolute;
	display: block;
	content: "";
	height: 2px;
	width: 100%;
	background-color:#c30e2e ;
	top: 25px;
}
.sec3_icon1 li:hover:nth-of-type(2)::after{
	background: url(../image/icon6_2.png) no-repeat;
	background-position: 100% 0;
	background-size: 35px auto;
	right: 0;
}
.sec3_icon1 li:nth-of-type(3)::after{
	background: url(../image/icon7.png) no-repeat;
	background-position: 100% 0;
	background-size: 35px auto;
	right: 0;

}
.sec3_icon1 li:nth-of-type(3):hover h6::after{
	position:absolute;
	display: block;
	content: "";
	height: 2px;
	width: 100%;
	background-color:#c30e2e ;
	top: 25px;
}
.sec3_icon1 li:hover:nth-of-type(3)::after{
	background: url(../image/icon7_2.png) no-repeat;
	background-position: 100% 0;
	background-size: 35px auto;
	right: 0;
}
.sec3_icon2 li:nth-of-type(1)::after{
	background: url(../image/icon88.png) no-repeat;
	background-position: 100% 0;
	background-size: 35px auto;
	left: 0;
}
.sec3_icon2 li:hover:nth-of-type(1)::after{
	background: url(../image/icon88_2.png) no-repeat;
	background-position: 100% 0;
	background-size: 35px auto;
	left: 0;
}
.sec3_icon2 li:nth-of-type(1):hover h6::after{
	position:absolute;
	display: block;
	content: "";
	height: 2px;
	width: 100%;
	background-color:#c30e2e ;
	top: 25px;
}
.sec3_icon2 li:nth-of-type(3)::after{
	background: url(../image/icon8.png) no-repeat;
	background-position: 100% 0;
	background-size: 35px auto;
	left: 0;

}
.sec3_icon2 li:hover:nth-of-type(3)::after{
	background: url(../image/icon8_2.png) no-repeat;
	background-position: 100% 0;
	background-size: 35px auto;
	left: 0;
}
.sec3_icon2 li:nth-of-type(2)::after{
	background: url(../image/icon89.png) no-repeat;
	background-position: 100% 0;
	background-size: 35px auto;
	left: 0;

}
.sec3_icon2 li:nth-of-type(2):hover h6::after{
	position:absolute;
	display: block;
	content: "";
	height: 2px;
	width: 100%;
	background-color:#c30e2e ;
	top: 25px;
}
.sec3_icon2 li:nth-of-type(3):hover h6::after{
	position:absolute;
	display: block;
	content: "";
	height: 2px;
	width: 100%;
	background-color:#c30e2e ;
	top: 25px;
}
.sec3_icon2 li:hover:nth-of-type(2)::after{
	background: url(../image/icon89_2.png) no-repeat;
	background-position: 100% 0;
	background-size: 35px auto;
	left: 0;
}
.sec3_icon2{
	text-align: left;
}
.sec3_icon2 h6::after{
	left: 0;
}
.sec3_icon2 .sec3_info p{
	text-align: left;		
}
/* 首页新闻资讯 */
.sec4{
	padding-top: 36px;
}
.sec4 .sec4_title{
	text-align: center;
	font-size: 1.75em;
}
.sec4_container{
	margin-top: 36px;
}
.sec4_container ul li >a{
	width: 100%;
	
}
.sec4_container ul li .img_con{
	width: 100%;
    padding-top: 53.5%;
    overflow: hidden;
    position: relative;
}
.sec4_container ul li .img_con .img{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover !important;
	
}
.sec4_info .sec4_info_title{
	font-size: 1.4em;
	line-height: 135%;
	position: relative;
	margin-top: 25px;
	padding-right: 72px;
}
.sec4_info .sec4_info_title .time{
   font-size: 0.8em;
   position: absolute;
   right: 0;
   top: 1px;
  
}
.sec4_info .sec4_info_text{
	font-size: 0.875em;
	line-height: 135%;
	margin-top: 10px;
}
.sec4_info .sec4_info_title:hover{
  color: #c30e2e;	
  transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all 35s
}
.sec4_line{
  width: 30px;
  height: 2px;
  background-color: #c30e2e;
  margin-top: 18px;
}
/* 底部 */
footer{
	margin-top: 100px;
}
footer .footTop{
	padding: 20px 0;
	background-color: #c9c9cb;
	
}
.footTop>div{
	display: flex;
}
.footTop .foot_logo{
	width: 95px;
	
}
.footTop .foot_logo img{
	width: 100%;
}
.foot_link{
	margin-left: 50px;
}
.foot_link h5{
	font-size: 1.5em;
	font-weight: bold;
}
.foot_link .link_ul{
	margin-top: 14px;
}
.foot_link .link_ul li{
	line-height: 1.2;
    font-size: 1.15em;
}
.footBottom{
  background-color: #c30e2e;	
  color: #ddd;
  padding: 20px 0;

}
.footBottom>div{
	display: flex;
	justify-content: space-between;
}
/* **********内页 *************************/
/* 内页banner 图 */
.inner{
	margin-top: 10px;
  display:none;
}
.inner_title{
	padding: 140px 0;
	text-align: center;
	color: #fff;
}
.inner_title .C_title{
	font-size: 4em;
}
.inner_title .E_title{
	font-size: 2.2em;
	margin-top: 20px;
}
.inner_sec{
	margin-top: 30px;
}
.inner_title1{
	text-align: center;	
}
.inner_title1  .C_title1{
	 font-size: 1.9em;
	 color: #222222;
}
.inner_title1 .E_title1{
	font-size: 1em;
	color: #666666;
	margin-top: 20px;
	margin-bottom: 60px;
}
.introduce{
	background: url(404.png) no-repeat center center;
	background-size: cover;
}
.profile_con{
  
}
.profile_con .top{
   display:flex;
}
.profile_con .top   .left_img{
	width: 50%;
	height: 307px;
}

.service1 .top   .left_img{
     width: 50%;
  	height: 225px;
} 
.profile_con .top   .left_img img{
	width: 100%;
	height: 100%;
}
.profile_con .top   .right_text{
	width: 50%;
	background-color: #c30e2e;
	color: #fff;
	height: 307px;
	padding: 0 55px;
	box-sizing: border-box;
	line-height:130%;
	overflow: hidden;
     display: flex;
    align-items: center;

}
.service1 .top{
      display: flex;
}
.service1 .top   .right_text{
width: 50%;
line-height: 130%;
      display: flex;
    align-items: center;
}
.service1  .top   .right_text{
	height: 225px;
  padding: 0 56px;
  
}
.profile_con .top   .right_text p:nth-of-type(1){
	margin-top: 0;
}
.profile_con .top   .right_text p{
	
}
.profile_con .bottom{
	margin-top: 40px;
}
.profile_ul{}
.profile_ul li{
	padding: 40px 0;
	border-bottom: 1px solid #222;
}
.profile_ul li h3{
	font-size: 1.5em;
	color: #222;
}
.profile_ul li h3::after{
	display: block;
	content: "";
	background-color: #c30e2e;
	width: 30px;
	height: 2px;
	margin-top: 10px;
}
.profile_ul li p{
	line-height: 135%;
	margin-top: 20px;
	color: #222;
	font-size: 1em;
      text-align: justify;
	
}
.profile_ul li:hover p{
   color: #c30e2e;
   transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all 35s
}
.advantage_ul{

}
.advantage_ul li{
  float: left;
  width: 20.5%;
  margin-right: 6%;

}
.advantage_ul li:nth-of-type(4){
	margin-right: 0;
}
.advantage_ul li >a{
	width: 100%;
}
.advantage_ul li  .img_con{
	width: 100%;
    padding-top: 57.5%;
    overflow: hidden;
    position: relative;
}
.advantage_ul li  .img_con .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover !important;
	
}
.advantage_ul li  .img_con span{
	color: #fff;
	position: relative;
	top: 50%;
	left: 50%;
	transform:translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	font-size: 1.9em;
	
}
.advantage_ul li   .advantage_info{
	background-color: #f7f7f7;
	min-height: 90px;
	padding: 30px 30px;
	line-height: 160%;
	text-align: center;
	font-size: 0.875em;
}
.advantage_info p{
text-align: center;
}
.advantage_ul li:hover .advantage_info{
	background-color: #c30e2e;
	color: #fff;
	transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all 35s
}
.culture_ul{}
.culture_ul li{
	float: left;
	width: 33.33%;
}
.culture_ul li >a{
	width: 100%;
}
.culture_ul li  .img_con{
	width: 100%;
    padding-top: 74%;
    overflow: hidden;
    position: relative;
}
.culture_ul li  .img_con .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover !important;
      display: flex;
    justify-content: center;
	
}
.culture_ul li:nth-of-type(1)  .img_con .img{
	background: url(../image/introduce_img6.jpg) no-repeat center center;
}
.culture_ul li:nth-of-type(2)  .img_con .img{
	background: url(../image/introduce_img7.jpg) no-repeat center center;
}
.culture_ul li:nth-of-type(3)  .img_con .img{
	background: url(../image/introduce_img8.jpg) no-repeat center center;
}

.culture_icon{
	text-align: center;
	vertical-align: middle;
	color: #fff;
	    display: flex;
    justify-content: center;
    flex-direction: column;
    /* align-content: center; */
    align-items: center;
}
.culture_icon img{
   width: 70px;
   height:70px;
}
.culture_icon p{
  text-align: center;
  font-size: 2em;
  margin-top: 23px;
}
.culture_icon span{
	text-align: center;
	font-size: 1em;
	margin-top: 10px;
  }
  .culture_ul li:hover{
	  opacity: 0.8;
	  transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all 35s
  }
/* 主营业务 */
.service{
	background: url(404.png) no-repeat center center;
	background-size: cover;
}

.scope_ul li{
	float: left;
	width:24%;margin:0% 0% 5% 1%;
	background-color: #c9c9cb;
	
      display: flex;
    justify-content: center;
    align-items: center;
	box-sizing: border-box;
	margin-bottom: 5%;
	min-height: 356px;
	
}
.scope_ul li:nth-of-type(2n){
	margin-right: 0;
}
.scope_ul li i{
	width: 102px;
    height: 142px;
	position: relative;
	left: 50%;
	transform:translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	top:20%;
}
.scope_ul li:nth-of-type(1) i{
	background: url(../image/icon1.png) no-repeat center center;
	background-size: 100px auto;
}
.scope_ul li:nth-of-type(2) i{
	background: url(../image/icon2.png) no-repeat center center;
	background-size: 100px auto;
}
.scope_ul li:nth-of-type(3) i{
	background: url(../image/icon3.2.png) no-repeat center center;
	background-size: 83px auto;
}
.scope_ul li:nth-of-type(4) i{
	background: url(../image/icon4.2.png) no-repeat center center;
	background-size: 100px auto;
}
.scope_ul li:nth-of-type(5) i{
	background: url(404.png) no-repeat center center;
	background-size: 100%;
}
.scope_ul li:nth-of-type(6) i{
	background: url(404.png) no-repeat center center;
	background-size: 100%;
}
.scope_ul li h3{
	font-size: 2em;
	text-align: center;
}
.scope_ul li div{
	font-size: 1.1em;
	text-align: center;
	line-height: 160%;
	margin-top: 15px;
      padding: 0 26px;
      height: 150px;
}
.scope_ul li div p{
  text-align: center;
}
.scope_ul li:hover {
  background-color: #c30e2e;	
  transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all 35s
}
.scope_ul li:hover h3,
.scope_ul li:hover p,
.scope_ul li:hover div{
   color: #fff;
  
}

.scope_ul li:hover:nth-of-type(1) i{
	background: url(../image/icon1_1.png) no-repeat center center;
	background-size: 100px auto;
}
.scope_ul li:hover:nth-of-type(2) i{
	background: url(../image/icon2.2_1.png) no-repeat center center;
	background-size: 100px auto;
}
.scope_ul li:hover:nth-of-type(3) i{
	background: url(../image/icon3.2_1.png) no-repeat center center;
	background-size: 83px auto;
}
.scope_ul li:hover:nth-of-type(4) i{
	background: url(../image/icon4.2_1.png) no-repeat center center;
	background-size: 100px auto;
}
.scope_ul li:hover:nth-of-type(5) i{
	background: url(404.png) no-repeat center center;
	background-size: 100%;
}
.scope_ul li:hover:nth-of-type(6) i{
	background: url(404.png) no-repeat center center;
	background-size: 100%;
}


.scope_ul1 li{
	float: left;
	width: 15.8%;
	margin-right: 1%;
	background-color: #c9c9cb;
	
      display: flex;
    justify-content: center;
    align-items: center;
	box-sizing: border-box;
	margin-bottom: 0%;
	min-height: 286px;
}
.scope_ul1 li:nth-of-type(6n){
	margin-right: 0;
}
.scope_ul1 li i{
	width: 51px;
    height: 71px;
	position: relative;
	left: 50%;
	transform:translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}
.scope_ul1 li:nth-of-type(1) i{
	background: url(../image/icon5.png) no-repeat center center;
	background-size: 100% auto;
}
.scope_ul1 li:nth-of-type(2) i{
	background: url(../image/icon6.png) no-repeat center center;
	background-size: 100% auto;
}
.scope_ul1 li:nth-of-type(3) i{
	background: url(../image/icon7.png) no-repeat center center;
	background-size: 100% auto;
}
.scope_ul1 li:nth-of-type(4) i{
	background: url(../image/icon88.png) no-repeat center center;
	background-size: 100% auto;
}
.scope_ul1 li:nth-of-type(6) i{
	background: url(../image/icon8.png) no-repeat center center;
	background-size: 100% auto;
}
.scope_ul1 li:nth-of-type(5) i{
	background: url(../image/icon89.png) no-repeat center center;
	background-size: 100% auto;
}
.scope_ul1 li h3{
	font-size: 1.55em;
	text-align: center;
}
.scope_ul1 li div{
	font-size: 1em;
	text-align: center;
	line-height: 25px;
	margin-top: 15px;
      padding: 0 26px;
      height: auto;
      padding-bottom:30px;
}
.scope_ul1 li div p{
  text-align: center;
}
.scope_ul1 li:hover {
  background-color: #c30e2e;	
  transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all 35s
}
.scope_ul1 li:hover h3,
.scope_ul1 li:hover p,
.scope_ul1 li:hover div{
   color: #fff;
  
}

.scope_ul1 li:hover:nth-of-type(1) i{
	background: url(../image/icon5_1.png) no-repeat center center;
	background-size: 100% auto;
}
.scope_ul1 li:hover:nth-of-type(2) i{
	background: url(../image/icon6_1.png) no-repeat center center;
	background-size: 100% auto;
}
.scope_ul1 li:hover:nth-of-type(3) i{
	background: url(../image/icon7_1.png) no-repeat center center;
	background-size: 100% auto;
}
.scope_ul1 li:hover:nth-of-type(4) i{
	background: url(../image/icon88_1.png) no-repeat center center;
	background-size: 100px auto;
}
.scope_ul1 li:hover:nth-of-type(6) i{
	background: url(../image/icon8_1.png) no-repeat center center;
	background-size: 100% auto;
}
.scope_ul1 li:hover:nth-of-type(5) i{
	background: url(../image/icon89_1.png) no-repeat center center;
	background-size: 100% auto;
}
/* 行业案例 */
.case{
	background: url(404.png) no-repeat center center;
	background-size: cover;
}
.case_ul{

}
.case_ul li{
	float: left;
	width: 49%;
	margin-right: 2%;
	margin-bottom: 5%;
}
.case_ul li:nth-of-type(2n){
	margin-right: 0;
}
.case_ul li >a{
	width: 100%;
	
}
.case_ul li .img_con{
	width: 100%;
    padding-top: 53.5%;
    overflow: hidden;
    position: relative;
}
.case_ul li .img_con .img{
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover !important;
	
}
.case_con {
	margin-top: 36px;
	border-bottom: 1px solid #222;
	padding-bottom: 30px;
}
.case_con h6{
	font-size: 1.4em;
	font-weight: bold;
	color: #222;
	display: flex;
	justify-content: space-between;
	line-height: 160%;
}
.case_con p{
  font-size: 1.125em;
  color: #222;
  margin-top: 15px;	
}
.case_ul li:hover .case_con h6,
.case_ul li:hover .case_con p{
	color: #c30e2e;
	transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all 35s
}
.case_ul li:hover .case_con {
	border-bottom: 1px solid #c30e2e;
}
/* 新闻资讯 */
.informatione{
	background: url(404.png) no-repeat center center;
	background-size: cover;
}
.news_ul{}

.news_ul li{
	padding: 20px 0 20px;
	border-bottom: 1px solid #262626;
}
.news_ul li:nth-of-type(1){
	padding-top: 0;
}
.news_ul li>a{
	display: flex;
	    position: relative;
}
.news_ul li a>img{
	width: 150px;
	height: 80px;
}
.news_con{
	padding: 5px 30px 0 38px;
}
.news_con .news_title{
	font-size: 1.65em;
	color: #222;
	line-height: 135%;
}
.news_con .news_text{
	font-size: 1.2em;
	color: #666666;
	line-height: 135%;
	margin-top: 10px;
}
.news_time{
	white-space: nowrap;
	padding: 35px 0;
	text-align: right;
  position: absolute;
    right: 0;
}
.news_time span{
 font-size: 1.5em;
 border-left: 1px solid #6f6f6f;
 padding-left: 30px;
 display: block;
}
.news_time i{
	width: 30px;
	height: 16px;
	background: url(404.png) no-repeat center right;
	background-size: 100%;
    display: inline-block;
	margin-top: 25px;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all 35s
	
}
.news_ul li:hover .news_con .news_title{
   color: #c30e2e;
   transition: all .3s;
   -moz-transition: all .3s;
   -webkit-transition: all .3s;
   -o-transition: all 35s
}
.news_ul li:hover .news_time i{
	background: url(404.png) no-repeat center right;
	background-size: 100%;
	margin-top: 21px;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all 35s
 }

/* 加入我们 */
.join{
	background: url(404.png) no-repeat center center;
	background-size: cover;
}
.talent_ul{}
.talent_ul li>a{
	display: flex;
	justify-content: space-between;
}
.talent_ul li{
	border-bottom: 1px dashed #999999;
	padding-bottom: 24px;
	margin-bottom: 34px;
}
.talent_ul li .talent_title{
	font-size: 1.125em;
	color: #000000;
	margin-right: 20px;
	position: relative;
	padding-left: 20px;
}
.talent_ul li .talent_title:after{
	width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left: 8px solid #c30e2e;
    position: absolute;
    top: 5px;
    left: 0px;
    content: "";
    display: block;
}
.talent_ul li .talent_time{
	font-size: 1em;
	color: #999999;
	white-space: nowrap;
}

.talent_ul li:hover .talent_title{
	font-size: 1.18em;
	color: #c30e2e;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all 35s
}
.talent_ul li:hover .talent_title:after{
	border: 8px solid transparent;
    border-left: 11px solid #c30e2e;	
	top: 4px;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all 35s
}
.talent_ul li:hover .talent_time{
	font-size: 1.02em;
	color: #c30e2e;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all 35s
}
/* 联系我们 */
.contact{
	background: url(404.png) no-repeat center center;
	background-size: cover; 
}
#allmap{
	width: 100%;
	height: 300px;
}
.contact_ul {
    justify-content: space-between;
    flex-wrap: wrap;
}
.contact_ul li {
    width: 33.33%;
    text-align: center;
	margin-top: 40px;
}
.contact_ul li img {
    height: 52px;
}
.contact_ul li h5{
	font-size: 1em;
	color: #222;
	line-height: 169%;
	font-weight: bold;
	margin-top: 20px;
}
.contact_ul li h6{
	font-size: 1em;
	color: #222;
	line-height: 169%;
	font-weight: bold;
	margin-top: 5px;
}
/* 在线留言 */
.online_ul{}
.online_ul li{
	float: left;
	width: 32%;
	margin-right: 2%;
}
.online_ul li:nth-of-type(3){
	margin-right: 0;
}
.online_ul li input{
	background-color: #f7f7f7;
	padding: 10px 10px;
	width: 100%;
}
textarea{
	background-color: #f7f7f7;
	padding: 10px 10px;
	border: none;	
	margin-top: 20px;
	width: 97.5%;
}
.submit_con{
	text-align: center;
	
}
.submit_con .submit{
	background-color: #c30e2e;
	color: #fff;
	padding: 10px 50px;
	margin-top: 20px;
}
.submit_con .submit:hover{
	background-color: transparent;
	color: #c30e2e;
	border: 1px solid #c30e2e;
	transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all 35s;
	cursor: pointer;
	
}
/* 頭部 */
.nav_ul  li{
	position: relative;
}
 .nav_hide_meum {
    position: absolute;
    width: 100%;
	top: 45px;
    left: 50%;
    background: rgba(255, 255, 255, .95);
    border-radius: 0.03rem;
    z-index: 997;
    box-shadow: 0px 3px 6px rgb(44 44 44 / 30%);
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	display: none;

}
.nav_hide_meum dl dd{
    text-align: center;
	padding: 15px 10px;
	font-size: 0.875em;
	color: #000;
}
.nav_hide_meum dl dd::after{
	content: "";
	display: block;
    width: 100%;
    height:2px;
    background-color: #000;
    margin-top: 8px;
   opacity: 0;
    transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -o-transition: all 35s;	
	text-align: center;
}
.nav_hide_meum dl dd:hover a{
	color: #c30e2e;
}
.nav_hide_meum dl dd:hover::after{
	background-color: #c30e2e;
	opacity: 1;
}

.paging{
	text-align: center;
	margin-top: 130px;
	border-top: 1px dashed #999999;
	padding-top: 30px;
}
.paging>a{
	margin: 0 10px;
	border: 1px solid #ddd;
	padding: 10px 10px;
	

}
.pageing>a.active,.paging>a:hover{
	background-color: #c30e2e;
	color: #fff;
}
.tiao{
	margin-left: 20px;
}
.button{
    background-color: transparent;
    border-radius: 12px;
    border: 1px solid #ddd;
    padding: 4px 10px;
		
}
.button:hover{
	background-color: #c30e2e;
	color: #fff;
	cursor: pointer;
}
/* 新闻内页 */
.news_inner{
  margin-top: 63px;

}
.news_inner_title{
	
	
}

.news_inner_title h1{
	 font-size: 1.6em;
	 font-weight: bold;
	 color: #000;
	 text-align: center;
}
.time_source{

}
.time_source{
  font-size: 0.875em;
  color: #333333;
  text-align: center;
  margin-top: 30px;
}
.content{
	margin: 30px 0 20px;
	font-size: 1em;
	color: #4c4c4c;
	line-height: 165%;
	padding: 40px 0;
	width: 100%;
	border-bottom: 1px solid #d0d0d0;
	border-top: 1px solid #d0d0d0;
}
.content p{
	font-size: 1em;
	color: #4c4c4c;
	line-height: 165%;
	/*text-indent: 2em;*/
	width: 100%;
}
.content img{

	margin: 30px 0;
}
.news_page{
    font-size: 0.875em;
  color: #333333;
}
.news_page span{
	color: #c65f69;
}
.next_page{
	margin-top: 10px;
}

/*分页*/
.pageing {
    text-align: center;
    /*margin-top: 30px;*/
    /*border-top: 1px dashed #999999;*/
    padding-top: 30px;
}


  .top-list{
     margin-top: 30px;    
          
       }
        .top-list ul {
              background-color: #c30e2e;
               padding:30px 55px;
            display: flex;
           justify-content: space-between
           
        }
  .top-list ul li a{
      text-align: center;
      position: relative;
    
  }
  .top-list ul li a:after{
   display: block;
    content: "";
    position: absolute;
    width: 1px;
    top: 25px;
    bottom: 0px;
    left: -145%;
   
    height: 50px;
    background: rgba(255, 255, 255, 0.5 );
  }
    .top-list ul li:first-child a::after{
        display: none;
    }
          .top-list ul li img{
               width: 58px;
    height: 58px;
              
          }
          
           .top-list ul li span{
               color: #fff;
               margin-top: 15px;
               display: block;
           }

  .hs-ul{
    display:none !important; 
  }
  .top-list1{
     margin-top: 30px;    
          
       }
        .top-list1 ul {
              background-color: #c30e2e;
               padding:30px 55px;
            display: flex;
           justify-content: space-between
           
        }
          .top-list1 ul li {
      text-align: center;
width:25%;
  }
  .top-list1 ul li a{
      text-align: center;
      position: relative;
    
  }
  .top-list1 ul li a:after{
   display: block;
    content: "";
    position: absolute;
    width: 1px;
    top: 25px;
    bottom: 0px;
    left: -160%;
   
    height: 50px;
    background: rgba(255, 255, 255, 0.5 );
  }
    .top-list1 ul li:first-child a::after{
        display: none;
    }

          .top-list1 ul li img{
               width: 58px;
    height: 58px;
              
          }
          
           .top-list1 ul li span{
               color: #fff;
               margin-top: 15px;
               display: block;
           }


@media screen and (max-width: 1680px) {

  .banner_con{
	position: absolute;
	z-index: 2;
	top: 84px;
       left: 14.5%;
}
}

@media screen and (max-width: 1600px) {
  .banner_con{
	position: absolute;
	z-index: 2;
	top: 84px;
         left: 13.5%;
}
}

@media screen and (max-width: 1440px) {
	.advantage_ul li .advantage_info{
		min-height: 99px;
	}
    .banner_con{
	position: absolute;
	z-index: 2;
	top: 84px;
         left: 8.5%;
}
}





@media screen and (max-width: 1366px) {
	    .banner_con{
	position: absolute;
	z-index: 2;
	top: 84px;
         left: 6.5%;
}
	}


@media screen and (max-width: 1280px) {
	    .banner_con{
	position: absolute;
	z-index: 2;
	top: 84px;
         left: 4.5%;
}
}

@media screen and (max-width: 1024px) {
	.inner_title1 .E_title1{
		margin-bottom: 50px;
	}
	.sec1_icon ul li{
		min-height: 200px;

	}
	.culture_icon img {
		width: 45px;
		height: 45px;
	}
	.culture_icon p{
		font-size: 1.7em;
	}
	.culture_icon span{
		font-size: 0.8em;
	}
	.advantage_ul li .img_con span{
		font-size: 1.5em;
	}
	.advantage_ul li .advantage_info {
		min-height: 137px;
		padding: 22px 9px;
	}
}


@media screen and (max-width:1024px) {
	.w {
		margin: 0;
		width: auto;
		padding: 0 15px;
	}
/* 移动端头部 */
.min_header {
	padding: 15px 5px;
	position: relative;
	z-index: 1000;
	background-color: #fff;
}
.logo{width: 250px;}

.min_header .logo a {
	width: 76%;
}
.scope_ul li{
	float: left;
	width:100%;margin:0% 0% 5% 1%;
	background-color: #c9c9cb;
	
      display: flex;
    justify-content: center;
    align-items: center;
	box-sizing: border-box;
	margin-bottom: 5%;
	min-height: 356px;
	
}
.scope_ul li:hover:nth-of-type(1) i{
	background: url(../image/icon1_1.png) no-repeat center center;
	background-size: 80px auto;
}
.scope_ul li:hover:nth-of-type(2) i{
	background: url(../image/icon2.2_1.png) no-repeat center center;
	background-size: 80px auto;
}
.scope_ul li:hover:nth-of-type(3) i{
	background: url(../image/icon3.2_1.png) no-repeat center center;
	background-size: 83px auto;
}
.scope_ul li:hover:nth-of-type(4) i{
	background: url(../image/icon4.2_1.png) no-repeat center center;
	background-size: 80px auto;
}
.scope_ul li:hover:nth-of-type(5) i{
	background: url(404.png) no-repeat center center;
	background-size: 80px auto;
}
.scope_ul li:hover:nth-of-type(6) i{
	background: url(404.png) no-repeat center center;
	background-size: 80px auto;
}
.scope_ul1 li{
	float: left;
	width: 100%;
	margin-right: 1%;
	background-color: #c9c9cb;
	margin-bottom: 5%;
      display: flex;
    justify-content: center;
    align-items: center;
	box-sizing: border-box;

	min-height: 130px;
}
/*èœå•æŒ‰é’®*/
.menu_box .logo img {
	width: 91px;
	height: 43px;
}

.menu_btn {
	margin-top: 6px;

}

#menu_trigger_button {
	display: inline-block;
	position: relative;
	cursor: pointer;
	opacity: 0;
	height: 20px;
	width: 20px;
	margin-top: 3px;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s linear 0s;
	-moz-transition: all .3s linear 0s;
	-ms-transition: all .3s linear 0s;
	-o-transition: all .3s linear 0s;
	transition: all .3s linear 0s;
}

#menu_trigger_button.active,
#menu_trigger_button.hidden {
	opacity: 1;
	visibility: visible !important;

}

#menu_trigger_button.active {
	margin-top: 0;
}

#menu_trigger_button span {
	position: absolute;
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: 4px;
	width: 25px;
	background-color: #c30e2e;
	z-index: 2;
	-webkit-transition: all .3s linear 0s;
	-moz-transition: all .3s linear 0s;
	-ms-transition: all .3s linear 0s;
	-o-transition: all .3s linear 0s;
	transition: all .3s linear 0s;
}

.nav #menu_trigger_button span {}

#menu_trigger_button span.line_2 {
	margin-top: 7px;
	-webkit-transition: all .2s linear 0s;
	-moz-transition: all .2s linear 0s;
	-ms-transition: all .2s linear 0s;
	-o-transition: all .2s linear 0s;
	transition: all .2s linear 0s;
}

#menu_trigger_button span.line_3 {
	margin-top: 15px;
}

#menu_trigger_button.active {
	visibility: visible !important;
}

#menu_trigger_button.active span.line_1 {
	margin-top: 10px;
	height: 2px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

#menu_trigger_button.active span.line_3 {
	margin-top: 10px;
	height: 2px;
	z-index: 2;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#menu_trigger_button.active span.line_2 {
	-webkit-transition: .2s all linear 0s;
	-moz-transition: .2s all linear 0s;
	-ms-transition: .2s all linear 0s;
	-o-transition: .2s all linear 0s;
	transition: .2s all linear 0s;
	width: 0;
	left: 50%;
}

#menu_trigger_button.invert {
	box-shadow: 0 0 24px 11px #FFFFFF;
	-webkit-box-shadow: 0 0 24px 11px #FFFFFF;
}

#menu_trigger_button.invert.clicked {
	box-shadow: 0 0 24px 11px #FFFFFF;
	-webkit-box-shadow: 0 0 24px 11px #FFFFFF;
}

.fixed_h_header #menu_trigger_button span {
	background-color: #05a045;
}

.fixed_h_header .menu_btn {
	margin-top: -40px;
	margin-right: 28px;
}
	.menu_box {
		width: 100%;
		height: 100%;
		background: #fff;
		position: fixed;
		left: -100%;
		top: 0;
		z-index: 999;
		-webkit-transition: all .5s ease-out 0s;
		-moz-transition: all .5s ease-out 0s;
		-ms-transition: all .5s ease-out 0s;
		-o-transition: all .5s ease-out 0s;
		transition: all .5s ease-out 0s;
		overflow-y: scroll;
	}

	.menu_box.open {
		left: 0;
	}

	.menu_box nav.pc_menu {
		position: relative;
		    top: 50px;
		height: 100%;
          padding: 0 15px;


	}

	.menu_box nav ul {
		height: 100%;
		margin-top: 23px;
	}

	.menu_box nav li {
		width: 100%;
		font-size: 18px;
		border-bottom: solid 1px #e5e5e5;
	}

	.menu_box nav li>a {
		padding: 20px 15px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		position: relative;
		width: 100%;
		color: #000000;
	}

	.menu_box nav .hide_menu>dd {
		opacity: 0;
		-webkit-transition: all .9s linear 1.2s;
		-moz-transition: all .9s linear 1.2s;
		-ms-transition: all .9s linear 1.2s;
		-o-transition: all .9s linear 1.2s;
		transition: all .9s linear 1.2s;
	}

	.menu_box nav .hide_menu>dd a {

		line-height: 20px;
		font-size: 17px;
		-moz-transition: all 0.2s;
		-webkit-transition: all 0.2s;
		-ms-transition: all 0.2s;
		-o-transition: all 0.2s;
		transition: all 0.2s;
	}

	.menu_box.open nav li>a,
	.menu_box.open nav .hide_menu>dd {
		opacity: 1;
	}

	.menu_box nav .hide_menu>dd a:hover {}

	.menu_box nav .nav_b {
		position: absolute;
		bottom: 40px;
		left: 0;

	}

	.menu_box nav .nav_b a {
		line-height: 50px;

		padding-right: 15px;
	}

	.menu_box nav .nav_b a:hover {}

	.pc_menu ul li>a i {
		position: absolute;
		right: 15px;
		-ms-transform: scale(1, 1.5);
		-moz-transform: scale(1, 1.5);
		-webkit-transform: scale(1, 1.5);
		-o-transform: scale(1, 1.5);
		transform: scale(1, 1.5);
		-webkit-transition: all .4s;
		-moz-transition: all .4s;
		-ms-transition: all .4s;
		-o-transition: all .4s;
		transition: all .4s;
	
	}

	.pc_menu ul li.active>a i {
		-ms-transform: rotate(90deg) scale(1, 1.5);
		-moz-transform: rotate(90deg) scale(1, 1.5);
		-webkit-transform: rotate(90deg) scale(1, 1.5);
		-o-transform: rotate(90deg) scale(1, 1.5);
		transform: rotate(90deg) scale(1, 1.5);
		top: 20px;
	}

	.pc_menu ul li .hide_menu {
		display: none;
	}

	.pc_menu ul li .hide_menu a {
		width: 100%;
		padding: 15px 0px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		font-size: 16px;
		border-top: solid 1px rgba(123, 52, 52, 0.3);
          
		top: 20px;
	}
  .nav_hide_meum{
      position: initial;
        width: 100%;
      transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
  }
  .nav_hide_meum dl dd{
       text-align: left;
        padding: 15px 15px;

  }
  .nav_ul li>a:after{
  margin-left: 0;
  }
  .nav_ul li>a:hover:after, .nav_ul li.on a:after{
      width: 100%;

  }
  
  
  
  
/* 首页 */
.banner{
	margin-top: 0;
}
.banner_con{
top: 13px;
}
.banner_con h1 {
    font-size: 1.4em;
    font-weight: bold;
    line-height: 165%;
}
.banner_con h6{
	font-size: 1.05em;
}
.read_more{
	font-size: 0.7em;
	padding: 3px 10px;
	margin-top: 10px;
}
/* 专业领域 */
.sec1 {
    margin-top: 30px;
}
.sec1 .sec1_con{
	width: 100%;
}
.sec1_con .read_more {
    margin-top: 30px;
}
.sec1_icon{
	width: 100%;
	margin-top: 30px;
}
.sec1_icon ul li{
    width: 48%;
	min-height: 180px;
	margin-bottom: 5%;
	float: left;
	
}
.sec1_icon ul li>a{
    background-position: -160px -200px;
    margin-top: -150px;
    background-size: 30px;

}
.sec1_icon ul li>a{
    padding: 180px 0px 14px 0px;

}
.sec1_icon ul li:nth-of-type(1)> a{
	background: url(../image/icon1.1.png) no-repeat;
	background-position: 28px 55%;
	background-size: 35px auto;
}
.sec1_icon ul li:nth-of-type(2)> a{
	background: url(../image/icon2.1.png) no-repeat;
	background-position: 28px 55%;
	background-size: 35px auto;
}
.sec1_icon ul li:nth-of-type(3)> a{
	background: url(../image/icon3.png) no-repeat;
	background-position: 28px 55%;
	background-size: 27px auto;
}
.sec1_icon ul li:nth-of-type(4)> a{
	background: url(../image/icon4.png) no-repeat;
	background-position: 28px 55%;
	background-size: 35px auto;
}

.sec1_icon ul li:hover:nth-of-type(1) a{
	background: url(../image/icon1.1_1.png) no-repeat;
	background-position: 28px 55%;
	background-size: 35px auto;
	
	
}
.sec1_icon ul li:hover:nth-of-type(2)> a{
	background: url(../image/icon2_1.png) no-repeat;
	background-position: 28px 55%;
	background-size: 35px auto;
}
.sec1_icon ul li:hover:nth-of-type(3)> a{
	background: url(../image/icon3_1.png) no-repeat;
	background-position: 28px 55%;
	background-size: 27px auto;
}
.sec1_icon ul li:hover:nth-of-type(4)> a{
	background: url(../image/icon4_1.png) no-repeat;
	background-position: 28px 55%;
	background-size: 35px auto;
}
.sec1_icon ul li h6 {
    padding-top: 10px;
    font-size:16px;
    margin-bottom:-10px ;
    margin-left:10px ;
}
.sec1_icon p{
height: auto;margin-left: -25px;
width:110%;font-size:12px;

}
.sec2{
	margin-top: 55px;
}
.sec2 .sec2_con{
	padding: 40px 0;
}
.sec2_con .sec2_title{
	font-size: 1.45em;
}
.sec2_con .sec2_info p{
	font-size: 1.05em;
	line-height: 195%;
	text-align: left;
}

.sec3{
	padding-top: 30px;
}
.sec3_con{
	display: block;

}
.sec3_icon,.sec3_center {
	margin-top: 30px;
}
.sec3_icon1 li{
box-sizing: border-box;
    box-shadow: 0px 0px 3px 3px #eee;
    padding: 10px 10px;

}
.sec3_icon1 li:nth-of-type(1)::after {
    padding: 0px 0px 0px 10px;
    margin-top: 20px;
}
.sec3_icon1 li:nth-of-type(2)::after {
    padding: 0px 0px 0px 10px;
    margin-top: 20px;
}
.sec3_icon1 li:nth-of-type(3)::after {
    padding: 0px 0px 0px 10px;
    margin-top: 20px;
}
.sec3_icon2 li{
box-sizing: border-box;
    box-shadow: 0px 0px 3px 3px #eee;
    padding: 10px 10px;
}
.sec3_icon2 li:nth-of-type(1)::after {
    padding: 0px 0px 0px 10px;
    margin-top: 20px;
}
.sec3_icon2 li:nth-of-type(2)::after {
    padding: 0px 0px 0px 10px;
    margin-top: 20px;
}
.sec3_icon2 li:nth-of-type(3)::after {
    padding: 0px 0px 0px 10px;
    margin-top: 20px;
}
.sec3_icon1,.sec3_icon1 .sec3_info p{
	text-align: left;
}
.sec3_center{
	width: 80%;
  padding:0;display: none;
}
.sec3_icon1 li>a {
    margin-left: 49px;
}
.sec3_icon1 li::after{
  left: 0 !important;
}
.sec3_icon1 h6::after{
	left: 0 !important;
}
footer{
	margin-top: 50px;
}
footer .footTop {
    padding: 30px 0 10px 0px;
}
.footTop .foot_logo{
	width: 110px;

    margin-top:12% ;
}
.foot_link{
	margin-left: 20px
}
.foot_link h5{
    margin-bottom:-10px;
}
.foot_link .link_ul{
	margin-bottom:-5px;
}
.footBottom>div{
	display: block;
}
.footBottom{
	padding: 15px 0;
	font-size: 0.75em;
	line-height: 169%;
}
/* 内页 */
.inner {
    margin-top: 0px;
}
.inner_title {
    padding: 65px 0;
}
.inner_title .C_title {
	font-size: 2.5em;
}

.inner_title .E_title {
    font-size: 1.5em;
    margin-top: 6px;
}
.inner_sec {
    margin-top: 40px;
}
.inner_title1 .C_title1 {
    font-size: 1.7em;
}
.inner_title1 .E_title1 {
    margin-bottom: 30px;
	margin-top: 8px;
	font-size: 0.6em;
}
.profile_con .top .left_img {
    width: 100%;
    height: 100%;
}
.profile_con .top .right_text{
	width: 100%;
    height: 100%;
	padding: 25px 15px;
}
.profile_con .bottom {
    margin-top: 10px;
}
.profile_ul li {
    padding: 20px 0;
}
.advantage_ul li{
	width: 100%;
	margin-bottom: 4%;
}
.advantage_ul li .advantage_info{
	min-height: 100%;
	padding: 22px 15px;
}
.culture_ul li{
	width: 100%;
}
.culture_icon img {
    width: 76px;
    height: 76px;
}
.culture_icon p {
    font-size: 2em;
	margin-top: 15px;
}
.culture_icon span {
    font-size: 1em;
}
.culture_icon{
	margin: 67px 0;
}
.scope_ul li i {
    width: 50px;
    height: 60px;
}
.scope_ul li:nth-of-type(1) i {
    background: url(../image/icon1.png) no-repeat center center;
    background-size: 50px auto;
}
.scope_ul li:nth-of-type(2) i{
	background: url(../image/icon2.png) no-repeat center center;
	background-size: 50px auto;
}
.scope_ul li:nth-of-type(3) i{
	background: url(../image/icon3.2.png) no-repeat center center;
	background-size: 40px auto;
}
.scope_ul li:nth-of-type(4) i{
	background: url(../image/icon4.2.png) no-repeat center center;
	background-size: 50px auto;
}
.scope_ul li:nth-of-type(5) i{
	background: url(404.png) no-repeat center center;
	background-size: 50%;
}
.scope_ul li:nth-of-type(6) i{
	background: url(404.png) no-repeat center center;
	background-size: 50%;
}
.scope_ul li h3{
	font-size: 1.7em;
}
.scope_ul li p {
    font-size: 1em;
}
.scope_ul li {
    padding: 15px 10px 11px;
    min-height: 200px;
}


.scope_ul1 li i {
    width: 50px;
    height: 60px;
}
.scope_ul1 li h3{
	font-size: 1.5em;
}
.scope_ul1 li p {
    font-size: 1em;
}
.scope_ul1 li {
    padding: 15px 10px 0px;

}
.case_con h6{
	display: block;
	font-size: 1.2em;
}
.case_con {
	margin-top: 11px;
    padding-bottom: 17px;
}
.case_con p{
	font-size: 0.8em;
}
.case_ul li{
	width: 100%;
	margin-bottom: 8%;
}
.news_ul li>a{
	display: block;
}
.news_ul li a>img {
    width: 100%;
    height: 100%;
}
.news_time span{
	border: none;
}
.news_con {
    padding: 20px 0 0 0;
    
}
.news_con .news_title{
	font-size: 1.2em;
	color: #222;
	line-height: 135%;
}
.news_con .news_text{
	margin-top: 14px;
	font-size: 1em;
}
.news_time{
	padding: 8px 0;
	display: none;
}
.news_time i {
    width: 19px;
    height: 10px;
	margin-top: 15px;
}

.news_ul li:hover .news_time i{
	margin-top: 0;
}
.news_time span{
	font-size: 1.3em;
}
.news_ul li {
    padding: 43px 0 16px;
}
.talent_ul li:hover .talent_title{
	font-size: 1.125em;
	color: #000000;
}

.talent_ul li:hover .talent_title:after{
	border: 5px solid transparent;
    border-left: 8px solid #c30e2e;
    top: 5px;
}
.talent_ul li {
    padding-bottom: 15px;
    margin-bottom: 30px;

}
.contact_ul li img {
    height: 40px;
}
textarea{
	width: 94.5%;
}
.submit_con .submit:hover{
	background-color: #c30e2e;
	color: #fff;
	padding: 10px 50px;
	margin-top: 20px;
}
.pageing{
	margin-top: 90px;
	text-align: center;
}
.pageing>a {
    margin: 0 5px;
    border: 1px solid #ddd;
    padding: 5px 6px;
	margin-bottom: 10px;
}
.news_inner {
    margin-top: 45px;
}
.time_source{
	margin-top: 20px;
}
.content img{
	width: 100%;
	margin: 20px 0;
}
.content{
	padding:25px 0;
}
  .sec4_info .sec4_info_text {
    height:auto !important;
  }
  
  
  
  .top-list{
         
          
       }
        .top-list ul {
              background-color: #c30e2e;
               padding:30px 5px;
           
           
        }
  .top-list ul li{
    width:15%
    float:left;
  }
  .top-list ul li a{
      text-align: center;
      position: relative;
    
  }
  .top-list ul li a:after{
   display: block;
    content: "";
    position: absolute;
    width: 0px;
    top: 25px;
    bottom: 0px;
    left: -50%;
    transform: translateX(50%);
    height: 50px;
    background: rgba(255, 255, 255, 0.5 );
  }
    .top-list ul li:first-child a::after{
        display: none;
    }
          .top-list ul li img{
               width: 30px;
    height: 30px;
              
          }
          
           .top-list ul li span{
               color: #fff;
               margin-top: 15px;
               display: block;
               font-size: 12px;
           }
  .xs-ul{

  }
  
  
    .top-list1{
         
          
       }
        .top-list1 ul {
              background-color: #c30e2e;
               padding:30px 5px;
               
           
           
        }
  .top-list1 ul li{
    width:25%
    float:left;
  }
  .top-list1 ul li a{
      text-align: center;
      position: relative;
    
  }
  .top-list1 ul li a:after{
   display: block;
    content: "";
    position: absolute;
    width: 0px;
    top: 25px;
    bottom: 0px;
    left: 0%;
    transform: translateX(50%);
    height: 50px;
    background: rgba(255, 255, 255, 0.5 );
  }
    .top-list1 ul li:first-child a::after{
        display: none;
    }
          .top-list1 ul li img{
               width: 38px;
    height: 38px;
              
          }
          
           .top-list1 ul li span{
               color: #fff;
               margin-top: 15px;
               display: block;
           }
  .profile_con .top{
   display:block
}

.service1 .top{
      display:block
}
.foot_link .link_ul li{
	line-height: 1.7em;
    font-size: 1.15em;
}

}
@media screen and (max-width: 320px) {}
