ul{
		padding: 0px;
	}
	ul li{
		list-style: none;
	}

	input,input:focus,textarea,textarea:focus{

		border: none !important;

		box-shadow: none !important;

	}

	input:focus,textarea:focus {    outline: none;    border-color: #cfdc00;    box-shadow: 0 0 5px rgba(207, 220, 0, 0.4);    border-radius: 5px;}

	a:hover{
		text-decoration: none;
		color: inherit;
	}
	a:focus{text-decoration: none}
	a{
		color: inherit;
	}

	button:hover,
	button:focus {
		outline: none;
	}

body {
	overflow-x: hidden;
	width: 100%;
	position: relative;
}

.index_header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 5;
}

.language {
	float: right;
	margin-bottom: 0;
	font-size: 13px;
	margin-right: -15px;
}

.language li {
	float: left;
	padding: 25px 5px;
	color: #fff;
	position: relative;
}

.language li:first-child::before {
	content: "";
	display: block;
	position: absolute;
	width: 1px;
	height: 14px;
	background-color: #fff;
	right: -0.5px;
	top: 27px;
}

.navbar {
	margin-bottom: 0;
	border-radius: 0;
	
}

.index_header .navbar-default {
	background-color: initial;
}

.logo_p {
	color: #fff;
	z-index: 5;
	font-size: 30px;
}

.index_header .navbar-nav>li>a {
	padding: 25px;
	color: #fff;
	font-size: 15px;
}

.index_header .navbar-nav>li>a:hover {
	color: #0079b8;
}

.index_header .navbar-brand {
	padding: 25px 0;
}

.navbar-default {
	border: none;
	border-bottom: 1px solid #e7e7e7;
}

.navbar-nav {
	float: right;
	margin-right: 50px;
}

.banner {
	width: 100%;
	height: 100vh;
	overflow: hidden;
	position: relative;
}

.banner img {
	min-width: 100%;
	height: 100%;
}

.banner h4 {
	font-size: 48px;
	top: 50%;
	left: 50%;
	color: #fff;
	position: absolute;
	text-align: center;
	margin: 0;
	line-height: 80px;
	margin-top: -80px;
	margin-left: -335px;
	font-weight: lighter;
}

.banner a {
	position: absolute;
	display: inline-block;
	top: 70%;
	left: 50%;
	color: #fff;
	padding: 12px 50px;
	border: 1px solid #fff;
	border-radius: 5px;
	margin-left: -80px;
}

.section {
	margin-top: 100px;
	float: left;
	width: 100%;
}

.index_tit {
	text-align: center;
	font-size: 24px;
	color: #000;
	position: relative;
	margin: 0;
}

.index_tit::before {
	content: "";
	width: 80px;
	height: 2px;
	background-color: #cbcbcb;
	display: block;
	position: absolute;
	left: 50%;
	bottom: -15px;
	border-radius: 50px;
	margin-left: -40px;
}

.index_des {
	margin-top: 35px;
	text-align: center;
	font-size: 14px;
}

