.w1200 {
  width: 1200px;
  margin: 0 auto;
}

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

.banner {
  position: relative;
}
.banner .swiper-slide{
    pointer-events: auto;
}
.banner .swiper-slide a{
    display: block;
}

.banner .swiper-slide img {
  width: 100%;
}

#boxxx .banner .swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  background-color: #ffffff;
  margin: 0 14px;
  color: transparent;
  opacity: 1;
}

#boxxx .banner .swiper-pagination-bullet-active {
  opacity: 1;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  border: 1px solid rgba(255, 255, 255, 0);
  background: url(../image/bann.png) no-repeat center;
  color: #ffffff;
  box-sizing: border-box;
}

#boxxx .banner .swiper-pagination-bullet-active .rightcircle {
  -webkit-animation: circleProgressLoad_right 5s linear infinite;
  animation: circleProgressLoad_right 5s linear infinite;
}

#boxxx .banner .swiper-pagination-bullet-active .leftcircle {
  -webkit-animation: circleProgressLoad_left 5s linear infinite;
  animation: circleProgressLoad_left 5s linear infinite;
}

#boxxx .banner .swiper-pagination-bullet-active .wrapper_con {
  display: block;
}

#boxxx .banner .swiper-pagination {
  font-size: 0;
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  left: 50%;
  margin-left: -600px;
}

#boxxx .banner .swiper-pagination > span {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

#boxxx .banner .swiper-container-rtl .swiper-button-next {
  left: calc(8.335% - 32px);
}

#boxxx .banner .swiper-container-rtl .swiper-button-prev {
  right: calc(8.335% - 32px);
}

#boxxx .banner .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 46px;
}

#boxxx .banner .swiper-pagination-custom {
  bottom: 46px;
}

#boxxx .banner .swiper-pagination-fraction {
  bottom: 46px;
}

#boxxx .right {
  right: -1px;
}

#boxxx .left {
  left: -1px;
}

#boxxx .circleProgress {
  width: 24px;
  height: 24px;
  border: 1px solid transparent;
  border-radius: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(-135deg);
  box-sizing: border-box;
}

#boxxx .rightcircle {
  border-bottom: 1px solid #0b4da1;
  border-left: 1px solid #0b4da1;
  right: 0;
}

#boxxx .leftcircle {
  border-top: 1px solid #0b4da1;
  border-right: 1px solid #0b4da1;
  left: 0;
}

@keyframes circleProgressLoad_right {
  0% {
    transform: rotate(45deg);
  }
  50%, 100% {
    transform: rotate(225deg);
  }
}

@keyframes circleProgressLoad_left {
  0%, 50% {
    transform: rotate(45deg);
  }
  100% {
    transform: rotate(225deg);
  }
}

@-webkit-keyframes to100vh {
  0% {
    width: 0;
  }
  100% {
    width: 100vw;
  }
}

@keyframes to100vh {
  0% {
    width: 0;
  }
  100% {
    width: 100vw;
  }
}

#boxxx .wrapper_con {
  width: 12px;
  height: 24px;
  position: absolute;
  top: -1px;
  overflow: hidden;
  display: none;
}

#boxxx .swiper-button-prev, #boxxx .swiper-button-next {
  opacity: 1;
  background: none;
  width: 42px;
  height: 41px;
  border: solid 1px white;
  border-radius: 50%;
  text-align: center;
  line-height: 37px;
  bottom: 38px;
  top: auto;
}

#boxxx .swiper-button-prev {
  left: 19%;
}

#boxxx .swiper-button-next {
  right: auto;
  left: 21.6%;
}

#boxxx .swiper-button-prev:hover, #boxxx .swiper-button-next:hover {
  background-color: #0b4da1;
  border-color: #0b4da1;
}

.hbg {
  position: relative;
  height: 213px;
  z-index: 99;
  width: 1920px;
  left: 50%;
  margin-left: -960px;
}

