body { word-wrap:break-word; word-break:break-all;background: #fff;margin: 0 auto;width: 100%;font-family: arial;max-width: 800px;font-size: 14px;}
body,html{-webkit-overflow-scrolling:touch;}
* {box-sizing: border-box;margin:0; padding:0;border-radius: 0;-webkit-tap-highlight-color:transparent;}
h1,h2,h3,h4,h5,h6 {font-size: 14px;font-weight: normal;}
*:focus {outline: none;}
button, input, select, textarea, label { vertical-align:middle; border: 0; outline: none;background: none;}
img { vertical-align:middle; border:none; display:inline-block; max-width: 100%;}
ul, ol {list-style:none; }
a {text-decoration:none !important; vertical-align:baseline; cursor:pointer;-o-transition: .2s ease;-moz-transition: .2s ease;-webkit-transition: .2s ease;transition: .2s ease;}
a, a:hover, a:active, a:visited, a:link, a:focus {-webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-tap-highlight-color: transparent;outline: none;background: none;text-decoration: none;}
table { border-collapse:collapse; border-spacing:0; }
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;line-height: 0;font-size: 0;}
.clearfix{*zoom:1;}
.fl { float:left; _display:inline; }
.fr { float:right; _display:inline; }
input, textarea {outline: none;-webkit-appearance: none;}
input[type='checkbox']:focus{outline: none;}
::-webkit-input-placeholder { /* WebKit browsers */
	color: #999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #999;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #999;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #999;
}
.container {
	padding: 0 .2rem;
}
.white {
	background: #fff;
}
.header {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	background: #fff;
	z-index: 90;
}
.hd_con {
	position: relative;
}
a.h_logo {
	display: inline-block;
	padding: .2rem 0;
}
a.h_logo img {
	height: .68rem;
}
.nav_icon {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.nav_icon img {
	height: .64rem;
}
/* 导航 */
.shadow,
.modal_shadow{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.7);
	z-index: 30;
	display: none;
}
.slide_nav {
	position: fixed;
	width: 52.22%;
	height: 100%;
	right: 0;
	top: 0;
	background: #fff;
	box-shadow: 0 .05rem .54rem rgba(34, 34, 34, 0.08);
	z-index: 100;
	transition: all .36s;
	transform: translateX(120%);
}
.slide_nav.current {
	transform: translateX(0);
}
.top_x {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	padding: 0 .4rem;
	background: #5a5959;
	height: 1.08rem;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	font-size: 0;
}
.top_x img {
	height: .27rem;
	cursor: pointer;
}
.naver {
	height: 100%;
	padding-top: 1.08rem;
}
.naver ul {
	height: 84%;
	/* overflow-y: scroll; */
}
.naver ul li {
	position: relative;
}
.naver ul li > a {
	display: block;
	padding: 0 .38rem;
	color: #454546;
	font-size: .28rem;
	line-height: 1rem;
	border-bottom: 1px solid #eeeded;
}
.naver ul li > a.icon1 {
	background-image: url(../images/icon4.png);
	background-repeat: no-repeat;
	background-position: 3.34rem center;
	background-size: .11rem .22rem;
}
.naver ul li > a.active {
	background-image: url(../images/icon4-1.png);
	background-size: .11rem .22rem;
	color: #027fff;
}
.sec_nav {
	position: absolute;
	width: 90%;
	min-width: 90%;
	right: 100%;
	top: 0;
	text-align: right;
	display: none;
}
.sec_nav dl dd a {
	display: block;
	color: #fff;
	font-size: .26rem;
	line-height: .88rem;
	padding-right: .4rem;
}
.sec_nav dl dd.active a {
	color: rgb(2,127,255);
}
.slide_tel {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: .3rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.slide_tel img {
	height: .64rem;
	margin-right: .12rem;
}
.tel_info1 h2 {
	color: #666;
	font-size: .24rem;
}
.tel_info1 p {
	color: #027fff;
	font-size: .36rem;
}
.kosCtrl {
	padding-top: 1.08rem;
}
.foot {
	background: #2c445c;
	text-align: center;
	padding: .35rem .2rem;
	margin-bottom: 1rem;
}
.copyright p {
	color: rgba(255,255,255,.7);
	font-size: .2rem;
	line-height: .32rem;
}
.f_nav {
	margin-bottom: .42rem;
}
.f_nav a {
	display: inline-block;
	position: relative;
	color: #fff;
	font-size: .22rem;
	padding: 0 .4rem;
}
.f_nav a::before {
	position: absolute;
	content: "";
	width: .02rem;
	height: .18rem;
	background: rgba(238,238,238,.2);
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.f_nav a:last-child::before {
	display: none;
}
.f_nav a:first-child {
	padding-left: 0;
}
.f_nav a:last-child {
	padding-right: 0;
}
.footer {
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
	background: rgba(255,255,255,.98);
	z-index: 20;
}
.footer ul li {
	width: 25%;
	float: left;
}
.footer ul li a {
	display: block;
	text-align: center;
	padding: .1rem 0 .08rem;
}
.footer ul li a h2 img {
	height: .44rem;
	margin-bottom: .06rem;
}
.footer ul li a h2 img + img {
	display: none;
}
.footer ul li a p {
	color: #92989f;
	font-size: .22rem;
	line-height: .32rem;
}
.footer ul li.active a h2 img {
	display: none;
}
.footer ul li.active a h2 img + img {
	display: inline-block;
}
.footer ul li.active a p {
	color: #0387de;
}
.bannerSwiper .swiper-pagination {
	display: block;
}
.bannerSwiper .swiper-pagination-bullet {
	width: .26rem;
	height: .06rem;
	border-radius: .03rem;
	opacity: 1;
	background: rgba(255,255,255,.3);
}
.bannerSwiper .swiper-pagination-bullet-active {
	background: rgba(255,255,255,1);
}
.index_con1 {
	padding-bottom: .46rem;
}
.index_title1 {
	padding: .5rem 0 .3rem 0;
	text-align: center;
}
.index_title1 .title {
	display: inline-block;
	color: rgb(60,60,80);
	font-size: .36rem;
	position: relative;
	padding-bottom: .14rem;
	margin-bottom: .1rem;
}
.index_title1 .title span {
	color: rgb(0,121,201);
}
.index_title1 .title::before {
	position: absolute;
	content: "";
	width: 100%;
	left: 0;
	bottom: 0;
	background: #9292a6;
	height: 1px;
}
.index_title1 .txt {
	color: #9292a6;
	font-size: .22rem;
	line-height: .35rem;
	width: 75%;
	margin: 0 auto;
}
.about_info1 {
	margin-bottom: .3rem;
}
.about_info1 .txt {
	color: #4f4f50;
	font-size: .26rem;
	line-height: .48rem;
	text-align: justify;
}
.index_s1 a {
	display: flex;
	width: 100%;
	height: 1.42rem;
	justify-content: center;
	align-items: center;
	background: #0079c9;
}
.index_s1 a img {
	width: .63rem;
	height: .63rem;
	margin-left: .36rem;
}
.index_info1 h2 {
	color: #fff;
	font-size: .35rem;
}
.index_info1 h3 {
	color: #fff;
	font-size: .17rem;
	margin-top: .1rem;
}
.section2 {
	background: #f5f7f9;
}
.product_type1 {
	margin-bottom: .22rem;
}
.product_type1 ul li {
	width: 32.35%;
	float: left;
	margin-bottom: .06rem;
	margin-right: 1.475%;
}
.product_type1 ul li:nth-child(3n) {
	margin-right: 0;
}
.product_type1 ul li a {
	display: flex;
	width: 100%;
	height: .8rem;
	justify-content: center;
	align-items: center;
	color: #3c3c50;
	font-size: .24rem;
	background: #fff;
}
.product_type1 ul li.active a {
	background: #0079c9;
	color: #fff;
}
.product_list1 ul li {
	width: 48.52%;
	float: left;
	margin-right: 2.96%;
	margin-bottom: .2rem;
}
.product_list1 ul li:nth-child(2n) {
	margin-right: 0;
}
.product_list1 ul li a {
	display: block;
	background: #fff;
}
.product_img1 {
	height: 1.92rem;
}
.product_img1 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.product_info1 h2 {
	color: #3c3c50;
	font-size: .2rem;
	line-height: .64rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
}
.index_con2 {
	padding-bottom: .4rem;
}
.case_type1 {
	margin-bottom: .14rem;
}
.case_type1 ul {
	text-align: center;
	font-size: 0;
}
.case_type1 ul li {
	display: inline-block;
	margin: 0 .07rem .14rem;
}
.case_type1 ul li a {
	display: inline-block;
	color: #909ba7;
	font-size: .23rem;
	padding: 0 .2rem;
	line-height: .57rem;
	border-radius: .28rem;
	background: #f1f2f4;
}
.case_type1 ul li:first-child {
	margin-left: 0;
}
.case_type1 ul li:last-child {
	margin-right: 0;
}
.case_type1 ul li.active a {
	background: #0079c9;
	color: #fff;
}
.case_list1 {
	margin-bottom: .2rem;
}
.case_list1 ul li {
	width: 49.41%;
	float: left;
	margin-right: 1.18%;
	margin-bottom: .1rem;
}
.case_list1 ul li:nth-child(2n) {
	margin-right: 0;
}
.case_list1 ul li:nth-child(2) a,
.case_list1 ul li:nth-child(3) a {
	height: 2.55rem;
}
.case_list1 ul li:nth-child(3) {
	margin-top: -.57rem;
}
.case_list1 ul li a {
	display: block;
	width: 100%;
	height: 1.98rem;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}
.case_info1 {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,.6);
	text-align: center;
}
.case_info1 h2 {
	color: #fff;
	font-size: .24rem;
	line-height: .48rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.more1 {
	display: flex;
	justify-content: center;
}
.more1 a {
	display: flex;
	width: 2.32rem;
	height: .64rem;
	justify-content: center;
	align-items: center;
	background: #0079c9;
	font-size: .26rem;
	color: #fff;
}
.more1 a img {
	width: .27rem;
	height: .27rem;
	margin-left: .14rem;
}
.index_con3 {
	padding-bottom: .94rem;
}
.index_news_title1 {
	height: 1.7rem;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin-bottom: .38rem;
}
.index_news_title1 .title {
	color: #fff;
	font-size: .36rem;
	padding-bottom: .12rem;
	margin-bottom: .12rem;
	position: relative;
}
.index_news_title1 .title::before {
	position: absolute;
	content: "";
	width: 3.3rem;
	height: 1px;
	background: rgba(255,255,255,.6);
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
}
.index_news_title1 .txt {
	color: #fff;
	font-size: .22rem;
}
.news_h1 {
	position: relative;
	margin-bottom: .2rem;
}
.news_type1 ul li {
	display: inline-block;
	margin-right: .18rem;
}
.news_type1 ul li a {
	display: inline-block;
	color: #3c3c50;
	font-size: .28rem;
	padding: 0 .24rem;
	line-height: .68rem;
	background: #e9eff5;
}
.news_type1 ul li.active a {
	background: #0079c9;
	color: #fff;
}
a.more2 {
	position: absolute;
	right: 0;
	top: 0;
	display: inline-block;
	line-height: .68rem;
	color: #9ba2a9;
	font-size: .24rem;
}
.news_swiper1 {
	margin-bottom: .14rem;
}
.news_n1 a {
	display: block;
	background: #f6f7fc;
}
.news_img1 {
	height: 3.6rem;
}
.news_img1 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news_info1 {
	padding: .22rem .3rem 0;
	height: 1.6rem;
}
.news_info1 .title {
	color: #10132a;
	font-size: .28rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: .12rem;
}
.news_info1 .txt {
	color: #666871;
	font-size: .22rem;
	line-height: .34rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news_list1 ul li {
	border-bottom: 1px dashed rgba(213,220,224,.6);
	padding: 0 .1rem;
}
.news_list1 ul li a {
	display: block;
	color: #10132a;
	font-size: .28rem;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: .84rem;
}
.news_list1 {
	margin-bottom: .36rem;
}
.question_list1 ul li {
	border-bottom: 1px dashed #eaf0f3;
}
.question_list1 ul li:first-child a {
	padding-top: .1rem;
}
.question_list1 ul li a {
	display: block;
	padding: .3rem 0 .2rem;
}
.q_h1 > * {
	display: inline-block;
	vertical-align: middle;
}
.q_h1 i {
	width: .5rem;
	height: .5rem;
	border-radius: 50%;
	text-align: center;
	line-height: .5rem;
	background: #0079c9;
	color: #fff;
	font-size: .29rem;
	font-style: normal;
	margin-right: .2rem;
}
.q_h1 h2 {
	width: 88%;
	color: #0079c9;
	font-size: .3rem;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.q_h2 {
	vertical-align: top;
}
.q_h2 i {
	background: #afbccb;
}
.q_h2 p {
	color: #666871;
	font-size: .24rem;
	line-height: .4rem;
	max-width: 88%;
	padding-top: .18rem;
}
.index_con4 {
	padding-bottom: .6rem;
}
.floatRight {
	position: fixed;
	right: .2rem;
	bottom: 12%;
	z-index: 10;
}
.floatRight ul li {
	width: .84rem;
	margin-bottom: .1rem;
	position: relative;
}
.floatRight ul li a {
	display: inline-block;
	font-size: 0;
}
.floatRight ul li:last-child {
	margin-bottom: 0;
}
.f_ewm1 {
	position: absolute;
	min-width: 2.12rem;
	height: 2.12rem;
	right: 1.04rem;
	top: 0;
	background: #027fff;
	border-radius: .08rem;
	padding: .1rem;
	display: none;
}
.f_ewm1 img {
	width: 100%;
	height: 100%;
}

/* 关于我们 */
.ins_con1 {
	padding-bottom: .4rem;
}
.ins_con2 {
	padding-bottom: .8rem;
}
.ins_type1 {
	text-align: center;
	padding: .3rem 0 .15rem;
}
.ins_type1 ul li {
	display: inline-block;
	margin: 0 .04rem .15rem;
}
.ins_type1 ul li a {
	display: inline-block;
	color: #3c3c50;
	font-size: .28rem;
	line-height: .68rem;
	padding: 0 .2rem;
	background: #e9eff5;
}
.ins_type1 ul li.active a{
	background: #0079c9;
	color: #fff;
}
.ins_title1 {
	border-bottom: 1px dashed rgba(146,146,166,.2);
	margin-bottom: .28rem;
}
.ins_title1 h1 {
	color: #0079c9;
	font-size: .34rem;
	position: relative;
	padding-left: .24rem;
	line-height: .8rem;
	font-weight: bold;
	letter-spacing: 1px;
}
.ins_title1 h1::before {
	position: absolute;
	content: "";
	width: .08rem;
	height: .35rem;
	background: #0079c9;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.det_info1 .txt {
	color: #4f4f50;
	font-size: .26rem;
	line-height: .48rem;
	text-align: justify;
}
.ins_title2 {
	border-bottom: none;
	margin-top: .3rem;
}
/* 荣誉资质 */
.honor_type1 ul li {
	margin: 0 .15rem;
}
.honor_list1 ul li {
	width: 48.52%;
	float: left;
	margin-bottom: .3rem;
	margin-right: 2.96%;
	padding: .08rem;
	background: #f6f8fa;
	height: 2.8rem;
	text-align: center;
}
.honor_list1 ul li:nth-child(2n) {
	margin-right: 0;
}
.honor_img1 {
	height: 2.15rem;
	margin-bottom: .14rem;
}
.honor_img1 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.honor_list1 ul li p {
	color: #666666;
	font-size: .24rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.honor_modal {
	position: fixed;
	width: 81%;
	left: 50%;
	top: 50%;
	transform: translate(200%, -50%);
	z-index: 99;
	background: #f6f8fa;
	height: 4.62rem;
	padding: .15rem .15rem 0;
}
.honor_swiper1 {
	position: relative;
}
.honor_swiper1 .swiper-button-next,
.honor_swiper1 .swiper-button-prev{
	height: auto;
	width: .66rem;
	background: none;
	top: 1.57rem;
	margin-top: 0;
}
.honor_swiper1 .swiper-button-prev {
	left: 0;
}
.honor_swiper1 .swiper-button-next {
	right: 0;
}
.honor_swiper1 .swiper-slide {
	text-align: center;
}
.b_img {
	height: 3.8rem;
}
.honor_swiper1 .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.honor_swiper1 .swiper-slide p {
	color: #666666;
	font-size: .26rem;
	margin-top: .16rem;
}
.honor_modal .close {
	position: absolute;
	width: .6rem;
	left: 50%;
	transform: translateX(-50%);
	bottom: -.95rem;
	cursor: pointer;
}

/* 质量管控 */
.control_list1 ul li {
	width: 48.82%;
	float: left;
	margin-right: 2.36%;
	margin-bottom: .3rem;
}
.control_list1 ul li:nth-child(2n) {
	margin-right: 0;
}
.control_list1 ul li a {
	display: block;
	height: 2.18rem;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.control_list1 ul li a p {
	color: #fff;
	font-size: .24rem;
	line-height: .5rem;
	background: rgba(0,0,0,.6);
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.ins_con3 {
	padding: .2rem 0 .5rem;
}
.det_d1 {
	padding-bottom: .7rem;
	margin-bottom: .4rem;
	border-bottom: 1px solid rgba(146,146,166,.2);
}
.pian a {
	display: flex;
	width: 100%;
	align-items: center;
	color: #0079c9;
	font-size: .24rem;
	line-height: .56rem;
}
.pian a + a {
	color: #666;
}
.pian a img {
	height: .33rem;
	margin-right: .12rem;
}
.pian a p {
	max-width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* 产品中心 */
.product_type2 {
	margin-top: .3rem;
}
.product_type2 ul li a {
	background: #e9eff5;
}
.pro_stype1 ul li a {
	padding: 0 .12rem;
}
.product_list2 ul li {
	width: 48.52%;
	float: left;
	margin-bottom: .28rem;
	margin-right: 2.96%;
}
.product_list2 ul li:nth-child(2n) {
	margin-right: 0;
}
.product_list2 ul li a {
	display: block;
}
.product_img2 {
	height: 2rem;
	border: 1px solid #e5ebf1;
	margin-bottom: .06rem;
}
.product_img2 img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.product_info2 h2 {
	color: #3c3c50;
	font-size: .22rem;
	line-height: .54rem;
	background: #f5f7f9;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
}
.det_title1 {
	padding-bottom: .34rem;
	text-align: center;
}
.det_title1 .title {
	color: #3c3c50;
	font-size: .28rem;
}
.case_list2 ul li a {
	height: 2.55rem;
}
.case_list2 ul li:nth-child(3) {
	margin-top: 0;
}

/* 新闻资讯 */
.news_list2 ul li {
	border-bottom: 1px dashed #e5ebf1;
	position: relative;
	padding-left: .35rem;
}
.news_list2 ul li::before {
	position: absolute;
	content: "";
	width: .19rem;
	height: .19rem;
	border-radius: 50%;
	border: 1px solid #067ae5;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.news_list2 ul li a {
	display: block;
	color: #222;
	font-size: .26rem;
	line-height: .82rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news_list2 {
	margin-bottom: .4rem;
}
.page {
    position: relative;
}
.page a {
    display: inline-block;
    width: .64rem;
    height: .64rem;
    border-radius: 50%;
    vertical-align: middle;
    text-align: center;
    color: #909ba7;
    line-height: .64rem;
    background: #e8ebef;
    margin: 0 .04rem;
    font-size: .28rem;
}
.page a.on {
    width: .8rem;
    height: .8rem;
    background: #2c445c;
    color: #fff;
    line-height: .8rem;
}
.page .prev, .page .next {
    position: absolute;
    top: 10px;
    width: .48rem;
    height: .48rem;
    background: none;
    line-height: inherit;
}
.page .prev {
    right: .62rem;
}
.page .next {
    right: 0;
}
.s_time {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.s_time p {
	line-height: 1;
	display: flex;
	align-items: center;
	color: #8d949d;
	font-size: .22rem;
	margin-bottom: .1rem;
}
.s_time p img {
	height: .28rem;
	margin-right: .08rem;
}
.s_time p.from {
	padding: 0 .15rem;
	position: relative;
	margin-left: .15rem;
	margin-right: .15rem;
}
.s_time p.from::before,
.s_time p.from::after{
	position: absolute;
	content: "";
	width: 1px;
	height: .22rem;
	background: #cbced1;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.s_time p.from::after {
	left: auto;
	right: 0;
}
.det_title2 .title {
	font-weight: bold;
	margin-bottom: .2rem;
}

/* 联系我们 */
.contact_info1 dl dd {
	margin-bottom: .3rem;
	font-size: .28rem;
	line-height: .5rem;
	color: rgb(79,79,80);
}
.contact_info1 dl dd h2 {
	color: rgb(43,43,46);
	font-weight: bold;
	font-size: .28rem;
}

/* 常见问答 */
.question_list2 {
	margin-bottom: .4rem;
}

/* 客户留言 */
.contact_form {
	width: 94%;
	margin: .4rem auto 0;
}
.contact_form .form_group {
	margin-bottom: .2rem;
	position: relative;
}
.contact_form .form_group input ,
.contact_form .form_group select {
	width: 100%;
	height: .76rem;
	background: #f6f7f9;
	border-radius: .38rem;
	padding: 0 .3rem;
	font-size: .26rem;
	color: #3c3c50;
}
.contact_form .form_group select {
	appearance: none;
	-webkit-appearance: none;
}
.contact_form .form_group textarea {
	font-size: .26rem;
	color: #3c3c50;
	height: 2.86rem;
	width: 100%;
	resize: none;
	border-radius: .06rem;
	padding: .2rem .3rem;
	font-family: arial;
	background: #f6f7f9;
}
.form_btn {
	display: flex;
	justify-content: center;
	margin-top: .4rem;
}
.form_btn button {
	width: 2.7rem;
	height: .74rem;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: .26rem;
	background: #0079c9;
	border-radius: .37rem;
}
.icon2 {
	position: absolute;
	height: .13rem;
	right: .32rem;
	top: 50%;
	transform: translateY(-50%);
}
.zs_type1 {
	text-align: left;
}
/* 招聘信息 */
.recruit_list ul li {
	margin-bottom: .2rem;
}
.recruit_h1 {
	display: flex;
	justify-content: space-between;
	padding: 0 .2rem;
	height: .8rem;
	border: 1px solid #dfdfdf;
	align-items: center;
}
.recruit_h1 h1 {
	padding-left: .2rem;
	position: relative;
	color: #505050;
	font-size: .26rem;
}
.recruit_h1 h1::before {
	position: absolute;
	content: "";
	width: .06rem;
	height: .3rem;
	background: #b6babd;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.recruit_h1 p {
	display: flex;
	align-items: center;
	color: #505050;
	font-size: .22rem;
	width: 22%;
	justify-content: flex-end;
}
.recruit_h1 p img {
	height: .11rem;
	margin-right: .2rem;
}
.recruit_h1 p img + img {
	display: none;
}
.recruit_h1.cur h1 {
	color: #0079c9;
}
.recruit_h1.cur h1::before {
	background: #0079c9;
}
.recruit_h1.cur p img {
	display: none;
}
.recruit_h1.cur p img + img {
	display: inline-block;
}
.recruit_h2 {
	padding-bottom: .3rem;
	display: none;
}
.recrult_dl {
	padding: .26rem 0;
	border-bottom: 1px dashed #e4e4e4;
}
.recrult_dl dl dd {
	width: 50%;
	float: left;
	color: #505050;
	font-size: .26rem;
	line-height: .5rem;
}
.det_info2 {
	padding: .26rem 0;
}
.det_info2 .txt {
	color: #666666;
	font-size: .26rem;
	line-height: .45rem;
}
.recruit_b a {
	display: inline-block;
	padding: 0 .36rem;
	line-height: .66rem;
	background: #0079c9;
	border-radius: .04rem;
	color: #fff;
	font-size: .28rem;
}
.recruit_modal {
	position: fixed;
	width: 88.88%;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 999;
	background: #fff;
	border-radius: .06rem;
	padding: .4rem;
	display: none;
}
.recruit_t1 {
	display: flex;
	align-items: center;
	height: .82rem;
	border: 1px solid #0079c9;
	padding: 0 .3rem;
}
.recruit_t1 h1 {
	color: #0079c9;
	font-size: .26rem;
	padding-left: .23rem;
	position: relative;
}
.recruit_t1 h1::before {
	position: absolute;
	content: "";
	width: .07rem;
	height: .36rem;
	background: #0079c9;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.recruit_form .form_group {
	margin-top: .14rem;
}
.recruit_form .form_group h2 {
	color: #231816;
	font-size: .26rem;
	line-height: .6rem;
}
.recruit_form .form_group input ,
.recruit_form .form_group textarea {
	width: 100%;
	height: .68rem;
	padding: 0 .3rem;
	display: flex;
	align-items: center;
	color: #231816;
	background: #f6f7f9;
	font-size: .24rem;
}
.recruit_form .form_group textarea {
	height: 1.8rem;
	padding: .2rem .3rem;
	align-items: auto;
	font-family: arial;
}
.form_btn1 {
	display: flex;
	justify-content: space-around;
	margin-top: .3rem;
}
.form_btn1 button {
	display: flex;
	width: 2.35rem;
	height: .76rem;
	background: #0079c9;
	border-radius: .06rem;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: .28rem;
}
.form_btn1 .cancel {
	background: #cad1dc;
}