	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;
}

.navbar-header{
	height: 80px;
}

.navbar-brand{
	height: 80px;
}

.language{
	float: right;
	position: absolute;
	right: 0;
	top: -2px;
	border: 1px solid #eee;
	border-radius: 50px;
	margin: 30px 0;
	width: 55px;
	height: 24px;
	overflow: hidden;
	background-color: #fff;
	z-index: 5;
	transition-duration: 0.5s;
}

.language:hover{
/*	width: 95px;*/
}

.language img{
	margin-left: 5px;
	margin-top: -1px;
	height: 16px;
	width: 16px;
}

.language div{
	cursor: pointer;
	line-height: 22px;
}

.chinese{
	position: absolute;
	left: 23px;
	top: -1px;
	font-size: 12px;
	color: #999;
}

.english{
	position: absolute;
	left: 25px;
	top: -1px;
	font-size: 12px;
	color: #999;
}

.navbar-nav{
	font-size: 16px;
	color: #000000;
	margin-right: 50px;
	overflow: hidden;
}

.index_header{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 5;
	height: 80px;
}

.navbar-collapse{
	float: right;
}

.navbar{
	border-radius: 0;
	background-color: rgba(0,0,0,0.3);
	border: none;
	border-bottom: 0.5px solid #6c6c6c;
}

.navbar-nav{
	float: right;
}

.navbar-nav>li{
	margin-left: 30px;
	position: relative;
}

.navbar-default{
	z-index: 5;
}

.navbar-default .navbar-nav>li>a{
	color: #fff;
}

.navbar-default .navbar-nav>li>a:hover{
	color: #fd3c3d;
}

.navbar-nav>li::after{
	content: "";
	position: absolute;
	height: 14px;
	width: 1px;
	right: -15px;
	top: 50%;
	margin-top: -7px;
	background-color: #fff;
}

.last_nav::after{
	display: none;
}

.index_banner{
	height: 100vh;
	min-width: 100%;
}

.navbar-brand{
	padding: 0;
}

.swiper-slide img{
	width: 100%;
	height: 100%;
}

.navbar-brand h4{
	color: #fff;
	line-height: 80px;
	margin: 0;
	font-size: 22px;
	font-weight: bold;
}

.navbar-nav>li>a{
	padding: 0 5px;
	line-height: 80px;
}

.banner{
	position: relative;
	overflow-x: hidden;
}

.banner_act{
	position: absolute;
	color: #fff;
	z-index: 4;
	top: 45%;
	width: 100%;
	left: 0;
	text-align: center;
}

.banner_act h1{
	font-size: 5rem;
	margin: 0;
	margin-bottom: 3rem;
}

.banner_act h1 span{
	display: inline-block;
	width: 5rem;
}

.banner_act h4{
	font-size: 2.5rem;
	margin: 0;
	margin-bottom: 5rem;
}

.banner_act a{
	display: inline-block;
	color: #fff;
	border: 1px solid #fff;
	font-size: 14px;
	padding: 1rem 5rem;
	border-radius: 4px;
}

.product_act{
	margin: 80px 0;
	float: left;
	width: 100%;
	column-gap: 1px;
	background-size: 80vw 60vh;
	overflow: hidden;
	position: relative;
}

.back_img{
	position: absolute;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
}

.product_li{
	float: left;
	width: 20%;
	color: #fff;
	padding: 40px 15px;
	text-align: center;
	border-left: 1px solid #ddd;
	height: 580px;
	position: relative;
	transition-duration: 0.5s;
}


.product_li h4{
	font-size: 16px;
}

.product_li>a{
	opacity: 0;
}

.product_int{
	margin-top: 40px;
}

.product_li hr{
	width: 40%;
	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: 40%;
	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;
}

/* .product_act_bg{
	width: 200%;
} */

.pro_active a img{
	width: 24px;
	height: 10px;
	margin-left: 8px;
}

.pro_active .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;
}

.product_act_bg:hover .pro_active .product_li_ul{
	opacity: 0;
	transition-duration: 0.5s;
}