.index_act {
	margin-top: 35px;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.act_li {
	width: 32%;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	
}

.act_li img {
	width: 100%;
}

.act_val {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 15px 15px;
	color: #fff;
	background-color: rgba(0,0,0,0.4);
	transition-duration: 0.5s;
}

.act_val h4 {
	font-size: 14px;
	margin: 0;
	margin-bottom: 8px;
}

.act_val p {
	font-size: 13px;
	margin: 0;
}

.zhez {
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	width: 100%;
	transition-duration: 0.5s;
}

.yincang {
	position: absolute;
	padding: 30px;
	color: #fff;
	top: -100%;
	left: 0;
	width: 100%;
	transition-duration: 0.8s;
	opacity: 0;
}

.yincang h4 {
	margin: 0;
	margin-bottom: 15px;
	font-size: 16px;
}

.yincang p {
	font-size: 13px;
	line-height: 24px;
	margin: 0;
}

.act_li:hover .act_val{
	bottom: -80px;
	opacity: 0;
}

.act_li:hover .zhez {
	background-color: rgba(0, 121, 184,0.4);
}

.act_li:hover .yincang {
	top: 0;
	opacity: 1;
}


.product_act{
	float: left;
	width: 100%;
	column-gap: 1px;
	background-size: 80vw 60vh;
	overflow: hidden;
	position: relative;
}

.back_img{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	min-width: 100%;
}

.product_li{
	float: left;
	width: 16%;
	color: #fff;
	padding: 40px 15px;
	text-align: center;
	border-left: 1px solid #ddd;
	height: 580px;
	position: relative;
	transition-duration: 0.5s;
	overflow: hidden;
}


.product_li h4{
	font-size: 16px;
}

.product_li>a{
	opacity: 0;
}

.product_int{
	margin-top: 40px;
}

.product_li hr{
	width: 36%;
	margin: 15px auto;
	max-width: 6vw;
	border: 0;
	height: 0.1rem;
	background-color: #fff;
	transition-duration: 0.5s;
}

.product_li .product_li_ul{
	opacity: 0;
	transition-duration: 0.5s;
}

.product_li_ul{
	font-size: 14px;
	margin-top: 40px;
}

.product_li_ul li{
	line-height: 24px;
}

.product_li_ul .product_int{
	opacity: 1;
	transition-duration: 0.5s;
}

.product_li_ul img{
	width: 18px;
	height: 8px;
	margin-right: 6px;
}

.pro_active{
	width: 36%;
	text-align: left;
	padding: 40px 40px;
	position: relative;
	opacity: 1;
	transition-duration: 0.5s;
}

.pro_active hr{
	margin: 15px 0;
}

.pro_active .product_li_ul{
	opacity: 1;
	transition-duration: 0.5s;
}

.product_li>a{
	position: absolute;
	bottom: 50px;
	left: 40px;
	font-size: 14px;
	padding: 5px 12px;
	border: 1px solid #fff;
	border-radius: 4px;
	transition-duration: 0.5s;
}

.pro_active a{
	opacity: 1;
	cursor: pointer;
}

/* .product_act_bg{
	width: 200%;
} */

.pro_active .product_li_ul a img{
	width: 24px;
	height: 6px;
	opacity: 0;
	margin-left: -28px;
	transition-duration: 0.5s;
}

.pro_active .product_li_ul .product_li_ul{
	display: block;
}

.pro_active .product_int{
	display: none;
	opacity: 0;
}

.product_act_bg:hover .pro_active{
	width: 20%;
	transition-duration: 0.5s;
}

.more img {
	height: 8px;
	width: 24px;
	margin-left: 5px;
	transition-duration: 0.5s;
}

.product_act_bg:hover .pro_active .product_li_ul{
	opacity: 0;
	transition-duration: 0.5s;
}

.product_li:hover{
	width: 36%!important;
	text-align: left;
	padding: 40px;
	transition-duration: 0.5s;
}

.product_li:hover .product_li_ul{
	opacity: 1!important;
	transition-duration: 0.5s;
}

.product_li:hover a{
	opacity: 1!important;
	transition-duration: 0.5s;
}

.product_li:hover hr{
	margin: 15px 0;
	transition-duration: 0.5s;
}

.product_li:hover .product_int{
	display: none;
}

.pro_active a:hover img {
	margin-left: 2px;
	opacity: 1;
}

.service_arc {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-top: 35px;
}
.service_li {
	width: 24%;
	height: 280px;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}

.service_zhez {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 121, 184,0.4);
	opacity: 0;
	transition-duration: 0.5s;
}

.service_img {
	height: 220px;
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
}

.service_img img {
	height: 100%;
	min-width: 100%;
}

.service_yincang {
	position: absolute;
	width: 100%;
	top: -90px;
	left: 0;
	color: #fff;
	text-align: center;
	font-size: 18px;
	opacity: 0;
	transition-duration: 0.5s;
}

.service_val {
	text-align: center;
	transition-duration: 0.5s;
}

.service_val h4 {
	font-size: 14px;
	margin: 0;
	margin: 8px 0;
}

.service_val p {
	font-size: 14px;
	margin: 0;
}

.service_li:hover .service_yincang {
	top: 90px;
	opacity: 1;
}

.service_li:hover .service_zhez {
	opacity: 1;
}

.service_li:hover .service_val {
	opacity: 0;
	margin-left: -120px;
}

.news_nav {
	margin-top: 45px;
}

.news_nav ul{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
}

.news_nav_li {
	padding: 7px 20px;
	border: 1px solid #6c6c6c;
	border-radius: 3px;
	margin: 0 25px;
	font-size: 14px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	transition-duration: 0.2s;
}

.news_nav_li::before {
	content: "";
	display: inline-block;
	position: absolute;
	z-index: -1;
	left: -1px;
	top: 0;
	width: 0;
	height: 0;
	background-color: rgba(0, 121, 184,0.4);
	border: 1px solid rgba(0, 121, 184,0.4);
	opacity: 0;
	border-radius: 50%;
	transition-duration: 0.5s;
}

