.in-header .in-logo .nav_logo1{
	display: none;
}

.in-header{
	/* position: fixed; */
	z-index: 9999;
	background: #fff;
}

.g-nav-top{
	height: 47px;
	background: #F7F7F7;
	width: 100%;
}
.showc{
	height: 110px;
}
.g-nav-top .continer1{
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 47px;
	line-height: 47px;
}
.g-nav-top .continer1 a{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #828282;
	margin: 0 10px;
}
.g-banner{
	position: relative;
	padding-top: 110px;
}
.g-banner .g-banner-content{
	position: absolute;
	width: 1520px;
	top: 63%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: left;
}
.g-banner .g-banner-content p{
	font-size: 36px;
	font-family: Source Han Sans HW SC;
	font-weight: 400;
	color: #0081CC;
	line-height: 72px;
}
.in-header .li-block{
	line-height: 110px;
}
 .in-header .li-block2{
	 top: 110px;
 }
 
 
 
 /* 检测中心 */
 .g-testing{
 	margin: 50px 0 80px;
 }
 .g-testing .testing_top{
 	display: flex;
 	flex-direction: column;
 	width: 100%;
 	justify-content: center;
 	align-items: center;
 }
 .g-testing .testing_top .pic{
 	position: relative;
 	padding-bottom: 80px;
 }
 .g-testing .testing_top .pic img{
 	box-shadow: 0px 6px 13px 0px rgba(0,0,0,0.65);
 }
 .g-testing .testing_top .pic::before{
 	content: '';
 	position: absolute;
 	bottom: 0;
 	left: 50%;
 	transform: translate(-50%,0);
 	width: 4px;
 	height: 80px;
 	background: #0081CC;
 }
 .g-testing .testing_top .testing_min{
 	display: flex;
 	flex-direction: row;
 	width: 100%;
 	justify-content: center;
 	align-items: center;
 }
 .g-testing .testing_top .testing_min a{
 	position: relative;
 	margin-top: 80px;
 	height: 48px;
 	line-height: 46px;
 	width: 200px;
 	border: 1px solid #0081CC;
 	border-radius: 31px;
 	font-size: 14px;
 	font-family: Microsoft YaHei;
 	font-weight: 400;
 	color: #0081CC;
 	margin-right: 30px;
	text-align: center;
 }
 .g-testing .testing_top .testing_min a:hover{
 	background: #0081CC;
 	color: #fff;
 }
 .g-testing .testing_top .testing_min a:last-child{
 	margin-right: 0;
 }
 .g-testing .testing_top .testing_min a::after{
 	content: '';
 	position: absolute;
 	top: -81px;
 	left: 50%;
 	transform: translate(-50%,0);
 	width: 4px;
 	height: 81px;
 	background: #0081CC;
 }
 .g-testing .testing_top .testing_min a::before{
 	content: '';
 	position: absolute;
 	top: -81px;
 	right: -66%;
 	width: calc(100% + 32px);
 	height: 4px;
 	background: #0081CC;
 }
 .g-testing .testing_top .testing_min a:last-child::before{
 	display: none;
 }
 
 .g-testing .testing_top .testing_row{
 	margin-top: 100px;
 	position: relative;
 	display: flex;
 	flex-direction: row;
 	justify-content: flex-end;
 	width: 100%;
 }
 
 .g-testing .testing_top .testing_row .row_left{
 	position: absolute;
 	top: 50%;
 	left: 0;
 	transform: translate(0,-50%);
 	width: 674px;
 	display: flex;
 	flex-direction: column;
 	padding: 60px;
 	background: #0081CC;
 }
 .g-testing .testing_top .testing_row .row_left .row_heng{
 	margin-bottom: 40px;
 	width: 82px;
 	height: 4px;
 	background: #FFFFFF;
 }
 .g-testing .testing_top .testing_row .row_left p{
 	font-size: 18px;
 	font-family: Microsoft YaHei;
 	font-weight: 400;
 	color: #FFFFFF;
 	line-height: 32px;
 }
 
 
 
 
/* 公司简介 */
.g-about-us{
	padding: 50px 0;
}
.g-about-top{
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}

.about_name{
	font-size: 36px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #343434;
	position: relative;
	padding-bottom: 15px;
}
.about_name::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 30%;
	width: 40%;
	height: 3px;
	background:#0081CC ;
}
.g-about-row{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-top: 30px;
}
.g-about-row a{
	margin-right: 25px;
	margin-bottom: 45px;
	height: 43px;
	line-height: 41px;
	text-align: center;
	border: 1px solid #0081CC;
	border-radius: 22px;
	padding: 0 40px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #0081CC;
}
.g-about-row a:last-child{
	margin-right: 0px;
}
.g-about-row a.active{
	background: #0081CC;
	color: #fff;
}
.g-about-min{
	display: flex;
	flex-direction: column;
	width: 100%;
}
.g-about-min .about_min_top{
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 100%;
	justify-content: space-between;
}
.g-about-min .about_min_top .about_min_left{
	width: 100%;
}
.g-about-min .about_min_top .about_min_left p{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #6E6E6E;
	line-height: 30px;
}
.g-about-min .about_min_top .about_min_left p img{
	margin-left: 20px;
}
.g-about-min .about_min_top  .about_min_right{
	width: 49%;
	text-align: right;
}
.g-about-min .about_min_row{
	display: none;
	flex-direction: row;
	flex-wrap: wrap;
	width: 90%;
	justify-content: space-between;
	margin: 75px auto ;
}
.g-about-min .about_min_row .about_row_column{
	width: 25%;
	display: flex;
	flex-direction: column;
	border-right: 1px solid #E5E5E5;
	align-items: center;
	text-align: center;
}
.g-about-min .about_min_row .about_row_column p{
	font-size: 16px;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	color: #0081CC;
}
.g-about-min .about_min_row .about_row_column p span{
	font-size: 60px;
	font-family: Arial;
	line-height: 1;
}
.g-about-min .about_min_row .about_row_column h4{
	font-size: 16px;
	font-family: MicrosoftYaHei;
	font-weight: 400;
	color: #6E6E6E;
	margin-top: 5px;
}
.g-about-min .about_min_row .about_row_column:last-child{
	border-right:none
}



/* 发展历程 */

.g-history {
  padding: 40px 0 0;
  background: url(../images/about/history_1.png)no-repeat center center;
}
/* 资质荣誉 */

