@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑","sans-serif","Source Sans Pro",-apple-system,BlinkMacSystemFont;
	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;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-family: "微软雅黑","sans-serif","Source Sans Pro",-apple-system,BlinkMacSystemFont;
}
table {
  border-collapse: collapse;
}
img {
	border: 0;
	display: inline-block;
	max-width: 100%;
	width: auto;
	vertical-align: top;
}
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;
}
.ov{
	overflow: hidden;
}
.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;
}
.wid14{
	width: 14.4rem;
	margin: 0 auto;
}
.wid15{
	width: 15.33rem;
	margin: 0 auto;
}
.phone {
	display: none;
}

@font-face {
	font-family: "Techna-Sans";
	src:url("../fonts/Techna-Sans-Regular.otf") format("opentype"),
		url("../fonts/Techna-Sans-Regular.ttf") format("truetype"),
		url("../fonts/Techna-Sans-Regular.woff") format("woff");
}


/*首页*/
.header{
	width: 100%;
	height: 0.77rem;
	background: #393939;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
}
.logo{
	float: left;
	width: 1.45rem;
	margin: 0.13rem 0.4rem 0 0;
}
.logo img{
	width: 100%;
}
.menu,#menu,.nav_bg{
	display: none;
}
.nav{
	float: left;
}
.nav li{
	float: left;
	padding: 0 0.25rem;
	line-height: 0.77rem;
	color: #fff;
	font-size: 0.16rem;
	position: relative;
}
.nav i{
	width: 0.12rem;
	height: 0.08rem;
	display: inline-block;
	background: url(../images/head_02.png) no-repeat;
	background-size: 100% 100%;
	margin-left: 0.08rem;
}
.nav li:nth-child(1) i{
	display: none;
}
.nav li:nth-child(4) i{
	display: none;
}
.nav li:hover .subnav{
	display: block;
}
.subnav{
	width: 100%;
	background: #fff;
	padding: 0.1rem 0;
	box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
	position: absolute;
	top: 0.77rem;
	left: 0;
	display: none;
}
.subnav li{
	float: none;
	padding: 0;
	text-align: center;
	padding: 0.05rem 0.1rem;
	color: #333;
}
.subnav a{
	display: block;
	width: 100%;
	line-height: 0.4rem;
}
.subnav a:hover{
	background: #a50d0c;
	border-radius: 0.05rem;
	color: #fff;
}
.lag{
	float: right;
	width: 0.77rem;
	line-height: 0.32rem;
	height: 0.32rem;
	color: #fff;
	font-size: 0.16rem;
	cursor: pointer;
	margin-top: 0.24rem;
	position: relative;
}
.lag i{
	width: 0.14rem;
	height: 0.09rem;
	display: inline-block;
	background: url(../images/head_03.png) no-repeat;
	background-size: 100% 100%;
	margin-left: 0.1rem;
}
.lag_list{
	width: 100%;
	background: #fff;
	border-radius: 0.1rem;
	box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
	padding: 0.1rem;
	color: #333;
	line-height: 0.3rem;
	text-align: center;
	position: absolute;
	top: 0.32rem;
	left: -0.2rem;
	display: none;
}
.lag:hover .lag_list{
	display: block;
}
.onlinestore{
	float: right;
	padding: 0.24rem 0.06rem 0 0;
}
.onlinestore h1{
	float: left;
	line-height: 0.32rem;
	color: #fff;
	font-size: 0.16rem;
	font-weight: normal;
	margin-right: 0.17rem;
}
.onlinestore ul{
	float: left;
}
.onlinestore li{
	float: left;
	width: 0.32rem;
	height: 0.32rem;
	margin-right: 0.13rem;
}
.onlinestore img{
	width: 100%;
	height: 100%;
}
.search_img{
	float: right;
	width: 0.25rem;
	height: 0.26rem;
	cursor: pointer;
	margin-top: 0.28rem;
}
.search_img img{
	width: 100%;
	height: 100%;
}
.banner{
	width: 100%;
	height: 8.48rem;
	position: relative;
	margin-top: 0.77rem;
}
.banner img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.banner .swiper-pagination{
	bottom: 0.37rem;
}
.banner .swiper-pagination-bullet{
	width: 0.09rem;
	height: 0.09rem;
	border-radius: 50%;
	background: #fff;
	opacity: 1;
	margin: 0.01rem 0.09rem !important;
}
.banner .swiper-pagination-bullet-active{
	width: 0.12rem;
	height: 0.12rem;
	margin: 0 0.09rem !important;
}
.bn_txt{
	width: 100%;
	text-align: center;
	position: absolute;
	top: 35%;
	transform: translateY(-35%);
	left: 0;
	z-index: 2;
}
.bn_txt img{
	width: 4.72rem;
	display: block;
	margin: 0 auto;
}

