@charset "utf-8";
/* CSS Document */

*{
	letter-spacing: 1px;
}
body{
	font-family:"Microsoft YaHei","微软雅黑" !important;
	color: #333;
}
::-webkit-scrollbar-track-piece {
  width: 10px;
  background-color: #fff;
}
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-thumb {
	background-color: #ccc;
	border-radius: 8px;
}
::-webkit-scrollbar-thumb:hover {
	background: #212121;
	color: #fff;
}
::selection {
	background: #212121;
	color: #fff;
}


/********header********/
.header{
	padding: 20px 3%;
	position: fixed;
	left: 0;
	width: 100%;
	bottom: 0;
	z-index: 11;
}
.header ul{
	display: flex;
	justify-content: space-between;
}
.header a{
	font-size: 16px;
	color: #282828;

}
.header.header_show{
  top: 0;
  bottom: auto;
}
/********header********/	

.banner{
	position: relative;
	width:100% ;
	background: url(../images/banner.jpg) no-repeat;
	background-size: cover;
	overflow: hidden;
}
.banner video{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.banner_bg{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  /* background-color: #000;
  opacity:0.1;
  -moz-opacity:0.1; 
  -khtml-opacity:0.1;
  -webkit-opacity:0.1;
  filter:alpha(opacity=10); */
}
.banner_txt{
	position: absolute;
  width: 100%;
	top:50%;
	left:0 ;
	-webkit-transform: translateY(-50%);
  transform: translateY(-50%);
	text-align: center;
  color: #ffffff;
}
.banner_txt img{
  width: 9%;
}
.banner_txt h5{
	font-size: 55px;
	letter-spacing: 5px;
  font-weight: 300;
}
.banner_txt h5>span{
	margin: 0 10px;
	font-size: 45px;
	color: #ffffff;
}

.ab_content{
	text-align: center;
	padding: 3% 5% ;
	width: 760px;
	margin: 0 auto;
}
.ab_content h5{
	color: #232222;
	font-size: 22px;
	font-weight: 520;
	margin: 0;
}
.ab_content p{
	color: #232222;
	font-size: 18px;
	margin: 8% 0;
}

/* 产品 */
.index_prod{
	padding: 5% 0;
}
.content_img{
	background: #f7f7f7;
	padding: 2% 4%;
}
.content_img_box{
  overflow: hidden;
}
.content_img_box img{
  -webkit-animation: bgFunction 10s ease-in-out infinite 0s;
  animation: bgFunction 10s ease-in-out infinite 0s;
}
@-webkit-keyframes bgFunction {
	0% {
		transform: scale(1)
	}

	50% {
		transform: scale(1.15)
	}

	100% {
		transform: scale(1)
	}
}

@keyframes bgFunction {
	0% {
		transform: scale(1)
	}

	50% {
		transform: scale(1.15)
	}

	100% {
		transform: scale(1)
	}
}
.index_p_fess{
	position: relative;
  padding: 0 15px;
}
.p_fessImg{
	overflow: hidden;
	position: relative;
}
.p_fessImg video{
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
}
.p_fessText{
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	top: 50%;
	color: #ffffff;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.p_fessText h5{
 	font-size: 34px;
	letter-spacing: 3px;
	margin: 0 0 5px 0 ;

}
.p_fessText p{
	color: #ffffff;
	font-size: 18px;
	margin: 0;
	opacity:0;
	-moz-opacity:0; 
	-khtml-opacity:0;
	-webkit-opacity:0;
	filter:alpha(opacity=0);
	-webkit-transition: all cubic-bezier(.18,1,.21,1) .9s;
    transition: all cubic-bezier(.18,1,.21,1) .9s;
}
.index_p_fess:hover .p_fessText p{
	opacity:1;
	-moz-opacity:1; 
	-khtml-opacity:1;
	-webkit-opacity:1;
	filter:alpha(opacity=100);
}

.prod_wrap {
	position:relative;
	overflow:hidden;
	width: 100%;
}
.prod_wrap ul {
	overflow:hidden;
	position:absolute;
	width:100%;
	left:0;
	top:0;
}
.prod_wrap ul li {
	float:left;

}


/* 产品 */

/**/
.index_teract{
	background: #f7f7f7;
	padding: 5% 15% 8% 15%;
}
.index_t_on{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.teract_list{
	 margin: 0 2%;
   width: 46%; 
	 margin-top: 5%;
}

.buyImg{
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
	background-size: cover;
}
.buyImg_box{
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  display: none;
}
/* .index_t_wo .teract_list{
	margin:  0  auto;
	float: none;
} */
.teract_all_img{
	position: relative;
	overflow: hidden;
}
/* .teract_all_img>img{
	-webkit-transition: all cubic-bezier(.18,1,.21,1) .9s;
    transition: all cubic-bezier(.18,1,.21,1) .9s;
} */
.teract_all_img p{
	font-size: 24px;
	margin: 0;
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center;
	bottom: 32%;
	color: #fff;
	-webkit-transition: all cubic-bezier(.18,1,.21,1) .9s;
	transition: all cubic-bezier(.18,1,.21,1) .9s;
}
.teract_list:hover .teract_all_img p{
	font-size: 28px;
}
/* .teract_list:hover .teract_all_img>img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
} */
.teract_all_txt p{
	font-size: 15px;
	color: #514f50;
	margin: 0;
}
.huDong_list_ewm{
  width: 24%;
  position: absolute;
  opacity:0;
  -moz-opacity:0; 
  -khtml-opacity:0;
  -webkit-opacity:0;
  filter:alpha(opacity=0);
  -webkit-transition: all cubic-bezier(.18,1,.21,1) .9s;	
  transition: all cubic-bezier(.18,1,.21,1) .9s;
}
.huDong_list_ewm:hover{
  opacity:1;
  -moz-opacity:1; 
  -khtml-opacity:1;
  -webkit-opacity:1;
  filter:alpha(opacity=100);
}
.huDong_list_ewm_1{
  bottom: 53%;
  right: 53%;
}
.huDong_list_ewm_2{
  bottom: 53%;
  left: 53%;
}
.huDong_list_ewm_3{
  top: 53%;
  right: 53%;
}
.huDong_list_ewm_4{
  top: 53%;
  left: 53%;
}

/* .huDong_list img{
  cursor: pointer;
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
	z-index: 1;
} */
.h_weixin{
	left: 9%;
	top: 8%;
}
.h_weibo{
	right:4%;
	top: 8%;
}
.h_xiao{
	left: 40%;
	top: 30%;
}
.h_douyin{
	left: 9%;
	bottom: 6%;
}
.h_youxiang{
	right: 4%;
	bottom: 6%;
}
/* 招募计划 */

.index_reBg{
	background: #1410a7;
	text-align: center;
	width: 76%;
	margin:  0 auto;
	padding:4% 5% ;
}
.recruit_logo{
	margin-bottom: 3%;
}
.index_recruit{
	padding-top: 5%;
}
.index_reBg_img{
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
.index_reBg_title{
	position: absolute;
	width: 100%;
	text-align: center;
	top: 40%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.index_reBg_title p{
	margin: 0 ;
	color: #fff;
	font-size: 36px;
	letter-spacing: 5px;
}
.ting_img_left{
	width: 100%;
}
/* 招募计划 */
/********footer********/
.footer{
	padding: 20px 3%;
	display: flex;
	justify-content: space-between;
}
.footer p{
	margin: 0;
}
.footer p a{
	font-size: 16px;
	color: #282828;
}
.footer2{
	background: #1a25b5;
  padding: 4% 8% 2% 8%;
}
.footer2_bot ul{
	margin: 3% 0;
}
.footer2_bot ul li{
	display: inline-block;
	margin-right: 8%;
}
.footer2_bot ul li a{
 color: #fff;
 font-size: 14px;
}
.footer2_bot p{
	text-align: right;
	color: #fff;
	font-size: 14px;
}
.footer2_bot p a{
  color: #fff;
  font-size: 14px;
}
/********footer********/



/********内页********/
.header_inner{
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
}
.header_inner_logo{
  width: 100%;
  height: 56px;
  background-color: #fff;
  text-align: center;
  padding: 16px 0;
  position: relative;
}
.header_inner_icon_left{
  position: absolute;
  top: 16px;
  left: 30px;
}
.header_inner_icon_right{
  position: absolute;
  top: 16px;
  right: 30px;
  display: flex;
  align-items: center;
}
.header_inner_icon_right a{
  margin-left: 20px;
}
.header_inner_nav{
  width: 100%;
  height: 44px;
  background-color: #ebebeb;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header_inner_nav span{
  font-size: 12px;
  color: #848484;
  margin: 0 30px;
}
.warpper_inner{
  padding-top: 100px;
}


/****产品****/
.product{
  width: 100%;
  background-color: #dddddd;
}
.product_list{
  padding-bottom: 16%;
  position: relative;
}
.product_list_box{
  width: 72%;
  position: absolute;
  left: 40px;
  bottom: 9%;
}
.product_list_title{
  margin-bottom: 3%;
}
.product_list_title p{
  font-size: 14px;
  color: #151fb7;
  margin: 0;
  margin-top: 12px;
}
.product_list_con{
  width: 100%;
  position: relative;
}
.product_list_item{
  position: relative;
}
.product_list_txt{
  width: 50%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 6%;
  padding-top: 18%;
}
.product_list_txt h5{
  margin: 0;
  margin-bottom: 15px;
  font-size: 20px;
  color: #121212;
}
.product_list_txt p{
  font-size: 20px;
  color: #939292;
  margin: 0;
}
.product_more{
  width: 8%;
  height: 100%;
  background: rgba(26, 34, 183, .7);
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.product_details{
  /*padding: 5% 16%;*/
  padding: 0% 16% 5% 16%;
}
.product_details_top{
  width: 100%;
  position: relative;
  /*margin-bottom: 15%;*/
  margin-bottom: 0%;
}
.product_details_img{
  width: 60%;
  position: relative;
}
.product_details_left{
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background-color: #fff;
  font-size: 20px;
  line-height: 29px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 20px;
  z-index: 3; 
  margin-top: -15px;
  cursor: pointer;
  -webkit-transition: all cubic-bezier(.18,1,.21,1) .9s;	
  transition: all cubic-bezier(.18,1,.21,1) .9s;
}
.product_details_left:hover{
  background-color: #1a22b7;
  color: #fff;
}
.product_details_right{
  width: 30px;
  height: 30px;
  border-radius: 30px;
  background-color: #fff;
  font-size: 20px;
  line-height: 29px;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 3; 
  margin-top: -15px;
  cursor: pointer;
  -webkit-transition: all cubic-bezier(.18,1,.21,1) .9s;	
  transition: all cubic-bezier(.18,1,.21,1) .9s;
}
.product_details_right:hover{
  background-color: #1a22b7;
  color: #fff;
}
.product_details_small{
  width: 100%;
  position: absolute;
  /*top: 100%;*/
  top: 85%;
  left: 0;
  margin-top: 6px;
  display: flex;
  z-index: 1
}
.product_details_small img{
  margin-right: 6px;
  cursor: pointer;
  -webkit-transition: all cubic-bezier(.18,1,.21,1) .9s;	
  transition: all cubic-bezier(.18,1,.21,1) .9s;
  border: 2px solid transparent;
}
.product_details_small img.active{
  border: 2px solid #1a22b7;
}
.product_details_txt{
  position: absolute;
  width: 36%;
  top: 50%;
  right: 0;  
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.product_details_txt_box{
  display: none;
}
.product_details_txt h5{
  font-size: 18px;
  color: #232323;
  margin: 0;
  margin-bottom: 10%;
  font-weight: 600;
}
.product_details_txt p{
  font-size: 18px;
  color: #232323;
  margin: 0;
  margin-bottom: 5%;
  font-weight: 400;
}

.product_details_data{
  margin-bottom: 8%;
}
.product_details_data_box{
  display: none;
}
.product_details_data ul li{
  border-bottom: 1px solid #eeeeef;
}
.product_details_data ul li>p{
  font-size: 14px;
  color: #232222;
  line-height: 3.6;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product_details_data ul li>p span{
  font-size: 24px;
  color: #5e5e5e;
  font-weight: 300;
  border-radius: 30px;
  line-height: 1;
  width: 30px;
  height: 30px;
  text-align: center;
  background-color: transparent;
  -webkit-transition: all cubic-bezier(.18,1,.21,1) .9s;	
  transition: all cubic-bezier(.18,1,.21,1) .9s;
}
.product_details_data ul li>p span:first-child{
  display: block;
}
.product_details_data ul li>p span:last-child{
  display: none;
}
.product_details_data ul li>p.active span:first-child{
  display: none;
}
.product_details_data ul li>p.active span:last-child{
  display: block;
}
.product_details_data ul li:hover span{
  background-color: #eeeeed;
}
.product_details_data_show{
  /*background-color: #f3f5f9;*/
  padding: 10px 20px;
  display: none;
}
.product_details_data_show p{
  font-size: 12px;
  line-height: 2.4;
  margin: 0;
  color: #212121;
}
.product_details_data_show p img{
  width: 100%;
}
.product_details_more>h5{
  font-size: 26px;
  margin-bottom: 4%;
  color: #232222;
}
.product_details_more_item p{
  font-size: 15px;
  color: #232222;
  line-height: 3;
  margin: 0;
  margin-top: 6%;
  font-weight: 600;
  text-align: center;
}

/****产品****/


/****海报****/
.warpper_page{
	padding: 5% 0;
}
.poster_cont{
 padding:0 20% ;
 margin-bottom: 3%;
}
.poster_txt {
	margin-bottom: 3%;
  text-align: center;
}
.poster_txt h5{
	color: #514f50;
	font-size: 14px;
	margin: 0 ;
	line-height: 2;
}
.poster_txt p{
	color: #9e9e9e;
	font-size: 14px;
	margin: 0;
}
.btn_expan{
	text-align: center;
	margin-top: 5%;
}
.btn_expan span{
	background: #1a22b7;
	color: #fff;
	width: 180px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	font-size:14px;
}
/****海报****/

/****找到本周****/
.find_cont1{
	padding: 0 25%;
}
.find_cont2{
	padding: 0 25%;
}
.find_logo{
  text-align: center;
	padding-bottom: 5%;
	border-bottom: 1px solid #f2f2f2;
}
.find_logo p{
	color: #2e2e2e;
	font-size: 14px;
	margin: 0 ;
	line-height: 24px;
  letter-spacing: 0;
}
.find_logo>img{
	margin-bottom: 10px;
}
.find_input{
	width: 80%;
	margin:  0 auto;
}
.find_input input{
	height: 40px;
	border: 1px solid #ededed;
	padding: 0 10px;
	color: #757474;
	width: 100%;
	margin-top: 30px;
	font-size: 14px;
}
.find_input textarea{
	height: 210px;
	border: 1px solid #ededed;
	padding:  5px 10px;
	color: #757474;
	width: 100%;
	margin-top: 30px;
	font-size: 14px;
}
.submit {
	margin-top: 10%;
}
.submit a{
  width: 100%;
  display: block;
  text-align: center;
  color: #fff;
  height: 50px;
  line-height: 50px;
  background: #1a22b7;
  font-size: 14px;
}
.cont2_media{
	display: flex;
  align-items: center;
  justify-content: space-evenly;
	flex-wrap: wrap;
	margin: 12% 0;
}
.media_ico img{
  width: 75px;
}

/****找到本周****/


/****公司介绍****/
.banner2{
	background: #1a22b7;
  padding: 5% 0;
}
.banner2_img{
	width: 72%;
	margin:0 auto; 
	position: relative;
}
.about_logo{
	position: absolute;
	bottom: -4%;
	left: -5%;
	width: 112%;
}
.about_box{
  padding: 8% 20% 5% 20%;
  background-color: #f7f8f6;
  /*margin-bottom: 1.5%;*/
}
.about_cont1>p{
	font-size: 20px;
	color: #252525;
	margin-bottom: 8%;
  letter-spacing: 0px;
}
.about_healt_left{
	width: 40%;
	float: left;
}
.about_healt_left>img{
	margin-bottom: 6%;
}
.about_healt_left h5{
  color: #1a22b7;
  font-size: 36px;
  margin: 6% 0 4% 0;
}
.about_healt_left p{
 color: #232222;	
 /*margin-bottom: 6%;*/
 font-weight: 300;
 font-size: 20px;
 margin: 0px;
}
.healt_left_p p{
 margin: 0;
}
.about_healt_right{
	width: 36%;
	float: right;
	position: relative;
  -webkit-transform: translateY(-8%);
  transform: translateY(-8%);
}
.rig_small{
	position: absolute;
	width: 54%;
	left: -27%;
	bottom: -10%;

}
.about_vision h5{
	color: #1a22b7;
	font-size: 36px;
  font-weight: 400;
	margin: 0 0 3% 0;
}
.about_vision{
	margin-top: 5%;
}

.about_vision p{
	color: #232222;
	font-size: 20px;
  font-weight: 300;
	margin: 0;
}
/****公司介绍****/


/********内页********/



/********屏幕自适应********/

@media (min-width: 1370px){
.banner_txt h5 {
	    font-size: 45px;
	}
	.ab_content h5{
		font-size: 18px;
	}
	.ab_content p {
     	font-size: 16px;
   }
   .p_fessText h5{
   		font-size: 28px;
   }
   .index_reBg_title p{
   	font-size: 26px;
   }
    .p_fessText p{
   		font-size: 14px;
   }
   .teract_all_txt p{
    font-size: 13px;
   }
  .product_list_txt h5, .product_list_txt p{
    font-size: 16px;
  }  
  .about_cont1>p{
    font-size: 16px;
  }
  .about_healt_left h5{
    font-size: 26px;
  }
  .about_healt_left p{
		font-size: 16px;
	 }
	 .about_vision p{
		font-size: 16px;
	 }
	 .about_vision h5{
		font-size: 32px;
	 }
   .footer2_bot ul li a, .footer2_bot p, .footer2_bot p a{
    font-size: 12px;
   } 
   .poster_txt h5, .poster_txt p{
    font-size: 12px;
   }
   .media_ico img{
    width: 65px;
  }  
  .product_details_txt h5{
    font-size: 14px;
  }
  .product_details_txt p{
    font-size: 14px;
  }
  .product_details_data ul li>p{
    font-size: 12px;
  }
  .product_details_more>h5{
    font-size: 22px;
  }
  .product_details_more_item p{
    font-size: 13px;
  }
}
@media (min-width: 1570px){
.banner_txt h5 {
	    font-size: 50px;
	}
	.ab_content h5{
		font-size: 20px;
	}
	.ab_content p {
     	font-size: 16px;
   }
   .p_fessText h5{
   		font-size: 30px;
   }
   .index_reBg_title p{
   	font-size: 30px;
   }
   .p_fessText p{
   		font-size: 16px;
   }
   .teract_all_txt p{
    font-size: 14px;
   }
  .product_list_txt h5, .product_list_txt p{
    font-size: 18px;
  } 
  .about_cont1>p{
    font-size: 18px;
  }
  .about_healt_left h5{
    font-size: 30px;
  }
  .about_healt_left p{
		font-size: 18px;
	 }
	 .about_vision p{
		font-size: 18px;
	 }
	 .about_vision h5{
		font-size: 34px;
	 }
   .footer2_bot ul li a, .footer2_bot p, .footer2_bot p a{
    font-size: 13px;
   } 
   .poster_txt h5, .poster_txt p{
    font-size: 13px;
   }
   .media_ico img{
    width: 70px;
  }  
  .product_details_txt h5{
    font-size: 16px;
  }
  .product_details_txt p{
    font-size: 16px;
  }
  .product_details_data ul li>p{
    font-size: 13px;
  }
  .product_details_more>h5{
    font-size: 24px;
  }
  .product_details_more_item p{
    font-size: 14px;
  }
}
@media (min-width: 1770px){
	.banner_txt h5 {
	    font-size: 55px;
	}
	.ab_content h5{
		font-size: 20px;
	}
	.ab_content p {
    font-size: 20px;
  }
  .p_fessText h5{
   	font-size: 32px;
  }
  .index_reBg_title p{
   	font-size: 34px;
  }
  .p_fessText p{
   	font-size: 18px;
  }
  .teract_all_txt p{
    font-size: 15px;
  }
  .product_list_txt h5, .product_list_txt p{
    font-size: 20px;
  }
  .about_cont1>p{
    font-size: 20px;
  }
  .about_healt_left h5{
    font-size: 32px;
  }
  .about_healt_left p{
		font-size: 20px;
	 }
	 .about_vision p{
		font-size: 20px;
	 }
	 .about_vision h5{
		font-size: 36px;
	 }
   .footer2_bot ul li a, .footer2_bot p, .footer2_bot p a{
    font-size: 14px;
   } 
   .poster_txt h5, .poster_txt p{
    font-size: 14px;
   }
  .media_ico img{
    width: 75px;
  }  
  .product_details_txt h5{
    font-size: 18px;
  }
  .product_details_txt p{
    font-size: 18px;
  }
  .product_details_data ul li>p{
    font-size: 14px;
  }
  .product_details_more>h5{
    font-size: 26px;
  }
  .product_details_more_item p{
    font-size: 15px;
  }
}
/********屏幕自适应********/


/********移动端********/
@media (max-width: 768px){
  .about_healt_left h5{
    font-size: 20px;
  }
  .warpper_inner{
    padding-top: 70px;
  }
  .header_inner_logo{
    padding: 10px 0;
    height: 36px;
  }
  .header_inner_logo img{
    height: 16px;
  }
  .header_inner_icon_left{
    left: 15px;
    top: 10px;
  }
  .header_inner_icon_left img{
    width: 16px;
    height: 16px;
  }
  .header_inner_icon_right{
    right: 15px;
    top: 10px;
  }
  .header_inner_icon_right img{
    width: 16px;
    height: 16px;
  }
  .header_inner_icon_right a{
    margin-left: 10px;
  }
  .header_inner_nav{
    height: 34px;
  }
  .banner_txt img{
    width: 35%;
  }
  .banner_txt h5{
    font-size: 50px;
    margin: 20px 0;
  }
  .ab_content{
    width: 100%;
    padding: 10%;
  }
  .ab_content h5{
    font-size: 20px;
  }
  .ab_content p{
    font-size: 13px;
  }
  .teract_all_txt p{
    font-size: 13px;
  }
  .index_prod_phone_list{
    position: relative;
  }
  .index_prod_phone_txt{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .index_prod_phone_txt p{
    font-size: 13px;
    color: #fff;
    margin: 0;
    margin-top: 20px;
  }
  .index_teract{
    padding: 6%;
  }
  .teract_list{
    width: 100%;
    margin: 5% 0;
  }
  .teract_all_img p{
    font-size: 12px;
  }

  .index_recruit{
    padding: 0;
  }
  .index_reBg{
    width: 100%;
    padding: 0;
  }
  .recruit_logo{
    padding: 20%;
  }
  .recruit_logo img{
    width: 75%;
  }
  .ting_img_left{
    width: 100%;
    overflow: hidden;
  }
  .ting_img_left img{
    width: 200%;
    -webkit-transform: translateX(-25%);
    transform: translateX(-25%);
  }
  .index_reBg_title{
    z-index: 2;
  }
  .index_reBg_title p{
    font-size: 20px;
  }
  .footer_phone{
    width: 100%;
    background: #1410a7;
    padding-top: 20%;
    padding-bottom: 4%;
    font-size: 12px;
    color: #fbf9f9;
    text-align: center;
  }
  .footer_phone a{
    color: #fbf9f9;
  }

  .banner2{
    padding: 12% 6%;
  }
  .banner2_img{
    width: 100%;
  }
  .about_box{
    padding: 12% 6%;
  }
  .about_cont1{
    position: relative;
  }
  .about_healt_left{
    width: 100%;
    padding: 0 12%;
    margin-top: 10%;
  }
  .about_healt_right{
    width: 70%;
    -webkit-transform: translateY(-0%);
    transform: translateY(-0%);
  }
  .rig_small{
    width: 60%;
    left: -42%;
    bottom: 25%;
  }
  .about_cont1>p{
    font-size: 12px;
    margin-bottom: 2%;
  }
  .about_healt_left>img{
    margin: 0;
    position: absolute;
    top: 20px;
    left: 0;
    width: 24%;
  }
  .about_healt_left p{
    font-size: 13px;
    text-align: center;
  }
  .about_vision{
    margin-top: 10%;
    padding: 0 12%;
  }
  .about_vision h5{
    font-size: 20px;
    text-align: center;
    margin: 0 0 6% 0;
  }
  .about_vision p{
    font-size: 13px;
    text-align: center;
  }
  .footer2{
    padding: 12% 8% 6% 8%;
  }
  .footer2_bot{
    text-align: center;
  }
  .footer2_bot>img{
    width: 24%;
  }
  .footer2_bot ul li a{
    font-size: 12px;
  }
  .footer2_bot ul{
    margin: 6% 0;
  }
  .footer2_bot p{
    font-size: 12px;
    text-align: center;
  }
  .footer2_bot p a{
    font-size: 12px;
  }
  .warpper_page{
    padding: 9% 0;
  }
  .find_cont1{
    padding: 0 9%;
  }
  .find_cont2{
    padding: 0 9%;
  }
  .find_input{
    width: 100%;
  }
  .media_ico img{
    width: 40px;
  }
  .find_logo>img{
    width: 24%;
    margin-bottom: 20px;
  }
  .find_logo p{
    font-size: 12px;
  }
  .submit a{
    font-size: 12px;
    line-height: 40px;
    height: 40px;
  }
  .find_input input{
    font-size: 12px;
  }
  .find_input textarea{
    font-size: 12px;
    height: 150px
  }
  .product_list_box{
    width: 100%;
    position: relative;
    left: 0;
    bottom: 0;
    padding: 5%;
    padding-top: 8%;
  }
  .product_more{
    display: none;
  }
  .product_list_title{
    margin-bottom: 5%;
  }
  .product_list_txt h5{
    font-size: 13px;
    margin-bottom: 10px;
  }
  .product_list_txt p{
    font-size: 12px;
  }
  .product_list_title p{
    font-size: 13px;
  }
  .product_list_item{
    margin-bottom: 10px;
  }
  .product_list{
    padding-bottom: 6%;
  }
  .poster_cont{
    padding: 0 9%;
  }
  .btn_expan span{
    font-size: 13px;
  }
  .poster_txt p{
    font-size: 12px;
  }
  .product_details{
    padding: 0;
  }
  .product_details_top{
    margin-bottom: 15%;
    position: relative;
  }
  .product_details_img{
    width: 100%;
  }
  .product_details_right{
    top: 30%;
  }
  .product_details_left{
    top: 30%;
  }
  .product_details_txt{
    width: 90%;
    right: 5%;
    bottom: 3%;
    top: auto;
    z-index: 9;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
  }
  .product_details_txt h5{
    font-size: 14px;
    margin-bottom: 5%;
  }
  .product_details_txt p{
    font-size: 12px;
    margin-bottom: 3%;
  }
  .product_details_small{
    background-color: #1410a7;
    margin: 0;
    padding: 10px;
    justify-content: center;
    top:100%;
  }
  .product_details_small img{
    width: 45px;
    margin-right: 8px;
  }
  .product_details_data{
    padding: 5%;
    margin-bottom: 0;
  }
  .product_details_more{
    padding: 10%;
    padding-top: 2%;
  }
  .product_details_more>h5{
    margin: 0;
    margin-bottom: 8%;
    font-size: 18px;
  }
  .product_details_more_item p{
    font-size: 13px;
    margin-top: 0;
    margin-bottom: 12px;
  }
}
/********移动端********/


/********缓动********/
.clm5{
  margin-left: -5px;
  margin-right: -5px;
}
.clp5{
  padding-left: 5px;
  padding-right: 5px;
}
.animateHide{
	-webkit-transform: translateY(100px);
  transform: translateY(100px);
	opacity:0;
  -moz-opacity:0; 
  -khtml-opacity:0;
  -webkit-opacity:0;
	filter:alpha(opacity=0);
	-webkit-transition: all cubic-bezier(0.19, 1, 0.22, 1) .9s;		
	transition: all cubic-bezier(0.19, 1, 0.22, 1) .9s;
}
.animateHide1{
	-webkit-transform: translateX(-120px);
  transform: translateX(-120px);
	opacity:0;
  -moz-opacity:0; 
  -khtml-opacity:0;
  -webkit-opacity:0;
	filter:alpha(opacity=0);
	-webkit-transition: all cubic-bezier(0.19, 1, 0.22, 1) .9s;		
	transition: all cubic-bezier(0.19, 1, 0.22, 1) .9s;
}
.animateHide2{
	-webkit-transform: translateX(120px);
  transform: translateX(120px);
	opacity:0;
  -moz-opacity:0; 
  -khtml-opacity:0;
  -webkit-opacity:0;
	filter:alpha(opacity=0);
	-webkit-transition: all cubic-bezier(0.19, 1, 0.22, 1) .9s;		
	transition: all cubic-bezier(0.19, 1, 0.22, 1) .9s;
}
.animateHide.d0{
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
.animateHide.d1{
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}
.animateHide.d2{
	-webkit-transition-delay: .4s;
	transition-delay: .4s;
}
.animateHide.d3{
	-webkit-transition-delay: .6s;
	transition-delay: .6s;
}
.animateHide.d4{
	-webkit-transition-delay: .8s;
	transition-delay: .8s;
}
.animateHide.d5{
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}
.animateHide.d6{
	-webkit-transition-delay: 1.2s;
	transition-delay: 1.2s;
}
.animateHide.d7{
	-webkit-transition-delay: 1.4s;
	transition-delay: 1.4s;
}
.animateHide.d8{
	-webkit-transition-delay: 1.6s;
	transition-delay: 1.6s;
}
.animateHide.d9{
	-webkit-transition-delay: 1.8s;
	transition-delay: 1.8s;
}
.animateShow{
	-webkit-transform: translateX(0px) translateY(0px);
  transform: translateX(0px) translateY(0px);
	opacity:1;
  -moz-opacity:1; 
  -khtml-opacity:1;
  -webkit-opacity:1;
	filter:alpha(opacity=100);
}
/********缓动********/
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	