.g-about-us  .g-honor-row{
	margin: 15px 0 0;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: flex-start;
	align-items: end;
}
.g-about-us  .g-honor-row .g-honor-content{
	width: calc((100% - 105px) / 4);
	margin-right: 35px;
	margin-bottom: 20px;
}
.g-about-us  .g-honor-row .g-honor-content:nth-of-type(4n) {
	margin-right: 0;
}
.g-honor-content .pic{
	padding: 2px;
	overflow: hidden;
}
.g-honor-content .pic img {
	transition: .5s;
}
.g-honor-content:hover .pic img {
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.g-about-us  .g-honor-row .g-honor-name{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	margin-top: 15px;
	text-align: center;
}
.g-about-us  .g-honor-row .g-honor-content:hover .g-honor-name{
	color: #0081CC;
}




.recruit-overlay {
	display: none;
    opacity: 0;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color:rgba(0, 0, 0, 0.8);
    transition: opacity 0.5s ease;
}
.recruit-overlay.active{
	display: block;
	opacity: 9;
}
.recruit-overlay-content{
	width: 50%;
	height: 80%;
	margin: 5% auto;
	position: relative;
	display: flex;
	align-items: center;
	overflow: hidden;
}
.recruit-guanbi{
	position: absolute;
	width: 26px;
	height: 26px;
	right: 25px;
	top: 4%;
	cursor: pointer;
	z-index: 999;
}
.recruit-overlay .swiper-container{
	height: 100%;
}
.recruit-overlay-content .column{
	width: 80%;
	background: #fff;
	display: flex;
	flex-direction: column;
	padding: 30px;
	margin: 0 auto;
	position: relative;
	border-radius: 10px;
}
.recruit-overlay-content .column .name{
	width: 100%;
	text-align: left;
	padding-bottom: 17px;
	border-bottom: 1px solid #DFDFDF;
	margin-bottom: 20px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #000000;
	line-height: 30px;
}
.recruit-overlay_p{
	font-size: 16px;
	color: #333333;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 30px;
}
.recruit-overlay-row{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 20px;
}
.recruit-overlay-row p{
	font-size: 14px;
	color: #333333;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 30px;
	margin-right: 20px;
}
.recruit-overlay-row p span{
	color: #838383;
}
.recruit-overlay-content .column ul{
	list-style: decimal;
	list-style-position: inside;
	margin-bottom: 20px;
}
.recruit-overlay-content .column ul li{
	color: #838383;
	font-size: 14px;
	margin-right: 10px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 30px;
}
.recruit-overlay-footer{
	display: flex;
	flex-direction: row;
	align-items: center;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #838383;
	line-height: 30px;
}
.recruit-overlay-footer span{
	margin-left: 40px;
}
.overlay_cuo{
	position: absolute;
	top: 18px;
	right: 14%;
	cursor: pointer;
}
.recruit-overlay-content .swiper-button-next,.recruit-overlay-content  .swiper-button-prev{
	width: 51px;
	height: 51px;
	background-size: 51px 51px;
}
.recruit-overlay-content .swiper-button-prev,.recruit-overlay-content .swiper-container-rtl .swiper-button-next{
	background-image:  url(../images/about/zy.png);
	
}

.recruit-overlay-content .swiper-button-next,.recruit-overlay-content .swiper-container-rtl .swiper-button-prev{
	background-image:  url(../images/about/zy.png);
	transform: rotateY(-180deg);
}
.recruit-overlay-content .swiper-button-prev:hover{
	background-image:  url(../images/about/zy_1.png);
	transform: rotateY(-180deg);
}
.recruit-overlay-content .swiper-button-next:hover{
	background-image:  url(../images/about/zy_1.png);
	transform: rotateY(0deg);
}
.recruit_content{
	text-align: center;
	width: 100%;
	height: 100%;
}
.recruit_content img{
	height: 100%;
}


/* 社会责任 */
.g_respon{
	display: flex;
	flex-direction: row;
	width: 100%;
	justify-content: space-between;
}
.g_respon .g_respon_left{
	width: 45%;
}
.g_respon .g_respon_right{
	width: 52%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.g_respon .g_respon_right .g_respon_content{
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-bottom: 30px;
}
.g_respon .g_respon_right .g_respon_content:last-child{
	margin-bottom: 0;
}
/* .g_respon .g_respon_right .g_respon_content h2{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #0081CC;
	margin-bottom: 20px;
}
.g_respon .g_respon_right .g_respon_content p{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #6E6E6E;
	line-height: 30px;
}
 */
.g_respon .g_respon_right  h2{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #0081CC;
	margin-bottom: 20px;
}
.g_respon .g_respon_right  p{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #6E6E6E;
	line-height: 30px;
}


/* 招聘信息 */

.b-social-content{
	padding: 40px 0 0;
	display: flex;
	flex-direction: column;
	width: 100%;
}
.social_content{
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-bottom: 25px;
}
.social_content_top{
	display: flex;
	flex-direction: column;
	width: 100%;
	padding-bottom: 20px;
	border-bottom: 1px solid #E3E3E3;
	cursor: pointer;
}
.social_name{
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
}
.social_ul{
	margin-top: 25px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 0 20px;
}
.social_ul li{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	width: 25%;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	position: relative;
	padding-left: 13px;
}
.social_ul li::after{
	content: '';
	position: absolute;
	width: 4px;
	height: 4px;
	background: #5D5D5D;
	top: 50%;
	left: 0;
	transform: translate(0,-50%);
}
.social_ul li::marker{
	color: #838383;
}
.social_ul li span{
	color: #838383;
	font-family: Microsoft YaHei;;
}
.social_ul .social_add{
	width: 35%;
}
.social_ul .social_open{
	color: #333333;
	display: flex;
	justify-content: flex-end;
	cursor: pointer;
	width: 15%;
}
.social_ul .social_open::after{
	left: 39%;
	
}
.social_ul .social_open em{
	width: 0;   
	height: 0;   
	border-left: 6px solid transparent; 
	border-right: 6px solid transparent;
	border-top: 6px solid #616161; 
	font-size: 0;  
	line-height: 0; 
	margin-left: 10px;
}
.social_content_min{
	display: none;
	padding: 0 20px 40px;
}
.social_min_content{
	padding-top: 30px;
	display: flex;
	flex-direction: column;
}
.social_min_content .social_min_name{
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}
.social_min_content  li{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #838383;
	line-height: 30px;
	font-family: Microsoft YaHei;;
}

.social_content.active .social_name,.social_content:hover .social_name{
	color:  #0081CC;
}
.social_content.active .social_ul .social_open{
	color: #0081CC;
}
.social_content.active .social_ul .social_open::after {
	background:  #0081CC;
}
.social_content.active .social_ul .social_open em{
	border-bottom: 6px solid  #0081CC;
	border-top: none;
}

.social_content.active .social_content_min{
	display: block;
}



/* 工艺流程 */
.g_process{
	width: 100%;
	text-align: center;
	margin: 40px auto 60px;
}

/* 锻造产线 */
.g_manufacture .g-honor-content .pic{
	padding: 0;
	border: 1px solid #ECECEC;
	text-align: center;
}

/* 锻造产线详情 */
.g_manufacture_show{
	display: flex;
	flex-direction: row;
	width: 100%;
	justify-content: space-between;
}
.g_manufacture_show .manufacture_left{
	width: 18%;
	display: flex;
	flex-direction: column;
}
.g_manufacture_show .manufacture_left .manufacture_left_top{
	width: 100%;
	height: 54px;
	background: #0081CC;
	line-height: 54px;
	text-align: center;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 1px;
}
.g_manufacture_show .manufacture_left li{
	/* height: 44px; */
	line-height: 44px;
	background: #F1F1F1;
	width: 100%;
	margin-bottom: 1px;
	padding:0 20px;
}
.g_manufacture_show .manufacture_left li a{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #727272;
	background: url(../images/about/dian.png) no-repeat left center;
	padding-left: 13px;
	width: 100%;
	display: block;
}
.g_manufacture_show .manufacture_right{
	width: 79%;
	display: flex;
	flex-direction: column;
}
.g_manufacture_show .manufacture_right .manufacture_right_name{
	margin-bottom: 20px;
	padding-left:17px;
	text-align: left;
	font-size: 24px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #313033;
	position: relative;
	line-height: 1;
}
.g_manufacture_show .manufacture_right .manufacture_right_name::after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 6px;
	height: 100%;
	background:#0081CC ;
	border-radius: 12px;
}
.g_manufacture_show .manufacture_right .manufacture_right_min{
	padding: 70px 0 100px;
	display: flex;
	flex-direction: column;
	border-top: 1px solid #DBDCDC;
	border-bottom: 1px solid #DBDCDC;
}
.g_manufacture_show .manufacture_right .manufacture_right_min .manufacture_right_min_content{
	width: 70%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.g_manufacture_show .manufacture_right .manufacture_right_min .manufacture_right_min_content p{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #6E6E6E;
	line-height: 30px;
	margin-top: 20px;
}
.g_manufacture_show .manufacture_right .manufacture_right_footer{
	display: flex;
	flex-direction: column;
	width: 100%;
	margin-top: 70px;
}
.g_manufacture_show .manufacture_right .manufacture_right_footer .manufacture_footer_top{
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 100%;
	justify-content: space-between;
	margin-bottom: 20px;
}
.g_manufacture_show .manufacture_right .manufacture_right_footer .manufacture_footer_top .manufacture_right_name{
	margin-bottom: 0;
}
.g_manufacture_show .manufacture_right .manufacture_right_footer .manufacture_footer_top .manufacture_footer_ck{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #313033;
}
.g_manufacture_show .manufacture_right .manufacture_right_footer .manufacture_footer_min{
	padding: 40px 0 20px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: flex-start;
	width: 100%;
	border-top: 1px solid #DBDCDC;
	border-bottom: 1px solid #DBDCDC;
}
.manufacture_right_footer .manufacture_footer_min .manufacture_footer_column{
	width: calc((100% - 45px) / 4);
	margin-right: 15px;
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
/* 	align-items: center; */
	justify-content: center;
}
.manufacture_right_footer .manufacture_footer_min .manufacture_footer_column:nth-of-type(4n) {
  margin-right: 0;
}
.manufacture_right_footer .manufacture_footer_min .manufacture_footer_column .pic{
	overflow: hidden;
	border: 1px solid #ECECEC;
}
.manufacture_right_footer .manufacture_footer_min .manufacture_footer_column .pic img {
	transition: .5s;
}
.manufacture_right_footer .manufacture_footer_min .manufacture_footer_column:hover .pic img {
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.manufacture_right_footer .manufacture_footer_min .manufacture_footer_column p{
	margin-top: 25px;
	text-align: center;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #6E6E6E;
}
.manufacture_right_footer .manufacture_footer_min .manufacture_footer_column:hover p{
	color: #0081CC;
}
.manufacture_right_footer .manufacture_footer_bq{
	margin-top: 0px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	width: 100%;
	justify-content: flex-start;
}
.manufacture_right_footer .manufacture_footer_bq p{
	margin-right: 15px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #313033;
	margin-bottom: 20px;
}
.manufacture_right_footer .manufacture_footer_bq a{
	height: 28px;
	line-height: 28px;
	background: #F2F2F2;
	margin-right: 15px;
	text-align: center;
	padding: 0 14px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #878787;
}
.manufacture_right_footer .manufacture_footer_bq a:hover{
	background: #0081CC;
	color: #fff;
}


.manufacture_right_footer .manufacture_footer_bj{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	width: 100%;
	justify-content: space-between;
	padding-top: 40px;
	border-top: 1px solid #DBDCDC;
}
.manufacture_right_footer .manufacture_footer_bj .manufacture_footer_input{
	display: flex;
	flex-direction: row;
	align-items: center;
}
.manufacture_right_footer .manufacture_footer_bj .manufacture_footer_input input {
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  border-radius: 8px;
  height: 48px;
  line-height: 48px;
  padding: 0 20px;
  width: 200px;
  margin-right: 15px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #686868;
}
.manufacture_right_footer .manufacture_footer_bj .manufacture_footer_input select{
	background: ;
	border: 1px solid #E2E2E2;
	border-radius: 8px;
	height: 48px;
	line-height: 48px;
	padding: 0 20px;
	width: 200px;
	margin-right: 15px;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #686868;
	background:#FFFFFF url(../images/welcome/xiala.png) no-repeat right 20px center;
	background-size:14px 8px ;
}
.manufacture_right_footer .manufacture_footer_bj .manufacture_footer_input .button{
	height: 48px;
	background: #0081CC;
	border-radius: 8px;
	line-height: 48px;
	text-align: center;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	padding: 0 30px;
	cursor: pointer;
}
.manufacture_right_footer .manufacture_footer_bj .application_zx{
	display: flex;
	flex-direction: row;
	align-items: center;
}
.manufacture_right_footer .manufacture_footer_bj .application_zx h4{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #0081CC;
	margin-right: 5px;
	padding-left: 25px;
	background: url(../images/welcome/iphone.png) no-repeat left center;
	background-size: 21px 21px;
}
.manufacture_right_footer .manufacture_footer_bj .application_zx h2{
	font-size: 30px;
	font-family: Arial;
	font-weight: bold;
	color: #0081CC;
}



.g_manufacture_show .manufacture_left li .manufacture_second{
	padding-left: 20px;
	padding-bottom: 10px;
}
.g_manufacture_show .manufacture_left li .manufacture_second a{
	font-size: 14px;
}

/* 质量保障 */
#quality .g-about-us .g-honor-row .g-honor-content{
	width: calc((100% - 120px) / 5);
	margin-right: 25px;
	margin-bottom: 20px;
}
#quality .g-about-us .g-honor-row .g-honor-content:nth-of-type(4n) {
  margin-right: 25px;
}
#quality .g-about-us .g-honor-row .g-honor-content:nth-of-type(5n) {
  margin-right: 0px;
}
/* .quality_recruit .recruit-overlay-content{
	margin: 6% auto 0;
} */


