/* 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";

/* 顶部 */
.topbox {
  width: 100%;
  background-color: #f1f1f1;
  line-height: 36px;
  font-size: 14px;
  color: #282828;
}
.topbox a {
  color: #282828;
  margin: 0 10px;
}
.topbox a:last-child{
  margin: 0 0 0 10px;
}
.topbox a:hover {
  color: #fa8e07;
  text-decoration: underline;
}

/* 头部 */
.header {
  width: 100%;
  padding: 25px 0;
}


.logo img {
  width: 100%;
  display: block;
  height: auto;
}
.header_dianhua {
  line-height: 32px;
  color: #131313;
  font-size: 24px;
  background: url(../images/header_dianhua.png) no-repeat left center;
  padding-left: 50px;
  margin-top: 10px;
  font-weight: bold;
}
.header_dianhua span{
  float: left;
  font-size: 16px;
  font-weight: normal;
}

/* 导航 */
nav {
  background: #2a85fc;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999999;
}
.layui-nav{
  width: calc(100% - 40px);
  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: 16.666666%;
  line-height: 60px;
}
.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: #fa8e07;
}
.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 0 0;
  border: none;
  line-height: 40px;
  background-color: rgba(42,133,252,0.8);
  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: #fa8e07;
  color: #fff;
}

.nav_form{
  width: 40px;
  float: left;
  position: relative;
}
.nav_ss{
  float: right;
  height: 60px;
  display: flex;
  align-items: center;
}
.nav_ss>img{
  cursor: pointer;
}
.nav_box{
  display: none;
  width: 400px;
  float: left;
  position: absolute;
  right: 0;
  top: 100%;
  border: 2px solid #fa8e07;
}
.nav_inp1{
  width: calc(100% - 60px);
  float: left;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #000;
  padding: 0 10px;
}
.nav_btn{
  width: 60px;
  float: left;
  height: 40px;
  background-color: #fa8e07;
  background-image: url(../images/search_ss.png);
  background-position: center;
  background-repeat: no-repeat;
  font-size: 16px;
  color: #fff;
  outline: none;
  cursor: pointer;
}