.product_li:hover{
	width: 40%!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;
}


.hotPro_head{
	background: url(../img/1-1.jpg) no-repeat 0 0;
	background-size: 100% 100%;
}

.hotPro_head_li{
	    float: left;
    width: 25%;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    padding: 0 15px;
    padding-top: 18px;
    height: 100px;
}

.hot_active{
	background-color: #fff;
	color: #dd3639;
}

.hotPro_act{
	padding-top: 10px;
}

.hotPro_rsult>h4{
	text-align: center;
	font-size: 20px;
	margin: 20px 0;
}

.hotPro_rsult>p{
	text-align: center;
	margin: 0;
	font-size: 12px;
	margin-bottom: 40px;
}

.result_act {
	float: left;
	width: 100%;
}

.result_li {
	float: left;
	width: 25%;
	height: 35vh;
	position: relative;
	background-color: #f5f5f5;
	border: 0.5px solid #ddd;
	overflow: hidden;
	transform-style: preserve-3d;
	perspective: 100rem;
	perspective-origin: center;
}

.result_li:hover img{
	transform: translateZ(50px);
}

.result_li img{
	height: 100%;
	width: 100%;
	transition-duration: 0.5s;
}

.result_li:hover .result_li_text{
	bottom: 0;
}

.result_li_text{
	position: absolute;
	bottom: -40px;
	left: 0;
	text-align: center;
	width: 100%;
	background-color: #b5b5b5;
	transition-duration: 0.5s;
}

.result_li_text p{
	margin: 0;
	line-height: 40px;
}

.hotPro_rsult{
	display: none;
}

.result_active{
	display: block;
}

.news{
	margin-top: 50px;
	float: left;
	width: 100%;
}

.news>h4{
	text-align: center;
	margin: 0;
	margin: 20px 0;
	font-size: 24px;
}

.news>p{
	text-align: center;
	margin: 0;
	margin-bottom: 20px;
	font-size: 12px;
}

.news_head{
	float: left;
	width: 100%;
	text-align: center;
}

.news_head_bg{
	display: inline-block;
}

.news_head_li{
	float: left;
	margin: 0 10px;
	padding: 5px 25px;
	border: 1px solid #999;
	border-radius: 4px;
	font-size: 14px;
	cursor: pointer;
	position: relative;
}

.news_head_li span{
	opacity: 3;
	transition-duration: 0.5s;
}

.news_head_li:hover{
	color: #fff;
}

.news_head_li:hover::after{
	width: 100%;
}

.news_head_li::after{
	content: "";
	position: absolute;
	top: -1px;
	left: 0;
	display: block;
	background-color: #ff696e;
	height: 32px;
	width: 0;
	transition-duration: 0.5s;
	z-index: -1;
	border-radius: 4px;
}

.news_active{
	background-color: #fd3c3d;
	border: 1px solid #fd3c3d!important;
	color: #fff;
}

.news_left_top{
	position: relative;
	border: 1px solid #eee;
	margin-bottom: 20px;
	margin-top: 15px;
	background-color: #000;
	overflow: hidden;
}

.news_left_top:hover img{
	opacity: 0.8;
}

.news_text{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0,0,0,0.3);
}

.news_text p{
	margin: 0;
	text-align: left;
	line-height: 30px;
	padding: 0 15px;
	color: #fff;
}

.news_text p span{
	float: right;
}

.news_left_top img{
	min-width: 100%;
	height: 100%;
	transition-duration: 0.5s;
}

.news_li{
	position: relative;
	text-align: left;
	padding: 15px 5px;
	padding-left: 15px;
	border-bottom: 2px dashed #ddd;
	float: left;
	width: 100%;
	cursor: pointer;
}

.news_li:hover::before{
	border-left-color: #fd3c3d;
}

.news_li:hover:hover h4{
	color: #FD3C3D;
}

.news_li:hover{
	background-color: #eee;
}

.news_li::before{
	content: "";
	position: absolute;
	display: block;
	border: 5px solid transparent;
	border-left-color: #999;
	left: 5px;
	top: 16px;
}

