@charset "UTF-8";
/* 通用样式 */
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;
}

.w1200 {
  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 2s
}

.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;
}

#dituContent{width:100%!important;}

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

.head-bg {
  padding: 10px 2%;
  position: fixed;
  z-index: 9999;
  left: 0;
  right: 0;
  top: 0;
  border-bottom: 1px solid #e9e9e9;
  background: #fff
}

.head-bg:hover{
    background: #fff;
}

.head-bg .head-index {
  align-items: center;
  position: relative;
}

.head-bg .head-index .logo {
  width: 35%;
}

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

.head-bg .head-index .headr {
  width: 54%;
  align-items: center;
}

.head-bg .head-index .headr .nav2 {
  display: none;
}

.head-bg .head-index .headr .nav2 ul li {
  /*float: left;*/
  /*position: relative;*/
  /*margin: 0 .15vw;*/
}

.head-bg .head-index .headr .nav2 ul li a {
  display: block;
  /*padding: 0 1.5vw;*/
  /*font-size: 0.9rem;*/
  /*color: #000000;*/
  /*line-height: 2.4;*/
}

/*.head-bg .head-index .headr .nav2 ul li a:hover {*/
/*  color: #226ca8;*/
/*}*/

.head-bg .head-index .headr .tel {
  background: url(//cdn.myxypt.com/739ad83e/21/12/9bc7305165da32f2f5947b932e91c8e745cabdb6.png) no-repeat left center;
  padding-left: 1.9rem;
  display: none;
}

.head-bg .head-index .headr .tel p {
  font-size: 0.9rem;
  color: #333333;
}

.head-bg .head-index .headr .telnum {
  font-size: 0.9rem;
  color: #333333;
  display: none;
}

.head-bg.cur {
  background: #fff;
}

.head-bg.cur .head-index .headr {
  width: 60%;
}
.head-bg.cur .head-index .headr .tel{
    display: block;
}
.head-bg.cur .head-index .headr .nav1 {
  display: none;
}

.head-bg.cur .head-index .headr .nav2 {
  display: block;
}

.head-bg.cur .head-index .headr .telnum {
  display: block;
}

.head-body {
  position: relative;
}

.dao1 {
  display: none;
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
}

@media (max-width: 1600px) {
  .head-bg .head-index .headr {
    width: 55%;
  }
  .head-bg.cur .head-index .headr {
    width: 66%;
  }
}

@media (max-width: 1480px) {
  .head-bg .head-index .headr {
    width: 55%;
  }
  .x-menu>li>a{
      font-size: 0.8rem;
  }
  .head-bg.cur .head-index .headr {
    width: 76%;
  }
}

@media (max-width: 1200px) {
  .head-bg .head-index .headr .tel p {
    font-size: 20px;
  }
}

/*搜索*/
#formsearch {
  position: absolute;
  right: 0;
  top: 90px;
  border: 1px solid #226ca8;
  width: 252px;
  z-index: 11;
  background: #226ca8;
  display: none;
}

#formsearch input {
  line-height: 34px;
  height: 34px;
  background: none;
  border: none;
}

#formsearch input#keyword {
  text-indent: 10px;
  float: left;
  width: 200px;
  color: #fff;
  outline: none;
}

#formsearch input#s_btn {
  background: url(//cdn.myxypt.com/739ad83e/21/12/64dba5a2a08f8a570ac9002a5ac3a91d07a63c21.png) no-repeat 50%;
  font-size: 0;
  float: right;
  width: 50px;
  outline: none;
}

#formsearch ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #fff;
}

#formsearch ::-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}

#formsearch ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}

#formsearch ::-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

.tou1 {
  height: 100px;
  position: fixed;
  width: 100%;
  top: -100px;
  left: 0;
  right: 0;
  padding: 10px 3.4375%;
  z-index: 112;
  background: #fff;
  transition-duration: .3s;
}

.tou1.haha {
  top: 0;
}

.tou1 .con {
  align-items: center;
  height: 100%;
}

.tou1 .con .logo {
  line-height: 100px;
}

.tou1 .con .zi {
  align-items: center;
  position: relative;
  width: 80%;
  max-width: 915px;
}

.tou1 .con .zi .nav1 {
  width: calc(100% - 204px);
  display: flex;
  justify-content: space-between;
}

.tou1 .con .zi .nav1 li a {
  display: block;
  font-size: 18px;
  color: #000000;
  line-height: 100px;
}

.tou1 .con .zi .nav1 li .sec {
  display: none;
  z-index: 111;
  top: 100px;
  position: absolute;
  left: 0;
  background: #142142;
}

