* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
    font-family: Arial !important;
    word-wrap: break-word !important;
    word-break: normal !important;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding-right: 35px;
    padding-left: 4px;
    border-radius: 4px;
}

select::-ms-expand {
    display: none;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    background-color: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}

.top {
    background-color: rgba(239, 239, 239, 1);
}

.top>div {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 7px 2%;
    justify-content: space-between;
}

.top span {
    font-size: 14px;
    color: rgba(112, 112, 112, 1);
}

.top a {
    color: #000000;
    font-weight: 600;
    font-size: 16px;
}

nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 2%;
}

.nav-f {
    display: flex;
    align-items: center;
    justify-content: right;
}

.nav-list {
    display: flex;
    align-items: center;
}

.nav-list>li {
    position: relative;
}

.nav-list>li>a {
    font-size: 16px;
    padding: 0 1.2vw;
    line-height: 90px;
    display: block;
    font-weight: normal;
    text-align: center;
    color: #333;
    position: relative;
}

.la .cases1-txt {
    padding: 20px 0;
}

.la .cases1-txt h3 a {
    line-height: 1.8;
    min-height: 58px;
    font-size: 16px;
    color: rgba(51, 51, 51, 1);
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

#prev2 {
    background-color: rgba(244, 244, 245, 1);
    font-size: 14px;
    color: rgba(192, 196, 204, 1);
    border-style: solid;
    border-width: 1px;
    border-color: rgba(244, 244, 245, 1);
    border-radius: 50% !important;
    height: 40px;
    width: 40px;
    line-height: 40px;
    margin: 0 3px;
    text-align: center;
    cursor: pointer;
    transition: all .3s;
}

#next2 {
    background-color: rgba(244, 244, 245, 1);
    font-size: 14px;
    color: rgba(192, 196, 204, 1);
    border-style: solid;
    border-width: 1px;
    border-color: rgba(244, 244, 245, 1);
    border-radius: 50% !important;
    height: 40px;
    width: 40px;
    line-height: 40px;
    margin: 0 3px;
    text-align: center;
    cursor: pointer;
    transition: all .3s;
}

#prev {
    background-color: rgba(244, 244, 245, 1);
    font-size: 14px;
    color: rgba(192, 196, 204, 1);
    border-style: solid;
    border-width: 1px;
    border-color: rgba(244, 244, 245, 1);
    border-radius: 50% !important;
    height: 40px;
    width: 40px;
    line-height: 40px;
    margin: 0 3px;
    text-align: center;
    cursor: pointer;
    transition: all .3s;
}

#next {
    background-color: rgba(244, 244, 245, 1);
    font-size: 14px;
    color: rgba(192, 196, 204, 1);
    border-style: solid;
    border-width: 1px;
    border-color: rgba(244, 244, 245, 1);
    border-radius: 50% !important;
    height: 40px;
    width: 40px;
    line-height: 40px;
    margin: 0 3px;
    text-align: center;
    cursor: pointer;
    transition: all .3s;
}

.page button:hover {
    background: #005aa7 !important;
    color: #fff !important;
}

.cases1-list.la li {
    transition-property: all;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    position: relative;
    padding: 20px;
}

.cases1-list.la li:hover>div::after {
    display: none;
}

.cases1-list.la li:hover h3 a {
    text-decoration: underline;
    color: #005bac;
}

.cases1-list.la li>div {
    border-bottom: 1px solid rgba(239, 239, 239, 1);
}

.la .cases1-time span {
    font-size: 14px;
    color: rgba(138, 138, 138, 1);
    margin-top: 10px;
}

.cases1-list.la li>div {
    box-shadow: none;
    background: none;
}

.cases1-list.la li:hover {
    margin-top: -20px;
    /*top: -20px;*/
}

.logo img {
    width: 170px;
    display: block;
}

.nav-r {
    width: 100%;
    flex: 1;
}

.nav-list>li::after {
    content: '';
    position: absolute;
    left: 0%;
    bottom: -1px;
    width: 100%;
    height: 0%;
    background: rgba(0, 90, 167);
    opacity: 1;
    z-index: 1;
    transition: all .3s ease;
}

.nav-list>li:hover::after {
    height: 4px;
}

.nav-list>li.on::after {
    height: 4px;
}

.nav-list>li.on>a {
    color: #0071a4;
}

.nav-two {
    background: rgba(0, 90, 167, 0.8);
    width: 250px;
    padding: 15px 0;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 99;
    display: none;
}

.nav-two>li {
    position: relative;
    transition: all .3s;
}

.nav-two>li>a {
    font-size: 14px;
    line-height: 46px;
    color: #fff;
    display: block;
    padding: 0 20px;
}

.nav-two>li>span {
    height: 46px;
    position: absolute;
    top: 0;
    right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-two>li svg {
    width: 20px;
    height: 20px;
    fill: #fff;
}

.nav-three {
    padding: 10px 0;
    background: rgba(0, 90, 167, .8);
    width: 310px;
    position: absolute;
    top: 0;
    left: 100%;
    display: none;
}

.nav-three li {
    transition: all .3s;
}

.nav-three li a {
    color: #ffffff;
    display: flex;
    text-align: left;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    line-height: 46px;
    padding: 0 20px;
}

.nav-three li:hover {
    background: #01aded;
}

.sear {
    cursor: pointer;
}

.sear:hover svg {
    fill: #0071a4;
}

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

.banner .swiper-pagination-bullet {
    width: 50px;
    height: 4px;
    border-radius: 1px;
    background: rgba(255, 255, 255, 0.384);
    position: relative;
}

.banner .swiper-pagination-bullet::after {
    content: '';
    display: block;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    height: 4px;
    position: absolute;
    /* opacity: 1; */
}

.banner .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    animation: man 8s infinite;
}

.ban-video {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.ban-video video {
    width: 100%;
    height: 100%;
}

.title {
    text-align: center;
    line-height: 2.4;
    font-size: 32px;
    margin-top: 84px;
    margin-bottom: 20px;
}

.Solutions-list {
    display: flex;
    flex-wrap: wrap;
}

.Solutions-list li {
    width: 16.6666%;
    position: relative;
    overflow: hidden;
}

.Solutions-list li>img {
    width: 100%;
    display: block;
    transition: all .3s;
}

.Solutions-list li:hover>img {
    transform: scale(1.1);
}

.Solutions-list li>div {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .3);
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    height: 100%;
}

.Solutions-list li>div>div {
    flex: 1;
    max-width: 100%;
    max-height: 100%;
    align-self: center;
    text-align: center;
}

.Solutions-list li h3 {
    font-size: 20px;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    font-weight: bold;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all ease .3s;
    line-height: 2;
}

.sol-a a {
    color: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 2;
    display: block;
}

.sol-a a:hover {
    text-decoration: underline;
}

.Solutions-list li>div>div>div img {
    width: 50px;
}

.sol-a {
    min-height: 170px;
}

.Solutions-list li:hover h3 {
    padding: 20px 0;
}

.Solutions-list li:hover>div {
    background-color: rgba(0, 0, 0, .5);
}

.pump .swiper-button-prev {
    color: #fff;
}

.pump .swiper-button-next {
    color: #fff;
}

.pump .swiper-pagination {
    display: flex;
    justify-content: center;
    bottom: 40px;
    max-width: 100%;
    margin: auto;
}

.pump .swiper-pagination span {
    width: auto;
    background: none;
    padding: 0 20px;
    font-size: 18px;
    height: auto;
    opacity: .6;
    font-weight: 500;
    color: #212529;
}

.of-list li div:hover img {
    transform: scale(1.1);
}

.pump .swiper-pagination-bullet-active {
    opacity: .9 !important;
    font-size: 14px;
}

.max {
    max-width: 1200px;
    margin: auto;
}

