/* 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 {
  width: 100%;
  border-top: 2px solid #e8000e;
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 12;
}
.header_active{
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.header>.container{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.logo{
  padding: 17px 0;
}
.logo>a{
  width: 100%;
}
.logo img {
  width: 100%;
  max-width: 312px;
  display: block;
  height: auto;
}
.header_dianhua {
  line-height: 20px;
  color: #85c03f;
  font-family: Impact;
  font-size: 20px;
  background: url(../images/header_dianhua.png) no-repeat left center;
  padding-left: 48px;
}

/* 导航 */
nav {
  width: 52.75%;
  float: left;
}
.nav{
  width: 100%;
  float: left;
  height: 100%;
}
.nav>li{
  width: 16.6666%;
  height: 100%;
  float: left;
  position: relative;
}
.nav>li>a{
  width: 100%;
  float: left;
  height: 100%;
  overflow: hidden;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-size: 16px;
  color: #333;
}
.nav>li:hover>a,
.nav>li.nav-this>a{
  background-color: #e8000e;
  color: #fff;
}
/* 导航下拉 */
.nav-child{
  display: none;
  width: 100%;
  float: left;
  background-color: rgba(0,0,0,0.8);
  padding-top: 2px;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 9;
}
.nav-child>li{
  display: block;
  overflow: hidden;
}
.nav-child>li>a{
  display: block;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.nav-child>li>a:hover{
  background-color: #e8000e;
  color: #fff;
}

/*banner大图*/
.banner {
  width: 100%;
  position: relative;
}
.banner .banner-imgbox img {
  width: 100%;
  display: block;
  height: auto;
}
/*圆点*/
.banner .swiper-pagination {
  opacity: 0;
  position: absolute;
  right: 0;
  bottom: 15px;
  display: flex;
  justify-content: center;
}
.banner .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  float: left;
  background: #e8000e;
  opacity: 0.5;
  border-radius: 50%;
  margin: 0 3px;
}
.banner .swiper-pagination-bullet-active {
  opacity: 1;
  background: #e8000e;
}
.banner:hover .swiper-pagination {
  opacity: 1;
}
/*箭头*/
.banner .banner-prev,
.banner .banner-next {
  left: 2%;
  top: 50%;
  position: absolute;
  z-index: 9;
  transform: translateY(-50%);
  width: 30px;
  height: 60px;
  font-size: 20px;
  color: #fff;
  background-color: rgba(0,0,0,0.6);
  opacity: 0;
  outline: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.banner .banner-next{
  left: initial;
  right: 2%;
}
.banner:hover .banner-next,
.banner:hover .banner-prev {
  opacity: 1;
}
/* END */

/*首页*/
.zxlc{
  width: 100%;
  overflow: hidden;
  padding: 35px 0;
}
.zxlc_title{
  display: block;
  overflow: hidden;
  text-align: center;
}
.zxlc_p{
  line-height: 50px;
  font-size: 36px;
  color: #000;
  font-weight: bold;
}
.zxlc_p>span{color: #e8000e;}
.zxlc_p::after{
  content: "";
  width: 100%;
  display: block;
  height: 12px;
  background: url(../images/title_heng.png) no-repeat center center;
  margin-bottom: 10px;
}
.zxlc_sp{
  line-height: 20px;
  font-size: 14px;
  color: #999;
}
.zxlc_contect{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 40px 50px 0 50px;
}
.zxlc_left{
  float: left;
}
.zxlc_ul{
  display: block;
  overflow: hidden;
}
.zxlc_ul li{
  width: 150px;
  float: left;
  padding-right: 30px;
  background: url(../images/zx_jiantou.jpg) no-repeat right 42px;
}
.zxlc_ul li .zxlc_sub{
  width: 100%;
  max-width: 100px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  background: url(../images/zx_li.png) no-repeat center center;
  background-size: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-family: Impact;
  font-size: 32px;
  color: #ffaa0a;
}
.zxlc_ul li .zxlc_sub::before{
  content: "";
  display: block;
  padding-top: 100%;
}
.zxlc_ul li .zxlc_txt{
  display: block;
  overflow: hidden;
  padding-top: 22px;
  text-align: center;
  font-size: 14px;
  color: #333;
}
.zxlc_ul li .zxlc_txt>span{
  display: block;
  overflow: hidden;
  line-height: 28px;
  font-size: 18px;
  color: #000;
  font-weight: bold;
}
.zxlc_ul li:last-child{
  width: 120px;
  padding: 0;
  background: none;
}
.zxlc_right{
  width: 27.5%;
  float: right;
  display: flex;
  align-items: center;
  align-content: center;
}
.zxlc_more{
  width: 100%;
  float: left;
  text-align: center;
}
.zxlc_more>span{
  display: block;
  overflow: hidden;
  line-height: 32px;
  font-size: 20px;
  color: #333;
}
.zxlc_more>a{
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  overflow: hidden;
  height: 58px;
  line-height: 58px;
  margin-top: 20px;
  font-size: 20px;
  color: #fff;
  background-color: #2468ff;
  border-radius: 29px;
}
.zxlc_more>a>span{
  float: left;
  background: url(../images/zx_dianhua.png) no-repeat left center;
  padding-left: 44px;
}
.zxlc_more>a:hover{
  background-color: #e8000e;
}

.team{
  width: 100%;
  overflow: hidden;
  background-color: #f5f5f7;
  padding: 30px 0;
}
.team_contect{
  position: relative;
  margin-top: 40px;
}
.team-imgbox .swiper-slide{
  background-color: #fff;
  padding: 5px;
}
.team-imgbox .team_img{
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  background-color: #f5f5f7;
}
.team-imgbox .team_img::before{
  content: "";
  display: block;
  padding-top: 101.08696%;
}
.team-imgbox .team_img .team_tit{
  width: 100%;
  overflow: hidden;
  height: 55px;
  line-height: 55px;
  padding: 0 15px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  background-color: rgba(0,0,0,0.25);
  font-size: 14px;
  color: #fff;
}
.team-imgbox .team_img .team_tit>span{
  float: left;
  font-size: 20px;
  margin-right: 15px;
}
.team-imgbox .team_box{
  display: block;
  overflow: hidden;
  padding: 15px 10px;
}
.team-imgbox .team_box .team_p{
  display: block;
  overflow: hidden;
  line-height: 28px;
}
.team-imgbox .team_box .team_p>a{
  font-size: 18px;
  color: #000;
  font-weight: bold;
}
.team-imgbox .team_box .team_txt{
  display: block;
  overflow: hidden;
  height: 125px;
  line-height: 25px;
  font-size: 14px;
  color: #333;
  margin: 5px 0 25px 0;
}
.team-imgbox .team_box .team_more{
  display: block;
  overflow: hidden;
}
.team-imgbox .team_more{
  display: block;
  overflow: hidden;
}
.team-imgbox .team_more>a{
  width: 100%;
  max-width: 120px;
  float: right;
  height: 42px;
  background-color: #e8000e;
  line-height: 42px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.team-imgbox .team_more .team_more_p{
  display: block;
  overflow: hidden;
  line-height: 1;
  font-size: 14px;
  color: #333;
}
.team-imgbox .team_more .team_more_p>span{
  display: block;
  overflow: hidden;
  line-height: 1;
  font-size: 20px;
  color: #e8000e;
  margin-top: 8px;
  font-weight: bold;
}
.team-imgbox .team_img:hover img{
  transform: scale(1.2);
}
.team-imgbox .team_box .team_p>a:hover{
  color: #e8000e;
}
.team-imgbox .team_more>a:hover{
  text-decoration: underline;
}
.team-prev,
.team-next{
  left: -88px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 9;
  width: 54px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  float: left;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(145,145,145,0.75);
  font-family: SimSun;
  font-size: 30px;
  color: #333;
  font-weight: bold;
  cursor: pointer;
  outline: none;
  z-index: 9;
}
.team-next{
  left: initial;
  right: -88px;
}
.team-prev:hover,
.team-next:hover{
  background-color: #e8000e;
  color: #fff;
}

.hf{
  width: 100%;
  overflow: hidden;
  padding-top: 20px;
}
.hf>.container{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  background: url(../images/hf_bj.png) no-repeat center center;
  background-size: cover;
  height: 78px;
  border-radius: 39px;
}
.hf_dianhua{
  float: left;
  height: 100%;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  background: url(../images/hf_dianhua.png) no-repeat left center;
  padding-left: 78px;
  display: flex;
  align-items: center;
  align-content: center;
}
.hf_dianhua>span{
  float: right;
  font-family: Impact;
  font-size: 40px;
  padding-left: 20px;
}

.ys{
  width: 100%;
  overflow: hidden;
  padding: 30px 0;
}
.ys_ul{
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  padding-top: 35px;
  width: 1224px;
}
.ys_ul li{
  width: 384px;
  float: left;
  margin: 0 24px 24px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 25px 30px 30px 30px;
  overflow: hidden;
  position: relative;
}
.ys_ul li::before{
  content: "";
  width: 100%;
  height: 100%;
  float: left;
  background-color: rgba(0,0,0,0.8);
  position: absolute;
  left: 0;
  top: 0;
}
.ys_ul li .ys_p{
  display: block;
  overflow: hidden;
  line-height: 36px;
  font-size: 22px;
  text-align: center;
  color: #ffaa0a;
  position: relative;
  z-index: 2;
}
.ys_ul li .ys_txt{
  display: block;
  overflow: hidden;
  line-height: 25px;
  font-size: 16px;
  color: #fff;
  margin-top: 15px;
  position: relative;
  z-index: 2;
}
.ys_contect{
  display: block;
  overflow: hidden;
  padding: 15px 0 5px 0;
}
.ys_left{
  width: 47%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.ys_dianhua{
  float: left;
  background: url(../images/ys_dianhua.png) no-repeat left center;
  padding-left: 70px;
  line-height: 24px;
  font-size: 16px;
  color: #000;
  font-weight: bold;
}
.ys_dianhua>span{
  display: block;
  overflow: hidden;
  line-height: 38px;
  font-size: 35px;
  color: #e8000e;
  font-family: Impact;
  font-weight: normal;
}
.ys_right{
  width: 53%;
  float: left;
}
.ys_dh{
  float: left;
  line-height: 28px;
  font-weight: bold;
  font-size: 16px;
  color: #000;
}
.ys_dh>span{
  display: block;
  overflow: hidden;
  line-height: 25px;
  font-size: 25px;
  color: #e8000e;
  font-family: Impact;
  font-weight: normal;
}
.ys_dh_txt{
  display: block;
  overflow: hidden;
  padding-left: 45px;
  line-height: 30px;
  font-weight: bold;
  font-size: 16px;
  color: #000;
}
.ys_dh_txt>span{
  font-size: 25px;
  color: #e8000e;
}

.yw{
  width: 100%;
  overflow: hidden;
  background-color: #f5f5f7;
  padding: 35px 0;
}
.yw_ul{
  display: flex;
  flex-wrap: wrap;
  padding-top: 40px;
  width: 1236px;
}
.yw_ul li{
  width: 376px;
  float: left;
  margin: 0 36px 36px 0;
  background-color: #fff;
  padding: 40px 20px;
  box-shadow: 0 0 10px rgba(212,212,212,0.75);
}
.yw_ul li .yw_left{
  width: 110px;
  float: left;
}
.yw_ul li .yw_left .yw_icon{
  display: block;
  overflow: hidden;
  position: relative;
  height: 64px;
}
.yw_ul li .yw_left .yw_tit{
  display: block;
  overflow: hidden;
  height: 20px;
  line-height: 20px;
  margin-top: 30px;
  text-align: center;
  font-size: 18px;
  color: #000;
  font-weight: bold;
}
.yw_ul li .yw_right{
  width: calc(100% - 110px);
  float: left;
  padding-left: 10px;
}
.yw_ul li .yw_right .yw_nav{
  display: block;
  overflow: hidden;
}
.yw_ul li .yw_right .yw_nav>dd{
  float: left;
  font-size: 16px;
  line-height: 32px;
  margin-right: 10px;
}
.yw_ul li .yw_right .yw_nav>dd:nth-child(even){margin: 0;}
.yw_ul li .yw_right .yw_nav>dd>a{
  color: #333;
}
.yw_ul li .yw_right .yw_nav>dd>a:hover{
  color: #e8000e;
  text-decoration: underline;
}
.yw_ul li .yw_right .yw_nav>dd>a>span{
  float: left;
  font-size: 24px;
  color: #7e1014;
  font-weight: bold;
  margin-right: 5px;
}
.yw_ul li .yw_right .yw_more{
  display: block;
  overflow: hidden;
  padding: 10px 20px 0 0;
}
.yw_ul li .yw_right .yw_more>a{
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  height: 40px;
  line-height: 40px;
  background-color: #e8000e;
}
.yw_ul li .yw_right .yw_more>a>span{
  font-size: 18px;
  color: #fff;
  float: left;
  background: url(../images/yw_more.png) no-repeat left center;
  padding-left: 28px;
}
.yw_ul li .yw_right .yw_more>a:hover{
  background-color: #2468ff;
}

.hfbox{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.hfbox::before{
  content: "";
  width: 50%;
  float: left;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/hf_bj2.jpg) no-repeat center center;
  background-size: cover;
}
.hfbox::after{
  content: "";
  width: 50%;
  float: left;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #e8000e;
}
.hfbox>.container{
  position: relative;
  z-index: 2;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.hf_left{
  width: 50%;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  padding: 0 30px;
  color: #fff;
  font-size: 20px;
}
.hf_left>span{
  float: right;
  font-family: Impact;
  font-size: 35px;
}
.hf_right{
  width: 50%;
  float: left;
  display: flex;
  padding: 15px;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.hf_right>img{
  width: 100px;
  float: left;
  height: 100%;
}
.hf_right>span{
  float: left;
  background-color: #fff;
  width: 124px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-left: 18px;
}

.case{
  width: 100%;
  overflow: hidden;
  padding: 30px 0;
}
.case_nav{
  display: flex;
  overflow: hidden;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 30px;
}
.case_nav li{
  float: left;
  margin: 0 29px;
  padding-bottom: 10px;
  border-bottom: 2px solid #fff;
}
.case_nav li>a{
  display: block;
  overflow: hidden;
  line-height: 24px;
  font-size: 18px;
  color: #000;
  font-weight: bold;
}
.case_nav li:hover,
.case_nav li.case_active{
  border-bottom-color: #e8000e;
}
.case_nav li:hover>a,
.case_nav li.case_active>a{
  color: #e8000e;
}
.case_contect{
  display: block;
  overflow: hidden;
  padding-top: 40px;
}
.case_contect>div{display: none;}
.case_contect>div:first-child{display: block;}
.case_ul{
  width: calc(50% - 15px);
}
.case_ul li{
  width: 100%;
  float: left;
  margin-bottom: 5px;
  background-color: #f5f5f7;
  padding: 3px;
}
.case_ul li:nth-child(even){
  float: right;
}
.case_ul li .case_tit{
  width: 100%;
  float: left;
  height: 56px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
  flex-direction: row-reverse;
  overflow: hidden;
  padding: 0 25px 0 15px;
}
.case_ul li .case_tit>a{
  display: block;
  overflow: hidden;
  font-size: 16px;
  color: #333;
  text-overflow:ellipsis;
  white-space: nowrap;
  padding-left: 25px;
  background: url(../images/case_yuan.png) no-repeat left center;
}
.case_ul li .case_tit>a:hover{
  color: #e8000e;
  text-decoration: underline;
}
.case_ul li .case_tit .case_more{
  width: 12px;
  float: left;
  height: 12px;
  position: relative;
  cursor: pointer;
}
.case_ul li .case_tit .case_more::before{
  content: "";
  width: 100%;
  height: 2px;
  float: left;
  background-color: #bf9b6c;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.case_ul li .case_tit .case_more::after{
  content: "";
  width: 2px;
  height: 100%;
  float: left;
  background-color: #bf9b6c;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.case_ul li .case_box{
  display: none;
  overflow: hidden;
  background-color: #fff;
  padding: 20px;
}
.case_ul li .case_box .case_txt{
  display: block;
  overflow: hidden;
  line-height: 25px;
  font-size: 14px;
  color: #333;
  height: 75px;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.case_ul li.case_active .case_tit .case_more::after{display: none;}
.case_ul li.case_active .case_box{display: block;}

.cus{
  width: 100%;
  overflow: hidden;
  background: url(../images/cus_bj.jpg) no-repeat center center;
  background-size: cover;
  padding: 35px 0;
}
.cus_contect{
  display: block;
  overflow: hidden;
  background-color: #fff;
  padding: 0 25px;
  margin-top: 40px;
}
.cus_ul{
  display: block;
  overflow: hidden;
  width: 1218px;
}
.cus_ul li{
  width: 338px;
  float: left;
  margin: 25px 68px 25px 0;
}
.cus_ul li .cus_img{
  width: 55px;
  float: left;
  overflow: hidden;
  position: relative;
  border-radius: 5px;
}
.cus_ul li .cus_img::before{
  content: "";
  display: block;
  padding-top: 100%;
}
.cus_ul li .cus_R{
  display: block;
  overflow: hidden;
  padding: 5px 0 0 35px;
}
.cus_ul li .cus_R .cus_p{
  width: 100%;
  float: left;
  position: relative;
}
.cus_ul li .cus_R .cus_p>span{
  display: block;
  min-height: 60px;
  line-height: 30px;
 /* overflow: hidden;*/
  background-color: #9eea6a;
  /*text-overflow:ellipsis;
  white-space: nowrap;*/
  padding: 0 20px;
  border-radius: 10px;
  font-size: 14px;
  color: #000;
}
.cus_ul li .cus_R .cus_p::before{
  content: "";
  width:0;
  height:0;
  border-right: 16px solid #9eea6a;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  position:absolute;
  left: -12px;
  top:50%;
  margin-top:-7px;
}
.cus_ul li .cus_R .cus_txt{
  width: 100%;
  float: left;
  overflow: hidden;
  line-height: 25px;
  height: 50px;
  font-size: 14px;
  color: #333;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 10px;
}

.zxmore{
  width: 100%;
  overflow: hidden;
  padding: 25px 0;
  display: flex;
  justify-content: center;
}
.zxmore>span{
  width: 50%;
  float: left;
  max-width: 326px;
  border: 3px solid #2468ff;
  background-color: #fff;
  line-height: 58px;
  text-align: center;
  font-size: 20px;
  color: #000;
}
.zxmore>a{
  width: 50%;
  float: left;
  max-width: 326px;
  border: 3px solid #2468ff;
  background-color: #2468ff;
  line-height: 58px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.zxmore>a>span{
  float: left;
  font-size: 20px;
  color: #fff;
  background: url(../images/zx_icon.png) no-repeat left center;
  padding-left: 50px;
}
.zxmore>a:hover{
  background-color: #e8000e;
  border-color: #e8000e;
}

.work{
  width: 100%;
  overflow: hidden;
  background-color: #f5f5f7;
  padding: 35px 0;
}
.work_contect{
  display: block;
  margin-top: 40px;
  position: relative;
}
.work-imgbox .swiper-slide>a{
  width: 100%;
  float: left;
  border: 2px solid #bebebe;
  overflow: hidden;
  position: relative;
}
.work-imgbox .swiper-slide>a::before{
  content: "";
  display: block;
  padding-top: 85.96492%;
}
.work-imgbox .swiper-slide>a>img{
  transform: scale(1.2);
}
.work-imgbox .swiper-slide>a .work_txt{
  width: 100%;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background-color: rgba(0,0,0,0.3);
  font-size: 14px;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
.work-imgbox .swiper-slide>a:hover>img{
  transform: scale(1);
}
.work-prev,
.work-next{
  left: -88px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 9;
  width: 54px;
  height: 54px;
  line-height: 54px;
  text-align: center;
  float: left;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(145,145,145,0.75);
  font-family: SimSun;
  font-size: 30px;
  color: #333;
  font-weight: bold;
  cursor: pointer;
  outline: none;
  z-index: 2;
}
.work-next{
  left: initial;
  right: -88px;
}
.work-prev:hover,
.work-next:hover{
  background-color: #e8000e;
  color: #fff;
}

.gsjj{
  width: 100%;
  overflow: hidden;
  padding: 35px 0;
}
.gsjj_contect{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 35px;
}
.gsjj_img{
  width: 50%;
  float: left;
  overflow: hidden;
  position: relative;
}
.gsjj_right{
  width: 50%;
  float: left;
  padding-left: 30px;
}
.gsjj_tit{
  display: block;
  overflow: hidden;
  line-height: 30px;
  margin-top: 10px;
  font-size: 18px;
  color: #000;
  font-weight: bold;
}
.gsjj_txt{
  display: block;
  overflow: hidden;
  line-height: 25px;
  margin-top: 15px;
  font-size: 14px;
  color: #333;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
}
.gsjj_more{
  display: block;
  overflow: hidden;
  padding-top: 25px;
}
.gsjj_more>a{
  float: left;
  width: 174px;
  height: 40px;
  line-height: 40px;
  background-color: #e8000e;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.gsjj_more>a:hover{
  background-color: #2468ff;
  color: #fff;
}
/*END-首页*/

/* 底部 */
footer {
  background: #282828;
}
.footer{
  width: 100%;
  overflow: hidden;
  padding: 25px 0;
  border-bottom: 1px solid #333;
}
.footer_left{
  width: 30%;
  float: left;
}
.footer_logo{
  display: block;
  overflow: hidden;
  margin-bottom: 25px;
}
.footer_logo img{
  display: block;
  max-width: 100%;
  height: auto;
}
.footer_wx{
  width: 92px;
  float: left;
  margin-top: 10px;
}
.footer_wx img{
  width: 100%;
  display: block;
  height: auto;
}
.footer_wx span{
  display: block;
  overflow: hidden;
  line-height: 20px;
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.footer_txt{
  float: right;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
}
.footer_txt>span{
  font-size: 20px;
}

.footer_right{
  width: 57%;
  float: right;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer_B{
  float: left;
}
.footer_p{
  display: block;
  overflow: hidden;
  margin: 10px 0 25px 0;
  padding-left: 20px;
  position: relative;
  line-height: 26px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
.footer_p::before{
  content: "";
  width: 5px;
  float: left;
  height: 5px;
  background-color: #e8000e;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.footer_ul{
  display: block;
  overflow: hidden;
  padding-left: 20px;
}
.footer_ul li{
  display: block;
  overflow: hidden;
  line-height: 30px;
}
.footer_ul li a{
  color: #fff;
  font-size: 14px;
}
.footer_ul li a:hover{
  color: #fff;
  text-decoration: underline;
}

.copyright{
  width: 100%;
  overflow: hidden;
  text-align: center;
  line-height: 24px;
  padding: 10px 0;
  color: #fff;
  font-size: 14px;
}
.copyright a{
  color: #fff;
  margin: 0 5px;
}
.copyright a:hover{
  color: #fff;
  text-decoration: underline;
}
/* END-底部 */

/* 关于汇隽 */
.main{
	width: 100%;
	overflow: hidden;
	padding: 20px 0 40px 0;
  background-color: #f5f5f7;
}
.main_left{
	width: 285px;
	float: left;
}
.about{
	width: 100%;
	float: left;
  margin-bottom: 10px;
}
.about_title{
	display: block;
	overflow: hidden;
	height: 78px;
	line-height: 78px;
	text-align: center;
	background-color: #000;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
  text-transform: uppercase;
}
.about_title>span{
  font-size: 25px;
  padding-right: 10px;
}
.about_ul{
	display: block;
	overflow: hidden;
}
.about_ul>li{
	display: block;
	overflow: hidden;
  margin-top: 4px;
}
.about_ul>li>a{
	display: block;
	overflow: hidden;
	height: 50px;
	line-height: 46px;
  border: 2px solid #dfdfdf;
  padding: 0 20px;
	font-size: 16px;
	color: #333;
}
.about_ul>li>a>span{
  background: url(../images/about_li.png) no-repeat left center;
  padding-left: 20px;
  transition: initial;
}
.about_ul>li:hover>a,
.about_ul>li.about_on>a{
	background-color: #e8000e;
  border-color: #e8000e;
	color: #fff;
}
.about_ul>li:hover>a>span{
  background: url(../images/about_hover.png) no-repeat left center;
}

.about_dl{
	display: none;
	overflow: hidden;
  padding: 0 10px;
}
.about_dl>dd{
	display: block;
	overflow: hidden;
  margin-top: 4px;
}
.about_dl>dd>a{
	display: block;
	overflow: hidden;
	height: 44px;
	line-height: 40px;
  border: 2px solid #dfdfdf;
  text-align: center;
	font-size: 14px;
	color: #333;
}
.about_dl>dd>a:hover{
	background-color: #e8000e;
	color: #fff;
}
.about_B{
  display: block;
  overflow: hidden;
  border: 3px solid #dfdfdf;
  background: url(../images/about_bj.jpg) no-repeat center bottom #fff;
  padding: 16px;
  font-size: 14px;
  color: #333;
  line-height: 30px;
}
.about_B>span{font-size: 20px;}

.main_right{
	width: 895px;
	float: right;
}
.dqwz_title{
	width: 100%;
	float: left;
	line-height: 30px;
	border-bottom: 1px solid #dbdbdb;
  padding: 20px 0 10px 0;
}
.dqwz_p{
  float: left;
  font-size: 14px;
  color: #e8000e;
  font-weight: bold;
}
.dqwz_more{
  float: right;
}
.dqwz_more>a{
  font-size: 14px;
  color: #333;
}
.dqwz_more>a:hover{
  color: #e8000e;
  text-decoration: underline;
}
.dqwz_contect{
	width: 100%;
	float: left;
	padding-top: 20px;
}
.company{
	display: block;
	overflow: hidden;
	font-size: 14px;
	line-height: 30px;
	color: #333;
  background-color: #fff;
  padding: 35px;
}
/* END-关于汇隽 */

/* 业务领域 */
.cp{
  display: block;
	overflow: hidden;
  background-color: #fff;
  padding: 35px;
}
.cp_tit{
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 16px;
  color: #333;
  line-height: 1;
  font-weight: bold;
}
.cp_ul{
  display: block;
  overflow: hidden;
  padding-top: 35px;
}
.cp_ul li{
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
}
.cp_ul li .cp_p{
  display: block;
  overflow: hidden;
  line-height: 22px;
  padding-left: 25px;
  font-size: 16px;
  color: #333;
  position: relative;
}
.cp_ul li .cp_p::before{
  content: "";
  width: 8px;
  float: left;
  height: 8px;
  background-color: #e8000e;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.cp_ul li .cp_txt{
  display: block;
  overflow: hidden;
  margin-top: 15px;
  padding-left: 25px;
  font-size: 14px;
  line-height: 25px;
  color: #333;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient: vertical;
}
.cp_ul li:hover .cp_p,
.cp_ul li:hover .cp_txt{
  color: #e8000e;
}

.cpxq{
  display: block;
  overflow: hidden;
  background-color: #fff;
  padding: 35px;
}
.cpxq_p{
  display: block;
  overflow: hidden;
  text-align: center;
  line-height: 1;
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.cpxq_img{margin:20px 0px;}
.cpxq_img img{max-width: 60%;height: auto;display: block;margin:0 auto;}
.cpxq_txt{
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 14px;
  color: #333;
  padding-top: 20px;
}
/* END-业务领域 */

/* 联系我们 */
.contact_txt {
  display: block;
  overflow: hidden;
  font-size: 14px;
  color: #333;
  line-height: 30px;
}
.contact_txt>span{
  font-size: 20px;
}
.contact_map {
  width: 100%;
  overflow: hidden;
  height: 400px;
  border: none;
  margin-top: 20px;
}
/* END-联系我们 */

@media (max-width: 1220px) {
/* 头部 */
nav {
  width: 60.75%;
}
/* END-头部 */

/* 首页 */
.zxlc_contect {
  padding: 40px 20px 0 20px;
}
.zxlc_right {
  width: 22.5%;
}

.team-imgbox .team_more>a {
  max-width: 100px;
}
.team-prev,
.team-next{
  left: 0;
}
.team-next{
  left: initial;
  right: 0;
}

.ys_ul {
  width: 102%;
  margin-left: -1%;
}
.ys_ul li {
  width: 31.3333%;
  margin: 0 1% 24px 1%;
  padding: 20px;
}
.yw_ul {
  width: 102%;
  margin-left: -1%;
}
.yw_ul li {
  width: 31.3333%;
  margin: 0 1% 25px 1%;
  padding: 30px 10px;
}

.hf_left {
  padding: 0 10px;
  font-size: 16px;
}
.hf_left>span {
  font-size: 30px;
}

.case_nav li {
  margin: 0 10px;
}

.cus_ul {
  width: 102%;
  margin-left: -1%;
}
.cus_ul li {
  width: 31.3333%;
  margin: 25px 1%;
}
.cus_ul li .cus_R {
  padding: 5px 0 0 20px;
}

.work-prev,
.work-next{
  left: 0;
}
.work-next{
  left: initial;
  right: 0;
}
/* END-首页 */

/* 底部 */
.footer_left {
  width: 35%;
}
/* END-底部 */

/* 关于汇隽 */
.main_left{
	width: 24%;
}
.main_right{
	width: 74%;
}
.company{
  padding: 20px;
}
/* END-关于汇隽 */

}

@media (max-width: 991px) {
/* 导航按钮 */
.icon-menu {
  float: right;
  cursor: pointer;
  width: 50px;
  height: 35px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 11;
  background-size: 100% 100%;
}
.icon-menu>span {
  width: 100%;
  height: 5px;
  float: left;
  background-color: #e8000e;
  transition: all 0.4s;
}
.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);
}
/* 头部 */

/* 导航 */
nav {
  position: fixed;
  background-color: rgba(0,0,0,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>.container {
  width: 100%;
  max-width: 100% !important;
}
.nav{
  width: 85%;
  height: 100%;
  background-color: #fff;
}
.nav>li{
  width: 100%;
  height: 10%;
  border-bottom: 1px solid #ccc;
}
/* END-头部 */

/* 首页 */
.zxlc {
  padding: 30px 0;
}
.zxlc_contect {
  padding: 30px 0 0 0;
  justify-content: center;
}
.zxlc_right {
  width: 100%;
  margin-top: 20px;
}
.zxlc_more {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.zxlc_more>span {
  width: 50%;
  float: left;
}
.zxlc_more>a {
  max-width: 200px;
  margin: 0;
}

.team_contect {
  margin-top: 30px;
}
.hf_dianhua {
  font-size: 18px;
}
.hf_dianhua>span {
  font-size: 30px;
  padding-left: 10px;
}

.ys_ul{
  padding-top: 30px;
}
.ys_left {
  width: 40%;
}
.ys_right {
  width: 60%;
}
.ys_dh_txt {
  padding-left: 20px;
}

.yw {
  padding: 30px 0;
}
.yw_ul{
  padding-top: 30px;
}
.yw_ul li {
  width: 48%;
  margin: 0 1% 20px 1%;
  padding: 20px 10px;
}
.hf_left{
  flex-wrap: wrap;
}
.hf_left>span {
  width: 100%;
  text-align: center;
  margin-top: 10px;
}
.case_nav {
  padding-top: 20px;
}
.case_contect {
  padding-top: 30px;
}
.case_ul {
  width: calc(50% - 10px);
}
.case_ul li .case_box {
  padding: 15px;
}

.cus {
  padding: 30px 0;
}
.cus_contect {
  padding: 0 10px;
  margin-top: 20px;
}
.cus_ul li {
  width: 48%;
  margin: 15px 1%;
}

.work {
  padding: 30px 0;
}
.work_contect {
  margin-top: 30px;
}

.gsjj {
  padding: 30px 0;
}
/* END-首页 */

/* 底部 */
.footer_left {
  width: 45%;
}
.footer_right {
  width: 54%;
}
.footer_p {
  margin: 0 0 10px 0;
  padding-left: 10px;
}
/* END-底部 */

/* 关于汇隽 */
.main{
	padding: 20px 0;
}
.main_left{
	width: 36%;
}
.main_right{
	width: 62%;
}
.company{
  padding: 15px;
}
/* END-关于汇隽 */

}

@media (max-width: 767px) {
/* 导航按钮 */
.icon-menu {
  width: 30px;
  height: 21px;
	right: 10px;
}
.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: 80%;
}
.logo a {
  width: 100%;
}
/* END-头部 */

/* 首页 */
.zxlc {
  padding: 10px 0;
}
.zxlc_p {
  line-height: 30px;
  font-size: 20px;
}
.zxlc_p::after {
  margin-bottom: 5px;
}
.zxlc_contect {
  padding: 10px 0 0 0;
}
.zxlc_ul li {
  width: 20%;
  padding-right: 0;
  background: none;
}
.zxlc_ul li:last-child {
  width: 20%;
}
.zxlc_ul li .zxlc_sub {
  width: 90%;
  font-size: 20px;
}
.zxlc_ul li .zxlc_txt {
  padding-top: 5px;
  font-size: 12px;
}
.zxlc_ul li .zxlc_txt>span {
  line-height: 22px;
  font-size: 16px;
}
.zxlc_right {
  margin-top: 10px;
}
.zxlc_more{
  flex-wrap: wrap;
}
.zxlc_more>span {
  width: 100%;
  line-height: 22px;
  font-size: 16px;
}
.zxlc_more>a {
  height: 40px;
  line-height: 40px;
  margin-top: 10px;
  font-size: 16px;
  border-radius: 20px;
}

.team {
  padding: 10px 0;
}
.team_contect {
  padding: 10px 0;
}
.team-imgbox .team_img .team_tit {
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
}
.team-imgbox .team_img .team_tit>span {
  font-size: 16px;
  margin-right: 10px;
}
.team-imgbox .team_box {
  padding: 10px;
}
.team-imgbox .team_box .team_txt {
  height: 66px;
  line-height: 22px;
  margin: 5px 0;
}
.team-imgbox .team_box .team_more{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
.team-imgbox .team_more>a {
  max-width: 100%;
  margin-top: 10px;
  height: 32px;
  line-height: 32px;
}
.team-imgbox .team_more .team_more_p{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  line-height: 22px;
}
.team-imgbox .team_more .team_more_p>span {
  line-height: 22px;
  font-size: 18px;
  margin-top: 0;
}
.team-prev, .team-next {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
}

.hf {
  padding-top: 10px;
}
.hf_dianhua {
  width: 60%;
  font-size: 14px;
  flex-wrap: wrap;
}
.hf_dianhua>span {
  width: 100%;
  font-size: 20px;
  padding: 0;
}

.ys {
  padding: 10px 0;
}
.ys_ul {
  padding-top: 10px;
}
.ys_ul li {
  width: 98%;
  margin: 0 1% 10px 1%;
  padding: 10px;
}
.ys_ul li .ys_p {
  line-height: 30px;
  font-size: 18px;
}
.ys_ul li .ys_txt {
  line-height: 22px;
  font-size: 14px;
  margin-top: 5px;
}

.ys_contect {
  padding: 5px 0;
}
.ys_left {
  width: 100%;
}
.ys_dianhua>span {
  line-height: 38px;
  font-size: 30px;
}
.ys_right {
  width: 100%;
}
.ys_dh {
  width: 100%;
  text-align: center;
  line-height: 28px;
  font-weight: bold;
  font-size: 16px;
  color: #000;
}
.ys_dh_txt {
  width: 100%;
  float: left;
  text-align: center;
  padding-left: 0;
}

.yw {
  padding: 10px 0;
}
.yw_ul {
  padding-top: 10px;
}
.yw_ul li {
  width: 98%;
  margin: 0 1% 10px 1%;
  padding: 10px;
}
.yw_ul li .yw_right .yw_more {
  padding: 10px 0 0 0;
}

.hfbox::before,.hfbox::after {display: none;}
.hfbox>.container{
  max-width: 100% !important;
}
.hf_left {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  background: url(../images/hf_bj2.jpg) no-repeat center center;
  background-size: cover;
}
.hf_right {
  width: 100%;
  padding: 10px;
  background-color: #e8000e;
}

.case {
  padding: 10px 0;
}
.case_nav {
  padding-top: 10px;
}
.case_nav li {
  margin: 0 5px;
  padding-bottom: 5px;
}
.case_contect {
  padding-top: 10px;
}
.case_ul {
  width: 100%;
}
.case_ul li .case_tit {
  height: 40px;
  padding: 0 15px;
}
.case_ul li .case_box {
  padding: 10px;
}

.cus {
  padding: 10px 0;
}
.cus_contect {
  padding: 5px 10px;
  margin-top: 10px;
}
.cus_ul li {
  width: 98%;
  margin: 5px 1%;
}

.zxmore {
  padding: 10px;
}
.zxmore>span {
  line-height: 40px;
  font-size: 16px;
}
.zxmore>a {
  line-height: 40px;
}
.zxmore>a>span {
  font-size: 16px;
  padding-left: 35px;
}

.work {
  padding: 10px 0;
}
.work_contect {
  margin-top: 10px;
}
.work-imgbox .swiper-slide>a .work_txt {
  height: 38px;
  line-height: 38px;
}
.work-prev, .work-next {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
}

.gsjj {
  padding: 10px 0;
}
.gsjj_contect {
  padding-top: 10px;
}
.gsjj_img {
  width: 100%;
}
.gsjj_img::before{
  content: "";
  display: block;
  padding-top: 55%;
}
.gsjj_right {
  width: 100%;
  padding-left: 0;
}
.gsjj_txt {
  line-height: 22px;
  margin-top: 10px;
}
.gsjj_more {
  padding-top: 10px;
}
/* END-首页 */

/* 底部 */
.copyright>div{
  width: 100%;
  text-align: center;
}

/* END-底部 */

/* 关于汇隽 */
.main{
	padding: 0;
}
.main_left{
	width: 100%;
}
.about{
	margin: 0;
}
.about_title{
  width: calc(100% + 20px);
  text-align: left;
  margin-left: -10px;
  font-size: 18px;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  color: #fff;
  position: relative;
}
.about_title::after{
  content: "\f078";
  font-family: FontAwesome;
  font-size: 16px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.about_ul{display: none;}
.about_ul>li>a {
  height: 46px;
  line-height: 40px;
}
.main_right{
	width: 100%;
}
.dqwz_contect{
	padding: 10px 0;
}
.company{
  padding: 10px;
	line-height: 24px;
}
/* END-关于汇隽 */

/* 业务领域 */
.cp{
  padding: 10px;
}
.cp_ul{
  padding-top: 10px;
}
.cp_ul li{
  margin-bottom: 10px;
}
.cp_ul li .cp_p{
  padding-left: 15px;
}
.cp_ul li .cp_txt{
  margin-top: 5px;
  padding-left: 20px;
  line-height: 24px;
}

.cpxq{
  padding: 10px;
}
.cpxq_txt{
  line-height: 24px;
  padding-top: 10px;
}
/* END-业务领域 */

/* 联系我们 */
.contact_map {
  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: #e8000e;
  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: #e8000e;
  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;} 
