@charset "UTF-8";
.flexed {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  display: -webkit-flex;
}

.align-center {
  align-items: center;
}

.section {
  overflow: hidden;
}

.w1724 {
  max-width: 1754px;
  margin: 0 auto;
  padding: 0 15px;
}

#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    height: 23px;
    width: 22px;
    margin: 10px 0;
    position: relative;
}

#fp-nav ul li .fp-tooltip{
    left: -44px;
    top: 7px;
}
#fp-nav ul li a span{
    height: 23px;
    width: 22px;
    background-size: 100% 100%;
}
/*  */
@media (min-width: 769px) {
  .sun-delay0 {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  .sun-delay1 {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
  }
  .sun-delay2 {
    -webkit-transition-delay: 0.6s;
    transition-delay: 0.6s;
  }
  .sun-delay3 {
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
  }
  .sun-delay4 {
    -webkit-transition-delay: 1s;
    transition-delay: 1s;
  }
  .sun-delay5 {
    -webkit-transition-delay: 1.2s;
    transition-delay: 1.2s;
  }
  .sun-delay6 {
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s;
  }
  .sun-delay7 {
    -webkit-transition-delay: 1.6s;
    transition-delay: 1.6s;
  }
  .sun-delay8 {
    -webkit-transition-delay: 1.8s;
    transition-delay: 1.8s;
  }
  .sun-delay9 {
    -webkit-transition-delay: 2s;
    transition-delay: 2s;
  }
  .sun-delay10 {
    -webkit-transition-delay: 2.2s;
    transition-delay: 2.2s;
  }
  .sun-ani-left,
  .sun-ani-down,
  .sun-ani-up,
  .sun-ani-right {
    opacity: 0;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .7s;
    transition-duration: .7s;
  }
  .sun-ani-left {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  .sun-ani-down {
    -webkit-transform: translateY(-100px);
    transform: translateY(-100px);
  }
  .sun-ani-up {
    -webkit-transform: translateY(-200px);
    transform: translateY(200px);
  }
  .sun-ani-right {
    -webkit-transform: translatex(100px);
    transform: translatex(100px);
  }
  .actives .sun-ani-left {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .active .sun-ani-left {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .active .sun-ani-down {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .active .sun-ani-up,
  .active2 .sun-ani-up {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .active .sun-ani-right {
    opacity: 1;
    -webkit-transform: translatex(0);
    transform: translatex(0);
  }
  .active2 .sun-ani-left {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .active2 .sun-ani-right {
    opacity: 1;
    -webkit-transform: translatex(0);
    transform: translatex(0);
  }
}

@media (max-width: 1024px) {
  .fp-tableCell {
    height: auto !important;
  }
  .fp-section {
    height: auto !important;
  }
  #fp-nav {
    display: none;
  }
  .section2,
  .section3,
  .section4,
  .section6 {
    padding: 40px 0;
  }
}



/*head*/
.top-bg {
  background: #fff;
  box-shadow: 0px 3px 2.91px 0.09px rgba(12, 3, 7, 0.29);
  z-index: 99;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  top: 0;
}

.top-bg .top-index .logo {
  width: 24%;
}

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

.top-bg .top-index .top-right {
  width: 65%;
}

.top-bg .top-index .top-right .tnav {
  width: 70%;
}

.top-bg .top-index .top-right .ttel {
  width: 21%;
}

.top-bg .top-index .top-right .ttel p {
  color: #000000;
  font-size: 1.14583333333333vw;
}

.top-bg .top-index .top-right .ttel p img {
  margin-right:0.7vw;
}

.x-banner {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

.x-banner .owl-carousel .banner-item a{
    overflow: hidden;
}

.x-banner .owl-carousel .banner-item a img {
  width: 100vw;
  height: 100vh;
   -webkit-animation: scaleUpDown 6s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
  animation: scaleUpDown 6s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940);
  animation-iteration-count: infinite;
  animation-direction: alternate;
}

/* banner */
@-webkit-keyframes scaleUpDown {
  from {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes scaleUpDown {
  from {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/*导航栏样式*/
.nav {
  justify-content: space-between;
}

.nav li {
  text-align: center;
  position: relative;
  z-index: 999;
  flex: 1;
}

.nav li a {
  display: block;
  line-height: 78px;
  color: #000000;
  height: 78px;
  padding: 0;
  font-size: 18px;
  padding: 0;
}

.nav li a:hover {
  color: #ea3834;
  text-decoration: none;
  background: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background: none;
}

.nav .sec {
  height: 0;
  background: #ea3834;
  color: #fff;
  overflow: hidden;
  z-index: 9999;
  position: absolute;
  top: 78px;
  left: 0px;
  width: 100%;
}

.nav .sec a {
  background: #ea3834;
  color: #fff;
  height: 38px;
  line-height: 38px;
  font-size: 14px;
}

.nav .sec a:hover {
  background: #e15616;
  text-decoration: none;
  color: #fff;
}

/*section2*/
.section2 {
  background: url(//cdn.myxypt.com/e1f597b3/25/10/b1f62b62bcb32526008b2307fc1db812d8ee5062.jpg) no-repeat top center;
  background-size: cover;
}
.ab-bg{
 
}

.ab-index .ab-left {
  width: 50%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.ab-index .ab-left > img {
  width: 100%;
  border-radius: 10px;
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  -ms-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
}

.ab-index .ab-left a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.ab-index .ab-left:hover > img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.ab-index .ab-right {
  width: 47.5%;
  padding-top: 2%;
}

.ab-index .ab-right .at1 h3{
    font-size: 34px;
    font-weight: bold;
}

.ab-index .ab-right .at1 img {
  max-width: 100%;
}

.ab-index .ab-right .at1 p {
  width: 55px;
  height: 2px;
  background: #ea3834;
  margin-top: 16px;
}

.ab-index .ab-right .abw {
  margin: 2vw 0;
}

.ab-index .ab-right .abw p {
  color: #000000;
  font-size: 20px;
  line-height: 1.5;
}

.ab-index .ab-right .alist {
  margin-bottom: 1.5vw;
}

.ab-index .ab-right .alist li {
  float: left;
  width: 15%;
  background: #fff;
  border: 1px dashed #dddee0;
  border-radius: 10px;
  padding: 10px 0;
  margin-right: 1.56vw;
}

.ab-index .ab-right .alist li:last-child {
  margin-right: 0;
}

.ab-index .ab-right .alist li a {
  text-align: center;
}

.ab-index .ab-right .alist li a .wz {
  color: #000000;
  font-size: 16px;
  margin: 10px 0;
}

.ab-index .ab-right .alist li a:hover .wz {
  color: #eb3833;
}

.ab-index .ab-right .amore {
  width: 175px;
  height: 52px;
  line-height: 50px;
  border: 1px solid #ea3834;
  border-radius: 30px;
}

.ab-index .ab-right .amore a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ea3834;
  font-size: 18px;
}

.ab-index .ab-right .amore a img {
  margin-left: 15px;
}

.ab-index .ab-right .amore:hover {
  background: #ea3834;
}

.ab-index .ab-right .amore:hover a {
  color: #fff;
}

.ab-index .ab-right .amore:hover a img {
  filter: brightness(100);
}

/*section3*/
.section3 {
  background: #fafafa;
}
.pro-bg{
    /*margin-top: -5%;*/
}
.pubtitle {
  text-align: center;
}

.pubtitle h3 {
  color: #000000;
  font-size: 2.08333333333333vw;
  font-weight: 600;
  margin-bottom: 20px;
}

.pubtitle h4 {
  width: 90px;
  height: 3px;
  background: #eb3833;
  margin: 0 auto;
}

.plist1 {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  margin-top: 2vw;
}

.plist1 li {
  width: calc(100% / 4 - 20px);
  position: relative;
}

.plist1 li .img1 {
  border-radius: 10px;
  overflow: hidden;
}

.plist1 li .img1 img {
  width: 100%;
  border-radius: 10px;
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  -ms-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
}

.plist1 li .wz {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.plist1 li .wz .wza {
  display: none;
  font-size: 18px;
  color: #ffffff;
}

.plist1 li:hover .img1 img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

.plist1 li:hover .wz {
  background: rgba(156, 14, 13, 0.7);
}

.plist1 li:hover .wz .wza {
  display: block;
}

/*section4*/
.section4 {
  background: url(//cdn.myxypt.com/e1f597b3/25/10/e94ee2b975a7a7a8ed481b0b2052f89fbfbf8e60.jpg) no-repeat top center;
  background-size: cover;
}

.adv-index .advlist {
  flex-wrap: wrap;
  margin-top: 1.5vw;
}

.adv-index .advlist li {
  width: 33.333%;
  background: #ea3834;
  padding: 1.3vw;
}

.adv-index .advlist li .wz {
  padding: 0 1vw;
  max-width: 450px;
}

.adv-index .advlist li .wz .wza {
  font-size: 1.82291666666667vw;
  font-weight: 600;
  color: #fff;
  margin-bottom: 1vw;
}

.adv-index .advlist li .wz .wzb {
  font-size: 18px;
  color: #ffffff;
  line-height: 2;
}

.adv-index .advlist li .wzc {
  width: 168px;
  height: 52px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #f5a2a0;
  font-size: 18px;
  color: #fff;
  float: right;
  margin-top: 1vw;
}

.adv-index .advlist li:hover .wzc{
    padding-left: 10px;
     transition: all 0.5s;
}

.adv-index .advlist li:nth-child(2n) {
  background: #fff;
}

.adv-index .advlist li:nth-child(2n) .wz .wza {
  color: #ea3834;
}

.adv-index .advlist li:nth-child(2n) .wz .wzb {
  color: #ea3834;
}

.adv-index .advlist li:nth-child(2n) .wzc {
  border: 1px solid #f5a2a0;
  color: #ea3834;
}

/*section5*/
.section5 {
  background: url(//cdn.myxypt.com/e1f597b3/25/10/7ba7332ee9af091f18239e78e32def32b75c60a0.jpg) no-repeat top center;
  background-size: cover;
}

.news-bg {
  /*padding-top: 5vw;*/
}

.news-con1 {
  flex-wrap: wrap;
  margin-top: 35px;
}

.news-con1 .nlist11 {
  width: 66.3%;
}

.news-con1 .nlist11 li.li1 {
  width: 100%;
  position: relative;
}

.news-con1 .nlist11 li.li1 .img1 img {
  width: 100%;
  height: 15.625vw;
}

.news-con1 .nlist11 li.li1 .wz {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 99;
  padding: 1.5vw;
}

.news-con1 .nlist11 li.li1 .wz .wza {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 1.5vw;
}

.news-con1 .nlist11 li.li1 .wz .wzb {
  color: #ffffff;
  font-size: 22px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-con1 li.li2 {
  width: calc(33.333% - 30px);
  border-top: 2px solid #cbcbcb;
  margin-bottom: 30px;
  height: 15.625vw;
}

.news-con1 li.li2 a {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}

.news-con1 li.li2 a .ww {
  color: #000000;
  font-size: 17px;
  font-weight: 600;
  padding: 0.8vw 0;
  border-bottom: 2px solid transparent;
  margin-bottom: 0.8vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-con1 li.li2 a .img1 img {
  width: 100%;
}

.news-con1 li:hover.li2 a .ww {
  color: #eb3833;
  border-bottom: 2px solid #eb3833;
}

.news-con1 li:nth-child(n+3).li2{
    margin-bottom: 0;
}

/*section6*/
.section6 {
  background: url(//cdn.myxypt.com/e1f597b3/25/10/bb13882f1530f589641336fae38f58a034f48db3.jpg) no-repeat top center;
  background-size: cover;
}

.w1215 {
  max-width: 1245px;
  margin: 0 auto;
  padding: 0 15px;
}

.contact-index .contact-left {
  width: 35%;
}

.contact-index .contact-left .flogo img {
  max-width: 100%;
}

.contact-index .contact-left h3 {
  color: #000000;
  font-size: 24px;
  margin: 2vw 0;
  font-weight: bold;
}

.contact-index .contact-left .flx p {
  color: #000000;
  font-size: 16px;
  line-height: 1.5;
}

.contact-index .contact-left .ferq {
  margin-top: 2.6vw;
  justify-content: flex-start;
}

.contact-index .contact-left .ferq li {
  margin-right: 1.5vw;
  text-align: center;
}

.contact-index .contact-left .ferq li .img1 img {
  max-width: 118px;
  width: 100%;
}

.contact-index .contact-left .ferq li .wz {
  color: #000000;
  font-size: 15px;
  line-height: 2;
}

.contact-index .contact-right {
  width: 47.7%;
}

.contact-index .contact-right h3 {
  font-size: 22px;
}

.contact-index .contact-right .mess {
  margin-top: 1.5vw;
}

.contact-index .contact-right .mess .ms1 {
  margin-bottom: 20px;
}

.contact-index .contact-right .mess .form-control1 {
  background: #767876;
  border: none;
  width: 100%;
  color: #ffffff;
  font-size: 15px;
  height: 65px;
  padding: 10px;
}

.contact-index .contact-right .mess .form-control1::placeholder {
  color: #ffffff;
}

.contact-index .contact-right .mess .ms2 textarea {
  height: 156px;
  overflow: hidden;
  background: #767876;
  width: 100%;
  line-height: 40px;
  padding: 10px;
  color: #fff;
  font-size: 15px;
}

.contact-index .contact-right .mess .ms2 textarea::placeholder {
  color: #ffffff;
}

.contact-index .contact-right .mess .ms3 {
  background: #767876;
  padding: 10px;
  height: 65px;
  margin-top: 18px;
  color: #fff;
  font-size: 15px;
}

.contact-index .contact-right .mess .ms3 a {
  color: #fff;
}

.contact-index .contact-right .mess .ms3 .form-control4 {
  border: none;
  height: 65px;
}

.contact-index .contact-right .mess .ms3 .form-control4::placeholder {
  color: #ffffff;
}

.contact-index .contact-right .mess .tijiao {
  width: 200px;
  height: 62px;
  background: #ea3834;
  text-align: center;
  line-height: 62px;
  color: #fff;
  margin-top: 20px;
}

.contact-index .contact-right .mess .tijiao input {
  border: none;
  width: 100%;
  padding: 0;
}

/*foot*/
.cop-bg {
  background: #eb3833;
  padding: 35px 0;
}

.cop-bg .cop-index {
  text-align: center;
  color: #fff;
  font-size: 14px;
}

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

.contact-bg2 {
  background: url(//cdn.myxypt.com/e1f597b3/25/11/d828e123c04e03d9e91d5085d4fe79430af44f35.jpg) no-repeat top center;
  background-size: cover;
  padding: 40px 0;
}

@media (max-width: 1440px) {
  .top-bg .top-index .top-right .tnav {
    width: 75%;
  }
  .nav li a {
    font-size: 16px;
  }
  .ab-index .ab-right .abw p {
    font-size: 15px;
  }
  .ab-index .ab-right .alist li a .wz {
    font-size: 14px;
  }
  .ab-index .ab-right .abw {
    margin: 1vw 0;
  }
  .ab-index .ab-right .amore a {
    font-size: 15px;
  }
  .ab-index .ab-right .alist li a .img1 img {
    max-width: 30px;
    width: 100%;
  }
  .adv-index .advlist li .wz .wzb {
    font-size: 16px;
  }
  .adv-index .advlist li .wzc {
    font-size: 15px;
  }
  .contact-index {
    padding-top: 8vw;
  }
  .contact-index .contact-left h3 {
    margin: 10px 0;
  }
  .contact-index .contact-right .mess .form-control1 {
    height: 40px;
    line-height: 40px;
  }
  .contact-index .contact-right .mess .ms2 textarea {
    height: 120px;
    line-height: 30px;
  }
  .contact-index .contact-right .mess .ms3 {
    height: 40px;
  }
  .contact-index .contact-right .mess .tijiao {
    height: 40px;
    line-height: 40px;
  }
  .cop-bg {
    padding: 20px 0;
  }
}

@media (max-width: 1366px) {
  .ab-index .ab-left a .bf img {
    max-width: 40px;
    width: 100%;
  }
  .plist1 li .wz .img2 img {
    max-width: 60px;
    width: 100%;
  }
  .adv-index .advlist li .wz .wzb {
    font-size: 14px;
  }
  .adv-index .advlist li .wzc {
    height: 40px;
    line-height: 38px;
    width: 120px;
    font-size: 13px;
  }
}

@media (max-width: 1100px) {
  .top-bg .top-index .logo {
    width: 20%;
  }
  .top-bg .top-index .top-right {
    width: 74%;
  }
  .nav li a {
    font-size: 15px;
    height: 80px;
    line-height: 80px;
  }
  .nav .sec {
    top: 80px;
  }
  .top-bg .top-index .top-right .ttel p {
    font-size: 14px;
  }
  .top-bg .top-index .top-right .ttel p img {
    margin-right: 5px;
    max-width: 30px;
    width: 100%;
  }
  .ab-index .ab-right .alist li a .wz {
    margin: 5px 0;
  }
  .ab-index .ab-right .abw p {
    font-size: 14px;
  }
  .news-con1 .nlist11 li.li1 .wz .wzb {
    font-size: 18px;
  }
  .news-con1 li.li2 a .ww {
    font-size: 15px;
  }
  .contact-index .contact-left .flx p {
    font-size: 14px;
  }
  .contact-index .contact-left .ferq li .img1 img {
    max-width: 100px;
  }
  .contact-index .contact-left .ferq li .wz {
    font-size: 14px;
  }
}

@media (max-width: 1024px) {
  .x-banner {
    width: 100%;
    height: auto;
  }
  .x-banner .owl-carousel .banner-item a img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 990px) {
  .ab-index {
    flex-wrap: wrap;
  }
  .ab-index .ab-left {
    width: 100%;
  }
  .ab-index .ab-right {
    width: 100%;
    margin-top: 20px;
  }
  .ab-index .ab-right .at1 img {
    max-width: 30px;
    width: 100%;
  }
  .ab-index .ab-right .at1 p {
    width: 15px;
    margin-top: 5px;
  }
  .ab-index .ab-right .abw {
    margin: 15px 0;
  }
  .ab-index .ab-right .alist {
    margin-bottom: 15px;
  }
  .ab-index .ab-right .alist li {
    width: 20%;
  }
  .ab-index .ab-right .alist li a .wz {
    font-size: 13px;
  }
  .pubtitle h3 {
    font-size: 24px;
    margin-bottom: 5px;
  }
  .plist1 {
    gap: 20px;
    margin-top: 20px;
  }
  .plist1 li {
    width: calc(100% / 2 - 10px);
  }
  .adv-index .advlist {
    margin-top: 20px;
    flex-wrap: wrap;
  }
  .adv-index .advlist li {
    width: 100%;
    padding: 20px 10px;
  }
  .adv-index .advlist li .wz .wza {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .adv-index .advlist li .wz .wzb {
    font-size: 13px;
    max-width: 100%;
  }
  .news-con1 {
    margin-top: 20px;
    flex-wrap: wrap;
  }
  .news-con1 .nlist11 {
    width: 100%;
    margin-bottom: 20px;
  }
  .news-con1 .nlist11 li.li1 .img1 img {
    height: 100%;
  }
  .news-con1 li.li2 {
    width: calc(50% - 10px);
    height: auto;
  }
  .news-con1 li.li2 a .ww {
    padding: 10px 0;
  }
  .contact-index {
    padding-top: 0;
    flex-wrap: wrap;
  }
  .contact-index .contact-left {
    width: 100%;
  }
  .contact-index .contact-left h3 {
    font-size: 18px;
  }
  .contact-index .contact-right {
    width: 100%;
    margin-top: 20px;
  }
  .contact-index .contact-right h3 {
    font-size: 18px;
  }
  .contact-index .contact-right .mess .ms1 {
    margin-bottom: 10px;
  }
  .contact-index .contact-right .mess .ms3 {
    margin-top: 8px;
  }
}

@media (max-width: 780px) {
  .cop-bg {
    padding: 15px 0;
    padding-bottom: 20%;
  }
  .contact-index .contact-left .ferq li {
    margin-right: 15px;
  }
  .contact-index .contact-left .ferq li .wz {
    font-size: 12px;
  }
  .contact-index .contact-right .mess .ms3 .form-control4 {
    width: 35%;
  }
  .contact-index .contact-right .mess .ms3 a {
    font-size: 12px;
  }
}

@media (max-width: 640px) {
  .ab-index .ab-right .alist li {
    width: 48%;
    margin-bottom: 4%;
    padding: 15px 0;
  }
  .ab-index .ab-right .amore {
    width: 150px;
    height: 45px;
    line-height: 43px;
    font-size: 13px;
  }
  .adv-index .advlist li .wzc {
    height: 35px;
    line-height: 33px;
  }
  .news-con1 .nlist11 li.li1 .wz .wzb {
    font-size: 16px;
  }
  .news-con1 li.li2 a .ww {
    font-size: 13px;
  }
  .contact-index .contact-left .ferq li .img1 img {
    max-width: 80px;
  }
  .cop-bg .cop-index {
    font-size: 13px;
  }
}
