/* Animate.css动画演示 */
@import "../css/animate.min.css";

/* Swiper 6.4.1 */
@import "../swiper/swiper-bundle.min.css";

/* 字体图标 */
@import "../css/iconfont.min.css";

/* 公共样式 */
@import "../css/public.min.css";
.container{
  max-width: 1400px;
}

/* 头部 */
.header {
  width: 100%;
  padding: 6px 0;
  background: url(../images/header_bj.jpg) repeat-x left top;
  background-size: auto 100%;
}
.logo > a{
  width: 750px;
}
.logo img {
  width: 100%;
  display: block;
  height: auto;
}
.header_dianhua {
  line-height: 36px;
  color: #ba0101;
  font-size: 36px;
  margin-top: 10px;
  text-align: right;
  font-weight: bold;
}
.header_dianhua>span{
  float: right;
  line-height: 30px;
  margin-bottom: 5px;
  font-weight: initial;
  font-size: 18px;
  color: #282828;
  background: url(../images/header_dianhua.png) no-repeat left center;
  padding-left: 32px;
}

/* 导航 */
nav {
  background: #01254d;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999999;
}
.layui-nav{
  width: 82%;
  float: left;
  background-color: initial;
  padding: 0;
  border-radius: initial;
  -webkit-border-radius: initial;
  -moz-border-radius: initial;
  -ms-border-radius: initial;
  -o-border-radius: initial;
}
.layui-nav .layui-nav-item{
    width: 14.285%;
    line-height: 50px;
}
.layui-nav .layui-nav-item > a{
    padding: 0;
    text-align: center;
    font-size: 16px;
    color: #fff;
    position: relative;
    z-index: 1001;
}
.layui-nav .layui-nav-more{
    display: none;
}
.layui-nav .layui-this:after,
.layui-nav-bar,
.layui-nav-tree .layui-nav-itemed:after {
  height: 100%;
  background-color: #d40101;
}
.layui-nav .layui-nav-item a:hover,
.layui-nav .layui-this a{
  color: #fff;
}
.layui-nav .layui-nav-item:hover > a{
  color: #fff;
}

/* 导航下拉 */
.layui-nav-child{
  top: 100%;
  padding: 2px 0;
  border: none;
  line-height: 40px;
  background-color: rgba(1,37,77,0.8);
  border-radius: initial;
  -webkit-border-radius: initial;
  -moz-border-radius: initial;
  -ms-border-radius: initial;
  -o-border-radius: initial;
}
.layui-nav .layui-nav-child dd a{
  font-size: 14px;
  color: #fff;
  padding: 0;
  text-align: center;
}
.layui-nav .layui-nav-child dd a:hover{
  background-color: #d40101;
  color: #fff;
}

.search_form{
  width: 18%;
  padding-left: 10px;
  max-width: 200px;
  float: right;
  padding-top: 10px;
  border-bottom: 1px solid #fff;
}
.search_inp1{
  width: calc(100% - 24px);
  float: left;
  height: 28px;
  line-height: 28px;
  padding: 0 10px;
  color: #fff;
  font-size: 14px;
  font-family: "Microsoft YaHei";
  background: none;
}
.search_inp1::-webkit-input-placeholder{
  color: #fff;
}
.search_inp1:-moz-placeholder{
  color: #fff;
}
.search_btn{
  width: 24px;
  float: left;
  height: 28px;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  background: url(../images/search_ss.png) no-repeat center center;
}

