@charset "utf-8";


.clear {
  overflow: hidden;
  clear: both;
  height: 0px;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  background-color: #000;
}

::-webkit-scrollbar-thumb {
  background-color: #aaa;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #5b5b5b;
}

::-webkit-scrollbar-thumb:active {
  background-color: #49d8f7;
}

@media only screen and (max-width:992px) {
  body {
    font-size: 13px;
  }

  input,
  select,
  button,
  textarea {
    font-size: 13px;
  }

  input,
  textarea {
    -webkit-appearance: none;
    border-radius: 0;
  }
}

@media only screen and (max-width:992px) {
  html.on {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
  }
}

body {
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}

@media only screen and (max-width:992px) {
  body.on {
    transform: translateX(-60%);
    -webkit-transform: translateX(-60%);
    -moz-transform: translateX(-60%);
    -ms-transform: translateX(-60%);
    -o-transform: translateX(-60%);
  }
}




.content1 {
  margin: 0 auto;
  width: 100%;
  max-width: 1400px;
  padding: 0px 10px;
}

/*******************************头部**********************************/
/*网站导航*/


/* .header {
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  transition: all 0.5s;
  background: #383635;
}



.header.onn {
  box-shadow: 0 0 5px rgba(170, 170, 170, 1);
  transition: all 0.5s;
  position: fixed;
}

.header iframe {
  display: none;
} */

/* .header.onn iframe {
  display: inline-block;
} */



/* 
.header.onn .logo img.fb {
  display: none;
  transition: all 0.5s;
}

.header.onn .logo img.cs {
  display: block;
  transition: all 0.5s;
} */
/* 
.header-logo img.gb {
  display: block;
  transition: all 0.5s;
}

.header-logo img.cs {
  display: none;
  transition: all 0.5s;
}

.header .an {
  position: absolute;
  top: 50%;
  margin-top: -.9rem;
  right: 6%;
  height: 1.8rem;
  width: 2rem;
  display: none;
}

.header .an span {
  width: 1.5rem;
  height: 1px;
  background-color: #333333;
  display: block;
  position: absolute;
}

.header .an span.a1 {
  top: 0.3rem;
  left: 0;
}

.header .an span.a2 {
  top: 0.8rem;
  left: 0;
}

.header .an span.a3 {
  top: 1.3rem;
  left: 0;
}

.header .an.n span.a2 {
  display: none;
}

.header .an.n span.a1 {
  top: .8rem;
  width: 2rem;
  transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.header .an.n span.a3 {
  top: .8rem;
  width: 2rem;
  transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
} */

/**/
/*商城图标*/







/**/



/* .header.onn .searchbtn img {
  margin-left: -20px;
} */

.suk {
  display: none;
  position: fixed;
  top: 90px;
  z-index: 9999999;
  right: 0px;
  width: 100%;
  height: 200px;
  background: rgba(48, 48, 48, 0.99);
  box-sizing: border-box;
}

.suk .k {
  display: block;
  width: 600px;
  margin: 80px auto;
}

.input1 {
  width: 480px;
  line-height: 50px;
  height: 50px;
  border: #d4d4d4 1px solid;
  padding-left: 10px;
  outline: none;
  box-sizing: border-box;
  border-radius: 20px 0 0 20px;
  color: #cccccc;
  background-color: #fff;
}

.btn1 {
  background: #ce4d17;
  border-radius: 0px;
  border: 0;
  color: #FFF;
  width: 120px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  outline: none;
  cursor: pointer;
  border-radius: 0 20px 20px 0;
  margin-left: -5px;
  box-sizing: border-box;
}



/* 

.header .nav {
  margin-top: 13px;
  float: right;
}

.header .nav i {
  font-size: 12px;
  color: #aaa;
  line-height: 54px;
  text-align: right;
  position: absolute;
  width: 50%;
  height: 54px;
  right: 0px;
  top: 50%;
  display: none;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}


.header .nav ul li {
  margin: 0 2px;
  line-height: 45px;
  float: left;
  position: relative;
  padding: 0 20px;
  transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
} */

/* .header.onn .nav ul li a {
  color: #333;
  display: block;
  transition: all 0.5s;
}

.header.on .nav ul li {
  line-height: 45px;
} */
/* 
.header .nav ul li a {
  display: block;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
  text-transform: capitalize
}
.header .nav ul li.on a {
  color: rgba(255, 255, 255, 1);
} */

/* .header.on .nav ul li a {
  display: block;
  font-size: 16px;
  color: #333;
} */
/* 
.header .nav ul li span {
  width: 0;
  height: 2px;
  background-color: #a51c30;
  position: absolute;
  left: 50%;
  bottom: 0;
  transition: all .3s;
  -o-transition: all .3s;
  -ms-transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}

.header .nav ul li:hover span {
  width: 100%;
}

.header .nav ul li.on span {
  width: 100%;
} */

.nav .y_j {
  position: relative;
}

.nav .e_j {
  background: #383635;
  position: absolute;
  top: 45px;
  left: 0px;
  display: none;
  z-index: 9999;
  float: right;
  width: 120px;
}

.nav ul li:nth-child(2) .e_j{
  width: 270px;
}

.nav ul li:nth-child(3) .e_j{
  width: 150px;
}
/*.header.on .nav .e_j{box-shadow:0 2px 2px #aaa;}*/
/* 
.header .nav ul li .e_j li{
  float: none;
  padding: 0px;
  margin: 0px;
  line-height: 40px;
  position: relative;
}

.header .nav ul li .e_j a {
  padding: 0 15px;
  display: block;
  font-size: 14px;
  color: rgba(255,255,255,0.6);
  line-height: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
} */

.nav .e_j .ejy {
  position: relative
}

.nav .e_j .s_j {
  width: 150px;
  background-color: rgba(255, 255, 255, .8);
  position: absolute;
  top: 0px;
  left: 150px;
  display: none;
  z-index: 9999;
}
/* 
.header .nav .e_j a:hover {
  background-color: #a51c30;
  color: #fff;
} */

@media (min-width:1024px) {
  /* .header iframe {
    display: none;
  }

  .header .nav .e_j {
    display: none !important;
  }

  .header .nav ul li:hover .e_j {
    display: block !important;
  } */

  .head_h {
    height: 80px;
  }
}

@media (max-width:102px) {
  /* .header .nav ul li {
    margin: 0 15px;
  }

  .header .nav ul li a {
    font-size: 15px;
  } */
}

@media (max-width:1200px) {
  /* .header .nav ul li {
    margin: 0 20px;
  }

  .header .nav ul li a {
    font-size: 16px;
  } */
}

@media only screen and (max-width:1024px) {
  /* .header iframe {
    display: none;
  } */

  .head_h {
    height: 60px;
    display: block
  }

  .yin {
    display: none;
  }

  /* .header {
    border: 0;
    height: 60px;
    width: 100%
  }

  .header .container {
    padding: 0;
    overflow: hidden;
    width: 94%
  }


  .header-logo img {
    width: auto;
    height: 100%;
    display: block;
  } */

  /* .header.on .logo {
    width: auto;
    height: 40px;
    margin: 12px 0;
    float: left;
  } */
/* 
  .header .an {
    display: block;
    right: 10px;
  }

  .header .an span {
    background-color: #999
  }

  .header .nav ul {
    width: 100%;
  } */

  /* .header.on .nav {
    width: 60%
  } */
/* 

  .header .nav {
    width: 60%;
    padding: 1% 5%;
    background-color: #000;
    height: 100%;
    position: fixed;
    top: 0;
    left: -70%;
    z-index: 9999;
    overflow: auto;
    margin-top: 0px;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
  }

  .header .nav.on {
    left: 0;
  } */

  /* .header.on .nav ul li a {
    font-size: 16px;
    color: #fff;
  } */
/* 
  .header .nav i {
    display: block;
  }

  .header .nav ul li {
    line-height: 60px;
    text-align: left;
    border-bottom: 1px solid #444;
    float: none;
    margin: 0;
    padding: 0
  }

  .header .nav ul li::after {
    background: rgba(0, 0, 0, 0);
  } */

  /* .header.on .nav ul li {
    line-height: 60px;
  } */
/* 
  .header .nav .e_j {
    width: 100%;
    border-top: 1px solid #444;
    background: none;
    position: relative;
    top: auto;
    left: auto;
    margin: 0;
    padding-bottom: 10px;
  }
  .header .nav ul li .e_j a {
    color: #aaa;
  }

  .header .nav ul li .e_j a:hover {
    color: #fff
  }

  .header .nav .e_j a {
    border-top: 0;
    font-size: 12px;
    color: #aaa;
    line-height: 32px;
  }

  .header .nav .e_j a:hover {
    background: none;
  }

  .header .nav ul li:hover .e_j {
    display: none;
  }

  .header .nav ul li a {
    font-size: 15px;
    color: #fff;
  }

  .header .nav ul li:hover span {
    width: 0;
  }

  .header .nav ul li.on span {
    width: 0;
  } */
}

@media only screen and (max-width:375px) {
  /* .header iframe {
    display: none;
  }

  .header .container {
    padding: 0
  }

  .header-logo {
    width: 150px;
    margin: 15px auto;
  } */

  /* .header.on .logo {
    width: 150px;
    margin: 15px auto;
  } */
}

