@charset "UTF-8";
@import url(yzui.css);
html.active {
  overflow-x: hidden;
  overflow-y: hidden;

}

body{font-family: Montserrat,PingFang SC,Hiragino Sans GB,Heiti SC,STHeiti,Microsoft YaHei,WenQuanYi Micro Hei,Helvetica Neue,Helvetica,Arial,sans-serif;}

@media (max-width: 768px) {
  .header .nav {
    margin-left: 0;
   /* display: none;*/
  }

  .navbar-toggle {
    display: none;
    cursor: pointer;
    position: absolute;
    top: 55px;
    right: 15px;
    margin-left: 18px;
    z-index: 1000;
    width: 24px;
    height: 24px;
    float: right;
    background-color: transparent;
    border: 0;
    display: block;
    margin-top: -32px;
  }
  .navbar-toggle span {
    margin-top: 10px;
  }
  .navbar-toggle span, .navbar-toggle span:before, .navbar-toggle span:after {
    position: absolute;
    display: block;
    width: 24px;
    height: 2px;
    cursor: pointer;
    content: "";
    background-color: #fff;
    border-radius: 1px;
    -webkit-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1);
  }
  .navbar-toggle span:before {
    top: -7px;
  }
  .navbar-toggle span:after {
    bottom: -7px;
  }
  .navbar-toggle.drawer-open span, .navbar-toggle.drawer-open span::before, .navbar-toggle.drawer-open span::after {
    background: #fff;
  }
  .navbar-toggle.drawer-open span {
    background: rgba(0, 0, 0, 0);
  }
  .navbar-toggle.drawer-open span:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 0px;
    top: 0px;
  }
  .navbar-toggle.drawer-open span:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 0px;
    top: 0px;
  }
}

@media (min-width: 769px) {
  .header .nav li {
    float: left;
    height: 90px;
    line-height: 90px;
    margin-left: 12px;
    position: relative;
  }
  .header .nav li:first-child{margin-left: 0;}
  .header .nav li a {
    font-size: 16px;
    color: #fff;
  }
  .header .nav li a i {
    transition: 0.5s ease-in-out;
    opacity: 0;
    display: inline-block;
    width: 64px;
    height: 5px;
    background: #46baff;
    position: absolute;
    top: 0;
    left: 0;
  }
  .header .nav li:hover a i, .header .nav li.active a i {
    opacity: 1;
  }
  .header .nav li:hover a, .header .nav li.active a {
    color: #46baff;
  }
}

.header {
  transition: 0.5s ease-in-out;
  height: 90px;
  background: transparent;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
}

.header.active, .header:hover {
  background: #0b4978;
}

.header .logo {
  height: 90px;
  line-height: 90px;
}

.header .logo img {
  vertical-align: middle;height:50px;margin-right:30px;
}

.header .nav {
  margin-left: 5%;
}

.header .search {
  height: 90px;
  line-height: 90px;
  margin-left: 60px;
  cursor: pointer;
}

.header .search img {
  vertical-align: middle;
}

.header .language {
  height: 90px;
  line-height: 90px;
}

.header .language a, .header .language {
  font-size: 14px;
  color: #ffffff;
}

.header .language i {
  font-style: normal;
}

.mc-search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  background: rgba(0, 0, 0, 0.8);
  display: none;
}

.mc-search .close {
  position: absolute;
  top: 5%;
  right: 5%;
  width: 36px;
  cursor: pointer;
  transition: all 0.3s;
}

.mc-search .close:hover {
  transform: rotate(180deg);
}

.w_searchbox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
}

.w_input {
  width: 90%;
  border-bottom: 1px solid #fff;
}

.w_input input {
  width: 100%;
  line-height: 50px;
  font-size: 15px;
  border: none;
  color: #ffffff;
  background: none;
}

.w_img {
  line-height: 50px;
  width: 22px;
  cursor: pointer;
}

.w_img button {
  background: none;
  border: 0;
}

.wel-banner .swiper-slide {
  position: relative;
}

.wel-banner .words {
  color: #fff;
  padding-top: 130px;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.wel-banner .words p {
  font-size: 60px;
  font-weight: bold;
  color: #ffffff;
  margin-top: 35px;
}

.wel-banner .words p:nth-child(1) {
  margin-top: 0;
}

.wel-banner .words .bot {
  margin-top: 60px;
}

.wel-banner .words span {
  display: block;
  width: 165px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  background-color: #0080cc;
  border-radius: 30px;
}

.wel-banner .butst .butst-b {
  margin-left: 0;
}

.wel-banner .swiper-pagination {
  color: #0080cc;
}

.banner-buts .buts-span .b {
  background: #0080cc;
}

.banner-buts .buts-span:after {
  background: #0b4978;
}

.banner-buts .swiper-button-prev {
  background: url("../images/b-a-01.png") no-repeat center center;
}

.banner-buts .swiper-button-next {
  background: url("../images/b-a-02.png") no-repeat center center;
}

.i-banner {
  padding: 84px 0 90px;
}

.i-banner .tex {
  text-align: center;
  color: #f6f4f4;
}

.i-banner .tex p:nth-child(1) {
  font-size: 24px;
  letter-spacing: 2px;
}

.i-banner .tex p:nth-child(2) {
  font-size: 39px;
  letter-spacing: 16px;
  margin: 41px 0 48px;
}

.i-banner .tex p:nth-child(3) {
  font-size: 24px;
  letter-spacing: 2px;
  color: #f6f4f4;
}

.vector .list {
  width: 65.78125%;
  height: 498px;
}

.vector .list .item {
  height: 498px;
  position: relative;
  overflow: hidden;
}

.vector .list .item .i-con {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 10% 0 0 19.47%;
}

.vector .list .item .top {
  color: #fff;
}

.vector .list .item .top p:nth-child(1) {
  font-size: 24px;
}

.vector .list .item .top p:nth-child(2) {
  margin: 17px 0 22px;
  font-size: 42px;
  font-weight: bold;
}

.vector .list .item .top p:nth-child(3) {
  font-size: 24px;
}

.vector .list .item .more {
  margin-top: 7.17%;
}

.vector .list .item .more a {
  text-align: center;
  border-radius: 30px;
  font-size: 15px;
  display: block;
  color: #fff;
  width: 165px;
  height: 55px;
  line-height: 55px;
  background-color: #0080cc;
}

.vector .list .item .pic {
  width: 100%;
  height: 498px;
  display: none;
  background-size: 100% 100% !important;
}


.vector .list .item.actives .pic {
  display: block;
  animation: zoombig 1s linear forwards;
}

@keyframes zoombig {
  0% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}

.vector .tab {
  width: 34.21875%;
  height:498px;
}

.vector .tab li {
  cursor: pointer;
  border-bottom: 1px solid #67b4cd;
  height: 166px;
  line-height: 166px;
  padding-left: 38px;
  background: #0180cc;
  font-size: 30px;
  font-weight: 200;
  color: #ffffff;
}

.vector .tab li:last-child {
  border-bottom: 0px solid #000;
}

.vector .tab li:hover, .vector .tab li.active {
  background: #005698;
}

.service {
  padding: 107px 0 95px;background-size: 100% 100%;
}

.service .tex {
  width: 19%;
}

.service .tex .top {
  color: #fff;
}

.service .tex .top p:nth-child(1) {
  font-size: 40px;
}

.service .tex .top p:nth-child(2) {
  margin: 28px 0 28px;
}

.service .tex .top p:nth-child(2) span:nth-child(1) {
  display: inline-block;
  height: 5px;
  width: 39px;
  background: #fff;
}

.service .tex .top p:nth-child(2) span:nth-child(2) {
  display: inline-block;
  height: 5px;
  width: 5px;
  margin-left: 4px;
  background: #fff;
}

.service .tex .top p:nth-child(3) {
  font-size: 15px;
  font-weight: bold;
  line-height: 30px;
  color: #e9e9e9;
}

.service .tex .bot {
  margin-top: 91px;
}

.service .tex .bot a {
  font-size: 15px;
  color: #0080cc;
  display: block;
  border-radius: 30px;
  text-align: center;
  width: 165px;
  height: 57px;
  line-height: 57px;
  background: #fff;
}

.service .list {
  width: 79%;
}

.service .list li {
  transition: all 0.5s;
  float: left;
  width: 23.5%;
  margin-left: 1.5%;
  border-radius: 50px 0 50px 0;
  height: 350px;
  background-color: #0180cc;
  box-shadow: 0px 0px 22px 0px rgba(56, 56, 56, 0.4);
}

.service .list ul {
  margin-left: -1.5%;
}

.service .list li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 50px 0 0 0px;text-align: center;
}

.service .list li .img img:nth-child(2) {
  display: none;
}

.service .list li .texs {
  margin-top: 46px;
  color: #ffffff;
}

.service .list li .texs p:nth-child(1) {
  font-size: 30px;
}

.service .list li .texs p:nth-child(2) {
  width: 18px;
  height: 2px;
  background: #fff;
  margin: 34px auto;
}

.service .list li .texs p:nth-child(3) {
  font-size: 16px;
}

.service .list li:hover {
  background: #fff;
}

.service .list li:hover .texs p:nth-child(2) {
  background: #0180cc;
}

.service .list li:hover .texs {
  color: #0180cc;
}

.service .list li:hover .img img:nth-child(2) {
  display: block;
  margin: auto;
}

.service .list li:hover .img img:nth-child(1) {
  display: none;
}

.news .bot li {
  transition: all 1.5s;
}

.news .bot li .w-1427 {
  border-bottom: 1px solid #6bb6e1;
  padding: 30px 0 30px;
}

.news .bot li .img {
  width: 20%;
  overflow: hidden;
}

.news .bot li .img img {
  transition: all 0.5s;
}

.news .bot li:hover .img img {
  transform: scale(1.1);
}

.news .bot li .tex {
  width: 62%;
  margin-left: 9%;
}

.news .bot li .tex p:nth-child(1) {
  margin: 17px 0 35px;
  font-size: 16px;
  color: #f6f4f4;
  position: relative;
}

.news .bot li .tex p:nth-child(1) i {
  display: block;
  width: 60px;
  height: 1px;
  background: #bcbcbc;
  position: absolute;
  top: 9px;
  left: -65px;
}

.news .bot li .tex p:nth-child(2) {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-left: 10px;
  font-size: 20px;
  color: #ffffff;
}

.news .bot li .more {
  margin-top: 57px;
  font-size: 15px;
  color: #0080cc;
  background: #fff;
  border-radius: 30px;
  display: block;
  text-align: center;
  width: 107px;
  height: 50px;
  line-height: 50px;
}

.news .bot li:hover {
  background: #fff;
}

.news .bot li:hover .tex p:nth-child(1) {
  color: #0080cc;
}