.Global {
    background-image: url(../img/dc8aba4e-7d2a-40ff-bcf7-c681dde3083a.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 140px 0;
}

.Global-c {
    display: flex;
    flex-wrap: wrap;
}

.Global-l {
    width: 33%;
}

.Global-r {
    width: 67%;
    padding-left: 7%;
}

.Global-l h3 {
    font-size: 36px;
    color: rgba(255, 255, 255, 1);
    line-height: normal;
    font-weight: 500;
}

.Global-l p {
    font-size: 16px;
    line-height: 2;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 40px;
    font-family: Arial !important;
    word-wrap: break-word !important;
    word-break: normal !important;
}

.Global-l a {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    padding: 8px;
    width: auto;
    max-width: 140px;
    background-color: rgba(0, 90, 167, 1);
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    border-style: none;
    border-width: 1px;
    border-color: rgba(204, 204, 204, 1);
    border-radius: 20px;
    transition: all .3s;
}

.Global-l a:hover {
    background-color: rgb(6, 102, 185);
}

.Global-r ul {
    display: flex;
    flex-wrap: wrap;
}

.Global-r ul li {
    /* width: 33.33%; */
    flex: 1;
    padding-right: 40px;
}

.Global-r ul:nth-child(2) {
    margin-top: 80px;
}

.Global-r ul li:nth-child(3) {
    padding: 0;
}

.Global-r ul li:nth-child(6) {
    padding: 0;
}

.Global-r ul li h3 {
    font-family: Arial !important;
    word-wrap: break-word !important;
    word-break: normal !important;
    /* line-height: 65px; */
    font-size: 56px;
    color: rgba(255, 255, 255, 1);
    font-weight: bold;
    position: relative;
}

.Global-r ul li p {
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    margin-top: 10px;
    line-height: 20px;
    font-family: Arial !important;
    word-wrap: break-word !important;
    word-break: normal !important;
}

.Global-r ul li:nth-child(4) {
    margin-top: 80px;
}

.Global-r ul li:nth-child(5) {
    margin-top: 80px;
}

.Global-r ul li:nth-child(6) {
    margin-top: 80px;
}

.Global-r ul li h3 span {
    font-size: 20px;
    font-weight: normal;
    position: relative;
    top: -30px;
}

.Global-r ul li>div {
    display: flex;
}

.Global-r ul li>div>div>span {
    display: block;
    color: #fff;
    padding-left: 20px;
    line-height: 30px;
}

.abt-bg {
    background-image: url(../img/26250f5c-54ea-4f0e-b975-0292cdce2eca.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;
    margin-top: 10px;
}

.abt-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.abt-l {
    width: 48.99%;
    margin-right: auto;
    margin-top: 0px;
}

.abt-l ul {
    width: 80%;
    margin-left: calc(100% - 588px);
    max-width: 550px;
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
}

.abt-l ul li {
    width: 50%;
}

.abt-l ul li:nth-child(1) {
    padding-right: 20px;
}

.abt-l ul li:nth-child(3) {
    padding-right: 20px;
    margin-top: 20px;
}

.abt-l ul li:nth-child(2) {
    padding-left: 20px;
}

.abt-l ul li:nth-child(4) {
    padding-left: 20px;
    margin-top: 20px;
}

.abt-l ul li img {
    width: 46px;
    height: 46px;
    display: block;
}

.abt-l ul li h3 {
    font-size: 36px;
    font-family: Arial !important;
    color: rgba(0, 90, 167, 1);
    height: 60px;
    line-height: 60px;
    font-weight: 500;
    margin-top: 13px;
}

.abt-l ul li h3 b {
    font-weight: 500;
}

.abt-l ul li span {
    font-family: Arial !important;
    word-wrap: break-word !important;
    word-break: normal !important;
    font-size: 24px;
    margin-left: 5px;
}

.abt-l ul li p {
    color: rgba(90, 90, 90, 1);
    line-height: 1.5;
    font-family: Arial !important;
    word-wrap: break-word !important;
    word-break: normal !important;
}

.abt-r {
    width: 49%;
}

.abt-r video {
    width: 100%;
    display: block;
}

.title p {
    line-height: 2.5;
    font-size: 16px;
    color: rgba(90, 90, 90, 1);
    width: 100%;
}

.why-text {
    max-width: 1200px;
    padding: 0 15px;
    position: absolute;
    top: 34%;
    transform: translateY(-49%);
    margin: 0 auto;
    display: block;
    left: 0;
    right: 0;
    z-index: 1;
    width: 100%;
}

.why-text>div {
    width: 90%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.why-text h3 {
    font-size: 34px;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    transition: all ease .8s .3s;
    position: relative;
    padding-bottom: 30px;
}

.why-text h3::after {
    content: "";
    background: #fff;
    width: 70px;
    display: block;
    transition: all ease .8s .6s;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.text-p {
    margin: 30px 0 50px 0;
}

.text-p p {
    color: #Fff;
    font-size: 16px;
    line-height: 35px;
}

.Why-a {
    display: flex;
}

.Why-a a {
    color: #fff;
    font-size: 16px;
    border: 0px solid #fff;
    background: #005aa7;
    border-radius: 30px;
    padding: 12px 18px;
    display: inline-block;
    width: 100%;
    max-width: 130px;
    text-align: center;
    transition: all ease .3s, opacity ease .8s 1.2s, transform ease .8s 1.2s;
    margin-right: 30px;
}

.Why-a a:nth-child(2) {
    background: #156db9;
}

.Why-a a:nth-child(1):hover {
    background: #156db9;
}

.Why-a a:nth-child(2):hover {
    background: #005aa7;
}

.Why .swiper-pagination {
    bottom: 80px;
}

.Why .swiper-pagination-bullet {
    width: 230px;
    background: #fff;
    text-align: center;
    padding: 20px;
    border-right: 1px solid hsl(0deg 0% 0% / 10%);
    transition: all ease .3s;
    border-radius: 0;
    height: auto;
    opacity: 1;
    margin: 0 !important;
}

.Why .swiper-pagination-bullet p {
    margin-top: 8px;
    color: #333;
    font-size: 18px;
    font-weight: bold;
}

.Why .swiper-pagination-bullet-active {
    background: rgba(1, 90, 167, .9) !important;
}

.Why .swiper-pagination-bullet-active img {
    filter: brightness(0) invert(100%);
}

.Why .swiper-pagination-bullet-active p {
    color: #fff;
}

.Why .swiper-pagination-bullet-active img {
    opacity: .6;
}

.Why .swiper-pagination-bullet:hover {
    background: rgba(1, 90, 167, .9);
}

.Why .swiper-pagination-bullet:hover p {
    color: #fff;
}

.Why .swiper-pagination-bullet:hover img {
    opacity: .6;
}

.Why .swiper-pagination-bullet:hover img {
    filter: brightness(0) invert(100%);
}

.Why .swiper-slide {
    overflow: hidden;
}

.Why .swiper-slide img {
    width: 100%;
    height: auto;
    min-height: 100%;
    transition: 1s linear 2s;
    transform: scale(1.1);
}

.Why .swiper-slide-active img {
    transition: 2s linear;
    transform: scale(1);
}

.Cases .Cases-c {
    background: #0b5ea6;
    align-items: center;
}

.Cases-c {
    display: flex;
    flex-wrap: wrap;
}

.Cases-l {
    width: 60%;
}

.Cases-l img {
    display: block;
    width: 100%;
}

.Cases-r {
    width: 40%;
    background: #0b5ea6;
    padding: 0 3%;
}

.Cases .swiper-wrapper {
    margin-left: 16.5%;
}

.Cases-l>div {
    overflow: hidden;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    position: relative;
    width: 100%;
    height: auto;
    padding-bottom: 60%;
}

.Cases-l>div img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 101%;
    transition: all .5s ease;
    object-fit: cover;
}

.Cases .swiper-slide:hover img {
    transform: translate(-50%, -50%) scale(1.1);
}

.Cases-r h3 {
    padding-bottom: 20px;
    position: relative;
}

.Cases-r h3::after {
    content: "";
    width: 40px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #ffff;
}

.Cases-r h3 a {
    color: #fff;
    line-height: 1.5;
    font-size: 22px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: rgba(255, 255, 255, 1);
    transition: all .5s;
    font-weight: 400;
}

.Cases-r p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    line-height: 1.8;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 20px 0 40px 0;
}

.Cases-r>a {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    width: auto;
    padding: 12px 10px;
    background-color: rgba(255, 255, 255, 0);
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    border-style: solid;
    border-width: 2px;
    border-color: rgba(255, 255, 255, 0.6);
    max-width: 140px;
    border-radius: 30px;
    transition: all .3s;
}

.Cases-r>a:hover {
    background: #fff;
    color: #0b5ea6;
}

.Cases .swiper-button-next {
    right: 15%;
    color: #a7a7a7;
}

.Cases .swiper-button-prev {
    left: 12%;
    color: #a7a7a7;
}

.why-slide {
    margin-top: 20px;
}

.lt {
    padding: 4vw 0;
    background: linear-gradient(to bottom, #ffffff 0%, #EDF0F7 100%);
}

.lt-list {
    display: flex;
    flex-wrap: wrap;
}

.lt-list li {
    width: 20%;
    padding: 18px 10px;
}

.lt-list li div {
    padding: 10px 20px;
    overflow: hidden;
    background: #fff;
}

.lt-list li div img {
    display: block;
    width: 100%;
    transition: all .3s;
}

.lt-list li:hover img {
    transform: scale(1.1);
}

.Discover-c {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.Discover-c>div {
    width: 47%;
}

.Discover-t {
    position: relative;
    margin-bottom: 20px;
}

.Discover-img {
    overflow: hidden;
    max-height: 290px;
}

.Discover-img img {
    width: 100%;
    display: block;
    transition: all .3s;
}

.Discover-po {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    flex-flow: column;
    padding: 20px;
}

.Discover-po h3 {
    font-weight: 400;
    width: 82px;
    height: 25px;
    line-height: 25px;
    background: #fff;
    text-align: center;
    font-size: 16px;
}

.Discover-po span {
    color: #fff;
}

.Discover-po p {
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 10px;
}

.Discover-t:hover img {
    transform: scale(1.1);
}

.Discover-t:hover .Discover-po {
    background-color: rgba(0, 0, 0, 0.5);
}

.Discover-list li {
    transition: all .3s;
    margin-bottom: 20px;
}

.Discover-list li:hover {
    background: rgba(244, 246, 249, 1);
}

.Discover-list li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.nes-l {
    flex: 0 0 35%;
    padding-right: 20px;
}

.Discover-list li img {
    display: block;
    width: 100%;
}

.nes-r {
    flex: 1;
}

.nes-r h3 {
    font-weight: normal;
    color: rgba(0, 0, 0, 1);
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 18px;
    line-height: normal;
}

.nes-r span {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    color: rgba(149, 149, 149, 1);
    line-height: 1;
    min-height: 20px;
    display: block;
}

.nes-r p {
    line-height: normal;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    color: rgba(149, 149, 149, 1);
}

.Rest {
    background-image: url(../img/cecc3b20-3d69-413d-9c60-dd77e169361a.jpg);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 80px;
}

.Rest-t h3 {
    color: rgba(255, 255, 255, 1);
    font-size: 30px;
    line-height: 1;
}

.Rest-t p {
    color: rgba(255, 255, 255, 1);
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 18px;
    font-weight: 400;
}

.Rest-list {
    display: flex;
    flex-wrap: wrap;
}

.Rest-list li {
    margin: 15px 30px 15px 0;
    padding: 10px;
    color: #fff;
    border: 1px solid #fff;
    transition: all .3s;
}

.Rest-list li a {
    font-size: 14px !important;
    color: #fff;
}

.Rest-list li:hover {
    border: 1px solid rgba(0, 90, 167, 1);
}

footer {
    background-color: rgba(37, 39, 44, 1);
    padding-top: 50px;
}

.foot-one {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.foot-one li {
    width: 24%;
    display: flex;
    justify-content: space-between;
}

.one-img {
    width: 50px;
}

.one-img img {
    display: block;
    width: 100%;
}

.one-text {
    flex: 1;
    margin-left: 10px;
}

.one-text h3 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 500;
}

.one-text a {
    color: #fff;
}

.one-text p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
}

.one-text p a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
}

.hr {
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 30px;
    margin-bottom: 30px;
}

.foot-two {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.foot-img {
    max-width: 230px;
}

.foot-img img {
    display: block;
    width: 100%;
}

.foot-l {
    flex: 0 0 35%;
}

.foot-l h5 {
    font-size: 18px;
    color: rgba(181, 181, 181, 1);
    line-height: 2;
}

.foot-l h3 {
    color: rgba(255, 255, 255, 1);
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    margin-top: 10px;
}

.foot-l h3 a {
    color: #fff;
}

.foot-l h3:hover a {
    text-decoration: underline;
}

.foot-r {
    flex: 1;
}

.foot-add {
    padding: 30px 40px 30px 0;
}

.foot-add p {
    color: #b5b5b5;
    font-size: 14px;
    line-height: 32px;
}

.foot-add p a {
    color: #b5b5b5;
}

.foot-three {
    display: flex;
    flex-wrap: wrap;
}

.foot-add p:hover a {
    text-decoration: underline;
}

.foot-wl {
    display: flex;
}

.foot-wl a {
    width: 37px;
    margin-right: 20px;
}

.foot-wl a img {
    display: block;
    width: 100%;
}

.foot-nav {
    display: flex;
    flex-wrap: wrap;
}

.foot-nav li {
    flex: 1;
}

.foot-nav li h3 {
    line-height: 2;
    font-size: 18px;
    color: rgba(255, 255, 255, 1);
    font-weight: 500;
    margin-bottom: 10px;
}

.foot-nav li:last-child {
    flex: 0 0 107px;
}

.foot-nav li a {
    line-height: 2.6;
    color: #b5b5b5;
    font-size: 14px;
    display: block;
}

.foot-nav li a:hover {
    text-decoration: underline;
}

.foot-b {
    padding-bottom: 30px;
}

.foot-b span {
    line-height: 1.8;
    font-size: 14px;
    color: #666666;
    display: inline-block;
    margin-right: 20px;
}

.foot-b a {
    line-height: 1.8;
    font-size: 14px;
    color: #666666;
    display: inline-block;
}

.Discover {
    margin-bottom: 120px;
}

.bb {
    height: 40px;
    background-color: rgba(0, 0, 0, 0.05);
}

.mr {
    width: 30px;
    display: none;
}

.mr img {
    display: block;
    width: 100%;
}

.logo a {
    display: block;
}

.nav-m {
    display: block;
}

.nav-list>li>span {
    display: none;
}

.bar img {
    display: block;
    width: 100%;
}

.pad {
    padding: 4vw 0;
}

.product-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.product-l {
    width: 18%;
}

.product-r {
    width: 79%;
}

.product-ls {
    border: #e5e5e5 1px solid;
}

.product-ls h3 {
    font-weight: 500;
    padding: 30px 20px;
    font-size: 20px;
    color: rgba(0, 91, 172, 1);
    border-bottom: 1px solid #e5e5e5;
}

.product-one {
    padding: 20px 0;
}

.product-one>li {
    position: relative;
}

.product-one>li>a {
    line-height: 44px;
    font-size: 15px;
    padding: 0 20px;
    position: relative;
    color: #333;
    display: block;
    transition: all ease .3s;
    /* border-bottom: 1px solid #ddd; */
    /* border-bottom: 1px solid #e5e5e5; */
}

.product-one>li>a:hover {
    color: rgba(0, 91, 172, 1);
}

.product-one>li a::after {
    width: 0px;
    height: 100%;
    content: "";
    background: rgba(0, 91, 172, 1);
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

.product-one>li a:hover::after {
    width: 4px;
    height: 100%;
    content: "";
    background: rgba(0, 91, 172, 1);
    position: absolute;
    left: 0;
    top: 0;
    display: block;
}

.down {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    transform: rotate(-90deg);
    cursor: pointer;
}

.down svg {
    width: auto;
    height: 10px;
    font-size: 12px;
    fill: #333;
}

.product-two {
    display: none;
}

.product-two li a {
    line-height: 24px;
    font-size: 13px;
    display: block;
    padding: 0px 20px;
    color: #666;
    position: relative;
}

.product-two li a:hover {
    color: rgba(0, 91, 172, 1);
}

.product-one>li a span {
    border-bottom: 1px solid #ddd;
    display: block;
}

.product-two li a span {
    padding: 5px 0;
}

.product-one .on>a {
    color: rgba(0, 91, 172, 1);
}

.product-one .on>a::after {
    display: block;
    width: 4px;
}

.product-ls {
    margin-bottom: 50px;
}

.product-b .product-one>li>a {
    line-height: 40px;
    color: rgba(43, 44, 47, 1);
}

.product-b .product-one>li>a:hover::after {
    width: 2px;
}

.product-list {
    display: flex;
    flex-wrap: wrap;
}

.product-list li {
    width: 33.3%;
    padding: 0px 10px 20px 10px;
    position: relative;
}

.product-list li>div {
    position: relative;
    border: 1px solid rgba(229, 229, 229, 1);
    transition: all .3s;
    padding: 0 15px 20px 15px;
}

.product-img {
    overflow: hidden;
}

.product-img img {
    display: block;
    width: 100%;
    transition: all .3s;
}


/* .product-list li:hover img{
        transform: scale(1.1);
    } */

.product-list li:hover div::after {
    width: 100%;
    height: 2px;
    background: rgba(0, 91, 172, 1);
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
}

.product-list li h3 {
    font-size: 18px;
    margin-top: 10px;
    color: #333333;
    font-weight: 500;
    line-height: 24px;
    -webkit-line-clamp: 2;
    height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.bs {
    margin-top: 15px;
    margin-bottom: 15px;
    width: 100%;
    height: 1px;
    background-color: rgba(229, 229, 229, 1);
}

.product-text {
    margin-bottom: 15px;
}

.product-text p {
    font-size: 14px;
    color: rgba(43, 44, 47, 1);
    line-height: 2;
}

.product-a {
    display: flex;
}

.product-a a {
    font-size: 16px;
    border: 1px solid rgba(229, 229, 229, 1);
    color: #000;
    padding: 12px 8px;
    width: 50%;
    text-align: center;
    transition: all .3s;
}

.product-a a:nth-child(2) {
    color: rgba(0, 90, 167, 1);
}

.product-a a:hover {
    background: rgba(0, 90, 167, 1);
    color: #fff;
}

.page {
    text-align: center;
    padding: 20px 0;
}

.title.t1 {
    font-size: 30px;
    line-height: normal;
}

.Customers-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.Customers-list li {
    width: 32%;
    position: relative;
    overflow: hidden;
    margin: 15px 0;
}

.Customers-list li img {
    display: block;
    transition: all .3s;
    object-fit: contain;
    width: 100%;
}

.Customers-list li:hover img {
    transform: scale(1.1);
}

.Customers-c {
    background-color: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 40px;
}

.Customers-list li h3 {
    font-size: 18px;
    color: rgba(255, 255, 255, 1);
    transition: all .3s;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.6;
    font-weight: 500;
    width: 95%;
}

.Customers-list li h3 a {
    color: #fff;
}

.Customers-list li p {
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 16px;
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
    line-height: 1.5;
}

.Customers-c>a {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    width: 120px;
    padding: 10px 0;
    font-size: 14px;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 20px;
    transition: all .3s;
}

.Customers-list li:hover .Customers-c>a {
    background: rgba(0, 90, 167, 1);
    border-color: rgba(0, 90, 167, 1);
}

.Customers-list li:hover h3 {
    font-weight: 600;
}


/* .product-one>li:last-child>a>span{
        border: none;
    } */

.select {
    display: flex;
    flex-wrap: wrap;
    padding: 0 10px;
    justify-content: space-between;
    margin-bottom: 30px;
}

.select-list {
    width: 140px;
    height: 32px;
    border: 1px solid rgba(229, 229, 229, 1);
    color: #666;
    position: relative;
}

.select-list p {
    line-height: 32px;
    position: relative;
    padding: 0 10px;
    font-size: 12px;
    cursor: pointer;
}

.select-list p::after {
    border: 5px solid transparent;
    content: ' ';
    height: 0;
    position: absolute;
    width: 0;
    top: 12.2px;
    border-top: 8px solid #666;
    right: 15px;
}

.select-item {
    width: 100%;
    padding: 8px 0;
    max-height: 300px;
    overflow: auto;
    position: absolute;
    left: 0;
    top: 110%;
    border-radius: 2px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
    background-color: #fff;
    z-index: 13;
    display: none;
}

.select-item li {
    padding: 0 5px;
    width: 100%;
    line-height: 36px;
    cursor: pointer;
    color: #666;
    font-size: 13px;
    transition: all .3s;
}

.select-item li:hover {
    background: #ebf1f5;
}

.select-item .on {
    background-color: #00a0ff;
    color: white;
}

.add {
    background-color: rgba(0, 91, 172, 1);
    padding: 20px 0;
}

.add-c {
    display: flex;
    align-items: center;
    color: #999;
}

.add-c a {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 14px;
}

.add-c a svg {
    width: 12px;
    height: 12px;
    fill: #fff;
    margin-right: 10px;
}

.add-c em {
    margin: 0 5px;
}

.details-one>div {
    width: 50%;
}

.details-l {
    padding-right: 30px;
}

.details-r {
    padding: 0 70px;
}

.details-one {
    display: flex;
    flex-wrap: wrap;
}

.details-l .swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
}

.details-l .swiper-slide {
    background-size: cover;
    background-position: center;
}

.details-l .mySwiper2 {
    height: auto;
    width: 100%;
    border: 1px solid #ddd;
}

.details-l .mySwiper {
    height: 58px;
    box-sizing: border-box;
    margin: 10px 0;
    padding: 0 30px;
}

.details-l .mySwiper .swiper-slide {
    width: 58px !important;
    height: 58px;
    opacity: 1;
    border: 1px solid #ddd;
}

.details-l .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
    border: 1px solid #ddd;
}

.details-l .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.details-l .swiper-slide a {
    display: block !important;
}

.details-l .swiper-button-next {
    font-size: 20px;
    color: #333;
    right: 0;
}

.details-l .swiper-button-prev {
    color: #333;
    left: 0;
}

.details-l .swiper-button-next::after {
    font-size: 20px;
}

.details-l .swiper-button-prev::after {
    font-size: 20px;
}

.details-r h3 {
    color: rgba(0, 91, 172, 1);
    line-height: 1.4;
    font-size: 24px;
}

.details-r h5 {
    font-size: 16px;
    color: #333333;
    margin-bottom: 20px;
}

.details-r p {
    font-size: 16px;
    color: rgba(92, 92, 92, 1);
    line-height: 1.6;
}

.details-r img {
    display: block;
    width: 100%;
}

.details-r .bs {
    margin: 20px 0;
}

.details-a {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.details-a a {
    width: 130px;
    padding: 8px;
    color: rgba(0, 0, 0, 1);
    font-size: 14px;
    border-radius: 30px;
    line-height: 1.5;
    text-align: center;
    border: 1px solid rgba(210, 210, 210, 1);
    transition: all .3s;
}

.details-a a:hover {
    background-color: rgba(0, 91, 172, 1);
    color: #fff;
}

.details-two {
    margin-top: 3vw;
    border-top: #d2d2d2 1px solid;
    border-bottom: #d2d2d2 1px solid;
    display: flex;
    /* flex-wrap: wrap; */
}

.details-two a {
    flex: 1;
    max-width: 100%;
    max-height: 100%;
    position: relative;
    line-height: 80px;
    text-align: center;
    color: rgba(43, 44, 47, 1);
    font-size: 20px;
    transition: all .3s;
}

.cont>div {
    padding-top: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid rgba(229, 229, 229, 1);
}

.cont #Inquiry {
    border-bottom: none
}

.details-two a::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 0;
    margin: 0 auto;
    transition: all ease .3s;
}

.details-two a:hover {
    color: #005bac;
}

.details-two a:hover::after {
    background: #005bac;
    width: 100%;
    height: 4px;
}

.cont-title {
    font-size: 24px;
    color: rgba(0, 0, 0, 1);
    font-weight: normal;
    margin-bottom: 30px;
}

.cont .bs {
    /*margin: 50px 0 70px 0;*/
}

.Curve>div {
    width: 49%;
}

.Curve-img {
    /*overflow: hidden;*/
}

.Curve-img img {
    display: block;
    width: 100%;
    transition: all .3s;
}

.Curve-img:hover img {
    transform: scale(1.1);
}

.Curve {
    display: flex;
}

.Application-p {
    font-size: 16px;
    color: #333333;
    line-height: 2;
    margin-bottom: 30px;
    padding-left: 5%;
}

.Application-list {
    display: flex;
    flex-wrap: wrap;
    padding-left: 5%;
    /*min-height: 330px;*/
}

.Application-list li {
    width: 33%;
    padding: 10px;
}

.Application-list li img {
    display: block;
    width: 100%;
}

.Application-list li p {
    text-align: center;
    padding: 20px 0;
    font-size: 16px;
    color: #333333;
    line-height: 1.8;
    min-height: 58px;
}

.cp .cont-title {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cp .cont-title a {
    width: 130px;
    padding: 8px;
    font-size: 14px;
    border: 1px solid rgba(210, 210, 210, 1);
    line-height: 1.6;
    border-radius: 30px;
    text-align: center;
    color: #333;
    transition: all .3s;
}

.cp .cont-title a:hover {
    color: #fff;
    background: #005bac;
}

.Inquiry-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.Inquiry-list>div {
    width: 46%;
    margin-bottom: 20px;
}

.Inquiry-list>div p {
    color: #666666;
    margin-bottom: 8px;
    font-size: 14px;
}

.Inquiry-list>div input {
    background-color: rgba(242, 242, 243, 1);
    border-radius: 30px !important;
    height: 38px;
    padding: 0 10px;
    color: #666;
    padding: 0 15px;
    border: 1px solid #E1E1E1;
    display: block;
    width: 100%;
}

.Inquiry-list>div:last-child {
    width: 100%;
}

.Inquiry-list>div textarea {
    background-color: rgba(242, 242, 243, 1);
    border-radius: 30px !important;
    height: 150px;
    padding: 10px 15px;
    border: 1px solid #E1E1E1;
    color: #666;
    width: 100%;
    display: block;
}

.sbm button {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    width: 150px;
    padding: 8px;
    background-color: rgba(0, 91, 172, 1);
    border-radius: 30px;
    margin: auto;
    outline: none;
    border: none;
    line-height: 1.6;
    color: #fff;
    border: 1px solid rgba(0, 91, 172, 1);
    transition: all .3s;
}

.sbm button:hover {
    background: #fff;
    color: rgba(0, 91, 172, 1);
}

.fancybox-content img {
    display: block;
    width: 100%;
}

.Solution-t h3 {
    font-size: 30px;
    font-weight: bold;
    color: rgba(0, 0, 0, 1);
}

.Solution-t span {
    display: inline-block;
    width: 30px;
    height: 4px;
    background: rgba(0, 90, 167, 1);
    margin: 20px 0;
}

.Solution-t p {
    font-size: 16px;
    color: #333333;
    line-height: 2;
    margin-bottom: 20px;
}

.Solution-t a {
    font-size: 16px;
    line-height: 2;
    font-weight: bold;
    color: rgba(0, 90, 167, 1);
}

.Solution-one li {
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.Solution-one li img {
    display: block;
    width: 100%;
    transition: all .3s;
}

.Solution-one {
    margin-top: 40px;
}

.Solution-one li>div {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    padding-top: 280px;
    padding-left: 40px;
    padding-bottom: 40px;
    padding-right: 40px;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    align-items: center;
    transition: all .3s;
}

.Solution-one li>div:hover {
    background-color: rgba(0, 90, 167, .5);
}

.Solution-one li:hover img {
    transform: scale(1.1);
}

.Solution-one li>div>div {
    flex: 1;
    max-width: 100%;
    max-height: 100%;
    padding-right: 80px;
}

.Solution-one li>div>div h3 {
    line-height: normal;
    font-size: 20px;
    color: rgba(255, 255, 255, 1);
    font-weight: bold;
    margin-bottom: 10px;
}

.Solution-one li>div>div h3 a {
    color: #fff;
}

.Solution-one li>div>div p {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 10px;
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    line-height: 1.5;
}

.Solution-one li>div>a {
    width: 130px;
    padding: 8px;
    background-color: rgba(255, 255, 255, 1);
    font-size: 14px;
    border-radius: 30px;
    color: #333;
    line-height: 1.6;
    text-align: center;
    transition: all .3s;
}

.Solution-two {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 100px;
}

.Solution-two li {
    width: 32%;
    overflow: hidden;
    position: relative;
}

.Solution-two li img {
    width: 100%;
    display: block;
    transition: all .3s;
}

.Solution-two li p {
    text-align: center;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    margin-top: 0px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .8) 100%);
    padding: 20px 0px;
    font-size: 20px;
    line-height: normal;
}

.Solution-two li:hover img {
    transform: scale(1.1);
}

.Solution-one li>div>a:hover {
    color: #fff;
    background: rgba(0, 90, 167, 1);
}

.add1-c {
    display: flex;
}

.add1-c a {
    display: flex;
    align-items: center;
    color: #6c757d;
    font-size: 14px;
}

.add1-c a svg {
    width: 12px;
    height: 12px;
    fill: #6c757d;
    margin-right: 5px;
}

.add1-c span {
    color: #6c757d;
    margin: 0 5px;
}

.add1-c {
    padding: 20px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.Solar {
    display: flex;
    flex-wrap: wrap;
    padding: 40px 0;
}

.Solar-l {
    width: 70%;
    padding-right: 30px;
}

.Solar-l h3 {
    font-size: 24px;
    color: rgba(0, 0, 0, 1);
    text-align: center;
    font-weight: bold;
    line-height: normal;
}

.mm {
    border-top-style: solid;
    border-top-width: 3px;
    border-top-color: rgba(0, 91, 172, 1);
    margin: auto;
    max-width: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.Solar-r {
    width: 30%;
}

.tions {
    width: 100%;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(229, 229, 229, 1);
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
    padding-top: 20px;
}

.tions h3 {
    font-size: 18px;
    font-weight: bold;
    color: rgba(68, 68, 68, 1);
    line-height: 1;
    padding-bottom: 25px;
    border-bottom: 1px solid rgba(229, 229, 229, 1);
}

.Solar-list li {
    padding: 25px 0;
    border-bottom: 1px solid rgba(229, 229, 229, 1);
}

.Solar-list li h5 {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: rgba(68, 68, 68, 1);
    font-weight: bold;
    line-height: 1.5;
    font-size: 14px;
    margin-bottom: 10px;
}

.Solar-list li p {
    font-size: 14px;
    color: rgba(165, 165, 165, 1);
    line-height: 1.5;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 10px;
}

.Solar-list li:hover h5 {
    color: rgba(0, 91, 172, 1);
}

.ted {
    background-color: rgba(244, 246, 249, 1);
}

.ted-title {
    font-size: 30px;
    color: #000;
    font-weight: normal;
    margin-bottom: 30px;
}

.ted .swiper-slide {
    background: #fff;
}

.ted .swiper-slide>div {
    position: relative;
    border: 1px solid rgba(229, 229, 229, 1);
    transition: all .3s;
    padding: 0 15px 20px 15px;
}

.ted .swiper-slide>div h3 {
    font-size: 18px;
    margin-top: 10px;
    color: #333333;
    font-weight: 500;
    line-height: normal;
    /*line-height: 24px;*/
    -webkit-line-clamp: 2;
    height: 43px;
}

.ted .swiper-container {
    overflow: hidden;
    position: relative;
    padding-bottom: 50px;
}

.ted .swiper-slide:hover>div::after {
    width: 100%;
    height: 2px;
    background: rgba(0, 91, 172, 1);
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
}

.ted .details-a {
    justify-content: center;
    margin-top: 50px;
}

.ted .details-a a {
    /* font-size: 16px; */
    width: 150px;
    margin: 0 20px;
}

.enhance-slide .swiper-slide {
    display: flex;
    background-color: rgba(244, 246, 249, 1);
    flex-wrap: wrap;
    align-items: center;
}

.enhance-slide .swiper-slide>div {
    display: block;
    width: 50%;
}

.enhance-slide .swiper-slide>div img {
    display: block;
    width: 100%;
}

.enhance-r>div {
    width: 80%;
    margin: auto;
}

.enhance-r>div h3 a {
    font-size: 24px;
    color: rgba(51, 51, 51, 1);
    font-weight: bold;
    line-height: normal;
}

.enhance-slide .swiper-slide>div p {
    font-size: 16px;
    color: rgba(92, 92, 92, 1);
    line-height: 2;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 50px;
}

.white {
    width: 150px;
    padding: 8px;
    line-height: 1.4;
    border: 1px solid rgba(0, 91, 172, 1);
    border-radius: 30px;
    display: block;
    color: rgba(0, 91, 172, 1);
    text-align: center;
    transition: all .3s;
}

.white:hover {
    background: rgba(0, 91, 172, 1);
    color: #fff;
}

.s_title {
    font-size: 16px;
    color: rgba(92, 92, 92, 1);
    margin-top: 30px;
    display: block;
}

.cont-text tr td {
    font-size: 16px;
    color: #333333;
    line-height: 1;
    padding: 10px;
    border-left: 1px solid gray;
    border-top: 1px solid gray;
}

#c_static_001-16608160763850 .e_richText-3 thead tr:nth-child(1) {
    background: #d2e2f2 !important;
}

.cont-text table {
    /*background: gray !important;*/
    /*border: none;*/
    border-right: 1px solid gray !important;
    border-bottom: 1px solid gray !important;
    border-left: 0px solid gray !important;
    border-top: 0px solid gray !important;
    width: 100% !important;
    border-spacing: 0 !important;
    border-collapse: collapse !important;
    /*    border-top-width: 0px;*/
    /*border-bottom-width: 1px;*/
    /*border-left-width: 0px;*/
    /*border-right-width: 1px;*/
}

.cont-text {
    padding-left: 5%;
}

.cont-text p {
    font-size: 16px !important;
    line-height: 30px!important;
    color: #333333 !important;
}

.enhance .swiper-container {
    overflow: hidden;
    position: relative;
}

.enhance .swiper-button-next {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: rgba(255, 255, 255, .7);
    color: #333;
    border-radius: 50px;
}

.enhance .swiper-button-prev {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: rgba(255, 255, 255, .7);
    border-radius: 50px;
    color: #333;
}

.enhance .swiper-button-prev::after {
    font-size: 26px;
}

.enhance .swiper-button-next::after {
    font-size: 26px;
}

.Brand-c {
    display: flex;
    flex-wrap: wrap;
}

.Brand-l {
    width: 110px;
}

.Brand-r {
    width: 100%;
    padding-left: 20%;
    flex: 1;
}

.Brand-l h3 {
    color: rgba(0, 0, 0, 1);
    font-size: 30px;
    line-height: normal;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 91, 172, 1);
    font-weight: 400;
}

.Brand {
    background-image: url(../img/19c17df1-ec96-4e8f-9e68-967818be4b34.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
}

.Brand-r li {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.Brand-r li:nth-child(1) {
    margin: 0;
}

.Brand-r li h4 {
    font-size: 30px;
    color: rgba(0, 91, 172, 1);
    font-weight: bold;
    line-height: normal;
}

.Brand-r li p {
    font-size: 16px;
    line-height: 24px;
    padding-left: 30px;
}

.Brand-r li p strong {
    color: rgba(0, 91, 172, 1);
}

.Main {
    background-color: rgba(244, 246, 249, 1);
}

.Main-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.Main-list li {
    box-shadow: 0 8px 20px 0 rgb(0 24 118 / 6%);
    width: 31%;
    padding: 30px 50px;
    background: #fff;
}

.Main-list li>div {
    display: flex;
    padding: 20px 0;
}

.Main-list li>div img {
    width: 50px;
    height: 50px;
}

.Main-list li>div div {
    flex: 1;
    padding-left: 30px;
}

.Main-list li>div h4 {
    color: rgba(43, 44, 47, 1);
    line-height: 1.2;
    font-size: 36px;
    font-weight: 500;
}

.Main-list li>div p {
    margin-top: 10px;
    min-height: 40px;
    line-height: normal;
    font-size: 16px;
    color: #333333;
}

.vio {
    /* min-height: 300px; */
    position: relative;
}

.vio video {
    width: 100%;
    display: block;
}

.rd-list {
    display: flex;
    flex-wrap: wrap;
    margin: 50px 0;
}

.rd-list li {
    flex: 1;
    max-width: 100%;
}


/* .rd-list li:nth-child(2n){
    padding: 0 10px;
} */

.rd-list li div {
    overflow: hidden;
}

.rd-list li div img {
    width: 106px;
    height: 106px;
    display: block;
    margin: auto;
    transition: all .3s;
}

.rd-list li p {
    font-size: 14px;
    text-align: center;
    color: rgba(43, 44, 47, 1);
    line-height: 1.6;
    margin-top: 20px;
}

.rd-list li>img {
    display: block;
    width: 100%;
    margin: auto;
}

.rd-list li:nth-child(2n)>img {
    max-width: 82px;
    margin-top: 35px;
    display: block;
}

.rd .title {
    font-size: 30px;
    line-height: 1.3;
    color: rgba(0, 0, 0, 1);
}

.rd .title p {
    margin-top: 20px;
    line-height: 2;
}

.rd-list li:hover>div img {
    transform: scale(1.1);
}

.rds .swiper-button-next {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: rgba(255, 255, 255, .7);
    color: #333;
    border-radius: 50px;
}

.rds .swiper-button-prev {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: rgba(255, 255, 255, .7);
    border-radius: 50px;
    color: #333;
}

.rds .swiper-button-next::after {
    font-size: 26px;
}

.rds .swiper-button-prev::after {
    font-size: 26px;
}

.rds .swiper-slide {
    overflow: hidden;
}

img {
    transition: all .3s;
}

.rds .swiper-slide img {
    display: block;
    width: 100%;
    transition: all .3s;
}

.rds .swiper-slide:hover img {
    transform: scale(1.1);
}

.rd-tab {
    margin-top: 120ox;
}

.tab-list {
    display: flex;
    justify-content: center;
}

.tab-list span {
    display: block;
    width: 230px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    position: relative;
    color: #2b2c2f;
    background: #eeeeee;
    border-radius: 30px;
    margin: 0px 20px;
}

.tab-list .on {
    border-bottom: 0px solid #972926;
    background: #005bac;
    color: #fff;
    background-color: #005bac;
}

.tab-list .on::after {
    content: "";
    display: inline-block;
    border: 15px solid transparent;
    border-top-color: #005bac;
    margin-top: 50px;
    position: absolute;
    left: 42%;
}

.rd-cont li>div {
    display: flex;
}

.rd-cont li>div>div {
    width: 50%;
}


/* .rf-rs{
   

} */

.rf-rs>div {
    width: 85%;
    margin-left: auto;
    margin-right: 0px;
}

.rd-tab {
    margin-top: 5vw;
}

.rds .swiper-slide img {
    width: 100%;
    display: block;
}

.rd-cont {
    margin-top: 30px;
}

.rf-rs h1 {
    font-size: 100px;
    color: rgba(229, 230, 232, 1);
    font-family: Impact !important;
    font-weight: bold;
    line-height: normal;
}

.rf-rs h3 {
    font-size: 24px;
    color: rgba(43, 44, 47, 1);
    line-height: normal;
    font-weight: 500;
    margin: 15px 0 30px 0;
}

.rf-rs p {
    line-height: 2;
    font-size: 14px;
    color: #333333;
}

.rd-cont li {
    display: none;
}

.rd-cont li:nth-child(1) {
    display: block;
}

.Than-bg {
    background-image: url(../img/6c91301c-c318-4649-b8c4-fedbadef61db.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.Than-t {
    display: flex;
    flex-wrap: wrap;
    padding-top: 100px;
}

.Than-t span {
    flex: 1;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}

.Than-t span strong {
    font-size: 40px;
}

.Than-slide {
    margin-top: 60px;
    padding-bottom: 100px;
}

.of-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.of-list li {
    width: 48%;
    margin: 20px 0;
}

.of-list li div {
    overflow: hidden;
}

.of-list li h3 {
    font-size: 22px;
    margin: 20px 0;
    font-weight: 500;
    color: #333333;
}

.of-list li p {
    font-size: 16px;
    line-height: 2;
    color: #333333;
}

.Area-c {
    background-color: rgba(244, 246, 249, 1);
    display: flex;
    align-items: center;
}

.Area-c>div {
    width: 100%;
    flex: 1;
}

.Area-l>div {
    width: 60%;
    margin-left: calc(100% - 620px);
    max-width: 550px;
    margin-right: auto;
}

.Area-r {
    overflow: hidden;
}

.Area-r img {
    display: block;
    width: 100%;
}

.Area-l p {
    font-size: 14px;
    line-height: 24px;
    color: #333333;
}

.Area-l a {
    width: 160px;
    padding: 8px;
    font-size: 16px;
    color: rgba(0, 91, 172, 1);
    margin-top: 40px;
    border: 1px solid rgba(0, 91, 172, 1);
    display: block;
    line-height: 1.5;
    text-align: center;
    border-radius: 30px;
    transition: all .3s;
}

.Area-l a:hover {
    background: rgba(0, 91, 172, 1);
    color: #fff;
}

.Area-r:hover img {
    transform: scale(1.1);
}

.of-list li img {
    display: block;
    width: 100%;
}

.manu-list {
    margin-top: 40px;
}

.manu-list li {
    margin-bottom: 50px;
}

.manu-list li>div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.manu-list li>div>div {
    width: 50%;
}

.manu-list li:nth-child(2n)>div {
    flex-direction: row-reverse;
}

.manu-list li .rf-rs>div {
    margin: 0;
    margin-left: 100px;
}

.manu-list li:nth-child(2n) .rf-rs>div {
    margin: 0;
    margin-right: 100px;
}

.rd2 .swiper-slide {
    position: relative;
}

.rd2 .swiper-slide p {
    text-align: center;
    color: rgba(255, 255, 255, 1);
    margin-top: 0px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .8) 100%);
    padding: 20px 0px;
    font-size: 16px;
    line-height: normal;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.manu {
    padding-bottom: 5vw;
}

.quality-slide {
    position: relative;
    padding: 0 10%;
}

.quality.rds .swiper-button-prev {
    border: #d6d6d6 1px solid;
}

.quality.rds .swiper-button-next {
    border: #d6d6d6 1px solid;
}

.quality.rds .swiper-button-prev:hover {
    color: rgba(0, 91, 172, 1);
}

.quality.rds .swiper-button-next:hover {
    color: rgba(0, 91, 172, 1);
}

.quality-slide .swiper-slide:hover img {
    transform: scale(1);
}

.quality-slide .swiper-slide p {
    font-size: 16px;
    color: rgba(43, 44, 47, 1);
    text-align: center;
    margin-top: 20px;
    line-height: 2;
}

.quality1 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 6vw;
}

.quality1-l {
    width: 60%;
    overflow: hidden;
}

.quality1-l img {
    display: block;
    width: 100%;
}

.quality1-l:hover img {
    transform: scale(1.1);
}

.quality1-r {
    flex: 1;
    width: 100%;
}

.quality1-r div {
    width: 60%;
    margin-left: auto;
    margin-right: calc(100% - 450px);
    max-width: 420px;
}

.quality1-r h3 {
    font-size: 24px;
    color: rgba(43, 44, 47, 1);
}

.quality1-r p {
    margin-top: 30px;
    color: #333333;
    font-size: 14px;
    line-height: 2;
}

.quality2 .rd-cont li>div {
    align-items: center;
}

.quality2-tab {
    margin: 50px 0 80px 0;
}

.come {
    padding-top: 100px;
    background-color: rgba(244, 246, 249, 1);
    padding-bottom: 200px;
}

.come-t {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.come-t h1 {
    width: 10%;
    font-size: 100px;
    color: rgba(229, 230, 232, 1);
    font-family: Impact !important;
    font-weight: bold;
    line-height: normal;
}

.come-t div {
    flex: 1;
    width: 100%;
}

.come-t div h3 {
    font-size: 22px;
    color: rgba(43, 44, 47, 1);
    font-weight: 400;
    line-height: normal;
}

.come-t div p {
    font-size: 16px;
    color: #333333;
    line-height: 1;
    margin-top: 10px;
}

.come-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 80px;
}

.come-list li {
    padding: 0 10px;
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 6);
    width: calc(100% / 6);
}

.come-list li>div {
    background: #fff;
    height: 340px;
}

.come-list li>div img {
    display: block;
    width: 100%;
}

.come-list li>div div {
    padding: 20px;
}

.come-list li>div div h3 {
    font-size: 18px;
    color: rgba(43, 44, 47, 1);
    margin-bottom: 10px;
}

.come-list li>div div p {
    font-size: 16px;
    color: #333333;
    line-height: 1.5;
}

.come-img {
    padding: 20px;
    background: #fff;
    box-shadow: 0 8px 20px 0 rgb(0 24 118 / 6%);
    max-width: 1200px;
    margin: auto;
    position: relative;
    /* bottom: -160px; */
    margin-bottom: -340px;
}

.come-img img {
    display: block;
    width: 100%;
}

.come1 {
    padding-top: 240px;
    padding-bottom: 5vw;
}

.come1 .come-t div {
    padding-right: 40px;
    text-align: right;
}

.century {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 120px;
}

.century>div {
    flex: 1;
    width: 100%;
}

.century-l {
    overflow: hidden;
}

.century-l img {
    display: block;
    width: 100%;
}

.century-l:hover img {
    transform: scale(1.1);
}

.century-r>div {
    width: 60%;
    margin-left: auto;
    margin-right: calc(100% - 600px);
    max-width: 550px;
}

.century-r>div>div:nth-child(1) {
    margin-bottom: 40px;
}

.century-r h3 {
    font-size: 26px;
    color: rgba(43, 44, 47, 1);
    margin-bottom: 30px;
}

.century-r p {
    font-size: 16px;
    line-height: 2;
    color: #333;
}

.century1 {
    margin-bottom: 84px;
}

.century1-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.century1-list li {
    width: 32%;
    padding: 30px;
}

.century1-list li h3 {
    font-size: 30px;
    font-weight: bold;
    color: rgba(43, 44, 47, 1);
    margin-bottom: 20px;
}

.century1-list li>div {
    display: flex;
    padding: 8px 0;
}

.century1-list li span {
    width: 17px;
    height: 17px;
    line-height: 17px;
    text-align: center;
    font-size: 12px;
    border: 1px solid #005bac;
    border-radius: 20px;
    color: #005bac;
    margin-right: 10px;
}

.century1-list li>div>div {
    flex: 1;
    font-size: 16px;
    color: #2b2c2f;
    line-height: 1.6;
}

.century1-list li:hover {
    background: #005bac;
}

.century1-list li:hover h3 {
    color: #fff;
}

.century1-list li:hover div {
    color: #fff;
}

.century1-list li:hover span {
    color: #fff;
    border-color: #fff;
}

.century1-a {
    font-size: 22px;
    color: rgba(0, 91, 172, 1);
    display: inline-block;
    margin-top: 40px;
}

.ment {
    padding: 120px 0;
    background-image: url(../img/88ebac52-a1e4-4dff-8afc-ddecf0a9ef67.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.ment h3 {
    color: rgba(255, 255, 255, 1);
    text-align: center;
    font-size: 30px;
    line-height: normal;
    font-weight: 500;
    margin-bottom: 60px;
}

.ment ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ment ul li {
    width: 18.4%;
    transition: all ease .3s;
    height: 250px;
    padding: 60px 30px;
    background-color: rgba(255, 255, 255, 1);
}

.ment ul li h1 {
    font-size: 72px;
    color: rgba(0, 91, 172, 1);
    text-align: center;
    /*padding-left: 20px;*/
}

.ment ul li h1 span {
    color: rgba(43, 44, 47, 1);
    font-size: 16px;
    font-weight: 100;
    margin-left: 8px;
}

.ment ul li p {
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
    color: #333333;
}

.ment ul li:hover {
    background: #005bac;
}

.ment ul li:hover h1 {
    color: #fff;
}

.ment ul li:hover h1 span {
    color: #fff;
}

.ment ul li:hover p {
    color: #fff;
}

.century2-list {
    display: flex;
    flex-wrap: wrap;
}

.century2-list li {
    max-width: 100%;
    flex: 1;
}

.century2-list li>div {
    overflow: hidden;
    width: 80%;
    margin: auto;
}

.century2-list li:hover>div img {
    transform: scale(1.1);
}

.century2-list li>div img {
    display: block;
    width: 100%;
}

.century2-list li p {
    font-size: 16px;
    text-align: center;
    color: rgba(43, 44, 47, 1);
    line-height: 1;
    margin-top: 20px;
}

.century2-list li:nth-child(2n) {
    padding-top: 35px;
}

.century2-list li:nth-child(2n) img {
    display: inline-block;
    max-width: 82px;
    margin: auto;
}

.century2-img {
    max-width: 9px;
    margin-right: 50px;
    margin-left: auto;
    overflow: hidden;
    padding: 20px 0;
}

.mt {
    margin-bottom: 84px;
}

.res {
    max-height: 300px;
    overflow: hidden;
}

.res img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.below {
    margin-top: -220px;
    background: #fff;
}

.below-c {
    display: flex;
    flex-wrap: wrap;
    box-shadow: 0 8px 20px 0 rgb(0 24 118 / 6%);
}

.below-l {
    width: 30%;
    background-color: rgba(0, 91, 172, 1);
    display: flex;
    justify-content: space-between;
    padding: 40px 0 40px 40px;
    height: 680px;
    flex-direction: column;
}

.below-r {
    width: 70%;
    background-image: url(../img/780686c1-d2ee-4268-b60b-42aeb6b4854b.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.below-r ul {
    display: flex;
    flex-wrap: wrap;
}

.below-r ul li {
    width: 50%;
    height: 340px;
    padding: 40px 40px 0 40px;
}

.below-r ul li h3 {
    font-size: 22px;
    font-weight: bold;
    color: rgba(43, 44, 47, 1);
}

.below-r ul li>div {
    display: flex;
    margin-top: 20px;
}

.below-r ul li>div span {
    width: 17px;
    height: 17px;
    line-height: 17px;
    text-align: center;
    font-size: 12px;
    border: 1px solid #005bac;
    border-radius: 20px;
    color: #005bac;
    margin-right: 10px;
}

.below-r ul li>div>div {
    flex: 1;
    font-size: 16px;
    color: #2b2c2f;
}

.below-l h3 {
    color: rgba(255, 255, 255, 1);
    font-size: 30px;
    font-family: Micro
}

.below-l p {
    font-size: 16px;
    color: #fff;
    line-height: 1.5;
}

.VIP {
    background-color: rgba(244, 246, 249, 1);
    padding: 100px 0;
}

.VIP .title {
    margin-top: 0;
}

.VIP-list {
    display: flex;
    flex-wrap: wrap;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 8px 20px 0 rgb(0 24 118 / 6%);
}

.VIP-list li {
    width: 25%;
    padding: 40px 30px;
    border-right: #e5e5e5 1px solid;
}

.VIP-list li div {
    width: 80px;
    height: 80px;
    margin: auto;
    overflow: hidden;
}

.VIP-list li div img {
    display: block;
    width: 100%;
    height: 100%;
}

.VIP-list li div:hover img {
    transform: scale(1.1);
}

.VIP-list li h3 {
    margin-top: 30px;
    font-size: 18px;
    color: #2b2c2f;
    line-height: 1.5;
    text-align: center;
}

.VIP-list li:last-child {
    border: none;
}

.download-t {
    display: flex;
    font-size: 16px;
    color: #333333;
}

.download-t a {
    color: #333333;
    margin-left: 20px;
}

.download-t a:hover {
    color: #005aa7;
}

.download-list {
    margin-top: 50px;
}

.download-list li {
    display: flex;
    justify-content: space-between;
    border: 1px solid rgba(227, 227, 227, 1);
    padding: 20px;
    margin-bottom: 20px;
    position: relative;
}

.download-list li::after {
    content: "";
    width: 4px;
    height: 100%;
    background: #005aa7;
    left: 0;
    top: 0;
    position: absolute;
    transition: all .3s;
}

.download-list li span {
    font-size: 16px;
    color: #333333;
}

.download-list li a {
    font-size: 14px;
    color: rgba(153, 153, 153, 1);
}

.download-list li:hover {
    background: #005aa7;
}

.download-list li:hover span {
    color: #fff;
}

.download-list li:hover a {
    color: #fff;
}

.faq-list {
    margin-top: 50px;
}

.faq-list li {
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 8px 20px 0 rgb(0 24 118 / 6%);
    transition: all .3s;
    margin: 20px 0px;
    padding: 40px;
}

.faq-list li>div {
    display: flex;
    justify-content: space-between;
}

.faq-list li>div p {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    width: 70%;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.faq-list li>div a {
    color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(0, 91, 172, 1);
    border-radius: 30px;
    transition: all .3s;
    width: 60px;
    padding: 2px;
    font-size: 14px;
    background: rgba(0, 91, 172, 1);
    text-align: center;
}

.faq-list li>div a:hover {
    background: #fff;
    color: rgba(0, 91, 172, 1);
}

.faq-list li dir {
    border-top: 1px solid #ececec;
    margin-top: 20px;
    padding-top: 20px;
    display: none;
}

.faq-list li dir p {
    font-size: 16px;
    line-height: 2;
    color: rgba(80, 80, 80, 1);
}

.terms-text h2 {
    font-size: 30px;
    text-align: center;
    font-weight: 500;
}

.terms-cont li {
    margin-top: 30px;
}

.terms-cont li h3 {
    font-size: 16px;
    color: #333333;
    line-height: 2;
}

.terms-cont li p {
    font-size: 16px;
    color: #333333;
    line-height: 2;
}

.apps .rd-list {
    margin: 0;
}

.zed {
    background-color: rgba(244, 246, 249, 1);
}

.btt5 {
    line-height: normal;
    font-size: 36px;
    color: rgba(0, 0, 0, 1);
    font-weight: normal;
    margin-bottom: 20px;
    text-align: center;
    margin-top: 30px;
}

.zed-c {
    display: flex;
    flex-wrap: wrap;
}

.zed-l {
    width: 200px;
}

.zed-r {
    flex: 1;
    width: 100%;
    padding-left: 30px;
    min-height: 300px;
}

.zed-l span {
    background: url(../img/a4a19a21-981e-4398-8459-7eb5d5d5fbdb.jpg) no-repeat;
    padding-left: 14px;
    color: #2b2c2f;
    font-size: 16px;
    cursor: pointer;
    margin-bottom: 15px;
    line-height: 60px;
    display: block;
}

.zed-l span:last-child {
    margin: 0;
}

.zed-l span.on {
    background: url(../img/37aeaed6-f0f5-462f-b717-f7b67fd3d9f8.png) no-repeat;
    color: #fff;
}

.zed-flex {
    display: flex;
    flex-wrap: wrap;
    background-color: rgba(0, 90, 167, 1);
    align-items: center;
}

.zed-flex>div {
    width: 50%;
}

.zed-img img {
    display: block;
    width: 100%;
}

.zed-text {
    padding: 30px;
}

.zed-text h3 {
    font-size: 26px;
    color: rgba(255, 255, 255, 1);
    font-weight: 500;
}

.zed-text p {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
}

.zed-text a {
    padding: 8px;
    display: block;
    width: 100%;
    border-radius: 40px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 1.6;
    color: #fff;
    transition: all .3s;
}

.zed-text a:hover {
    background: #fff;
    color: rgba(0, 90, 167, 1);
}

.zed-r li {
    display: none;
}

.zed-r li:nth-child(1) {
    display: block;
}

.world-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.world-p {
    font-size: 20px;
    color: rgba(43, 44, 47, 1);
    line-height: 2;
}

.world-list li {
    width: 50%;
    margin-top: 50px;
    padding-right: 20px;
}

.world-list li:nth-child(2n) {
    padding-right: 0;
    padding-left: 20px;
}

.world-list li h3 {
    font-size: 40px;
    color: rgba(0, 91, 172, 1);
    font-weight: bold;
    margin-bottom: 20px;
}

.world-list li p {
    font-size: 16px;
    color: rgba(43, 44, 47, 1);
    line-height: 2;
}

.need {
    background-color: rgba(244, 246, 249, 1);
}

.need-bg {
    background: #fff;
    padding: 40px;
}

.need-p p {
    font-size: 16px;
    color: #333333;
    line-height: 1.6;
}

.need-p p span {
    color: red;
}

.need-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}

.w50 {
    width: 48%;
}

.w100 {
    width: 100%;
}

.need-list li {
    margin-bottom: 20px;
}

.page #load-more1 {
    padding: 8px 20px;
    cursor: pointer;
    background: none;
    border: 1px solid #005bac;
    border-radius: 30px;
    background: #005bac !important;
    color: #fff;
}

.page #load-more2 {
    padding: 8px 20px;
    cursor: pointer;
    background: none;
    border: 1px solid #005bac;
    border-radius: 30px;
    background: #005bac !important;
    color: #fff;
}

.need-list li p {
    color: #666666;
    font-size: 14px;
    line-height: 1.66666;
    margin-bottom: 10px;
}

.need-list li input {
    width: 100%;
    background-color: rgba(242, 242, 243, 1);
    border-radius: 30px;
    border: 1px solid #E1E1E1;
    color: #666;
    padding: 0 15px;
    height: 38px;
    display: block;
}

.need-list li textarea {
    width: 100%;
    background-color: rgba(242, 242, 243, 1);
    border: 1px solid #E1E1E1;
    color: #666;
    border-radius: 30px;
    display: block;
    height: 150px;
    padding: 15px;
}

.sbmt {
    margin-top: 40px;
}

.sbmt button {
    width: 150px;
    padding: 8px;
    line-height: 1.6;
    background-color: rgba(0, 91, 172, 1);
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 14px;
    border: 1px solid rgba(0, 91, 172, 1);
    transition: all .3s;
    cursor: pointer;
}

.zed-l span {
    width: 200px;
}

.sbmt button:hover {
    background: #fff;
    color: rgba(0, 91, 172, 1);
}

.about1-list {
    display: flex;
    flex-wrap: wrap;
}

.about1-list li {
    flex: 1;
    width: 100%;
    padding: 10px;
}

.about1-list li>div {
    display: flex;
    align-items: center;
}

.about1-list li>div h3 {
    font-size: 44px;
    line-height: 60px;
    color: rgba(0, 91, 172, 1);
    font-weight: 500;
    flex: 1;
    text-align: right;
    padding-right: 20px;
    font-weight: 400;
}

.about2 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.about2>div {
    flex: 1;
    width: 100%;
}

.about2-l {
    padding-right: 40px;
}

.about1-list li>div div {
    width: 28%;
}

.about1-list li:nth-child(2)>div div {
    width: 43%;
}

.about1-list li:nth-child(3)>div h3 {
    text-align: center;
}

.about1-list li:nth-child(4)>div div {
    width: 50%;
}

.about1-list li>div span {
    color: rgba(0, 91, 172, 1);
    font-size: 18px;
    line-height: 23px;
    display: block;
    font-weight: 400;
}

.about1-list li p {
    text-align: center;
    color: rgba(90, 90, 90, 1);
    margin-top: 10px;
    line-height: 1.6;
}

.about2-l video {
    width: 100%;
    display: block;
}

.about2-r h3 {
    font-size: 24px;
    color: #333333;
}

.about2-r p {
    line-height: 2;
    font-size: 16px;
    color: #2b2c2f;
    margin-top: 20px;
    padding: 0px 10px;
}

.about2-r>div {
    width: 76%;
    margin-left: auto;
    margin-right: calc(100% - 50%);
    max-width: 568px;
    height: 370px;
    overflow-y: auto;
}

.about2-r>div::-webkit-scrollbar {
    width: 5px;
}

.about2-r>div::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 6px;
}

.about2-r>div::-webkit-scrollbar-track {
    background: #d7d7d7;
    border-radius: 6px;
}

.about-title {
    text-align: center;
    font-size: 28px;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 40px;
    font-weight: 500;
}

.about3 {
    background-image: url(../img/4326876e-66fd-44d8-a847-064bcfb3d120.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.about3-tab {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.about3-tab span {
    width: 180px;
    line-height: 45px;
    text-align: center;
    font-size: 15px;
    cursor: pointer;
    background: #fff;
    border-radius: 30px;
    margin: 0px 10px;
    box-shadow: 0 0px 20px 0 rgb(0 24 118 / 6%);
}

.about3-tab span.on {
    background: #005bac;
    color: #fff;
}

.about3-list .about3-img {
    overflow: hidden;
    height: 226px;
    object-fit: cover;
}

.about3-list .about3-img img {
    display: block;
    width: 100%;
}

.about3-text {
    padding: 20px;
    background: #fff;
}

.about3-text h3 {
    color: rgba(0, 91, 172, 1);
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 700;
}

.about3-text p {
    font-size: 14px;
    line-height: 2;
    height: 140px;
    overflow-y: auto;
}

.about3-text p::-webkit-scrollbar {
    width: 5px;
}

.about3-text p::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 6px;
}

.about3-text p::-webkit-scrollbar-track {
    background: #d7d7d7;
    border-radius: 6px;
}

.about3-list {
    margin-top: 30px;
    margin-bottom: 80px;
}

.about3-list li {
    display: none;
}

.about3-list li:nth-child(1) {
    display: block;
}

.about3-a {
    width: 240px;
    text-align: center;
    padding: 10px 0;
    font-size: 18px;
    color: rgba(0, 91, 172, 1);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 50px;
    box-shadow: 0 0px 20px 0 rgb(0 24 118 / 6%);
    margin: auto;
    display: block;
    background: #fff;
    transition: all .3s;
}

.about3-a:hover {
    color: #fff;
    background: rgba(0, 91, 172, 1);
}

.about4-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.bgs {
    background-color: rgba(244, 246, 249, 1);
}

.about4-list li {
    width: 49%;
    background-color: rgba(255, 255, 255, 1);
    height: 220px;
    padding: 20px 40px;
    border: #dcdcdc 1px solid;
    transition: all .3s;
    margin-bottom: 20px;
}

.about4-list li p {
    color: rgba(43, 44, 47, 1);
    font-size: 16px;
    line-height: 2;
    margin-top: 20px;
}

.about4-list li:hover p {
    color: #fff;
}

.about4-list li:hover {
    background: rgba(0, 91, 172, 1);
}

.about5-slide .swiper-slide {
    background: url(../img/024d5fc4-66e2-435c-8ae2-a47ced6f4420.jpg) no-repeat center;
    padding: 20px 35px;
    border: #bfbfbf 1px solid;
}

.about5-slide .swiper-slide p {
    padding: 0px 16px;
    font-size: 14px;
    color: rgba(43, 44, 47, 1);
    line-height: 1.4;
    text-align: center;
}

.about5-slide .swiper-slide {
    height: calc((100% - 30px) / 2) !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about5-slide {
    height: 312px;
    padding: 0 8%;
    position: relative;
}

.about5-slide .swiper {
    height: 100%;
}

.about5-slide .swiper-button-next {
    border: 1px solid #d6d6d6;
}

.about5-slide .swiper-button-prev {
    border: 1px solid #d6d6d6;
}

.about6-tab ul {
    display: flex;
    flex-wrap: wrap;
}

.about6-tab ul li {
    width: 33.3%;
    padding: 10px;
}

.about6-tab ul li>div {
    background: #fff;
}

.about6-tab ul li>div div {
    overflow: hidden;
}

.about6-tab ul li>div div img {
    display: block;
    width: 100%;
}

.about6-tab ul li:hover img {
    transform: scale(1.1);
}

.about6-tab ul li p {
    font-size: 16px;
    color: rgba(51, 51, 51, 1);
    text-align: center;
    padding: 20px 0;
    transition: all .3s;
}

.about6-tab {
    margin-top: 40px;
}

.about6-tab>div {
    display: none;
}

.about6-tab>div:nth-child(1) {
    display: block;
}

.global-txt h3 {
    color: rgba(0, 0, 0, 1);
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 30px;
}

.global-txt p {
    font-size: 16px;
    color: rgba(43, 44, 47, 1);
    line-height: 2;
}

.global-list {
    display: flex;
    flex-wrap: wrap;
}

.global-list li {
    width: 100%;
    flex: 1;
    padding: 0 10px;
}

.global-list li>div {
    display: flex;
    justify-content: center;
}

.global-list li h3 {
    line-height: 60px;
    font-size: 72px;
    color: rgba(0, 91, 172, 1);
    padding-right: 10px;
    font-weight: 500;
}

.global-list li span {
    font-size: 18px;
    color: rgba(0, 91, 172, 1);
    display: block;
    line-height: 30px;
}

.global-list li p {
    font-size: 16px;
    color: rgba(43, 44, 47, 1);
    line-height: 1.5;
    margin-top: 20px;
    text-align: center;
}

.global-list {
    padding: 50px 0;
}

.global .lt-list {
    margin-top: 60px;
}

.global .lt-list li div {
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0 8px 20px 0 rgb(0 24 118 / 6%);
}

.global-img video {
    width: 100%;
    display: block;
}

.global-item {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.global-l {
    width: 23.6%;
    overflow: hidden;
}

.global-c {
    width: 48.8%;
    overflow: hidden;
}

.global-r {
    width: 23.6%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.global-item img {
    display: block;
    width: 100%;
}

.global-r>div {
    overflow: hidden;
}

.global-item img:hover {
    transform: scale(1.1);
}

.goals-img img {
    display: block;
    width: 100%;
}

.goals1-bg {
    background-image: url(../img/03492824-cb4b-4a53-8000-1d8b81f933e4.jpg);
    background-repeat: no-repeat;
    margin-top: 40px;
    background-size: 100% 100%;
}

.goals1-list {
    display: flex;
    flex-wrap: wrap;
}

.goals1-list li {
    height: 570px;
    padding: 0 20px;
    width: 20%;
    border-right: 1px solid #fff;
}

.goals1-list li div {
    margin: 100px 0;
}

.goals1-list li h3 {
    font-size: 24px;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
}

.goals1-list li p {
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    margin-top: 20px;
    line-height: 1.8;
}

.goals2 {
    background-image: url(../img/4bde1d3b-3008-4b1e-905c-c5133bd0ba8d.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}

.goals2-c {
    background-image: url(../img/7da94340-9348-4d1f-8533-df30b9666661.png);
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 90px;
}

.goals2-c>div {
    display: flex;
    flex-wrap: wrap;
}

.goals2-c ul {
    width: 50%;
}

.goals2-c ul:nth-child(1) {
    padding-right: 200px;
    text-align: right;
}

.goals2-c ul:nth-child(2) {
    padding-left: 200px;
}

.goals2-c ul li {
    font-size: 16px;
    color: #333333;
    line-height: 1.6;
}
.goals2-c ul:nth-child(1) li:nth-child(1) {
    margin-top: 25px;
}
.goals2-c ul:nth-child(1) li:nth-child(2) {
    margin-top: 40px;
}

.goals2-c ul:nth-child(1) li:nth-child(3) {
    margin-top: 40px;
}

.goals2-c ul:nth-child(1) li:nth-child(4) {
    margin-top: 40px;
}

.goals2-c ul:nth-child(2) li:nth-child(1) {
    margin-top: 25px;
}

.goals2-c ul:nth-child(2) li:nth-child(2) {
    margin-top: 28px;
}

.goals2-c ul:nth-child(2) li:nth-child(3) {
    margin-top: 40px;
}

.goals2-c ul:nth-child(2) li:nth-child(4) {
    margin-top: 53px;
}

.goals2-c>p {
    text-align: center;
    padding-right: 0px;
    margin-top: 90px;
    line-height: 1.6;
    font-size: 16px;
    color: #333333;
}

.about-title p {
    font-size: 16px;
    color: rgba(43, 44, 47, 1);
    margin-top: 20px;
    text-align: center;
    line-height: 2;
}

.goals3-c {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.goals3-l {
    width: 60%;
    overflow: hidden;
}

.goals3-l img {
    display: block;
    width: 100%;
}

.goals3-l:hover img {
    transform: scale(1.1);
}

.goals3-r {
    background: #fff;
    padding: 40px 50px;
    flex: 1;
    margin-left: -70px;
    position: relative;
    z-index: 99;
}

.goals3-r p {
    line-height: 2;
    color: rgba(43, 44, 47, 1);
    font-size: 14px;
    margin-bottom: 40px;
}

.goals3-r a {
    width: 150px;
    padding: 8px;
    border: 1px solid rgba(0, 91, 172, 1);
    color: rgba(0, 91, 172, 1);
    display: block;
    line-height: 1.6;
    border-radius: 50px;
    text-align: center;
    transition: all .3s;
}

.goals3-r a:hover {
    color: #fff;
    background: rgba(0, 91, 172, 1);
}

.goals2-m {
    display: none;
}

.ceo-title {
    color: #2b2c2f;
    line-height: 1.6;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 30px;
}

.ceo-txt h3 {
    color: #2b2c2f;
    font-size: 24px;
    line-height: 2;
}

.ceo-txt p {
    line-height: 2;
    color: #333333;
    margin-top: 25px;
}

.ceo-b {
    margin-top: 60px;
}

.stories .Cases-l {
    width: 50%;
}

.stories .Cases-r {
    width: 50%;
    padding: 0;
    background: none;
    padding: 0 20px;
}

.TOPSFLO-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.TOPSFLO-l {
    width: 30%;
}

.TOPSFLO-r {
    border-left: #ececec 1px solid;
    padding-left: 50px;
    width: 66%;
}

.TOPSFLO-l span {
    width: 100%;
    line-height: 2;
    padding: 0px;
    margin-bottom: 20px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    border: #e5e5e5 0px solid;
    transition: all .5s ease;
    color: rgba(153, 153, 153, 1);
    display: block;
    cursor: pointer;
}

.TOPSFLO-l span.on {
    font-size: 18px;
    font-weight: bold;
    color: #005bac;
}

.TOPSFLO-l span:hover {
    font-size: 18px;
    font-weight: bold;
    color: #005bac;
}

.TOPSFLO-r h3 {
    font-size: 24px;
    font-weight: bold;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 20px;
}

.TOPSFLO-r-text p {
    font-size: 16px;
    color: #333333;
    line-height: 2;
}

.TOPSFLO-r ul li {
    display: none;
}

.TOPSFLO-r ul li:nth-child(1) {
    display: block;
}

.stories .Cases-c {
    align-items: center;
    border: #e5e5e5 1px solid;
}

.stories .Cases-r h3 {
    padding: 0;
}

.stories .Cases-r h3 a {
    font-size: 18px;
    line-height: 1.6;
    color: rgba(43, 44, 47, 1);
    font-weight: 500;
}

.stories .Cases-r p {
    font-size: 14px;
    color: rgba(149, 149, 149, 1);
    -webkit-line-clamp: 4;
}

.stories .Cases-r>a {
    background-color: rgba(255, 255, 255, 1);
    color: rgba(51, 51, 51, 1);
    border: 1px solid rgba(204, 204, 204, 1);
    width: 150px;
    max-width: none;
    padding: 12px 8px;
    font-size: 14px;
}

.stories .Cases-r>a:hover {
    background: rgba(0, 91, 172, 1);
    color: #fff;
}

.stories .Cases-c:hover .Cases-l>div img {
    transform: scale(1.1);
}

.stories .Cases-l>div {
    padding: 0;
    position: static;
}

.stories .Cases-l>div img {
    position: inherit;
    transform: translate(0)
}

.stories .Cases-c:hover h3 a {
    color: #0b5ea6;
}

.stories .swiper {
    padding-bottom: 40px;
}

.stories .swiper-pagination-bullet-active {
    background: #005bac;
}

.stories1-c {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.stories1-l {
    width: 73%;
}

.stories1-title {
    color: rgba(51, 51, 51, 1);
    margin-bottom: 30px;
    font-size: 28px;
    font-weight: 500;
}

.stories1-r {
    width: 24%;
}

.stories1.stories .Cases-r p {
    -webkit-line-clamp: 2;
}

.stories1.stories .Cases-r>a {
    color: rgba(0, 91, 172, 1);
    font-size: 14px;
    text-align: left;
    border: none;
    padding: 0;
}

.stories1.stories .Cases-r>a:hover {
    color: rgba(0, 91, 172, 1);
    background: none;
}

.stories1-list li {
    margin-bottom: 20px;
}

.stories1-item li {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin-bottom: 20px;
}

.stories1-item li h5 {
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 500;
}

.stories1-item li p {
    font-size: 16px;
    color: rgba(150, 150, 150, 1);
    line-height: 1;
}

.stories1-tab {
    display: flex;
    flex-wrap: wrap;
}

.stories1-tab span {
    width: 20%;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    font-size: 22px;
    color: #cdcdcd;
}

.stories1-tab span.on {
    color: #005bac;
}

.stories1-b>div {
    display: none;
}

.stories1-b>div:nth-child(1) {
    display: block;
}

.stories1-b {
    margin-top: 50px;
}

.stories1-b .Application-list li div {
    overflow: hidden;
}

.stories1-b .Application-list li:hover div img {
    transform: scale(1.1);
}

.stories1-b .Application-list li p {
    text-align: left;
}

.stories1-b .Application-list li:hover p {
    color: #005bac;
}

.ties-t {
    margin-bottom: 40px;
}

.ties-t h3 {
    color: rgba(0, 0, 0, 1);
    text-align: center;
    font-size: 30px;
    margin-bottom: 30px;
    font-weight: 500;
}

.ties-t p {
    font-size: 16px;
    color: rgba(43, 44, 47, 1);
    line-height: 2;
    text-align: center;
}

.ties-list {
    display: flex;
    flex-wrap: wrap;
}

.ties-list li {
    flex: 1;
    padding: 20px;
    border: 1px solid rgba(210, 210, 210, 1);
    text-align: center;
    transition: all .3s;
}

.ties-list li img {
    width: 50px;
    height: 50px;
    display: inline-block;
}

.ties-list li p {
    font-size: 18px;
    padding: 0 20px;
    color: #333333;
    margin-top: 10px;
    transition: all .3s;
}

.ties-list li:hover {
    background: #005bac;
    ;
}

.ties-list li:hover p {
    color: #fff;
}

.ties-list li:hover img {
    filter: brightness(0) invert(1);
}

.ties1-list li {
    display: flex;
    flex-wrap: wrap;
    background-color: rgba(0, 91, 172, 1);
    align-items: center;
}

.ties1-list li>div {
    width: 50%;
    overflow: hidden;
}

.ties1-list li:nth-child(2n) {
    flex-direction: row-reverse;
}

.ties1-img img {
    display: block;
    width: 100%;
}

.ties1-img:hover img {
    transform: scale(1.1);
}

.ties1-text {
    padding: 20px 80px;
}

.ties1-text h5 {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.6);
    font-weight: 500;
}

.ties1-text h3 {
    color: rgba(255, 255, 255, 1);
    font-size: 26px;
    margin-top: 20px;
    margin-bottom: 40px;
}

.ties1-text p {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 2;
}

.ties1-text>div p:nth-child(1) {
    margin-bottom: 16px;
}

.Popular-t {
    position: relative;
    margin-bottom: 50px;
}

.Popular-t img {
    display: block;
    width: 100%;
}

.Popular-t div {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 20px;
}

.Popular-t p {
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.6;
    transition: all .3s;
}

.Popular-t:hover p {
    font-weight: 600;
}

.dsa {
    padding: 40px 20px 20px 20px;
    border: 1px solid #e5e5e5;
}

.stories1-item li h5 {
    color: rgba(43, 44, 47, 1);
}

.stories1-item li:hover h5 {
    color: rgba(0, 91, 172, 1);
}

.xq-title {
    padding: 20px 0;
    /*border-top: 1px solid rgba(0, 0, 0, .1);*/
    /*border-bottom: 1px solid rgba(0, 0, 0, .1);*/
    /*margin-bottom: 50px;    */
}

.xq-title h3 {
    font-size: 24px;
    font-weight: bold;
    color: rgba(68, 68, 68, 1);
    line-height: 1.5;
    margin-bottom: 10px;
}

.xq-title div {
    display: flex;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding: 11px 0px;
}

.xq-title div span {
    margin-right: 50px;
    font-size: 14px;
    color: rgba(153, 153, 153, 1);
    line-height: 2;
}

.next {
    margin-top: 5%;
    padding-top: 2%;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.next>div {
    display: flex;
}

.next>div span {
    color: rgba(85, 85, 85, 1);
    font-size: 14px;
    margin-right: 10px;
    line-height: 2;
}

.next>div a {
    color: rgba(85, 85, 85, 1);
    font-size: 14px;
    line-height: 2;
}

.cqq .stories1-title {
    font-size: 18px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 20px;
    font-weight: 600;
}

.cqq .stories1-item {
    padding-top: 20px;
}

.cqq .stories1-item li p {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    color: rgba(165, 165, 165, 1);
    line-height: 1.5;
}

.es-list li {
    margin-bottom: 20px;
}

.cases .Customers-list li:hover h3 {
    font-weight: 500;
}

.cases1-list {
    display: flex;
    flex-wrap: wrap;
}

.cases1-list li {
    width: 33.3%;
    padding: 10px;
}

.cases1-list li>div {
    background: #fff;
    box-shadow: 0 8px 20px 0 rgb(0 24 118 / 6%);
    position: relative;
}

.cases1-img {
    overflow: hidden;
}

.cases1-img img {
    display: block;
    width: 100%;
}

.cases1-txt {
    padding: 20px 25px;
}

.cases1-txt h3 a {
    font-size: 18px;
    color: rgba(43, 44, 47, 1);
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 500;
}

.cases1-txt p {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    color: rgba(149, 149, 149, 1);
    margin: 10px 0;
}

.cases1-time {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cases1-time a {
    font-size: 16px;
    color: rgba(0, 90, 167, 1);
}

.cases1-time span {
    font-size: 16px;
    color: rgba(149, 149, 149, 1);
}

.cases1-list li:hover>div::after {
    width: 100%;
    content: "";
    height: 2px;
    background: rgba(0, 91, 172, 1);
    position: absolute;
    left: 0;
    bottom: 0;
}

.cases1-list li:hover h3 a {
    color: rgba(0, 91, 172, 1);
}

.cases1-list li:hover img {
    transform: scale(1.1);
}

.videos-list {
    display: flex;
    flex-wrap: wrap;
}

.videos-list li {
    padding: 10px;
    width: 33.3%;
}

.videos-img {
    position: relative;
    overflow: hidden;
}

.videos-j {
    display: block;
    width: 100%;
}

.videos-svg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    background: rgba(0, 0, 0, .2);
    display: none;
    cursor: pointer;
}

.videos-svg svg {
    position: absolute;
    width: 74px;
    height: 78px;
    z-index: 2;
    left: 50%;
    top: 50%;
    margin: -39px auto auto -37px;
    cursor: pointer;
    transform: scale(0);
    pointer-events: none;
    transition: all ease .3s;
}

.videos-list li:hover .videos-svg {
    display: block;
}

.videos-list li:hover .videos-svg svg {
    transform: scale(1);
}

.videos-list p {
    text-align: center;
    color: rgba(0, 0, 0, 0.8);
    font-size: 18px;
    padding: 10px 0;
    line-height: 1.6;
}

.videos-tab {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.videos-tab span {
    flex: 1;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    font-size: 22px;
    color: #cdcdcd;
}

.videos-tab span.on {
    color: #005bac;
}

.videos-item>div {
    display: none;
}

.videos-item>div:nth-child(1) {
    display: block;
}

.videos-item .videos-list p {
    padding: 20px 10px;
}

.videos-item .videos-list li>div {
    background: #fff;
    position: relative;
}

.videos-item .videos-list li:hover>div {
    box-shadow: 0 8px 20px 0 rgb(0 24 118 / 6%);
    border-bottom: #005bac 1px solid;
}

.xq-video video {
    display: block;
    width: 100%;
}

.vds li a {
    display: flex;
}

.vds li a>div {
    width: 50%;
}

.vds li a>div img {
    display: block;
    width: 100%;
}

.vds-r {
    padding: 0 0 0px 10px;
}

.vds-r p {
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: rgba(68, 68, 68, 1) !important;
    font-size: 14px;
}

.vds li:hover p {
    color: #005bac !important;
}

.contact-c {
    display: flex;
    flex-wrap: wrap;
}

.contact-l {
    width: 40%;
}

.contact-r {
    width: 60%;
    background: #fff;
    padding: 32px 60px;
}

.contact-t {
    padding: 60px;
    background-image: url(../img/e4954387-304e-483b-b760-e02e5f0a6321.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.contact-logo {
    width: 40%;
}

.contact-logo img {
    width: 100%;
    display: block;
}

.contact-add {
    margin: 30px 0 35px 0;
}

.contact-add h3 {
    color: rgba(255, 255, 255, 1);
    text-align: left;
    font-size: 18px;
    margin-bottom: 5px;
}

.contact-add p {
    color: #FFFFFF;
    line-height: 1.8;
    font-size: 14px;
}

.phone-list li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.phone-list li img {
    width: 18px;
    height: 18px;
    margin-right: 10px;
}

.phone-list li p {
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
}

.phone-list li a {
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
}

.contact-ewm {
    margin-top: 35px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contact-ewm li {
    width: 82px;
}

.contact-ewm li img {
    display: block;
    width: 100%;
}

.contact-ewm li p {
    color: rgba(255, 255, 255, 1);
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
}

.map {
    display: block;
    width: 100%;
}

.fm-t {
    margin-bottom: 40px;
}

.fm-t h3 {
    font-size: 32px;
    color: rgba(0, 0, 0, 1);
    text-align: left;
    margin-bottom: 10px;
}

.fm-t p {
    font-size: 16px;
    line-height: 1.6;
    color: #333333;
}

header {
    background: #fff;
}

.fixed {
    position: fixed;
    width: 100%;
    top: 0px;
    z-index: 99999;
    left: 0;
    border-bottom: #d2d2d2 1px solid;
}

.fixed .top {
    display: none;
}

.nav3 {
    background: #fff;
    position: fixed;
    left: 0;
    top: 90px;
    width: 100%;
    box-shadow: 0 5px 5px rgb(0 0 0 / 5%);
    z-index: 99;
    display: none;
}

.nav3>div {
    max-width: 1200px;
    margin: auto;
    display: flex;
}

.nav3>div a {
    flex: 1;
    line-height: 70px;
    text-align: center;
    font-size: 16px;
    color: rgba(43, 44, 47, 1);
    position: relative;
}

.nav3 .on::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #005bac;
    content: "";
}

.nav3 .on {
    color: #005bac;
}

.nav3>div a:hover {
    color: #005bac;
}

.right {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 99;
    width: 60px;
}

.right>div {
    display: flex;
    width: 60px;
    height: 60px;
    background: rgba(0, 0, 0, 0.4);
    color: #fff;
    transition: all 0.1s ease;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    margin-bottom: 3px;
    align-items: center;
    float: right;
}

.r-svg {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: none;
}

.r-p {
    display: none;
    width: calc(100% - 60px);
    padding: 10px 10px 10px 0;
    text-align: left;
    line-height: 20px;
}

.r-p p {
    color: #fff;
    cursor: pointer;
    font-size: 14px;
}

.r-p a {
    color: #fff;
    cursor: pointer;
    font-size: 14px;
}

.r-svg svg {
    width: 30px;
    height: 30px;
    fill: #fff;
}

.right>div:hover {
    width: 238px;
}

.right>div:hover .r-p {
    display: block;
}

.tops {
    width: 60px;
    height: 60px;
    position: fixed;
    right: 0;
    bottom: 50px;
    z-index: 99;
    background: #fff;
    border-radius: 60px;
    line-height: 60px;
    text-align: center;
    box-shadow: 0 0px 14px 0 rgb(0 0 0 / 10%);
    padding-top: 10px;
    cursor: pointer;
}

.tops img {
    width: 29px;
    height: 29px;
}

.Search-c {
    background: #fff;
    padding: 35px 30px;
}

.Search-c h3 {
    color: rgba(51, 51, 51, 1);
    text-align: left;
    font-size: 18px;
    margin-bottom: 40px;
}

.form-sear {
    display: flex;
    justify-content: space-between;
}

.form-sear>div {
    width: 32%;
}

.form-sear input {
    width: 100%;
    height: 48px;
    padding: 5px 10px;
    background-color: #fbfbfb;
    background-clip: padding-box;
    border: 2px solid #ced4da;
    color: #495057;
    display: block;
    outline: none;
}

.form-sear select {
    width: 100%;
    height: 48px;
    padding: 5px 10px;
    background-color: #fbfbfb;
    background-clip: padding-box;
    border: 2px solid #ced4da;
    color: #495057;
    display: block;
    outline: none;
}

.form-sear button {
    width: 100%;
    height: 48px;
    background-color: rgba(64, 158, 255, 1);
    border-radius: 4px;
    text-align: center;
    line-height: 48px;
    font-size: 14px;
    color: #fff;
    display: block;
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.form-sear button::before {
    content: "";
    position: absolute;
    display: block;
    transition: all .6s;
    width: 100%;
    height: 0;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    padding-top: 100%;
    transform: translateX(-50%) translateY(-50%);
}

.form-sear button::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    transition: all .3s;
    z-index: 0;
    opacity: 0;
    top: 0;
    left: 0px;
}

.form-sear button:hover::before {
    animation: style1 .75s;
    z-index: 1;
}

.form-sear button:hover::after {
    opacity: 1;
}

.goals1-ms {
    display: none;
}

.sj-c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 60px;
}

.sj-l {
    width: 72%;
}

.sj-r {
    width: 21%;
}

.sj-title img {
    width: 68px;
    height: 61px;
    display: block;
}

.sj-title h3 {
    font-size: 22px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 40px;
    line-height: 1.5;
}

.sj-bor {
    border: #e5e5e5 1px solid;
}

.sj-bor h3 {
    padding: 30px 0 30px 20px;
    font-size: 20px;
    color: #333333;
    line-height: normal;
    border-bottom: #e5e5e5 1px solid;
    margin-bottom: 10px;
}

.sj-bor a {
    display: block;
    padding: 0px 20px;
    font-size: 16px;
    color: rgba(43, 44, 47, 1);
    position: relative;
    line-height: 40px;
}

.sj-bor a:hover {
    color: rgba(0, 91, 172, 1);
    border-left: 2px solid rgba(0, 91, 172, 1);
}

.stories1-item h3 {
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.sj-r .stories1-item {
    margin-top: 50px;
}

.stories1-item li h5 a {
    color: rgba(43, 44, 47, 1);
}

.stories1-item li h5:hover a {
    color: rgba(0, 91, 172, 1);
}

.stories1-item .swiper-slide {
    border: #e5e5e5 1px solid;
    padding: 0 10px 20px 10px;
}

.stories1-item .swiper-slide img {
    display: block;
    width: 100%;
}

.stories1-item .swiper-slide h3 {
    font-size: 18px;
    color: rgba(43, 44, 47, 1);
    font-weight: 500;
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    margin: 10px 0 15px 0;
}

.stories1-item .swiper-slide p {
    font-size: 14px;
    color: rgba(43, 44, 47, 1);
}

.stories1-item .swiper {
    padding-bottom: 40px;
}

.stories1-item .swiper-pagination-bullet-active {
    background: #005bac;
}

.bl {
    padding: 0 10px;
}

.logo {
    width: 170px;
}

.logo img {
    display: block;
    width: 100%;
}

.nav-c {
    /*width: 94%;*/
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
}

.foot-nav li:nth-child(1) div:nth-child(2) {
    margin-top: 30px;
}

.mp {
    max-width: 1200px;
    margin: auto;
    background-color: rgba(0, 91, 172, 1);
    margin-top: -51px;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    font-size: 36px;
    color: #fff;
    line-height: 102px;
    position: relative;
    z-index: 13;
}

.less-t {
    margin-bottom: 50px;
    text-align: center;
}

.less-t h3 {
    font-weight: normal;
    color: rgba(0, 0, 0, 1);
    font-size: 34px;
}

.less-t p {
    margin-top: 20px;
    line-height: 2;
    color: #2b2c2f;
    font-size: 18px;
    text-align: left;
}

.less-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.less-list li {
    width: 48%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.less-list li div:nth-child(1) {
    width: 51px;
    margin-right: 20px;
}

.less-list li img {
    display: block;
    width: 100%;
}

.less-list li div:nth-child(2) {
    flex: 1;
    width: 100%;
}

.less-list li h3 {
    font-size: 24px;
    color: rgba(0, 91, 172, 1);
    margin-bottom: 10px;
    font-weight: 500;
}

.less-list li p {
    color: #2b2c2f;
    line-height: 2;
}

.less-list li:last-child {
    /*margin: 0;*/
}

.less1 .ties1-text h3 {
    margin: 0 0 20px 0;
    font-size: 24px;
    color: rgba(255, 255, 255, 1);
    font-weight: bold;
}

.less2 .ties1-text p {
    margin: 0 !important;
}

.less2 .ties1-text {
    padding: 0 40px;
}

.less2 .ties1-text a {
    width: 200px;
    padding: 8px;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    border: 1px solid #fff;
    display: block;
    border-radius: 30px;
    line-height: 1.6;
    margin-top: 20px;
    transition: all .3s;
}

.less2 .ties1-text a:hover {
    background: #fff;
    color: rgba(0, 91, 172, 1);
}

.gear li {
    align-items: center;
}

.gear li h3 {
    margin: 0;
}

.colour-t {
    display: flex;
    flex-wrap: wrap;
    align-items: centerc;
    margin-bottom: 20px;
    padding-left: 10px;
}

.colour-t strong {
    font-size: 18px;
    color: rgba(51, 51, 51, 1);
    line-height: 30px;
}

.colour-t div {
    display: flex;
}

.colour-t div a {
    padding-left: 15px;
    padding-right: 15px;
    line-height: 30px;
    color: rgb(0 0 0 / 70%);
    display: block;
    background: rgb(255 255 255 / 0%);
    transition: all ease .3s;
    position: relative;
    overflow: hidden;
    min-width: 120px;
    text-align: center;
    font-size: 15px;
}

.colour-t div a::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 12px;
    background: rgb(0 0 0 / 15%);
}

.colour-t div a:last-child::after {
    display: none;
}

.colour-t div a:hover {
    color: #005aa7;
}

.colour-list {
    display: flex;
    flex-wrap: wrap;
}

.colour-list li {
    width: 25%;
    padding: 7px;
    cursor: pointer;
}

.colour-list li>div {
    overflow: hidden;
    position: relative;
}

.colour-list li img {
    display: block;
    width: 100%;
}

.colour-list li:hover img {
    transform: scale(1.1);
}

.colour-text p {
    display: none;
}

.colour-text {
    padding: 0 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .4);
    width: 100%;
}

.colour-text h5 {
    line-height: 48px;
    text-align: center;
    color: #fff;
    font-weight: 500;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.colour-list li:hover .colour-text {
    background: rgba(0, 91, 172, .8);
}

.mbx {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    background: rgba(55, 58, 71, 0.9);
    display: none;
}

.tc {
    width: 45%;
    margin: 100px auto;
    overflow: hidden;
    min-height: 300px;
    position: fixed;
    left: 25%;
    top: 0;
    z-index: 100;
    display: none;
}

.close_button img {
    width: 100%;
    height: 100%;
}

.tc>div {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 900px;
    background: #fff;
    padding: 40px;
    margin: auto;
    overflow: auto;
}

.close_button {
    /*background: #bababa;*/
    width: 40px;
    height: 40px;
    font-size: 30px;
    margin: 0 auto;
    color: #fff;
    border-radius: 0px;
    text-align: center;
    line-height: 35px;
    transition: all ease .3s;
    /*position: absolute;*/
    /*right: 0;*/
    /*top: 0;*/
    display: block;
    margin: 3px auto;
    cursor: pointer;
}

.tc-img img {
    width: 100%;
    display: block;
}

.tc-title {
    line-height: 1.5;
    margin-top: 20px;
    font-size: 22px;
    color: rgba(48, 49, 51, 1);
    margin-bottom: 10px;
}

.tc-text {
    font-size: 16px;
    color: rgba(43, 44, 47, 1);
    line-height: 2;
}

.nav3>div a:hover::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #005bac;
    content: "";
}

#wpforms-form-637 input {
    background-color: rgba(242, 242, 243, 1);
    border: 1px solid #E1E1E1;
    color: #666;
    max-width: 100%;
    width: 100% !important;
    font-size: 14px;
    height: 38px;
}

#wpforms-form-637 textarea {
    background-color: rgba(242, 242, 243, 1);
    border: 1px solid #E1E1E1;
    color: #666;
    max-width: 100%;
    width: 100% !important;
    padding: 10px 15px;
}

div.wpforms-container-full .wpforms-form .wpforms-field-label {
    font-weight: 400 !important;
    margin-bottom: 8px !important;
}

#wpforms-form-637 .wpforms-field-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#wpforms-form-637 .wpforms-field-container>div {
    width: 48%;
    padding: 15px 0!important;
}

#wpforms-form-637 .wpforms-field-container>div:last-child {
    width: 100%;
}

#wpforms-submit-637 {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    width: 150px;
    padding: 8px;
    background-color: rgba(0, 91, 172, 1);
    border-radius: 30px;
    margin: auto;
    outline: none;
    border: none;
    line-height: 1.6;
    color: #fff;
    border: 1px solid rgba(0, 91, 172, 1);
    transition: all .3s;
}

#wpforms-submit-637:hover {
    background: #fff;
    color: rgba(0, 91, 172, 1);
}

#wpforms-form-635 input {
    background-color: rgba(242, 242, 243, 1);
    border: 1px solid #E1E1E1;
    color: #666;
    max-width: 100%;
    width: 100% !important;
    font-size: 14px;
    height: 38px;
    border-radius: 30px;
}

#wpforms-form-635 select {
    background-color: rgba(242, 242, 243, 1);
    border: 1px solid #E1E1E1;
    color: #666;
    max-width: 100%;
    width: 100% !important;
    font-size: 14px;
    height: 38px;
    border-radius: 30px;
}

.fm-t p {
    margin-bottom: 20px;
}

#wpforms-form-636 .wpforms-field-label {
    font-size: 14px !important;
    color: #666 !important;
    margin-bottom: 8px !important;
}

#wpforms-form-636 .wpforms-field-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#wpforms-form-636 .wpforms-field-container>div {
    width: 48%;
    padding: 10px 0!important;
}

#wpforms-form-636 textarea {
    background-color: rgba(242, 242, 243, 1);
    border: 1px solid #E1E1E1;
    color: #666;
    max-width: 100%;
    width: 100% !important;
    padding: 10px 15px;
    border-radius: 30px;
    font-size: 14px;
}

#wpforms-submit-636 {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    width: 150px;
    padding: 8px;
    background-color: rgba(0, 91, 172, 1);
    border-radius: 30px;
    outline: none;
    border: none;
    line-height: 1.6;
    color: #fff;
    border: 1px solid rgba(0, 91, 172, 1);
    transition: all .3s;
}

#wpforms-form-636 input {
    background-color: rgba(242, 242, 243, 1);
    border: 1px solid #E1E1E1;
    color: #666;
    max-width: 100%;
    width: 100% !important;
    font-size: 14px;
    height: 38px;
    border-radius: 30px;
}

#wpforms-form-636 textarea {
    background-color: rgba(242, 242, 243, 1);
    border: 1px solid #E1E1E1;
    color: #666;
    max-width: 100%;
    width: 100% !important;
    padding: 10px 15px;
    border-radius: 30px;
}