/******************************banner*****************************/
.container {
  width: 1450px;
  margin: 0 auto;
  position: relative;
}


.you {}

.center {
  text-align: center;
}

.center p {
  display: block;
  margin: 0 auto
}



/******************************优势*****************************/
.syysBox {
  padding: 50px 0;
}

.syysBox .content {
  margin: 0 auto;
  max-width: 1450px;
}

.syysBox .content li {
  width: 20%;
  float: left;
}

.syysBox .content li .icon {
  width: 140px;
  height: 140px;
  overflow: hidden;
  margin: 0 auto;
}

.syysBox .content li .icon img {
  height: 100%;
  display: block;
  margin-left: -140px;
}

.syysBox .content li .txt {}

.syysBox .content li .txt h1 {
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  margin-top: 10px;
  color: #333;
}

.syysBox .content li .txt p {
  text-align: center;
  font-weight: 100;
  color: #666666;
  line-height: 24px;
}

.syysBox .content li:hover .icon img {
  margin-left: 0px;
}

.syysBox .content li:hover .txt h1,
.syysBox .content li:hover .txt p {
  color: #0070c0;
}




@media only screen and (max-width:992px) {
  .syysBox .content {
    margin: 0 auto;
    width: 100%;
  }

  .syysBox .content li {
    width: 31%;
    float: left;
    margin: 1%;
  }

  .syysBox .content li .icon {
    width: 120px;
    height: 120px;
    overflow: hidden;
    margin: 0 auto;
  }

  .syysBox .content li .icon img {
    height: 98%;
    display: block;
    margin-left: -120px
  }

  .syysBox .content li .txt h1 {
    text-align: center;
    font-size: 12px;
    line-height: 32px;
    margin-top: 10px;
    color: #333;
  }

  .syysBox .content li .txt p {
    text-align: center;
    font-weight: 100;
    color: #666666;
    line-height: 24px;
    font-size: 10px;
  }

  .hide {
    display: none;
  }

}



/*首页标题公共样式*/
.sybt {
  display: flex;
  justify-content: center;
  align-items: center
}

.sybt em {
  width: 160px;
  height: 34px;
  border: solid 1px #aaa;
  margin: 5px 20px 0;
}

.sybt em:first-child {
  border-right: none;
}

.sybt em:last-child {
  border-left: none;
}

.sybt .bt h1 {
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 4px;
  line-height: 60px;
}

.sybt .bt p {
  text-align: center;
  line-height: 24px;
}

.sybt2 {
  display: flex;
  justify-content: center;
  align-items: center
}

.sybt2 em {
  width: 160px;
  height: 34px;
  border: solid 1px #fff;
  margin: 5px 20px 0;
}

.sybt2 em:first-child {
  border-right: none;
}

.sybt2 em:last-child {
  border-left: none;
}

.sybt2 .bt h1 {
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  letter-spacing: 4px;
  line-height: 60px;
  color: #fff;
}

.sybt2 .bt p {
  text-align: center;
  line-height: 24px;
  color: #fff;
}

@media only screen and (max-width:992px) {

  .sybt .bt h1 {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 4px;
    line-height: 40px;
  }

  .sybt .bt p {
    text-align: center;
    line-height: 14px;
    padding: 0px 20px;
    display: block;
  }

  .sybt2 .bt h1 {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 4px;
    line-height: 40px;
  }

  .sybt2 .bt p {
    text-align: center;
    line-height: 14px;
    padding: 0px 10px;
    display: block;
  }

  .sybt2 em {
    width: 50px;
    height: 34px;
    border: solid 1px #fff;
    margin: 5px 20px 0;
  }

  .sybt em {
    width: 50px;
    height: 34px;
    border: solid 1px #aaa;
    margin: 5px 20px 0;
  }


}



/******************************产品*****************************/


.sy_al {
  padding: 20px 0 40px 0px;
  overflow: hidden;
  background: url(../images/bj1.jpg) no-repeat center fixed;
  margin-top: 60px;
}

.sy_al ul {
  max-width: 1500px;
  margin: 0 auto;
  text-align: center;
}

.sy_al li .n_r {
  padding: 10px 15px;
}

.sy_al li .w_z {
  padding: 15px;
  margin-top: 0px;
  background: #003054;
  width: 100%;
  transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  text-align: left;
  color: #fff;
}

.sy_al li .w_z h1 {
  font-size: 18px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.sy_al li .w_z em {
  width: 60px;
  height: 2px;
  background: #fff;
  display: block;
  margin: 10px 0px;
}

.sy_al li .w_z p {
  font-size: 15px;
  line-height: 20px;
  color: #aabaca;
  height: 40px;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -ms-line-clamp: 2;
  -o-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
}

.sy_al li .n_r:hover .w_z {
  background-color: #0070c0;
}

.sy_al li .n_r:hover .w_z p {
  color: #fff;
}

.sy_al li {
  padding-bottom: 1%;
  float: left;
  width: 25%;
}

.sy_al li:nth-child(3n) {
  margin-right: 0;
}

.sy_al li .t_p {
  overflow: hidden;
}

.sy_al li .t_p img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 2s;
  -o-transition: all 2s;
  -ms-transition: all 2s;
  -moz-transition: all 2s;
  -webkit-transition: all 2s;
}

.sy_al li .n_r:hover .t_p img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}


@media only screen and (max-width:992px) {
  .sy_al {
    padding: 20px 0;
  }

  .sy_al li .n_r {
    padding: 10px 3px;
  }

  .sy_al li {
    padding-bottom: 2%;
    width: 98%;
    margin: 1%
  }


  .sy_al li .w_z h1 {
    font-size: 15px;
    font-weight: bold;
  }

  .sy_al li .w_z em {
    width: 60px;
    height: 2px;
    background: #fff;
    display: block;
    margin: 10px 0px;
  }

  .sy_al li .w_z p {
    font-size: 14px;
    line-height: 30px;
    color: #aabaca;
    height: 60px;
  }


}



/******************************解决方案*****************************/

.swiper-container-cpxl {
  padding-bottom: 60px;
}

.swiper-container-cpxl .swiper-slide {
  background-color: #575757;
}

.swiper-container-cpxl .swiper-slide:hover {
  background-color: #1b3e82;
}

.swiper-container-cpxl .swiper-slide .wz {
  padding: 20px;
}

.swiper-container-cpxl .swiper-slide p {
  line-height: 35px;
  height: 35px;
  overflow: hidden;
  font-size: 18px;
  margin-bottom: 10px;
  color: #fff;
  text-align: left;
  background: url(../images/jie.png) no-repeat center right;
}

.swiper-container-cpxl .swiper-slide span {
  color: #fff;
  font-size: 14px;
  line-height: 28px;
}

.swiper-container-cpxl .swiper-slide img {
  width: 100%;
  height: auto;
  display: block;
}

.swiper-container-cpxl .swiper-button-prev {
  top: auto;
  bottom: 0;
  left: 50%;
  right: auto;
  margin-left: -50px;
  width: 50px;
  height: 22px;
  margin-top: 0;
  background: #e7e7e7 url(../images/cpzj.png) no-repeat center right;
  -moz-background-size: auto;
  -webkit-background-size: auto;
  background-size: auto;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}

.swiper-container-cpxl .swiper-button-prev:hover {
  width: 70px;
  margin-left: -70px;
}

.swiper-container-cpxl .swiper-button-next {
  top: auto;
  bottom: 0;
  left: auto;
  right: 50%;
  margin-right: -50px;
  width: 50px;
  height: 22px;
  margin-top: 0;
  background: #0e70bc url(../images/cpyj.png) no-repeat center left;
  -moz-background-size: auto;
  -webkit-background-size: auto;
  background-size: auto;
  transition: all .3s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
}

.swiper-container-cpxl .swiper-button-next:hover {
  width: 70px;
  margin-right: -70px;
}

