/* 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";

/* 头部 */
.header {
  width: 100%;
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.header>.container{
  width: 97%;
  display: flex;
  max-width: 1600px !important;
  justify-content: space-between;
}
.logo{
  padding: 9px 0;
}
.logo > a{
  width: 401px;
}
.logo img {
  width: 100%;
  display: block;
  height: auto;
}
.header_dianhua {
  display: flex;
  align-items: center;
  line-height: 40px;
  color: #acacac;
  font-size: 12px;
  background: url(../images/header_dianhua.png) no-repeat left center;
  padding-left: 48px;
}
.header_dianhua span{
  float: right;
  font-size: 36px;
  color: #ae2f33;
  font-family: Impact;
  margin-left: 10px;
}

/* 导航 */
nav {
  width: auto !important;
  display: flex;
}
.layui-nav{
  height: 100%;
  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: auto;
  height: 100%;
}
.layui-nav .layui-nav-item > a{
  height: 100%;
  padding: 0 25px;
  text-align: center;
  font-size: 16px;
  color: #282828;
  position: relative;
  z-index: 1001;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.layui-nav .layui-nav-more{
    display: none;
}
.layui-nav .layui-this:after,
.layui-nav-bar,
.layui-nav-tree .layui-nav-itemed:after {
  height: 3px;
  background-color: #ae2f33;
  bottom: initial;
  top: 0 !important;
}
.layui-nav .layui-nav-item a:hover,
.layui-nav .layui-this a{
  color: #ae2f33;
  font-weight: bold;
}
.layui-nav .layui-nav-item:hover > a{
  color: #ae2f33;
  font-weight: bold;
}

/* 导航下拉 */
.layui-nav-child{
  top: 100%;
  padding: 2px 0 0 0;
  border: none;
  line-height: 40px;
  background-color: rgba(40,40,40,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: #ae2f33;
  color: #fff;
}

/*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: #282828;
  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: #282828;
}
/*箭头*/
.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(40,40,40,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;
  padding: 25px 0;
  box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
}
.search_form{
  width: 33%;
  float: right;
}
.search_inp1{
  width: calc(100% - 96px);
  float: left;
  border: 2px solid #dfdfdf;
  height: 30px;
  line-height: 26px;
  padding: 0 30px 0 10px;
  color: #333;
  font-size: 14px;
  background: url(../images/search_ss.png) no-repeat calc(100% - 10px) center;
}
.search_inp1::-webkit-input-placeholder{
  color: #aeaeae;
  font-size: 12px;
}
.search_inp1:-moz-placeholder{
  color: #aeaeae;
  font-size: 12px;
}
.search_btn{
  width: 88px;
  float: right;
  height: 30px;
  background-color: #ae2f33;
  border: none;
  outline: none;
  cursor: pointer;
  color: #fff;
  font-size: 12px;
}
.search_txt{
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 14px;
  color: #333;
}
.search_txt > a{
  margin: 0 15px;
  color: #333;
}
.search_txt > a:hover{
  color: #ae2f33;
  text-decoration: underline;
}
/* END */

/* 首页 */
.cpzx{
  width: 100%;
  overflow: hidden;
  padding: 50px 0;
  background-image: linear-gradient(#f8f8f8,#fff);
}
.main_left{
  width: 234px;
  float: left;
  box-shadow: 0 0 5px rgba(0,0,0,0.25);
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
}
.about{
  width: 100%;
  float: left;
}
.about_title{
  display: block;
  overflow: hidden;
  height: 56px;
  line-height: 56px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  background-color: #212121;
  background-image: url(../images/about_title_yuan.png);
  background-position: left top;
  background-repeat: no-repeat;
}
.about_ul{
  display: block;
  overflow: hidden;
  border-radius: 10px;
  padding: 12px;
}
.about_ul>li{
  display: block;
  overflow: hidden;
}
.about_ul>li>a{
  width: 100%;
  float: left;
  height: 50px;
  border-bottom: 1px solid #e9e9e9;
  padding: 0 15px;
}
.about_ul>li>a>span{
  max-width: 100%;
  float: left;
  overflow: hidden;
  height: 50px;
  line-height: 48px;
  border-bottom: 2px solid transparent;
  font-size: 16px;
  color: #333;
  background: url(../images/about_li.png) no-repeat left center;
  padding-left: 26px;
  text-overflow:ellipsis;
  white-space: nowrap;
  transition: all 0.4s;
}
.about_ul>li:hover>a>span,
.about_ul>li.about_on>a>span{
  border-bottom: 2px solid #ae2f33;
  color: #ae2f33;
}
.about_dl{
  display: none;
  width: 100%;
  float: left;
  padding: 10px 15px 0 15px;
}
.about_dl dd a{
  display: block;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #333;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.about_dl dd a>span{
  float: left;
  color: #999;
  margin-right: 10px;
}
.about_dl dd a:hover{
  color: #ae2f33;
}

.main_right{
  width: 932px;
  float: right;
}
.cpzx_ul{
  display: block;
  overflow: hidden;
  width: 948px;
}
.cpzx_ul li{
  width: 300px;
  float: left;
  margin: 0 16px 30px 0;
}
.cpzx_ul li a{
  display: block;
  overflow: hidden;
  border: 1px solid #f2f2f2;
}
.cpzx_ul li a .cpzx_img{
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  background-color: #fff;
}
.cpzx_ul li a .cpzx_img::before{
  content: "";
  display: block;
  padding-top: 74.6667%;
}
.cpzx_ul li a .cpzx_txt{
  display: block;
  overflow: hidden;
  height: 66px;
  line-height: 66px;
  text-align: center;
  font-size: 16px;
  color: #333;
  background-color: #fff;
}
.cpzx_ul li a:hover .cpzx_img img{
  transform: scale(1.1);
}
.cpzx_ul li a:hover .cpzx_txt{
  color: #ae2f33;
  font-weight: bold;
}












.cpzx_ul1{
  display: block;
  overflow: hidden;
  width: 948px;
}
.cpzx_ul1 li{
  width: 300px;
  float: left;
  margin: 0 16px 30px 0;
}
.cpzx_ul1 li a{
  display: block;
  overflow: hidden;
  border: 1px solid #f2f2f2;
}
.cpzx_ul1 li a .cpzx_img{
  width: 100%;
  overflow: hidden;
  border-bottom: 1px solid #f2f2f2;
  position: relative;
  background-color: #fff;
}
.cpzx_ul1 li a .cpzx_img::before{
  content: "";
  display: block;
  padding-top: 87.6667%;
}
.cpzx_ul1 li a .cpzx_txt{
  display: block;
  overflow: hidden;
  height: 66px;
  line-height: 66px;
  text-align: center;
  font-size: 16px;
  color: #333;
  background-color: #fff;
}
.cpzx_ul1 li a:hover .cpzx_img img{
  transform: scale(1.1);
}
.cpzx_ul1 li a:hover .cpzx_txt{
  color: #ae2f33;
  font-weight: bold;
}




.motion{
  width: 100%;
  overflow: hidden;
  background-color: #ae2f33;
  padding-top: 45px;
}
.motion_title{
  display: block;
  overflow: hidden;
  text-align: center;
}
.motion_p{
  line-height: 50px;
  font-size: 36px;
  color: #fff;
  font-weight: bold;
}
.motion_p::after{
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background-color: #fff;
  margin: 5px auto 10px auto;
}
.motion_sp{
  line-height: 24px;
  font-size: 16px;
  color: #fff;
}
.motion_contect{
  margin-top: 35px;
  overflow: hidden;
}
.motion_ul{
  display: flex;
  flex-wrap: wrap;
}
.motion_ul li{
  width: 21.333%;
  float: left;
  transition: all 0.4s;
}
.motion_ul li>a{
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  max-height: 625px;
  min-height: 625px;
}
.motion_ul li>a::before{
  content: "";
  display: block;
  padding-top: 206.0811%;
}
.motion_ul li>a::after{
  content: "";
  width: 100%;
  float: left;
  height: 100%;
  background-color: rgba(0,0,0,0.5);
  position: absolute;
  left: 0;
  top: 0;
  transition: all 0.4;
  opacity: 1;
}
.motion_ul li>a .motion_hover{
  width: 100%;
  float: left;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  transition: all 0.4s;
  z-index: 5;
  padding: 50px 40px;
  background-color: rgba(174,47,51,0);
  z-index: 5;
}
.motion_ul li>a .motion_hover .motion_icon{
  width: 100%;
  overflow: hidden;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
  transition: all 0.4s;
}
.motion_ul li>a .motion_hover .motion_icon>img{
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.motion_ul li>a .motion_hover .motion_tit{
  display: block;
  color: #fff;
  line-height: 42px;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
}
.motion_ul li>a .motion_hover .motion_txt{
  display: block;
  overflow: hidden;
  color: #fff;
  line-height: 30px;
  margin-top: 0;
  height: 0;
  font-size: 16px;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  transition: all 0.4s;
}
.motion_ul li>a .motion_hover .motion_more{
  display: block;
  overflow: hidden;
  height: 0;
  line-height: 22px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  transition: all 0.4s;
}
.motion_ul li:nth-child(3){
  width: 36%;
}
.motion_ul li:nth-child(3)>a::after{
  opacity: 0;
}
.motion_ul li:nth-child(3)>a .motion_hover{
  width: 66%;
  background-color: rgba(174,47,51,0.9);
}
.motion_ul li:nth-child(3)>a .motion_hover .motion_icon{
  height: 0;
  margin: 0;
}
.motion_ul li:nth-child(3)>a .motion_hover .motion_txt{
  margin-top: 20px;
  height: 120px;
}
.motion_ul li:nth-child(3)>a .motion_hover .motion_more{
  height: 22px;
}
.motion_ul:hover li{
  width: 16%;
}
.motion_ul:hover li>a::after{
  opacity: 1;
}
.motion_ul:hover li>a .motion_hover{
  width: 100%;
  background-color: rgba(174,47,51,0);
}
.motion_ul:hover li>a .motion_hover .motion_icon{
  height: 80px;
  margin: 0 0 35px 0;
}
.motion_ul:hover li>a .motion_hover .motion_txt{
  margin-top: 0;
  height: 0;
}
.motion_ul:hover li>a .motion_hover .motion_more{
  height: 0;
}
.motion_ul li:hover{
  width: 36%;
}
.motion_ul li:hover>a::after{
  opacity: 0;
}
.motion_ul li:hover>a .motion_hover{
  width: 66%;
  background-color: rgba(174,47,51,0.9);
}
.motion_ul li:hover>a .motion_hover .motion_icon{
  height: 0;
  margin: 0;
}
.motion_ul li:hover>a .motion_hover .motion_txt{
  margin-top: 20px;
  height: 120px;
}
.motion_ul li:hover>a .motion_hover .motion_more{
  height: 22px;
}

.gsjj{
  width: 100%;
  overflow: hidden;
  background-color: #f5f5f5;
  padding: 45px 0;
}
.gsjj .motion_p,
.gsjj .motion_sp{
  color: #333;
}
.gsjj .motion_p>span{
  color: #ae2f33;
}
.gsjj .motion_p::after{
  background-color: #ae2f33;
}
.gsjj_contect{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-top: 30px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  padding: 15px 0;
}
.gsjj_img{
  width: 50%;
  float: left;
  overflow: hidden;
  position: relative;
}
.gsjj_img::before{
  content: "";
  display: block;
  padding-top: 61.66667%;
}
.gsjj_left{
  width: 50%;
  float: left;
  padding: 0 30px;
}
.gsjj_title{
  display: block;
  overflow: hidden;
  padding-top: 17px;
}
.gsjj_title img{
  display: block;
  max-width: 100%;
  height: auto;
}
.gsjj_txt{
  display: block;
  overflow: hidden;
  font-size: 14px;
  color: #333;
  line-height: 24px;
  margin-top: 18px;
  height: 192px;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:8;
  -webkit-box-orient: vertical;
}
.gsjj_more{
  display: block;
  overflow: hidden;
  padding: 24px 0 18px 0;
}
.gsjj_more>a{
  width: 124px;
  display: block;
  height: 34px;
  line-height: 30px;
  border: 2px solid #ae2f33;
  background-color: #ae2f33;
  font-size: 12px;
  color: #fff;
  text-align: center;
}
.gsjj_more>a:hover{
  background-color: #fff;
  color: #ae2f33;
}

.case{
  width: 100%;
  overflow: hidden;
  padding: 45px 0;
  background: url(../images/case_bj.jpg) no-repeat center center;
  background-size: cover;
}
.case_contect{
  margin-top: 20px;
  position: relative;
}
.case-imgbox .swiper-slide>a{
  display: block;
  overflow: hidden;
  border: 2px solid #efefef;
  background-color: #fff;
}
.case-imgbox .swiper-slide>a .case_img{
  width: 100%;
  overflow: hidden;
  border-bottom: 2px solid #efefef;
  position: relative;
}
.case-imgbox .swiper-slide>a .case_img::before{
  content: "";
  display: block;
  padding-top: 78.2313%;
}
.case-imgbox .swiper-slide>a .case_hover{
  width: 100%;
  height: 0;
  overflow: hidden;
  background-color: rgba(181,16,24,0.8);
  float: left;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.case-imgbox .swiper-slide>a .case_hover>img{
  float: left;
}
.case-imgbox .swiper-slide>a .case_txt{
  display: block;
  overflow: hidden;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  color: #404040;
  text-align: center;
}
.case-imgbox .swiper-slide>a:hover .case_img img{
  transform: scale(1.1);
}
.case-imgbox .swiper-slide>a:hover .case_hover{
  height: 100%;
}
.case-imgbox .swiper-slide>a:hover .case_txt{
  background-color: #ae2f33;
  color: #fff;
}
.case-prev,
.case-next{
  left: -50px;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  width: 30px;
  float: left;
  height: 60px;
  background-color: #fff;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  font-size: 20px;
  color: #ae2f33;
  cursor: pointer;
  transition: all 0.4s;
  z-index: 9;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
}
.case-next{
  left: initial;
  right: -50px;
}
.case-prev:hover,
.case-next:hover{
  background-color: #ae2f33;
  color: #fff;
}

.news{
  width: 100%;
  overflow: hidden;
  padding: 50px 0;
}
.news>.container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.news_left{
  width: 65.75%;
  float: left;
  border: 1px solid #eee;
  border-top: 3px solid #ae2f33;
}
.news_title{
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #eee;
  padding: 0 15px;
  line-height: 58px;
}
.news_p{
  float: left;
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.news_p>span{
  color: #ae2f33;
}
.news_more{
  float: right;
}
.news_more>a{
  font-size: 12px;
  color: #999;
}
.news_more>a:hover{
  color: #ae2f33;
  text-decoration: underline;
}
.news_contect{
  display: block;
  overflow: hidden;
}
.news_contect>a{
  display: block;
  overflow: hidden;
  padding: 2px;
}
.news_contect>a .news_img{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.news_contect>a .news_img::before{
  content: "";
  display: block;
  padding-top: 20.633%;
}
.news_contect>a .news_txtB{
  display: block;
  overflow: hidden;
  padding: 15px 10px;
}
.news_contect>a .news_txtB .news_pp{
  display: block;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #333;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.news_contect>a .news_txtB .news_pp>span{
  float: right;
  font-size: 12px;
  color: #999;
}
.news_contect>a .news_txtB .news_txt{
  display: block;
  overflow: hidden;
  height: 48px;
  line-height: 24px;
  font-size: 14px;
  color: #999;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient: vertical;
  margin-top: 5px;
}
.news_contect>a:hover .news_img img{
  transform: scale(1.1);
}
.news_contect>a:hover .news_txtB .news_pp{
  color: #ae2f33;
}

.news_ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
  padding: 5px 12px 0 12px;
}
.news_ul li{
  width: calc(50% - 15px);
  overflow: hidden;
  border-top: 1px dotted #999;
}
.news_ul li a{
  display: block;
  overflow: hidden;
  height: 48px;
  line-height: 48px;
  font-size: 14px;
  color: #333;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.news_ul li a>span{
  float: right;
  font-size: 12px;
  color: #999;
}
.news_ul li a:hover{
  color: #ae2f33;
}

.news_right{
  width: 31.75%;
  float: right;
  border: 1px solid #eee;
  border-top: 3px solid #ae2f33;
}
.que_ul{
  display: block;
  overflow: hidden;
  padding: 20px 15px;
}
.que_ul li{
  display: block;
  overflow: hidden;
  border-bottom: 1px dotted #999;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.que_ul li:last-child{
  margin: 0;
  padding: 0;
  border: none;
}
.que_ul li>a{
  display: block;
  overflow: hidden;
  height: 32px;
  line-height: 32px;
  text-overflow:ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #333;
  padding: 0 3px;
}
.que_ul li>a>span{
  width: 24px;
  float: left;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background-color: #212121;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  margin: 3px 10px 0 0;
}
.que_ul li .que_txtB{
  display: block;
  overflow: hidden;
  margin-top: 5px;
  padding: 0 3px;
}
.que_ul li .que_txtB>span{
  width: 24px;
  float: left;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background-color: #ae2f33;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  margin: 4px 10px 0 0;
}
.que_ul li .que_txt{
  display: block;
  overflow: hidden;
  height: 60px;
  line-height: 30px;
  font-size: 14px;
  color: #999;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient: vertical;
}
.que_ul li>a:hover{
  color: #ae2f33;
}
/* END-首页 */

/* 底部 */
footer {
  background: #212121;
}
.link{
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #505050;
  padding: 25px 0;
  line-height: 30px;
  color: #fff;
  font-size: 16px;
}
.link>span{
  float: left;
}
.link>a{
  color: #fff;
  margin: 0 5px;
}
.link>a:hover{
  color: #fff;
  text-decoration: underline;
}

.footer{
  display: block;
  overflow: hidden;
  padding: 30px 0;
}
.footer_left{
  float: left;
}
.footer_nav{
  display: block;
  overflow: hidden;
  line-height: 24px;
  font-size: 16px;
  color: #fff;
}
.footer_nav a{
  color: #fff;
  margin: 0 5px;
}
.footer_nav a:first-child{
  margin: 0 5px 0 0;
}
.footer_nav a:hover{
  color: #fff;
  text-decoration: underline;
}
.footer_txt{
  display: block;
  overflow: hidden;
  padding-top: 20px;
  line-height: 24px;
  font-size: 14px;
  color: #fff;
}
.footer_right{
  float: right;
}
.footer_right>img{
  width: 88px;
  float: left;
  height: 88px;
  margin-right: 15px;
}
.footer_wx{
  display: block;
  overflow: hidden;
  color: #fff;
  line-height: 20px;
  font-size: 12px;
}
.footer_wx>span:first-child{
  display: block;
  overflow: hidden;
  line-height: 22px;
  font-size: 16px;
}
.footer_wx>span:nth-child(2){
  display: block;
  overflow: hidden;
  line-height: 44px;
  font-size: 24px;
  font-weight: bold;
}

.copyright{
  width: 100%;
  overflow: hidden;
  background-color: #ae2f33;
  text-align: center;
  line-height: 20px;
  padding: 9px 0;
  color: #fff;
  font-size: 12px;
}
.copyright a{
  color: #fff;
  margin: 0 5px;
}
.copyright a:hover{
  color: #fff;
  text-decoration: underline;
}
/* END-底部 */

/* 关于我们 */
.main{
  width: 100%;
  overflow: hidden;
  padding: 50px 0;
}
.dqwz_title{
  width: 100%;
  float: left;
  border-bottom: 1px solid #f2f2f2;
  line-height: 56px;
  font-size: 14px;
  color: #333;
}
.dqwz_title>span{
  color: #ae2f33;
}
.dqwz_contect{
  width: 100%;
  float: left;
  padding-top: 20px;
}
.company{
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 30px;
  color: #333;
}
/* END-关于我们 */

/* 产品中心 */
.cpxq{
  display: block;
  overflow: hidden;
}
.cpxq_p{
  display: block;
  overflow: hidden;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  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;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
/* END-产品中心 */

/* 品牌中心 */
.brand_ul{
  display: block;
  overflow: hidden;
  width: 101%;
  margin-left: -0.5%;
}
.brand_ul li{
  width: 15.6666%;
  float: left;
  margin: 0 0.5% 1% 0.5%;
}
.brand_ul li a{
  width: 100%;
  float: left;
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #fff;
  position: relative;
}
.brand_ul li a::before{
  content: "";
  display: block;
  padding-top: 41.36126%;
}
.brand_ul li a:hover img{
  transform: scale(1.1);
}
/* END-品牌中心 */

/* 新闻中心 */
.xw_ul{
  display: block;
  overflow: hidden;
}
.xw_ul li{
  display: block;
  overflow: hidden;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dotted #999;
}
.xw_ul li>a{
  width: 100%;
  float: left;
  display: flex;
}
.xw_ul li>a .xw_img{
  width: 250px;
  float: left;
  overflow: hidden;
  position: relative;
}
.xw_ul li>a .xw_R{
  width: calc(100% - 250px);
  float: left;
  padding-left: 20px;
}
.xw_ul li>a .xw_R .xw_p{
  display: block;
  overflow: hidden;
  height: 34px;
  line-height: 34px;
  font-size: 16px;
  color: #333;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.xw_ul li>a .xw_R .xw_txt{
  display: block;
  overflow: hidden;
  height: 90px;
  line-height: 30px;
  font-size: 14px;
  color: #999;
  text-overflow:ellipsis;
  display: -webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient: vertical;
  margin: 3px 0;
}
.xw_ul li>a .xw_R .xw_sp{
  display: block;
  overflow: hidden;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  color: #999;
}
.xw_ul li>a:hover .xw_img img{
  transform: scale(1.1);
}
.xw_ul li>a:hover .xw_R .xw_p{
  color: #ae2f33;
}

.xwxq{
  display: block;
  overflow: hidden;
}
.xwxq_p{
  display: block;
  overflow: hidden;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
}
.xwxq_sp{
  display: block;
  overflow: hidden;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #999;
  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;
  padding-top: 10px;
}
.xwxq_txt img{
  display: block;
  max-width: 100%;
  height: auto;
  margin: 10px auto;
}
/* END-新闻中心 */

/*联系我们*/
.contact_txt {
  display: block;
  overflow: hidden;
  font-size: 14px;
  color: #333;
  line-height: 30px;
}
.contact_map {
  width: 100%;
  overflow: hidden;
  height: 350px;
  border: none;
  margin-top: 20px;
}
/*END-联系我们*/

@media (max-width: 1500px) {
  .layui-nav .layui-nav-item > a {
    padding: 0 20px;
  }
  .header_dianhua span {
    font-size: 30px;
  }
}
@media (max-width: 1400px) {
  .layui-nav .layui-nav-item > a {
    padding: 0 10px;
  }
  .header_dianhua span {
    font-size: 24px;
  }
}
@media (max-width: 1220px) {
  .logo > a {
    width: 300px;
  }
  .layui-nav .layui-nav-item > a {
    padding: 0 10px;
  }
  .header_dianhua {
    width: 170px;
    flex-wrap: wrap;
    line-height: 20px;
    align-content: center;
  }
  .header_dianhua span {
    font-size: 20px;
    width: 100%;
    line-height: 30px;
    margin: 0;
  }
/* 首页 */
.cpzx {
  padding: 40px 1%;
}
.main_left {
  width: 24%;
}
.main_right {
  width: 74%;
}
.cpzx_ul {
  width: 102%;
  margin-left: -1%;
}
.cpzx_ul li{
  width: 31.3333%;
  margin: 0 1% 30px 1%;
}


.cpzx_ul1 {
  width: 102%;
  margin-left: -1%;
}
.cpzx_ul1 li{
  width: 31.3333%;
  margin: 0 1% 30px 1%;
}


.motion{
  padding-top: 40px;
}
.motion_ul li>a{
  max-height: 500px;
  min-height: 500px;
}
.motion_ul li>a .motion_hover {
  padding: 40px 20px;
}
.motion_ul li>a .motion_hover .motion_tit {
  line-height: 38px;
  font-size: 26px;
}
.motion_ul li:nth-child(3)>a .motion_hover{
  width: 90%;
}
.motion_ul li:hover>a .motion_hover{
  width: 90%;
}

.gsjj{
  padding: 40px 0;
}
.case{
  padding: 40px 0;
}
.case-prev,
.case-next{
  left: 0;
}
.case-next{
  left: initial;
  right: 0;
}

.news {
  padding: 40px 0;
}
/* END-首页 */

/* 关于我们 */
.main{
  padding: 40px 0;
}
/* END-关于我们 */

/* 品牌中心 */
.brand_ul li{
  width: 19%;
}
/* 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-color: #ae2f33;
  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 > a {
  width: 401px;
}
nav {
  padding: 20px;
  background: none;
  position: fixed;
  background-color: rgba(32,32,32,0.8);
  width: 300px !important;
  height: 100%;
  left: -100%;
  transition: all 0.4s;
  z-index: 99999;
}
.nav-actived{
  left: 0;
}
nav>.container{
  max-width: 100% !important;
}
.layui-nav{
  width: 100%;
  height: 40%;
}
.layui-nav .layui-nav-item{
  width: 100%;
  height: 16.6666%;
  border-bottom: 1px solid #fff;
}
.layui-nav .layui-nav-item>a{
  color: #fff;
  padding: 0;
}
.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: #ae2f33;
}
.layui-nav .layui-nav-item:hover a{
  color: #fff;
}
.layui-nav .layui-this{
  background-color: #ae2f33;
}
.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;
}

.search {
  padding: 15px 0;
}
.search_txt > a {
  margin: 0 5px;;
}
/* END-头部 */

/* 首页 */
.cpzx {
  padding: 30px 0;
}
.main_left {
  width: 29%;
}
.main_right {
  width: 69%;
}
.cpzx_ul li{
  width: 48%;
  margin: 0 1% 20px 1%;
}
.cpzx_ul li a .cpzx_txt {
  height: 46px;
  line-height: 46px;
}
.cpzx_ul li:last-child{
  /*display: none;*/
}



.cpzx_ul1 li{
  width: 48%;
  margin: 0 1% 20px 1%;
}
.cpzx_ul1 li a .cpzx_txt {
  height: 46px;
  line-height: 46px;
}
.cpzx_ul1 li:last-child{
  display: none;
}


.motion {
  padding-top: 30px;
}
.motion_ul li>a{
  max-height: 350px;
  min-height: 350px;
}
.motion_ul li>a .motion_hover {
  padding: 10px;
}
.motion_ul li>a .motion_hover .motion_icon {
  height: 60px;
  margin-bottom: 15px;
}
.motion_ul li>a .motion_hover .motion_tit {
  line-height: 34px;
  font-size: 20px;
}
.motion_ul li:nth-child(3)>a .motion_hover .motion_txt {
  margin-top: 10px;
}
.motion_ul li:hover>a .motion_hover{
  margin-top: 10px;
}
.motion_ul li:hover>a .motion_hover .motion_txt {
  margin-top: 10px;
}

.gsjj {
  padding: 30px 0;
}
.gsjj_left {
  padding: 0 15px;
}
.gsjj_title {
  padding-top: 10px;
}
.gsjj_txt {
  margin-top: 10px;
}
.gsjj_more {
  padding: 15px 0;
}

.case {
  padding: 30px 0;
}

.news {
  padding: 30px 0;
}
.que_ul li {
  padding-bottom: 10px;
  margin-bottom: 10px;
}
/* END-首页 */

/* 底部 */
.link{
  padding: 15px 0;
}
.footer {
  padding: 20px 0;
}
.footer_left {
  width: 63%;
}
.footer_txt {
  padding-top: 10px;
}
/* END-底部 */

/* 关于我们 */
.main{
  padding: 30px 0;
}
/* END-关于我们 */

/* 品牌中心 */
.brand_ul li{
  width: 24%;
}
/* END-品牌中心 */

}

@media (max-width: 767px) {
.mystyle .about_ul{display: block;}
/* 导航按钮 */
.icon-menu {
  width: 30px;
  height: 21px;
}
.icon-menu span {
  height: 3px;
}
.sj-nav{
  width: 100%;
  overflow: hidden;
  background-color: #212121;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
.sj-nav li{
  width: 33.3333%;
  float: left;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}
.sj-nav li a{
  display: block;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.sj-nav li a:hover,
.sj-nav li.sj-nav-active a{
  background-color: #ae2f33;
  color: #fff;
}







.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: 60%;
}
.logo a {
  width: 100%;
}
nav{
  width: 80% !important;
  padding: 10px;
}
.layui-nav .layui-nav-item{
  line-height: 40px;
}

.search {
  padding: 10px 0;
}
.search_form {
  width: 100%;
}
.search_txt {
  width: 100%;
  float: left;
  margin-top: 5px;
  line-height: 20px;
}
/* END-头部 */

/* 首页 */
.cpzx {
  padding: 0;
}
.main_left {
  width: 100%;
  border-radius: 0;
  overflow: visible;
}
.about_title{
  width: calc(100% + 20px);
  margin-left: -10px;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  position: relative;
  text-align: left;
}
.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;
  padding: 5px;
}
.about_ul>li>a {
  height: 40px;
}
/*.about_ul>li>a::after{
  content: "\e7ee";
  font-family: icon-font !important;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  padding-top: 40px;
}*/
.about_ul>li>a>span {
  height: 40px;
  line-height: 38px;
}
.main_right {
  width: 100%;
}
.cpzx_ul{
  width: 100%;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 10px;
}
.cpzx_ul li{
  width: calc(50% - 5px);
  margin: 0 0 10px 0;
}
.cpzx_ul li a .cpzx_txt{
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}
.cpzx_ul li:last-child{
  /*display: none;*/
}







.cpzx_ul1{
  width: 100%;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 10px;
}
.cpzx_ul1 li{
  width: calc(50% - 5px);
  margin: 0 0 10px 0;
}
.cpzx_ul1 li a .cpzx_txt{
  height: 40px;
  line-height: 40px;
  font-size: 14px;
}
.cpzx_ul1 li:last-child{
  display: none;
}





.motion {
  padding-top: 10px;
}
.motion_p {
  line-height: 30px;
  font-size: 20px;
}
.motion_p::after {
  margin: 5px auto;
}
.motion_sp {
  line-height: 18px;
  font-size: 12px;
  color: #fff;
}
.motion_contect {
  margin-top: 10px;
  overflow: hidden;
}
.motion_ul li {
  width: 100%;
}
.motion_ul li>a{
  height: auto;
  min-height: 100%;
}
.motion_ul li>a::before{
  display: none;
}
.motion_ul li>a .motion_hover {
  position: relative;
  left: 0;
  top: 0;
  transform: translate(0);
  padding: 10px;
}
.motion_ul li>a .motion_hover .motion_icon {
  height: 40px;
  margin-bottom: 5px;
}
.motion_ul li>a .motion_hover .motion_tit {
  line-height: 30px;
  font-size: 18px;
}
.motion_ul li>a .motion_hover .motion_txt {
  line-height: 20px;
  font-size: 14px;
  -webkit-line-clamp: initial;
}
.motion_ul li:nth-child(3){
  width: 100%;
}
.motion_ul li:nth-child(3)>a .motion_hover {
  width: 100%;
}
.motion_ul li:nth-child(3)>a .motion_hover .motion_txt {
  margin: 5px 0;
  height: auto;
}
.motion_ul:hover li {
  width: 100%;
}
.motion_ul:hover li>a .motion_hover .motion_icon {
  height: 40px;
  margin: 0 0 5px 0;
}
.motion_ul:hover li>a .motion_hover .motion_txt{
  height: 0;
}
.motion_ul li:hover {
  width: 100%;
}
.motion_ul li:hover>a .motion_hover {
  width: 100%;
  margin-top: 0;
}
.motion_ul li:hover>a .motion_hover .motion_txt {
  margin: 5px 0;
  height: auto !important;
}

.gsjj {
  padding: 10px 0;
}
.gsjj_contect {
  margin-top: 10px;
  padding: 0;
}
.gsjj_img {
  width: 100%;
}
.gsjj_left {
  width: 100%;
  padding: 10px;
}
.gsjj_txt {
  margin-top: 0;
  line-height: 22px;
  height: auto;
  -webkit-line-clamp: initial;
}
.gsjj_more {
  padding: 10px 0 0 0;
}
.gsjj_more>a{
  float: right;
}

.case {
  padding: 10px 0;
}
.case-imgbox .swiper-slide>a .case_txt {
  height: 38px;
  line-height: 38px;
  font-size:14px;
}

.news {
  padding: 10px 0;
}
.news_left {
  width: 100%;
}
.news_title {
  padding: 0 10px;
  line-height: 40px;
}
.news_contect>a .news_txtB {
  padding: 5px;
}
.news_ul {
  padding: 5px 7px 0 7px;
}
.news_ul li {
  width: 100%;
}
.news_ul li a {
  height: 40px;
  line-height: 40px;
}
.que_ul {
  padding: 5px;
}
.que_ul li {
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.news_right{
  width: 100%;
  margin-top: 10px;
}
.que_ul li>a {
  height: 30px;
  line-height: 30px;
}
.que_ul li .que_txt {
  height: 40px;
  line-height: 20px;
}
/* END-首页 */

/* 底部 */
.link{
  padding: 10px 0;
  font-size: 14px;
  line-height: 20px;
}
.footer {
  padding: 10px 0;
}
.footer_left {
  width: 100%;
}
.footer_nav {
  line-height: 20px;
  font-size: 14px;
  text-align: center;
}
/* END-底部 */

/* 关于我们 */
.main{
  padding: 0;
}
.dqwz_contect{
  padding: 10px 0;
}
.company{
 line-height: 24px;
}
/* END-关于我们 */

/* 产品中心 */
.cpzx_ul1{
  padding: 0;
}


.cpxq_p{
  line-height: 24px;
  font-size: 16px;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.cpxq_txt{
  line-height: 24px;
}
.cpxq_txt img{
  margin: 0 auto;
}
/* END-产品中心 */

/* 品牌中心 */
.brand_ul li{
  width: 32.3333%;
}
/* END-品牌中心 */

/* 新闻中心 */
.xw_ul li{
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.xw_ul li>a .xw_img{
  width: 140px;
}
.xw_ul li>a .xw_R{
  width: calc(100% - 140px);
  padding-left: 10px;
}
.xw_ul li>a .xw_R .xw_p{
  height: 30px;
  line-height: 30px;
}
.xw_ul li>a .xw_R .xw_txt{
  height: 60px;
  line-height: 20px;
}
.xw_ul li>a .xw_R .xw_sp{
  height: 14px;
  line-height: 14px;
}

.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;
  padding-top: 5px;
}
.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: 60px;
  float: left;
  background-color: #fff;
	height: calc(60px +  constant(safe-area-inset-bottom));
	height: calc(60px +  env(safe-area-inset-bottom));
	padding-bottom: constant(safe-area-inset-bottom);
	padding-bottom: env(safe-area-inset-bottom);
}
.root {
  width: 100%;
  height: 58px;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  background-color: #fff;
	height: calc(58px +  constant(safe-area-inset-bottom));
	height: calc(58px +  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-color: #212121;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.root > .layui-col-xs3 > a > div {
  width: 100%;
  float: left;
  height: 22px;
  line-height: 22px;
}
.root > .layui-col-xs3 > a > div:first-child {
  height: 26px;
  line-height: 26px;
  font-size: 20px;
}
.root > .layui-col-xs3 > a:hover {
  background-color: #ae2f33;
  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: 99;
}
.wecht-box .wecht{
  width: 100%;
  float: left;
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.wecht-box .wecht .wecht_title{
  display: block;
  overflow: hidden;
  line-height: 20px;
  font-size: 14px;
  color: #333;
}
.wecht-box .wecht .wecht_title>span{
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 18px;
  font-weight: bold;
}
.wecht-box .wecht>img{
  display: block;
  max-width: 150px;
  margin: 10px auto;
  overflow: hidden;
}
.wecht-box .wecht .wecht_txt{
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 24px;
  color: #333;
  line-height: 18px;
}
.wecht-box .wecht .wecht_txt>span{
  font-family: Impact;
  font-size: 16px;
}
.wecht-box .wecht .wecht_off{
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #fff;
  position: absolute;
  left:50%;
  bottom:-38px;
  border: 1px solid #fff;
  transform:translateX(-50%);
  border-radius: 50%;
  display:flex;
  justify-content: center;
  align-items: center
}
/* END */
.jlfanye{ width:100%;margin:0 auto; text-align: center; }
.jlfanye a{ padding:5px 6px;  border: solid 1px #dedede; float:none; display: inline-block; min-width:8px; margin:8px 2px; color:#999;}
.jlfanye a:hover{ color:#c41313;}