.news_li_bg h4{
	font-size: 14px;
	margin: 0;
	margin-bottom: 10px;
	overflow: hidden;
		 display: -webkit-box;
		-webkit-box-orient:vertical;
		-webkit-line-clamp:1;
}

.news_li_bg h4 span{
	float: right;
	font-size: 12px;
	color: #6c6c6c;
}

.news_li_bg p{
	font-size: 12px;
	margin: 0;
	line-height: 18px;
	color: #6c6c6c;
	overflow: hidden;
		 display: -webkit-box;
		-webkit-box-orient:vertical;
		-webkit-line-clamp:2;
}

.resl_active{
	display: block;
}


.baoguo_div{
	width: 90%;
	position: relative;
	overflow: hidden;
}

.lunbo_ul{
	padding: 0;
	width: 200%;
	position: absolute;
	left: 0;
}

.lunbo_ul li{
	list-style: none;
	width: 10%;
	float: left;
	padding: 0 15px;
}

.lunbo_li_ac>img{
	width: 100%;
	height: 90px;
}

.partner{
	float: left;
	width: 100%;
	margin-top: 50px;
	text-align: center;
	padding: 80px 0;
}

.partner h4{
	margin: 0;
	margin:20px 0;
	font-size: 24px;
}

.partner p{
	font-size: 12px;
	margin-bottom: 50px;
}

.left_bn{
	float: left;
	width: 5%;
	margin-top: 20px;
	cursor: pointer;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	background-image: url(../img/left.png);
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	background-image: url(../img/right.png);
}

.swiper-button-next, .swiper-button-prev{
	z-index: 4;
}

.right_bn{
	float: right;
	position: absolute;
	width: 5%;
	right: 0;
	top: 20px;
	cursor: pointer;
}

footer{
	float: left;
	width: 100%;
	margin-top: 50px;
	color: #fff;
	background: url(../img/footer.jpg) no-repeat 0 0;
	background-size: cover;
}

.foot_bg{
	padding: 30px 15px;
}

.foot_li {
	float: left;
	width: 12%;
}

.pro_foot{
	width: 20%;
}

.call_foot{
	width: 25%;
}
.erw_foot{
	float: right;
}

.foot_li h4{
	font-size: 14px;
}

.foot_li hr{
	width: 60px;
	margin: 0;
	margin-bottom: 20px;
	margin-top: 10px;
}

.foot_ul{
	font-size: 12px;
	line-height: 24px;
}

.erw_foot{
	width: 10%;
}
.erw_foot img{
	width: 100%;
	height: 100%;
}

.erw_foot p{
	text-align: center;
	font-size: 14px;
	margin-top: 15px;
}

.erw_foot p span{
	margin-left: 10px;
}

.beizhu{
	float: left;
	width: 100%;
	text-align: center;
	padding: 20px 15px;
	font-size: 12px;
	border-top: 1px solid #eee;
	
}

.other_header{
	position: inherit;
}

.other_nav{
	background-color: #fff;
	border-bottom: 0.5px solid #ddd;
	margin-bottom: 0;
}

.other_nav .navbar-nav>li>a{
	color: #6c6c6c;
}

.navbar-brand img{
	height: 30px;
	margin: 25px 0;
}

.other_nav .navbar-nav>li::after{
	background-color: #6c6c6c;
}

.top{
	height: 40px;
	overflow: hidden;
	background-color: #3b4a5d;
	color: #ddd;
	line-height: 40px;
}

.top p{
	float: left;
	font-size: 13px;
	margin: 0;
}

.top h4{
	font-size: 18px;
	float: right;
	line-height: 40px;
	margin: 0;
	font-style: oblique;
}

.top h4 span{
	font-size: 13px;
	font-style: initial;
}

.banner_other{
	height: 226px;
	position: relative;
	overflow-x: hidden;
}

.banner_other img{
	min-width: 100%;
	min-height: 100%;
}