.news .bot li:hover .tex p:nth-child(2) {
  color: #023a65;
}

.news .bot li:hover .more {
  background: #0080cc;
  color: #fff;
}

.news .bot li:hover .tex p:nth-child(1) i {
  display: none;
}

.index_news {
  padding: 75px 0 116px;
}

.index_news .top {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 60px;
  text-align: center;color: #0b4978;
}

.index_news .top div.text {
  font-size: 24px;
  padding-top: 10px;
}
.index_news .top  a{color: #0b4978;}
.index_news .bot {
  display: flex;
  justify-content: space-between;
}

.index_news .bot .h_news {
  flex: 0 0 50%;
  border: 1px solid #e4e4e4;
  border-bottom: none;
}

.index_news .bot .h_news ul {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: space-around;
}

.index_news .bot .h_news ul li {
  width: 100%;
  height: 33.3%;
  padding: 0 5%;
  border-bottom: 1px solid #e4e4e4;
  display: flex;
  align-items: center;
}

.index_news .bot .h_news ul li:hover, .index_news .bot .h_news ul li.hover {
  border-bottom: 1px solid #0075c1;
}

.index_news .bot .h_news ul li:hover a dl dt, .index_news .bot .h_news ul li.hover a dl dt {
  color: #0075c1;
}

.index_news .bot .h_news ul li:hover a dl dd {
  color: #000;
}

.index_news .bot .h_news ul li:hover dd span, .index_news .bot .h_news ul li.hover dd span {
  border: 1px solid #0075c1;
  background: #0075c1;
  color: #fff;
}

.index_news .bot .h_news ul li a {
  flex: 1;
}

.index_news .bot .h_news ul li dt {
  font-size: 20px;
  padding-bottom: 2%;
}

.index_news .bot .h_news ul li dd {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.index_news .bot .h_news ul li dd span {
  padding: 4px 10px;
  border: 1px solid #ccc;
  border-radius: 8px;
  color: #ccc;
}

.index_news .bot .h_pic {
  flex: 1;
}

.index_news .bot .h_pic img {
  max-width: 100%;
}

.index_hyhd .top {
  width: 100%;
  padding: 2% 0;
  text-align: center;
  background: #007fcc;
  font-size: 48px;
  color: #fff;
  font-weight: bold;
}

.index_hyhd .bot ul {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  margin: 3% 0;
}

.index_hyhd .bot ul li {
  width: 30%;
  border: 1px solid #eaeaea;
  box-sizing: border-box;
  padding: 2%;
}

.index_hyhd .bot ul li h6 {
  font-size: 24px;
}

.index_hyhd .bot ul li dl dt p {
  padding: 2% 0;
  line-height: 25px;
}

.index_hyhd .bot ul li img {
  max-width: 100%;
}

.footer {
  background: #0b4978;
  position: relative;
}

.footer .top {
  padding: 84px 0 58px;
  border-bottom: 1px solid #245c86;
}

.footer .top .tex span {
  font-size: 20px;
  font-weight: normal;
  color: #ffffff;
}

.footer .top .tex p {
  padding-left: 30px;
  font-size: 14px;
  letter-spacing: 0px;
  color: #cdcdcd;
  margin-top: 18px;
}
.footer .top .tex  a{color: #cdcdcd}

.footer .top .tex p:nth-child(2) {
  background: url("../images/f-i-01.svg") no-repeat left center;
  margin-top: 24px;
}

.footer .top .tex p:nth-child(3) {
  background: url("../images/f-i-02.svg") no-repeat left center;
}

.footer .top .tex p:nth-child(4) {
  background: url("../images/f-i-03.svg") no-repeat left center;
}

.footer .code li {
  float: left;
  text-align: center;
  margin-left: 40px;
}

.footer .code li p:nth-child(1) {
  font-size: 22px;
  color: #fff;
}

.footer .code li p:nth-child(3) {
  font-size: 16px;
  color: #cdcdcd;
}

.footer .code li p:nth-child(2) {
  margin: 12px 0 7px;
}

.footer .code li:last-child {
  position: relative;
}

/* .footer .code li:last-child .ewm {
  display: none;
  position: absolute;
  right: -34px;
  top: -130px;
}

.footer .code li:last-child a:last-child:hover .ewm {
  display: block;
} */
.ewm_fp{color: #cdcdcd;letter-spacing: 8px;padding-left: 9px;margin-top: 8px!important;}
.footer .bot {
  padding: 37px 0;
}

.footer .bot .b-left {
  color: #cdcdcd;
  font-size: 14px;
}

.footer .bot .b-left span {
  margin-left: 35px;
}

.footer .bot .b-left span:nth-child(1) {
  margin-left: 0;
}

.footer .bot .b-left span:nth-child(3) {
  padding-left: 27px;
  background: url("../images/ga.png") no-repeat left center;
}

.footer .bot .b-right a,.footer .bot .b-left  a {
  color: #cdcdcd;
  font-size: 14px;
  margin-left:10px;
}

.footer .bot .b-right a:hover {
  color: #0080cc;
}

.to-top {
  position: absolute;
  right: 20px;
  top: 146px;
  text-align: center;
  cursor: pointer;
}

.to-top p {
  font-size: 13px;
  color: #999999;
  margin-top: 14px;
}

.page-banner {
  position: relative;
}

.page-banner .tex {
  position: absolute;
  top: 45.74%;
  left: 0;
  width: 100%;
}

.page-banner .tex .con {
  color: #fff;
}

.page-banner .tex .con p:nth-child(1) {
  font-size: 24px;
}

.page-banner .tex .con p:nth-child(2) {
  font-size: 39px;
  margin-top: 25px;
}

.page-nav {
  height: 90px;
  line-height: 90px;
  border-bottom: 1px solid #eeeeee;
  overflow: hidden;
}

.page-nav .position a {
  font-size: 20px;
  color: #0180cc;
}

.page-nav .position a:last-child {
  color: #666;cursor:default;
}

.page-nav .position img {
  vertical-align: middle;
  position: relative;
  top: -3px;
  margin: 0 10px;
}

.page-nav .nav li {
  float: left;
  position: relative;
  height: 90px;
  margin-left: 67px;
}

.page-nav .nav li a {
  font-size: 20px;
  color: #040404;
}

.page-nav .nav li i {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -40px;
  display: block;
  width: 80px;
  height: 3px;
  background: #0180cc;
  display: none;
}

.page-nav .nav li:hover a, .page-nav .nav li.active a {
  color: #0180cc;
}

.page-nav .nav li:hover i, .page-nav .nav li.active i {
  display: block;
}

.service-list .top {
  background: #fff;
  padding: 91px 0 148px;
}

.service-list .item .img {
  position: relative;
  width: 36.5625%;
  min-height: 400px;
}

.service-list .item .img img {
  width: 90%;
  height: 83.5%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

.service-list .item .img .bg {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 90%;
  height: 83.5%;
  border: 23px solid #0180cc;
  box-shadow: -4px 3px 51px 0px rgba(0, 0, 0, 0.11);
}

.service-list .item .tex {
  font-size: 20px;
  color: #595757;
}

.service-list .item .tex p:nth-child(1) {
  margin: 133px 0 22px;
}

.service-list .middle {
  background: #f4f4f4;
  padding: 75px 0 83px;
}

.service-list .middle .img .bg {
  position: absolute;
  right: 0;
  bottom: 0;
  left: auto;
}

.service-list .middle .img img {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
}

.service-list .bot {
  padding: 68px 0 112px;
}

.profile {
  padding: 65px 0 82px;
}

.profile .p-title {
  margin-bottom: 43px;
}

.profile .p-title p:nth-child(1) {
  font-size: 24px;
  color: #043055;
  font-weight: bold;
  margin-left: 0;
}

.profile .p-title p:nth-child(2) {
  width: 47px;
  height: 3px;
  background: #043055;
  margin-top: 15px;
  margin-left: 0;
}

.profile .top .con {
  font-size: 15px;
  line-height: 36px;
  color: #595757;
}

.profile .top .con p:nth-child(2) {
  margin-top: 43px;
}

.profile .bot {
  margin-top: 75px;
}

.profile .bot .con li {
  width: 50%;
  float: left;
  position: relative;
  overflow: hidden;
}

.profile .bot .con ul {
  margin-left: -1.33%;display: flex;justify-content: center;
}

.profile .bot .con li .tex {
  height: 240px;
  border: 1px solid #d0cfcf;
  border-top: 0px solid #000;
  padding: 0 29px 26px 13px;
}

.profile .bot .con li .tex p:nth-child(1) a {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 28px;
  line-height: 36px;
  color: #043055;
}

.profile .bot .con li .tex p:nth-child(2) a {
  display: block;
  padding-left: 34px;
  background: url("../images/dz.jpg") no-repeat 13px 5px;
  font-size: 15px;
  line-height: 30px;
  color: #595757;
}

.profile .bot .con li .tex p:nth-child(3) a {
  display: block;
  padding-left: 34px;
  background: url("../images/dh.jpg") no-repeat 13px 3px;
  font-size: 15px;
  color: #595757;
}

.profile .bot .con li .tex p:nth-child(1) {
  padding: 24px 0 14px;
  border-bottom: 1px solid #eeeeee;
}

.profile .bot .con li .tex p:nth-child(2) {
  padding: 18px 0 11px;
  border-bottom: 1px solid #eeeeee;
}

.profile .bot .con li .tex p:nth-child(3) {
  padding: 13px 0 18px;
  border-bottom: 1px solid #eeeeee;
}

.profile .bot .con li .mc {
  background-size: 100% 100% !important;
  padding: 34.4% 74px 0;
  transition: all 0.5s;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}

.profile .bot .con li .mc p {
  font-size: 15px;
  line-height: 20px;
  color: #ffffff;
  text-align: left;
}


.page-news .top select {
  margin-left: 0%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("../images/xw-xl.png") no-repeat scroll right 18px center transparent;
  background-color: #f5f5f5;
  width: 244px;
  height: 46px;
  color: #4c4d4d;
  font-size: 16px;
  border: 0;
  padding-left: 13px;
}

.page-news .top .input {
  margin-left: 36px;
}

.page-news .top .input input {
  color: #939494;
  padding: 0 23px;
  width: 200px;
  border: solid 2px #0b4978;
  border-right: 0;
  height: 46px;
}

.page-news .top .input button {
  cursor: pointer;
  border: 0;
  background: #0b4978;
  height: 46px;
  width: 171px;
  font-size: 15px;
  letter-spacing: 4px;
  color: #ffffff;
}

.page-news .top .input button span {
  padding-left: 28px;
  background: url("../images/xw-search.png") no-repeat left top;
}

.page-news .top .input input::-webkit-input-placeholder {
  color: #939494;
}

.page-news .top .input input:-moz-placeholder {
  color: #939494;
}

.page-news .top .input input::-moz-placeholder {
  color: #939494;
}

.page-news .top .input input:-ms-input-placeholder {
  color: #939494;
}

.page-news .bot li {
  transition: all 2.5s;
}

.page-news .bot li .tex p:nth-child(1), .page-news .bot li:hover .tex p:nth-child(1) {
  color: #090909;
}

.page-news .bot li .tex p:nth-child(2) a, .page-news .bot li:hover .tex p:nth-child(2) a {
  color: #262223;
}

.page-news .bot li .tex p:nth-child(1) i {
  background: #bcbcbc;
}

.page-news .bot li .w-1427 {
  border-bottom: 1px solid #dcdcdc;
}

.page-news .bot li:hover {
  background: #f6f4f4;
}

.page-news .bot li .mores {
  margin-top: 67px;
}

.page-news .bot li .mores a {
  margin: 0 4px;
}

.page-news .bot li .tex {
  width: 57%;
}

.big-banner {
  position: relative;
}

.big-banner .tex {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.big-banner .tex .tex-01 {
  margin-top: 6%;
  margin-left: 10%;
  padding: 55px 0 0 124px;
  color: #fff;
  height: 399px;
  background: url("../images/gz-k.png") no-repeat left center;
}

.big-banner .tex .tex-01 p:nth-child(1) {
  font-size: 30px;
}

.big-banner .tex .tex-01 p:nth-child(2) {
  font-size: 40px;
  margin: 10px 0 12px;
}

.big-banner .tex .tex-01 p:nth-child(3) {
  font-size: 40px;
  margin: 0 0 16px;
}

.big-banner .tex .tex-01 p:nth-child(4) {
  font-size: 40px;
}

.big-banner .tex .tex-02 {
  margin-top: 8%;
  margin-left: 15%;
  color: #fff;
  font-size: 48px;
  font-weight: bold;
  letter-spacing: 4px;
}

.big-banner .tex .tex-02 p a {
  color: #fff;
}

.big-banner .tex .tex-02 p a:hover {
  color: #ccc;
}

.development {
  text-align: center;
  padding: 77px 0 77px;
}

.development .tex-01 {
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 4px;
  color: #666666;
}

.development .con {
  margin: 90px 0 55px;
}

.development .con img {
  max-width: 100%;
}

.development .bot {
  font-size: 15px;
  color: #595757;
}

.excitation {
  padding: 28px 0 28px;
  background: #f7f8fa;
}

.excitation li {
  text-align: center;
  float: left;
  height: 122px;
  line-height: 122px;
  width: 50%;
  border-right: 1px solid #d8d8d8;
}

.excitation li .img img {
  vertical-align: middle;
}

.excitation li a .tex {
  color: #063257;
  font-size: 16px;
  margin-left: 34px;
}

.excitation li a {
  display: block;
  width: 250px;
  margin: 0 auto;
}

.excitation li:last-child {
  border-right: 0;
}

.inspire {
  padding: 85px 0 57px;
}

.inspire .top {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 4px;
  color: #666666;
}

.inspire .list {
  margin-top: 20px;
}

.inspire .list li {
  width: 25%;
  margin-top: 70px;
  float: left;
}

.inspire .list li .img {
  position: relative;
  top: 0;
  transition: all 0.5s;
}

.inspire .list li:hover .img {
  top: -15px;
}

.inspire .list li a {
  display: block;
  padding-top: 28px;
  margin: 0 auto;
  text-align: center;
  border-radius: 100%;
  position: relative;
  width: 186px;
  height: 186px;
  background-color: #0f609d;
  cursor: default;
}

.inspire .list li .yy {
  position: absolute;
  left: 29px;
  bottom: -33px;
}

.inspire .list li .tex {
  font-size: 15px;
  color: #ffffff;
  margin-top: 10px;
}

.inspire .i-more {
  text-align: center;
  margin-top: 87px;
}

.inspire .i-more a {
  display: inline-block;
  background: #2383c6;
  border-radius: 30px;
  font-size: 20px;
  width: 177px;
  height: 49px;
  text-align: center;
  line-height: 49px;
  letter-spacing: 2px;
  color: #ffffff;
}

.inspire .bot {
  position: relative;
  margin-top: 70px;
}

.inspire .bot .tex-01 {
  position: absolute;
  padding: 0 0 15px 8px;
  top: 25%;
  left: 10%;
  color: #fff;
  background: url("../images/gz-l.jpg") no-repeat left bottom;
}

.inspire .bot .tex-01 p:nth-child(1), .inspire .bot .tex-01 p:nth-child(2) {
  font-size: 28px;
}

.inspire .bot .tex-01 p:nth-child(2) {
  letter-spacing: 6px;
  margin: 10px 0 17px;
}

.inspire .bot .tex-01 p:nth-child(3) {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: -6px;
}

.inspire .bot .tex-02 {
  position: absolute;
  top: 40%;
  right: 8%;
}

.inspire .bot .tex-02 {
  font-size: 24px;
  color: #ffffff;
}

.inspire .bot .tex-02 span:nth-child(1) {
  display: inline-block;
  width: 400px;
  position: relative;
  top: -7px;
  background: #fff;
  height: 1px;
  opacity: 0.23;
}

.inspire .bot .tex-02 span:nth-child(2) {
  padding-right: 19px;
  background: url("../images/gz-jt.png") no-repeat right center;
}

.inspire .bot .tex-02 span:nth-child(2) a {
  color: #fff;
}

.con-banner {
  position: relative;
}

.con-banner .tex {
  position: absolute;
  left: 0;
  top: 18%;
  width: 100%;
  color: #fff;
  text-align: center;
}

.con-banner .tex .tex-01 {
  height: 389px;
  background: url("../images/lx-k.png") no-repeat center center;
  padding-top: 77px;
}

.con-banner .tex .tex-01 p:nth-child(1) {
  font-size: 74px;
  font-weight: bold;
  color: #ffffff;
}

.con-banner .tex .tex-01 p:nth-child(2) {
  margin: 38px 0 25px;
  font-size: 36px;
  padding-left: 65px;
}

.con-banner .tex .tex-01 p:nth-child(3) {
  font-size: 30px;
  padding-left: 49px;
}

.con-banner .tex .tex-01 p:nth-child(2) span {
  margin-right: 16px;
  display: inline-block;
  width: 51px;
  height: 30px;
  background: url("../images/lx-b-01.png") no-repeat center center;
}

.con-banner .tex .tex-01 p:nth-child(3) span {
  margin-right: 16px;
  display: inline-block;
  width: 32px;
  height: 35px;
  background: url("../images/lx-b-02.png") no-repeat center center;
}

.address {
  background: #f0f0f0;
  padding: 87px 0 95px;
}

.address li {
  box-shadow: 0 0 20px rgba(9, 9, 9, 0.1);
  margin-top: 93px;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}

.address li:nth-child(1) {
  margin-top: 0;
}

.address li .img {
  width: 49.75%;
}

.address li .tex {
  width: 50.25%;
  background: #fff;
  padding: 0 20px;
}

.address li .tex .t-01 {
  padding: 20px 0 15px;
  border-bottom: 1px solid #cccccc;
}

.address li .tex .t-01 a {
  font-size: 30px;
  color: #043055;
}

.address li .tex .t-02 .item {
  font-size: 13px;
  color: #595757;
  padding: 15px 0 15px 50px;
  border-bottom: 1px solid #cccccc;
}

.address li .tex .t-02 .item:nth-child(1) {
  background: url("../images/lx-dz.png") no-repeat 13px center;
}

.address li .tex .t-02 .item:nth-child(2) {
  background: url("../images/lx-yb.png") no-repeat 13px center;
}

.address li .tex .t-02 .item:nth-child(3) {
  background: url("../images/lx-dh.png") no-repeat 13px center;
}

.address li .tex .t-03 {
  margin-top: 15px;
  padding-bottom: 15px;
}

.address li .tex .t-03 .item {
	font-size: 13px;
	color: #595757;
	padding: 5px 0 5px 50px;
}

.address li .tex .t-03 .item:nth-child(1) {
  background: url("../images/lx-l-01.png") no-repeat 13px center;
}

.address li .tex .t-03 .item:nth-child(2) {
  background: url("../images/lx-l-02.png") no-repeat 13px center;
}

.address li .tex .t-03 .item:nth-child(3) {
  background: url("../images/lx-l-03.png") no-repeat 13px center;
}
.address li .tex .t-03 .item-a {
    background: url("../images/lx-l-02.png") no-repeat 13px center!important;
}
.message {
  padding: 89px 0 97px;
}

.message .top {
  text-align: center;
}

.message .top p:nth-child(1) {
  color: #202c50;
  font-weight: bold;
  font-size: 32px;
}

.message .top p:nth-child(2) {
  width: 60px;
  height: 1px;
  background: #dcdcdc;
  margin-top: 25px;
}

.message .con {
  margin-top: 11px;
}

.message .con ul li {
  width: 20%;
  margin-left: 5%;
  float: left;
  margin-top: 41px;
}

.message .con ul {
  margin-left: -5%;
}

.message .con ul li select, .message .con ul li input {
  padding: 0 9px;
  width: 100%;
  height: 42px;
  border: 0;
  border-bottom: 1px solid #dcdcdc;
}

.message .con ul li select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("../images/lx-lx.jpg") no-repeat scroll right 5px center transparent;
}

.message .con ul li:last-child {
  width: 100%;
  margin-left: 5%;
}

.message .con ul li:last-child textarea {
  resize: none;
  width: 100%;
  height: 118px;
  border: 0;
  border-bottom: 1px solid #dcdcdc;
}

.message .con .tip {
  color: #333333;
  padding-top: 22px;
}

.message .con .btn {
  text-align: center;
  margin-top: 28px;
}

.message .con .btn button {
  cursor: pointer;
  width: 220px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border: 0;
  border-radius: 30px;
  background: #0080cc;
  color: #fff;
  font-size: 15px;
}

.message .con ul li:last-child textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999999;
}

.message .con ul li:last-child textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999999;
}

.message .con ul li:last-child textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999999;
}

.message .con ul li:last-child textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999999;
}

.cultures {
  margin-top: 88px;
}



.culture .z-bg {
  display: none;
}

.cultures li {
  float: left;
}

.cultures li:nth-child(1) {
  width: 30.375%;
}

.cultures li:nth-child(2) {
  width: 37.375%;
}

.cultures li:nth-child(3) {
  width: 32.25%;
}

.cultures li .tex {
  padding: 41px 27px 0 53px;
  background: #f2f2f2;
  height: 337px;
  position: relative;
}

.cultures li .tex p:nth-child(1) {
  font-size: 30px;
  color: #0b4978;
}

.cultures li .tex p:nth-child(2) {
  width: 48px;
  margin: 18px 0 13px;
  height: 2px;
  background: #9e9d9d;
}

.cultures li .tex p:nth-child(3) {
  font-size: 15px;
  color: #595757;
  line-height: 33px;
}

.cultures li:nth-child(odd) .tex img {
  position: absolute;
  top: -22px;
  left: 50%;
  margin-left: -18px;
  z-index: 999;
}

.cultures li:nth-child(even) .tex img {
  position: absolute;
  bottom: -22px;
  left: 50%;
  margin-left: -18px;
  z-index: 999;
}

.cultures li .img {
  overflow: hidden;
}

.cultures li .img img {
  transition: all 0.5s;
}

.cultures li:hover .img img {
  transform: scale(1.1);
}

/* 动画 */

.textLeftL {
  animation: moveLeftL 2s ease;
  animation-fill-mode: both;
}

.textRightL {
  animation: moveRightL 2s ease;
  animation-fill-mode: both;
}

.textUp2 {
  animation: moveUp 2s ease;
  animation-fill-mode: both;
}

.culture {
  margin-bottom: 110px;
}

.culture .c-top {
  font-size: 30px;
  color: #0b4978;
  text-align: center;
  margin-bottom: 75px;
}

@media (min-width: 1365px) and (max-width: 1439px) {
  .header .nav {
    margin-left: 3%;
  }
  .page-news .top select {
    margin-left: 2%;
  }
  .address li .tex .t-01 a {
    font-size: 30px;
  }
  .address li .tex .t-01 {
    padding: 20px 0 16px;
  }
  .address li .tex .t-02 .item {
    font-size: 14px;
    padding: 14px 0 14px 57px;
  }
  .address li .tex .t-03 {
    margin-top: 9px;
    padding-bottom: 20px;
  }
  .address li .tex .t-03 .item {
    font-size: 14px;
  }
  .con-banner .tex .tex-01 p:nth-child(1) {
    font-size: 46px;
  }
  .con-banner .tex .tex-01 {
    height: 350px;
    background-size: auto 100%;
  }
  .con-banner .tex {
    top: 5%;
  }
  .big-banner .tex .tex-01 {
    margin-top: 2.5%;
    height: 370px;
    background-size: auto 100%;
  }
  .to-top {
    right: 34px;
width: 50px;
  }
  .cultures li .tex {
    height: 255px;
    padding-top: 19px;
  }
  .big-banner .tex .tex-01 p:nth-child(2) {
    font-size: 40px;
  }
}

@media (min-width: 1440px) and (max-width: 1680px) {
  .header .nav {
    margin-left: 1%;
  }
  .page-news .top select {
  }
  .address li .tex .t-01 a {
    font-size: 30px;
  }
  .address li .tex .t-01 {
    padding: 20px 0 16px;
  }
  .address li .tex .t-02 .item {
    font-size: 14px;
    padding: 14px 0 14px 57px;
  }
  .address li .tex .t-03 {
    margin-top: 9px;
    padding-bottom: 20px;
  }
  .address li .tex .t-03 .item {
    font-size: 14px;
  }
  .con-banner .tex .tex-01 p:nth-child(1) {
    font-size: 54px;
  }
  .con-banner .tex {
    top: 5%;
  }
  .big-banner .tex .tex-01 {
    margin-top: 2%;
  }
  .cultures li .tex {
    height: 255px;
    padding-top: 19px;
  }
}

.header .nav li {
  position: relative;
}

.header .nav li .dropdown {
  display: none;
  background: #fff;
  line-height: normal;
  position: absolute;
  width: 204px;
  left: -25px;
  top: 90px;
  border-top: 2px solid #0080cc;
}

.header .nav li .dropdown a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 1px solid #e5e5e5;
  color: #666;
  height: 43px;
  line-height: 43px;
  padding: 0 24px;
  font-size: 14px;
  transition: all 0.3s;
  transition: color 0.3s linear;
  display: block;
}

