* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.main {
    max-width: 1620px !important;
    margin: 0 auto !important;
    padding: 0px 10px;
}

.main_880 {
    max-width: 900px !important;
    margin: 0 auto !important;
    padding: 0px 10px;
}

body,
html {
    width: 100%;
    height: 100%;
}

.banner_swp .swiper-slide {
    height: calc(100vh - 110px);
}

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

.banner_swp .swiper-slide .item {
    /* display: flex; flex-direction: column; justify-content: center; */
    color: #fff;
}

.banner_swp .swiper-slide .text h3 {
    background: #2c5a99;
    padding: 14px 0px;
    font-size: 40px;
    font-weight: bold;
}

.banner_swp .swiper-slide .text h3 strong {
    font-weight: bold;
    color: #00a0e9;
    /* margin-right: 30px; */
}

.banner_swp .swiper-slide .text p {
    font-size: 35px;
    color: #ffffff;
    font-weight: bold;
    position: absolute;
    bottom: 120px;
    right: 50px;
    text-shadow: rgba(0, 0, 0, 0.5) 2px 2px 4px
}

.banner_swp .banner_pag {
    right: 10px !important;
    width: 50px;
    left: inherit;
    top: 0px;
    bottom: inherit;
    position: absolute;
    text-align: center;
    z-index: 10;
    height: calc(100vh - 110px);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.banner_swp .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    display: block;
    background: #fff;
    border-radius: 50%;
    margin: 5px 0px !important;
    outline: none;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.banner_swp .swiper-pagination-bullet-active {
    background: #fff;
    height: 40px;
    border-radius: 10px;
}



/* 按钮 */
.m_link {
    height: 55px;
    display: inline-block;
    padding: 0px 40px;
    line-height: 55px;
    color: #fff;
    font-size: 14px;
    position: relative;
    z-index: 8;
    text-align: center;
    margin-left: 40px;
    cursor: pointer;
}

.m_link em {
    content: '';
    position: absolute;
    width: 65px;
    height: 1px;
    background: #fff;
    top: 50%;
    left: -40px;
    z-index: 8;
    overflow: hidden;
}

.m_link:before {
    content: '';
    background: #fff;
    width: 5px;
    height: 5px;
    position: absolute;
    left: 25px;
    top: 50%;
    border-radius: 50%;
    z-index: 9;
    margin-top: -2px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
}

.m_link span {
    position: relative;
    z-index: 9;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
}

.m_link i {
    width: 100%;
    border: 1px solid #fff;
    height: 100%;
    border-radius: 60px;
    position: absolute;
    left: 0px;
    top: 0px;
    overflow: hidden;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
}

.m_link:hover i {
    background: #03a0e3;
    border: 1px solid #03a0e3;
}

.m_link:hover span {
    color: #fff;
    margin-left: 12px;
}

.m_link:hover:after {
    background: #fff;
}

.m_link em:before {
    content: '';
    background: #fff;
    right: 65px;
    top: 0px;
    width: 25px;
    position: absolute;
    height: 1px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
}

.m_link em:after {
    content: '';
    background: #03a0e3;
    right: 90px;
    top: 0px;
    width: 40px;
    position: absolute;
    height: 1px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
}

.m_link:hover:before {
    background: #fff;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.m_link:hover em:before {
    right: 0px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.m_link:hover em:after {
    right: 25px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}


/* 按钮 */
.m_link1 {
    height: 55px;
    display: inline-block;
    padding: 0px 40px;
    line-height: 55px;
    color: #fff;
    font-size: 14px;
    position: relative;
    z-index: 8;
    text-align: center;
    margin-left: 40px;
    cursor: pointer;
}

.m_link1 em {
    content: '';
    position: absolute;
    width: 65px;
    height: 1px;
    background: #03a0e3;
    top: 50%;
    left: -40px;
    z-index: 8;
    overflow: hidden;
}

.m_link1:before {
    content: '';
    background: #03a0e3;
    width: 5px;
    height: 5px;
    position: absolute;
    left: 25px;
    top: 50%;
    border-radius: 50%;
    z-index: 9;
    margin-top: -2px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
}

.m_link1 span {
    position: relative;
    z-index: 9;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    color: #03a0e3;
}

.m_link1 i {
    width: 100%;
    border: 1px solid #03a0e3;
    height: 100%;
    border-radius: 60px;
    position: absolute;
    left: 0px;
    top: 0px;
    overflow: hidden;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
}

.m_link1:hover i {
    background: #03a0e3;
    border: 1px solid #03a0e3;
}

.m_link1:hover span {
    color: #fff;
    margin-left: 12px;
}

.m_link1:hover:after {
    background: #fff;
}

.m_link1 em:before {
    content: '';
    background: #fff;
    right: 65px;
    top: 0px;
    width: 25px;
    position: absolute;
    height: 1px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
}

.m_link1 em:after {
    content: '';
    background: #03a0e3;
    right: 90px;
    top: 0px;
    width: 40px;
    position: absolute;
    height: 1px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
}

.m_link1:hover:before {
    background: #fff;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.m_link1:hover em:before {
    right: 0px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.m_link1:hover em:after {
    right: 25px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}


/* 按钮2 */
.m_link_sx {
    height: 55px;
    display: inline-block;
    padding: 0px 40px;
    line-height: 55px;
    color: #fff;
    font-size: 14px;
    position: relative;
    z-index: 8;
    text-align: center;
    margin-left: 40px;
}

.m_link_sx .b1 {
    content: '';
    position: absolute;
    width: 25px;
    height: 1px;
    background: #03a0e3;
    top: 50%;
    left: 0px;
    z-index: 1;
}

.m_link_sx .b2 {
    content: '';
    background: #fff;
    left: -40px;
    top: 50%;
    width: 40px;
    position: absolute;
    height: 1px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    z-index: 0;
}

.m_link_sx:before {
    content: '';
    background: #03a0e3;
    width: 5px;
    height: 5px;
    position: absolute;
    left: 25px;
    top: 50%;
    border-radius: 50%;
    z-index: 9;
    margin-top: -2px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
}

.m_link_sx span {
    position: relative;
    z-index: 9;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    cursor: pointer;
    color: #03a0e3;
}

.m_link_sx i {
    width: 100%;
    border: 1px solid #fff;
    height: 100%;
    border-radius: 60px;
    position: absolute;
    left: 0px;
    top: 0px;
    overflow: hidden;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    background: #fff;
}

.m_link_sx em {
    content: '';
    position: absolute;
    width: 65px;
    height: 1px;
    top: 50%;
    left: -40px;
    z-index: 8;
    overflow: hidden;
}

.m_link_sx em:before {
    content: '';
    background: #fff;
    right: 65px;
    top: 0px;
    width: 25px;
    position: absolute;
    height: 1px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
}

.m_link_sx em:after {
    content: '';
    background: #03a0e3;
    right: 90px;
    top: 0px;
    width: 40px;
    position: absolute;
    height: 1px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
}

.m_link_sx:hover:before {
    background: #fff;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.m_link_sx:hover em:before {
    right: 0px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.m_link_sx:hover em:after {
    right: 25px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.m_link_sx:hover i {
    background: #03a0e3;
    border: 1px solid #03a0e3;
}

.m_link_sx:hover span {
    color: #fff;
    margin-left: 12px;
}

.m_link_sx:hover:after {
    background: #fff;
}



/* 按钮3 */
.m_link_ls {
    height: 55px;
    display: inline-block;
    padding: 0px 40px;
    line-height: 55px;
    color: #fff;
    font-size: 14px;
    position: relative;
    z-index: 8;
    text-align: center;
    margin-left: 40px;
}

.m_link_ls em {
    content: '';
    position: absolute;
    width: 65px;
    height: 1px;
    background: #fff;
    top: 50%;
    left: -40px;
    z-index: 8;
    overflow: hidden;
}

.m_link_ls:before {
    content: '';
    background: #fff;
    width: 5px;
    height: 5px;
    position: absolute;
    left: 25px;
    top: 50%;
    border-radius: 50%;
    z-index: 9;
    margin-top: -2px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
}

.m_link_ls span {
    position: relative;
    z-index: 9;
    font-weight: normal;
    font-size: 14px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    color: #fff;
}

.m_link_ls i {
    width: 100%;
    border: 1px solid #02a1e4;
    height: 100%;
    border-radius: 60px;
    position: absolute;
    left: 0px;
    top: 0px;
    overflow: hidden;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    background: #02a1e4;
}

.m_link_ls:hover i {
    background: #058cc5;
    border: 1px solid #058cc5;
}

.m_link_ls:hover span {
    color: #fff;
}

.m_link_ls em:before {
    content: '';
    background: #03a0e3;
    right: 25px;
    top: 0px;
    width: 40px;
    position: absolute;
    height: 1px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
}



/* 按钮 */
.m_link_hs {
    height: 55px;
    display: inline-block;
    padding: 0px 40px;
    line-height: 55px;
    color: #9c9c9c;
    font-size: 14px;
    position: relative;
    z-index: 8;
    text-align: center;
    margin-left: 40px;
}

.m_link_hs em {
    content: '';
    position: absolute;
    width: 65px;
    height: 1px;
    background: #9c9c9c;
    top: 50%;
    left: -40px;
    z-index: 8;
    overflow: hidden;
}

.m_link_hs:before {
    content: '';
    background: #9c9c9c;
    width: 5px;
    height: 5px;
    position: absolute;
    left: 25px;
    top: 50%;
    border-radius: 50%;
    z-index: 9;
    margin-top: -2px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
}

.m_link_hs span {
    position: relative;
    z-index: 9;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
}

.m_link_hs i {
    width: 100%;
    border: 1px solid #9c9c9c;
    height: 100%;
    border-radius: 60px;
    position: absolute;
    left: 0px;
    top: 0px;
    overflow: hidden;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
}

.m_link_hs:hover i {
    background: #03a0e3;
    border: 1px solid #03a0e3;
}

.m_link_hs:hover span {
    color: #fff;
    margin-left: 12px;
}

.m_link_hs:hover:after {
    background: #fff;
}

.m_link_hs em:before {
    content: '';
    background: #fff;
    right: 65px;
    top: 0px;
    width: 25px;
    position: absolute;
    height: 1px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
}

.m_link_hs em:after {
    content: '';
    background: #03a0e3;
    right: 90px;
    top: 0px;
    width: 40px;
    position: absolute;
    height: 1px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
}

.m_link_hs:hover:before {
    background: #fff;
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.m_link_hs:hover em:before {
    right: 0px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.m_link_hs:hover em:after {
    right: 25px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}





.in_about {
    text-align: right;
    margin-top: -100px;
    position: relative;
    z-index: 9;
}

.in_about .text {
    width: 70%;
    background: #3f5d9e url('../images/icon1.png') no-repeat center bottom;
    display: inline-block;
    padding: 135px 100px 80px;
    text-align: left;
    position: relative;
}

.in_about .text h3 {
    font-size: 36px;
    color: #fff;
    font-weight: bold;
}

.in_about .text h3:before {
    content: '';
    background: #fff;
    width: 60px;
    height: 1px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    margin-top: -2px;
}

.in_about .text p {
    font-size: 18px;
    color: #ffffff;
    line-height: 30px;
    margin-top: 25px;
}

.in_about .icon {
    position: absolute;
    left: 30%;
    top: -30px;
    cursor: pointer;
}

.in_about_num {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.in_about_num .fl {
    width: 50%;
}

.in_about_swp .in_about_pag {
    text-align: right;
    padding-right: 30px;
}

.in_about_swp .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    margin: 0px 6px !important;
    outline: none;
    opacity: 0.6;
}

.in_about_swp .swiper-pagination-bullet-active {
    background: #03a0e3;
}

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

.in_about_swp .swiper-slide p {
    font-size: 20px;
    color: #fff;
    right: 0px;
    bottom: 0px;
    padding: 20px 30px;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    width: 100%;
}

.in_about_pag {
    bottom: 20px !important;
}

.in_about_num {
    border-bottom: 1px solid #ececec;
}

.in_about_num .fr {
    width: 50%;
}

.in_about_num .fr ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0px 8%;
}

.in_about_num .fr ul li strong {
    font-size: 16px;
    color: #999;
    padding-left: 5px;
}

.in_about_num .fr ul li h3 {
    font-size: 76px;
    font-weight: bold;
    color: #333333;
    margin-top: 10px;
}

.in_about_num .fr ul li h3 em {
    font-size: 28px;
    color: #333333;
}

.in_about_num .fr ul li p {
    font-size: 20px;
    color: #333333;
    margin-top: 5px;
    position: relative;
}

.in_about_num .fr ul li p:after {
    content: '';
    background: #03a0e3;
    width: 30px;
    height: 4px;
    background: #03a0e3;
    display: block;
    margin-top: 20px;
}

.in_about_num .fr ul li a {
    margin-top: 20px;
    color: #666;
    display: block;
    margin-top: 20px;
    display: block;
    cursor: pointer;
}

.in_about_num .fr ul li a:hover {
    text-decoration: underline;
    color: #02a1e4;
}

.in_about_num .fr ul li a:after {
    content: '';
    background: url('../images/vid.png') no-repeat center center;
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    margin-top: -3px;
}

.in_about_num .fr ul li a:hover:after {
    background: url('../images/vid_m.png') no-repeat center center;
}


.in_advantage {
    padding-top: 120px;
}

.in_advantage .list {
    margin-top: 60px;
}

.in_advantage .list ul {
    display: flex;
    flex-direction: row;
}

.in_advantage .list ul li {
    flex: 1;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    cursor: pointer;
}

.in_advantage .list ul li {
    position: relative;
}

.in_advantage .list ul li .img {
    height: 759px;
    position: relative;
}

.in_advantage .list ul li .img:after {
    content: '';
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.in_advantage .list ul li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.in_advantage .list ul li h2 {
    position: absolute;
    bottom: 0px;
    z-index: 3;
    left: 0px;
    padding: 30px;
    color: #fff;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
}

.in_advantage .list ul li .text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    left: 0px;
    width: 100%;
    top: 0px;
    height: 100%;
    width: 90%;
    padding-left: 5%;
}

.in_advantage .list ul li .text h3 {
    font-size: 55px;
    color: #ffffff;
    display: none;
    font-weight: bold;
}

.in_advantage .list ul li .text p {
    font-size: 30px;
    color: #fff;
    margin-top: 20px;
    line-height: 38px;
    display: none;
}

.in_advantage .list ul li .text .more {
    display: none;
}

@media screen and (min-width:1200px) {

    .in_advantage .list ul li:hover {
        flex: 2.5;
    }

    .in_advantage .list ul li:hover .text h3 {
        animation: fadeInUp 0.6s 0.5s both;
        display: block;
    }

    .in_advantage .list ul li:hover .text p {
        animation: fadeInUp 0.6s 0.7s both;
        display: block;
    }

    .in_advantage .list ul li:hover h2 {
        animation: fadeOut 0.4s 0.1s both;
    }

    .in_advantage .list ul li:hover .text .more {
        animation: fadeInUp 0.6s 0.9s both;
        display: block;
    }

}



.m_tit {
    font-size: 36px;
    color: #000000;
    font-weight: bold;
    position: relative;
}

.m_tit:before {
    content: '';
    background: #03a0e3;
    width: 60px;
    height: 1px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -2px;
}

.m_tit1 {
    font-size: 36px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

.m_tit1:before {
    content: '';
    background: #fff;
    width: 60px;
    height: 1px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -2px;
}

.m_tit_bs {
    font-size: 36px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

.m_tit_bs:before {
    content: '';
    background: #03a0e3;
    width: 60px;
    height: 1px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -2px;
}

.m_tit_x {
    font-size: 36px;
    color: #000000;
    position: relative;
}

.m_tit_x:before {
    content: '';
    background: #03a0e3;
    width: 60px;
    height: 1px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -2px;
}

.m_tit_x_b {
    font-size: 36px;
    color: #fff;
}

.m_tit_x_b:before {
    content: '';
    background: #fff;
    width: 60px;
    height: 1px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -2px;
}


.in_products {
    display: flex;
    flex-direction: row;
    padding-top: 120px;
    justify-content: space-between;
    position: relative;
    z-index: 3;
}

.in_products .had {
    width: 35%;
}

.in_products .had p {
    font-size: 30px;
    color: #000000;
    margin-top: 30px;
    font-weight: bold;
}

.in_products .list {
    width: 55%;
}

.in_products .list ul {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.in_products .list ul li {
    padding-left: 5%;
    width: 50%;
}

.in_products .list ul li .item {
    height: 100%;
    background: #eff2f5;
    padding: 100px 20px 70px;
    text-align: center;
    display: block;
    position: relative;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    cursor: pointer;
}

.in_products .list ul li .item .img img {
    margin: 0 auto;
}

.in_products .list ul li .item .text h3 {
    font-size: 24px;
    color: #333;
    margin-top: 90px;
    font-weight: bold;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.in_products .list ul li .item .text strong {
    font-size: 18px;
    margin-top: 12px;
    display: block;
    color: #6c6f73;
}

.in_products .list ul li .item .text p {
    font-size: 16px;
    color: #6c6f73;
    margin-top: 20px;
    line-height: 23px;
}

.in_products .list ul li .item .text i {
    content: '';
    background: url('../images/icon7.png') no-repeat left top;
    height: 45px;
    width: 45px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
}

.in_products .list ul li .item:hover .text i {
    background-position: left -45px;
}

.in_products .list ul li .item:after {
    content: '';
    position: absolute;
    left: 0px;
    width: 100%;
    background: #03a0e3;
    height: 10px;
}

.in_products .list ul li:nth-child(1) .item:after {
    bottom: 0px;
}

.in_products .list ul li:nth-child(2) .item:after {
    top: 0px;
}

.in_products .list ul li .item:hover .text h3 {
    color: #03a0e3;
}

.in_products .list ul li .item:hover {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
}



.in_applications {
    background: url('../images/img5.jpg') no-repeat center center;
    background-size: cover;
    margin-top: -80px;
    padding-top: 180px;
    padding-bottom: 150px
}

.in_applications .list {
    overflow: hidden;
    margin-top: 100px;
}

.in_applications .list ul {
    display: flex;
    flex-direction: row;
    margin-left: -23px;
    margin-right: -23px;
}

.in_applications .list ul li {
    padding: 0px 23px;
    width: 33.33%;
}

.in_applications .list ul li .item {
    height: 317px;
    border: 1px solid #7d8baa;
    display: block;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    cursor: pointer;
}

.in_applications .list ul li .item .img {
    width: 238px;
    height: 238px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    transform: scale(0.5, 0.5);
    -webkit-transform: scale(0.5, 0.5);
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    opacity: 0;
}

.in_applications .list ul li .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.in_applications .list ul li .item .img:before {
    content: '';
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    width: 100%;
    height: 100%;
}

.in_applications .list ul li .item .img:after {
    content: '';
    background: url('../images/icon8.png') no-repeat right bottom;
    position: absolute;
    right: -5px;
    bottom: -5px;
    width: 100%;
    height: 100%;
}

.in_applications .list ul li .text {
    position: absolute;
    top: 45px;
    left: 45px;
}

.in_applications .list ul li .text h3 {
    font-size: 21px;
    color: #02a1e4;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.in_applications .list ul li .text strong {
    display: block;
    margin-top: 10px;
    color: #fff;
    font-size: 32px;
}

.in_applications .list ul li .text .arrow {
    margin-top: 20px;
    display: block;
    opacity: 0;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.in_applications .list ul li .icon {
    position: absolute;
    right: 40px;
    bottom: 40px;
}

@media screen and (min-width:1200px) {

    .in_applications .list ul li .item:hover .img {
        transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        opacity: 1;
    }

    .in_applications .list ul li .item:hover .text .arrow {
        opacity: 1
    }

    .in_applications .list ul li .item:hover {
        border: 1px solid #02a1e4;
    }

    .in_applications .list ul li .item:hover .text h3 {
        color: #fff;
    }

}



.in_news {
    background: url('../images/icon13.png') no-repeat center center;
    background-size: cover;
    padding: 150px 0px 120px;
}

.in_news_swp {
    margin-top: 70px;
    padding-bottom: 100px;
}

.in_news_swp .swiper-slide {
    height: auto;
    background: rgba(228, 233, 240, 0.6);
}

.in_news_swp .swiper-slide .img {
    width: 100%;
    height: 185px;
    overflow: hidden;
}

.in_news_swp .swiper-slide .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.in_news_swp .swiper-slide .text {
    padding: 30px;
    padding-bottom: 80px;
}

.in_news_swp .swiper-slide .text h3 {
    font-size: 18px;
    font-weight: bold;
    color: #2c2c2c;
    line-height: 25px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.in_news_swp .swiper-slide .text p {
    position: absolute;
    bottom: 30px;
    left: 30px;
    font-size: 16px;
}

.in_news_swp .swiper-slide .link {
    display: block;
    cursor: pointer;
}

.in_news_swp .swiper-slide .link:hover .img img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}

.in_news_swp .swiper-slide .link:hover .text h3 {
    color: #03a0e3;
}

.in_news_swp .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #fff;
    border: 1px solid #b8b8b8;
    margin: 0px 6px !important;
    opacity: 1;
    outline: none;
}

.in_news_swp .swiper-pagination-bullet-active {
    background: #03a0e3;
    border: 1px solid #03a0e3;
}

.in_join {
    text-align: center;
    position: relative;
}

.in_join .pic img {
    width: 100%;
}

.in_join .text .img {
    margin-top: 50px;
}

.in_join .text {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.footer_back {
    background: #f2f2f2;
}

.footer {
    padding: 80px 0px 60px;
}

.footer .list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 50px;
}

.footer .list dl dt {
    color: #3a4b55;
    text-transform: uppercase;
    font-size: 16px;
}

.footer .list dl dd {
    margin-top: 20px;
}

.footer .list dl dd a {
    font-size: 14px;
    color: #7a8a93;
    display: block;
    margin-top: 10px;
    cursor: pointer;
}

.footer .list dl dd a:hover {
    color: #02a1e4;
    text-decoration: underline;
}

.footer .list .follow p {
    text-align: center;
    margin-top: 10px;
    color: #7a8a93;
}

.footer .fot {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 50px;
    color: #7a8a93;
}

.footer .fot span a {
    color: #7a8a93;
    cursor: pointer;
}

.footer .fot span a:hover {
    color: #02a1e4;
    text-decoration: underline;
}

.mbx {
    border-top: 1px solid #ebebeb;
}

.mbx .text {
    display: flex;
    flex-direction: row;
    height: 50px;
    line-height: 50px;
}

.mbx .text a {
    background: url('../images/icon16.png') no-repeat right center;
    padding-right: 18px;
    margin-right: 10px;
}

.mbx .text a:hover {
    color: #02a1e4;
}

.mbx .text a:last-child {
    padding-right: 0px;
    background: none;
    margin-right: 0px;
}

.mbx1 {
    background: #ebebeb;
}

.mbx1 .text {
    display: flex;
    flex-direction: row;
    height: 50px;
    line-height: 50px;
}

.mbx1 .text a {
    background: url('../images/icon16.png') no-repeat right center;
    padding-right: 18px;
    margin-right: 10px;
}

.mbx1 .text a:hover {
    color: #02a1e4;
}

.mbx1 .text a:last-child {
    padding-right: 0px;
    background: none;
    margin-right: 0px;
}

.banner_x {
    height: 519px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 50px;
    font-weight: bold;
}

.banner_details .text {
    min-height: 619px;
    display: flex;
    justify-content: center;
    font-weight: bold;
    padding: 30px 0px;
    flex-direction: column;
    width: 40%;
    padding-left: 70px;
}

.banner_details .text h3 {
    font-size: 36px;
    color: #333333;
    font-weight: bold;
}

.banner_details .text p {
    font-size: 14px;
    line-height: 22px;
    margin-top: 20px;
    font-weight: normal;
    background: url('../images/icon22.png') no-repeat left bottom;
    padding-bottom: 60px;
}



.m_nav {
    background: #f2f2f2;
    position: sticky;
    top: 110px;
    z-index: 80;
}

.m_nav .text {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.m_nav .text a {
    display: block;
    line-height: 70px;
    position: relative;
    margin-right: 30px;
    color: #333333;
    padding: 0px 5px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    cursor: pointer;
}

.m_nav .text a:after {
    content: '';
    background: #0fa4e4;
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 2px;
    width: 0%;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.m_nav .text a:hover {
    color: #0fa4e4;
}

.m_nav .text a:hover:after {
    width: 100%;
}

/* .m_nav .text a.active:after { content: ''; background: #0fa4e4; position: absolute; left: 0px; bottom: 0px; height: 2px; width: 100%;
transition: all 0.6s; -webkit-transition: all 0.6s;  } */

.m_nav .text a.current:after {
    content: '';
    background: #0fa4e4;
    position: absolute;
    left: 0px;
    bottom: 0px;
    height: 2px;
    width: 100%;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}



.hvgan {
    position: relative;
}

.hvgan .had {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.hvgan .had .fom {
    width: 310px;
    height: 55px;
    position: relative;
}

.hvgan .had .fom .txt {
    width: 100%;
    font-size: 16px;
    height: 100%;
    padding: 0px 20px;
    border: 1px solid #b5b5b5;
    border-radius: 30px;
    padding-right: 70px;
}

.hvgan .had .fom .but {
    background: url('../images/icon17.png') no-repeat center center;
    width: 70px;
    height: 55px;
    position: absolute;
    right: 0px;
    top: 0px;
}

.hvgan .dow {
    margin-top: 30px;
}

.hvgan .pic {
    margin-top: 40px;
}

.hvgan .pic img {
    margin: 0 auto;
}

.m_had_p p {
    font-size: 18px;
    line-height: 26px;
    color: #666666;
    margin-top: 30px;
}

.m_had_p p img {
    margin: 0 auto;
    margin-top: 50px;
}


.pagebox {
    text-align: center;
    position: relative;
}

.pagebox ul {
    margin-top: 60px;
}

.pagebox ul li {
    display: inline-block;
    vertical-align: middle;
}

.pagebox ul li a {
    margin: 0px;
    font-size: 16px;
    color: #000;
    position: relative;
    display: block;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
}

.pagebox ul .page a {
    height: 40px;
    width: 40px;
    border: 1px solid #838383;
    line-height: 40px;
    margin: 0px 3px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    border-radius: 50px;
}

.pagebox ul .previous a {
    color: #666;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    margin-right: 15px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
}

.pagebox ul .next a {
    color: #666;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    margin-left: 15px;
}

.pagebox ul .previous a:before {
    content: '';
    background: url('../images/icon19.png') no-repeat left center;
    width: 19px;
    height: 8px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.pagebox ul .next a:after {
    content: '';
    background: url('../images/icon20.png') no-repeat left center;
    width: 19px;
    height: 8px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.pagebox ul .previous a:hover {
    color: #03a0e3;
}

.pagebox ul .next a:hover {
    color: #03a0e3;
}

.pagebox ul li.first {
    display: none;
}

.pagebox ul li.last {
    display: none;
}

.pagebox ul li.page:hover a,
.pagebox ul li.selected a {
    color: #fff;
    background: #03a0e3;
    border: 1px solid #03a0e3;
}

.support ul li .top {
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    background: #f5f5f5;
}

.support ul li .top .img {
    width: 56.9%;
}

.support ul li .top .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.support ul li .top .text {
    display: flex;
    flex-direction: column;
    width: 43.1%;
    justify-content: center;
}

.support ul li .top .text h3 {
    font-size: 32px;
    color: #333333;
}

.support ul li .top .text p {
    margin-top: 25px;
    font-size: 18px;
    color: #666666;
    line-height: 28px;
}

.support ul li:nth-child(2n+1) .top .text {
    padding-right: 80px;
    padding-left: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.support ul li:nth-child(2n) .top {
    flex-direction: row-reverse;
}

.support ul li:nth-child(2n) .top .text {
    padding-left: 80px;
    padding-right: 30px;
}

.bottom_dow {
    display: none;
}

.m_back {
    margin-top: 50px;
}

.m_click_rt {
    cursor: pointer;
}

.leader {
    display: flex;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.8);
}

.leader .img {
    height: 70%;
}

.leaderbox {
    display: none;
    cursor: pointer;
}

.m_table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-top: 50px;
}

.m_table tr th {
    padding: 12px 5px;
    background: #3f5d9e;
    border: 1px solid #fff;
    color: #fff;
    font-weight: normal;
    font-size: 16px;
    text-align: center;
}

.m_table tr th p {
    line-height: 24px;
}

.m_table tr th span {
    font-size: 12px;
}

.m_table tr td {
    text-align: center;
    font-size: 16px;
    padding: 18px 5px;
    background: #ebeef5;
    border: 1px solid #fff;
    color: #333;
}

.m_table tr td a {
    color: #03a0e3;
    cursor: pointer;
}

.m_table tr td a:hover {
    text-decoration: underline;
}

.m_table tr td p {
    line-height: 24px;
}

.m_table tr:nth-child(2n) td {
    background: #fbfcfd;
}

.m_table tr td img {
    margin: 0 auto;
    max-width: 150px !important;
    max-height: none !important;
    height: auto;
}

.m_table tr td .link:hover {
    color: #03a0e3;
    text-decoration: underline;
}

.m_table1 tr th {
    padding: 20px 5px;
}

.m_table1 tr td {
    padding: 18px 30px;
}

.m_table2 tr th {
    padding: 18px 30px;
}

.m_table2 tr td {
    padding: 18px 30px;
}

.where {
    overflow: hidden;
    margin-top: 10px;
}

.where ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -22px;
    margin-right: -22px;
}

.where ul li {
    width: 33.33%;
    padding: 0px 22px;
    margin-top: 44px;
}

.where ul li .item {
    background: #f2f2f2;
    height: 100%;
    border-bottom: 3px solid #03a0e3;
}

.where ul li .item .img {
    width: 100%;
}

.where ul li .item .img img {
    width: 100%;
}

.where ul li .item .text {
    padding: 40px;
}

.where ul li .item .text h3 {
    font-size: 24px;
    color: #333333;
    margin-bottom: 15px;
}

.where ul li .item .text h4 {
    font-size: 16px;
    color: #666666;
    margin-top: 5px;
}

.where ul li .item .text p {
    font-size: 16px;
    color: #666666;
    margin-top: 5px;
}

.where ul li .item .text h5 {
    margin-top: 30px;
    font-size: 16px;
    color: #666666;
}

.where ul li .item .text .link {
    font-size: 16px;
    color: #03a0e3;
    display: block;
    border-bottom: 1px solid #03a0e3;
    display: inline-block;
    margin-top: 10px;
}

.where ul li .item .text strong {
    display: inline-block;
    font-weight: bold;
    margin-top: 10px;
}

.where ul li .item .text a:not(.wfEditorMode) {
    font-size: 16px;
    color: #03a0e3;
    display: block;
    border-bottom: 1px solid #03a0e3;
    display: inline-block;
    margin-top: 2px;
}

.gan_silicon {
    margin-top: 50px;
}

.gan_silicon ul li .link {
    display: block;
    position: relative;
    margin-bottom: 60px;
    background: #f2f2f2;
}

.gan_silicon ul li:nth-child(2n+1) .link {
    display: flex;
    flex-direction: row-reverse;
    background: #f2f2f2;
}

.gan_silicon ul li:nth-child(2n) .link {
    display: flex;
    flex-direction: row;
    background: #f2f2f2;
}

.gan_silicon ul li:nth-child(2n+1) .link:after {
    left: 0px;
}

.gan_silicon ul li:nth-child(2n) .link:after {
    right: 0px;
}

.gan_silicon ul li .link .img {
    width: 54.6%;
    overflow: hidden;
}

.gan_silicon ul li .link .img img {
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gan_silicon ul li .link .text {
    width: 45.4%;
    padding: 20px 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.gan_silicon ul li .link .text h3 {
    font-size: 32px;
    color: #333333;
}

.gan_silicon ul li .link .text .con {
    font-size: 18px;
    color: #666666;
    line-height: 28px;
    margin-top: 25px;
}

.gan_silicon ul li .link .text .con p a {
    color: #02a1e4;
}

.gan_silicon ul li .link .text .con p a:hover {
    text-decoration: underline;
}



.gan_silicon_a ul li .link {
    display: block;
    position: relative;
    margin-top: 50px;
    background: #f2f2f2;
}

.gan_silicon_a ul li:nth-child(2n+1) .link {
    display: flex;
    flex-direction: row-reverse;
    background: #f2f2f2;
}

.gan_silicon_a ul li:nth-child(2n) .link {
    display: flex;
    flex-direction: row;
    background: #f2f2f2;
}

.gan_silicon_a ul li:nth-child(2n+1) .link:after {
    left: 0px;
}

.gan_silicon_a ul li:nth-child(2n) .link:after {
    right: 0px;
}

.gan_silicon_a ul li .link .img {
    width: 54.6%;
    overflow: hidden;
}

.gan_silicon_a ul li .link .img img {
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gan_silicon_a ul li .link .text {
    width: 45.4%;
    padding: 20px 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.gan_silicon_a ul li .link .text h3 {
    font-size: 32px;
    color: #333333;
}

.gan_silicon_a ul li .link .text .con {
    font-size: 18px;
    color: #666666;
    line-height: 28px;
    margin-top: 25px;
}

.gan_silicon_a ul li .link .text .con p a {
    color: #02a1e4;
}

.gan_silicon_a ul li .link .text .con p a:hover {
    text-decoration: underline;
}



.voltage .list {
    overflow: hidden;
}

.voltage .list ul {
    display: flex;
    flex-direction: row;
    margin-left: -25px;
    margin-right: -25px;
    flex-wrap: wrap;
}

.voltage .list ul li {
    padding: 0px 25px;
    width: 33.33%;
    margin-top: 50px;
}

.voltage .list ul li .item {
    height: 100%;
    background: #eff2f5;
    padding: 100px 70px 70px;
    text-align: center;
    display: block;
    position: relative;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    position: relative;
    z-index: 3;
}

.voltage .list ul li .item:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url('../images/img55.jpg') no-repeat center center;
    background-size: cover;
    opacity: 0;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    z-index: -1;
}

.voltage .list ul li .item .img img {
    margin: 0 auto;
}

.voltage .list ul li .item .text h3 {
    font-size: 24px;
    color: #333;
    margin-top: 90px;
    font-weight: bold;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.voltage .list ul li .item .text strong {
    font-size: 18px;
    margin-top: 12px;
    display: block;
    color: #6c6f73;
}

.voltage .list ul li .item .text p {
    font-size: 16px;
    color: #6c6f73;
    margin-top: 20px;
    line-height: 23px;
}

.voltage .list ul li .item:after {
    content: '';
    position: absolute;
    left: 0px;
    width: 100%;
    background: #03a0e3;
    height: 10px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.voltage .list ul li .item .more {
    opacity: 0;
    visibility: hidden;
}

.voltage .list ul li .item .more .m_link_sx {
    margin-left: 0px;
}

.voltage .list ul li:nth-child(2n+1) .item:after {
    bottom: 0px;
}

.voltage .list ul li:nth-child(2n) .item:after {
    top: 0px;
}

@media screen and (min-width:1200px) {

    .voltage .list ul li .item:hover:before {
        opacity: 1;
    }

    .voltage .list ul li .item:hover .text h3 {
        color: #fff;
        animation: fadeInUp 0.6s 0.4s both;
    }

    .voltage .list ul li .item:hover .text strong {
        color: #fff;
        animation: fadeInUp 0.6s 0.6s both;
    }

    .voltage .list ul li .item:hover .text p {
        color: #fff;
        animation: fadeInUp 0.6s 0.8s both;
    }

    .voltage .list ul li .item:hover .text .more {
        color: #fff;
        animation: fadeInUp 0.6s 1s both;
        opacity: 1;
        visibility: visible;
    }

    .voltage .list ul li .item:hover:after {
        width: 0%;
    }

}


.voltagecon .item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: 40px;
}

.voltagecon .item .text {
    width: 40%;
    padding-left: 70px;
}

.voltagecon .item .text h3 {
    font-size: 36px;
    color: #333333;
}

.voltagecon .item .text p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 30px;
}

.voltagecon .item .img {
    width: 41.6%;
}

.voltagecon1 {
    background: #f2f2f2 url('../images/img57.jpg') no-repeat center center;
}

.voltagecon1 .img {
    margin-top: 50px;
}

.voltagecon1 .img img {
    margin: 0 auto;
}

.voltagecon2_swp {
    margin-top: 50px;
    padding-bottom: 60px;
}

.voltagecon2_swp .swiper-slide {
    height: auto;
    background: #03a0e3;
}

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

.voltagecon2_swp .swiper-slide p {
    color: #fff;
    padding: 20px 10px;
    font-size: 18px;
    text-align: center;
}

.voltagecon2_swp .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    border: 1px solid #b8b8b8;
    margin: 0px 6px !important;
    opacity: 1;
    outline: none;
}

.voltagecon2_swp .swiper-pagination-bullet-active {
    background: #03a0e3;
    border: 1px solid #03a0e3;
}

.voltagecon .had {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.voltagecon .had .nav {
    display: flex;
    flex-direction: row;
}

.voltagecon .had .nav a {
    background: #fff;
    padding: 0px 20px;
    border-radius: 30px;
    height: 42px;
    line-height: 42px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    font-size: 16px;
    margin-left: 8px;
}

.voltagecon .had .nav a:hover {
    background: #03a0e3;
    color: #fff;
}

.voltagecon .had .nav a.active {
    background: #03a0e3;
    color: #fff;
}


.articles .year {
    position: relative;
    margin-top: 90px;
    display: flex;
    flex-direction: row;
    position: relative;
}

.articles .year .link {
    font-size: 24px;
    flex: 1;
    text-align: center;
    position: relative;
    display: block;
}

.articles .year .link:after {
    content: '';
    background: #a0a0a0;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    margin-top: 20px;
    border: 2px solid #a0a0a0;
    z-index: 3;
    position: relative;
}

.articles .year .link.active {
    color: #0fa4e4;
}

.articles .year .link.active:after {
    background: none;
    border: 2px solid #0fa4e4;
    background: #fff;
}

.articles .year:after {
    content: '';
    background: #f2eeef;
    position: absolute;
    left: 0px;
    bottom: 6px;
    width: 100%;
    height: 2px;
}

.articles .list {
    margin-top: 30px;
}

.articles .list ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.articles .list ul li {
    width: 48%;
    margin-top: 60px;
}

.articles .list ul li .link {
    display: block;
    border: 1px solid #e5e5e5;
    padding: 30px;
}

.articles .list ul li .link .had {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}

.articles .list ul li .link .had i {
    width: 75px;
    height: 75px;
    border: 1px solid #0fa4e4;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #0fa4e4;
    font-weight: bold;
    border-radius: 50%;
    margin-right: 20px;
}

.articles .list ul li .link .had .con h3 {
    font-size: 28px;
    color: #0fa4e4;
}

.articles .list ul li .link .had .con p {
    font-size: 16px;
    margin-top: 10px;
    color: #03a0e3;
}

.articles .list ul li .link .had .con p span {
    margin-right: 10px;
}

.articles .list ul li .link .had .con p span em {
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 7px;
}

.articles .list ul li .link .text {
    margin-top: 30px;
    display: flex;
    flex-direction: row;
}

.articles .list ul li .link .text .img {
    width: 311px;
    height: 190px;
    flex: 0 0 auto;
    margin-right: 40px;
    position: relative;
}

.articles .list ul li .link .text .img img {
    width: 100%;
    height: 100%;
}

.articles .list ul li .link .text .img i {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3) url('../images/icon27.png') no-repeat center center;
}

.articles .list ul li .link .text p {
    font-size: 18px;
    line-height: 26px;
}

.articles .list ul li .link:hover .text p {
    color: #0fa4e4;
}

.applications_swp {
    margin-top: 50px;
    padding-bottom: 70px;
}

.applications_swp .swiper-slide {
    background: #f5f5f5;
    text-align: center;
}

.applications_swp .swiper-slide .link {
    display: block;
    height: 280px;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
    padding: 50px;
}

.applications_swp .swiper-slide .img {
    text-align: center;
}

.applications_swp .swiper-slide .img img {
    margin: 0 auto;
    display: inline-block;
}

.applications_swp .swiper-slide .shadow img {
    margin: 0 auto;
}

.applications_swp .swiper-slide .text {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, rgba(4, 155, 224, 0.9) 0%, rgba(20, 87, 170, 0.9) 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.applications_swp .swiper-slide .text h3 {
    font-size: 32px;
    font-weight: bold;
    color: #fff;
}

.applications_swp .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #fff;
    border: 1px solid #b8b8b8;
    margin: 0px 6px !important;
    opacity: 1;
    outline: none;
}

.applications_swp .swiper-pagination-bullet-active {
    background: #03a0e3;
    border: 1px solid #03a0e3;
}

.applications_swp .swiper-slide .link:hover .text {
    opacity: 1;
}


.m_tit_xb {
    font-size: 32px;
    color: #03a0e3;
}

.m_gray {
    background: #f2f2f2;
}

.applications {
    padding-bottom: 20px;
}

.applications ul li .item {
    display: block;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    height: 540px;
    position: relative;
    margin-top: 80px;
    display: flex;
    flex-direction: row;
    background: #f2f2f2;
}

.applications ul li .img {
    flex: 0 0 auto;
    width: 54.6%;
    overflow: hidden;
}

.applications ul li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    object-fit: cover;
}

.applications ul li .con {
    right: 0px;
    width: 45.4%;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.applications ul li .con .text {
    box-sizing: border-box;
    width: 100%;
    padding: 3.5% 90px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
}

.applications ul li .con .text strong {
    display: block;
    font-size: 16px;
    color: #e31019;
    text-transform: uppercase;
    font-weight: bold;
}

.applications ul li .con .text h3 {
    font-size: 32px;
    color: #333333;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    font-weight: bold;
}

.applications ul li .con .text p {
    font-size: 18px;
    line-height: 25px;
    color: #333333;
    margin-top: 15px;
}

.applications ul li:nth-child(2n) .item {
    flex-direction: row-reverse;
}

.applications ul li:nth-child(2n) .con {
    right: inherit;
    left: 0px;
}

.applications ul li:nth-child(2n) .text {
    padding: 3.5% 90px;
}


.applications_box ul li .applications_a .con .text p {
    font-size: 18px;
    line-height: 25px;
    color: #333333;
    margin-top: 15px;
}

.applications_box ul li:nth-child(2n) .applications_a .item {
    flex-direction: row-reverse;
}

.applications_box ul li:nth-child(2n) .applications_a .con {
    right: inherit;
    left: 0px;
}

.applications_a .item {
    display: block;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    position: relative;
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    background: #f2f2f2;
}

.applications_a .img {
    flex: 0 0 auto;
    width: 54.6%;
    overflow: hidden;
}

.applications_a .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    object-fit: cover;
}

.applications_a .con {
    right: 0px;
    width: 45.4%;
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.applications_a .con .text {
    box-sizing: border-box;
    width: 100%;
    padding: 3.5% 90px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
}

.applications_a .con .text strong {
    display: block;
    font-size: 16px;
    color: #e31019;
    text-transform: uppercase;
    font-weight: bold;
}

.applications_a .con .text h3 {
    font-size: 32px;
    color: #333333;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    font-weight: bold;
}



.applications4_swp {
    margin-top: 50px;
    padding-bottom: 70px;
}

.applications4_swp .swiper-slide {
    background: #f3f3f3;
    padding: 80px 20px 30px;
    text-align: center;
}

.applications4_swp .swiper-slide .link {
    display: block;
}

.applications4_swp .swiper-slide .img {
    text-align: center;
}

.applications4_swp .swiper-slide .img img {
    margin: 0 auto;
}

.applications4_swp .swiper-slide .shadow img {
    margin: 0 auto;
}

.applications4_swp .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: none;
    border: 1px solid #b8b8b8;
    margin: 0px 6px !important;
    opacity: 1;
    outline: none;
}

.applications4_swp .swiper-pagination-bullet-active {
    background: #03a0e3;
    border: 1px solid #03a0e3;
}

.applications1 .item {
    margin-top: 50px;
}

.applications1 .item .text {
    width: 100%;
    /* margin-left: 50%; */
    color: #666;
}

.applications1 .item .text h3 {
    font-size: 25px;
    font-weight: bold;
    color: #333;
}

.applications1 .item .text p {
    font-size: 20px;
    margin-top: 25px;
    line-height: 28px;
}

.applications1 .con {
    margin-top: 30px;
}

.applications1 .con p {
    font-size: 18px;
    line-height: 26px;
    margin-top: 25px;
}

.applications2 .img {
    margin-top: 50px;
    text-align: center;
}

.applications2 .img img {
    margin: 0 auto;
}

.applications3 table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-top: 50px;
    background: #fff;
}

.applications3 table tr td {
    padding: 20px 70px;
    font-size: 18px;
    color: #333333;
    border-bottom: 1px solid #e5e5e5;
}

.applications3 table tr:nth-child(2n) td {
    background: #f2f2f2;
}

.applications4 {
    background: url('../images/img66.jpg') no-repeat center center;
    background-size: cover;
}

.datacenter .item {
    margin-top: 50px;
    display: flex;
    flex-direction: row;
    background: #f3f3f3;
}

.datacenter .item .img {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.datacenter .item .img img {
    width: 100%;
}

.datacenter .item .text {
    width: 50%;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.datacenter .item .text h3 {
    font-size: 32px;
    color: #333333;
}

.datacenter .item .text p {
    font-size: 18px;
    line-height: 28px;
    margin-top: 30px;
}

.quality .item {
    display: flex;
    flex-direction: row-reverse;
    margin-top: 50px;
    position: relative;
    background: #f2f2f2;
}

.quality .item .img {
    width: 49.7%;
    height: 465px;
}

.quality .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.quality .item .con {
    left: 0px;
    top: 0px;
    width: 60%;
    display: flex;
    align-items: center;
}

.quality .item .con .text {
    background: #f2f2f2;
    height: 70%;
    width: 100%;
    padding: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.quality .item .con .text h3 {
    font-size: 24px;
    color: #333333;
    margin-bottom: 20px;
}

.quality .item .con .text p {
    font-size: 18px;
    color: #666666;
    margin-top: 10px;
    position: relative;
    padding-left: 18px;
}

.quality .item .con .text p:before {
    content: '';
    background: #03a0e3;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 7px;
}

.quality1 p {
    font-size: 18px;
    margin-top: 45px;
    line-height: 26px;
}

.quality1 p img {
    margin: 0 auto;
}

.quality1 p strong {
    display: block;
    color: #333;
    font-weight: bold;
}

.m_tit_p {
    font-size: 18px;
    color: #666666;
    margin-top: 40px;
    line-height: 28px;
}

.m_tit_p strong {
    font-weight: bold;
    color: #333;
    display: block;
}

.quality2 h3 {
    font-size: 24px;
    color: #03a0e3;
    margin-top: 50px;
}

.quality2 .item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.quality2 .item .fl {
    width: 45%
}

.quality2 .item .fl p {
    font-size: 18px;
    line-height: 26px;
    margin-top: 25px;
}

.quality2 .item .fr {
    width: 46.9%
}

.quality2 .item .fr p {
    font-size: 18px;
    line-height: 26px;
    margin-top: 25px;
}

.quality3 h3 {
    font-size: 32px;
    color: #333333;
}

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

.quality3 .list ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.quality3 .list ul li {
    width: 48.5%;
    border: 1px solid #e0e0e0;
    background: #fff;
}

.quality3 .list ul li .link {
    display: block;
    position: relative;
    padding: 0px 40px;
}

.quality3 .list ul li .link strong {
    display: block;
    font-size: 20px;
    color: #333333;
}

.quality3 .list ul li .link h6 {
    margin-top: 40px;
    font-size: 16px;
    text-decoration: underline;
    display: inline-block;
}

.quality3 .list ul li .link h6:after {
    content: '';
    background: url('../images/icon36.png') no-repeat center center;
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
    margin-top: -5px;
}

.quality3 .list ul li .link:after {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    background-image: linear-gradient(90deg, #3b5da5 0%, #3798c7 100%);
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.quality3 .list ul li .item {
    background: url('../images/icon34.png') no-repeat right center;
    position: relative;
    z-index: 3;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    padding: 40px 0px;
    padding-right: 120px;
}

.quality3 .list ul li .link:hover strong {
    color: #fff;
}

.quality3 .list ul li .link:hover:after {
    opacity: 1
}

.quality3 .list ul li .link:hover h6 {
    color: #fff;
}

.quality3 .list ul li .link:hover h6:after {
    content: '';
    background: url('../images/icon36_m.png') no-repeat center center;
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 6px;
    margin-top: -5px;
}

.quality3 .list ul li .link:hover .item {
    background: url('../images/icon35.png') no-repeat right center;
    position: relative;
    z-index: 3;
    padding: 40px 0px;
    padding-right: 120px;
}

.quality3 h5 {
    text-align: center;
    margin-top: 50px;
    font-size: 18px;
}

.quality3 h5 a {
    text-decoration: underline;
}

.quality3 h5 a:hover {
    color: #03a0e3;
}

.quality3 h5:after {
    content: '';
    background: url('../images/icon37.png') no-repeat right center;
    width: 14px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    margin-top: -2px;
}

.quality_swp {
    margin-top: 50px;
    padding-bottom: 60px;
}

.quality_swp .swiper-slide {
    height: auto;
}

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

/* .quality_swp .swiper-slide p {  color: #fff; padding: 20px 10px; font-size: 18px; text-align: center; } */
.quality_swp .swiper-slide strong {
    color: #333;
    display: block;
    padding: 20px 10px;
    font-size: 22px;
    text-align: center;
}

.quality_swp .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    border: 1px solid #b8b8b8;
    margin: 0px 6px !important;
    opacity: 1;
    outline: none;
}

.quality_swp .swiper-pagination-bullet-active {
    background: #03a0e3;
    border: 1px solid #03a0e3;
}


.quality1_swp {
    margin-top: 50px;
    padding-bottom: 60px;
}

.quality1_swp .swiper-slide {
    height: auto;
}

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

.quality1_swp .swiper-slide strong {
    color: #333;
    display: block;
    padding: 20px 10px;
    font-size: 22px;
    text-align: center;
}

.quality1_swp .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    border: 1px solid #b8b8b8;
    margin: 0px 6px !important;
    opacity: 1;
    outline: none;
}

.quality1_swp .swiper-pagination-bullet-active {
    background: #03a0e3;
    border: 1px solid #03a0e3;
}



.quality4 .tab_box .tab_tit {
    display: flex;
    flex-direction: row;
    margin-top: 50px;
}

.quality4 .tab_box .tab_tit span {
    flex: 1;
    text-align: center;
    font-size: 24px;
    padding-bottom: 25px;
    border-bottom: 2px solid #e4e4e4;
    display: block;
    position: relative;
    color: #333;
    cursor: pointer;
}

.quality4 .tab_box .tab_tit span:after {
    content: '';
    background: #03a0e3;
    position: absolute;
    left: 0px;
    bottom: -2px;
    width: 0%;
    height: 2px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.quality4 .tab_box .tab_tit span:hover {
    color: #03a0e3;
}

.quality4 .tab_box .tab_tit span:hover:after {
    width: 100%;
}

.quality4 .tab_box .tab_tit span.active:after {
    content: '';
    background: #03a0e3;
    position: absolute;
    left: 0px;
    bottom: -2px;
    width: 100%;
    height: 2px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.quality4 .tab_box .tab_tit span.active {
    color: #03a0e3;
}

.quality4 .tab_box .tab_con_tit {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 30px 0px 10px;
}

.quality4 .tab_box .tab_con_tit span {
    font-size: 24px;
    color: #afadad;
    margin-right: 50px;
    cursor: pointer;
    line-height: 32px;
}

.quality4 .tab_box .tab_con_tit span:hover {
    color: #333;
}

.quality4 .tab_box .tab_con_tit span.active {
    color: #333;
}

.quality4 .tab_box .tab_con .list {
    overflow: hidden
}

.quality4 .tab_box .tab_con .list ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -25px;
    margin-right: -25px;
}

.quality4 .tab_box .tab_con .list ul li {
    text-align: center;
    width: 20%;
    padding: 0px 25px;
    margin-top: 25px;
}

.quality4 .tab_box .tab_con .list ul li .img {
    border: 1px solid #eaeaea;
}

.quality4 .tab_box .tab_con .list ul li p {
    margin-top: 20px;
    font-size: 18px;
    color: #333333;
}

.company {
    margin-top: 50px;
}

.company ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.company ul li {
    width: 100%;
    border: 1px solid #e5e5e5;
    padding: 30px;
}

.company ul li h3 {
    font-size: 28px;
    color: #333333;
    position: relative;
    padding-bottom: 20px;
}

.company ul li h3:after {
    content: '';
    background: #03a0e3;
    height: 1px;
    width: 60px;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.company ul li p {
    font-size: 18px;
    color: #666666;
    line-height: 28px;
    margin: 10px 0px;
}

.companynews_swp {
    margin-top: 50px;
    padding-bottom: 70px;
}

.companynews_swp .swiper-slide {
    height: auto;
    background: #fff;
}

.companynews_swp .swiper-slide .img {
    width: 100%;
    height: 263px;
    overflow: hidden;
    position: relative;
}

.companynews_swp .swiper-slide .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.companynews_swp .swiper-slide .img em {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #03a0e3;
    padding: 5px 15px;
    border-radius: 30px;
    color: #fff;
}

.companynews_swp .swiper-slide .text {
    padding: 30px;
    padding-bottom: 80px;
}

.companynews_swp .swiper-slide .text h3 {
    font-size: 24px;
    font-weight: bold;
    color: #2c2c2c;
    line-height: 28px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.companynews_swp .swiper-slide .text p {
    position: absolute;
    bottom: 40px;
    left: 30px;
    font-size: 16px;
}

.companynews_swp .swiper-slide .text i {
    position: absolute;
    left: 30px;
    bottom: 20px;
}

.companynews_swp .swiper-slide .text i:before {
    content: '';
    width: 0px;
    height: 1px;
    background: #03a0e3;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.companynews_swp .swiper-slide .text i:after {
    content: '';
    width: 6px;
    height: 6px;
    background: #03a0e3;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    border-radius: 50%;
}

.companynews_swp .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #fff;
    border: 1px solid #b8b8b8;
    margin: 0px 6px !important;
    opacity: 1;
    outline: none;
}

.companynews_swp .swiper-pagination-bullet-active {
    background: #03a0e3;
    border: 1px solid #03a0e3;
}

.companynews_swp .swiper-slide .link {
    display: block;
}

.companynews_swp .swiper-slide .link:hover .img img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}

.companynews_swp .swiper-slide .link:hover .text h3 {
    color: #03a0e3;
}

.companynews_swp .swiper-slide .link:hover .text i:before {
    width: 50px;
}

.company1 {
    position: relative;
}

.company1:after {
    content: '';
    background: rgba(3, 160, 227, 0.7);
    position: absolute;
    left: 0px;
    height: 50%;
    bottom: 0px;
    width: 100%;
}

.company1 .had {
    position: relative;
    z-index: 3;
    text-align: center;
}

.company1 .had p {
    font-size: 18px;
    color: #fff;
    margin-top: 40px;
    line-height: 26px;
}

.company1 .list {
    overflow: hidden;
    background: url('../images/icon39.png') no-repeat center center;
    position: relative;
}

.company1_swp {
    margin-top: 30px;
    padding-bottom: 50px;
    margin-left: -400px;
}

.company1_swp .swiper-slide .img {
    border-radius: 50%;
    overflow: hidden;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    margin: 0 auto;
    transform: scale(0.29, 0.29);
    -webkit-transform: scale(0.29, 0.29);
}

.company1_swp .swiper-slide .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.company1_swp .swiper-slide .text {
    display: none;
}

.company1_swp .swiper-slide-active {
    position: relative;
    z-index: 3;
    margin-left: 200px !important;
    margin-right: 0px !important;
}

.company1_swp .swiper-slide-active .img {
    transform: scale(0.7, 0.7);
    -webkit-transform: scale(0.7, 0.7);
    margin: 0px 0px;
}

.company1_swp .swiper-slide-active .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.company1_swp .swiper-slide-active .text {
    display: block;
    text-align: center;
    color: #fff;
    margin-left: -100px;
    margin-right: -100px;
}

.company1_swp .swiper-slide-active .text h3 {
    font-size: 24px;
    animation: fadeInUp 0.6s 0.4s both;
}

.company1_swp .swiper-slide-active .text p {
    font-size: 18px;
    margin-top: 10px;
    animation: fadeInUp 0.6s 0.6s both;
}

.company1_prev {
    background: url('../images/icon40.png') no-repeat center center;
    width: 38px;
    height: 38px;
    left: 50%;
    bottom: 60px;
    top: inherit;
    margin-left: -350px;
}

.company1_next {
    background: url('../images/icon41.png') no-repeat center center;
    width: 38px;
    height: 38px;
    right: 50%;
    bottom: 60px;
    top: inherit;
    margin-right: -350px;
}


.company2 .item {
    display: flex;
    flex-direction: row;
    background: #f2f2f2;
    margin-top: 50px;
}

.company2 .item .fl {
    width: 50%;
    padding: 50px;
}

.company2 .item .fl .tit {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #bfbfbf;
}

.company2 .item .fl .tit span {
    font-size: 24px;
    color: #333333;
    display: inline-block;
    padding: 0px 0px 18px;
    margin-right: 40px;
    position: relative;
    cursor: pointer;
    position: relative;
}

.company2 .item .fl .tit span:after {
    content: '';
    background: #03a0e3;
    left: 0px;
    bottom: -1px;
    width: 0%;
    height: 1px;
    position: absolute;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.company2 .item .fl .tit span:hover:after {
    width: 100%;
}

.company2 .item .fl .tit span.active:after {
    content: '';
    background: #03a0e3;
    left: 0px;
    bottom: -1px;
    width: 100%;
    height: 1px;
    position: absolute;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.company2 .item .fl .con {
    margin-top: 30px;
}

.company2 .item .fl .con h3 {
    font-size: 24px;
    color: #0497e8;
    margin-bottom: 20px;
}

.company2 .item .fl .con p {
    font-size: 16px;
    margin-top: 8px;
    line-height: 25px;
}

.company2 .item .fl .con p strong {
    font-weight: bold;
    color: #333;
}

.company2 .item .fr {
    width: 50%;
}


.contact .form {
    margin-top: 50px;
    border: 1px solid #e4e4e4;
    border-right: none;
}

.contact .form .had {
    padding: 25px 35px;
    border-right: 1px solid #e4e4e4;
}

.contact .form .had p {
    line-height: 26px;
    font-size: 18px;
}

.contact .form .list ul li {
    position: relative;
    float: left;
    width: 50%;
    position: relative;
    padding-left: 230px;
    border-top: 1px solid #e4e4e4;
    min-height: 51px;
}

.contact .form .list ul li .con-txt {
    background: #f4f4f4;
    height: 100%;
    border-right: 1px solid #e4e4e4;
}

.contact .form .list ul li label {
    position: absolute;
    font-size: 18px;
    padding-left: 30px;
    height: 50px;
    line-height: 50px;
    width: 230px;
    top: 0px;
    left: 0px;
}

.contact .form .list ul li label span {
    color: #f00;
}

.contact .form .list ul li .txt {
    background: #f4f4f4;
    height: 50px;
    line-height: 50px;
    padding: 0px 10px;
    width: 100%;
    border-left: 1px solid #e4e4e4;
}

.contact .form .list ul li .yzm .txt {
    border-right: none;
}

.contact .form .list ul li .txtbox {
    height: 160px;
    background: #f4f4f4;
    border: none;
    width: 100%;
    padding: 10px;
    line-height: 26px;
    border-left: 1px solid #e4e4e4;
    display: block;
}

.contact .form .list .but {
    padding: 30px;
    padding-left: 30px;
    border-top: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
}

.contact .form .list .but .sub_but {
    border: 1px solid #e4e4e4;
    padding: 12px 20px;
    border-radius: 20px;
    background: #fff;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
}

.contact .form .list ul .heit-1 .con-txt {
    min-height: 50px;
    background: #fff;
}

.contact .form .list ul .heit-2 .con-txt {
    min-height: 160px;
    background: #fff;
}

.contact .form .list ul li .yzm {
    padding-right: 140px;
}

.contact .form .list ul li .yzm img {
    position: absolute;
    top: 50%;
    height: 36px;
    margin-top: -18px;
    right: 10px;
    border-radius: 30px;
}

.contact .form .list .but .sub_but {
    border: 1px solid #e4e4e4;
    padding: 12px 30px;
    border-radius: 20px;
    background: #fff;
}

.contact .form .list .but .sub_but:hover {
    background: #03a0e3;
    color: #fff;
    border: 1px solid #03a0e3;
}

.company_nav ul {
    display: flex;
    flex-direction: row;
}

.company_nav ul li {
    flex: 1;
    padding: 50px 30px;
    text-align: center;
}

.company_nav ul li:nth-child(1) {
    background-image: linear-gradient(90deg, #1669bb 0%, #379dc8 100%)
}

.company_nav ul li:nth-child(3) {
    background-image: linear-gradient(90deg, #5f59d3 0%, #8e6ed0 100%)
}

.company_nav ul li:nth-child(2) {
    background-image: linear-gradient(90deg, #02a5a7 0%, #23c1bc 100%)
}

.company_nav ul li .icon {
    text-align: center;
}

.company_nav ul li .icon img {
    margin: 0 auto;
}

.company_nav ul li .text {
    color: #fff;
    text-align: center;
    margin-top: 30px;
}

.company_nav ul li .text h3 {
    font-size: 18px;
    font-weight: bold;
}

.company_nav ul li .text .con {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.company_nav ul li .text p {
    margin-top: 20px;
    line-height: 25px;
    font-size: 16px;
    text-align: left;
}

.company_nav ul li .text p a {
    color: #fff;
}

.company_nav ul li .text p a:hover {
    text-decoration: underline;
}

.company_details {
    margin-top: 35px;
}

.company_details .had p {
    font-size: 18px;
    color: #666666;
    line-height: 26px;
    margin-top: 15px;
}

.company_details .had p a {
    color: #333;
    margin-right: 20px;
}

.company_details .had p a:after {
    content: '';
    background: url('../images/vid.png') no-repeat left center;
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.company_details .had p a:hover {
    text-decoration: underline;
    color: #02a1e4;
}

.company_details .had ul li {
    font-size: 18px;
    color: #666666;
    padding-left: 20px;
    position: relative;
    margin-top: 15px;
    line-height: 26px;
}

.company_details .had ul li:before {
    content: '';
    background: #03a0e3;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    left: 0px;
    top: 10px;
    margin-top: -2px;
}

.company_details1 {
    margin-top: 80px;
}

.company_details1 ul li {
    margin-top: 50px;
    position: relative;
}

.company_details1 ul li .item {
    display: flex;
    background: #f5f5f5;
    justify-content: space-between;
    position: relative;
    z-index: 3;
}

.company_details1 ul li .item .img {
    width: 47.1%;
}

.company_details1 ul li .item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.company_details1 ul li .item .text {
    width: 45%;
    padding: 80px 0px 80px;
}

.company_details1 ul li .item .text h3 {
    font-size: 32px;
    color: #333333;
}

.company_details1 ul li .item .text p {
    font-size: 18px;
    line-height: 28px;
    margin-top: 20px;
}

.company_details1 ul li:nth-child(2n) .item {
    flex-direction: row;
    position: relative;
}

.company_details1 ul li:nth-child(2n+1) .item {
    flex-direction: row-reverse;
}

.company_details1 ul li:nth-child(2n):before {
    content: '';
    background: #f5f5f5;
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    width: 50%;
}

.company_details1 ul li:nth-child(2n+1):before {
    content: '';
    background: #f5f5f5;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 50%;
}

.citizenship {
    margin-top: 50px;
}

.citizenship .had {
    display: flex;
    flex-direction: row;
    background: #f3f3f3;
}

.citizenship .had .img {
    width: 50%;
}

.citizenship .had .img img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.ehs .had .img {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ehs .had .img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.citizenship .had .text {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 50px;
}

.citizenship .had .text h3 {
    font-size: 32px;
    color: #333333;
}

.citizenship .had .text p {
    font-size: 18px;
    color: #666666;
    line-height: 28px;
    margin-top: 25px;
}

.ehs .had .text li {
    margin-top: 20px;
}

.ehs .had .text strong {
    font-weight: bold;
}

.ehs .had .text .icon {
    width: 75px;
    height: 75px;
    flex: 0 0 auto;
    object-fit: contain;
    filter: url(#gray-overlay);
}

.ehs .had .text li {
    display: flex;
    gap: 15px;
    align-items: center;
}

@media (max-width: 450px) {
    .ehs .had .text li {
        display: block;
    }

    .ehs .had .text .icon {
        margin-bottom: 12px;
    }
}

.ehs .had .text ul p:first-of-type {
    margin-top: 0;
}

.ehs .had .text ul p {
    margin-top: 8px;
}

.ehs .had .text {
    width: 64%;
}

.ehs .had .img {
    width: 36%;
}


.ehs2 strong::before {
    content: "";
    width: 8px;
    height: 8px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    background-color: currentColor;
    transform: rotate(45deg);
    margin-top: -2px;
}

.citizenship1 {
    margin-top: 80px;
}

.citizenship1 .list {
    margin-top: 30px;
}

.partners {
    margin-top: 40px;
    overflow: hidden;
}

.partners ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px;
}

.partners ul li {
    width: 25%;
    padding: 20px;
}

.partners ul li .img {
    border: 1px solid #d2d2d2;
    height: 190px;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.career_search {
    text-align: right;
}

.career_search .sel {
    padding: 15px 20px;
    border-radius: 30px;
    border: 1px solid #b5b5b5;
    font-size: 16px;
    color: #666666;
    outline: none;
    margin-left: 10px;
    min-width: 250px;
    appearance: none;
    -webkit-appearance: none;
    background: url('../images/icon47.png') no-repeat 92% center;
    cursor: pointer;
}

.career table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-top: 50px;
}

.career table tr th {
    background: #0fa4e4;
    color: #fff;
    padding: 18px 10px;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
}

.career table tr td {
    text-align: center;
    font-size: 14px;
    padding: 10px 10px;
    text-align: left;
    border-bottom: 1px solid #dddddd;
}

.career table tr td:first-child {
    color: #03a0e3;
}

.career table tr td a {
    color: #03a0e3;
    text-decoration: underline;
    background: url('../images/icon48.png') no-repeat right center;
    padding: 10px 0px;
    padding-right: 30px;
    display: block;
}

.career table tr td a:hover {
    color: #0d8cc2;
}

.career table tr td p {
    /* margin: 3px 0px; */
    line-height: 22px;
}


.career1_swp {
    padding-bottom: 60px;
}

.career1_swp .swiper-slide .item {
    margin-top: 50px;
}

.career1_swp .swiper-slide .item .icon {
    background: #fff;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.career1_swp .swiper-slide .item p {
    border-bottom: 1px solid #03a0e3;
    padding-bottom: 30px;
    margin-top: 30px;
    font-size: 18px;
    color: #333333;
    line-height: 26px;
    min-height: 83px;
}

.career1_swp .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: none;
    border: 1px solid #b8b8b8;
    margin: 0px 6px !important;
    opacity: 1;
    outline: none;
}

.career1_swp .swiper-pagination-bullet-active {
    background: #03a0e3;
    border: 1px solid #03a0e3;
}

.career2_swp {
    padding-bottom: 60px;
    margin-top: 50px;
}

.career2_swp .swiper-slide p {
    font-size: 28px;
    color: #333333;
    margin-top: 35px;
    text-align: center;
}

.career2_swp .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: none;
    border: 1px solid #b8b8b8;
    margin: 0px 6px !important;
    opacity: 1;
    outline: none;
}

.career2_swp .swiper-pagination-bullet-active {
    background: #03a0e3;
    border: 1px solid #03a0e3;
}

.career3_swp {
    margin-top: 50px;
    padding-bottom: 60px;
}

.career3_swp .swiper-slide p {
    font-size: 18px;
    color: #333333;
    margin-top: 30px;
    text-align: center;
}

.career3_swp .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: none;
    border: 1px solid #b8b8b8;
    margin: 0px 6px !important;
    opacity: 1;
    outline: none;
}

.career3_swp .swiper-pagination-bullet-active {
    background: #03a0e3;
    border: 1px solid #03a0e3;
}


.m_tit_more {
    position: absolute;
    right: 0px;
    top: 0px;
}

.m_tit_more a {
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 5px;
}

.m_tit_more a i {
    margin-left: 10px;
}

.m_tit_more a:hover {
    color: #03a0e3;
    text-decoration: underline;
}

.m_tit_an {
    position: absolute;
    right: 0px;
    top: 0px;
}

.news_events {
    overflow: hidden;
}

.news_events ul {
    margin-left: -24px;
    margin-right: -24px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.news_events ul li {
    width: 33.33%;
    padding: 0px 24px;
    margin-top: 48px;
}

.news_events ul li .img {
    width: 100%;
    height: 0;
    padding-bottom: 58.8%;
    overflow: hidden;
    position: relative;
}

.news_events ul li .img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.news_events ul li .img em {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #03a0e3;
    padding: 5px 15px;
    border-radius: 30px;
    color: #fff;
}

.news_events ul li .text {
    padding: 30px;
    padding-bottom: 80px;
}

.news_events ul li .text h3 {
    font-size: 24px;
    font-weight: bold;
    color: #2c2c2c;
    line-height: 28px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.news_events ul li .text p {
    position: absolute;
    bottom: 40px;
    left: 30px;
    font-size: 16px;
}

.news_events ul li .text i {
    position: absolute;
    left: 30px;
    bottom: 20px;
}

.news_events ul li .text i:before {
    content: '';
    width: 0px;
    height: 1px;
    background: #03a0e3;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
}

.news_events ul li .text i:after {
    content: '';
    width: 6px;
    height: 6px;
    background: #03a0e3;
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    border-radius: 50%;
}

.news_events .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #fff;
    border: 1px solid #b8b8b8;
    margin: 0px 6px !important;
    opacity: 1;
    outline: none;
}

.news_events .swiper-pagination-bullet-active {
    background: #03a0e3;
    border: 1px solid #03a0e3;
}

.news_events ul li .link {
    display: block;
    position: relative;
    background: #f2f2f2;
    height: 100%;
    cursor: pointer;
}

.news_events ul li .link:hover .img img {
    transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}

.news_events ul li .link:hover .text h3 {
    color: #03a0e3;
}

.news_events ul li .link:hover .text i:before {
    width: 50px;
}

.m_had_flex {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.news_details .tit h1 {
    font-size: 40px;
    color: #333333;
}

.news_details .tit h3 {
    display: flex;
    flex-direction: row;
    margin-top: 30px;
    align-items: center;
    border-bottom: 1px solid #dddddd;
    padding-bottom: 30px;
}

.news_details .tit h3 strong {
    display: block;
    font-size: 14px;
    margin-right: 20px;
}

.news_details .tit h3 span {
    background: #f0f0f0;
    color: #333333;
    padding: 6px 25px;
    border-radius: 30px;
}

.news_details .con p {
    font-size: 16px !important;
    line-height: 30px;
    margin-top: 26px;
}

.news_details .con span {
    font-size: 16px !important;
}

.news_details .con strong {
    color: #333;
    font-weight: bold;
}

.news_details .con img {
    margin: 0 auto;
    max-height: auto !important;
    height: auto;
}

.phone_vid {
    display: none;
}

.data_download .list {
    margin-top: 20px;
}

.data_download .list ul li {
    margin-top: 30px;
}

.in_news_swp .swiper-slide .img em {
    position: absolute;
    top: 20px;
    left: 20px;
    background: #03a0e3;
    padding: 5px 15px;
    border-radius: 30px;
    color: #fff;
}

.map_list {
    height: 340px;
}

.map_list img {
    max-height: none !important;
    max-width: none !important;
}

.anchorBL {
    display: none;
}

.mapbox {
    height: 340px;
    overflow: hidden;
    margin-top: 30px;
}

.BMapLabel {
    display: none !important;
}

.BMap_bubble_title {
    color: #6eb92b;
}

.BMap_bubble_content {
    color: #666;
}



/* 登录 */

.loginbox {
    display: none;
}

.login {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 120;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.login .container {
    width: 505px;
    background: #fff;
    padding: 50px;
    border-radius: 5px;
    position: relative;
}

.login .container .colse {
    position: absolute;
    right: 20px;
    top: 20px;
    background: url('../images/colse.png') no-repeat center center;
    width: 30px;
    height: 30px;
    cursor: pointer;
}


.login .topimg {

    margin: 0 auto;
}

.login h1 {
    font-size: 40px;
    text-align: center;
    color: #ffffff;
}

.login .form {
    margin-top: 50px;
}

.login .ipt {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 30px;
    padding-left: 42px;
    padding-bottom: 16px;
    border-bottom: 1px solid #666;
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 23px 2px;
}

.login .ipt:first-child {
    margin-top: 0;
}

.login input,
.login textarea,
.login select {
    height: 100%;
    width: 100%;
    border: none;
    outline: 0 none;
    margin: 0;
    padding: 0;
    appearance: none;
    -webkit-appearance: none;
    text-align: left;
    line-height: 54px;
    padding: 5px 10px;
    background-color: transparent;
    color: #666;
    font-size: 14px;

}

.login input::placeholder {
    color: #666;
}

.login .submit {
    margin-top: 35px;
    line-height: 50px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    background-color: #03a0e3;
    cursor: pointer;
    border-radius: 5px;
}

.login .bottom .line {
    width: 2px;
    height: 16px;
    background-color: #ffffff;
    margin: 0 12px;
}

.login.forget .ipt {
    padding-left: 0;
}

.login.forget .code .ipt {
    width: 60%;
}

.tipsbox {
    display: none;
}

.tipsbox p.active {
    animation: fadeInUp 0.2s 0.3s both;
}

.tips {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 150;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tips p {
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    display: inline-block;
    padding: 10px 25px;
    border-radius: 5px;
}




/*  */
.tc_boxs {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    z-index: 100;
}

.tc_boxs .tc_img {
    margin: auto;
}





/*  */
.product_details_had h3 {
    font-size: 42px;
    color: #000;
}

.product_details_had strong {
    display: block;
    font-size: 18px;
    margin-top: 10px;
}

.product_details {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 35px;
}

.product_details .fl {
    width: 72%;
}

/* .product_details .fl .con { background: #f5f5f5;  padding: 50px; margin-top: 0px; } */
.product_details .fl .con h4 {
    font-size: 26px;
    color: #000;
}

.product_details .fl .con .had {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
}

.product_details .fl .con .list {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 30px;
}

.product_details .fl .con .list .text {
    width: 48.5%;
    padding-right: 10px;
    background: #f5f5f5;
    padding: 30px;
    padding-top: 20px;
}

.product_details .fl .con .list .text h5 {
    font-size: 18px;
    margin-top: 20px;
    font-weight: bold;
    color: #333;
}

.product_details .fl .con .list ul {
    margin-top: 15px;
}

.product_details .fl .con .list ul li {
    font-size: 16px;
    margin-top: 8px;
    position: relative;
    min-width: 50%;
    line-height: 24px;
    padding-left: 16px;
}

.product_details .fl .con .list ul li:before {
    content: '';
    background: #03a0e3;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}

.product_details .fl .item {
    display: flex;
    margin-top: 50px;
    justify-content: space-between;
}

.product_details .fl .item .param {
    width: 100%;
}

.product_details .fl .item .param h4 {
    font-size: 26px;
    color: #000;
}

.product_details .fl .item .param .had {
    font-size: 16px;
    margin-top: 10px;
    line-height: 24px;
}

.product_details .fl .item .param .m_table {
    margin-top: 30px;
}

.product_details .fl .item .field {
    width: 34%;
    background: #f5f7fb;
}

.product_details .fl .item .field h4 {
    font-size: 26px;
    color: #000;
    background: #fff;
    padding-bottom: 30px;
}

.product_details .fl .item .field .text {
    padding: 20px 30px;
}

.product_details .fl .item .field .text p {
    font-size: 16px;
    color: #333;
    margin-top: 15px;
    position: relative;
    min-width: 50%;
    padding-left: 16px;
}

.product_details .fl .item .field .text p:before {
    content: '';
    background: #03a0e3;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}

.product_details .fl .three {
    margin-top: 50px;
}

.product_details .fl .three h4 {
    font-size: 26px;
    color: #000;
    margin-bottom: 30px;
}

.product_details .fl .three .tit {
    font-size: 18px;
    margin-top: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}

.product_details .fl .three .con {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.product_details .fl .three .con .th_fl {
    width: 33%;
    background: #f5f5f5;
    padding: 10px 20px;
}

.product_details .fl .three .con .th_fl .img img {
    margin: 0 auto;
}

.product_details .fl .three .con .th_fc {
    width: 33%;
    background: #f5f5f5;
    padding: 10px 20px;
}

.product_details .fl .three .con .th_fc p {
    line-height: 25px;
    margin-bottom: 2px;
    font-size: 15px;
    position: relative;
    padding-left: 16px;
}

.product_details .fl .three .con .th_fc p:before {
    content: '';
    background: #03a0e3;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 9px;
}

.product_details .fl .three .con .th_fr {
    width: 33%;
    background: #f5f5f5;
    padding: 10px 20px;
}

.product_details .fl .three .con .th_fr p {
    line-height: 25px;
    font-size: 15px;
    position: relative;
    padding-left: 16px;
}

.product_details .fl .three .con .th_fr p:after {
    content: '';
    background: #03a0e3;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 9px;
}

.product_details .fr {
    width: 25%;
}

.product_details .fr .pic {
    border: 1px solid #e3e3e3;
    padding: 20px;
}

.product_details .fr .pic .m_table {
    margin-top: 20px;
}

.product_details .fr .pic img {
    margin: 0 auto;
    max-width: 80% !important;
    max-height: 250px !important;
}

.product_details .fr .pic h4 {
    font-size: 16px;
    margin-top: 10px;
    text-align: center;
}

.product_details .fr .dow {
    margin-top: 30px;
    padding: 20px;
    border: 1px solid #e3e3e3
}

.product_details .fr .dow h3 {
    font-size: 17px;
    color: #fff;
    background: #3f5d9e;
    padding: 12px 30px;
    position: relative;
}

/* .product_details .fr .dow h3:before { content: ''; position: absolute; left: 0px; top: 50%;  height: 4px; margin-top: -2px; width: 15px; background: #03a0e3; } */

.product_details .fr .dow .text {
    padding: 30px;
    padding-top: 10px;
    background: #f5f5f5;
}

.product_details .fr .dow .text dl dt {
    font-size: 16px;
    color: #333;
    margin-top: 15px;
    position: relative;
    min-width: 50%;
    padding-left: 16px;
    display: block;
}

.product_details .fr .dow .text a {
    color: #03a0e3;
}

.product_details .fr .dow .text dl dt a:before {
    content: '';
    background: #03a0e3;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 5px;
}

.product_details .fr .dow .text dl dt a:hover {
    text-decoration: underline;
}

/* .product_details .fr .dow .text dl dt a:hover { text-decoration: underline; color: #3f5d9e; font-weight: bold; } */
.product_details .fr .dow .text dl dd {
    padding-left: 15px;
    margin-top: 15px;
    display: none;
}

.product_details .fr .dow .text dl dd a {
    display: block;
    line-height: 28px;
    font-size: 16px;
}

.product_details .fr .dow .text dl dd a:hover {
    text-decoration: underline;
    color: #3f5d9e;
}

.product_details .fr .dow h4 {
    font-size: 17px;
    color: #fff;
    background: #3f5d9e;
    padding: 12px 30px;
    margin-top: 20px;
    position: relative;
}

/* .product_details .fr .dow h4:before { content: ''; position: absolute; left: 0px; top: 50%;  height: 4px; margin-top: -2px; width: 15px; background: #03a0e3; } */

.product_details .fr .pic .m_table tr th:nth-child(1) {
    width: 70%;
}

.product_details .fr .pic .m_table tr th:nth-child(2) {
    width: 30%;
}

.product_details .fr .pic .m_table tr td {
    font-size: 14px;
    padding: 12px 5px;
}

/* .product_details .fr .dow .list { margin-top: 10px; } */
/* .product_details .fr .dow .list ul { display: flex; flex-direction: row; justify-content: space-between; } */
.product_details .fr .dow .list ul li {
    width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
}

.product_details .fr .dow .list ul li img {
    width: 80%;
    /* height: 100%; */
    margin: 0 auto;
    object-fit: cover;
}

.product_details .fr .dow .list ul li.vid:after {
    content: '';
    background: rgba(0, 0, 0, 0.4) url('../images/vid1.png') no-repeat center center;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.download_click img {
    transition: .5s;
}

.open-img {
    transform: rotateZ(45deg);
}



/* 2022-12-16 */
.product_details .fl .item .param .had {
    word-break: break-all;
}

.product_details .fl .item .param .had div {
    word-break: break-all;
}

.product_details .fl .con .had div {
    word-break: break-all;
}

.product_details .fl .con .had {
    word-break: break-all;
}

.content_id,
.content_id2 {
    display: none;
}

/* 搜索 */
.search-input {
    margin-top: 100px;
    text-align: center;
}

.search-input-main {
    display: inline-flex;
    height: 45px;
    border: 1px solid #c1c1c1;
    border-radius: 5px;
    /* overflow: hidden; */
}

.search-input-main .select-list {
    position: relative;
    display: flex;
    align-items: center;
    border-right: 1px solid #c1c1c1;
    cursor: pointer;
    transition: all .5s;
}

/* .search-input-main .select-list:hover {
    background-color: rgb(231, 231, 231);
} */

.search-input-main .select-list .show-value {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    padding: 0 20px;
    padding-right: 30px;
    transition: all .5s;
}

.search-input-main .select-list .show-value:hover {
    background-color: rgb(63,93,158);
    color: #fff;
}

.search-input-main .select-list ul {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(100%);
    /* width: 100%; */
    background-color: #fff;
    border: 1px solid #fff;
    box-shadow: 0 1px 3px #c1c1c1;
    border-bottom: none;
    min-width: 100%;
    white-space: nowrap;
}

.search-input-main .select-list ul li {
    border-bottom: 1px solid #c1c1c1;
    padding: 5px;
    transition: all .5s;
}

.search-input-main .select-list ul li:hover {
    background-color: rgb(63,93,158);
    color: #fff;
}

.search-input-main .select-list .icon {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    width: 15px;
    margin-left: 5px;
}

.search-input-main form {
    display: flex;
    align-items: center;
    height: 100%;
}

.search-input-main form input {
    display: block;
    height: 100%;
}

.search-input-main form .search-text {
    width: 450px;
    padding-left: 15px;
    padding-right: 15px;
}

.search-input-main form .search-btn {
    padding: 0 30px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    transition: all .5s;
}

.search-input-main form .search-btn:hover {
    background-color: rgb(63,93,158);
    color: #fff;
}

.search-container {
    padding-bottom: 100px;
}

.search-container .result-list {
    margin-top: 100px;
    font-size: 18px;
}

.search-container .result-item {
    display: block;
    padding: 20px;
    background-color: #f0f0f0;
    border-bottom: 1px solid rgb(63,93,158);
    transition: all .5s;
}

.search-container .result-item .result-title {
    margin-top: 10px;
    font-weight: bold;
}

.search-container .result-item .result-content {
    margin-top: 5px;
    line-height: 1.5;
}

.search-container .result-item:hover {
    background-color: rgb(63,93,158);
    color: #fff;
}

.search-container .pager-container {
    margin-top: 80px;
    margin-bottom: 100px;
}

.search-container .pager-container ul {
    display: flex;
    justify-content: center;
}

.search-container .pager-container ul .page a {
    display: inline-block;
    height: 40px;
    width: 40px;
    border: 1px solid #838383;
    line-height: 40px;
    margin: 0px 5px;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    border-radius: 50px;
    text-align: center;
}

.search-container .pager-container li.page:hover a,
.search-container .pager-container li.selected a {
    color: #fff;
    background: #03a0e3;
    border: 1px solid #03a0e3;
}

.search-container .pager-container .next a:after {
    content: '';
    background: url('../images/icon20.png') no-repeat left center;
    width: 19px;
    height: 8px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.search-container .pager-container .previous a,
.search-container .pager-container .next a {
    color: #666;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
}

.search-container .pager-container .previous a{
    margin-right: 15px;
}

.search-container .pager-container .next a{
    margin-left: 15px;
}

.search-container .pager-container .previous a:before {
    content: '';
    background: url('../images/icon19.png') no-repeat left center;
    width: 19px;
    height: 8px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.search-container .error-feedback {
    padding-bottom: 120px;
    text-align: center;
}


/* 补充 */
.padding_b_120 {
    padding-bottom: 120px;
}

.n-split-page .area {
    background-color: #0e80c2;
}

.n-split-page strong {
    font-weight: bold;
}

.n-split-page .area .main{
    display: flex;
    justify-content: space-between;
    padding: 40px 0;
    color: #fff;
}

.n-split-page .area .left {
    flex: 1;
    margin-right: 30px;
}

.n-split-page .area .left .title {
    color: #ffffff;
    font-size: 40px;
    line-height: 1.2em;
    margin-top: 0;
}

.n-split-page .area .left .s-title {
    margin-top: 10px;
    font-size: 30px;
    font-weight: bold;
}

.n-split-page .area .pic {
    width: 33%;
    height: 250px;
    /* background-color: #fff; */
}

.n-split-page .area-content {
    padding-top: 30px;
    font-size: 18px;
}

.n-split-page .area-content .text {
    line-height: 1.5;
}

.n-split-page .area-content .icon-list {
    display: flex;
    justify-content: space-evenly;
    width: 80%;
    margin: 0 auto;
}

.n-split-page .area-content .icon {
    margin: 0 15px;
    margin-top: 30px;
    text-align: center;
    /* cursor: pointer; */
}

.n-split-page .area-content .icon .pic {
    width: 100px;
    height: 100px;
    /* background-color: #c1c1c1; */
    margin: 0 auto;
}

.n-split-page .area-content .icon p {
    margin-top: 11px;
    font-weight: bold;
}

.n-split-page .s-common-title {
    padding-top: 35px;
    font-size: 24px;
    font-weight: normal;
    color: #0b2d67;
}

.consume-container .m_tit_x {
    margin-top: 80px;
}

.n-split-page .common-title {
    margin: 20px 0;
    margin-top: 45px;
    font-size: 20px;
    font-weight: bold;
    color: #0b2d67;
}

.n-split-page .scheme .text {
    font-size: 18px;
}

.n-split-page .product .m_table {
    margin-top: 20px;
}

.n-split-page .guidance .guidance-content {
    display: flex;
    /* margin-top: 10px; */
    font-size: 18px;
}

.n-split-page .guidance .guidance-content .left {
    width: 250px;
    padding: 0 20px;
}

/* .n-split-page .guidance .guidance-content .right {
    margin-left: 20px;
} */

.n-split-page .guidance .guidance-content .left .pic {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    background-color: #c1c1c1;
}

.n-split-page .guidance .guidance-content .left .text {
    margin-top: 20px;
}

.n-split-page .guidance .guidance-content .right {
    flex: 1;
}

.n-split-page .guidance .guidance-content .right .title {
    font-size: 20px;
    /* font-size: 16px; */
    font-weight: bold;
    color: #0b2d67;
    /* margin-top: 20px; */
    margin-top: 45px;
    margin-bottom: 30px;
}

.n-split-page .guidance .guidance-content .right .title sup {
    top: -1em;
    font-size: 10px;
}

.n-split-page .guidance .guidance-content .right ul {
    margin-top: 20px;
}

.n-split-page .guidance .guidance-content .right ul a {
    display: inline-block;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #c1c1c1;
}

.header .search {
    width: 20px;
    margin-left: 20px;
}

.header .search .hover-show {
    display: none;
}

.header .search:hover .hover-hidden {
    display: none;
}

.header .search:hover .hover-show {
    display: block;
}

/* 2024/3/20 */
.table-search {
    position: relative;
    display: none;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    align-items: center;
    /* justify-content: center; */
    font-size: 14px;
    color: #000;
    /* height: 25px; */
    border-radius: 5px;
    overflow: hidden;
    /* background-color: rgba(255, 255, 255, .8); */
    background-color: #fff;
    border: 1px solid rgb(158,157,155);
}

.table-search input {
    height: 100%;
    padding: 2px 5px;
    padding-left: 0;
    padding-right: 5px;
    /* background-color: rgba(255,255,255,.8); */
    background-color: transparent;
    height: 25px;
}

.table-search input[type="text"] {
    flex: 1;
    max-width: 100%;
    /* min-width: 20px; */
    min-width: 0;
    color: #000;
}

.table-search img {
    display: block;
    /* height: 25px; */
    width: 31px;
    height: 30px;
    padding: 5px;
    padding-left: 6px;
    cursor: pointer;
    /* border-top-right-radius: 5px;
    border-bottom-right-radius: 5px; */
    /* transform: rotateY(180deg); */
}

.consume-container .m_table_box.product-table .m_table tr th {
    background-color: #0e80c2;
}

.consume-container .m_table_box.product-table .m_table tr td {
    padding: 7px 5px;
    background-color: #ebeef5;
}

.consume-container .scheme {
    display: none;
}

.consume-container .product {
    display: none;
}

.scheme .m_table {
    margin-top: 30px;
}

/* .scheme .m_table tr td img {
    max-width: 100px !important;
    max-height: 50px !important;
} */


.scheme .m_table tr td .buy-btn {
    width: 80%;
    padding: 10px 25px;
    background-color: #0072bc;
    color: #fff;
    border-radius: 5px;
}