.grey{
	width: 100%;
	min-height: 5rem;
	background: #f3f3f3;
	overflow: hidden;
}
.product_box{
	padding: 0.65rem 0;
}
.product{
	width: 100%;
}
.product li{
	margin-bottom: 0.9rem;
}
.product_pic{
	float: left;
	width: 6.5rem;
	height: 5.6rem;
}
.product_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.product_right{
	float: left;
	width: calc(100% - 6.5rem);
	padding-left: 0.47rem;
	height: 5.6rem;
	text-align: right;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	position: relative;
}
.product_tt{
	display: inline-block;
	text-align: center;
	line-height: 0.42rem;
	color: #707070;
	font-size: 0.24rem;
}
.product_tt h1{
	color: #808080;
	font-size: 0.48rem;
	line-height: 0.62rem;
}
.product_more{
	width: 1.4rem;
	height: 0.46rem;
	line-height: 0.46rem;
	text-align: center;
	background: #858585;
	border-radius: 0.05rem;
	font-size: 0.16rem;
	color: #fff;
	overflow: hidden;
	position: absolute;
	left: 6.97rem;
	bottom: 0.32rem;
}
.product_more a{
	display: block;
	position: relative;
	z-index: 2;
}
.product_more::before {
	position: absolute;
	display: block;
	content: '';
	background: #393939;
	width: 0;
	left: 0;
	top: 0;
	height: 100%;
	z-index: 1;
	overflow: hidden;
	transition: all 0.6s;
}
.product_more:hover::before {
	width: 100%;
}
.product li:last-child{
	margin-bottom: 0;
}
.product li:nth-child(even) .product_pic{
	float: right;
}
.product li:nth-child(even) .product_right{
	float: left;
	justify-content: flex-start;
}
.product li:nth-child(even) .product_more{
	right: 0.47rem;
}

.foot_bg{
	width: 100%;
	background: #393939;
	padding-top: 0.45rem;
	overflow: hidden;
}
.f_logo{
	float: left;
	width: 1.64rem;
}
.f_tel{
	float: left;
	color: #fff;
	line-height: 0.3rem;
	font-size: 0.14rem;
	margin: 0.28rem 0 0 0.16rem;
}
.f_tel span{
	font-size: 0.3rem;
	font-family: "Techna-Sans";
}
.foot_p{
	padding: 0.45rem 0;
	overflow: hidden;
}
.f_nav{
	float: left;
	width: 5.9rem;
}
.f_nav ul{
	display: flex;
	justify-content: space-between;
}
.f_nav li{
	float: left;
	color: rgba(255, 255, 255, 0.5);
	font-size: 0.16rem;
	line-height: 0.26rem;
}
.f_nav li ul{
	padding-top: 0.15rem;
	display: block;
}
.f_nav li ul li{
	float: none;
	color: #fff;
	font-size: 0.14rem;
	margin-bottom: 0.1rem;
}
.code{
	float: right;
}
.code li{
	float: left;
	width: 1.18rem;
	text-align: center;
	margin-left: 0.32rem;
}
.code img{
	width: 100%;
	height: 1.18rem;
	margin-bottom: 0.15rem;
}
.code h1{
	color: #fff;
	font-size: 0.14rem;
	font-weight: normal;
	line-height: 0.26rem;
}
.copyright{
	border-top: solid 0.01rem rgba(255, 255, 255, 0.1);
	padding: 0.12rem 0;
	line-height: 0.24rem;
	color: rgba(255, 255, 255, 0.5);
	font-size: 0.12rem;
}
.copyright .fl{
	width: 52%;
}
.copyright .fr{
	width: 46%;
	text-align: right;
}