div.wpforms-container-full .wpforms-form .wpforms-field-label {
    font-weight: 400 !important;
    margin-bottom: 8px !important;
}

#wpforms-form-636 .wpforms-field-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#wpforms-form-636 .wpforms-field-container>div {
    width: 48%;
    padding: 15px 0!important;
}

#wpforms-form-636 .wpforms-field-container>div:last-child {
    width: 100%;
}

#wpforms-636-field_7-container {
    width: 100% !important;
}

#wpforms-636-field_8-container {
    width: 100% !important;
}

#wpforms-636-field_9-container {
    width: 100% !important;
}

#wpforms-636-field_12-container {
    width: 100% !important;
}

#wpforms-636-field_12 {
    height: 150px;
}

#wpforms-submit-636 {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    width: 150px;
    padding: 8px;
    background-color: rgba(0, 91, 172, 1);
    border-radius: 30px;
    outline: none;
    border: none;
    line-height: 1.6;
    color: #fff;
    border: 1px solid rgba(0, 91, 172, 1);
    transition: all .3s;
}

#wpforms-submit-636:hover {
    background: #fff;
    color: rgba(0, 91, 172, 1);
}

#wpforms-form-635 .wpforms-field-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#wpforms-form-635 .wpforms-field-container>div {
    width: 48%;
}

