@charset "UTF-8";
/* 通用样式 */
* {
  box-sizing: border-box;
}

p {
  margin: 0;
}

input,
textarea {
  border: none;
  outline: none;
  background-color: transparent;
}

img {
  vertical-align: middle;
}

.p1920 {
  width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
}

.wd1200 {
  width: 1200px;
  margin: 0 auto;
}

.bw {
  width: 100%;
}

.clearfix::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.clearboth {
  height: 0px;
  line-height: 0px;
  overflow: hidden;
  clear: both;
  font-size: 0px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.dfc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.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;
}

.w1402 {
  max-width: 1432px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

/**/
.head-index {
  align-items: center;
}

.head-index .logo {
  width: 28.39%;
}

.head-index .logo img {
  max-width: 100%;
}

.head-index .headr {
  width: calc(100% - 35.66%);
}

/*导航栏样式*/
.navs {
  align-items: center;
}

.navs li {
  position: relative;
  z-index: 999;
  width: 15%;
}

.navs li::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #01557a;
  opacity: 0;
}

.navs li a {
  display: block;
  font-size: 18px;
  text-align: center;
  line-height: 95px;
  color: #333333;
}

.navs li:hover::before {
  opacity: 1;
}

.navs li:hover a {
  color: #333333;
  text-decoration: none;
}

.navs .sec {
  height: 0;
  background: #fff;
  border-radius: 5px;
  color: #fff;
  overflow: hidden;
  z-index: 9999;
  position: absolute;
  top: 97px;
  left: 50%;
  width: 150%;
  margin-left: -75%;
}

.navs .sec a {
  background: #fff;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
  color: #999;
  font-size: 14px;
}

.navs .sec a:hover {
  text-decoration: none;
  color: #01557a;
}

.navs li.lastli {
  width: auto;
  line-height: 95px;
}

.navs li.lastli:hover::before {
  opacity: 0;
}

/*搜索*/
.so img {
  max-width: 100%;
}

.ss {
  display: none;
  position: absolute;
  right: 0;
  top: 59px;
  width: 238px;
  padding: 20px;
  border-radius: 20px;
  z-index: 999;
  background: #01557a;
}

.ss input {
  outline: none;
  line-height: 30px;
  width: 20%;
  background: none;
  border: 1px solid #fff;
  background: #fff;
  font-size: 13px;
  color: #1c4086;
  float: left;
}

.ss #keyword {
  padding-left: 5px;
  line-height: 30px;
  width: 80%;
  background: none;
  border: 1px solid #fff;
  outline: none;
  font-size: 13px;
  color: #fff;
  float: left;
}

.ss #keyword:-webkit-autofill {
  -webkit-text-fill-color: #fff !important;
  transition: background-color 5000s ease-in-out 0s;
}

.ss #keyword::placeholder {
  color: #fff;
}

@media (max-width: 1024px) {
  .navs li a {
    font-size: 14px;
  }
}

/*应用领域*/
.area-index {
  margin-top: 2.86458333333333vw;
}

.put {
  text-align: center;
}

.put .put1 {
  color: #333333;
  font-size: 40px;
  line-height: 1;
}

.put .put2 {
  color: #999999;
  font-size: 16px;
  margin-top: 1vw;
}

.area-wrap {
  margin-top: 2.2vw;
}

.area-wrap .areal {
  width: 49.29%;
}

