body {
  font-family: "Microsoft Yahei", sans-serif;
  overflow-x: hidden;
  min-width: 1250px;
  position: relative;
}
@media (max-width:1200px){
        #layui-layer100001{ top: 50%!important;left: 50%!important;margin-left: -375px!important;margin-top: -265px!important;height: 530px!important;}
    }
html {
  font-size: 10px;
  /*10 ÷ 16 × 100% = 62.5%*/
}
@media (max-width: 1500px) {
  html {
    font-size: 9px;
  }
}
@media (max-width: 1400px) {
  html {
    font-size: 8px;
  }
}
a {
  text-decoration: none!important;
}
.navbar-brand {
  float: none;
  line-height: 0;
}
.header {
  height: 80px;
  line-height: 80px;
  width: 100%;
  background: #090f20;
  z-index: 999;
  position: absolute;
  top: 0;
}
.header .logo {
  float: left;
  margin-left: 4%;
}
.header .logo img {
  margin-top: 25px;
}
.header .nav-con {
  height: 80px;
  position: absolute;
  right: 15%;
  width: 35%;
}
.header .nav-con #nav {
  width: 97%;
  float: right;
  margin-bottom: 0;
}
.header .nav-con #nav .sub-nav {
  float: left;
  text-align: center;
  position: relative;
  transition: 0.3s;
  width: 16.666666%;
}
.header .nav-con #nav .sub-nav:hover a {
  color: #2581ad;
}
.header .nav-con #nav .sub-nav a {
  color: #c6c6c6;
  font-size: 1.4rem;
  display: block;
  height: 100%;
}
.header .nav-con #nav .sub-nav .drop-down {
  z-index: 999;
  position: absolute;
  top: 80px;
  left: -10%;
  display: none;
}
.header .nav-con #nav .sub-nav .drop-down {
  width: 120%;
  text-align: center;
  background: #fff;
}
.header .nav-con #nav .sub-nav .drop-down li {
  line-height: 40px;
  border-bottom: 1px solid #f6f6f6;
}
.header .nav-con #nav .sub-nav .drop-down li a {
  font-size: 1.5rem;
  display: block;
  color: #333!important;
}
.header .nav-con #nav .sub-nav .drop-down li a:hover {
  background: rgba(37, 129, 173, 0.9);
  color: #fff!important;
}
.header .nav-con #nav .active a {
  color: #2581ad;
}
.header .sous-right {
  position: absolute;
  right: 4%;
  height: 80px;
  line-height: 80px;
}
.header .sous-right span {
  display: block;
  width: 25px;
  height: 25px;
  line-height: 80px;
  vertical-align: middle;
  background: url(../images/search-btn_03.png) no-repeat center;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 24px;
}
.header .sous-right .sous-txt {
  line-height: 25px;
  display: none;
  float: left;
  position: absolute;
  top: 24px;
  left: 0;
  width: 140px;
  height: 25px;
  text-indent: 0px;
  font-size: 13px;
  border: none;
  border-bottom: 1px solid #ccc;
  color: #ccc;
  background: transparent;
  padding-right: 30px;
}
.header .sous-right .sous-btn {
  display: block;
  width: 25px;
  height: 25px;
  line-height: 80px;
  vertical-align: middle;
  background: url(../images/search-btn_03.png) no-repeat center;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 24px;
  border: none;
}
.navigation-down {
  position: fixed;
  top: 80px;
  left: 0px;
  width: 100%;
  z-index: 100;
}
.navigation-down .nav-down-menu {
  width: 100%;
  margin: 0;
  position: absolute;
  top: 0px;
  background: #2c2c2c;
  text-align: center;
}
.navigation-down .nav-down-menu .top-txt h4 {
  line-height: 50px;
  background: #2d85ab;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.navigation-down .nav-down-menu .list {
  text-align: center;
  padding: 3% 0;
}
.navigation-down .nav-down-menu .list h5 {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  padding: 0 16px;
  border-left: 7px solid #2d85ab;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.navigation-down .nav-down-menu .list ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.navigation-down .nav-down-menu .list li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 140px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  font-size: 14px;
  border: 1px solid #3a3a3a;
  margin: 0 13px;
  transition: 0.3s;
}
.navigation-down .nav-down-menu .list li:hover {
  background: #2d85ab;
}
.navigation-down .nav-down-menu .list li a {
  color: #fff;
  display: block;
}
.ins-header {
  height: 80px;
  line-height: 80px;
  width: 100%;
  background: #fff!important;
  z-index: 999;
  position: absolute;
  top: 0;
}
.ins-header .logo {
  float: left;
  margin-left: 4%;
}
.ins-header .logo img {
  margin-top: 20px;
}
.ins-header .nav-con {
  height: 80px;
  position: absolute;
  right: 15%;
  width: 35%;
}
.ins-header .nav-con #nav {
  width: 97%;
  float: right;
  margin-bottom: 0;
}
.ins-header .nav-con #nav .sub-nav {
  float: left;
  text-align: center;
  position: relative;
  transition: 0.3s;
  width: 16.666666%;
}
.ins-header .nav-con #nav .sub-nav:hover a {
  color: #2581ad;
}
.ins-header .nav-con #nav .sub-nav a {
  color: #676767;
  font-size: 1.4rem;
  display: block;
  height: 100%;
}
.ins-header .nav-con #nav .sub-nav .drop-down {
  z-index: 999;
  position: absolute;
  top: 80px;
  left: -10%;
  display: none;
}
.ins-header .nav-con #nav .sub-nav .drop-down {
  width: 120%;
  text-align: center;
  background: #fff;
}
.ins-header .nav-con #nav .sub-nav .drop-down li {
  line-height: 40px;
  border-bottom: 1px solid #f6f6f6;
}
.ins-header .nav-con #nav .sub-nav .drop-down li a {
  font-size: 1.5rem;
  display: block;
  color: #333!important;
}
.ins-header .nav-con #nav .sub-nav .drop-down li a:hover {
  background: rgba(37, 129, 173, 0.9);
  color: #fff!important;
}
.ins-header .nav-con #nav .active a {
  color: #2581ad;
}
.ins-header .sous-right {
  position: absolute;
  right: 4%;
  height: 80px;
  line-height: 80px;
}
.ins-header .sous-right span {
  display: block;
  width: 25px;
  height: 25px;
  line-height: 80px;
  vertical-align: middle;
  background: url(../images/search-btn_03.png) no-repeat center;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 24px;
}
.ins-header .sous-right .sous-txt {
  line-height: 25px;
  display: none;
  float: left;
  position: absolute;
  top: 24px;
  left: 0;
  width: 140px;
  height: 25px;
  text-indent: 0px;
  font-size: 13px;
  border: none;
  border-bottom: 1px solid #ccc;
  color: #ccc;
  background: transparent;
  padding-right: 30px;
}
.ins-header .sous-right .sous-btn {
  display: block;
  width: 25px;
  height: 25px;
  line-height: 80px;
  vertical-align: middle;
  background: url(../images/search-btn_03.png) no-repeat center;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 24px;
  border: none;
}
/*main*/
.main {
  clear: both;
  /*banner*/

}
.main .swiper-container-banner {
  overflow: hidden;
  position: relative;
}
.main .swiper-container-banner .swiper-slide {
  overflow: hidden;
  position: relative;
}
.main .swiper-container-banner .swiper-slide a {
  display: block;
  height: 100%;
  width: 100%;
}
.main .swiper-container-banner .swiper-slide .ad-one .img1 {
  position: absolute;
  right: 9%;
  top: 32%;
  z-index: 3;
  width: 25%;
}
.main .swiper-container-banner .swiper-slide .ad-one .img1 img {
  max-width: 100%;
}
.main .swiper-container-banner .swiper-slide .ad-one .img1 p {
  font-size: 1.8rem;
  padding: 2.5% 0;
  border-top: 1px solid #103748;
  border-bottom: 1px solid #103748;
  color: #fff;
  margin: 4% 0 10%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.main .swiper-container-banner .swiper-slide .ad-one .img2 {
  width: 25%;
  position: absolute;
  right: 9%;
  top: 55%;
  z-index: 3;
}
.main .swiper-container-banner .swiper-slide .ad-one .img2 img {
  max-width: 100%;
}
.main .swiper-container-banner .swiper-slide .ad-one .img2 li {
  width: 16.6666666%;
  float: left;
  text-align: center;
  font-size: 1.4rem;
  color: #fff;
  margin-top: 6px;
}
.main .swiper-container-banner .swiper-slide .ad-one .img3 li:nth-child(1) {
  width: 8.9%;
  z-index: 1;
  position: absolute;
  bottom: 33.796%;
  left: 6.7708%;
}
.main .swiper-container-banner .swiper-slide .ad-one .img3 li:nth-child(1) img {
  width: 100%;
}
.main .swiper-container-banner .swiper-slide .ad-one .img3 li:nth-child(2) {
  width: 9%;
  z-index: 3;
  position: absolute;
  bottom: 8.6%;
  left: 23%;
}
.main .swiper-container-banner .swiper-slide .ad-one .img3 li:nth-child(2) img {
  width: 100%;
}
.main .swiper-container-banner .swiper-slide .ad-one .img3 li:nth-child(3) {
  width: 8.9%;
  z-index: 3;
  position: absolute;
  bottom: 21.741%;
  left: 38.073%;
}
.main .swiper-container-banner .swiper-slide .ad-one .img3 li:nth-child(3) img {
  width: 100%;
}
.main .swiper-container-banner .swiper-slide .ad-one .img3 li:nth-child(4) {
  width: 7.5%;
  z-index: 3;
  position: absolute;
  bottom: 35.833333%;
  left: 47.6458%;
}
.main .swiper-container-banner .swiper-slide .ad-one .img3 li:nth-child(4) img {
  width: 100%;
}
.main .swiper-container-banner .swiper-slide .ad-one .img4 {
  width: 33.1666666%;
  position: absolute;
  left: 14.63541%;
  bottom: 19.315%;
  z-index: 2;
}
.main .swiper-container-banner .swiper-slide .ad-one .img4 img {
  max-width: 100%;
}
.main .swiper-container-banner .swiper-slide .ad-two .img1 {
  position: absolute;
  left: 10.6979%;
  top: 24.926%;
  z-index: 3;
  width: 20.1875%;
}
.main .swiper-container-banner .swiper-slide .ad-two .img1 img {
  max-width: 100%;
}
.main .swiper-container-banner .swiper-slide .ad-two .txt {
  position: absolute;
  left: 10.6979%;
  top: 53.8%;
  z-index: 3;
  width: 20.1875%;
}

@media (max-width: 1330px) {
  .main .swiper-container-banner .swiper-slide .ad-two .txt {
    /* left: 12%; */
  }
}
.main .swiper-container-banner .swiper-slide .ad-two .txt li {
  width: 22.33333%;
  float: left;
  margin: 0 2%;
  border-radius: 5px;
  font-size: 1.8rem;
  color: #fff;
  padding: 3% 3%;
  border: 1px solid #04fff6;
}

.main .swiper-container-banner .swiper-slide .ad-two .txt li b {
  color: #8a7aff;
}

@media (max-width: 1450px) {
  .main .swiper-container-banner .swiper-slide .ad-two .txt li {
    font-size: 1rem;
    width: 23.33333%;
    margin: 0 1%;
    padding: 1%;
  }
}
.main .swiper-container-banner .swiper-slide .ad-two .txt2 {
  color: #fff;
  position: absolute;
  left: 10.6979%;
  top: 68%;
  z-index: 3;
  width: 20.1875%;
}
@media(max-height:700px){
  .main .swiper-container-banner .swiper-slide .ad-two .txt{top: 60%;}
  .main .swiper-container-banner .swiper-slide .ad-two .txt2{top: 80%;}
}
.main .swiper-container-banner .swiper-slide .ad-two .txt2 h6 {
  font-size: 2.4rem;
  margin-bottom: 15px;
}
.main .swiper-container-banner .swiper-slide .ad-two .txt2 p {
  font-size: 1.6rem;
}
.main .swiper-container-banner .swiper-slide .ad-two .img3 li:nth-child(1) {
  width: 9.57292%;
  z-index: 3;
  position: absolute;
  bottom: 15.463%;
  right: 43%;
}
.main .swiper-container-banner .swiper-slide .ad-two .img3 li:nth-child(1) img {
  width: 100%;
}
.main .swiper-container-banner .swiper-slide .ad-two .img3 li:nth-child(2) {
  width: 12.11458%;
  z-index: 3;
  position: absolute;
  bottom: 12.5%;
  right: 9.8958%;
}
.main .swiper-container-banner .swiper-slide .ad-two .img3 li:nth-child(2) img {
  width: 100%;
}
.main .swiper-container-banner .swiper-slide .ad-two .img4 {
  width: 25.75%;
  position: absolute;
  right: 19.375%;
  bottom: 13.4259%;
  z-index: 2;
}
.main .swiper-container-banner .swiper-slide .ad-two .img4 img {
  max-width: 100%;
}
.main .swiper-container-banner .swiper-slide .ad-three .img1 {
  position: absolute;
  left: 6.19792%;
  top: 37%;
  z-index: 3;
  width: 20.1875%;
}
.main .swiper-container-banner .swiper-slide .ad-three .img1 img {
  max-width: 100%;
}
.main .swiper-container-banner .swiper-slide .ad-three .img2 {
  width: 50%;
  position: absolute;
  left: 11%;
  bottom: 14.35%;
  z-index: 2;
}
.main .swiper-container-banner .swiper-slide .ad-three .img2 img {
  max-width: 100%;
}
.main .swiper-container-banner .swiper-slide .ad-three .img2 .google {
  width: 24.48%;
  position: absolute;
  top: 11%;
  left: 38%;
}
.main .swiper-container-banner .swiper-slide .ad-three .img2 .google img {
  width: 100%;
}
.main .swiper-container-banner .swiper-slide .ad-three .img2 .google {
  animation: google 1.3s ease-in-out 2.7s infinite alternate;
  transition-delay: 0;
}
@keyframes google {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(0, 25px);
  }
}
.main .swiper-container-banner .swiper-slide .ad-three .txt {
  width: 26.771%;
  position: absolute;
  right: 6.3542%;
  bottom: 15%;
}
@media (max-width: 1450px) {
  .main .swiper-container-banner .swiper-slide .ad-three .txt {
    bottom: 10%;
  }
}
.main .swiper-container-banner .swiper-slide .ad-three .txt li {
  min-height: 88px;
  padding-left: 112px;
  margin-bottom: 7%;
}
.main .swiper-container-banner .swiper-slide .ad-three .txt li h6 {
  font-size: 1.8rem;
  color: #fffa46;
  font-weight: 500;
  margin-bottom: 8px;
}
.main .swiper-container-banner .swiper-slide .ad-three .txt li p {
  font-size: 1.4rem;
  color: #fff;
  line-height: 26px;
}
@media (max-width: 1450px) {
  .main .swiper-container-banner .swiper-slide .ad-three .txt li p {
    line-height: 22px;
  }
}
.main .swiper-container-banner .swiper-slide .ad-three .txt li:nth-child(1) {
  background: url("../images/ad3-lit_03.png") no-repeat left top;
}
.main .swiper-container-banner .swiper-slide .ad-three .txt li:nth-child(2) {
  background: url("../images/ad3-lit_06.png") no-repeat left top;
}
.main .swiper-container-banner .swiper-slide .ad-three .txt li:nth-child(3) {
  background: url("../images/ad3-lit_08.png") no-repeat left top;
}
.main .swiper-container-banner .swiper-slide .ad-three .txt li:nth-child(4) {
  background: url("../images/ad3-lit_10.png") no-repeat left top;
}
.main .swiper-container-banner .swiper-slide .ad-four .img1 {
  position: absolute;
  left: 8.125%;
  top: 30%;
  z-index: 3;
  width: 26.6875%;
}
.main .swiper-container-banner .swiper-slide .ad-four .img1 img {
  max-width: 100%;
}
.main .swiper-container-banner .swiper-slide .ad-four .img2 {
  width: 50%;
  position: absolute;
  right: 8%;
  bottom: 0%;
  z-index: 2;
}
.main .swiper-container-banner .swiper-slide .ad-four .img2 .img-box img {
  max-width: 100%;
}
.main .swiper-container-banner .swiper-slide .ad-four .img2 .s-p {
  width: 12.64%;
  position: absolute;
  top: 14%;
  left: 41.7%;
}
.main .swiper-container-banner .swiper-slide .ad-four .img2 .s-p img {
  width: 100%;
}
.main .swiper-container-banner .swiper-slide .ad-four .img2 .s-p {
  animation: s-p 1.3s ease-in-out 2.7s infinite alternate;
  transition-delay: 0;
}
@keyframes s-p {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(0, 25px);
  }
}
@media (max-width: 1450px) {
  .main .swiper-container-banner .swiper-slide .ad-four .img2 {
    bottom: 7%;
  }
}
.main .swiper-container-banner .swiper-slide .ad-four .img3 li:nth-child(1) {
  width: 10%;
  top: 20.5%;
  right: 48%;
  z-index: 3;
  position: absolute;
}
.main .swiper-container-banner .swiper-slide .ad-four .img3 li:nth-child(1) img {
  width: 100%;
}
.main .swiper-container-banner .swiper-slide .ad-four .img3 li:nth-child(2) {
  width: 12%;
  top: 65%;
  right: 49%;
  z-index: 3;
  position: absolute;
}
.main .swiper-container-banner .swiper-slide .ad-four .img3 li:nth-child(2) img {
  width: 100%;
}
.main .swiper-container-banner .swiper-slide .ad-four .img3 li:nth-child(3) {
  width: 12%;
  top: 65%;
  right: 9%;
  z-index: 3;
  position: absolute;
}
.main .swiper-container-banner .swiper-slide .ad-four .img3 li:nth-child(3) img {
  width: 100%;
}
.main .swiper-container-banner .swiper-slide .ad-four .img3 li:nth-child(4) {
  width: 10%;
  top: 20.5%;
  right: 10%;
  z-index: 3;
  position: absolute;
}
.main .swiper-container-banner .swiper-slide .ad-four .img3 li:nth-child(4) img {
  width: 100%;
}
.main .swiper-container-banner .swiper-slide .ad-four .txt {
  width: 28.6875%;
  position: absolute;
  left: 8.125%;
  top: 55%;
  z-index: 2;
}
.main .swiper-container-banner .swiper-slide .ad-four .txt h5 {
  font-size: 3rem;
  color: #2ebde9;
}
.main .swiper-container-banner .swiper-slide .ad-four .txt p {
  font-size: 1.6rem;
  color: #fff;
}
.main .swiper-container-banner .swiper-pagination-banner {
  position: absolute;
  bottom: 30px;
  z-index: 99;
  text-align: center;
  width: 100%;
}
.main .swiper-container-banner .swiper-pagination-bullet {
  background: #fff;
  height: 3px;
  width: 35px;
  opacity: 1;
  border-radius: 0;
}
.main .swiper-container-banner .swiper-pagination-bullet-active {
  background: #2581ad;
  opacity: 1;
}
.main .swiper-container-banner .swiper-button-next-pc {
  width: 26px;
  height: 48px;
  cursor: pointer;
  position: absolute;
  right: 5%;
  top: 50%;
  margin-top: -24px;
  background: url("../images/next_03.png") no-repeat center;
  z-index: 6;
  opacity: 0.5;
}
.main .swiper-container-banner .swiper-button-prev-pc {
  width: 26px;
  height: 48px;
  cursor: pointer;
  position: absolute;
  left: 5%;
  top: 50%;
  margin-top: -24px;
  background: url("../images/prev_03.png") no-repeat center;
  z-index: 6;
  opacity: 0.5;
}
.main .introduction {
  padding: 2% 0;
  background: #fff;
}
.main .introduction .wrap {
  width: 1200px;
  margin: 0 auto;
  padding: 4% 0 3%;
}
.main .introduction .wrap .img-box {
  width: 492px;
  float: left;
  height: 423px;
  background: url("../images/introduction-bg_03.jpg");
}
.main .introduction .wrap .img-box img {
  width: 100%;
}
.main .introduction .wrap .img-box .swiper-container-jianjie {
  position: relative;
  overflow: hidden;
  width: 440px;
  height: 274px;
  margin: 26px 0 0 25px;
}
.main .introduction .wrap .img-box .swiper-container-jianjie .swiper-slide img {
  width: 440px;
  height: 274px;
}
.main .introduction .wrap .img-box .swiper-button-next-jianjie {
  width: 12px;
  height: 22px;
  cursor: pointer;
  position: absolute;
  right: 3%;
  top: 50%;
  margin-top: -11px;
  background: url("../images/jianjie-next_03.png") no-repeat center;
  z-index: 6;
}
.main .introduction .wrap .img-box .swiper-button-next-jianjie:hover {
  background: url("../images/jianjie-next2_03.png") no-repeat center;
}
.main .introduction .wrap .img-box .swiper-button-prev-jianjie {
  width: 12px;
  height: 22px;
  cursor: pointer;
  position: absolute;
  left: 3%;
  top: 50%;
  margin-top: -11px;
  background: url("../images/jianjie-prev_03.png") no-repeat center;
  z-index: 6;
}
.main .introduction .wrap .img-box .swiper-button-prev-jianjie:hover {
  background: url("../images/jianjie-prev2_03.png") no-repeat center;
}
.main .introduction .wrap .txt-con {
  width: 600px;
  float: right;
}
.main .introduction .wrap .txt-con h5 {
  margin: 0;
  font-size: 1.8rem;
  color: #000;
  margin: 36px 0 28px;
  font-weight: 500;
}
.main .introduction .wrap .txt-con p {
  font-size: 1.4rem;
  color: #585858;
  line-height: 32px;
}
.main .introduction .wrap .txt-con .link {
  margin-top: 30px;
}
.main .introduction .wrap .txt-con .link a {
  position: relative;
  background: #2c85aa;
  color: #fff;
}
.main .introduction .wrap .txt-con .link .button--moema {
  width: 150px;
  height: 40px;
  padding: 0;
  text-align: center;
  color: #fff;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border-radius: 0px;
  line-height: 40px;
  font-weight: 500;
}
.main .advantage {
  background: url("../images/youshi-bg_02.jpg") no-repeat center;
  padding: 3.5% 0 3%;
}
.main .advantage .plate {
  width: 43.854%;
  float: left;
  margin-left: 6.25%;
}
.main .advantage .plate .list {
  width: 48%;
  margin: 0 1% 2% 1%;
  position: relative;
  float: left;
  transition: 0.5s;
  height: 300px;
}
@media (max-width: 1830px) {
  .main .advantage .plate .list {
    height: 270px;
  }
}
@media (max-width: 1630px) {
  .main .advantage .plate .list {
    height: 250px;
  }
}
@media (max-width: 1530px) {
  .main .advantage .plate .list {
    height: 245px;
  }
}
@media (max-width: 1430px) {
  .main .advantage .plate .list {
    height: 230px;
  }
}
.main .advantage .plate .list .bg img {
  width: 100%;
}
.main .advantage .plate .list .listBox {
  background: #fff;
  text-align: center;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
}
.main .advantage .plate .list .listBox:hover {
  background: #2c85aa;
}
.main .advantage .plate .list:hover .tit1 {
  left: 100%;
}
.main .advantage .plate .list:hover .tit2 {
  left: 0;
}
.main .advantage .plate .list:hover .bot-list1 {
  left: -100%;
}
.main .advantage .plate .list:hover .bot-list2 {
  right: 0;
}
.main .advantage .plate .list .listBoxOn {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #2c85aa;
  background-size: cover;
  display: none;
}
.main .advantage .plate .list .tit h6 {
  font-size: 1.6rem;
  color: #1c1c1c;
  margin-top: 10%;
}
.main .advantage .plate .list .tit .img {
  width: 100%;
  height: 60px;
  margin: 12% 0;
}
.main .advantage .plate .list .tit1 {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  transition: 0.5s;
}
.main .advantage .plate .list .tit2 {
  position: absolute;
  top: 0;
  width: 100%;
  left: -100%;
  transition: 0.5s;
}
.main .advantage .plate .list .tit2 h6 {
  color: #fff;
}
.main .advantage .plate .list .bot-list ul {
  padding: 0 0 0 17%;
}
.main .advantage .plate .list .bot-list li {
  text-align: left;
  font-size: 1.4rem;
  color: #595959;
  width: 50%;
  float: left;
  margin-bottom: 3%;
  padding-left: 0%;
}
.main .advantage .plate .list .bot-list1 {
  position: absolute;
  width: 100%;
  left: 0;
  top: 70%;
  transition: 0.5s;
}
.main .advantage .plate .list .bot-list2 {
  position: absolute;
  width: 100%;
  right: -100%;
  top: 70%;
  transition: 0.5s;
}
.main .advantage .plate .list .bot-list2 li {
  color: #fff;
}
.main .advantage .plate .list:nth-child(1) .bot-list ul {
  padding: 0 10%;
}
.main .advantage .plate .list:nth-child(1) .bot-list li {
  font-size: 1.4rem;
  width: 28.33333%;
  float: left;
  text-align: center;
  padding-left: 4%;
}
.main .advantage .plate .list:nth-child(3) .bot-list ul {
  padding: 0 0 0 15%;
}
.main .advantage .plate .list:nth-child(3) .bot-list li:nth-child(2n+2) {
  padding-left: 8%;
  width: 42%;
}
@media (max-width: 1830px) {
  .main .advantage .plate .list .bot-list li {
    font-size: 1.3rem;
  }
  .main .advantage .plate .list:nth-child(1) .bot-list li {
    font-size: 1.3rem;
  }
}
.main .advantage .wave-box {
  width: 630px;
  float: right;
  margin-right: 10%;
  height: 630px;
  position: relative;
  /************以下为具体实现************/

  /* 波纹效果 */

  /* 波动效果 */

}
.main .advantage .wave-box .container {
  height: 100%;
}
.main .advantage .wave-box .wave {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  width: 550px;
  height: 550px;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
}
.main .advantage .wave-box .wave .circle {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
}
.main .advantage .wave-box .txt p {
  font-size: 1.6rem;
  color: #fff;
  white-space: nowrap;
}
.main .advantage .wave-box .txt p:nth-child(1) {
  padding-bottom: 22px;
  background: url("../images/wave-lit_03.png") no-repeat center bottom;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 14%;
}
.main .advantage .wave-box .txt p:nth-child(2) {
  padding-right: 37px;
  background: url("../images/wave-lit_03.png") no-repeat right center;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 14%;
  top: 40%;
}
.main .advantage .wave-box .txt p:nth-child(3) {
  padding-right: 37px;
  background: url("../images/wave-lit_03.png") no-repeat right center;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 4%;
  top: 68%;
}
.main .advantage .wave-box .txt p:nth-child(4) {
  padding-top: 22px;
  background: url("../images/wave-lit_03.png") no-repeat center top;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 86%;
}
.main .advantage .wave-box .txt p:nth-child(5) {
  padding-left: 37px;
  background: url("../images/wave-lit_03.png") no-repeat left center;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 97%;
  top: 68%;
}
.main .advantage .wave-box .txt p:nth-child(6) {
  padding-left: 37px;
  background: url("../images/wave-lit_03.png") no-repeat left center;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 88%;
  top: 40%;
}
.main .advantage .wave-box .wave.ripple .circle {
  width: calc(100%);
  /* 减去边框的大小 */

  height: calc(100%);
  /* 减去边框的大小 */

  border: 1px solid #fff;
}
.main .advantage .wave-box .wave.ripple .circle:first-child {
  animation: circle-opacity 8s infinite;
}
.main .advantage .wave-box .wave.ripple .circle:nth-child(2) {
  animation: circle-opacity 8s infinite;
  animation-delay: 0s;
}
.main .advantage .wave-box .wave.ripple .circle:nth-child(3) {
  animation: circle-opacity 8s infinite;
  animation-delay: 0.8s;
}
.main .advantage .wave-box .wave.ripple .circle:nth-child(4) {
  animation: circle-opacity 8s infinite;
  animation-delay: 1.6s;
}
.main .advantage .wave-box .wave.ripple .circle:nth-child(5) {
  animation: circle-opacity 8s infinite;
  animation-delay: 2.4s;
}
.main .advantage .wave-box .wave.ripple .circle:nth-child(6) {
  animation: circle-opacity 8s infinite;
  animation-delay: 3.2s;
}
.main .advantage .wave-box .wave.ripple .circle:nth-child(7) {
  animation: circle-opacity 8s infinite;
  animation-delay: 4s;
}
.main .advantage .wave-box .wave.ripple .circle:nth-child(8) {
  animation: circle-opacity 8s infinite;
  animation-delay: 4.8s;
}
.main .advantage .wave-box .wave.ripple .circle:nth-child(9) {
  animation: circle-opacity 8s infinite;
  animation-delay: 5.6s;
}
.main .advantage .wave-box .wave.ripple .circle:nth-child(10) {
  animation: circle-opacity 8s infinite;
  animation-delay: 6.4s;
}
.main .advantage .wave-box .wave.ripple .circle:nth-child(11) {
  animation: circle-opacity 8s infinite;
  animation-delay: 7.2s;
}
.main .advantage .wave-box .wave.ripple .circle:nth-child(12) {
  animation: circle-opacity 8s infinite;
  animation-delay: 8s;
}
.main .advantage .wave-box .wave .content {
  width: 134px;
  height: 134px;
  position: absolute;
  transform: translate(-47%, -50%);
  left: 50%;
  top: 50%;
}
.main .advantage .wave-box .wave .content img {
  width: 134px;
  height: 134px;
  border-radius: 134px;
  -webkit-filter: drop-shadow(0 0 150px #2581ad);
  filter: drop-shadow(0 0 150px #2581ad);
  -webkit-transition: opacity 0.5s ease-in;
  -o-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
  animation: hxDeng 2s infinite;
  -webkit-animation: hxDeng 2s infinite;
  opacity: 1;
}
.main .advantage .wave-box .wave.ripple.danger .circle {
  border-color: #737e88;
}
@keyframes circle-opacity {
  from {
    opacity: 1;
    transform: scale(0);
  }
  to {
    opacity: 0;
    transform: scale(1);
  }
}
@media (max-width: 1694px) {
  .main .advantage {
    padding: 5% 0;
  }
  .main .advantage .plate {
    width: 43.854%;
    float: left;
    margin-left: 6.25%;
  }
  .main .advantage .plate .list {
    width: 48%;
    margin: 0 1% 2% 1%;
    position: relative;
    float: left;
    transition: 0.3s;
  }
  .main .advantage .plate .list .bot-list ul {
    padding: 0 0 0 0%;
  }
  .main .advantage .plate .list .bot-list li {
    text-align: center;
    width: 50%;
    float: left;
    margin-bottom: 3%;
    padding-left: 0%;
  }
  .main .advantage .plate .list:nth-child(1) .bot-list ul {
    padding: 0 0%;
  }
  .main .advantage .plate .list:nth-child(1) .bot-list li {
    width: 33.3333333%;
    float: left;
    text-align: center;
    padding-left: 0%;
  }
  .main .advantage .plate .list:nth-child(3) .bot-list ul {
    padding: 0 0 0 0%;
  }
  .main .advantage .plate .list:nth-child(3) .bot-list li:nth-child(2n+2) {
    padding-left: 0%;
    width: 50%;
  }
  .main .advantage .wave-box {
    width: 430px;
    float: right;
    margin-right: 10%;
    height: 430px;
    position: relative;
    /************以下为具体实现************/
  
    /* 波纹效果 */
  
    /* 波动效果 */
  
  }
  .main .advantage .wave-box .container {
    height: 100%;
  }
  .main .advantage .wave-box .wave {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: 550px;
    height: 550px;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
  }
  .main .advantage .wave-box .wave .circle {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
  }
  .main .advantage .wave-box .txt p {
    font-size: 1.6rem;
    color: #fff;
    white-space: nowrap;
  }
  .main .advantage .wave-box .txt p:nth-child(1) {
    padding-bottom: 22px;
    background: url("../images/wave-lit_03.png") no-repeat center bottom;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 14%;
  }
  .main .advantage .wave-box .txt p:nth-child(2) {
    padding-right: 37px;
    background: url("../images/wave-lit_03.png") no-repeat right center;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 14%;
    top: 40%;
  }
  .main .advantage .wave-box .txt p:nth-child(3) {
    padding-right: 37px;
    background: url("../images/wave-lit_03.png") no-repeat right center;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 8%;
    top: 68%;
  }
  .main .advantage .wave-box .txt p:nth-child(4) {
    padding-top: 22px;
    background: url("../images/wave-lit_03.png") no-repeat center top;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 86%;
  }
  .main .advantage .wave-box .txt p:nth-child(5) {
    padding-left: 37px;
    background: url("../images/wave-lit_03.png") no-repeat left center;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 93%;
    top: 68%;
  }
  .main .advantage .wave-box .txt p:nth-child(6) {
    padding-left: 37px;
    background: url("../images/wave-lit_03.png") no-repeat left center;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 88%;
    top: 40%;
  }
  .main .advantage .wave-box .wave .content {
    width: 134px;
    height: 134px;
    position: absolute;
    transform: translate(-47%, -50%);
    left: 50%;
    top: 50%;
  }
  .main .advantage .wave-box .wave .content img {
    width: 134px;
    height: 134px;
    border-radius: 134px;
    -webkit-filter: drop-shadow(0 0 150px #2581ad);
    filter: drop-shadow(0 0 150px #2581ad);
    -webkit-transition: opacity 0.5s ease-in;
    -o-transition: opacity 0.5s ease-in;
    transition: opacity 0.5s ease-in;
    animation: hxDeng 2s infinite;
    -webkit-animation: hxDeng 2s infinite;
    opacity: 1;
  }
  .main .advantage .wave-box .wave.ripple.danger .circle {
    border-color: #737e88;
  }
  @keyframes circle-opacity {
    from {
      opacity: 1;
      transform: scale(0);
    }
    to {
      opacity: 0;
      transform: scale(1);
    }
  }
}
@media (max-width: 1400px) {
  .main .advantage {
    padding: 5% 0;
  }
  .main .advantage .plate {
    width: 43.854%;
    float: left;
    margin-left: 6.25%;
  }
  .main .advantage .plate .list {
    width: 48%;
    margin: 0 1% 2% 1%;
    position: relative;
    float: left;
    transition: 0.3s;
  }
  .main .advantage .plate .list .tit .img {
    width: 100%;
    height: 60px;
    margin: 8% 0;
  }
  .main .advantage .plate .list .bot-list ul {
    padding: 0 0 0 0%;
  }
  .main .advantage .plate .list .bot-list li {
    text-align: center;
    width: 50%;
    float: left;
    margin-bottom: 3%;
    padding-left: 0%;
    font-size: 1.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .main .advantage .plate .list:nth-child(1) .bot-list ul {
    padding: 0 0%;
  }
  .main .advantage .plate .list:nth-child(1) .bot-list li {
    font-size: 1.2rem;
    width: 33.3333333%;
    float: left;
    text-align: center;
    padding-left: 0%;
  }
  .main .advantage .plate .list:nth-child(3) .bot-list ul {
    padding: 0 0 0 0%;
  }
  .main .advantage .plate .list:nth-child(3) .bot-list li {
    width: 65%;
  }
  .main .advantage .plate .list:nth-child(3) .bot-list li:nth-child(2n+2) {
    padding-left: 0%;
    width: 35%;
    font-size: 1.2rem;
  }
  .main .advantage .wave-box {
    width: 430px;
    float: right;
    margin-right: 10%;
    height: 430px;
    position: relative;
    /************以下为具体实现************/
  
    /* 波纹效果 */
  
    /* 波动效果 */
  
  }
  .main .advantage .wave-box .container {
    height: 100%;
  }
  .main .advantage .wave-box .wave {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    width: 550px;
    height: 550px;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
  }
  .main .advantage .wave-box .wave .circle {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
  }
  .main .advantage .wave-box .txt p {
    font-size: 1.6rem;
    color: #fff;
    white-space: nowrap;
  }
  .main .advantage .wave-box .txt p:nth-child(1) {
    padding-bottom: 22px;
    background: url("../images/wave-lit_03.png") no-repeat center bottom;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 14%;
  }
  .main .advantage .wave-box .txt p:nth-child(2) {
    padding-right: 37px;
    background: url("../images/wave-lit_03.png") no-repeat right center;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 16%;
    top: 40%;
  }
  .main .advantage .wave-box .txt p:nth-child(3) {
    padding-right: 37px;
    background: url("../images/wave-lit_03.png") no-repeat right center;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 12%;
    top: 68%;
  }
  .main .advantage .wave-box .txt p:nth-child(4) {
    padding-top: 22px;
    background: url("../images/wave-lit_03.png") no-repeat center top;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 86%;
  }
  .main .advantage .wave-box .txt p:nth-child(5) {
    padding-left: 37px;
    background: url("../images/wave-lit_03.png") no-repeat left center;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 90%;
    top: 68%;
  }
  .main .advantage .wave-box .txt p:nth-child(6) {
    padding-left: 37px;
    background: url("../images/wave-lit_03.png") no-repeat left center;
    position: absolute;
    transform: translate(-50%, -50%);
    left: 85%;
    top: 40%;
  }
  .main .advantage .wave-box .wave .content {
    width: 134px;
    height: 134px;
    position: absolute;
    transform: translate(-47%, -50%);
    left: 50%;
    top: 50%;
  }
  .main .advantage .wave-box .wave .content img {
    width: 134px;
    height: 134px;
    border-radius: 134px;
    -webkit-filter: drop-shadow(0 0 150px #2581ad);
    filter: drop-shadow(0 0 150px #2581ad);
    -webkit-transition: opacity 0.5s ease-in;
    -o-transition: opacity 0.5s ease-in;
    transition: opacity 0.5s ease-in;
    animation: hxDeng 2s infinite;
    -webkit-animation: hxDeng 2s infinite;
    opacity: 1;
  }
  .main .advantage .wave-box .wave.ripple.danger .circle {
    border-color: #737e88;
  }
  @keyframes circle-opacity {
    from {
      opacity: 1;
      transform: scale(0);
    }
    to {
      opacity: 0;
      transform: scale(1);
    }
  }
}
.main .case {
  padding: 3% 0;
  background: #fff;
}
.main .case .tit {
  height: 70px;
  border-bottom: 1px solid #eee;
}
.main .case .tit .content {
  width: 87.5%;
  margin: 0 auto;
}
.main .case .tit .content h5 {
  font-size: 2.4rem;
  color: #171717;
  font-weight: 500;
}
.main .case .tit .content p {
  font-size: 1.4rem;
  color: #5b5b5b;
  margin: 8px 0 1px 0;
}
.main .case .tit .content b {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 106px;
  height: 3px;
  background: #2581ad;
}
.main .case .case-box {
  position: relative;
}
.main .case .case-box .slideTxtBox .hd {
  position: absolute;
  right: 6%;
  top: -46px;
}
.main .case .case-box .slideTxtBox .hd ul li {
  float: left;
  padding: 0 15px;
  cursor: pointer;
  margin-left: 7px;
  background: #f7f7f7;
  width: 105px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 1.5rem;
  color: #1e1e1e;
}
.main .case .case-box .slideTxtBox .hd ul li.on {
  background: #2c85aa;
  color: #fff;
}
.main .case .case-box .slideTxtBox .bd ul {
  zoom: 1;
}
.main .case .case-box .slideTxtBox .bd li {
  float: left;
  width: 26.333333%;
  margin: 4% 3.5% 0 3.5%;
}
.main .case .case-box .slideTxtBox .bd li:hover .img-box .img .link {
  opacity: 1;
}
.main .case .case-box .slideTxtBox .bd li .img-box {
  position: relative;
}
.main .case .case-box .slideTxtBox .bd li .img-box .bg img {
  width: 100%;
}
.main .case .case-box .slideTxtBox .bd li .img-box .img {
  width: 77.9%;
  position: absolute;
  transform: translate(-50%, 0%);
  left: 50.2%;
  top: 3.7%;
}
.main .case .case-box .slideTxtBox .bd li .img-box .img img {
  width: 100%;
}
.main .case .case-box .slideTxtBox .bd li .img-box .img .link {
  background: #2c85aa;
  padding: 3% 4%;
  width: 84%;
  position: absolute;
  bottom: 7%;
  left: 4%;
  text-align: center;
  transition: 0.4s;
  opacity: 0;
}
.main .case .case-box .slideTxtBox .bd li .img-box .img .link a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 26%;
  margin: 0 3%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  transition: 0.4s;
  background: #fff;
  border-radius: 5px;
  font-size: 1.4rem;
  color: #0b1c28;
}
.main .case .case-box .slideTxtBox .bd li .img-box .img .link a:hover {
  background: #0b1c28;
  color: #f3f3f3;
}
.main .case .case-box .slideTxtBox .bd li .txt {
  text-align: center;
}
.main .case .case-box .slideTxtBox .bd li .txt h6 {
  font-size: 1.8rem;
  color: #000;
  margin-bottom: 14px;
  font-weight: 500;
}
.main .case .case-box .slideTxtBox .bd li .txt p {
  text-align: center;
  font-size: 1.4rem;
  color: #5b5b5b;
  height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.main .case .case-box .slideTxtBox .bd li .txt p span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 4%;
}
.main .case .case-box .slideTxtBox .bd li .date {
  float: right;
  color: #999;
}
.main .news {
  padding: 4% 0 6%;
  background: url("../images/news-bg.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}
.main .news .tit {
  height: 70px;
  border-bottom: 1px solid #434343;
}
.main .news .tit .content {
  width: 87.5%;
  margin: 0 auto;
}
.main .news .tit .content h5 {
  font-size: 2.4rem;
  color: #fff;
  font-weight: 500;
}
.main .news .tit .content p {
  font-size: 1.4rem;
  color: #bebebe;
  margin: 8px 0 1px 0;
}
.main .news .tit .content b {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 106px;
  height: 3px;
  background: #2581ad;
}
.main .news .news-box {
  width: 87.5%;
  margin: 0 auto;
  position: relative;
}
.main .news .news-box .slideTxtBox-news .hd {
  position: absolute;
  right: 0;
  top: -46px;
}
.main .news .news-box .slideTxtBox-news .hd ul li {
  float: left;
  padding: 0 15px;
  cursor: pointer;
  margin-left: 7px;
  background: #f7f7f7;
  width: 145px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 1.6rem;
  color: #1e1e1e;
}
.main .news .news-box .slideTxtBox-news .hd ul li.on {
  background: #2c85aa;
  color: #fff;
}
.main .news .news-box .slideTxtBox-news .bd ul {
  zoom: 1;
}
.main .news .news-box .slideTxtBox-news .bd li {
  float: left;
  width: 23%;
  margin: 4% 2.666666% 0 0;
}
.main .news .news-box .slideTxtBox-news .bd li:hover .img img {
  transform: scale(1.1);
}
.main .news .news-box .slideTxtBox-news .bd li:hover .txt {
  background: #2c85aa;
}
.main .news .news-box .slideTxtBox-news .bd li:hover .txt h6 {
  color: #fff;
}
.main .news .news-box .slideTxtBox-news .bd li:hover .txt p {
  color: #fff;
}
.main .news .news-box .slideTxtBox-news .bd li:hover .txt span {
  color: #fff;
}
.main .news .news-box .slideTxtBox-news .bd li .img {
  overflow: hidden;
  font-size: 0;
}
.main .news .news-box .slideTxtBox-news .bd li .img img {
  width: 100%;
  transition: 0.4s;
}
.main .news .news-box .slideTxtBox-news .bd li .txt {
  background: #fff;
  padding: 20px;
  transition: 0.4s;
}
.main .news .news-box .slideTxtBox-news .bd li .txt h6 {
  font-size: 1.8rem;
  color: #010101;
  margin-bottom: 14px;
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main .news .news-box .slideTxtBox-news .bd li .txt p {
  font-size: 1.4rem;
  color: #595959;
  line-height: 180%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.main .news .news-box .slideTxtBox-news .bd li .txt span {
  display: block;
  height: 45px;
  line-height: 45px;
  font-size: 1.4rem;
  color: #a1a1a1;
}
.main .news .news-box .slideTxtBox-news .bd li:nth-child(4) {
  margin-right: 0;
}
.main .message {
  padding: 4% 0;
  background: #fff;
}
.main .message .wrap {
  width: 1200px;
  margin: 0 auto;
}
.main .message .wrap .img-box {
  float: left;
  position: relative;
  margin-left: -32px;
}
.main .message .wrap .img-box a {
  display: block;
  width: 115px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 1.4rem;
  color: #0a1e29;
  background: #fff;
  position: absolute;
  left: 256px;
  top: 280px;
}
.main .message .wrap .content {
  width: 600px;
  float: right;
}
.main .message .wrap .content h5 {
  font-size: 3rem;
  color: #0a1e29;
  font-weight: 500;
  margin: 50px 0;
}
.main .message .wrap .content ul:nth-child(1) input:focus {
  border-color: #2c85aa;
}
.main .message .wrap .content ul:nth-child(1) input:hover {
  border-color: #2c85aa;
}
.main .message .wrap .content ul:nth-child(1) .txt {
  width: 519px;
  font-size: 14px;
  color: #676767;
  padding: 0 20px 0 53px;
  height: 43px;
  line-height: 43px;
  border: 1px solid #f1f1f1;
  margin-bottom: 25px;
}
.main .message .wrap .content ul:nth-child(1) li:nth-child(1) .txt {
  background: url("../images/message-icon_03.jpg") no-repeat 18px center;
}
.main .message .wrap .content ul:nth-child(1) li:nth-child(2) .txt {
  background: url("../images/message-icon_06.jpg") no-repeat 18px center;
}
.main .message .wrap .content ul:nth-child(1) li:nth-child(3) .txt {
  background: url("../images/message-icon_08.jpg") no-repeat 18px center;
}
.main .message .wrap .content ul:nth-child(3) {
  margin-top: 42px;
}
.main .message .wrap .content ul:nth-child(3) .submit {
  border: none;
  cursor: pointer;
  width: 190px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  position: relative;
  background: #2c85aa;
  font-size: 1.5rem;
  color: #fff;
}
.main .message .wrap .content ul:nth-child(3) .button--moema {
  width: 150px;
  height: 40px;
  padding: 0;
  text-align: center;
  color: #fff;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border-radius: 0px;
  line-height: 40px;
  font-weight: 500;
}
.footer {
  background: #1c1c1c;
}
.footer .footer-con {
  border-bottom: 1px solid #232323;
  padding: 90px 0 65px;
}
.footer .footer-con .wrap {
  width: 1200px;
  margin: 0 auto;
}
.footer .footer-con .wrap .list {
  float: left;
  margin-right: 105px;
}
.footer .footer-con .wrap .list h6 {
  font-size: 1.8rem;
  color: #fff;
  margin-bottom: 20px;
  font-weight: 500;
}
.footer .footer-con .wrap .list li {
  line-height: 32px;
}
.footer .footer-con .wrap .list li a {
  font-size: 1.4rem;
  color: #979797;
}
.footer .footer-con .wrap .list li a:hover {
  color: #2c85aa;
}
.footer .footer-con .wrap .code {
  float: right;
}
.footer .footer-con .wrap .code img {
  margin: 0 0 0 30px;
}
.footer .footer-bot {
  width: 1200px;
  margin: 0 auto;
  padding: 60px 0 50px;
}
.footer .footer-bot .contact {
  width: 600px;
  float: left;
}
.footer .footer-bot .contact .tit h5 {
  font-size: 2.4rem;
  color: #fff;
  font-weight: 500;
  margin-bottom: 12px;
}
.footer .footer-bot .contact .tit p {
  font-size: 1.4rem;
  color: #979797;
}
.footer .footer-bot .contact .tel {
  margin: 34px 0;
}
.footer .footer-bot .contact .tel h5 {
  font-size: 2.4rem;
  color: #2c85aa;
  border: 1px solid #333;
  padding: 10px 20px;
  font-weight: 500;
  display: inline-block;
}
.footer .footer-bot .contact .tel h5 sub {
  font-size: 14px;
}
.footer .footer-bot .contact .list li {
  padding-left: 48px;
  height: 30px;
  line-height: 30px;
  font-size: 1.4rem;
  color: #979797;
  margin-bottom: 10px;
}
.footer .footer-bot .contact .list li:nth-child(1) {
  background: url("../images/footer-bot-icon_03.jpg") no-repeat left center;
}
.footer .footer-bot .contact .list li:nth-child(2) {
  background: url("../images/footer-bot-icon_06.jpg") no-repeat left center;
}
.footer .footer-bot .contact .list li:nth-child(3) {
  background: url("../images/footer-bot-icon_08.jpg") no-repeat left center;
}
.footer .footer-bot .friend-link {
  width: 530px;
  float: right;
  padding-left: 70px;
}
.footer .footer-bot .friend-link .tit h5 {
  font-size: 2.4rem;
  color: #fff;
  font-weight: 500;
  margin-bottom: 12px;
}
.footer .footer-bot .friend-link .tit p {
  font-size: 1.4rem;
  color: #979797;
}
.footer .footer-bot .friend-link .txt {
  margin: 34px 0;
  height: 141px;
  overflow: hidden;
}
.footer .footer-bot .friend-link .txt a {
  font-size: 1.4rem;
  color: #979797;
  margin: 0 10px 6px 0;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.footer .footer-bot .friend-link .txt a:hover {
  color: #2c85aa;
}
.footer .footer-bot .friend-link .beian {
  position: relative;
}
.footer .footer-bot .friend-link .beian li {
  font-size: 14px;
  color: #979797;
}
.footer .footer-bot .friend-link .beian li a {
  color: #979797;
}
.footer .footer-bot .friend-link .beian li:nth-child(1) {
  float: left;
}
.footer .footer-bot .friend-link .beian li:nth-child(2) {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.footer .footer-bot .friend-link .beian li:nth-child(3) {
  float: right;
}
.footer .returnTop {
  z-index: 999;
  display: block;
  cursor: pointer;
  position: fixed;
  bottom: 90px;
  right: 30px;
  opacity: 0;
  width: 60px;
  height: 60px;
  background: url("../images/return-top_03.jpg") no-repeat center;
}
/*ins-style*/
.ins-main .wrap {
  width: 1200px;
  margin: 0 auto;
}
.ins-main .ins-lf {
  width: 12.95%;
  float: left;
}
.ins-main .ins-lf h4 {
  font-size: 2.4rem;
  color: #383838;
  padding-left: 30px;
  background: url("../images/lf-nav_03.jpg") no-repeat left center;
  font-weight: 500;
}
.ins-main .ins-lf li {
  font-size: 1.4rem;
  margin-top: 34px;
  padding-left: 30px;
}
.ins-main .ins-lf li a {
  color: #626262;
}
.ins-main .ins-lf li a:hover {
  color: #2d85ab;
}
.ins-main .ins-rt {
  width: 70%;
  float: left;
}
.ins-main .ins-nav {
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}
.ins-main .ins-nav p {
  line-height: 24px;
  padding-left: 34px;
  background: url("../images/location_03.jpg") no-repeat left center;
}
.ins-main .ins-nav p a {
  font-size: 1.4rem;
  color: #626262;
}
.ins-main .ins-nav p a:hover {
  color: #2d85ab;
}
.ins-main .ins-nav p .active {
  color: #2d85ab;
}
.ins-main .news-show {
  width: 84.42708%;
  margin: 0 auto;
  padding: 160px 0 55px;
}
@media (max-width: 1400px) {
  .ins-main .news-show {
    padding: 110px 0 55px;
  }
}
.ins-main .news-show .show-box .show-tit {
  text-align: center;
  margin: 60px 0 50px;
}
@media (max-width: 1400px) {
  .ins-main .news-show .show-box .show-tit {
    margin: 40px 0 35px;
  }
}
.ins-main .news-show .show-box .show-tit h4 {
  font-size: 3rem;
  color: #141414;
  font-weight: 500;
}
.ins-main .news-show .show-box .show-tit p {
  font-size: 1.4rem;
  color: #bebebe;
  margin: 20px 0 25px;
}
@media (max-width: 1400px) {
  .ins-main .news-show .show-box .show-tit p {
    margin: 15px 0 15px;
  }
}
.ins-main .news-show .show-box .show-tit .share {
  width: 140px;
  margin: 0 auto;
}
.ins-main .news-show .show-box .show-content img {
  max-width: 100%;
}
.ins-main .news-show .show-box .show-content p {
  font-size: 1.4rem;
  color: #4f4f4f;
  line-height: 26px;
  margin-bottom: 15px;
}
.ins-main .news-show .show-box .link {
  margin-top: 20px;
}
.ins-main .news-show .show-box .link p {
  margin-bottom: 20px;
}
.ins-main .news-show .show-box .link p a {
  font-size: 1.4rem;
  color: #bebebe;
}
.ins-main .news-show .show-box .link p a:hover {
  color: #2d85ab;
}
.ins-main .news-list {
  width: 83.34%;
  float: left;
}
.ins-main .news-list li {
  width: 32.333333%;
  margin-right: 1.5%;
  margin-bottom: 2%;
  float: left;
}
.ins-main .news-list li:hover .img-box img {
  transform: scale(1.1);
}
.ins-main .news-list li:hover .txt {
  background: #2c85aa;
}
.ins-main .news-list li:hover .txt h6 {
  color: #fff;
}
.ins-main .news-list li:hover .txt p {
  color: #fff;
}
.ins-main .news-list li .img-box {
  overflow: hidden;
}
.ins-main .news-list li .img-box img {
  width: 100%;
  transition: 0.3s;
}
.ins-main .news-list li .txt {
  margin-top: -3px;
  height: 140px;
  background: #f7f7f7;
  padding: 0 19px;
  transition: 0.3s;
}
.ins-main .news-list li .txt h6 {
  font-size: 1.8rem;
  color: #262626;
  font-weight: 500;
  padding: 30px 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ins-main .news-list li .txt p {
  font-size: 1.4rem;
  color: #7b7b7b;
  line-height: 190%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 48px;
  line-clamp: 3;
  -moz-line-clamp: 3;
  -o-line-clamp: 2;
}
@media (max-width: 1400px) {
  .ins-main .news-list li .txt {
    height: 130px;
  }
  .ins-main .news-list li .txt h6 {
    padding: 20px 0 15px;
  }
}
.ins-main .news-list li:nth-child(3n+3) {
  margin-right: 0;
}
.ins-main .case-list {
  width: 83.34%;
  float: left;
}
.ins-main .case-list .case-top img {
  width: 100%;
}
.ins-main .case-list li {
  border-bottom: 1px solid #f0f0f0;
  padding: 4% 0 3%;
}
.ins-main .case-list li a {
  display: block;
  transition: 0.3s;
}
.ins-main .case-list li a:hover {
  transform: translate(20px, 0);
}
.ins-main .case-list li a:hover .img-box .img .masking {
  opacity: 1;
}
.ins-main .case-list li a:hover .txt h5 {
  color: #2d85ab;
}
.ins-main .case-list li a:hover .txt span {
  background: #2d85ab;
  color: #fff;
}
.ins-main .case-list li .img-box {
  width: 37%;
  float: left;
  position: relative;
}
.ins-main .case-list li .img-box .bg img {
  width: 100%;
}
.ins-main .case-list li .img-box .img {
  width: 75.74074%;
  position: absolute;
  top: 4%;
  left: 13%;
}
.ins-main .case-list li .img-box .img img {
  width: 100%;
}
.ins-main .case-list li .img-box .img .masking {
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  position: absolute;
}
.ins-main .case-list li .txt {
  width: 60%;
  float: right;
}
.ins-main .case-list li .txt h5 {
  font-size: 2.8rem;
  color: #1c1c1c;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 500;
}
.ins-main .case-list li .txt p {
  font-size: 1.4rem;
  color: #696969;
  line-height: 180%;
  margin: 20px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.ins-main .case-list li .txt span {
  display: block;
  width: 115px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  background: #f7f7f7;
  font-size: 1.4rem;
  color: #1c1c1c;
  transition: 0.3s;
}
.ins-main .lingyu {
  padding-top: 80px;
}
.ins-main .lingyu .lingyu-tit {
  padding-top: 70px;
  text-align: center;
}
.ins-main .lingyu .lingyu-tit h5 {
  font-size: 30px;
  color: #000;
}
.ins-main .lingyu .lingyu-tit p {
  font-size: 16px;
  color: #494949;
  margin-top: 14px;
}
.ins-main .lingyu .lingyu-tit a {
  display: block;
  margin: 38px auto 0;
  width: 120px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: #2c85aa;
  color: #fff;
}
.ins-main .lingyu .lingyu-top {
  height: 850px;
  position: relative;
  text-align: center;
  background: url(../images/lingyu-top_02.jpg) no-repeat center center / cover fixed;
}
.ins-main .lingyu .lingyu-top .txt-box img {
  padding: 240px 0 47px;
}
.ins-main .lingyu .lingyu-top .txt-box h5 {
  font-size: 30px;
  color: #fff;
  font-weight: 500;
}
.ins-main .lingyu .lingyu-top .txt-box p {
  font-size: 16px;
  color: #d5d5d5;
  margin-top: 20px;
}
.ins-main .lingyu .lingyu-top .txt-box .txt {
  margin-bottom: 92px;
}
.ins-main .lingyu .lingyu-top a {
  position: relative;
  background: #2c85aa;
  color: #fff;
}
.ins-main .lingyu .lingyu-top .button--moema {
  width: 150px;
  height: 40px;
  padding: 0;
  text-align: center;
  color: #fff;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border-radius: 0px;
  line-height: 40px;
  font-weight: 500;
}
.ins-main .lingyu .jianshe {
  margin-top: -1px;
  height: 852px;
  background: url("../images/jianshe-bg_02.jpg") repeat-x center;
}
.ins-main .lingyu .jianshe .wrap {
  position: relative;
}
.ins-main .lingyu .jianshe .wrap .img {
  margin: 40px 0 0 84px;
}
.ins-main .lingyu .jianshe .wrap .lunbo {
  width: 337px;
  height: 354px;
  background: url("../images/jianshe-lunbo_03.png") no-repeat center;
  position: absolute;
  top: 200px;
  right: 40px;
  /* 下面是前/后按钮代码，如果不需要删除即可 */

}
.ins-main .lingyu .jianshe .wrap .lunbo .slideBox {
  position: relative;
}
.ins-main .lingyu .jianshe .wrap .lunbo .slideBox .bd {
  height: 212px;
  width: 230px;
  margin: 114px auto 0;
}
.ins-main .lingyu .jianshe .wrap .lunbo .slideBox .bd li {
  text-align: center;
}
.ins-main .lingyu .jianshe .wrap .lunbo .slideBox .bd li img {
  margin: 36px auto 26px;
}
.ins-main .lingyu .jianshe .wrap .lunbo .slideBox .bd li .txt h6 {
  font-size: 18px;
  color: #2c85aa;
  font-weight: 500;
}
.ins-main .lingyu .jianshe .wrap .lunbo .slideBox .bd li .txt p {
  font-size: 14px;
  color: #888888;
  margin-top: 10px;
}
.ins-main .lingyu .jianshe .wrap .lunbo .slideBox .prev {
  width: 13px;
  height: 24px;
  background: url("../images/jianshe-btn_03.png") no-repeat center;
  position: absolute;
  left: 50px;
  top: 40%;
}
.ins-main .lingyu .jianshe .wrap .lunbo .slideBox .prev:hover {
  background: url("../images/jianshe-btn2_03.png") no-repeat center;
}
.ins-main .lingyu .jianshe .wrap .lunbo .slideBox .next {
  width: 13px;
  height: 24px;
  background: url("../images/jianshe-btn_04.png") no-repeat center;
  position: absolute;
  right: 50px;
  top: 40%;
}
.ins-main .lingyu .jianshe .wrap .lunbo .slideBox .next:hover {
  background: url("../images/jianshe-btn2_04.png") no-repeat center;
}
.ins-main .lingyu .waimao {
  height: 850px;
}
.ins-main .lingyu .waimao .wrap {
  position: relative;
}
.ins-main .lingyu .waimao .wrap .img {
  text-align: center;
  margin-top: 54px;
}
.ins-main .lingyu .waimao .wrap li:nth-child(1) {
  position: absolute;
  left: 122px;
  top: 236px;
}
.ins-main .lingyu .waimao .wrap li:nth-child(2) {
  position: absolute;
  right: 122px;
  top: 236px;
}
.ins-main .lingyu .waimao .wrap li:nth-child(3) {
  position: absolute;
  left: 0px;
  top: 645px;
}
.ins-main .lingyu .waimao .wrap li:nth-child(4) {
  position: absolute;
  right: 0px;
  top: 645px;
}
.ins-main .lingyu .guonei {
  height: 850px;
  background: #2c85aa;
}
.ins-main .lingyu .guonei .wrap {
  position: relative;
}
.ins-main .lingyu .guonei .wrap .lingyu-tit h5 {
  color: #fff;
}
.ins-main .lingyu .guonei .wrap .lingyu-tit p {
  color: #fff;
}
.ins-main .lingyu .guonei .wrap .lingyu-tit a {
  background: #fff;
  color: #2c85aa;
}
.ins-main .lingyu .guonei .wrap .img {
  text-align: center;
  margin-top: 54px;
}
.ins-main .lingyu .guonei .wrap li:nth-child(1) {
  position: absolute;
  left: 153px;
  top: 183px;
}
.ins-main .lingyu .guonei .wrap li:nth-child(2) {
  position: absolute;
  right: 153px;
  top: 183px;
}
.ins-main .lingyu .guonei .wrap li:nth-child(3) {
  position: absolute;
  left: 29px;
  top: 460px;
}
.ins-main .lingyu .guonei .wrap li:nth-child(4) {
  position: absolute;
  right: 29px;
  top: 460px;
}
.ins-main .lingyu .guonei .wrap li:nth-child(5) {
  position: absolute;
  left: 50%;
  margin-left: -49px;
  top: 663px;
}
.ins-main .lingyu .guonei {
  height: 850px;
}
.ins-main .lingyu .guonei .wrap {
  position: relative;
}
.ins-main .ins-about {
  padding-top: 80px;
}
.ins-main .ins-about .about-tit {
  text-align: center;
  padding: 70px 0;
}
.ins-main .ins-about .about-tit h5 {
  font-size: 30px;
  color: #000;
  margin-bottom: 10px;
}
.ins-main .ins-about .about-tit p {
  font-size: 16px;
  color: #494949;
}
.ins-main .ins-about .about-top {
  height: 850px;
  position: relative;
  text-align: center;
  background: url(../images/about-top_02.jpg) no-repeat center center / cover fixed;
}
.ins-main .ins-about .about-top .txt-box {
  padding-top: 246px;
}
.ins-main .ins-about .about-top .txt-box h2 {
  font-size: 48px;
  color: #fff;
  font-weight: 500;
}
.ins-main .ins-about .about-top .txt-box h5 {
  font-size: 24px;
  color: #fff;
}
.ins-main .ins-about .about-top .txt-box p {
  font-size: 14px;
  color: #d5d5d5;
  margin-top: 20px;
  line-height: 28px;
}
.ins-main .ins-about .about-top .txt-box .txt {
  margin: 53px 0 80px;
}
.ins-main .ins-about .about-top a {
  position: relative;
  background: #2c85aa;
  color: #fff;
}
.ins-main .ins-about .about-top .button--moema {
  width: 150px;
  height: 40px;
  padding: 0;
  text-align: center;
  color: #fff;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border-radius: 0px;
  line-height: 40px;
  font-weight: 500;
}
.ins-main .ins-about .jianjie {
  height: 850px;
  background: url("../images/about-jianjie-bg_02.jpg") no-repeat center;
}
.ins-main .ins-about .jianjie .txt-box {
  width: 768px;
  float: right;
  margin-top: 172px;
}
.ins-main .ins-about .jianjie .txt-box img {
  float: left;
}
.ins-main .ins-about .jianjie .txt-box .txt {
  width: 650px;
  float: right;
}
.ins-main .ins-about .jianjie .txt-box .txt p {
  font-size: 14px;
  color: #414141;
  line-height: 26px;
}
.ins-main .ins-about .youshi {
  height: 830px;
}
.ins-main .ins-about .youshi .content {
  margin-top: 20px;
}
.ins-main .ins-about .youshi li {
  width: 33.333333%;
  float: left;
  text-align: center;
}
.ins-main .ins-about .youshi li .txt {
  margin-top: 70px;
}
.ins-main .ins-about .youshi li .txt h6 {
  font-size: 18px;
  color: #2d85ab;
  margin-bottom: 22px;
  font-weight: 500;
}
.ins-main .ins-about .youshi li .txt p {
  font-size: 14px;
  color: #6e6e6e;
  line-height: 26px;
}
.ins-main .ins-about .fazhan {
  height: 600px;
  background: url("../images/ab-fazhan-bg_02.jpg") no-repeat center top;
  padding-top: 250px;
}
.ins-main .ins-about .fazhan .txtScroll-top {
  width: 100%;
  position: relative;
}
.ins-main .ins-about .fazhan .txtScroll-top .hd .prev {
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: absolute;
  top: -100px;
  right: 692px;
}
.ins-main .ins-about .fazhan .txtScroll-top .hd .next {
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: absolute;
  bottom: -88px;
  right: 692px;
}
.ins-main .ins-about .fazhan .txtScroll-top .infoList li {
  height: 112px;
}
.ins-main .ins-about .fazhan .txtScroll-top .infoList li:hover {
  background: url("../images/fazhan-active_02.jpg") no-repeat center;
}
.ins-main .ins-about .fazhan .txtScroll-top .infoList li:hover .txt h6 {
  color: #2f2f2f;
}
.ins-main .ins-about .fazhan .txtScroll-top .infoList li:hover .txt p {
  color: #6e6e6e;
}
.ins-main .ins-about .fazhan .txtScroll-top .infoList li:hover .date span {
  background: #fff;
}
.ins-main .ins-about .fazhan .txtScroll-top .infoList li:hover .date p {
  color: #fff;
}
.ins-main .ins-about .fazhan .txtScroll-top .infoList li .txt {
  width: 837px;
  float: left;
}
.ins-main .ins-about .fazhan .txtScroll-top .infoList li .txt h6 {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  padding: 20px 0 10px;
}
.ins-main .ins-about .fazhan .txtScroll-top .infoList li .txt p {
  font-size: 14px;
  color: #fff;
}
.ins-main .ins-about .fazhan .txtScroll-top .infoList li .date {
  height: 112px;
  width: 362px;
  float: right;
  line-height: 112px;
}
.ins-main .ins-about .fazhan .txtScroll-top .infoList li .date b {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 10px;
  vertical-align: middle;
  height: 10px;
  background: #fff;
  border-radius: 10px;
  margin-top: -18px;
}
.ins-main .ins-about .fazhan .txtScroll-top .infoList li .date h4 {
  font-size: 48px;
  color: #fff;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-family: arial;
  font-weight: 300;
  margin: 0 48px;
}
.ins-main .ins-about .fazhan .txtScroll-top .infoList li .date span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 128px;
  height: 1px;
  background: #2c85aa;
  vertical-align: middle;
  margin-top: -22px;
}
.ins-main .ins-about .fazhan .txtScroll-top .infoList li .date p {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 14px;
  color: #a1a1a1;
  float: right;
}
.ins-main .ins-about .fengcai {
  height: 800px;
  background: url("../images/ab-fengcai_02.jpg") no-repeat center;
}
.ins-main .ins-about .fengcai .content {
  margin-top: 6px;
  /* 下面是前/后按钮代码，如果不需要删除即可 */

}
.ins-main .ins-about .fengcai .content .slideTxtBox {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
.ins-main .ins-about .fengcai .content .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.ins-main .ins-about .fengcai .content .bd li {
  zoom: 1;
  vertical-align: middle;
}
.ins-main .ins-about .fengcai .content .bd li .list {
  width: 32.33333%;
  margin-right: 1.5%;
  margin-bottom: 1.5%;
  float: left;
}
.ins-main .ins-about .fengcai .content .bd li .list img {
  width: 100%;
  cursor: pointer;
}
.ins-main .ins-about .fengcai .content .bd li .list:nth-child(3n+3) {
  margin-right: 0;
}
.ins-main .ins-contact {
  padding-top: 80px;
}
.ins-main .ins-contact .contact-top {
  height: 850px;
  position: relative;
  text-align: center;
  background: url(../images/contact-top_02.jpg) no-repeat center center / cover fixed;
}
.ins-main .ins-contact .contact-top .txt-box {
  float: left;
  margin-top: 600px;
}
.ins-main .ins-contact .content {
  height: 850px;
  position: relative;
}
.ins-main .ins-contact .content .list-box {
  position: absolute;
  right: 10%;
  top: -245px;
  z-index: 290;
  width: 34%;
  padding: 3% 3% 1% 3%;
  background: #fff;
}
.ins-main .ins-contact .content .list-box .list-tit {
  text-align: center;
  margin-bottom: 20px;
}
.ins-main .ins-contact .content .list-box .list-tit h5 {
  font-size: 2.4rem;
  color: #191919;
  font-weight: 500;
}
.ins-main .ins-contact .content .list-box .list-tit b {
  display: block;
  margin: 25px auto;
  background: #2c85aa;
  width: 60px;
  height: 1px;
}
.ins-main .ins-contact .content .list-box .list {
  height: 147px;
  border-bottom: 1px solid #eee;
  width: 33.3333333%;
  float: left;
  text-align: center;
}
.ins-main .ins-contact .content .list-box .list img {
  margin-top: 20px;
}
.ins-main .ins-contact .content .list-box .list p {
  margin-top: 28px;
  font-size: 14px;
  color: #3f3f3f;
}
.ins-main .ins-contact .content .list-box .list:nth-child(6) {
  width: 100%;
  border: none;
}
.ins-main .ins-contact .content .form-box .img {
  text-align: right;
  width: 50%;
}
.ins-main .ins-contact .content .form-box .form-tit {
  margin: 48px 0 45px;
}
.ins-main .ins-contact .content .form-box .form-tit h5 {
  font-size: 30px;
  color: #181818;
  font-weight: 500;
  text-transform: uppercase;
}
.ins-main .ins-contact .content .form-box .form-tit p {
  font-size: 18px;
  color: #2d85ab;
  margin-top: 10px;
}
.ins-main .ins-contact .content .form-box ul:nth-child(1) input:focus {
  border-color: #2c85aa;
}
.ins-main .ins-contact .content .form-box ul:nth-child(1) input:hover {
  border-color: #2c85aa;
}
.ins-main .ins-contact .content .form-box ul:nth-child(1) .txt {
  width: 490px;
  font-size: 14px;
  color: #676767;
  padding: 0 10px;
  height: 43px;
  line-height: 43px;
  border: 1px solid #f1f1f1;
  margin-bottom: 25px;
}
.ins-main .ins-contact .content .form-box ul:nth-child(3) {
  margin-top: 42px;
}
.ins-main .ins-contact .content .form-box ul:nth-child(3) .submit {
  border: none;
  cursor: pointer;
  border-radius: 4px;
  width: 190px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  position: relative;
  background: #2c85aa;
  font-size: 1.5rem;
  color: #fff;
}
.ins-main .ins-contact .content .form-box ul:nth-child(3) .button--moema {
  width: 150px;
  height: 40px;
  padding: 0;
  text-align: center;
  color: #fff;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border-radius: 0px;
  line-height: 40px;
  font-weight: 500;
}
.ins-main .ins-contact .content .form-box .city-picker-select select {
  width: 161px;
}
.ins-main .ins-contact .content .map {
  height: 850px;
  width: 50%;
  position: absolute;
  top: 0;
  right: 0;
}
.ins-main .ins-contact .content .map .my-map {
  margin: 0 auto;
  width: 100%;
  height: 850px;
}
.ins-main .ins-contact .content .map .my-map .icon {
  background: url(http://lbs.amap.com/console/public/show/marker.png) no-repeat;
}
.ins-main .ins-contact .content .map .my-map .icon-cir {
  height: 31px;
  width: 28px;
}
.ins-main .ins-contact .content .map .my-map .icon-cir-red {
  background-position: -11px -5px;
}
.ins-main .ins-contact .content .map .amap-container {
  height: 100%;
}
.ins-main .ins-web {
  padding-top: 80px;
}
.ins-main .ins-web .web-tit {
  text-align: center;
  padding: 90px 0;
}
.ins-main .ins-web .web-tit h5 {
  font-size: 36px;
  color: #1c1c1c;
  margin-bottom: 15px;
  line-height: 45px;
  font-weight: 500;
}
.ins-main .ins-web .web-tit h5 span {
  color: #2d85ab;
}
.ins-main .ins-web .web-tit p {
  font-size: 16px;
  color: #494949;
  margin-bottom: 10px;
}
.ins-main .ins-web .web-tit b {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 60px;
  height: 1px;
  background: #2c85aa;
}
.ins-main .ins-web .web-top {
  height: 850px;
  position: relative;
  text-align: center;
  background: url(../images/web-top_02.jpg) no-repeat center center / cover fixed;
}
.ins-main .ins-web .web-top .txt-box {
  padding-top: 206px;
}
.ins-main .ins-web .web-top .txt-box h2 {
  font-size: 48px;
  color: #fff;
  font-weight: 500;
  line-height: 73px;
}
.ins-main .ins-web .web-top .txt-box p {
  font-size: 14px;
  color: #d5d5d5;
  line-height: 28px;
}
.ins-main .ins-web .web-top .txt-box .txt {
  margin: 63px 0 90px;
}
.ins-main .ins-web .web-top a {
  position: relative;
  background: #2c85aa;
  color: #fff;
}
.ins-main .ins-web .web-top .button--moema {
  width: 150px;
  height: 40px;
  padding: 0;
  text-align: center;
  color: #fff;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border-radius: 0px;
  line-height: 40px;
  font-weight: 500;
}
.ins-main .ins-web .dingzhi {
  height: 850px;
}
.ins-main .ins-web .dingzhi .content {
  border: 1px solid #eee;
  text-align: center;
}
.ins-main .ins-web .dingzhi .content li {
  width: 33.333333%;
  float: left;
  height: 240px;
  box-sizing: border-box;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.ins-main .ins-web .dingzhi .content li:hover {
  background: #2c85aa;
}
.ins-main .ins-web .dingzhi .content li:hover p {
  color: #fff;
}
.ins-main .ins-web .dingzhi .content li span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 62px;
  height: 61px;
  margin: 70px 0 40px;
}
.ins-main .ins-web .dingzhi .content li p {
  font-size: 18px;
  color: #202020;
}
.ins-main .ins-web .dingzhi .content li:nth-child(1) span {
  background: url("../images/1.png") no-repeat center;
}
.ins-main .ins-web .dingzhi .content li:nth-child(2) span {
  background: url("../images/2.png") no-repeat center;
}
.ins-main .ins-web .dingzhi .content li:nth-child(3) span {
  background: url("../images/3.png") no-repeat center;
}
.ins-main .ins-web .dingzhi .content li:nth-child(4) span {
  background: url("../images/4.png") no-repeat center;
}
.ins-main .ins-web .dingzhi .content li:nth-child(5) span {
  background: url("../images/5.png") no-repeat center;
}
.ins-main .ins-web .dingzhi .content li:nth-child(6) span {
  background: url("../images/6.png") no-repeat center;
}
.ins-main .ins-web .dingzhi .content li:nth-child(1):hover span {
  background: url("../images/01.png") no-repeat center;
}
.ins-main .ins-web .dingzhi .content li:nth-child(2):hover span {
  background: url("../images/02.png") no-repeat center;
}
.ins-main .ins-web .dingzhi .content li:nth-child(3):hover span {
  background: url("../images/03.png") no-repeat center;
}
.ins-main .ins-web .dingzhi .content li:nth-child(4):hover span {
  background: url("../images/04.png") no-repeat center;
}
.ins-main .ins-web .dingzhi .content li:nth-child(5):hover span {
  background: url("../images/05.png") no-repeat center;
}
.ins-main .ins-web .dingzhi .content li:nth-child(6):hover span {
  background: url("../images/06.png") no-repeat center;
}
.ins-main .ins-web .jiazhi {
  height: 850px;
  background: #f7f7f7;
}
.ins-main .ins-web .jiazhi .content li {
  width: 40%;
  height: 150px;
  background: #fff;
  margin: 0 2% 2% 0;
  padding: 50px;
  float: left;
}
.ins-main .ins-web .jiazhi .content li .tit {
  padding-left: 134px;
}
.ins-main .ins-web .jiazhi .content li .tit h5 {
  font-size: 30px;
  color: #323232;
  font-weight: 500;
  margin-bottom: 14px;
}
.ins-main .ins-web .jiazhi .content li .tit p {
  font-size: 14px;
  color: #2d85ab;
}
.ins-main .ins-web .jiazhi .content li .txt {
  padding-left: 134px;
  margin-top: 46px;
}
.ins-main .ins-web .jiazhi .content li .txt p {
  font-size: 14px;
  color: #797979;
}
.ins-main .ins-web .jiazhi .content li:nth-child(2n+2) {
  margin-right: 0;
}
.ins-main .ins-web .jiazhi .content li:nth-child(1) .tit {
  background: url("../images/jiazhi-icon_03.jpg") no-repeat left center;
}
.ins-main .ins-web .jiazhi .content li:nth-child(2) .tit {
  background: url("../images/jiazhi-icon_05.jpg") no-repeat left center;
}
.ins-main .ins-web .jiazhi .content li:nth-child(3) .tit {
  background: url("../images/jiazhi-icon_10.jpg") no-repeat left center;
}
.ins-main .ins-web .jiazhi .content li:nth-child(4) .tit {
  background: url("../images/jiazhi-icon_11.jpg") no-repeat left center;
}
.ins-main .ins-web .sheji {
  height: 850px;
  position: relative;
  text-align: center;
  background: url(../images/web-sheji-bg_02.jpg) no-repeat center center / cover fixed;
}
.ins-main .ins-web .sheji .web-tit {
  padding-top: 150px;
}
.ins-main .ins-web .sheji .web-tit h5 {
  color: #fff;
}
.ins-main .ins-web .sheji .web-tit p {
  color: #fff;
}
.ins-main .ins-web .sheji .web-tit img {
  margin-top: 55px;
}
.ins-main .ins-web .sheji .img-box {
  text-align: center;
  margin-top: 50px;
}
.ins-main .ins-web .tuiguang {
  height: 850px;
}
.ins-main .ins-web .tuiguang .txt-box {
  width: 503px;
  float: left;
}
.ins-main .ins-web .tuiguang .txt-box li {
  height: 117px;
  border-bottom: 1px solid #e5e5e5;
  padding-top: 32px;
}
.ins-main .ins-web .tuiguang .txt-box li span {
  display: block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 36px;
  color: #fff;
  float: left;
  margin: 0 50px 0 10px;
  border-radius: 80px;
  background: #2c85aa;
}
.ins-main .ins-web .tuiguang .txt-box li h6 {
  font-size: 24px;
  color: #2d85ab;
  font-weight: 500;
  margin: 10px 0;
}
.ins-main .ins-web .tuiguang .txt-box li p {
  font-size: 14px;
  color: #797979;
}
.ins-main .ins-web .tuiguang .txt-box li:nth-child(3) {
  border: none;
}
.ins-main .ins-web .tuiguang .img {
  width: 741px;
  float: right;
  margin: -165px -75px 0 0;
}
.ins-main .ins-web .guanli {
  height: 850px;
  position: relative;
  text-align: center;
  background: url(../images/guanli-bg_02.jpg) no-repeat center center / cover fixed;
}
.ins-main .ins-web .guanli .web-tit {
  padding: 100px 0;
}
.ins-main .ins-web .guanli .wrap {
  position: relative;
}
.ins-main .ins-web .guanli .content li {
  border-radius: 100px;
  width: 100px;
  height: 100px;
  background: #fff;
  text-align: center;
  position: relative;
}
.ins-main .ins-web .guanli .content li p {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  font-size: 1.4rem;
  color: #636363;
  width: 100%;
}
.ins-main .ins-web .guanli .content .active {
  background: #2d85ab;
}
.ins-main .ins-web .guanli .content .active p {
  color: #fff;
}
.ins-main .ins-web .guanli .content li {
  animation: google 1.3s ease-in-out 2.7s infinite alternate;
}
@keyframes li {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(0, 25px);
  }
}
.ins-main .ins-web .guanli .content li:nth-child(1) {
  position: absolute;
  left: 0;
  top: 370px;
  transition-delay: 0;
  animation: google 1.3s ease-in-out 2.7s infinite alternate;
}
.ins-main .ins-web .guanli .content li:nth-child(2) {
  position: absolute;
  left: 220px;
  top: 280px;
  transition-delay: 0.2s;
  animation: google 1s ease-in-out 2.7s infinite alternate;
}
.ins-main .ins-web .guanli .content li:nth-child(3) {
  position: absolute;
  left: 440px;
  top: 370px;
  transition-delay: 0.4s;
  animation: google 1.5s ease-in-out 2.7s infinite alternate;
}
.ins-main .ins-web .guanli .content li:nth-child(4) {
  position: absolute;
  left: 660px;
  top: 280px;
  transition-delay: 0.6s;
  animation: google 1.3s ease-in-out 2.7s infinite alternate;
}
.ins-main .ins-web .guanli .content li:nth-child(5) {
  position: absolute;
  left: 880px;
  top: 370px;
  transition-delay: 0.8s;
  animation: google 1.5s ease-in-out 2.7s infinite alternate;
}
.ins-main .ins-web .guanli .content li:nth-child(6) {
  position: absolute;
  right: 0;
  top: 280px;
  transition-delay: 1s;
  animation: google 1s ease-in-out 2.7s infinite alternate;
}
.ins-main .ins-web .xuanze {
  background: #2c85aa;
  height: 850px;
}
.ins-main .ins-web .xuanze .web-tit h5 {
  color: #fff;
}
.ins-main .ins-web .xuanze .web-tit p {
  color: #fff;
}
.ins-main .ins-web .xuanze .web-tit b {
  background: #fff;
}
.ins-main .ins-web .xuanze .content li {
  float: left;
  margin-right: 30px;
}
.ins-main .ins-web .xuanze .content li .txt-box {
  transition: 0.3s;
  width: 380px;
  height: 440px;
  background: #fff;
  text-align: center;
}
.ins-main .ins-web .xuanze .content li .txt-box:hover {
  transform: translate(0, -20px);
}
.ins-main .ins-web .xuanze .content li .txt-box img {
  margin: 75px 0 50px 0;
}
.ins-main .ins-web .xuanze .content li .txt-box h6 {
  font-size: 18px;
  color: #2f2f2f;
  font-weight: 500;
  margin-bottom: 15px;
}
.ins-main .ins-web .xuanze .content li .txt-box p {
  font-size: 14px;
  color: #767676;
  line-height: 26px;
  margin: 0 26px;
}
.ins-main .ins-web .xuanze .content li:nth-child(3) {
  margin-right: 0;
}
.ins-main .ins-web .xihuan {
  height: 850px;
}
.ins-main .ins-web .xihuan .web-tit {
  padding-bottom: 50px;
}
.ins-main .ins-web .xihuan .slideBox {
  width: 1200px;
}
.ins-main .ins-web .xihuan .slideBox .hd {
  text-align: center;
}
.ins-main .ins-web .xihuan .slideBox .hd ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #dcdcdc;
  cursor: pointer;
  margin: 0 5px;
}
.ins-main .ins-web .xihuan .slideBox .hd ul li.on {
  background: #2d85ab;
}
.ins-main .ins-web .xihuan .slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.ins-main .ins-web .xihuan .slideBox .bd li .list {
  width: 380px;
  height: 232px;
  float: left;
  position: relative;
  margin: 0 30px 40px 0;
  overflow: hidden;
}
.ins-main .ins-web .xihuan .slideBox .bd li .list:hover .masking {
  top: 0;
}
.ins-main .ins-web .xihuan .slideBox .bd li .list .img img {
  width: 380px;
  height: 232px;
}
.ins-main .ins-web .xihuan .slideBox .bd li .list .masking {
  position: absolute;
  width: 380px;
  height: 232px;
  top: 232px;
  left: 0;
  transition: 0.3s;
  background: rgba(44, 133, 170, 0.7);
  text-align: center;
  line-height: 232px;
}
.ins-main .ins-web .xihuan .slideBox .bd li .list:nth-child(3n+3) {
  margin-right: 0;
}
.ins-main .ins-web .liuyan {
  height: 850px;
  background: url("../images/liuyan_02.jpg") no-repeat center;
}
.ins-main .ins-web .liuyan .form-box {
  width: 500px;
  margin: 0 auto;
  padding-top: 386px;
}
.ins-main .ins-web .liuyan .form-box ul:nth-child(1) input {
  border: none;
  margin-left: 70px;
  margin-bottom: 40px;
  width: 442px;
  height: 48px;
  color: #fff;
  background: none;
}
.ins-main .ins-web .liuyan .form-box .submit {
  width: 206px;
  background: none;
  border: none;
  height: 50px;
  cursor: pointer;
  margin: 21px 0 0 146px;
}
.ins-main .ins-waimao {
  padding-top: 80px;
}
.ins-main .ins-waimao .waimao-tit {
  text-align: center;
  padding: 90px 0;
}
.ins-main .ins-waimao .waimao-tit h5 {
  font-size: 36px;
  color: #1c1c1c;
  margin-bottom: 15px;
  line-height: 45px;
  font-weight: 500;
}
.ins-main .ins-waimao .waimao-tit h5 span {
  color: #2d85ab;
}
.ins-main .ins-waimao .waimao-tit p {
  font-size: 16px;
  color: #494949;
  margin-bottom: 10px;
}
.ins-main .ins-waimao .waimao-tit b {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 60px;
  height: 1px;
  background: #2c85aa;
}
.ins-main .ins-waimao .waimao-top {
  height: 850px;
  position: relative;
  text-align: center;
  background: url(../images/waimao-top_02.jpg) no-repeat center center / cover fixed;
}
.ins-main .ins-waimao .waimao-top .txt-box {
  padding-top: 206px;
}
.ins-main .ins-waimao .waimao-top .txt-box h2 {
  font-size: 48px;
  color: #fff;
  font-weight: 500;
  line-height: 73px;
}
.ins-main .ins-waimao .waimao-top .txt-box p {
  font-size: 14px;
  color: #d5d5d5;
  line-height: 28px;
}
.ins-main .ins-waimao .waimao-top .txt-box .txt {
  margin: 63px 0 90px;
}
.ins-main .ins-waimao .waimao-top a {
  position: relative;
  background: #2c85aa;
  color: #fff;
}
.ins-main .ins-waimao .waimao-top .button--moema {
  width: 150px;
  height: 40px;
  padding: 0;
  text-align: center;
  color: #fff;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border-radius: 0px;
  line-height: 40px;
  font-weight: 500;
}
.ins-main .ins-waimao .no-just {
  height: 850px;
}
.ins-main .ins-waimao .no-just .content {
  position: relative;
}
.ins-main .ins-waimao .no-just .content li {
  font-size: 17px;
  color: #3b3b3b;
}
.ins-main .ins-waimao .no-just .content li:nth-child(1) {
  position: absolute;
  top: 0;
  left: 350px;
}
.ins-main .ins-waimao .no-just .content li:nth-child(2) {
  position: absolute;
  top: 293px;
  left: 32px;
}
.ins-main .ins-waimao .no-just .content li:nth-child(3) {
  position: absolute;
  top: 400px;
  left: 319px;
}
.ins-main .ins-waimao .no-just .content li:nth-child(4) {
  position: absolute;
  top: 39px;
  right: 250px;
}
.ins-main .ins-waimao .no-just .content li:nth-child(5) {
  position: absolute;
  top: 143px;
  right: 48px;
}
.ins-main .ins-waimao .no-just .content li:nth-child(6) {
  position: absolute;
  top: 270px;
  right: 156px;
}
.ins-main .ins-waimao .yingxiao {
  height: 850px;
  background: url("../images/yingxiao-bg_02.jpg") no-repeat center;
}
.ins-main .ins-waimao .yingxiao .content {
  width: 494px;
  float: right;
}
.ins-main .ins-waimao .yingxiao .content h5 {
  font-size: 48px;
  font-weight: 300;
  color: #21e9fa;
  padding-top: 260px;
}
.ins-main .ins-waimao .yingxiao .content p {
  font-size: 16px;
  line-height: 28px;
  margin: 40px 0;
  color: #fff;
}
.ins-main .ins-waimao .yingxiao .content li {
  width: 122px;
  text-align: center;
  height: 38px;
  line-height: 38px;
  border: 1px solid #144559;
  font-size: 14px;
  color: #fff;
  float: left;
  margin: 0 18px 18px 0;
}
.ins-main .ins-waimao .yingxiao .content li:hover {
  background: #21e5f5;
  color: #00060d;
}
.ins-main .ins-waimao .zhineng {
  height: 850px;
  position: relative;
}
.ins-main .ins-waimao .zhineng li {
  height: 500px;
  width: 240px;
  float: left;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.ins-main .ins-waimao .zhineng li:hover .bg {
  top: 0;
}
.ins-main .ins-waimao .zhineng li:hover h5 {
  color: #fff;
}
.ins-main .ins-waimao .zhineng li:hover p {
  color: #fff;
}
.ins-main .ins-waimao .zhineng li:hover b {
  color: #fff;
}
.ins-main .ins-waimao .zhineng li:hover h6 {
  color: #fff;
}
.ins-main .ins-waimao .zhineng li .bg {
  z-index: 1;
  position: absolute;
  height: 500px;
  width: 240px;
  border-radius: 4px;
  background: #2c85aa;
  top: 500px;
  transition: 0.4s;
}
.ins-main .ins-waimao .zhineng li .txt-box {
  z-index: 3;
  position: relative;
}
.ins-main .ins-waimao .zhineng li img {
  padding: 50px 0;
}
.ins-main .ins-waimao .zhineng li h5 {
  font-size: 20px;
  color: #3f3f3f;
  transition: 0.3s;
}
.ins-main .ins-waimao .zhineng li h6 {
  font-size: 14px;
  color: #3f3f3f;
  font-weight: 500;
  margin-top: 10px;
  transition: 0.3s;
}
.ins-main .ins-waimao .zhineng li b {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  height: 1px;
  width: 45px;
  background: #2c85aa;
  margin: 30px 0 35px;
  transition: 0.3s;
}
.ins-main .ins-waimao .zhineng li p {
  font-size: 14px;
  color: #929292;
  margin: 0 30px 0 30px;
  transition: 0.3s;
  line-height: 26px;
}
.ins-main .ins-waimao .zhineng li:nth-child(5) {
  margin-right: 0;
}
.ins-main .ins-waimao .xitong {
  height: 850px;
  position: relative;
  background: url(../images/xitong-bg_02.jpg) no-repeat center;
}
.ins-main .ins-waimao .xitong .waimao-tit {
  padding: 70px 0;
}
.ins-main .ins-waimao .xitong .content .slideTxtBox {
  width: 830px;
  margin: 0 auto;
}
.ins-main .ins-waimao .xitong .content .slideTxtBox .hd {
  margin-top: 40px;
  height: 60px;
  position: relative;
  text-align: center;
}
.ins-main .ins-waimao .xitong .content .slideTxtBox .hd ul li {
  height: 60px;
  text-align: center;
  line-height: 60px;
  width: 60px;
  border-radius: 60px;
  font-size: 14px;
  color: #616161;
  background: #fff;
  margin: 0 10px;
  cursor: pointer;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.ins-main .ins-waimao .xitong .content .slideTxtBox .hd ul li.on {
  color: #fff;
  background: #2d85ab;
}
.ins-main .ins-waimao .xitong .content .slideTxtBox .bd li {
  width: 830px;
  height: 410px;
  position: relative;
}
.ins-main .ins-waimao .xitong .content .slideTxtBox .bd li .txt {
  width: 335px;
  height: 200px;
  background: #fff;
  position: absolute;
  left: -184px;
  top: 68px;
}
.ins-main .ins-waimao .xitong .content .slideTxtBox .bd li .txt h6 {
  font-size: 18px;
  color: #1c1c1c;
  font-weight: 500;
  margin: 25px 0 0 33px;
}
.ins-main .ins-waimao .xitong .content .slideTxtBox .bd li .txt p {
  font-size: 14px;
  color: #616161;
  line-height: 26px;
  margin: 13px 25px 0 33px;
}
.ins-main .ins-waimao .jiankong {
  height: 850px;
  position: relative;
  text-align: center;
  background: url(../images/jiankong-bg_02.jpg) no-repeat center center / cover fixed;
}
.ins-main .ins-waimao .jiankong .waimao-tit h5 {
  color: #fff;
}
.ins-main .ins-waimao .jiankong .waimao-tit p {
  color: #fff;
}
.ins-main .ins-waimao .jiankong .content {
  position: relative;
}
.ins-main .ins-waimao .jiankong .content .img {
  text-align: center;
}
.ins-main .ins-waimao .jiankong .content li {
  float: left;
  width: 25%;
  text-align: center;
  box-sizing: border-box;
  min-height: 430px;
  border-right: 1px solid #565c62;
}
.ins-main .ins-waimao .jiankong .content li img {
  padding-top: 20px;
}
.ins-main .ins-waimao .jiankong .content li h6 {
  font-size: 18px;
  color: #29beff;
  margin: 27px 0;
  font-weight: 500;
}
.ins-main .ins-waimao .jiankong .content li p {
  font-size: 14px;
  color: #fff;
  line-height: 26px;
  margin: 0 35px;
}
.ins-main .ins-waimao .jiankong .content li:nth-child(4) {
  border-right: none;
}
.ins-main .ins-waimao .zhuanhua {
  height: 850px;
}
.ins-main .ins-waimao .zhuanhua .waimao-tit {
  padding: 50px 0;
}
.ins-main .ins-waimao .zhuanhua .waimao-tit h5 {
  color: #1c1c1c;
}
.ins-main .ins-waimao .zhuanhua .content {
  position: relative;
}
.ins-main .ins-waimao .zhuanhua .content .img {
  text-align: center;
  width: 1200px;
}
.ins-main .ins-waimao .zhuanhua .content li {
  width: 240px;
}
.ins-main .ins-waimao .zhuanhua .content li h6 {
  font-size: 18px;
  color: #171717;
  margin: 15px 0;
  font-weight: 500;
}
.ins-main .ins-waimao .zhuanhua .content li p {
  font-size: 14px;
  color: #616161;
  line-height: 26px;
}
.ins-main .ins-waimao .zhuanhua .content li:nth-child(1) {
  position: absolute;
  left: 0;
  top: -60px;
  text-align: right;
}
.ins-main .ins-waimao .zhuanhua .content li:nth-child(2) {
  position: absolute;
  right: 0;
  top: -60px;
}
.ins-main .ins-waimao .zhuanhua .content li:nth-child(3) {
  position: absolute;
  left: 0;
  top: 270px;
  text-align: right;
}
.ins-main .ins-waimao .zhuanhua .content li:nth-child(4) {
  position: absolute;
  right: 0;
  top: 270px;
}
.ins-main .ins-waimao .liuyan {
  height: 850px;
  background: url("../images/liuyan_02.jpg") no-repeat center;
}
.ins-main .ins-waimao .liuyan .form-box {
  width: 500px;
  margin: 0 auto;
  padding-top: 386px;
}
.ins-main .ins-waimao .liuyan .form-box ul:nth-child(1) input {
  border: none;
  margin-left: 70px;
  margin-bottom: 40px;
  width: 442px;
  height: 48px;
  color: #fff;
  background: none;
}
.ins-main .ins-waimao .liuyan .form-box .submit {
  width: 206px;
  background: none;
  border: none;
  height: 50px;
  cursor: pointer;
  margin: 21px 0 0 146px;
}
.ins-main .ins-neimao {
  padding-top: 80px;
}
.ins-main .ins-neimao .neimao-tit {
  text-align: center;
  padding: 90px 0;
}
.ins-main .ins-neimao .neimao-tit h5 {
  font-size: 36px;
  color: #1c1c1c;
  margin-bottom: 15px;
  line-height: 45px;
  font-weight: 500;
}
.ins-main .ins-neimao .neimao-tit h5 span {
  color: #2d85ab;
}
.ins-main .ins-neimao .neimao-tit p {
  font-size: 16px;
  color: #494949;
  margin-bottom: 10px;
}
.ins-main .ins-neimao .neimao-tit b {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 60px;
  height: 1px;
  background: #2c85aa;
}
.ins-main .ins-neimao .neimao-top {
  height: 850px;
  position: relative;
  text-align: center;
  background: url(../images/neimao-top_02.jpg) no-repeat center center / cover fixed;
}
.ins-main .ins-neimao .neimao-top .txt-box {
  padding-top: 206px;
}
.ins-main .ins-neimao .neimao-top .txt-box h2 {
  font-size: 48px;
  color: #fff;
  font-weight: 500;
  line-height: 73px;
}
.ins-main .ins-neimao .neimao-top .txt-box h6 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 10px;
}
.ins-main .ins-neimao .neimao-top .txt-box p {
  font-size: 14px;
  color: #d5d5d5;
  line-height: 28px;
}
.ins-main .ins-neimao .neimao-top .txt-box .txt {
  margin: 63px 0 90px;
}
.ins-main .ins-neimao .neimao-top a {
  position: relative;
  background: #2c85aa;
  color: #fff;
}
.ins-main .ins-neimao .neimao-top .button--moema {
  width: 150px;
  height: 40px;
  padding: 0;
  text-align: center;
  color: #fff;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border-radius: 0px;
  line-height: 40px;
  font-weight: 500;
}
.ins-main .ins-neimao .chuantong {
  height: 850px;
}
.ins-main .ins-neimao .chuantong .content {
  position: relative;
  margin-top: -20px;
}
.ins-main .ins-neimao .chuantong .content .img {
  width: 663px;
  height: 569px;
  margin: 0 auto;
}
.ins-main .ins-neimao .chuantong .content li {
  width: 218px;
  position: absolute;
}
.ins-main .ins-neimao .chuantong .content li h6 {
  font-size: 16px;
  color: #2d85ab;
  font-weight: 500;
  padding-top: 10px;
}
.ins-main .ins-neimao .chuantong .content li p {
  font-size: 14px;
  color: #6a6a6a;
  margin-top: 14px;
}
.ins-main .ins-neimao .chuantong .content li:nth-child(1) {
  position: absolute;
  top: 20px;
  left: 76px;
  padding-right: 136px;
  text-align: right;
  background: url("../images/chuantong-icon_03.png") no-repeat right top;
}
.ins-main .ins-neimao .chuantong .content li:nth-child(2) {
  position: absolute;
  top: 232px;
  left: 0px;
  padding-right: 108px;
  text-align: right;
  background: url("../images/chuantong-icon_10.png") no-repeat right top;
}
.ins-main .ins-neimao .chuantong .content li:nth-child(3) {
  position: absolute;
  top: 20px;
  right: 76px;
  padding-left: 136px;
  background: url("../images/chuantong-icon_05.png") no-repeat left top;
}
.ins-main .ins-neimao .chuantong .content li:nth-child(4) {
  position: absolute;
  top: 232px;
  right: 0px;
  padding-left: 108px;
  background: url("../images/chuantong-icon_13.png") no-repeat left top;
}
.ins-main .ins-neimao .shuju {
  height: 850px;
  position: relative;
  text-align: center;
  background: url(../images/shuju-bg_02.jpg) no-repeat center;
}
.ins-main .ins-neimao .shuju .neimao-tit h5 {
  color: #fff;
  margin-bottom: 20px;
}
.ins-main .ins-neimao .shuju .neimao-tit p {
  color: #d5d5d5;
  font-size: 14px;
}
.ins-main .ins-neimao .shuju .neimao-tit b {
  margin-top: 20px;
}
.ins-main .ins-neimao .shuju .wrap {
  position: relative;
}
.ins-main .ins-neimao .shuju .content {
  background: #ccc;
}
.ins-main .ins-neimao .shuju .content li {
  width: 130px;
  text-align: center;
  position: relative;
}
.ins-main .ins-neimao .shuju .content li p {
  font-size: 14px;
  color: #fff;
  width: 100%;
  margin-bottom: 17px;
}
.ins-main .ins-neimao .shuju .content li {
  animation: google 1.3s ease-in-out 2.7s infinite alternate;
}
@keyframes li {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(0, 25px);
  }
}
.ins-main .ins-neimao .shuju .content li:nth-child(1) {
  position: absolute;
  left: 0;
  top: 450px;
  transition-delay: 0;
  animation: google 1.3s ease-in-out 2.7s infinite alternate;
}
.ins-main .ins-neimao .shuju .content li:nth-child(2) {
  position: absolute;
  left: 270px;
  top: 400px;
  transition-delay: 0.2s;
  animation: google 1s ease-in-out 2.7s infinite alternate;
}
.ins-main .ins-neimao .shuju .content li:nth-child(3) {
  position: absolute;
  left: 540px;
  top: 450px;
  transition-delay: 0.4s;
  animation: google 1.5s ease-in-out 2.7s infinite alternate;
}
.ins-main .ins-neimao .shuju .content li:nth-child(4) {
  position: absolute;
  left: 760px;
  top: 380px;
  transition-delay: 0.6s;
  animation: google 1.3s ease-in-out 2.7s infinite alternate;
}
.ins-main .ins-neimao .shuju .content li:nth-child(5) {
  position: absolute;
  right: 0;
  top: 500px;
  transition-delay: 1s;
  animation: google 1s ease-in-out 2.7s infinite alternate;
}
.ins-main .ins-neimao .jichudingzhi {
  height: 850px;
  position: relative;
}
.ins-main .ins-neimao .jichudingzhi .content {
  height: 450px;
  background: #2d85ab;
}
.ins-main .ins-neimao .jichudingzhi .slideTxtBox {
  width: 1080px;
  margin: 0 auto;
  text-align: left;
}
.ins-main .ins-neimao .jichudingzhi .slideTxtBox .hd {
  width: 800px;
  height: 90px;
  margin: 0 auto;
  position: relative;
  background: #fff;
}
.ins-main .ins-neimao .jichudingzhi .slideTxtBox .hd ul li {
  height: 90px;
  float: left;
  width: 16.66666%;
  box-sizing: border-box;
  cursor: pointer;
  text-align: center;
  border-right: 1px solid #eee;
}
.ins-main .ins-neimao .jichudingzhi .slideTxtBox .hd ul li h5 {
  font-size: 36px;
  color: #2d85ab;
  font-family: "times new roman";
  font-weight: 300;
  padding: 17px 0 0px;
}
.ins-main .ins-neimao .jichudingzhi .slideTxtBox .hd ul li p {
  font-size: 12px;
  color: #373737;
}
.ins-main .ins-neimao .jichudingzhi .slideTxtBox .hd ul li:nth-child(6) {
  border: none;
}
.ins-main .ins-neimao .jichudingzhi .slideTxtBox .hd ul li.on {
  background: #0dc3e2;
}
.ins-main .ins-neimao .jichudingzhi .slideTxtBox .hd ul li.on h5 {
  color: #fff;
}
.ins-main .ins-neimao .jichudingzhi .slideTxtBox .hd ul li.on p {
  color: #fff;
}
.ins-main .ins-neimao .jichudingzhi .slideTxtBox .bd ul {
  height: 283px;
  padding: 64px 0;
}
.ins-main .ins-neimao .jichudingzhi .slideTxtBox .bd li .img {
  float: left;
}
.ins-main .ins-neimao .jichudingzhi .slideTxtBox .bd li .img img {
  width: 490px;
  height: 283px;
}
.ins-main .ins-neimao .jichudingzhi .slideTxtBox .bd li .txt {
  width: 546px;
  float: right;
}
.ins-main .ins-neimao .jichudingzhi .slideTxtBox .bd li .txt h6 {
  font-size: 18px;
  color: #fff;
  margin: 25px 0;
  font-weight: 500;
}
.ins-main .ins-neimao .jichudingzhi .slideTxtBox .bd li .txt p {
  font-size: 14px;
  color: #fff;
  line-height: 33px;
}
.ins-main .ins-neimao .jichudingzhi .slideTxtBox .bd li .txt a {
  display: block;
  width: 150px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #0dc3e2;
  color: #fff;
  font-size: 14px;
  margin-top: 60px;
}
.ins-main .ins-neimao .ai {
  height: 850px;
  background: #000;
}
.ins-main .ins-neimao .ai .neimao-tit {
  padding-bottom: 50px;
}
.ins-main .ins-neimao .ai .neimao-tit h5 {
  color: #fff;
}
.ins-main .ins-neimao .ai .content {
  position: relative;
  margin-top: -20px;
}
.ins-main .ins-neimao .ai .content .txt {
  text-align: center;
  margin-bottom: 50px;
}
.ins-main .ins-neimao .ai .content .txt p {
  font-size: 14px;
  color: #d5d5d5;
  line-height: 25px;
}
.ins-main .ins-neimao .ai .content .img {
  width: 439px;
  height: 529px;
  margin: 0 auto;
}
.ins-main .ins-neimao .ai .content li {
  width: 300px;
  position: absolute;
  border-bottom: 1px solid #2e2e2e;
}
.ins-main .ins-neimao .ai .content li p {
  font-size: 16px;
  color: #d5d5d5;
  margin: 26px 0 20px;
}
.ins-main .ins-neimao .ai .content li:nth-child(1) {
  position: absolute;
  top: 153px;
  left: 0px;
}
.ins-main .ins-neimao .ai .content li:nth-child(2) {
  position: absolute;
  top: 380px;
  left: 0px;
}
.ins-main .ins-neimao .ai .content li:nth-child(3) {
  position: absolute;
  top: 153px;
  right: 0px;
  text-align: right;
}
.ins-main .ins-neimao .ai .content li:nth-child(4) {
  position: absolute;
  top: 380px;
  right: 0px;
  text-align: right;
}
.ins-main .ins-neimao .fugai {
  height: 850px;
  overflow: hidden;
  position: relative;
  background: url(../images/fugai_02.jpg) no-repeat center;
}
.ins-main .ins-neimao .fugai .neimao-tit {
  padding: 70px 0;
}
.ins-main .ins-neimao .fugai .content {
  position: relative;
  /* 波纹效果 */

  /* 波动效果 */

}
.ins-main .ins-neimao .fugai .content li {
  width: 90px;
  height: 90px;
  border-radius: 90px;
  position: absolute;
  overflow: hidden;
}
.ins-main .ins-neimao .fugai .content li:hover p {
  top: 0;
}
.ins-main .ins-neimao .fugai .content li img {
  border-radius: 90px;
}
.ins-main .ins-neimao .fugai .content li p {
  width: 90px;
  height: 90px;
  text-align: center;
  line-height: 90px;
  color: #fff;
  font-size: 14px;
  background: rgba(45, 133, 171, 0.7);
  position: absolute;
  top: 90px;
  left: 0;
  border-radius: 90px;
  transition: 0.2s;
}
.ins-main .ins-neimao .fugai .content .list-box li:nth-child(1) {
  top: 240px;
  left: 74px;
}
.ins-main .ins-neimao .fugai .content .list-box li:nth-child(2) {
  top: 615px;
  left: 74px;
}
.ins-main .ins-neimao .fugai .content .list-box li:nth-child(3) {
  top: 411px;
  left: 430px;
}
.ins-main .ins-neimao .fugai .content .list-box li:nth-child(4) {
  top: 240px;
  right: 74px;
}
.ins-main .ins-neimao .fugai .content .list-box li:nth-child(5) {
  top: 615px;
  right: 74px;
}
.ins-main .ins-neimao .fugai .content .wave {
  position: absolute;
  transform: translate(-50%, -24%);
  left: 50%;
  top: 80%;
  width: 950px;
  height: 950px;
  text-align: center;
  line-height: 30px;
  font-size: 12px;
}
.ins-main .ins-neimao .fugai .content .wave .circle {
  position: absolute;
  border-radius: 50%;
  opacity: 0;
}
.ins-main .ins-neimao .fugai .content .wave.ripple .circle {
  width: calc(100%);
  /* 减去边框的大小 */

  height: calc(100%);
  /* 减去边框的大小 */

  border: 1px solid #fff;
}
.ins-main .ins-neimao .fugai .content .wave.ripple .circle:first-child {
  animation: circle-opacity 8s infinite;
}
.ins-main .ins-neimao .fugai .content .wave.ripple .circle:nth-child(2) {
  animation: circle-opacity 8s infinite;
  animation-delay: 0s;
}
.ins-main .ins-neimao .fugai .content .wave.ripple .circle:nth-child(3) {
  animation: circle-opacity 8s infinite;
  animation-delay: 0.8s;
}
.ins-main .ins-neimao .fugai .content .wave.ripple .circle:nth-child(4) {
  animation: circle-opacity 8s infinite;
  animation-delay: 1.6s;
}
.ins-main .ins-neimao .fugai .content .wave.ripple .circle:nth-child(5) {
  animation: circle-opacity 8s infinite;
  animation-delay: 2.4s;
}
.ins-main .ins-neimao .fugai .content .wave.ripple .circle:nth-child(6) {
  animation: circle-opacity 8s infinite;
  animation-delay: 3.2s;
}
.ins-main .ins-neimao .fugai .content .wave.ripple .circle:nth-child(7) {
  animation: circle-opacity 8s infinite;
  animation-delay: 4s;
}
.ins-main .ins-neimao .fugai .content .wave.ripple .circle:nth-child(8) {
  animation: circle-opacity 8s infinite;
  animation-delay: 4.8s;
}
.ins-main .ins-neimao .fugai .content .wave.ripple .circle:nth-child(9) {
  animation: circle-opacity 8s infinite;
  animation-delay: 5.6s;
}
.ins-main .ins-neimao .fugai .content .wave.ripple .circle:nth-child(10) {
  animation: circle-opacity 8s infinite;
  animation-delay: 6.4s;
}
.ins-main .ins-neimao .fugai .content .wave.ripple .circle:nth-child(11) {
  animation: circle-opacity 8s infinite;
  animation-delay: 7.2s;
}
.ins-main .ins-neimao .fugai .content .wave.ripple .circle:nth-child(12) {
  animation: circle-opacity 8s infinite;
  animation-delay: 8s;
}
.ins-main .ins-neimao .fugai .content .wave .content {
  width: 134px;
  height: 134px;
  position: absolute;
  transform: translate(-47%, -50%);
  left: 50%;
  top: 50%;
}
.ins-main .ins-neimao .fugai .content .wave .content img {
  width: 134px;
  height: 134px;
  border-radius: 134px;
  -webkit-filter: drop-shadow(0 0 150px #ffffff);
  filter: drop-shadow(0 0 150px #ffffff);
  -webkit-transition: opacity 0.5s ease-in;
  -o-transition: opacity 0.5s ease-in;
  transition: opacity 0.5s ease-in;
  animation: hxDeng 2s infinite;
  -webkit-animation: hxDeng 2s infinite;
  opacity: 1;
}
.ins-main .ins-neimao .fugai .content .wave.ripple.danger .circle {
  border-color: #fff;
}
@keyframes circle-opacity {
  from {
    opacity: 1;
    transform: scale(0);
  }
  to {
    opacity: 0;
    transform: scale(1);
  }
}
.ins-main .ins-neimao .quanzhan {
  height: 850px;
}
.ins-main .ins-neimao .quanzhan .neimao-tit {
  padding: 50px 0;
}
.ins-main .ins-neimao .quanzhan .content {
  position: relative;
}
.ins-main .ins-neimao .quanzhan .content li {
  padding-left: 148px;
  height: 200px;
  width: 452px;
  float: left;
  border-bottom: 1px solid #eee;
}
.ins-main .ins-neimao .quanzhan .content li h6 {
  font-size: 18px;
  color: #1f1f1f;
  padding: 15px 0;
  font-weight: 500;
  margin-top: 35px;
}
.ins-main .ins-neimao .quanzhan .content li p {
  font-size: 14px;
  color: #6a6a6a;
  line-height: 23px;
  width: 408px;
  float: left;
}
.ins-main .ins-neimao .quanzhan .content li:nth-child(even) {
  text-align: right;
  padding-right: 148px;
  padding-left: 0;
}
.ins-main .ins-neimao .quanzhan .content li:nth-child(even) p {
  float: right;
}
.ins-main .ins-neimao .quanzhan .content li:nth-child(1) {
  background: url("../images/quanzhan-lit_03.jpg") no-repeat 20px 40px;
}
.ins-main .ins-neimao .quanzhan .content li:nth-child(2) {
  background: url("../images/quanzhan-lit_05.jpg") no-repeat 482px 40px;
}
.ins-main .ins-neimao .quanzhan .content li:nth-child(3) {
  background: url("../images/quanzhan-lit_09.jpg") no-repeat 20px 40px;
}
.ins-main .ins-neimao .quanzhan .content li:nth-child(4) {
  background: url("../images/quanzhan-lit_10.jpg") no-repeat 482px 40px;
}
.ins-main .ins-neimao .quanzhan .content li:nth-child(5) {
  background: url("../images/quanzhan-lit_13.jpg") no-repeat 20px 40px;
}
.ins-main .ins-neimao .quanzhan .content li:nth-child(6) {
  background: url("../images/quanzhan-lit_14.jpg") no-repeat 482px 40px;
}
.ins-main .ins-neimao .jiangdi {
  height: 850px;
  background: #2d85ab;
}
.ins-main .ins-neimao .jiangdi .neimao-tit {
  padding: 70px 0 45px;
}
.ins-main .ins-neimao .jiangdi .neimao-tit h5 {
  color: #fff;
}
.ins-main .ins-neimao .jiangdi .neimao-tit p {
  color: #fff;
  font-size: 14px;
}
.ins-main .ins-neimao .jiangdi .neimao-tit b {
  background: #fff;
}
.ins-main .ins-neimao .anli {
  height: 850px;
  background: #f7f7f7;
}
.ins-main .ins-neimao .anli .neimao-tit {
  padding: 70px 0 70px;
}
.ins-main .ins-neimao .anli .content {
  text-align: center;
  position: relative;
}
.ins-main .ins-neimao .anli .content .bot {
  margin-top: 50px;
}
.ins-main .ins-neimao .anli .content .swiper-container-anli {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.ins-main .ins-neimao .anli .content .swiper-slide {
  width: 60%;
}
.ins-main .ins-neimao .anli .content .swiper-slide img {
  display: block;
  width: 100%;
}
.ins-main .ins-neimao .anli .content .swiper-button-next-al {
  cursor: pointer;
  position: absolute;
  right: -10%;
  top: 35%;
}
@media (max-width: 1300px) {
  .ins-main .ins-neimao .anli .content .swiper-button-next-al {
    display: none;
  }
}
.ins-main .ins-neimao .anli .content .swiper-button-prev-al {
  cursor: pointer;
  position: absolute;
  left: -10%;
  top: 35%;
}
@media (max-width: 1300px) {
  .ins-main .ins-neimao .anli .content .swiper-button-prev-al {
    display: none;
  }
}
.ins-main .ins-neimao .liuyan {
  height: 850px;
  background: url("../images/liuyan_02.jpg") no-repeat center;
}
.ins-main .ins-neimao .liuyan .form-box {
  width: 500px;
  margin: 0 auto;
  padding-top: 386px;
}
.ins-main .ins-neimao .liuyan .form-box ul:nth-child(1) input {
  border: none;
  margin-left: 70px;
  margin-bottom: 40px;
  width: 442px;
  height: 48px;
  color: #fff;
  background: none;
}
.ins-main .ins-neimao .liuyan .form-box .submit {
  width: 206px;
  background: none;
  border: none;
  height: 50px;
  cursor: pointer;
  margin: 21px 0 0 146px;
}
.ins-main .ins-sc {
  padding-top: 80px;
}
.ins-main .ins-sc .sc-tit {
  text-align: center;
  padding: 90px 0;
}
.ins-main .ins-sc .sc-tit h5 {
  font-size: 36px;
  color: #1c1c1c;
  margin-bottom: 15px;
  line-height: 45px;
  font-weight: 500;
}
.ins-main .ins-sc .sc-tit h5 span {
  color: #2d85ab;
}
.ins-main .ins-sc .sc-tit p {
  font-size: 16px;
  color: #494949;
  margin-bottom: 10px;
}
.ins-main .ins-sc .sc-tit b {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 60px;
  height: 1px;
  background: #2c85aa;
}
.ins-main .ins-sc .sc-top {
  height: 850px;
  position: relative;
  text-align: center;
  background: url(../images/sc-top_02.jpg) no-repeat center center / cover fixed;
}
.ins-main .ins-sc .sc-top .txt-box {
  padding-top: 246px;
}
.ins-main .ins-sc .sc-top .txt-box h2 {
  font-size: 48px;
  color: #fff;
  font-weight: 500;
  line-height: 73px;
}
.ins-main .ins-sc .sc-top .txt-box h6 {
  font-size: 18px;
  color: #fff;
}
.ins-main .ins-sc .sc-top .txt-box p {
  font-size: 14px;
  color: #d5d5d5;
  line-height: 28px;
}
.ins-main .ins-sc .sc-top .txt-box .txt {
  margin: 53px 0 70px;
}
.ins-main .ins-sc .sc-top a {
  position: relative;
  background: #2c85aa;
  color: #fff;
}
.ins-main .ins-sc .sc-top .button--moema {
  width: 150px;
  height: 40px;
  padding: 0;
  text-align: center;
  color: #fff;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border-radius: 0px;
  line-height: 40px;
  font-weight: 500;
}
.ins-main .ins-sc .liucheng {
  height: 850px;
}
.ins-main .ins-sc .liucheng .wrap {
  position: relative;
}
.ins-main .ins-sc .liucheng .content {
  position: relative;
  margin-top: 40px;
}
.ins-main .ins-sc .liucheng .content li {
  text-align: center;
  position: relative;
  width: 135px;
}
.ins-main .ins-sc .liucheng .content li h6 {
  font-size: 18px;
  color: #2d85ab;
  font-weight: 500;
  margin-bottom: 12px;
}
.ins-main .ins-sc .liucheng .content li p {
  font-size: 14px;
  color: #707070;
  line-height: 24px;
}
.ins-main .ins-sc .liucheng .content li img {
  margin: 50px 0;
}
.ins-main .ins-sc .liucheng .content li {
  animation: google 1.3s ease-in-out 2.7s infinite alternate;
}
@keyframes li {
  from {
    transform: translate(0, 0);
  }
  to {
    transform: translate(0, 25px);
  }
}
.ins-main .ins-sc .liucheng .content li:nth-child(1) {
  position: absolute;
  left: 0;
  top: -38px;
  transition-delay: 0;
  animation: google 1.3s ease-in-out 2.7s infinite alternate;
}
.ins-main .ins-sc .liucheng .content li:nth-child(2) {
  position: absolute;
  left: 164px;
  top: 110px;
  transition-delay: 0.2s;
  animation: google 1s ease-in-out 2.7s infinite alternate;
}
.ins-main .ins-sc .liucheng .content li:nth-child(3) {
  position: absolute;
  left: 303px;
  top: -90px;
  transition-delay: 0.4s;
  animation: google 1.6s ease-in-out 2.7s infinite alternate;
}
.ins-main .ins-sc .liucheng .content li:nth-child(4) {
  position: absolute;
  left: 532px;
  top: -80px;
  transition-delay: 0.6s;
  animation: google 1.3s ease-in-out 2.7s infinite alternate;
}
.ins-main .ins-sc .liucheng .content li:nth-child(5) {
  position: absolute;
  left: 750px;
  top: -94px;
  transition-delay: 0.8s;
  animation: google 1.5s ease-in-out 2.7s infinite alternate;
}
.ins-main .ins-sc .liucheng .content li:nth-child(6) {
  position: absolute;
  left: 880px;
  top: 108px;
  transition-delay: 1s;
  animation: google 1s ease-in-out 2.7s infinite alternate;
}
.ins-main .ins-sc .liucheng .content li:nth-child(7) {
  position: absolute;
  right: 0;
  top: 0px;
  transition-delay: 1s;
  animation: google 0.8s ease-in-out 2.7s infinite alternate;
}
.ins-main .ins-sc .quan {
  height: 850px;
  background: url("../images/quan_02.jpg") no-repeat center;
}
.ins-main .ins-sc .jichu {
  height: 850px;
  position: relative;
  text-align: center;
  background: url(../images/jichu-bg_02.jpg) no-repeat center center / cover fixed;
}
.ins-main .ins-sc .jichu .sc-tit {
  padding: 90px 0 80px;
}
.ins-main .ins-sc .jichu .sc-tit h5 {
  color: #fff;
}
.ins-main .ins-sc .jichu li {
  height: 330px;
  width: 189px;
  float: left;
  border-right: 1px solid #52585a;
  text-align: center;
  overflow: hidden;
  position: relative;
  background: rgba(255, 255, 255, 0.2);
}
.ins-main .ins-sc .jichu li:hover .bg {
  top: 0;
}
.ins-main .ins-sc .jichu li:hover h5 {
  color: #fff;
}
.ins-main .ins-sc .jichu li:hover p {
  color: #fff;
}
.ins-main .ins-sc .jichu li:hover b {
  color: #fff;
}
.ins-main .ins-sc .jichu li:hover h6 {
  color: #fff;
}
.ins-main .ins-sc .jichu li .bg {
  z-index: 1;
  position: absolute;
  height: 330px;
  width: 189px;
  background: rgba(45, 133, 171, 0.8);
  top: 330px;
  transition: 0.4s;
}
.ins-main .ins-sc .jichu li .txt-box {
  z-index: 3;
  position: relative;
}
.ins-main .ins-sc .jichu li img {
  padding: 60px 0 40px;
}
.ins-main .ins-sc .jichu li h6 {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  margin: 10px 0 15px;
  transition: 0.3s;
}
.ins-main .ins-sc .jichu li p {
  font-size: 14px;
  color: #fff;
  transition: 0.3s;
  line-height: 24px;
}
.ins-main .ins-sc .jichu .more {
  margin-top: 72px;
}
.ins-main .ins-sc .jichu .more a {
  width: 190px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  margin: 0 auto;
  display: block;
  background: #2d85ab;
  color: #fff;
  font-size: 16px;
}
.ins-main .ins-sc .fenxiao {
  height: 850px;
}
.ins-main .ins-sc .fenxiao .sc-tit h5 {
  color: #1c1c1c;
}
.ins-main .ins-sc .fenxiao .content {
  position: relative;
}
.ins-main .ins-sc .fenxiao .content .img {
  text-align: center;
  width: 1200px;
}
.ins-main .ins-sc .fenxiao .content li {
  width: 140px;
}
.ins-main .ins-sc .fenxiao .content li h6 {
  font-size: 18px;
  color: #1f1f1f;
  padding-top: 20px;
}
.ins-main .ins-sc .fenxiao .content li b {
  width: 40px;
  height: 1px;
  background: #8adcea;
  margin: 17px 0 15px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.ins-main .ins-sc .fenxiao .content li p {
  font-size: 14px;
  color: #5c5c5c;
  line-height: 24px;
}
.ins-main .ins-sc .fenxiao .content li:nth-child(1) {
  position: absolute;
  left: 0;
  top: 0px;
  padding-right: 128px;
  text-align: right;
  background: url("../images/fenxiao-lit_03.jpg") no-repeat right top;
}
.ins-main .ins-sc .fenxiao .content li:nth-child(2) {
  position: absolute;
  right: 0;
  top: 0px;
  padding-left: 128px;
  background: url("../images/fenxiao-lit_05.jpg") no-repeat left top;
}
.ins-main .ins-sc .fenxiao .content li:nth-child(3) {
  position: absolute;
  left: 0;
  top: 300px;
  text-align: right;
  padding-right: 128px;
  background: url("../images/fenxiao-lit_09.jpg") no-repeat right top;
}
.ins-main .ins-sc .fenxiao .content li:nth-child(4) {
  position: absolute;
  right: 0;
  top: 300px;
  padding-left: 128px;
  background: url("../images/fenxiao-lit_10.jpg") no-repeat left top;
}
.ins-main .ins-sc .tedian {
  height: 850px;
  background: url("../images/tedian_02.jpg") no-repeat center;
}
.ins-main .ins-sc .tedian .sc-tit h5 {
  color: #fff;
}
.ins-main .ins-sc .tedian .sc-tit b {
  background: #fff;
}
.ins-main .ins-sc .tedian .content {
  height: 516px;
  position: relative;
  margin-top: 33px;
}
.ins-main .ins-sc .tedian .content .slideTxtBox .hd ul li {
  position: absolute;
  cursor: pointer;
  border-radius: 90px;
  z-index: 6;
  transition: 0.3s;
  width: 90px;
  height: 90px;
}
.ins-main .ins-sc .tedian .content .slideTxtBox .hd ul li img {
  border-radius: 90px;
}
.ins-main .ins-sc .tedian .content .slideTxtBox .hd ul li.on {
  transform: scale(1.15);
}
.ins-main .ins-sc .tedian .content .slideTxtBox .hd ul li:nth-child(1) {
  top: 358px;
  left: 66px;
}
.ins-main .ins-sc .tedian .content .slideTxtBox .hd ul li:nth-child(2) {
  top: 209px;
  left: 130px;
}
.ins-main .ins-sc .tedian .content .slideTxtBox .hd ul li:nth-child(3) {
  top: 79px;
  left: 236px;
}
.ins-main .ins-sc .tedian .content .slideTxtBox .hd ul li:nth-child(4) {
  top: -15px;
  left: 375px;
}
.ins-main .ins-sc .tedian .content .slideTxtBox .hd ul li:nth-child(5) {
  top: -45px;
  left: 556px;
}
.ins-main .ins-sc .tedian .content .slideTxtBox .hd ul li:nth-child(6) {
  top: -15px;
  right: 375px;
}
.ins-main .ins-sc .tedian .content .slideTxtBox .hd ul li:nth-child(7) {
  top: 79px;
  right: 236px;
}
.ins-main .ins-sc .tedian .content .slideTxtBox .hd ul li:nth-child(8) {
  top: 209px;
  right: 130px;
}
.ins-main .ins-sc .tedian .content .slideTxtBox .hd ul li:nth-child(9) {
  top: 358px;
  right: 66px;
}
.ins-main .ins-sc .tedian .content .slideTxtBox .bd ul {
  height: 516px;
  margin: 0 auto 0;
  zoom: 1;
  position: relative;
}
.ins-main .ins-sc .tedian .content .slideTxtBox .bd li .txt {
  text-align: center;
  width: 480px;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.ins-main .ins-sc .tedian .content .slideTxtBox .bd li h6 {
  font-size: 24px;
  color: #000;
  font-weight: 500;
  margin-bottom: 18px;
}
.ins-main .ins-sc .tedian .content .slideTxtBox .bd li b {
  display: block;
  margin: 0 auto;
  width: 50px;
  height: 1px;
  background: #000;
}
.ins-main .ins-sc .tedian .content .slideTxtBox .bd li p {
  font-size: 16px;
  color: #000;
  line-height: 32px;
  margin-top: 40px;
}
.ins-main .ins-sc .jiejue {
  height: 850px;
}
.ins-main .ins-sc .jiejue .sc-tit h5 {
  color: #1c1c1c;
}
.ins-main .ins-sc .jiejue .content {
  position: relative;
  height: 490px;
}
.ins-main .ins-sc .jiejue .content .box {
  float: left;
  height: 490px;
  transition: 0.4s;
  position: relative;
  width: 20%;
  box-sizing: border-box;
  border-right: 1px solid #fff;
}
.ins-main .ins-sc .jiejue .content .box:hover .masking {
  opacity: 0;
}
.ins-main .ins-sc .jiejue .content .box:hover .txt {
  opacity: 1;
}
.ins-main .ins-sc .jiejue .content .box:hover h5 {
  opacity: 0;
}
.ins-main .ins-sc .jiejue .content .box h5 {
  width: 100%;
  text-align: center;
  font-size: 18px;
  bottom: 30px;
  position: absolute;
  font-weight: 500;
  color: #fff;
}
.ins-main .ins-sc .jiejue .content .box .txt {
  position: absolute;
  bottom: 30px;
  opacity: 0;
  padding-left: 40px;
  width: 100%;
  background: none;
}
.ins-main .ins-sc .jiejue .content .box .txt h6 {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
.ins-main .ins-sc .jiejue .content .box .txt p {
  font-size: 14px;
  color: #fff;
  margin-top: 7px;
}
.ins-main .ins-sc .jiejue .content .box .masking {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  transition: 0.4s;
  z-index: 4;
}
.ins-main .ins-sc .jiejue .content .box:nth-child(1) {
  background: url("../images/sfq5.jpg") no-repeat center;
}
.ins-main .ins-sc .jiejue .content .box:nth-child(2) {
  background: url("../images/sfq4.jpg") no-repeat center;
}
.ins-main .ins-sc .jiejue .content .box:nth-child(3) {
  background: url("../images/sfq3.jpg") no-repeat center;
}
.ins-main .ins-sc .jiejue .content .box:nth-child(4) {
  background: url("../images/sfq1.jpg") no-repeat center;
}
.ins-main .ins-sc .jiejue .content .box:nth-child(5) {
  background: url("../images/sfq2.jpg") no-repeat center;
}
.ins-main .ins-sc .dazao {
  background: #f7f7f7;
}
.ins-main .ins-sc .dazao .content {
  text-align: center;
}
.page-num {
  clear: both;
  text-align: center;
  vertical-align: middle;
  line-height: 20px;
  padding: 3% 0 2%;
}
.page-num span {
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  border: 1px solid #2d85ab;
  margin: 0 2px;
  background-color: #2d85ab;
  color: #fff;
  font-size: 14px;
}
.page-num a {
  display: inline-block;
  padding: 0 12px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  margin: 0 2px;
  background-color: #fff;
  color: #333;
  font-size: 14px;
  border: 1px solid #cdced3;
}
.page-num a:hover {
  color: #fff;
  border-color: #2d85ab;
  background-color: #2d85ab;
}
.nav-shadow {
  box-shadow: 0 0 15px #cdcbcb;
}
.yr_about_200::-webkit-scrollbar {
  /*滚动条整体样式*/

  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/

  height: 4px;
}
.yr_about_200::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/

  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.2);
}
.yr_about_200::-webkit-scrollbar-track {
  /*滚动条里面轨道*/

  -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