@media only screen and (max-width:768px) {
  .swiper-container-cpxl {
    padding-bottom: 3rem;
  }

  .swiper-container-cpxl .swiper-slide .wz {
    padding: 10px;
  }


  .swiper-container-cpxl .swiper-slide p {
    font-size: 0.9rem;
    line-height: 1.8rem;
    margin-bottom: .5rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .swiper-container-cpxl .swiper-slide:hover .wz a.mr {
    background: none;
    border: 1px solid #d7d7d7;
    color: #fff;
  }

  .swiper-container-cpxl .swiper-button-prev {
    top: auto;
    bottom: 0;
    left: 50%;
    right: auto;
    margin-left: -50px;
    width: 50px;
    height: 22px;
    margin-top: 0;
    background: #e7e7e7 url(../images/cpzj.png) no-repeat center right;
    -moz-background-size: auto;
    -webkit-background-size: auto;
    background-size: auto;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
  }

  .swiper-container-cpxl .swiper-button-prev:hover {
    width: 70px;
    margin-left: -70px;
  }

  .swiper-container-cpxl .swiper-button-next {
    top: auto;
    bottom: 0;
    left: auto;
    right: 50%;
    margin-right: -50px;
    width: 50px;
    height: 22px;
    margin-top: 0;
    background: #0e70bc url(../images/cpyj.png) no-repeat center left;
    -moz-background-size: auto;
    -webkit-background-size: auto;
    background-size: auto;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
  }

  .swiper-container-cpxl .swiper-button-next:hover {
    width: 70px;
    margin-right: -70px;
  }
}


.sy_cp {
  padding: 40px 0 0 0;
  overflow: hidden;
  margin: 0px auto;
  max-width: 1500px
}

@media only screen and (max-width:768px) {
  .sy_cp {
    padding: 2rem 0;
    width: 100%;
  }
}






/******************************案例中心*****************************/

.sy_al22 {
  padding: 20px 0 40px 0px;
  overflow: hidden;
  background: url(../images/sycpbj2.jpg) no-repeat center;
  margin-top: 20px;
}

.parHd {
  height: 45px;
  margin: 10px 0;
}

.parHd ul {
  text-align: center
}

.parHd ul li {
  padding: 0px 0px;
  height: 45px;
  background-color: #6a6f75;
  text-align: center;
  line-height: 45px;
  margin: 0 10px;
  cursor: pointer;
  font-size: 15px;
  color: #fff;
  display: inline-block;
}

.parHd ul li a {
  padding: 0px 25px;
  height: 45px;
  background-color: #6a6f75;
  text-align: center;
  line-height: 45px;
  margin: 0 0px;
  cursor: pointer;
  font-size: 15px;
  color: #fff;
  display: inline-block;
  border-radius: 4px;
}

.parHd ul li .on {
  background-color: #1b3e82;
  color: #fff;
  display: inline-block;
}

.parHd ul li a:hover {
  background-color: #1b3e82;
  color: #fff;
}



.sy_al2 {
  padding: 30px 0 40px 0px;
  overflow: hidden;
  background: url(../images/sycpbj2.jpg) no-repeat center;
  margin-top: 0px;
}

.sy_al2 ul {
  max-width: 1500px;
  margin: 0 auto;
  text-align: center;
}

.sy_al2 li .n_r {
  padding: 10px 15px;
}

.sy_al2 li .w_z {
  padding: 15px 15px 25px 15px;
  margin-top: 0px;
  background: #575757;
  width: 100%;
  transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  text-align: left;
  color: #fff;
}

.sy_al2 li .w_z h1 {
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.sy_al2 li .w_z p {
  font-size: 15px;
  line-height: 30px;
  color: #000000;
  height: 40px;
  background: #fff;
  width: 120px;
  text-align: center;
  line-height: 40px;
  margin-top: 20px;
  overflow: hidden;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -ms-line-clamp: 2;
  -o-line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
}

.sy_al2 li .n_r:hover .w_z {
  background-color: #1b3e82;
}

.sy_al2 li {
  padding-bottom: 1%;
  float: left;
  width: 25%;
}

.sy_al2 li:nth-child(3n) {
  margin-right: 0;
}

.sy_al2 li .t_p {
  overflow: hidden;
}

.sy_al2 li .t_p img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 2s;
  -o-transition: all 2s;
  -ms-transition: all 2s;
  -moz-transition: all 2s;
  -webkit-transition: all 2s;
}

.sy_al2 li .n_r:hover .t_p img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}


@media only screen and (max-width:992px) {

  .parHd {
    height: auto;
    margin: 10px 0;
  }

  .parHd ul {
    text-align: center
  }

  .parHd ul li {
    padding: 0px 0px;
    height: 45px;
    background-color: #6a6f75;
    text-align: center;
    line-height: 45px;
    margin: 10px 5px;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    display: inline-block;
  }

  .parHd ul li a {
    padding: 0px 15px;
    height: 45px;
    background-color: #6a6f75;
    text-align: center;
    line-height: 45px;
    margin: 0 0px;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
    display: inline-block;
    border-radius: 4px;
  }



  .sy_al22 {
    padding: 0px 0 40px 0px;
    overflow: hidden;
    background: url(../images/sycpbj2.jpg) no-repeat center;
    margin-top: 0px;
  }


  .sy_al2 {
    padding: 20px 0;
  }

  .sy_al2 li .n_r {
    padding: 10px 3px;
  }

  .sy_al2 li {
    padding-bottom: 2%;
    width: 97.6%;
    margin: 1.2%
  }

  .sy_al2 li .w_z h1 {
    font-size: 15px;
  }

  .sy_al2 li .w_z p {
    font-size: 15px;
    line-height: 30px;
    color: #000000;
    height: 35px;
    background: #fff;
    width: 100px;
    text-align: center;
    line-height: 35px;
    margin-top: 20px;
    overflow: hidden;
    display: -webkit-box;
  }

}

@media only screen and (max-width:768px) {
  .parHd {
    display: none
  }
}



/*案例*/
.hui2 {
  background: url(../images/bj3.jpg) no-repeat center;
  padding: 60px 0;
  overflow: hidden;
  margin-top: 60px;
}

.anli {
  text-align: center;
  width: 96%;
  margin: 0 auto;
  max-width: 1450px;
  position: relative;
}

.anli .bt1 span {
  background: #f1f1f1
}


.s4-swiper-btn {
  position: absolute;
  z-index: 2;
  right: 10px;
  bottom: 10px
}

.s4-swiper-btn .s4-slide-btn {
  float: left;
  width: 48px;
  height: 48px;
  border-top: 1px solid #dfdfdf;
  border-left: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
}

.s4-swiper-btn .s4-slide-btn:last-child {
  border-right: 1px solid #dfdfdf;
}

.s4-swiper-btn .s4-slide-btn#s4-btn1 i {
  line-height: 48px;
}

.s4-swiper-btn .s4-slide-btn#s4-btn1:hover {
  background: #e60013;
  color: #fff
}

.s4-swiper-btn .s4-slide-btn#s4-btn2 i {
  line-height: 48px;
}

.s4-swiper-btn .s4-slide-btn#s4-btn2:hover {
  background: #e60013;
  color: #fff
}

.s4-swiper {
  position: relative;
}

.s4-swiper .swiper-container {}

.s4-swiper .swiper-container .swiper-wrapper {
  height: 100% !important;
}

.s4-swiper .swiper-container .swiper-wrapper .swiper-slide {
  height: 100%;
}

.s4-swiper .swiper-slide {
  overflow: hidden;
}

.s4-swiper .swiper-slide .s4-slide-img {
  float: right;
  width: 40%;
  padding-bottom: 15%;
  position: relative;
}

.s4-swiper .swiper-slide .s4-slide-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.s4-swiper .swiper-slide .s4-slide-txt {
  float: left;
  width: 45%;
  padding: 0 0%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  box-sizing: border-box
}

.s4-swiper .swiper-slide .s4-slide-txt img {
  width: initial;
  height: initial;
  margin-top: 20px;
  max-width: 100%;
}

.s4-swiper .swiper-slide h1 {
  font-size: 35px;
  text-align: left;
  color: #FFF;
  font-style: normal
}

.s4-swiper .swiper-slide h2 {
  font-size: 20px;
  text-align: left;
  color: #FFF;
  margin-top: 20px;
  font-weight: bold;
}

.s4-swiper .swiper-slide h2 span {
  display: block;
  text-align: left;
  color: #FFF;
}

.s4-swiper .swiper-slide a {
  margin-top: 40px;
  font-size: 15px;
  text-align: center;
  display: block;
  line-height: 50px;
  color: #8da5c1;
  width: 180px;
  height: 50px;
  border: 1px solid #8da5c1;

}


.s4-swiper .swiper-slide p {
  font-size: 16px;
  color: #fff;
  margin-top: 40px;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-align: left
}

.s4-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.s4-swiper .swiper-slide .s4-slide-txt img {
  max-height: 80px;
}

.s4-logoList {
  margin-top: 40px;
}

.s4-logoList ul li {
  cursor: pointer;
  float: left;
  width: 20%;
  padding-bottom: 13%;
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/*.s4-logoList ul li:hover img,.s4-logoList ul li.active img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }*/

.s4-logoList ul li:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.s4-logoList ul li img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 20px;
  box-sizing: border-box;
  margin: 0 auto;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.s4-logoList ul li:last-child {}




@media only screen and (max-width:992px) {
  .s4-swiper .swiper-container {
    height: initial !important;
  }

  .s4-swiper .swiper-container .swiper-wrapper {
    height: initial !important;
  }

  .s4-swiper .swiper-slide .s4-slide-img {
    float: none;
    width: 100%;
    padding-bottom: 40%;
    height: auto;
  }


  .s4-swiper .swiper-slide .s4-slide-txt {
    float: none;
    width: 100%;
    height: auto;
    padding: 20px 15px 30px;
    position: initial;
    top: initial;
    right: initial;
    -webkit-transform: initial;
    -moz-transform: initial;
    -ms-transform: initial;
    -o-transform: initial;
    transform: initial;
  }



  .s4-swiper .swiper-slide h1 {
    font-size: 25px;
    text-align: left;
    color: #FFF;
    font-style: normal
  }

  .s4-swiper .swiper-slide h2 {
    font-size: 18px;
    text-align: left;
    color: #FFF;
    margin-top: 20px;
    font-weight: bold;
  }

  .s4-swiper .swiper-slide h2 span {
    display: block;
    text-align: left;
    color: #FFF;
  }

  .s4-swiper .swiper-slide a {
    margin-top: 20px;
    font-size: 15px;
    text-align: center;
    display: block;
    line-height: 35px;
    color: #8da5c1;
    width: 120px;
    height: 35px;
    border: 1px solid #8da5c1;

  }


  .s4-logoList {
    margin-top: 10px;
  }


  .s4-swiper .swiper-slide p {
    text-align: left;
    font-size: 12px;
    color: #fff;
    margin-top: 20px;
    line-height: 23px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden
  }

  .s4-swiper .swiper-slide .s4-slide-txt img {
    max-height: 40px;
  }

  .s4-logoList ul li img {
    padding: 5px
  }

  .s4-swiper-btn .s4-slide-btn {
    float: left;
    width: 25px;
    height: 25px;
  }

  .s4-swiper-btn .s4-slide-btn#s4-btn1 i {
    line-height: 25px;
  }

  .s4-swiper-btn .s4-slide-btn#s4-btn2 i {
    line-height: 25px;
  }
}










