.index3 {
    padding: 70px 0 40px;
    background:#F9F9F9;
}
.index3 + .index3 {
    padding-top: 20px;
}
.index3 .wrapperb .itema {
    position: relative;
}
.index3 .wrapperb .itema .swiper {
    padding: 30px 10px;
    margin: 0 3%;
}
.index3 .wrapperb .title {
    position: relative;
    margin-bottom: 30px;
}
.index3 .wrapperb .title h2 {
    font-size: 36px;
    color: #1B5484;
    font-weight: bold;
}
.index3 .wrapperb .title a {
    position: absolute;
    top: 11px;
    right: 60px; 
    color: #43AF38;
    font-size: 18px;
}
.index3 .wrapperb .title a:hover {
    color: #323232;
}
.index3 .itema .list {
    padding: 30px 12.8%;
    box-shadow: 0 2px 10px 0 #ddd;
    border-radius: 8px;
    text-align: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.index3 .itema .list:hover {
    box-shadow: 0 2px 10px 0 #8a8a8a;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.index3 .itema .list .toptitle {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 10px 0 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #E4E4E4;
    height: 60px;
}
.index3 .itema .list .toptitle h2 {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.index3 .itema .list .img img {
    max-width: 250px;
    width: 100%;
}

.index1 {
    width: 1200px;
    margin: 50px auto;
}
.index1 .right {
    width: 439px;
}
.index1 .left {
    width: 760px;
}
.index1 .left .owl-carousel {
    width: calc( 100vw - ( ( 100vw - 302px ) / 2 ));
}
.index1 .right .title .top {
    margin-bottom: 35px;
    font-size: 36px;
    color: #1B5484;
    font-weight: bold;
}
.index1 .right .p {
    color: #5E5E5E;
    font-size: 16px;
    line-height: 28px;
    padding-right: 60px;
}
.index1 .right .morelink {
    display: none;
}
.index1 .right .morelink .more:hover {
    background: #00B8EE;
}
.index1 .right .morelink .more {
    display: inline-block;
    padding: 12px 24px;
    background: #1D5586;
    color: #fff;
    font-size: 20px;
    border-radius: 4px;
    margin-top: 50px;
}
.index1 .right .morelink .more .EFfx{
    margin-left: 4px;
    display: inline-block;
    transition: transform 0.25s linear;
}
.index1 .right .morelink .more:hover .EFfx{
    transform: translateX(2px);
    -webkit-animation: btnArrowEffect1 ease-out .3s;
    animation: btnArrowEffect1 ease-out .3s;
}
.index1 .left .owl-controls {
    margin-bottom: 8px;
}
.index1 .left .owl-controls .owl-prev, .index1 .left .owl-controls .owl-next {
    width: 20px;
    text-align: center;
    cursor: pointer;
}
.index1 .left .owl-carousel .item .img {
    border-radius: 6px;
    overflow: hidden;
}
.index1 .left .owl-carousel .item .plist {
    margin-top: 16px;
}
.index1 .left .owl-carousel .item .plist h2 {
    font-size: 16px;
    font-weight: bold;
    color: #1D5586;
    margin-bottom: 10px;
}
.index1 .left .owl-carousel .item .plist .p p {
    color: #151417;
    font-weight: bold;
    line-height: 22px;
    margin-bottom: 6px;
}
.index1 .left .owl-carousel .item .plist .a {
    font-size: 18px;
    margin-top: 20px;
    color: #1D5586;
    display: none;
}
.index1 .left .owl-carousel .item .plist .a .EFfx {
    margin-left: 4px;
    display: inline-block;
    transition: transform 0.25s linear;
}
.index1 .left .owl-carousel .item .plist .a:hover .EFfx {
    transform: translateX(2px);
    -webkit-animation: btnArrowEffect1 ease-out .3s;
    animation: btnArrowEffect1 ease-out .3s;
}
.index1 .left .owl-carousel .item .plist .a:hover {
    color: #00B8EE;
}
.index_wcu {
    background: #F9F9F9;
    padding: 80px 0;
    margin: 70px 0;
}
.index_wcu .left {
    width: 520px;
}
.index_wcu .right {
    width: 580px;
}
.index_wcu .left h3 {
    font-size: 36px;
    color: #1B5484;
    font-weight: bold;
    margin-bottom: 26px;
}
.index_wcu .left h2 {
    font-size: 28px;
    margin-bottom: 20px;
}
.index_wcu .left .p {
    font-size: 16px;
    line-height: 24px;
    color: #111;
}
.index_wcu .left .a.flexa-container {
    margin-top: 50px;
}
.index_wcu .left .a .more {
    display: inline-block;
    padding: 13px 24px;
    background: #1D5586;
    color: #fff;
    font-size: 18px;
    border-radius: 4px;
}
.index_wcu .left .a .more:hover {
    background: #00B8EE;
}
.index_wcu .left .a .more .EFfx{
    margin-left: 4px;
    display: inline-block;
    transition: transform 0.25s linear;
}
.index_wcu .left .a .more:hover .EFfx {
    transform: translateX(2px);
    -webkit-animation: btnArrowEffect1 ease-out .3s;
    animation: btnArrowEffect1 ease-out .3s;
}
.index_wcu .left .a img {
    height: 47px;
    margin-top: auto;
    margin-left: 20px;
}
.index_wcu .right img {
    width: 100%;
}

.index_series {
    margin: 70px 0;
}
.index_series .wrapper {
    width: 1220px;
}
.index_series .swiper {
    padding: 15px 10px 10px;
}
.index_series .title h2 {
    font-size: 36px;
    color: #1B5484;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
}
.index_series .swiper-slide a {
    display: block;
    padding: 6px;
    box-shadow: 0 0 6px 0 #8a8a8a;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 2px;
}
.index_series .swiper-slide a:hover {
    box-shadow: 0 4px 12px -2px #a2a2a2;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.index_series .swiper-slide a img {
    width: 100%;
    height: 216px;
    object-fit: cover;
}
.index_series .swiper-slide a h2 {
    padding: 18px 8px 14px;
    line-height: 22px;
    text-align: center;
    font-size: 16px;
    height: 47px;
}
.index_series .swiper-slide a h2 span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.index_partner {
    margin: 70px 0;
    background: #F0F3F8;
    padding: 70px 0;
}
.index_partner .title h2 {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 50px;
    color: #1B5484;
}
.index_partner .com {
}
.index_partner .com .list {
}
.index_partner .com .list .swiper {
    padding: 10px 20px;
}
.index_partner .com .list .swiper .swiper-slide img {
    width: 100%;
    box-shadow: 0 0 12px 0 #ddd;
    border-radius: 8px;
}
.index_partner .com .list .swiper .swiper-slide:hover img {
    box-shadow: 0 4px 12px 0 #ddd;
}
.index_partner .com .list .swiper .swiper-slide a {
    display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.index_partner .com .list .swiper .swiper-slide a:hover {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}



/* Accordion styles */
.index_faqs {
    margin: 70px 0px;
}
.index_faqs .left {
    width: 500px;
}
.index_faqs .right {
    width: 600px;
}
.index_faqs .right .tabs {
    /*border-radius: 8px;*/
    overflow: hidden;
    /*box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);*/
}

.index_faqs .right .tab {
    width: 100%;
    color: white;
    overflow: hidden;
    margin-bottom: 16px;
}
.index_faqs .right .tab-label {
    display: flex;
    justify-content: space-between;
    padding: 22px 22px;
    background: #F4F4F4;
    cursor: pointer;
    border-radius: 8px;
    color: #303030;
}
.index_faqs .right .tab-label:hover {
    background: #1D5586;
    color: #fff;
    font-weight: bold;
}
.index_faqs .right .tab-label::after {
    content: "+";
    width: 16px;
    height: 16px;
    text-align: center;
    transition: all 0.35s;
    font-size: 16px;
}
.index_faqs .right .tab-content {
    max-height: 0;
    padding: 0 24px;
    color: #2c3e50;
    background: white;
    transition: all 0.35s;
}
.index_faqs .right .tab-close {
    display: flex;
    justify-content: flex-end;
    padding: 1em;
    font-size: 0.75em;
    background: #2c3e50;
    cursor: pointer;
}
.index_faqs .right .tab-close:hover {
    background: #1a252f;
}

.index_faqs .right input:checked + .tab-label {
    background: #1D5586;
    color: #fff;
    font-weight: bold;
}
.index_faqs .right input:checked + .tab-label::after {
    transform: rotate(50deg);
}
.index_faqs .right input:checked ~ .tab-content {
    max-height: 100vh;
    padding: 20px 24px 25px;
}
.index_faqs .right input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}
.index_faqs .left h3 {
    font-size: 18px;
    margin-bottom: 20px;
    color: #1D5586;
    text-shadow: 0 0px 1px #1D5586;
}
.index_faqs .left h2 {
    font-size: 34px;
    color: #1D5586;
    text-shadow: 0 0px 1px #1D5586;
    margin-bottom: 30px;
}
.index_faqs .left .p {
    line-height: 24px;
    color: #111;
}
.index_faqs .left .p p{
    font-size: 16px;
}
.index_faqs .left .a .more{
    display: inline-block;
    padding: 13px 24px;
    background: #1D5586;
    color: #fff;
    font-size: 18px;
    border-radius: 4px;
    margin-right: 26px;
}
.index_faqs .left .a .more:hover {
    background: #00B8EE;
}
.index_faqs .left .a .more .EFfx {
    margin-left: 4px;
    display: inline-block;
    transition: transform 0.25s linear;
}
.index_faqs .left .a .more:hover .EFfx {
    transform: translateX(2px);
    -webkit-animation: btnArrowEffect1 ease-out .3s;
    animation: btnArrowEffect1 ease-out .3s;
}
.index_faqs .left .a {
    margin-top: 54px;
}
.index_faqs .left .a div a {
    font-size: 17px;
    color: #3a3939;
}
.index_faqs .left .a div a:hover{
    color: #1B5585;
}
.index_faqs .left .a div a .EFfx.eefx-youxiang {
    font-size: 22px;
    margin-right: 6px;
    color: #1B5585;
    vertical-align: middle;
}
.index_faqs .left .a div a span {
    vertical-align: middle;
}


.index_raq {
    padding: 70px 0;
    margin: 70px 0;
    background-color: #1D5586;
    background-image: url("../images/Request-a-Quote.png");
    background-repeat: no-repeat;
    background-size: contain;
    color: #fff;
    background-position: center center;
}
.index_raq .left {
    width: 560px;
}
.index_raq a{color: #fff;}
.index_raq .title h2 {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 50px;
}
.index_raq .left h3 {
    font-size: 18px;
    margin-bottom: 14px;
}
.index_raq .left h2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 20px;
    margin-right: 100px;
}
.index_raq .left .p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
    margin-right: 150px;
}
.index_raq .left .list .li {
    padding: 3px 0px;
    font-size: 16px;
    line-height: 24px;
}
.index_raq .left .list .li p {
    margin-left: 10px;
}
.index_raq .left .more {
    margin-top: 20px;
}
.index_raq .left .more .mores {
    display: inline-block;
    padding: 13px 24px;
    background: #00B8EE;
    color: #fff;
    font-size: 18px;
    border-radius: 4px;
    margin-right: 26px;
}
.index_raq .left .more .mores:hover {
    background: #11497A;
}
.index_raq .left .more .mores:hover .EFfx {
    transform: translateX(2px);
    -webkit-animation: btnArrowEffect1 ease-out .3s;
    animation: btnArrowEffect1 ease-out .3s;
}
.index_raq .left .more .mores .EFfx {
    margin-left: 4px;
    display: inline-block;
    transition: transform 0.25s linear;
}
.index_raq .left .more .ls {
    display: block;
    width: 2px;
    height: 44px;
    background: #97CFFE;
    margin-right: 24px;
}
.index_raq .left .more .moresWhatApp {
    font-size: 17px;
    color: #7EB4E3;
}

.index_raq .left .mailss {
    margin-top: 32px;
}
.index_raq .left .mailss .titlemail {
    font-size: 17px;
    color: #7EB4E3;
    margin-bottom: 6px;
}
.index_raq .left .mailss .tomail {
    font-size: 17px;
}
.index_raq .right {
    width: 490px;
    background: #fff;
    color: #111;
    padding: 50px;
    border-radius: 8px;
}
.index_raq .right h4 {
    font-size: 20px;
    margin-bottom: 10px;
}
.index_raq .right .p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}
.index_raq .right .form .list label {
    font-size: 16px;
    margin-bottom: 8px;
    display: block;
    margin-top: 15px;
    color: #101010;
}
.index_raq .right .form .list .item {
    width: 48%;
}
.index_raq .right .form .list input {
    border: 2px solid #F4F4F4;
    height: 36px;
    width: calc(100% - 10px);
    border-radius: 4px;
    padding: 0 5px;
}
.index_raq .right .form .list label span {
    color: red;
    margin-left: 2px;
}
.index_raq .right .form .list textarea {
    font-family: arial;
    width: calc(100% - 10px);
    height: 100px;
    padding: 5px;
    border: 2px solid #F4F4F4;
    border-radius: 4px;
}
.index_raq .right .form .list.item.verify_status img {
    width: 126px;
    margin-left: 18px;
}
.index_raq .right .form .tip {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 16px;
}
.index_raq .right .form .tip p {
    font-size: 16px;
}
.index_raq .right .form .btnwei #Inquiryb {
    background: #1D5586;
    color: #fff;
    border: none;
    padding: 12px 28px;
    border-radius: 6px;
    font-weight: bold;
    font-size: 16px;
    font-family: arial;
}
.index_raq .right .form .btnwei #Inquiryb:hover{
    background: #00B8EE;
}