#wpforms-635-field_1-container {
    width: 100% !important;
}

#wpforms-635-field_9-container {
    width: 100% !important;
}

#wpforms-635-field_12-container {
    width: 100% !important;
}

#wpforms-635-field_13-container {
    width: 100% !important;
}

#wpforms-submit-635 {
    display: block;
    position: relative;
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    width: 148px;
    padding: 5px 8px;
    background-color: rgba(0, 91, 172, 1);
    border-radius: 30px;
    outline: none;
    border: none;
    line-height: 1.6;
    color: #fff;
    border: 1px solid rgba(0, 91, 172, 1);
    margin-top: 10px;
    transition: all .3s;
}

#wpforms-submit-635:hover {
    background: #fff;
    color: rgba(0, 91, 172, 1);
}

#wpforms-form-635 .wpforms-field-container textarea {
    background-color: rgba(242, 242, 243, 1);
}

.sear-list {
    margin-top: 40px;
}

.sear-list h5 {
    font-size: 14px;
    line-height: 1.66666;
    font-weight: 500;
    color: #212529;
}

.sear-list li a {
    line-height: 1.5;
    color: rgba(0, 0, 0, 1);
    font-size: 20px;
    display: block;
}

.sear-list li a:hover {
    color: rgba(52, 171, 253, 1);
}