.hbg::before {
  content: '';
  position: absolute;
  width: 830px;
  height: 213px;
  background: #f5f5f5;
  left: 0;
  top: 0;
  z-index: -1;
}

.hbg::after {
  content: '';
  position: absolute;
  width: 1292px;
  height: 70px;
  background: #121b2b;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.hbg .h-index .logo {
  line-height: 143px;
  width: 516px;
}

.hbg .h-index .hwen {
  margin-top: 50px;
}

.hbg .h-index .hwen p:nth-of-type(1) {
  color: #333333;
  font-size: 24px;
}

.hbg .h-index .hwen p:nth-of-type(1) strong {
  color: #0d4da1;
  font-weight: 500;
}

.hbg .h-index .hwen p:nth-of-type(2) {
  color: #333333;
  font-size: 14px;
}

.hbg .h-index .htel {
  background: url(../image/tel1.png) no-repeat left center;
  padding-left: 65px;
  margin-top: 50px;
}

.hbg .h-index .htel p {
  font-weight: 600;
}

.hbg .h-index .htel p:nth-of-type(1) {
  color: #333333;
  font-size: 20px;
  line-height: 1;
}

.hbg .h-index .htel p:nth-of-type(2) {
  color: #0d4da1;
  font-size: 24px;
  line-height: 1;
}

.hbg .hdao .hdao1 {
  width: 260px;
  height: 71px;
  background: #0b4da1;
}

.hbg .hdao .hdao1 a {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 71px;
  text-align: center;
}


.ab-index {
  margin-top: 130px;
}

.ab-index .aboutl {
  width: 572px;
  height: 664px;
}

.ab-index .aboutr {
  width: 563px;
}

.ab-index .aboutr .at1 {
  margin-top: 28px;
}

.ab-index .aboutr .at2 {
  color: #333333;
  font-size: 40px;
  margin-top: -30px;
}

.ab-index .aboutr .at3 {
  color: #333333;
  font-size: 20px;
  margin-top: 30px;
}

.ab-index .aboutr .at4 {
  margin-top: 20px;
}

.ab-index .aboutr .at4 p {
  color: #7b7b7b;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 20px;
}

.ab-index .aboutr .at5 {
  margin-top: 35px;
}

.ab-index .aboutr .at5 .at5-a {
  width: 252px;
  height: 80px;
  background: #0b4da1;
}

.ab-index .aboutr .at5 .at5-a:hover {
  background: #104385;
  transition: 0.5s;
}

.ab-index .aboutr .at5 .at5-a a {
  display: block;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  
}

.ab-index .aboutr .at5 .at5-a a span {
  display: inline-block;
  width: 28px;
  height: 2px;
  background: #fff;
  margin-right: 15px;
}

.ab-index .aboutr .at5 .at5-b {
  padding: 0 18px;
}

.ab-index .aboutr .at5 .at5-b li {
  align-items: center;
}

.ab-index .aboutr .at5 .at5-b li .img1 {
  border: 1px solid #f5f5f5;
  width: 74px;
  height: 74px;
  border-radius: 50%;
  text-align: center;
  line-height: 74px;
}

.ab-index .aboutr .at5 .at5-b li .img1 img {
  width: 57px;
  height: 57px;
  margin: 0 auto;
}

.ab-index .aboutr .at5 .at5-b li .wz {
  margin-left: 17px;
}

.ab-index .aboutr .at5 .at5-b li .wz .wz1 {
  color: #333333;
  font-size: 18px;
}

.ab-index .aboutr .at5 .at5-b li .wz .wz2 {
  color: #666666;
  font-size: 16px;
}


.fw-bg {
  background: #f4f4f5;
  margin-top: 140px;
  padding: 65px 0;
}

.fw-bg .fw-index .ft {
  text-align: center;
}

.fw-bg .fw-index .ft .ft2 {
  margin-top: -30px;
  color: #333333;
  font-size: 40px;
}

.fw-bg .fw-index .fw-roll {
  overflow: hidden;
  margin-top: 55px;
}

