/* sunc editor */
html {
  font-size: 10px;
}
body {
  font-size: 14px;
}
.wp {
  width: 1700px;
  margin: auto;
}

.self-ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.self-ellipsis-2 {
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.self-ellipsis-3 {
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.self-ellipsis-4 {
  display: -webkit-box;
  overflow: hidden;
  white-space: normal !important;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

@media screen and (min-width: 1220px) {
  .no_marginr {
    margin-right: auto !important;
  }

  .no_marginl {
    margin-left: auto !important;
  }
}

@media screen and (min-width: 1000px) {
  .no_marginr {
    margin-right: auto !important;
  }

  .no_marginl {
    margin-left: auto !important;
  }
}

@media screen and (min-width: 1420px) and (max-width: 1719px) {
  .wp {
    width: 1400px;
  }
}

@media screen and (min-width: 1220px) and (max-width: 1419px) {
  .wp {
    width: 1200px;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1219px) {
  .wp {
    width: 980px;
  }
}

@media screen and (max-width: 999px) {
  .wp {
    width: 95%;
  }
}
.fix:after,
.fix:before {
  display: block;
  content: "clear";
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}
.new-cate {
  margin: 2vw 0 0 0;
  padding: 2vw 8.5%;
  background: url(../images/new-cate_bg.jpg) center no-repeat;
  background-size: cover;
}
.new-cate .new-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.new-cate_tab {
  width: 35%;
}

.new-cate_tab_item {
  display: flex;
  height: 85px;
  align-items: center;
  border-left: 5px solid transparent;
  cursor: pointer;
}
.new-cate_tab_item + .new-cate_tab_item {
  margin-top: 0.8vw;
}
.new-cate_tab_item:hover {
  background: #004e98;
  border-left-color: #007bff;
}
.new-cate_tab_item:hover img {
  transform: rotateY(360deg);
}
.new-cate_tab_item img {
  width: 60px;
  margin: 0 20px;
  display: block;
  transition: all 0.3s;
}
.new-cate_tab_item span {
  font-size: 20px;
  color: #fff;
}
.new-cate_imgs {
  display: block;
  flex: 1;
  min-height: 1px;
}
.new-cate_img {
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.new-cate_img.on {
  display: flex;
}
.new-cate_img img {
  max-width: 100%;
  max-height: 600px;
}

.new-application {
  padding: 2vw 0;
}
.new-application .part-title:after {
  content: "02";
}

.appli-wrap {
  padding: 0 8.5%;
  margin-top: 1.5vw;
}
.appli-list {
  display: flex;
  position: relative;
  height: 50vh;
  justify-content: space-between;
}
.appli-item {
  width: calc(10% - 1px);
  height: 100%;
}
.appli-item_show {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.appli-item_show img {
  object-fit: cover;
  width: 450%;
  max-width: none;
  height: 100%;
}
.appli-item_show-text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: rgb(255, 255, 255);
  text-align: center;
  padding: 0 5px;
}

.appli-item_pop {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  width: 0;
  height: 100%;
  transition: all 1s;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.appli-item_pop img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.appli-item_pop-text {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 12;
  padding: 7% 20% 0 20%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.appli-item_pop-text h3 {
  font-weight: normal;
  font-size: 24px;
  color: #fff;
  transform: translateY(20px);
  opacity: 0;
}
.appli-item_pop-text p {
  font-size: 15px;
  color: #fff;
  margin-top: 20px;
  line-height: 2;
  transform: translateY(20px);
  opacity: 0;
}
.appli-item_pop-text a {
  background: #007bff !important;
  width: 100px;
  font-size: 14px;
  border-radius: 3px;
  color: #fff;
  margin-top: 20px;
  padding: 8px;
  text-align: center;
  transform: translateY(20px);
  opacity: 0;
}

.appli-item:hover .appli-item_pop {
  width: 100%;
  transition: all 1s;
  opacity: 1;
  visibility: visible;
}

.appli-item:hover .appli-item_pop-text h3 {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.5s ease 1s;
}
.appli-item:hover .appli-item_pop-text p {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.5s ease 1.3s;
  text-align: center;
}
.appli-item:hover .appli-item_pop-text a {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.5s ease 1.5s;
}

@media (min-width: 991px) {
  .appli-item:nth-of-type(4) .appli-item_pop,
  .appli-item:nth-of-type(5) .appli-item_pop,
  .appli-item:nth-of-type(6) .appli-item_pop {
    left: 50%;
    right: 50%;
  }
  .appli-item:nth-of-type(4):hover .appli-item_pop,
  .appli-item:nth-of-type(5):hover .appli-item_pop,
  .appli-item:nth-of-type(6):hover .appli-item_pop {
    left: 0%;
    right: 0%;
  }
}

@media (max-width: 990px) {
  .new-cate {
    margin: 20px 0;
    padding: 20px 10px;
  }
  .new-wrap {
    flex-direction: column;
  }

  .new-cate_tab {
    width: 100%;
    margin-bottom: 15px;
    display: flex;
    flex-wrap: wrap;
  }

  .new-cate_tab_item {
    height: auto;
    width: 50%;
    padding: 0 10px;
    flex-direction: column;
    justify-content: center;
    border: none;
  }
  .new-cate_tab_item {
    margin-top: 0 !important;
    margin-bottom: 10px;
  }
  .new-cate_tab_item img {
    width: 40px;
    margin: 0 0 10px 0;
  }
  .new-cate_tab_item span {
    font-size: 14px;
    text-align: center;
    line-height: 1.5;
  }
  .new-cate_img img {
    max-height: auto;
  }

  .new-application {
    padding: 20px 0;
  }

  .appli-wrap {
    padding: 0 10px;
    margin-top: 20px;
  }
  .appli-list {
    height: auto;
    flex-wrap: wrap;
  }
  .appli-item {
    width: calc(50% - 1px);
    height: 60px;
    margin-bottom: 1px;
  }

  .appli-item_show-text {
    font-size: 14px;
  }

  .appli-item_pop-text {
    padding: 10% 10px 0 10px;
  }

  .appli-item_pop-text h3 {
    font-size: 18px;
  }
  .appli-item_pop-text p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .appli-item_pop-text a {
    margin-top: 10px;
  }
}
.index-about {
  background: url(../images/bg3.jpg) no-repeat right bottom;
  -webkit-background-size: 53.85417% 53.85417%;
  background-size: 53.85417%;
  padding: 20px 0 6px;
  margin-bottom: 84px;
}
@media screen and (max-width: 1419px) {
  .index-about {
    background-color: #f8f8f8;
  }
}

@media screen and (max-width: 1219px) {
  .index-about {
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 999px) {
  .index-about {
    padding: 50px 0 0;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .index-about {
    padding: 30px 0 0;
    margin-bottom: 30px;
  }
}

.index-about .item-pics {
  float: left;
  width: 43.85417%;
  margin-right: 3.95833%;
  margin-left: 5.72917%;
  padding: 0 0 2.60417% 2.86458%;
  background: url(../images/web11.png) no-repeat bottom left;
  -webkit-background-size: 57.83848% 57.83848%;
  background-size: 57.83848%;
}

.index-about .item-pics img {
  display: block;
  max-width: 787px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 1719px) {
  .index-about .item-pics {
    margin-right: 2.60417%;
  }
}

@media screen and (max-width: 1419px) {
  .index-about .item-pics {
    margin-left: 2.60417%;
  }
}

@media screen and (max-width: 767px) {
  .index-about .item-pics {
    width: 95%;
    float: none;
    margin: 0 auto 30px !important;
  }
}

.index-about .item-body {
  padding-left: 5.72917%;
}

@media screen and (max-width: 1419px) {
  .index-about .item-body {
    padding-left: 2.60417%;
  }
}

.index-about .item-title {
  margin-top: 103px;
  font-family: "Raleway-Bold";
  font-size: 50px;
  font-size: 5rem;
  text-transform: uppercase;
  padding-bottom: 12px;
  padding-right: 7.1875%;
  padding-left: 2.70833%;
  position: relative;
}

.index-about .item-title:after {
  position: absolute;
  content: "";
  width: 100%;
  right: 0;
  bottom: 0;
  background: url(../images/web10.jpg) no-repeat right center;
  height: 18px;
}

@media screen and (max-width: 1780px) {
  .index-about .item-title {
    padding-right: 2.60417%;
  }
}

@media screen and (max-width: 1719px) {
  .index-about .item-title {
    margin-top: 0;
    font-size: 44px;
    font-size: 4.4rem;
  }
}

@media screen and (max-width: 1419px) {
  .index-about .item-title {
    padding-right: 2.60417%;
    padding-left: 0;
    font-size: 40px;
    font-size: 4rem;
  }
}

@media screen and (max-width: 1219px) {
  .index-about .item-title {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

@media screen and (max-width: 999px) {
  .index-about .item-title {
    font-size: 30px;
    font-size: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .index-about .item-title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.index-about .item-subt {
  margin-top: 26px;
  padding-right: 7.1875%;
  padding-left: 2.70833%;
  font-size: 30px;
  font-size: 3rem;
}

.index-about .item-subt,
.index-about .item-subt a {
  color: #0057a8;
}

.index-about .item-subt a:hover {
  color: #333 !important;
}

@media screen and (max-width: 1419px) {
  .index-about .item-subt {
    padding-right: 2.60417%;
    padding-left: 0;
    margin-top: 10px;
  }
}

@media screen and (max-width: 1219px) {
  .index-about .item-subt {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 999px) {
  .index-about .item-subt {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .index-about .item-subt {
    font-size: 20px;
    font-size: 2rem;
  }
}

.index-about .item-desc {
  padding-right: 7.1875%;
  padding-left: 2.70833%;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 34px;
  margin-top: 33px;
}

.index-about .item-desc,
.index-about .item-desc a {
  color: #333;
}

@media screen and (max-width: 1419px) {
  .index-about .item-desc {
    padding-right: 2.60417%;
    padding-left: 0;
    overflow: visible;
    margin-top: 20px;
  }
}

@media screen and (max-width: 1219px) {
  .index-about .item-desc {
    line-height: 30px;
  }
}

@media screen and (max-width: 999px) {
  .index-about .item-desc {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
  }
}

@media screen and (max-width: 767px) {
  .index-about .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    margin-top: 10px;
  }
}

.index-about .item-btn {
  display: inline-block;
  width: 216px;
  line-height: 67px;
  color: #fff;
  padding-left: 37px;
  background: #0057a8 url(../images/web7.png) no-repeat 152px center;
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 81px;
}

.index-about .item-btn:hover {
  background-color: #333;
}

@media screen and (max-width: 1419px) {
  .index-about .item-btn {
    margin-left: 0;
    margin-top: 50px;
  }
}

@media screen and (max-width: 1219px) {
  .index-about .item-btn {
    line-height: 50px;
    margin-top: 30px;
    width: 170px;
    padding-left: 20px;
    background-position-x: 120px;
  }
}

@media screen and (max-width: 999px) {
  .index-about .item-btn {
    line-height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .index-about .item-btn {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.index-aboutscroll {
  padding-bottom: 71px;
}

@media screen and (max-width: 999px) {
  .index-aboutscroll {
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .index-aboutscroll {
    padding-bottom: 30px;
  }
}

.index-aboutscroll .scroll-box {
  position: relative;
  padding: 0 63px;
}

@media screen and (max-width: 1419px) {
  .index-aboutscroll .scroll-box {
    padding: 0 50px;
  }
}

@media screen and (max-width: 999px) {
  .index-aboutscroll .scroll-box {
    padding: 0 40px;
  }
}

.index-aboutscroll .scroll-box .scroll-btns {
  text-align: center;
  letter-spacing: 0;
  font-size: 0;
}

.index-aboutscroll .scroll-box .scroll-btns .scroll-btn {
  position: absolute;
  display: inline-block;
  cursor: pointer;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: solid 2px #666;
  line-height: 40px;
  text-align: center;
  color: #666;
  top: 50%;
  margin-top: -40px;
}

.index-aboutscroll .scroll-box .scroll-btns .scroll-btn .iconfont {
  font-size: 18px;
  font-size: 1.8rem;
}

.index-aboutscroll .scroll-box .scroll-btns .scroll-btn:hover {
  border-color: #0057a8;
  color: #0057a8;
}

.index-aboutscroll .scroll-box .scroll-btns .scroll-btn.prev {
  left: 0;
  transform: rotate(90deg);
}

.index-aboutscroll .scroll-box .scroll-btns .scroll-btn.next {
  right: 0;
  transform: rotate(-90deg);
}

@media screen and (max-width: 1719px) {
  .index-aboutscroll .scroll-box .scroll-btns .scroll-btn {
    margin-top: -37px;
  }
}

@media screen and (max-width: 1419px) {
  .index-aboutscroll .scroll-box .scroll-btns .scroll-btn {
    margin-top: -35px;
  }
}

@media screen and (max-width: 999px) {
  .index-aboutscroll .scroll-box .scroll-btns .scroll-btn {
    width: 30px;
    height: 30px;
    line-height: 24px;
    margin-top: -15px;
  }

  .index-aboutscroll .scroll-box .scroll-btns .scroll-btn .iconfont {
    font-size: 16px;
    font-size: 2rem;
  }
}

.index-aboutscroll .scroll-box .scroll-list-box {
  width: 100%;
  overflow: hidden;
}

.index-aboutscroll .scroll-box .scroll-list {
  width: 10000%;
}

.index-aboutscroll .scroll-box .scroll-list li {
  float: left;
  width: 0.24206%;
  margin-right: 0.01059%;
  padding: 0 12px 37px;
  background: url(../images/web13.png) no-repeat bottom center;
  -webkit-background-size: 100% 100%;
  background-size: 100%;
}

@media screen and (max-width: 1719px) {
  .index-aboutscroll .scroll-box .scroll-list li {
    padding-bottom: 30px;
  }
}

@media screen and (max-width: 1419px) {
  .index-aboutscroll .scroll-box .scroll-list li {
    padding-bottom: 25px;
  }
}

@media screen and (max-width: 1219px) {
  .index-aboutscroll .scroll-box .scroll-list li {
    width: 0.32%;
    margin-right: 0.02%;
  }
}

@media screen and (max-width: 999px) {
  .index-aboutscroll .scroll-box .scroll-list li {
    padding: 0;
    background-image: none;
  }
}

@media screen and (max-width: 767px) {
  .index-aboutscroll .scroll-box .scroll-list li {
    width: 0.49%;
  }
}

@media screen and (max-width: 500px) {
  .index-aboutscroll .scroll-box .scroll-list li {
    width: 1%;
    margin: 0;
  }
}

.index-aboutscroll .scroll-box .scroll-list .item-pics {
  width: 100%;
  position: relative;
  padding: 10px;
  border: solid 1px #cfcfcf;
  display: block;
  background-color: #fff;
}

.index-aboutscroll .scroll-box .scroll-list .item-pics img {
  display: block;
  max-width: 336px;
  margin: 0 auto;
  width: 100%;
}

.index-nebox {
  background-color: #f5f5f5;
  padding: 71px 0 13px;
}

@media screen and (max-width: 999px) {
  .index-nebox {
    padding: 50px 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .index-nebox {
    padding: 30px 0 5px;
  }
}

.index-nebox .box-title {
  font-family: "Raleway-Bold";
  font-size: 50px;
  font-size: 5rem;
  text-transform: capitalize;
}

.index-nebox .box-title a:hover {
  color: #0057a8;
}

@media screen and (max-width: 1419px) {
  .index-nebox .box-title {
    font-size: 42px;
    font-size: 4.2rem;
  }
}

@media screen and (max-width: 1219px) {
  .index-nebox .box-title {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

@media screen and (max-width: 999px) {
  .index-nebox .box-title {
    font-size: 30px;
    font-size: 3rem;
  }
}

@media screen and (max-width: 767px) {
  .index-nebox .box-title {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.index-nebox .box-btn {
  margin-top: 18px;
  width: 103px;
  line-height: 36px;
  border-radius: 18px;
  text-align: center;
  color: #fff;
  background-color: #0057a8;
}

.index-nebox .box-btn:hover {
  background-color: #333;
}

@media screen and (max-width: 1419px) {
  .index-nebox .box-btn {
    margin-top: 6px;
  }
}

@media screen and (max-width: 1219px) {
  .index-nebox .box-btn {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .index-nebox .box-btn {
    line-height: 30px;
    border-radius: 15px;
    width: 90px;
  }
}

.index-nebox .news1-list {
  margin-top: 57px;
}

@media screen and (max-width: 999px) {
  .index-nebox .news1-list {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .index-nebox .news1-list {
    margin-top: 30px;
  }
}

@media screen and (max-width: 999px) {
  .index-nebox .news1-list .list-item {
    width: 23%;
  }
}

@media screen and (max-width: 767px) {
  .index-nebox .news1-list .list-item {
    width: 48%;
  }
}
.news1-list .list-item {
  background-color: #fff;
  float: left;
  width: 22.35294%;
  margin-left: 3.52941%;
  margin-bottom: 64px;
}
.news1-list .list-item:first-child {
  margin-left: 0;
}
.news1-list .list-item:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 1219px) {
  .news1-list .list-item {
    width: 23%;
    margin: 0 1% 20px !important;
  }
}

@media screen and (max-width: 999px) {
  .news1-list .list-item {
    width: 31.33%;
    margin: 0 1% 30px;
  }
}

@media screen and (max-width: 640px) {
  .news1-list .list-item {
    width: 48%;
  }
}

@media screen and (max-width: 380px) {
  .news1-list .list-item {
    width: 98%;
  }
}

.news1-list .item-pic img {
  display: block !important;
  width: 100%;
  margin: 0 auto;
  max-width: 400px;
}

.news1-list .item-body {
  padding: 14px 12px 39px;
}

@media screen and (max-width: 1219px) {
  .news1-list .item-body {
    padding: 10px 10px 20px;
  }
}

.news1-list .item-title {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Raleway-Bold";
  line-height: 26px;
}

@media screen and (max-width: 999px) {
  .news1-list .item-title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.news1-list .item-desc {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 26px;
  height: 52px;
  margin-top: 17px;
}

@media screen and (max-width: 999px) {
  .news1-list .item-desc {
    margin-top: 10px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    height: 48px;
  }
}

@media screen and (max-width: 767px) {
  .news1-list .item-desc {
    margin-top: 5px;
    line-height: 20px;
    height: 40px;
  }
}
.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

.clear {
  clear: both;
}
.news1-list .item-btn {
  font-family: "OpenSans";
  display: inline-block;
  margin-top: 16px;
  width: 137px;
  line-height: 34px;
  border: solid 1px #0057a8;
  color: #0057a8;
  padding: 0 18px;
  background: transparent url(../images/web5.png) no-repeat 95px center;
}

.news1-list .item-btn:hover {
  color: #fff;
  background: #0057a8 url(../images/web6.png) no-repeat 95px center;
}

@media screen and (max-width: 767px) {
  .news1-list .item-btn {
    width: 120px;
    line-height: 30px;
    padding: 0 10px;
    background-position-x: 85px;
  }

  .news1-list .item-btn:hover {
    background-position-x: 85px;
  }
}

.index-title {
  font-family: "Raleway-Bold";
  font-size: 50px;
  font-size: 5rem;
  text-align: center;
  text-transform: uppercase;
  background: url(../images/web8.png) no-repeat bottom center;
  padding-bottom: 33px;
}

.index-title a:hover {
  color: #0057a8;
}

@media screen and (max-width: 1419px) {
  .index-title {
    font-size: 42px;
    font-size: 4.2rem;
  }
}

@media screen and (max-width: 1219px) {
  .index-title {
    font-size: 36px;
    font-size: 3.6rem;
  }
}

@media screen and (max-width: 999px) {
  .index-title {
    font-size: 30px;
    font-size: 3rem;
    padding-bottom: 20px;
    -webkit-background-size: auto 10px;
    background-size: auto 10px;
  }
}

@media screen and (max-width: 767px) {
  .index-title {
    font-size: 24px;
    font-size: 2.4rem;
    padding-bottom: 15px;
    -webkit-background-size: auto 8px;
    background-size: auto 8px;
  }
}

.index-desc {
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  line-height: 34px;
  max-width: 1415px;
  margin: 33px auto 0;
}

.index-desc a {
  display: block;
}

.index-desc a:hover {
  color: #0057a8;
}

@media screen and (max-width: 1219px) {
  .index-desc {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
  }
}

@media screen and (max-width: 999px) {
  .index-desc {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 28px;
    margin: 20px auto 0;
  }
}

@media screen and (max-width: 767px) {
  .index-desc {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    margin: 10px auto 0;
  }
}

.index-why .index-desc {
  margin-bottom: 46px;
  padding-top: 5px;
}

@media screen and (max-width: 767px) {
  .index-why .index-desc {
    margin-bottom: 30px;
  }
}

.index-why .box-list .list-item {
  margin-bottom: 36px;
}

@media screen and (max-width: 767px) {
  .index-why .box-list .list-item {
    margin-bottom: 30px;
  }
}

.index-why .box-list .list-item .wp {
  padding: 44px 0;
  position: relative;
}

.index-why .box-list .list-item .wp:after {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  height: 36px;
  bottom: -36px;
  background: url(../images/wbg.png) no-repeat bottom center;
  -webkit-background-size: 100% 100%;
  background-size: 100%;
}

@media screen and (max-width: 767px) {
  .index-why .box-list .list-item .wp {
    padding: 30px 0;
  }
}

.index-why .box-list .item1 {
  background-color: #f5f5f5;
}

.index-why .box-list .item1 .item-body {
  margin-top: 134px;
  width: 49%;
}

@media screen and (max-width: 1419px) {
  .index-why .box-list .item1 .item-body {
    margin-top: 50px;
  }
}

@media screen and (max-width: 1219px) {
  .index-why .box-list .item1 .item-body {
    margin-top: 0;
  }
}

.index-why .box-list .item2 {
  background: url(../images/bg2.png) no-repeat center;
  background-repeat: cover;
}

.index-why .box-list .item2 .item-body {
  margin-top: 83px;
  width: 49%;
}

@media screen and (max-width: 1419px) {
  .index-why .box-list .item2 .item-body {
    margin-top: 50px;
  }
}

@media screen and (max-width: 1219px) {
  .index-why .box-list .item2 .item-body {
    margin-top: 0;
  }
}

.index-why .box-list .item-pics {
  width: 40%;
}

.index-why .box-list .item-pics img {
  display: block;
  max-width: 660px;
  width: 100%;
  margin: 0 auto;
}

.index-why .box-list .item-pics.pull-left {
  margin-right: 7.88235%;
  margin-left: 2.23529%;
}

.index-why .box-list .item-pics.pull-right {
  margin-left: 7.88235%;
}

@media screen and (max-width: 1419px) {
  .index-why .box-list .item-pics.pull-left {
    margin-right: 2%;
    margin-left: 0;
  }

  .index-why .box-list .item-pics.pull-right {
    margin-left: 2%;
  }
}

@media screen and (max-width: 767px) {
  .index-why .box-list .item-pics {
    float: none;
    width: 100%;
    max-width: 660px;
    margin: 0 auto 30px !important;
  }
}

.index-why .box-list .item-body {
  overflow: hidden;
}

.index-why .box-list .item-num {
  float: left;
  width: 105px;
  height: 156px;
  margin-right: 32px;
  background: url(../images/web9.png) no-repeat center;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  font-size: 50px;
  font-size: 5rem;
  line-height: 106px;
  font-family: "OpenSans-Semibold";
  color: #fff;
  text-align: center;
  position: relative;
}

.index-why .box-list .item-num:after {
  position: absolute;
  content: "";
  width: 45px;
  height: 2px;
  background-color: #fff;
  bottom: 61px;
  left: 50%;
  margin-left: -23px;
}

@media screen and (max-width: 1219px) {
  .index-why .box-list .item-num {
    margin-right: 15px;
    font-size: 40px;
    font-size: 4rem;
    width: 80px;
    height: 100px;
    line-height: 80px;
  }

  .index-why .box-list .item-num:after {
    display: none;
  }
}

@media screen and (max-width: 999px) {
  .index-why .box-list .item-num {
    font-size: 30px;
    font-size: 3rem;
    width: 50px;
    height: 70px;
    line-height: 60px;
  }
}

@media screen and (max-width: 767px) {
  .index-why .box-list .item-num {
    font-size: 24px;
    font-size: 2.4rem;
    width: 40px;
    height: 60px;
    line-height: 50px;
  }
  .index-why .box-list .item1 .item-body,
  .index-why .box-list .item2 .item-body {
    width: 100%;
  }
}

.index-why .box-list .item-info {
  overflow: hidden;
}

.index-why .box-list .item-subt {
  font-size: 30px;
  font-size: 3rem;
  text-transform: uppercase;
  line-height: 48px;
  margin-top: -11px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media screen and (max-width: 1419px) {
  .index-why .box-list .item-subt {
    margin: 0;
    line-height: 36px;
  }
}

@media screen and (max-width: 1219px) {
  .index-why .box-list .item-subt {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 30px;
  }
}

@media screen and (max-width: 999px) {
  .index-why .box-list .item-subt {
    font-size: 20px;
    font-size: 2rem;
    line-height: 26px;
  }
}

.index-why .box-list .item-title {
  line-height: 48px;
  font-family: "Raleway-Bold";
  font-size: 30px;
  font-size: 3rem;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.index-why .box-list .item-title,
.index-why .box-list .item-title a {
  color: #0057a8;
}

.index-why .box-list .item-title a:hover {
  color: #333 !important;
}

@media screen and (max-width: 1419px) {
  .index-why .box-list .item-title {
    line-height: 36px;
  }
}

@media screen and (max-width: 1219px) {
  .index-why .box-list .item-title {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 30px;
  }
}

@media screen and (max-width: 999px) {
  .index-why .box-list .item-title {
    font-size: 20px;
    font-size: 2rem;
    line-height: 26px;
  }
}

.index-why .box-list .item-desc {
  margin-top: 24px;
  font-family: "OpenSans";
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 36px;
  height: 144px;
}

.index-why .box-list .item-desc p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: url(../images/bg4.png) left center no-repeat;
  padding-left: 20px;
}

.index-why .box-list .item-desc p a {
  display: inline;
}

.index-why .box-list .item-desc,
.index-why .box-list .item-desc a {
  color: #333;
}

.index-why .box-list .item-desc .iconfont {
  font-size: 15px;
  font-size: 1.5rem;
  color: #c3c3c3 !important;
  margin-right: 9px;
}

@media screen and (max-width: 999px) {
  .index-why .box-list .item-desc {
    margin-top: 10px;
    line-height: 30px;
    height: 120px;
  }
}

@media screen and (max-width: 767px) {
  .index-why .box-list .item-desc {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 26px;
    height: 104px;
  }
}
.index-partners {
  padding: 75px 0 101px;
}

@media screen and (max-width: 1219px) {
  .index-partners {
    padding: 70px 0;
  }
}

@media screen and (max-width: 999px) {
  .index-partners {
    padding: 50px 0;
  }
}

@media screen and (max-width: 767px) {
  .index-partners {
    padding: 30px 0;
  }
}

.index-partners .index-desc {
  padding-top: 5px;
}

.index-partners .picMarquee-left {
  margin-top: 50px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 999px) {
  .index-partners .picMarquee-left {
    margin-top: 30px;
  }
}

.index-partners .picMarquee-left .picList li {
  float: left;
  margin-left: 14px;
  width: 271px;
}

@media screen and (max-width: 999px) {
  .index-partners .picMarquee-left .picList li {
    width: 200px;
  }
}

@media screen and (max-width: 767px) {
  .index-partners .picMarquee-left .picList li {
    width: 150px;
  }
}

.index-partners .picMarquee-left .picList .item-pic {
  border: solid 1px #ccc;
  position: relative;
}

.index-partners .picMarquee-left .picList .item-pic a > img {
  display: block;
}

.index-partners .picMarquee-left .picList .item-pic:hover .item-backdrop {
  top: 0;
}

.index-partners .picMarquee-left .picList .item-backdrop {
  position: absolute;
  top: 999px;
  left: 0;
  width: 100%;
  bottom: 0;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.index-partners .picMarquee-left .picList .item-backdrop i {
  width: 47px;
  height: 47px;
  text-align: center;
  line-height: 47px;
  border-radius: 50%;
  background-color: #333;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -23px 0 0 -23px;
  color: #fff;
  font-size: 21px;
  font-size: 2.1rem;
}

@media screen and (max-width: 999px) {
  .index-partners .picMarquee-left .picList .item-backdrop {
    display: none;
  }
}

#baguetteBox-overlay {
  display: none;
  opacity: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #222;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  z-index: 99999999999999999999999999999999999999;
}

#baguetteBox-overlay.visible {
  opacity: 1;
}

#baguetteBox-overlay .full-image {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}

#baguetteBox-overlay .full-image figure {
  display: inline;
  margin: 0;
  height: 100%;
}

#baguetteBox-overlay .full-image img {
  display: inline-block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

#baguetteBox-overlay .full-image figcaption {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  line-height: 1.8;
  color: #ccc;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: Verdana, Geneva, sans-serif;
}

#baguetteBox-overlay .full-image:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#baguetteBox-slider {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  white-space: nowrap;
  -webkit-transition: left 0.4s ease, -webkit-transform 0.4s ease;
  transition: left 0.4s ease, -webkit-transform 0.4s ease;
  -o-transition: left 0.4s ease, -o-transform 0.4s ease;
  -moz-transition: left 0.4s ease, transform 0.4s ease, -moz-transform 0.4s ease;
  transition: left 0.4s ease, transform 0.4s ease;
  transition: left 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease,
    -moz-transform 0.4s ease, -o-transform 0.4s ease;
  transition: left 0.4s ease, transform 0.4s ease, -webkit-transform 0.4s ease;
}

#baguetteBox-slider.bounce-from-right {
  -webkit-animation: bounceFromRight 0.4s ease-out;
  -moz-animation: bounceFromRight 0.4s ease-out;
  animation: bounceFromRight 0.4s ease-out;
}

#baguetteBox-slider.bounce-from-left {
  -webkit-animation: bounceFromLeft 0.4s ease-out;
  -moz-animation: bounceFromLeft 0.4s ease-out;
  animation: bounceFromLeft 0.4s ease-out;
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
  top: 50%;
  top: -webkit-calc(50% - 30px);
  top: -moz-calc(50% - 30px);
  top: calc(50% - 30px);
  width: 44px;
  height: 60px;
}

.baguetteBox-button {
  position: absolute;
  cursor: pointer;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 15%;
  background-color: #323232;
  background-color: rgba(50, 50, 50, 0.5);
  color: #ddd;
  font: 1.6em sans-serif;
  -webkit-transition: background-color 0.4s ease;
  -o-transition: background-color 0.4s ease;
  -moz-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}

.baguetteBox-button:hover {
  background-color: rgba(50, 50, 50, 0.9);
}

.baguetteBox-button#next-button {
  right: 2%;
  display: block !important;
}

.baguetteBox-button#previous-button {
  left: 2%;
  display: block !important;
}

.baguetteBox-button#close-button {
  top: 20px;
  right: 2%;
  right: -webkit-calc(2% + 6px);
  right: -moz-calc(2% + 6px);
  right: calc(2% + 6px);
  width: 30px;
  height: 30px;
}

.baguetteBox-button svg {
  position: absolute;
  left: 0;
  top: 0;
}
.products-content {
  background: #f5f5f5;
}
.new-pro {
  max-width: 1430px;
  padding: 40px 15px;
  margin: 0 auto;
  display: flex;
}
.new-pro_left {
  width: 25%;
  margin-right: 1.5%;
}
.new-pro_right {
  flex: 1;
  min-width: 1px;
}

.new-pro_cate {
  background: #fff;
  padding: 20px;
  margin-bottom: 40px;
}
.new-pro_cate-title {
  background: var(--color);
  padding: 20px;
  font-size: 22px;
  line-height: 1.5;
  font-weight: bold;
  color: #fff;
}
.new-pro_cate-line {
  height: 1px;
  background: #dddddd;
  margin: 15px 0;
}
.new-pro_cate-menu-item {
  display: flex;
  align-items: center;
  height: 50px;
  border-bottom: 1px solid #dddddd;
}
.new-pro_cate-menu-item a {
  flex: 1;
  min-width: 1px;
  font-size: 15px;
  color: rgb(27, 36, 43);
  line-height: 1.5;
}
.new-pro_cate-menu-item a:hover,
.new-pro_cate-menu-item a.active {
  color: var(--color);
}
.new-pro_cate-menu-item i {
  cursor: pointer;
  transform: rotate(-90deg);
  transition: all 0.5s ease;
  font-size: 20px;
}
.new-pro_cate-menu-item i.on {
  transform: rotate(0);
}
.new-pro_cate-submenu {
  width: 100%;
  display: none;
}
.new-pro_cate-submenu > li {
  border-bottom: 1px solid #f3f2f2;
}
.new-pro_cate-submenu > li > a {
  display: block;
  font-size: 14px;
  padding: 0 15px;
  line-height: 35px;
}
.new-pro_cate-submenu > li > a:hover {
  color: var(--color);
}
.new-pro_left-close {
  display: none;
}
@media (max-width: 990px) {
  .new-pro_left {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    padding: 20px 30% 20px 20px;
    overflow-x: hidden;
    z-index: 9111111111199;
    display: block;
    transform: translateX(-100%);
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
  }
  .new-pro {
    padding: 10px;
    overflow: hidden;
  }
  .new-pro_left.on {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
  }
  .new-pro_cate {
    padding: 10px;
    margin-bottom: 20px;
  }
  .new-pro_cate-title {
    padding: 10px;
    font-size: 18px;
  }
  .new-pro_cate-line {
    margin: 10px 0;
  }
  .new-pro_left.on .new-pro_left-close {
    position: absolute;
    right: 20px;
    display: block;
    top: 20px;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
  }
}

.new-page_wrap {
  max-width: 1630px;
  margin: 0 auto;
  width: 100%;
  padding: 0 15px;
}

.new-page_top {
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0;
}

.new-page_top .new-page_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.new-page_cate {
  display: flex;
  flex-wrap: wrap;
}
.new-page_cate a {
  margin: 5px 25px 5px 0;
  padding: 10px 35px;
  background: #fff;
  border-radius: 0px;
  border: 1px solid #eee;
  font-size: 16px;
  transition: all 0.5s ease;
}
.new-page_cate a:hover,
.new-page_cate a.active {
  background: var(--color);
  border-color: var(--color);
  color: #fff;
}

.new-page_pos {
  font-size: 14px;
  line-height: 1.6;
  color: rgb(33, 37, 41);
}

.new-page_one {
  padding: 3vw 0;
}
.new-page_one .new-page_wrap {
  max-width: 1550px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.new-page_one_left {
  width: 53%;
}
.new-page_one_right {
  width: 43%;
}
.new-page_one_right img {
  display: block;
  width: 100%;
}

.new-page_one_title {
  border-left: 7px solid var(--color);
  padding-left: 1.3vw;
  margin-bottom: 1vw;
  font-weight: bold;
}
.new-page_one_content {
  border-top: 1px solid #e5e5e5;
  margin-top: 1vw;
  padding-top: 1vw;
}
.new-page_one_content p {
  font-size: 16px;
  color: rgb(51, 51, 51);
  line-height: 2;
}
.new-page_one_title .p1 {
  font-size: 30px;
  color: #000;
}
.new-page_one_title .p2 {
  font-size: 24px;
  color: var(--color);
}

.new-page_two {
  background: var(--color);
}

.sunc_list {
  display: flex;
}

.sunc_list-item {
  width: 25%;
  padding: 50px 50px 50px 20px;
  border-left: 1px rgba(0, 0, 0, 0.2) solid;
  position: relative;
}

.sunc_list-item:after {
  content: "";
  position: absolute;
  height: 45px;
  width: 6px;
  transform: translateY(-50%);
  top: 25%;
  left: -4px;
  display: block;
  opacity: 1;
  background: #fff;
}

.sunc_list-item .p1 {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
}
.sunc_list-item .p2 {
  font-size: 14px;
  line-height: 1.7;
  color: #fff;
}

.new-page_three {
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 6vw 0;
}

.new-page_title {
  text-align: center;
  line-height: 1.5;
}
.new-page_title .p1 {
  font-size: 34px;
  color: #000;
  font-weight: bold;
  margin-bottom: 1%;
}
.new-page_title .p2 {
  font-size: 18px;
  margin-bottom: 1%;
  color: rgba(112, 112, 112, 1);
}
.sunc_list2 {
  display: flex;
}
.sunc_list2-item {
  width: 25%;
  padding: 0 20px;
}

.sunc_list2-item .p1 {
  font-size: 60px;
  display: flex;
  align-items: center;
  color: var(--color);
}
.sunc_list2-item .p1 span {
  font-size: 30px;
  margin-left: 10px;
}
.sunc_list2-item .p2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
  color: #000;
}

.new-page_four {
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 7vw 0;
}

.new-page_four-text {
  text-align: center;
}
.new-page_four-text .p1 {
  line-height: 1.5;
  margin-bottom: 1%;
  font-weight: bold;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-size: 50px;
  text-transform: uppercase;
  text-shadow: 2px 2px 5px #0b2848;
}
.new-page_four-text .p2 {
  line-height: 1.5;
  margin-bottom: 1%;
  font-weight: normal;
  color: rgba(255, 255, 255, 1);
  text-align: center;
  font-size: 32px;
  text-transform: uppercase;
  text-shadow: 2px 2px 5px #0b2848;
}

.new-page_five {
  min-height: 300px;
  padding-top: 5%;
  padding-bottom: 5%;
  background-image: url(../images/bg5.jpg);
  background-repeat: repeat-x;
  background-position: bottom right;
}
.new-page_five .new-page_wrap {
  max-width: 1230px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.new-page_five-left {
  width: 52%;
  margin-right: 2%;
}
.new-page_five-left img {
  display: block;
  width: 100%;
}
.new-page_five-right {
  flex: 1;
  min-width: 1px;
}

.new-page_five-title {
  margin-bottom: 10px;
  text-align: right;
  background-color: rgba(255, 255, 255, 1);
  border-right: 7px solid var(--color);
  padding-right: 20px;
}
.new-page_five-title .p1 {
  font-size: 30px;
  margin-bottom: 1%;
  font-weight: bold;
  color: rgba(0, 0, 0, 1);
}
.new-page_five-title .p2 {
  font-size: 20px;
  color: #333333;
  line-height: 1;
}
.new-page_five-desc {
  font-size: 16px;
  line-height: 2;
  color: rgba(102, 102, 102, 1);
  margin-bottom: 1vw;
}

.new-page_five-list {
  border-right: 1px solid #212529;
  padding-bottom: 120px;
}

.new-page_five-list-item {
  text-align: right;
  padding-right: 50px;
  color: rgba(102, 102, 102, 1);
  margin-bottom: 15px;
  background: url(../images/dots.png) top 10px right no-repeat;
  margin-right: -8px;
}

.new-page_five-list-item .p1 {
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
}
.new-page_five-list-item .p2 {
  font-size: 16px;
  line-height: 1;
}

.new-page_six {
  background: #fafafa;
  padding: 5vw 0;
}

.new-page_six-swiper {
  margin-top: 1vw;
  position: relative;
  overflow: hidden;
  padding-bottom: 2vw;
}
.new-page_six-swiper .swiper-slide {
  flex-direction: column;
}
.new-page_six-swiper .swiper-slide a {
  padding: 10px;
  background-color: rgba(255, 255, 255, 1);
  border: 1px #ccc solid;
  box-shadow: 0 0 15px rgb(0 0 0 / 20%);
  display: block;
}
.new-page_six-swiper .swiper-slide img {
  display: block;
  width: 100%;
}
.new-page_six-swiper .swiper-slide-layout {
  background-image: url(../images/bg6.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top left;
  height: 36px;
}
.new-page_six-swiper .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
}
.new-page_six-swiper .swiper-pagination-bullet-active {
  width: 20px;
  height: 20px;
}
.new-page_common {
  padding: 2vw 0;
}

@media (max-width: 990px) {
  .new-page_cate a {
    margin: 5px;
    padding: 5px 15px;
    font-size: 14px;
  }
  .new-page_one .new-page_wrap,
  .new-page_five .new-page_wrap {
    flex-direction: column;
  }
  .new-page_one .new-page_wrap > div,
  .new-page_five .new-page_wrap > div {
    margin: 0;
    width: 100%;
  }
  .new-page_one .new-page_wrap > div + div,
  .new-page_five .new-page_wrap > div + div {
    margin-top: 20px;
  }
  .new-page_one_title {
    border-left: 4px solid var(--color);
    padding-left: 10px;
    margin-bottom: 10px;
  }
  .new-page_one_title .p1 {
    font-size: 20px;
  }
  .new-page_one_title .p2 {
    font-size: 18px;
  }
  .new-page_one_content p {
    font-size: 14px;
    line-height: 1.7;
  }
  .sunc_list-item {
    width: 50%;
    padding: 20px 20px 20px 10px;
  }
  .sunc_list {
    flex-wrap: wrap;
  }
  .new-page_title .p1 {
    font-size: 20px;
  }
  .new-page_title .p2 {
    font-size: 15px;
  }
  .sunc_list2 {
    flex-wrap: wrap;
  }
  .sunc_list2-item {
    width: 50%;
    padding: 0 10px;
  }

  .sunc_list2-item .p1 {
    font-size: 40px;
  }
  .sunc_list2-item .p1 span {
    font-size: 18px;
  }
  .sunc_list2-item .p2 {
    font-size: 14px;
  }
  .new-page_four-text .p1 {
    font-size: 20px;
  }
  .new-page_four-text .p2 {
    font-size: 16px;
  }
  .new-page_five {
    background-size: auto 50px;
  }
  .new-page_five-title {
    border-right: 4px solid var(--color);
    padding-right: 15px;
  }
  .new-page_five-title .p1 {
    font-size: 20px;
  }
  .new-page_five-title .p2 {
    font-size: 16px;
  }
  .new-page_five-desc {
    font-size: 14px;
    line-height: 1.7;
  }

  .new-page_five-list {
    padding-bottom: 60px;
  }

  .new-page_five-list-item {
    padding-right: 30px;
    margin-bottom: 10px;
  }

  .new-page_five-list-item .p1 {
    font-size: 16px;
  }
  .new-page_five-list-item .p2 {
    font-size: 14px;
  }

  .new-page_six-swiper {
    margin-top: 15px;
    padding-bottom: 30px;
  }
  .new-page_six-swiper .swiper-slide a {
    padding: 4px;
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
  }
  .new-page_six-swiper .swiper-slide-layout {
    background-size: auto 100%;
    height: 20px;
  }
  .new-page_six-swiper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .new-page_six-swiper .swiper-pagination-bullet-active {
    width: 14px;
    height: 14px;
  }
}

.new-page_culture {
  background: #f5f5f5;
  padding: 3vw 0;
}

.culture-list {
  background: #fff;
  padding: 1.5vw 2vw;
  display: flex;
  flex-wrap: wrap;
}
.culture-list_item {
  width: 33.33%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 2vw;
  position: relative;
}
.culture-list_item::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 4px;
  width: 0%;
  content: "";
  background: linear-gradient(
    to right,
    rgb(2, 66, 135) 0%,
    rgb(0, 167, 225) 100%
  );
  z-index: 99;
}

.culture-list_item:nth-of-type(odd) {
  background: #f5f5f5;
}

.culture-list_item .p1 {
  font-size: 26px;
  color: rgba(51, 51, 51, 1);
  margin-bottom: 3.5vw;
}

.culture-list_item img {
  width: 60px;
  transition: all 0.5s;
}
.culture-list_item:hover::before {
  width: 100%;
  transition: all 0.5s;
}
.culture-list_item:hover img {
  transform: rotateY(180deg);
}

@media (max-width: 990px) {
  .new-page_culture {
    padding: 10px 0;
  }

  .culture-list {
    padding: 7px 13px;
  }
  .culture-list_item {
    width: 50%;
    padding: 10px;
  }

  .culture-list_item .p1 {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .culture-list_item img {
    width: 40px;
  }

  .culture-list_item:nth-of-type(3) {
    background: #fff;
  }
  .culture-list_item:nth-of-type(4) {
    background: #f5f5f5;
  }
}

.new-page_development {
  background: url(../images/bg7.jpg) center top no-repeat;
  background-size: cover;
  background-attachment: fixed;
  margin: 0 20px;
}
.new-page_development .new-page_wrap {
  display: flex;
}

.development-title {
  width: 30%;
  display: flex;
  padding-left: 10%;
  flex-direction: column;
  margin-top: 8.5vw;
}
.development-title p {
  font-size: 22px;
  color: #fff;
}
.development-title:after {
  content: "";
  height: 4px;
  width: 40px;
  background: #fff;
  margin-top: 10px;
}
.development-list {
  width: 70%;
  padding: 8vw 0;
  position: relative;
}
.development-list::after {
  position: absolute;
  content: "";
  width: 1px;
  background: rgba(255, 255, 255, 0.7);
  top: 0;
  height: 100%;
  left: calc(20% - 4px);
}

.development-list .swiper-slide {
  display: flex;
  align-items: flex-start;
  height: calc(50vh / 7);
  overflow: hidden;
}

.development-list_year {
  width: 20%;
  font-size: 22px;
  padding-right: 40px;
  color: rgba(255, 255, 255, 0.7);
  text-align: right;
  position: relative;
}
.development-list_year:after {
  content: "";
  position: absolute;
  width: 8px;
  z-index: 9;
  height: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  right: 0px;
  top: 13px;
}
.development-list_cont {
  padding: 5px 0 5px 40px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  line-height: 1.4;
}
.development-swiper {
  height: 50vh;
  position: relative;
  overflow: hidden;
}
.development-list_cont {
  flex: 1;
  min-width: 1px;
}
.development-list .swiper-button-prev {
  top: 10%;
}
.development-list .swiper-button-next {
  bottom: 10%;
  top: auto;
}
.development-list .swiper-button-prev,
.development-list .swiper-button-next {
  width: 40px;
  height: 40px;
  background: #014596;
  border: 1px solid #80a2cc;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: rotate(90deg);
  border-radius: 50%;
  --swiper-navigation-size: 18px;
  color: #fff;
  left: calc(20% - 22px);
}
.development-list .swiper-button-prev:hover,
.development-list .swiper-button-next:hover {
  background: #980101;
  border: 1px solid #980101;
}

.development-list .swiper-slide:hover * {
  color: #fff;
}

@media (max-width: 990px) {
  .new-page_development {
    margin: 0;
  }
  .new-page_development .new-page_wrap {
    flex-direction: column;
  }

  .development-title {
    width: 100%;
    padding-left: 0;
    margin-top: 15px;
  }
  .development-title p {
    font-size: 20px;
  }
  .development-list {
    width: 100%;
    padding: 40px 0;
  }

  .development-list .swiper-slide {
    height: calc(50vh / 5);
  }

  .development-list_year {
    font-size: 18px;
  }
  .development-list_cont {
    font-size: 16px;
  }
  .development-list .swiper-button-prev {
    top: 10px;
  }
  .development-list .swiper-button-next {
    bottom: 10px;
  }
}
