@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;
	text-align: center;
}

#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 5%;
}

#cssmenu>ul>li>a {
	padding: 1rem 0;
	text-align: center;
	font-size: 0.95rem;
	font-weight: 600;
	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 {

	color: #4a9bf8;
	font-weight: bold;
	border-bottom: 2px solid #4a9bf8;
}

#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: 20px;
		right: 20px;
		display: block;
		width: 25px;
		height: 2px;
		background: #000;
	}

	#cssmenu #menu-button::before {
		content: '';
		position: absolute;
		top: 30px;
		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: #e8ecef;
}


.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: #888;
	text-align: right;
	padding-top: 0.7rem;
}
.head_top_right a{
	color: #333;
	padding: 0 0.5rem;
	font-size: 0.95rem;
}
.head_top_right a:hover{
	color: #4a9bf8;
	font-weight: bold;
}
.head_top_right a.on{
	color: #4a9bf8;
	font-weight: bold;
}
.head_logo img{
	max-height: 2.5rem;
}

.index_banner .swiper-pagination-bullet{
	background: #fff;
	width: 3rem;
	height: 0.2rem;
	border-radius: 0.2rem;
	border-radius: 0;
}

.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: #333;
	border: 1px solid #333;
	font-size: 1rem;
}
.pro_more a:hover{
	border: 1px solid #4a9bf8;
	background: #4a9bf8;
	color: #fff;
}
.index_about {
	padding: 5% 0;
}
.index_about_left_b{
	height: 100%;
}
.index_about_bg{
	padding:0 5% 0 0;
	
	background: #fff;
}
.index_about_right {
	padding-left: 5%;
	padding-top: 5%;
}
.index_about_left_b .d1{
		font-size: 1.8rem;
		font-weight: bold;
		color: #000;
}
.index_about_left_b .d1 span{
	color: #e8ecef;
	display: block;
}
.index_about_left_b .d2{
	font-size: 0.95rem;
	color: #424242;
	font-weight: 600;
	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: auto;
	display: block;
}
.index_about_icons_li{
	text-align: center;
	color: #000;
	display: flex;
	position: relative;
	align-items: center;
	padding: 0 3%;

}
.index_about_icons_li::after{
	position: absolute;
	content: '';
	top: 1.2rem;
	right: 0;
	height: 2rem;
	width: 2px;
	background: #6b7286;
}
.index_about_icons_li:last-child::after{
	width: 0;
}
.index_about_icons_li .d1 {
	font-size: 2.5rem;
	font-weight: bold;
	color: #4a9bf8;
	position: relative;
	margin-right: 1rem;
}
.index_about_icons_li .d1 span{
	position: absolute;
	top: 0;
	right: -1rem;
	font-size: 1rem;

}
.index_about_icons_li .d2 span{
	display: block;
	text-align: center;
	font-size: 0.9rem;
	color: #6b7286;
	font-weight: bold;
	line-height: 180%;
}
.ywbm{
	background: #eee;
	padding: 5% 0;
	background: url(../images/ywbm_bj.png);
	background-size: cover;
}
.ywbm_box{
	position: relative;
}
.index_t .d1{
	text-align: center;
	font-size: 2rem;
	color: #a7adb1;
	font-weight: bold;
}
.index_t .d2{
	text-align: center;
	font-size: 2rem;
	color: #424242;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
}
.index_t .d2 span{
	width: 14px;
	height: 14px;
	background: #4a9bf8;
	display: block;
	margin: 0 1.2rem;
}
.index_about_icons{
	clear: both;
	overflow: hidden;
	padding: 3rem 0;
}

.ywbm_box{
	padding-top: 5%;
}
.ywbm_li{
	background: #fff;
	margin: 1% 12%;
	padding-bottom: 1rem;
	box-shadow: 0 0 1rem #ccc;
	
}
.ywbm_li:hover{
	transition: 0.5s;
	box-shadow: 0 0 1rem #4a9bf8;
}
.ywbm_li .d1 img{
	display: block;
	width: 100%;
	height: 10rem;
}
.ywbm_li .d2{
	padding-top: 2rem;
	text-align: center;
	font-size: 2.3rem;
	color: #000;
}
.ywbm .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	background-image:url(../images/right.png);
	right: -5%;
}
.ywbm .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	background-image:url(../images/left.png);
	left: -5%;
}
.ywbm .swiper-button-next, .swiper-button-prev{
	width: 25px;
	height: 60px;
	background-size: 25px 60px;
}
.ywbm_li .d2 span{
	display: block;
	width: 3rem;
	height: 0.2rem;
	margin: 0.5rem auto;
	background: #a5a1a3;
}
.ywbm_li .d3{
	padding: 1rem;
	line-height: 180%;
	font-size: 0.9rem;
	color: #424242;
	min-height: 9rem;
display:none
}