.banner_val{
	position: absolute;
	width: 100%;
	top: 50%;
	margin-top: -30px;
}

.banner_val h4{
	font-size: 35px;
	margin: 0;
	color: #fff;
}

.banner_val hr{
	height: 2px;
	width: 120px;
	border: none;
	background-color: #fff;
	margin: 15px 0;
}


.accordion {
 	width: 100%;
 	max-width: 360px;
 	/* margin: 30px auto 20px; */
 	background: #FFF;
 	-webkit-border-radius: 4px;
 	-moz-border-radius: 4px;
 	border-radius: 4px;
	border: 1px solid #ddd;
 }

.accordion .link {
	cursor: pointer;
	display: block;
	padding: 15px 42px 15px 15px;
	text-align: right;
	color: #4D4D4D;
	font-size: 14px;
	font-weight: 600;
	border-bottom: 1px solid #ddd;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	background-color: #f5f5f5;
}

.accordion li:last-child .link {
	border-bottom: 0;
}

.accordion li i {
	position: absolute;
	top: 16px;
	left: 12px;
	font-size: 18px;
	color: #595959;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.accordion li i.fa-chevron-down {
	right: 12px;
	left: auto;
	font-size: 16px;
}

.accordion li.open .link {
	color: #fff;
	background-color: #fa4443;
}

.accordion li.open i {
	color: #b63b4d;
}
.accordion li.open i.fa-chevron-down {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

/**
 * Submenu
 -----------------------------*/
 .submenu {
 	display: none;
 	font-size: 14px;
 }

 .submenu li {
 	/* border-bottom: 1px solid #4b4a5e; */
 }

 .submenu a {
 	display: block;
 	text-decoration: none;
 	color: #6c6c6c;
 	padding: 12px;
 	padding-right: 42px;
	text-align: right;
 	-webkit-transition: all 0.25s ease;
 	-o-transition: all 0.25s ease;
 	transition: all 0.25s ease;
 }

 .submenu a:hover {
 	background: #fa6c6c;
 	color: #FFF!important;
 }
 
 .submenu a:focus{
	 color: #FA6C6C;
 }
 
.link img{
	position: absolute;
	width: 15px;
	height: 8px;
	right: 15px;
	top: 22px;
}

.cp_act{
	margin-top: 50px;
}

.act_tit{
	margin-bottom: 30px;
	width: 100%;
}

.act_tit h4{
	margin: 0;
	line-height: 51px;
	border-left: 5px solid #fa4443;
	background-color: #f5f5f5;
	width: 100%;
	padding-left: 20px;
	font-size: 15px;
}
.cp_ul{
	float: left;
	width: 100%;
}

.cp_li {
	margin-bottom: 10px;
	width: 33.33%;
	float: left;
}

.cp_li_bg{
	background-color: #f5f5f5;
	transform-style: preserve-3d;
	perspective: 100rem;
	perspective-origin: center;
	overflow: hidden;
}

.cp_li_bg:hover img{
	transform: translateZ(70px);
}

.cp_li_text{
	background-color: #fff;
	text-align: center;
	line-height: 40px;
}

.cp_li_text p{
	margin: 0;
}

.cp_li img{
	width: 100%;
	height: 170px;
	transition-duration: 0.5s;
}

.pagination{
	margin-top: 40px;
}

.pagination li{
	margin-left: 8px;
	float: left;
}

.pagination li:hover a{
	color: #FD3C3D;
}

.pagination li a:focus{
	color: #FD3C3D;
}

.pagination>li>a, .pagination>li>span{
	color: #6c6c6c;
}

.fenye{
	text-align: center;
}

.cp_act_bg{
	float: left;
	width: 100%;
	margin-top: 30px;
}

.cpxq_left{
	float: left;
	width: 40%;
	height: 100%;
	background-color: #f5f5f5;
}

.cpxq_left img{
	width: 100%;
	height: 100%;
}

.cpxq_right{
	float: left;
	height: 100%;
	width: 60%;
	padding: 0 6%;
	position: relative;
}

.cpxq_right h4{
	margin: 0;
	line-height: 60px;
	font-size: 24px;
}

.shux_ul p{
	font-size: 14px;
	line-height: 20px;
}

.zixun{
	position: absolute;
	bottom: 5px;
	padding: 8px 30px;
	color: #fff;
	background-color: #fb3131;
	border: none;
}

.cpxq_val{
	float: left;
	width: 100%;
	margin-top: 50px;
}

.cpxq_val h4{
	margin: 0;
	line-height: 40px;
	font-size: 16px;
	border-bottom: 1px solid #eee;
	margin-bottom: 30px;
}

.cpxq_val h4 span{
	display: inline-block;
	padding: 0 40px;
	background-color: #f5f5f5;
}

.lujin{
	float: left;
	width: 100%;
	line-height: 24px;
}

.lujin_tit{
	float: left;
}

.xq_ul{
	float: left;
	width: auto;
	font-size: 14px
}

.xq_ul li{
	float: left;
}

.xq_ul li img{
	width: 5px;
	height: 8px;
	margin: 0 5px;
	margin-top: -2px;
}

.xq_ul .xq_tit img{
	height: 13px;
	width: 15px;
	margin-top: -3px;
	margin-right: 8px;
}

.news_nav{
	float: right;
	margin-top: -6px;
}

.news_nav_li{
	float: left;
	padding: 3px 20px;
	margin-left: 12px;
	cursor: pointer;
	border-radius: 4px;
	border: 1px solid #999;
	position: relative;
	transition-duration: 0.5s;
}

.news_nav_li::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	z-index: -1;
	background-color: #fd686b;
	height: 31px;
	width: 0;
	transition-duration: 0.5s;
	border-radius: 4px;
}