/* 新闻资讯 */
.news_content{
	display: flex;
	flex-direction: column;
	width: 100%;
}
.news_content .news_content_top{
	display: flex;
	flex-direction: row;
	width: 100%;
	background: #F7F7F7;
	justify-content: space-between;
	margin-bottom: 50px;
}
.news_content .news_content_top .news_top_left{
	width: 50%;
	overflow: hidden;
}
.news_content .news_content_top .news_top_left img {
	transition: .5s;
}
.news_content .news_content_top:hover .news_top_left img {
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}

.news_content .news_content_top .news_top_right{
	width: 48%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 40px 50px 40px 0;
}
.news_content .news_content_top .news_top_right h2{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #383838;
	padding-bottom: 20px;
	border-bottom: 1px solid #DFDFDF;
	margin-bottom: 30px;
}
.news_content .news_content_top .news_top_right p{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #989898;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.news_content .news_content_top .news_top_right .news_top_but{
	margin-top: 30px;
	width: 46px;
	height: 46px;
	background: rgba(0, 129, 204, 0);
	border: 1px solid #E7E7E7;
	border-radius: 50%;
	position: relative;
}
.news_content .news_content_top .news_top_right .news_top_but img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.news_content .news_content_top:hover .news_top_right h2{
	color: #0081CC;
}
.news_content .news_content_top:hover .news_top_right .news_top_but{
	background:#0081CC ;
	border: 1px solid #0081CC;
}
.news_wrap{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width: 100%;
}
.news_wrap .news_wrap_min{
	width: calc((100% - 40px) / 2);
	margin-right: 40px;
	margin-bottom: 40px;
	border: 1px solid #DFDFDF;
	border-radius: 10px;
	display: flex;
	flex-direction: row;
	padding: 35px;
	justify-content: space-between;
}
.news_wrap .news_wrap_min:nth-of-type(2n) {
  margin-right: 0;
}
.news_wrap .news_wrap_min .news_time{
	width: 13%;
	padding: 15px 0;
	display: flex;
	flex-direction: column;
	text-align: center;
	justify-content: center;
	background: #F2F2F2;
}
.news_wrap .news_wrap_min .news_time .news_day{
	font-size: 36px;
	font-family: Arial;
	font-weight: bold;
	color: #5F5F5F;
	margin-bottom: 5px;
	line-height: 1;
	text-align: center;
}
.news_wrap .news_wrap_min .news_time .news_years{
	font-size: 14px;
	font-family: Arial;
	font-weight: 400;
	color: #5F5F5F;
	text-align: center;
}
.news_wrap .news_wrap_min  .news_warp_right{
	width: 83%;
	display: flex;
	flex-direction: column;
}
.news_wrap .news_wrap_min  .news_warp_right h2{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #6B6B6B;
	margin-bottom: 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news_wrap .news_wrap_min  .news_warp_right p{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #AEAEAE;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.news_wrap .news_wrap_min:hover{
	border: 1px solid #0081CC;
}
.news_wrap .news_wrap_min:hover .news_time{
	background: #0081CC;
}
.news_wrap .news_wrap_min:hover .news_time .news_day,.news_wrap .news_wrap_min:hover .news_time .news_years{
	color: #fff;
}
.news_wrap .news_wrap_min:hover .news_warp_right h2{
	color:#0081CC ;
}
.news-right-content .manufacture_right_footer {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 70px;
}
.news-right-content .manufacture_right_footer .manufacture_footer_top {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 20px;
  display: none;
}
.news-right-content .manufacture_right_footer .manufacture_footer_top .manufacture_right_name {
  padding-left: 17px;
  text-align: left;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #313033;
  position: relative;
  line-height: 1;
}
.news-right-content .manufacture_right_footer .manufacture_footer_top .manufacture_right_name::after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 6px;
	height: 100%;
	background:#0081CC ;
	border-radius: 12px;
}
.news-right-content .manufacture_right_footer .manufacture_footer_top .manufacture_footer_ck {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #313033;
}
.news-right-content .manufacture_right_footer .manufacture_footer_min{
	padding: 45px 0 10px;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: space-between;
	border-top: 1px solid #DBDCDC;
	border-bottom: 1px solid #DBDCDC;
	display: none;
}
.news-right-content .manufacture_right_footer .manufacture_footer_min .manufacture_footer_column{
	width: 48%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 40px;
	margin-right: 0;
}
.news-right-content  .manufacture_footer_min .manufacture_footer_column .news_footer_time{
	width: 12%;
	display: flex;
	flex-direction: column;
	background: #F2F2F2;
	padding: 15px 0;
	text-align: center;
	justify-content: center;
}
.news-right-content  .manufacture_footer_min .manufacture_footer_column .news_footer_time .news_footer_day{
	font-size: 36px;
	font-family: Arial;
	font-weight: bold;
	color: #5F5F5F;
	line-height: 1;
}
.news-right-content  .manufacture_footer_min .manufacture_footer_column .news_footer_time .news_footer_year{
	font-size: 14px;
	font-family: Arial;
	font-weight: 400;
	color: #5F5F5F;
}
.news-right-content  .manufacture_footer_min .manufacture_footer_column .news_footer_right{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 85%;
}
.news-right-content .manufacture_footer_min .manufacture_footer_column .news_footer_right h2{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #6B6B6B;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	margin-bottom: 10px;
}
.news-right-content  .manufacture_footer_min .manufacture_footer_column .news_footer_right h4{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #AEAEAE;
	line-height: 25px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}




