@charset "utf-8";
html, body, div, span, h1, h2, h3, h4, h5, h6, hr, p, a, samp, strong, blockquote, dl, dt, dd, ul, ol, li, pre, form, label, table, tbody, tr, th, td, img {
  border: 0 none;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: '微软雅黑';
  list-style-type: none;
  line-height: 150%;

}

body {
	background: #fff;
	overflow-x: hidden;
}

img {
	max-width: 100%;
	max-height: 100%;
}

a {
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	color: #333;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.fc {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: -webkit-center;
	align-items: -moz-center;
	align-items: center;
}

.fl {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}

.row {
	margin: 0
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
	padding: 0;
}

.fc {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: -webkit-center;
	align-items: -moz-center;
	align-items: center;
}

.fl {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}


.container {
	margin: 0 auto !important;
	display: block;
}

.fu_right {
	position: fixed;
	bottom: 40px;
	right: 20px;
	z-index: 99;
	display: none
}

.fu_right_li a {
	display: block;
	background: #1a1a1a;

	border-radius: 50%;

}

.fu_right_li a img {
	width: 35px;
	height: 35px;
	display: block;
	margin: 0 auto;

}

.nav {
	list-style: none;
	margin: 0 auto;
}

.nav li {
	display: inline-block;
	position: relative;
}

.nav li a {
	color: #fff;
	font-weight: 500;
	padding: 10px 30px;
	display: inline-block;
}

.nav li a:hover {
	background-color: #017ecb;
}

.nav li a:focus {
	-moz-outline-style: none;
}

.nav li .sub-nav {
	position: absolute;
	top: 50px;
	left: -1px;
	list-style: none;
	background-color: #222;
	display: none;
	z-index: 99;
}

.nav li .sub-nav li {
	text-align: center;
	clear: left;
	width: 120px;
	height: 35px;
	line-height: 35px;
	position: relative;
	padding: 0;
}

.nav li .sub-nav li a {
	font-size: 14px;
	height: 34px;
	line-height: 34px;
	width: 120px;
	padding: 0;
	color: #fff;
	display: inline-block;
}

.nav li .sub-nav li a:hover {
	background-color: #017ecb;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#cssmenu:after,
#cssmenu>ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

#cssmenu #menu-button {
	display: none;
}

#cssmenu {
	width: auto;
	line-height: 1;

	position: relative;
	top: 0;
	z-index: 999;
	right: 0;
}

#menu-line {
	position: absolute;
	top: 0;
	left: 0;

	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

#cssmenu>ul>li {
	display: inline-block;

}

#cssmenu.align-center>ul {
	font-size: 0;
	text-align: center;
}

#cssmenu.align-center>ul>li {
	display: inline-block;
	float: none;
}

#cssmenu.align-center ul ul {
	text-align: left;
}

#cssmenu.align-right>ul>li {
	float: right;
}

#cssmenu.align-right ul ul {
	text-align: right;
}

#cssmenu>ul>li {
	padding: 0 2%;
}

#cssmenu>ul>li>a {
	padding: 1.5rem 0;
	text-align: center;
	font-size: 1rem;
	text-decoration: none;
	color: #000;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
}

#cssmenu>ul>li:last-child a {
	border: 0
}

#cssmenu>ul>li>a img {
	width: 25px;
}

#cssmenu>ul>li:hover>a,
#cssmenu>ul>li>a.active {
	border-bottom: 2px solid #000;

}

#cssmenu ul ul {
	position: absolute;
	left: -9999px;
	top: 64px;
	border-top: 2px solid #308abe;
	background: #e0e9f0;
}

#cssmenu li:hover>ul {
	left: auto;
}

#cssmenu.align-right li:hover>ul {
	right: 0;
}

#cssmenu ul ul ul {
	margin-left: 100%;

}

#cssmenu.align-right ul ul ul {
	margin-left: 0;
	margin-right: 100%;
}

#cssmenu ul ul li {
	height: 0;
	-webkit-transition: height .2s ease;
	-moz-transition: height .2s ease;
	-ms-transition: height .2s ease;
	-o-transition: height .2s ease;
	transition: height .2s ease;
}