.sear-list li {
    margin-bottom: 30px;
}

.sear-list li p {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.3);
    line-height: 1;
}

.wp-pagenavi a,
.wp-pagenavi span {
    border-radius: 50% !important;
    height: 40px !important;
    width: 40px !important;
    line-height: 40px !important;
    font-size: 14px !important;
    color: rgba(138, 138, 138, 1) !important;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(235, 235, 235, 1) !important;
    display: inline-block;
    padding: 0 !important;
}

.wp-pagenavi span.current {
    background: #005aa7 !important;
    color: #fff !important;
}

.wp-pagenavi a:hover {
    border-color: #005aa7 !important;
}

.wp-pagenavi span.current:hover {
    background-color: rgba(71, 75, 82, 1) !important;
    color: rgba(255, 255, 255, 1) !important;
    border-color: rgba(64, 158, 255, 1) !important;
}

.extend:hover {
    border-color: #005aa7 !important;
}

.en {
    position: relative;
    padding: 23px 0;
    margin-right: 15px;
}

.en div>a {
    display: block;
}

.en ul {
    background: #fff;
    padding: 10px;
    width: 120px;
    position: absolute;
    left: 0;
    top: 100%;
    display: none;
    z-index: 9999;
}

.en ul li {
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    font-size: 12px;
}