.fw-bg .fw-index .fw-roll .bd ul li {
  width: 370px;
  height: 580px;
  margin: 0 23px;
  margin-bottom: 5px;
  background: #fff;
}

.fw-bg .fw-index .fw-roll .bd ul li .img1 img {
  width: 370px;
  height: 276px;
}

.fw-bg .fw-index .fw-roll .bd ul li .wz {
  background: #fff;
  padding: 0 37px;
  height: 305px;
}

.fw-bg .fw-index .fw-roll .bd ul li .wz .img2 {
  width: 100px;
  height: 100px;
  background: #fff;
  margin-top: -50px;
  position: relative;
  text-align: center;
  line-height: 100px;
}

.fw-bg .fw-index .fw-roll .bd ul li .wz .img2 img {
  opacity: 0.5;
}

.fw-bg .fw-index .fw-roll .bd ul li .wz .wz1 {
  color: #333333;
  font-size: 24px;
  line-height: 1;
  margin-top: 15px;
}

.fw-bg .fw-index .fw-roll .bd ul li .wz .wz2 {
  color: #666666;
  font-size: 16px;
  line-height: 30px;
  margin-top: 20px;
  height: 125px;
  overflow: hidden;
}

.fw-bg .fw-index .fw-roll .bd ul li .wz .wz3 {
  font-size: 16px;
  color: #a4a4a4;
}

.fw-bg .fw-index .fw-roll .bd ul li .wz .wz3 span {
  color: #0b4da1;
}

.fw-bg .fw-index .fw-roll .bd ul li:hover {
  box-shadow: 0px 0px 21px 0px rgba(34, 23, 20, 0.12);
}

.fw-bg .fw-index .fw-roll .bd ul li:hover .wz .img2 img {
  opacity: 1;
}

.fw-bg .fw-index .fw-roll .hd {
  margin-top: 44px;
}

.fw-bg .fw-index .fw-roll .hd ul {
  text-align: center;
}

.fw-bg .fw-index .fw-roll .hd ul li {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: #b2b5bc;
  border-radius: 50%;
  text-indent: -2000px;
  margin: 0 10px;
}

.fw-bg .fw-index .fw-roll .hd ul li.on {
  background: #0b4da1;
}


.choose-bg {
  position: relative;
  width: 1920px;
  left: 50%;
  margin-left: -960px;
  margin-top: 55px;
}

.choose-bg::before {
  content: '';
  position: absolute;
  background: url(../image/bj11.png) no-repeat top center;
  width: 185px;
  height: 520px;
  left: 0;
  top: 0;
}

.choose-bg .cht {
  padding-top: 30px;
}

.choose-bg .cht .cht2 {
  color: #333333;
  font-size: 40px;
  margin-top: -30px;
}

.choose-bg .choose-roll {
  margin-top: 35px;
  margin-left: 340px;
  overflow: hidden;
}

.choose-bg .choose-roll .chooseSwiper .swiper-slide {
  width: 600px !important;
}

.choose-bg .choose-roll .chooseSwiper .swiper-slide a {
  border: 2px solid #f3f3f3;
  display: block;
  background: url(../image/san.png) no-repeat 212px top;
  width: 600px !important;
  margin: 20px;
}

.choose-bg .choose-roll .chooseSwiper .swiper-slide a .ww1 {
  align-items: center;
  justify-content: flex-start;
  padding: 53px;
  padding-bottom: 0;
}

.choose-bg .choose-roll .chooseSwiper .swiper-slide a .ww1 .img1 {
  width: 74px;
  height: 74px;
}

.choose-bg .choose-roll .chooseSwiper .swiper-slide a .ww1 .wz {
  margin-left: 20px;
}

.choose-bg .choose-roll .chooseSwiper .swiper-slide a .ww1 .wz .wz1 {
  color: #333333;
  font-size: 18px;
}

.choose-bg .choose-roll .chooseSwiper .swiper-slide a .ww1 .wz .wz2 {
  color: #0b4da1;
  font-size: 16px;
}