.header .nav li .dropdown dd {
  position: relative;
}

.header .nav li .dropdown-1, .header .nav li .dropdown-2 {
  top: 0;
  left: 204px;
  display: none;
}

.header .nav li .dropdown a:hover, .header .nav li .dropdown a.active {
  background: #0080cc;
  color: #fff;
}

.dropdown-3 .sub-menu .ta1:before {
  content: "\f105";
  margin: 0;
  position: absolute;
  font-family: "FontAwesome";
  right: 10px;
}

.dropdown-4 .sub-menu .ta11:before {
  font-family: "FontAwesome";
  margin: 0;
  position: absolute;
  right: 10px;
}

.sp_box_a {
  margin-top: 90px;
  padding-top: 58px;
  padding-bottom: 55px;
  background: url(../images/a_bg.png) no-repeat center/cover;
}

.sp_box_a .inner {
  max-width: 100%;
  margin: 0;
}

.sp_box_a.fg {
  background-image: url(../images/b_bg.png);
  padding-bottom: 105px;
  padding-top: 90px;
}

.sp_box_a.dna {
  background-image: url(../images/e_bg.png);
}

.sp_box_a.zl {
  background-image: url(../images/f_bg.png);
}

.sp_box_a.gy {
  background-image: url(../images/c_bg.png);
}