/*banner大图*/
.banner {
  width: 100%;
  position: relative;
}
.banner-imgbox .swiper-slide img {
  width: 100%;
  display: block;
  height: auto;
}
/*圆点*/
.banner-imgbox .swiper-pagination {
  bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.banner-imgbox .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #2a85fc;
  opacity: 1;
  border-radius: 50%;
}
.banner-imgbox>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px;
}
.banner-imgbox .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fa8e07;
}
/*箭头*/
.banner-prev,
.banner-next{
  left: 2%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 70px;
  font-size: 30px;
  color: #fff;
  background-color: rgba(0,0,0,0.6);
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  z-index: 999999;
  transition: all 0.4s;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.banner-next{
  left: initial;
  right: 2%;
}
.banner-imgbox:hover .banner-next,
.banner-imgbox:hover .banner-prev  {
  opacity: 1;
}

/* 搜索 */
.search{
  width: 100%;
  overflow: hidden;
  background-color: #2a85fc;
}
.search>.container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.search_form{
  width: 550px;
  float: right;
  margin: 20px 0;
  border:2px solid #fff;
}
.search_B{
  width: calc(100% - 108px);
  float: left;
}
.search_p{
  width: 122px;
  float: left;
  height: 38px;
  line-height: 38px;
  color: #fff;
  font-size: 14px;
}
.search_p>span{
  float: right;
  background: url(../images/search_icon1.png) no-repeat left center;
  padding-left: 24px;
}
.search_inp1{
  width: calc(100% - 122px);
  float: left;
  height: 38px;
  line-height: 38px;
  padding: 0 10px;
  color: #fff;
  font-size: 14px;
  background: none;
}
.search_btn{
  width: 108px;
  float: left;
  height: 38px;
  background-color: #fff;
  background-image: url(../images/search_btn.png);
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  outline: none;
  cursor: pointer;
}

.search_title{
  width: 43.25%;
  float: left;
  display: flex;
  background-color: #fa8e07;
  position: relative;
  padding: 15px 0;
}
.search_title::before{
  content: "";
  width: 2000px;
  height: 100%;
  float: left;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #fa8e07;
}
.search_title::after{
  content: "";
  width:0;
  height:0;
  border-left: 34px solid #fa8e07;
  border-top: 41px solid transparent;
  border-bottom: 41px solid transparent;
  position: absolute;
  right: -34px;
  top: 0;
}
.search_txt{
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 9;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
  text-transform: uppercase;
  background: url(../images/iconcheck.png) no-repeat left center;
  padding-left: 74px;
}
.search_txt>span{
  display: block;
  overflow: hidden;
  line-height: 28px;
  font-size: 22px;
}
/* END */

/* 首页 */
.fwxm{
  width: 100%;
  overflow: hidden;
  padding: 65px 0;
}
.fwxm_title{
  display: block;
  overflow: hidden;
  text-align: center;
}
.fwxm_p{
  display: flex;
  justify-content: center;
}
.fwxm_p>span{
  float: left;
  line-height: 48px;
  padding: 0 25px;
  font-size: 44px;
  color: #32465a;
  opacity: 0.2;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
}
.fwxm_p>span::before{
  content: "";
  width: 114px;
  height: 1px;
  background-color: #d8dcdf;
  float: left;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.fwxm_p>span::after{
  content: "";
  width: 114px;
  height: 1px;
  background-color: #d8dcdf;
  float: left;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.fwxm_sp{
  line-height: 36px;
  margin-top: -22px;
  position: relative;
  z-index: 5;
  font-size: 26px;
  color: #2a85fc;
  font-weight: bold; display:none;
}
.fwxm_nav{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
  padding: 50px 30px 0 30px;
}
.fwxm_nav>li{
  width: 164px;
  float: left;
  margin: 5px 13px;
}
.fwxm_nav>li>a{
  display: block;
  overflow: hidden;
  height: 50px;
  line-height: 48px;
  text-align: center;
  border: 1px solid #2a85fc;
  font-size: 16px;
  color: #2a85fc;
  font-weight: bold;
}
.fwxm_nav>li:hover>a,
.fwxm_nav>li.fwxm_active>a{
  background-color: #2a85fc;
  color: #fff;
}
.fwxm_contect{
  display: block;
  overflow: hidden;
  padding: 5px 40px 0 40px;
}
.fwxm_contect>div{
  display: none;
}
.fwxm_contect>div:first-child{
  display: block;
}
.fwxm_ul{
  display: block;
  width: 1180px;
}
.fwxm_ul::after{
  content: "";
  display: block;
  clear: both;
}
.fwxm_ul li{
  width: 264px;
  float: left;
  margin: 30px 15px 0 15px;

}
.fwxm_ul li .fwxm_img{
  width: 100%;
  overflow: hidden;
  position: relative;
  border:1px solid #c1c7cd;
}
.fwxm_ul li .fwxm_img::before{
  content: "";
  display: block;
  padding-top: 73.2194%;
}
.fwxm_ul li .fwxm_img .fwxm_hover{
  width: 0;
  overflow: hidden;
  height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  background-color: rgba(0,0,0,0.3);
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.fwxm_ul li .fwxm_img .fwxm_hover>img{
  float: left;
}
.fwxm_ul li .fwxm_txt{
  display: block;
  overflow: hidden;
  border: 1px solid #c1c7cd;
  border-top: none;
  padding: 10px;
  line-height: 20px;
  font-size: 14px;
  color: #999;
  text-align: center;
  text-transform: uppercase; white-space:nowrap; text-overflow:ellipsis;
}
.fwxm_ul li .fwxm_txt>span{
  display: block;
  overflow: hidden;
  line-height: 28px;
  font-size: 16px;
  color: #333;white-space:nowrap; text-overflow:ellipsis;
}
.fwxm_ul li:hover{
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
}
.fwxm_ul li:hover .fwxm_img img{
  transform: scale(1.1);
}
.fwxm_ul li:hover .fwxm_img .fwxm_hover{
  width: 100%;
  height: 100%;
}
.fwxm_ul li:hover .fwxm_txt{
  background-color: #2a85fc;
  border-color: #2a85fc;
  color: #fff;
}
.fwxm_ul li:hover .fwxm_txt>span{
  color: #fff;
}

.gsjj{
  width: 100%;
  overflow: hidden;
  background: url(../images/gsjj_bj.jpg) no-repeat center center;
  background-size: cover;
  padding: 50px 0;
}
.gsjj .fwxm_p>span{
  color: #fff;
}
.gsjj .fwxm_p>span::before,
.gsjj .fwxm_p>span::after{
  background-color: #fff;
}
.gsjj .fwxm_sp{
  color: #fff; display:none;
}
.gsjj_txt{
  display: block;
  overflow: hidden;
  margin-top: 45px;
  color: #fff;
  text-align: left;
  font-size: 16px;
  line-height: 34px;
  min-height: 170px;
  padding: 0 60px;
}
.gsjj_more{
  display: block;
  overflow: hidden;
  padding-top: 10px;
}
.gsjj_more>a{
  width: 190px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  display: block;
  overflow: hidden;
  margin: 0 auto;
  background-color: #fa8e07;
  font-size: 18px;
  color: #fff;
}
.gsjj_more>a:hover{
  background-color: #fff;
  color: #fa8e07;
}

.hf{
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.hf_left{
  width: 39.5%;
  float: left;
  overflow: hidden;
  position: relative;
}
.hf_right{
  width: 60.5%;
  float: left;
  padding: 30px 0;
}
.hf_ul{
  display: block;
  overflow: hidden;
  max-width: 800px;
}
.hf_ul li{
  width: 25%;
  float: left;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 24px 0 15px 0;
  cursor: pointer;
}
.hf_ul li>img{
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  transition: all 0.8s;
}
.hf_ul li>span{
  display: block;
  overflow: hidden;
  margin-top: 10px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  font-size: 18px;
  color: #333;
  transition: all 0.4s;
}
.hf_ul li:nth-child(4n){
  border-right: none;
}
.hf_ul li:hover>img{
  transform: rotateY(360deg);
}
.hf_ul li:hover>span{
  color: #fa8e07;
}

.veh{
  width: 100%;
  overflow: hidden;
  padding: 50px 0;
}
.veh_nav{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
  padding: 50px 20px 0 20px;
}
.veh_nav>li{
  width: 192px;
  float: left;
  margin: 5px 20px;
}
.veh_nav>li>a{
  display: block;
  overflow: hidden;
  height: 50px;
  line-height: 48px;
  text-align: center;
  border: 1px solid #2a85fc;
  font-size: 16px;
  color: #2a85fc;
  font-weight: bold;
}
.veh_nav>li:hover>a,
.veh_nav>li.veh_active>a{
  background-color: #2a85fc;
  color: #fff;
}
.veh_contect{
  display: block;
  overflow: hidden;
  padding: 35px 10px 0 10px;
}
.veh_contect>div{
  display: none;
}
.veh_contect>div:first-child{
  display: block;
}
.veh_ul{
  display: block;
  width: 1180px;
}
.veh_ul::after{
  content: "";
  display: block;
  clear: both;
}
.veh_ul li{
  width: 262px;
  float: left;
  margin: 0 16px 30px 16px;
}
.veh_ul li .veh_img{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.veh_ul li .veh_img::before{
  content: "";
  display: block;
  padding-top: 73.2194%;
}
.veh_ul li .veh_txt{
  display: block;
  overflow: hidden;
  border: 1px solid #c1c7cd;
  border-top: none;
  line-height: 44px;
  height: 44px;
  font-size: 16px;
  color: #333;
  text-align: center;
}
.veh_ul li:hover .veh_img img{
  transform: scale(1.1);
}
.veh_ul li:hover .veh_txt{
  background-color: #2a85fc;
  border-color: #2a85fc;
  color: #fff;
}

.news{
  width: 100%;
  overflow: hidden;
  padding: 50px 0;
  background: url(../images/news_bj.jpg) no-repeat center center;
  background-size: cover;
}
.news_nav{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
  padding: 50px 20px 0 20px;
}
.news_nav>li{
  width: 192px;
  float: left;
  margin: 5px 20px;
}
.news_nav>li>a{
  display: block;
  overflow: hidden;
  height: 50px;
  line-height: 48px;
  text-align: center;
  border: 1px solid #2a85fc;
  font-size: 16px;
  color: #2a85fc;
  font-weight: bold;
}
.news_nav>li:hover>a,
.news_nav>li.news_active>a{
  background-color: #2a85fc;
  color: #fff;
}
.news_contect{
  display: block;
  overflow: hidden;
  padding-top: 50px;
}
.news_contect>div{
  display: none;
}
.news_contect>div:first-child{
  display: block;
}
.news_left{
  width: calc(50% - 15px);
  float: left;
}
.news_left li{
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #dededf;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.news_left li .news_img{
  width: 74px;
  float: left;
  overflow: hidden;
  position: relative;
  margin-right: 25px;
}
.news_left li .news_img::before{
  content: "";
  display: block;
  padding-top: 100%;
}
.news_left li .news_p{
  display: block;
  overflow: hidden;
  height: 22px;
  line-height: 22px;
  font-size: 16px;
  color: #333;
  text-overflow:ellipsis;
  white-space: nowrap;
  transition: all 0.4s;
}
.news_left li .news_txt{
  display: block;
  overflow: hidden;
  margin-top: 10px;
  height: 52px;
  line-height: 26px;
  font-size: 14px;
  color: #666;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient: vertical;
}
.news_left li:hover .news_img img{
  transform: scale(1.1);
}
.news_left li:hover .news_p{
  color: #2a85fc;
}
.news_left li:last-child{
  padding: 0;
  margin: 0;
  border-bottom: none;
}

.news_right{
  width: calc(50% - 15px);
  float: right;
}
.news_right li{
  display: block;
  overflow: hidden;
  border: 1px solid #c1c1c1;
  margin-bottom: 10px;
}
.news_right li:last-child{
  margin: 0;
}
.news_right li .news_p{
  display: block;
  overflow: hidden;
}
.news_right li .news_p>a{
  display: block;
  overflow: hidden;
  height: 48px;
  line-height: 48px;
  padding: 0 20px 0 50px;
  background-image: url(../images/news_jia.png);
  background-position: 20px center;
  background-repeat: no-repeat;
  font-size: 16px;
  color: #333;
}
.news_right li .news_box{
  display: none;
  width: 100%;
  overflow: hidden;
  border-top: 1px solid #c1c1c1;
  padding: 15px 15px 30px 50px;
}
.news_right li .news_box .news_img{
  width: 116px;
  float: left;
  overflow: hidden;
  position: relative;
  margin-right: 15px;
}
.news_right li .news_box .news_img::before{
  content: "";
  display: block;
  padding-top: 100%;
}
.news_right li .news_box .news_txt{
  display: block;
  overflow: hidden;
  font-size: 14px;
  color: #666;
  line-height: 24px;
  height: 120px;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.news_right li .news_p>a:hover{
  color: #2a85fc;
}
.news_right li.news_actived .news_p>a{
  background-image: url(../images/news_jian.png);
}
.news_right li:first-child .news_box{
  display: block;
}
/* END-首页 */

/* 底部 */
.footer{
  width: 100%;
  overflow: hidden;
  background: url(../images/footer_bj.jpg) no-repeat center center;
  background-size: cover;
}
.footer_nav{
  width: 100%;
  float: left;
  border-bottom: 1px solid rgba(255,255,255,0.3);
  margin-bottom: 35px;
}
.footer_nav_left{
  width: calc(100% - 140px);
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 15px 0;
  line-height: 26px;
  font-size: 16px;
  color: rgba(255,255,255,0.6);
}
.footer_nav_left a{
  color: rgba(255,255,255,0.6);
}
.footer_nav_left a:hover{
  color: rgba(255,255,255,1);
  text-decoration: underline;
}
.footer_nav_right{
  width: 140px;
  float: left;
  text-align: right;
  padding: 15px 0;
  line-height: 26px;
  font-size: 16px;
}
.footer_nav_right>a{
  color: #fff;
}
.footer_nav_right>a:hover{
  color: #fff;
  text-decoration: underline;
}

.footer_left{
  width: 61.25%;
  float: left;
}
.footer_p{
  display: block;
  overflow: hidden;
  line-height: 32px;
  font-size: 22px;
  color: #fff;
  margin-bottom: 15px;
}
.footer_contect{
  display: block;
  overflow: hidden;
}
.footer_wxB{
  width: 200px;
  float: left;
  padding-top: 10px;
}
.footer_wxB .footer_wx{
  width: 100%;
  max-width: 180px;
}
.footer_wxB .footer_wx span{
  display: block;
  overflow: hidden;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: rgba(255,255,255,0.7);
}
.footer_txt{
  display: block;
  overflow: hidden;
  padding: 0 45px 0 35px;
  color: #fff;
  line-height: 36px;
  font-size: 16px;
}

.footer_txt>p:last-child{
  padding-left: 35px;
  background: url(../images/footer_shuitao.png) no-repeat left center;
}

.footer_right{
  width: 38.75%;
  float: right;
}
.zxly_form{
  display: block;
  overflow: hidden;
  padding-top: 10px;
}
.zxly_B{
  width: calc(50% - 8px);
  background-color: #fff;
}
.zxly_sp{
  width: 44px;
  float: left;
  height: 40px;
  line-height: 40px;
  text-align: right;
  font-size: 14px;
  color: #666;
}
.zxly_B1{
  width: 100%;
  background-color: #fff;
  margin-top: 15px;
}
.zxly_inp1{
  width: calc(100% - 44px);
  float: left;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  font-size: 14px;
  color: #666;
}
.zxly_inp2{
  width: calc(100% - 44px);
  float: left;
  height: 90px;
  line-height: 30px;
  padding: 8px 10px;
  font-size: 14px;
  color: #666;
}
.zxly_btn{
  width: 100%;
  float: left;
  margin-top: 20px;
}
.zxly_btn>button{
  width: 138px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background-color: #fa8e07;
  font-size: 14px;
  color: #fff;
  display: block;
  margin: 0 auto;
}
.lxwm_txt{
  width: 100%;
  overflow: hidden;
  text-align: center;
  padding: 15px 0 20px 0;
  line-height: 24px;
  font-size: 16px;
  color: #fff;
}

.copyright{
  width: 100%;
  overflow: hidden;
  background-color: #333;
  text-align: center;
  line-height: 24px;
  padding: 15px 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: 60px 0;
}
.main_left{
  width: 290px;
  float: left;
}
.about{
  width: 100%;
  float: left;
}
.about_title{
  display: block;
  overflow: hidden;
  background-color: #2a85fc;
  padding: 20px 0 20px 30px;
  color: #fff;
}
.about_title .about_T{
  float: left;
  height: 66px;
  line-height: 66px;
  font-size: 80px;
  text-transform: uppercase;
  margin-right: 10px;
}
.about_title .about_p{
  display: block;
  overflow: hidden;
  line-height: 38px;
  font-size: 24px;
}
.about_title .about_sp{
  display: block;
  overflow: hidden;
  line-height: 28px;
  font-size: 18px;
  text-transform: uppercase;
}
.about_ul{
  display: block;
  overflow: hidden;
  border: 1px solid #d2d2d2;
}
.about_ul>li{
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #d2d2d2;
}
.about_ul>li:last-child{
  border-bottom: none;
}
.about_ul>li>a{
  display: block;
  overflow: hidden;
  padding: 0 20px;
}
.about_ul>li>a>em{
  float: right;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  background-color: #b3b3b3;
  font-size: 18px;
  color: #fff;
  margin-top: 13px;
  transition: all 0.4s;
}
.about_ul>li>a>span{
  display: block;
  overflow: hidden;
  height: 46px;
  line-height: 46px;
  text-overflow:ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #4c4c4c;
  background: url(../images/about_li.png) no-repeat left center;
  transition: all 0.4s;
  padding-left: 25px;
}
.about_ul>li:hover>a>em,
.about_ul>li.about_on>a>em{
  background-color: #2a85fc;
  color: #fff;
}
.about_ul>li:hover>a>span,
.about_ul>li.about_on>a>span{
  background: url(../images/about_hover.png) no-repeat left center;
  color: #2a85fc;
}

.about_B{
  display: block;
  overflow: hidden;
  border: 1px solid #d2d2d2;
  border-top: none;
  padding-top: 30px;
}
.about_title1{
  display: block;
  overflow: hidden;
  background-color: #f2f2f2;
  padding: 20px 0 20px 22px;
}
.about_title1 .about_T{
  float: left;
  height: 38px;
  line-height: 38px;
  text-transform: uppercase;
  font-size: 48px;
  color: #2a85fc;
  margin-right: 5px;
}
.about_title1 .about_p{
  line-height: 24px;
  font-size: 14px;
  color: #2a85fc;
}
.about_title1 .about_sp{
  line-height: 14px;
  font-size: 12px;
  color: #2a85fc;
  text-transform: uppercase;
}
.about_txt{
  display: block;
  overflow: hidden;
  font-size: 14px;
  color: #2a85fc;
  line-height: 28px;
  padding: 15px;
}
.main_right{
  width: 870px;
  float: right;
}
.dqwz_title{
  width: 100%;
  float: left;
  height: 45px;
  line-height: 42px;
  border-bottom: 2px solid #f0f0f0;
}
.dqwz_p{
  float: left;
  height: 45px;
  border-bottom: 3px solid #2a85fc;
  font-size: 20px;
  color: #2a85fc;
  font-weight: bold;
  padding-right: 5px;
  margin-right: 5px;
}
.dqwz_sp{
  float: left;
  font-size: 14px;
  color: #666;
  text-transform: uppercase;
}
.dqwz_nav{
  float: right;
  font-size: 14px;
  color: #666;
  background: url(../images/dqwz_logo.png) no-repeat left center;
  padding-left: 26px;
}
.dqwz_nav>span{
  color: #2a85fc;
}
.dqwz_contect{
  width: 100%;
  float: left;
  padding-top: 30px;
}
.company{
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 30px;
  color: #333;
  min-height:400px;
}
/* END-关于我们 */

/* 服务项目 */
.cp_ul{
  display: block;
  width: 888px;
}
.cp_ul::after{
  content: "";
  clear: both;
  display: block;
}
.cp_ul li{
  width: 278px;
  float: left;
  margin: 0 18px 18px 0;
}
.cp_ul li .cp_img{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cp_ul li .cp_img::before{
  content: "";
  display: block;
  padding-top: 75.5396%;
}
.cp_ul li .cp_txt{
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #b3b3b3;
  line-height: 24px;
  padding: 15px 0;
  font-size: 16px;
  color: #333;
}
.cp_ul li .cp_txt>span{
  width: 24px;
  float: right;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background-color: #b3b3b3;
  border-radius: 3px;
  font-size: 18px;
  color: #fff;
}
.cp_ul li:hover{
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.cp_ul li:hover .cp_img img{
  transform: scale(1.1);
}
.cp_ul li:hover .cp_txt{
  padding: 15px 20px;
  color: #2a85fc;
}

.cpxq{
  display: block;
  overflow: hidden;
}
.cpxq_p{
  display: block;
  overflow: hidden;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  color: #333;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 10px;
}
.cpxq_txt{
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 30px;
  color: #333;
}
.cpxq_txt img{
  display: block;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  margin: 10px auto;
}

.cp_bottom{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 20px 0;
}
.cp_bottom>a{
  float: left;
  border: 1px solid #c9c9c9;
  line-height: 18px;
  padding: 4px 10px;
  font-size: 14px;
  color: #666;
  margin: 2px;
}
.cp_bottom>span{
  float: left;
  border: 1px solid #c9c9c9;
  line-height: 18px;
  padding: 4px 10px;
  font-size: 14px;
  color: #666;
  margin: 2px;
}
.cp_bottom>a:hover,
.cp_bottom>a.cp_actived{
  border-color: #2a85fc;
  background-color: #2a85fc;
  color: #fff;
}
/* END-服务项目 */

/* 资讯动态 */
.xw_ul{
  display: block;
  overflow: hidden;
}
.xw_ul li{
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #dededf;
  padding-bottom: 15px;
  margin-bottom: 10px;
}
.xw_ul li .news_img{
  width: 90px;
  float: left;
  overflow: hidden;
  position: relative;
  margin-right: 15px;
}
.xw_ul li .news_img::before{
  content: "";
  display: block;
  padding-top: 85%;
}
.xw_ul li .news_p{
  display: block;
  overflow: hidden;
  height: 22px;
  line-height: 22px;
  font-size: 16px;
  color: #333;
  text-overflow:ellipsis;
  white-space: nowrap;
  transition: all 0.4s;
}
.xw_ul li .news_txt{
  display: block;
  overflow: hidden;
  margin-top: 5px;
  height: 52px;
  line-height: 26px;
  font-size: 14px;
  color: #666;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient: vertical;
}
.xw_ul li:hover .news_img img{
  transform: scale(1.1);
}
.xw_ul li:hover .news_p{
  color: #2a85fc;
}
.xw_ul li:last-child{
  padding: 0;
  margin: 0;
  border-bottom: none;
}

.xwxq{
  display: block;
  overflow: hidden;
}
.xwxq_p{
  display: block;
  overflow: hidden;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
}
.xwxq_sp{
  display: block;
  overflow: hidden;
  text-align: center;
  line-height: 18px;
  font-size: 12px;
  color: #666;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 10px;
}
.xwxq_txt{
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 30px;
  color: #333;
}
.xwxq_txt img{
  display: block;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  margin: 10px auto;
}
/* END-资讯动态 */

/* 在线留言 */
.message_form{
  display: block;
  overflow: hidden;
  max-width: 500px;
  margin: 0 auto;
}
.message_form .zxly_B{
  width: 100%;
  border: 1px solid #ccc;
  margin-bottom: 10px;
}
.message_form .zxly_B1{
  border: 1px solid #ccc;
  margin: 0;
}
/* END-在线留言 */

/*联系我们*/
.contact_txt {
  display: block;
  overflow: hidden;
  font-size: 15px;
  color: #333;
  line-height: 30px;
}
.contact_txt table{text-align: center;width: 100% !important;}
.contact_txt table tr td{text-align: center;word-wrap:break-word;word-break:break-all;}
.contact_map {
  width: 100%;
  overflow: hidden;
  height: 350px;
  border: none;
  margin-top: 20px;
}
/*END-联系我们*/

@media (max-width: 1220px) {
/* 头部 */
.header {
  padding: 25px 0;
}
.header_dianhua {
  font-size: 16px;
}
.header_dianhua span {
  font-size: 14px;
}
.search_form {
  width: 48%;
}
/* END_头部 */

/* 首页 */
.fwxm {
  padding: 40px 0;
}
.fwxm_nav {
  padding: 40px 0 0 0;
}
.fwxm_nav>li {
  width: 15.6666%;
  margin: 5px 0.5%;
}
.fwxm_contect {
  padding: 5px 0 0 0;
}
.fwxm_ul {
  width: 102%;
  margin-left: -1%;
}
.fwxm_ul li {
  width: 31.3333%;
  margin: 30px 1% 0 1%;
}

.gsjj {
  padding: 40px 0;
}
.gsjj_txt {
  margin-top: 30px;
  font-size: 18px;
  line-height: 30px;
  padding: 0;
}

.hf_right {
  padding: 20px 0;
}

.veh {
  padding: 40px 0;
}
.veh_nav {
  padding: 40px 0 0 0;
}
.veh_nav>li {
  width: 19%;
  margin: 5px 0.5%;
}
.veh_contect {
  padding: 30px 0 0 0;
}
.veh_ul {
  width: 102%;
  margin-left: -1%;
}
.veh_ul li {
  width: 31.3333%;
  margin: 0 1% 30px 1%;
}

.news {
  padding: 40px 0;
}
.news_nav {
  padding: 40px 0 0 0;
}
.news_nav>li {
  width: 19%;
  margin: 5px 0.5%;
}
.news_contect {
  padding-top: 40px;
}
/* END-首页 */

/* 底部 */
.footer_left {
  width: 68%;
}
.footer_right {
  width: 32%;
}
.footer_txt {
  padding: 0 15px;
  line-height: 32px;
}
/* END-底部 */

/* 关于我们 */
.main{
  padding: 40px 0;
}
.main_left{
  width: 28%;
}
.main_right{
  width: 70%;
}
/* END-关于我们 */

/* 服务项目 */
.cp_ul{
  width: 102%;
  margin-left: -1%;
}
.cp_ul li{
  width: 31.3333%;
  margin: 0 1% 18px 1%;
}
.cp_bottom{
  padding: 10px 0;
}
/* 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: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99999999;
  background-size: 100% 100%;
}
.icon-menu>span {
  width: 100%;
  height: 5px;
  float: left;
  background: #2a85fc;
  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);
}

/* 头部 */
.header {
  padding: 20px 0;
  position: fixed;
  background-color: #fff;
  top:0;
  z-index: 9999;
  box-shadow: 10px 10px 10px rgba(0,0,0,0.2);
}
nav {
  padding: 20px;
  background: none;
  position: fixed;
  background-color: rgba(42,133,252,0.8);
  width: 300px;
  height: 100%;
  left: -100%;
  transition: all 0.4s;
  z-index: 99999999;
}
.nav-actived{
  left: 0;
}
nav>.container{
  max-width: 100% !important;
}
.layui-nav{
  width: 100%;
}
.layui-nav .layui-nav-item{
  width: 100%;
  line-height: 50px;
  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: #fa8e07;
}
.layui-nav .layui-nav-item:hover a{
  color: #fff;
}
.layui-nav .layui-this{
  background-color: #fa8e07;
}
.layui-nav .layui-this a{
  color: #fff;
}

/*圆点*/
.banner-imgbox .swiper-pagination {
  bottom: 5px;
}
.banner-imgbox .swiper-pagination-bullet {
  width: 14px;
  height: 4px;
  border-radius: 0;
  transition: all 0.4s;
}
.banner-imgbox>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 2px;
}
.banner-imgbox .swiper-pagination-bullet-active {
  width: 20px;
}
/* END-头部 */

/* 首页 */
.search_title {
  width: 35%;
}
.search_txt {
  padding-left: 60px;
}
.search_form {
  width: 55%;
}

.fwxm {
  padding: 20px 0;
}
.fwxm_nav {
  padding: 20px 0 0 0;
}
.fwxm_ul li {
  margin: 20px 1% 0 1%;
}
.fwxm_ul li .fwxm_txt {
  padding: 5px;
}

.gsjj {
  padding: 20px 0;
}
.gsjj_txt {
  margin-top: 15px;
  font-size: 16px;
}

.hf_right {
  padding: 10px 0;
}
.hf_ul li {
  padding: 10px 0;

}

.veh {
  padding: 20px 0;
}
.veh_nav {
  padding: 20px 0 0 0;
}
.veh_contect {
  padding: 20px 0 0 0;
}
.veh_ul li {
  margin: 0 1% 20px 1%;
}

.news {
  padding: 20px 0;
}
.news_nav {
  padding: 20px 0 0 0;
}
.news_nav>li {
  width: 32.3333%;
}
.news_contect {
  padding-top: 20px;
}
.news_left li .news_img {
  margin-right: 15px;
}
/* END-首页 */

/* 底部 */
.footer_nav {
  margin-bottom: 20px;
}
.footer_nav_left {
  width: calc(100% - 100px);
}
.footer_nav_right {
  width: 100px;
}
.footer_txt {
  padding: 0 20px;
  line-height: 30px;
}
.footer_txt>p {
  width: 100%;
}
.footer_txt>p:last-child {
  padding-left: 0;
  background: none;
}
/* END-底部 */

/* 关于我们 */
.main{
  padding: 20px 0;
}
.main_left{
  width: 32%;
}
.about_title {
  padding: 15px 0 15px 10px;
}
.about_B {
  padding-top: 15px;
}
.about_title1 {
  padding: 15px 0 15px 10px;
}
.about_txt {
  line-height: 24px;
  padding: 10px;
}
.main_right{
  width: 66%;
}
.dqwz_contect {
  padding-top: 15px;
}
/* END-关于我们 */

/* 服务项目 */
.cp_ul li{
  width: 48%;
}
/* END-服务项目 */

}

@media (max-width: 767px) {
/* 导航按钮 */
.icon-menu {
  width: 30px;
  height: 21px;
}
.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);
}

/* 头部 */
.header{
  padding: 10px 0;
}
.logo{
  width: 65%;
}
.logo a {
  width: 100%;
}
nav{
  padding: 10px;
}
.layui-nav .layui-nav-item{
  line-height: 40px;
}
/* END-头部 */

/* 首页 */
.search>.container {
  flex-direction: column-reverse;
}
.search_title {
  width: 100%;
  padding: 10px;
  display: flex;
  justify-content: center;
}
.search_title::before {
  right: -50px;
}
.search_title::after {
  display: none;
}
.search_txt {
  font-size: 14px;
  line-height: 20px;
  padding-left: 50px;
}
.search_txt>span {
  line-height: 24px;
  font-size: 18px;
}
.search_form {
  width: 100%;
  margin: 10px 0;
}
.search_B {
  width: calc(100% - 50px);
}
.search_btn {
  width: 50px;
}
.search_p {
  width: 100px;
  font-size: 12px;
}
.search_p>span {
  padding-left: 20px;
}
.search_inp1 {
  width: calc(100% - 100px);
}

.fwxm {
  padding: 10px 0;
}
.fwxm_p>span {
  line-height: 30px;
  padding: 0 10px;
  font-size: 30px;
}
.fwxm_sp {
  line-height: 24px;
  margin-top: -15px;
  font-size: 18px;
}
.fwxm_nav {
  padding: 10px 0 0 0;
}
.fwxm_nav>li {
  width: 32.3333%;
  margin: 0 0.5% 4px 0.5%;
}
.fwxm_nav>li>a {
  height: 40px;
  line-height: 38px;
  font-size: 14px;
}
.fwxm_contect {
  padding: 0;
}
.fwxm_ul li {
  width: 48%;
  margin: 10px 1% 0 1%;
}
.fwxm_ul li .fwxm_txt {
  line-height: 16px;
  font-size: 12px;
}
.fwxm_ul li .fwxm_txt>span {
  line-height: 24px;
}

.gsjj {
  padding: 10px 0;
}
.gsjj_txt {
  margin-top: 5px;
  font-size: 14px;
  line-height: 22px;
}
.gsjj_more>a {
  width: 110px;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
}

.hf_left {
  width: 100%;
}
.hf_left::before{
  content: "";
  display: block;
  padding-top: 50%;
}
.hf_right {
  width: 100%;
  padding: 0;
}
.hf_ul li>img {
  height: 30px;
}
.hf_ul li>span {
  margin-top: 5px;
  height: 24px;
  line-height: 24px;
  font-size: 16px;
}

.veh {
  padding: 10px 0;
}
.veh_nav {
  padding: 10px 0 0 0;
}
.veh_nav>li {
  width: 32.3333%;
  margin: 0 0.5% 4px 0.5%;
}
.veh_nav>li>a {
  height: 40px;
  line-height: 38px;
  font-size: 14px;
}
.veh_contect {
  padding: 0;
}
.veh_ul li {
  width: 48%;
  margin: 10px 1% 0 1%;
}
.veh_ul li .veh_txt {
  line-height: 38px;
  height: 38px;
  font-size: 14px;
}

.news {
  padding: 10px 0;
}
.news_nav {
  padding: 10px 0 0 0;
}
.news_nav>li {
  width: 49%;
  margin: 0 0.5% 4px 0.5%;
}
.news_nav>li>a {
  height: 40px;
  line-height: 38px;
  font-size: 14px;
}
.news_contect {
  padding-top: 10px;
}
.news_left {
  width: 100%;
}
.news_left li {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.news_left li .news_img {
  margin-right: 10px;
}
.news_left li .news_txt {
  margin-top: 5px;
  height: 40px;
  line-height: 20px;
}
.news_right {
  width: 100%;
  margin-top: 10px;
}
.news_right li .news_p>a {
  height: 40px;
  line-height: 40px;
  padding: 0 10px 0 35px;
  background-position: 10px center;
}
.news_right li .news_box {
  padding: 10px;
}
.news_right li .news_box .news_img {
  width: 100px;
  margin-right: 10px;
}
.news_right li .news_box .news_txt {
  line-height: 20px;
  height: 100px;
}
/* END-首页 */

/* 底部 */
.footer_nav {
  margin-bottom: 0;
  border-bottom: none;
}
.footer_nav_left {
  width: 100%;
  padding: 10px 0;
  line-height: 20px;
  font-size: 14px;
  justify-content: center;
}
.footer_nav_left a {
  margin: 0 4px;
}
.copyright {
  line-height: 20px;
  padding: 10px;
}
/* END-底部 */

/* 关于我们 */
.main{
  padding: 0;
}
.main_left{
  width: 100%;
}
.about_title {
  width: calc(100% + 20px);
  margin-left: -10px;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  border-top: 2px solid #fff;
  position: relative;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
.about_title::after{
  content: "\e7ee";
  font-family: "icon-font" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.about_ul{
  display: none;
}
.about_ul>li>a {
  padding: 0 10px;
}
.about_ul>li>a>em {
  margin-top: 9px;
}
.about_ul>li>a>span {
  height: 38px;
  line-height: 38px;
  font-size: 14px;
}
.main_right{
  width: 100%;
}
.dqwz_contect {
  padding: 10px 0;
}
.company{
  line-height: 24px;
}
/* END-关于我们 */

/* 服务项目 */
.cp_ul li{
  margin: 0 1% 10px 1%;
}
.cp_ul li .cp_txt {
  padding: 5px 0;
  font-size: 14px;
}
.cp_ul li .cp_txt>span {
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 14px;
  margin-top: 3px;
}
.cp_ul li:hover .cp_txt {
  padding: 5px;
  color: #2a85fc;
}
.cp_bottom {
  padding: 5px 0;
}
.cp_bottom>a {
  line-height: 16px;
  padding: 2px 6px;
  font-size: 12px;
}
.cp_bottom>span {
  line-height: 16px;
  padding: 2px 6px;
  font-size: 12px;
}
.cpxq_p{
  line-height: 24px;
  font-size: 16px;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.cpxq_txt{
  line-height: 24px;
}
.cpxq_txt img{
  margin: 5px auto;
}
/* END-服务项目 */

/* 资讯动态 */
.xw_ul li {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.xw_ul li .news_img {
  margin-right: 10px;
}
.xw_ul li .news_txt {
  margin-top: 5px;
  height: 40px;
  line-height: 20px;
}
.xwxq_p{
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 5px;
}
.xwxq_sp{
  line-height: 16px;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.xwxq_txt{
  line-height: 24px;
}
.xwxq_txt img{
  margin: 5px auto;
}
/* END-资讯动态 */

/*联系我们*/
.contact_txt{
  line-height: 24px;
}
.contact_map {
  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: 999999;
  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: #2a85fc;
  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: #fa8e07;
  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 */
.sss table {
    padding: 5px;
    width: 100%;
    border: 1px solid #dedede
}

.sss table tr td {
    padding: 5px;
    background: #f5f5f5;
    border: 1px solid #dedede
}

.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;}