@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
	background: #fff;
	font-size: 0.2rem;
	color: #000;
}
p,span{
	font-size: 0.2rem;
}
* {
	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;
	display: block;
	max-width: 100%;
	width: auto;
	margin: 0 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;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
}
.flex02 {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: top;
}
.content {
	width: 16.8rem;
	margin: 0 auto;
}
.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;
}
.phone {
	display: none;
}
[v-cloak]{
	display: none;
}
@font-face {
	font-family: 'impact';
	src: url('../font/impact.ttf') format("truetype");
	font-weight: bold;
	font-style: normal;
}


/*首页*/
#indexApp .header{
	padding: 0 1.06rem;
}
.header{
	width: 100%;
	padding: 0 1.2rem;
	height: 0.86rem;
	background: #fff;
	box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.3);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
}
.logo{
	float: left;
	width: 2.1rem;
	height: 0.86rem;
}
.logo img{
	width: 100%;
	height: 100%;
}
.menu,.nav02{
	display: none;
}
#menu {
	display: none;
}
.nav{
	float: right;
	/* width: 12.22rem; */
	width: 11.25rem;
	padding-top: 0.18rem;
	height: 0.68rem;
}
.nav li{
	float: left;
	width: 1.4rem;
	text-align: center;
	line-height: 0.68rem;
	font-size: 0.2rem;
	position: relative;
	cursor: pointer;
}
.nav li:first-child{
	width: 0.74rem;
	text-align: left;
}
.nav li:first-child i{
	left: 0;
}
.nav a{
	color: #120e0e;
	display: block;
}
.nav i{
	width: 0.27rem;
	height: 0.04rem;
	background: #000;
	display: block;
	position: absolute;
	left: 0.28rem;
	top: 0.04rem;
	opacity: 0;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.nav li:hover i{
	opacity: 1;
}
.nav_on i{
	opacity: 1;
}

.subnav{
	width: 100%;
	background: rgba(27, 94, 169, 0.7);
	position: absolute;
	top: 0.68rem;
	left: 0;
	z-index: 2;
	display: none;
}
.subnav li{
	float: none;
	text-align: center;
	padding: 0;
	line-height: 0.5rem;
	font-size: 0.18rem;
}
.subnav li:first-child{
	width: 100%;
	text-align: center;
}
.subnav li:hover{
	background: #1b5ea9;
}
.subnav a{
	color: #fff;
}
#indexApp .search_box{
	right: 1.06rem;
}
.search_box {
  width: 0.33rem;
  height: 0.34rem;
  position: absolute;
  top: 0.27rem;
  right: 1.2rem;
  z-index: 1;
}
.search_box img {
	width: 100%;
  height: 100%;
  cursor: pointer;
}

