@charset "UTF-8";
.padding {
  padding: 10px 0%;
  width: 1400px;
  margin: 0 auto;
  box-sizing: border-box; }

.pubTit {
  width: 242px;
  height: 55px;
  line-height: 55px;
  font-size: 20px;
  text-align: center;
  color: #fff;
  border-radius: 8px;
  background: #FF6700;
  margin: 80px auto; }

.head {
  background: #fff;
  padding: 10px 0%; }
  .head .logoBox .rightFont {
    margin-left: 20px; }
    .head .logoBox .rightFont p:first-child {
      color: #FF5B1A;
      font-size: 20px; }
    .head .logoBox .rightFont p:nth-child(2) {
      color: #333;
      font-size: 13px; }
  .head .nav {
    width: calc(100% - 615px - 4%); }
    .head .nav li {
      font-size: 17px;
      margin: 0 2%; }
  .head .yuejuanBtn {
    width: 113px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    background: #2A82E4;
    color: #fff; }

.banner {
  width: 100%; }
  .banner .bg {
    width: 100%;
    height: 686px;
    object-fit: cover; }
  .banner .banLi {
    height: 100%;
    position: relative; }
  .banner .banBox {
    width: 1400px;
    margin: 0 auto;
    z-index: 2;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%); }
  .banner .bananerText {
    color: #fff; }
    .banner .bananerText .tit {
      font-size: 65px;
      font-weight: 700;
      margin-top: -40px; }
    .banner .bananerText .subTit {
      font-size: 35px;
      margin-bottom: 20px; }
    .banner .bananerText .desc {
      font-size: 15px; }
    .banner .bananerText .btn {
      margin-top: 100px; }
      .banner .bananerText .btn .btn1 {
        width: 198px;
        height: 58px;
        line-height: 58px;
        font-size: 20px;
        color: #000;
        text-align: center;
        background: #ffd54d;
        border-radius: 159px; }
      .banner .bananerText .btn .btn2 {
        text-decoration: underline;
        margin-left: 40px; }
  .banner .banImg {
    position: relative;
    bottom: -40px;
    width: MIN(98%, 753px);
    right: -30px; }

.TitBox {
  padding: 40px 0;
  text-align: center; }
  .TitBox .tit {
    font-size: 40px;
    color: #000;
    font-weight: bold; }
  .TitBox .subTit {
    font-size: 20px;
    color: #666666; }

.syYoushi {
  margin-top: 120px; }
  .syYoushi .cont {
    text-align: center;
    margin: 50px auto 40px;
    box-sizing: border-box;
    position: relative;
    width: 788px; }
    .syYoushi .cont .youshiImg {
      width: 788px;
      height: 599px; }
    .syYoushi .cont .li {
      width: 418px;
      height: 157px;
      background: #FFFFFF;
      z-index: 9;
      border-radius: 15px 15px 78.5px 15px;
      box-shadow: rgba(1, 131, 254, 0.14);
      border: 2px solid #0183FE; }
      .syYoushi .cont .li .tit {
        font-size: 24px;
        font-weight: bold;
        margin: 9px 0 0 -34px;
        border-radius: 14px;
        line-height: 49px;
        background: #0183FE;
        color: #fff;
        width: 187px;
        height: 49px; }
      .syYoushi .cont .li .text {
        font-size: 19px;
        color: #000;
        clear: both;
        padding: 5px 20px 0;
        width: 80%;
        text-align: left;
        box-sizing: border-box; }
    .syYoushi .cont .no1 {
      left: -265px;
      top: 0px;
      position: absolute; }
    .syYoushi .cont .no2 {
      right: -253px;
      top: 0px;
      position: absolute;
      border-radius: 15px 15px 15px 78.5px; }
      .syYoushi .cont .no2 .tit {
        margin: 9px -34px 0 0;
        float: right; }
      .syYoushi .cont .no2 .text {
        float: right; }
    .syYoushi .cont .no3 {
      left: -228px;
      top: 353px;
      position: absolute; }
    .syYoushi .cont .no4 {
      right: -215px;
      top: 353px;
      position: absolute;
      border-radius: 15px 15px 15px 78.5px; }
      .syYoushi .cont .no4 .tit {
        margin: 9px -34px 0 0;
        float: right; }
      .syYoushi .cont .no4 .text {
        float: right; }

.sy_cp {
  width: 100%;
  margin-top: 40px;
  clear: both;
  padding-bottom: 10px;
  background: #F5F6FC url(../images/bg2.png) no-repeat top;
  background-size: 100%; }
  .sy_cp .TitBox .tit {
    color: #fff; }
  .sy_cp .TitBox .subTit {
    color: #fff; }
  .sy_cp .cont {
    margin-top: 30px; }
    .sy_cp .cont .cpLi {
      border-radius: 10px;
      background: #FFFFFF;
      height: 575.09px;
      padding: 30px;
      box-sizing: border-box;
      width: calc(21.6% - 30px);
      margin-left: 20px; }
      .sy_cp .cont .cpLi:first-child {
        width: calc(35% - 20px);
        background: linear-gradient(to bottom, #FFFFFF, #D4DFFF); }
        .sy_cp .cont .cpLi:first-child .img {
          float: right;
          width: 100%;
          max-width: 100%;
          margin-top: -20px; }
      .sy_cp .cont .cpLi .img {
        max-width: 100%;
        width: 100%;
        margin-top: 40px; }
      .sy_cp .cont .cpLi .tit {
        font-size: 34px;
        color: #000;
        font-weight: bold; }
      .sy_cp .cont .cpLi .line {
        display: block;
        background: #FF8D1A;
        width: 42px;
        height: 5px;
        margin-top: 10px; }
      .sy_cp .cont .cpLi .text {
        font-size: 22px;
        color: #666;
        margin-top: 20px; }

.sy_new {
  padding-bottom: 50px; }
  .sy_new .cont .li {
    width: calc(33.3% - 50px);
    margin-left: 40px;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 5px 3px 15px rgba(0, 0, 0, 0.1);
    background: #FFFFFF;
    border: 1px solid #E3E3E3;
    border-radius: 10px; }
    .sy_new .cont .li .img {
      width: 100%; }
    .sy_new .cont .li .tit {
      font-size: 24px;
      font-weight: bold;
      margin: 10px 0;
      color: #000; }
    .sy_new .cont .li .text {
      font-size: 16px;
      line-height: 1.5; }
    .sy_new .cont .li .more {
      color: #154CE6;
      margin-top: 20px;
      display: block; }

.syAbout {
  width: 100%;
  margin-top: 40px;
  clear: both;
  padding-bottom: 10px;
  background: #F5F6FC url(../images/bg2.png) no-repeat top;
  background-size: 100%; }
  .syAbout .TitBox .tit {
    color: #fff; }
  .syAbout .TitBox .subTit {
    color: #fff; }
  .syAbout .cont {
    background: #FFFFFF url(../images/bg3.png) no-repeat center top;
    background-size: 100%;
    border-radius: 10px;
    padding: 80px 100px;
    box-sizing: border-box; }
  .syAbout .tab {
    margin-bottom: 50px; }
    .syAbout .tab .tabLi {
      text-align: center; }
      .syAbout .tab .tabLi .val {
        font-size: 38px;
        font-weight: bold;
        color: #000; }
      .syAbout .tab .tabLi .name {
        font-size: 16px; }
  .syAbout .textBox p {
    color: #000;
    margin-bottom: 10px;
    line-height: 2.5; }

.hezuo {
  width: 100%;
  margin-top: 40px;
  padding-bottom: 70px;
  clear: both;
  background: #3469FF url(../images/hezuo.png) no-repeat top;
  background-size: 100%; }
  .hezuo .TitBox .tit {
    color: #fff; }
  .hezuo .TitBox .subTit {
    color: #fff; }
  .hezuo .cont {
    width: 1300px;
    margin: 0 auto;
    background: #FFFFFF;
    border-radius: 8px; }
    .hezuo .cont .hzImg {
      width: 40%; }
    .hezuo .cont .inputBox {
      width: 60%;
      padding: 0 110px;
      box-sizing: border-box;
      margin-top: 140px; }
      .hezuo .cont .inputBox .li {
        margin-bottom: 30px; }
        .hezuo .cont .inputBox .li .name {
          font-size: 20px;
          color: #333333; }
        .hezuo .cont .inputBox .li .input {
          background: #F0F0F0;
          border-radius: 5px;
          height: 48px;
          line-height: 48px;
          width: 80%;
          margin-left: 10px;
          padding: 0 4px;
          box-sizing: border-box; }
      .hezuo .cont .inputBox .btn {
        background: #FF6700;
        margin: 70px auto 0;
        border-radius: 5px;
        height: 56px;
        line-height: 56px;
        font-size: 20px;
        color: #fff;
        width: 212px;
        text-align: center; }

.footer {
  background: #313439;
  padding-top: 52px; }
  .footer .footLogo {
    width: 418px; }
  .footer .footNav {
    width: 40%;
    flex-flow: row wrap;
    margin: 0 100px; }
    .footer .footNav li {
      width: 30%;
      margin: 10px 0; }
      .footer .footNav li a {
        color: #fff; }
  .footer .ewm {
    width: 166px; }

.footerTip {
  background: #313439;
  text-align: center;
  padding: 40px 0;
  font-size: 14px;
  color: #fff; }

.banYj {
  width: 100%;
  height: 677px !important;
  clear: both;
  background: #0F64F7 url(../images/yjBan.png) no-repeat top;
  background-size: 100%; }
  .banYj .banImg {
    width: MIN(90%, 778px); }
  .banYj .subTit {
    font-size: 30px; }
    .banYj .subTit span {
      font-size: 46px;
      color: #80FFEA;
      font-weight: bold; }
  .banYj .banImg {
    bottom: 0; }

.yj .zaixian .sb {
  width: 697px; }

.yj .zaixian .zxList {
  width: calc(100% - 700px - 50px);
  margin-left: 100px; }
  .yj .zaixian .zxList .li {
    margin-bottom: 80px; }
    .yj .zaixian .zxList .li .name {
      width: 107px;
      position: relative; }
      .yj .zaixian .zxList .li .name:before {
        width: 32px;
        position: absolute;
        top: -26px;
        left: -26px;
        content: '';
        height: 32px;
        transform: rotate(-42.8deg);
        background: #e6eaff;
        border-radius: 8px; }
      .yj .zaixian .zxList .li .name::after {
        width: 107px;
        height: 107px;
        box-sizing: border-box;
        content: '';
        position: absolute;
        left: 0;
        top: -10px;
        border-radius: 12px;
        transform: rotate(-42.8deg);
        background: #FCFDFF;
        border: 6px solid #1D3ED1;
        box-shadow: 2px 2px 7px rgba(29, 62, 209, 0.33); }
      .yj .zaixian .zxList .li .name .font {
        font-size: 30px;
        color: #1d3ed1;
        position: absolute;
        text-align: center;
        top: -15px;
        line-height: 1;
        width: 107px;
        height: 117px;
        padding: 0 15px;
        z-index: 2;
        font-weight: bold; }
    .yj .zaixian .zxList .li .text {
      background: rgba(217, 224, 255, 0.33);
      border-radius: 24px;
      width: 90%;
      margin-left: 50px;
      padding: 25px 15px 20px 100px;
      box-sizing: border-box;
      font-size: 18px;
      color: #333333; }
    .yj .zaixian .zxList .li:last-child {
      margin-bottom: 0; }

.yj .gn .item .textBox {
  width: 40%; }
  .yj .gn .item .textBox .tit {
    font-size: 42px;
    font-weight: bold;
    color: #000; }
  .yj .gn .item .textBox .text {
    font-size: 20px;
    line-height: 1.8;
    margin-top: 30px;
    color: #000; }

.yj .gn .item .img {
  max-width: 80%; }

.anli .list {
  flex-flow: row wrap;
  margin-top: 50px; }
  .anli .list .li {
    width: calc(33.3% - 40px);
    margin-left: 30px;
    margin-bottom: 30px; }
    .anli .list .li .img {
      width: 100%;
      display: block;
      border: 1px solid gray; }
      .anli .list .li .img img {
        width: 100%; }
    .anli .list .li .tit {
      text-align: center;
      height: 47px;
      line-height: 47px;
      width: 100%;
      text-align: center;
      color: #fff;
      background: rgba(29, 127, 240, 0.97); }

.newBa {
  height: 561px; }

.newBa .banLi {
  width: 100%;
  height: 561px;
  clear: both;
  background: url(../images/newBan.png) no-repeat top;
  background-size: cover; }

.newBa .banBox .bananerText .tit {
  margin-top: 100px; }

.ban_lx .banBox .bananerText .tit {
  margin-top: 100px; }

.dh {
  border-bottom: 1px solid #ccc;
  font-size: 16px;
  color: #000; }

.new {
  margin-bottom: 100px; }
  .new .list {
    margin-top: 50px; }
    .new .list .li {
      border-radius: 10px;
      margin-bottom: 30px;
      padding: 35px;
      box-sizing: border-box;
      background: white;
      border: 1px solid #e3e3e3;
      box-shadow: 5px 3px 15px rgba(0, 0, 0, 0.05); }
      .new .list .li .img {
        width: 297px; }
        .new .list .li .img img {
          width: 100%; }
      .new .list .li .textBox {
        width: calc(100% - 320px);
        margin-left: 20px; }
        .new .list .li .textBox .tit {
          font-size: 22px;
          font-weight: 700; }
        .new .list .li .textBox .text {
          font-size: 16px;
          color: #666;
          line-height: 1.8;
          height: 100px;
          margin-top: 10px; }
        .new .list .li .textBox .more {
          color: #154CE6; }
      .new .list .li:hover .tit {
        color: #ee5204; }
  .new .cont {
    width: 1265px;
    padding: 70px;
    border: 1px solid #ececec;
    box-sizing: border-box;
    border-radius: 10px;
    background: #fff;
    box-shadow: 5px 3px 15px rgba(0, 0, 0, 0.05);
    margin: 60px auto 0; }
    .new .cont .tit {
      font-size: 30px;
      text-align: center;
      font-weight: 500; }
    .new .cont .info {
      font-size: 16px;
      color: #999;
      text-align: center; }
    .new .cont .line {
      width: 100%;
      height: 1px;
      background: #D1D1D1;
      margin-top: 40px; }
    .new .cont .nr {
      margin-top: 50px;
      line-height: 2;
      color: #333; }
      .new .cont .nr img {
        max-width: 90%;
        display: block;
        margin: 40px auto; }

/* 分页 */
.pagination {
  font-size: 0;
  text-align: center;
  overflow: hidden;
  margin: 60px 0; }

.pagination > div {
  line-height: 26px; }

.pagination a {
  font-size: 14px;
  background-repeat: no-repeat;
  display: inline-block;
  min-width: 28px;
  text-align: center;
  padding: 3px;
  border: solid 1px #d6dce1;
  border-radius: 3px;
  margin-right: 5px; }

.pagination .cur {
  background: #0066CC;
  font-weight: 700;
  color: #fff;
  border: none; }

.zhaoshang {
  width: 100%;
  clear: both;
  background: url(../images/bg4.png) no-repeat top;
  background-size: 100%;
  padding-bottom: 30px; }
  .zhaoshang .cont {
    background: #fff;
    width: 844px;
    border-radius: 10px;
    padding: 50px 60px;
    box-sizing: border-box;
    margin: 20px auto 0;
    flex-flow: row wrap; }
  .zhaoshang .li {
    width: calc(50% - 20px);
    margin-right: 20px;
    margin-bottom: 20px; }
    .zhaoshang .li .name {
      font-size: 18px;
      margin-bottom: 10px; }
    .zhaoshang .li .input {
      height: 46px;
      line-height: 46px;
      padding: 0 5px;
      box-sizing: border-box;
      border-radius: 5px;
      background: #fff;
      border: 1px solid #e8e8e8;
      width: 100%; }
    .zhaoshang .li .text {
      border-radius: 5px;
      height: 200px;
      background: #fff;
      border: 1px solid #e8e8e8;
      width: 100%;
      padding: 10px;
      box-sizing: border-box; }
  .zhaoshang .btn {
    height: 63px;
    line-height: 63px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    width: 242px;
    margin: 0 auto;
    border-radius: 8px;
    background: #FF6700; }

.lx {
  background: #F5F6FC; }
  .lx .aboutTop {
    margin: 100px auto; }
    .lx .aboutTop .aboutImg {
      width: 706px; }
    .lx .aboutTop .textBox {
      width: calc(100% - 760px); }
      .lx .aboutTop .textBox .name {
        font-size: 42px;
        font-weight: bold; }
      .lx .aboutTop .textBox .text {
        margin-top: 20px;
        color: #666;
        line-height: 2; }
        .lx .aboutTop .textBox .text p {
          margin-bottom: 30px; }

.lxBa {
  width: 917px;
  position: absolute;
  top: 0;
  right: 0; }

.lxCenter .tit {
  font-size: 38px;
  font-weight: bold;
  text-align: center; }

.lxCenter .list {
  margin-top: 50px; }
  .lxCenter .list .li {
    width: calc(33% - 30px);
    background: white;
    border-radius: 6px;
    padding: 40px 30px;
    box-sizing: border-box; }
    .lxCenter .list .li .name {
      font-size: 20px; }
    .lxCenter .list .li .val {
      font-size: 34px; }
    .lxCenter .list .li .textBox {
      width: calc(100% - 63px);
      margin-left: 20px; }

.lxCenter .map {
  width: 100%;
  margin: 100px 0; }
  .lxCenter .map img {
    max-width: 100%;
    width: auto; }

.fx {
  margin: 60px auto 0;
  width: 1200px; }
  .fx .desc {
    border-radius: 20px;
    background: #e3f0ff;
    padding: 45px 40px;
    box-sizing: border-box;
    font-size: 18px;
    margin-top: 40px; }
  .fx .fxImg {
    max-width: 100%;
    margin: 30px auto 0; }
  .fx .dingzhi .tit {
    color: #FF8D1A;
    font-size: 26px;
    font-weight: bold;
    margin: 50px 0 20px;
    text-align: center; }
  .fx .dingzhi .list .li {
    width: calc(25% - 20px);
    height: 243px;
    border: 1px solid #1A55BA;
    background: #EBF3FF;
    border-radius: 23px;
    padding: 14px 28px;
    box-sizing: border-box; }
    .fx .dingzhi .list .li .name {
      height: 47px;
      line-height: 47px;
      font-size: 20px;
      text-align: center;
      background: #105EE6;
      color: #fff;
      border-radius: 100px;
      margin-bottom: 30px; }
    .fx .dingzhi .list .li .text {
      line-height: 1.8; }
  .fx .tab {
    margin: 30px 0; }
    .fx .tab .tabLi {
      margin: 0 10px;
      cursor: pointer;
      font-size: 18px;
      display: inline-block;
      padding: 5px 14px;
      box-sizing: border-box;
      width: auto !important; }
  .fx .tabBox {
    margin-top: 60px; }
    .fx .tabBox img {
      width: 100%; }
  .fx .textBtm {
    width: 1182px;
    margin: 50px auto; }
    .fx .textBtm .topImg {
      width: 100%; }
    .fx .textBtm .text {
      background: #D6E4FF;
      padding: 40px;
      box-sizing: border-box;
      font-size: 18px;
      line-height: 1.8; }

.gallery-thumbs .swiper-slide-active {
  border-radius: 4px;
  border: 1px solid #1a55ba;
  font-weight: bold;
  color: #1A55BA;
  font-weight: bold; }

.lunbo {
  width: 1200px;
  margin: 0 auto; }

.swiper-button-next:after, .swiper-button-prev:after {
  color: #1A55BA; }

.swiper-pagination2 {
  position: relative;
  bottom: -80px !important; }

.bannerSlide .banner .banLi {
  padding-bottom: 40px; }

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  background-color: #0066CC; }

.banner .banImg{bottom: 12px;}
.banner .bg{height: 641px;}
.syYoushi{margin-top:27px;}
.banYj{height:543px !important;}
.new .list .li .textBox .text{height:auto; margin-bottom:20px}
.lxBa{width:749px;}
.anli .list .li{width:calc(25% - 40px)}