.News {
    margin: 70px 0 50px;
}
.News .title h3 {
    font-size: 16px;
    margin-bottom: 3px;
    color: #1D5586;
}
.News .title h2 {
    font-size: 36px;
    margin-bottom: 30px;
    color: #1D5586;
    font-weight: bold;
}
.News .content .item .right {
    width: 240px;
}
.News .content .item .right .date {
    font-size: 17px;
    color: #1D5586;
    margin-bottom: 8px;
    display: block;
}
.News .content .item .right h2 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.3;
    height: 102px;
}
.News .content .item .right h2 span {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.News .content .item .right .more {
    font-size: 17px;
}
.News .content .item .right .more .EFfx {
    margin-left: 4px;
    display: inline-block;
    transition: transform 0.25s linear;
}
.News .content .item .right .more:hover .EFfx {
    transform: translateX(2px);
    -webkit-animation: btnArrowEffect1 ease-out .3s;
    animation: btnArrowEffect1 ease-out .3s;
}
.News .content {
    position: relative;
}

.News .content .swiper-pagination {
    position: unset;
    width: auto;
}
.News .content .topadd {
    margin-top: 50px;
}
.News .content .topadd .swiper-button-nexta, .News .content .topadd .swiper-button-preva {
    width: 34px;
    text-align: center;
    height: 34px;
    line-height: 34px;
    border: 1px solid #9B9B9B;
    border-radius: 50%;
    margin: 0 10px;
    color: #9B9B9B;
}
.News .content .topadd .swiper-pagination-current, .News .content .topadd .swiper-pagination-total {
    width: 34px;
    text-align: center;
    height: 34px;
    line-height: 34px;
    border: 1px solid #9B9B9B;
    border-radius: 50%;
    margin: 0 10px;
    color: #9B9B9B;
    display: inline-block;
}
.News .content .topadd .swiper-pagination-current{
    border: 1px solid #1D5586;
    color: #fff;
    background: #1D5586;
}
.News .content .topadd .swiper-button-nexta:hover, .News .content .topadd .swiper-button-preva:hover {
    border: 1px solid #1D5586;
    color: #fff;
    background: #1D5586;
}
.News .content .topadd .swiper-button-nexta.swiper-button-disabled, .News .content .topadd .swiper-button-preva.swiper-button-disabled{
    opacity: 0;
}
.News .content .swiper-pagination .fass {
    font-size: 25px;
    color: #9B9B9B;
}
.sharess {
    margin: 60px 0;
}
.sharess .img .i {
    height: 38px;
    background: url("../images/ffxicon2.png") no-repeat 0 center;
    padding-left: 38px;
    line-height: 24px;
    font-size: 17px;
    margin-right: 20px;
}






.oimg{
    /*overflow: hidden;*/
}
.oimg img{
    transition: all 0.3s;
    display: block;
}
.oimg img:hover{
    transform: scale(1.1);
}


