﻿.title {
    text-align: center;
    
    padding: 30px 0 40px;
  }
  .title p {
    font-size: 42px;
    line-height: 88px;
    color: #292b33;
  }
  .title div {
    font-size: 16px;
    color: #474b59;
    line-height: 1.3;
    margin-top: 3px;
  }
  .banner {
    display: block;
    position: relative;
    font-size: 0;
    height: 800px;
    background: #004be2;
  }
  .banner .bg {
    width: 100%;
    height: auto;
  }
  .banner .content {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 795px;
    width: 100%;
  }
  .banner .content .bannerTitle {
    text-align: center;
    padding-bottom: 4px;
    padding-top: 16px;
    position: relative;
  }
  .banner .content .bannerTitle p {
    font-size: 58px;
    line-height: calc(98 / 58);
    color: #fff;
    font-weight: bold;
  }
  .banner .content .bannerTitle i {
    font-size: 58px;
    line-height: calc(84 / 58);
    font-weight: bold;
    color: #fff;
    font-style: normal;
  }
  .banner .content .bannerTitle span {
    display: block;
    background: url(404.png) no-repeat center;
    background-size: 90%;
    font-size: 28px;
    line-height: calc(48 / 28);
    color: #fff;
    letter-spacing: 8px;
    margin-top: 42px;
  }
  .banner .content .bannerTitle .leftTop {
    position: absolute;
    top: 0;
    left: 0;
  }
  .banner .content .bannerTitle .rightBottom {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  .banner .content .bannerTitle .rightBottom img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .banner .content .btn {
    width: 240px;
    line-height: 54px;
    background-color: #ffffff;
    border-radius: 27px;
    color: #01a63e;
    font-size: 16px;
    letter-spacing: 1px;
    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;
    margin: 0 auto;
    margin-top: 56px;
  }
  .banner .content .btn img {
    margin-right: 12px;
  }
@media (max-width: 1500px) {
  .w1400 {
    width: 90%;
  }
}
@media (max-width: 1340px) {
  .banner {
    height: 560px;
  }
  .banner .bg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .banner .content .bannerTitle p {
    font-size: 40px;
  }
  .banner .content .bannerTitle i {
    font-size: 60px;
  }
}
@media (max-width: 1200px) {
  
  .strength .item {
    width: calc(25% - 30px);
  }
  .block {
    background: #eee;
    height: auto;
    padding-bottom: 100px;
  }
  .block .w1400 {
    margin-top: 0;
  }
  .block .w1400 .list {
    width: calc(330 / 1400 * 100%);
  }
  .block .w1400 .list:nth-child(odd) {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  
}
@media (max-width: 1080px) {
  
  .strength .item {
    width: calc(50% - 30px);
  }
  #newBridge {
    display: none !important;
  }
  .pageBlock4 .w1400 {
    display: none;
  }
  
  .banner {
    height: 400px;
  }
  .banner .content {
    
  }
  .banner .content .bannerTitle {
    padding: 15px 70px 15px;
  }
  .banner .content .bannerTitle .leftTop img,
  .banner .content .bannerTitle .rightBottom img {
    width: 50%;
  }
  .banner .content .bannerTitle p {
    font-size: 4vw;
  }
  .banner .content .bannerTitle i {
    font-size: 4.5vw;
    white-space: nowrap;
    margin-top: 20px;
    display: block;
  }
  .banner .content .bannerTitle span {
    font-size: 3vw;
    letter-spacing: 5px;
    background: url(404.png) no-repeat center;
    background-size: 100% auto;
    margin-top: 20px;
  }
  .banner .content .btn {
    width: 200px;
    line-height: 35px;
    margin-top: 30px;
    font-size: 14px;
  }
  .block .w1400 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .block .w1400 .list {
    width: 49%;
    margin-bottom: 15px;
  }
  .block2 {
    padding-bottom: 50px;
  }
  .block2 .w1400 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .block2 .w1400 .list {
    width: 49%;
    margin-left: 0;
  }
  .block2 .w1400.contact {
    display: none;
  }
  .block3 .w1400 {
    display: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .block3 .w1400 .list {
    width: 100%;
    margin-left: 0;
  }
  .block3 .mySwiper {
    display: block;
  }
  .blackBg {
    width: 100%;
    height: 100vh;
    position: fixed;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    z-index: 10;
    left: 0;
  }
  .blackBg ul {
    width: 80%;
    height: 100vh;
    background: #fff;
    position: absolute;
    top: 0;
    right: -80%;
  }
  .blackBg ul li {
    border-top: 1px solid #eee;
  }
  .blackBg ul li a {
    line-height: 3;
    font-size: 4vw;
    text-align: center;
    display: block;
    color: #333;
  }
  .blackBg ul li:first-child {
    border-top: 0;
  }

}
@media (max-width: 750px) {
  
  .strength .item {
    width: calc(50% - 15px);
    height: 248px;
    margin-bottom: 30px;
  }
  
  
  .pageBlock5 .w1400 .list {
    width: 100% !important;
  }
  
  .title {
    padding: 30px 0;
  }
  .title p {
    font-size: 7vw;
    line-height: 2;
  }
  .title div {
    font-size: 3.5vw;
  }
  
  .banner {
    height: 450px;
  }
  .banner .content {
    width: 90%;
    top: 55%;
  }
  .banner .content .bannerTitle {
    padding: 15px 0;
  }
  .banner .content .bannerTitle p {
    font-size: 5vw;
  }
  .banner .content .bannerTitle i {
    font-size: 7vw;
    margin-top: 0;
    line-height: 2;
  }
  .banner .content .bannerTitle span {
    width: 90%;
    margin: 0 auto;
    font-size: 4.5vw;
    letter-spacing: 0;
  }
  .block {
    padding-bottom: 65px;
  }
  .block .w1400 .list {
    width: 48%;
  }
  .block2 .w1400 .list {
    width: 100%;
    margin-bottom: 30px;
  }
  .block2 .w1400 .list .img img {
    width: 100%;
    height: auto;
  }
  .block2 .w1400 .list .listTitle {
    font-size: 4.5vw;
  }
  .block2 .w1400 .list span {
    font-size: 3.5vw;
  }
  .block2 .w1400 .list span a {
    font-size: 3.5vw;
  }
  .block3 .w1400 {
    padding-bottom: 95px;
  }
  .block3 .w1400 .list {
    height: auto;
    min-height: 345px;
    padding-bottom: 40px;
  }
  .block3 .swiper-scrollbar {
    opacity: 1 !important;
    background: rgba(255, 255, 255, 0.4);
    bottom: 60px;
  }
  .block3 .swiper-scrollbar .swiper-scrollbar-drag {
    background: #fff;
  }
  .block4 .w1400 {
    padding-bottom: 50px;
  }
  .block4 .w1400 .img {
    margin-bottom: 30px;
  }
  .block4 .w1400 ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .block4 .w1400 ul li {
    width: 50% !important;
    margin-bottom: 15px;
  }
  .block4 .w1400 ul li:nth-child(2n + 1)::after {
    display: none;
  }
  .block4 .w1400 ul li p {
    font-size: 5vw !important;
  }
  .block4 .w1400 ul li p span {
    font-size: 7vw !important;
  }
  .block4 .w1400 ul li div {
    font-size: 14px;
  }
  .block5 .w1400 form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 40px;
  }
  .block5 .w1400 form input {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    font-size: 3vw;
    height: 40px;
  }
  .block6 .w1400 {
    padding-bottom: 50px;
  }
  .block6 .w1400 .img {
    margin-bottom: 30px;
  }

  .block6 .w1400 .block-left .desc h3 {
    font-size: 24px;
  }
  .block6 .w1400 .block-left {
    width: 100%;
    padding-right: 0;
  }
  .block6 .w1400 .block-right {
    width: 100%;
    padding-bottom: 20px;
    position: relative;
    padding-left: 0;
  }
  .block6 .w1400 .block-right .img {
    margin: 0;
  }
  .block6 .w1400 .img img {
    position: relative;
    max-height: auto;
    left: 0;
    top: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .block6 .w1400 ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .block6 .w1400 ul li {
    width: 50%;
    margin-bottom: 15px;
  }
  .block6 .w1400 ul li:nth-child(2n + 1)::after {
    display: none;
  }
  .block6 .w1400 ul li p {
    font-size: 5vw;
  }
  .block6 .w1400 ul li p span {
    font-size: 7vw;
  }
  .block6 .w1400 ul li div {
    font-size: 14px;
  }
  .block5 .w1400 form .btn {
    width: 100%;
    line-height: 40px;
    font-size: 14px;
  }
  .footer {
    padding-top: 40px;
  }
  .footer .w1400 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer .w1400 .left {
    display: none;
  }
  .footer .w1400 .right {
    width: 100%;
    text-align: center;
    padding-bottom: 40px;
  }
  .footer .w1400 .right .footerTitle {
    font-size: 7vw;
  }
  .footer .w1400 .right .content {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer .w1400 .right .content .cont {
    text-align: left;
    margin-top: 0;
    margin-left: 50px;
  }
  .footer .w1400 .right .content .cont p {
    font-size: 3vw;
  }
  .footer .w1400 .right .content .cont a {
    font-size: 3vw;
    margin-top: 12px;
  }
  .footer .w1400 .right .content .cont a:last-child {
    font-size: 3vw;
  }
  .footer .w1400 .right .content .cont a.tel {
    margin-bottom: 15px;
  }
  .footer .w1400 .company {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 30px 0;
  }
  .footer .w1400 .company .list {
    display: block;
    width: calc(100% / 3);
    text-align: center;
    padding: 20px 0;
  }
  .footer .w1400 .company .list .img {
    font-size: 0;
    -webkit-filter: grayscale(100%) brightness(800%);
    filter: grayscale(100%) brightness(800%);
  }
  .footer .w1400 .company .list p {
    font-size: 14px;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 12px;
  }
  .footer .w1400 .company .list span {
    font-size: 12px;
    color: #b1b1b1;
  }
  .beian .w1400 {
    display: none;
  }
  .beian .mob {
    display: block;
    padding: 15px 0;
  }
  .beian .mob p {
    font-size: 12px;
    color: #b1b1b1;
    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;
  }
  .beian .mob p a {
    font-size: 12px;
    color: #b1b1b1;
  }
  .window {
    width: 90%;
    padding: 30px 30px 60px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: fixed;
  }
  .window p,
  .window div {
    font-size: 16px;
    color: #666;
    margin-bottom: 10px;
  }
  .window a {
    width: 80px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background: #01a63e;
    display: block;
    position: absolute;
    right: 30px;
    bottom: 30px;
  }
}
@media (max-width: 500px) {
  
  .strength .item {
    width: calc(100%);
  }
  
  .block {
    padding-bottom: 65px;
  }
  .block .w1400 .list {
    padding: 20px;
    min-height: 300px;
    -webkit-box-shadow: 1px 5px 10px 0px rgba(0, 36, 96, 0.17);
    box-shadow: 1px 5px 10px 0px rgba(0, 36, 96, 0.17);
  }
  .block .w1400 .list .listTitle {
    font-size: 18px;
  }
  .block .w1400 .list p {
    font-size: 14px;
    margin-top: 20px;
  }
  .block .w1400 .list a {
    margin-top: 40px;
  }
  .strength .list{
    width: 100% !important;
  }
}