#cssmenu ul li:hover>ul>li {
	height: auto;
	width: 100%;
}

#cssmenu ul ul li a {
	padding: 15px 0;
	width: 7.7rem;

	display: block;
	font-size: 14px;

	text-decoration: none;
	color: #333;
	-webkit-transition: color .2s ease;
	-moz-transition: color .2s ease;
	-ms-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease;
	text-align: center;
}

#cssmenu ul ul li:hover>a,
#cssmenu ul ul li a:hover {

	background: #fff;
}

#cssmenu ul ul li.has-sub>a::after {
	position: absolute;
	top: 13px;
	right: 10px;
	width: 4px;
	height: 4px;
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	content: "";
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: border-color 0.2s ease;
	-moz-transition: border-color 0.2s ease;
	-ms-transition: border-color 0.2s ease;
	-o-transition: border-color 0.2s ease;
	transition: border-color 0.2s ease;
}

#cssmenu.align-right ul ul li.has-sub>a::after {
	right: auto;
	left: 10px;
	border-bottom: 0;
	border-right: 0;

}

#cssmenu ul ul li.has-sub:hover>a::after {
	border-color: #ffffff;
}

@media all and (max-width: 768px),
only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px),
only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (min-resolution: 192dpi) and (max-width: 1024px),
only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
	#cssmenu {
		width: 100%;
	}

	#cssmenu ul {
		position: absolute;
		width: 100%;
		display: none;
		background: #1a1a1a;

	}

	#cssmenu.align-center>ul,
	#cssmenu.align-right ul ul {
		text-align: left;
	}

	#cssmenu ul li,
	#cssmenu ul ul li,
	#cssmenu ul li:hover>ul>li {
		width: 100%;
		height: auto;

	}

	#cssmenu ul li a,
	#cssmenu ul ul li a {
		width: 100%;
		text-align: center;
	}

	#cssmenu>ul>li,
	#cssmenu.align-center>ul>li,
	#cssmenu.align-right>ul>li {
		float: none;
		display: block;
	}

	#cssmenu ul ul li a {
		padding: 20px;
		font-size: 14px;
		color: #fff;
		background: none;
	}

	#cssmenu ul ul li:hover>a,
	#cssmenu ul ul li a:hover {
		color: #fff;
	}

	#cssmenu ul ul ul li a {
		padding-left: 40px;
	}

	#cssmenu ul ul,
	#cssmenu ul ul ul {
		position: relative;
		left: 0;
		right: auto;
		width: 100%;
		margin: 0;
	}

	#cssmenu>ul>li.has-sub>a::after,
	#cssmenu ul ul li.has-sub>a::after {
		display: none;
	}

	#menu-line {
		display: none;
	}

	#cssmenu #menu-button {
		display: block;
		padding: 20px;
		color: #fff;
		cursor: pointer;
		font-size: 12px;
		text-transform: uppercase;

	}

	#cssmenu #menu-button::after {
		content: '';
		position: absolute;
		top: 10px;
		right: 20px;
		display: block;
		width: 25px;
		height: 2px;
		background: #000;
	}

	#cssmenu #menu-button::before {
		content: '';
		position: absolute;
		top: 20px;
		right: 20px;
		display: block;
		width: 25px;
		height: 11px;
		border-top: 2px solid #000;
		border-bottom: 2px solid #000;
	}

	#cssmenu .submenu-button {
		position: absolute;
		z-index: 10;
		right: 0;
		top: 0;
		display: block;
		border-left: 1px solid rgba(255, 255, 255, 0.15);
		height: 52px;
		width: 52px;
		cursor: pointer;

	}

	#cssmenu .submenu-button::after {
		content: '';
		position: absolute;
		top: 21px;
		left: 26px;
		display: block;
		width: 1px;
		height: 11px;
		background: #fff;
		z-index: 99;
	}

	#cssmenu .submenu-button::before {
		content: '';
		position: absolute;
		left: 21px;
		top: 26px;
		display: block;
		width: 11px;
		height: 1px;
		background: #fff;
		z-index: 99;
	}

	#cssmenu .submenu-button.submenu-opened:after {
		display: none;
	}
}