.en ul li a {
    display: flex;
    align-items: center;
}

.en ul li a img {
    margin-right: 10px;
}

.en ul li a span {
    font-size: 12px;
    color: #333;
}

.about3-list.rds .swiper-button-next {
    top: 113px;
    right: 10px;
}

.about3-list.rds .swiper-button-prev {
    top: 113px;
    left: 10px;
}

.about6-tab li:hover p {
    color: #fff;
    background-color: #005bac;
}

@keyframes man {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}

@keyframes style1 {
    0% {
        background: rgba(0, 0, 0, .25);
        transform: translateX(-50%) translateY(-50%) scale(0);
    }
    100% {
        background: transparent;
        transform: translateX(-50%) translateY(-50%) scale(1);
    }
}

@media(min-width:769px) {
    .nav-list>li:hover .nav-two {
        display: block;
    }
    .nav-two>li:hover .nav-three {
        display: block;
    }
    .nav-list>li:hover>a {
        color: #0071a4;
    }
    .nav-two>li:hover {
        background: #01aded;
    }
    .tc-text {
        line-height: 1.6;
    }
    .en:hover ul {
        display: block;
    }
}

@media(max-width:1600px) {}

@media(max-width:1400px) {
    .tc>div {
        max-width: 600px;
        max-height: 500px;
        overflow: auto;
    }
    .tc {
        margin: 100px auto;
    }
    .tc-text {
        line-height: 2;
    }
}

