
/* 通用样式 */
p {
  margin: 0;
}

input,
textarea {
  border: none;
  outline: none;
  background-color: transparent;
}

img {
  vertical-align: middle;
}

.ovimg,
.ibw,
.miw,
.iml,
.imgbig {
  overflow: hidden;
}

.imgbig img {
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  -ms-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
}

.imgbig:hover img {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.ovimg img {
  width: 100%;
  min-height: 100%;
}

.ibw img {
  width: 100%;
  height: auto;
}

.miw img {
  max-width: 100%;
  max-height: 100%;
}

.iml {
  text-align: center;
}

.iml img {
  transform: translateY(-2px);
  vertical-align: middle;
}

.bgmax {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.bgmin {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
}

.fh {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/**/
.flexed {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  display: -webkit-flex;
}

.w1600 {
  max-width: 1630px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.w1400 {
  max-width: 1430px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

/*head*/
.head-index {
  align-items: center;
}

.head-index .logo {
  width: 28.75%;
}

.head-index .logo img {
  max-width: 100%;
}

.head-index .headr {
  width: calc(100% - 33.75%);
  align-items: center;
}

.head-index .headr .tnav {
  width: 80%;
}

.head-index .headr .ttel {
  background: url(../image/tel.png) no-repeat left center;
  padding-left: 58px;
}

.head-index .headr .ttel p {
  color: #4b8cb8;
  font-size: 12px;
}

.head-index .headr .ttel p strong {
  font-size: 18px;
}

/**/
.tybt2 {
  text-align: center;
}

.tybt2 h3 {
  font-size: 38px;
  color: #000000;
  font-weight: 600;
}

.tybt2 p {
  font-size: 16px;
  color: #666666;
  margin-top: 1vw;
}

.tybt2 .xian {
  width: 70px;
  height: 4px;
  background: #4b8cb8;
  margin: 0 auto;
  margin-top: 1.3vw;
}

.c6 {
  padding-top: 3vw;
}

.cc6 {
  padding: 2vw;
  background: #fff;
  box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.13);
  transform: translateY(6.5vw);
  -ms-transform: translateY(6.5vw);
  -webkit-transform: translateY(6.5vw);
  z-index: 99;
  align-items: center;
  margin-top: -3.5vw;
}

.c6a {
  width: 49.8%;
}

.c6a .img {
  width: 100%;
}

.c6a .img img {
  width: 100%;
}

.c6b {
  width: 47.37%;
}

.c6b .abwz {
  font-size: 16px;
  line-height: 30px;
  color: #444444;
}
.c6b .abwz p a{
     color: #444444;
}

.c6b .ablink {
  margin-top: 0.8vw;
  font-size: 0;
}

.c6b .ablink a {
  display: inline-block;
  font-size: 16px;
  color: #666666;
  width: 167px;
  height: 54px;
  line-height: 54px;
  background: #eeeeee;
  text-align: center;
  color: #fff;
  overflow: hidden;
}
.c6b .ablink a:hover{
    font-size: 17px;
     transition: all 0.5s;
     
}

.c6b .ablink a.a1 {
  background: #2e3133;
  color: #fff;
}

.c6b .ablink a.a2 {
  background-image: -moz-linear-gradient(90deg, #4561a0 0%, #4b8cb8 100%);
  background-image: -webkit-linear-gradient(90deg, #4561a0 0%, #4b8cb8 100%);
  background-image: -ms-linear-gradient(90deg, #4561a0 0%, #4b8cb8 100%);
  margin-left: 15px;
}


.c7 {
  background-image: -moz-linear-gradient(90deg, #4561a0 0%, #4b8cb8 100%);
  background-image: -webkit-linear-gradient(90deg, #4561a0 0%, #4b8cb8 100%);
  background-image: -ms-linear-gradient(90deg, #4561a0 0%, #4b8cb8 100%);
  padding-top: 10.52083333333333vw;
  padding-bottom: 3.125vw;
}

.szgd {
  padding: 0 4.42708333333333vw;
}

.szgd li {
  color: #fff;
}

.szgd li .counter {
  font-family: Impact;
  font-size: 70px;
  line-height: 1;
}

.szgd li .span2 {
  font-family: Impact;
  font-size: 3.6rem;
}

.szgd li .span1 {
  display: inline-block;
  border-radius: 50%;
  font-size: 12px;
  background-color: #ffffff;
  color: #000000;
  width: 20px;
  height: 20px;
  transform: translateY(-2.5vw);
  -ms-transform: translateY(-2.5vw);
  -webkit-transform: translateY(-2.5vw);
  margin-left: -0.6vw;
  line-height: 20px;
  text-align: center;
}

.szgd li p {
  font-size: 16px;
  color: #ffffff;
  margin-top: 0.5vw;
}

@media (max-width: 1366px) {
  .head-index .headr .tnav {
    width: 74%;
  }
  .c6b .abwz {
    height: 278px;
    overflow-y: scroll;
  }
}

@media (max-width: 1280px) {
  .c6b .abwz {
    height: 245px;
  }
}

@media (max-width: 1100px) {
  .head-index .headr .tnav {
    width: 68%;
  }
  .tybt2 h3 {
    font-size: 24px;
  }
  .c6b .abwz {
    height: 215px;
  }
  .szgd li .counter {
    font-size: 40px;
  }
}

@media (max-width: 1024px) {
  .c6b .abwz {
    height: 180px;
    font-size: 14px;
    line-height: 24px;
  }
}

@media (max-width: 995px) {
  .c6 {
    padding: 40px 0;
  }
  .tybt2 h3 {
    font-size: 20px;
  }
  .tybt2 p {
    font-size: 14px;
  }
  .cc6 {
    padding: 10px;
    flex-wrap: wrap;
  }
  .c6a {
    width: 100%;
  }
  .c6b {
    width: 100%;
    margin-top: 20px;
  }
  .c6b .abwz {
    height: auto;
  }
  .c6b .ablink {
    margin-top: 10px;
  }
  .c6b .ablink a {
    width: 40%;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
  }
  .c7 {
    padding: 20px 0;
    padding-bottom: 0;
  }
  .szgd {
    padding: 0;
    flex-wrap: wrap;
  }
  .szgd li {
    width: 48%;
    margin-bottom: 4%;
    text-align: center;
  }
  .szgd li .counter {
    font-size: 20px;
  }
  .szgd li p {
    font-size: 14px;
  }
}

/*产品中心*/
.pro-bg {
  background: #eeeeee;
  padding-top: 3.64583333333333vw;
  padding-bottom: 2.60416666666667vw;
}

.pro-roll {
  width: 100%;
  overflow: hidden;
  margin-top: 2.39583333333333vw;
}

.pro-roll .swiper-slide {
  background: #fff;
  padding: 1.3vw;
  position: relative;
}

.pro-roll .swiper-slide::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: -moz-linear-gradient(90deg, #4564a2 0%, #4b8ab7 100%);
  background-image: -webkit-linear-gradient(90deg, #4564a2 0%, #4b8ab7 100%);
  background-image: -ms-linear-gradient(90deg, #4564a2 0%, #4b8ab7 100%);
  left: 0;
  right: 0;
  bottom: -100%;
  transition: 0.5s;
  z-index: 0;
}

.pro-roll .swiper-slide a {
  display: block;
  position: relative;
}

.pro-roll .swiper-slide .img1 img {
  width: 100%;
}

.pro-roll .swiper-slide .wz {
  border-top: 1px solid #eeeeee;
  margin-top: 1.5625vw;
}

.pro-roll .swiper-slide .wz .wz1 {
  color: #000000;
  font-size: 18px;
  text-align: center;
  padding: 1.1vw 0;
}

.pro-roll .swiper-slide .wz .wz2 {
  text-align: center;
  color: #4b8cb8;
  font-size: 25px;
  font-weight: 600;
  line-height: 1;
}

.pro-roll .swiper-slide:hover::before {
  bottom: 0;
}

.pro-roll .swiper-slide:hover .wz .wz1 {
  color: #fff;
}

.pro-roll .swiper-slide:hover .wz .wz2 {
  color: #fff;
}

@media (max-width: 1100px) {
  .pro-roll .swiper-slide .wz .wz1 {
    font-size: 14px;
    padding: 10px 0;
  }
}

@media (max-width: 995px) {
  .pro-bg {
    padding: 40px 0;
  }
  .pro-roll {
    margin-top: 20px;
  }
}

/*优势*/
.c5 {
  margin-top: 2.6vw;
}

.tab-con1 {
  position: relative;
}

.tab-con1 .tab-main1 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  right: 0;
}

.tab-con1 .tab-main1 {
  opacity: 0;
  visibility: hidden;
  transition: all .5s ease;
}

.tab-con1 .tab-main1.active {
  position: static;
  opacity: 1;
  visibility: visible;
}

.tab_list {
  margin-top: 4vw;
  margin-bottom: 2vw;
}

.tab_list li {
  width: 25%;
  border-top: 1px solid #eeeeee;
  border-right: none;
  text-align: center;
  padding-top: 2vw;
  padding-bottom: 2vw;
  position: relative;
}

.tab_list li::before {
  content: '';
  width: 26px;
  height: 26px;
  background: url(../image/tt1.png) no-repeat center;
  position: absolute;
  left: 47.5%;
  top: -13px;
}

.tab_list li dd {
  font-size: 35px;
  color: #000000;
  line-height: 1;
}

.tab_list li dt {
  font-size: 28px;
  color: #555555;
  font-weight: normal;
  line-height: 1;
  margin-top: 15px;
}

.tab_list li:last-child {
  border-right: 1px solid #eee;
}

.tab_list li.active {
  background-image: -moz-linear-gradient(90deg, #4561a0 0%, #4b8cb8 100%);
  background-image: -webkit-linear-gradient(90deg, #4561a0 0%, #4b8cb8 100%);
  background-image: -ms-linear-gradient(90deg, #4561a0 0%, #4b8cb8 100%);
}

.tab_list li.active dd {
  color: #fff;
}

.tab_list li.active dt {
  color: #fff;
}

.tab-main1 {
  background: #fff;
  padding: 2vw;
  box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.13);
}

.about_list li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.about_list li .abz {
  width: 49.8%;
}

.about_list li .abz .img {
  width: 100%;
}

.about_list li .abz .img img {
  width: 100%;
}

.about_list li .aby {
  width: 44.5%;
}

.about_list li .aby h4 {
  font-weight: normal;
  font-size: 24px;
  color: #666666;
}

.about_list li .aby h3 {
  font-weight: 600;
  font-size: 30px;
  color: #000000;
  margin-top: 1vw;
}

.about_list li .aby h3::after {
  content: "";
  display: block;
  width: 86px;
  height: 4px;
  background: #4b8cb8;
  margin-top: 1.2vw;
}

.about_list li .aby .w {
  margin-top: 1.8vw;
}

.about_list li .aby p {
  font-size: 16px;
  line-height: 36px;
  color: #666666;
}

.about_list li .aby a {
  display: block;
  width: 350px;
  height: 46px;
  color: #838383;
  font-size: 16px;
  background-color: #e5e5e5;
  line-height: 46px;
  text-align: center;
  margin-top: 2vw;
}
.about_list li .aby a:hover{
     color: #fff;
  background-color: #466da7;
}

@media (max-width: 1200px) {
  .about_list li .aby h4 {
    font-size: 20px;
  }
  .about_list li .aby h3 {
    font-size: 24px;
  }
  .about_list li .aby p {
    font-size: 14px;
    line-height: 30px;
  }
}

@media (max-width: 1100px) {
  .tab_list li dd {
    font-size: 30px;
  }
  .tab_list li dt {
    font-size: 20px;
    margin-top: 5px;
  }
}

@media (max-width: 995px) {
  .c5 {
    margin-top: 40px;
  }
  .tab_list {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .tab_list li::before {
    width: 10px;
    height: 10px;
    top: -5px;
    background-size: 100% 100%;
  }
  .tab_list li dd {
    font-size: 20px;
  }
  .tab_list li dt {
    font-size: 14px;
  }
  .about_list li {
    flex-wrap: wrap;
  }
  .about_list li .abz {
    width: 100%;
  }
  .about_list li .aby {
    width: 100%;
    margin-top: 20px;
  }
  .about_list li .aby h4 {
    font-size: 14px;
  }
  .about_list li .aby h3 {
    font-size: 16px;
  }
  .about_list li .aby p {
    font-size: 12px;
    line-height: 22px;
  }
  .about_list li .aby a {
    width: 50%;
    font-size: 14px;
  }
}

/*解决方案*/
.solve-index {
  margin-top: 4.6875vw;
}

.solve-roll {
  margin-top: 2.60416666666667vw;
}

.solve-roll .solveSwiper {
  width: 100%;
  overflow: hidden;
}

.solve-roll .solveSwiper .swiper-slide .img1 img {
  width: 100%;
}

.solve-roll .solveSwiper .swiper-slide .wz {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 1.875vw;
  background: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 0 2.60416666666667vw;
}

.solve-roll .solveSwiper .swiper-slide .wz .wz1 {
  color: #feffff;
  font-size: 32px;
}

.solve-roll .solveSwiper .swiper-slide .wz .wz2 {
  color: #feffff;
  font-size: 16px;
  font-family: "Arial";
  text-transform: uppercase;
  margin-top: 0.5vw;
}

.solve-roll .solveSwiper .swiper-slide .wz .xian {
  width: 1px;
  height: 134px;
  background: #fff;
  margin: 1vw auto;
}

.solve-roll .solveSwiper .swiper-slide .wz .wz3 {
  color: #feffff;
  font-size: 15px;
  line-height: 26px;
  text-align: center;
  margin: 2.34375vw 0;
  display: none;
}

.solve-roll .solveSwiper .swiper-slide .wz .wz4 img {
  max-width: 100%;
}

.solve-roll .solveSwiper .swiper-slide:hover .wz {
  background: rgba(75, 138, 183, 0.7);
}

.solve-roll .solveSwiper .swiper-slide:hover .wz .xian {
  display: none;
}

.solve-roll .solveSwiper .swiper-slide:hover .wz .wz3 {
  display: block;
}

@media (max-width: 1200px) {
  .solve-roll .solveSwiper .swiper-slide .wz .wz1 {
    font-size: 20px;
  }
}

@media (max-width: 995px) {
  .solve-index {
    margin-top: 40px;
  }
  .solve-roll .solveSwiper .swiper-slide .wz {
    padding: 5px;
    margin: 5px;
  }
  .solve-roll .solveSwiper .swiper-slide .wz .wz1 {
    font-size: 14px;
  }
  .solve-roll .solveSwiper .swiper-slide .wz .wz2 {
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .solve-roll .solveSwiper .swiper-slide .wz .xian {
    height: 50px;
  }
  .solve-roll .solveSwiper .swiper-slide .wz .wz3 {
    margin: 10px 0;
    font-size: 12px;
    line-height: 22px;
  }
  .solve-roll .solveSwiper .swiper-slide:hover .wz .wz3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .solve-roll .solveSwiper .swiper-slide .wz .wz4 {
    max-width: 30px;
  }
}

/*荣誉资质*/
.honor-index {
  margin-top: 3.64583333333333vw;
}

.honor-roll {
  margin-top: 2vw;
}

.honor-roll .honorSwiper {
  overflow: hidden;
  width: 100%;
}

.honor-roll .honorSwiper .swiper-slide .img1 img {
  width: 100%;
}

@media (max-width: 995px) {
  .honor-index {
    margin-top: 40px;
  }
  .honor-roll {
    margin-top: 20px;
  }
}

/*新闻*/
.tt22 {
  display: none;
}

.news-bg {
  background: #eeeeee;
  /*margin-top: 4.42708333333333vw;*/
  padding-top: 3.125vw;
  padding-bottom: 5.41666666666667vw;
}

.nsort {
  justify-content: center;
  margin-top: 1.77083333333333vw;
  margin-bottom: 3.85416666666667vw;
}

.nsort li {
  width: 112px;
  height: 38px;
  background: #fff;
  margin: 0 12px;
}

.nsort li a {
  display: block;
  color: #000000;
  font-size: 17px;
  text-align: center;
  line-height: 38px;
}

.nsort li.cur {
  background-image: -moz-linear-gradient(90deg, #4564a2 0%, #4b8ab7 100%);
  background-image: -webkit-linear-gradient(90deg, #4564a2 0%, #4b8ab7 100%);
  background-image: -ms-linear-gradient(90deg, #4564a2 0%, #4b8ab7 100%);
}

.nsort li.cur a {
  color: #fff;
}

.news-wrap .newsl {
  width: 50%;
}

.news-wrap .newsl .wz {
  padding: 1.5625vw 2.08333333333333vw;
  background: #fff;
  cursor: pointer;
}

.news-wrap .newsl .wz .wz1 {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
}

.news-wrap .newsl .wz .wz2 {
  color: #666666;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-top: 1vw;
}

.news-wrap .newsl .wz .date {
  color: #bcbcbc;
  font-size: 12px;
  margin-top: 10px;
}

.news-wrap .newsl .wz .img1 img {
  width: 100%;
}

.news-wrap .newsl .wz:hover {
  background-image: -moz-linear-gradient(90deg, #4564a2 45%, #4b8ab7 100%);
  background-image: -webkit-linear-gradient(90deg, #4564a2 45%, #4b8ab7 100%);
  background-image: -ms-linear-gradient(90deg, #4564a2 45%, #4b8ab7 100%);
}

.news-wrap .newsl .wz:hover .wz1 {
  color: #fff;
}

.news-wrap .newsl .wz:hover .wz2 {
  color: #fff;
}

.news-wrap .newsl .wz:hover .date {
  color: #fff;
}

.news-wrap .newsr {
  width: 46.4375%;
}

.news-wrap .newsr .ww {
  background: #fff;
  cursor: pointer;
}

.news-wrap .newsr .ww + .ww {
  margin-top: 1vw;
}

.news-wrap .newsr .ww .date {
  width: 94px;
  height: 94px;
  background: #535353;
  text-align: center;
  padding: 16px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.news-wrap .newsr .ww .date .d1 {
  color: #ffffff;
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
}

.news-wrap .newsr .ww .date .d2 {
  font-size: 15px;
  color: #fff;
}

.news-wrap .newsr .ww .wz {
  width: calc(100% - 126px);
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.news-wrap .newsr .ww .wz .wz1 {
  color: #000000;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-wrap .newsr .ww .wz .wz2 {
  color: #888888;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-top: 0.5vw;
}

.news-wrap .newsr .ww:hover .date {
  background-image: -moz-linear-gradient(90deg, #4564a2 0%, #4b8ab7 100%);
  background-image: -webkit-linear-gradient(90deg, #4564a2 0%, #4b8ab7 100%);
  background-image: -ms-linear-gradient(90deg, #4564a2 0%, #4b8ab7 100%);
}

.news-wrap .newsr .ww:hover .wz .wz1 {
  background: linear-gradient(to right, #4b8ab7, #4564a2);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

@media (max-width: 995px) {
  .news-bg {
    margin-top: 40px;
    padding: 40px 0;
  }
  .nsort {
    margin: 20px 0;
  }
  .nsort li {
    width: 30%;
    margin: 0 5px;
  }
  .nsort li a {
    font-size: 14px;
  }
  .news-wrap {
    flex-wrap: wrap;
  }
  .news-wrap .newsl {
    width: 100%;
  }
  .news-wrap .newsl .wz {
    padding: 10px;
  }
  .news-wrap .newsl .wz .wz1 {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .news-wrap .newsl .wz .wz2 {
    font-size: 12px;
    line-height: 22px;
  }
  
  .news-wrap .newsl .img1 img{
      max-width:100%; height:auto !important;width:auto !important;
  }
  
  
  
  .news-wrap .newsr {
    width: 100%;
    margin-top: 20px;
  }
  .news-wrap .newsr .ww + .ww {
    margin-top: 10px;
  }
  .news-wrap .newsr .ww .wz {
    width: calc(100% - 30%);
  }
  .news-wrap .newsr .ww .date {
    width: 80px;
    height: 80px;
  }
  .news-wrap .newsr .ww .date .d1 {
    font-size: 24px;
  }
  .news-wrap .newsr .ww .date .d2 {
    margin-top: 5px;
  }
  .news-wrap .newsr .ww .wz .wz1 {
    font-size: 14px;
  }
  .news-wrap .newsr .ww .wz .wz2 {
    font-size: 12px;
    margin-top: 5px;
  }
}

/*foot*/
.foot-bg {
  background: url(../image/foot.jpg) no-repeat top center;
  background-size: 100% 100%;
  padding-top: 2.60416666666667vw;
}

.foot-bg .foot-index {
  margin-bottom: 2vw;
}

.foot-bg .foot-index .footl {
  width: 25%;
}

.foot-bg .foot-index .footl .flogo img {
  max-width: 100%;
}

.foot-bg .foot-index .footl .flx p {
  font-size: 14px;
  color: #ffffff;
}
.foot-bg .foot-index .footl .flx p:nth-of-type(2){
    background: url(../image/dhtb.png) no-repeat left center;
    background-size: 45px 45px;
    padding-left: 50px;
}

.foot-bg .foot-index .footl .flx p:nth-of-type(1) {
  color: rgba(255, 255, 255, 0.4);
  padding: 10px 0;
}

.foot-bg .foot-index .footm {
  width: 48.75%;
}

.foot-bg .foot-index .footm dl {
  width: 16%;
}

.foot-bg .foot-index .footm dl dt {
  color: #ffffff;
  font-size: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.foot-bg .foot-index .footm dl dt:hover {
  border-bottom: 1px solid white;
}

.foot-bg .foot-index .footm dl dd a {
  display: block;
  color: #888888;
  font-size: 14px;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.foot-bg .foot-index .footm dl dd a:hover {
  color: #4561a0;
}

.foot-bg .foot-index .footr .elist li {
  margin: 0 10px;
  text-align: center;
}

.foot-bg .foot-index .footr .elist li .img1 img {
  max-width: 100%;
}

.foot-bg .foot-index .footr .elist li .wz {
  color: #888888;
  font-size: 12px;
  line-height: 3;
}

.foot-bg .link {
  color: rgba(255, 255, 255, 0.4);
  padding: 10px 0;
}

.foot-bg .link a {
  color: rgba(255, 255, 255, 0.4);
}

.foot-bg .link a:hover {
  color: #4561a0;
}

.cop-bg {
  background: #1f1f1f;
  padding: 25px 0;
}

.cop-bg .cop-index {
  color: #8d8d8d;
}

.cop-bg .cop-index a {
  color: #8d8d8d;
}

.cop-bg .cop-index a:hover {
  color: #4561a0;
}

.cop-bg .cop-index .copl {
  width: 50%;
}

.cop-bg .cop-index .copr {
  width: 50%;
  text-align: right;
}

@media (max-width: 1024px) {
  .foot-bg .foot-index .footl {
    width: 20%;
  }
}

@media (max-width: 995px) {
  .foot-bg {
    padding: 30px 0;
  }
  .foot-bg .foot-index {
    flex-wrap: wrap;
  }
  .foot-bg .foot-index .footl {
    width: 100%;
  }
  .foot-bg .foot-index .footm {
    width: 100%;
  }
  .foot-bg .foot-index .footr {
    width: 100%;
    margin-top: 20px;
  }
  .foot-bg .foot-index .footr .elist {
    justify-content: flex-start;
  }
  .cop-bg .cop-index {
    flex-wrap: wrap;
  }
  .cop-bg .cop-index .copl {
    width: 100%;
    text-align: center;
  }
  .cop-bg .cop-index .copr {
    width: 100%;
    text-align: center;
  }
}


/*手机底部*/

@media (max-width: 768px) {
  .db {
    display: block !important;
  }
}

.dbb {
  height: 50px;
}

/* 页脚 */
.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-image: -moz-linear-gradient(90deg, #4561a0 0%, #4b8cb8 100%);
  background-image: -webkit-linear-gradient(90deg, #4561a0 0%, #4b8cb8 100%);
  background-image: -ms-linear-gradient(90deg, #4561a0 0%, #4b8cb8 100%);
}

.footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer ul li {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  color: #ffffff;
  line-height: 30px;
  padding: 10px 0;
  font-size: 0;
}

.footer ul li.active {
  background: #ff7f00;
}

.footer ul li a {
  display: block;
  color: #fff;
}

.footer ul li .iconfont {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.footer ul li span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  color: #fff;
}

.footer li .icon-home {
  background: url(../image/a1.png) no-repeat;
  width: 20px;
  height: 20px;
}

.footer li .icon-home2 {
  background: url(../image/a2.png) no-repeat;
  width: 20px;
  height: 20px;
}

.footer li .icon-phone {
  background: url(../image/a3.png) no-repeat;
  width: 20px;
  height: 20px;
}


.footer li .icon-phone:before {
  font-size: 0;
}

.footer ul li a {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}