.ywbm_li .d3 p img{
display: none;
}



















.index_news_li{
	padding: 0.5rem 0;
	background: #fff;
}
.index_news_li a{
	display: block;
	padding: 1rem 1.5rem;
}
.index_news_li .dleft img{
	border-radius: 0.1rem;
	display: block;
	height: 12rem;
	width: 100%;
}
.index_news_li:hover .dleft img{
	opacity: 0.9;
}
.index_news_li .dright{
	padding: 0.5rem 0;
}
.index_news_li .dright .d1{
	font-size: 1rem;
	color: #666;
	padding-bottom: 0.5rem;
	font-weight: bold;
}
.index_news_li .dright .d2{
	font-size: 0.9rem;
	color: #888;
}
.index_news_li:hover .dright .d1{
	color: #4a9bf8;
}
.index_news_ul{
	clear: both;
	overflow: hidden;
	padding: 2rem 0;
}
.index_news{
	padding: 5% 0;
}



.footer_dh{
	text-align: center;
	background: #fff;
	padding: 0.5rem 1rem;
}
.footer_dh a{
	display: inline-block;
	color: #000;
	font-size: 0.95rem;
	padding: 0 0.5rem;
}

.footer_dh a:hover{
	color: #4a9bf8;
}
.footer_bli2{
	text-align: right;
}
.footer_bli2 .d1 img{
	width: 6rem;
	background: #fff;
	padding: 0.3rem;
	margin-bottom: 0.2rem;
}
.footer_bot{
	clear: both;
	overflow: hidden;
	padding: 3% 0 ;
}
.footer_bli img{
	height: 6rem;
}
.footer_bli1 .d1{
	font-size: 0.95rem;
	color: #424242;
	font-weight: 600;
	line-height: 200%;
}
.footer_bli1 {
	border-left: 1px solid #ccc;
	padding: 0.5rem 0 0.5rem 1rem;
}
.footer_bli2{
	color: #424242;
	font-size: 0.9rem;
}
.footer_bli2 span{
	padding-left: 1rem;
}


.f_banner img{
	display: block;
	width: 100%;
}



.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: #4a9bf8;
	color: #fff;
}
.next a:hover {
	background: #4a9bf8;
	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: #4a9bf8;
	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;
}



.title{
	text-align: right;
}
.title a{
	display: inline-block;
	padding: 5% 1rem;
	font-size: 0.95rem;
	color: #424242;
}
.title a:hover{
	color: #4a9bf8;
}

.title a.on{
	color: #4a9bf8;
}

.about_t{
	font-size: 2rem;
	color: #424242;
	padding: 1rem;
	border-bottom: 1px solid #eee;
	text-align: center;
}
.about_det{
	padding: 3% 0;
	font-size: 0.95rem;
	color: #333;
}

.about_det p{
	padding-bottom: 1rem;
}
.about_f1{
	padding-bottom: 5%;
}

.about_det img{
	display: block;
	margin: 0 auto;
}

.yw_title{
	padding: 2% 0;
	
}
.yw_title .yleft .d1{
	font-size: 2rem;
	font-weight: bold;
	color: #424242;
}
.yw_title .yleft .d1 span{
	display: block;
	width: 2.7rem;
	height: 3px;
	margin-top: 0.1rem;
	background: #4a9bf8;
}
.yw_title .yleft .d2{
	font-size: 1rem;
	color: #888;
	margin-top: 0.2rem;
}
.yw_title .yright{
	text-align: right;
	margin-top: 1rem;
}
.yw_title .yright a{
	display: inline-block;
	padding: 0.3rem 2.5rem;
	border-radius: 2rem;
	background: #4a9bf8;
	color: #fff;
	font-size: 0.95rem;
	margin: 0 0.5rem;
}
.yw_title .yright a:hover{
	background: #424242;
	
}

.news_det {
	padding: 3% 0 5% 0;
}
.news_det .d1{
	font-size: 2rem;
	color: #000;
	text-align: center;
	padding: 1rem 0;
}