@media(max-width:768px) {
    .pnone {
        display: none;
    }
    .details-a a {
        width: 120px !important;
    }
    .mr {
        display: block;
    }
    .about3-list.rds .swiper-button-next {
        top: 17%;
        right: 10px;
    }
    .come-list li>div {
        height: auto;
    }
    .about3-list.rds .swiper-button-prev {
        top: 17%;
        left: 10px;
    }
    .below-l {
        padding: 20px;
    }
    .faq-list li>div p {
        -webkit-line-clamp: inherit;
    }
    .faq-list li>div {
        align-items: center;
    }
    /*.close_button{*/
    /*    position: absolute;*/
    /*    top: -150%;*/
    /*    left: calc( 50% - 20px);*/
    /*}*/
    .cont-text {
        padding: 0;
        overflow: auto;
    }
    .cont-text table {
        width: 800px !important;
    }
    .less2 .ties1-list li {
        flex-direction: column-reverse;
    }
    .rds .swiper-button-next {
        right: 10px;
    }
    .rds .swiper-button-prev {
        left: 0;
    }
    .Solar-cont table {
        table-layout: fixed;
        width: 100% !important;
        word-wrap: break-word;
    }
    .Solar-cont table td {
        width: auto;
    }
    .en {
        padding: 0;
        margin-right: 8px;
    }
    #wpforms-form-635 .wpforms-field-container>div {
        width: 100% !important;
    }
    #wpforms-form-637 .wpforms-field-container>div {
        width: 100% !important;
    }
    #wpforms-form-635 .wpforms-field-container>div {
        width: 100% !important;
    }
    #wpforms-form-636 .wpforms-field-container>div {
        width: 100% !important;
    }
    .colour-list li {
        width: 50%;
    }
    .colour-text {
        padding: 0 10px;
    }
    .colour-text h5 {
        line-height: 40px;
    }
    .colour-t strong {
        width: 100%;
        text-align: center;
    }
    .colour-t div {
        flex-wrap: wrap;
    }
    .colour-t div a {
        width: 50%;
        line-height: 40px;
    }
    .colour-t div a:nth-child(2)::after {
        display: none;
    }
    .tc>div {
        padding: 40px 20px;
        width: 90%;
    }
    .tc-title {
        font-size: 18px;
        font-weight: 500;
        line-height: 1.5;
    }
    .tc-text {
        font-size: 16px;
        line-height: 1.6;
    }
    .tc {
        margin: 50px auto;
        width: 100%;
        left: 0;
    }
    .colour-t {
        padding: 0;
    }
    .mp {
        line-height: 60px;
        font-size: 22px;
        margin: 0;
        font-weight: 500;
        max-width: 95%;
        margin: auto;
        margin-top: 20px;
    }
    .less-t h3 {
        font-size: 20px;
    }
    .less-t p {
        font-size: 16px;
        line-height: 1.6;
    }
    .less-list li {
        width: 100%;
        margin-bottom: 30px;
    }
    .less-list li h3 {
        font-size: 20px;
    }
    .less-t {
        margin-bottom: 30px;
    }
    .less2 .ties1-text {
        padding: 20px;
    }
    .less2 .ties1-text a {
        width: 160px;
        line-height: 1.5;
        font-size: 14px;
    }
    .sj-l {
        width: 100%;
    }
    .sj-r {
        display: none;
    }
    .sj-title img {
        width: 40px;
        height: 40px;
    }
    .sj-title h3 {
        font-size: 18px;
        margin: 10px 0 20px 0;
    }
    .TOPSFLO-l {
        width: 100%;
    }
    .TOPSFLO-r {
        width: 100%;
        padding: 0;
    }
    .TOPSFLO-l span {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .TOPSFLO-l span.on {
        font-size: 16px;
    }
    .TOPSFLO-r h3 {
        font-size: 20px;
    }
    .TOPSFLO-r-text p {
        font-size: 14px;
    }
    .TOPSFLO-r {
        margin-top: 20px;
        border: none;
    }
    .tops {
        /*display: none;*/
    }
    .goals2-c {
        background: none;
        padding-top: 0;
    }
    .goals1-ms {
        width: 70%;
        margin: auto;
        display: block;
    }
    .goals1-ms img {
        display: block;
        width: 100%;
    }
    .goals2-c>div {
        display: block;
        background: #fff;
        max-width: 95%;
        margin: auto;
        box-shadow: 0px -5px 8px 0px rgba(0, 0, 0, .1);
        padding: 30px 30px 0 30px;
        border-radius: 20px;
        margin-top: -40px;
        z-index: 16;
        position: relative;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }
    .goals2-c ul {
        width: 100%;
        padding: 0 !important;
        text-align: left !important;
    }
    .goals2-c ul li {
        margin: 0 !important;
        padding: 10px 0;
        border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
    }
    .goals2-c>p {
        margin: 0;
        text-align: left;
        display: block;
        background: #fff;
        max-width: 95%;
        margin: auto;
        padding: 10px 30px 30px 30px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }
    .Search-c {
        padding: 20px 10px;
    }
    .Search-c h3 {
        margin-bottom: 20px;
        font-size: 16px;
    }
    .form-sear input {
        height: 38px;
    }
    .form-sear select {
        height: 38px;
    }
    .form-sear button {
        height: 38px;
        line-height: 38%;
    }
    .right {
        display: none;
    }
    .nav3 {
        display: none !important;
    }
    .contact-l {
        width: 100%;
    }
    .contact-r {
        width: 100%;
        background: #fff;
        padding: 30px;
    }
    .fm-t h3 {
        font-size: 22px;
    }
    .fm-t p {
        font-size: 14px;
        line-height: 1.5;
    }
    .fm-t {
        margin-bottom: 20px;
    }
    .contact-t {
        padding: 40px;
    }
    .videos-list li {
        width: 100%;
    }
    .videos-svg {
        display: block;
    }
    .videos-svg svg {
        transform: scale(1.1);
    }
    .videos-item .videos-list p {
        padding: 10px;
    }
    .videos-tab span {
        flex: none;
        width: 50%;
        font-size: 16px;
    }
    .cases1-list li {
        width: 100%;
        padding: 0;
        margin: 10px 0;
    }
    .next>div {
        align-items: center;
    }
    .xq-title h3 {
        font-size: 18px;
        font-weight: 400;
    }
    .xq-title {
        border-top: none;
    }
    .ties-t h3 {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .ties-t p {
        font-size: 14px;
        line-height: 1.5;
    }
    .ties-t {
        margin-bottom: 20px;
    }
    .ties-list li img {
        width: 40px;
        height: 40px;
    }
    .ties-list li p {
        font-size: 16px;
    }
    .ties1-list li>div {
        width: 100%;
    }
    .ties1-text {
        padding: 20px;
    }
    .ties1-text h3 {
        font-size: 22px;
        margin: 10px 0 20px 0;
    }
    .ties1-text p {
        line-height: 1.5;
        font-size: 14px;
    }
    .stories1-l {
        width: 100%;
    }
    .stories1-r {
        display: none;
    }
    .stories1-title {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .stories1-tab span {
        width: 20%;
        font-size: 18px;
    }
    .ceo-title {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .stories1-b {
        margin-top: 20px;
    }
    .ceo-txt h3 {
        font-size: 16px;
    }
    .ceo-txt p {
        line-height: 1.6;
        margin-top: 15px;
        font-size: 14px;
    }
    .ceo-b {
        margin-top: 30px;
    }
    .goals1-list li {
        width: 100%;
        height: auto;
        border: none;
        padding: 20px 10px;
    }
    .goals1-bg {
        background-size: cover;
        margin-top: 0;
    }
    .goals2,
    .goals3 {
        padding-top: 10vw;
    }
    .goals2-m {
        display: block;
    }
    .goals2-m img {
        display: block;
        width: 100%;
    }
    .about-title p {
        font-size: 14px;
        margin-top: 10px;
    }
    .goals3-l {
        width: 100%;
    }
    .goals3-r {
        width: 100%;
        flex: none;
        padding: 10px;
        margin: 0;
    }
    .goals3-r p {
        margin-bottom: 20px;
    }
    .goals1-list li h3 {
        font-size: 20px;
        height: 46px;
    }
    .goals1-list li p {
        font-size: 14px;
        margin-top: 10px;
    }
    .goals1-list li div {
        margin: 0;
    }
    .global-txt h3 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .global-txt p {
        font-size: 14px;
    }
    .global-list li {
        width: 50%;
        flex: none;
    }
    .global-list li h3 {
        font-size: 30px;
    }
    .global-list li p {
        font-size: 14px;
        margin-top: 10px;
    }
    .global-list li span {
        font-size: 14px;
        line-height: 30px;
    }
    .global-list {
        padding: 30px 0;
    }
    .global .lt-list {
        margin-top: 30px;
    }
    .global-item {
        margin-top: 30px;
    }
    .global-item>div {
        width: 100%;
        margin: 10px 0;
    }
    .global-r>div {
        margin-bottom: 20px;
    }
    .about1-list li {
        width: 50%;
        flex: none;
    }
    .about2>div {
        flex: none;
        width: 100%;
    }
    .about2-l {
        padding: 0;
    }
    .about2-r>div {
        width: 100%;
        margin: 0;
    }
    .about2-r>div {
        padding: 20px 10px;
    }
    .about2-r h3 {
        font-size: 20px;
    }
    .about2-r p {
        font-size: 14px;
        line-height: 1.5;
    }
    .about-title {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .about3-tab span {
        margin: 10px 0;
    }
    .about3-text {
        padding: 10px;
    }
    .about3-list {
        margin: 20px 0 40px 0;
    }
    .about3-a {
        font-size: 16px;
    }
    .about4-list li {
        width: 100%;
        height: auto;
    }
    .about5-slide .swiper-slide {
        background: #fff;
        padding: 10px;
    }
    .about5-slide .swiper-slide p {
        padding: 0;
    }
    .about5-slide {
        padding: 0;
    }
    .about6-tab ul li {
        width: 50%;
    }
    .about6-tab ul li p {
        padding: 10px 0;
        font-size: 14px;
    }
    .about6-tab {
        margin-top: 20px;
    }
    .about4-list li p {
        margin-top: 0;
        font-size: 14px;
    }
    .about1-list li>div h3 {
        font-size: 26px;
        padding-right: 10px;
    }
    .about1-list li p {
        font-size: 14px;
    }
    .about1-list li>div span {
        line-height: 18px;
        font-size: 14px;
    }
    .m100 {
        width: 100%;
        flex: none;
    }
    .zed-l {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .zed-r {
        flex: none;
        padding: 0px;
        min-height: auto;
        margin-top: 20px;
    }
    .zed-flex {
        flex-wrap: wrap;
    }
    .zed-flex>div {
        width: 100%;
    }
    .zed-text {
        padding: 20px;
    }
    .zed-text h3 {
        font-size: 22px;
    }
    .zed-text a {
        font-size: 14px;
    }
    .world-p {
        font-size: 16px;
    }
    .world-list li {
        margin-top: 20px;
    }
    .world-list li h3 {
        margin-bottom: 10px;
        font-size: 28px;
    }
    .world-list li p {
        font-size: 14px;
        line-height: 1.5;
    }
    .need-bg {
        padding: 10px;
    }
    .need-p p {
        font-size: 14px;
    }
    .sbmt {
        margin-top: 20px;
    }
    .terms-cont li {
        margin-top: 20px;
    }
    .terms-text h2 {
        font-size: 22px;
    }
    .faq-list li {
        padding: 20px;
    }
    .faq-list li>div p {
        font-size: 16px;
        font-weight: 500;
        line-height: 22px;
    }
    .faq-list li>p {
        font-size: 14px;
        line-height: 1.5;
    }
    .faq-list {
        margin-top: 30px;
    }
    .download-list li span {
        width: 70%;
        -webkit-line-clamp: 1;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .download-list {
        margin-top: 30px;
    }
    .century>div {
        flex: none;
    }
    .century-r {
        padding: 20px 10px;
    }
    .century-r h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .century-r p {
        font-size: 14px;
        line-height: 1.5;
    }
    .century-r>div>div:nth-child(1) {
        margin-bottom: 30px;
    }
    .century1-list li {
        width: 100%;
        background: #005bac;
        margin: 10px 0;
    }
    .century1-a {
        margin-top: 20px;
        font-size: 18px;
    }
    .century1 {
        margin-bottom: 40px;
    }
    .ment h3 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .ment {
        padding: 60px 0;
    }
    .ment ul li {
        width: 48%;
        height: 190px;
        padding: 30px 15px;
        margin: 10px 0;
    }
    .century2-list li {
        flex: none;
        width: 33%;
        margin: 10px 0;
    }
    .century2-img {
        display: none;
    }
    .mt {
        margin-bottom: 30px;
    }
    .below {
        margin: 0;
    }
    .below-l {
        width: 100%;
        height: auto;
        background: rgba(0, 91, 172, 1);
    }
    .below-l h3 {
        font-size: 22px;
        color: #fff;
        text-align: center;
        margin-bottom: 10px;
    }
    .below-l p {
        font-size: 16px;
        color: #fff;
        text-align: center;
    }
    .below-r {
        width: 100%;
        background: none;
    }
    .below-r ul {
        justify-content: space-between;
    }
    .below-r ul li {
        padding: 15px 10px;
        width: 100%;
        height: auto;
    }
    .below-r ul li h3 {
        font-size: 20px;
    }
    .VIP-list li:nth-child(2) {
        border-right: none !important;
    }
    .VIP-list li:nth-child(3) {
        border-bottom: none !important;
    }
    .VIP {
        padding: 30px 0;
    }
    .VIP-list li {
        width: 50%;
        padding: 15px;
        border-bottom: #e5e5e5 1px solid;
        height: 200px;
    }
    .century {
        margin-top: 40px;
    }
    .VIP-list li div {
        width: 50px;
        height: 50px;
    }
    .century2-list li:nth-child(2n) {
        display: none;
    }
    .VIP-list li h3 {
        margin-top: 20px;
        font-size: 16px;
        font-weight: 500;
        line-height: 1.2;
    }
    .century2-list li>div {
        width: 50%;
    }
    .century2-list li p {
        margin-top: 10px;
        font-size: 14px;
    }
    .ment ul li h1 {
        font-size: 50px;
        text-align: center;
    }
    .century1-list li h3 {
        color: #fff;
        font-size: 22px;
        margin-bottom: 10px;
    }
    .century1-list li span {
        color: #fff;
        border-color: #fff;
    }
    .century1-list li>div>div {
        color: #fff;
    }
    .century-r>div {
        width: 100%;
        margin: 0;
    }
    .quality1>div {
        width: 100% !important;
        flex: none;
    }
    .quality1-r div {
        width: 100%;
        margin: 0;
        padding: 15px 10px;
    }
    .quality1-r p {
        margin-top: 20px;
    }
    .come1 .come-t {
        flex-direction: column-reverse;
    }
    .about3-list .about3-img {
        height: 100px;
    }
    .come-t h1 {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
        font-size: 48px;
    }
    .come-t div h3 {
        font-size: 18px;
        text-align: center;
    }
    .come-t div p {
        text-align: center;
    }
    .come-list li {
        /*flex-basis: calc(100% / 2);*/
        /*width: calc(100% / 2);*/
        flex-basis: calc(100% / 1);
        width: calc(100% / 1);
        margin-bottom: 20px;
    }
    .come1 .come-t div {
        text-align: center;
        padding: 0;
    }
    .come-img {
        padding: 10px;
        margin: 0;
    }
    .come {
        padding: 30px 0;
    }
    .come-list {
        margin-bottom: 10px;
    }
    .come1 {
        padding: 30px 0;
    }
    .quality-slide {
        padding: 0;
    }
    .rd2 .swiper-slide p {
        font-size: 12px;
    }
    .manu-list li>div>div {
        width: 100%;
    }
    .manu-list li .rf-rs>div {
        margin: 0;
    }
    .manu-list li {
        margin-bottom: 30px;
    }
    .of-list li {
        width: 100%;
        margin: 10px 0;
    }
    .Area-c>div {
        flex: none;
    }
    .Area-c {
        flex-wrap: wrap;
    }
    .Area-l>div {
        width: 100%;
        margin: 0;
    }
    .Area-l {
        padding: 10px;
    }
    .tab-list span {
        line-height: 40px;
    }
    .Area-l a {
        width: 130px;
        font-size: 14px;
        margin-top: 10px;
        display: inline-block;
    }
    .of-list li h3 {
        font-size: 18px;
        margin: 20px 0 10px 0;
    }
    .of-list li p {
        font-size: 14px;
        line-height: 1.2;
    }
    .rd .title {
        font-size: 20px;
    }
    .rd .title p {
        font-size: 16px;
    }
    .rd-list li:nth-child(2n) {
        display: none;
    }
    .rd-list li {
        padding: 10px;
        margin: 0;
        flex: none;
        width: 33.3%;
    }
    .tab-list {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .tab-list .on::after {
        display: none;
    }
    .Than-t {
        padding-top: 30px;
        flex-wrap: wrap;
    }
    .Than-t span {
        flex: none;
        width: 50%;
        margin: 10px 0;
    }
    .Than-slide {
        margin-top: 40px;
        padding-bottom: 50px;
    }
    .Than-t span strong {
        font-size: 28px;
    }
    .tab-list span {
        font-size: 13px;
        width: 32%;
        margin: 0;
        margin: 10px 0;
    }
    .rd-cont li>div>div {
        width: 100%;
    }
    .rd-cont li>div {
        flex-wrap: wrap;
    }
    .rf-rs>div {
        width: 100%;
    }
    .rf-rs h1 {
        font-size: 32px;
        margin: 10px 0;
    }
    .rf-rs h3 {
        font-size: 18px;
    }
    .rf-rs p {
        margin-top: 20px;
    }
    .rd-list {
        margin: 20px 0;
    }
    .rd-list li div img {
        width: 80px;
        height: 80px;
    }
    .Brand {
        padding: 30px 0;
    }
    .Brand-l {
        width: 100%;
    }
    .Brand-r {
        flex: none;
        padding: 0;
    }
    .Brand-r li p {
        font-size: 14px;
    }
    .Brand-r li h4 {
        font-size: 24px;
    }
    .Main-list li {
        width: 100%;
        margin: 10px;
    }
    .Main-list li>div img {
        width: 40px;
        height: 40px;
    }
    .Main-list li>div h4 {
        font-size: 24px;
    }
    .Main-list li:nth-child(1) {
        margin-top: 0;
    }
    .Brand-l h3 {
        font-size: 22px;
        border: none;
        text-align: center;
    }
    .Solution-t h3 {
        font-size: 22px;
    }
    .Solar-l {
        width: 100%;
        margin-bottom: 30px;
        padding: 0;
    }
    .Solar-r {
        width: 100%;
    }
    .Solar-l h3 {
        font-size: 20px;
    }
    .ted-title {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .ted .swiper-slide>div h3 {
        font-size: 16px;
    }
    .ted .details-a {
        justify-content: space-evenly;
        margin: 20px 0 30px 0;
    }
    .title p {
        line-height: 1.5;
    }
    .enhance-slide .swiper-slide>div {
        width: 100%;
    }
    .enhance-r>div {
        margin: 10px auto;
        width: 95%;
    }
    .enhance-r>div h3 a {
        font-size: 18px;
    }
    .enhance-slide .swiper-slide>div p {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 20px;
    }
    .white {
        font-size: 14px;
    }
    .ted .details-a a {
        width: 120px;
        font-size: 12px;
        margin: 0 0px;
    }
    .Solution-t span {
        height: 3px;
        margin: 15px 0;
    }
    .Solution-t p {
        line-height: 1.6;
    }
    .Solution-one li>div {
        padding: 10px;
    }
    .Solution-one li>div>div {
        flex: auto;
        max-width: 100%;
        width: 100%;
        padding: 0;
    }
    .Solution-one li>div>div h3 {
        font-size: 18px;
    }
    .Solution-one li>div>div p {
        font-size: 14px;
        margin-top: 5px;
    }
    .Solution-one li img {
        min-height: 200px;
        object-fit: cover;
    }
    .Solution-one li>div>a {
        width: 110px;
        padding: 5px;
        background: #00abeb;
        color: #fff;
    }
    .Solution-two li {
        width: 100%;
        margin-bottom: 10px;
    }
    .details-one>div {
        width: 100%;
        padding: 0;
    }
    .details-r {
        margin-top: 30px;
    }
    .details-r h3 {
        font-size: 20px;
    }
    .details-two {
        overflow: auto;
        overflow: hidden;
        display: none;
    }
    .details-two a {
        flex: auto;
        width: 180px;
        max-width: 180px;
        max-height: 100%;
        position: relative;
        line-height: 50px;
        text-align: center;
        color: rgba(43, 44, 47, 1);
        font-size: 16px;
    }
    .cont {
        margin-top: 0px;
    }
    .cont-title {
        font-size: 20px;
        margin-bottom: 25px;
    }
    .Curve {
        flex-wrap: wrap;
    }
    .Curve>div {
        width: 100%;
        margin-bottom: 10px;
    }
    .Application-list li {
        width: 100%;
    }
    .cont .cp .bs {
        margin: 15px 0;
    }
    .cp .product-text {
        margin: 0;
    }
    .product-text {
        min-height: 85px;
    }
    .Inquiry-list>div {
        width: 100%;
    }
    .cont .bs {
        margin: 30px 0;
    }
    .Application-p {
        font-size: 14px;
        line-height: 1.5;
    }
    .product-c>div {
        width: 100%;
    }
    .product-ls {
        margin-bottom: 30px;
    }
    .select-list {
        width: 48%;
        margin: 10px 0;
    }
    .product-one {
        padding: 15px 0;
    }
    .product-ls.product-b {
        display: none;
    }
    .product-list li {
        width: 50%;
        padding: 0 5px 10px 5px;
    }
    .product-list li h3 {
        font-size: 16px;
    }
    .product-a a {
        font-size: 14px;
    }
    .title.t1 {
        font-size: 20px;
    }
    .Customers-list li {
        width: 100%;
        margin: 10px;
    }
    .product-one>li>a {
        line-height: 40px;
    }
    .product-list li>div {
        padding: 0 10px 15px 10px;
    }
    .product-ls h3 {
        font-size: 18px;
        padding: 20px;
    }
    .nav-m {
        display: none;
    }
    nav {
        justify-content: space-between;
        padding: 0 10px;
    }
    .nav-r {
        width: auto;
        flex: none;
        padding: 20px 0;
    }
    .top {
        display: none;
    }
    nav {
        position: relative;
    }
    .nav-m {
        position: absolute;
        left: 0;
        top: 100%;
        height: 100vh;
        width: 100%;
        z-index: 99;
        /*background: #fff;*/
        border-top: 1px solid #f2f2f2;
        background: rgba(000, 000, 000, .6);
    }
    .nav-list {
        background: #fff;
    }
    .nav-list>li {
        width: 100%;
    }
    .nav-list {
        flex-wrap: wrap;
    }
    .nav-list>li>a {
        line-height: 45px;
        text-align: left;
        padding: 0 20px;
    }
    .nav-list>li::after {
        display: none;
    }
    .nav-list>li>span {
        width: 45px;
        height: 45px;
        position: absolute;
        top: 0;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        z-index: 78;
    }
    .nav-list>li>span svg {
        width: 25px;
        height: 125px;
        fill: #333;
    }
    .nav-two {
        width: 100%;
        background: none;
        color: #333;
        position: static;
        padding: 0;
    }
    .nav-two>li {
        padding: 0 20px;
    }
    .nav-two>li>a {
        line-height: 45px;
        color: #333;
    }
    .nav-two>li>span {
        width: 45px;
        height: 45px;
        right: 0;
        overflow: hidden;
    }
    .nav-two>li>span svg {
        fill: #333;
        width: 25px;
        height: 25px;
    }
    .nav-three {
        position: static;
        width: 100%;
        padding: 0;
        background: none;
    }
    .nav-three li a {
        color: #333;
        padding: 0 30px;
    }
    .title {
        line-height: 1.5;
        font-size: 22px;
        margin-top: 30px;
    }
    .Solutions-list li {
        width: 50%;
    }
    .Solutions-list li>div>div>img {
        width: 40px;
    }
    .Solutions-list li h3 {
        font-size: 18px;
        line-height: 1.5;
    }
    .sol-a {
        min-height: 130px;
    }
    .Solutions-list li>div>div>div img {
        width: 40px;
    }
    .Solutions-list li>div {
        display: block;
        padding-top: 100px;
    }
    .pump .swiper-pagination {
        display: none;
    }
    .pump .swiper-button-next::after {
        font-size: 20px;
    }
    .pump .swiper-button-prev::after {
        font-size: 20px;
    }
    .Global-l {
        width: 100%;
        margin-bottom: 20px;
    }
    /* .Global-c{
        padding: 0 10px;
    } */
    .Global-l h3 {
        font-size: 20px;
    }
    .Global-l p {
        line-height: 1.5;
        margin-top: 10px;
        margin-bottom: 20px;
        font-size: 15px;
    }
    .Global-r {
        width: 100%;
        padding: 0;
    }
    .Global-r ul li h3 {
        font-size: 26px;
    }
    .Global-r ul li {
        width: 50%;
        padding-right: 20px;
        flex: none;
        margin: 20px 0;
    }
    .Global-r ul:nth-child(1) li:nth-child(3) {
        display: none;
    }
    .Global-r ul:nth-child(2) {
        margin-top: 0;
    }
    .Global-r ul li>div>div>span {
        line-height: normal;
        font-size: 16px !important;
    }
    .Global-r ul li h3 span {
        top: -5px;
    }
    .Global-r ul li p {
        font-size: 14px;
    }
    .Global-r ul li:nth-child(4) {
        margin-top: 30px;
    }
    .Global-r ul li:nth-child(5) {
        margin-top: 30px;
    }
    .Global-r ul li:nth-child(6) {
        margin-top: 30px;
    }
    .Global {
        padding: 50px 0;
    }
    .abt-l {
        width: 100%;
    }
    .abt-r {
        width: 100%;
    }
    .abt-l ul {
        width: 100%;
        margin-left: auto;
    }
    .abt-c {
        padding: 0 10px;
    }
    .abt-l ul li img {
        width: 46px;
    }
    .abt-l ul li h3 {
        font-size: 26px;
    }
    .abt-l ul li span {
        font-size: 18px;
    }
    .abt-l ul li p {
        font-size: 15px;
    }
    .Why .swiper-pagination {
        display: none;
    }
    .abt-l ul {
        margin-bottom: 20px;
    }
    .why-text h3 {
        font-size: 18px;
        padding-bottom: 10px;
    }
    .text-p {
        margin: 10px 0 20px 0;
    }
    .text-p p {
        font-size: 12px;
        line-height: 1.4;
    }
    .Why-a a {
        font-size: 14px;
        padding: 5px 5px;
        max-width: 100px;
    }
    .why-text {
        transform: translateY(0);
        top: 10px;
    }
    .why-text>div {
        transform: translateY(0);
    }
    .why-text>div {
        top: 20px;
    }
    .Why .swiper-slide img {
        min-height: 250px;
        object-fit: cover;
    }
    .Cases .swiper-wrapper {
        margin: 0;
    }
    .Cases-l {
        width: 100% !important;
    }
    .Cases-r {
        width: 100% !important;
        padding: 20px !important;
    }
    .Cases-r h3 a {
        font-size: 18px;
    }
    .Cases-r p {
        margin: 10px 0 20px 0;
    }
    .Cases-r>a {
        max-width: 120px;
        padding: 5px 8px;
    }
    .Cases .swiper-button-prev {
        left: 10px;
        color: #333;
        width: 50px;
        height: 50px;
        background: #fff;
        border-radius: 50px;
        text-align: center;
        line-height: 50px;
    }
    .Cases .swiper-button-next {
        right: 10px;
        color: #333;
        width: 50px;
        height: 50px;
        background: #fff;
        border-radius: 50px;
        text-align: center;
        line-height: 50px;
    }
    .Cases .swiper-button-prev:after {
        font-size: 20px;
    }
    .Cases .swiper-button-next:after {
        font-size: 20px;
    }
    .lt-list li {
        width: 50%;
    }
    .lt-list li {
        padding: 5px;
    }
    .Discover-c>div {
        width: 100%;
    }
    /* .Discover-c{
        padding: 0 10px;
    } */
    .Discover-po p {
        font-size: 16px;
    }
    .Discover-po h3 {
        font-size: 14px;
    }
    .Discover {
        margin-bottom: 30px;
    }
    .btt5 {
        font-size: 22px;
    }
    .max {
        padding: 0 10px;
    }
    .nes-r h3 {
        font-size: 16px;
    }
    .Rest {
        padding: 30px 0;
    }
    .Rest-t h3 {
        font-size: 20px;
    }
    .Rest-t p {
        font-size: 16px;
        margin: 10px 0 20px 0;
    }
    .Rest-list li {
        margin: 10px 15px 10px 0;
        padding: 8px;
    }
    .foot-one li {
        width: 50%;
        margin: 5px 0;
    }
    .foot-two {
        justify-content: center;
    }
    .one-text {
        margin-left: 15px;
    }
    footer {
        padding-top: 30px;
    }
    .one-img {
        width: 40px;
    }
    .one-text h3 {
        font-size: 16px;
    }
    .one-text p {
        font-size: 14px;
    }
    .foot-img {
        max-width: 200px;
        margin-bottom: 10px;
    }
    .foot-two>div {
        max-width: 90%;
    }
    .foot-two>div img {
        display: block;
        width: 100%;
    }
    .hr {
        margin: 20px 0;
    }
    .foot-l {
        flex: 0 0 100%;
        margin-bottom: 20px;
    }
    .foot-l h5 {
        line-height: 1.5;
    }
    .foot-l h3 {
        font-size: 20px;
        line-height: 1.5;
    }
    .foot-add {
        padding: 20px 0;
    }
    .foot-add p {
        font-size: 14px;
        line-height: 25px;
    }
    .foot-nav li {
        width: 33.3%;
        flex: none;
    }
    .foot-nav li:nth-child(1) {
        width: 66.6%;
        display: flex;
        flex-wrap: wrap;
    }
    .foot-nav li:nth-child(1)>div {
        width: 50%;
        margin: 0 !important;
    }
    .foot-b {
        padding-bottom: 20px;
        text-align: center;
    }
    .cont>div {
        padding: 40px 0;
    }
}

.Solar-cont p {
    font-size: 16px;
    color: #333333;
    line-height: 2;
}

.Solar-cont img {
    max-width: 100% !important;
    height: auto !important;
}

.news-cont p {
    font-size: 16px;
    color: #2B2C2F;
    line-height: 2;
}

.news-cont img {
    max-width: 100% !important;
}

.sj-cont p {
    font-size: 16px;
    color: #333333;
    line-height: 2;
}

.sj-cont img {
    max-width: 100%;
}


/* 弹窗样式 */

#cookieConsent {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}


/* 弹窗内容样式 */

.contentss {
    width: 60%;
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    margin-top: 15%;
}


/* 同意按钮样式 */

.consent-button {
    background-color: #156db9;
    color: white;
    border: none;
    padding: 7px 20px;
    border-radius: 5px;
    cursor: pointer;
}

.contentss p {
    line-height: 30px;
    margin-bottom: 20px;
}

.contentss h1 {
    font-size: 26px;
}