/*关于我们*/

.hui {
  width: 100%;
  padding: 60px 0 0 0;
  overflow: hidden
}

.gy1 {
  width: 100%;
  margin: 0 auto;
  max-width: 1460px;
}

.gypic {
  float: left;
  width: 45%;
  overflow: hidden
}

.gypic img {
  width: 100%;
  height: auto;
  transition: all 0.6s
}

.gypic a:hover img {
  transform: scale(1.1, 1.1);
  transition: all 0.6s
}

.gyzi {
  float: right;
  width: 52%;
}

.gyzi .bt1 span {
  color: #969696;
  font-size: 50px;
  line-height: 30px;
  display: block;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.gyzi .bt1 h2 {
  color: #000000;
  font-size: 30px;
  line-height: 30px;
  display: block;
  letter-spacing: 2px;
  margin-top: 30px;
}

.gyzi .bt1 h3 {
  color: #183c89;
  font-size: 22px;
  line-height: 40px;
  display: block;
  letter-spacing: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.gyzi .psb {
  color: #7b7b7b;
  font-size: 15px;
  line-height: 30px;
  max-height: 240px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden
}

.more {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 40px;

  color: #fff;
  padding: 0;
  font-weight: 400;
  overflow: hidden;
  border-radius: 0px;
  background-color: #183c87;
  text-transform: uppercase;
  z-index: 2;
  width: 145px;
  text-align: center;
  margin-top: 20px
}

.more a {
  color: #fff;
  display: block
}

.more a:hover {
  color: #fff
}

.more:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  background-color: #274fa2;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(0.2, 1);
  transform: scale(0.2, 1);
}

.more:hover::before {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

@media only screen and (max-width:992px) {

  .hui {
    padding: 20px 0;
    overflow: hidden;
    width: 96%;
    margin: 0 auto;
  }

  .gyzi {
    float: none;
    width: 100%;
    margin-top: 20px;
  }

  .gyzi .bt1 span {
    color: #969696;
    font-size: 30px;
    line-height: 30px;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
  }

  .gyzi .bt1 h2 {
    color: #000000;
    font-size: 22px;
    line-height: 30px;
    display: block;
    letter-spacing: 1.5px;
    margin-top: 15px;
  }

  .gyzi .bt1 h3 {
    color: #183c89;
    font-size: 15px;
    line-height: 30px;
    display: block;
    letter-spacing: 0.1px;
    margin-top: 15px;
    margin-bottom: 20px;
  }



  .gyzi .psb {
    font-size: 14px;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden
  }


  .more {

    font-size: 12px;
    line-height: 30px;
    width: 90px;
    margin-top: 10px
  }



}


@media only screen and (max-width:800px) {

  .gypic {
    float: left;
    width: 48%;
    overflow: hidden
  }


  .gyzi {
    float: right;
    width: 48%;
  }


  .gyzi .bt1 span {
    color: #969696;
    font-size: 25px;
    line-height: 25px;
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
  }

  .gyzi .bt1 h2 {
    color: #000000;
    font-size: 23px;
    line-height: 25px;
    display: block;
    letter-spacing: 2px;
    margin-top: 10px;
  }

  .gyzi .bt1 h3 {
    color: #183c89;
    font-size: 18px;
    line-height: 25px;
    display: block;
    letter-spacing: 2px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .gyzi .psb {
    color: #7b7b7b;
    font-size: 15px;
    line-height: 30px;
    max-height: 150px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden
  }

  .more {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 40px;

    color: #fff;
    padding: 0;
    font-weight: 400;
    overflow: hidden;
    border-radius: 0px;
    background-color: #183c87;
    text-transform: uppercase;
    z-index: 2;
    width: 145px;
    text-align: center;
    margin-top: 10px
  }



}


@media only screen and (max-width:600px) {

  .gypic {
    float: none;
    width: 100%;
    overflow: hidden
  }

  .gyzi {
    float: none;
    width: 100%;
  }

  .gyzi .psb {
    -webkit-line-clamp: 4;
  }

}



/*新闻*/
.fr {
  float: right;
}

.index-news {
  padding: 0px 0 50px;
  max-width: 1460px;
  margin: 0 auto;
}

.index-news .row {
  margin: 0px -25px 0;
}

.index-news .row>div {
  padding: 0 25px;
}

.index-news .row>div .imgDiv {
  max-height: 229px;
  overflow: hidden;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.index-news .row>div .imgDiv img {
  width: 100%;
  transition-duration: 1s;
  -ms-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -webkit-transition-duration: 1s;
}

.index-news .row>div .imgDiv:hover img {
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
}

.index-news .row>div .textDiv {
  border: 1px solid #eee;
  padding: 20px;
}

.index-news .row>div .textDiv .title {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #000;
  font-size: 16px;
}

.index-news .row>div .textDiv p {
  font-size: 14px;
  color: #666;
  margin: 8px 0 13px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-news .row>div .textDiv .fb {
  border-top: 1px solid #ddd;
  padding-top: 10px;
  color: #888;
  font-size: 14px;
  overflow: hidden;
}

.index-news .row>div a:hover .textDiv .title {
  color: #115b5c;
}


@media (max-width:992px) {

  .index-news {
    padding: 0px 0 20px;
  }

  .index-news .row>div {
    margin-bottom: 20px;
  }

  .index-news .row {
    margin: 0px 0px 0;
  }


  .index-news .row>div {
    padding: 0 15px;
  }

}



/****底部***/

.wrap {
  max-width: 1450px;
  margin: 0 auto;
}

.fl {
  float: left;
}

.footerDiv {
  background: url(../images/bj4.jpg) no-repeat center;
  background: #333;
  padding: 60px 0 0 0;
}

.footerDiv .leftDiv {
  width: 10%;
}

.footerDiv .centerDiv {
  width: 80%;
}

.footerDiv .centerDiv .listDiv {
  margin-right: 3%;
}

.footerDiv .centerDiv span {
  display: block;
  font-size: 16px;
  margin-bottom: 20px;
  color: #fff;
}

.footerDiv ul li {
  margin-bottom: 15px;
  color: #ddd;
  font-size: 14px;
}

.footerDiv ul li a {
  color: #949293;
  text-align: left;
}

.footerDiv ul li a:hover {
  color: #fff;
}

.footerDiv ul li a.img_a {
  margin-right: 10px;
  padding-bottom: 10px;
}

.footerDiv .rightDiv {
  width: 20%;
  text-align: right;
}

.footerDiv .rightDiv .ewmDiv {
  display: inline-block;
}

.footerDiv .rightDiv .ewmDiv span {
  display: block;
  font-size: 14px;
  color: #ddd;
  text-align: right;
  margin-top: 10px;
}

.footerDiv .rightDiv .linkDiv {
  max-width: 225px;
  line-height: 34px;
  border: 1px solid #6fb8b9;
  border-radius: 0px;
  font-size: 14px;
  color: #6fb8b9;
  position: relative;
  text-align: left;
  padding: 0 20px;
  margin-top: 13px;
}

.footerDiv .rightDiv .linkDiv i {
  display: inline-block;
  width: 11px;
  height: 7px;
  background: url(../img/img11.png);
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -3.5px;
}

.footerDiv .rightDiv .linkDiv .select {
  position: absolute;
  left: 0;
  top: 35px;
  background: #fff;
  width: 100%;
  display: none;
}

.footerDiv .rightDiv .linkDiv:hover .select {
  display: block;
}

.footerDiv .rightDiv .linkDiv .select a {
  display: block;
  line-height: 20px;
  font-size: 12px;
  color: #666;
  padding: 0 10px;
}

.footerDiv .rightDiv .linkDiv .select a:hover {
  background: #007AFF;
  color: #fff;
}

.bottomDiv {

  font-size: 14px;
  margin-top: 20px;
  height: 65px;
  color: #959492;
  border-top: 1px solid #575654;
}

.end1 {
  background: url(../images/end1.jpg) left no-repeat;
  color: #e0e0e0;
  font-size: 13.5px;
  text-align: left;
  padding-left: 45px;
  margin-top: 20px;
  line-height: 30px;
}

.end2 {
  background: url(../images/end2.jpg) left no-repeat;
  color: #e0e0e0;
  font-size: 13.5px;
  height: 65px;
  text-align: left;
  padding-left: 45px;
  line-height: 30px;
}

.bottomDiv .wrap {
  text-align: center;
  padding: 10px 0;
}

.bottomDiv-l {
  float: left;
}

.bottomDiv-r {
  float: right;
}

.bottomDiv-r a {
  color: #959492;
}

.bottomDiv-l a.img_a img {
  transition: all 0.5s;
  opacity: 0.3;
  margin-right: 5px;
}

.bottomDiv-l a.img_a:hover img {
  opacity: 1;
  transform: rotateY(180deg);
}



.youlian {
  text-align: left;
  float: left;
  color: #949293;
  margin-top: 50px;
}

.youlian a {
  color: #949293;
  padding: 0px 10px;
}

.sjj {
  display: none
}



@media (min-width:992px) and (max-width:1024px) {
  .footerDiv .centerDiv .listDiv {
    margin-left: 8%;
  }
}



@media (max-width:1100px) {
  .footerDiv {
    padding: 30px 0;
    background: #333;
  }

  .footerDiv .leftDiv {
    display: none;
  }

  .footerDiv .centerDiv {
    width: 100%;
  }

  .footerDiv .centerDiv .listDiv {
    margin-left: 4%;
  }

  .footerDiv .rightDiv {
    width: 100%;
    text-align: center;
    font-size: 14px;
  }

  .footerDiv .rightDiv .ewmDiv {
    display: inline-block;
  }

  .footerDiv .rightDiv .linkDiv {
    margin: 10px auto 0;
  }

  .footerDiv .rightDiv .ewmDiv span {
    display: block;
    font-size: 14px;
    color: #ddd;
    text-align: center;
    margin-top: 10px;
  }

  .end1 {
    background: url(../images/end1.jpg) left no-repeat;
    color: #e0e0e0;
    font-size: 13.5px;
    height: 45px;
    text-align: left;
    padding-left: 45px;
    margin-top: 20px;
    line-height: 45px;
  }

  .end2 {
    background: url(../images/end2.jpg) left no-repeat;
    color: #e0e0e0;
    font-size: 13.5px;
    height: 45px;
    text-align: left;
    padding-left: 45px;
    line-height: 45px;
  }

  .youlian {
    width: 94%;
    margin: 0 auto;
  }

  .bottomDiv {
    width: 94%;
    margin: 0 auto;
  }
}







.nbanner {
  width: 100%;
  /* height: 400px; */
  overflow: hidden;
  font-size: 0;
  position: relative;
}


.nbanner .wzmc {
  position: absolute;
  z-index: 9;
  top: 40%;
  left: 0;
  width: 100%;
  font-weight: bold;
  color: #fff;
  font-size: 36px;
  text-align: center
}

.nbanner img {
  /* position: absolute; */
  /* height: 100%; */
  width: 100%;
  display: block;
  /* top: 0; */
  /* left: 50%; */
  /* transform: translateX(-50%); */
}


.nbanner .wzmc {
  position: absolute;
  z-index: 9;
  top: 40%;
  left: 0;
  width: 100%;
  font-weight: bold;
  color: #fff;
  font-size: 36px;
  text-align: center
}

.nbanner .weizhi {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 9;
  font-size: 14px;
  color: #fff;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.5);
  line-height: 45px
}

.nbanner .weizhi p {
  display: block;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto
}

.nbanner .weizhi p a {
  color: #fff;
  font-size: 14px;
}




@media only screen and (max-width:992px) {


  .nbanner {
    /* height: 240px; */
  }

  .nbanner .wzmc {
    font-size: 20px;
    text-align: center
  }

  .nbanner .weizhi {
    font-size: 12px;
    line-height: 30px
  }

}


@media only screen and (max-width:600px) {
  .nbanner {
    /* height: 160px; */
  }
}


.nmain {
  width: 96%;
  margin: 0px auto;
  max-width: 1200px;
  padding: 0;
  box-sizing: border-box
}

.nmain img {
  max-width: 100%
}

.xinwen {
  margin: 40px auto
}

.xinwen ul li {
  border-bottom: #ebebeb 1px solid;
  padding: 20px 0;
  position: relative;
  overflow: hidden
}

.xinwen ul li i {
  display: block;
  float: left;
  width: 240px;
  height: auto;
  overflow: hidden
}

.xinwen ul li i img {
  width: 100%;
  height: 100%;
  transition: all 0.6s
}

.xinwen ul li:hover i img {
  transform: scale(1.1, 1.1);
  transition: all 0.6s
}

.xinwen ul li .xwzi {
  float: right;
  width: calc(100% - 400px)
}

.xinwen ul li h3 {
  display: block;
  font-size: 18px;
  color: #333;
  margin-bottom: 15px;
  font-weight: normal;
  font-weight: bold
}

.xinwen ul li p {
  display: block;
  color: #787878;
  font-size: 14px;
  line-height: 25px;
  max-height: 75px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden
}

.xinwen ul li span {
  line-height: 30px;
  float: right;
  width: 100px
}

.xinwen ul li .date2 {
  display: block;
  float: left;
  width: 120px;
  float: left;
  color: #888;
  font-family: "Helvetica";
  font-size: 23px
}

.xinwen ul li .date2 em {
  display: block;
  font-weight: bold;
  font-style: normal;
  color: #000;
  font-size: 30px
}


.xinwen ul li a {
  display: block
}

.xinwen ul li a:hover h3 {
  color: #0071c2
}



@media only screen and (max-width:992px) {
  .nmain {
    margin: 20px auto
  }

  .xinwen {
    margin: 20px auto
  }

  .xinwen ul li .date2 {
    position: absolute;
    bottom: 20px;
    left: 220px;
    font-size: 12px
  }

  .xinwen ul li .date2 {
    font-size: 16px;
  }

  .xinwen ul li .date2 em {
    font-size: 14px;
    display: inline-block;
    padding-right: 5px
  }

  .xinwen ul li {
    padding-bottom: 30px;
  }

  .xinwen ul li .xwzi {
    float: right;
    width: calc(100% - 220px)
  }

  .xinwen ul li i {
    width: 200px;
    overflow: hidden
  }

  .xinwen ul li h3 {
    font-size: 14px;
    margin-bottom: 5px
  }

  .xinwen ul li p {
    font-size: 12px;
    line-height: 20px;
    max-height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
  }

  .xinwen ul li span {
    display: none
  }
}


@media only screen and (max-width:600px) {

  .xinwen ul li i {
    display: block;
    float: none;
    width: 100%;
    height: auto;
    overflow: hidden
  }


  .xinwen ul li .xwzi {
    float: none;
    width: 100%
  }

  .xinwen ul li h3 {
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .xinwen ul li p {
    font-size: 12px;
    line-height: 20px;
    height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
  }

  .xinwen ul li .date2 {
    position: absolute;
    bottom: 5px;
    left: 0px;
    font-size: 12px
  }


}

/*��ҳ*/
.paging {
  width: 100%;
  margin: 50px auto;
  text-align: center;
  overflow: hidden;
  padding-bottom: 20px;
}

.paging a {
  line-height: 32px;
  color: #888;
  background-color: #fff;
  text-align: center;
  font-size: 14px;
  border: 1px solid #e7e7e7;
  width: 32px;
  height: 32px;
  margin: 0 3px;
  display: inline-block;
}

.paging a:hover {
  background-color: #0071c2;
  border: 1px solid #0071c2;
  color: #fff;
}

.paging a.on {
  background-color: #0071c2;
  border: 1px solid #0071c2;
  color: #fff;
}

.paging span {
  line-height: 32px;
  color: #888;
  background-color: #fff;
  text-align: center;
  font-size: 14px;
  border: 1px solid #e7e7e7;
  width: 32px;
  height: 32px;
  margin: 0 3px;
  display: inline-block;
  background-color: #0071c2;
  border: 1px solid #0071c2;
  color: #fff;
}

@media only screen and (max-width:1023px) {
  .paging {
    margin: 20px auto 30px auto;
  }

  .paging a {
    line-height: 32px;
    font-size: 14px;
    width: 32px;
    height: 32px;
    margin: 0 3px;
  }
}




.guide {
  border-bottom: 1px solid #dddddd;
  background-color: #fff;
  overflow: hidden
}

.guide dd {
  float: left;
  font-size: 16px;
}

.guide dd a {
  float: left;
  margin-right: 60px;
  padding: 20px 0;
  position: relative;
  color: #333
}

.guide dd a:after {
  display: block;
  content: '';
  position: absolute;
  left: 25%;
  width: 50%;
  opacity: 0;
  height: 3px;
  background-color: #a51c30;
  bottom: -1px;
  transition: .4s;
  z-index: 2
}

.guide dd a.on:after,
.guide dd a:hover:after {
  opacity: 1;
  left: 0;
  width: 100%;
  color: #01973d
}

.guide dd a:last-of-type {
  margin-right: 0;
}

.guide dd.guide_pro {
  float: none;
  /*display:flex;justify-content: space-between;*/
}

.guide dd.guide_pro a {
  margin: 0;
  display: block;
  padding: 20px;
  font-size: 16px;
  margin-right: 20px
}

.contain {
  width: 100%;
  margin: 0 auto;
  max-width: 1400px;
}

.title {
  color: #0a75c2;
  font-size: 20px;
  font-weight: bold;
  margin: 30px auto;
  text-align: center;
}

.title em {
  width: 50px;
  height: 2px;
  background: #0a75c2;
  display: block;
  margin: 10px auto;
  text-align: center;
}

.why {
  max-width: 1400px;
  text-align: center;
  margin: 20px auto;
}

.why p {
  font-size: 15px;
  line-height: 32px;
  color: #666666;
}

.why h4 {
  max-width: 650px;
  margin: 0 auto;
  font-size: 15px;
  line-height: 32px;
  color: #666666;
  background: url(../images/dd.png) left no-repeat;
  padding-left: 25px;
  text-align: left;
}

.why img {
  margin: 20px auto;
}

.whyab p {
  font-size: 15px;
  line-height: 32px;
  color: #666666;
  text-align: left;
}

.whyab img {
  margin: 20px auto;
  text-align: center;
}

.title2 {
  color: #333333;
  font-size: 17px;
  margin: 30px auto;
  text-align: center;
}

.title2 em {
  width: 100%;
  height: 1px;
  background: #dedede;
  display: block;
  margin: 20px auto;
  text-align: center;
}

.why2 {
  max-width: 1400px;
  text-align: left;
  margin: 20px auto;
}

.why2 p {
  /* font-size: 15px;
  line-height: 32px;
  color: #666666;
  margin-top: 30px;
  text-indent: 32px; */
}

.why2 img {
  /* margin: 20px auto; */
  max-width: 100%;
}





.fuwu {}

.fuwu ul li {
  float: left;
  width: 20%;
  height: 220px;
  border: 1px solid #f4f4f4;
  border-radius: 4px;
  padding: 60px 40px 20px 40px;
  margin: 1%;
  font-size: 15px;
  text-align: center;
  line-height: 28px;
}

.shangyi {
  height: 50px;
  width: 100%;
  background: #f8f8f8;
  padding: 0px 20px;
  margin: 40px auto;
  font-size: 15px;
}

.shangyi-l {
  width: 50%;
  float: left;
  line-height: 50px;
}

.shangyi-r {
  width: 50%;
  float: right;
  line-height: 50px;
  text-align: right;
}

.gongn {
  margin: 60px auto;
}

.gongn-l {
  float: left;
  width: 50%;
}

.gongn-l b {
  font-size: 16px;
  line-height: 55px;
  color: #666666;
}

.gongn-l h4 {
  font-size: 15px;
  line-height: 32px;
  color: #666666;
  background: url(../images/dd.png) left no-repeat;
  padding-left: 25px;
  text-align: left;
}

.gongn-r {
  float: right;
  width: 50%;
}

.gongn2 {
  margin: 30px auto;
  max-width: 1200px;
}

.gongn-l2 {
  float: left;
  width: 50%;
}

.gongn-l2 b {
  font-size: 16px;
  line-height: 55px;
  color: #666666;
}

.gongn-l2 p {
  font-size: 15px;
  line-height: 32px;
  color: #666666;
  text-align: left;
}

.gongn-r2 {
  float: right;
  width: 50%;
}

.gongn-r2 img {
  float: right;
}


.renwu {
  width: 100%;
  height: 450px;
  background: #f2f2f2;
}

.renwuz {
  margin: 30px auto;
  max-width: 1200px;
}

.renwu-l {
  float: left;
  width: 50%;
}

.renwu-r b {
  font-size: 16px;
  line-height: 55px;
  color: #666666;
}

.renwu-r p {
  font-size: 15px;
  line-height: 32px;
  color: #666666;
  text-align: left;
}

.renwu-r {
  float: right;
  width: 50%;
}

.renwu-l img {
  float: left;
}

.zhuxi {
  margin-top: 30px;
}

.zhuxi ul li {
  float: left;
  width: 16.6666666%;
  text-align: center;
  padding: 0px 30px;
}

.zhuxi ul li div {
  width: 105px;
  height: 105px;
  border-radius: 100%;
  overflow: hidden;
}

.zhuxi ul li img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}

@media only screen and (max-width:992px) {

  .why {
    width: 94%;
  }

  .why img {
    margin: 20px auto;
    width: 100%;
  }

  .fuwu ul li {
    float: left;
    width: 47.5%;
    height: 220px;
    border: 1px solid #f4f4f4;
    border-radius: 4px;
    padding: 60px 20px 20px 20px;
    margin: 1%;
    font-size: 15px;
    text-align: center;
    line-height: 28px;
  }

  .gongn {
    margin: 20px auto;
  }

  .gongn-l {
    float: none;
    width: 100%;
  }

  .gongn-l b {
    font-size: 16px;
    line-height: 55px;
    color: #666666;
  }

  .gongn-l h4 {
    font-size: 15px;
    line-height: 32px;
    color: #666666;
    background: url(../images/dd.png) left no-repeat;
    padding-left: 25px;
    text-align: left;
  }

  .gongn-r {
    float: none;
    width: 100%;
  }

  .gongn-r img {
    margin: 20px auto;
    width: 100%;
  }


  .gongn2 {
    margin: 30px auto;
    max-width: 96%;
  }

  .gongn-l2 {
    float: none;
    width: 100%;
  }

  .gongn-l2 b {
    font-size: 16px;
    line-height: 55px;
    color: #666666;
  }

  .gongn-l2 p {
    font-size: 15px;
    line-height: 32px;
    color: #666666;
    text-align: left;
  }

  .gongn-r2 {
    float: none;
    width: 100%;
  }

  .gongn-r2 img {
    float: none;
    text-align: center;
    margin: 0 auto;
    display: block;
  }



  .renwu {
    width: 100%;
    height: auto;
    background: #fff;
  }

  .renwuz {
    margin: 30px auto;
    max-width: 100%;
  }

  .renwu-l {
    float: none;
    width: 100%;
  }

  .renwu-r b {
    font-size: 16px;
    line-height: 55px;
    color: #666666;
  }

  .renwu-r p {
    font-size: 15px;
    line-height: 32px;
    color: #666666;
    text-align: left;
  }

  .renwu-r {
    float: none;
    width: 100%;
  }

  .renwu-l img {
    float: none;
    text-align: center;
    margin: 0 auto;
    display: block;
  }

  .zhuxi {
    margin-top: 30px;
  }

  .zhuxi ul li {
    float: left;
    width: 47.5%;
    text-align: center;
    padding: 0px 10px;
    margin: 1.2%;
  }

  .zhuxi ul li img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
  }

  .zhuxi ul li p {
    height: 80px;
  }

}

.sy_hz {
  width: 100%;
  padding: 10px 0;
  overflow: hidden;
  position: relative;
  padding-bottom: 40px;
  margin-top: 30px;
  max-width: 1200px;
}

.sy_hz .swiper-container-hz {
  padding-bottom: 60px;
  height: 380px;
}

.sy_hz .swiper-container-hz .swiper-slide{
  padding: 0px 20px;
  box-sizing: border-box;
}

.sy_hz .swiper-container-hz a{
  border: 1px solid #e7e7e7;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  box-sizing: border-box;
}

.sy_hz .swiper-container-hz img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sy_hz .swiper-container-hz p {
  text-align: center;
  line-height: 45px;
  font-size: 15px;
}

.sy_hz .swiper-container-hz .swiper-button-prev {
  left: 50%;
  top: auto;
  bottom: 0;
  width: 50px;
  height: 30px;
  background: #c7c7c7 url(../images/hz_l.png) no-repeat center;
  margin: 0 0 0 -60px;
  background-size: auto;
}

.sy_hz .swiper-container-hz .swiper-button-prev:hover {
  background: #0a75c2 url(../images/hz_l.png) no-repeat center;
}

.sy_hz .swiper-container-hz .swiper-button-next {
  right: 50%;
  top: auto;
  bottom: 0;
  width: 50px;
  height: 30px;
  background: #c7c7c7 url(../images/hz_r.png) no-repeat center;
  margin: 0 -60px 0 0;
  background-size: auto;
}

.sy_hz .swiper-container-hz .swiper-button-next:hover {
  background: #0a75c2 url(../images/hz_r.png) no-repeat center;
}

@media only screen and (max-width:992px) {

  .container {
    width: 96%;
    margin: 0 auto;
  }

  .sy_hz .swiper-container-hz {
    padding-bottom: 40px;
  }

  .sy_hz {
    padding: 20px 0;
  }
}



.team1 {
  margin: 30px auto;
  width: 1100px;
  height: 450px;
}

.team1-l {
  float: left;
  width: 155px;
  height: 210px;
}

.team1-r {
  float: right;
  width: 850px;
  height: 380px;
}

.team1-r-t {
  border-left: 5px solid #ecab50;
  padding-left: 10px;
  margin-left: 68px;
  font-weight: bold;
  font-size: 16px;
  color: #666;
  margin-bottom: 20px;
}


.team1-r-b {


  height: 0;
  width: 850px;
  border-bottom: 360px solid #f7f7f7;
  border-left: 50px solid transparent;
  padding-left: 15px;



}

.team1-r-b p.pp {
  font-size: 14px;
  color: #555;
  background: url(../images/dd.png) no-repeat left 8px;
  padding-left: 20px;
  line-height: 28px;
}




.team2 {
  margin: 30px auto;
  width: 1100px;
  height: 200px;
}

.team2-l {
  float: left;
  width: 155px;
  height: 210px;
}

.team2-r {
  float: right;
  width: 850px;
  height: 140px;
}

.team2-r-t {
  border-left: 5px solid #ecab50;
  padding-left: 10px;
  margin-left: 50px;
  font-weight: bold;
  font-size: 16px;
  color: #666;
  margin-bottom: 20px;
}

.team2-r-b {

  height: 0;
  width: 850px;
  border-bottom: 140px solid #f7f7f7;
  border-left: 30px solid transparent;
  padding-left: 15px;
}


.team2-r-b p.pp {
  font-size: 14px;
  color: #555;
  background: url(../images/dd.png) no-repeat left 8px;
  padding-left: 20px;
  line-height: 28px;
}




.team3 {
  margin: 30px auto;
  width: 1100px;
  height: 200px;
}

.team3-l {
  float: left;
  width: 170px;
  height: 210px;
}

.team3-r {
  float: right;
  width: 870px;
  height: 140px;
}

.team3-r-t {
  border-left: 5px solid #ecab50;
  padding-left: 10px;
  margin-left: 50px;
  font-weight: bold;
  font-size: 17px;
  color: #666;
  margin-bottom: 20px;
}

.team3-r-b {

  height: 0;
  width: 870px;
  border-bottom: 140px solid #f7f7f7;
  border-left: 30px solid transparent;
  padding-left: 15px;
}

.team3-r-b p.pp {
  font-size: 14px;
  color: #555;
  background: url(../images/dd.png) no-repeat left 8px;
  padding-left: 20px;
  line-height: 28px;
}




@media only screen and (max-width:992px) {

  .team1 {
    margin: 30px auto;
    width: 100%;
    height: 820px;
  }

  .team1-l {
    float: none;
    width: 155px;
    height: 210px;
    margin: 0 auto;
  }

  .team1-l img {
    margin: 0 auto;
    text-align: center;
    display: block;
  }

  .team1-r {
    float: none;
    width: 100%;
    height: 550px;
    margin-top: 20px;
  }

  .team1-r-t {
    border-left: 5px solid #ecab50;
    padding-left: 10px;
    margin-left: 48px;
    font-weight: bold;
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
  }


  .team1-r-b {

    height: 0;
    width: 100%;
    border-bottom: 550px solid #f7f7f7;
    border-left: 30px solid transparent;
    padding-left: 15px;



  }

  .team1-r-b p {
    font-size: 14px;
    color: #555;
    background: url(../images/dd.png) no-repeat left 8px;
    padding-left: 15px;
    line-height: 28px;
  }




  .team2 {
    margin: 30px auto;
    width: 100%;
    height: 480px;
  }

  .team2-l {
    float: none;
    width: 155px;
    height: 210px;
    margin: 0 auto;
  }

  .team2-r {
    float: none;
    width: 100%;
    height: 210px;
    margin-top: 20px;
  }

  .team2-r-t {
    border-left: 5px solid #ecab50;
    padding-left: 10px;
    margin-left: 50px;
    font-weight: bold;
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
  }

  .team2-r-b {

    height: 0;
    width: 100%;
    border-bottom: 210px solid #f7f7f7;
    border-left: 30px solid transparent;
    padding-left: 15px;
  }

  .team2-r-b p {
    font-size: 14px;
    color: #555;
    background: url(../images/dd.png) no-repeat left 8px;
    padding-left: 20px;
    line-height: 28px;
  }





  .team3 {
    margin: 30px auto;
    width: 100%;
    height: 450px;
  }

  .team3-l {
    float: none;
    width: 170px;
    height: 210px;
    margin: 0 auto;
  }

  .team3-r {
    float: none;
    width: 100%;
    height: 170px;
    margin-top: 20px;
  }

  .team3-r-t {
    border-left: 5px solid #ecab50;
    padding-left: 10px;
    margin-left: 50px;
    font-weight: bold;
    font-size: 17px;
    color: #666;
    margin-bottom: 20px;
  }

  .team3-r-b {

    height: 0;
    width: 100%;
    border-bottom: 170px solid #f7f7f7;
    border-left: 30px solid transparent;
    padding-left: 15px;
  }

  .team3-r-b p {
    font-size: 14px;
    color: #555;
    background: url(../images/dd.png) no-repeat left 8px;
    padding-left: 20px;
    line-height: 28px;
  }



}


.fangan {
  width: 1000px;
  margin: 60px auto;
}

.fangan-l {
  float: left;
  width: 48%;
}

.fangan-r {
  float: right;
  width: 45%;
}

.fangan-r p {
  color: #0a5ca6;
  font-size: 18px;
  font-weight: bold;
}

.fangan-r ul li {
  height: 50px;
  margin-top: 10px;
}

.fangan-r .yuan1 {
  float: left;
  width: 11%;
  height: 100%;
  color: #fff;
  border-radius: 100%;
  text-align: center;
  line-height: 50px;
  font-weight: bold;
  background: linear-gradient(to right bottom, #52abb6, #0f60a4);
}

.fangan-r .yuan2 {
  float: right;
  background: #f1f1f1;
  width: 88%;
  height: 50px;
  line-height: 25px;
  padding-left: 20px;
}

.fangan-r .yuan22 {
  float: right;
  background: #f1f1f1;
  width: 88%;
  height: 60px;
  line-height: 25px;
  padding-left: 20px;
}

.fangan-z {
  margin-top: 30px;
}

.fangan-z h4 {
  color: #0a5ca6;
  font-size: 18px;
  font-weight: bold;
}

.fangan-z p {
  background: url(../images/dui.png) no-repeat left 6px;
  padding-left: 30px;
  line-height: 35px;
  margin-top: 20px;
}


.fangan2 {
  width: 1000px;
  margin: 60px auto;
}

.fangan2 img {
  margin: 0 auto;
  text-align: center;
  display: block;
}

.fangan2-r {
  float: left;
  width: 52%;
}

.fangan2-r p {
  color: #0a5ca6;
  font-size: 18px;
  font-weight: bold;
}

.fangan2-r ul li {
  height: 50px;
  margin-top: 20px;
}

.fangan2-r .yuan1 {
  float: left;
  width: 10%;
  height: 100%;
  color: #fff;
  border-radius: 100%;
  text-align: center;
  line-height: 50px;
  font-weight: bold;
  background: linear-gradient(to right bottom, #52abb6, #0f60a4);
}

.fangan2-r .yuan2 {
  float: right;
  background: #f1f1f1;
  width: 88%;
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
}

.fangan2-r .yuan22 {
  float: right;
  background: #f1f1f1;
  width: 88%;
  height: 60px;
  line-height: 25px;
  padding-left: 20px;
}

.fangan2-r .yuan222 {
  float: right;
  background: #f1f1f1;
  width: 88%;
  height: 80px;
  line-height: 25px;
  padding-left: 20px;
}

.fangan2-z {
  margin-top: 10px;
  float: right;
  width: 42%;
}

.fangan2-z h4 {
  color: #0a5ca6;
  font-size: 18px;
  font-weight: bold;
}

.fangan2-z p {
  background: url(../images/dui.png) no-repeat left 6px;
  padding-left: 30px;
  line-height: 35px;
  margin-top: 20px;
}




@media only screen and (max-width:992px) {
  .fangan {
    width: 96%;
    margin: 60px auto;
  }

  .fangan-l {
    float: none;
    width: 100%;
  }

  .fangan-l img {
    margin: 0 auto;
    text-align: center;
    display: block;
    width: 100%;
  }


  .fangan-r {
    float: none;
    width: 100%;
  }

  .fangan-r p {
    color: #0a5ca6;
    font-size: 18px;
    font-weight: bold;
  }

  .fangan-r ul li {
    height: 50px;
    margin-top: 10px;
  }

  .fangan-r .yuan1 {
    float: left;
    width: 15%;
    height: 100%;
    color: #fff;
    border-radius: 100%;
    text-align: center;
    line-height: 50px;
    font-weight: bold;
    background: linear-gradient(to right bottom, #52abb6, #0f60a4);
  }

  .fangan-r .yuan2 {
    float: right;
    background: #f1f1f1;
    width: 83%;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
  }

  .fangan-r .yuan22 {
    float: right;
    background: #f1f1f1;
    width: 83%;
    height: 60px;
    line-height: 25px;
    padding-left: 20px;
  }

  .fangan-z {
    margin-top: 30px;
    width: 96%;
  }

  .fangan-z h4 {
    color: #0a5ca6;
    font-size: 18px;
    font-weight: bold;
  }

  .fangan-z p {
    background: url(../images/dui.png) no-repeat left 6px;
    padding-left: 35px;
    line-height: 28px;
    margin-top: 20px;
  }






  .fangan2 {
    width: 96%;
    margin: 60px auto;
  }

  .fangan2 img {
    margin: 0 auto;
    text-align: center;
    display: block;
    width: 100%;
  }

  .fangan2-r {
    float: none;
    width: 100%;
  }

  .fangan2-r p {
    color: #0a5ca6;
    font-size: 18px;
    font-weight: bold;
  }

  .fangan2-r ul li {
    height: 50px;
    margin-top: 20px;
  }

  .fangan2-r .yuan1 {
    float: left;
    width: 15%;
    height: 100%;
    color: #fff;
    border-radius: 100%;
    text-align: center;
    line-height: 50px;
    font-weight: bold;
    background: linear-gradient(to right bottom, #52abb6, #0f60a4);
  }

  .fangan2-r .yuan2 {
    float: right;
    background: #f1f1f1;
    width: 83%;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
  }

  .fangan2-r .yuan22 {
    float: right;
    background: #f1f1f1;
    width: 83%;
    height: 80px;
    line-height: 25px;
    padding-left: 20px;
    margin-bottom: 10px;
  }

  .fangan2-r .yuan222 {
    float: right;
    background: #f1f1f1;
    width: 83%;
    height: 80px;
    line-height: 25px;
    padding-left: 20px;
  }


  .fangan2-z {
    margin-top: 100px;
    float: none;
    width: 100%;
  }

  .fangan2-z h4 {
    color: #0a5ca6;
    font-size: 18px;
    font-weight: bold;
  }

  .fangan2-z p {
    background: url(../images/dui.png) no-repeat left 6px;
    padding-left: 30px;
    line-height: 35px;
    margin-top: 20px;
  }



}



.anli1 {
  width: 1000px;
  margin: 60px auto;
}

.anli1-l {
  float: left;
  width: 48%;
}

.anli1-r {
  float: right;
  width: 45%;
}

.anli1-r-b {
  margin-top: 30px;
}

.anli1-r-b h2 {
  color: #0a5ca6;
  font-size: 18px;
  font-weight: bold;
}

.anli1-r-b p {
  background: url(../images/dd.png) no-repeat left 6px;
  padding-left: 32px;
  line-height: 28px;
  margin-top: 20px;
}

.anli2 {
  width: 600px;
  margin: 60px auto;
}

.anli2 h2 {
  width: 120px;
  height: 35px;
  background: linear-gradient(to right bottom, #52abb6, #0f60a4);
  border-radius: 6px;
  color: #fff;
  text-align: center;
  line-height: 35px;

  font-size: 15px;
  margin-top: 15px;
}

.anli2 p {
  line-height: 30px;

  font-size: 15px;
  margin-top: 15px;
}

.anli2 img {
  margin: 20px auto;
  text-align: center;
  display: block;
}

@media only screen and (max-width:992px) {

  .anli1 {
    width: 96%;
    margin: 60px auto;
  }

  .anli1-l {
    float: none;
    width: 100%;
  }

  .anli1-r {
    float: none;
    width: 100%;
  }

  .anli1-r-b {
    margin-top: 30px;
  }

  .anli1-r-b h2 {
    color: #0a5ca6;
    font-size: 18px;
    font-weight: bold;
  }

  .anli1-r-b p {
    background: url(../images/dd.png) no-repeat left 6px;
    padding-left: 32px;
    line-height: 28px;
    margin-top: 20px;
  }

  .anli1 img {
    margin: 0 auto;
    text-align: center;
    display: block;
    width: 100%;
  }





  .anli2 {
    width: 96%;
    margin: 60px auto;
  }

  .anli2 h2 {
    width: 120px;
    height: 35px;
    background: linear-gradient(to right bottom, #52abb6, #0f60a4);
    border-radius: 6px;
    color: #fff;
    text-align: center;
    line-height: 35px;

    font-size: 15px;
    margin-top: 15px;
  }

  .anli2 p {
    line-height: 30px;

    font-size: 15px;
    margin-top: 15px;
  }

  .anli2 img {
    margin: 20px auto;
    text-align: center;
    display: block;
    width: 100%;
  }
}


.side {
  position: fixed;
  width: 78px;
  right: 0;
  top: 0px;
  z-index: 1000000;
  border: 1px solid #e0e0e0;
  background: #fff;
  border-bottom: 0
}

.side ul li {
  width: 78px;
  height: 78px;
  float: left;
  position: relative;
  border-bottom: 1px solid #e0e0e0;
  color: #333;
  font-size: 14px;
  line-height: 38px;
  text-align: center;
  transition: all .3s;
  cursor: pointer
}

.side ul li:hover {
  background: #1b3e82;
  color: #fff
}

.side ul li:hover a {
  color: #fff
}

.side ul li i {
  height: 25px;
  margin-bottom: 1px;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 25px;
  margin-top: 14px;
  transition: all .3s
}

.side ul li i.bgs1 {
  background-image: url(../images/right_pic5.png)
}

.side ul li i.bgs2 {
  background-image: url(../images/right_pic7.png)
}

.side ul li i.bgs3 {
  background-image: url(../images/right_pic2.png)
}

.side ul li i.bgs4 {
  background-image: url(../images/right_pic1.png)
}

.side ul li i.bgs5 {
  background-image: url(../images/right_pic3.png)
}

.side ul li i.bgs6 {
  background-image: url(../images/right_pic6_on.png)
}

.side ul li:hover i.bgs1 {
  background-image: url(../images/right_pic5_on.png)
}

.side ul li:hover i.bgs2 {
  background-image: url(../images/right_pic7_on.png)
}

.side ul li:hover i.bgs3 {
  background-image: url(../images/right_pic2_on.png)
}

.side ul li:hover i.bgs4 {
  background-image: url(../images/right_pic1_on.png)
}

.side ul li:hover i.bgs5 {
  background-image: url(../images/right_pic3_on.png)
}

.side ul li .sidebox {
  position: absolute;
  width: 78px;
  height: 78px;
  top: 0;
  right: 0;
  transition: all .3s;
  overflow: hidden
}

.side ul li.sidetop {
  background: #1b3e82;
  color: #fff
}

.side ul li.sidetop:hover {
  opacity: .8;
  filter: Alpha(opacity=80)
}

.side ul li.sideewm .ewBox.son {
  display: none;
  color: #363636;
  text-align: center;
  position: absolute;
  left: -130px;
  top: 0;
  background: #fff;
  background-repeat: no-repeat;
  background-position: center center;
  border: 1px solid #e0e0e0
}

.side ul li.sideetel .telBox.son {
  width: 240px;
  display: none;
  color: #fff;
  text-align: left;
  position: absolute;
  left: -240px;
  top: -9px;
  background: #1b3e82
}

.side ul li.sideetel .telBox dd {
  display: block;
  height: 118.5px;
  overflow: hidden;
  padding-left: 82px;
  line-height: 24px;
  font-size: 18px
}

.side ul li.sideetel .telBox dd span {
  display: block;
  line-height: 28px;
  height: 28px;
  overflow: hidden;
  margin-top: 32px;
  font-size: 18px
}

.side ul li.sideetel .telBox dd.bgs1 {
  background: url(../images/right_pic8.png) 28px center no-repeat;
  background-color: #1b3e82;
  height: auto;
  padding-bottom: 20px
}

.side ul li.sideetel .telBox dd.bgs2 {
  background: url(../images/right_pic8.png) 28px center no-repeat
}

.side ul li:hover .son {
  display: block !important;
  animation: fadein 1s
}

@keyframes fadein {
  from {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@media only screen and (max-width:1280px) {

  .side {
    display: none;
  }

  .sjj {
    display: block;
    margin-bottom: 15px
  }

  .sjj a {
    display: block;
    width: 33%;
    float: left;
    text-align: center;
    line-height: 25px;
    font-weight: bold;
    color: #fff;
  }


}

@media only screen and (max-width:1280px) {

  .footerDiv .centerDiv {
    display: none
  }
}

@media (max-width:600px) {
  .footerDiv .centerDiv {
    display: none
  }

  .youlian {
    display: none
  }

  .bottomDiv-l {
    display: none
  }

  .sjj {
    display: block;
    margin-bottom: 15px
  }

  .sjj a {
    display: block;
    width: 33%;
    float: left;
    text-align: center;
    line-height: 25px;
    font-weight: bold;
    color: #fff;
  }


}


@media (max-width:1280px) {
  .swiper-container-cpxl .swiper-slide .wz {
    padding: 20px 15px 20px 15px;
  }


}

@media (max-width:1152px) {
  /* .header .nav {
    float: right;
    margin-right: 50px;
  } */

  /* .header.on .nav {
    float: right;
    margin-top: 15px;
    margin-right: 50px;
  } */
/* 
  .header .nav ul li {
    margin: 0 10px;
    padding: 0px 10px;
  }

  .header .nav ul li a {
    font-size: 16px;
  } */


  .s4-swiper .swiper-slide a {
    margin-top: 10px;
    font-size: 15px;
    text-align: center;
    display: block;
    line-height: 50px;
    color: #8da5c1;
    width: 180px;
    height: 50px;
    border: 1px solid #8da5c1;
    margin-bottom: 20px;

  }

}

@media (max-width:1024px) {



  .s4-swiper .swiper-slide a {
    margin-top: 10px;
    font-size: 15px;
    text-align: center;
    display: block;
    line-height: 50px;
    color: #8da5c1;
    width: 180px;
    height: 50px;
    border: 1px solid #8da5c1;
    margin-bottom: 30px;

  }


}


.right_up_hot:after {
  content: "HOT";
  position: absolute;
  top: -3px;
  right: -14px;
  /* border: 5px solid transparent; */
  /* border-top: 5px solid red; */
  /* border-right: 5px solid red; */
  background: red;
  height: 20px;
  line-height: 20px;
  color: white;
  border-radius: 5px;
  width: 40px;
  text-align: center;
}

.right_up_hot1:after {
  content: "HOT";
  position: absolute;
  top: -3px;
  right: 0px;
  /* border: 5px solid transparent; */
  /* border-top: 5px solid red; */
  /* border-right: 5px solid red; */
  background: red;
  height: 20px;
  line-height: 20px;
  color: white;
  border-radius: 5px;
  width: 40px;
  text-align: center;
}