.banner{
	width: 100%;
	position: relative;
}
.banner img{
	width: 100%;
}
.bn_r{
	width: 0.34rem;
	position: absolute;
	bottom: 40%;
	transform: translateY(40%);
	right: 0.92rem;
	z-index: 2;
}
.banner .swiper-pagination{
	position: static;
}
.banner .swiper-pagination-bullet{
	display: block;
	width: 0.34rem;
	height: 0.34rem;
	margin-bottom: 0.27rem;
	background: url(../images/dot_01.png) no-repeat;
	background-size: 100% 100%;
	opacity: 1;
}
.banner .swiper-pagination-bullet-active{
	background: url(../images/dot_02.png) no-repeat;
	background-size: 100% 100%;
}
.banner .swiper-num {
	width: 0.34rem;
	text-align: center;
	font-size: 0.28rem;
	color: #fff;
}
.banner .swiper-num .active {
	display: block;
	width: 100%;
	height: 0.34rem;
	line-height: 0.6rem;
	font-weight: normal;
}
.banner .swiper-num i{
	width: 1px;
	height: 0.86rem;
	display: block;
	background: #fff;
	margin: 0 auto;
}
.banner .swiper-button-prev,.banner .swiper-button-next{
	width: 0.42rem;
	height: 0.42rem;
	top: auto;
	bottom: 0.66rem;
}
.banner .swiper-button-prev{
	left: 1.5rem;
	background: url(../images/bn_prev.png) no-repeat;
	background-size: 100% 100%;
}
.banner .swiper-button-next{
	left: 2.61rem;
	background: url(../images/bn_next.png) no-repeat;
	background-size: 100% 100%;
}
.bn_text{
	width: 9.3rem;
	color: #fff;
	position: absolute;
	top: 30%;
	transform: translate(0, -30%);
	left: 1.18rem;
	z-index: 1;
}
.bn_text h1{
	font-size: 0.65rem;
	line-height: 1.2rem;
	text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
.bn_txt{
	width: 9rem;
	line-height: 0.38rem;
	font-size: 0.21rem;
	text-align: justify;
	margin-bottom: 0.5rem;
}
.bn_more{
	width: 2.12rem;
	text-align: center;
	height: 0.47rem;
	line-height: 0.47rem;
	font-size: 0.2rem;
	background: #88b928;
}
.bn_more a{
	display: block;
	color: #fff;
}

.text_list_bg{
	width: 100%;
	background: #1c5aa0;
}
.text_list{
	width: 14.3rem;
	margin: 0 auto;
}
.text_list li{
	float: left;
	height: 2.85rem;
	padding: 0.52rem 0.37rem 0 0.28rem;
	border-left: solid 1px #2e67a7;
	color: #fff;
	font-size: 0.2rem;
	line-height: 0.3rem;
	position: relative;
}
.text_list i{
	display: block;
	width: 0.08rem;
	height: 0.35rem;
	background: #d88411;
	position: absolute;
	top: 0.74rem;
	left: -1px;
}
.text_list h4{
	line-height: 0.74rem;
	font-size: 0.44rem;
}
.text_list h4 b{
	font-family: 'impact';
}
.text_list h4 span{
	font-size: 0.36rem;
}

.about_bg{
	width: 100%;
	padding-top: 1.24rem;
	background: url(../images/about_bg.jpg) no-repeat;
	background-size: cover;
	overflow: hidden;
}
.about_box{
	width: 16.6rem;
	margin: 0 auto;
	position: relative;
}
.about_left{
	width: 9.05rem;
}
.about_title{
	color: #b7b6b6;
	font-size: 0.19rem;
	text-transform: uppercase;
	line-height: 0.26rem;
	margin: 0 0 0.25rem 0.42rem;
}
.about_title h4{
	color: #000;
	font-size: 0.35rem;
	line-height: 0.44rem;
	margin-bottom: 0.12rem;
}
.about_title i{
	width: 1.44rem;
	height: 0.03rem;
	background: #1a1717;
	display: block;
	margin-left: 0.7rem;
}
.about{
	color: #2b2727;
	font-size: 0.2rem;
	line-height: 0.41rem;
	height: 3.28rem;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.about_btn{
	margin: 0.54rem 0 0.38rem 0.38rem;
}
.about_btn li{
	float: left;
	width: 2.12rem;
	height: 0.47rem;
	line-height: 0.47rem;
	border: solid 1px #858585;
	font-size: 0.2rem;
	margin-right: 0.14rem;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.about_btn i{
	float: left;
	width: 0.29rem;
	height: 0.29rem;
	margin: 0.08rem 0.05rem 0 0.47rem;
}
.about_btn img{
	width: 100%;
	height: 100%;
}
.about_btn a{
	display: block;
	color: #858585;
}
.about_btn a:hover{
	color: #fff;
}
.about_btn li:hover{
	border: none;
	background: #d88411;
}
.img02{
	display: none;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.about_btn li:hover .img01{
	display: none;
}
.about_btn li:hover .img02{
	display: block;
}
.about_video{
	width: 6.38rem;
	height: 7.9rem;
	position: absolute;
	top: -0.1rem;
	right: 0.6rem;
	z-index: 1;
}
.about_video img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.about_video video{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.icon_video{
	width: 1.16rem;
	height: 1.16rem;
	position: absolute;
	top: 3rem;
	left: 2.67rem;
	z-index: 2;
	cursor: pointer;
}
.video_bg{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .9);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	display: none;
}
.video111-a4 {
  width: 100%;
  height: 100%;
  position: relative;
  cursor: pointer;
}
.video111-a5 {
  width: 10rem;
  height: calc(10rem/16*9);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.video111-a5 video{
  width: 100% !important;
  height: 100%;
}



.video111-a4 {

  position:absolute;
  width:50px;
  height:50px;
  background:url(../images/close.png);
  background-size:100% 100%;
  right: calc(50% - 1000px / 2 - 100px );
  cursor: pointer;
  top: calc(1000px/16*2);
  cursor: pointer;
}
.about_more{
	width: 16.94rem;
	height: 1.97rem;
	background: #1c5aa0;
	color: #fff;
	font-size: 0.18rem;
	line-height: 0.3rem;
	padding: 0.61rem 0 0 0.55rem;
	text-transform: uppercase;
	margin: 0 auto;
}
.about_more h4{
	font-size: 0.32rem;
	line-height: 0.46rem;
	font-weight: normal;
}
.about_more span{
	display: inline-block;
	padding-right: 0.05rem;
}

.product_box{
	width: 100%;
	padding: 0.84rem 0 0.58rem;
	overflow: hidden;
}
.product_title{
	width: 100%;
	text-align: center;
	line-height: 0.24rem;
	color: #b8b7b7;
	font-size: 0.19rem;
	text-transform: uppercase;
	margin-bottom: 0.41rem;
}
.product_title h4{
	line-height: 0.44rem;
	color: #080404;
	font-size: 0.36rem;
}
.product_title h4 i{
	width: 2.12rem;
	height: 0.03rem;
	line-height: 0;
	background: #080404;
	display: inline-block;
	margin: 0 0.22rem 0.12rem 0.22rem;
}
.product{
	width: 16.96rem;
	margin: 0 auto;
}
.product ul{
	margin-right: -0.32rem;
}
.product li{
	float: left;
	width: 8.32rem;
	height: 3.52rem;
	overflow: hidden;
	position: relative;
	margin: 0 0.32rem 0.28rem 0;
}
.product img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.product_tm{
	width: 50%;
	height: 100%;
	padding: 0.42rem 0.72rem 0 0.46rem;
	background: rgba(0, 0, 0, 0.3);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	color: #fff;
}
.product_tm h1{
	font-size: 0.26rem;
	line-height: 0.44rem;
	font-weight: normal;
	margin-bottom: 0.17rem;
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product_txt{
	font-size: 0.19rem;
	line-height: 0.3rem;
	height: 1.5rem;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	white-space: normal;
	margin-bottom: 0.35rem;
}
.product_more{
	line-height: 0.32rem;
}
.product_more a{
	color: #fff;
}
.product_more img{
	width: 0.17rem;
	height: 0.17rem;
	line-height: 0;
	display: inline-block;
	margin-left: 0.06rem;
	vertical-align: middle;
}

.media_bg{
	width: 100%;
	height: 10.12rem;
	padding-top: 0.5rem;
	background: url(../images/media_bg.jpg) no-repeat;
	background-size: cover;
	overflow: hidden;
}
.media_bg .product_title{
	margin-bottom: 0.49rem;
}
.media_box{
	width: 16.92rem;
	height: 6.37rem;
	margin: 0 auto;
}
.media_content{
	width: 100%;
}
.media_tab{
	width: 6.57rem;
	margin: 0 auto;
}
.media_tab ul{
	margin-right: -0.12rem;
}
.media_tab li{
	float: left;
	width: 2.11rem;
	text-align: center;
	height: 0.48rem;
	line-height: 0.48rem;
	background: #fff;
	cursor: pointer;
	color: #717272;
	font-size: 0.18rem;
	margin-right: 0.12rem;
}
.media_tab .media_on{
	background: #d88411;
	color: #fff;
}
.media_left{
	float: left;
	width: 5.45rem;
	margin-right: 0.3rem;
}
.media_pic{
	width: 100%;
	height: 3.04rem;
	overflow: hidden;
}
.media_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.media_white{
	width: 100%;
	height: 2.75rem;
	padding: 0.2rem 0.3rem;
	background: #fff;
}
.media_white h1{
	color: #1f1310;
	font-size: 0.18rem;
	line-height: 0.3rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.media_white h4{
	color: #707272;
	font-size: 0.18rem;
	line-height: 0.3rem;
	font-weight: normal;
	margin: 0.11rem 0 0.14rem;
}
.media_white h4 i{
	float: left;
	width: 0.1rem;
	height: 0.1rem;
	border: solid 1px #777979;
	border-radius: 50%;
	display: block;
	margin: 0.1rem 0.08rem 0 0;
}
.media_text{
	color: #707272;
	font-size: 0.18rem;
	line-height: 0.3rem;
	height: 0.9rem;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.media_right{
	float: right;
	width: 5.42rem;
	height: 5.79rem;
	padding-top: 0.4rem;
	background: #fff;
	position: relative;
}
.media{
	width: 4.7rem;
	margin: 0 auto;
}
.media li{
	color: #707272;
	font-size: 0.18rem;
	line-height: 0.3rem;
	margin-bottom: 0.2rem;
}
.media li:last-child{
	margin: 0;
}
.media h4{
	color: #050000;
	font-size: 0.18rem;
	font-weight: normal;
}
.news_list_more{
	line-height: 0.32rem;
	position: absolute;
	right: 0.18rem;
	bottom: 0.22rem;
}
.news_list_more a{
	color: #707272;
}
.news_list_more img{
	width: 0.17rem;
	height: 0.17rem;
	line-height: 0;
	display: inline-block;
	margin-left: 0.06rem;
	vertical-align: middle;
}

.black{
	background: #182347;
}
.style_bg{
	width: 100%;
	padding: 1rem 0;
	background: url(../images/style_bg.jpg) no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
}
.style_title{
	width: 100%;
	text-align: center;
	line-height: 0.24rem;
	color: #fff;
	font-size: 0.19rem;
	text-transform: uppercase;
	margin-bottom: 0.62rem;
}
.style_title h4{
	line-height: 0.42rem;
	color: #fff;
	font-size: 0.36rem;
}
.style_title h4 i{
	width: 2.12rem;
	height: 0.03rem;
	line-height: 0;
	background: #fff;
	display: inline-block;
	margin: 0 0.22rem 0.12rem 0.22rem;
}
.style_box{
	width: 16.89rem;
	margin: 0 auto;
	position: relative;
}
.style_tab{
	width: 80%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8;
}
.style_tab li{
	float: left;
	display: inline-block;
	line-height: 0.4rem;
	padding: 0 0.12rem;
	margin-right: 0.06rem;
	cursor: pointer;
	color: #fff;
	font-size: 0.21rem;
}
.style_tab .style_active{
	border: solid 1px #fff;
}
.style_tabbox01,.style_tabbox02,.style_tabbox03,.style_tabbox04,.style_tabbox05{
	width: 100%;
	height: 9rem;
	padding-top: 0.76rem;
	position: relative;
}
.style_tabbox01 .swiper-slide,.style_tabbox02 .swiper-slide,.style_tabbox03 .swiper-slide,.style_tabbox04 .swiper-slide,.style_tabbox05 .swiper-slide{
	height: 3.8rem;
}
.style_pic{
	height: 3.8rem;
	overflow: hidden;
	position: relative;
}
.style_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.style_tm{
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.8);
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
	-webkit-transform: scale(0);
  transform: scale(0);
  transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.style_pic:hover .style_tm{
	opacity: 1;
	-webkit-transform: scale(01);
  transform: scale(1);
}
.base_pic:hover .style_tm{
	opacity: 1;
	-webkit-transform: scale(01);
  transform: scale(1);
}
.style_txt{
	width: 100%;
	text-align: center;
	color: #7daa13;
	font-size: 0.18rem;
	line-height: 0.3rem;
	font-weight: bold;
}
.style_txt h4{
	color: #333;
	font-size: 0.22rem;
	line-height: 0.34rem;
	display: block;
	font-weight: normal;
}
.style_tabbox01 .swiper-button-prev,.style_tabbox01 .swiper-button-next,
.style_tabbox02 .swiper-button-prev,.style_tabbox02 .swiper-button-next,
.style_tabbox03 .swiper-button-prev,.style_tabbox03 .swiper-button-next,
.style_tabbox04 .swiper-button-prev,.style_tabbox04 .swiper-button-next,
.style_tabbox05 .swiper-button-prev,.style_tabbox05 .swiper-button-next{
	width: 0.44rem;
	height: 0.44rem;
	border-radius: 0;
	top: 0;
	left: auto;
	z-index: 9;
	cursor: pointer;
}
.style_tabbox01 .swiper-button-prev,.style_tabbox02 .swiper-button-prev,.style_tabbox03 .swiper-button-prev,.style_tabbox04 .swiper-button-prev,.style_tabbox05 .swiper-button-prev{
	background: url(../images/style_left.png) no-repeat;
	background-size: 100% 100%;
	right: 0.54rem;
}
.style_tabbox01 .swiper-button-next,.style_tabbox02 .swiper-button-next,.style_tabbox03 .swiper-button-next,.style_tabbox04 .swiper-button-next,.style_tabbox05 .swiper-button-next{
	background: url(../images/style_right.jpg) no-repeat;
	background-size: 100% 100%;
	right: 0;
}

.foot_bg{
	width: 100%;
	padding-top: 1.2rem;
	background: url(../images/foot_bg.jpg) no-repeat center;
	background-size: cover;
	overflow: hidden;
}
.foot_bg02{
	width: 100%;
	overflow: hidden;
	padding: 1.2rem 0 0.69rem;
	background: #1e2e3a;
}
.foot_t{
	width: 17.1rem;
	margin: 0 auto 1.31rem;
}
.foot{
	float: left;
	width: 11.5rem;
}
.foot dl{
	float: left;
	line-height: 0.5rem;
	color: #fff;
	font-size: 0.21rem;
	border-right: solid 2px rgba(255, 255, 255, 0.28);
	margin-right: 0.72rem;
	box-sizing: border-box;
}
.foot dl:nth-child(1){
	width: 3.99rem;
	padding: 0.13rem 0.6rem 0.19rem 0.16rem;
}
.foot dl:nth-child(2){
	width: 4.57rem;
	padding: 0.13rem 0.85rem 0.19rem 0;
}
.foot dl:nth-child(3){
	width: 1.5rem;
	padding: 0.13rem 0 0.19rem 0;
	margin: 0;
	border: none;
}
.foot dl ul{
	float: left;
}
.foot a{
	color: #fff;
}
.foot a:hover{
	text-decoration: underline;
}
.foot_tel{
	float: left;
	width: 3.7rem;
	color: #fff;
	font-size: 0.24rem;
	line-height: 0.5rem;
	margin-top: 0.13rem;
}
.foot_tel h4{
	font-size: 0.21rem;
	font-weight: normal;
	line-height: 0.5rem;
	padding-left: 0.43rem;
}
.foot_icon{
	float: left;
	width: 0.32rem;
	height: 0.32rem;
	margin: 0.1rem 0.1rem 0 0;
}
.code{
	float: right;
	width: 1.48rem;
	height: 1.48rem;
	margin-top: 0.13rem;
}
.code img{
	width: 100%;
	height: 100%;
}
.copyright{
	width: 100%;
	text-align: center;
	line-height: 0.28rem;
	padding: 0.15rem 0;
	color: #fff;
	font-size: 0.16rem;
	background: #1c5aa0;
}


/* 产品与服务——科研与合作 */
.main_bn{
	width: 100%;
	position: relative;
	border-top: solid 0.06rem #e08700;
	margin-top: 0.86rem;
}
.main_bn img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.top{
	width: 100%;
}
.top_con{
	width: 16.8rem;
	position: relative;
	height: 0.67rem;
	margin: 0 auto;
}
.top_blue{
	width: 100%;
	height: 0.67rem;
	background: #1b5ea9;
	position: absolute;
	top: 0;
	right: 13.07rem;
}
.top_left{
	float: left;
	width: 3.73rem;
	height: 0.67rem;
	position: relative;
	z-index: 2;
}
.top_home{
	float: left;
	width: 0.98rem;
	height: 0.67rem;
	border-left: solid 0.01rem rgba(255, 255, 255, 0.5);
	border-right: solid 0.01rem rgba(255, 255, 255, 0.5);
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
}
.top_home img{
	width: 0.26rem;
	height: 0.26rem;
}
.top_tit{
	float: left;
	width: 2.75rem;
	text-align: center;
	position: relative;
}
.top_tit h1{
	width: 2.5rem;
	color: #fff;
	font-size: 0.2rem;
	font-weight: normal;
	background: url(../images/arrow.png) no-repeat 95% center;
	background-size: 0.14rem 0.07rem;
	line-height: 0.67rem;
	cursor: pointer;
}
.top_tit ul{
	width: 100%;
	background: #1b5ea9;
	position: absolute;
	top: .67rem;
	left: 0;
	z-index: 5;
	display: none;
}
.top_tit li{
	color: #fff;
	font-size: 0.2rem;
	line-height: 0.6rem;
	border-bottom: solid 0.01rem rgba(255, 255, 255, 0.5);
}
.top_tit li:last-child{
	border: none;
}
.top_tit a{
	display: block;
}
.list01{
	float: left;
	width: 12.64rem;
	text-align: center;
}
.list01 li{
	display: inline-block;
	line-height: 0.67rem;
	color: #595757;
	font-size: 0.2rem;
	margin: 0 0.19rem;
}
.list01 a:hover{
	color: #e08700;
}
.list01 .list_on a{
	color: #e08700;
}
.green{
	background: #00a73c;
	overflow: hidden;
	padding: 1.07rem 0 0.7rem;
}
.pro_con{
	width: 15rem;
	margin: 0 auto;
}
.pro_tt{
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 0.38rem;
	font-weight: bold;
	line-height: 0.62rem;
	margin-bottom: 0.52rem;
}
.pro_text{
	color: #fff;
	font-size: 0.22rem;
	line-height: 0.38rem;
	text-align: justify;
}
.pro_list{
	width: 15.88rem;
	margin: 0 auto 1.3rem;
	overflow: hidden;
}
.pro_list li:nth-child(even) .pro_pic{
	float: right;
}
.pro_list li:nth-child(even) .pro_int{
	margin: 2.02rem 0 0 0;
}
.pro_pic{
	float: left;
	width: 7.94rem;
	height: 7.07rem;
	overflow: hidden;
}
.pro_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.pro_pic:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.pro_int{
	float: left;
	width: 6.5rem;
	margin: 2.02rem 0 0 1.44rem;
}
.pro_int h1{
	color: #e08700;
	font-size: 0.52rem;
	line-height: 0.7rem;
}
.pro_int h2{
	color: #e08700;
	font-size: 0.36rem;
	line-height: 0.82rem;
}
.pro_int i{
	width: 1.42rem;
	height: 0.02rem;
	display: block;
	background: #595757;
	margin-bottom: 0.22rem;
}
.pro_int_txt{
	text-align: justify;
	color: #838181;
	font-size: 0.2rem;
	line-height: 0.42rem;
	height: 1.68rem;
	overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  white-space: normal;
}


/* 产品与服务——涂料及保温 */
.t_line{
	border-bottom: solid 0.01rem #a3bedc;
}
.list02{
	float: right;
	padding-right: 1rem;
}
.list02 ul{
	margin-right: -0.2rem;
}
.list02 li{
	float: left;
	margin-right: 0.35rem;
	color: #646262;
	font-size: 0.2rem;
	line-height: 0.67rem;
}
.list02 a:hover{
	color: #e08700;
}
.list02 .list_on a{
	color: #e08700;
}
.backhome{
	display: none;
}

.main{
	width: 16.3rem;
	margin: 0 auto;
	padding: 0.68rem 0 0.04rem;
	overflow: hidden;
}
.cailiao_bg{
	border: solid 0.01rem #d5d5d5;
}
.m88{
	margin-bottom: 0.88rem;
}
.cailiao_tt{
	background: #f4f4f4;
	border-bottom: solid 0.01rem #d5d5d5;
	padding-left: 0.48rem;
	line-height: 0.56rem;
	color: #e08700;
	font-size: 0.2rem;
	font-weight: bold;
}
.cailiao{
	padding: 0.17rem 0.47rem;
}
.cailiao ul{
	margin-right: -0.44rem;
}
.cailiao li{
	float: left;
	line-height: 0.36rem;
	margin-right: 0.44rem;
	color: #595757;
	font-size: 0.2rem;
}
.pro{
	width: 100%;
}
.pro ul{
	margin-right: -0.24rem;
}
.pro li{
	float: left;
	width: 3.89rem;
	height: 4.13rem;
	background: #f4f4f4;
	position: relative;
	margin: 0 0.24rem 1rem 0;
}
.pro img{
	width: 100%;
	height: 100%;
}
.pro_gray{
	width: 100%;
	height: 30%;
	background: #e0e1e3;
	position: absolute;
	left: 0;
	bottom: 0;
}
.pro_img01{
	width: 100%;
	height: 4.13rem;
	position: relative;
	z-index: 1;
}
.pro_fon{
	width: 100%;
	height: 100%;
	background: rgba(27, 94, 169, 0.5);
	font-size: 0.22rem;
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	z-index: 3;
	opacity: 0;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.pro li:hover .pro_fon{
	opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}


/* 产品与服务——农资产品 */
.m30{
	margin-bottom: 0.3rem;
}
.m48{
	margin-bottom: 0.48rem;
}
.cai .cailiao ul{
	margin-right: -0.6rem;
}
.cai .cailiao li{
	margin-right: 0.6rem;
}
.pro02{
	width: 100%;
}
.pro02 ul{
	margin-right: -0.24rem;
}
.pro02 li{
	float: left;
	width: 3.89rem;
	height: 4.13rem;
	background: #f4f4f4;
	position: relative;
	margin: 0 0.24rem 0.3rem 0;
}
.pro02 img{
	width: 100%;
	height: 100%;
}
.pro_img02{
	width: 3.32rem;
	height: 3.52rem;
	margin: 0.14rem auto 0;
	position: relative;
	z-index: 1;
}
.pro_txt{
	width: 95%;
	text-align: center;
	height: 0.36rem;
	line-height: 0.36rem;
	color: #666;
	font-size: 0.2rem;
	margin: 0 auto;
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
	position: relative;
	z-index: 1;
}
.page{
	width: 100%;
	text-align: center;
	line-height: 0.48rem;
	padding: 0.47rem 0 0.62rem;
	color: #000;
	font-size: 0.24rem;
}
.page span{
	color: #d68210;
	font-size: 0.3rem;
}
.page img{
	width: 0.48rem;
	height: 0.48rem;
	margin: 0 0.48rem;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}


/* 产品与服务——密封胶产品 */
.green02{
	background: #8bc53f;
	overflow: hidden;
	padding: 0.62rem 0 0.73rem;
	margin-bottom: 0.1rem;
	overflow: hidden;
}
.pro_green{
	width: 100%;
	height: 30%;
	background: #8bc53f;
	position: absolute;
	left: 0;
	bottom: 0;
}
.mfj_p{
	padding-bottom: 1.44rem;
	overflow: hidden;
}
.mfj_left{
	float: left;
	width: 7.6rem;
	padding-top: 0.32rem;
}
.mfj_left h1{
	color: #000;
	line-height: 0.82rem;
	font-size: 0.42rem;
	margin-bottom: 0.11rem;
}
.mfj_txt{
	color: #333;
	line-height: 0.38rem;
	font-size: 0.2rem;
	text-align: justify;
}
.wacker{
	width: 2.56rem;
	height: 0.62rem;
	margin: 0;
}
.mfj_pic{
	float: right;
	width: 8.06rem;
	height: 5rem;
}
.mfj_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.mfj{
	width: 16.8rem;
	text-align: center;
	margin: 0 auto;
}
.mfj li{
	display: inline-block;
	position: relative;
	padding: 0 0.4rem;
	line-height: 0.36rem;
	color: #fff;
	font-size: 0.28rem;
	font-weight: bold;
}
.mfj i{
	width: 0.02rem;
	height: 80%;
	background: #fff;
	display: block;
	position: absolute;
	top: 10%;
	right: 0;
}
.mfj li:last-child i{
	display: none;
}


/* 产品与服务——定制化生产——工厂介绍 */
.factory_bg{
	width: 100%;
	height: 6.16rem;
	background: url(../images/factory_bg.jpg) no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
	margin-bottom: 0.44rem;
}
.factory_con{
	width: 42%;
	padding-top: 1.27rem;
}
.factory_txt{
	color: #fff;
	font-size: 0.22rem;
	line-height: 0.36rem;
	text-align: justify;
}
.factory_img{
	width: 4.56rem;
	height: 1.32rem;
	margin: 0.38rem 0 0.16rem;
}
.factory_img img{
	width: 100%;
	height: 100%;
}
.factory_text{
	line-height: 0.76rem;
	background: #e08700;
	color: #fff;
	font-size: 0.36rem;
	padding: 0 0.2rem;
	display: inline-block;
}

.workshop_box{
	width: 16.8rem;
	margin: 0 auto 0.54rem;
	overflow: hidden;
}
.workshop{
	width: 8.3rem;
	background: #f4f4f4;
	padding-bottom: 0.34rem;
}
.workshop_pic{
	width: 100%;
	height: 4.66rem;
	overflow: hidden;
	position: relative;
	margin-bottom: 0.3rem;
}
.workshop_pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.workshop_pic:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.workshop_tt{
	width: 2.7rem;
	text-align: center;
	line-height: 0.5rem;
	color: #fff;
	font-size: 0.2rem;
	background: #87b828;
	position: absolute;
	left: 2.8rem;
	bottom: 0;
	z-index: 1;
}
.workshop_txt{
	width: 90%;
	line-height: 0.36rem;
	height: 1.44rem;
	color: #333;
	font-size: 0.2rem;
	text-align: justify;
	margin: 0 auto;
	overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.text_bg{
	width: 100%;
	height: 4.63rem;
	background: url(../images/text_bg.jpg) no-repeat;
	background-size: cover;
	overflow: hidden;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
}
.text{
	width: 15.6rem;
	margin: 0 auto;
}
.text li{
	line-height: 0.44rem;
	color: #fff;
	font-size: 0.2rem;
}
.text i{
	float: left;
	width: 0.16rem;
	height: 0.16rem;
	background: #fff;
	display: block;
	margin: 0.14rem 0.24rem 0 0;
}

.base_box{
	padding: 0.62rem 0 0.7rem;
	overflow: hidden;
}
.base_tab{
	width: 100%;
	text-align: center;
	margin-bottom: 0.64rem;
}
.base_tab li{
	display: inline-block;
	width: 2.15rem;
	height: 0.49rem;
	line-height: 0.49rem;
	color: #666;
	font-size: 0.22rem;
	border: solid 0.01rem #b5b5b5;
	cursor: pointer;
	margin: 0 0.25rem;
}
.base_tab .base_ton{
	border: solid 0.01rem #87b828;
	background: #87b828;
	color: #fff;
}
.base_con{
	height: 7.2rem;
}
.base{
	width: 100%;
	height: 100%;
	display: none;
}
.base:first-child{
	display: block;
}
.base .swiper-slide{
	height: 3.42rem;
	/* margin-top: 0 !important; */
}
.base_pic{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.base_pic img {
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.base_pic .swiper-slide:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}


/* 产品与服务——定制化生产——产品列表 */
.gray{
	background: #f5f5f5;
	padding: 0.56rem 0 0.9rem;
}
.cust_bg{
	width: 100%;
	background: url(../images/cust_bg.png) no-repeat center top;
	background-size: cover;
	padding-top: 1.66rem;
	overflow: hidden;
}
.cust_title{
	width: 100%;
	text-align: center;
	color: #fff;
	line-height: 0.54rem;
	font-size: 0.3rem;
	margin-bottom: 0.26rem;
}
.cust_title h1{
	font-size: 0.36rem;
	line-height: 0.66rem;
}
.cust_pic{
	float: left;
	width: 50%;
	height: 4.54rem;
	overflow: hidden;
}
.cust_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.cust_right{
	float: left;
	width: 50%;
	height: 4.54rem;
	background: #fff;
	padding-top: 0.58rem;
	overflow: hidden;
}
.cust_w{
	width: 80%;
	margin: 0 auto;
}
.cust_tit{
	margin-bottom: 0.2rem;
}
.cust_tit h1{
	color: #1b5ea9;
	font-size: 0.36rem;
	line-height: 0.78rem;
}
.cust_tit i{
	width: 1.1rem;
	height: 0.03rem;
	background: #1b5ea9;
	border-radius: 0.03rem;
	display: block;
}
.cust_list{
	width: 100%;
}
.cust_list ul{
	margin-right: -3%;
}
.cust_list li{
	float: left;
	width: 30.333%;
	margin-right: 3%;
	color: #333;
	font-size: 0.2rem;
	line-height: 0.46rem;
}
.cust_list i{
	float: left;
	width: 0.03rem;
	height: 0.03rem;
	border-radius: 50%;
	background: #333;
	display: block;
	margin: 0.22rem 0.07rem 0 0;
}
.cust_list a:hover{
	color: #1b5ea9;
}

.rjq_box{
	padding: 1rem 0 0.65rem;
	overflow: hidden;
}
.rjq_left{
	float: left;
	width: 4.98rem;
	height: 6.93rem;
	background: #1b5ea9;
	padding-top: 0.5rem;
}
.rjq_tit{
	width: 65%;
	margin: 0 auto 0.32rem;
}
.rjq_tit h1{
	color: #fff;
	font-size: 0.36rem;
	line-height: 0.7rem;
}
.rjq_tit i{
	width: 1.1rem;
	height: 0.03rem;
	background: #fff;
	border-radius: 0.03rem;
	display: block;
}
.rjq_list{
	width: 65%;
	margin: 0 auto;
}
.rjq_list li{
	color: #fff;
	font-size: 0.22rem;
	line-height: 0.44rem;
}
.rjq_list i{
	float: left;
	width: 0.03rem;
	height: 0.03rem;
	border-radius: 50%;
	background: #fff;
	display: block;
	margin: 0.22rem 0.15rem 0 0;
}
.rjq_list a:hover{
	border-bottom: solid 0.01rem #fff;
}
.rjq_pic{
	float: left;
	width: 6.18rem;
	margin-left: 0.32rem;
}
.rjq_pic li{
	height: 3.28rem;
	overflow: hidden;
	margin-bottom: 0.36rem;
}
.rjq_pic li:last-child{
	margin: 0;
}
.rjq_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.rjq_right{
	float: right;
	width: 4.98rem;
	height: 6.93rem;
	background: #e08700;
	padding-top: 0.5rem;
}

.pic{
	height: 4.54rem;
	overflow: hidden;
}
.pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.coating_p{
	padding: 0.8rem 0 0.94rem;
	overflow: hidden;
}
.coating_left{
	float: left;
	width: 5.35rem;
	background: #1b5ea9;
	padding-top: 0.4rem;
}
.h01{
	height: 5.74rem;
}
.h02{
	height: 7.75rem;
}
.putty_p{
	padding-top: 0.92rem;
	overflow: hidden;
}
.coating_p .rjq_tit,.putty_p .rjq_tit{
	margin: 0 auto 0.21rem;
}
.coating_p .rjq_tit h1,.putty_p .rjq_tit h1{
	line-height: 0.9rem;
}
.coating_center{
	float: left;
	width: 5.35rem;
	background: #e08700;
	padding-top: 0.56rem;
	margin: 0 0.37rem;
}

.paint_box{
	width: 100%;
	min-height: 4rem;
	padding-top: 1.72rem;
	position: relative;
	margin-bottom: 0.86rem;
	overflow: hidden;
}
.paint_bg{
	width: 100%;
	height: 3.98rem;
	background: url(../images/paint_bg.jpg) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.paint_c{
	position: relative;
	z-index: 2;
}
.paint_part{
	width: 7.97rem;
}
.paint_pic{
	width: 100%;
	height: 4.3rem;
	overflow: hidden;
}
.paint_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.paint_blue{
	width: 100%;
	height: 4.5rem;
	background: #1b5ea9;
	padding: 0.45rem 0.78rem;
}
.paint_blue .rjq_tit,.waterproof .rjq_tit,.oxygen .rjq_tit{
	width: 100%;
	margin-bottom: 0.21rem;
}
.paint_blue .rjq_tit h1,.waterproof .rjq_tit h1,.oxygen .rjq_tit h1{
	line-height: 0.88rem;
}
.gyq_list{
	width: 100%;
}
.gyq_list ul{
	margin-right: -3%;
}
.gyq_list li{
	float: left;
	width: 47%;
	color: #fff;
	font-size: 0.22rem;
	line-height: 0.44rem;
	margin-right: 3%;
}
.gyq_list i{
	float: left;
	width: 0.03rem;
	height: 0.03rem;
	border-radius: 50%;
	background: #fff;
	display: block;
	margin: 0.22rem 0.15rem 0 0;
}
.gyq_list a:hover{
	border-bottom: solid 0.01rem #fff;
}
.waterproof{
	float: left;
	width: 50%;
}
.oxygen{
	float: right;
	width: 46%;
}
.waterproof .rjq_list,.oxygen .rjq_list{
	width: 100%;
}


/* 产品与服务——详情 */
.show_bg{
	width: 100%;
	background: #f5f5f5;
	padding: 0.2rem 0 0.6rem;
}
.path{
	background: url(../images/home02.png) no-repeat left center;
	background-size: 0.26rem 0.26rem;
	color: #333;
	font-size: 0.2rem;
	line-height: 0.46rem;
	padding-left: 0.35rem;
	margin: 0 auto 0.2rem;
}
.white{
	background: #fff;
	min-height: 5rem;
	padding: 0.4rem;
}
.show_title{
	width: 100%;
	text-align: center;
	color: #333;
	font-size: 0.36rem;
	font-weight: bold;
	line-height: 0.8rem;
	border-bottom: solid 1px #e4e4e4;
	padding-bottom: 0.2rem;
	margin-bottom: 0.4rem;
}
.show_txt{
	width: 100%;
	color: #333;
	font-size: 0.18rem;
	line-height: 0.36rem;
}
.show_page{
	width: 100%;
	padding-top: 0.4rem;
	margin-top: 0.44rem;
	border-top: solid 1px #e4e4e4;
}
.show_page li{
	float: left;
	width: 40%;
	height: 0.42rem;
	line-height: 0.42rem;
	margin-right: 20%;
	font-size: 0.16rem;
	color: #222;
	position: relative;
	z-index: 2;
}
.show_page li:last-child{
	margin: 0;
	text-align: right;
}
.show_page a{
	color: #646464;
}
.show_page a:hover{
	text-decoration: underline;
}


/* 联系我们 */
.con_tr{
	float: right;
	width: 10.54rem;
	text-align: center;
	line-height: 0.67rem;
	color: #595857;
	font-size: 0.16rem;
}
.con_tr span{
	color: #2d67a6;
	font-size: 0.16rem;
}
.con_bg{
	width: 100%;
	background: url(../images/con_bg.jpg) no-repeat center top;
	background-size: 100%;
	padding: 1.45rem 0 1.23rem;
	overflow: hidden;
}
.con_tit{
	width: 100%;
	text-align: center;
	color: #a6a6a6;
	font-size: 0.18rem;
	line-height: 0.2rem;
	margin-bottom: 0.5rem;
	text-transform: uppercase;
}
.con_tit h1{
	color: #000;
	font-size: 0.32rem;
	line-height: 0.48rem;
}
.con_box{
	width: 16.46rem;
	margin: 0 auto 1.5rem;
}
.con_left{
	float: left;
	width: 50%;
	height: 6.98rem;
	background: #1d5b9f;
	padding: 0.74rem 0.8rem 0 0.8rem;
}
.con_right{
	float: left;
	width: 50%;
	height: 6.98rem;
	background: #fff;
	padding: 0.74rem 0.84rem;
}
.con_tt{
	color: #fff;
	font-size: 0.22rem;
	line-height: 0.52rem;
	margin-bottom: 0.45rem;
}
.con_tt i{
	width: 0.63rem;
	height: 0.02rem;
	background: #fff;
	display: block;
	border-radius: 0.03rem;
}
.con_list{
	width: 100%;
	border-bottom: solid 0.01rem #fff;
	padding-bottom: 0.27rem;
	margin-bottom: 0.28rem;
}
.con_list li{
	padding-bottom: 0.18rem;
	color: #fff;
	font-size: 0.18rem;
	line-height: 0.3rem;
}
.con_list img{
	float: left;
	width: 0.61rem;
	height: 0.61rem;
	margin-right: 0.18rem;
}
.con_list h4{
	font-size: 0.18rem;
	line-height: 0.3rem;
}
.con_txt{
	color: #fff;
	font-size: 0.18rem;
	line-height: 0.34rem;
}
.con_txt_left{
	float: left;
	width: 48%;
}
.con_txt_right{
	float: right;
	width: 48%;
}
.mess_tt{
	color: #155294;
	font-size: 0.22rem;
	line-height: 0.52rem;
	margin-bottom: 0.45rem;
}
.mess_tt i{
	width: 0.63rem;
	height: 0.02rem;
	background: #155294;
	display: block;
	border-radius: 0.03rem;
}
.mess_list{
	padding: 0.05rem 0 0.22rem;
}
.mess_list li{
	padding-bottom: 0.22rem;
}
.mess_list input{
	width: 100%;
	height: 0.6rem;
	line-height: 0.6rem;
	border: solid 0.01rem #cecdcd;
	padding: 0 0.18rem;
	color: #898888;
	font-size: 0.18rem;
}
.mess_list textarea{
	width: 100%;
	height: 1.3rem;
	line-height: 0.43rem;
	border: solid 0.01rem #cecdcd;
	padding: 0 0.18rem;
	color: #898888;
	font-size: 0.18rem;
}
.mess_btn{
	float: right;
	width: 2.74rem;
	height: 0.62rem;
	background: #d78412;
	border: none;
	color: #fff;
	font-size: 0.18rem;
	cursor: pointer;
}
.code_list{
	width: 10.08rem;
	margin: 0 auto;
}
.code_list li{
	float: left;
	width: 25%;
	text-align: center;
}
.code_list img{
	width: 1.21rem;
	height: 1.21rem;
	margin: 0 auto 0.28rem;
}
.code_list h4{
	color: #333;
	font-size: 0.2rem;
	font-weight: normal;
	line-height: 0.46rem;
}
.map{
	width: 100%;
	height: 8.7rem;
}
.map .BMap_shadow{
	display: none;
}
.map .BMap_bubble_title{
	font-size: 0.14rem;
  line-height: 0.3rem;
}
.map .BMap_bubble_content{
	font-size: 0.14rem;
}


/* 媒体中心 */
.media_top{
	width: 100%;
	background: url(../images/media_top.jpg) no-repeat center top;
	background-size: 100%;
}
.media_bot{
	width: 100%;
	min-height: 11rem;
	background: url(../images/media_bot.jpg) no-repeat center bottom;
	background-size: 100%;
	padding: 1.1rem 0 2.34rem;
	margin-bottom: -0.02rem;
}
.media_list{
	margin: 0 auto 0.16rem;
}
.media_list ul{
	margin-right: -0.36rem;
}
.media_list li{
	float: left;
	width: 5.36rem;
	background: #f5f5f5;
	padding-bottom: 0.25rem;
	margin: 0 0.36rem 0.9rem 0;
}
.media_pic{
	height: 3rem;
	margin-bottom: 0.17rem;
}
.media_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.media_con{
	width: 90%;
	margin: 0 auto;
}
.media_tt{
	color: #000;
	font-size: 0.18rem;
	font-weight: bold;
	line-height: 0.3rem;
	height: 0.6rem;
	overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal; 
	margin-bottom: 0.2rem;
}
.media_txt{
	color: #666;
	font-size: 0.18rem;
	line-height: 0.3rem;
}
.media_more{
	width: 1.8rem;
	text-align: center;
	height: 0.42rem;
	line-height: 0.42rem;
	color: #fff;
	font-size: 0.18rem;
	background: #e18800;
	margin: 0 auto;
}
.media_more a{
	display: block;
}


/* 旗下公司 */
.main_bn_txt{
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 0.32rem;
	line-height: 0.54rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	z-index: 1;
}
.main_bn_txt h1{
	line-height: 0.48rem;
	font-size: 0.32rem;
}
.main_bn_txt h2{
	line-height: 0.26rem;
	font-size: 0.18rem;
	font-family: Arial;
	text-transform: uppercase;
	font-weight: normal;
	margin-bottom: 0.18rem;
}
.com_p{
	padding: 1.32rem 0 1.39rem;
	overflow: hidden;
}
.com_list{
	width: 100%;
}
.com_list li{
	background: #f5f5f5;
	color: #595757;
	margin-bottom: 1.19rem;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.com_list li:last-child{
	margin: 0;
}
.com_list li:hover{
	background: #1b5eaa;
	color: #fff;
}
.com_list li:nth-child(even) .com_pic{
	float: left;
}
.com_pic{
	float: right;
	width: 50%;
	height: 5.21rem;
	overflow: hidden;
}
.com_pic img{
	width: 100%;
	height: 100%;
}
.com_text{
	float: left;
	width: 50%;
	padding: 0.66rem 0.68rem 0 0.68rem;
}
.com_num{
	font-size: 0.58rem;
	font-family: Arial;
	font-weight: bold;
	line-height: 0.68rem;
}
.com_tt{
	margin-bottom: 0.22rem;
}
.com_tt h1{
	font-size: 0.32rem;
	line-height: 0.84rem;
	font-weight: normal;
}
.com_tt i{
	width: 2.46rem;
	height: 0.03rem;
	border-radius: 0.03rem;
	background: #595757;
	display: block;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.com_list li:hover .com_tt i{
	background: #fff;
}
.com_txt{
	font-size: 0.2rem;
	line-height: 0.4rem;
	font-weight: lighter;
	text-align: justify;
	height: 1.6rem;
	margin-bottom: 0.22rem;
	overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.com_more{
	line-height: 0.46rem;
	font-size: 0.2rem;
}
.com_more div{
	display: inline-block;
	width: 0.31rem;
	height: 0.09rem;
	margin: 0.12rem 0 0.05rem 0.06rem;
}
.com_more div img{
	width: 100%;
	height: 100%;
}
.com_list li:hover .img01{
	display: none;
}
.com_list li:hover .img02{
	display: block;
}

.com_p02{
	padding: 0.8rem 0 1.02rem;
	overflow: hidden;
}
.com_box{
	width: 15.06rem;
	margin: 0 auto;
}
.com_left{
	float: left;
	width: 10.21rem;
}
.com_right{
	float: right;
	width: 4.23rem;
}
.com_tit{
	color: #595757;
	font-size: 0.32rem;
	font-weight: bold;
	line-height: 0.68rem;
	margin-bottom: 0.6rem;
}
.com_img{
	width: 100%;
	margin-bottom: 0.46rem;
}
.com_img img{
	width: 100%;
}
.com_fon{
	color: #595757;
	font-size: 0.2rem;
	line-height: 0.4rem;
	text-align: justify;
}
.con_title{
	color: #595757;
	font-size: 0.22rem;
	line-height: 0.71rem;
	margin-top: 0.57rem;
	padding-left: 0.37rem;
}
.con_pic{
	width: 100%;
}
.con_pic img{
	width: 100%;
}
.con_gray{
	background-color: #f5f5f5;
	padding: 0.1rem 0.24rem 0.2rem 0.24rem;
}
.con_gray h1{
	color: #595757;
	font-size: 0.2rem;
	line-height: 0.42rem;
	font-weight: normal;
	margin-bottom: 0.1rem;
}
.con_tel{
	width: 100%;
	color: #e40012;
	font-size: 0.2rem;
	line-height: 0.4rem;
	font-weight: bold;
}
.con_tel img{
	float: left;
	width: 0.4rem;
	height: 0.4rem;
	margin: 0 0.1rem 0 0;
}


/* 业务领域 */
.bus_w{
	width: 100%;
	min-height: 6rem;
	padding: 3.38rem 0 1.31rem;
	position: relative;
	overflow: hidden;
}
.bus_pic{
	width: 100%;
	height: 5.15rem;
	position: absolute;
	top: 0;
	left: 0;
}
.bus_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.bus_box{
	width: 14.7rem;
	margin: 0 auto 1.02rem;
	position: relative;
	z-index: 2;
}
.bus_img{
	float: left;
	width: 50%;
	height: 4.6rem;
	overflow: hidden;
}
.bus_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.bus_right{
	float: left;
	width: 50%;
	height: 4.6rem;
	padding: 0.5rem 0.7rem;
	color: #fff;
}
.bus_right h1{
	font-size: 0.34rem;
	line-height: 0.62rem;
}
.bus_right i{
	width: 0.62rem;
	height: 0.02rem;
	display: block;
	background: #fff;
	margin-bottom: 0.3rem;
}
.bus_txt{
	width: 100%;
	line-height: 0.4rem;
	text-align: justify;
	height: 2.8rem;
	overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.bus_blue{
	background: #1c5b9f;
}
.bus_green{
	background: #18933b;
}
.bus_list{
	width: 14.7rem;
	margin: 0 auto;
}
.bus_list ul{
	margin-right: -0.27rem;
}
.bus_list li{
	float: left;
	width: 2.72rem;
	height: 0.64rem;
	line-height: 0.64rem;
	text-align: center;
	border: solid 0.01rem #c9c9c9;
	box-sizing: border-box;
	font-size: 0.24rem;
	font-weight: bold;
	margin: 0 0.27rem 0.3rem 0;
}
.bus_list a{
	display: block;
}
.txt_blue{
	color: #1c5b9f;
}
.txt_green{
	color: #18933b;
}


/* 关于顺丰 */
.about_t .list02{
	padding: 0;
}
.about_bg02{
	width: 100%;
	background: url(../images/about_bg02.jpg) no-repeat;
	background-size: 100% 100%;
	padding: 1.26rem 0 1.11rem;
	overflow: hidden;
}
.about_pic{
	float: left;
	width: 7.46rem;
	height: 4.97rem;
	overflow: hidden;
}
.about_pic img{
	width: 100%;
	height: 100%;
}
.about_right{
	float: right;
	width: 8.72rem;
}
.about_tit{
	width: 90%;
	text-align: center;
	color: #9e9e9e;
	line-height: 0.24rem;
	font-size: 0.18rem;
	margin-bottom: 0.3rem;
}
.about_tit h1{
	color: #000;
	font-size: 0.34rem;
	line-height: 0.42rem;
}
.about_line{
	display: none;
}
.about_txt{
	width: 100%;
	padding-right: 10%;
	line-height: 0.34rem;
	height: 3.74rem;
	color: #59595a;
	font-size: 0.2rem;
	overflow-y: scroll;
	text-align: justify;
	-webkit-overflow-scrolling: touch;
	position: relative;
	z-index: 2;
}
.about_txt::-webkit-scrollbar {
	width: 0.03rem;
	height: 0.03rem;
	display: block;
}
.about_txt::-webkit-scrollbar-thumb {
	background: #1b5a9f !important;
	width: 0.03rem !important;
	height: 0.72rem !important;
	margin-right: 0;
	background-clip: padding-box;
}
.about_txt::-webkit-scrollbar-track {
	width: 0.01rem !important;
	background: #c8cad2;
}
.about_txt::-webkit-scrollbar-track-piece {
	background: #c8cad2;
}
.about_txt::-webkit-scrollbar-thumb:hover {
	background: #1b5a9f;
}



.dajian_bg{
	width: 100%;
	height: 3.27rem;
	position: relative;
	overflow: hidden;
}
.dajian_bg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.dajian_tit{
	width: 100%;
	text-align: center;
	color: #d6d4d4;
	font-size: 0.18rem;
	line-height: 0.36rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
.dajian_tit h1{
	color: #fff;
	font-size: 0.34rem;
	line-height: 0.64rem;
}
.adv_pic{
	float: left;
	width: 33%;
	height: 3.8rem;
	position: relative;
	overflow: hidden;
}
.adv_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.adv_txt{
	width: 100%;
	height: 100%;
	color: #fff;
	font-size: 0.25rem;
	line-height: 0.38rem;
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
}
.adv_center{
	float: left;
	width: 34%;
	height: 3.8rem;
	background: #d88411;
	color: #fff;
	font-size: 0.25rem;
	line-height: 0.38rem;
	font-weight: bold;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
}

.partner_gray{
	background: #f5f5f5;
	padding: 0.9rem 0 0.6rem;
	overflow: hidden;
}
.partner_gray .product_title{
	margin-bottom: 0.7rem;
}
.partner{
	width: 14.2rem;
	background: url(../images/partner_bg.png) no-repeat center 0.86rem;
	background-size: 75%;
	margin: 0 auto;
}
.partner ul{
	margin-right: -0.67rem;
}
.partner li{
	float: left;
	width: 2.3rem;
	text-align: center;
	margin: 0 0.67rem 0.22rem 0;
}
.partner img{
	width: 100%;
	height: 1.15rem;
}
.partner h4{
	color: #333;
	font-size: 0.2rem;
	line-height: 0.5rem;
	font-weight: normal;
}


/* 关于顺丰-发展历程 */
.fzlc_top{
	width: 100%;
	background: url(../images/fzlc_top.jpg) no-repeat center top;
	background-size: 100%;
	position: relative;
	overflow: hidden;
}
.fzlc_bottom{
	width: 100%;
	background: url(../images/fzlc_bottom.jpg) no-repeat center bottom;
	background-size: 100%;
	padding: 1.4rem 0 1rem;
}
.fzlc_tit{
	color: #a6a6a6;
	font-size: 0.18rem;
	line-height: 0.26rem;
	margin-bottom: 0.46rem;
}
.fzlc_tit h4{
	color: #000;
	font-size: 0.32rem;
	line-height: 0.42rem;
}
.fzlc_pic{
	float: left;
	width: 50%;
	height: 6.06rem;
}
.fzlc_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.fzlc_m{
	margin: 0 auto 0.86rem;
	overflow: hidden;
}
.fzlc{
	width: 60%;
	margin-left: 40%;
	padding: 0.12rem 0 0.2rem;
	border-left: solid 0.01rem #ccc;
}
.fzlc li{
	padding-left: 0.86rem;
	position: relative;
	color: #5f5f5f;
	line-height: 0.4rem;
	font-size: 0.22rem;
	margin-bottom: 0.35rem;
}
.fzlc li:last-child{
	margin: 0;
}
.fzlc h1{
	color: #1b5a9f;
	font-size: 0.42rem;
	font-family: 'impact';
	line-height: 0.52rem;
}
.fzlc i{
	width: 0.15rem;
	height: 0.15rem;
	border: solid 0.01rem #ccc;
	background: #fff;
	border-radius: 50%;
	display: block;
	position: absolute;
	top: 0.2rem;
	left: -0.07rem;
}
.fzlc_arrow{
	width: 0.09rem;
	height: 0.15rem;
	position: absolute;
	top: 0.2rem;
	left: 0.3rem;
}


/* 关于顺丰-企业风采 */
.fc_p{
	padding: 1.3rem 0 0.8rem;
}
.fc_box .fzlc_tit{
	text-align: center;
}
.fc_box .style_tab li{
	color: #595858;
}
.fc_box .style_tab .style_active{
	border: solid 1px #d98717;
}
.fc_box .style_tabbox01 .swiper-button-prev{
	background: url(../images/style_left02.png) no-repeat;
	background-size: 100% 100%;
	right: 0.54rem;
}
.fc_box .style_tabbox01{
	height: 9.54rem;
}
.fc_box .style_tabbox01 .swiper-pagination-bullet{
	width: 0.67rem;
	height: 0.05rem;
	border-radius: 0;
	background: #686767;
	margin: 0 0.04rem;
	opacity: 1;
}
.fc_box .style_tabbox01 .swiper-pagination-bullet-active{
	background: #1b5a9f;
}


/* 关于顺丰-企业文化 */
.culture{
	width: 100%;
}
.culture ul{
	margin-right: 2px;
}
.culture li{
	float: left;
	width: 0.7rem;
	height: 6.9rem;
	margin-right: 2px;
	cursor: pointer;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.culture_blue{
	width: 100%;
	height: 100%;
	padding: 2.4rem 0 0 0.11rem;
	color: #fff;
	font-size: 0.18rem;
	letter-spacing: 0.02rem;
	background: #1b5a9f;
	writing-mode: vertical-lr;
}
.culture_blue h1{
	font-size: 0.26rem;
	letter-spacing: 0.04rem;
	position: relative;
	padding-top: 0.2rem;
}
.culture_blue h1 i{
	width: 0.1rem;
	height: 0.1rem;
	border-radius: 50%;
	border: solid 0.03rem #fff;
	display: block;
	position: absolute;
	top: 0;
	left: 0.08rem;
}
.culture_blue h1 span{
	display: block;
}
.culture_pic{
	width: 100%;
	height: 100%;
	position: relative;
	display: none;
}
.culture_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.culture .on{
	width: 13.5rem;
}
.culture .on .culture_pic{
	display: block;
}
.culture .on .culture_blue{
	display: none;
}
.culture_con{
	width: 90%;
	position: absolute;
	top: 0.7rem;
	left: 5%;
	color: #fff;
	font-size: 0.2rem;
	line-height: 0.48rem;
}
.culture_con h1{
	font-size: 0.26rem;
	line-height: 0.36rem;
}
.culture_con h1 i{
	float: left;
	width: 0.1rem;
	height: 0.1rem;
	border-radius: 50%;
	border: solid 0.03rem #fff;
	display: block;
	margin: 0.14rem 0.06rem 0 0;
}
.culture_con h2{
	font-size: 0.18rem;
	line-height: 0.26rem;
	font-weight: normal;
}


/* 关于顺丰-荣誉资质 */
.honor_bg{
	width: 100%;
	background: url(../images/honor_bg.jpg) no-repeat center bottom #cf222a;
	background-size: 100%;
	overflow: hidden;
}
.honor_p{
	padding: 1rem 0 0.4rem;
}
.honor_title{
	color: #eeaf1a;
	font-size: 0.18rem;
	line-height: 0.26rem;
	margin-bottom: 0.44rem;
}
.honor_title h4{
	color: #eeaf1a;
	font-size: 0.32rem;
	line-height: 0.42rem;
}
.honor_text{
	width: 9.24rem;
	color: #fff;
	font-size: 0.2rem;
	line-height: 0.36rem;
	text-align: justify;
}
.honor_p02{
	padding: 0.57rem 0 0.54rem;
	overflow: hidden;
}
.honor_list{
	width: 100%;
	padding-bottom: 0.52rem;
}
.honor_list ul{
	margin-right: -2%;
}
.honor_list li{
	float: left;
	width: 31.333%;
	line-height: 0.6rem;
	height: 0.6rem;
	margin-right: 2%;
}
.honor_list i{
	width: 0.1rem;
	height: 0.1rem;
	border-radius: 50%;
	background: #ce2329;
	margin: 0.25rem 0.15rem 0 0;
	display: block;
	float: left;
}
.honor_list a{
	float: left;
	width: 92%;
	height: 0.6rem;
	color: #c51f25;
	font-size: 0.22rem;
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
	display: block;
}
.honor_more{
	width: 2.11rem;
	height: 0.49rem;
	line-height: 0.49rem;
	text-align: center;
	background: #89b928;
	color: #fff;
	font-size: 0.22rem;
	margin: 0 auto 0.76rem;
}
.honor{
	width: 100%;
}
.honor ul{
	margin-right: -1.05rem;
}
.honor li{
	float: left;
	width: 4.9rem;
	margin: 0 1.05rem 0.32rem 0;
}
.honor img{
	width: 100%;
	height: 3.32rem;
}
.honor h4{
	text-align: center;
	line-height: 1rem;
	height: 1rem;
	color: #545454;
	font-size: 0.25rem;
	font-weight: normal;
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}


/* 关于顺丰-校企合作 */
.hz_bot{
	width: 100%;
	height: 3.56rem;
	background: #e1eaf3;
	position: absolute;
	left: 0;
	bottom: 0;
}
.hz_bg{
	width: 100%;
	background: rgba(27, 90, 159, 0.13);
	padding: 1.3rem 0 0.62rem;
	margin-bottom: 2rem;
	position: relative;
	z-index: 2;
	overflow: hidden;
}
.hz_tit{
	float: left;
	width: 2.3rem;
	line-height: 0.32rem;
	color: #a6a6a6;
	font-size: 0.18rem;
	text-transform: uppercase;
	margin-left: 1.24rem;
}
.hz_tit h1{
	color: #000;
	font-size: 0.32rem;
	line-height: 0.46rem;
}
.hz_txt{
	float: right;
	width: 11rem;
	color: #000;
	font-size: 0.22rem;
	line-height: 0.4rem;
	text-align: justify;
	margin: 0.07rem 0.9rem 0 0;
}
.hz_box{
	position: relative;
	padding-bottom: 1.5rem;
	z-index: 2;
}
.hz{
	width: 14.52rem;
	margin: 0 auto;
}
.hz .swiper-slide{
	width: 50%;
}
.hz_img{
	width: 100%;
	height: 3rem;
	background: #fff;
	margin-top: 0.67rem;
}
.hz_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.6;
}
.hz_list_txt{
	width: 100%;
	text-align: center;
	line-height: 0.84rem;
	height: 0.84rem;
	color: #000;
	font-size: 0.2rem;
	font-weight: normal;
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
	display: none;
}
.hz .swiper-slide-active .hz_list_txt{
	display: block;
}
.hz .swiper-slide-active .hz_img{
	height: 4.33rem;
	margin: 0;
}
.hz .swiper-slide-active .hz_img img{
	opacity: 1;
}
.hz_box .swiper-button-prev,.hz_box .swiper-button-next{
	position: absolute;
	width: 0.42rem;
	height: 0.42rem;
	top: 35%;
	transform: translateY(-35%);
}
.hz_box .swiper-button-prev{
	background: url(../images/page_left.png) no-repeat;
	background-size: 100% 100%;
	left: 0;
}
.hz_box .swiper-button-next{
	background: url(../images/page_right.png) no-repeat;
	background-size: 100% 100%;
	right: 0;
}


/* 关于顺丰-社会责任 */
.shzr_box{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.shzr_bg{
	width: 100%;
	height: 8.91rem;
	padding-top: 0.71rem;
	background: url(../images/shzr_bg.jpg) no-repeat;
	background-size: 100% 100%;
	margin-bottom: 1.15rem;
	overflow: hidden;
}
.shzr_tit{
	width: 100%;
	text-align: center;
	line-height: 0.3rem;
	font-size: 0.18rem;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 0.44rem;
}
.shzr_tit h1{
	font-size: 0.32rem;
	line-height: 0.52rem;
}
.shzr_yellow{
	float: left;
	width: 34%;
	height: 6.94rem;
	background: rgba(255, 255, 255, 0.18);
	color: #fff;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.shzr_yellow:hover{
	background: #d88412;
}
.shzr_yellow:hover .shzr_txt{
	display: block;
}
.shzr_con{
	width: 65%;
	margin: 0 auto;
}
.shzr_tt{
	text-align: center;
	font-size: 0.34rem;
	line-height: 0.6rem;
	font-weight: bold;
	margin-bottom: 0.32rem;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.shzr_txt{
	font-size: 0.22rem;
	line-height: 0.4rem;
	text-align: justify;
	display: none;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.shzr_left{
	float: left;
	width: 33%;
	height: 6.94rem;
	background: rgba(255, 255, 255, 0.18);
	color: #fff;
	font-size: 0.32rem;
	font-weight: bold;
	line-height: 0.5rem;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.shzr_line{
	border-right: solid 0.01rem rgba(255, 255, 255, 0.18);
	box-sizing: border-box;
}
.shzr_left:hover{
	background: #d88412;
}
.shzr_yellow:hover .shzr_txt{
	display: block;
}


/* 关于顺丰-研发技术中心 */
.yanfa_bg{
	width: 100%;
	background: url(../images/about_bg02.jpg) no-repeat;
	background-size: 100% 100%;
	padding: 1.25rem 0 0.77rem;
}
.yanfa_left{
	float: left;
	width: 6.6rem;
	margin-right: 0.5rem;
}
.yanfa_left .fzlc_tit{
	margin-bottom: 0.6rem;
}
.yanfa_txt{
	font-size: 0.22rem;
	line-height: 0.4rem;
	text-align: justify;
}
.yanfa_pic{
	float: left;
	width: 4.63rem;
	text-align: center;
	margin-left: 0.2rem;
}
.yanfa_pic h4{
	font-size: 0.22rem;
	line-height: 0.74rem;
	font-weight: normal;
}
.keyan_bg{
	width: 100%;
	background: url(../images/keyan_bg.jpg) no-repeat;
	background-size: 100% 100%;
	padding: 1.21rem 0 0.93rem;
	overflow: hidden;
}
.keyan_title{
	width: 100%;
	text-align: center;
	color: #e5e5e5;
	font-size: 0.18rem;
	line-height: 0.34rem;
	margin-bottom: 0.4rem;
}
.keyan_title h1{
	font-size: 0.32rem;
	line-height: 0.6rem;
}
.keyan{
	width: 100%;
}
.keyan li{
	float: left;
	width: 33.333%;
	height: 3.94rem;
}
.keyan img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.pic_box{
	padding: 1.27rem 0 0.64rem;
	overflow: hidden;
}
.pic_list{
	width: 100%;
}
.pic_list ul{
	margin-right: -0.37rem;
}
.pic_list li{
	float: left;
	width: 5.35rem;
	height: 3.77rem;
	margin: 0 0.37rem 0.26rem 0;
}
.pic_list img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.pic_box .page{
	padding: 0.36rem 0 0 0;
}