.sp_box_a.ff {
  background-image: url(../images/g_bg.png);
  padding-top: 65px;
}

.sp_box_a.zt {
  background-image: url(../images/h_bg.png);
  padding-top: 65px;
}

.sp_box_a.mya {
  background-image: url(../images/i_bg.png);
  padding-top: 65px;
}

.sp_box_a.myb {
  background-image: url(../images/j_bg.png);
  padding-top: 65px;
}

.sp_box_a.gy .titb {
  margin-bottom: 30px;
}

.sp_box_a.js {
  background-image: url(../images/d_banner.png);
}

.sp_box_a.xh {
  background-image: url(../images/d_bg.png);
}

.sp_box_a .tit {
  font-size: 30px;
  font-weight: normal;
  color: #043055;
  line-height: 1.33;
  margin-bottom: 45px;
}

.sp_box_a .titb {
  font-size: 30px;
  color: #043055;
  font-weight: normal;
  margin-bottom: 40px;
}

.sp_box_a .titb.bl {
  color: #31c2a2;
}

.sp_box_a .titb.b82 {
  color: #083f82;
}

.sp_box_a .desbox {
  text-align: justify;
  font-size: 15px;
  color: #3e3a39;
  line-height: 1.8;
}

.sp_box_a .desbox p {
  margin-bottom: 10px;
  color: #595757;
}

.sp_box_a .desbox .a1 {
  color: #083f82;
  text-decoration: underline !important;
}

.sp_box_a .desbox span {
  color: #31c2a2;
}

.sp_box_a .des {
  font-size: 15px;
  color: #3e3a39;
}

.sp_box_a .des p {
  position: relative;
  padding-left: 28px;
}

.sp_box_a .des p:last-child {
  margin-bottom: 0;
}

.sp_box_a .des p::after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #353434;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.sp_box_a .sub_t {
  font-size: 23px;
  color: #595757;
  margin-bottom: 25px;
}

.sp_box_a .list_box {
  overflow: hidden;
}

.sp_box_a .list_box span {
  display: block;
  float: left;
  padding-left: 15px;
  padding-right: 10px;
  background: url(../images/bl_a.png) no-repeat left 10px;
  line-height: 26px;
  font-size: 16px;
  color: #595757;
  margin-right: 20px;
}

.sp_box_a .list_box span:nth-child(3n) {
  width: 20%;
}

.sp_tit {
  padding-top: 30px;
  text-align: center;
  font-size: 30px;
  color: #0b4978;
  line-height: 1;
  margin-bottom: 79px;
}

.sp_tit.sp_opc {
  color: #5f90b1;
}

.sp_tit.sp_opc::after {
  background: #5f90b1;
}

.sp_tit.sp_bpc {
  color: #1c8adf;
  margin-bottom: 30px;
}

.sp_tit.sp_bpc::after {
  background: #1c8adf;
}

.sp_tit.sp_zt {
  color: #0067b7;
  margin-bottom: 30px;
}

.sp_tit.sp_zt::after {
  background: #0067b7;
}

.sp_tit.sp_my {
  color: #ff9600;
  padding-top: 45px;
  margin-bottom: 50px;
}

.sp_tit.sp_my::after {
  background: #ff9600;
}

.sp_tit::after {
  content: "";
  display: block;
  width: 71px;
  height: 3px;
  margin: 20px auto 0;
  background: #0180cc;
}

.sp_box_b {
  background: #f3f4f5;
  padding-bottom: 50px;
}

.sp_box_b.wh_bg {
  background: #fff;
}

.sp_box_b.no_bg {
  background: none;
}

.sp_box_b .width_min {
  max-width: 100%;
}

.sp_box_b .c_box {
  position: relative;
  overflow: hidden;
}

.sp_box_b .c_box .img {
  float: left;
  max-width: 50%;
  padding-left: 79px;
  padding-bottom: 76px;
  position: relative;
  box-sizing: border-box;
}

.sp_box_b .c_box .img_n {
  float: left;
  max-width: 50%;
}

.sp_box_b .c_box .img_n img {
  display: block;
  max-width: 100%;
}

.sp_box_b .c_box .img::after {
  content: "";
  display: block;
  width: 83%;
  height: 85%;
  bottom: 0;
  left: 0;
  border: 16px solid #0480cc;
  position: absolute;
  z-index: 2;
}

.sp_box_b .c_box .img.li_sp {
  padding-bottom: 44px;
  padding-left: 64px;
}

.sp_box_b .c_box .img.li_sp::after {
  height: 87.3%;
  width: 87%;
  box-sizing: border-box;
}

.sp_box_b .c_box .img img {
  display: block;
  max-width: 100%;
  position: relative;
  z-index: 5;
}

.sp_box_b .c_box .txt {
  width: 540px;
  max-width: 48%;
  float: right;
  padding-top: 42px;
}

.sp_box_b .c_box .txt.pt0 {
  padding-top: 0;
}

.sp_box_b .c_box .txt.lg {
  width: 617px;
}

.sp_box_b .c_box .txt p {
  font-size: 15px;
  line-height: 2;
  color: #535354;
  padding-left: 40px;
  margin-bottom: 25px;
  background: url(../images/icon_sel.png) no-repeat left 10px;
}

.sp_box_b .c_box h3 {
  font-size: 15px;
  line-height: 2;
  color: #535354;
  font-weight: normal;
  padding-top: 50px;
}