.head {
	position: relative;
	background: #fff;
	top: 0;
	width: 100%;
	display: block;
	z-index: 9999;
	padding: 0.5rem 0;

}

.head_box {
	display: block;

}


.head_logo img {
	max-height: 100%;
	display: block;
}




.footer{
	padding: 3% 0;
	background: #11192E;
}


.head_top{
	background: #000000;
	padding: 0.5rem 0;
}
.head_top_left a{
	display: inline-block;
	margin-right: 0.5rem;
}
.head_top_left a img{
	width: 1.5rem;
	height: 1.5rem;
}
.head_top_left a img:hover{
	opacity: 0.8;
}
.head_top_left span{
	font-size: 1rem;
	color: #fff;
	font-weight: bold;
	border-left: 1px solid #fff;
	margin-left: 1rem;
	padding-left: 1rem;
	display: flex;
	align-items: center;
}
.head_top_left span img{
	width: 1.5rem;
	display: inline-block;
	margin-right: 0.5rem;
}
.head_top_left{
	display: flex;
	align-items: center;
}

.head_top_right{
	color: #fff;
	text-align: right;
}
.head_top_right a{
	color: #fff;
	padding: 0 0.5rem;
	font-size: 1rem;
}
.head_top_right a:hover{
	opacity: 0.8;
}
.head_logo img{
	max-height: 4rem;
}

.index_banner .swiper-pagination-bullet{
	background: #fff;
	width: 3rem;
	height: 0.2rem;
	border-radius: 0.2rem;
	border-radius: 0;
}

.index_tab{
  text-align: center;
}
.index_tab_li{
  display: inline-block;
  padding: 0.5rem 1rem;

}
.index_tab_li a{
  font-weight: 500;
  padding: 0.1rem 1.5rem;
  border-radius: 0;
  display: inline-block;
  font-size: 1.1rem;
  color: #fff;
  background: #000;
  text-decoration: none;
}
.index_tab_li.on a{
  background: #91cae4;
  color: #fff
}
.index_tab_li:hover a{
	background: #91cae4;
	  color: #fff

}
.index_gc_li{
  position: relative;
  padding: 0.7rem;
}

.index_gc_fu{
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background: rgba(0,0,0,0.4);

}
.index_gc_fu .dd{
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  width: 100%;
  text-align: center;
}
.index_gc_fu .dd .d1{
  font-size: 1.5rem;
  color: #fff;
  padding-bottom: 0.5rem;
  text-align: center;
} 
.index_gc_fu .dd .d1 span{
	background: #fff;
	height: 0.15rem;
	width: 2.5rem;
	display: block;
	margin: 0.5rem auto;
}
.index_gc_fu .dd .d2{
  font-size: 1rem;
  color: #fff;

} 
.index_gc_li img{
	border-radius: 0.2rem;
}
.index_gc_li a{
  display: block;
  margin: 0;
  position: relative;
  overflow: hidden;
}
.index_gc_li a:hover .index_gc_fu{
  display: block;
  transition: 0.8s;
  top: 0;
}

.index_gc_li a:hover span{
  background: none
}
.index_cont{
  padding: 3rem 0
}

.index_about_t{
	text-align: center;
	font-size: 2rem;
	color: #000;
	padding: 2rem;
}
.pro_more{
	text-align: center;
	padding: 1rem;
}
.pro_more a{
	display: inline-block;
	padding: 0.2rem 1.5rem;
	border-radius: 2rem;
	color: #91cae4;
	border: 1px solid #91cae4;
	font-size: 1rem;
}
.pro_more a:hover{
	border: 1px solid #000;
	background: #000;
	color: #fff;
}

.index_about_left_b{
	background: #e0e0e0;
	padding: 0.1rem 1rem 1rem 0.1rem;
	margin-right: 1rem;
	height: 100%;
}
.index_about_bg{
	padding: 5%;
	height: 25rem;
	background: #fff;
}

.index_about_left_b .d1{
		font-size: 1.5rem;
		font-weight: bold;
		color: #000;
}
.index_about_left_b .d2{
	font-size: 1rem;
	color: #333;
	padding: 1.5rem 0;
}