.news_nav_li:hover {
	color: #fff;
	border-color: #0079b8;
}

.news_nav_li:hover::before {
	opacity: 1;
	width: 110%;
	height: 100%;
	border-radius: 0;
}

.news_nav_li span {
	z-index: 5;
}

.news_active {
	border-color: #0079b8;
	background-color: #0079b8;
	color: #fff;
}

.news_result {
	margin-top: 35px;
}

.news_res_li {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	display: none;
}

.res_left {
	width: 34%;
}

.res_right {
	width: 64%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-between;
}

.news_img {
	border-radius: 3px;
	overflow: hidden;
	position: relative;
	height: 330px;
	cursor: pointer;
}

.news_val {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.3);
	color: #fff;
	padding: 15px;
}

.news_val h4{
	margin: 0;
	font-size: 14px;
	line-height: 22px;
	float: left;
	width: 70%;
	overflow: hidden;
		 display: -webkit-box;
		-webkit-box-orient:vertical;
		-webkit-line-clamp:1;
}

.news_val p {
	margin: 0;
	font-size: 13px;
	float: right;
	width: 30%;
	text-align: right;
	padding-top: 3px;
}

.news_img img {
	height: 100%;
	min-width: 100%;
}

.news_li {
	width: 50%;
	padding: 30px 15px;
	cursor: pointer;
}

.news_li h4 {
	font-size: 15px;
	margin: 0;
	margin-bottom: 5px;
	overflow: hidden;
		 display: -webkit-box;
		-webkit-box-orient:vertical;
		-webkit-line-clamp:1;
}

.news_li span {
	font-size: 13px;
	margin-bottom: 15px;
	display: block;
}

.news_li p {
	font-size: 14px;
	line-height: 24px;
	margin: 0;
	overflow: hidden;
		 display: -webkit-box;
		-webkit-box-orient:vertical;
		-webkit-line-clamp:2;
}

.news_li:hover {
	background-color: #f5f5f5;
}

.news_li:hover h4 {
	color: #0079b8;
}

.res_show {
	display: flex;
}

.footer_nav {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: space-between;
	align-content: center;
	padding: 40px 0;
}

footer {
	background-color: #39424b;
	color: #fff;
}

.foot_tit {
	font-size: 15px;
	margin-bottom: 15px;
}

.foot_nav_li {
	font-size: 14px;
	line-height: 24px;
}

.foot_li ul {
	margin: 0;
}

.foot_img {
	width: 10%;
	text-align: right;
}
.foot_img img {
	width: 100%;
}

.foot_img p {
	font-size: 13px;
	margin: 0;
	padding: 10px 0;
	text-align: center;
}

.beian {
	text-align: center;
	font-size: 13px;
	border-top: 1px solid #656f79;
}

.beian p {
	margin: 0;
	padding: 10px 0;
}

.mobile_show {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	height: 100%;
	z-index: -1;
}

.other_header {
	position: initial;
}

.other_header .navbar-nav>li>a {
	color: #000;
}

.other_header .navbar-brand {
	padding: 15px 0;
}

.logo_img {
	height: 40px;
}

.other_header .language li {
	color: #000;
}

.other_header .language li:first-child::before {
	background-color: #000;
}

.top {
	background-color: #39424b;
	color: #fff;
	padding: 10px 0;
}

.top h4 {
	float: right;
	margin: 0;
	font-size: 18px;
}

.top h4 span {
	font-size: 14px;
}

.top p {
	float: left;
	margin: 0;
	font-size: 14px;
}

.other_banner {
	position: relative;
	width: 100%;
	height: 270px;
	overflow: hidden;
}

.other_banner img {
	height: 100%;
	min-width: 100%;
}

.other_banner h4 {
	position: absolute;
	top: 100px;
	font-size: 30px;
	color: #fff;
}

.other_banner hr {
	position: absolute;
	top: 140px;
	border: none;
	height: 3px;
	width: 150px;
	background-color: #fff;
}

.crumbs a {
	color: #027dbb;
}

.crumbs img {
	height: 14px;
	width: 14px;
	margin-right: 5px;
	margin-top: -2px;
}