.sp_box_b .c_box .txt span {
  font-size: 15px;
  line-height: 2;
  margin-bottom: 30px;
  color: #535354;
  display: block;
}

.sp_box_b li:nth-child(2n) .sp_tit {
  margin-bottom: 24px;
}

.sp_box_b li:nth-child(2n) .img {
  float: right;
  padding-right: 79px;
  padding-left: 0;
  padding-bottom: 76px;
}

.sp_box_b li:nth-child(2n) .img.li_sp {
  padding-left: 0;
  padding-right: 64px;
}

.sp_box_b li:nth-child(2n) .img::after {
  right: 0;
  bottom: 0;
  left: auto;
}

.sp_box_b li:nth-child(2n) .txt {
  float: left;
  padding-left: 75px;
}

.sp_box_c {
  padding-top: 30px;
  padding-bottom: 70px;
}

.sp_box_c .sp_tit {
  margin-bottom: 38px;
}

.sp_box_c img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.sp_box_d {
  background: #f3f4f5;
  padding-top: 6px;
  padding-bottom: 40px;
}

.sp_box_d .sp_tit {
  margin-bottom: 20px;
}

.sp_box_d .des {
  text-align: center;
  font-size: 20px;
  color: #262727;
  line-height: 40px;
}

.sp_box_d .abox {
  text-align: center;
  font-size: 0;
}

.sp_box_d .abox span, .sp_box_d .abox a {
  font-size: 15px;
  color: #0180cc;
  line-height: 40px;
  display: inline-block;
}

.sp_box_d .abox a:hover {
  color: #000;
  text-decoration: underline;
}

.sp_box_d .abox span {
  margin: 0 25px;
}

.sp_box_e {
  font-size: 0;
  text-align: center;
  padding-top: 55px;
}

.sp_box_e .box {
  display: inline-block;
  width: 18%;
  height: 175px;
  border-radius: 15px;
  border: 3px solid #0180cc;
  box-shadow: inset 13.896px 12.958px 5px 0px rgba(229, 227, 225, 0.35);
  background: #fff;
  margin: 0 5px 30px;
  padding-top: 20px;
}

.sp_box_e .img {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  border: 2px solid #0180cc;
  margin: 0 auto 20px;
  position: relative;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.22);
}

.sp_box_e .img img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 80%;
}

.sp_box_e span {
  display: block;
  font-size: 15px;
  color: #262727;
  line-height: 25px;
}

.sp_btn {
  text-align: center;
  font-size: 0;
  margin-bottom: 50px;
}

.sp_btn a {
  display: inline-block;
  font-size: 30px;
  color: #fff;
 padding: 15px 24px;
  background: #0b4978;
  border-radius: 25px;
  transition: all 0.3s;
}

.sp_btn {
  padding-top: 30px;
}

.sp_btn.sp_green a {
  background: #57b19f;
}

.sp_btn.sp_opc a {
  background: #5f90b1;
}

.sp_btn.l_blue a {
  background: #1c8adf;
}

.sp_btn.y_blue a {
  background: #0067b7;
}

.sp_btn.my_b a {
  background: #0b4978;
}

.sp_btn a:hover {
  background: #5f90b1;
}

.sp_box_f {
  padding-top: 10px;
}

.sp_box_f li {
  background: #f3f4f5;
  margin-bottom: 37px;
  padding-top: 85px;
  padding-bottom: 110px;
}

.sp_box_f .inner {
  width: 865px;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.sp_box_f img {
  display: block;
  float: left;
}

.sp_box_f .txt {
  float: right;
  width: 480px;
  padding-top: 15px;
}

.sp_box_f .tit {
  display: block;
  text-align: center;
  font-size: 30px;
  color: #fff;
  background: #0180cc;
  line-height: 54px;
  border-radius: 15px;
  margin-bottom: 35px;
}

.sp_box_f p {
  font-size: 15px;
  color: #3e3a39;
  line-height: 40px;
  text-align: justify;
}

.sp_box_f li:nth-child(2n) .tit {
  background: #f39800;
}

.sp_box_g {
  padding-top: 75px;
}

.sp_box_g .a_list {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

.sp_box_g .a_list li {
  float: left;
  background: #e6e6e6;
  width: 15%;
  margin-right: 1.6%;
  position: relative;
}

/*.sp_box_g .a_list li::after {
  content: "";
  display: block;
  width: 40px;
  height: 11px;
  background: url(../images/arrow.png) no-repeat;
  position: absolute;
  top: 15px;
  right: -23%;
}*/

.sp_box_g .a_list li:last-child {
  margin-right: 0;
}

.sp_box_g .a_list .tt {
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #6992cc;
  border-bottom: 10px solid #fff;
}

.sp_box_g .a_list .des {
  background: #e6e6e6;
  padding: 10px 10px;font-size: 14px;
}

.sp_box_g .a_list p {
  position: relative;
  color: #626161;
  padding-left: 8px;
  font-size: 15px;
  line-height: 28px;
  text-align: justify;
}

.sp_box_g .a_list p::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  margin-top: 5px;
  border-radius: 50%;
  background: #626161;
  position: absolute;
  left: 0;
  top: 8px;
}

.sp_box_g .txtbox {
  font-size: 15px;
  color: #595757;
  line-height: 40px;
  text-align: justify;
  margin-top: 60px;
  margin-bottom: 40px;
}

.sp_box_g .b_list {
  overflow: hidden;
  margin: 0 -16px;
  padding-bottom: 30px;
}

.sp_box_g .b_list li {
  width: 33.333333333333333%;
  float: left;
  padding: 0 16px;
}

.sp_box_g .b_list .inner {
  border: 1px solid #e5e3e3;
  background: #faf8f8;
  text-align: center;
  padding-top: 35px;
}

.sp_box_g .b_list .tit {
  font-size: 30px;
  color: #040404;
  line-height: 1;
}

.sp_box_g .b_list .tit::after {
  content: "";
  display: block;
  margin: 20px auto 0;
  width: 23px;
  height: 1px;
  background: #989797;
}

.sp_box_g .b_list .des {
  padding: 0 5px;
  margin-top: 25px;
  margin-bottom: 10px;
  font-size: 16px;
  color: #5d5c5c;
  height: 70px;

}

.sp_box_g .b_list img {
  display: block;
  width: 100%;
}

.js_title {
  text-align: center;
  font-size: 30px;
  color: #fff;
  background: #1f91d7;
  line-height: 85px;
  box-shadow: 0px 8px 21px 0px rgba(2, 85, 152, 0.22);
}

.js_title.sp_green {
  background: #57b19f;
  font-weight: normal;
}

.js_title.sp_blue {
  background: #5f90b1;
  font-weight: normal;
}

.js_title.sp_zt {
  background: #0067b7;
  font-weight: normal;
}

.js_title.sp_my {
  background: #ff9600;
  font-weight: normal;
}

.flat_adv {
  padding-top: 30px;
}

.flat_adv .a_list li {
  background: #f4f4f4;
  margin-top: 45px;
  padding-top: 62px;
  padding-bottom: 62px;
}

.flat_adv .a_list .container {
  overflow: hidden;
  max-width: 100%;
  position: relative;
}

.flat_adv .a_list .container img {
  display: block;
  float: left;
  max-width: 50%;
}

.flat_adv .a_list .txt {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 15px;
  line-height: 1.8;
  color: #595757;
  text-align: justify;
  max-width: 48%;
  width: 625px;
}

.flat_adv .a_list li:nth-child(2n) .txt {
  left: 0;
  right: auto;
}

.flat_adv .a_list li:nth-child(2n) .container img {
  float: right;
}

.teszbox {
  padding-top: 41px;
  margin-bottom: 10px;
}

.teszbox .list_a {
  margin: 70px -21px 0;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

.teszbox .list_a li {
  float: left;
  width: 33.3333333333333333%;
  padding: 0 21px;
}

.teszbox .list_a .inner {
  background: #f4f4f4;
  padding-top: 75px;
  height: 100%;
}

.teszbox .list_a img {
  display: block;
  margin: 0 auto;
  max-width: 60%;
}

.teszbox .list_a .text {
  padding: 0 25px;
  margin-top: 50px;
  padding-bottom: 60px;text-align: center;
}

.teszbox .list_a .text h3 {
  font-weight: normal;
  text-align: center;
  font-size: 24px;
  color: #595757;
  margin-bottom: 30px;
}

.teszbox .list_a .text p {
  font-size: 15px;
  color: #595757;
  margin-top: 4px;
}

.s_xh_box {
  padding-top: 24px;
}

.s_xh_box::after {
  content: "";
  display: block;
  clear: both;
}

.s_xh_box .lbox {
  float: left;
  padding-bottom: 68px;
  width: 75%;
}

.s_xh_box .lbox .tit {
  font-size: 30px;
  line-height: 66px;
  padding: 0 16px;
  color: #fff;
  background: #31c2a2;
  margin-bottom: 50px;
}

.s_xh_box .lbox .tit span {
  font-size: 24px;
}

.s_xh_box .lbox .tt {
  font-size: 24px;
  color: #595757;
  line-height: 34px;
  border-left: 3px solid #31c2a2;
  padding-left: 19px;
  margin-bottom: 20px;
}

.s_xh_box .lbox .des {
  font-size: 15px;
  color: #595757;
  line-height: 30px;
  padding-left: 25px;
}

.s_xh_box .lbox .des span {
  color: #31c2a2;
}

.s_xh_box .lbox .des a {
  text-decoration: none!important;
  color: #31c2a2;
}

.s_xh_box .lbox .des p {
  padding-left: 30px;
  background: url(../images/sel.png) no-repeat left 8px;
}

.s_xh_box .lbox img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.s_xh_box .lbox .img {
  padding: 20px 0;
}

.s_xh_box .lbox .img_des {
  text-align: center;
  font-size: 12px;
  margin-top: 15px;
  color: #595757;
}

.s_xh_box .lbox .order_btn {
  display: block;
  margin: 35px auto 0;
  width: 272px;
  line-height: 65px;
  border-radius: 15px;
  text-align: center;
  color: #fff;
  background: #31c2a2;
  font-size: 24px;
}

.s_xh_box .rbox {
  float: right;
  width: 21%;
}

.s_xh_box .rbox.on {
  position: fixed;
  top: 95px;
  right: 0;
}

.s_xh_box .rbox .box {
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: 0px 0px 4.85px 0.15px rgba(0, 0, 0, 0.43);
}

.s_xh_box .rbox .top {
  height: 225px;
}

.s_xh_box .rbox .down_l {
  background: #fff url(../images/icon_cc.png) no-repeat center bottom;
}

.s_xh_box .rbox .down_p {
  background: #fff url(../images/icon_dd.png) no-repeat center bottom;
}

.s_xh_box .rbox .abox {
  padding: 25px 20px;
}

.s_xh_box .rbox .abox a {
  display: block;
  border-bottom: 1px solid #f0f0f0;
  font-size: 14px;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-top: 5px;
  padding-right: 30px;
  padding-left: 5px;
  background: url(../images/downicon.png) no-repeat right 14px center;
}

.s_xh_box .rbox .abox a:hover {
  color: #31c2a2;
}

.s_xh_box .rbox .btn {
  text-align: center;
  font-size: 24px;
  background: #31c2a2;
  line-height: 60px;
  color: #fff;
  display: block;
}

.xh_mask {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.8;
  display: none;
}

.xh_form {
  position: fixed;
  z-index: 9999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  box-shadow: 0px 0px 7.44px 0.56px rgba(12, 93, 118, 0.35);
  width: 715px;
  max-width: 90%;
  overflow: hidden;
  border: 1px solid #b5b6b8;
  border-radius: 25px;
  padding: 45px 25px 50px;
  display: none;
}

.xh_form .close {
  height: 16px;
  width: 16px;
  background: url(../images/close_a.png) no-repeat center/cover;
  position: absolute;
  top: 25px;
  right: 20px;
  cursor: pointer;
}

.xh_form .c_bar {
  height: 50px;
  width: 100%;
  position: absolute;
  top: -32px;
  background: #31c2a2;
  border-radius: 25px;
}

.xh_form .succ {
  display: block;
  margin: 0 auto;
  max-width: 60%;
  padding-top: 50px;
  margin-bottom: 120px;
}

.xh_form .abox {
  width: 255px;
  margin: 0 auto;
  max-width: 60%;
}

.xh_form .abox a {
  display: block;
  text-align: center;
  line-height: 30px;
  border: 1px solid #31c2a2;
  font-size: 14px;
  color: #333;
  border-radius: 5px;
  margin-bottom: 24px;
}

.xh_form .abox a.on {
  background: #31c2a2;
  color: #fff;
}

.xh_form .tit {
  text-align: center;
  font-size: 24px;
  color: #595757;
  margin-bottom: 40px;
}

.xh_form textarea {
  resize: none;
  width: 100%;
  display: block;
  border: 1px solid #8f8f8f;
  padding: 12px;
  font-size: 12px;
  /*height: 150px;*/
}

.xh_form .submit_btn {
  display: block;
  margin: 0 auto;
  width: 130px;
  height: 34px;
  border-radius: 10px;
  font-size: 16px;
  color: #fff;
  background: #606060;
  border: none;
  cursor: pointer;
  margin-top: 40px;
}

.xh_form .submit_btn:hover {
  background: #31c2a2;
}

.xh_form .input_row {
  height: 37px;
  border: 1px solid #8f8f8f;
  margin-bottom: 5px;
  position: relative;width: 48%;float: left;margin-right: 2%;
}
.list_feedback{margin-top: 5px;}

.xh_form .input_row span {
  display: block;
  float: left;
  width: auto;
  line-height: 35px;
  padding-left: 12px;
  font-size: 12px;
  color: #000000;
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
}

.xh_form .input_row em {
  font-style: normal;
  color: #ff7878;
}

.xh_form .input_row option {
  padding: 50px;
}

.xh_form .input_row .f_ele {
  display: block;
  float: left;
  width: 100%;
  border: none;
  height: 100%;
  font-size: 14px;
  padding-left: 12px;
  position: relative;
  z-index: 10;
  background: none;
}

.xh_form .input_row.spanh span {
  display: none !important;
}

.xh_form .input_row .sel {
  cursor: pointer;
  background: url(../images/sle_dw.png) no-repeat right 20px center;
  padding-right: 44px;}

.xh_form .input_row .down_box {
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  background: #fff;
  z-index: 90;
  line-height: 24px;
  display: none;
  border: 1px solid #8f8f8f;
}

.xh_form .input_row .down_box p {
  padding: 0 20px;
  border-bottom: 1px solid #f1f1f1;
  font-size: 12px;
  color: #000000;
  padding-left: 12px;
}

.xh_form .input_row .down_box p:hover {
  color: #fff;
  background: #31c2a2;
}

.sp_blank {
  height: 90px;
}

.index_news_b {
  padding-top: 40px;
  padding-bottom: 40px;
}

.sp_news {
  overflow: hidden;
  padding-bottom: 70px;
}

.sp_news .tit {
  width: 22%;
  padding-top: 30px;
  float: left;
  font-size: 24px;
  color: #080808;
}

.sp_news .sp_box {
  float: left;
  width: 78%;
}

.sp_news .sp_box li {
  line-height: 94px;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  padding-left: 220px;
}

.sp_news .sp_box li span {
  position: absolute;
  display: block;
  left: 0;
  font-size: 24px;
  color: #020202;
  opacity: 0.68;
  top: 0;
}

.sp_news .sp_box li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
  padding-right: 55px;
  color: #080808;
  position: relative;
  transition: all 0.3s;
}

.sp_news .sp_box li a:hover {
  color: #0075c1;
}

.sp_news .sp_box li a:hover::after {
  background-color: #0075c1;
}

.sp_news .sp_box li a::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  transition: all 0.3s;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  background: #9e9e9e url(../images/news_plus.png) no-repeat center/60% auto;
}

