.bgf1{
	background: #f1f1f1;
}
.bgf2{
	background: #f2f2f2;
}
.bgf3{
	background: #f3f3f3;
}
.bgf4{
	background: #f4f4f4;
}
.bgf5{
	background: #f5f5f5;
}
.bgeaedf2{
	background: #eaedf2;
}

html,body{
	font-family: "AKZIDENZGROTESKBQ-REGULAR_0";
	background: #fff;
	font-size: 0.22rem;
	position: relative;
}
select,input,textarea,button{
	font-family: "AKZIDENZGROTESKBQ-REGULAR_0";
}
/*header*/
.header{
	position: relative;
	z-index:10;
	width: 100%;
	height: 0.85rem;
	box-shadow: 0 2px 3px rgba(115,115,115,.35);
}
.header.hide,.container.hide,.fix_nav.hide{
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transform: translateX(-220px);
	-webkit-transform: translateX(-220px);
}
.header.show,.container.show,.fix_nav.show{
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transform: translateX(0);
	-webkit-transform:translateX(0);
}/*导航关闭*/
.mask2.hide{
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	transform: translateX(-220px);
	-webkit-transform: translateX(-220px);
}
.mask2.show{
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.header_fix{
	width: 100%;
	height: 0.85rem;
}
.navbar_box{
	position: relative;
	z-index: 11;
	width: 100%;
	height: 0.85rem;
	padding: 0 0.2rem;
	background: #6eb804;
}
.navbar{
	width: 100%;
	position: relative;
	z-index: 11;
}
.menu_btn{
	display: block;
	width: 0.5rem;
	height: 0.8rem;
	font-size: 0.4rem;
	cursor: pointer;
	padding-top: 0.26rem;
}
.menu_btn .line{
	width: 0.48rem;
	height: 0.072rem;
	margin:0 0 0.07rem 0;
	background: #fff;
}
.search_btn {
	position: absolute;
	right: 0.55rem;
	top: 0;
	font-size: .26rem;
	width: 0.5rem;
	height:0.5rem;
	line-height: 0.53rem;
	text-align: center;
	font-size: 0.36rem;
	font-weight: bold;
	color: #fff;
	margin: 0.175rem 0.15rem 0 0;
}
.lag_btn{
	width: 0.5rem;
	height: 0.5rem;
	line-height: 0.53rem;
	text-align: center;
	color:#333;
	font-size: .42rem;
	margin: 0.175rem 0.2rem 0 0;
}


.logo{
	float: left;
	height: 0.83rem;
}
.logo img{
	display: block;
	height: 0.64rem;
	width: auto;
	margin: 0.13rem auto 0 0.1rem;
}
.menu{
	position: absolute;
	right:0;
	top:0;
	width:220px;
	z-index: 0;
	background: #2c2c2c;
	overflow-y: scroll;
	-webkit-overflow-scrolling:touch;
}
.menu_dl{
	padding: 0.1rem 0;
}
.drop_menu{
	display: block;
	clear: both;
	font-size: .26rem;
	line-height: 0.3rem;
	padding: .2rem 0.15rem;
	color: #fff;
	overflow: hidden;
	border-bottom: 1px solid #555;
	position: relative;
}
.drop_menu_ico{
	float: right;
	display: none;
	width: 0.3rem;
	height: 0.3rem;
	background: url(../images/menu_ico1.png) no-repeat center center;
	background-size: 0.22rem auto;
	overflow: hidden;
}
.drop_menu_text{
	float: left;
	color: #fff;
	text-transform: uppercase;
	width: calc(100% - 0.4rem);
	overflow: hidden;
}
.menu_dl dd:last-child .menu_tt{
	border-bottom: none;
}
.menu_dl dd.hover .drop_menu_ico{
	transform: rotateZ(0);
	-webkit-transform: rotateZ(0);
}

.subMenu{
	display: none;
	background:#333;
	padding: 0.1rem 0.15rem;
	margin: 0;
}
.subMenu a {
	display: block;
	font-size: .24rem;
	padding: .12rem .1rem;
	line-height: 0.3rem;
	color: #f1f1f1;
}
.subMenu a:last-child{
	border-bottom: none;
}

.menu_pro_down{
	display: none;
	padding: 0.2rem 0.1rem 0.1rem;
	background:#fca138;
}
.menu_pro_down_clm{
	padding-bottom: 0.15rem;
}
.menu_pro_down_clm_tt{
	display: block;
	color: #fff;
	font-family: "GOTHICB";
	line-height: 0.3rem;
	font-size: 0.24rem;
	padding-bottom: 0.05rem;
}
.menu_pro_down_clm_tt:before{
	content: "";
	float: left;
	width: 0.06rem;
	height: 0.06rem;
	background: #fff;
	margin: 0.12rem 0.1rem 0 0;
}
.menu_pro_down_clm_con a{
	clear: both;
	display: block;
	line-height: 0.3rem;
	padding: 0.1rem 0;
	font-size: 0.24rem;
	color: #fff;
}


.search {
	padding: .3rem .3rem .2rem;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 10;
	top: .85rem;
	background: #f3f3f3;
	display: none;
}

.search_Box{
	height: .5rem;
	background: #f3f3f3;
	position: relative;
	border: 1px solid #9f9f9f;
	border-radius: 0.05rem;
}

.search_inp{
	height: .5rem;
	width: calc(100% - .7rem);
	padding: 0 .1rem;
	border: none;
	font-size: 0.22rem;
	background: none;
	line-height: .48rem;
}

.search_smt{
	position: absolute;
	right: 0;
	top: 0;
	width: .7rem;
	height: .5rem;
	background: none;
	border: none;
	z-index: 9;
	color: #fff;
	
}
.search_smt_ico{
	width: 0.7rem;
	height: 0.5rem;
	color: #333;
	line-height: 0.5rem;
	font-weight: bold;
	text-align: center;
	font-size: .28rem;
	background-size: 0.24rem 0.24rem;
}
.search_words{
	color: #a59e9e;
	margin-top: .25rem;
}
.search_words p {
	overflow: hidden;
}
.search_words p a {
	color: #a59e9e;
	display: inline-block;
	margin: 0 .2rem .1rem 0;
}
.menu_search{
	width: 90%;
	margin:0.3rem auto 0.2rem;
}
.menu_search .search{
	display: block !important;
	position:relative !important;
	top: auto;
	resize: auto;
	width: 100%;
	padding: 0;
	color: #fff;
	background: none;
	border: 1px solid #fff;
}
.menu_search .search_inp,.menu_search .search_smt_ico{
	color: #fff;
}
.menu_search .search .search_Box{
	border: none;
	background: none;
}
.menu_search .search_inp::-webkit-input-placeholder{
	color: #fff;
}


/**lag***/
.language{
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 10;
	top: .85rem;
	background: #f3f3f3;
}
.language_box{
	padding: 0.18rem;
	overflow: hidden;
}
.language a{
	float: right;
	padding: 0 0.35rem;
	height: 0.5rem;
	font-size: 0.22rem;
	line-height: 0.5rem;
	color: #fff;
	margin: 0 0.05rem;
}
.language a:nth-child(1){
	background: #0185ca;
}
.language a:nth-child(2){
	background: #ce1126;
}


.mask{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.3);
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.mask2{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 11;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.3);
	display: none;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
/*banner*/
.banner{
	position: relative;
	width: 100%;
	overflow: hidden;
}
.banner .bd ul li{
	width: 100%;
}
.banner .bd ul li img{
	display: block;
	width: 100%;
}
.banner .hd{
	position: absolute;
	left: 0;
	bottom: 0.2rem;
	width: 100%;
}
.banner .hd ul{
	width: 100%;
	text-align: center;
}
.banner .hd ul li{
	display: inline-block;
	width:8px;
	height: 8px;
	line-height: 999px;
	border-radius:6px;
	margin: 0 5px;
	overflow: hidden;
	background:#b9b9b9;
}
.banner .hd ul li.on{
	background: #6eb804;
}
.pro_det_pic_box .hd ul li{
	background: #f8c301;
}

/*footer*/

.footer {
	width: 100%;
	padding: .1rem .1rem;
	background: #2c2c2c;
	border-bottom: 0.07rem solid #6eb804;
}
.footer_sm{
	padding:  0.15rem 0 0;
}
.footer_sm a{
	display: inline-block;
	width: 0.44rem;
	height: 0.44rem;
	font-size: 0.28rem;
	color: #fff;
	line-height: 0.44rem;
	text-align: center;
	border-radius: 0.44rem;
	margin: 0 0.05rem;
	background: #4f4f4f;
}

.footerText{
	color: #999;
	font-size: 0.22rem;
	line-height: 0.28rem;
	text-align: center;
	padding: 0.15rem 0;
}
.footerText a{
	color: #888;
}
.footerText .pic{
	display: block;
	width: 3.6rem;
	margin: 0 auto;
}




/*fix-nav*/

.fix_nav {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 8;
	width: 100%;
	height: 0.85rem;
	padding: 0 0.05rem;
	background:#2c2c2c;
	background-size: auto 100%;
	box-sizing: border-box;
}
.fix_nav li{
	float: left;
	width:33.33%;
	height: 0.85rem;
	background: url(../images/footer_icon.png) no-repeat right center;
	background-size:auto 100%;
}
.fix_nav li:last-child{
	background: none;
}
.fix_nav li a{
	width: 100%;
	height: 0.85rem;
	text-align: center;
	overflow: hidden;
	/*display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;*/
}
.fix_nav li:last-child a{
	background: none;
}
.fix_nav li a .icon{
	display: block;
	color: #fff;
	font-size: .36rem;
	text-align: center;
	position: relative;
	/*margin-right: 0.08rem;*/
	padding-top: 0.12rem;
	margin-bottom: 0.03rem;
}
.fix_nav li a .icon img{
	display: block;
	height:0.32rem;
	margin: 0 auto;
}
.fix_nav li a .text{
	color: #fff;
	font-size: .24rem;
	font-family: verdana;
}


/*index box01*/

.container {
	position: relative;
	z-index:8;
	width: 100%;
	overflow: hidden;
	overflow-y: scroll;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
	-webkit-overflow-scrolling:touch;
}

/*
 * title
 */
.title1{
	display: block;
	margin-bottom: 0.25rem;
}
.title1 .tt{
	font-size:0.4rem;
	line-height:0.5rem;
	font-weight: bold;
	font-family: "Graphik-Medium";
}
.title1 .text{
	color: #666;
	font-size:0.22rem;
	font-family: "Graphik-Regular";
}
.title2{
	display: block;
	margin-bottom:0.3rem;
}
.title2 .tt{
	font-size:0.46rem;
	font-weight: bold;
}
.title2 .text{
	font-size:0.22rem;
}

.title2.colorf{
	color: #fff;
}
.title2.colorgreen .tt{
	color: #6eb804;
}

/*
 * more_btn
 */
.more_btn1{
	display: block;
	width: 120px;
	height: 32px;
	line-height: 32px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background: #6eb804;
	border-radius: 32px;
}
.more_btn1 .icon{
	color: #fff;
	font-size: 18px;
}

.more_btn2{
	display: block;
	width:2rem;
	height:0.36rem;
	line-height: 0.34rem;
	color: #fff;
	font-size:0.22rem;
	text-align: center;
	border: 1px solid #fff;
	border-radius:0.36rem;
}

.more_btn3{
	display: block;
	width:2rem;
	height: 0.44rem;
	line-height: 0.44rem;
	font-size: 0.26rem;
	color: #6eb804;
	background: #fff;
	border-radius:0.44rem;
}



.ind_box1{
	padding: 0.3rem 0;
}
.ind_box1_bars dd{
	float: left;
	width: 50%;
	text-align: center;
	padding:0.1rem;
	cursor: pointer;
}
.ind_box1_bars dd a{
	display: block;
	padding: 0.5rem 0.1rem;
	border: 1px solid #dcdcdc;
}
.ind_box1_bars dd .icon{
	color: #999999;
	font-size:0.8rem;
	margin-bottom:0.2rem;
}
.ind_box1_bars dd .tt{
	font-size: 0.24rem;
	text-transform: capitalize;
}

.ind_box1_bars dd.hover a{
	color: #fff;
	background: #6eb804;
}
.ind_box1_bars dd.hover .icon,.ind_box1_bars dd.hover .tt{
	color: #fff;
}


.ind_box2{
	padding: 0.3rem 0;
}

.ind_about_title1{
	padding-bottom: 0.4rem;
}
.ind_about_title1 .tt{
	font-size:0.9rem;
	color: #6eb804;
	font-family: "AKZIDENZGROTESK-MEDIUMCONDALT";
}
.ind_about_title1 .text{
	line-height:0.32rem;
	color: #fff;
}
.ind_about_title1 .text .line{
	display:block;
	background: #85ba67;
	font-size: 0.22rem;
	padding: 0 0.1rem;
	border-bottom: 1px solid #fff;
}

.ind_about_con_l{
	width: 100%;
	margin-bottom: 0.3rem;
}
.ind_about_con_title{
	font-size: 0.24rem;
	line-height:0.36rem;
	font-family: "Graphik-Medium";
	padding-bottom:0.25rem;
}

.ind_about_con_list dd{
	clear: both;
	overflow: hidden;
	margin-bottom:0.18rem;
}
.ind_about_con_list dd .num{
	float: left;
	width:0.34rem;
	height:0.34rem;
	color: #fff;
	font-size:0.22rem;
	font-family: "Graphik-Medium";
	text-align: center;
	line-height: 0.34rem;
	background: #6eb804;
}
.ind_about_con_list dd .con{
	float: left;
	width: calc(100% - 0.34rem);
	padding-left:0.15rem;
	font-size:0.22rem;
	line-height:0.32rem;
	font-family: "Graphik-Regular";
}


.ind_about_con_r{
	width: 100%;
}
.ind_about_con_r dd{
	float: left;
	width: 33.33%;
	position: relative;
}
.ind_about_con_r dd .pic{
	overflow: hidden;
}
.ind_about_con_r dd .pic img{
	display: block;
	width: 100%;
}
.ind_about_con_r dd .tt{
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	font-size:0.24rem;
	background: rgba(110,184,4,.85);
	font-weight: bold;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_about_con_r dd:hover .tt{
	opacity: 1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.ind_box3{
	padding: 0.3rem 0.1rem;
}

.ind_box3_l{
	width:100%;
}
.ind_box3_l img{
	display: block;
	max-width: 100%;
}
.ind_box3_r{
	width:100%;
	margin-bottom: 0.2rem;
}
.ind_box3_title{
	padding-bottom: 0.35rem;
}
.ind_box3_title .tt{
	color: #6eb804;
	font-size:0.8rem;
	font-family: "AKZIDENZGROTESK-MEDIUMCONDALT";
	padding-bottom: 0.1rem;
}

.ind_box3_title .text{
	color:#666;
	font-size:0.26rem;
}

.ind_box3_text{
	line-height:0.36rem;
	font-size:0.26rem;
	color: #666;
	margin-bottom:0.2rem;
}

.ind_box4{
	padding: 3% 0.1rem;
	background: url(../images/ind_box4_bg.jpg) no-repeat center center / cover;
}
.case_list1{
	padding-bottom: 0.4rem;
}
.case_list1 dd{
	float: left;
	width: 50%;
	padding: 0 0.1rem;
	margin-bottom: 0.2rem;
}
.case_list1 dd a{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.case_list1 dd .pic{
	overflow: hidden;
}
.case_list1 dd .pic img{
	display: block;
	width: 100%;
}
.case_list1 dd .con{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding:0 0.1rem 0;
	display:flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items:center;
    -webkit-align-items: center;
    flex-direction: column;
    -webkit-flex-direction: column;
	color: #fff;
	background: rgba(44,44,44,.7);
}
.case_list1 dd .con .tt{
	font-size:0.26rem;
	margin-bottom: 0.4rem;
}

.ind_box5{
	padding: 4% 0.1rem;
}
.service_list{
	display:flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.service_list dd{
	float: left;
	width: 33.33%;
	padding: 0 0.2rem;
	margin-bottom: 0.3rem;
}
.service_list dd:nth-child(1),.service_list dd:nth-child(2){
	width: 34%;
}

.service_list dd .icon_box{
	width: 1.4rem;
	height: 1.4rem;
	border: 1px solid #f0f0f0;
	border-radius: 1.4rem;
	padding:0.2rem;
	margin-bottom: 0.25rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	margin: 0 auto 0.2rem;
}
.service_list dd .icon_box .icon{
	width:calc(1rem - 1px);
	height:calc(1rem - 1px);
	font-size: 0.44rem;
	text-align: center;
	line-height:1rem;
	border-radius:0.8rem;
	color: #fff;
	background: #5a5a5a;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.service_list dd .tt{
	text-align: center;
	font-size:0.24rem;
}
.service_list dd:hover .icon_box{
	border-color: #6eb804;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.service_list dd:hover .icon_box .icon{
	background: #6eb804;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.service_list dd:hover .tt{
	color: #6eb804;
}

.ind_box6{
	padding: 0.4rem 0;
	background: #efefef;
}
.ind_box6_con{
	display:flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items:center;
    -webkit-align-items: center;
    flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
}
.ind_news_item1{
	width: 50%;
	padding: 0 0.1rem;
	overflow: hidden;
	margin-bottom:0.2rem;
}
.ind_news_item1 a{
	display: block;
	overflow: hidden;
	position: relative;
}
.ind_news_item1 .pic img{
	display: block;
	width: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_news_item1 .con2{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0.46rem;
	line-height:0.46rem;
	color: #fff;
	padding: 0 0.1rem;
	font-family: "Graphik-Regular";
	background: rgba(46,58,51,.9);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_news_item1 .con2 .tt{
	font-size:0.22rem;
}

/*
 * location
 */
.location{
	line-height: 0.32rem;
	background: #eee;
	padding: 0.13rem 0 0.12rem;
}
.location .icon{
	float:left;
	color: #333;
	font-size: 0.28rem;
	line-height: 0.3rem;
	margin-right: 0.05rem;
}
.location .icon{
	font-size: ;
}


.location a{
	color: #333;
	font-size: 0.22rem;
}
.location a:last-child{
	color: #6eb804;
}

.sub_main_con{
	padding: 0.2rem 0;
}
/*
 * about_us
 */
.about_box1{
	background: #fff;
	padding:0.3rem 0;
}
.sub_title1{
	padding-bottom: 0.25rem;
}
.sub_title1 .tt{
	font-size:0.6rem;
	font-family: "AKZIDENZGROTESK-MEDIUMCONDALT";
	padding-bottom: 0.08rem;
}
.sub_title1 .text{
	font-size:0.24rem;
	color: #666;
}
.sub_title2{
	padding-bottom: 0.25rem;
}
.sub_title2 .tt{
	font-size:0.6rem;
	color: #6EB804;
	font-family: "AKZIDENZGROTESK-MEDIUMCONDALT";
	padding-bottom: 0.08rem;
}
.sub_title2 .text{
	color: #666;
	font-size:0.24rem;
}

.about_text{
	color: #666;
	font-size:0.24rem;
	line-height:0.34rem;
}
.about_box1_list{
	padding:0.3rem 0 0.1rem;
}
.about_box1_list dd{
	float: left;
	width: 48%;
	position: relative;
	margin: 0 1% 2%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.about_box1_list dd:last-child{
	margin-right: 0;
}
.about_box1_list dd .pic{
	overflow: hidden;
}
.about_box1_list dd .pic img{
	display: block;
	width: 100%;
}
.about_box1_list dd .con{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 0.2rem 0.15rem;
	color: #fff;
	text-align: center;
	background: rgba(44,44,44,.6);
	display:flex;
    display: -webkit-flex;
    flex-direction: column;
    -webkit-flex-direction: column;
}

.about_box1_list dd .con .tt{
	font-size:0.28rem;
	padding-bottom: 0.2rem;
}
.about_box1_list dd .con .text{
	line-height:0.3rem;
	font-size:0.2rem;
	text-align: left;
}
.about_box1_list dd:hover{
	box-shadow: 0 0 18px rgba(0,0,0,.3);
	-webkit-transform:translateY(-3px);
	transform: translateY(-3px);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
/*
 * about_box2
 */
.about_box2{
	background: #f3f3f3;
	padding: 0.4rem 0;
}
.about_box2_list dd{
	clear: both;
	overflow: hidden;
}
.about_box2_list dd .pic{
	width: 100%;
	overflow: hidden;
}
.about_box2_list dd .pic img{
	display: block;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.about_box2_list dd .con{
	float: left;
	width: 100%;
	padding: 0.2rem 0.1rem;
}
.about_box2_list dd .con .tt{
	font-size:0.28rem;
	padding-bottom: 0.2rem;
	line-height:0.36rem;
}
.about_box2_list dd .con .text{
	line-height: 25px;
	color: #666;
	font-size: 14px;
}


/*
 * case
 */
.case_list2 dd{
	width: 100;
	padding:0 0.1rem;
	margin-bottom: 0.2rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.case_list1_tt{
	color: #fff;
	font-size: 0.26rem;
	line-height: 0.36rem;
	background: #4b5e75;
	font-family: "Graphik-Regular";
	padding: 0.15rem 0.2rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.case_list1_pic{
	overflow: hidden;
}
.case_list1_pic img{
	display: block;
	width: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.case_list1_con{
	background: #f4f4f4;
	overflow: hidden;
}
.case_list1_con_text{
	margin:0.25rem 0.2rem;
	line-height:0.34rem;
	font-size:0.22rem;
	font-family: "Graphik-Regular";
}

.case_list1_con_b{
	padding: 0 0.2rem;
	line-height:0.55rem;
	font-size:0.22rem;
	border-top: 1px solid #e5e5e5;
	border-bottom: 3px solid #e5e5e5;
}
.case_list1_con_b .text{
	float: left;
	width:65%;
	color: #a8a8a8;
	font-size: 0.22rem;
}
.case_list1_con_b .text .icon{
	float: left;
	width: 0.38rem;
	line-height:0.55rem;
	color: #bdbdbd;
	margin-right: 0.08rem;
}
.case_list1_con_b .more_btn{
	float: right;
	width:35%;
	font-size: 0.22rem;
	text-align: right;
	color: #6eb804;
}
.case_list1_con_b .more_btn:after{
	content: "▶";
	display: inline-block;
	color: #6eb804;
	line-height:0.55rem;
	transform: scale(0.8,1);
	-webkit-transform: scale(0.8,1);
	padding-left: 0.05rem;
}

.case_list1 dd:hover .case_list1_tt{
	background: #6eb804;
}
.case_list1 dd:hover,.case_list2 dd:hover{
	-webkit-transform:translateY(-3px);
	transform: translateY(-3px);
	box-shadow: 0 0 18px rgba(0,0,0,.2);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}



/*
 * contact
 */

.contact_list1{
	padding: 0.3rem 0;
	border-bottom: 1px solid #e5e5e5;
}
.contact_list1 dd{
	float: left;
	width: 50%;
	padding: 0 0.1rem;
	text-align: center;
}
.contact_list1 dd .icon{
	width:1.1rem;
	height:1.1rem;
	line-height: 1.1rem;
	font-size:0.42rem;
	color: #fff;
	border-radius:1.1rem;
	background: #6eb804;
	margin: 0 auto;
}
.contact_list1 dd .con{
	padding: 0.2rem 0 0 0;
}
.contact_list1 dd .con .tt{
	font-size:0.24rem;
	padding-bottom: 0.06rem;
}
.contact_list1 dd .con .text{
	display: block;
	line-height:0.32rem;
	font-size:0.24rem;
	word-break: break-all;
	font-family: "Graphik-Regular";
}
.contact_list1 dd .con .text1{
	font-size:0.24rem;
}

.contact_list1 dd .con a.text:hover{
	color: #6eb804;
	text-decoration: underline;
}



.contact_box2{
	padding:0.3rem 0;
}
.contact_box2_tt{
	font-size:0.5rem;
	font-family: "AKZIDENZGROTESK-MEDIUMCONDALT";
	padding-bottom: 0.3rem;
}
.inq_dl dd{
	float: left;
	width:100%;
	margin-bottom: 0.1rem;
}

.inq_dl dd .tt{
	line-height: 0.4rem;
	font-size:0.24rem;
	color: #444;
}
.inq_dl dd .tt span{
	color: #f00;
	padding-right: 4px;
}

.inq_inp{
	display: block;
	width: 100%;
	height:0.5rem;
	line-height: 0.5rem;
	padding-left: 0.15rem;
	background:none;
	border: 1px solid #989898;
}
.inq_area{
	width: 100%;
	height:1.4rem;
	padding:0.1rem;
	border: 1px solid #989898;
	background: none;
}
.inq_inp::-webkit-input-placeholder,.inq_area::-webkit-input-placeholder{
	color:#a0a0a0;
}
.inq_btn{
	display: block;
	width: 100%;
	height:0.5rem;
	font-size: 0.24rem;
	line-height:0.5rem;
	color: #fff;
	text-align: center;
	font-family: "Graphik-Regular";
	background: #6eb804;
	border: none;
	cursor: pointer;
	margin-top:0.2rem;
}


/*
 * history
 */
.history_list1{
	padding: 0 0.1rem;
}
.history_list1 dd{
	padding:0.3rem 0;
	border-bottom: 1px solid #ddd;
}
.history_list_l{
	width: 100%;
	margin-bottom: 0.3rem;
} 
.history_list_l_tt{
	font-size: 0.28rem;
	font-weight: bold;
}
.history_list_l_text{
	line-height:0.34rem;
	color: #666;
	font-size:0.22rem;
	padding:0.15rem 0;
	font-family: "Graphik-Regular";
	margin-bottom: 0.25rem;
}
.history_list_l_pic img{
	display: block;
	max-width: 100%;
	margin-bottom: 0.1rem;
}

.history_list_r{
	width:98%;
	padding: 0 0.25rem;
	position: relative;
	margin: 0 auto;
}
.history_list_r:before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0.1rem;
	width: 1px;
	height:calc(100% - 0.55rem);
	background: #ddd;
}
.history_list_r_item{
	line-height: 0.32rem;
	margin-bottom:0.3rem;
	font-size:0.24rem;
	font-family: "Graphik-Regular";
	position: relative;
}
.history_list_r_item:before{
	content: "";
	position: absolute;
	left:-0.32rem;
	top: 2px;
	display: block;
	width: 0.15rem;
	height: 0.15rem;
	background: #fff;
	border-radius: 0.15rem;
	border: 1px solid #d2d2d2;
}
.history_list_r_item .date{
	color: #6eb804;
	font-size:0.24rem;
	padding-right:0.05rem;
}


/*
 * honor
 */
.honor_list1 dd{
	float: left;
	width: 50%;
	padding: 0 0.1rem;
	margin-bottom: 0.2rem;
	position: relative;
}
.honor_list1 dd:nth-child(2n+1){
	clear: both;
}
.honor_list1 dd .pic{
	overflow: hidden;
}
.honor_list1 dd .pic img{
	display: block;
	width: 100%;
}
.honor_list1 dd .con{
	display: none;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background:rgba(110,184,4,.7);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.honor_list1 dd .con .icon{
	display: block;
	width: 33px;
	height: 33px;
	background: url(../images/honor_icon.png) no-repeat center center;
	margin: 0 auto;
}

.honor_list1 dd:hover .con{
	opacity: 1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

/*
 * news
*/
.news_list dd{
	float: left;
	width: 50%;
	padding: 0 0.1rem;
	margin-bottom: 0.2rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.news_list dd:nth-child(2n+1){
	clear: both;
}
.news_list dd .pic{
	overflow: hidden;
}
.news_list dd .pic img{
	display: block;
	width: 100%;
}
.news_list dd .con{
	border: 1px solid #dcdcdc;
	border-top: 3px solid #6eb804;
	padding:0.32rem 0.1rem 0.3rem;
	position: relative;
}
.news_list dd .con .date{
	position: absolute;
	left: 0.34rem;
	top: -0.24rem;
	width: 1.6rem;
	height: 0.4rem;
	line-height: 0.4rem;
	text-align: center;
	color: #fff;
	background: #6eb804;
	font-family: "Graphik-Regular";
}
.news_list dd .con .tt{
	line-height:0.34rem;
	font-size: 0.24rem;
	color: #333;
	font-weight: bold;
	margin-bottom:0.15rem;
}
.news_list dd .con .text{
	color: #666;
	line-height:0.32rem;
	font-family: "Graphik-Regular";
}
.news_list dd:hover{
	box-shadow: 0 0 18px rgba(0,0,0,.3);
	-webkit-transform:translateY(-3px);
	transform: translateY(-3px);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}































/*
 * pro_det_inq
 */
.inquery_box{
	padding: 0.2rem 0;
}
.contact_t_list{
	padding: 0 0.15rem;
}
.contact_t_list dd{
	width: 100%;
	margin-bottom:0.15rem;
}
.contact_t_list dd .tt{
	font-size:0.22rem;
	padding-bottom: 0.1rem;
}
.contact_t_list dd .red{
	color: #ed1c24;
	padding-right:0.07rem;
}
.contact_t_list dd .inp,.contact_t_list dd .textarea1{
	display: block;
	width: 100%;
	height:0.46rem;
	padding-left: 0.12rem;
	border: 1px solid #d2d2d2;
}
.contact_t_list dd .textarea1{
	padding:0.12rem;
	height:1.3rem;
}
.contact_t_list dt{
	padding-top: 0.2rem;
}
.message_btn{
	display: block;
	width:2.4rem;
	height:0.5rem;
	line-height: 0.5rem;
	text-align: center;
	color: #fff;
	background: #222;
	position: relative;
}
.message_btn .icon{
	float:left;
	line-height:0.5rem;
	color: #fff;
	font-size:0.24rem;
	margin-left:0.2rem;
	margin-right: 0.05rem;
}
.message_btn .btn{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	color: #fff;
	display: block;
	font-size:0.22rem;
	width:100%;
	height:100%;
	line-height: 0.5rem;
	padding-left:0.34rem;
	border: 0;
	background: none;
	cursor: pointer;
}

/*
 * pro_list
 */
.pro_list1 dd{
	width:100%;
	padding:0.3rem 0.2rem 0.2rem;
	margin:0 0 0.2rem 0;
	background: #fff;
	position: relative;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.pro_list1_pic{
	position: absolute;
	right: 0.3rem;
	bottom:0.5rem;
	display: block;
	width:3.35rem;
	height:2.3rem;
}
.pro_list1_pic_rela{
	width: 100%;
	height: 100%;
	padding:0.6rem 0 0 0.07rem;
	position: relative;
}
.pro_list1_pic img{
	position: relative;
	z-index: 3;
	display: block;
}
.pro_list1_pic .icon{
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width:2.27rem;
	height:2.27rem;
	background: #f0f0f0;
	border-radius:2.27rem;
}
.pro_list1_con{
	width:3rem;
	padding-bottom: 0.3rem;
}
.pro_list1_con_tt{
	color: #222;
	font-size: 0.3rem;
	font-family: "ProximaNova-Bold";
}
.pro_list1_con_list{
	padding:0.2rem 0 0.2rem;
}
.pro_list1_con_btn a{
	display: block;
	width:1.8rem;
	height:0.46rem;
	line-height: 0.46rem;
	text-align: center;
	font-size:0.22rem;
	color: #d91f22;
	border: 1px solid #d91f22;
	margin:0 0 0.1rem 0.18rem;
}
.pro_list1_con_btn a.hover{
	color: #fff;
	background: #d91f22;
}




/*
 * news_det
 */
.news_det_box{
	padding:0.3rem 0.1rem;
}
.news_det_title{
	font-size:0.28rem;
	margin-bottom:0.12rem;
	color: #303030;
}
.news_det_date{
	color: #909090;
	font-size:0.2rem;
	line-height:0.3rem;
	margin-bottom:0.15rem;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
	align-items: center;
	-webkit-align-items: center;
	padding-bottom:0.1rem;
	border-bottom: 1px solid #e5e5e5;
}
.news_det_date_clm{
	margin: 0 5px;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
}
.news_det_date .iconfont{
	float: left;
	font-size:0.20rem;
	margin-right:0.08rem;
	color: #909090;
	line-height:0.3rem;
}
.news_det_date_clm .icon-shijian{
	font-size:0.24rem;
}
.news_det_date_clm .icon-yanjing{
	font-size:0.3rem;
}
.share_text{
	margin-left:0.06rem;
}

.news_det_con{
	line-height:0.34rem;
	font-size:0.22rem;
}
.news_det_con img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

/**det_page**/
.news_det_page{
	padding:0.2rem 0 0.1rem;
	border-top: 1px solid #dddddd;
	margin-top: 0.2rem;
}
.news_det_page_clm{
	display: flex;
	display: -webkit-flex;
	justify-content: flex-start;
	-webkit-justify-content: flex-start;
	line-height:0.3rem;
	margin-bottom:0.1rem;
	font-size:0.22rem;
}
.news_det_page_clm .tt{
	padding-right:0.06rem;
}
.news_det_page_clm .text{
	display: block;
	width: calc(100% - 1.1rem);
}

/**page**/
.page {
	clear: both;
	padding: 0.4rem 0;
	width: 100%;
	color:#333;
	font-size: 0.22rem;
	text-align: center;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
	overflow: hidden;
}
.page select{
	width: 0.5rem;
	margin: 0 0.1rem;
}


/*
 * partner
 */
.partner_list{
	border-top: 1px solid #d1d1d1;
	padding: 0.3rem 0.1rem;
}
.partner_list dd{
	float: left;
	width: 47%;
	border: 1px solid #dcdcdc;
	margin:0 1.5% 0.2rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.partner_list dd img{
	display: block;
	width: 100%;
}
.partner_list dd:nth-child(2n+1){
	clear: both;
}
.partner_list dd:hover{
	-webkit-transform:translateY(-2px);
	transform: translateY(-2px);
	box-shadow: 0 0 18px rgba(0,0,0,.2);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}



/*
 * product_cover
 */
.pro_cover_t{
	position: relative;
	margin-bottom:0.3rem;
}
.pro_cover_t_pic{
	display: block;
	width: 100%;
}
.pro_cover_t_con{
	width: 100%;
	padding:0.2rem;
}
.pro_cover_t_con_tt{
	font-size:0.3rem;
	font-weight: bold;
	color: #333;
	margin-bottom: 0.2rem;
}
.pro_menu_bars a{
	display: block;
	line-height: 0.4rem;
	color: #333;
	font-size: 0.24rem;
	padding: 0 0.15rem;
	margin-bottom: 0.15rem;
}
.pro_menu_bars a:before{
	content: "";
	float: left;
	width:0.1rem;
	height: 0.1rem;
	border-radius: 0.1rem;
	border: 2px solid #6eb804;
	margin:0.15rem 0.08rem 0 0;
}
.pro_menu_bars a:hover,.pro_menu_bars a.hover{
	color: #fff;
	background: #6eb804;
}
.pro_menu_bars a:hover:before,.pro_menu_bars a.hover:before{
	border: 2px solid #fff;
}



/*
 * pro_list
 */
.pro_list1 dd{
	float: left;
	width: 50%;
	padding: 0 0.1rem;
	margin-bottom: 0.2rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.pro_list1 dd:nth-child(2n+1){
	clear: both;
}
.pro_list1 dd .pic{
	overflow: hidden;
}
.pro_list1 dd .pic img{
	display: block;
	width: 100%;
}
.pro_list1 dd .tt{
	line-height:0.5rem;
	font-size:0.24rem;
	padding: 0 0.1rem;
	text-align: center;
	border: 1px solid #d1d1d1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}


/*
 * service
 */
.service_box1{
	padding: 0 0 0.4rem 0;
}
.service_text{
	line-height:0.32rem;
	font-size:0.22rem;
}
.service_box2{
	padding: 0 0 0.3rem;
	background: #eaf0f5;
}
.service_list1 dd{
	clear: both;
	overflow: hidden;
	margin-bottom: 0.2rem;
}
.service_list1 dd .pic{
	width: 100%;
}
.service_list1 dd .pic img{
	display: block;
	width:100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.service_list1 dd .con{
	float: right;
	width:100%;
	padding:0.25rem 0.2rem;
	color: #fff;
	background: #9badbf;
	position: relative;
}
.service_list1 dd .con:after{
	content: "";
	display: block;
	position: absolute;
	left:0;
	top:0;
	margin-left: -0.19rem;
	width: 0;
    height: 0;
    border-right-width: 0.15rem;
    border-left-width: 0;
    border-top-width:0.19rem;
    border-bottom-width:0.19rem;
    border-style: solid;
    border-color: transparent #9badbf transparent transparent;
}
.service_list1 dd .pic img{
	display: block;
	width: 100%;
}
.service_list1 dd .con .tt{
	font-size:0.24rem;
	font-weight: bold;
	margin-bottom: 0.15rem;
}
.service_list1 dd .con .text{
	line-height: 0.32rem;
	font-size:0.24rem;
}
.service_list1 dd:nth-child(2n) .con{
	background: #6eb804;
}
.service_list1 dd:nth-child(2n) .con:after{
	left: auto;
	right: -15px;
	border-right-width: 0;
	border-left-width: 15px;
	border-color: transparent transparent transparent #6eb804;
}
.service_list1 dd:hover .pic img{
	transform: scale(1.02,1.02);
	-webkit-transform: scale(1.02,1.02);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}


.pro_det_t{
	padding:0.1rem;
}
.p_det_inf{
	width:100%;
	padding: 0.2rem 0.1rem;
	overflow: hidden;
}
.p_det_inf_tt{
	color: #6eb804;
	font-size:0.36rem;
	margin:0.05rem 0 0.15rem;
	font-family: "AKZIDENZGROTESK-MEDIUMCONDALT";
}
.p_det_inf_list{
	padding-bottom:0.2rem;
	border-bottom: 1px dashed #ccc;
}
.p_det_inf_clm{
	color: #444;
	line-height:0.32rem;
	position: relative;
	font-family: arial;
	padding: 4px 0;
	overflow: hidden;
}
.p_det_inf_clm .tt{
	float: left;
	width:1.6rem;
}
.p_det_inf_clm .text{
}
.pro_det_inf_tip{
	color: #333;
	line-height:0.32rem;
	font-size:0.22rem;
	padding:0.25rem 0 0.2rem;
}
.pro_det_inf_tip .green{
	color: #6eb804;
}

.pro_det_inf_btn_box{
	padding-bottom:0.2rem;
	border-bottom: 1px dashed #ccc;
	margin-bottom:0.2rem;
}

.pro_det_inf_btn{
	float: left;
	width:49%;
	height:0.55rem;
	line-height:0.55rem;
	color: #fff;
	text-align: center;
	position: relative;
	background: #2c2c2c;
	margin-right:1%;
}
.pro_det_inf_btn .icon{
	font-size:0.28rem;
	color: #fff;
	margin-right:0.06rem;
}
.pro_det_inf_btn .text{
	position: relative;
	top:0;
	font-size: 0.28rem;
	text-transform: uppercase;
}
.pro_det_inf_btn.hover{
	background: #6eb804;
}


.at-style-responsive .at-share-btn{
	padding:0!important;
}
.at-resp-share-element.at-mobile .at-share-btn{
	margin-top:0px;
	margin-right: 8px;
}
.at-resp-share-element .at-share-btn .at-icon-wrapper{
	    width: 0.36rem!important;
    height: 0.36rem!important;
}
.at-resp-share-element .at-icon, .at-resp-share-element .at-label{
	width: 0.36rem!important;
    height: 0.36rem!important;
}

.share_box{
	clear: both;
}
.share_box .tt{
	float: left;
	padding-right:0.1rem;
	line-height:0.36rem;
	font-size:0.28rem;
}
.share_box .text{
	float: left;
}



.pro_det_b{
	overflow: hidden;
}

.pro_det_tabs{
	background: #eee;
}
.pro_det_tabs_clm{
	line-height: 24px;
	background: #fff;
}

.pro_det_tabs_clm_title{
	width: 100%;
	padding: 0 0.2rem;
	line-height: 0.6rem;
	background: #6eb804;
	display:flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items:center;
    -webkit-align-items: center;
}
.pro_det_tabs_clm_title_tt{
	font-size: 0.28rem;
	color: #fff;
}
.pro_det_tabs_clm_title_icon{
	width: 0.6rem;
	height: 0.6rem;
	background: url(../images/pro_det_icon.png) no-repeat center center / 0.32rem 0.31rem;
}
.pro_det_tabs_clm_title.hover .pro_det_tabs_clm_title_icon{
	transform: rotateZ(-90deg);
    -webkit-transform: rotateZ(-90deg);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}





.pro_det_tabs_clm img{
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.pro_det_tabs_t_pic{
	display: block !important;
}

.pro_det_tabs_t_list{
	padding: 0.35rem 0.1rem;
	background: #2c2c2c;
}
.pro_det_tabs_t_list dd{
	float: left;
	width: 50%;
	text-align: center;
	padding: 0 0.1rem;
	margin-bottom: 0.2rem;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.pro_det_tabs_t_list dd .icon{
	width: 1.4rem;
	height: 1.4rem;
	color: #fff;
	font-size:0.72rem;
	line-height:1.4rem;
	background: #6EB804;
	border-radius: 1.4rem;
	margin: 0 auto 0.2rem;
}
.pro_det_tabs_t_list dd .tt{
	color: #6EB804;
	font-size:0.24rem;
}
.pro_det_tabs_t_list dd:hover{
	-webkit-transform:translateY(-3px);
	transform: translateY(-3px);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.pro_det_tabs_desc{
	padding:0.35rem 0.1rem;
}

.pro_det_tabs_desc .pic{
	float: none;
	display: block;
	width:3.2rem;
	height:3.2rem;
	border-radius: 3.2rem;
	border: 3px solid #60aa31;
	margin: 0 auto 0.2rem;
}
.pro_det_tabs_desc .pic img{
	display: block;
	width: 100%;
}
.pro_det_tabs_desc .con{
	width:100%;
	text-align: center;
	padding-top:0.2rem;
}
.pro_det_tabs_desc .con .tt{
	font-size:0.28rem;
	font-weight: bold;
	color: #6EB804;
	padding-bottom:0.2rem;
}
.pro_det_tabs_desc .con .text{
	font-size:0.26rem;
	line-height:0.36rem;
}

.pro_det_tabs_fea_con{
	padding:0.2rem 0.1rem;
	border-top: 1px solid #dcdcdc;
}


.pro_det_tabs_fea_tt{
	font-size: 0.3rem;
	color: #666;
	font-weight: bold;
	padding-bottom:0.2rem;
}
.pro_det_tabs_clm table{
	width: 100%;
}
.pro_det_tabs_clm table tr td{
	padding:0.05rem 0.1rem;
	border: 1px solid #e5e5e5;
}
.pro_det_tabs_clm table tr td:first-child{
  	width:35%;
}
.pro_det_tabs_clm table tr:nth-child(odd){
	background: #f0f0f0;
}

/*.pro_det_tabs_size_tt{
	color: #fff;
	font-size:0.24rem;
	line-height: 70px;
	font-weight: bold;
	padding-left: 45px;
	background: #6EB804;
}*/

.pro_det_tabs_pack_box{
	padding:0.2rem;
}
.pro_det_tabs_pack_tt{
	color: #333;
	font-size:0.26rem;
	font-weight: bold;
	line-height:0.6rem;
	margin-bottom:0.2rem;
}
.pro_det_tabs_pack_tt:after{
	content: "";
	display: block;
	width: 150px;
	height: 1px;
	background: #dcdcdc;
}


.pro_det_inq{
	background: #343941;
}
.inq_tt{
	background: #2c2c2c;
	line-height:0.5rem;
	color: #fff;
	padding-left:0.35rem;
	
}
.inq_tt .tt{
	color: #fff;
	font-size:0.26rem;
	font-weight: bold;
}

.inq_dl2{
	padding:0.3rem 0.2rem;
	background: #f1f1f1;
}
.inq_dl2 dd{
	width:100%;
	margin-bottom:0.1rem;
	position: relative;
}
.inq_dl2 dd .tt{
	line-height:0.5rem;
	font-size:0.24rem;
	color: #666;
}
.inq_dl2 dd .tt span{
	color: #ff8a00;
	padding-right: 0.05rem;
}
.inq_dl2 dd .inq_inp2{
	display: block;
	width: 100%;
	height:0.56rem;
	line-height: 0.56rem;
	padding-left:0.15rem;
	color:#333;
	border: 1px solid #bfbfbf;
	border-radius: 2px;
}
.inq_dl2 dd .inq_area2{
	width: 100%;
	height:1.4rem;
	padding:0.1rem;
	color: #333;
	border: 1px solid #bfbfbf;
	background: #fff;
	border-radius: 2px;
}
.inq_dl2 dd .inq_inp_icon{
	position: absolute;
	right: 0;
	top: 0.53rem;
	width:0.56rem;
	height:0.56rem;
	font-size:0.24rem;
	line-height:0.56rem;
	text-align: center;
	color: #888;
}
.inq_dl2 dd .inq_inp2::-webkit-input-placeholder,.inq_dl2 dd .inq_area2::-webkit-input-placeholder{
	color:#999;
}

.inq_btn_box{
	position: relative;
	width:3.2rem;
	height:0.56rem;
	font-size: 0.24rem;
	text-align: center;
	background: #6eb804;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.inq_dl2 dd .inq_btn{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	display: block;
	width: 100%;
	height:0.56rem;
	line-height: 0.56rem;
	color: #fff;
	text-align: left;
	padding-left:0.92rem;
	border: none;
	margin-top: 0;
	background: none;
	cursor: pointer;
}

.inq_btn_icon{
	width:0.62rem;
	height:0.56rem;
	background:#2c2c2c url(../images/pro_det_inq_icon.png) no-repeat center center / 0.3rem auto;
}








