@charset "UTF-8";
p {
  margin: 0;
}

.container-fluid {
  padding: 0 12.6%;
}

.x-header {
  padding: 0;
}

.x-logo a {
  line-height: 2.8;
}

/*影藏的导航*/
.dao {
  float: right;
  position: relative;
  height: 36px;
  width: 3%;
  margin-top: 2%;
}

.butt {
  background: url(../images/sou.png) no-repeat center center;
  height: 36px;
  float: right;
  width: 36px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.ss {
  display: none;
  width: 205px;
  position: absolute;
  bottom: -60px;
  right: 0;
  z-index: 999;
}

/*搜索和热门搜索*/
.hotSearch a {
  margin-right: 6px;
}

#formsearch2 input {
  height: 24px;
  background: #fff;
  border: none;
  line-height: 24px;
  float: left;
}

#formsearch2 input#keyword {
  height: 24px;
  line-height: 24px;
  padding-left: 4px;
  color: #666;
  outline: none;
}

#formsearch2 input#s_btn {
  width: 46px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  background-color: #d61613;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 12px;
  float: right;
  outline: none;
}

/**/
.tt1 {
  position: relative;
}

.tt1 b {
  display: inline-block;
  font-size: 0.25rem;
  color: #323232;
}

.tt1 span {
  display: inline-block;
  width: 60px;
  height: 2px;
  background: #d61613;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  margin-left: 15px;
}

.box1 {
  margin-top: 4%;
}

.box1 .box1-list {
  display: flex; justify-content: space-between;flex-wrap: wrap;
  margin-top: 3%;
}

.box1 .box1-list li {
  width: 48.5%;
  border: 1px solid #d7d7d7;
  position: relative;
  padding: 2% 0;margin-bottom:3%;
}

.box1 .box1-list li::before {
  content: "";
  width: 42px;
  background: #ececec;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: -1;
}

.box1 .box1-list li a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.box1 .box1-list li a .img1 {
  width: 15%;
  margin-left: 2%;
}

.box1 .box1-list li a .img1 img {
  width: 100%;
}

.box1 .box1-list li a .wz {
  width: 80%;
  padding-left: 2%;
  padding-right: 3%;
}

.box1 .box1-list li a .wz b {
  display: block;
  color: #323232;
  font-size: 0.18rem;
}

.box1 .box1-list li a .wz p {
  color: #797979;
  font-size: 14px;
  margin-top: 10px;
  line-height: 1.5;
}