.choose-bg .choose-roll .chooseSwiper .swiper-slide a .ww2 {
  padding: 53px;
  padding-top: 0;
  margin-top: 35px;
  color: #969696;
  font-size: 16px;
  line-height: 30px;
}

.choose-bg .choose-roll .chooseSwiper .swiper-slide a:hover {
  box-shadow: 0 0 20px #f5f5f5;
  margin: 20px;
}

.choose-roll .swiper-pagination1{
    bottom: 0;
    right: 360px;
    top: 50px;
}

.choose-roll .swiper-pagination1 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #b2b5bc;
  opacity: 1;
  margin: 0 6px;
}

.choose-roll .swiper-pagination1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0b4da1;
}


.shuzi-bg {
  background: url(../image/bj22.jpg) no-repeat top center;
  height: 234px;
  overflow: hidden;
  margin-top: 100px;
  position: relative;
}

.shuzi-bg .num-list {
  justify-content: center;
  margin-top: 42px;
}

.shuzi-bg .num-list li {
  background: url(../image/at4.png) no-repeat right center;
  height: 150px;
  text-align: center;
  width: 25%;
}

.shuzi-bg .num-list li .counter {
  color: #ffffff;
  font-size: 48px;
  font-weight: 600;
}

.shuzi-bg .num-list li .nmu1 {
  color: #ffffff;
  font-size: 16px;
  line-height: 1;
}

.shuzi-bg .num-list li .nmu2 {
  color: #ffffff;
  font-size: 20px;
  margin-top: 5px;
}


.shili-bg {
  background: #f4f4f5;
  margin-top: -60px;
  padding-top: 154px;
}

.shili-bg .shit {
  text-align: center;
}

.shili-bg .shit .shit2 {
  color: #333333;
  font-size: 40px;
  margin-top: -30px;
}

.shili-bg .shili-roll {
  margin-top: 50px;
  padding-bottom: 215px;
}

.shili-bg .shili-roll .shiliSwiper .swiper-slide {
  position: relative;
}

.shili-bg .shili-roll .shiliSwiper .swiper-slide .img1 img {
  width: 100%;
}

.shili-bg .shili-roll .shiliSwiper .swiper-slide .wz {
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  width: 377px;
  background: #ffffff;
  box-shadow: 0px 0px 21px 0px rgba(34, 23, 20, 0.12);
  margin: 0 auto;
  padding: 32px;
  box-sizing: border-box;
}

.shili-bg .shili-roll .shiliSwiper .swiper-slide .wz .wz1 {
  color: #333333;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}

.shili-bg .shili-roll .shiliSwiper .swiper-slide .wz .wz2 {
  color: #7e7e7e;
  font-size: 16px;
  margin: 10px 0;
}

.shili-bg .shili-roll .shiliSwiper .swiper-slide .wz .wz3 {
  width: 15px;
  height: 2px;
  background: #0b4da1;
}

.shili-bg .shili-roll .shiliSwiper .swiper-pagination2 {
  position: relative;
  bottom: -120px;
}

.shili-bg .shili-roll .shiliSwiper .swiper-pagination2 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #b2b5bc;
  opacity: 1;
}

.shili-bg .shili-roll .shiliSwiper .swiper-pagination2 .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0b4da1;
}

.we-img {
  width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
}

.we-index {
  margin-top: -231px;
  position: relative;
}

.we-index .we-left {
  width: 600px;
}

.we-index .we-left .we1 .we1-a {
  width: 285px;
  height: 231px;
}

.we-index .we-left .we1 .we1-b {
  width: 285px;
  height: 231px;
  background: #0b4da1;
  color: #fff;
  padding-left: 35px;
  padding-top: 45px;
  box-sizing: border-box;
}

.we-index .we-left .we1 .we1-b p {
  font-size: 20px;
}