/*banner大图*/
.banner {
  width: 100%;
  position: relative;
}
.banner-imgbox .swiper-slide img {
  width: 100%;
}
/*圆点*/
.banner-imgbox .swiper-pagination {
  bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.banner-imgbox .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #d40101;
  opacity: 0.5;
  border-radius: 50%;
}
.banner-imgbox>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px;
}
.banner-imgbox .swiper-pagination-bullet-active {
  opacity: 1;
  background: #d40101;
}
/*箭头*/
.banner-prev,
.banner-next{
  left: 2%;
  position: absolute;
  top: 50%;
  margin-top: -35px;
  width: 38px;
  height: 70px;
  background-image: url(../images/imgs/prev.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  z-index: 999999;
  transition: all 0.4s;
}
.banner-next{
  left: initial;
  right: 2%;
  background-image: url(../images/imgs/next.jpg);
}
.banner-imgbox:hover .banner-next,
.banner-imgbox:hover .banner-prev  {
  opacity: 1;
}
/* END */

/* 首页 */
.cpzs{
  width: 100%;
  overflow: hidden;
  background: url(../images/cpzs_bj.png) no-repeat center center #fff;
  padding: 30px 0;
}
.cpzs_title{
  display: block;
  overflow: hidden;
  text-align: center;
}
.cpzs_p{
  line-height: 54px;
  padding-bottom: 30px;
  background: url(../images/case_jiantou.png) no-repeat center bottom;
  font-size: 36px;
  color: #282828;
  font-weight: bold;
  margin-bottom: 15px;
}
.cpzs_sp{
  display: flex;
  justify-content: center;
  line-height: 30px;
  font-size: 16px;
  color: #555;
}
.cpzs_sp>span{
  float: left;
  padding: 0 68px;
  background: url(../images/case_heng.png) no-repeat left center,url(../images/case_heng.png) no-repeat right center;
}
.cpzs_ul{
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  padding-top: 60px;
  width: 1428px;
}
.cpzs_ul li{
  width: 448px;
  float: left;
  margin: 0 28px 30px 0;
  background-color: #ccc;
  padding: 5px;
  transition: all 0.4s;
}
.cpzs_ul li a{
  width: 100%;
  height: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  border: 1px dashed #e6e6e6;
}
.cpzs_ul li a .cpzs_img{
  width: 160px;
  float: left;
  overflow: hidden;
  position: relative;
}
.cpzs_ul li a .cpzs_R{
  width: calc(100% - 160px);
  float: left;
  padding: 35px 30px;
}
.cpzs_ul li a .cpzs_R .cpzs_pp{
  display: block;
  overflow: hidden;
  min-height: 74px;
  line-height: 32px;
  font-size: 24px;
  color: #131313;
  transition: all 0.4s;
}
.cpzs_ul li a .cpzs_R .cpzs_pp>span{
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
}
.cpzs_ul li a .cpzs_R .cpzs_more{
  display: block;
  overflow: hidden;
  margin-top: 30px;
  max-width: 102px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #d40101;
  color: #fff;
  font-size: 14px;
  transition: all 0.4s;
}
.cpzs_ul li:hover{
  background-color: #01254d;
}
.cpzs_ul li:hover a .cpzs_R .cpzs_pp{
  color: #fff;
}
.cpzs_ul li:hover a .cpzs_R .cpzs_more{
  background-color: #fc9612;
  color: #001b38;
}
.cpzs_nav{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 50px;
}
.cpzs_nav li{
  width: 120px;
  float: left;
  margin-bottom: 40px;
}
.cpzs_nav li .cpzs_icon{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cpzs_nav li .cpzs_icon>img{
  display: block;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  transition: all 0.4s;
}
.cpzs_nav li .cpzs_icon>img:last-child{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  opacity: 0;
}
.cpzs_nav li span{
  display: block;
  overflow: hidden;
  margin-top: 15px;
  line-height: 34px;
  font-size: 20px;
  color: #01254d;
  text-align: center;
  transition: all 0.4s;
}
.cpzs_nav li:nth-child(3){
  width: 160px;
}
.cpzs_nav li:hover .cpzs_icon>img:first-child{
  opacity: 0;
}
.cpzs_nav li:hover .cpzs_icon>img:last-child{
  opacity: 1;
}
.cpzs_nav li:hover span{
  color: #d40101;
}

.gsjj{
  width: 100%;
  overflow: hidden;
  background: url(../images/gsjj_bj.jpg) no-repeat center center;
  background-size: cover;
  padding: 40px 0 60px 0;
}
.gsjj_title{
  display: block;
  overflow: hidden;
  text-align: center;
  color: #fff;
}
.gsjj_p{
  line-height: 50px;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
}
.gsjj_sp{
  line-height: 24px;
  font-size: 18px;
}
.gsjj_contect{
  display: block;
  overflow: hidden;
  margin-top: 45px;
  border: 12px solid rgba(255,255,255,0.6);
}
.gsjj_box{
  width: 100%;
  float: left;
  background-color: #fff;
  padding: 50px;
}
.gsjj_box>img{
  width: calc(50% - 50px);
  float: right;
  height: auto;
  margin-left: 35px;
}
.gsjj_pp{
  display: block;
  overflow: hidden;
  line-height: 46px;
  font-size: 30px;
  color: #131313;
  font-weight: bold;
}
.gsjj_pp::after{
  content: "";
  display: block;
  overflow: hidden;
  width: 42px;
  height: 3px;
  background-color: #d40101;
  margin-top: 15px;
}
.gsjj_txt{
  display: block;
  /* overflow: hidden; */
  margin-top: 30px;
  line-height: 36px;
  font-size: 16px;
  color: #333333;
}
.gsjj_more{
  display: block;
  overflow: hidden;
  padding-top: 40px;
}
.gsjj_more>a{
  display: block;
  width: 142px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background-color: #d40101;
  font-size: 14px;
  color: #fff;
}
.gsjj_more>a:hover{
  background-color: #01254d;
}

.case{
  width: 100%;
  overflow: hidden;
  padding-top: 50px;
}
.case-imgbox{
  padding: 55px 0 75px 0;
}
.case-imgbox .swiper-slide>a{
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}
.case-imgbox .swiper-slide>a::before{
  content: "";
  display: block;
  padding-top: 119.5122%;
}
.case-imgbox .swiper-slide>a .case_hover{
  width: 108px;
  height: 108px;
  float: left;
  overflow: hidden;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  background-color: rgba(19,19,19,0.6);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.case-imgbox .swiper-slide>a .case_hover .case_icon{
  width: 0;
  height: 0;
  overflow: hidden;
  border: 0px solid rgba(255,255,255,0.6);
  border-radius: 50%;
  position: relative;
}
.case-imgbox .swiper-slide>a .case_hover .case_txt{
  width: 100%;
  overflow: hidden;
  height: 30px;
  text-align: center;
  line-height: 30px;
  margin-top: 0;
  color: #fff;
  font-size: 18px;
}
.case-imgbox .swiper-slide>a:hover .case_hover{
  width: 100%;
  height: 100%;
  border-radius: 0;
  background-color: rgba(1,57,119,0.8);
}
.case-imgbox .swiper-slide>a:hover .case_hover .case_icon{
  width: 100px;
  height: 100px;
  border-width: 1px;
}
.case-imgbox .swiper-slide>a:hover .case_hover .case_txt{
  margin-top: 25px;
}
.case-imgbox>.swiper-pagination-bullets {
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.case-imgbox .swiper-pagination-bullet {
  width: 10px;
  height: 4px;
  display: block;
  float: left;
  border-radius: 2px;
  background: #8092a6;
  opacity: 1;
}
.case-imgbox>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 2px 3px 0 3px;
}
.case-imgbox .swiper-pagination-bullet-active{
  background-color: #d40101;
}

.news{
  width: 100%;
  overflow: hidden;
  margin-top: 50px;
  padding-bottom: 50px;
  background: url(../images/news_bj.jpg) no-repeat center bottom;
}
.news_left{
  width: calc(50% - 20px);
}
.news_title{
  width: 100%;
  float: left;
  height: 67px;
  line-height: 65px;
  border-bottom: 1px solid #898989;
  margin-bottom: 45px;
}
.news_p{
  float: left;
  height: 67px;
  border-bottom: 2px solid #fc9612;
  font-size: 36px;
  color: #131313;
  font-weight: bold;
}
.news_more{
  float: right;
  font-size: 24px;
  color: #131313;
  text-transform: uppercase;
}
.news_more:hover{
  color: #d40101;
  text-decoration: underline;
}
.news_contect{
  width: 100%;
  float: left;
}
.news_contect .news_img{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.news_contect .news_img::before{
  content: "";
  display: block;
  padding-top: 47.9352%;
}
.news_contect .news_txts{
  width: 100%;
  overflow: hidden;
  display: block;
  background-color: #fff;
  padding: 15px 20px;
}
.news_contect .news_txts .news_sp{
  display: block;
  overflow: hidden;
  line-height: 36px;
  font-size: 20px;
  color: #131313;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.news_contect .news_txts .news_sp::after{
  content: "";
  width: 40px;
  display: block;
  height: 2px;
  background-color: #d40101;
  margin-top: 5px;
}
.news_contect .news_txts .news_txt{
  display: block;
  overflow: hidden;
  line-height: 28px;
  font-size: 16px;
  color: #333333;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 15px;
  height: 84px;
}
.news_contect .news_txts .news_jiantou{
  display: block;
  overflow: hidden;
}
.news_contect:hover .news_img>img{
  transform: scale(1.1);
}
.news_contect:hover .news_txts .news_sp{
  color: #d40101;
}
/* END-首页 */

/* 底部 */
footer {
  background: #01254d;
}
footer>.container{
  display: flex;
  flex-wrap: wrap
}
.footer_left{
  width: 33%;
  float: left;
  border-right: 1px solid rgba(255,255,255,0.2);
  padding: 65px 40px 45px 0;
}
.footer_logo{
  display: block;
  overflow: hidden;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  padding-bottom: 13px;
  margin-bottom: 20px;
}
.footer_logo img{
  display: block;
  max-width: 100%;
  height: auto;
}
.footer_txt{
  display: block;
  overflow: hidden;
  font-size: 16px;
  color: #fff;
  line-height: 36px;
}
.footer_txt span{
  font-size: 30px;
  font-weight: bold;
}
.footer_right{
  width: 67%;
  float: left;
  padding: 75px 0 75px 50px;
}
.footer_nav{
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  line-height: 30px;
}
.footer_nav a{
  float: left;
  font-size: 18px;
  color: #fff;
}
.footer_nav a:hover{
  color: #fff;
  text-decoration: underline;
}
.footer_B{
  width: 25%;
  float: left;
  margin-top: 35px;
}
.footer_B .footer_p{
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 18px;
  color: #fff;
  margin-bottom: 15px;
}
.footer_B .footer_ul{
  display: block;
  overflow: hidden;
}
.footer_B .footer_ul li{
  display: block;
  overflow: hidden;
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  color: #fff;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.footer_B .footer_ul li a{
  color: #fff;
}
.footer_B .footer_ul li a:hover{
  color: #fff;
  text-decoration: underline;
}
.footer_wxb{
  display: block;
  overflow: hidden;
  padding-top: 25px;
}
.footer_wx{
  width: calc(50% - 12px);
}
.footer_wx img{
  width: 100%;
  height: auto;
  display: block;
}
.footer_wx span{
  display: block;
  overflow: hidden;
  line-height: 26px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  margin-top: 15px;
}
.copyright{
  width: 100%;
  overflow: hidden;
  border-top: 1px solid rgba(255,255,255,0.6);
  text-align: center;
  line-height: 22px;
  padding: 40px 0;
  color: #fff;
  font-size: 16px;
}
.copyright a{
  color: #fff;
  margin: 0 5px;
}
.copyright a:hover{
  color: #fff;
  text-decoration: underline;
}
/* END-底部 */

/* 关于美热 */
.main{
  width: 100%;
  overflow: hidden;
}
.dqwz_title{
  width: 100%;
  float: left;
  border-bottom: 1px solid #01254d;
}
.about_ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  overflow: hidden;
}
.about_ul li{
  float: left;
  text-align: center;
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}
.about_ul li::after{
  content: "";
  width: 0;
  height: 0;
  border-bottom: 16px solid #01254d;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  position: absolute;
  left: 50%;
  bottom: -100%;
  transform: translateX(-50%);
  transition: all 0.4s;
}
.about_ul li .about_icon{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.about_ul li .about_icon>img{
  display: block;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  transition: all 0.4s;
}
.about_ul li .about_icon>img:last-child{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  opacity: 0;
}
.about_ul li span{
  display: block;
  overflow: hidden;
  margin-top: 15px;
  line-height: 34px;
  font-size: 20px;
  color: #01254d;
  text-align: center;
  transition: all 0.4s;
}
.about_ul li:hover .about_icon>img:first-child,
.about_ul li.about_on .about_icon>img:first-child{
  opacity: 0;
}
.about_ul li:hover .about_icon>img:last-child,
.about_ul li.about_on .about_icon>img:last-child{
  opacity: 1;
}
.about_ul li:hover span,
.about_ul li.about_on span{
  color: #d40101;
}
.about_ul li:hover::after,
.about_ul li.about_on::after{
  bottom: 0;
}
.dqwz_contect{
  width: 100%;
  overflow: hidden;
  padding: 50px 0;
}
.company{
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 30px;
  color: #000;
}
.zpbg table{width: 70% !important;}
/* END-关于美热 */

/* 美热动态 */
.xw_ul{
  display: block;
  overflow: hidden;
}
.xw_ul li{
  display: block;
  overflow: hidden;
  border-bottom: 1px dashed #01254d;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.xw_ul li .xw_img{
  width: 150px;
  float: left;
  overflow: hidden;
  position: relative;
}
.xw_ul li .xw_img::before{
  content: "";
  display: block;
  padding-top: 100%;
}
.xw_ul li .xw_R{
  width: calc(100% - 150px);
  float: left;
  padding-left: 30px;
}
.xw_ul li .xw_R .xw_p{
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 18px;
  color: #01254d;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.xw_ul li .xw_R .xw_txt{
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 14px;
  color: #000;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:4;
  -webkit-box-orient: vertical;
}
.xw_ul li:hover .xw_img img{
  transform: scale(1.1);
}
.xw_ul li:hover .xw_R .xw_txt{
  color: #01254d;
}

.xwxq{
  display: block;
  overflow: hidden;
}
.xwxq_p{
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
}
.xwxq_sp{
  display: block;
  overflow: hidden;
  line-height: 20px;
  font-size: 14px;
  color: #666;
  text-align: center;
  padding: 10px 0;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 10px;
}
.xwxq_txt{
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 24px;
  color: #000;
}
.xwxq_txt img{
  display: block;
  max-width: 100%;
  height: auto;
  margin: 15px auto;
}
/* END-美热动态 */

/* 产品展示 */
.pro_nav{
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  padding-top: 60px;
  width: 1428px;
}
.pro_nav li{
  width: 448px;
  float: left;
  margin: 0 28px 30px 0;
  background-color: #ccc;
  padding: 5px;
  transition: all 0.4s;
}
.pro_nav li a{
  width: 100%;
  height: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  border: 1px dashed #e6e6e6;
}
.pro_nav li a .cpzs_img{
  width: 160px;
  float: left;
  overflow: hidden;
  position: relative;
}
.pro_nav li a .cpzs_R{
  width: calc(100% - 160px);
  float: left;
  padding: 35px 30px;
}
.pro_nav li a .cpzs_R .cpzs_pp{
  display: block;
  overflow: hidden;
  min-height: 74px;
  line-height: 32px;
  font-size: 24px;
  color: #131313;
  transition: all 0.4s;
}
.pro_nav li a .cpzs_R .cpzs_pp>span{
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
}
.pro_nav li a .cpzs_R .cpzs_more{
  display: block;
  overflow: hidden;
  margin-top: 30px;
  max-width: 102px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #d40101;
  color: #fff;
  font-size: 14px;
  transition: all 0.4s;
}
.pro_nav li:hover,
.pro_nav li.pro_active{
  background-color: #01254d;
}
.pro_nav li:hover a .cpzs_R .cpzs_pp,
.pro_nav li.pro_active a .cpzs_R .cpzs_pp{
  color: #fff;
}
.pro_nav li:hover a .cpzs_R .cpzs_more,
.pro_nav li.pro_active a .cpzs_R .cpzs_more{
  background-color: #fc9612;
  color: #001b38;
}
.pro_contect{
  display: block;
  overflow: hidden;
  padding: 70px 0 0 0;
}
.pro_contect>div{
  display: none;
}

.pro_B{
  display: block;
  overflow: hidden;
  border: 1px solid #01254d;
}
.pro_title{
  display: flex;
  justify-content: center;
  overflow: hidden;
  position: relative;
  margin-bottom: 60px;
}
.pro_title::before{
  content: "";
  width: 100%;
  height: 40px;
  background-color: #01254d;
  position: absolute;
  left: 0;
  top: 0;
}
.pro_title>span{
  float: left;
  height: 58px;
  line-height: 58px;
  font-size: 24px;
  color: #fc9612;
  background-color: #01254d;
  padding: 0 60px;
  position: relative;
  z-index: 2;
}
.pro_title>span::before{
  content: "";
  width:0;
  height:0;
  border-right: 15px solid #01254d;
  border-top:0 solid transparent;
  border-bottom:18px solid transparent;
  position:absolute;
  left:-15px;
  bottom:0;
}
.pro_title>span::after{
  content: "";
  width:0;
  height:0;
  border-left: 15px solid #01254d;
  border-top:0 solid transparent;
  border-bottom:18px solid transparent;
  position:absolute;
  right:-15px;
  bottom:0;
}
.pro-imgbox{
  display: block;
  overflow: hidden;
  margin: 0 20px 25px 20px;
}
.pro-imgbox .swiper-slide{
  border: 1px solid #d6d6d6;
  padding: 25px;
  transition: all 0.4s;
  cursor: pointer;
}
.pro-imgbox .swiper-slide .pro_img{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.pro-imgbox .swiper-slide .pro_img::before{
  content: "";
  display: block;
  padding-top: 86.1111%;
}
.pro-imgbox .swiper-slide .pro_txts{
  display: block;
  overflow: hidden;
  margin-top: 10px;
  line-height: 24px;
  font-size: 12px;
  color: #666666;
  text-align: center;
}
.pro-imgbox .swiper-slide:hover,
.pro-imgbox .swiper-slide.swiper-slide-active{
  background-color: #01254d;
}
.pro-imgbox .swiper-slide:hover .pro_img img,
.pro-imgbox .swiper-slide.swiper-slide-active .pro_img img{
  transform: scale(1.1);
}
.pro-imgbox .swiper-slide:hover .pro_txts,
.pro-imgbox .swiper-slide.swiper-slide-active .pro_txts{
  color: #fff;
}

.pro_icon{
  display: block;
  max-width: 104px;
  margin: 50px auto 0 auto;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  z-index: 5;
}
.pro_icon>div{
  width: 50%;
  float: left;
  height: 26px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  background-color: #01254d;
  cursor: pointer;
  outline: none;
  transition: all 0.4s;
}
.pro_icon>div:hover{
  background-color: #fc9612;
}
.pro_box{
  display: block;
  overflow: hidden;
  margin-top: -13px;
  padding: 40px;
  border-top: 1px solid #d6d6d6;
}
.pro_box>div{
  display: none;
}
.pro_L{
  width: 50%;
  float: left;
  position: relative;
}
.pro_L>span{
  float: left;
  font-size: 36px;
  color: #d40101;
  line-height: 40px;
  position: absolute;
  left: 0;
  top: 0;
}
.pro_L::before{
  content: "";
  display: block;
  padding-top: 100%;
}
.pro_R{
  width: 50%;
  float: left;
  font-size: 16px;
  color: #131313;
  line-height: 30px;
  padding-left: 40px;
}
.pro_R>span{
  color: #d40101;
}

.pros_nav{
  width: 100%;
  float: left;
  display: block;
  overflow: hidden;
  padding-top: 65px;
}
.pros_nav li{
  width: 166px;
  float: left;
  margin-right: 4px;
}
.pros_nav li a{
  display: block;
  overflow: hidden;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background-color: #afadad;
  font-size: 20px;
  color: #fff;
}
.pros_nav li.pros_active a{
  background-color: #1d324f;
  color: #fff;
}
.pros_box{
  width: 100%;
  float: left;
  display: block;
  overflow: hidden;
  border: 1px solid #1d324f;
}
.pros_box>div{
  display: none;
  padding: 0 20px;
  font-size: 18px;
  line-height: 36px;
  color: #1d324f;
}
.pros_box>div:first-child{
  display: block;
}
.pros_box img{
  display: block;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.pros_txts{
  padding: 10px 0;
  text-align: left;
  font-size: 14px;
  line-height: 30px;
}
.pros_txts img{
  display: block;
  overflow: hidden;
  padding: 20px 0;
  text-align: center;
}
/* END-产品展示 */

/* 工程案例 */
.case_ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}
.case_ul li{
  width: calc(50% - 20px);
  float: left;
  margin-bottom: 40px;
}
.case_ul li a{
  display: block;
  overflow: hidden;
  padding: 15px;
  background-color: #0c2643;
}
.case_ul li a .case_p{
  display: block;
  overflow: hidden;
  line-height: 25px;
  border-left: 5px solid #f6b551;
  font-size: 16px;
  color: #f6b551;
  padding-left: 10px;
  margin-bottom: 15px;
}
.case_ul li a .case_img{
  width: 250px;
  float: left;
  overflow: hidden;
  position: relative;
}
.case_ul li a .case_img::before{
  content: "";
  display: block;
  padding-top: 113.6%;
}
.case_ul li a .case_R{
  display: block;
  overflow: hidden;
  padding-left: 20px;
}
.case_ul li a .case_R .case_txt{
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 24px;
  color: #8d939b;
  height: 240px;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
}
.case_ul li a .case_R .case_more{
  width: 92px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  float: right;
  margin-top: 10px;
  background-color: #d40101;
  color: #fff;
}

.case_lb_ul{
  display: block;
  overflow: hidden;
  width: 102%;
  margin-left: -1%;
}
.case_lb_ul li{
  width: 31.3333%;
  float: left;
  margin: 0 1% 40px 1%;
}
.case_lb_ul li .case_lb_img{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.case_lb_ul li .case_lb_img::before{
  content: "";
  display: block;
  padding-top: 96.5121%;
}
.case_lb_ul li .case_lb_txt{
  display: block;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  color: #000;
}
.case_lb_ul li:hover .case_lb_img img{
  transform: scale(1.1);
}
/* END-工程案例 */

.news_nav{
  justify-content: center;
}
.news_nav li{
  margin: 0 100px;
}

/*联系我们*/
.contact_txt {
  width: 40%;
  float: left;
  font-size: 16px;
  color: #000;
  line-height: 30px;
}
.contact_map {
  width: 60%;
  overflow: hidden;
  height: 350px;
  border: none;
}
/*END-联系我们*/


@media (max-width: 1420px) {
/* 首页 */
.container {
  max-width: 98%;
}
.cpzs_ul {
  padding-top: 50px;
  width: 102%;
  margin-left: -1%;
}
.cpzs_ul li {
  width: 31.3333%;
  margin: 0 1% 30px 1%;
}
.cpzs_ul li a .cpzs_R {
  padding: 30px 20px;
}
.cpzs_ul li a .cpzs_R .cpzs_pp {
  font-size: 20px;
}

.gsjj {
  padding: 40px 0;
}
.gsjj_box {
  padding: 40px;
}
.case {
  padding-top: 40px;
}
.case-imgbox {
  padding: 45px 0 65px 0;
}
.news {
  margin-top: 40px;
  padding-bottom: 40px;
}
.news_title {
  margin-bottom: 40px;
}
/* END-首页 */

/* 底部 */
.footer_left{
  padding: 55px 30px 40px 0;
}
.footer_right {
  padding: 60px 0 60px 40px;
}
.copyright {
  padding: 30px 0;
}
/* END-底部 */

/* 产品展示 */
.pro_nav {
  padding-top: 50px;
  width: 102%;
  margin-left: -1%;
}
.pro_nav li {
  width: 31.3333%;
  margin: 0 1% 30px 1%;
}
.pro_nav li a .cpzs_R {
  padding: 30px 20px;
}
.pro_nav li a .cpzs_R .cpzs_pp {
  font-size: 20px;
}
/* END-产品展示 */

}
@media (max-width: 1220px) {
/*首页内容*/
.cpzs_ul {
  padding-top: 40px;
}
.cpzs_ul li a .cpzs_img {
  width: 120px;
}
.cpzs_ul li a .cpzs_R {
  width: calc(100% - 120px);
  padding: 25px 10px;
}
.cpzs_ul li a .cpzs_R .cpzs_pp {
  min-height: 61px;
  line-height: 28px;
  font-size: 18px;
}
.cpzs_ul li a .cpzs_R .cpzs_pp>span {
  margin-bottom: 5px;
}
.cpzs_nav {
  padding-top: 30px;
}
.cpzs_nav li {
  margin-bottom: 20px;
}

.gsjj {
  padding: 30px 0;
}
.gsjj_box {
  padding: 30px;
}
.gsjj_pp {
  line-height: 40px;
  font-size: 28px;
}
.gsjj_txt {
  margin-top: 15px;
  line-height: 32px;
}
.gsjj_more {
  padding-top: 30px;
}

.case {
  padding-top: 30px;
}
.case-imgbox {
  padding: 30px 0 50px 0;
}

.news {
  margin-top: 30px;
  padding-bottom: 30px;
}
.news_title {
  height: 57px;
  line-height: 55px;
  margin-bottom: 30px;
}
.news_p {
  height: 57px;
  font-size: 30px;
}
.news_more {
  font-size: 20px;
}
/*END-首页内容*/

/* 底部 */
.footer_left{
  padding: 30px 20px 30px 0;
}
.footer_right {
  padding: 40px 0 40px 30px;
}
.footer_B {
  width: 22%;
  margin-top: 20px;
}
.footer_B:nth-child(5){
  width: 34%;
}
.copyright {
  padding: 20px 0;
}
/* END-底部 */

/* 关于美热 */
.about_ul li{
  padding: 40px 0;
}
.dqwz_contect{
  padding: 40px 0;
}
/* END-关于美热 */

/* 产品展示 */
.pro_nav {
  padding-top: 40px;
}
.pro_nav li a .cpzs_img {
  width: 120px;
}
.pro_nav li a .cpzs_R {
  width: calc(100% - 120px);
  padding: 25px 10px;
}
.pro_nav li a .cpzs_R .cpzs_pp {
  min-height: 61px;
  line-height: 28px;
  font-size: 18px;
}
.pro_nav li a .cpzs_R .cpzs_pp>span {
  margin-bottom: 5px;
}
.pro_contect {
  padding: 50px 0 0 0;
}
.pro_title {
  margin-bottom: 40px;
}
.pro-imgbox .swiper-slide {
  padding: 20px;
}
.pro_icon {
  margin: 40px auto 0 auto;
}
.pro_box {
  padding: 30px;
}
.pro_R {
  padding-left: 30px;
}
/* END-产品展示 */

}

@media (max-width: 991px) {
.container {
  max-width: calc(100% - 20px);
}
/* 导航按钮 */
.icon-menu {
  float: right;
  cursor: pointer;
  width: 40px;
  height: 30px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999999;
  background-size: 100% 100%;
}
.icon-menu span {
  width: 100%;
  height: 6px;
  float: left;
  background: #01254d;
}

/* 头部 */
.header {
  position: fixed;
  box-shadow: 10px 10px 10px rgba(0,0,0,0.2);
  z-index: 9999999;
}
.logo > a {
  width: 90%;
}

/* 导航 */
nav {
  padding:0;
  background: none;
  position: fixed;
}
.layui-nav{
  display: none;
  width: 150px;
  padding: 1px 0;
  background-color: rgba(1,37,77,0.8);
  position: absolute;
  right: 10px;
  top:0;
}
.layui-nav .layui-nav-item{
  width: 100%;
  line-height: 40px;
  border-bottom: 1px solid #fff;
}
.layui-nav .layui-this:after, .layui-nav-bar, .layui-nav-tree .layui-nav-itemed:after {
  display: none;
}
.layui-nav .layui-nav-item:hover{
  background-color: #d40101;
}
.layui-nav .layui-nav-item:hover a{
  color: #fff;
}
.layui-nav .layui-this{
  background-color: #d40101;
}
.layui-nav .layui-this a{
  color: #fff;
}
/* END */

/* 首页 */
.cpzs_ul {
  padding-top: 20px;
}
.cpzs_ul li {
  margin: 0 1% 20px 1%;
}
.cpzs_ul li a .cpzs_img {
  width: 100%;
}
.cpzs_ul li a .cpzs_img::before{
  content: "";
  display: block;
  padding-top: 75%;
}
.cpzs_ul li a .cpzs_R {
  width: 100%;
  padding: 10px;
}
.cpzs_ul li a .cpzs_R .cpzs_more {
  margin-top: 10px;
}
.cpzs_nav {
  padding-top: 20px;
}

.gsjj_contect {
  margin-top: 25px;
}
.gsjj_box {
  padding: 20px;
}
.gsjj_more {
  padding-top: 20px;
}
.gsjj_box>img {
  margin-left: 20px;
}
.case-imgbox {
  padding: 20px 0 30px 0;
}

.news {
  margin-top: 20px;
  padding-bottom: 20px;
}
.news_title {
  margin-bottom: 20px;
}
/* END-首页 */

/* 底部 */
.footer_left {
  width: 38%;
  padding: 20px 10px 20px 0;
}
.footer_right {
  width: 62%;
  padding: 20px 0 20px 10px;
}
.footer_wxb {
  padding-top: 10px;
}
.footer_wx {
  width: calc(50% - 5px);
}
/* END-底部 */

/* 关于美热 */
.about_ul li{
  padding: 30px 0;
}
.dqwz_contect{
  padding: 30px 0;
}
/* END-关于美热 */

/* 产品展示 */
.pro_nav {
  padding-top: 20px;
}
.pro_nav li {
  margin: 0 1% 20px 1%;
}
.pro_nav li a .cpzs_img {
  width: 100%;
}
.pro_nav li a .cpzs_img::before{
  content: "";
  display: block;
  padding-top: 75%;
}
.pro_nav li a .cpzs_R {
  width: 100%;
  padding: 10px;
}
.pro_nav li a .cpzs_R .cpzs_more {
  margin-top: 10px;
}
.pro_contect {
  padding: 30px 0 0 0;
}
.pro_icon {
  margin: 30px auto 0 auto;
}
.pro_box {
  padding: 20px;
}
.pro_R {
  line-height: 24px;
  padding-left: 30px;
}
.pros_nav li {
  width: 19%;
  margin-right: 1%;
}
.pros_box>div {
  padding: 0 20px;
}
/* END-产品展示 */

/* 工程案例 */
.case_ul li{
  width: 100%;
  margin-bottom: 30px;
}
/* END-工程案例 */














}

@media (max-width: 767px) {
  .zpbg table{width: 100% !important;}
/* 导航按钮 */
.icon-menu {
  right: 10px;
  width: 30px;
  height: 18px;
}
.icon-menu span {
  height: 3px;
}

/* 头部 */
.logo{
  width: 85%;
}
.logo a {
  width: 100%;
}
/* END */

/* 首页 */
.cpzs {
  padding: 10px 0;
}
.cpzs_p {
  line-height: 40px;
  padding-bottom: 10px;
  background-size: auto 10px;
  font-size: 20px;
  margin-bottom: 5px;
}
.cpzs_sp {
  line-height: 20px;
  font-size: 14px;
}
.cpzs_sp>span {
  padding: 0 30px;
}
.cpzs_ul {
  padding-top: 10px;
  width: 100%;
  margin: 0;
}
.cpzs_ul li{
  width: 100%;
  margin: 0 0 10px 0;
}
.cpzs_ul li a .cpzs_img {
  width: 120px;
}
.cpzs_ul li a .cpzs_R {
  width: calc(100% - 120px);
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.cpzs_ul li a .cpzs_img::before {
  padding-top: 150%;
}
.cpzs_ul li a .cpzs_R .cpzs_pp {
  width: 100%;
  min-height: initial;
  line-height: 24px;
  font-size: 16px;
}
.cpzs_ul li a .cpzs_R .cpzs_pp>span {
  margin-bottom: 0;
}
.cpzs_ul li a .cpzs_R .cpzs_more {
  padding: 0 10px;
  margin-top: 10px;
}
.cpzs_nav {
  padding-top: 10px;
  justify-content: center;
}
.cpzs_nav li {
  width: 33.3333%;
  margin-bottom: 10px;
}
.cpzs_nav li span {
  margin-top: 5px;
  line-height: 24px;
  font-size: 16px;
}
.cpzs_nav li:nth-child(3) {
  width: 33.3333%;
}

.gsjj {
  padding: 10px 0;
}
.gsjj_p {
  line-height: 30px;
  font-size: 20px;
  margin-bottom: 5px;
}
.gsjj_sp {
  line-height: 20px;
  font-size: 14px;
}
.gsjj_contect {
  margin-top: 10px;
}
.gsjj_contect {
  border: 5px solid rgba(255,255,255,0.6);
}
.gsjj_box {
  padding: 5px;
}
.gsjj_box>img {
  width: 100%;
  float: none;
  margin: 0;
}
.gsjj_pp {
  line-height: 28px;
  font-size: 18px;
  margin-top: 5px;
}
.gsjj_pp::after {
  margin-top: 5px;
}
.gsjj_txt {
  margin-top: 5px;
  line-height: 24px;
  font-size: 14px;
}
.gsjj_more {
  padding-top: 10px;
}
.gsjj_more>a {
  width: 124px;
  height: 30px;
  line-height: 30px;
}

.case {
  padding-top: 10px;
}
.case-imgbox {
  padding: 10px 0 15px 0;
}

.news {
  margin-top: 10px;
  padding-bottom: 10px;
}
.news_left {
  width: 100%;
  margin-bottom: 10px;
}
.news_title {
  height: 42px;
  line-height: 40px;
  margin-bottom: 10px;
}
.news_p {
  height: 42px;
  font-size: 20px;
}
.news_more {
  font-size: 14px;
}
.news_contect .news_txts {
  padding: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
/* END-首页 */

/* 底部 */
.footer_right {
  width: 100%;
  padding: 10px 0;
}
.footer_nav {
  line-height: 20px;
}
.footer_nav a {
  font-size: 12px;
}
.copyright {
  padding: 10px 0;
  font-size: 12px;
  line-height: 20px;
}
/* END-底部 */

/* 关于美热 */
.about_title{
  width: calc(100% + 20px);
  margin-left: -10px;
  height: 50px;
  line-height: 50px;
  background-color: #01254d;
  background-image: url(../images/imgs/sj_jiantou.png);
  background-repeat: no-repeat;
  background-position: right center;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  padding-left: 20px;
}
.about_ul{
  display: none;
}
.about_ul li{
  width: 100%;
  padding: 0;
  margin-top: 3px;
}
.about_ul li::after{display: none;}
.about_ul li a{
  width: 100%;
  float: left;
  padding: 5px 10px;
  background-color: #f2f2f2;
  display: flex;
  align-content: center;
}
.about_ul li .about_icon {
  width: auto;
  float: left;
  margin-right: 10px;
}
.about_ul li .about_icon>img {
  height: 40px;
}
.about_ul li span {
  margin-top: 0;
  line-height: 40px;
  font-size: 16px;
}
.dqwz_contect{
  padding: 10px 0;
}
.company{
  font-size: 14px;
  line-height: 24px;
}
/* END-关于美热 */

/* 产品展示 */
.pro_nav {
  padding-top: 10px;
  width: 100%;
  margin: 0;
}
.pro_nav li{
  width: 100%;
  margin: 0 0 10px 0;
}
.pro_nav li a .cpzs_img {
  width: 120px;
}
.pro_nav li a .cpzs_R {
  width: calc(100% - 120px);
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.pro_nav li a .cpzs_img::before {
  padding-top: 150%;
}
.pro_nav li a .cpzs_R .cpzs_pp {
  width: 100%;
  min-height: initial;
  line-height: 24px;
  font-size: 16px;
}
.pro_nav li a .cpzs_R .cpzs_pp>span {
  margin-bottom: 0;
}
.pro_nav li a .cpzs_R .cpzs_more {
  padding: 0 10px;
  margin-top: 10px;
}
.pro_contect {
  padding: 10px 0 0 0;
}
.pro_title {
  margin-bottom: 10px;
}
.pro_title::before {
  height: 20px;
}
.pro_title>span {
  height: 38px;
  line-height: 38px;
  font-size: 18px;
  padding: 0 10px;
}
.pro-imgbox {
  margin: 0 10px 10px 10px;
}
.pro-imgbox .swiper-slide {
  padding: 5px;
}
.pro_icon {
  margin: 10px auto 0 auto;
}
.pro_box {
  padding: 15px 10px;
}
.pro_L {
  width: 100%;
}
.pro_L::before {
  padding-top: 55%;
}
.pro_R {
  width: 100%;
  font-size: 14px;
  line-height: 22px;
  padding: 10px 0 0 0;
}
.pros_nav {
  padding-top: 10px;
}
.pros_nav li a {
  height: 38px;
  line-height: 38px;
  font-size: 12px;
}
.pros_box>div {
  padding: 10px;
  font-size: 14px;
  line-height: 20px;
}
/* END-产品展示 */

/* 工程案例 */
.case_ul li{
  margin-bottom: 10px;
}
.case_ul li a {
  padding: 5px;
}
.case_ul li a .case_p {
  margin-bottom: 10px;
}
.case_ul li a .case_img {
  width: 120px;
}
.case_ul li a .case_R .case_txt {
  font-size: 14px;
  line-height: 20px;
  height: 100px;
  -webkit-line-clamp: 5;
}
.case_ul li a .case_R .case_more {
  width: 82px;
  height: 26px;
  line-height: 26px;
  margin-top: 5px;
}
.case_lb_ul li {
  width: 48%;
  margin: 0 1% 10px 1%;
}
.case_lb_ul li .case_lb_txt {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}
/* END-工程案例 */

/* 美热动态 */
.xw_ul li {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.xw_ul li .xw_img {
  width: 120px;
}
.xw_ul li .xw_R {
  width: calc(100% - 120px);
  padding-left: 10px;
}
.xw_ul li .xw_R .xw_p {
  font-size: 16px;
}
.xw_ul li .xw_R .xw_txt {
  line-height: 20px;
  font-size: 14px;
  -webkit-line-clamp: 4;
}
.xwxq_sp {
  line-height: 18px;
  font-size: 12px;
  padding: 5px 0;
  margin-bottom: 5px;
}

.news_nav li{
  margin: 3px 0 0 0;
}
/* END-美热动态 */

/*联系我们*/
.about_title1{
  background-image: none;
  padding: 0;
  text-align: center;
}
.contact_txt{
  width: 100%;
}
.contact_map {
  width: 100%;
  height: 250px;
  margin-top: 10px;
}
/*END-联系我们*/
}

/* 手机底部组件 */
.root_kong {
  width: 100%;
  height: 57px;
  float: left;
  background-color: #fff;
	height: calc(57px +  constant(safe-area-inset-bottom));
	height: calc(57px +  env(safe-area-inset-bottom));
	padding-bottom: constant(safe-area-inset-bottom);
	padding-bottom: env(safe-area-inset-bottom);
}
.root {
  width: 100%;
  height: 55px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 9999999999999;
  background-color: #fff;
	height: calc(55px +  constant(safe-area-inset-bottom));
	height: calc(55px +  env(safe-area-inset-bottom));
	padding-bottom: constant(safe-area-inset-bottom);
	padding-bottom: env(safe-area-inset-bottom);
}
.root > .layui-col-xs3 > a {
  display: flex;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  padding: 5px 0;
  background: #01254d;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.root > .layui-col-xs3 > a > div {
  width: 100%;
  float: left;
  height: 20px;
  line-height: 20px;
}
.root > .layui-col-xs3 > a > div:first-child {
  height: 24px;
  line-height: 24px;
  font-size: 19px;
}
.root > .layui-col-xs3 > a:hover {
  background: #d40101;
  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: 999;
}
.root_phone {
  display: none;
  width: 100%;
  background-color: #f5f5f5;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 999999;
  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 15px;  border: solid 1px #ccc; float:none; display: inline-block; min-width:8px; margin:8px 2px; color:#999;}
.jlfanye a:hover{ color:#c41313;}