/* 产品中心 */
.main_bn{
	width: 100%;
	margin-top: 0.77rem;
	position: relative;
	overflow: hidden;
}
.main_bn img{
	width: 100%;
}
.bn_text{
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 0.25rem;
	line-height: 0.48rem;
	position: absolute;
	top: 40%;
	transform: translateY(-40%);
	left: 0;
	z-index: 5;
}
.bn_text h1{
	font-size: 0.48rem;
	line-height: 0.7rem;
}
.bn_text div{
	font-style:italic;
}
.pro_grey{
	background: #f5f5f7;
}
.pro_box{
	padding: 0.9rem 0 0.56rem;
	overflow: hidden;
}
.type{
	width: 100%;
	text-align: center;
	padding-bottom: 0.4rem;
}
.type li{
	display: inline-block;
	line-height: 0.46rem;
	border-radius: 0.05rem;
	background: #858585;
	color: #fff;
	font-size: 0.16rem;
	margin: 0 0.25rem 0.2rem;
}
.type a{
	display: block;
	padding: 0 0.3rem;
}
.type li.on{
	background: #a50d0c;
	color: #fff;
	font-weight: bold;
}
.type li:hover{
	background: #a50d0c;
	color: #fff;
	font-weight: bold;
}
.pro{
	width: 100%;
}
.pro ul{
	margin-right: -0.3rem;
}
.pro li{
	float: left;
	width: 4.6rem;
	height: 4.25rem;
	background: #fff;
	text-align: center;
	border-radius: 0.2rem;
	padding: 0.2rem;
	margin: 0 0.3rem 0.34rem 0;
}
.pro_pic{
	width: 100%;
	height: 2.82rem;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}