.page-news .top_sp select:nth-of-type(2) {
  width: 149px;
  margin-left: 2%;
}

.page-news .top_sp .input {
	width: calc(100% - 360px);
	background: #000;
	margin-left: 0;
}

.page-news .top_sp .input input {
  width: 80%;
}

.page-news .top_sp .input button {
  width: 20%;
}

.sp_news_b {
  margin: 0px  0px 54px;
  overflow: hidden;
}

.sp_news_b li {
  padding: 5px;
  margin-right: 2%;
}
.sp_news_b li:last-child{margin-right: 0;}
.sp_news_b li.anim{width: 31%;float: left;}

.searchTitle{font-size: 25px;}
.sp_news_b li a {
  padding: 15px 0px 20px 0px;
  border-bottom: 2px solid #787d7f;
  display: block;
}

.sp_news_b li a:hover .tt {
  color: #0075c1;
}

.sp_news_b li a .tt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
  color: #090909;
  line-height: 1;
  transition: all 0.3s;
}
.sp_news_b li a .des{height: 65px;;}
.sp_news_b li span{

 line-height:1.53;
 font-size:15px;
 letter-spacing:.6px;
 color:#787d7f;
 overflow:hidden;
 text-overflow:ellipsis;
 white-space:nowrap;margin-top: 5px;display: block;
}
.sp_news_b li a .des span {
  display: block;
  font-size: 16px;
  color: #6c6e6f;
  line-height: 30px;
}

.sp_news_b li a img {
  display: block;
  width: 100%;
  margin-top: 15px;
}

.sp_active {
  padding-top: 55px;
  padding-bottom: 135px;
}

.sp_active .tit {
  font-size: 36px;
  color: #090909;
  margin-bottom: 24px;
}

.sp_active .box {
  overflow: hidden;
  position: relative;
}
.sp_active .box img{max-width: 100%;height:auto;margin: auto;display: block;}

.sp_active .box .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 49%;
  height: 100%;
}

.sp_active .box .img img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}

.sp_active .box .txt {
  position: relative;
  width: 51%;
  float: right;
  padding: 22px 30px 20px 45px;
  background: #fafafa;
}

.sp_active .box .tt {
  font-size: 34px;
  font-weight: bold;
  line-height: 1;
  color: #0b4978;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 18px;
}

.sp_active .box .tt a {
  color: inherit;
}

.sp_active .box .tt a:hover {
  color: #000;
}

.sp_active .box .op {
  overflow: hidden;
  padding-bottom: 5px;
  border-bottom: 1px solid #d7d7d7;
}

.sp_active .box .op span {
  display: block;
  font-size: 15px;
  color: #275072;
  float: left;
}

.sp_active .box .op span:nth-of-type(2) {
  float: right;
}

.sp_active .box .person {
  overflow: hidden;
  margin-top: 24px;
  margin-bottom: 24px;
  line-height: 46px;
}

.sp_active .box .person span {
  display: block;
  float: left;
  border-radius: 23px;
  padding: 0 25px;
  color: #fff;
  background: #00a0e9;
  font-size: 25px;
}

.sp_active .box .person em {
  display: block;
  font-style: normal;
  font-size: 36px;
  margin-left: 26px;
  color: #090909;
  float: left;
}

.sp_active .box .cbox {
  padding-bottom: 15px;
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 14px;
}

.sp_active .box .cbox:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.sp_active .box .cbox .stt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 22px;
  color: #595757;
}

.sp_active .box .cbox p {
  font-size: 16px;
  color: #595757;
  margin-top: 4px;
}

.sp_active .box .d_btn {
  font-size: 16px;
  color: #174f7c;
  margin-top: 28px;
  display: inline-block;
}

.sp_bl_list {
  overflow: hidden;
  padding-top: 40px;
  width: 1412px;
  padding-bottom: 72px;
  max-width: 100%;
  margin: 0 auto;
}

.sp_bl_list li {
  width: 33.33333333333333%;
  float: left;
  padding: 0 6px;
}

.sp_bl_list li:nth-child(2) .top p {
  color: #5f90b1;
}

.sp_bl_list .inner {
  display: block;
  width: 100%;
  padding-bottom: 9px;
  border-bottom: 7px solid #f3f3f3;
  transition: all 0.3s;
}

.sp_bl_list .top {
  background: #f3f3f3;
  padding-top: 30px;
  padding-bottom: 30px;
  transition: all 0.3s;
  text-align: center;
}

.sp_bl_list .top img {
  display: block;
  margin: 0 auto;
  transition: all 0.3s;
}

.sp_bl_list .top p {
  text-align: center;
  font-size: 19px;
  color: #57b19f;
  margin-top: 15px;
}

.sp_bl_list .inner.on {
  border-color: #57b19f;
}

.sp_bl_list .inner.on .top {
  background: #57b19f;
}

.sp_bl_list .inner:hover {
  border-color: #57b19f;
}

.sp_bl_list .inner:hover .top {
  background: #57b19f;
}

.sp_bl_list .inner.on .top p {
  color: #fff;
}

.sp_bl_list .inner:hover .top p {
  color: #fff;
}

.sp_bl_list .inner.on .top img {
  -webkit-filter: grayscale(100%) brightness(700%);
  /* Chrome, Safari, Opera */
  filter: grayscale(100%) brightness(700%);
}

.sp_bl_list .inner:hover .top img {
  -webkit-filter: grayscale(100%) brightness(700%);
  /* Chrome, Safari, Opera */
  filter: grayscale(100%) brightness(700%);
}

.sp_bl_list .inner.active {
  border-color: #5f90b1;
}