.index_about_left_b .d3 a{
	background: #efefed;
	color: #333;
	font-size: 0.95rem;
	display: inline-block;
	padding: 0.3rem 2rem;
}
.index_about_left_b .d3 a:hover{
	background: #000;
	color: #fff;
}
.index_about_right img{
	height: 26rem;
	display: block;
}
.index_about_icons_li{
	text-align: center;
	color: #000;
}
.index_about_icons_li .d1 img{
	display: block;
	margin: 0 auto;
	height: 1.8rem;
	width: auto;
}
.index_about_icons_li .d2{
	font-size: 3rem;
	font-weight: bold;
	padding: 0.5rem 0;
}
.index_about_icons_li .d3{
	font-size: 1rem;
	font-weight: bold;
	text-align: center;
}

.index_about_icons_li .d3 span{
	background: #000;
	height: 0.15rem;
	width: 2rem;
	display: block;
	margin: 0.5rem auto;
}

.index_about_icons{
	clear: both;
	overflow: hidden;
	padding: 3rem 0;
}

.index_news_li{
	padding: 0.5rem 0;
	background: #fff;
}
.index_news_li .dleft img{
	border-radius: 0.1rem;
	display: block;
	height: 9rem;
	width: 100%;
}
.index_news_li:hover .dleft img{
	opacity: 0.9;
}
.index_news_li .dright{
	padding: 0.5rem 1rem;
}
.index_news_li .dright .d1{
	font-size: 1rem;
	color: #333;
	padding-bottom: 0.5rem;
	font-weight: bold;
}
.index_news_li .dright .d2{
	font-size: 0.9rem;
	color: #333;
}
.index_news_li:hover .dright .d1{
	color: #9bcfe7;
}
.index_news_ul{
	clear: both;
	overflow: hidden;
	padding: 2rem 0;
}
.index_news{
	padding-bottom: 2rem;
}
.footer_head{
	border-bottom: 1px solid #fff;
	padding-bottom: 1rem;
}
.footer_head span{
	padding-right: 5%;
	color: #fff;
	font-size: 1rem;
}

.footer_head span img{
	height: 1rem;
	display: inline-block;
	margin-right: 0.5rem;
}


.footer_dh{
	text-align: center;
	padding: 1rem 0 4rem 0;
}
.footer_dh a{
	display: inline-block;
	color: #fff;
	font-size: 1rem;
	padding: 0 0.5rem;
}

.footer_dh a:hover{
	opacity: 0.8;
}

.footer_bottom_icon a{
	display: inline-block;
	padding: 0.5rem;
}
.footer_bottom_icon a:hover{
	opacity: 0.8;
}
.footer_bottom_ewm img{
		display:block;
		margin: 0 auto;
		max-width: 6rem;
}
.footer_bottom_ewm span{
	display: block;
	text-align: center;
	font-size: 1rem;
	color: #fff;
	padding-top: 0.5rem;
}

.footer_bottom_wz a{
	color: #fff;
}
.footer_bottom_wz span{
	font-size: 1rem;
	display: inline-block;
	margin-right: 0.5rem;
	color: #fff;
}


.f_banner img{
	display: block;
	width: 100%;
}

.about_head{
	background: #f5f6f9;
	padding: 1rem 0;
	font-size: 1rem;
}
.about_head a{
	display: inline-block;
	padding: 0 0.5rem;
	color: #333;
}
.about_head a:hover{
	color: #42d1e4;
}