.pro_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.pro_tt{
	width: 100%;
	text-align: center;
	line-height: 0.46rem;
	height: 0.46rem;
	color: #333;
	font-size: 0.2rem;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.pro_txt{
	width: 100%;
	text-align: center;
	line-height: 0.28rem;
	height: 0.28rem;
	color: #454545;
	font-size: 0.16rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


/* 产品详情 */
.ptb{
	padding: 0.77rem 0 0.68rem;
}
.path{
	padding: 0.3rem 0;
	line-height: 0.3rem;
	color: #393939;
	font-size: 0.14rem;
}
.path em{
	color: #8a8a8a;
	font-style: normal;
	padding: 0 0.08rem;
	font-family: 宋体;
}
.path span{
	color: #a50d0c;
}
.pro_area{
	padding: 0 0.5rem;
}
.pro_bg{
	width: 100%;
	background: #fff;
	padding: 0.96rem 0 0.6rem;
	position: relative;
}
.pro_bg .swiper-button-next, .pro_bg .swiper-button-prev{
	width: 0.78rem;
	height: 0.78rem;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
	top: 50%;
	transform: translateY(-50%);
}
.pro_bg .swiper-button-next:after, .pro_bg .swiper-button-prev:after{
	font-size: 0.18rem;
	font-weight: bold;
	color: #898989;
}
.pro_bg .swiper-button-next:hover:after, .pro_bg .swiper-button-prev:hover:after{
	color: #fff;
}
.pro_bg .swiper-button-next:hover, .pro_bg .swiper-button-prev:hover{
	background: #a50d0c;
}
.pro_bg .swiper-button-next{
	right: 0.42rem;
}
.pro_bg .swiper-button-prev{
	left: 0.42rem;
}
.pro_con{
	width: 14.4rem;
	margin: 0 auto;
}
.pro_l{
	float: left;
	width: 6.27rem;
	padding-top: 0.1rem;
}
.pro_r{
	float: right;
	width: calc(100% - 6.27rem);
	padding-left: 1.04rem;
}
.pro_img{
	width: 100%;
	padding-bottom: 0.4rem;
	position: relative;
}
.pro_img .swiper-pagination{
	bottom: 0;
}
.pro_img .swiper-pagination-bullet{
	width: 0.1rem;
	height: 0.1rem;
	border-radius: 50%;
	margin: 0 0.06rem !important;
	background: #393939;
}
.pro_img .swiper-slide{
	height: 5.4rem;
}
.pro_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.pro_top{
	width: 78%;
	color: #555;
	font-size: 0.24rem;
	line-height: 0.42rem;
	border-bottom: solid 0.01rem #d9d9d9;
	padding-bottom: 0.32rem;
	margin-bottom: 0.25rem;
}
.pro_top h1{
	color: #222;
	font-size: 0.36rem;
	line-height: 0.62rem;
	margin-bottom: 0.1rem;
}
.pro_top div{
	font-weight: lighter;
}
.pro_a{
	color: #333;
	font-size: 0.18rem;
	font-weight: bold;
	line-height: 0.52rem;
}
.pro_a span{
	color: #a50d0c;
	font-size: 0.32rem;
	font-family: "Techna-Sans";
}
.pro_b{
	width: 100%;
	min-height: 2rem;
	margin-bottom: 0.42rem;
}
.pro_c{
	width: 100%;
	color: #333;
	font-size: 0.16rem;
	line-height: 0.4rem;
}
.pro_c span{
	font-weight: bold;
}
.pro_cl{
	float: left;
	width: calc(100% - 3.05rem);
	padding-right: 0.2rem;
}
.pro_cr{
	float: right;
	width: 3.05rem;
}
.pro_more{
	width: 1.4rem;
	height: 0.46rem;
	line-height: 0.46rem;
	text-align: center;
	background: #858585;
	border-radius: 0.05rem;
	font-size: 0.16rem;
	color: #fff;
	overflow: hidden;
	position: relative;
}
.pro_more a{
	display: block;
	position: relative;
	z-index: 2;
}
.pro_more::before {
	position: absolute;
	display: block;
	content: '';
	background: #393939;
	width: 0;
	left: 0;
	top: 0;
	height: 100%;
	z-index: 1;
	overflow: hidden;
	transition: all 0.6s;
}
.pro_more:hover::before {
	width: 100%;
}


/* 关于养力养 */
.clbj_bg{
	width: 100%;
	min-height: 6.26rem;
	background: url(../images/about_01.jpg) no-repeat center bottom;
	background-size: cover;
	padding: 0.68rem 0;
	overflow: hidden;
}
.title{
	width: 100%;
	text-align: center;
	line-height: 0.44rem;
	color: #454545;
	font-size: 0.2rem;
	margin-bottom: 0.47rem;
}
.title div{
	font-weight: normal;
}
.title h1{
	color: #222;
	font-size: 0.42rem;
	line-height: 0.64rem;
}
.clbj_txt{
	width: 100%;
	text-align: center;
	line-height: 0.4rem;
	font-size: 0.16rem;
	color: #222;
	margin-bottom: 0.4rem;
}
.clbj_logo{
	width: 2.94rem;
	margin: 0 auto;
}
.clbj_logo img{
	width: 100%;
}

.brand_bg{
	width: 100%;
	background: #f5f5f7;
	padding: 0.68rem 0 0.8rem;
	overflow: hidden;
}
.brand_bg .title{
	margin-bottom: 0.26rem;
}
.brand_txt{
	width: 100%;
	text-align: center;
	line-height: 0.36rem;
	font-size: 0.16rem;
	color: #222;
	margin-bottom: 0.55rem;
}
.brand .swiper-slide{
	height: 2.05rem;
	overflow: hidden;
}
.brand .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.about_box{
	padding: 0.47rem 0 1.02rem;
	overflow: hidden;
}
.about_box .title{
	margin-bottom: 0.45rem;
}
.about_pic{
	float: left;
	width: 7.18rem;
	height: 4.03rem;
	overflow: hidden;
	position: relative;
}
.about_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.video_icon{
	width: 0.63rem;
	height: 0.63rem;
	background: url(../images/about_06.png) no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
}
.video_box{
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0,0,0,.8);
	z-index: 1000;
	transition: all .5s cubic-bezier(.23,1,.32,1);
	position: fixed;
	display: none;
}
.video_box.active {
	display: block;
}
.video_con{
	width: 70%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	background: #fff;
	padding: 0.35rem 0;
	border-radius: 10px;
}
.video_con video{
	display: block;
	position: relative;
	width: 100%;
}
.video_close{
	width: 1rem;
	height: 0.35rem;
	position: absolute;
	right: 0.2rem;
	top: 0;
	line-height: 0.35rem;
	text-align: right;
	cursor: pointer;
	-webkit-transition: all .5s;
}
.about_right{
	float: right;
	width: calc(100% - 7.18rem);
	padding: 0.14rem 0 0 0.6rem;
}
.about{
	color: #222;
	font-size: 0.16rem;
	line-height: 0.4rem;
	text-align: justify;
}
.about h1{
	font-size: 0.28rem;
	line-height: 0.44rem;
	font-style: italic;
	margin-bottom: 0.17rem;
}

.jzg_left{
	float: left;
	width: calc(100% - 7.23rem);
	height: 6.37rem;
	padding: 0 1.05rem;
	display: flex;
	align-items: center;
}
.jzg_txt{
	color: #333;
	font-size: 0.22rem;
	line-height: 0.36rem;
	font-style: italic;
}
.jzg_txt h1{
	color: #222;
	font-size: 0.42rem;
	line-height: 0.58rem;
	font-style: normal;
	margin-bottom: 0.62rem;
}
.jzg_txt h2{
	color: #333;
	font-size: 0.3rem;
	line-height: 0.44rem;
	margin-bottom: 0.16rem;
}
.jzg_pic{
	float: right;
	width: 7.23rem;
	height: 6.37rem;
	overflow: hidden;
	position: relative;
}
.jzg_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.jzg_picbg{
	width: 1.22rem;
	height: 100%;
	background: url(../images/about_07s.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	left: -0.17rem;
	z-index: 2;
}

.honor_box{
	padding: 0.7rem 0;
	overflow: hidden;
}
.honor_box .title{
	margin-bottom: 0.32rem;
}
.honor_left{
	float: left;
	width: 6.4rem;
	margin-top: 0.47rem;
	position: relative;
}
.honor_left .dyn_more{
	margin: 0;
}
.honor_right{
	float: right;
	width: 5.24rem;
	height: 4.66rem;
	position: relative;
}
.honor_en{
	width: 4.5rem;
	height: 0.74rem;
	margin-bottom: 0.97rem;
}
.honor_en img{
	width: 100%;
	height: 100%;
}
.honor_line01{
	width: 17.58rem;
	height: 0.97rem;
	background: url(../images/about_09.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 0.74rem;
	right: 0;
}
.honor_txt{
	color: #333;
	font-size: 0.22rem;
	line-height: 0.38rem;
	font-style: italic;
	margin-bottom: 0.42rem;
}
.honor_rbg{
	width: 100%;
	height: 3.37rem;
	background: url(../images/about_10.png) no-repeat;
	background-size: 100% 100%;
}
.honor_pic{
	width: 3.49rem;
	height: 2.56rem;
	margin: 0 auto;
	cursor: pointer;
}
.honor_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.honor_line02{
	width: 18.92rem;
	height: 1.29rem;
	background: url(../images/about_11.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	bottom: 0;
	left: -1.85rem;
}
.honor_picbg{
	width: 100%;
	height: 2.6rem;
	background: #f5f5f7;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 0.14rem;
}
.honor_picbg .honor_pic{
	width: 2.82rem;
	height: 2.06rem;
	margin: 0;
}
.honor_text{
	width: 100%;
	text-align: center;
	color: #333;
	font-size: 0.16rem;
	font-weight: bold;
	line-height: 0.32rem;
	height: 0.32rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.img_modal{
	position: fixed;
	width: 100%;
	height: 100% !important;
	background: rgba(0, 0, 0, 0.5);
	top: 0;
	left: 0;
	z-index: 100;
	display: none;
}
.img_modal_box{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.img_modal_con{
	width: 50%;
	position: relative;
}
.img_modal_show{
	display: block;
}
.img_modal .img_modal_img{
	width: 100%;
	height: auto;
}
.img_modal .img_modal_img img{
	width: 100%;
	height: 100%;
	background: #fff;
	border: solid 1px #ddd;
}
.img_modal_header{
	display: flex;
	justify-content: flex-end;
	position: absolute;
	top: -0.6rem;
	right: 0;
}
.img_modal_header img{
	width: 0.5rem;
	height: 0.5rem;
}
.img_modal_header img:nth-last-child(1){
	width: 0.5rem;
	cursor: pointer;
}

.dyn_top{
	padding: 0.34rem 0 0.36rem;
	overflow: hidden;
}
.dyn_top .title{
	margin: 0;
}
.dyn_bg{
	width: 100%;
	background: #efefef;
	overflow: hidden;
}
.dyn_box{
	padding: 0.6rem 0 0.8rem;
	position: relative;
}
.dyn_di{
	width: 100%;
	height: 1.76rem;
	background: url(../images/about_15.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}
.dyn{
	margin-bottom: 0.5rem;
	position: relative;
	z-index: 2;
}
.dyn_pic{
	width: 100%;
	height: 2.6rem;
	overflow: hidden;
}
.dyn_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.dyn_con{
	height: 1.85rem;
	background: #fff;
	padding: 0.27rem 0.24rem;
}
.dyn_tt{
	color: #222;
	font-size: 0.18rem;
	font-weight: bold;
	line-height: 0.42rem;
	height: 0.42rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.dyn_txt{
	color: #656464;
	font-size: 0.16rem;
	line-height: 0.38rem;
	height: 0.38rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 0.16rem;
}
.dyn_time{
	color: #898989;
	font-size: 0.16rem;
	line-height: 0.34rem;
	font-family: "Techna-Sans";
}
.dyn_time span{
	font-size: 0.24rem;
	padding-right: 0.05rem;
}
.dyn_more{
	width: 1.4rem;
	height: 0.46rem;
	line-height: 0.46rem;
	text-align: center;
	background: #858585;
	border-radius: 0.05rem;
	font-size: 0.16rem;
	color: #fff;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.dyn_more a{
	display: block;
	position: relative;
	z-index: 2;
}
.dyn_more::before {
	position: absolute;
	display: block;
	content: '';
	background: #393939;
	width: 0;
	left: 0;
	top: 0;
	height: 100%;
	z-index: 1;
	overflow: hidden;
	transition: all 0.6s;
}
.dyn_more:hover::before {
	width: 100%;
}


/* 企业动态 */
.news_type_bg{
	width: 100%;
	background: #f5f5f7;
}
.news_type li{
	float: left;
	line-height: 0.67rem;
	color: #222;
	font-size: 0.16rem;
	margin-right: 0.57rem;
	position: relative;
}
.news_type i{
	width: 0.64rem;
	height: 0.04rem;
	border-radius: 0.1rem;
	background: #b10703;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 0;
}
.news_type li.active{
	color: #b10703;
	font-weight: bold;
}
.news_type li.active i{
	opacity: 1;
}
.news_box{
	padding: 0.5rem 0 0.82rem;
}
.news{
	width: 100%;
}
.news ul{
	margin-right: -0.3rem;
}
.news li{
	float: left;
	width: 4.6rem;
	margin: 0 0.3rem 0.4rem 0;
}
.news_pic{
	width: 100%;
	height: 2.6rem;
	overflow: hidden;
}
.news_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news_bot{
	width: 100%;
	height: 1.84rem;
	background: #f5f5f7;
	padding: 0.27rem 0.24rem;
}
.news_bot .tit{
	color: #222;
	font-size: 0.18rem;
	line-height: 0.4rem;
	height: 0.4rem;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news_bot .txt{
	color: #656464;
	font-size: 0.16rem;
	line-height: 0.42rem;
	height: 0.42rem;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 0.14rem;
}
.news_bot .time{
	color: #898989;
	font-size: 0.16rem;
	line-height: 0.34rem;
	height: 0.34rem;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news_bot .time span{
	font-size: 0.24rem;
	font-family: "Techna-Sans";
	padding-right: 0.05rem;
}
.page{
	width: 100%;
	text-align: center;
	padding-top: 0.1rem;
	font-family: 宋体;
	font-weight: bold;
}
.page span{
	font-family: Arial;
	font-weight: normal;
}
.page a{
	padding: 0 0.1rem;
	min-width: 0.44rem;
	line-height: 0.44rem;
	display: inline-block;
	border-radius: 0.05rem;
	background: #f5f5f7;
	color: #454545;
	font-size: 0.16rem;
	margin: 0 0.05rem;
}
.page a:hover{
	background: #b10703;
	color: #fff;
}
.page a.active{
	background: #b10703;
	color: #fff;
}


/* 新闻详情 */
.news_bg{
	width: 100%;
	background: #fff;
	min-height: 5rem;
	padding: 0.48rem 0.7rem;
}
.news_tit{
	width: 100%;
	text-align: center;
	line-height: 0.52rem;
	color: #222;
	font-size: 0.36rem;
	font-weight: bold;
	padding-bottom: 0.3rem;
	border-bottom: solid 0.01rem #e4e4e4;
}
.news_time{
	width: 100%;
	text-align: center;
	line-height: 0.26rem;
	color: #555;
	font-size: 0.16rem;
	padding: 0.22rem 0 0.4rem;
}
.news_text{
	color: #222;
	font-size: 0.16rem;
	line-height: 0.36rem;
	margin-bottom: 0.57rem;
}
.fanye_line{
	width: 100%;
	border-top: solid 0.01rem #e4e4e4;
	padding-top: 0.44rem;
	position: relative;
	display: flex;
	justify-content: space-between;
}
.fanye{
	width: 44%;
	line-height: 0.4rem;
	height: 0.4rem;
	color: #222;
	font-size: 0.16rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.fanye a{
	color: #646464;
}
.fanye a:hover{
	color: #bb0402;
	text-decoration: underline;
}
.fanye:last-child{
	text-align: right;
}
.fanye_img{
	width: 0.35rem;
	height: 0.35rem;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0.05rem;
}
.fanye_img img{
	width: 100%;
	height: 100%;
}


/* 联系我们 */
.contact_box{
	padding: 0.82rem 0 1.5rem;
}
.contact_tit{
	color: #222;
	font-size: 0.44rem;
	line-height: 0.6rem;
	margin-bottom: 0.78rem;
}
.contact_con{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 1.2rem;
}
.contact{
	color: #333;
	font-size: 0.16rem;
	line-height: 0.26rem;
	padding-left: 0.27rem;
	position: relative;
	margin-right: 0.3rem;
}
.contact i{
	width: 0.05rem;
	height: 0.46rem;
	display: block;
	background: #a50d0c;
	position: absolute;
	top: 0.05rem;
	left: 0;
}
.contact h1{
	color: #a50d0c;
	font-size: 0.18rem;
	line-height: 0.26rem;
	margin-bottom: 0.05rem;
}
.contact:first-child{
	width: 5rem;
}
.contact:nth-child(3) div{
	font-size: 0.18rem;
	font-weight: bold;
}
.contact:nth-child(4){
	margin-right: 0;
}
.contact:nth-child(4) div{
	font-size: 0.18rem;
	font-weight: bold;
}
.service_box{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.service_con{
	width: 5.4rem;
}
.service_tt{
	color: #555;
	font-size: 0.16rem;
	line-height: 0.42rem;
	margin-bottom: 0.3rem;
}
.service_tt h1{
	color: #222;
	font-size: 0.3rem;
	line-height: 0.46rem;
}
.service{
	width: 100%;
	color: #222;
	font-size: 0.18rem;
	position: relative;
	line-height: 0.34rem;
	padding-left: 0.46rem;
}
.service img{
	width: 0.31rem;
	height: 0.31rem;
	display: block;
	position: absolute;
	top: 0.02rem;
	left: 0;
}
.service span{
	font-family: "Techna-Sans";
}
.ser{
	font-size: 0.3rem;
}
.con_share{
	padding-top: 0.12rem;
}
.con_share li{
	float: left;
	width: 1.55rem;
	text-align: center;
	color: #555;
	font-size: 0.14rem;
}
.con_share li:last-child{
	width: 1.9rem;
}
.con_share h1{
	color: #555;
	font-size: 0.14rem;
	line-height: 0.26rem;
}
.con_share_pic{
	width: 1.12rem;
	height: 1.12rem;
	border: solid 0.01rem #e6e6e6;
	background: #fff;
	border-radius: 0.1rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto 0.1rem;
}
.con_share_pic img{
	width: 0.94rem;
	height: 0.94rem;
}


/* 荣誉资质 */
.honor_list{
	width: 100%;
}
.honor_list ul{
	margin-right: -2%;
}
.honor_list li{
	float: left;
	width: 23%;
	margin: 0 2% 26px 0;
}