.container {
  width: 100%;
  min-width: 1545px;
  max-width: 1920px;
  margin: 0 auto;
  background-color: #fff;
}
@media only screen and (max-width: 375px) {
  .container {
  width: 100%;
  min-width: 0px;
  max-width: 375px;
  margin: 0 auto;
  background-color: #fff;
}
}
.container .part-1 {
  padding: 33px 0;
}

.container .part-1 .cont {
  width: 1545px;
  height: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.container .part-1 .cont span {
  color: #255DA8;
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.container .part-1 .cont p {
  width: 80%;
  color: #363636;
}

.container .part-2 .cont {
  width: 1545px;
  height: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.container .part-2 .cont .left {
  width: 1046px;
  height: 479px;
  border: 1px solid #bfbfbf;
}

.container .part-2 .cont .left .slideTxtBox {
  width: 100%;
}

.container .part-2 .cont .left .slideTxtBox .hd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.container .part-2 .cont .left .slideTxtBox .hd ul li {
  width: 171px;
  height: 56px;
  background: transparent;
  text-align: center;
  cursor: pointer;
  font-size: 19px;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.container .part-2 .cont .left .slideTxtBox .hd ul .on {
  color: #255DA8;
}

.container .part-2 .cont .left .slideTxtBox .bd {
  margin-top: 35px;
}

.container .part-2 .cont .left .slideTxtBox .bd .ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.container .part-2 .cont .left .slideTxtBox .bd .ul .img-wrap {
  width: 430px;
  height: 368px;
  margin-right: 12px;
  margin-left: 15px;
}

.container .part-2 .cont .left .slideTxtBox .bd .ul .img-wrap .img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.container .part-2 .cont .left .slideTxtBox .bd .ul .block {
  width: 575px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container .part-2 .cont .left .slideTxtBox .bd .ul .block .top-li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.container .part-2 .cont .left .slideTxtBox .bd .ul .block .top-li:hover .text-wrap .text-1 {
  color: #255DA8;
}

.container .part-2 .cont .left .slideTxtBox .bd .ul .block .top-li .text-wrap {
  color: #353535;
}

.container .part-2 .cont .left .slideTxtBox .bd .ul .block .top-li .text-wrap .text-1 {
  font-size: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.container .part-2 .cont .left .slideTxtBox .bd .ul .block .top-li .text-wrap .text-2 {
  font-size: 14px;
  line-height: 19px;
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 10px;
}

.container .part-2 .cont .left .slideTxtBox .bd .ul .block .list {
  margin-top: 30px;
}

.container .part-2 .cont .left .slideTxtBox .bd .ul .block .list .li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 18px;
  color: #353535;
  margin-bottom: 27px;
}

.container .part-2 .cont .left .slideTxtBox .bd .ul .block .list .li:hover .text {
  color: #255DA8;
}

.container .part-2 .cont .right {
  width: 480px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.container .part-2 .cont .right .item {
  width: 236px;
  height: 138px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 6px;
  background-color: #255da8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 20px;
  color: #FFFFFF;
  margin-bottom: 14px;
}

.container .part-2 .cont .right .item .icon {
  margin-bottom: 6px;
}

.container .part-3 {
  margin-top: 21px;
}

.container .part-3 .cont {
  width: 1545px;
  height: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}

.container .part-3 .cont a {
  display: block;
}

.container .part-3 .cont a .img {
  width: 100%;
  height:auto;
}

.container .part-4 {
  margin-top: 53px;
}

.container .part-4 .cont {
  width: 1545px;
  height: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.container .part-4 .cont .c-title-wrap {
  font-size: 23px;
  color: #303030;
  padding: 31px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.container .part-4 .cont .left {
  width: 1042px;
  border-top: 4px solid #255da8;
}

.container .part-4 .cont .left .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.container .part-4 .cont .left .block .img-wrap {
  width: 304px;
}

.container .part-4 .cont .left .block .img-wrap .img {
  width: 100%;
}

.container .part-4 .cont .left .block .list {
  width: 702px;
}

.container .part-4 .cont .left .block .list .li {
  font-size: 18px;
  color: #303030;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.container .part-4 .cont .right {
  width: 486px;
  border-top: 4px solid #255da8;
}

.container .part-4 .cont .right .block .img-wrap {
  width: 100%;
}

.container .part-4 .cont .right .block .img-wrap .img {
  width: 100%;
}

.container .part-4 .cont .right .block .list {
  width: 100%;
}

.container .part-4 .cont .right .block .list .li {
  display: block;
  font-size: 18px;
  color: #303030;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.container .part-5 {
  margin-top: 53px;
}

.container .part-5 .cont {
  width: 1545px;
  height: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.container .part-5 .cont .c-title-wrap {
  font-size: 23px;
  color: #303030;
  padding: 31px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.container .part-5 .cont .left {
  width: 1042px;
  border-top: 4px solid #255da8;
}

.container .part-5 .cont .left .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.container .part-5 .cont .left .block .item {
  width: 507px;
  height: 198px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 22px;
}

.container .part-5 .cont .left .block .item .img-wrap {
  width: 185px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.container .part-5 .cont .left .block .item .img-wrap .img {
  max-width: 100%;
  max-height: 100%;
}

.container .part-5 .cont .left .block .item .text-wrap {
  width: calc(507px - 185px);
  height: 100%;
  background-color: #f2f2f2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 26px 5px 0 7px;
}

.container .part-5 .cont .left .block .item .text-wrap .text-1 {
  font-size: 20px;
  color: #255DA8;
  margin-bottom: 8px;
}

.container .part-5 .cont .left .block .item .text-wrap .descr {
  font-size: 14px;
  color: #202020;
  line-height: 19px;
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
  text-overflow: ellipsis;
}

.container .part-5 .cont .right {
  width: 486px;
  border-top: 4px solid #255da8;
}

.container .part-5 .cont .right .block .img-wrap {
  width: 100%;
}

.container .part-5 .cont .right .block .img-wrap .img {
  width: 100%;
}

.container .part-5 .cont .right .block .p {
  margin-top: 11px;
  font-size: 18px;
  color: #2A60A9;
}

.container .part-5 .cont .right .block .p a {
  color: #2A60A9;
}

.container .part-5 .cont .right .block .list {
  width: 100%;
  margin-top: 28px;
}

.container .part-5 .cont .right .block .list .li {
  display: block;
  font-size: 20px;
  color: #2A2A2A;
  margin-bottom: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.container .part-5 .cont .right .block .list .li .icon {
  margin-right: 10px;
}

.container .part-6 {
  margin-top: 20px;
}

.container .part-6 .img-wrap {
  display: block;
  width: 100%;
}

.container .part-6 .img-wrap .img {
  width: 100%;
}

.container .section-01 {
  display: none;
}

.container .section-01 .swiper-wrap {
  width: 100%;
  display: inline-block;
  margin-top: 43px;
  position: relative;
}

.container .section-01 .swiper-wrap .case-swiper-container {
  width: 100%;
}

.container .section-01 .swiper-wrap .case-swiper-container .swiper-slide {
  width: 277px;
  display: block;
}

.container .section-01 .swiper-wrap .case-swiper-container .swiper-slide:hover .descr-wrap {
  color: #fff;
}

.container .section-01 .swiper-wrap .case-swiper-container .swiper-slide img {
  width: 277px;
  height: 196px;
  display: block;
}

.container .section-01 .swiper-wrap .case-swiper-container .swiper-slide .descr-wrap {
  margin-top: 10px;
  height: 35px;
  background-color: #FFFFFF;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 35px;
  text-align: center;
}

.container .section-01 .swiper-wrap .arrow {
  width: 34px;
  height: 34px;
  position: absolute;
  top: 85px;
  z-index: 2;
  cursor: pointer;
}

.container .section-01 .swiper-wrap .swiper-btn-prev {
  left: -17px;
  background: url(../images/arrow_left.png) center center no-repeat;
}

.container .section-01 .swiper-wrap .swiper-btn-prev:hover {
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  background: url(../images/arrow_right_active.png) center center no-repeat;
}

.container .section-01 .swiper-wrap .swiper-btn-next {
  right: -17px;
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  background: url(../images/arrow_left.png) center center no-repeat;
}

.container .section-01 .swiper-wrap .swiper-btn-next:hover {
  -webkit-transform: rotateZ(0);
          transform: rotateZ(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  background: url(../images/arrow_right_active.png) center center no-repeat;
}
/*# sourceMappingURL=index.css.map */