.news_show{
	display: flex;
	flex-direction: row;
	width: 100%;
	justify-content: space-between;
	align-items: flex-start;
}
.news_show .right{
	width: 70%;
}
.news_show .news_show_content{
	width: 25%;
	padding: 20px 30px;
	border: 1px solid #e5e5e5;
	display: flex;
	flex-direction: column;
}
.news_show .news_show_content .news_show_min{
	display: flex;
	flex-direction: column;
	margin-bottom: 25px;
	width: 100%;
}
.news_show .news_show_content .news_show_name{
	text-align: left;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 700;
	color: #444;
	margin-bottom: 30px;
}
.news_show .news_show_content .news_show_min h2{
	font-size: 16px;
	font-family: Microsoft YaHei;
	color: #444;
	font-weight: 400;
	text-align: left;
	margin-bottom: 10px;
}
.news_show .news_show_content .news_show_min p{
	text-align: left;
	color: #b7b7b7;
	font-size: 14px;
}
.news_show .news_show_content .news_show_min:hover h2{
	color:#0081CC ;
}






/* 资料下载 */
.download_content{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: flex-start;
}
.download_content .download_row{
	width: calc((100% - 40px) / 2);
	margin-right: 40px;
	margin-bottom: 30px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	border: 1px solid #DFDFDF;
	border-radius: 10px;
	padding: 35px 40px;
}
.download_content .download_row:nth-of-type(2n) {
  margin-right: 0;
}
.download_content .download_row .download_row_left{
	width: 83%;
	display: flex;
	flex-direction: column;
}
.download_content .download_row .download_row_left h2{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #383838;
	margin-bottom: 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.download_content .download_row .download_row_left p{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #989898;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.download_content .download_row .download_row_right{
	width: 15%;
	text-align: right;
	display: flex;
	justify-content: flex-end;
}
.download_content .download_row .download_row_right .pic{
	width: 58px;
	height: 58px;
	background: #E5E5E5;
	border-radius: 50%;
	position: relative;
}
.download_content .download_row .download_row_right .pic .download_1{
	display: block;
}
.download_content .download_row .download_row_right .pic .download_2{
	display: none;
}
.download_content .download_row .download_row_right .pic img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.download_content .download_row:hover{
	border: 1px solid #0081CC;
}
.download_content .download_row:hover .download_row_right .pic{
	background: #0081CC;
}
.download_content .download_row:hover .download_row_left h2{
	color: #0081CC;
}
.download_content .download_row:hover .download_row_right .pic .download_2{
	display: block;
}
.download_content .download_row:hover .download_row_right .pic .download_1{
	display: none;
}


/* 联系方式 */
.contact_content{
	display: flex;
	flex-direction: column;
	width: 100%;
}
.contact_content .contact_top{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	width: 100%;

}
.contact_content .contact_top .contact_top_left{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	background: #F6F6F6;
	padding: 50px 70px;
	width: 70%;
}
.contact_content .contact_top .contact_top_left .contact_top_min{
	width: 45%;
	display: flex;
	flex-direction: column;
	border-right: 1px solid #DADADA;
}
.contact_content .contact_top .contact_top_left .contact_top_min:last-child{
	border-right:none;
	padding-left: 50px;
}
.contact_content .contact_top .contact_top_left .contact_top_min h2{
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #1C1C1C;
	padding-bottom: 25px;
	position: relative;
	margin-bottom: 20px;
	margin-top: 30px;
}
.contact_content .contact_top .contact_top_left .contact_top_min h2:first-child {
	margin-top: 0;
}
.contact_content .contact_top .contact_top_left .contact_top_min h2::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 17px;
	height: 1px;
	background: #B6B6B6;
}
.contact_content .contact_top .contact_top_left .contact_top_min p{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #6C6B6B;
	line-height: 30px;
}
.contact_content .contact_top .contact_top_right{
	width: 30%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background: #004B8F;
	padding: 50px;
}
.contact_content .contact_top .contact_top_right p{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	padding-bottom: 20px;
	position: relative;
	margin-bottom: 20px;
}
.contact_content .contact_top .contact_top_right h2{
	font-size: 36px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	/* padding-bottom: 25px; */
	position: relative;
	margin-bottom: 35px;
}
.contact_content .contact_top .contact_top_right p::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 17px;
	height: 1px;
	background: #fff;
}
.contact_content .contact_top .contact_top_right .contact_top_right_d h2{
	padding-bottom: 0;
}
.contact_content .contact_top .contact_top_right .contact_top_right_d h2::after,.contact_content .contact_top .contact_top_right .contact_top_right_d  p:last-child::after {
	display: none;
}
.contact_content .contact_top .contact_top_right .contact_top_right_d  p:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
}
.contact_map_top{
	margin-top: 40px;
	width: 100%;
}
.contact_map{
	width: 100%;
	height: 600px;
}



/* 产品应用 */
.g-product{
	overflow:auto;
	width:100%;
}
.g-product table{
	border:1px solid #E3E3E3;
	border-collapse:collapse;
	text-align: center;
	margin-top: 40px;
	white-space:nowrap
}
.g-product table th{
	text-align: center;
	background: #E3E3E3;
	border:1px solid #D4D4D4;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #525252;	
	padding: 20px 10px;
}
.g-product table td{
	border:1px solid #E3E3E3;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #3E3E3E;
	padding:40px;
}

.g-product .product_td1{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #525252;
}
.g-product .product_td2{
	display: flex;
	flex-direction: column;
	width: 100%;
	text-align: left;
}
.g-product .product_img{
	width: 251px;
}
.g-product .product_td2 p{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #525252;
	line-height: 24px;
}
.g-product .product_td2 a{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #0081CC;
	line-height: 24px;
	margin-bottom: 60px;
	padding-left: 40px;
}
.g-product .product_td2 a:last-child{
	margin-bottom: 0px;
}
.g-product .product_td2 .product_a1{
	background: url(../images/product/product_4.png) no-repeat left center;
	background-size: 24px 24px;
}
.g-product .product_td2 .product_a2{
	background: url(../images/product/product_5.png) no-repeat left center;
	background-size: 27px 27px;
}
.g-product .product_td2 .product_a3{
	background: url(../images/product/product_6.png) no-repeat left center;
	background-size: 22px 22px;
}
.g-product .product_td2 .product_a4{
	background: url(../images/product/product_7.png) no-repeat left center;
	background-size: 18px 18px;
}
.g-product .product_td2 .product_a5{
	background: url(../images/product/product_8.png) no-repeat left center;
	background-size: 19px 19px;
}
.g-product .product_td2 .product_a6{
	background: url(../images/product/product_9.png) no-repeat left center;
	background-size: 26px 22px;
}
.g-product .product_td3{
	display: flex;
	flex-direction: column;
	width: 100%;
}
.g-product .product_td3 .product_row{
	display: flex;
	flex-direction: row;
	width: 380px;
	margin-bottom: 10px;
}
	
.g-product .product_td3 .product_row:last-child{
	margin-bottom: 0px;
}
.g-product .product_td3 .product_row .product_left{
	width: 50%;
	background: #F6F6F6;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 20px;
	transition: .5s;
}
.g-product .product_td3 .product_row .product_left .left_pic{
	margin-bottom: 10px;
}
.g-product .product_td3 .product_row .product_left .left_pic .t1{
	display: block;
	transition: .5s;
}
.g-product .product_td3 .product_row .product_left .left_pic .t2{
	display: none;
	transition: .5s;
}
.g-product .product_td3 .product_row .product_left p{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #525252;
	text-align: center;
	transition: .5s;
}
.g-product .product_td3 .product_row:hover .product_left{
	background: #0081CC;
}
.g-product .product_td3 .product_row:hover .product_left .left_pic .t2{
	display: block;
}
.g-product .product_td3 .product_row:hover .product_left .left_pic .t1{
	display: none;
}
.g-product .product_td3 .product_row:hover .product_left p{
	color: #fff;
}
.g-product .product_td3 .product_row .pic{
	width: 50%;
	overflow: hidden;
}
.g-product .product_td3 .product_row .pic img {
	transition: .5s;
	width: 100%;
}
.g-product .product_td3 .product_row:hover .pic img {
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}


.g-product-hide{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80%;
	transform: translate(-50%,-50%);
	background: #FFFFFF;
	box-shadow: 0px 0px 18px 0px rgba(89, 89, 89, 0.28);
	border-radius: 20px;
	display: none;
}
.g-product-hide .product-hide{
	overflow: auto;
	width: 100%;
	position: relative;
	padding: 10px 35px 35px;
	height: 500px;
}
.g-product-hide .pic{
	width: 100%;
	text-align: right;
	padding: 8px 15px 0 0;
	cursor: pointer;
}

.g-product-hide .product-hide table{
	border: 1px solid #7BBDE3;
	border-collapse:collapse;
	text-align: center;
	/* white-space:nowrap */
}
.g-product-hide .product-hide table th{
	text-align: center;
	background: #ACD9F3;
	border: 1px solid #7BBDE3;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #0081CC;	
	padding: 20px 10px;
}
.g-product-hide .product-hide table td{
	border: 1px solid #7BBDE3;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #3E3E3E;
	padding: 10px;
}
.g-product-hide .product-hide table tr:nth-child(2n) td{
	background: #D5ECFA;
}
.g-product-hide .product-hide table td.product_td1{
	background:#D5ECFA;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #515151;
}