.about_ul{
	padding: 2rem 0;
	clear: both;
	overflow: hidden;
}
.about_ul_left_t{
	font-size: 1.5rem;
	font-weight: bold;
	color: #000;
	margin-bottom: 1rem;
}
.about_ul_lis{
	border: 1px solid #eee;
	display: block;
}
.about_ul_li a{
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	border-bottom: 1px solid #eee;
	padding: 1rem;
	font-size: 1rem;
	font-weight: bold;
}
.about_ul_li a.on{
	color: #42d1e4
}
.about_ul_li a span{
	float: right;
	display: inline-block;
}
.about_ul_li a:hover{
	color: #42d1e4!important;
}
.about_ul_r{
	border: 1px solid #eee;
	margin-left: 2rem;
	font-size: 0.95rem;
	color: #666;
	padding: 1rem 0.5rem;
	
}
.pro_ul .pro_lis {
	margin: 0.5rem 1rem;
	border: 1px solid #eee;
}
.pro_ul .pro_lis .d1 img{
	display: block;
	height: 15rem;
	width: 100%;
}
.pro_ul .pro_lis .d1{
	overflow: hidden;
}
.pro_ul .pro_lis .d2{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	font-size: 1rem;
	color: #333;
	padding: 1rem;
}
.pro_ul .pro_lis .d3{
	text-align: center;
	padding-bottom: 1rem;
}
.pro_ul .pro_lis .d3 a{
	display: inline-block;
	background: #42d1e4;
	color: #fff;
	padding: 0.5rem 1.5rem;
	font-weight: bold;
	font-size: 0.9rem;
	border-radius: 0.2rem;
	opacity: 0;
}

.pro_ul .pro_lis:hover .d3 a{
	position: relative;
	opacity: 1;
	transition: 2s;
	
}
.pro_ul .pro_lis:hover .d1 img{
	transform: scale(1.1);
	transition: 1s;
}
.pro_ul{
	padding: 1rem;
	clear: both;
	overflow: hidden;
}


.next {
	clear: both;
	overflow: hidden;
	margin: 30px auto;
	display: block;
	text-align: center;
}
.next a {
	padding: 0.2rem 0.8rem;
	margin: 0.2rem;
	background: #e5e5e5;
	color: #666;
	border-radius: 0.1rem;
	display: inline-block;
}
.next a.on {
	background: #42d1e4;
	color: #fff;
}
.next a:hover {
	background: #42d1e4;
	color: #fff;
}


.pro_det{
	clear: both;
	overflow: hidden;
	padding: 2rem 0;
}

.det_ul_right{
	padding-left: 5%;
}
.det_ul_right .d1{
	font-size: 2rem;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	color: #333;
	margin-bottom: 0.5rem;
}
.det_ul_right .d2 span{
	font-size: 1.4rem;
	color: #fff;
	background: #42d1e4;
	padding: 0.2rem 0.5rem;
	margin-right: 1rem;
}
.det_ul_right .d2 {
	margin-bottom: 2rem;
}
.det_ul_right .d3{
	font-size: 0.95rem;
	color: #333;
}

.news_ul .news_li a{
	display: block;
	border: 1px solid #eee;
	padding: 1rem;
	color: #333;
	margin: 1rem 0;
}

.news_ul .news_li a .d1{
	font-size: 1rem;
	
	padding-bottom: 1rem;
}
.news_ul .news_li a .d2{
	color: #666;
	font-size: 0.85rem;
}

.news_ul .news_li a:hover{
	border: 1px solid #42d1e4;
	color: #42d1e4
}
.news_ul .news_li a:hover .d2{
	color: #42d1e4;
}

.news_ul_det{
	padding: 2rem 1rem;
	border: 1px solid #eee;
}
.news_ul_det .news_ul_det_t{
	color: #000;
	font-size: 1.5rem;
	font-weight: bold;
	border-bottom: 1px solid #eee;
	padding-bottom: 1rem;
}
.news_ul_det .news_ul_det_t span{
	display: block;
	font-size: 0.85rem;
	color: #666;
}
.news_ul_det_nr{
	font-size: 0.95rem;
	color: #666;
}

.pr{
	margin-left: 2rem;
}

.news_ul_det_nr{
	padding-top: 1rem;
}
.contact_ul{
	border: 1px solid #eee;
	padding-top: 1rem;
}
.con_map{
	width: 100%;
	height: 27rem;
	display: block;
	clear: both;
	overflow: hidden;
	margin-top:3rem;
}
.con_map img{
	max-width: initial;
	max-height: initial;
}
.contact_ul .con_1{
	font-size: 0.95rem;
	color: #000;
	padding: 0.5rem 1rem;
}


.index_banner_li img{
width:100%
}


























@media (min-width: 780px){
	.footer_bottom {
		display: flex;
		align-items: flex-end;
	}
	
}