.news_det .d2{
	position: relative;
	border-bottom: 1px solid #ccc;
	margin-bottom: 1rem;
	
}
.news_det .d2 span{
	position: absolute;
	bottom: -0.7rem;
	display: inline-block;
	background: #fff;
	font-size: 1rem;
	color: #999;
	padding: 0 1rem;
	left: 50%;
	transform: translate(-50%,0);
}
.det_p p{
	font-size: 1rem;
	color: #333;
	padding-bottom: 2rem;
}
.det_p p img{
	display: block;
	margin: 0 auto;
}
.next_pre{
	clear: both;
	overflow: hidden;
	border-top: 1px solid #eee;
	padding-top: 1rem;
}
.next_pre .d1{
	font-size: 1rem;
	color: #000;
	text-align: left;
	padding: 0;
}
.next_pre .d2{
	font-size: 1rem;
	color: #000;
	text-align: right;
	border: 0;
	margin-bottom: 0;
}
.next_pre a{
	font-size: 1rem;
	color: #000;
}
.next_pre a:hover{
	color: #4a9bf8;
}
.det_p{
	padding: 2rem 0;
}

.news_title  .yright a{
	background: none;
	color: #888;
	padding: 1rem;
}
.news_title  .yright a:hover{
	background: none;
	color: #4a9bf8;
}


.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;
	font-weight: bold;

}
.news_ul .news_li a .d2{
	color: #666;
	font-size: 0.85rem;
}
.news_ul .news_li a .d3{
	font-size: 0.9rem;
	color: #888;
	overflow: hidden;
	    text-overflow: ellipsis;
	    display: -webkit-box;
	    -webkit-line-clamp: 2;
	    -webkit-box-orient: vertical;
	margin-bottom: 1rem;
}
.news_ul .news_li a:hover{
	border: 1px solid #4a9bf8;

}

.con_map{
	width: 100%;
	height: 25rem;
	display: block;
	clear: both;
	overflow: hidden;
	margin:5% 0;
}
.con_map img{
	max-width: initial;
	max-height: initial;
}

.contact_ul .con_1{
	font-size: 1rem;
	color: #333;
	line-height: 180%;
}


/* 
	.container{
		min-width: 1170px!important;
	}
 */




@media (min-width: 1600px) {
	
	.container {
		width: 1400px;
	}

}
@media (min-width: 768px){
	/* .container {
	    width: auto;
	} */
	/* .container {
	    width: 1400px;
	}
	body,html{
		width: 1400px;
	} */
	.container {
	    min-width: 1200px;
	} 
	body,html{
		min-width: 1400px;
	}
}
.ywbm .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	right: 0;
}
.ywbm .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	left: 0;
}
.index_banner_li img{
width:100%
}
@media (max-width: 780px) {
	.title a{
			padding: 0.5rem;
	}
	.about_t{
		font-size: 1.3rem;
		padding: 0.5rem;
	}
	.footer_dh a{
		font-size: 0.8rem;
	}
	.ywbm_li .d1 img{
		height: auto;
	}
	.ywbm_li .d2{
		font-size: 1.8rem;
	}
	.index_t .d1{
		font-size: 1.5rem;
	}
	.index_t .d2{
		font-size: 1.5rem;
	}
	.index_news_li .dleft img{
		height: auto;
	}
	.footer_bli1{
		border: 0;
		padding-left: 0;
	}
	.footer_bli img{
		display: block;
		margin: 0 auto;
	}
	.footer_bli2{
		text-align: center;
	}
	#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;
		top: 4rem;
	}
	.index_banner .swiper-pagination-bullet{
		width: 2rem;
	}
	.index_about_right{
		padding: 0.5rem 1rem;
	}
	.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_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: 0.5rem 0;
	}
	.footer_bli img{
		height: 4rem;
	}
	.yw_title .yleft .d1{
		font-size: 1.2rem;
	}
	.yw_title .yleft .d2{
		font-size: 0.9rem;
	}
	.yw_title .yright a{
		padding: 0.2rem 0.8rem;
		font-size: 0.9rem;
		margin: 0.5rem 0.3rem;
	}
	.yw_title .yright{
		margin-top: 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: 15rem;
	}
	.contact_ul .con_1{
		font-size: 0.9rem;
	}
	.news_ul .news_li a .d1{
		padding-bottom: 0.5rem;
		font-size: 0.95rem;
	}
	.news_ul .news_li a .d3{
		font-size: 0.8rem;
	}
	.news_ul .news_li a{
		padding: 0.5rem;
	}
	.next a{
		font-size: 0.95rem;
		padding: 0.1rem 0.5rem;
	}
	.next{
		margin: 1rem auto;
	}
}