@media (max-width: 1600px) {
	
	.social_ul .social_open::after {
	
	    left: 36%;
	
	}
}

@media (max-width: 1521px) {
	.g-banner .g-banner-content{
		width: 90%;
	}
	.g-banner .g-banner-content p {
	  font-size: 30px;
	  line-height: 60px;
	}
	
	.manufacture_right_footer .manufacture_footer_bj .manufacture_footer_input{
		margin-bottom: 20px;
	}
	
	
	
	.news_content .news_content_top .news_top_right h2{
		margin-bottom: 20px;	
	}
	.news_content .news_content_top .news_top_right .news_top_but {
	  margin-top: 20px;
	}

	.social_ul .social_open::after {
	  left: 32%;
	}
	
	
	.g_respon .g_respon_right h2 {
	  font-size: 22px;
	  margin-bottom: 13px;
	}
	.g_respon .g_respon_right p {
	  font-size: 14px;
	  line-height: 25px;
	}
	
	
	.g-product table th{
		font-size: 16px;
	}
	.g-product .product_td1 ,.g-product .product_td2 p,.g-product .product_td3 .product_row .product_left p{
	  font-size: 14px;
	}
	
	
	
	
/* 	.g-testing .testing_top .testing_min a{
		height: 52px;
		line-height: 50px;
		font-size: 24px;
	} */
	.g-testing .testing_top .testing_min a::before {
		right: -66%;
	}
	.g-testing .testing_top .testing_row .row_left {
	  width: 550px;
	  padding: 50px;
	}
/* 	.g-testing .testing_top .testing_row .row_left p {
	  font-size: 22px;
	  line-height: 42px;
	} */
}


@media (max-width: 1440px) {
	.recruit-overlay-content {
	  width: 60%;
	}
}

@media (max-width: 1401px) {
/* 	.social_ul .social_open::after {
	  left: 47%;
	} */
		
	
	
	.g-about-us  .g-honor-row .g-honor-content {
	  width: calc((100% - 90px) / 4);
	  margin-right: 30px;
	  margin-bottom: 20px;
	}
	.g-about-us  .g-honor-row .g-honor-name {
	  margin-top: 16px;
	}
	
	
	

	
	
	
	.social_ul li {
		font-size: 14px;
	}
	.social_min_content .social_min_name {
		font-size: 20px;
	}
	.social_min_content li {
		font-size: 14px;
	}
	
	
	
	.about_name{
		font-size: 30px;
	}
	.g-about-row a{
		height: 38px;
		line-height: 36px;
		padding: 0px 35px;
		font-size: 14px;
	}
	.g-about-min .about_min_top .about_min_left p{
		font-size: 15px;
	}
	
	.quality_recruit  .recruit_content img{
		max-width: 50%;
	}
	
	
	
	.news_content .news_content_top .news_top_right{
		padding: 30px 50px 30px 0;
	}
	.news_content .news_content_top .news_top_right h2 {
	  font-size: 16px;
	  padding-bottom: 15px;
	}
	.news_content .news_content_top .news_top_right p {
	  font-size: 14px;
	  line-height: 28px;
	}
	.news_content .news_content_top .news_top_right .news_top_but{
		width: 40px;
		height: 40px;
	}
	.news_wrap .news_wrap_min{
		padding: 25px;
	}
	
	
	.contact_content .contact_top .contact_top_left,.contact_content .contact_top .contact_top_right{
		padding: 40px 50px;	
	}
	.contact_content .contact_top .contact_top_left .contact_top_min {
	  padding-right: 20px;
	}
	.contact_content .contact_top .contact_top_left .contact_top_min h2 {
	  font-size: 18px;
	  padding-bottom: 20px;
	  margin-bottom: 15px;
	}
	.contact_content .contact_top .contact_top_left .contact_top_min p {
	  font-size: 14px;
	}
	.contact_content .contact_top .contact_top_right h2 {
	  font-size: 30px;
	  padding-bottom: 20px;
	  margin-bottom: 30px;
	}
}
@media (max-width: 1280px) {
	.g-nav-top .continer1 a {
	  font-size: 12px;
	  margin: 0px 7px;
	}
	.g-nav-min{
		height: 100px;
	}
	.g-nav-min .continer1{
		height: 100px;
		line-height: 100px;
	}
	.g-nav-min .continer1 p {
	  font-size: 22px;
	}
	.about_name {
	  font-size: 32px;
	}
	.g-about-top .about_column .about_column_name{
		font-size: 40px;
		margin-bottom: 30px;
	}
	.g-about-top .about_column .about_column_name .about_span {
	  font-size: 22px;
	}
	.g-about-top .about_column p {
	  font-size: 15px;
	  line-height: 33px;
	}
	.about_column_footer{
		width: 90%;
		margin: 60px auto 0;
	}
	.about_column_footer .about_cu .about_cu_row h3 {
	  font-size: 54px;
	}
	.about_column_footer .about_cu .about_cu_row h5 {
	  font-size: 35px;
	}
	.about_column_footer .about_cu .about_cu_p {
	  margin-top: 22px;
	  font-size: 16px;
	}
	.g-about-min .about_wrap .about_wrap_column {
	  width: calc((100% - 160px) / 3);
	  margin-right: 80px;
	}
	.g-about-min .about_wrap .about_wrap_column .about_wrap_name {
	  margin: 20px 0 10px;
	  font-size: 16px;
	}
	.g-about-top .about_column .about_column_img {
	  margin-top: 30px;
	}
	.g-about-min .about_wrap .about_wrap_column p {
	  font-size: 14px;
	  line-height: 28px;
	}
	
	
	

	
	
	
	.g-about-us  .g-honor-row {
	  margin: 10px 0 0px;
	}
	
	
	
	
	
	
	
	
	.social_ul li,.social_ul .social_add,.social_ul .social_open{
		width: 50%;
	}
	.social_ul .social_open{
		justify-content: flex-start;
	}
	.social_ul .social_open::after {
		left: 0;
	}
	
	
	
	.g-banner .g-banner-content p {
	  font-size: 25px;
	  line-height: 50px;
	}
	.g-about-min .about_min_top .about_min_left p {
	  font-size: 14px;
	}
	.g-about-min .about_min_row {
	  margin: 50px auto;
	}
	.g-about-min .about_min_row .about_row_column p span {
	  font-size: 45px;
	}
	.g-about-min .about_min_row .about_row_column p {
	  font-size: 15px;
	}
	.g-about-min .about_min_row .about_row_column h4 {
	  font-size: 14px;
	}
	
	
	
	.g_manufacture_show .manufacture_left {
	  width: 16%;
	}
	.g_manufacture_show .manufacture_left .manufacture_left_top {
	  height: 48px;
	  line-height: 48px;
	  font-size: 16px;
	}
	.g_manufacture_show .manufacture_left li {
	  /* height: 40px; */
	  line-height: 40px;
	  padding: 0 20px;
	}
	.g_manufacture_show .manufacture_left li a {
	  font-size: 14px;
	}
	.g_manufacture_show .manufacture_left li .manufacture_second a{
		font-size: 12px;
	}
	.g_manufacture_show .manufacture_right {
	  width: 80%;
	}
	.g_manufacture_show .manufacture_right .manufacture_right_name {
	  margin-bottom: 20px;
	  font-size: 22px;
	}
	.g_manufacture_show .manufacture_right .manufacture_right_min .manufacture_right_min_content {
	  width: 80%;
	}
	.manufacture_right_footer .manufacture_footer_min .manufacture_footer_column p {
	  margin-top: 18px;
	  font-size: 14px;
	}
	
	
	.news_wrap .news_wrap_min .news_time {
	  padding: 10px 0;
	}
	.news_wrap .news_wrap_min .news_time .news_day {
	  font-size: 33px;
	}
	.news_wrap .news_wrap_min .news_time .news_years {
	  font-size: 12px;
	}
	.news_wrap .news_wrap_min .news_warp_right h2 {
	  font-size: 16px;
	  margin-bottom: 10px;
	}
	.news_wrap .news_wrap_min .news_warp_right p {
	  font-size: 12px;
	  line-height: 25px;
	}
	
	
	.news-right-content .manufacture_right_footer .manufacture_footer_top .manufacture_right_name{
		font-size: 22px;
	}
	.news-right-content .manufacture_footer_min .manufacture_footer_column .news_footer_time {
	  width: 14%;
	}
	.news-right-content .manufacture_footer_min .manufacture_footer_column .news_footer_right {
	  width: 80%;
	}
	.news-right-content .manufacture_right_footer .manufacture_footer_min .manufacture_footer_column{
		width: 100%;
	}
	
	
	
	.download_content .download_row{
		padding: 25px 30px;
	}
	.download_content .download_row .download_row_left h2{
		font-size: 16px;
		margin-bottom: 13px;
	}
	.download_content .download_row .download_row_left p {
	  font-size: 13px;
	  line-height: 25px;
	}
	.download_content .download_row .download_row_right .pic {
	  width: 50px;
	  height: 50px;
	}
	.download_content .download_row .download_row_right .pic img{
		max-width: 33%;
	}
	
	
	
	.contact_content .contact_top .contact_top_left .contact_top_min:last-child {
	  padding-left: 40px;
	}
}
@media (max-width: 992px) {
/* 	.g-nav-top {
	  margin-top: 0px;
	  padding-top: 80px;
	  height: auto;
	} */
	
	.g-banner{
		padding-top: 80px;
	}
	.g-banner .g-banner-content p {
	  font-size: 18px;
	  line-height: 35px;
	}
	.about_name {
	  font-size: 26px;
	}
	.g-about-row a {
	  padding: 0px 30px;
	  font-size: 13px;
	  margin-right: 20px;
	}
	.g-about-min .about_min_top{
		flex-direction: column;
	}
	.g-about-min .about_min_top .about_min_left{
		width: 100%;
		margin-bottom: 30px;
	}
	.g-about-min .about_min_top .about_min_left p img{
		margin-left: 0px;
	}
	.g-about-min .about_min_top .about_min_right{
		width: 100%;
		text-align: center;
	}
	.g-about-min .about_min_row{
		width: 100%;
	}
	.g-about-min .about_min_row .about_row_column p span {
	  font-size: 35px;
	}
	.g-about-min .about_min_row .about_row_column h4 {
	  font-size: 12px;
	}
	
	
	.g_respon{
		flex-direction: column;
	}
	.g_respon .g_respon_left {
	  width: 100%;
	  text-align: center;
	  margin-bottom: 30px;
	}
	.g_respon .g_respon_right{
		width: 100%;
	}
	
	
	
	
	.g_manufacture_show{
		flex-direction: column;
	}
	.g_manufacture_show .manufacture_left {
	  width: 100%;
	  margin-bottom: 30px;
	}
	.g_manufacture_show .manufacture_right {
	  width: 100%;
	}
	
	
	
	.manufacture_right_footer .manufacture_footer_bj .manufacture_footer_input input,.manufacture_right_footer .manufacture_footer_bj .manufacture_footer_input select {
	  height: 40px;
	  line-height: 40px;
	  width: 150px;
	  font-size: 14px;
	}
	.manufacture_right_footer .manufacture_footer_bj .manufacture_footer_input .button {
	  height: 40px;
	  line-height: 40px;
	  font-size: 14px;
	}
	.manufacture_right_footer .manufacture_footer_bj .application_zx h4 {
	  font-size: 16px;
	  background-size: 16px 16px;
	}
	.manufacture_right_footer .manufacture_footer_bj .application_zx h2 {
	  font-size: 22px;
	}
	
	
	
	#quality .g-about-us .g-honor-row .g-honor-content {
	  width: calc((100% - 50px) / 3);
	  margin-right: 25px;
	  margin-bottom: 20px;
	}
	#quality .g-about-us .g-honor-row .g-honor-content:nth-of-type(5n) {
	  margin-right: 25px;
	}
	#quality .g-about-us .g-honor-row .g-honor-content:nth-of-type(3n) {
	  margin-right: 0px;
	}