.about_arc {
	margin-top: 50px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.about_li {
	width: 50%;
	overflow: hidden;
	transform-style: preserve-3d;
	perspective: 100rem;
	perspective-origin: center;
}

.about_li img {
	width: 100%;
	height: 100%;
	transition-duration: 0.5s;
}


.about_li img:hover {
	transform: translateZ(30px);
}

.about_val {
	padding: 0 30px;
}

/* 影响编辑器的代码 */
.about_val h4 {
	font-size: 24px;
	margin-bottom: 40px;
}

.about_val p{
	margin-bottom: 30px;
}
/* **************** */


.honor_act {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-content: center;
	margin-top: 35px;
}

.honor_li {
	width: 24%;
	padding: 15px;
	transition-duration: 0.3s;
}
.honor_li:hover {
	box-shadow: 0px 0px 3px 3px #f5f5f5,0px 0px 5px 5px #fafafa;
}

.honor_bg img {
	height: 100%;
	width: 100%;
}

.honor_bg p {
	margin: 0;
	text-align: center;
	line-height: 80px;
	font-size: 15px;
}

.product_nav {
	float: right;
	margin-top: -5px;
}

.product_nav_li {
	float: left;
	width: 140px;
	padding: 6px 0;
	border: 1px solid #6C6C6C;
	text-align: center;
	border-radius: 3px;
	margin-left: 15px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	transition-duration: 0.3s;
}

.product_nav_li::before {
	content: "";
	display: inline-block;
	position: absolute;
	z-index: -1;
	left: -1px;
	top: 0;
	width: 0;
	height: 0;
	background-color: rgba(0, 121, 184,0.4);
	border: 1px solid rgba(0, 121, 184,0.4);
	opacity: 0;
	border-radius: 50%;
	transition-duration: 0.5s;
}
.product_nav_li:hover{
	color: #fff;
	border: 1px solid #0079b8;
}

.product_nav_li:hover::before {
	opacity: 1;
	width: 110%;
	height: 100%;
	border-radius: 0;
}

.product_active {
	border-color: #0079b8;
	background-color: #0079b8;
	color: #fff;
}

.product_list {
	margin: 50px -7.5px;
	margin-top: 50px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: space-between;
}

.product {
	width: 25%;
	cursor: pointer;
	margin-bottom: 20px;
	padding: 0 7.5px;
}

.product_bg {
	position: relative;
	border: 1px solid #eaeaea;
}

.product_zhez {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	background-color: rgba(0, 121, 184,0.4);
	border: 1px solid rgba(0, 121, 184,0.4);
	transition-duration: 0.5s;
}

.product:hover .product_zhez {
	opacity: 1;
	z-index: 3;
}

.product_val {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.product_val img{
	width: 100%;
	height: 240px;
}

.product_val p{
	margin: 0;
	text-align: center;
	line-height: 60px;
}

.page {
	margin-top: 20px;
}

.page ul {
	text-align: center;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: center;
	align-content: center;
}

.page li {
	width:25px;
	border: 1px solid #ddd;
	margin: 0 5px;
}

.page li:hover {
	background-color: rgba(1, 120, 184,0.6);
	color: #fff;
}

.page_active {
	background-color: #0078b8;
	border: 1px solid #0078b8;
	color: #fff;
}

.product_top {
	margin-top: 50px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.product_top div {
	width: 48%;
}

.product_img img{
	width: 100%;
	height: 100%;
}

.product_text {
	padding: 30px;
}

.product_text h4 {
	font-size: 28px;
}

.product_text hr {
	margin: 20px 0 50px 0;
	border: none;
	height: 2px;
	background-color: #eee;
}

.pro_attr {
	display: flex;
	padding: 0 15px;
	flex-direction: row;
	flex-wrap: wrap;
}

.pro_attr li {
	width: 50%;
	padding: 5px 0;
	font-size: 14px;
	color: #787878;
}

.pro_attr li span {
	color: #000;
}

.consult {
	position: relative;
	margin-top: 50px;
	width: 100%!important;
}

.zixun {
	display: inline-block;
	padding: 8px 30px;
	background-color: #ff3b3c;
	color: #fff;
	cursor: pointer;
	border: none;
}

.tel {
	position: absolute;
	left: 0;
	top: 9px;
	z-index: -1;
	opacity: 0;
	transition-duration: 0.5s;
}

.tel span {
	display: block;
}

.zixun:focus +.tel{
	opacity: 1;
	left: 150px;
}

.pro_val {
	margin-top: 50px;
}

.pro_val h4 {
	margin: 0;
	border-bottom: 1px solid #eee;
}

.pro_val h4 span {
	display: inline-block;
	padding: 8px 30px;
	background-color: #ff3b3c;
	color: #fff;
	font-size: 14px;
}
.attr_list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: center;
	padding: 30px;
}
.attr_list li{
	width: 20%;
	padding: 5px 0;
	color: #787878;
}

.attr_list li span {
	color: #000;
}

.pro_text img{
	width: 100%;
}

.service_bg {
	margin-top: 50px;
}
.service_nav {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-content: center;
}

.service_nav_li {
	width: 25%;
	position: relative;
	padding-bottom: 35px;
}

.service_nav_li {
	text-align: center;
}
.service_nav_img {
	display: inline-block;
	padding: 15px;
	border-radius: 50%;
	width: 120px;
	height: 120px;
	overflow: hidden;
	margin-bottom: 15px;
}

.service_nav_img img {
	width: 100%;
	height: 100%;
}

.service_nav_li p {
	font-size: 14px;
	margin: 0;
}

.service_active::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	border: 10px solid transparent;
	border-bottom-color: #0079b8;
	margin-left: -10px;
}

.service_res {
	background-color: #f5f5f5;
}

.service_res_li {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	padding: 50px 0;
	display: none;
}

.service_show {
	display: flex;
}

.service_res_li>div {
	width: 48%;
}

.service_res_img {
	height: 50vh;
	border-radius: 10px;
	overflow: hidden;
}

.service_res_img img{
	width: 100%;
	height: 100%;
}

.service_res_val {
	padding: 30px;
}

.service_res_bg {
	width: 100%;
}

.advantage {
	margin-top: 35px;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	align-content: center;
}

.adva_li {
	width: 32%;
	overflow: hidden;
	position: relative;
	height: 280px;
}

.adva_li>img {
	width: 100%;
	height: 100%;
} 

.adva_zhez {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(1, 120, 184,0.6);
	opacity: 0;
	transition-duration: 0.4s;
}

.adva_val {
	position: absolute;
	left: 0;
	top: -100%;
	width: 100%;
	height: 100%;
	text-align: center;
	padding: 70px 40px 0 40px;
	color: #fff;
	opacity: 0;
	transition-duration: 1s;
}

.adva_val h4 {
	margin: 0;
	margin-bottom: 30px;
	font-size: 24px;
}

.adva_val p {
	font-size: 14px;
	margin: 0;
	line-height: 24px;
}

.adva_act {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
	padding-top: 70px;
	transition-duration: 1s;
}

.adva_act img {
	width: 80px;
	margin-bottom: 20px;
}

.adva_act h4 {
	font-size: 24px;
	margin: 0;
}

.adva_li:hover .adva_zhez {
	opacity: 1;
}

.adva_li:hover .adva_val {
	top: 0;
	opacity: 1;
}

.adva_li:hover .adva_act {
	margin-top: 100%;
	opacity: 0;
}

.news_list {
	margin: 0 -7.5px;
	margin-top: 50px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: space-between;
	
}

.news {
	width: 33.33%;
	margin-bottom: 20px;
	padding: 0 7.5px;
}

.news:hover .news_bg{
	box-shadow: 0 3px 3px 2px #f6f6f6;
}

.news:hover .news_see {
	border-radius: 50%;
}

.news:hover .news_see img {
	transform: translateZ(0px);
}

.news_see {
	width: 100%;
	height: 280px;
	overflow: hidden;
	transition-duration: 0.3s;
	transform-style: preserve-3d;
	perspective: 100rem;
	perspective-origin: center;
}

.news_see img {
	height: 100%;
	min-width: 100%;
	transition-duration: 0.5s;
	transform: translateZ(-40px);
}

.news_text {
	padding: 15px;
}

.news_text h4 {
	margin: 0;
	margin-bottom: 5px;
	font-size: 16px;
	overflow: hidden;
		 display: -webkit-box;
		-webkit-box-orient:vertical;
		-webkit-line-clamp:1;
}

.news_text span {
	font-size: 13px;
	color: #999;
	display: block;
	margin-bottom: 10px;
}

.news_text p {
	font-size: 14px;
	line-height: 22px;
	overflow: hidden;
		 display: -webkit-box;
		-webkit-box-orient:vertical;
		-webkit-line-clamp:2;
}

.news_article {
	margin-top: 50px;
}
.news_article h4 {
	text-align: center;
	font-size: 24px;
}

.news_article>p {
	font-size: 13px;
	text-align: center;
	color: #999;
}

.news_article>p span {
	margin-right: 15px;
}

.crux {
	margin: 30px 0;
}

.crux p {
	color: #999;
}

.crux p span {
	color: #000;
}

.paging {
	margin-top: 30px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.paging h4 {
	font-size: 16px;
}

.paging h4 span {
	color: #6C6C6C;
	line-height: 24px;
}

.contact_arc {
	margin-top: 50px;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	
}

.contact_map {
	width: 50%;
}

.contact_val {
	width: 50%;
	height: 100%;
	padding: 0 50px;
}
.contact_val h4 {
	font-size: 24px;
	margin: 0;
	margin-bottom: 30px;
}

.contact_val p {
	font-size: 14px;
	margin: 0;
	margin-bottom: 15px;
}

@media (min-width: 1400px){
	.container {
	    width: 1300px;
	}
}


@media (min-width: 1920px){
	.container {
	    width: 1660px;
	}
}

@media (max-width: 1400px){
	.logo_p {
		font-size: 22px;
	}
	.navbar-nav {
		margin-right: 30px;
	}
	.index_header .navbar-nav>li>a{
		padding: 25px 15px;
	}
}

@media (max-width: 900px){
	.index_header .navbar-brand {
		padding: 15px 0;
	}
	.logo_p {
		font-size: 18px;
		padding-left: 15px;
	}
	.banner h4 {
		font-size: 34px;
		margin-left: -180px;
		padding: 0 15px;
		line-height: 70px;
	}
	.navbar-nav {
		float: left;
	}
	.index_act {
		flex-wrap: wrap;
	}
	.act_li {
		width: 100%;
		margin-bottom: 15px;
	}
	.product_li {
		width: 100%;
		border-bottom: 1px solid #fff;
		height: 70vh;
	}
	.product_li:hover {
		width: 100%!important;
	}
	
	.back_img {
		display: none;
	}
	.service_li {
		width: 100%;
		margin-bottom: 15px;
	}
	.news_nav ul {
		flex-direction: column;
	}
	.news_nav_li {
		text-align: center;
		margin-bottom: 15px;
	}
	.news_res_li {
		flex-direction: column;
	}
	.res_left,.res_right {
		width: 100%;
	}
	.news_img {
		height: initial;
	}
	.news_img img {
		width: 100%;
		height: 100%;
	}
	.news_li {
		width: 100%;
		margin-top: 15px;
		padding: 15px;
	}
	.footer_nav {
		flex-direction: column;
	}
	.foot_nav_li {
		float: left;
		margin-right: 20px;
	}
	.foot_li {
		margin-bottom: 30px;
	}
	.foot_img {
		width: 45%;
	}
	.section {
		margin-top: 50px;
	}
	.logo_img {
		margin-left: 15px;
		height: 27px;
	}
	
	.product_nav {
		margin-top: 20px;
		float: none;
	}
	
	.product_nav_li{
		float: none;
		margin-bottom: 8px;
		width: calc(100% - 30px)
	}
	
	.product {
		width: 100%;
	}
	
	.news {
		width: 100%;
	}
	.service_nav {
		flex-wrap: wrap;
	}
	.service_nav_li {
		width: 50%;
	}
	.service_res_li {
		flex-wrap: wrap;
	}
	.service_res_li>div {
		width: 100%;
	}
	.advantage,.honor_act,.contact_arc {
		flex-wrap: wrap;
	}
	.adva_li {
		width: 100%;
		margin-bottom: 15px;
	}
	
	.about_li {
		width: 100%;
	}
	
	.meil_top {
		order: 1;
	}
	
	.meil_img {
		order: 2;
	}
	
	.honor_li {
		width: 100%;
	}
	.contact_map,.contact_val {
		width: 100%;
	}
	
	.contact_map {
		margin-bottom: 15px;
	}
	
	.contact_val {
		padding: 0 15px;
	}
	.product_val img {
		height: 300px;
	}
	.paging,.product_top {
		flex-wrap: wrap;
	}
	.product_top div {
		width: 100%;
	}
	.product_text {
		padding: 30px 15px;
	}
	.pro_attr li {
		width: 100%;
	}
	.product_text hr {
		margin: 20px 0 30px 0
	}
	.attr_list li {
		width: 100%;
	}
	.top h4 {
		float: left;
	}
	.top p {
		margin-bottom: 5px;
	}
}