@media (min-width: 1600px) {
	.container {
		width: 1400px;
	}

}
@media (max-width: 780px) {
	#cssmenu>ul>li:hover>a, #cssmenu>ul>li>a.active{
		margin-bottom: 0;
		border: 0;
	}
	.head{
		padding: 10px 0;
	}
	#cssmenu>ul>li>a{
		padding: 1rem 0;
	}
	.head_box{
		margin-left: -15px;
		margin-right: -15px;
	}
	.head_logo{
		padding: 0 15px;
	}
	.head_logo img{
		max-width: 70%;
	}
	.head_tel {
		display: none;
	}
	.head_dh {
		position: relative;
		margin-top: -3rem;
		z-index: 9;
	}
	#cssmenu>ul>li>a{
		color: #fff;
	}
	#cssmenu ul{
		padding: 1rem 0;
	}
	.index_banner .swiper-pagination-bullet{
		width: 2rem;
	}
	
	.index_tab_li{
		padding: 0.5rem;
	}
	.index_tab_li a{
		font-size: 0.95rem;
		padding: 0.2rem 0.5rem;
	}
	.index_about_t{
		font-size: 1.5rem;
		padding: 1rem;
	}
	.index_cont{
		padding: 1rem 0 0 0;
	}
	.index_about_left_b{
		margin-right: 0;
		margin-bottom: 1rem;
	}
	.index_about_left_b .d1{
		font-size: 1.1rem;
	}
	.index_about_left_b .d2{
		padding: 0.8rem 0;
		font-size: 0.9rem;
	}
	.index_about_bg{
		padding: 1rem;
		height: auto;
	}
	.index_about_right img{
		height: auto;
		display: block;
		width: 100%;
	}
	.index_about_icons_li .d2{
		font-size: 2rem;
	}
	.index_about_icons_li{
		margin-bottom: 1rem;
	}
	.index_about_icons{
		padding: 1rem 0;
	}
	.index_gc_li{
		padding: 0.5rem;
	}
	.pro_more a{
		font-size: 0.95rem;
	}
	.index_news_ul{
		padding: 0;
	}
	.footer_head span{
		display: block;
		font-size: 0.9rem;
		margin-bottom: 0.5rem;
	}
	.footer_dh{
		padding: 1rem 0;
	}
	.footer_bottom_icon {
		text-align: center;
		margin-bottom: 1rem;
	}
	.footer_bottom_ewm {
		padding: 0.5rem 0;
	}
	.footer_bottom_wz span{
		font-size: 0.9rem;
	}
	.about_head{
		font-size: 0.9rem;
		padding: 0.8rem 0;
	}
	.about_ul{
		padding: 1rem 0;
	}
	.about_ul_left_t{
		font-size: 1.2rem;
	}
	.about_ul_li a{
		padding: 0.7rem;
		font-size: 0.95rem;
	}
	.about_ul_r{
		margin-left: 0;
		margin-top: 1rem;
	}
	.pr{
		margin-left: 0;
	}
	.pro_ul{
		padding: 0;
		padding-top: 1rem;
	}
	.det_ul_right{
		padding-left: 0;
		padding-top: 1rem;
	}
	.det_ul_right .d1{
		font-size: 1.5rem;
	}
	.pro_ul .pro_lis .d1 img{
		height: 9rem;
		display: block;
	}
	.pro_ul .pro_lis .d3 {
		padding-bottom: 0.5rem;
	}
	.pro_ul .pro_lis .d3 a{
		opacity: 1;
		padding: 0.3rem 0.7rem;
	}
	.pro_ul .pro_lis .d2{
		padding: 0.5rem;
	}
	.pro_ul .pro_lis{
		margin: 0.3rem;
	}
	.con_map{
		margin-top: 1rem;
		height: 18rem;
	}
	.news_ul .news_li a .d1{
		padding-bottom: 0.5rem;
	}
	.news_ul .news_li a{
		padding: 0.5rem;
	}
	.next a{
		font-size: 0.95rem;
		padding: 0.1rem 0.5rem;
	}
	.next{
		margin: 1rem auto;
	}
}
