/* Animate.css动画演示 */
@import "../swiper/animate.min.css";

/* Swiper 6.4.1 */
@import "../swiper/swiper-bundle.min.css";

/* 字体图标 */
@import "../css/font/css/font-awesome.min.css";

/* 公共样式 */
@import "../css/public.min.css";

/* 头部 */
header .container{
	max-width: 1240px;
	padding: 0 20px;
}
header>.container{
	padding: 0;
}
.header {
  width: 100%;
}
.header_active{
  position: fixed;
  left: 0;
  top: 0;
  z-index: 12;
}
.header_active>.container{
	background-color: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.header>.container{
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.logo{
  padding: 9px 0;
}
.logo>a{
  width: 180px;
}
.logo img {
  width: 100%;
  display: block;
  height: auto;
}

/* 导航 */
nav {
  width: auto !important;
}
.nav{
  width: auto;
  float: left;
  padding-top: 20px;
}
.nav>li{
  float: left;
  padding: 29px 10px 10px 10px;
  position: relative;
  line-height: 28px;
}
.nav>li>a{
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 18px;
  color: #333;
  padding: 0 15px;
}
.nav>li:hover>a,
.nav>li.nav-this>a{
  color: #048ffe;
}
.header_active .nav>li{
  padding: 29px 10px;
}
.header_active .nav>li>a{
  color: #333;
}
.header_active .nav>li:hover>a,
.header_active .nav>li.nav-this>a{
  color: #048ffe;
}

/* 导航下拉 */
.nav-child{
  display: none;
  width: 100%;
  float: left;
  background-color: rgba(4,143,254,0.7);
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 9;
  padding-top: 3px;
}
.nav-child-cp{
  width: 150%;
	left: -25%;
}
.nav-child>li{
  display: block;
  overflow: hidden;
}
.nav-child>li>a{
  display: block;
  overflow: hidden;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.nav-child>li>a:hover{
  background-color: #fff;
  color: #048ffe;
}
/* END */

/*首页*/
.index_main{
	width: 100%;
	height: calc(100% - 106px);
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}
.index_footer{
	width: 100%;
	overflow: hidden;
	text-align: center;
	line-height: 24px;
}





.cp{
  width: 100%;
  overflow: hidden;
	height: calc(100% - 24px);
	display: flex;
	flex-wrap: wrap;
/* 	align-items: center;
	align-content: center; */
	justify-content: center;
	padding: 50px 0;
}
.cp>.container{
	width: 100%;
}
.cp_title{
  display: block;
  overflow: hidden;
  /* border: 3px solid #fff; 
 background: url(../images/bj2.png) no-repeat center center;
  background-size: 100% 100%;*/
  padding: 18px 20px 14px 20px;
  text-align: center;
  line-height: 40px;
  font-size: 24px;
  color: #001b8b;
  font-family: "Adobe Heiti Std";
}
.cp_title>img{
  display: block;
  max-width: 100%;
  height: 68px;
  margin: 0 auto 10px auto;
}
.cp_contect{
  display: block;
  padding: 30px 0 0 0;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
}
.cp-imgbox{

}
.cp-imgbox .swiper-slide>a{
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}
.cp-imgbox .swiper-slide>a::before{
  content: "";
  display: block;
  padding-top: 115.10345%;
}
.cp-imgbox .swiper-slide>a:hover img{
  transform: scale(1.1);
}
.cp-prev,
.cp-next{
	left: -60px;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	z-index: 9;
	width: 40px;
	float: left;
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-family: simsun;
	font-size: 50px;
	font-weight: bold;
	color: #048ffe;
	cursor: pointer;
	outline: none;
}
.cp-next{
	left: initial;
	right: -60px;
}


.cp_ul{
  display: block;
  overflow: hidden;
  width: 1345px;
}
.cp_ul li{
  width: 290px;
  float: left;
  margin: 0 125px 35px 0;
}
.cp_ul li>a{
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}
.cp_ul li>a::before{
  content: "";
  display: block;
  padding-top: 133.10345%;
}
.cp_ul li>a:hover img{
  transform: scale(1.1);
}
/*END-首页*/

/* 底部 */
footer {
  background: #01186d;
  font-size: 12px;
  line-height: 22px;
  color: #fff;
  text-align: center;
  padding: 15px 10px;
}
footer a{
  color: #fff;
  margin: 0 5px;
}
footer a:hover{
  color: #fff;
  text-decoration: underline;
}
/* END-底部 */

/* 关于我们 */

.N_banner{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.N_banner::before{
  content: "";
  display: block;
  padding-top: 250px;
}

.main{
	width: 100%;
	overflow: hidden;
}
.main>.container{
	max-width: 1240px;
	padding: 0 20px;
	display: flex;
	flex-wrap: wrap;
	background-color: #fff;
}
.dqwz_title{
	width: 100%;
	float: left;
	line-height: 40px;
	border-bottom: 1px solid #b2b2b2;
  padding: 15px 0;
}
.dqwz_p{
  float: left;
  font-size: 20px;
  color: #333;
  font-weight: bold;
}
.dqwz_sp{
  float: left;
  font-size: 14px;
  color: #999;
  padding-left: 10px;
  text-transform: uppercase;
}
.dqwz_more{
  float: right;
}
.dqwz_more>a{
  width: 120px;
  float: left;
  height: 40px;
  line-height: 40px;
  background-color: #eb3d0c;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  font-size: 14px;
  color: #fff;
}
.dqwz_more>a>span{
  float: left;
  padding-right: 22px;
  background: url(../images/fanhui.png) no-repeat right center;
}
.dqwz_more>a:hover{
  background-color: #048ffe;
  color: #fff;
}

.dqwz_contect{
	width: 100%;
	float: left;
	padding: 35px 0;
}
.company{
	display: block;
	overflow: hidden;
	font-size: 16px;
	line-height: 30px;
	color: #333;
}
.company img{max-width: 100%;height: auto;}

.company table{width: 100%!important;}

/* END-关于我们 */

/* 产品中心 */
.xw_ul{
  display: block;
  overflow: hidden;
}
.xw_ul li{
  display: block;
  overflow: hidden;
  padding-bottom: 38px;
  border-bottom: 1px dotted #999;
  margin-bottom: 38px;
}
.xw_ul li>a{
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.xw_ul li>a .xw_left{
  width: calc(100% - 145px);
  float: left;
  display: flex;
}
.xw_ul li>a .xw_left .xw_img{
  width: 212px;
  float: left;
  border: 1px solid #f6f6f6;
  overflow: hidden;
  position: relative;
}
.xw_ul li>a .xw_B{
  width: calc(100% - 212px);
  float: left;
  padding: 0 30px;
}
.xw_ul li>a .xw_B .xw_p{
  display: block;
  overflow: hidden;
  margin-top: 26px;
  line-height: 24px;
  font-size: 18px;
  color: #333;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.xw_ul li>a .xw_B .xw_txt{
  display: block;
  overflow: hidden;
  margin-top: 20px;
  height: 90px;
  line-height: 30px;
  font-size: 14px;
  color: #999;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient: vertical;
}
.xw_ul li>a .xw_right{
  width: 145px;
  float: left;
  border-left: 1px solid #eaeaea;
  padding: 19px 0 19px 54px;
}
.xw_ul li>a .xw_right .xw_more{
  display: block;
  overflow: hidden;
  border: 1px solid #eaeaea;
  border-radius: 5px;
  padding: 15px 0;
  text-align: center;
  line-height: 22px;
  font-size: 12px;
  color: #666;
}
.xw_ul li>a .xw_right .xw_more>span{
  display: block;
  overflow: hidden;
  position: relative;
  height: 26px;
  margin-bottom: 10px;
}
.xw_ul li>a .xw_right .xw_more>span>img:first-child{opacity: 1;}
.xw_ul li>a .xw_right .xw_more>span>img:last-child{opacity: 0;}
.xw_ul li>a:hover .xw_left .xw_img img{
  transform: scale(1.1);
}
.xw_ul li>a:hover .xw_B .xw_p{
  color: #048ffe;
}
.xw_ul li>a:hover .xw_right .xw_more{
  border-color: #048ffe;
  color: #048ffe;
}
.xw_ul li>a:hover .xw_right .xw_more>span>img:first-child{opacity: 0;}
.xw_ul li>a:hover .xw_right .xw_more>span>img:last-child{opacity: 1;}

.cpxq{
  display: block;
  overflow: hidden;
}
.cpxq_p{
  display: block;
  overflow: hidden;
  line-height: 1;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.cpxq_txt{
  display: block;
  overflow: hidden;
  font-size: 16px;
  color: #333;
  line-height: 30px;
}
.cpxq_txt img{
  display: block;
  max-width: 100%;
  height: auto;
  margin: 15px auto;
}
/* END-产品中心 */

/* 产品2 */
.main_left{
  width: 270px;
  float: left;
}
.about_tit{
  display: block;
  overflow: hidden;
  height: 68px;
  line-height: 68px;
  background-color: #333;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.about_ul{
  display: block;
  overflow: hidden;
}
.about_ul>li{
  display: block;
  overflow: hidden;
  margin-top: 6px;
}
.about_ul>li>a{
  display: block;
  overflow: hidden;
  padding: 0 25px;
  background-color: #e8e8e8;
}
.about_ul>li>a>span{
  display: block;
  overflow: hidden;
  height: 48px;
  line-height: 48px;
  padding-left: 25px;
  position: relative;
  font-size: 16px;
  color: #0b0c0f;
}
.about_ul>li>a>span::before{
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid #b7b7b7;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  transition: all 0.4s;
}
.about_ul>li:hover>a,
.about_ul>li.about_on>a{
  background-color: #048ffe;
}
.about_ul>li:hover>a>span,
.about_ul>li.about_on>a>span{
  color: #fff;
}
.about_ul>li:hover>a>span::before,
.about_ul>li.about_on>a>span::before{
  border-left-color: #fff;
}
.about_dl{
  display: none;
  overflow: hidden;
  background-color: #f4f4f4;
  padding: 5px;
}
.about_dl>dd{
  display: block;
  overflow: hidden;
  padding: 5px;
}
.about_dl>dd>a{
  display: block;
  line-height: 30px;
	padding: 0 15px;
  font-size: 14px;
  color: #7a7a7a;
}
.about_dl>dd>a:hover{
  color: #048ffe;
}

.main_right{
  width: 890px;
  float: right;
}
.pro_ul{
  display: block;
  overflow: hidden;
  width: 912px;
}
.pro_ul li{
  width: 206px;
  float: left;
  margin: 0 22px 28px 0;
}
.pro_ul li .pro_img{
  width: 100%;
  overflow: hidden;
  position: relative;
  border: 1px solid #e8e8e8;
}
.pro_ul li .pro_img::before{
  content: "";
  display: block;
  padding-top: 85.4369%;
}
.pro_ul li .pro_txt{
  display: block;
  overflow: hidden;
  height: 36px;
  line-height: 35px;
  border: 1px solid #e8e8e8;
  border-top: none;
  text-align: center;
  padding: 0 10px;
  font-size: 14px;
  color: #333;
}
.pro_ul li:hover .pro_img img{
  transform: scale(1.1);
}
.pro_ul li:hover .pro_txt{
  border-color: #048ffe;
  background-color: #048ffe;
  color: #fff;
}
/* END-产品2 */

/* 新闻资讯 */
.about_xw{
  float: left;
  padding-left: 20px;
}
.about_xw>li{
  float: left;
  margin-right: 10px;
}
.about_xw>li>a{
  display: block;
  overflow: hidden;
  width: 120px;
  height: 40px;
  background-color: #909090;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.about_xw>li:hover>a,
.about_xw>li.about_xw_on>a{
  background-color: #048ffe;
  color: #fff;
}
/* END-新闻资讯 */

/* 联系我们 */
.contact_txt {
  width: 40%;
  float: left;
  font-size: 16px;
  color: #333;
  line-height: 30px;
}
.contact_map {
  width: 58%;
  float: right;
  overflow: hidden;
  height: 400px;
  border: none;
}
/* END-联系我们 */

@media (max-width: 1220px) {
/* 首页 */
.cp {
  padding: 60px 0;
}
.cp_contect {
  padding: 30px 50px 0 50px;
}
.cp_ul {
  width: 106%;
  margin-left: -3%;
}
.cp_ul li {
  width: 27.3333%;
  margin: 0 3% 35px 3%;
}
/* END-首页 */

/* 关于我们 */
.dqwz_title {
  padding: 20px 0;
}
.dqwz_contect {
  padding: 20px 0;
}
/* END-关于我们 */

/* 产品2 */
.main_left{
  width: 24%;
}
.main_right{
  width: 74%;
}
.pro_ul{
  width: 102%;
  margin-left: -1%;
}
.pro_ul li{
  width: 23%;
  margin: 0 1% 20px 1%;
}
/* END-产品2 */

}

@media (max-width: 991px) {
header .container {
	padding: 0 10px;
}
header>.container {
    padding: 0;
}
.main>.container {
	padding: 0 10px;
}
/* 导航按钮 */
.icon-menu {
  float: right;
  cursor: pointer;
  width: 50px;
  height: 35px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 11;
  background-size: 100% 100%;
}
.icon-menu>span {
  width: 100%;
  height: 5px;
  float: left;
  background-color: #fff;
  transition: all 0.4s;
}
.icon-menu-active>span{
  background-color: #fff;
}
.icon-menu-active>span:nth-child(2){
  opacity: 0;
}
.icon-menu-active>span:nth-child(1){
  -webkit-transform: translateY(15px) rotate(-45deg);
  -ms-transform: translateY(15px) rotate(-45deg);
  transform: translateY(15px) rotate(-45deg);
}
.icon-menu-active>span:nth-child(3){
  -webkit-transform: translateY(-15px) rotate(45deg);
  -ms-transform: translateY(-15px) rotate(45deg);
  transform: translateY(-15px) rotate(45deg);
}
.header_active .icon-menu>span{
  background-color: #048ffe;
}
.header_active .icon-menu-active>span{
  background-color: #fff;
}

/* 头部 */
.header {
  position: relative;
}
.header_active{
  position: fixed;
}

/* 导航 */
nav {
  width: 100% !important;
  position: fixed;
  background-color: rgba(4,143,254,0.8);
  width: 100%;
  height: 100%;
  left: -100%;
  top: 0;
  z-index: 10;
	opacity: 0;
  display: flex;
  justify-content: flex-start;
  transition: all 0.4s;
}
.nav-actived{
  left: 0;
	opacity: 1;
}
.nav{
  width: 85%;
  height: 100%;
  background-color: #fff;
  padding: 0;
}
.nav>li{
  width: 100%;
  height: 10%;
  border-bottom: 1px solid #ccc;
  padding: 0;
}
.nav>li>a{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  overflow: hidden;
  color: #000;
  padding: 0;
}
.nav>li:hover>a,
.nav>li.nav-this>a {
  background-color: #048ffe;
  color: #fff;
}
.header_active .nav>li:hover>a,
.header_active .nav>li.nav-this>a {
  background-color: #048ffe;
  color: #fff;
}
.header_active .nav>li {
	padding: 0;
}

.N_banner::before {
  padding-top: 220px;
}
/* END-头部 */

/* 首页 */
.cp {
  padding: 30px 0;
}
.cp_ul {
  width: 102%;
  margin-left: -1%;
}
.cp_ul li {
  width: 31.3333%;
  margin: 0 1% 20px 1%;
}
/* END-首页 */

/* 产品2 */
.main_left{
  width: 29%;
}
.main_right{
  width: 69%;
}
.pro_ul li{
  width: 31.3333%;
  margin: 0 1% 15px 1%;
}
/* END-产品2 */

/* 新闻资讯 */
.about_xw{
  padding-left: 15px;
}
.about_xw>li>a{
  width: 110px;
}
/* END-新闻资讯 */

}

@media (max-width: 767px) {
.company table td{width: 100%!important;float: left;}
/* 导航按钮 */
.icon-menu {
  width: 30px;
  height: 21px;
	right: 20px;
}
.icon-menu span {
  height: 3px;
}
.icon-menu-active>span:nth-child(1){
  -webkit-transform: translateY(9px) rotate(-45deg);
  -ms-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg);
}
.icon-menu-active>span:nth-child(3){
  -webkit-transform: translateY(-9px) rotate(45deg);
  -ms-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg);
}

/* 头部 */
.logo{
  width: 35%;
}
.logo a {
  width: 100%;
}
/* END-头部 */

/* 首页 */
.cp {
  padding: 10px 0;
	align-items: center;
	align-content: center;
}
.cp_title {
  padding: 10px;
  line-height: 24px;
  font-size: 16px;
}
.cp_title>img {
  /* height: 40px; */
  margin: 0 auto 10px auto;
}
.cp_contect {
  padding: 10px 0 0 0;
}
.cp_ul li {
  width: 48%;
  margin: 0 1% 10px 1%;
}
/* END-首页 */

/* 底部 */
footer {
  padding: 10px;
}
/* END-底部 */

/* 关于我们 */
.N_banner::before {
  padding-top: 120px;
}
.dqwz_title{
  padding: 0;
  border: none;
  line-height: initial;
}
.about_title{
  width: calc(100% + 20px);
  text-align: center;
  margin-left: -10px;
  font-size: 18px;
  background-color: #048ffe;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  color: #fff;
  position: relative;
}
.about_title1{
  text-align: left;
}
.about_title1::after{
  content: "\f078";
  font-family: FontAwesome;
  font-size: 16px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.dqwz_contect{
	padding: 10px 0;
}
.company{
  font-size: 14px;
	line-height: 24px;
}
/* END-关于我们 */

/* 产品中心 */
.xw_ul li{
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.xw_ul li>a .xw_left{
  width: 100%;
}
.xw_ul li>a .xw_left .xw_img{
  width: 140px;
}
.xw_ul li>a .xw_B{
  width: calc(100% - 140px);
  padding: 0 0 0 10px;
}
.xw_ul li>a .xw_B .xw_p{
  margin-top: 5px;
  font-size: 16px;
}
.xw_ul li>a .xw_B .xw_txt{
  margin-top: 5px;
  height: 60px;
  line-height: 20px;
}

.cpxq_p{
  font-size: 16px;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.cpxq_txt{
  font-size: 14px;
  line-height: 24px;
}
.cpxq_txt img{
  margin: 5px auto;
}
/* END-产品中心 */

/* 产品2 */
.main-cp .dqwz_contect{
  padding: 0;
}
.main_left{
  width: 100%;
}
.about_tit {
  display: none;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}
.about_ul{display: none;}
.about_ul>li {
  margin-top: 2px;
}
.about_ul>li>a {
  padding: 0 15px;
}
.about_ul>li>a>span {
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  font-size: 14px;
}
.main_right{
  width: 100%;
}
.pro_ul{
  padding: 10px 0;
}
.pro_ul li{
  width: 48%;
  margin: 0 1% 10px 1%;
}
/* END-产品2 */

/* 新闻资讯 */
.about_xw{
  display: none;
  width: 100%;
  padding: 0;
}
.about_xw>li{
  width: 100%;
  margin: 2px 0 0 0;
}
.about_xw>li>a{
  width: 100%;
  height: 38px;
  line-height: 38px;
}
/* END-新闻资讯 */

/* 联系我们 */
.contact_txt{
  width: 100%;
  line-height: 24px;
  font-size: 14px;
}
.contact_map {
  width: 100%;
  height: 300px;
  margin-top: 10px;
}
/* END-联系我们 */

}

/* 手机底部组件 */
.root_kong {
  width: 100%;
  height: 56px;
  float: left;
  /*background-color: #fff;*/
	height: calc(56px +  constant(safe-area-inset-bottom));
	height: calc(56px +  env(safe-area-inset-bottom));
	padding-bottom: constant(safe-area-inset-bottom);
	padding-bottom: env(safe-area-inset-bottom);
}
.root {
  width: 100%;
  height: 54px;
  background-color: #048ffe;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9;
	height: calc(54px +  constant(safe-area-inset-bottom));
	height: calc(54px +  env(safe-area-inset-bottom));
	padding-bottom: constant(safe-area-inset-bottom);
	padding-bottom: env(safe-area-inset-bottom);
}
.root>li{
  width: 25%;
  float: left;
  border-right: 1px solid #fff;
}
.root>li:last-child{border: none;}
.root>li>a {
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  padding: 6px 0;
}
.root>li>a>div {
  width: 100%;
  float: left;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  text-align: center;
}
.root>li>a>div:first-child {
  font-size: 22px;
  margin-bottom: 6px;
}
.root>li>a:hover {
  background-color: #048ffe;
  color: #fff;
}
/* 电话 */
.root_bj {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0,0,0,0.6);
  z-index: 8;
}
.root_phone {
  display: none;
  width: 100%;
  background-color: #f5f5f5;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 9;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.root_phone>a,
.root_phone>.root_off {
  display: block;
  background-color: #fff;
  line-height: 44px;
  color:#333;
  text-align: center;
  border-bottom: 1px solid #ddd;
  font-size:15px;
}
.root_phone .root_off {
  margin-top: 6px;
  border-top: 1px solid #ddd;
}
.root_phone .root_off:hover,
.root_phone a:hover {
  background:#ddd;
}
/* 微信号 */
.wecht-box{
  display: none;
  width: 100%;
  float: left;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
.wecht-box .wecht{
  width: 100%;
  float: left;
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.wecht-box .wecht .wecht_title{
  display: block;
  overflow: hidden;
  line-height: 20px;
  font-size: 14px;
  color: #333;
}
.wecht-box .wecht .wecht_title>span{
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 18px;
  font-weight: bold;
}
.wecht-box .wecht>img{
  display: block;
  max-width: 150px;
  margin: 10px auto;
  overflow: hidden;
}
.wecht-box .wecht .wecht_txt{
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 24px;
  color: #333;
  line-height: 18px;
}
.wecht-box .wecht .wecht_txt>span{
  font-family: Impact;
  font-size: 16px;
}
.wecht-box .wecht .wecht_off{
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #fff;
  position: absolute;
  left:50%;
  bottom:-38px;
  border: 1px solid #fff;
  transform:translateX(-50%);
  border-radius: 50%;
  display:flex;
  justify-content: center;
  align-items: center
}
/* END-手机底部组件 */

.jlfanye{ width:100%;margin:0 auto; text-align: center; }
.jlfanye a{ padding:5px 6px;  border: solid 1px #dedede; float:none; display: inline-block; min-width:8px; margin:8px 2px; color:#999;}
.jlfanye a:hover{ color:#c41313;} 