@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
	background: #fff;
	font-size: 0.16rem;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
input,
select,
textarea {
	outline: 0;
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
}
img {
	border: 0;
	max-width: 100%;
	width: auto;
}
ul,
li {
	list-style-type: none;
}
a {
	text-decoration: none;
	color: inherit;
}
a:hover {
	text-decoration: none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.cl {
	clear: both;
}
.clear:after {
	content:"";
	display: block;
	clear:both;
}
.flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.bigimg img {
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.bigimg:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.to1{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.to2{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.content {
	width: 12rem;
	margin: 0 auto;
}
.phone {
	display: none;
}


/*首页*/
.top_bg{
	width: 100%;
	height: 0.39rem;
	line-height: 0.39rem;
	background: #3e3e3e;
}
.top_welcome{
	float: left;
	color: #9c9c9c;
}
.top_tel{
	float: right;
	color: #fff;
	font-size: 0.18rem;
	font-weight: bold;
	padding-right: 0.22rem;
	margin-right: 0.12rem;
	position: relative;
}
.top_tel img{
	float: left;
	width: 0.2rem;
	height: 0.22rem;
	margin: 0.08rem 0.07rem 0 0;
}
.top_tel i{
	width: 0.01rem;
	height: 0.16rem;
	display: block;
	background: rgba(255, 255, 255, 0.2);
	position: absolute;
	top: 0.12rem;
	right: 0;
}
.top_sph{
	float: right;
	padding-right: 0.15rem;
	color: #fff;
	font-size: 0.14rem;
	position: relative;
}
.top_sph img{
	float: left;
	width: 0.2rem;
	height: 0.22rem;
	margin: 0.08rem 0.07rem 0 0;
}
.top_sph:hover .top_sph_code{
	display: block;
}
.top_sph_code{
	width: 1.4rem;
	height: 1.4rem;
	background: #fff;
	border-radius: 0.05rem;
	padding: 0.1rem;
	position: absolute;
	top: 0.39rem;
	left: -0.1rem;
	z-index: 2;
	display: none;
}
.top_sph_code img{
	width: 100%;
	height: 100%;
	margin: 0 !important;
	float: none;
}
.search_bg{
	float: right;
	width: 3.05rem;
	height: 0.39rem;
	background: #4d4d4d;
	padding: 0 0.1rem;
}
.search_bg img{
	float: right;
	width: 0.17rem;
	height: 0.17rem;
	margin-top: 0.11rem;
	cursor: pointer;
}
.search{
	float: left;
	width: 85%;
	height: 0.39rem;
	line-height: 0.39rem;
	border: none;
	background: none;
	color: #929292;
	font-size: 0.14rem;
}
.search::-webkit-input-placeholder {
	color: #929292;
}

.header{
	width: 100%;
	height: 0.85rem;
	background: #f8c300;
}
.header.on{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
}
.logo{
	float: left;
	width: 2.14rem;
	margin-top: 0.12rem;
}
.menu,.nav02,#menu{
	display: none;
}
.nav{
	float: right;
	width: 8.64rem;
}
.nav ul{
	display: flex;
	justify-content: space-between;
}
.nav li{
	line-height: 0.85rem;
	position: relative;
}
.nav i{
	width: 100%;
	height: 0.02rem;
	background: #000;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0.08rem;
	transform: scale(0,0);
	transition: all 0.6s;
}
.nav li:hover i{
	transform: scale(1,1);
}
.nav li.on i{
	transform: scale(1,1);
}
.subnav{
	width: 2rem;
	background: #fff;
	position: absolute;
	top: 0.85rem;
	left: -0.65rem;
	z-index: 10;
	transform: scale(0,0);
	transition: all 0.6s;
	transform-origin:center top;
	opacity: 0;
}
.nav li:hover .subnav{
	transform: scale(1,1);
	opacity: 1;
}
.subnav ul{
	display: block;
	padding: 0.1rem 0;
}
.subnav li{
	font-size: 0.15rem;
	text-align: center;
	padding: 0.1rem 0.15rem;
	line-height: 0.24rem;
}
.subnav li:hover{
	background: rgba(248, 195, 0, 0.7);
}
.subnav li:last-child{
	margin: 0;
}
/* .nav li:nth-child(2) .subnav{
	left: -0.25rem;
}
.nav li:nth-child(2) .subnav li{
	text-align: left;
	line-height: 0.34rem;
	padding: 0 0.15rem;
}
.nav li:nth-child(2) .subnav a{
	display: block;
	background: url(../images/nav_icon.png) no-repeat right center;
	background-size: 0.05rem 0.09rem;
}
.nav li:nth-child(3) .subnav{
	width: 2rem;
	left: -0.65rem;
}
.nav li:nth-child(3) .subnav li{
	text-align: left;
} */

.banner_box{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.banner{
	width: 100%;
	position: relative;
}
.banner img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	animation: scale 10s linear infinite;
}
@keyframes scale {
	0% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.08);
	}
	100% {
		transform: scale(1);
	}
}
.banner .swiper-pagination{
	bottom: 0.22rem;
}
.banner .swiper-pagination-bullet{
	width: 0.12rem;
	height: 0.12rem;
	text-align: center;
	background: rgba(0, 0, 0, 0.34);
	opacity: 1;
	margin: 0 0.05rem !important;
}
.banner .swiper-pagination-bullet-active{
	background: #f6c201;
}

.about_box{
	padding: 0.58rem 0 0.46rem;
	position: relative;
	overflow-y: hidden;
}
.about_left{
	width: 6.3rem;
}
.about_tit{
	height: 0.7rem;
	color: #eee;
	font-size: 0.6rem;
	line-height: 0.46rem;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0.15rem;
	position: relative;
}
.about_tit h1{
	color: #111;
	font-size: 0.36rem;
	line-height: 0.7rem;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.about_tit h1 span{
	color: #f6c201;
}
.about_t{
	margin: 0.15rem 0 0.21rem;
}
.about_t i{
	float: left;
	width: 0.01rem;
	height: 0.6rem;
	background: #d8d8d8;
	display: block;
	margin: 0.1rem 0.2rem;
}
.about_logo{
	float: left;
	width: 2.34rem;
	margin-top: 0.05rem;
}
.about_logo img{
	width: 100%;
}
.about_tr{
	float: left;
	width: 3.4rem;
	line-height: 0.4rem;
	color: #666;
	font-size: 0.18rem;
	font-weight: lighter;
}
.about{
	color: #666;
	font-size: 0.18rem;
	line-height: 0.4rem;
	font-weight: lighter;
}
.about_list{
	width: 100%;
	margin: 0.16rem 0 0.2rem;
}
.about_list li{
	float: left;
	width: 25%;
}
.about_list h1{
	color: #f5c100;
	font-weight: normal;
}
.about_list h1 b{
	font-size: 0.4rem;
	line-height: 0.48rem;
	font-weight: normal;
}
.about_list h1 span{
	font-size: 0.16rem;
	line-height: 0.32rem;
	vertical-align: middle;
	padding-left: 0.17rem;
}
.about_list h2{
	color: #030303;
	font-size: 0.16rem;
	line-height: 0.3rem;
	font-weight: normal;
}
.about_text{
	color: #001111;
	font-size: 0.27rem;
	font-weight: bold;
	line-height: 0.4rem;
}
.about_pic{
	width: 43%;
	height: 5.04rem;
	position: absolute;
	top: 0.58rem;
	left: 57%;
	overflow: hidden;
}
.about_pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
}
.about_pic:hover img {
	transform: scale(1.1);
}
.about_more{
	width: 1.06rem;
	height: 1.06rem;
	line-height: 1.06rem;
	text-align: center;
	background: rgba(246, 194, 1, 0.83);
	color: #fff;
	font-size: 0.18rem;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	overflow:hidden;
}
.about_more a{
	display: block;
	position: relative;
	z-index: 2;
}
.about_more:before {
	content: "";
	width: 0;
	height: 100%;
	background: #f6c201;
	position: absolute;
	right: 0;
	bottom: 0;
	transition: 0.5s;
	z-index: 1;
}
.about_more:after {
	position: absolute;
	left:-10px;
	bottom: 0;
	content: "";
	box-sizing: border-box;
	transition: 0.5s;
	width:110%;
	height: 100%;
}
.about_more:hover:before,
.about_more.active:before {
	width: 100%;
	right: auto;
	left: 0;
}

.culture_box{
	padding: 0.29rem 0 0.57rem;
	overflow: hidden;
}
.culture_tit{
	width: 100%;
	text-align: center;
	line-height: 0.4rem;
	margin-bottom: 0.32rem;
}
.culture_tit h1{
	color: #222;
	font-size: 0.36rem;
	line-height: 0.54rem;
}
.culture_tit span{
	color: #f8af00;
}
.culture_tit h2{
	color: #111;
	font-size: 0.2rem;
	font-weight: lighter;
	letter-spacing:0.2rem;
}
.culture{
	width: 100%;
}
.culture .swiper-slide{
	height: 2.99rem;
}
.culture img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.culture_tm{
	width: 100%;
	height: 100%;
	/* background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(27,49,69,0.5)); */
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
}
.culture_con{
	width: 84%;
	color: #fff;
	position: absolute;
	left: 8%;
	bottom: 0.27rem;
}
.culture_con h1{
	font-size: 0.24rem;
	font-weight: normal;
	height: 0.48rem;
	line-height: 0.48rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.culture_con div{
	line-height: 0.24rem;
	height: 0.48rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
}

.brand_bg{
	width: 100%;
	background: url(../images/ind_10.jpg) no-repeat center top;
	background-size: cover;
	padding: 0.51rem 0 0.88rem;
	overflow: hidden;
	position: relative;
}
.brand_bg .content{
	overflow: hidden;
}
.brand_tit{
	width: 100%;
	height: 0.72rem;
	text-align: center;
	position: relative;
	color: #ddd;
	line-height: 0.46rem;
	font-size: 0.6rem;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 0.18rem;
}
.brand_tit h1{
	width: 100%;
	color: #111;
	font-size: 0.36rem;
	line-height: 0.72rem;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.brand_tit h1 span{
	color: #f6c201;
}
.brand{
	width: 100%;
	height: 7.9rem;
}
.brand .swiper-slide{
	height: 3.86rem;
	background: #fff;
	padding: 0.76rem 0.5rem 0.2rem;
	text-align: center;
}
.brand .swiper-slide:hover img{
	transform: rotateY(360deg);
}
.brand img{
	width: 1.36rem;
	height: 1.36rem;
	margin: 0 auto 0.29rem;
	transition: all 2s;
}
.brand h1{
	color: #111;
	font-size: 0.22rem;
	height: 0.48rem;
	line-height: 0.48rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.brand_txt{
	color: #a3a3a3;
	font-size: 0.14rem;
	line-height: 0.26rem;
	height: 0.52rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.brand_bg .swiper-pagination{
	bottom: 0.37rem;
}
.brand_bg .swiper-pagination-bullet{
	width: 0.12rem;
	height: 0.12rem;
	text-align: center;
	background: #b1b1b1;
	opacity: 1;
	margin: 0 0.05rem !important;
}
.brand_bg .swiper-pagination-bullet-active{
	background: #f6c201;
}

.service_box{
	padding-top: 0.5rem;
	overflow: hidden;
}
.service_box .brand_tit{
	color: #efefef;
	margin-bottom: 0.28rem;
}
.service{
	width: 100%;
}
.service .swiper-slide{
	height: 6.1rem;
	overflow: hidden;
}
.service img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.service_bg{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
	transition: all 0.6s;
}
.service_top{
	width: 90%;
	text-align: center;
	color: #fff;
	font-size: 0.16rem;
	line-height: 0.4rem;
	position: absolute;
	top: 0.8rem;
	left: 5%;
	z-index: 2;
	transition: all 0.6s;
}
.service_top img{
	width: 0.88rem;
	height: 0.81rem;
	margin: 0 auto 0.07rem;
}
.service_top h1{
	line-height: 0.52rem;
	font-size: 0.24rem;
}
.service_more{
	width: 100%;
	height: 0.83rem;
	line-height: 0.83rem;
	text-align: center;
	color: #fff;
	background: rgba(246, 194, 1, 0.7);
	position: absolute;
	left: 0;
	bottom: -1rem;
	z-index: 2;
	transition: all 0.6s;
}
.service_more img{
	width: 0.19rem;
	height: 0.09rem;
	margin-left: 0.04rem;
}
.service .swiper-slide:hover .service_bg{
	opacity: 1;
}
.service .swiper-slide:hover .service_top{
	top: 1.86rem;
}
.service .swiper-slide:hover .service_more{
	bottom: 0;
}

.map_box{
	padding: 0.52rem 0;
	overflow: hidden;
}
.map_box .brand_tit{
	color: #efefef;
	margin-bottom: 0;
}
.map_top{
	color: #111;
	font-size: 0.2rem;
	text-align: center;
	line-height: 0.24rem;
	letter-spacing:0.2rem;
	margin-bottom: 0.28rem;
}
.map_pic{
	float: left;
	width: 7.56rem;
}
.map_pic img{
	width: 100%;
}
.map_right{
	float: right;
	width: 4rem;
	margin-top: 1.12rem;
}
.map_right ul{
	margin-right: -0.21rem;
}
.map_right li{
	float: left;
	width: 1.9rem;
	height: 1.9rem;
	background: #f6c201;
	margin: 0 0.2rem 0.22rem 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.map_list{
	width: auto;
	color: #fff;
}
.map_list h1{
	font-weight: normal;
}
.map_list h1 b{
	font-size: 0.5rem;
	line-height: 0.48rem;
	font-weight: normal;
}
.map_list h1 span{
	font-size: 0.18rem;
	line-height: 0.34rem;
	vertical-align: middle;
	padding-left: 0.17rem;
}
.map_list h2{
	font-size: 0.18rem;
	line-height: 0.3rem;
	font-weight: normal;
}

.honor_bg{
	width: 100%;
	height: 6.44rem;
	background: url(../images/ind_25.jpg) no-repeat center top;
	background-size: cover;
	padding: 0.52rem 0 0.48rem;
	overflow: hidden;
}
.honor_tit{
	width: 100%;
	text-align: center;
	color: #fff;
	position: relative;
	margin-bottom: 0.26rem;
}
.honor_tit h1{
	font-size: 0.6rem;
	line-height: 0.45rem;
	height: 0.72rem;
	color: rgba(255, 255, 255, 0.25);
	text-transform: uppercase;
}
.honor_tit h2{
	width: 100%;
	font-size: 0.36rem;
	line-height: 0.72rem;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.honor_tit div{
	font-size: 0.2rem;
	line-height: 0.22rem;
	font-weight: lighter;
	letter-spacing:0.2rem;
}
.honor_box{
	position: relative;
}
.honor_box .swiper-button-next, .honor_box .swiper-button-prev{
	width: 0.64rem;
  height: 0.64rem;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
  top: 50%;
	transform: translateY(-50%);
}
.honor_box .swiper-button-next{
  right: 0;
}
.honor_box .swiper-button-prev{
  left: 0;
}
.honor_box .swiper-button-next:after, .honor_box .swiper-button-prev:after{
  color: #f8af00;
	font-size: 0.2rem;
	font-weight: bolder;
}
.honor_box .swiper-button-lock{
	display: block;
}
.honor_box .swiper-button-next.swiper-button-disabled, .honor_box .swiper-button-prev.swiper-button-disabled{
	opacity: 1;
}
.honor{
	width: 10.21rem;
	margin: 0 auto;
}
.honor img{
	width: 100%;
	height: 4.24rem;
	object-fit: cover;
}

.news_box{
	padding-top: 0.48rem;
	overflow: hidden;
}
.news_box .brand_tit{
	color: #efefef;
	margin-bottom: 0;
}
.news_type{
	width: 100%;
	text-align: center;
	line-height: 0.38rem;
	font-size: 0.2rem;
	margin-bottom: 0.24rem;
}
.news_type li{
	padding: 0 0.2rem;
	color: #111;
	display: inline-block;
	position: relative;
	cursor: pointer;
}
.news_type i{
	width: 0.01rem;
	height: 0.2rem;
	background: #c4c4c4;
	display: inline-block;
	position: absolute;
	top: 0.1rem;
	right: 0;
}
.news_type li:last-child i{
	display: none;
}
.news_type li.on{
	font-weight: bold;
}
.news_con{
	width: 100%;
}
.news{
	width: 100%;
	height: 3.26rem;
	position: relative;
	margin-bottom: 0.25rem;
}
.news .swiper-slide{
	background: #f5f5f5;
}
.news_pic{
	float: left;
	width: 4.89rem;
	height: 3.26rem;
	overflow: hidden;
}
.news_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
}
.news_pic:hover img {
	transform: scale(1.1);
}
.news_right{
	float: right;
	width: 6.67rem;
	padding: 0.27rem 0.44rem 0 0;
}
.news_right h1{
	height: 0.66rem;
	line-height: 0.66rem;
	color: #111;
	font-size: 0.22rem;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news_txt{
	color: #999;
	font-size: 0.15rem;
	line-height: 0.34rem;
	height: 0.68rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.news_date{
	line-height: 0.72rem;
	background: url(../images/ind_28.png) no-repeat left center;
	background-size: 0.16rem 0.16rem;
	padding-left: 0.28rem;
	color: #777;
	font-size: 0.16rem;
}
.news .swiper-button-next, .news .swiper-button-prev{
	width: 1rem;
  height: 0.34rem;
	border-radius: 0;
	top: auto;
	bottom: 0.46rem;
}
.news .swiper-button-next{
  right: 0.44rem;
	background: url(../images/ind_30.jpg) no-repeat;
	background-size: 100% 100%;
}
.news .swiper-button-prev{
  left: auto;
	right: 1.53rem;
	background: url(../images/ind_29.jpg) no-repeat;
	background-size: 100% 100%;
}
.news .swiper-button-next:after, .news .swiper-button-prev:after{
  display: none;
}
.news .swiper-button-lock{
	display: block;
}
.news .swiper-button-next.swiper-button-disabled,
.news .swiper-button-prev.swiper-button-disabled{
	opacity: 0.8;
}
.news_list{
	width: 100%;
	margin-bottom: 0.42rem;
	overflow: hidden;
}
.news_list ul{
	margin-right: -0.21rem;
}
.news_list li{
	float: left;
	width: 3.86rem;
	background: #f5f5f5;
	margin-right: 0.21rem;
}
.news_img{
	width: 100%;
	height: 2.58rem;
	position: relative;
}
.news_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news_xq{
	width: 85%;
	height: 0.68rem;
	line-height: 0.68rem;
	color: #444;
	font-size: 0.14rem;
	border-top: solid 0.01rem #e2e2e2;
	margin: 0 auto;
}
.news_bg{
	width: 100%;
	height: 100%;
	padding-top: 0.38rem;
	background: #f5f5f5;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.6s;
}
.news_time{
	line-height: 0.51rem;
	padding: 0 0.3rem;
	display: inline-block;
	background: #818181;
	color: #fff;
	font-size: 0.24rem;
	margin-bottom: 0.27rem;
}
.news_time span{
	font-size: 0.16rem;
	padding-left: 0.12rem;
}
.news_w{
	width: 85%;
	margin: 0 auto;
}
.news_tt{
	color: #111;
	font-size: 0.18rem;
	line-height: 0.24rem;
	height: 0.48rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
	margin-bottom: 0.11rem;
}
.news_text{
	color: #999;
	font-size: 0.14rem;
	line-height: 0.24rem;
	height: 0.48rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.news_list li:hover .news_bg{
	background: rgba(0, 0, 0, 0.4);
	padding-top: 0.27rem;
}
.news_list li:hover .news_time{
	background: none;
	margin-bottom: 0.05rem;
}
.news_list li:hover .news_tt{
	color: #fff;
}
.news_list li:hover .news_text{
	color: #fff;
}
.news_more{
	width: 1.8rem;
	height: 0.45rem;
	line-height: 0.45rem;
	text-align: center;
	background: #f6c201;
	color: #fff;
	font-size: 0.16rem;
	position: relative;
	overflow:hidden;
	margin: 0 auto;
}
.news_more a{
	display: block;
	position: relative;
	z-index: 2;
}
.news_more:before {
	content: "";
	width: 0;
	height: 100%;
	background: #dbad00;
	position: absolute;
	right: 0;
	bottom: 0;
	transition: 0.5s;
	z-index: 1;
}
.news_more:after {
	position: absolute;
	left:-10px;
	bottom: 0;
	content: "";
	box-sizing: border-box;
	transition: 0.5s;
	width:110%;
	height: 100%;
}
.news_more:hover:before,
.news_more.active:before {
	width: 100%;
	right: auto;
	left: 0;
}

.case_box{
	padding: 0.4rem 0 0.45rem;
	overflow: hidden;
}
.case_tit{
	width: 100%;
	text-align: center;
	line-height: 1.34rem;
	margin-bottom: 0.45rem;
}
.case_tit h1{
	color: #f6f6f6;
	font-size: 1.73rem;
	text-transform: uppercase;
}
.case_tit h2{
	width: 100%;
	color: #222;
	font-size: 0.36rem;
	line-height: 0.52rem;
	position: absolute;
	top: 0.26rem;
	left: 0;
}
.case_tit h2 span{
	color: #f6c201;
}
.case_tit h3{
	width: 100%;
	color: #111;
	font-size: 0.2rem;
	font-weight: normal;
	line-height: 0.34rem;
	letter-spacing:0.2rem;
	position: absolute;
	top: 0.78rem;
	left: 0;
}
.case_p{
	padding: 0 0.46rem;
	overflow: hidden;
}
.case{
	width: 100%;
	height: 6.1rem;
	margin-bottom: 0.45rem;
}
.case .swiper-slide{
	height: 2.92rem;
}
.case img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.case_tm{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 0;
	left: 0;
	transform: scale(0,0);
	transition: all 0.6s;
}
.case .swiper-slide:hover .case_tm{
	transform: scale(1,1);
}
.case_txt{
	width: 84%;
	color: #fff;
	font-size: 0.16rem;
	line-height: 0.28rem;
	position: absolute;
	left: 8%;
	bottom: 0.32rem;
}
.case_txt h1{
	font-size: 0.2rem;
	line-height: 0.46rem;
	font-weight: normal;
}

.foot_bg{
	width: 100%;
	background: url(../images/ind_33.jpg) no-repeat center top;
	background-size: cover;
}
.foot_top{
	border-bottom: solid 0.01rem rgba(255, 255, 255, 0.14);
	padding: 0.6rem 0 0.27rem;
}
.foot_left{
	float: left;
	width: 5.3rem;
}
.f_logo{
	width: 2.07rem;
	margin-bottom: 0.2rem;
}
.f_logo img{
	width: 100%;
}
.f_tel{
	color: #f5c100;
	font-size: 0.28rem;
	line-height: 0.42rem;
	font-weight: bold;
}
.f_tel img{
	width: 0.26rem;
	height: 0.26rem;
	margin-right: 0.07rem;
}
.f_add{
	color: #a5a5a5;
	font-size: 0.14rem;
	line-height: 0.24rem;
}
.f_code{
	float: right;
}
.f_code li{
	float: left;
	width: 1.14rem;
	text-align: center;
	margin-left: 0.19rem;
}
.f_code h1{
	color: #999;
	font-size: 0.14rem;
	line-height: 0.46rem;
	font-weight: normal;
}
.f_code_pic{
	width: 100%;
	height: 1.14rem;
	background: #fff;
	border-radius: 0.2rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.f_code_pic img{
	width: 0.97rem;
	height: 0.97rem;
}
.f_nav{
	width: 100%;
	padding: 0.4rem 0 0.3rem;
}
.f_nav ul{
	display: flex;
	justify-content: space-between;
}
.f_nav li:nth-child(2){
	width: 1.35rem;
}
.f_nav h1{
	color: #f6c201;
	font-size: 0.16rem;
	line-height: 0.3rem;
	margin-bottom: 0.13rem;
}
.f_nav li ul{
	width: 100%;
	display: block;
}
.f_nav li ul li{
	width: 100% !important;
	color: #a5a5a5;
	font-size: 0.14rem;
	line-height: 0.16rem;
	margin-bottom: 0.16rem;
}
.f_nav li ul li:hover{
	color: #fff;
}
.copyright{
	width: 100%;
	text-align: center;
	line-height: 0.34rem;
	color: #fff;
	font-size: 0.14rem;
	padding: 0.4rem 0;
	background: rgba(0, 0, 0, 0.26);
}


/* 产品服务：应用案例 */
.main_bn{
	width: 100%;
	height: 4.85rem;
	position: relative;
	overflow: hidden;
}
.main_bn img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.bn_tm{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.25);
	position: absolute;
	top: 0;
	left: 0;
}
.bn_txt{
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-size: 0.2rem;
	line-height: 0.34rem;
	position: absolute;
	top: 35%;
	transform: translateY(-35%);
	z-index: 1;
}
.bn_txt h1{
	font-size: 0.38rem;
	line-height: 0.54rem;
	font-weight: normal;
}
.bn_bot{
	width: 100%;
	height: 1.1rem;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0.31rem;
	z-index: 1;
}
.path{
	width: 100%;
	text-align: center;
	line-height: 0.26rem;
	color: #fff;
	font-size: 0.14rem;
	margin-bottom: 0.32rem;
}
.path img{
	width: 0.09rem;
	height: 0.12rem;
	margin-right: 0.06rem;
}
.pro_type{
	line-height: 0.48rem;
	background: #fff;
	border-radius: 0.5rem;
	display: inline-block;
	/* padding: 0 0.32rem; */
	overflow: hidden;
}
.pro_type li{
	display: inline-block;
	color: #272727;
	font-size: 0.16rem;
	padding: 0 0.2rem;
}
.pro_type li:hover{
	color: #fff;
	background: #eeaf18;
}
.pro_type li.on{
	color: #fff;
	background: #eeaf18;
}

.pro_box{
	padding: 0.45rem 0 2.08rem;
}
.type_list{
	width: 100%;
	text-align: center;
	margin-bottom: 0.35rem;
}
.type_list ul{
	margin-right: -0.04rem;
}
.type_list li{
	min-width: 1.45rem;
	display: inline-block;
	line-height: 0.44rem;
	background: #eee;
	border-radius: 0.03rem;
	color: #282828;
	font-size: 0.18rem;
	margin: 0 0.04rem 0.06rem 0;
}
.type_list li:hover{
	background: #f6c201;
	color: #fff;
}
.type_list li.on{
	background: #f6c201;
	color: #fff;
}
.type_list a{
	display: block;
}
.product{
	width: 100%;
}
.product ul{
	margin-right: -0.21rem;
}
.product li{
	float: left;
	width: 3.86rem;
	margin: 0 0.21rem 0.23rem 0;
}
.product_pic{
	width: 100%;
	height: 2.58rem;
	overflow: hidden;
}
.product_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
}
.product li:hover .product_pic img {
	transform: scale(1.1);
}
.product_txt{
	width: 100%;
	height: 0.6rem;
	line-height: 0.6rem;
	text-align: center;
	border: solid 0.01rem #e5e5e5;
	border-top: none;
	color: #111;
	font-size: 0.18rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.page{
	width: 100%;
	padding-top: 0.16rem;
	text-align: center;
}
.page li{
	min-width: 0.34rem;
	border: solid 0.01rem #dbdcdd;
	background: #fff;
	line-height: 0.34rem;
	display: inline-block;
	color: #666;
	font-size: 0.14rem;
	margin: 0 0.02rem;
}
.page a{
	padding: 0 0.12rem;
	display: inline-block;
}
.page li:hover{
	background: #e3e3e3;
}
.page li.on{
	background: #e3e3e3;
}


/* 产品服务：5大产品体系 */
.pro_top{
	padding-bottom: 0.38rem;
	border-bottom: solid 0.01rem #e5e5e5;
}
.pro_img{
	float: left;
	width: 6rem;
	height: 6rem;
	overflow: hidden;
}
.pro_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
}
.pro_img:hover img {
	transform: scale(1.1);
}
.pro_right{
	float: right;
	width: 5.56rem;
}
.pro_tt{
	color: #333;
	font-size: 0.16rem;
	line-height: 0.32rem;
	margin-bottom: 0.16rem;
}
.pro_tt h1{
	color: #111;
	font-size: 0.28rem;
	line-height: 0.3rem;
	font-weight: normal;
	margin-bottom: 0.1rem;
}
.pro_txt{
	color: #333;
	font-size: 0.16rem;
	line-height: 0.32rem;
	height: 3.9rem;
	overflow-y: scroll;
	scrollbar-width: none;
	margin-bottom: 0.26rem;
}
.pro_txt h1{
	color: #111;
	font-size: 0.18rem;
	line-height: 0.34rem;
	font-weight: normal;
}
.pro_txt::-webkit-scrollbar{
  display: none;
}
.btn_list{
	width: 100%;
}
.btn_list li{
	float: left;
	width: 1.27rem;
	height: 0.4rem;
	line-height: 0.4rem;
	text-align: center;
	background: #f6c201;
	border-radius: 0.05rem;
	color: #fff;
	font-size: 0.15rem;
	overflow: hidden;
	position: relative;
	margin-right: 0.21rem;
}
.btn_list a{
	display: block;
	position: relative;
	z-index: 2;
}
.btn_list li:before {
	content: "";
	width: 0;
	height: 100%;
	background: #f6b401;
	position: absolute;
	right: 0;
	bottom: 0;
	transition: 0.5s;
	z-index: 1;
}
.btn_list li:after {
	position: absolute;
	left:-10px;
	bottom: 0;
	content: "";
	box-sizing: border-box;
	transition: 0.5s;
	width:110%;
	height: 100%;
}
.btn_list li:hover:before,
.btn_list li.active:before {
	width: 100%;
	right: auto;
	left: 0;
}

.pro_msbox{
	float: left;
	width: 8.65rem;
}
.pro_tit{
	color: #111;
	font-size: 0.26rem;
	line-height: 0.82rem;
}
.pro_ms{
	width: 100%;
	min-height: 9rem;
	color: #111;
	font-size: 0.24rem;
	line-height: 0.44rem;
	margin-bottom: 1.8rem;
}
.pro_ms img{
	width: 100%;
}
.beizhu{
	text-align: center;
	margin-top: 0.69rem;
}
.beizhu span{
	color: #f4ae00;
}
.fanye_line{
	border-top: solid 0.01rem #e5e5e5;
	padding-top: 0.28rem;
}
.fanye{
	float: left;
	width: 70%;
}
.fanye li{
	color: #888;
	font-size: 0.14rem;
	line-height: 0.3rem;
	height: 0.3rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.fanye a:hover{
	color: #000;
}
.fy_back{
	float: right;
	width: 1.5rem;
	height: 0.48rem;
	line-height: 0.48rem;
	text-align: center;
	background: #eaeaea;
	border-radius: 0.03rem;
	font-size: 0.14rem;
	margin-top: 0.05rem;
}
.fy_back a{
	display: block;
}

.hotpro_box{
	float: right;
	width: 2.8rem;
}
.hotpro{
	width: 100%;
}
.hotpro li{
	margin-bottom: 0.15rem;
}
.hotpro_pic{
	width: 100%;
	height: 2.28rem;
	overflow: hidden;
}
.hotpro_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
}
.hotpro_pic:hover img {
	transform: scale(1.1);
}
.hotpro_txt{
	width: 100%;
	text-align: center;
	line-height: 0.42rem;
	height: 0.42rem;
	border: solid 0.02rem #e8e8e8;
	border-top: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


/* 产品服务：通用分类页面 */
.pro_part{
	padding: 0.34rem 0 0.96rem;
}
.pro_show{
	width: 9.9rem;
	line-height: 0.46rem;
	font-size: 0.22rem;
	text-align: justify;
	margin: 0 auto;
}
.txt_a{
	font-size: 0.32rem;
	line-height: 0.54rem;
}
.txt_a span{
	color: #f6c201;
	padding-right: 0.25rem;
}
.txt_b{
	font-size: 0.29rem;
}


/* 工匠学堂 */
.craftsman_box{
	padding: 0.46rem 0 0.52rem;
}
.craftsman_top{
	color: #999;
	font-size: 0.14rem;
	text-align: center;
	line-height: 0.32rem;
	border-bottom: solid 0.01rem #e5e5e5;
	padding-bottom: 0.32rem;
	margin-bottom: 0.34rem;
}
.craftsman_top h1{
	color: #333;
	font-size: 0.26rem;
	line-height: 0.54rem;
}
.craftsman_top div{
	display: inline-block;
	margin: 0 0.05rem;
}
.craftsman{
	color: #666;
	font-size: 0.16rem;
	line-height: 0.34rem;
	text-align: justify;
}
.craftsman_box .fanye_line{
	padding-top: 0.46rem;
	margin-top: 0.46rem;
}


/* 品牌实力 */
.brand_box{
	padding: 0.46rem 0 0.36rem;
}
.brand_list{
	width: 100%;
}
.brand_list ul{
	margin-right: -0.21rem;
}
.brand_list li{
	float: left;
	width: 3.86rem;
	height: 3.88rem;
	text-align: center;
	padding: 0.27rem 0.05rem 0.2rem;
	background: #f5f5f5;
	margin: 0 0.21rem 0.23rem 0;
}
.brand_list li:hover img{
	transform: rotateY(360deg);
}
.brand_list img{
	width: 1.36rem;
	height: 1.36rem;
	margin: 0 auto 0.14rem;
	transition: all 2s;
}
.brand_con{
	width: 100%;
}
.brand_con h1{
	color: #111;
	font-size: 0.22rem;
	height: 0.48rem;
	line-height: 0.48rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.brand_text{
	width: 95%;
	color: #7e7d7d;
	font-size: 0.14rem;
	line-height: 0.28rem;
	height: 1.4rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	white-space: normal;
	margin: 0 auto;
}


/* 新闻 */
.news_part{
	padding: 0.46rem 0 1.4rem;
}
.news02{
	width: 100%;
	padding-bottom: 0.2rem;
}
.news02 ul{
	margin-right: -0.21rem;
}
.news02 li{
	float: left;
	width: 3.86rem;
	margin: 0 0.21rem 0.22rem 0;
}
.news_tu{
	width: 100%;
	height: 2.58rem;
	overflow: hidden;
}
.news_tu img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
}
.news_tu:hover img {
	transform: scale(1.1);
}
.news_bot{
	height: 1.5rem;
	padding: 0.12rem 0.3rem;
	border: solid 0.01rem #e6e6e6;
	border-top: none;
}
.news_bot h1{
	color: #111;
	font-size: 0.18rem;
	height: 0.36rem;
	line-height: 0.36rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news_bot .date{
	color: #999;
	font-size: 0.14rem;
	line-height: 0.3rem;
}
.news_bot .text{
	color: #999;
	font-size: 0.14rem;
	line-height: 0.24rem;
	height: 0.48rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
}


/* 走近万施博 */
.about_part{
	padding: 0.45rem 0 1.07rem;
}
.about_txt{
	color: #202020;
	font-size: 0.22rem;
	line-height: 0.5rem;
}
.ab_a{
	font-size: 0.28rem;
	line-height: 0.4rem;
}
.ab_a span{
	color: #f6c201;
}
.ab_b{
	font-weight: bold;
	font-size: 0.43rem;
	line-height: 0.7rem;
}
.ab_c{
	font-size: 0.26rem;
	line-height: 0.4rem;
}
.ab_d{
	font-size: 0.28rem;
	line-height: 0.5rem;
}
.ab_e{
	font-size: 0.19rem;
	line-height: 0.4rem;
}
.ab_f{
	font-size: 0.33rem;
	line-height: 0.5rem;
}


/* 招商加盟 */
.pic{
	width: 100%;
}
.pic img{
	width: 100%;
}
.join_box{
	padding: 0.46rem 0 0.53rem;
}
.join_tit{
	color: #111;
	font-size: 0.28rem;
	line-height: 0.46rem;
	text-align: center;
}
.join_tel{
	width: 100%;
	text-align: center;
	line-height: 0.42rem;
	font-size: 0.23rem;
	color: #f5c100;
	margin-bottom: 0.31rem;
}
.join_tel img{
	width: 0.21rem;
	height: 0.19rem;
	margin: 0 0.08rem;
	vertical-align: middle;
}
.join_tel span{
	font-weight: bold;
}
.join_con{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 0.2rem;
}
.join_name{
	width: 3.9rem;
	height: 0.47rem;
	line-height: 0.47rem;
	background: #f2f2f2;
	border: none;
	border-radius: 0.05rem;
	padding: 0 0.12rem;
	color: #686868;
	font-size: 0.16rem;
}
.join_name::-webkit-input-placeholder {
	color: #686868;
}
.join_xq{
	width: 100%;
	height: 1.43rem;
	line-height: 0.36rem;
	background: #f2f2f2;
	border: none;
	border-radius: 0.05rem;
	padding: 0.11rem 0.12rem;
	color: #686868;
	font-size: 0.16rem;
}
.join_xq::-webkit-input-placeholder {
	color: #686868;
}
.join_btn_w{
	width: 100%;
	text-align: center;
	padding-top: 0.25rem;
}
.join_btn{
	width: 1.96rem;
	height: 0.46rem;
	background: #f6c201;
	border: none;
	border-radius: 0.05rem;
	color: #fff;
	font-size: 0.16rem;
	cursor: pointer;
}

.tip{
	width: 100%;
	text-align: center;
	color: #999;
	font-size: 0.14rem;
	margin-top: 0.3rem;
}