.news_nav_li:hover{
	color: #fff;
}

.news_nav_li:hover::after{
	width: 101%;
}

.new_ul{
	float: left;
	width: 100%;
	margin-top: 30px;
}

.new_li{
	float: left;
	width: 100%;
	border-bottom: 2px dashed #ddd;
	padding: 20px 15px;
}

.new_li:hover{
	background-color: #f5f5f5;
}

.new_li:hover h4{
	color: #fd3c3d;
}

.new_li div{
	float: left;
}

.data_act{
	width: 8%;
	text-align: center;
	padding: 15px 0;
}

.new_val{
	width: 75%;
	padding: 15px;
}

.new_img{
	width: 17%;
	height: 100%;
}

.data_act h4{
	font-size: 34px;
	color: #fd3c3d;
	margin: 0;
}

.data_act p{
	font-size: 12px;
	color: #6c6c6c;
	margin: 0;
}

.new_val h4{
	margin: 0;
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 20px;
	overflow: hidden;
		 display: -webkit-box;
		-webkit-box-orient:vertical;
		-webkit-line-clamp:1;
}

.new_val p{
	margin: 0;
	font-size: 12px;
	line-height: 20px;
	text-indent: 24px;
	overflow: hidden;
		 display: -webkit-box;
		-webkit-box-orient:vertical;
		-webkit-line-clamp:2;
}

.new_img img{
	float: left;
	width: 100%;
	height: 100%;
}

.xq_val{
	float: left;
	width: 100%;
	margin-top: 30px;
}

.xq_head{
	text-align: center;
	border-bottom: 1px dashed #ddd;
	padding-bottom: 20px;
}

.xq_head h4{
	font-size: 18px;
	font-weight: 600;
}

.xq_head p{
	font-size: 12px;
}

.xq_head p span{
	margin-left: 15px;
}

.xq_text{
	padding: 20px;
	text-align: center;
}

/* 详情页给p标签添加的样式 */
.xq_text p{
	text-align: left;
	line-height: 24px;
}
.xq_text img{
	margin: 20px 0;
}
/* .................... */

.his_div{
	float: left;
	width: 100%;
	margin-top: 30px;
	border-top: 1px dashed #ddd;
	padding-top: 15px;
}

.his_div h4{
	overflow: hidden;
		 display: -webkit-box;
		-webkit-box-orient:vertical;
		-webkit-line-clamp:1;
}