.sp_bl_list .inner.active .top {
  background: #5f90b1;
}

.sp_bl_list li:nth-child(2) .inner:hover {
  border-color: #5f90b1;
}

.sp_bl_list li:nth-child(2) .inner:hover .top {
  background: #5f90b1;
}

.sp_bl_list .inner.active .top p {
  color: #fff;
}

.sp_bl_list .inner.active .top img {
  -webkit-filter: grayscale(100%) brightness(700%);
  /* Chrome, Safari, Opera */
  filter: grayscale(100%) brightness(700%);
}

.sp_dna_des {
  padding-top: 65px;
}

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

.sp_dna_des p {
  font-size: 15px;
  color: #535354;
  margin-bottom: 50px;
}

.sp_dna_des img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.sp_list_a {
  background: #f4f4f4;
  margin-top: 70px;
  padding: 44px 55px 40px;
  border-radius: 30px;
}

.sp_list_a .des {
  font-size: 15px;
  color: #595757;
  line-height: 32px;
  margin-bottom: 80px;
}

.sp_list_a ul {
  overflow: hidden;
  width: 1256px;
  margin: 0 auto;
  max-width: 100%;
}

.sp_list_a ul li {
  float: left;
  width: 33.333333333333%;
  padding: 0 13px;
}

.sp_list_a ul li img {
  display: block;
  width: 100%;
}

.sp_img_list {
  padding-top: 95px;
}

.sp_img_list.pt30 {
  padding-top: 30px;
}

.sp_img_list .sp_tit {
  padding-top: 0;
  margin-bottom: 40px;
  color: #5f90b1;
}

.sp_img_list .sp_tit::after {
  background: #5f90b1;
}

.sp_img_list .sp_tit.sp_bpc {
  color: #1c8adf;
}

.sp_img_list .sp_tit.sp_bpc::after {
  background-color: #1c8adf;
}

.sp_img_list .sp_tit.sp_zt {
  color: #0067b7;
}

.sp_img_list .sp_tit.sp_zt::after {
  background-color: #0067b7;
}

.sp_img_list .sp_tit.sp_my {
  color: #ff9800;
}

.sp_img_list .sp_tit.sp_my::after {
  background-color: #ff9800;
}

.sp_img_list .des {
  font-size: 15px;
  color: #535354;
  line-height: 35px;
  margin-bottom: 30px;
}

.sp_img_list img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.sp_img_list .box {
  width: 1400px;
  max-width: 100%;
  margin: 0 auto 45px;
}

.sp_ff_list {
  width: 1325px;
  margin: 0 auto;
  max-width: 100%;
  overflow: hidden;
  padding-top: 50px;
  margin-bottom: 75px;
}

.sp_ff_list li {
  float: left;
  width: 48.3%;
}

.sp_ff_list li:nth-child(2) {
  float: right;
}

.sp_ff_list li a {
  display: block;
  padding-bottom: 9px;
  border-bottom: 14px solid #f4f4f4;
  transition: all 0.35s;
}

.sp_ff_list li .top {
  background: #f4f4f4;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  transition: all 0.35s;
}

.sp_ff_list li h3 {
  font-size: 26px;
  color: #848687;
  line-height: 1;
  margin-bottom: 20px;
  transition: all 0.35s;
}

.sp_ff_list li p {
  font-size: 16px;
  color: #848687;
  transition: all 0.35s;
}

.sp_ff_list li.on .top {
  background: #1c8adf;
}

.sp_ff_list li.on a {
  border-color: #1c8adf;
}

.sp_ff_list li:hover .top {
  background: #1c8adf;
}

.sp_ff_list li:hover a {
  border-color: #1c8adf;
}

.sp_ff_list li.on h3, .sp_ff_list li.on p {
  color: #fff;
}

.sp_ff_list li:hover h3, .sp_ff_list li:hover p {
  color: #fff;
}

.sp_ff_list li.active .top {
  background: #0067b7;
}

.sp_ff_list li.active a {
  border-color: #0067b7;
}

.sp_ff_list_b li:hover .top {
  background: #0067b7;
}

.sp_ff_list_b li:hover a {
  border-color: #0067b7;
}

.sp_ff_list li.active h3, .sp_ff_list li.active p {
  color: #fff;
}

.sp_ff_list .li h3 {
  color: #ff9600;
}

.sp_ff_list .li p {
  color: #ff9600;
}

.sp_ff_list .li.on .top {
  background: #ff9600;
}

.sp_ff_list .li:hover .top {
  background: #ff9600;
}

.sp_ff_list .li.on a {
  border-color: #ff9600;
}

.sp_ff_list .li:hover a {
  border-color: #ff9600;
}

.sp_ff_list .li.on h3, .sp_ff_list .li.on p {
  color: #fff;
}

.sp_ff_list .li:hover h3, .sp_ff_list .li:hover p {
  color: #fff;
}

.sp_ff_des {
  font-size: 15px;
  color: #3e3a39;
  line-height: 32px;
  margin-top: 45px;
}

.sp_container {
  width: 1325px;
  margin: 20px auto;
  max-width: 100%;
}

.b10 {
  height: 10px;
}

.sp_app {
  margin-bottom: 30px;
}

.sp_app .des {
  font-size: 15px;
  color: #585757;
  margin-top: 68px;
}

.sp_app .sp_box {
  margin-top: 50px;
  font-size: 0;
  text-align: center;
}

.sp_app .sp_box .sli {
  display: inline-block;
  overflow: hidden;
  padding: 0 50px;
  border-left: 2px solid #059de8;
}

.sp_app .sp_box .sli:nth-child(1) {
  border: none;
}

.sp_app .sp_box .sli img {
  display: block;
  float: left;
}

.sp_app .sp_box .sli p {
  font-size: 15px;
  float: left;
  font-size: 22px;
  color: #585757;
  line-height: 96px;
  margin-left: 15px;
}

.sp_bsl {
  background: #f4f4f4;
  margin-bottom: 40px;
  padding: 30px 0;
}

.sp_bsl .inbox {
  background: url(../images/lsp_bg.png) no-repeat center/cover;
  padding-top: 450px;
  padding-bottom: 45px;
  overflow: hidden;
}

.sp_bsl .inbox li {
  width: 33.33333333333%;
  text-align: center;
  float: left;
  padding: 0 75px;
  color: #fff;
  font-size: 15px;
  line-height: 2;
  position: relative;
}

.sp_bsl .inbox li::after {
  content: "";
  display: block;
  width: 10px;
  height: 121px;
  position: absolute;
  background: url(../images/l_bar.png) no-repeat center/cover;
  right: -5px;
  top: 50%;
  transform: translateY(-50%);
}

.sp_bsl .inbox li:last-child::after {
  display: none;
}

.my_libox {
  padding-bottom: 20px;
}

.my_libox .des {
  padding-top: 10px;
  margin-bottom: 25px;
  font-size: 15px;
  color: #585757;
}

.my_libox .box {
  overflow: hidden;
  text-align: center;
  font-size: 0;
}

.my_libox .box.ttt {
  padding-top: 30px;
}

.my_libox .box .li {
  display: inline-block;
  margin: 0 45px;
}

.my_libox .box .li.th {
  margin: 0 9%;
}

.my_libox .box .li img {
  display: block;
  margin: 0 auto;
}

.my_libox .box .li p {
  margin-top: 34px;
  font-size: 15px;
  color: #585757;
}