.we-index .we-left .we1 .we1-b p:nth-of-type(1) {
  font-weight: 600;
  font-size: 48px;
  font-family: "Impact";
  line-height: 1;
  margin-bottom: 5px;
}

.we-index .we-left .we1 .we1-b p:nth-of-type(3) {
  font-size: 22px;
}

.we-index .we-left .we2 {
  margin-top: 70px;
}

.we-index .we-left .we2 .ndetail1-item {
  border: 1px solid #e5e5e5;
  margin-bottom: 12px;
  padding: 0 32px;
}

.we-index .we-left .we2 .ndetail1-item .ndetail1-title {
  height: 70px;
  line-height: 70px;
  font-weight: 500;
  color: #666666;
  font-size: 16px;
  position: relative;
}

.we-index .we-left .we2 .ndetail1-item .ndetail1-title::before {
  content: '+';
  position: absolute;
  right: 0;
  top: 0;
  color: #666666;
  font-weight: 600;
}

.we-index .we-left .we2 .ndetail1-item .ndetail1-content {
  color: #9a9a9a;
  font-size: 14px;
  line-height: 30px;
  display: none;
}

.we-index .we-left .we2 .ndetail1-item.on {
  padding-bottom: 32px;
  box-shadow: 0px 0px 21px 0px rgba(34, 23, 20, 0.12);
}

.we-index .we-left .we2 .ndetail1-item.on .ndetail1-title {
  font-weight: 600;
  color: #1d5dae;
}

.we-index .we-left .we2 .ndetail1-item.on .ndetail1-title::before {
  content: "–";
  color: #1d5dae;
}

.we-index .we-left .we2 .ndetail1-item.on .ndetail1-content {
  display: block;
}

.we-index .we-right {
  width: 471px;
  height: 751px;
  box-shadow: 0px 0px 21px 0px rgba(34, 23, 20, 0.12);
  background: #fff;
  border: 1px solid #e8e8e8;
  padding: 20px;
  box-sizing: border-box;
}

.we-index .we-right h3 {
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  height: 76px;
  line-height: 76px;
  background: #192437;
  font-weight: 500;
}

.we-index .we-right .message1 {
  width: 344px;
  margin: 0 auto;
  margin-top: 45px;
}

.we-index .we-right .m11 {
  width: 344px;
  height: 76px;
  background: #f4f4f5;
  margin-bottom: 12px;
}

.we-index .we-right .m11 .m_input {
  width: 344px;
  height: 76px;
  line-height: 76px;
  border: none;
  background: #f4f4f5;
  text-indent: 27px;
  color: #9a9a9a;
  font-size: 16px;
}

.we-index .we-right .m11 .m_input::placeholder {
  color: #9a9a9a;
}

.we-index .we-right .m22 {
  width: 344px;
  height: 169px;
  margin-bottom: 15px;
}

.we-index .we-right .m22 .m_input1 {
  width: 344px;
  height: 169px;
  line-height: 76px;
  border: none;
  background: #f4f4f5;
  text-indent: 27px;
  color: #9a9a9a;
  font-size: 16px;
  font-family: "微软雅黑";
}

.we-index .we-right .m22 .m_input1::placeholder {
  color: #9a9a9a;
}