.his_div span{
	font-size: 14px;
}

.toTop{
	float: left;
	font-size: 15x;
	cursor: pointer;
}

.toBottom {
	float: right;
	font-size: 15px;
	cursor: pointer;
}

.fuwu_one {
	float: left;
	width: 100%;
	column-gap: 0;
	margin-top: 30px;
}

.fuwu_one>div{
	float: left;
	width: 33.33%;
}

.fuwu_left{
	overflow: hidden;
	background-color: #000;
}

.fuwu_left img{
	min-width: 100%;
	min-height: 33vh;
	transition-duration: 0.5s;
}

.fuwu_left:hover img{
	opacity: 0.8;
}

.fuwu_val{
	color: #fff;
	position: relative;
}

.fuwu_val h4{
	margin: 0;
	font-size: 20px;
}

.fuwu_val hr{
	border: none;
	background-color: #fff;
	height: 2px;
	width: 20%;
	margin: 10px 0;
}

.fuwu_val p{
	margin-top: 20px;
	line-height: 24px;
	font-size: 14px;
	margin-bottom: 40px;
}

.fuwu_left .fuwu_val{
	background-color: #a7bbf8;
	padding: 25px 20px;
}

.fuwu_left .fuwu_val::after{
	content: "";
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-bottom-color: #A7BBF8;
}

.fuwu_center{
	background-color: #d0b38b;
}

.fuwu_center .fuwu_val{
	padding: 38% 40px;
	height: 100%;
}

.fuwu_center .fuwu_val::after{
	content: "";
	position: absolute;
	top: 50%;
	right: -30px;
	margin-top: -15px;
	margin-left: -15px;
	border: 15px solid transparent;
	border-left-color: #d0b38b;
	z-index: 4;
}

.fuwu_right{
	overflow: hidden;
	background-color: #000;
}

.fuwu_right:hover img{
	opacity: 0.8;
}

.fuwu_right img{
	min-width: 100%;
	min-height: 100%;
	transition-duration: 0.5s;
}

.fuwu_two{
	float: left;
	width: 100%;
	margin-top: 50px;
	background: url(../img/fuwu_bk.jpg) no-repeat 0 0;
	background-size: 100% 100%;
	padding: 50px 0;
	margin-bottom: -50px;
}

.fuuw_tit{
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}

.fuuw_tit h4{
	font-size: 24px;
	margin: 0;
	line-height: 60px;
}

.fuuw_tit p{
	font-size: 12px;
	margin-bottom: 0;
	line-height: 20px;
}