/* 	.quality_recruit .recruit-overlay-content {
	  margin: 43% auto 0;
	} */
	.quality_recruit .recruit_content img {
	  max-width: 85%;
	}
	
	
	
	
	.news_content .news_content_top{
		flex-direction: column;
	}
	.news_content .news_content_top .news_top_left{
		width: 100%;
		margin-bottom: 10px;
	}
	.news_content .news_content_top .news_top_right{
		width: 100%;
		padding: 30px 50px;
	}
	.news_wrap .news_wrap_min{
		width: 100%;
		margin-right: 0px;
	}
	
	
	
	.download_content .download_row{
		width: 100%;
		margin-right: 0px;
	}
	
	
	.contact_content .contact_top{
		flex-direction: column;
	}
	.contact_content .contact_top .contact_top_left{
		flex-direction: column;
		width: 100%;
	}
	.contact_content .contact_top .contact_top_left .contact_top_min{
		width: 100%;
		border-right:none;
		border-bottom: 1px solid #DADADA;
		padding-right: 0;
		padding-bottom: 30px;
	}
	.contact_content .contact_top .contact_top_left .contact_top_min:last-child{
		border-bottom:none;
		padding: 0;
		margin-top: 30px;	
	}
	.contact_content .contact_top .contact_top_right{
		width: 100%;
	}
	.contact_map{
		height: 400px;
	}
	
	
	.social_ul li{
		width: 45%;
	}
	.social_ul .social_add, .social_ul .social_open{
		width: 55%;
	}
	
	
	
	
	.news_show .right{
		width: 100%;
	}
	.news_show .news_show_content{
		display: none;
	}
	.news-right-content .manufacture_right_footer .manufacture_footer_top,.news-right-content .manufacture_right_footer .manufacture_footer_min{
		display: flex;
	}
	.manufacture_right_footer .manufacture_footer_bq{
		margin-top: 30px;
	}
	
	
	
	
	.g-nav-top .continer1 .nav_top_right{
		display: none;
	}
		
	.g-testing .testing_top .pic{
		position: initial;
	}
	.g-testing .testing_top .testing_min a{
		position: inherit;
		margin-top: 0px;
		margin-bottom: 30px;
		padding: 0px 30px;
		font-size: 13px;
		margin-right: 20px;
		height: 38px;
		line-height: 36px;
		width: auto;
	}
	.g-testing .testing_top .testing_min{
		flex-wrap: wrap;
	}
	
	.g-testing .testing_top .testing_row{
		margin-top: 50px;
		flex-direction: column;
	}
	.g-testing .testing_top .testing_row .row_left {
	  position: initial;
	  transform: none;
	  width: 100%;
	  margin-bottom: 30px;
	}
	.g-testing .testing_top .testing_row .row_left .row_heng {
	  margin-bottom: 25px;
	  width: 64px;
	}
	.g-testing .testing_top .testing_row .row_left p {
	  font-size: 18px;
	  line-height: 33px;
	}
}
@media (max-width: 810px) {
	
	.g-nav-min {
	  height: 80px;
	}
	.g-nav-min .continer1 {
	  height: 80px;
	  line-height: 80px;
	}
	.about_column_footer {
	  width: 98%;
	  margin: 50px auto 0;
	}
	.g-about-min .about_wrap .about_wrap_column {
	  width: calc((100% - 100px) / 3);
	  margin-right: 50px;
	}
	.g-about-min .about_wrap .about_wrap_column .about_wrap_name {
	  margin: 15px 0 10px;
	  font-size: 13px;
	  line-height: 24px;
	}
	.g-about-min .about_wrap .about_wrap_column p {
	  font-size: 12px;
	  line-height: 22px;
	}
	
	
	
	
	
	.g-about-us  .g-honor-row {
	  margin: 0;
	}
	.g-about-us  .g-honor-row .g-honor-content {
	  width: calc((100% - 40px) / 3);
	  margin-right: 20px;
	  margin-bottom: 10px;
	}
	.g-about-us  .g-honor-row .g-honor-content:nth-of-type(3n) {
	   margin-right: 0px;
	}
	.g-about-us  .g-honor-row .g-honor-content:nth-of-type(4n) {
	  margin-right: 20px;
	}
	.g-about-us  .g-honor-row .g-honor-name {
	  margin-top: 12px;
	  font-size: 13px;
	}
/* 	.recruit_content {
	  margin: 0 14%;
	} */
	.recruit-overlay-content{
		width: 90%;
		/* margin: 40% auto 0; */
	}
	.recruit-overlay-content .swiper-button-next, .recruit-overlay-content .swiper-button-prev {
	  width: 40px;
	  height: 40px;
	  background-size: 40px 40px;
	}
	.recruit-guanbi{
		right: 25px;
	}
	
	
	
	
	
	.solution_wrap .solution_column {
	  width: calc((100% - 30px) / 2);
	  margin-right: 30px;
	  margin-bottom: 30px;
	  display: flex;
	  flex-direction: column;
	}
	.solution_wrap .solution_column:nth-of-type(3n) {
	   margin-right: 30px;
	}
	.solution_wrap .solution_column:nth-of-type(2n) {
	  margin-right: 0;
	}
	
	
	
	.solution_wrap .solution_show .solution_show_name {
	  font-size: 24px;
	}
	.solution_wrap .solution_show p {
	  font-size: 14px;
	  line-height: 23px;
	}
	
	
	
	.about_name.about_name1 {
	  font-size: 28px;
	}
	.solution_details ,.sod_yl{
	  padding-top: 20px;
	}
	.solution_details_name {
	  font-size: 22px;
	}
	.sod_float {
	  flex-direction: column;
	}
	.sod_float .pic {
	  width: 100%;
	  margin-bottom: 10px;
	}
	
	.sod_float .sod_float_right{
		width: 100%;
		padding: 20px;
	}
	.sod_top,.solution_scene{
		padding-top: 40px;
	}
	.sod_yl .pic,.advantage .advantage_wrap{
		margin-top: 40px;
	}
	.solution_advantage {
	  margin-top: 40px;
	  background: #F0F0F0;
	  padding: 40px 0 20px;
	}
	.advantage .advantage_wrap .advantage_content{
		width: 100%;
		margin-bottom: 25px;
	}
	.solution_scene_wrap{
		padding-top: 30px;
	}
	
	
	.g-product-hide .product-hide table th{
		font-size: 14px;
	}
	.g-product-hide .product-hide table td.product_td1{
		font-size: 13px;
	}
	.g-product-hide .product-hide table td{
		font-size: 12px;
	}



	.recruit-overlay .swiper-container{
		height: auto;
	}
	.recruit_content {
	  text-align: center;
	  width: 80%;
	  height: auto;
	  margin: 0 auto;
	}
}

