/* 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%;
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 12;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.header>.container{
  width: 100%;
  max-width: 1400px;
  display: flex;
  justify-content: space-between;
}
.logo{
  width: 40%;
  padding: 20px 0;
}
.logo > a{
  width: 100%;
}
.logo img {
  width: 100%;
  max-width: 445px;
  display: block;
  height: auto;
}

/* 导航 */
nav {
  width: 58.5%;
  float: left;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav{
  width: 80%;
  float: left;
  height: 100%;
}
.nav>li{
  width: 12.444%;
  float: left;
  position: relative;
  height: 100%;
}
.nav>li>a{
  width: 100%;
  float: left;
  height: 100%;
  text-align: center;
  font-size: 16px;
  color: #282828;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.nav>li:hover>a,
.nav>li.nav-this>a{
  background-color: #cf142b;
  color: #fff;
}
/* 导航下拉 */
.nav-child{
  display: none;
  width: 150%;
  float: left;
  background-color: rgba(40,39,38,0.95);
  position: absolute;
  left: -25%;
  top: 100%;
  z-index: 9;
  padding-top: 3px;
}
.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: 16px;
  color: #fff;
}
.nav-child>li>a:hover{
  background-color: #cf142b;
  color: #fff;
}

.nav_dianhua{
  float: right;
  font-size: 14px;
  line-height: 20px;
  color: #222;
  text-align: right;
}
.nav_dianhua>span{
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-weight: bold;
  font-size: 20px;
  color: #cf142b;
}


/*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: #cf142b;
  opacity: 0.5;
  border-radius: 50%;
  margin: 0 3px;
}
.banner .swiper-pagination-bullet-active {
  opacity: 1;
  background: #cf142b;
}
.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;
}

/* 搜索 */
.search{
  width: 100%;
  overflow: hidden;
  padding: 20px 0;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.1);
  position: relative;
  z-index: 2;
}
.search_form{
  width: 336px;
  float: right;
  background-color: #f3f3f3;
}
.search_inp1{
  width: calc(100% - 42px);
  float: left;
  height: 40px;
  line-height: 40px;
  background-color: #f3f3f3;
  padding-left: 15px;
  font-size: 14px;
  color: #000;
}
.search_inp1::-webkit-input-placeholder{color: #a2a2a2;} 
.search_inp1:-moz-placeholder{color: #a2a2a2;} 
.search_btn{
  width: 42px;
  float: right;
  height: 40px;
  background: url(../images/search_ss.png) no-repeat center center #f3f3f3;
  cursor: pointer;
}
.search_txt{
  display: block;
  overflow: hidden;
  line-height: 24px;
  padding: 8px 0;
}
.search_txt>span{
  float: left;
  font-size: 16px;
  color: #333;
}
.search_txt>a{
  float: left;
  font-size: 16px;
  color: #333;
  margin: 0 10px;
}
.search_txt>a:hover{
  color: #cf142b;
  text-decoration: underline;
}
/* END */

/*首页*/
.cpzs{
  width: 100%;
  overflow: hidden;
  background-image: linear-gradient(#f1f1f1,#ffffff);
  padding: 60px 0;
}
.cpzs_title{
  display: block;
  overflow: hidden;
  text-align: center;
}
.cpzs_p{
  display: flex;
  justify-content: center;
}
.cpzs_p>span{
  float: left;
  position: relative;
  padding: 0 25px;
  font-size: 30px;
  color: #333;
  font-weight: bold;
}
.cpzs_p>span>em{
  color: #cf142b;
  float: right;
}
.cpzs_p>span::before{
  content: "";
  width: 110px;
  float: left;
  height: 1px;
  background-color: #333;
  position: absolute;
  left: -110px;
  top: 50%;
  transform: translateY(-50%);
}
.cpzs_p>span::after{
  content: "";
  width: 110px;
  float: left;
  height: 1px;
  background-color: #333;
  position: absolute;
  right: -110px;
  top: 50%;
  transform: translateY(-50%);
}
.cpzs_sp{
  display: block;
  overflow: hidden;
  line-height: 24px;
  text-align: center;
  font-size: 18px;
  color: #999;
  text-transform: uppercase;
}
.cpzs_nav{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
  padding-top: 20px;
}
.cpzs_nav li{
  width: 184px;
  float: left;
  margin: 0 6px 12px 6px;
}
.cpzs_nav li>a{
  display: block;
  overflow: hidden;
  height: 44px;
  line-height: 42px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  text-align: center;
  font-size: 16px;
  color: #333;
}
.cpzs_nav li>a:hover,
.cpzs_nav li.cpzs_active>a{
  border-color: #cf142b;
  background-color: #cf142b;
  color: #fff;
}

.cpzs_ul{
  display: block;
  overflow: hidden;
  /*width: 1220px;*/
  width: 100%;
  padding-top: 18px;
}
.cpzs_ul li{
  width: 20%;
  float: left;
  /*margin: 0 20px 25px 0;*/
  padding: 10px;
}
.cpzs_ul li>a{
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}
.cpzs_ul li>a::before{
  content: "";
  display: block;
  padding-top: 82.80702%;
}
.cpzs_ul li>a .cpzs_txt{
  width: 100%;
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background-color: rgba(51,51,51,0.8);
  padding: 0 10px;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.cpzs_ul li>a:hover img{
  transform: scale(1.1);
}
.cpzs_ul li>a:hover .cpzs_txt{
  background-color: rgba(207,20,43,0.8);
}
.cpzs_more{
  display: flex;
  justify-content: center;
}
.cpzs_more>a{
  width: 196px;
  float: left;
  height: 54px;
  border: 3px solid #cf142b;
  border-radius: 27px;
  padding: 2px;
  line-height: 44px;
  padding-left: 20px;
  font-size: 14px;
  color: #cf142b;
}
.cpzs_more>a>span{
  width: 44px;
  float: right;
  height: 44px;
  background: url(../images/jiantou1.png) no-repeat center center #cf142b;
  border-radius: 50%;
}
.cpzs_more>a:hover{
  background-color: #cf142b;
  color: #fff;
}
.cpzs_more>a:hover>span{
  background: url(../images/jiantou2.png) no-repeat center center #fff;
}


.hf{
  width: 100%;
  overflow: hidden;
  background-color: #333;
  background-image: url(../images/hf_bj.png);
  background-position: left center;
  background-repeat: no-repeat;
}
.hf>.container{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}
.hf_left{
  width: 62.5%;
  float: left;
  padding: 36px 0;
  position: relative;
  z-index: 2;
}
.hf_p{
  display: block;
  overflow: hidden;
  line-height: 40px;
  font-size: 30px;
  color: #fff;
  font-weight: bold;
}
.hf_p>span{
  color: #ffc600;
}
.hf_sp{
  display: block;
  overflow: hidden;
  line-height: 36px;
  font-size: 24px;
  color: #fff;
}

.hf_right{
  width: 37.5%;
  float: right;
  position: relative;
  background-color: #cf142b;
  padding: 36px 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
}
.hf_right::before{
  content: "";
  width: 0;
  height: 0;
  border-right: 101px solid #cf142b;
  border-top: 148px solid transparent;
  border-bottom: 0 solid transparent;
  position: absolute;
  left: -100px;
  top: 0;
}
.hf_right::after{
  content: "";
  width: 200%;
  float: left;
  height: 100%;
  background: url(../images/hf_bj2.png) no-repeat right center;
  background-size: auto 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.hf_dianhua{
  float: left;
  position: relative;
  z-index: 2;
  background: url(../images/hf_dianhua.png) no-repeat left center;
  padding-left: 90px;
  line-height: 65px;
  font-size: 18px;
  color: #fff;
}
.hf_dianhua>span{
  float: right;
  font-family: Impact;
  font-size: 36px;
  margin-left: 25px;
}

.gsjj{
  width: 100%;
  overflow: hidden;
  padding: 60px 0;
  background: url(../images/gsjj_bj.jpg) no-repeat center center;
  background-size: cover;
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
}
.gsjj_contect{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 30px;
}
.gsjj_left{
  width: 50.75%;
  float: left;
}
.gsjj_title{
  display: block;
  overflow: hidden;
  line-height: 28px;
  font-size: 24px;
  color: #969696;
  text-transform: uppercase;
}
.gsjj_title>span{
  float: left;
  font-size: 24px;
  color: #333;
  font-weight: bold;
  margin-right: 15px;
}
.gsjj_title::after{
  content: "";
  width: 48px;
  display: block;
  height: 3px;
  background-color: #cf142b;
  margin-top: 26px;
}
.gsjj_txt{
  display: block;
  overflow: hidden;
  margin-top: 25px;
  font-size: 16px;
  color: #333;
  line-height: 30px;
  height: 180px;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.gsjj_left>.cpzs_more{
  margin-top: 30px;
  justify-content: flex-start;
}
.gsjj_left>.cpzs_more>a{
  background-color: #cf142b;
  color: #fff;
}
.gsjj_left>.cpzs_more>a>span {
  background: url(../images/jiantou2.png) no-repeat center center #fff;
}
.gsjj_left>.cpzs_more>a:hover{
  background-color: #fff;
  color: #cf142b;
}
.gsjj_left>.cpzs_more>a:hover>span {
  background: url(../images/jiantou1.png) no-repeat center center #cf142b;
}
.gsjj_right{
  width: 47%;
  float: right;
  overflow: hidden;
  position: relative;
}
.gsjj_right::before{
  content: "";
  display: block;
  padding-top: 62%;
}

.ys{
  width: 100%;
  overflow: hidden;
  background: url(../images/ys_bj.png) no-repeat center bottom;
  padding: 60px 0;
} 
.ys_title{
  display: block;
  overflow: hidden;
}
.ys_title img{
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.ys_ul{
  display: block;
  overflow: hidden;
}
.ys_ul li{
  display: block;
  overflow: hidden;
  margin-top: 60px;
}
.ys_ul li .ys_left{
  width: 50%;
  float: right;
}
.ys_ul li .ys_left>img{
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.ys_ul li .ys_right{
  width: 50%;
  float: left;
}
.ys_ul li .ys_right .ys_B{
  display: block;
  overflow: hidden;
  margin-top: 10px;
}
.ys_ul li .ys_right .ys_B .ys_sub{
  width: 80px;
  float: left;
}
.ys_ul li .ys_right .ys_B .ys_sub>img{
  display: block;
  max-width: 100%;
  height: auto;
}
.ys_ul li .ys_right .ys_B .ys_p{
  display: block;
  overflow: hidden;
  line-height: 32px;
  border-bottom: 1px solid #df6272;
  padding-left: 15px;
  font-size: 20px;
  color: #cf142b;
  font-weight: bold;
  margin-top: 16px;
}
.ys_ul li .ys_right .ys_B .ys_sp{
  display: block;
  overflow: hidden;
  line-height: 16px;
  font-size: 14px;
  color: #999;
  text-transform: uppercase;
  padding-left: 15px;
  margin-top: 5px;
}
.ys_ul li .ys_right .ys_txt{
  display: block;
  overflow: hidden;
  line-height: 25px;
  height: 75px;
  font-size: 16px;
  color: #333;
  margin-top: 18px;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient: vertical;  
}
.ys_ul li:nth-child(even) .ys_left{
  float: left;
}

.case{
  width: 100%;
  overflow: hidden;
  padding: 50px 0;
  background-image: linear-gradient(#f2f2f2,#fff);
}
.case_contect{
  display: flex;
  margin-top: 30px;
  position: relative;
}
.case-imgbox{
  width: 100%;
}
.case-imgbox .case_img{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.case-imgbox .case_img::before{
  content: "";
  display: block;
  padding-top: 66.226913%;
}
.case-imgbox .case_txt{
  display: block;
  overflow: hidden;
  height: 44px;
  line-height: 44px;
  background-color: #e9e9e9;
  text-align: center;
  font-size: 16px;
  color: #454545;
}
.case-imgbox a:hover .case_img img{
  transform: scale(1.1);
}
.case-imgbox a:hover .case_txt{
  background-color: #cf142b;
  color: #fff;
}
.case-prev,
.case-next{
  left: -55px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: 28px;
  float: left;
  height: 30px;
  background: url(../images/case_left.png) no-repeat center center;
  background-size: 100% 100%;
  cursor: pointer;
  outline: none;
  z-index: 5;
}
.case-next{
  left: initial;
  right: -55px;
  background: url(../images/case_right.png) no-repeat center center;
}
.case .cpzs_more{
  margin-top: 30px;
}
.case .cpzs_more>a{
  background-color: #cf142b;
  color: #fff;
}
.case .cpzs_more>a>span {
  background: url(../images/jiantou2.png) no-repeat center center #fff;
}
.case .cpzs_more>a:hover{
  background-color: #fff;
  color: #cf142b;
}
.case .cpzs_more>a:hover>span {
  background: url(../images/jiantou1.png) no-repeat center center #cf142b;
}

.news{
  width: 100%;
  overflow: hidden;
  padding: 15px 0 60px 0;
}
.news_nav{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 20px;
}
.news_nav li{
  width: 180px;
  float: left;
  margin: 0 10px 10px 10px;
}
.news_nav li>a{
  display: block;
  overflow: hidden;
  height: 46px;
  line-height: 44px;
  border: 1px solid #e5e5e5;
  text-align: center;
  font-size: 16px;
  color: #333;
}
.news_nav li>a:hover,
.news_nav li.news_active>a{
  background-color: #cf142b;
  color: #fff;
  border-color: #cf142b;
}
.news_contect{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news_left{
  width: 47%;
  float: left;
  margin-top: 15px;
}
.news_left .news_img{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.news_left .news_img::before{
  content: "";
  display: block;
  padding-top: 68.43972%;
}
.news_left .news_p{
  display: block;
  overflow: hidden;
  height: 55px;
  line-height: 55px;
  font-size: 16px;
  color: #333;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.news_left .news_B{
  display: block;
  overflow: hidden;
  padding: 15px;
  background-color: #e8e8e7;
}
.news_left .news_B .news_txt{
  display: block;
  overflow: hidden;
  height: 60px;
  line-height: 30px;
  font-size: 14px;
  color: #666;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news_left>a:hover .news_img img{
  transform: scale(1.1);
}
.news_left>a:hover .news_p{
  color: #cf142b;
}
.news_left>a:hover .news_B{
  background-color: #333;
}
.news_left>a:hover .news_B .news_txt{
  color: #fff;
}

.news_ul{
  width: 50%;
  float: right;
  position: relative;
}
.news_ul::before{
  content: "";
  width: 1px;
  float: left;
  height: calc(100% - 20px);
  float: left;
  border-left: 1px dotted #999;
  position: absolute;
  left: 0;
  top: 20px;
}
.news_ul li{
  width: 100%;
  float: left;
}
.news_ul li .news_p{
  width: 100%;
  float: left;
  height: 48px;
  line-height: 48px;
  position: relative;
  padding-left: 35px;
  font-size: 16px;
  color: #333;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.news_ul li .news_p::before{
  content: "";
  width: 11px;
  float: left;
  height: 11px;
  position: absolute;
  left: -5px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background-color: #cf142b;
  border-radius: 50%;
}
.news_ul li .news_B{
  display: block;
  overflow: hidden;
  padding: 15px;
  background-color: #e8e8e7;
  margin-left: 35px;
}
.news_ul li .news_B .news_txt{
  display: block;
  overflow: hidden;
  height: 60px;
  line-height: 30px;
  font-size: 14px;
  color: #666;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news_ul li>a:hover .news_p{
  color: #cf142b;
}
.news_ul li>a:hover .news_B{
  background-color: #333;
}
.news_ul li>a:hover .news_B .news_txt{
  color: #fff;
}
.news .cpzs_more{
  margin-top: 30px;
}
.news .cpzs_more>a{
  background-color: #cf142b;
  color: #fff;
}
.news .cpzs_more>a>span {
  background: url(../images/jiantou2.png) no-repeat center center #fff;
}
.news .cpzs_more>a:hover{
  background-color: #fff;
  color: #cf142b;
}
.news .cpzs_more>a:hover>span {
  background: url(../images/jiantou1.png) no-repeat center center #cf142b;
}
/*END-首页*/

/* 底部 */
footer {
  background: #333;
}
.link{
  width: 100%;
  overflow: hidden;
  background-color: #cf142b;
  padding: 18px 0;
  line-height: 20px;
}
.link_title{
  float: left;
  font-size: 20px;
  color: #fff;
  padding-right: 20px;
  border-right: 1px solid #e78a95;
}
.link_title>span{
  float: left;
  font-size: 18px;
  margin-right: 15px;
}
.link_txt{
  display: block;
  overflow: hidden;
  line-height: 20px;
}
.link_txt>a{
  float: left;
  font-size: 16px;
  color: #fff;
  margin: 0 15px;
}
.link_txt>a:hover{
  color: #fff;
  text-decoration: underline;
}

.footer{
  width: 100%;
  overflow: hidden;
  padding: 30px 0;
  border-bottom: 1px solid #696969;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.footer_left{
  width: 28.25%;
  float: left;
}
.footer_logo{
  display: block;
  overflow: hidden;
}
.footer_logo img{
  display: block;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.footer_txt{
  display: block;
  overflow: hidden;
  padding-top: 35px;
  line-height: 36px;
  font-size: 14px;
  color: #fff;
}

.footer_cp{
  width: 30.75%;
  float: left;
  border-left: 1px solid #696969;
  padding: 0 4.5%;
}
.footer_p{
  float: left;
  line-height: 45px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
.footer_p::after{
  content: "";
  display: block;
  overflow: hidden;
  width: 64px;
  height: 1px;
  background-color: #fff;
}
.footer_ul{
  width: 100%;
  float: left;
  margin-top: 10px;
}
.footer_ul li{
  width: 50%;
  float: left;
  line-height: 36px;
}
.footer_ul li>a{
  font-size: 14px;
  color: #fff;
}
.footer_ul li>a:hover{
  font-weight: bold;
  text-decoration: underline;
}

.footer_news{
  width: 15.25%;
  float: left;
  border-left: 1px solid #696969;
  border-right: 1px solid #696969;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
}
.footer_news .footer_p{
  height: 46px;
}
.footer_news .footer_p::after {
  width: 100%;
  float: left;
}
.footer_news .footer_ul li {
  width: 100%;
  text-align: center;
}

.footer_right{
  width: 25.75%;
  float: left;
  padding-left: 5%;
}
.footer_right img{
  display: block;
  max-width: 135px;
  height: auto;
  margin: 0 auto;
}
.footer_dianhua{
  display: block;
  overflow: hidden;
  margin-top: 15px;
  font-size: 14px;
  color: #cdcdcd;
  line-height: 38px;
}
.footer_dianhua>span{
  float: right;
  font-family: Impact;
  font-size: 30px;
  color: #ffc500;
}
.footer_txts{
  display: block;
  overflow: hidden;
  margin-top: 5px;
  line-height: 24px;
  font-size: 14px;
  color: #cdcdcd;
  text-align: center;
}

.copyright{
  width: 100%;
  overflow: hidden;
  text-align: center;
  line-height: 24px;
  padding: 10px 0;
  color: #cdcdcd;
  font-size: 12px;
}
.copyright a{
  color: #cdcdcd;
  margin: 0 5px;
}
.copyright a:hover{
  color: #fff;
  text-decoration: underline;
}
/* END-底部 */

/* 关于我们 */
.main{
	width: 100%;
	overflow: hidden;
	padding: 60px 0;
}
.main_left{
	width: 220px;
	float: left;
}
.about{
	width: 100%;
	float: left;
  margin-bottom: 25px;
}
.about_title{
	display: block;
	overflow: hidden;
	background: url(../images/about_jiantou.jpg) no-repeat right top #3a3a3a;
  padding: 26px 0 26px 20px;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
}
.about_p{
  line-height: 40px;
  font-size: 30px;
  font-weight: bold;
}
.about_sp{
  line-height: 24px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}
.about_ul{
	display: block;
	overflow: hidden;
}
.about_ul>li{
	display: block;
	overflow: hidden;
  margin-top: 1px;
}
.about_ul>li>a{
	display: block;
	overflow: hidden;
	height: 48px;
	line-height: 48px;
  background-color: #efefef;
	font-size: 16px;
	color: #404040;
  padding: 0 20px;
}
.about_ul>li>a>span{
  float: right;
  font-size: 18px;
  transition: initial;
}
.about_ul>li:hover>a,
.about_ul>li.about_on>a{
	background-color: #cf142b;
	color: #fff;
}
.about_B{
  display: block;
  overflow: hidden;
  padding-top: 6px;
}
.about_B>img{
  width: 100%;
  display: block;
  height: auto;
}
.about_txt{
  display: block;
  overflow: hidden;
  background-color: #f6f6f6;
  font-size: 14px;
  color: #404040;
  line-height: 30px;
  padding: 10px;
}

.main_right{
	width: 955px;
	float: right;
}
.dqwz_title{
	width: 100%;
	float: left;
  height: 53px;
  line-height: 52px;
	border-bottom: 1px solid #e3e3e3;
}
.dqwz_p{
  float: left;
  font-size: 16px;
	color: #3a3a3a;
}
.dqwz_nav{
  float: right;
  height: 53px;
  border-bottom: 2px solid #3a3a3a;
  font-size: 14px;
  color: #989898;
  padding-left: 10px;
}
.dqwz_nav>span{
  color: #cf142b;
}
.dqwz_contect{
	width: 100%;
	float: left;
	padding-top: 30px;
}
.company{
	display: block;
	overflow: hidden;
	font-size: 14px;
	line-height: 30px;
	color: #333;
}
.company img{
	display: block;
	max-width: 100%;
	height: auto;
	margin: 10px auto;
}
/* END-关于我们 */

/* 产品展示 */
.cpzs_ul1{
  display: block;
  overflow: hidden;
  width: 930px;
}
.cpzs_ul1 li{
  width: 285px;
  float: left;
  margin: 0 25px 25px 0;
}
.cpzs_ul1 li>a{
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}
.cpzs_ul1 li>a::before{
  content: "";
  display: block;
  padding-top: 82.80702%;
}
.cpzs_ul1 li>a .cpzs_txt{
  width: 100%;
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background-color: rgba(51,51,51,0.8);
  padding: 0 10px;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.cpzs_ul1 li>a:hover img{
  transform: scale(1.1);
}
.cpzs_ul1 li>a:hover .cpzs_txt{
  background-color: rgba(207,20,43,0.8);
}

.cpxq{
  display: block;
  overflow: hidden;
}
.cpxq_left{
  width: 60%;
  float: left;
  padding-right: 20px;
}
.cpxq_p{
  display: block;
  overflow: hidden;
  line-height: 40px;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
}
.cpxq_text{
  display: block;
  overflow: hidden;
  line-height: 24px;
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
  min-height: 144px;
}
.cpxq_list{
  display: block;
  overflow: hidden;
}
.cpxq_list>li{
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
}
.cpxq_list>li>span{
  width: 140px;
  float: left;
  line-height: 24px;
  background-color: #f1f1f1;
  font-size: 16px;
  color: #666;
  padding: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.cpxq_list>li>div{
  width: calc(100% - 150px);
  float: right;
  line-height: 24px;
  color: #666;
  padding: 10px;
  display: flex;
  align-items: center;
  background-color: #f1f1f1;
}
.cpxq_more{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cpxq_more>a{
  width: calc(50% - 10px);
  float: left;
  height: 40px;
  line-height: 40px;
  background-color: #cf142b;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.cpxq_more>div{
  width: calc(50% - 10px);
  float: left;
  height: 40px;
  line-height: 40px;
   color: #cf142b;
   font-size: 20px;
   background: url(../images/hf_dianhua2.png) no-repeat left center;
   background-size: contain;
   padding-left: 50px;
   font-weight: bold;
}



.cpxq_right{
  width: 40%;
  float: right;
}
.cpxq_right img{
  display: block;
  overflow: hidden;
  width: 100%;
  height: auto;
}


.cpxq_txt{
  width: 100%;
  float: left;
  margin-top: 20px;
  font-size: 14px;
  line-height: 30px;
  color: #333;
}
.cpxq_title{
  display: block;
  overflow: hidden;
  text-align: center;
  line-height: 30px;
  padding: 15px;
  background-color: #f1f1f1;
  font-size: 20px;
  color: #000;
  margin: 20px 0;
}

.cpxq_txt img{
  display: block;
  overflow: hidden;
  max-width: 85%;
  height: auto;
  margin: 10px auto;
}

.cpxq_txt table{
  display: block;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  margin: 10px auto;
}
/* END-产品展示 */

/* 新闻资讯 */
.xw_ul{
  display: block;
  overflow: hidden;
}
.xw_ul li{
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}
.xw_ul li>a{
  width: 100%;
  float: left;
  display: flex;
	border: 1px solid #ccc;
	padding: 20px;
}
.xw_ul li>a .news_img{
  width: 250px;
  overflow: hidden;
  position: relative;
	border: 1px solid #ccc;
}
.xw_ul li>a .news_R{
  width: calc(100% - 250px);
  float: left;
	padding-left: 20px;
}
.xw_ul li>a .news_p{
  display: block;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #333;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.xw_ul li>a .news_B{
  display: block;
  overflow: hidden;
	margin-top: 10px;
}
.xw_ul li>a .news_B .news_txt{
  display: block;
  overflow: hidden;
  height: 120px;
  line-height: 30px;
  font-size: 14px;
  color: #666;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.xw_ul li>a:hover .news_img img{
  transform: scale(1.1);
}
.xw_ul li>a:hover{
	border-color: #cf142b;
}
.xw_ul li>a:hover .news_p{
  color: #cf142b;
}

.xwxq{
  display: block;
  overflow: hidden;
}
.xwxq_p{
  display: block;
  overflow: hidden;
  line-height: 1;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  text-align: center;
}
.xwxq_sp{
  display: block;
  overflow: hidden;
  line-height: 20px;
  font-size: 14px;
  color: #666;
  padding: 5px 0;
  text-align: center;
  border-bottom: 1px dashed #ccc;
}
.xwxq_txt{
  display: block;
  overflow: hidden;
  padding-top: 20px;
  font-size: 14px;
  color: #333;
  line-height: 30px;
}
.xwxq_txt img{
  display: block;
  max-width: 100%;
  height: auto;
  margin: 10px auto;
}
/* END-新闻资讯 */

/* 在线留言 */
.zxly_form{
  display: block;
  max-width: 500px;
	margin: 0 auto;
}
.zxly_B{
  width: 100%;
  float: left;
  margin-bottom: 20px;
}
.zxly_sp{
  width: 50px;
  float: left;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: #333;
  padding-right: 10px;
}
.zxly_inp1{
  width: calc(100% - 50px);
  float: left;
  height: 40px;
  background-color: #f3f3f3;
  font-size: 16px;
  color: #333;
  padding: 0 10px;
}
.zxly_inp2{
  width: calc(100% - 50px);
  float: left;
  height: 200px;
  background-color: #f3f3f3;
  font-size: 16px;
  color: #333;
  padding: 10px;
  line-height: 20px;
}
.zxly_btn{
  width: calc(100% - 50px);
  float: right;
  height: 50px;
  background-color: #cf142b;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
  outline: none;
}
/* END-在线留言 */

/* 联系我们 */
.contact_txt {
  display: block;
  overflow: hidden;
  font-size: 14px;
  color: #333;
  line-height: 30px;
}
.contact_map {
  width: 100%;
  overflow: hidden;
  height: 400px;
  border: none;
  margin-top: 20px;
}
/* END-联系我们 */

@media (max-width: 1420px) {
  .header>.container{
    max-width: 97%;
  }
  
}
@media (max-width: 1220px) {
.logo {
  width: 30%;
}
nav {
  width: 68%;
}
  
  
  
/* 首页 */
.cpzs {
  padding: 40px 0;
}
.cpzs_nav{
  width: 101%;
  margin-left: -0.5%;
}
.cpzs_nav li {
  width: 15.6666%;
  margin: 0 0.5% 1% 0.5%;
}
.cpzs_ul {
  width: 102%;
  margin-left: -1%;
}
.cpzs_ul li {
  width: 23%;
  margin: 0 1% 25px 1%;
}
.hf_left {
  width: 57%;
}
.hf_p {
  font-size: 25px;
}
.hf_sp {
  font-size: 20px;
}
.hf_right {
  width: 43%;
}

.gsjj {
  padding: 40px 0;
}
.ys {
  padding: 40px 0;
}
.ys_ul li {
  margin-top: 40px;
}

.case {
  padding: 40px 0;
}
.case-prev,
.case-next {
  left: 0;
}
.case-next {
  left: initial;
  right: 0;
}

.news {
  padding: 15px 0 40px 0;
}
/* END-首页 */

/* 底部 */
.link_txt>a {
  margin: 0 10px;
}
.footer_left {
  padding-right: 2%;
}
.footer_cp {
  padding: 0 2.5%;
}
.footer_right {
  padding-left: 1%;
}
/* END-底部 */

/* 关于我们 */
.main{
	padding: 40px 0;
}
.main_left{
	width: 24%;
}
.main_right{
	width: 74%;
}
/* END-关于我们 */

/* 产品展示 */
.cpzs_ul1{
  width: 102%;
  margin-left: -1%;
}
.cpzs_ul1 li{
  width: 31.3333%;
  margin: 0 1% 25px 1%;
}
/* 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: #cf142b;
  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);
}

/* 头部 */
.logo {
  width: 100%;
}

/* 导航 */
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;
}

.search {
  padding: 15px 0;
}
.search_form {
  width: 100%;
}
.search_txt {
  width: 100%;
  float: left;
}
/* END-头部 */

/* 首页 */
.cpzs {
  padding: 30px 0;
}
.cpzs_nav li {
  width: 24%;
}
.cpzs_ul li {
  width: 31.3333%;
  margin: 0 1% 20px 1%;
}

.hf {
  background-position: left top;
}
.hf_left {
  width: 100%;
  padding: 10px 0;
  text-align: center;
}
.hf_right {
  width: 100%;
  padding: 10px 0;
  justify-content: center;
}
.hf_right::before {
  display: none;
}
.hf_right::after {
  width: calc(100% + 40px);
  left: -20px;
  background-color: #cf142b;
}
.hf_dianhua {
  background: url(../images/hf_dianhua.png) no-repeat left center;
  background-size: contain;
  padding-left: 50px;
  line-height: 40px;
  font-size: 16px;
}
.hf_dianhua>span {
  font-size: 30px;
  margin-left: 15px;
}

.gsjj {
  padding: 30px 0;
}
.gsjj_txt {
  margin-top: 15px;
  line-height: 24px;
  height: 144px;
}
.gsjj_left>.cpzs_more {
  margin-top: 15px;
}

.ys {
  padding: 20px 0;
}
.ys_ul li {
  margin-top: 20px;
}

.case {
  padding: 20px 0;
}
.case_contect {
  margin-top: 20px;
}
.case .cpzs_more {
  margin-top: 20px;
}

.news {
  padding: 15px 0 20px 0;
}
.news_left .news_B {
  padding: 10px;
}
.news_ul li .news_p {
  padding-left: 20px;
}
.news_ul li .news_B {
  margin-left: 20px;
  padding: 10px;
}
.news .cpzs_more {
  margin-top: 20px;
}
/* END-首页 */

/* 关于我们 */
.main{
	padding: 30px 0;
}
.main_left{
	width: 29%;
}
.main_right{
	width: 69%;
}
/* END-关于我们 */

/* 产品展示 */
.cpzs_ul1 li{
  margin: 0 1% 2% 1%;
}

.cpxq_left{
  width: 100%;
  margin-top: 20px;
}
.cpxq_right{
  width: 100%;
}
.cpxq_text{
  min-height: inherit;
}
.cpxq_more>a {
  width: calc(44% - 10px);
  font-size: 15px;
}
.cpxq_more>div {
  width: calc(56% - 10px);
  font-size: 18px;
}


/* END-产品展示 */

/* 新闻资讯 */
.xw_ul li>a .news_img{
  width: 200px;
}
.xw_ul li>a .news_R{
  width: calc(100% - 200px);
}
/* 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%;
  padding: 10px 0;
}
.logo a {
  width: 100%;
}
.search {
  padding: 10px 0;
}
.search_txt{
  padding: 8px 0 0 0;
}
.search_txt>span {
  font-size: 14px;
}
.search_txt>a {
  font-size: 14px;
  margin: 0 5px;
}
/* END-头部 */

/* 首页 */
.cpzs {
  padding: 10px 0;
}
.cpzs_p>span {
  padding: 0 10px;
  font-size: 20px;
  line-height: 30px;
}
.cpzs_sp {
  line-height: 20px;
  font-size: 14px;
}
.cpzs_nav {
  padding-top: 10px;
}
.cpzs_nav li {
  width: 32.3333%;
}
.cpzs_nav li>a {
  height: 34px;
  line-height: 32px;
  font-size: 14px;
}
.cpzs_ul {
  padding-top: 10px;
}
.cpzs_ul li {
  width: 48%;
  margin: 0 1% 2% 1%;
}
.cpzs_ul li>a .cpzs_txt {
  height: 38px;
  line-height: 38px;
  font-size: 14px;
}
.cpzs_more>a {
  width: 160px;
  height: 40px;
  border-radius: 20px;
  line-height: 30px;
}
.cpzs_more>a>span {
  width: 30px;
  height: 30px;
}

.hf_p {
  font-size: 18px;
  line-height: 24px;
}
.hf_sp {
  font-size: 14px;
  line-height: 20px;
}

.gsjj {
  padding: 10px 0;
}
.gsjj_contect {
  padding-top: 10px;
  flex-direction: column-reverse;
}
.gsjj_left {
  width: 100%;
  margin-top: 10px;
}
.gsjj_title {
  line-height: 24px;
  font-size: 16px;
}
.gsjj_title>span {
  font-size: 20px;
  margin-right: 5px;
}
.gsjj_title::after {
  margin-top: 5px;
}
.gsjj_txt {
  margin-top: 5px;
  font-size: 14px;
  line-height: 24px;
	height: auto;
	-webkit-line-clamp: initial;
}
.gsjj_left>.cpzs_more {
  justify-content: center;
  margin-top: 10px;
}
.gsjj_right {
  width: 100%;
}

.ys {
  padding: 10px 0;
}
.ys_ul li {
  margin-top: 10px;
}
.ys_ul li .ys_left {
  width: 100%;
}
.ys_ul li .ys_right {
  width: 100%;
}
.ys_ul li .ys_right .ys_txt {
  line-height: 22px;
  height: auto;
  font-size: 14px;
  margin-top: 5px;
}

.case {
  padding: 10px 0;
}
.case_contect {
  margin-top: 10px;
}
.case-imgbox .case_txt {
  height: 38px;
  line-height: 38px;
  font-size: 14px;
}
.case .cpzs_more {
  margin-top: 10px;
}

.news {
  padding: 10px 0;
}
.news_nav {
  padding-top: 10px;
}
.news_nav li {
  width: 31.3333%;
  margin: 0 1% 2% 1%;
}
.news_nav li>a {
  height: 36px;
  line-height: 34px;
  font-size: 14px;
}
.news_left {
  width: 100%;
  margin-top: 0;
}
.news_left>a{
  width: 100%;
  float: left;
  display: flex;
}
.news_left>a .news_B {
  padding: 5px;
}
.news_left>a .news_left .news_img {
  width: 140px;
  float: left;
}
.news_left>a .news_R{
  width: calc(100% - 140px);
  float: left;
}
.news_left>a .news_p {
  height:30px;
  line-height: 30px;
  padding-left: 10px;
}
.news_left>a .news_B .news_txt {
  height: 44px;
  line-height: 22px;
}

.news_ul {
  width: 100%;
  margin-top: 10px;
}
.news_ul li .news_p {
  height: 30px;
  line-height: 30px;
  padding-left: 15px;
}
.news_ul li .news_B {
  margin-left: 15px;
  padding: 5px;
}
.news_ul li .news_B .news_txt {
  height: 44px;
  line-height: 22px;
}
.news .cpzs_more {
  margin-top: 10px;
}
/* END-首页 */

/* 底部 */
.link {
  padding: 10px 0;
}
.link_title {
  width: 100%;
  font-size: 16px;
  padding-right: 0;
  border-right: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.link_title>span {
  float: none;
  font-size: 18px;
  margin-right: 5px;
}
.link_title::after{
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  margin: 5px auto 0 auto;
}
.link_txt {
  width: 100%;
  float: left;
  padding: 10px 0 0 0;
}
.link_txt>a {
  margin: 0 5px;
  font-size: 12px;
}

.copyright {
  line-height: 20px;
}
/* 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: 38px;
  line-height: 38px;
  font-size: 14px;
}
.main_right{
	width: 100%;
}
.dqwz_contect{
	padding: 10px 0;
}
.company{
	line-height: 24px;
}
/* END-关于我们 */

/* 产品展示 */
.cpzs_ul1 li{
  width: 48%;
}
.cpzs_ul1 li>a .cpzs_txt {
  height: 38px;
  line-height: 38px;
  font-size: 14px;
}
.cpxq_txt {
  line-height: 24px;
}
/* END-产品展示 */

/* 新闻资讯 */
.xw_ul li{
  margin-bottom: 10px;
}
.xw_ul li>a{
	padding: 5px;
}
.xw_ul li>a .news_img{
  width: 140px;
}
.xw_ul li>a .news_R{
  width: calc(100% - 140px);
	padding-left: 10px;
}
.xw_ul li>a .news_B{
	margin-top: 5px;
}
.xw_ul li>a .news_B .news_txt {
  height: 60px;
  line-height: 20px;
	-webkit-line-clamp: 3;
}

.xwxq_p{
  font-size: 16px;
}
.xwxq_sp{
  line-height: 18px;
}
.xwxq_txt{
  padding-top: 10px;
  line-height: 24px;
}
/* END-新闻资讯 */

/* 在线留言 */
.zxly_B{
  margin-bottom: 10px;
}
.zxly_sp{
  height: 34px;
  line-height: 34px;
  font-size: 14px;
}
.zxly_inp1{
  height: 34px;
  font-size: 14px;
}
.zxly_inp2{
  height: 170px;
  font-size: 14px;
  padding: 5px 10px;
}
.zxly_btn{
  height: 40px;
}
/* END-在线留言 */

/* 联系我们 */
.contact_txt {
  line-height: 24px;
}
.contact_map {
  height: 250px;
  margin-top: 10px;
}
/* END-联系我们 */
.cpxq_img img{
  display: block;
  overflow: hidden;
  max-width: 85% !important;
  height: auto;
  margin: 0 auto;
}
.cpxq_txt img{
  display: block;
  overflow: hidden;
  max-width: 85% !important;
  height: auto;
  margin: 10px auto;
}

}

/* 手机底部组件 */
.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: #cf142b;
  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: #cf142b;
  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-手机底部组件 */