@media (max-width: 768px) {
  .flat_adv .a_list .container img{max-width: 100%;}
  .list_feedback{font-size: 12px;}
.sp_box_e .box{display: inline-block;
    width: 48%;
    height: 175px;
    border-radius: 15px;
    border: 3px solid #0180cc;
    box-shadow: inset 13.896px 12.958px 5px 0px rgba(229, 227, 225, 0.35);
    background: #fff;
    margin: 0 5px 5px auto;
    padding-top: 20px;}  
.s_xh_box .rbox .anim{width: 48%;float: left;margin-right: 4%;}
.s_xh_box .rbox .anim:nth-child(2){margin-right: 0;}
.s_xh_box  .rbox{width:100% !important}
.s_xh_box .rbox.on{ position:static!important; }
  .sp_box_a {
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .sp_box_a .tit {
    font-size: 20px;
    margin-bottom: 24px;
  }
  .sp_box_a .sub_t {
    font-size: 15px;
  }
  .sp_box_a .list_box span {
    width: 100%;
    margin-bottom: 10px;
    font-size: 15px;
  }
  .sp_box_a .list_box span:nth-child(3n) {
    width: 100%;
  }
  .sp_tit {
    padding-top: 24px;
    font-size: 22px;
    margin-bottom: 30px;
    line-height: 1.6;
  }
  .sp_tit::after {
    width: 54px;
    margin-top: 15px;
  }
  .sp_box_b .c_box .img::after {
    display: none;
  }
  .sp_box_b .c_box .img {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
  .sp_box_b .c_box .txt {
    width: 100%;
    max-width: 100%;
    padding-top: 20px;
  }
  .sp_box_b li:nth-child(2n) .img {
    padding: 0;
  }
  .sp_box_b li:nth-child(2n) .txt {
    padding-left: 0;
  }
  .sp_box_d .des {
    font-size: 15px;
    line-height: 1.67;
  }
  .sp_box_d .abox span {
    display: none;
  }
  .sp_box_d .abox a {
    width: 50%;
    font-size: 15px;
  }
  .sp_box_e span {
    font-size: 12px;
  }
  .sp_btn {
    padding: 0 15px;
  }
  .sp_btn a {
    font-size: 16px;
    padding: 10px 15px;
  }
  .sp_box_e {
    padding-bottom: 30px;
  }
  .sp_btn {
    margin-bottom: 30px;
  }
  .sp_box_a.fg {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .sp_box_a .titb {
    font-size: 20px;
    margin-bottom: 24px;
  }
  .sp_box_a .titb.blue_sp {
    color: #083f82;
  }
  .sp_box_a .des p {
    font-size: 15px;
    margin-bottom: 10px;
    text-align: justify;
  }
  .sp_box_f img {
    float: none;
    margin: 0 auto 30px;
    width: 180px;
  }
  .sp_box_f li {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .sp_box_f .txt {
    width: 100%;
    float: none;
  }
  .sp_box_f .tit {
    font-size: 15px;
    line-height: 1.6;
    padding: 10px 10px;
  }
  .sp_box_f p {
    font-size: 16px;
    line-height: 1.6;
  }
  .sp_box_f {
    padding-bottom: 20px;
  }
  .sp_box_a .desbox {
    font-size: 15px;
    line-height: 1.6;
  }
  .sp_box_g .a_list li::after {
    display: none;
  }
  .sp_box_g .a_list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
  }
  .sp_box_g {
    padding-top: 0;
  }
  .sp_box_g .txtbox {
    margin-top: 4px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 1.67;
  }
  .sp_box_g .b_list li {
    width: 100%;
  }
  .sp_box_g .b_list .des {
    font-size: 15px;
    height: auto;
  }
  .sp_box_g .b_list .tit {
    font-size: 22px;
  }
  .flat_adv {
    padding-top: 0;
  }
  .js_title {
    font-size: 28px;
    line-height: 1.6;
    padding: 15px 30px;
  }
  .flat_adv .a_list .txt {
    position: static;
    width: 100%;
    max-width: 100%;
    transform: translateY(0);
    font-size: 16px;
    margin-top: 18px;
  }
  .flat_adv .a_list .container img {
    float: none;
  }
  .flat_adv .a_list li:nth-child(2n) .container img {
    float: none;
  }
  .flat_adv .a_list li {
    padding-top: 34px;
    padding-bottom: 34px;
    margin-top: 20px;
  }
  .teszbox .list_a li {
    width: 100%;
    margin-bottom: 15px;
  }
  .teszbox .list_a img {
    width: 60px;
  }
  .teszbox .list_a .text {
    padding-right: 15px;
    padding-left: 15px;
    margin-top: 20px;
  }
  .teszbox .list_a .inner {
    padding-top: 24px;
  }
  .teszbox .list_a .text h3 {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 20px;
  }
  .teszbox .list_a .text p {
    font-size: 16px;
    margin-top: 10px;
  }
  .teszbox {
    margin-bottom: 40px;
  }
  .s_xh_box .lbox {
    width: 100%;
    padding-bottom: 24px;
  }
  .s_xh_box .lbox .tit {
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 1.4;
  }
  .s_xh_box .lbox .tit span {
    font-size: 16px;
  }
  .s_xh_box .lbox .tt {
    font-size: 15px;
  }
  .s_xh_box .lbox .des {
    font-size: 16px;
  }
  .s_xh_box .lbox .order_btn {
    font-size: 15px;
    width: 200px;
    line-height: 40px;
  }
  .s_xh_box .rbox {
    width: 100%;
  }
  .xh_form .input_row span {
    padding-left: 10px;
  }
  .xh_form .input_row .f_ele {
    font-size: 12px;
  }
  .xh_form {
    padding: 25px 15px;
  }
  .xh_form .tit {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .xh_form .input_row {
    margin-bottom: 10px;
  }
  .xh_form textarea {
    height: 60px;
  }
  .xh_form .submit_btn {
    margin-top: 24px;
  }
  .xh_form .succ {
    margin-bottom: 80px;
  }
  .sp_blank {
    display: none;
  }
  .index_news_b {
    padding-top: 0 !important;
  }
  .sp_news .tit {
    width: 100%;
    font-size: 20px;
    padding-top: 0;
  }
  .sp_news .sp_box {
    width: 100%;
    margin-top: 15px;
  }
  .sp_news .sp_box li span {
    position: static;
    font-size: 14px;
    margin-bottom: 8px;
  }
  .sp_news .sp_box li {
    padding-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
  }
  .sp_news .sp_box li a {
    font-size: 16px;
  }
  .sp_news .sp_box li a::after {
    right: 15px;
  }
  .page-news .top_sp select:nth-of-type(2) {
    width: 100%;
    margin-top: 10px;
    margin-left: 0;
  }
  .sp_news_b {
    margin-right: 0;
    margin-left: 0;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .sp_news_b li {
    width: 100%;
    padding: 0;
  }
  .sp_news_b li a {
    padding: 20px 15px;
    margin-bottom: 21px;
  }
  .sp_news_b li a .tt {
    font-size: 15px;
  }
  .sp_news_b li a .des span {
    font-size: 15px;
  }
  .sp_active {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  .sp_active .tit {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .sp_active .box .img {
    position: static;
    height: auto;
    width: 100%;
  }
  .sp_active .box .txt {
    width: 100%;
    float: none;
    padding: 20px 15px;
  }
  .sp_active .box .tt {
    font-size: 20px;
  }
  .sp_active .box .op span {
    font-size: 14px;
  }
  .sp_active .box .person {
    line-height: 30px;
    font-size: 16px;
  }
  .sp_active .box .person span {
    font-size: 16px;
  }
  .sp_active .box .person em {
    font-size: 16px;
    margin-left: 5px;
  }
  .sp_active .box .cbox .stt {
    font-size: 16px;
    margin-bottom: 4px;
  }
  .sp_active .box .cbox p {
    font-size: 14px;
  }
  .sp_active .box .d_btn {
    font-size: 15px;
    margin-top: 10px;
  }
  .sp_bl_list {
    padding-top: 0;
    padding-bottom: 24px;
  }
  .sp_bl_list li {
    width: 33.3333%;
    margin-bottom: 24px;
  }
  .sp_dna_des {
    padding-top: 40px;
  }
  .sp_dna_des p {
    font-size: 16px;
  }
  .sp_dna_des .inner {
    padding-bottom: 30px;
  }
  .sp_box_b .c_box .txt p {
    margin-bottom: 20px;
  }
  .sp_list_a {
    margin-top: 30px;
    border-radius: 10px;
    padding: 24px 15px;
  }
  .sp_list_a .des {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 24px;
  }
  .sp_list_a ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .sp_img_list {
    padding-top: 40px;
  }
  .sp_img_list .des {
    font-size: 16px;
    line-height: 1.6;
  }
  .sp_box_b .c_box .txt.pt0 {
    margin-top: 28px;
  }
  .sp_ff_list {
    padding-top: 0;
    margin-bottom: 30px;
  }
  .sp_ff_list li {
    width: 100%;
    margin-bottom: 24px;
  }
  .sp_ff_des {
    font-size: 16px;
    line-height: 1.6;
  }
  .sp_box_b .c_box .img.li_sp {
    padding-left: 0;
    padding-bottom: 20px;
  }
  .sp_box_b li:nth-child(2n) .img.li_sp {
    padding-right: 0;
  }
  .sp_box_b .c_box h3 {
    padding-top: 0;
  }
  .sp_box_b .c_box .img_n {
    max-width: 100%;
    width: 100%;
  }
  .sp_app .sp_box .sli {
    display: block;
    width: 33.33333333333%;
    float: left;
    padding: 0;
    border: none;
  }
  .sp_app .sp_box .sli img {
    float: none;
    margin: 0 auto;
    width: 50px;
  }
  .sp_app .sp_box .sli p {
    display: block;
    float: none;
    margin-left: 0;
    line-height: 2;
    margin-top: 10px;
    font-size: 14px;
  }
  .sp_app .sp_box {
    overflow: hidden;
  }
  .sp_app .des {
    font-size: 14px;
    margin-top: 24px;
  }
  .sp_bsl .inbox {
    padding-top: 40px;
  }
  .sp_bsl .inbox li {
    width: 100%;
    padding: 10px 15px;
    font-size: 16px;
  }
  .sp_bsl .inbox li::after {
    display: none;
  }
  .my_libox .box .li {
    display: block;
    width: 50%;
    float: left;
    margin: 0;
    margin-top: 25px;
  }
  .my_libox .box .li img {
    width: 120px;
  }
  .my_libox .box .li p {
    margin-top: 10px;
  }
  .my_libox .des {
    margin-bottom: 0;
  }
  .my_libox .box.ttt {
    padding-top: 0;
  }
  .my_libox .ttt .li {
    width: 33.3333333333333%;
    margin: 0;
  }
  .my_libox .ttt .li img {
    width: 80%;
  }
  .my_libox .ttt .li p {
    font-size: 14px;
  }
  .my_libox .box .li.th {
    margin: 0;
  }
  .header {
    background: #0b4978;
  }
}
@media screen and (max-width: 750px){



 .sp_active td{display: none;}
  .sp_active td:last-child{display: block;}
  .index_news .bot .h_pic{display: none;}
}
/*20210325*/
.footer .top .tex p:nth-child(4),.footer .top .tex p:nth-child(3),.footer .top .tex p:nth-child(2){background-size: 18px 18px;}
.code ul li a{float: left;margin-left:20px;cursor: default;}
#Image2,#Image1,#Image3{height: 28px;}
.header .nav li a{font-size: 13px;}
.index_news .bot .h_news ul li dt{font-size: 14px;}
.wel-banner .words p{font-size: 48px;}

.service .tex .top p:nth-child(3) {

    font-size: 14px;
    line-height: 30px;
    color:     #e9e9e9;

}
@media screen and (min-width:35em) {
.container,.w-1427,.w-1449{
  margin:0 44px;width:auto;min-width: auto;
 }
 
}
@media screen and (min-width:48em) {
.container,.w-1427,.w-1449{
  margin:0  44px;width:auto;min-width: auto;
 }
 
}
@media screen and (min-width:64em) {
 

.index_news .bot .h_pic{margin-left: 50px;}
.index_news .bot .h_pic img{max-width: 500px;}
.container{margin: 0 100px;}
}

@media screen and (min-width:80em) {
.container,.w-1427,.w-1449{
  margin:0 170px;width:auto;min-width: auto;
 }

}
@media screen and (min-width:96em) {
.container,.w-1427,.w-1449{
  margin:0 16%;width:auto;min-width: auto;
 }
 
}
@media screen and (max-width: 750px){

.wel-banner .words p{ margin:0;
 font-size:26px;
 font-weight:600;
 font-style:normal;
 line-height:1.31;
 letter-spacing:1.9px}

 .sp_active td{display: none;}
  .sp_active td:last-child{display: block;}
}
.pageinfo{display: none;}
.pagelist{clear: both;text-align: center;margin-top: 20px;}
.pagelist a{display: inline-block;padding:5px 10px;}
.pagelist  a.on{background: #3da8f5;color: #fff;}
.pagelist  a.next:before{content:'>>'}
.pagelist  a.prev:before{content:'<<'}

/* 促销单页 */
.cx-list{
  margin-bottom: 30px;
  padding-left: 25px;
}
.cx-box {
    /* width: 31.5%; */
    margin-bottom: 10px;
}
.cx-title{font-size: 17px;color: #043055;margin-bottom: 8px;}
.cx-ys{font-size: 15px;color: #595757;line-height: 1.8;}
.table{width: 100%;color: #595757;font-size: 15px;}
.table-box{margin-bottom: 40px;padding-top: 20px;}
.table tr td{font-size: 15px;color: #595757;padding: 3px 0px 3px 20px;}
.mart{margin-top: 20px;}
@media (max-width:768px){
    .cx-list{display: block;}
    .cx-box{width: 100%;margin-bottom: 12px;}
    .table tr td{padding: 2px 0px 2px 8px;}
}