@media (max-width: 600px) {
		

	.g-nav-top{
		display: none;
	}
	.g-banner{
		padding-top: 64px;
	}
	.g-nav-min {
	  height: 60px;
	}
	.g-nav-min .continer1 {
	  height: 60px;
	  line-height: 60px;
	}
	.g-nav-min .continer1 p {
	  font-size: 18px;
	}
	.g-about-us {
	  padding: 20px 0;
	}
	.about_name {
	  font-size: 22px;
	  padding-bottom: 10px;
	}
	.about_name::after {
	  height: 2px;
	}
	.g-about-top .about_column {
	  padding-top: 30px;
	}
	.g-about-top .about_column .about_column_name {
	  font-size: 28px;
	  margin-bottom: 20px;
	}
	.g-about-top .about_column .about_column_name .about_span {
	  font-size: 18px;
	  margin-left: 30px;
	}
	.g-about-top .about_column p {
	  font-size: 13px;
	  line-height: 28px;
	}
	.about_column_footer {
	  width: 100%;
	  margin: 30px auto 0;
	}
	.about_column_footer .about_cu .about_cu_row h3 {
	  font-size: 28px;
	}
	.about_column_footer .about_cu .about_cu_row h5 {
	  font-size: 18px;
	}
	.about_column_footer .about_cu .about_cu_p {
	  margin-top: 10px;
	  font-size: 10px;
	}
	.g-about-min {
	  padding-top: 15px;
	}
	.g-about-min .about_wrap {
	  margin-top: 30px;
	}
	.g-about-min .about_wrap .about_wrap_column {
	  width: calc((100% - 20px) / 2);
	  margin-right: 20px;
	  margin-bottom: 20px;
	}
	.g-about-min .about_wrap .about_wrap_column:nth-of-type(3n) {
	   margin-right: 20px;
	}
	.g-about-min .about_wrap .about_wrap_column:nth-of-type(2n) {
	  margin-right: 0;
	}
	
	
	
	
	
	.g-about-us  .g-honor-row {
	  margin: 10px 0 0;
	}
	.g-about-us  .g-honor-row .g-honor-content {
	  width: calc((100% - 20px) / 2);
	  margin-right: 20px;
	  margin-bottom: 10px;
	}
	.g-about-us  .g-honor-row .g-honor-content:nth-of-type(4n) {
		margin-right: 0px;
	}
	.g-about-us  .g-honor-row .g-honor-content:nth-of-type(3n) {
		margin-right: 20px;
	}
	.g-about-us  .g-honor-row .g-honor-content:nth-of-type(2n) {
		margin-right: 0px;
	}
	.recruit-overlay-content {
	  width: 90%;
	  /* margin: 60% auto 0; */
	}
	.recruit-guanbi {
	  width: 20px;
	  height: 20px;
	  right: 28px;
	  top: 10%;
	}
	.recruit-overlay-content .swiper-button-next, .recruit-overlay-content .swiper-button-prev {
	  width: 30px;
	  height: 30px;
	  background-size: 30px 30px;
	}
	
	
	
	
	
	
	.solution_wrap{
		padding-top: 30px;
	}
	.solution_wrap .solution_column {
	  width: calc((100% - 20px) / 2);
	  margin-right: 20px;
	  margin-bottom: 20px;
	}
	.solution_wrap .solution_column:nth-of-type(3n) {
	  margin-right: 20px;
	}
	.solution_wrap .solution_column .solution_name {
	  margin-top: 13px;
	  font-size: 12px;
	}

	
	
	
	.solution_wrap .solution_show {
	  width: 100%;
	  margin-bottom: 30px;
	}
	.solution_wrap .solution_show .solution_show_name {
	  font-size: 20px;
	}
	.solution_wrap .solution_show .pic {
	  margin: 20px 0 15px;
	}
	.solution_wrap .solution_show p {
	  font-size: 12px;
	  line-height: 22px;
	}
	
	
	.solution_details_name {
	  font-size: 20px;
	}
	.about_name.about_name1{
		font-size: 22px;
	}
	.sod_top, .solution_scene {
	  padding-top: 20px;
	}
	.sod_float{
		margin-top: 20px;
	}
	.sod_yl{
		margin-top: 0px;
	}
	.sod_yl .pic, .advantage .advantage_wrap {
	  margin-top: 20px;
	}
	.solution_advantage{
		padding: 20px 0 20px;
	}
	.advantage .advantage_wrap .advantage_content{
		padding: 15px 15px;
		margin-bottom: 20px;
	}
	.advantage_content .advantage_column .advantage_name {
	  font-size: 15px;
	  margin-bottom: 4px;
	}
	.advantage_content .advantage_column p {
	  font-size: 11px;
	  line-height: 19px;
	}
	.solution_scene_wrap {
	  padding-top: 20px;
	}
	.solution_scene_wrap .pic {
	  width: calc((100% - 20px) / 3);
	  margin-right: 10px;
	  margin-bottom: 10px;
	}
	
	
	
	
	.service_sh {
	    padding: 30px 0 40px;
	}
	.service_sh p {
	  font-size: 14px;
	  line-height: 26px;
	}
	
	
	
	
	
	
	
	
	
	.b-social-content {
	  padding: 20px 0 0;
	}
	.social_min_content .social_min_name {
	  font-size: 18px;
	}
	.social_ul li, .social_ul .social_add, .social_ul .social_open{
		width: 100%;
	}
	
	
	
	.g-banner .g-banner-content{
		top: 70%;
	}
	.g-banner .g-banner-content p {
	  font-size: 12px;
	  line-height: 15px;
	}
	
	.g-about-row{
		justify-content: flex-start;
		margin-top: 20px;
	}
	.g-about-row a{
		height: 28px;
		line-height: 26px;
		padding: 0px 8px;
		font-size: 12px;
		margin-right: 0px;
		margin-bottom: 10px;
		border: none;
	}
	.g-about-min .about_min_row {
	  margin: 30px auto 10px;
	}
	.g-about-min .about_min_row .about_row_column{
		width: 50%;
		margin-bottom: 20px;
	}
	.g-about-min .about_min_row .about_row_column:nth-child(2){
	  border-right: none;
	}
	
	.g_respon .g_respon_right .g_respon_content {
	  margin-bottom: 20px;
	}
/* 	.g_respon .g_respon_right .g_respon_content h2 {
	  font-size: 20px;
	  margin-bottom: 10px;
	}
	.g_respon .g_respon_right .g_respon_content p {
	  font-size: 13px;
	  line-height: 25px;
	}
	 */
	.g_respon .g_respon_right h2 {
	  font-size: 20px !important;
	  margin-bottom: 10px !important;
	}
	.g_respon .g_respon_right  p {
	  font-size: 13px !important;
	  line-height: 25px !important;
	}
	
	
	
	.g_process {
	  margin: 20px auto 20px;
	  overflow-x: auto;
	}
	.g_process p{
		width: 800px;
	}
	

	.g_manufacture_show .manufacture_right .manufacture_right_name {
	  font-size: 18px;
	}
	.g_manufacture_show .manufacture_right .manufacture_right_min {
	  padding: 30px 0 40px;
	}
	.g_manufacture_show .manufacture_right .manufacture_right_min .manufacture_right_min_content p {
	  font-size: 14px;
	  line-height: 25px;
	  margin-top: 15px;
	}
	.g_manufacture_show .manufacture_right .manufacture_right_footer .manufacture_footer_top .manufacture_footer_ck {
	  font-size: 12px;
	}
	.g_manufacture_show .manufacture_right .manufacture_right_footer .manufacture_footer_min {
	  padding: 20px 0 0px;
	}
	.g_manufacture_show .manufacture_right .manufacture_right_footer {
	  margin-top: 50px;
	}
	.manufacture_right_footer .manufacture_footer_min .manufacture_footer_column {
	  width: calc((100% - 15px) / 2);
	  margin-right: 15px;
	  margin-bottom: 20px;
	}
	.manufacture_right_footer .manufacture_footer_min .manufacture_footer_column:nth-of-type(2n) {
	  margin-right: 0;
	}
	.manufacture_right_footer .manufacture_footer_min .manufacture_footer_column p {
	  margin-top: 10px;
	  font-size: 12px;
	}
	.manufacture_right_footer .manufacture_footer_bq {
	  margin-top: 25px;
	}
	.manufacture_right_footer .manufacture_footer_bq p {
	  margin-right: 10px;
	  font-size: 14px;
	}
	.manufacture_right_footer .manufacture_footer_bq a {
	  height: 25px;
	  line-height: 25px;
	  font-size: 12px;
	}
	
	
	
	.manufacture_right_footer .manufacture_footer_bj{
		padding-top: 25px;
	}
	.manufacture_right_footer .manufacture_footer_bj .manufacture_footer_input{
		flex-wrap: wrap;
	}
	.manufacture_right_footer .manufacture_footer_bj .manufacture_footer_input input{
		margin-bottom: 20px;
	}
	.manufacture_right_footer .manufacture_footer_bj .manufacture_footer_input .button {
	  width: 150px;
	}
	
	
	
	#quality .g-about-us .g-honor-row .g-honor-content {
	  width: calc((100% - 25px) / 2);
	  margin-right: 25px;
	  margin-bottom: 20px;
	}
	#quality .g-about-us .g-honor-row .g-honor-content:nth-of-type(3n) {
	  margin-right: 25px;
	}
	#quality .g-about-us .g-honor-row .g-honor-content:nth-of-type(2n) {
	  margin-right: 0px;
	}
	
	
	.news_content .news_content_top{
		margin-bottom: 30px;
	}
	.news_content .news_content_top .news_top_right {
	  padding: 20px 30px;
	}
	.news_content .news_content_top .news_top_right h2 {
	  font-size: 14px;
	  padding-bottom: 15px;
	  margin-bottom: 16px;
	}
	.news_content .news_content_top .news_top_right p {
	  font-size: 12px;
	  line-height: 24px;
	}
	.news_content .news_content_top .news_top_right .news_top_but {
	  margin-top: 15px;
	  width: 30px;
	  height: 30px;
	}
	.news_content .news_content_top .news_top_right .news_top_but img{
		max-width: 23%;
	}
	.news_wrap .news_wrap_min {
	  padding: 20px;
	  margin-bottom: 20px;
	}
	.news_wrap .news_wrap_min .news_time {
	  width: 20%;
	}
	.news_wrap .news_wrap_min .news_time .news_day {
	  font-size: 26px;
	}
	.news_wrap .news_wrap_min .news_warp_right {
	  width: 74%;
	}
	.news_wrap .news_wrap_min .news_warp_right h2 {
	  font-size: 14px;
	  margin-bottom: 7px;
	}
	.news_wrap .news_wrap_min .news_warp_right p {
	  font-size: 12px;
	  line-height: 23px;
	}
	
	
	.news-right-content .manufacture_right_footer{
		margin-top: 44px;
	}
	.news-right-content .manufacture_right_footer .manufacture_footer_top .manufacture_right_name{
	  font-size: 18px;
	}
	.news-right-content .manufacture_right_footer .manufacture_footer_top .manufacture_footer_ck {
	  font-size: 12px;
	}
	.news-right-content .manufacture_right_footer .manufacture_footer_min {
	  padding: 25px 0 10px;
	}
	.news-right-content .manufacture_right_footer .manufacture_footer_min .manufacture_footer_column{
		margin-bottom: 20px;
	}
	.news-right-content .manufacture_footer_min .manufacture_footer_column .news_footer_time{
		width: 20%;
	}
	.news-right-content .manufacture_footer_min .manufacture_footer_column .news_footer_time .news_footer_day{
		font-size: 26px;
	}
	.news-right-content .manufacture_footer_min .manufacture_footer_column .news_footer_time .news_footer_year{
		font-size: 12px;
	}
	.news-right-content .manufacture_footer_min .manufacture_footer_column .news_footer_right{
	  width: 74%;
	}
	.news-right-content .manufacture_footer_min .manufacture_footer_column .news_footer_right h2{
	  font-size: 14px;
	  margin-bottom: 7px;
	}
	.news-right-content .manufacture_footer_min .manufacture_footer_column .news_footer_right h4{
	  font-size: 12px;
	  line-height: 23px;
	}	
	
	
	
	
	.download_content{
		margin-top: 15px;
	}
	.download_content .download_row {
	  padding: 15px 20px;
	  margin-bottom: 20px;
	}
	.download_content .download_row .download_row_left h2 {
	  font-size: 14px;
	  margin-bottom: 10px;
	}
	.download_content .download_row .download_row_left p {
	  font-size: 12px;
	  line-height: 22px;
	}
	.download_content .download_row .download_row_right .pic {
	  width: 40px;
	  height: 40px;
	}
	
	
	.contact_content {
	  margin-top: 10px;
	}
	.contact_content .contact_top .contact_top_left, .contact_content .contact_top .contact_top_right {
	  padding: 30px 30px;
	}
	.contact_content .contact_top .contact_top_left .contact_top_min h2 {
	  font-size: 16px;
	  padding-bottom: 15px;
	  margin-bottom: 10px;
	}
	.contact_content .contact_top .contact_top_left .contact_top_min p {
	  font-size: 12px;
	  line-height: 25px;
	}
	.contact_content .contact_top .contact_top_left .contact_top_min {
	  padding-bottom: 20px;
	}
	.contact_content .contact_top .contact_top_left .contact_top_min:last-child {
	  margin-top: 25px;
	}
	.contact_content .contact_top .contact_top_left .contact_top_min h2{
		margin-top: 25px;
	}
	.contact_content .contact_top .contact_top_right p{
		font-size: 12px;
	}
	.contact_content .contact_top .contact_top_right h2 {
	  font-size: 22px;
	  padding-bottom: 15px;
	  margin-bottom: 25px;
	  margin-top: 5px;
	}
	.contact_map_top {
	  margin-top: 30px;
	}
	.contact_map {
	  height: 355px;
	}
	
	
	
	
	.g-product table th {
	  font-size: 14px;
	  padding: 15px 10px;
	}
	.g-product table td{
		padding: 20px;
	}
	.g-product .product_td1, .g-product .product_td2 p, .g-product .product_td3 .product_row .product_left p{
	  font-size: 12px;
	}
	.g-product .product_img {
	  width: 90px;
	}
	.g-product .product_td2 a {
	  font-size: 12px;
	  padding-left: 30px;
	  margin-bottom: 45px;
	}
	.g-product .product_td2 .product_a1,.g-product .product_td2 .product_a2,.g-product .product_td2 .product_a3,.g-product .product_td2 .product_a5{
		background-size: 18px 18px;
	}
	.g-product .product_td2 .product_a6{
		background-size: 18px 14px;
	}
		
	.g-product .product_td3 .product_row .product_left .left_pic img{
		max-width: 70%;
	}
	.g-product .product_td3 .product_row{
		width: 300px;
	}
	.g-product-hide{
		width: 90%;
	}
	
	
	
	
	.quality_recruit .recruit_content img{
		height: auto;
	}
	
	.course-wrap .course-list li,.course-wrap .course-list li.odd{
		margin-top: 0 !important;
		opacity: 1 !important;
	}
	
	
	
	
	
	
	
	.g-testing {
	  margin: 30px 0 40px;
	}
	.g-testing .testing_top .pic{
		padding-bottom: 40px;
		width: 68%;
	}
	.g-testing .testing_top .testing_min a{
		margin-bottom: 20px;
		margin-right: 13px;
	}
	.g-testing .testing_top .testing_row {
	  margin-top: 20px;
	}
	.g-testing .testing_top .testing_row .row_left{
		padding: 30px;
	}
	.g-testing .testing_top .testing_row .row_left .row_heng {
	  margin-bottom: 18px;
	  width: 51px;
	}
	.g-testing .testing_top .testing_row .row_left p {
	  font-size: 14px;
	  line-height: 26px;
	}
}