.tou1 .con .zi .nav1 li .sec .sec1 {
  width: 50%;
  padding-left: 7.7vw;
  padding-right: 3.54vw;
  padding-top: 1.875vw;
  background: url(//cdn.myxypt.com/4a94b86d/21/08/83a7f3f6a853cdd133be22103985fb0bd2402cec.png) no-repeat 0 0%;
}

.tou1 .con .zi .nav1 li .sec .sec1 h2 {
  font-size: 36px;
  color: #fff;
}

.tou1 .con .zi .nav1 li .sec .sec1 .sec1x {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}

.tou1 .con .zi .nav1 li .sec .sec1 .sec1x a {
  width: 50%;
  display: block;
  color: #fff;
  font-size: 17px;
  line-height: 2;
}

.tou1 .con .zi .nav1 li .sec .sec1 .sec1x a:hover {
  text-decoration: underline;
}

.tou1 .con .zi .nav1 li .sec .sec2 {
  width: 50%;
  border-top: 1px solid transparent;
}

.tou1 .con .zi .nav1 li .sec .sec2 a {
  display: block;
  overflow: hidden;
}

.tou1 .con .zi .nav1 li .sec .sec2 img {
  max-width: 100%;
}

.tou1 .con .zi .nav1 li:hover a {
  color: #142142;
}

.tou1 .con .zi .nav1 li:hover .sec {
  display: flex;
}

.tou1 .con .zi #formsearch {
  width: 151px;
  border-bottom: 1px solid #000000;
}

.tou1 .con .zi #formsearch input {
  border: none;
  outline: none;
  background: none;
  height: 34px;
  line-height: 34px;
}

.tou1 .con .zi #formsearch input#keyword {
  float: left;
  width: calc(100% - 28px);
  color: #000;
  font-size: 18px;
}

.tou1 .con .zi #formsearch input#keyword::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}

.tou1 .con .zi #formsearch input#s_btn {
  float: right;
  width: 28px;
  background: url(//cdn.myxypt.com/4a94b86d/21/08/ceb934170084220f13d9d3453909e282a4a70e2e.png) no-repeat 50%;
  font-size: 0;
}

/*product*/
.product-bg {
  /*margin-top: 5.3rem;*/
  margin-top: 1rem;
}

.tt11 {
  display: none;
}

.product-index .psort {
  margin-bottom: 1.1rem;
}

.product-index .psort li {
  width: 24%;
  position: relative;
}
.product-index .psort li .img0{
    overflow: hidden;
}
.product-index .psort li .img0 img{
    width: 100%;
}

.product-index .psort li .img0 .img1 {
  display: block;
}

.product-index .psort li .img0 .img2 {
    display: none;
    
    
}

.product-index .psort li:hover .img0 .img1{
    display: none
}

.product-index .psort li:hover .img0 .img2{
    display: block;
    transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	
	
}





.product-index .psort li .wz {
  position: absolute;
  bottom: 1.3rem;
  left: 1rem;
  font-size: 1rem;
  color: #333333;
}

.product-index .psort li .wz span {
  display: block;
  width: 60px;
  height: 1px;
  background: #333333;
  margin-top: 5px;
}

@media (max-width: 768px) {
.product-index .psort li .wz{
    position:initial;
}


}
.product-index .psort li.cur .wz {
  color: #fff;
}

.product-index .psort li.cur .wz span {
  background: #fff;
}


@media (max-width: 768px) {

.product-index .psort li.cur .wz{
    color:#226da9;
}
}
.product-index .plist1 .plist11 .plist2 {
  width: 50.4%;
}

.product-index .plist1 .plist11 .plist2 li {
  float: left;
  width: 32%;
  margin-right: 1%;
  margin-bottom: 1%;
}
.plist2 li .img1.imgbig {
    transform: scale(.8);
}
.product-index .plist1 .plist11 .plist2 li .img1 img {
  width: 100%;
}

.product-index .plist1 .plist11 .img11 {
  width: calc(100% - 50.4%);
}

.product-index .plist1 .plist11 .img11 img {
  width: 100%;
}


.product-index .plist1 .plist11 .plist2 li:nth-child(2){
  background: #f4f4f4;
}
.product-index .plist1 .plist11 .plist2 li:nth-child(4){
  background: #f4f4f4;
}
.product-index .plist1 .plist11 .plist2 li:nth-child(6){
  background: #f4f4f4;
}

@media (max-width: 767px) {
  .product-bg {
    margin-top: 5%;
  }
}

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

.pt .pt1 {
  text-transform: uppercase;
  color: #f1f0f0;
  font-weight: bold;
  font-size: 1.8rem;
}

.pt .pt2 {
  margin-top: -3rem;
}