.area-wrap .arear {
  width: calc(100% - 50.07%);
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.alist1 li {
  position: relative;
  overflow: hidden;
}

.alist1 li .img1 img {
  width: 100%;
}

.alist1 li .wz {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(40, 40, 40, 0.64);
  padding: 1vw;
  align-items: center;
}

.alist1 li .wz .wz1 {
  font-size: 24px;
  color: #fff;
}

.alist1 li .wz .wz2 {
  font-size: 18px;
  color: #fff;
}

.alist1 li .grid-shade {
  position: absolute;
  top: 100%;
  width: 100%;
  height: 100%;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#99ED1C24', endColorstr='#99ED1C24');
  background: rgba(0, 0, 0, 0.4);
  -moz-transition: all 0.6s ease-in-out;
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.alist1 li .grid-shade .grid-enter {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.alist1 li .grid-shade .grid-enter h5 {
  font-size: 16px;
  color: #fff;
  padding: 0 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 20px;
}

.alist1 li .grid-shade .grid-enter h6 {
  font-size: 14px;
  color: #fff;
  padding: 0 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.alist1 li:hover .grid-shade {
  top: 0;
}

.inter-inner {
  width: 94%;
  height: 94%;
  position: absolute;
  left: 3%;
  top: 3%;
}

.inter-inner .line1,
.inter-inner .line2 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  pointer-events: none;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
  transition-delay: 0.6s;
}

.alist1 .inter-inner .line1 {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

.alist1 .inter-inner .line2 {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}

.alist1 li:hover .line1,
.alist1 li:hover .line2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  transform: scale(1);
}

.alist1 li:hover .wz {
  display: none;
}

@media (max-width: 1024px) {
  .put .put1 {
    font-size: 24px;
  }
  .alist1 li .wz .wz1 {
    font-size: 16px;
  }
  .alist1 li .wz .wz2 {
    font-size: 14px;
  }
}

@media (max-width: 780px) {
  .area-index {
    margin-top: 40px;
  }
  .area-wrap {
    margin-top: 20px;
    flex-wrap: wrap;
  }
  .area-wrap .areal {
    width: 100%;
  }
  .area-wrap .arear {
    width: 100%;
  }
  .alist1 {
    flex-wrap: wrap;
  }
  .alist1 li {
    width: 100%;
    margin-top: 20px;
  }
  .alist1 li .wz {
    padding: 10px;
  }
}

/*product*/
.pro-bg {
  background: #f5f5f5;
  margin-top: 2.44791666666667vw;
  padding-top: 2.86458333333333vw;
  padding-bottom: 2vw;
}

.tab-con {
  position: relative;
}

.tab-con .tab-main {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9;
  right: 0;
}

.tab-con .tab-main {
  opacity: 0;
  visibility: hidden;
  transition: all .5s ease;
}

.tab-con .tab-main.active {
  position: relative;
  opacity: 1;
z-index: 99;
  visibility: visible;
}

.tab-li {
  cursor: pointer;
  margin-top: 0.83333333333333vw;
  margin-bottom: 1.875vw;
}

.tab-li ul {
  justify-content: center;
}

.tab-li li {
  margin: 0 8px;
  border: 1px solid #dcdcdc;
  width: 14.27%;
  background: #fff;
}

.tab-li li a {
  display: block;
  text-align: center;
  line-height: 56px;
  font-size: 16px;
  color: #666666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tab-li li:hover,
.tab-li li.active {
  background: #0073bc;
}

.tab-li li:hover a,
.tab-li li.active a {
  color: #fff;
}

/*产品*/
.absolute {
  position: absolute;
  z-index: 1;
}

.dis {
  display: inline-block;
  vertical-align: top;
}

.text-over {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.trans3 {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.fz {
  font-size: 0;
}

/*图片盒子的absolute*/
.ab-style {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.index-products .prod-list {
  justify-content: space-between;
  height: 502px;
  overflow: hidden;
}

.index-products .prod-list .pro1 {
  position: relative;
  overflow: hidden;
  width: 18.75%;
  background: #fff;
  padding: 0 1.25vw;
  padding-top: 3.75vw;
  padding-bottom: 4.27083333333333vw;
}

.index-products .prod-list .pro1 a {
  height: auto;
}

.index-products .prod-list .pro1 .pl {
  width: 100%;
  text-align: center;
}

.index-products .prod-list .pro1 .pr {
  display: none;
}

.index-products .prod-list .pro1 .wz1 {
  color: #333333;
  font-size: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-products .prod-list .pro1 .xian {
  width: 40px;
  height: 4px;
  background: #4c4c4c;
  margin: 10px auto;
}

.index-products .prod-list .pro1 .wz2 {
  color: #999999;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-products .prod-list .pro1 .img1 {
  border: 2px solid #f5f5f5;
  margin-top: 4.16666666666667vw;
}

.index-products .prod-list .pro1 .img1 img {
  width: 100%;
}

.index-products .prod-list .pro1.open {
  width: 38.65%;
  align-items: center;
}

.index-products .prod-list .pro1.open .pl {
  width: 48%;
}

.index-products .prod-list .pro1.open .img1 {
  margin-top: 0;
}

.index-products .prod-list .pro1.open .wz {
  display: none;
}

.index-products .prod-list .pro1.open .pr {
  display: block;
  width: 48%;
}

.index-products .prod-list .pro1.open .pr .name {
  color: #333333;
  font-size: 29px;
}

.index-products .prod-list .pro1.open .pr .desc {
  color: #999999;
  font-size: 21px;
}

.index-products .prod-list .pro1.open .pr .more {
  width: 195px;
  height: 50px;
  background: #0073bc;
  border-radius: 30px;
  text-align: center;
  margin-top: 1vw;
}

.index-products .prod-list .pro1.open .pr .more a {
  display: block;
  line-height: 50px;
  font-size: 18px;
  color: #fff;
}

@-webkit-keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}

@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 375px;
    height: 375px;
  }
}

@-webkit-keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}

@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 375px;
    height: 375px;
  }
}

.btn-11 {
  position: relative;
}

.btn-11:before,
.btn-11:after {
  position: absolute;
  top: 50%;
  content: '';
  width: 20px;
  height: 20px;
  background: #0073bc;
  border-radius: 50%;
}

.btn-11:before {
  left: -20px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.btn-11:after {
  right: -20px;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}

.btn-11:hover:before {
  -webkit-animation: criss-cross-left 0.8s both;
  animation: criss-cross-left 0.8s both;
}

.btn-11:hover:after {
  -webkit-animation: criss-cross-right 0.8s both;
  animation: criss-cross-right 0.8s both;
}

.pmore {
  text-align: center;
  margin-top: 3.125vw;
}

.pmore a {
  display: inline-block;
  border: #dcdcdc 1px solid;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  width: 195px;
  height: 50px;
  line-height: 48px;
  font-size: 14px;
  color: #848484;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  background: #fff;
}

.pmore a span {
  position: relative;
  z-index: 10;
  font-size: 18px;
  color: #333333;
}
.pmore a:hover span{
color: #fff;
}

.pmore a:hover {
  color: #fff;
  border: #0073bc 1px solid;
  background: #0073bc;
  transition-delay: 0.36s;
}

@media (max-width: 1200px) {
  .index-products .prod-list {
    height: 400px;
  }
}

@media (max-width: 1024px) {
  .index-products .prod-list {
    height: 300px;
  }
  .index-products .prod-list .pro1 .img1 {
    margin-top: 20px;
  }
  .index-products .prod-list .pro1 .wz1 {
    font-size: 16px;
  }
  .index-products .prod-list .pro1 .wz2 {
    font-size: 16px;
  }
  .index-products .prod-list .pro1.open .pr .name {
    font-size: 16px;
  }
  .index-products .prod-list .pro1.open .pr .desc {
    font-size: 14px;
  }
  .index-products .prod-list .pro1.open .pr .more {
    width: 80%;
    height: 35px;
    line-height: 35px;
  }
  .index-products .prod-list .pro1.open .pr .more a {
    line-height: 35px;
    font-size: 14px;
  }
}

@media (max-width: 780px) {
  .pro-bg {
    margin-top: 40px;
    padding: 40px 0;
  }
  .tab-li {
    margin: 20px 0;
  }
  .tab-li ul {
    flex-wrap: wrap;
  }
  .tab-li ul li {
    width: 28%;
    margin-bottom: 10px;
  }
  .tab-li ul li a {
    line-height: 45px;
    font-size: 14px;
  }
  .index-products .prod-list {
    height: auto;
    flex-wrap: wrap;
  }
  .index-products .prod-list .pro1 {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px 10px;
  }
  .index-products .prod-list .pro1.open {
    width: 100%;
  }
  .pmore a span {
    font-size: 16px;
  }
}

/*简介*/
.heng1 img {
  width: 100%;
}

.ab-bg {
  margin-top: -12.70833333333333vw;
  background: #fcfcfc;
  padding-bottom: 3.64583333333333vw;
}

.ab-bg .ab-index {
  background: #fff;
  position: relative;
  padding-top: 3.4375vw;
  padding-bottom: 3.125vw;
}

.ab-bg .ab-index .ab-wrap {
  padding: 0 1vw;
}

.ab-bg .ab-index .ab-wrap .abl {
  width: 49.19%;
}

.ab-bg .ab-index .ab-wrap .abl h3 {
  color: #333333;
  font-size: 36px;
  font-weight: 500;
}

.ab-bg .ab-index .ab-wrap .abl .aw p {
  color: #808080;
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
  margin-top: 1.82291666666667vw;
}

.ab-bg .ab-index .ab-wrap .abl .aw p a {
  color: #0073bc;
}

.ab-bg .ab-index .ab-wrap .abl .aw .xul {
  margin-top: 3.125vw;
}

.ab-bg .ab-index .ab-wrap .abl .aw .xul li .wz {
  align-items: flex-end;
  justify-content: center;
}

.ab-bg .ab-index .ab-wrap .abl .aw .xul li .wz .wz2 .counter {
  color: #0073bc;
  font-size: 48px;
  font-family: "Impact";
  line-height: 1;
}

.ab-bg .ab-index .ab-wrap .abl .aw .xul li .wz .wz2 .e {
  color: #0073bc;
  font-size: 48px;
  font-family: "Impact";
  line-height: 1;
}

.ab-bg .ab-index .ab-wrap .abl .aw .xul li .wz .wz3 {
  margin-left: 5px;
}

.ab-bg .ab-index .ab-wrap .abl .aw .xul li .wz1 {
  color: #666666;
  font-size: 14px;
  margin-top: 5px;
}

.ab-bg .ab-index .ab-wrap .abr {
  width: calc(100% - 52.94%);
}

.ab-bg .ab-index .ab-wrap .abr img {
  width: 100%;
}

.ab-roll {
  margin-top: 3.125vw;
  overflow: hidden;
  position: relative;
}

.ab-roll .anext {
  background: url(../images/l1.png) no-repeat top center;
  width: 27px;
  height: 49px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  background-size: 100% auto;
}

.ab-roll .aprev {
  background: url(../images/r1.png) no-repeat top center;
  width: 27px;
  height: 49px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99;
  background-size: 100% auto;
}

.ab-roll .abSwiper {
  width: 92.72%;
  margin: 0 auto;
  overflow: hidden;
}

.ab-roll .abSwiper .swiper-slide .img1 img {
  width: 100%;
}

.amore {
  margin-top: -28px;
}

@media (max-width: 1200px) {
  .ab-bg .ab-index .ab-wrap .abl .aw p {
    font-size: 14px;
    margin-top: 10px;
  }
}

@media (max-width: 1024px) {
  .ab-bg .ab-index .ab-wrap .abl h3 {
    font-size: 24px;
  }
  .ab-bg .ab-index .ab-wrap .abl .aw p {
    line-height: 22px;
  }
  .ab-bg .ab-index .ab-wrap .abl .aw .xul {
    margin-top: 20px;
  }
  .ab-bg .ab-index .ab-wrap .abl .aw .xul li .wz .wz2 .counter {
    font-size: 26px;
  }
  .ab-bg .ab-index .ab-wrap .abl .aw .xul li .wz .wz2 .e {
    font-size: 26px;
  }
}

@media (max-width: 780px) {
  .ab-bg {
    margin-top: 0;
  }
  .ab-bg .ab-index {
    margin-top: 20px;
  }
  .ab-bg .ab-index .ab-wrap {
    flex-wrap: wrap;
    padding: 0;
  }
  .ab-bg .ab-index .ab-wrap .abl {
    width: 100%;
  }
  .ab-bg .ab-index .ab-wrap .abr {
    width: 100%;
    margin-top: 20px;
  }
  .ab-bg .ab-index .ab-wrap .abl .aw .xul li {
    width: 33.333%;
  }
  .ab-bg .ab-index .ab-wrap .abl .aw .xul li .wz1 {
    margin-top: 10px;
  }
  .amore {
    margin-top: 10px;
  }
  .ab-roll .anext {
    display: none;
  }
  .ab-roll .aprev {
    display: none;
  }
  .ab-roll .abSwiper {
    width: 100%;
  }
}

/**/
.hezuo-index {
  margin-top: 4.16666666666667vw;
}

.hezuoSwiper {
  overflow: hidden;
  margin-top: 2.60416666666667vw;
}

.hezuoSwiper .swiper-slide .img1 {
  border: 1px solid #d9d9d9;
  font-size: 0;
}

.hezuoSwiper .swiper-slide .img1 img {
  max-width: 100%;
}

@media (max-width: 780px) {
  .hezuo-index {
    margin-top: 40px;
  }
  .hezuoSwiper {
    margin-top: 20px;
  }
}

/*news*/
.news-bg {
  background: url(../images/bj22.jpg) no-repeat top center;
  background-size: 100% 100%;
  padding-top: 2.39583333333333vw;
  padding-bottom: 2.60416666666667vw;
  margin-top: 3.125vw;
}

.news-index .list2 {
  margin-top: 40px;
  margin-left: -11px;
  margin-right: -11px;
}

.news-index .list2 li {
  float: left;
  padding: 0 11px;
  width: 25%;
}

.news-index .list2 li a {
  display: block;
  padding-bottom: 28px;
  border-bottom: 2px solid #f4f4f4;
}

.news-index .list2 li a:hover {
  border-color: #0073bc;
}

.news-index .list2 li a:hover .zi h3 {
  color: #0073bc;
}

.news-index .list2 li a .img img {
  width: 100%;
}

.news-index .list2 li a .zi {
  width: 100%;
  padding-top: 30px;
}

.news-index .list2 li a .zi h3 {
  font-weight: 600;
  line-height: 38px;
  color: #333333;
  font-size: 18px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.news-index .list2 li a .zi dd {
  font-size: 14px;
  line-height: 24px;
  color: #999999;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-index .list2 li a .zi .time {
  background: url(../images/more1.png) no-repeat 98% 50%;
  margin-top: 16px;
  line-height: 27px;
  font-size: 14px;
  font-family: arial;
  color: #666666;
}

.nmore {
  margin-top: 1.5625vw;
}

@media (max-width: 780px) {
  .news-bg {
    padding: 40px 0;
    margin-top: 40px;
  }
  .news-index .list2 {
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px;
  }
  .news-index .list2 li {
    width: 50%;
  }
  .news-index .list2 li a .zi {
    padding-top: 10px;
  }
  .news-index .list2 li a .zi h3 {
    font-size: 16px;
  }
}

/*foot*/
.link {
  padding: 20px 0;
}

.foot-bg {
  background: url(../images/foot.jpg) no-repeat top center;
  background-size: 100% 100%;
  padding-top: 3.64583333333333vw;
  padding-bottom: 5.20833333333333vw;
}

.foot-bg .foot-index .footl {
  width: 55.28%;
}

.foot-bg .foot-index .footl dl dt {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 1.3vw;
}

.foot-bg .foot-index .footl dl dd a {
  display: block;
  font-size: 16px;
  line-height: 2.75;
  color: rgba(255, 255, 255, 0.75);
}


.foot-bg .foot-index .footl dl:nth-child(2){
  width: 57%;
}
.foot-bg .foot-index .footl dl:nth-child(2) dd a {
    display: inline-block;
    width: 48%;
}

.foot-bg .foot-index .footr {
  width: calc(100% - 72.75%);
}

.foot-bg .foot-index .footr ul li {
  width: 48%;
}

.foot-bg .foot-index .footr ul li .img1 img {
  width: 100%;
}

.foot-bg .foot-index .footr ul li .wz {
  text-align: center;
  color: #5898c4;
  font-size: 18px;
  line-height: 3;
}

.cop-bg {
  background: #333333;
  border-top: 1px solid #878889;
  padding: 20px 0;
}

.cop-bg .cop-index {
  text-align: center;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
}

.cop-bg .cop-index a {
  color: rgba(255, 255, 255, 0.4);
}

@media (max-width: 780px) {
  .foot-bg {
    padding: 20px 0;
  }
  .foot-index {
    flex-wrap: wrap;
  }
  .foot-bg .foot-index .footl {
    width: 100%;
    flex-wrap: wrap;
  }
  .foot-bg .foot-index .footl dl {
    width: 50%;
    margin-bottom: 10px;
  }
  .foot-bg .foot-index .footr {
    width: 100%;
    margin-top: 20px;
  }
  .foot-bg .foot-index .footr ul li .img1 {
    width: 150px;
    margin: 0 auto;
    text-align: center;
  }
}

/* 页脚 */
.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background: #0073bc;
}

.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: #0073bc;
}

.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(../images/a1.png) no-repeat;
  width: 20px;
  height: 20px;
}

.footer li .icon-home2 {
  background: url(../images/a2.png) no-repeat;
  width: 20px;
  height: 20px;
}

.footer li .icon-phone {
  background: url(../images/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);
}

@media (max-width: 1024px) {
  .foot-bg .foot-index .footl dl dt {
    font-size: 16px;
  }
  .foot-bg .foot-index .footl dl dd a {
    font-size: 14px;
    line-height: 24px;
  }
  .foot-bg .foot-index .footr ul li .wz {
    font-size: 14px;
    line-height: 24px;
  }
}

/*手机底部*/
@media (max-width: 1200px) {
  .xypg-right-content {
    overflow: hidden;
  }
  .xypg-right-content p img {
    max-width: 100%;
    width: auto !important;
    height: auto !important;
  }
}

@media (max-width: 768px) {
  .db {
    display: block !important;
  }
}

.dbb {
  height: 50px;
}

@media (max-width: 991px) {
  .page-banner,
  .x-banner {
    margin-top: 60px;
  }
}