.box1 .box1-list li:hover{border-color:#da251c;}
.box1 .box1-list li:hover a .wz b{color:#da251c;}
.box1 .box1-list li:hover a .wz p{color:#da251c;}



@media (max-width: 996px) {
  .box1 .box1-list {
    margin: 0;
    margin-top: 20px;
  }
  .box1 .box1-list li {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }
}

.box2 {
  background: url(../images/bj1.png) no-repeat top center;
  background-size: cover;
  padding: 3% 0;
  margin-top: 4%;
}

.box2 .tt2 {
  text-align: center;
}

.box2 .tt2 b {
  display: block;
  color: #fff;
  font-size: 0.3rem;
}

.box2 .tt2 span {
  display: inline-block;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.46);
  border-radius: 10px;
  padding: 0px 15px;
  line-height: 2;
  margin-top: 10px;
  font-size: 0.18rem;
}

.box2 .con {
  background: #fff;
  padding: 0.26rem;
  margin-top: 3%;
}

.box2 .con .box2-list li {
  float: left;
  width: 24%;
  margin: 0 0.5%;
  background: #fff;
  text-align: center;
  padding: 1.5% 2%;
  border: 1px solid #ececec;
}

.box2 .con .box2-list li .img1 img {
  max-width: 100%;
  border: 1px solid #ececec;
}

.box2 .con .box2-list li b {
  display: block;
  font-size: 0.18rem;
  color: #5a5a5a;
  line-height: 2;
  margin-top: 5%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.box2 .con .box2-list li span {
  display: block;
  width: 45px;
  height: 3px;
  margin: 0 auto;
  background: #353a77;
}

.box2 .con .box2-list li p {
  color: #8d8d8d;
  font-size: 14px;
  line-height: 1.6;
  margin-top: 3%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.box2 .con .box2-list li:hover {
  box-shadow: 0 0 10px #f7f7f7;
}

.box2 .con .box2-list li:hover .img1 img {
  border: 1px solid #eb0000;
  background: #eb0000;
  filter: brightness(100);
}

@media (max-width: 996px) {
  .box2 .con .box2-list li {
    width: 49%;
  }
}

/**/
.box3 {
  margin-top: 5%;
}

.box3 .sort1 {
  border: 1px solid #ececec;
  margin-top: 3%;
  text-align: center;
  font-size: 0;
}

.box3 .sort1 li {
  display: inline-block;
  width: 11.111%;
  margin: 10px 0;
  border-right: 1px solid #ececec;
}

.box3 .sort1 li a {
  display: block;
  line-height: 3.6;
  color: #585858;
  font-size: 0.18rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.box3 .sort1 li:last-child {
  border-right: none;
}

.box3 .sort1 li:hover a {
  background: url(../images/sort.png) no-repeat bottom center;
}

.box3 .sort1 li:cur a {
  background: url(../images/sort.png) no-repeat bottom center;
}

.box3 .p-list {
  margin: 0 -0.25%;
  margin-top: 2%;
}

.box3 .p-list li {
  float: left;
  width: 24.5%;
  margin: 0 0.25%;
  margin-bottom: 0.5%;
}

.box3 .p-list li a {
  display: block;
}

.box3 .p-list li a .img1 {
  border: 1px solid #ececec;
  padding: 2%;overflow:hidden;
}



.box3 .p-list li a .img1 img {
  width: 100%;
  border: 1px solid #ececec;
}

.box3 .p-list li:hover a .img1 img {
  border-color:#da251c;
}
.box3 .p-list li:hover a .img1 {
  border-color:#da251c;
}

.box3 .p-list li a h3 {
  text-align: center;
  color: #5b5b5b;
  font-size: 0.16rem;
  line-height: 2;
}

.box3 .p-list li:hover a h3 {
  color:#da251c;
}



.box3 .more {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 2%;
}

.box3 .more .m1 {
  width: 142px;
  height: 40px;
  background: #353a77;
  line-height: 40px;
  color: #fff;
  text-align: center;
  font-size: 16px;
  margin-right: 5px;
}

.box3 .more .m2 {
  width: 314px;
  height: 40px;
  border: 1px solid #d5d5d5;
  line-height: 38px;
  margin-left: 5px;
  background: url(../images/tel.png) no-repeat 10% center;
  padding-left: 5%;
  font-size: 16px;
  color: #808080;
}

.box3 .more .m2 b {
  color: #353a77;
  font-size: 0.18rem;
  padding-left: 5%;
}

@media (max-width: 996px) {
  .box3 .sort1 li {
    width: 19.111%;
  }
  .box3 .p-list li {
    width: 49.5%;
  }
  .box3 .more .m2 {
    padding-left: 10%;
  }
}

.bod {
  border-top: 1px solid #e7e7e7;
  margin-top: 3%;
  margin-bottom: 3%;
}

.box4 .tt3 {
  text-align: center;
  color: #323232;
  font-size: 0.3rem;
  line-height: 2;
}

.box4 .tt3 span {
  display: block;
  width: 60px;
  height: 2px;
  background: #353a77;
  margin: 0 auto;
}

.case-con {
  margin: 0 -3px;
  margin-top: 2%;
}

.case-con a {
  display: block;
  position: relative;
}

.case-con a.slick-con {
  margin: 0 3px;
}

.case-con a img {
  width: 100%;display:block;
}

.case-con a .wz {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.48);
  line-height: 4;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.case-con .slick-arrow {
  outline: none;
  font-size: 0;
  border: none;
}

.case-con .slick-prev {
  background: url(../images/left.png) no-repeat top center;
  height: 41px;
  width: 38px;
  position: absolute;
  z-index: 999;
  left: 43%;
  bottom: -36%;
}

.case-con .slick-next {
  background: url(../images/right.png) no-repeat top center;
  height: 41px;
  width: 38px;
  position: absolute;
  z-index: 999;
  right: 43%;
  bottom: -36%;
}
.case-con a:hover .wz{background:#da251c;}
.case-more {
  width: 142px;
  height: 41px;
  background: #353a77;
  margin: 0 auto;
  margin-top:2.4%;
}
.case-more:hover{background: #da251c;}
.case-more a {
  display: block;
  color: #fff;
  text-align: center;
  line-height: 41px;
}

@media (max-width: 1600px) {
  .case-con .slick-prev {
    left: 41%;
    bottom: -40%;
  }
  .case-con .slick-next {
    right: 41%;
    bottom: -40%;
  }
}

@media (max-width: 1240px) {
  .case-con .slick-prev {
    left: 45%;
    bottom: -40%;
  }
  .case-con .slick-next {
    right: 45%;
    bottom: -40%;
  }
}

/**/
.news-con {
  margin: 0 -1%;
  margin-top: 3%;
  margin-bottom: 2%;
}

.news-con a {
  display: flex;
  margin: 0 2%;
  border: 1px solid #d5d5d5;
  position: relative;
}
.news-con a:hover{border-color:#da251c;}
.news-con a .img1 {
  width: 43%;
}

.news-con a .img1 img {
  width: 100%;
}

.news-con a .wz {
  width: 50%;
  position: absolute;
  right: 3.5%;
  top: 50%;
  transform: translateY(-50%);
}

.news-con a .wz b {
  display: block;
  color: #323232;
  font-size: 0.16rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.news-con a .wz .t2 {
  color: #7d7d7d;
  font-size: 14px;
  line-height: 1.8;
  margin-top: 0.2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.news-con a .wz .more {
  margin-top: 0.13rem;
}

.news-con a .wz .more .m11 {
  width: 104px;
  height: 30px;
  border: 1px solid #d5d5d5;
  color: #7d7d7d;
  text-align: center;
  font-size: 14px;
  line-height: 28px;
  float: left;
}

.news-con a .wz .more .m22 {
  font-size: 12px;
  color: #7d7d7d;
  float: right;
  line-height: 28px;
}

.news-con .slick-dots {
  text-align: center;
  outline: none;
  background: none;
  border: none;
  margin-top: 2%;
}

.news-con .slick-dots li {
  display: inline-block;
  border: 1px solid #7d7d7d;
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 50%;
  margin: 0 7px;
}

.news-con .slick-dots li button {
  outline: none;
  background: none;
  border: none;
  text-indent: -10000px;
}

.news-con .slick-dots li.slick-active {
  border: 1px solid #e46765;
}

@media (max-width: 996px) {
  .news-con {
    margin-top: 0;
    margin-top: 3%;
  }
}


@media (max-width:640px) {
 .box3 .more .m2{font-size:14px;}
 .box3 .more .m2{padding-left: 15%;}
 .news-con a .wz .t2{line-height:20px;height:40px;overflow:hidden;}
 .news-con a .wz .more{display:none;}


}


.com-img{ display:inline; overflow:hidden;display: table;width:100%;}
.com-img img{ transition:all 0.8s; -webkit-transition:all 0.8s; -moz-transition:all 0.8s; -o-transition:all 0.8s;}
.com-img:hover img{transform:scale(1.2); -webkit-transform:scale(1.2); -moz-transform:scale(1.2); -o-transform:scale(1.2);-ms-transform:scale(1.2);}