.pt .pt2 h3 {
  color: #272c3c;
  font-weight: bold;
  font-size: 2.4rem;
}

.pt .pt2 h4 {
  color: #4b4b4b;
  font-size: 1.05rem;
  padding-top: 1rem;
}

@media (max-width: 767px) {
  .pt .pt2 h4 {
    font-size: 14px;
  }
}

.wh1600 {
    max-width: 1630px;
    padding: 0 15px;
    margin: 0 auto;
}

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

.flexd {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


.index-title {
    justify-content: center;
}

.index-title h3 {
    font-size: 1.6rem;
    color: #333333;
    margin: 0 1.05rem;
    position: relative;
    z-index: 0;
    font-weight: bold;
}

.index-title span {
    width: 1.6rem;
    height: 2px;
    background-color: #ffde00;
}

.index-title h3::after {
    content: "";
    width: 0.8rem;
    height: 0.8rem;
    background-color: #ffde00;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateX(18%) translateY(-30%);
    z-index: -1;
}

@media(max-width: 767px) {
    .index-title h3 {
        font-size: 22px;
    }

    .index-title span {
        width: 2rem;
    }

    .index-title h3::after {
        width: 1.2rem;
        height: 1.2rem;
    }
}

.p3 {
    padding: 9rem 0 4rem;
}

.p3a a.more {
    width: 7rem;
    line-height: 1.6rem;
    border: solid 1px #666666;
    font-size: 14px;
    color: #333333;
    padding: 0 0.65rem 0 0.7rem;
}

.p3b {
    margin-top: 2.4rem;
    padding: 4.5rem 0 4rem;
    background: #f5f5f5;
}
.p3-swiper  {
    overflow: hidden;
}
.p3-swiper li a .cont {
    width: 50%;
    padding: 1rem 2.2rem 1rem 2.95rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #ffffff;
    transition: all ease .3s;
}

.p3-swiper li a .cont h3 {
    font-size: 3.6rem;
    font-weight: bold;
    color: #cccccc;
    height: 50px;
    overflow: hidden;
}

.p3-swiper li a .cont h4 {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 1.2rem;
    transition: all ease .3s;
}

.p3-swiper li a .cont p {
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    margin-bottom: 1.1rem;
    transition: all ease .3s;
}



.p3-swiper li a .img {
    width: 50%;
}

.p3-swiper li a .img img {
    display: block;
    width: 100%;
}

.p3-swiper li a .more {
    width: 7rem;
    line-height: 1.6rem;
    border: solid 1px#666666;
    font-size: 14px;
    color: #333333;
    padding: 0 0.65rem 0 0.7rem;
    margin-top: 0.7rem;
    transition: all ease .3s;
}

.p3-swiper li a:hover .cont {
    background-color: #036cae;
}

.p3-swiper li a:hover .cont h4 {
    color: #ffffff;
}

.p3-swiper li a:hover .cont p {
    color: #cccccc;
}

.p3-swiper li a:hover .cont .more {
    border: solid 1px #ffffff;
    background-color: #036cae;
    color: #fff;
}


.p3butt {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1.5rem;
}

.p3butt .p3prev {
    width: 40px;
    height: 40px;
    background-color: #404040;
    border: solid 1px #333333;
    font-family: "SimSun";
    font-size: 20px;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
    margin: 0 4px;
    outline: none;
}

.p3butt .p3next {
    width: 40px;
    height: 40px;
    background-color: #036cae;
    font-family: "SimSun";
    font-size: 20px;
    color: #ffffff;
    line-height: 40px;
    text-align: center;
    margin: 0 4px;
    outline: none;
}


@media(max-width:1440px) {
    .p3-swiper li a .cont p {
        font-size: 14px;
    }
}

@media(max-width:767px) {
    .p3a a.more {
        width: 9rem;
        line-height: 2.6rem;
    }

    .p3-swiper li a .img {
        width: 100%;
        order: 1;
    }

    .p3-swiper li a .cont {
        width: 100%;
        order: 2;
        padding: 2rem 15px;
    }

    .p3-swiper li a .cont h3 {
        height: auto;
    }

    .p3-swiper li a .more {
        width: 9rem;
        line-height: 2.6rem;
    }
}












.about-bg {
  margin-top: 5.1rem;
}

.about-index {
  margin-top: 3rem;
}

.about-index .about-left {
  width: 50%;
  overflow: hidden;
  position: relative;
}

.about-index .about-left .swiper-pagination11 {
  text-align: right;
  bottom: 23px;
  padding-right: 20px;
  position: absolute;
  z-index: 999;
  display: none
}

.about-index .about-left .swiper-pagination-bullet {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  font-size: 30px;
  color: #036cae;
  opacity: 1;
  background: #ffffff;
  border-radius: 0;
  margin: 0 15px;
}

.about-index .about-left .swiper-pagination-bullet-active {
  color: #fff;
  background: #036cae;
}

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

.about-index .about-right {
  width: 50%;
  background: url(//cdn.myxypt.com/739ad83e/21/12/0a46fbcab8de51a8056f3f6717e34f5ad4430ba8.jpg) no-repeat top center;
  /*background-size: cover;*/
  display: flex;
  justify-content: center;
  flex-direction: column;
    background-size: 100%;
}

.about-index .about-right .about-con {
  margin-left: 3rem;
  width: 77%;
}

.about-index .about-right .about-con h3 {
  color: #333333;
  font-size: 2.4rem;
}

.about-index .about-right .about-con h3 span {
  display: block;
  width: 120px;
  height: 6px;
  background: #036cae;
  margin-top: 1rem;
}

.about-index .about-right .about-con .aw {
  margin-top: 2.25rem;
}

.about-index .about-right .about-con .aw p {
  color: #333333;
  font-size: 0.9rem;
  text-align: justify;
  line-height: 1.78;
}

.about-index .about-right .about-con .amore {
  background: url(//cdn.myxypt.com/739ad83e/21/12/a13c3c6973c1d0621700b853aac84fdc4e4af608.png) no-repeat top center;
  width: 9.3rem;
  height: 1.9rem;
  margin-top: 3.4rem;
  float: right;
}

.about-index .about-right .about-con .amore a {
  display: block;
  line-height: 1.9rem;
  text-align: center;
  color: #fff;
  font-size: 14px;
}

.about-index .about-right .about-con .list1 {
  margin-top: 3.3vw;
  display: flex;
}

.about-index .about-right .about-con .list1 li {
  display: flex;
}

.about-index .about-right .about-con .list1 li .zi1 .img {
  margin-top: 7px;
}

.about-index .about-right .about-con .list1 li .zi1 h4 {
  font-size: 0.9rem;
  color: rgba(0, 0, 0, 0.7);
  margin-top: 8px;
}

@media (max-width: 1680px) {
    .about-index .about-right .about-con h3{
        font-size:2.2em;
    }
    .about-index .about-right .about-con .amore{
        margin-top:2.4rem;
    }
}

@media (max-width: 1550px) {
 .about-index .about-right .about-con .aw p {
     display: -webkit-box;
    -webkit-line-clamp:6;
    -webkit-box-orient: vertical;
    overflow: hidden
  }
  .about-index .about-right .about-con h3 {

    font-size: 1.8rem;
}

  .about-index .about-right .about-con .amore{
          margin-top: 2.4rem;
  }
  .about-index {
          height: 71vh;
  }

}

@media (max-width: 1450px) {
  .about-index .about-right .about-con .list1 li .zi1 h4 {
    font-size: 14px;
  }
  
    .about-index .about-right .about-con h3{
      font-size: 22px;
  }
  .about-index .about-right .about-con .aw{
      margin-top: 1rem;
  }
  .about-index .about-right .about-con .amore{
      margin-top: .5rem;
  }
}



.about-index .about-right .about-con .list1 li .zi2 {
  display: flex;
  align-items: flex-end;
  margin-left: 8px;
}

.about-index .about-right .about-con .list1 li .zi2 .tu {
  color: #036cae;
  font-family: "Impact";
  font-size: 1.4rem;
  position: relative;
  line-height: 1;
}

.about-index .about-right .about-con .list1 li .zi2 span {
  font-size: 0.9rem;
  color: rgba(0, 0, 0, 0.7);
  padding-left: 7px;
}

@media (max-width: 1450px) {
  .about-index .about-right .about-con .list1 li .zi2 span {
    font-size: 14px;
  }
}

.about-index .about-right .about-con .list1 li:after {
  content: '';
  display: block;
  width: 2px;
  height: 55px;
  background-color: #dddddd;
  margin: 0 1vw;
}

.about-index .about-right .about-con .list1 li:last-child:after {
  display: none;
}

@media (max-width: 1366px) {

 .about-index .about-right .about-con h3 {
    font-size: 20px;
  }
  .about-index .about-right .about-con .list1 li .zi2 .tu {
    font-size: 1.4rem;
  }
  .about-index .about-right .about-con .list1{
      margin-top:0.2vw
  }
}


@media (max-width: 1200px) {
.about-index .about-right .about-con .aw p{
    display: -webkit-box;
    -webkit-line-clamp:12;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 7;
overflow: hidden;

}
    .about-index {
    height: 53vh;
}
}

@media (max-width: 1195px) {
    .about-index .about-right .about-con .aw p{
     -webkit-line-clamp:6;
    }
}

@media (max-width: 1026px) {
   .about-index .about-right{ 
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    background-size: 100%;
    padding-top: 2vw;
       
   }
   
   .head-bg.cur .x-menu>li {
    margin: 0 0.3vw;
}
}

@media (max-width: 993px) {
   .about-index .about-right .about-con .aw p{
    display: -webkit-box;
    -webkit-line-clamp:8;
    -webkit-box-orient: vertical;
    overflow: hidden
} 

.about-index .about-right .about-con .amore {
    margin-top: 2rem;
}
}







@media (max-width: 767px) {
  .about-bg {
    margin-top: 8%;
  }
  .about-index {
    flex-wrap: wrap;
    height: 100vh;
  }
  .about-index .about-left {
    width: 100%;
  }
  .about-index .about-left .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    margin: 0 5px;
  }
  .about-index .about-right {
    width: 100%;
  }
  .about-index .about-right .about-con {
    width: 100%;
    margin-left: 0;
    padding: 5% 0;
    padding-left: 30px;
    padding-right: 30px;
  }
  .about-index .about-right .about-con h3 {
    font-size: 20px;
  }
  .about-index .about-right .about-con .aw {
    margin-top: 15px;
  }
  .about-index .about-right .about-con .aw p {
    font-size: 14px;
  }
  .about-index .about-right .about-con .amore {
    margin-top: 15px;
    float: none;
    width: 186px;
    height: 38px;
    line-height: 38px;
  }
  .about-index .about-right .about-con .amore a {
    line-height: 38px;
  }
  .about-index .about-right .about-con .list1 {
    margin-top: 15px;
  }
  .about-index .about-right .about-con .list1 li {
    width: 33.333%;
    display: block;
  }
  .about-index .about-right .about-con .list1 li:after {
    display: none;
  }
  .about-index .about-right .about-con .list1 li .zi1 h4 {
    margin-bottom: 8px;
  }
  .about-index .about-right .about-con .list1 li .zi2 {
    margin-left: 0;
  }
  .about-index .about-right .about-con .list1 li .zi2 .tu {
    font-size: 20px;
  }
}

/**/
.max1600 {
  max-width: 1600px;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px;
}

.honor-index {
  margin-top: 9rem;
}

.ryzs {
  display: block;
  width: 100%;
  position: relative;
  margin-top: 3.38541666666vw;
}

.ryzs .swiper_kuang {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.ryzs .swiper-container {
  width: 108%;
  flex-shrink: 0;
  margin: 0 auto;
  display: flex;
}

.ryzs li {
  position: relative;
  text-align: center;
}

.ryzs li a {
  display: block;
  width: 100%;
}

.ryzs li img {
  width: 100%;
  height: auto;
}

.ryzs .swiper-pagination {
  position: relative;
}

.ryzs .swiper-pagination-bullet {
  width: 30px;
  height: 4px;
  background: #e5e5e5;
  border-radius: 5px;
  opacity: 1;
  margin: 0 5px;
}

.ryzs .swiper-pagination-bullet-active {
  background: #1070be;
}

.ryzs .swiper-slide {
  text-align: center;
  font-size: 18px;
  /*background: #fff;*/
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

@media (max-width: 767px) {
  .honor-index {
    margin-top: 8%;
  }
}

/**/
.news-bg {
  margin-top: 9rem;
  margin-bottom: 5rem;
}

.tt22 {
  display: none;
}

.news-con {
  margin-top: 3rem;
}

.news-con .news-left {
  width: 50%;
}

.news-con .news-left .nsort {
  border-top: 1px solid #b9b9b9;
  border-bottom: 1px solid #b9b9b9;
  position: relative;
}

.news-con .news-left .nsort li {
  display: inline-block;
  color: #222222;
  font-size: 1.2rem;
  font-weight: bold;
  width: 150px;
  background: url(//cdn.myxypt.com/739ad83e/21/12/8540a25a797168f11d8e7f4dab36501d2f17b4d3.png) no-repeat left center;
  text-indent: 1rem;
  line-height: 2.125;
}

.news-con .news-left .nsort li.cur {
  color: #004681;
  background: url(//cdn.myxypt.com/739ad83e/21/12/6c993705aa3306a0e9f63195a9fb0d3ad311cd14.png) no-repeat left center;
}

.news-con .news-left .nsort a {
  color: #5c5c5c;
  font-size: 16px;
  float: right;
  line-height: 3.125;
  position: absolute;
  right: 0;
  top: 0;
}

.news-con .news-left .nsort a:hover {
  color: #004681;
}

.news-con .news-left .nlist11 {
  margin-top: 0.75rem;
}

.news-con .news-left .nlist11 li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news-con .news-left .nlist11 li a .img1 {
  border: 1px solid #bcbab9;
  width: 38.5%;
}

.news-con .news-left .nlist11 li a .img1 img {
  max-width: 100%;
}

.news-con .news-left .nlist11 li a .wz {
  width: 56.5%;
}

.news-con .news-left .nlist11 li a .wz .wz1 {
  color: #222222;
  font-size: 0.9rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-con .news-left .nlist11 li a .wz .wz2 {
  color: #535353;
  font-size: 14px;
  margin: 1rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.news-con .news-left .nlist11 li a .wz .wz3 {
  background: url(//cdn.myxypt.com/739ad83e/21/12/f82bb5b3ec977b29769d6b118e4a51b9bb2f9103.png) no-repeat top center;
  background-size: 100% 100%;
  width: 9.3rem;
  height: 1.9rem;
  line-height: 1.9rem;
  color: #fff;
  text-align: center;
  font-size: 14px;
}

.news-con .news-left .nlist11 li:hover a .wz .wz1 {
  color: #004681;
}

.news-con .news-left .nlist22 {
  margin-top: 1.8rem;
}

.news-con .news-left .nlist22 li {
  border: 1px solid #b9b9b9;
  margin-bottom: 1.4rem;
  padding: 0.5rem 0;
}

.news-con .news-left .nlist22 li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news-con .news-left .nlist22 li a .date {
  width: 14.5%;
  text-align: center;
  border-right: 1px solid #b9b9b9;
}

.news-con .news-left .nlist22 li a .date .d1 {
  color: #222222;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
}

.news-con .news-left .nlist22 li a .date .d2 {
  color: #222222;
  font-size: 1.05rem;
}

.news-con .news-left .nlist22 li a .wz {
  width: 80.5%;
  margin-right: 2.5%;
}

.news-con .news-left .nlist22 li a .wz .wz1 {
  color: #222222;
  font-size: 18px;
  background: url(//cdn.myxypt.com/739ad83e/21/12/f1c8a6eb59d58987a96a59080fe6c8b572ba3749.png) no-repeat right center;
  background-size: 31px 31px;
  line-height: 31px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-con .news-left .nlist22 li:hover a .wz .wz1 {
  color: #004681;
}

.news-con .news-right {
  width: 46.5625%;
}

.news-con .news-right .nsort {
  border-top: 1px solid #b9b9b9;
  border-bottom: 1px solid #b9b9b9;
}

.news-con .news-right .nsort li {
  display: inline-block;
  color: #004681;
  font-size: 1.2rem;
  font-weight: bold;
  width: 150px;
  background: url(//cdn.myxypt.com/739ad83e/21/12/6c993705aa3306a0e9f63195a9fb0d3ad311cd14.png) no-repeat left center;
  text-indent: 1rem;
  line-height: 2.125;
}

.news-con .news-right .nsort a {
  color: #5c5c5c;
  font-size: 16px;
  float: right;
  line-height: 51px;
}

.news-con .news-right .nsort a:hover {
  color: #004681;
}

.news-con .news-right .nlist33 li {
  border-bottom: 1px dashed #aaaaaa;
  padding-bottom: 1rem;
  margin-top: 1.45rem;
}

.news-con .news-right .nlist33 li .wz1 {
  color: #222222;
  font-size: 0.9rem;
  background: url(//cdn.myxypt.com/739ad83e/21/12/ba6b74095f53b7d8ad1783a2713b37a06663b0b9.png) no-repeat left center;
  padding-left: 2rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-con .news-right .nlist33 li .wz2 {
  color: #535353;
  font-size: 14px;
  padding-left: 2rem;
  margin-top: 0.5rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-con .news-right .nlist33 li:hover .wz1 {
  color: #004681;
}

@media (max-width: 767px) {
  .news-bg {
    margin-top: 8%;
    margin-bottom: 5%;
  }
  .news-con {
    margin-top: 5%;
    flex-wrap: wrap;
  }
  .news-con .news-left {
    width: 100%;
  }
  .news-con .news-left .nsort li {
    font-size: 14px;
    width: 35%;
  }
  .news-con .news-left .nsort a {
    font-size: 14px;
    line-height: 2.125;
  }
  .news-con .news-left .nlist11 li a .wz .wz1 {
    font-size: 14px;
  }
  .news-con .news-left .nlist11 li a .wz .wz2 {
    -webkit-line-clamp: 1;
    margin: 0px 0;
  }
  .news-con .news-left .nlist11 li a .wz .wz3 {
    width: 186px;
    height: 38px;
    line-height: 38px;
  }
  .news-con .news-left .nlist22 li a .wz .wz1 {
    font-size: 14px;
  }
  .news-con .news-right {
    width: 100%;
  }
  .news-con .news-right .nsort a {
    font-size: 14px;
    line-height: 2.5;
  }
  .news-con .news-right .nlist33 li .wz1 {
    padding-left: 30px;
    font-size: 14px;
  }
  .news-con .news-right .nlist33 li .wz2 {
    padding-left: 30px;
    font-size: 12px;
  }
}

/**/
.foot-bg {
  background: #d8d8d8;
}

.foot-bg .link {
  padding: 1rem 0;
}

.foot-bg .link span {
  display: inline-block;
  margin-right: 1.5rem;
}

.foot-bg .link span img {
  max-width: 100%;
}

.foot-bg .link a {
  color: #333333;
  font-size: 16px;
  margin-right: 1rem;
}

.foot-bg .foot-index {
  padding-top: 3.2rem;
  margin-bottom: 2rem;
}

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

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

.foot-bg .foot-index .fnav {
  width: 55%;
}

.foot-bg .foot-index .fnav dl dt {
  color: #333333;
  font-size: 1.2rem;
  margin-bottom: 1rem;
}

.foot-bg .foot-index .fnav dl:nth-child(4) dt span{
    margin: auto 30px
}

.foot-bg .foot-index .fnav dl dt span {
  display: block;
  width: 44px;
  height: 2px;
  background: #a11f24;
  margin-top: 10px;
  margin: 0 auto
}

.foot-bg .foot-index .fnav dl dd a {
  display: block;
  color: #333333;
  font-size: 0.8rem;
  line-height: 1.875;
}

.foot-bg .foot-index .fnav dl p {
  color: #333333;
  font-size: 0.8rem;
  line-height: 1.875;
}

.foot-bg .foot-index .ferq {
  width: 22.625%;
}

.foot-bg .foot-index .ferq .erq1 {
  width: 45%;
}

.foot-bg .foot-index .ferq .erq1 p {
  text-align: center;
  color: #000000;
  font-size: 0.8rem;
  line-height: 3;
}

.foot-bg .foot-index .ferq .erq1 img {
  max-width: 100%;
}

.foot-bg .cop-bg {
  border-top: 2px solid #dcdcdc;
  padding: 0.6rem 0;
}

.foot-bg .cop-bg .cop-index {
  color: #333333;
  font-size: 14px;
  line-height: 1.5;
}

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

.foot-bg .cop-bg .cop-index .cop1 {
  width: 60%;
}

.foot-bg .cop-bg .cop-index .cop2 {
  width: 30%;
  text-align: right;
}

@media (max-width: 767px) {
  .foot-bg .foot-index {
    margin-top: 5%;
    margin-bottom: 5%;
    flex-wrap: wrap;
  }
  .foot-bg .foot-index .fnav {
    width: 100%;
  }
  
  .foot-bg .foot-index .ferq .erq1{
      width: 100%;
  }
  
  .foot-bg .foot-index .fnav dl {text-align:center;}
  
  
  .foot-bg .foot-index .fnav dl dt {
    font-size: 16px;
  }
  .foot-bg .foot-index .fnav dl p {
    font-size: 14px;
  }
  .foot-bg .foot-index .ferq {
    width: 100%;
  }
  .foot-bg .foot-index .ferq .erq1 p {
    font-size: 14px;
  }
  .foot-bg .cop-bg .cop-index {
    flex-wrap: wrap;
    padding-bottom: 20%;
  }
  .foot-bg .cop-bg .cop-index .cop1 {
    width: 100%;
    text-align: center;
  }
  .foot-bg .cop-bg .cop-index .cop2 {
    width: 100%;
    text-align: center;
  }
}

/*phone底部导航*/
li {
  list-style: none;
}

.q_d_m {
  float: left;
  width: 100%;
  height: 50px;
}

.pf_down {
  width: 100%;
  float: left;
  position: fixed;
  left: 0;
  bottom: 0;
  height: 50px;
  background: #226da9;
  z-index: 999;
  border-top: 1px solid #fff;
}

.pf_down li {
  width: 33.333333%;
  float: left;
  text-align: center;
  padding: 7px 0 4px 0;
  border-right: 1px solid #fff;
}

.pf_down li .ico7 {
  width: 100%;
  float: left;
  height: 20px;
}

.pf_down li .d_name {
  width: 100%;
  float: left;
  margin-top: 4px;
  font-size: 12px;
  color: #fff;
  line-height: 14px;
}

.pf_down li.l1 .ico7 {
  background: url(//cdn.myxypt.com/739ad83e/21/12/63368bda6011b0b804af35198706a249b053706a.png) no-repeat center;
  background-size: 20px 20px;
}

.pf_down li.l2 .ico7 {
  background: url(//cdn.myxypt.com/739ad83e/21/12/8663f78926c19cc2769da1165643bfe4c6dca2eb.png) no-repeat center;
  background-size: 20px 20px;
}

.pf_down li.l3 .ico7 {
  background: url(//cdn.myxypt.com/739ad83e/21/12/cc2f2c5d8ce63fa28ca7bb1e0b0e1cdfcac0e9ba.png) no-repeat center;
  background-size: 20px 20px;
}

.pf_down li:nth-child(3n) {
  border: none;
}




/*联系我们*/
/* -------------------联系我们------------------- */
/* .lxwmBigBox1{
  background: url(../images/c-bg.png)
} */
#box1{
    
}
.lxwmBigBox1 .max1600 {
  background: #fff;
  background: url(//cdn.myxypt.com/739ad83e/22/01/f92be72313f7980b7d9fee6c3834b6f595976bc3.png) no-repeat center bottom;
}

.lxwmTitle {
  padding-left: 60px;
}

.lxwmTitle h1 {
  font-size: 30px;
  font-weight: bold;
  color: #333;
  padding-top: 50px;
  margin-bottom: 30px;
}

.lxwmTitle p {
  font-size: 16px;
  margin-bottom: 15px;
}

.lxwmTitle span {
  width: 20px;
  height: 2px;
  background: #194189;
  display: block;
  margin-bottom: 50px;
}

.lxwmBox {
  margin-left: 45px;
  margin-right: 45px;
  padding-bottom: 60px;
}

.lxwmBoxLeft h1 {
  font-size: 32px;
  color: #194189;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 50px;
}

.lxwmBoxLeft1 table tbody tr {
  height: 30px;
}

.lxwmBoxLeft1 table tbody tr:nth-child(2) {
  height: 70px;
}

.lxwmBoxLeft1 table tbody tr:nth-child(3) {
  height: 50px;
}

.lxwmBoxLeft1 table tbody tr:nth-child(4) {
  height: 50px;
}

.lxwmBoxLeft1 table tbody tr:nth-child(5) {
  height: 50px;
}

.lxwmBoxLeft1 table tbody tr:nth-child(6) {
  height: 50px;
}


.messagesBox>p {
  color: #194189;
  font-size: 14px;
}

.messagesBox .messlist {
  width: 49%;
  float: left;
  margin: 10px 1%;
}

.messagesBox .messlist input {
  width: 100%;
  background: #e7e7e7;
  padding: 10px 30px;
}

.messagesBox .messlist:nth-child(odd) {
  margin-right: 0;
}

.messagesBox .messlist:nth-child(even) {
  margin-left: 0;
}

.messtxt, .messbtn {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.messagesBox .messtxt input {
  width: 100%;
  background: #e7e7e7;
  padding: 10px 30px;
}

.messagesBox .messbtn {}

.messagesBox .messbtn input {
  width: 100%;
  background: #194189;
  padding: 10px 30px;
  color: #fff;
}

/* 分公司信息 */
.lxwmTitle2 {
  text-align: center;
}

.lxwmTitle2 h1 {
  font-size: 30px;
  color: #333;
  margin: 0;
  margin-bottom: 15px;
  font-weight: bold;
}

.lxwmTitle2 p {
  opacity: .5;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 60px;
}

.lxwmBigBox2 .container {
  background: #fff;
}

.lxwmBox2Big {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.lxwmBox2 img {
  width: 100%;
  padding: 20px;
}

.lxwmBox2 td {
  width: 50%;
  float: left;
  word-break: normal !important;
}

.lxwmBox2 td p {
  line-height: 24px;
  margin: 0;
}

.lxwmBox2 td p strong span {
  font-weight: bold;
}

.lxwmBox2 .firstRow:after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  clear: both;
  visibility: hidden;
}

.lxwmBigBox3 .container>div {
  width: 50%;
}

.lxwmBigBox3 .container {
  background: #fff;
  padding-left: 0;
  padding-right: 0;
  width: 1440px;
}

.lxwmBox3Left {
  background: #194189;
  padding-left: 60px;
  padding-right: 60px;
  color: #fff;
  height: 300px;
}

.lxwmBox3Left img {
  width: 100%;
}

.lxwmBox3Left p {
  margin: 0;
  padding-left: 30px;
}

.lxwmBox3Left table {
  height: 220px;
  margin-top: 40px;
  font-size: 18px;
}

.lxwmBox3right {
  height: 300px;
}

.lxwmBox3right img{
    max-width: 100%;
    height: 300px;
}

#dituContent {
  width: auto;
}