.we-index .we-right .tijiao {
  width: 253px;
  height: 79px;
  background: #0b4da1;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}

.we-index .we-right .tijiao:hover {
  background: #104385;
  transition: 0.5s;
}

.we-index .we-right .tijiao span {
  width: 28px;
  height: 2px;
  background: #fff;
  margin-right: 15px;
}

.we-index .we-right .tijiao .msgbtn {
  border: none;
  color: #ffffff;
  font-size: 18px;
  background: none;
}


.news-index .nt {
  align-items: center;
}

.news-index .nt .nt1 .nt12 {
  color: #333333;
  font-size: 40px;
  margin-top: -30px;
}

.news-index .nt .nt2 {
  width: 252px;
  height: 80px;
  background: #0b4da1;
}

.news-index .nt .nt2:hover {
  background: #104385;
  transition: 0.5s;
}

.news-index .nt .nt2 a {
  display: block;
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.news-index .nt .nt2 a span {
  display: inline-block;
  width: 28px;
  height: 2px;
  background: #fff;
  margin-right: 15px;
}

.news-bg {
  background: url(../image/bj44.jpg) no-repeat top center;
  height: 718px;
  overflow: hidden;
  margin-top: 90px;
}

.news-bg .news-con {
  margin-top: 50px;
}

.news-bg .news-con .nlist1 li {
  float: left;
  width: 369px;
  height: 470px;
  margin: 0 15px;
}

.news-bg .news-con .nlist1 li .img1 img {
  width: 369px;
  height: 279px;
}

.news-bg .news-con .nlist1 li .date {
  width: 192px;
  height: 40px;
  margin: 0 auto;
  margin-top: -20px;
}

.news-bg .news-con .nlist1 li .date .d1 {
  width: 50%;
  background: #0b4da1;
  color: #ffffff;
  font-size: 24px;
  font-weight: 600;
  line-height: 40px;
  text-align: center;
}

.news-bg .news-con .nlist1 li .date .d2 {
  width: 50%;
  background: #fff;
  color: #0b4da1;
  font-size: 24px;
  line-height: 40px;
  text-align: center;
}

.news-bg .news-con .nlist1 li .wz {
  background: #fefefe;
  height: 190px;
  padding: 0 22px;
}

.news-bg .news-con .nlist1 li .wz .wz1 {
  color: #333333;
  font-size: 16px;
  text-align: center;
  margin-top: 25px;
}

.news-bg .news-con .nlist1 li .wz .wz2 {
  color: #727272;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  margin-top: 15px;
}

.news-bg .news-con .nlist1 li:hover .wz .wz1 {
  color: #0b4da1;
}

.foot-bg {
  background: url(../image/foot.jpg) no-repeat top center;
  height: 560px;
  overflow: hidden;
}

.foot-bg .foot-index {
  margin-top: 80px;
}

.foot-bg .foot-index .ft {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 20px;
}

.foot-bg .foot-index .flogo1 {
  width: 400px;
}

.foot-bg .foot-index .flogo1 .flx p {
  color: #8da1aa;
  font-size: 16px;
  margin-bottom: 10px;
}

.foot-bg .foot-index .flogo1 .ftel p {
  color: #fff;
  font-weight: 600;
  font-size: 30px;
}

.foot-bg .foot-index .fct {
  width: 248px;
  border-right: 1px solid rgba(141, 161, 170, 0.2);
  border-left: 1px solid rgba(141, 161, 170, 0.2);
  height: 230px;
}

.foot-bg .foot-index .fct .ft {
  text-align: center;
}

.foot-bg .foot-index .fct .fdao {
  text-align: center;
}

.foot-bg .foot-index .fct .fdao a {
  color: #8da1aa;
  font-size: 16px;
  line-height: 40px;
}

.foot-bg .foot-index .fct .fdao a:hover {
  color: #fff;
}

.foot-bg .foot-index .ffw {
  width: 284px;
  border-right: 1px solid rgba(141, 161, 170, 0.2);
  height: 230px;
  padding-left: 82px;
  box-sizing: border-box;
}

.foot-bg .foot-index .ffw ul li a {
  display: block;
  color: #8da1aa;
  font-size: 16px;
  line-height: 40px;
}

.foot-bg .foot-index .ffw ul li a:hover {
  color: #fff;
}

.foot-bg .foot-index .fferq p {
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
}

.foot-bg .copyright1 {
  border-top: 1px solid rgba(141, 161, 170, 0.2);
  margin-top: 120px;
  text-align: center;
  color: #8da1aa;
  font-size: 14px;
  padding-top: 20px;
}

.foot-bg .copyright1 a {
  color: #8da1aa;
  font-size: 14px;
  line-height: 30px;
}

.foot-bg .copyright1 a:hover {
  color: #fff;
}