.fuwu_ul{
	float: left;
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.fuwu_li{
	position: relative;
	padding: 50px 30px;
	height: 25vh;
	border: 1px solid #ddd;
	margin-bottom: 30px;
	transition-duration: 0.3s;
	width: 32%;
}

.fuwu_li:hover{
	background-color: #fd3c3d;
	color: #fff;
	border: 1px solid mintcream;
}

.fuwu_li:hover .xuhao{
	background-color: #fff;
	color: #FD3C3D;
}

.xuhao{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background-color: #cccccc;
	transition-duration: 0.5s;
}

.about_one{
	float: left;
	width: 100%;
}

.about_act{
	float: left;
	width: 100%;
	columns: 2;
	column-gap: 0;
}

.about_li{
	background-color: #f5f5f5;
	height: 37vh;
	overflow: hidden;
	transform-style: preserve-3d;
	perspective: 100rem;
	perspective-origin: center;
}

.about_li:hover img{
	transform: translateZ(50px);
}

.about_li img{
	min-width: 100%;
	min-height: 100%;
	transition-duration: 0.5s;
}

.act_val{
	padding: 40px 30px;
}

.act_val h4{
	font-size: 18px;
	margin-bottom: 25px;
}

.act_val p{
	line-height: 24px;
	font-size: 14px;
	margin-bottom: 30px;
}

.about_two{
	margin-top: 50px;
	padding: 50px 0;
	background:url(../img/ab_bk.jpg) no-repeat 0 0;
	background-size: 100% 100%;
}

.about_pc{
	float: left;
	width: 100%;
	columns: 3;
	column-gap: 40px;
	margin-bottom: 30px;
}

.about_img{
	background-color: #fff;
	overflow: hidden;
	border: 5px solid #fff;
}

.about_img img{
	min-height: 100%;
	min-width: 100%;
	height: 30vh;
}

.about_zl {
	float: left;
	width: 100%;
}

.about_three{
	margin-top: 50px;
}

.zl_img{
	float: left;
	width: 50%;
	text-align: center;
	padding: 0 8%;
}

.zl_img img{
	width: 100%;
}
.partner_one{
	float: left;
	width: 100%;
	margin-top: 30px;
}

.partner_left{
	float: left;
	width: 55%;
	padding-right: 40px;
	padding-top: 120px;
}

.partner_right{
	float: left;
	width: 45%;
}
.partner_left h4{
	font-size: 24px;
	margin: 0;
}

.partner_left hr{
	border: none;
	background-color: #000;
	height: 2px;
	width: 120px;
	margin: 15px 0;
	margin-bottom: 40px;
}

.partner_left p{
	line-height: 24px;
	font-size: 14px;
	margin-bottom: 20px;
	text-indent: 24px;
}

.partner_right{
	overflow: hidden;
	height: 600px;
}

.partner_right img{
	min-width: 100%;
	height: 100%;
}

.partner_two{
	float: left;
	width: 100%;
	margin-top: 50px;
	padding: 50px 0;
}

.partner_ul{
	float: left;
	width: 100%;
	columns: 5;
	column-gap: 30px;
}

.partner_li{
	overflow: hidden;
	height: 160px;
	margin-bottom: 30px;
}

.partner_li img{
	width: 100%;
	height: 100%;
}

.callAs_act{
	float: left;
	width: 100%;
	margin-top: 30px;
}

.callAs_left{
	margin-top: 80px;
}

.callAs_left h4{
	font-size: 24px;
	margin: 0;
	
}

.callAs_left hr{
	border: none;
	width: 80px;
	height: 2px;
	background-color: #6c6c6c;
	margin: 10px 0;
}

.callAs_val{
	margin-top: 40px;
}

.callAs_val p{
	font-size: 14px;
	margin-bottom: 15px;
}

.callAs_right img{
	width: 100%;
}

.xq_text img{
	max-width: 100%;
}

.tel{
	position: absolute;
	bottom: 11px;
	left: 120px;
	opacity: 0;
	z-index: -1;
	transition-duration: 0.5s;
}

.zixun:focus +.tel{
	opacity: 1;
	left: 230px;
}

.partner_bg{
	width: 90%;
	margin-left: 5%;
}

@media (max-width:768px) {
	body{
		overflow-x: hidden;
	}
	.navbar-nav{
		float: left;
	}
	.navbar-nav>li>a{
		line-height: 50px;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form{
		background-color: rgba(0,0,0,0.5);
		z-index: 8;
	}
	.language{
		margin-right: 15px;
	}
	.navbar-default .navbar-toggle{
		margin-top: 25px;
	}
	.navbar-brand h4{
		padding: 0 15px;
		font-size: 20px;
	}
	.product_li{
		width: 100%;
		border-bottom: 1px solid #eee;
	}
	.pro_active{
		width: 100%;
	}
	.product_li:hover{
		width: 100%!important;
	}
	.hotPro_head_li{
		width: 100%;
	}
	.hotPro_head{
		background-size: auto 100%;
	}
	.result_li{
		width: 50%;
		height: 20vh;
	}
	.news_head_bg{
		float: left;
		width: 100%;
		columns: 3;
	}
	.news_head_li{
		margin: 0;
		padding: 5px 0;
		width: 100%;
	}
	.lunbo_ul li{
		width: 25%;
	}
	.foot_bg {
		margin: 0 15px;
	}
	.foot_li{
		width: 100%;
		margin-bottom: 20px;
	}
	.foot_ul li{
		float: left;
		margin-right: 20px;
	}
	.foot_li hr{
		margin-bottom: 10px;
	}
	.erw_foot{
		width: 40%;
		float: left;
	}
	.hotPro_head_bg{
		padding: 15px;
	}
	.navbar-collapse{
		float: initial;
	}
	.navbar-brand img{
		height: 20px;
		padding-left: 15px;
		margin: 30px 0;
	}
	.row{
		margin: 0;
	}
	
	.act_left,.act_right{
		padding: 0;
	}
	.cp_li{
		width: 50%;
	}
	.cp_li img{
		height: 15vh;
	}
	.pagination li{
		margin-bottom: 10px;
	}
	.other_nav .navbar-collapse{
		background-color: #fff;
		position: absolute!important;
		width: 100%;
		border-bottom: 1px solid #eee;
	}
	
	.news_nav{
		width: 100%;
		margin-top: 20px;
		columns: 3;
	}
	.news_nav_li{
		margin: 0;
	}
	.new_li{
		padding: 5px 0;
	}
	.data_act{
		width: 25%;
	}
	.new_val{
		width: 75%
	}
	.new_img{
		display: none;
	}
	.fuwu_one{
		columns: auto;
	}
	.fuwu_center .fuwu_val::after{
		content: "";
		position: absolute;
		border:15px solid transparent;
		border-top-color:#d0b38b;
		bottom: -30px;
		top: auto;
		left: 50%;
		margin-top: 0;
		right: 0;
		width: 0;
	}
	.fuwu_ul{
		columns: 1;
	}
	.about_act {
		columns: 1;
	}
	.about_li{
		height: auto;
	}
	.about_pc{
		columns: 1;
	}
	.about_img{
		margin-bottom: 20px;
	}
	.pagination>li>a, .pagination>li>span{
		padding: 6px 8px;
		font-size: 12px;
	}
	.partner_left{
		width: 100%;
		padding-right: 0;
		padding-top: 30px;
	}
	.partner_right{
		width: 100%;
	}
	.partner_ul{
		columns: 3;
		column-gap: 15px;
	}
	.partner_li{
		height: 70px;
		float: left;
	}
	.banner_act h1{
		font-size: 4rem;
	}
	.fuwu_one>div{
		width: 100%;
	}
	.cp_act_bg{
		height: auto!important;
	}
	.cpxq_left,.cpxq_right{
		width: 100%;
	}
	
	.cpxq_right{
		padding: 0;
	}
	.zixun{
		bottom: -35px;
	}
	.tel{
		bottom: -25px;
		left: 0px;
	} 
	.zixun:focus +.tel{
		left: 130px;
	}
	.cpxq_val{
		margin-top: 80px;
	}
	
	.product_li{
		height: 450px;
	}
	
	.hotPro_rsult p{
		padding: 0 15px;
	}
	
	.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
		left: 2px;
	}
	
	.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
		right: 2px;
	}
	
	.swiper-button-next, .swiper-button-prev{
		background-size: 18px 44px;
	}
	.news>p{
		padding: 0 15px;
	}
	.news_text p span{
		display: block;
		width: 100%;
		float: left;
	}
	.news_li_bg h4 span{
		float: left;
		display: block;
		width: 100%;
		margin-top: 5px;
	}
	
	.fuwu_li p{
		overflow: hidden;
		display: -webkit-box;
		-webkit-box-orient:vertical;
		-webkit-line-clamp:4;	 
	}
	
	.madl_div{
		margin-top: 15px;
	}
	
	.partner_right {
		height: 374px;
	}
	
	.fuwu_one div{
		width: 100%;
	}
	.fuwu_center{
		height: 550px!important;
	}
	.accordion{
		max-width: none;
	}
	.xq_ul{
		width: 100%;
	}
	.call_foot li{
		width: 100%;
	}
	.fuwu_li{
		width: 100%;
	}
}


@media (min-width: 1400px) {
	.container{
		width: 1350px;
	}
}