*,
:before,
:after {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

article,
aside,
audio,
blockquot,
body,
dd,
div,
dl,
dt,
figcaption,
figure,
filedset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
input,
li,
nav,
ol,
p,
section,
ul,
video {
    margin: 0;
    padding: 0
}

em,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 1em;
    font-style: normal;
    font-weight: 400
}

li,
ol,
ul {
    list-style: none
}

fieldset,
img {
    max-width: 100%;
    height: auto;
    border: 0 none;
    vertical-align: middle
}

button,
input,
select,
textarea {
    font: 12px/20px Arial;
    outline: 0;
    resize: none;
    border: none
}

input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: none;
    outline: 0;
    cursor: pointer
}

:focus {
    outline: 0
}

a {
    color: #00132b;
    text-decoration: none;
    outline: 0;
    cursor: pointer
}

a:link,
a:visited {
    text-decoration: none
}

a:active {
    text-decoration: none
}

.clearfix:after {
    clear: both;
    content: '';
    display: table;
    height: 0;
    line-height: 0;
    visibility: hidden
}

.clearfix {
    zoom: 1
}

.clear {
    clear: both
}

.fl {
    float: left
}

.fr {
    float: right
}

body {
    font: 14px/20px "PingFang_Regular", "Microsoft YaHei";
    color: #333333;
    line-height: 1
}

.wrap {
    width: 1400px;
    margin: 0 auto
}

.container {
    width: 97.91667%;
    margin: 0 auto;
    border-radius: 20px;
    overflow: hidden
}

@font-face {
    font-family: 'pingfang_l';
    src: url("../fonts/PingFang_Light.woff") format("woff");
    font-display: swap
}

@font-face {
    font-family: 'pingfang_r';
    src: url("../fonts/PingFang_Regular.woff") format("woff");
    font-display: swap
}

@font-face {
    font-family: 'pingfang_m';
    src: url("../fonts/PingFang_Medium.woff") format("woff");
    font-display: swap
}

@font-face {
    font-family: 'pingfang_b';
    src: url("../fonts/PingFang_Bold.woff") format("woff");
    font-display: swap
}

@font-face {
    font-family: 'pingfang_h';
    src: url("../fonts/PingFang_Heavy.woff") format("woff");
    font-display: swap
}

.header .wrap {
    height: 90px;
    line-height: 90px;
    /* overflow: hidden; */
    text-align: center
}

.header .logo {
    width: 14.71429%;
    float: left
}

.header .logo img {
    width: 100%
}

.header .nav {
    display: inline-block;
    vertical-align: top;
    font-size: 0
}

.header .nav li {
    display: inline-block;
    vertical-align: middle
}

.header .nav li a {
    display: block;
    padding: 10px 22px;
    border: 1px solid transparent;
    border-radius: 30px;
    font-size: 16px;
    color: #0d0d0d;
    font-family: 'pingfang_m';
    line-height: 1
}

.header .nav li:hover a {
    color: #2a60c1
}

.header .nav li.on a {
    border: 1px solid #2a60c1;
    color: #2a60c1
}

.header .header-right {
    float: right;
    position: relative;
    display: flex;
    align-items: center;
    gap: 15px;
    white-space: nowrap;
    margin-left: auto;
}

.header .tel {
    float: right;
    padding-left: 38px;
    background: url(../images_pc/header_tel.png) left center no-repeat;
    background-size: 26px;
    font-size: 16px;
    color: #2a60c1;
    font-family: 'pingfang_b'
}

.header {
    position: relative;
}

/* 语言选择器样式 */
.language-selector {
    position: absolute;
    top: 50%;
    right: -120px;
    transform: translateY(-50%);/
}

.language-selector select {
    padding: 8px 30px 8px 16px;
    border: 2px solid #2a60c1;
    border-radius: 4px;
    background-color: white;
    color: #2a60c1;
    font-size: 14px;
    cursor: pointer;
    appearance: none;
    /* 去除默认下拉箭头 */
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: all 0.3s ease;
}

.language-selector select:hover {
    background-color: #2a60c1;
    color: white;
}

/* 自定义下拉箭头 */
.language-selector::after {
    content: '▼';
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    pointer-events: none;
    color: #2a60c1;
    transition: color 0.3s ease;
}

.language-selector select:hover+ ::after {
    color: white;
}



.footer .wrap {
    padding: 42px 0;
    font-size: 16px;
    color: #555555;
    line-height: 1.875;
    text-align: center
}

.footer a {
    color: #555555
}

.fix-right {
    position: fixed;
    z-index: 9999;
    width: 211px;
    height: 478px;
    right: -220px;
    top: 50%;
    margin-top: -239px;
    background: url(../images_pc/xf-bg.png) no-repeat top;
    background-size: 100%;
    text-align: center;
    transition: all linear 0.3s
}

.fix-right a,
.fix-right span {
    font-size: 0;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    cursor: pointer
}

.fix-right .get {
    height: 106px;
    top: 30%
}

.fix-right .tel {
    height: 90px;
    top: 55%
}

.fix-right .con {
    background-color: #fff;
    padding-top: 75px;
    padding-bottom: 5px;
    border-radius: 0 0 10px 10px;
    position: relative;
    margin-top: -68px;
    display: none
}

.fix-right .con span {
    display: block;
    font-size: 18px;
    color: #333333;
    line-height: 22px;
    margin-bottom: 6px
}

.fix-right .con .tel strong {
    display: block;
    font-size: 20px;
    color: #4180e1;
    line-height: 24px
}

.fix-right .con .qt {
    font-size: 18px;
    color: #2f76e4;
    line-height: 20px;
    margin-top: 10px
}

.fix-right .return-top {
    width: 88px;
    background: #2a3e5c;
    border-radius: 2px;
    padding: 15px 0;
    position: fixed;
    right: 55px;
    bottom: -10%;
    cursor: pointer;
    transition: all linear 0.3s
}

.fix-right-active {
    right: -6px
}

.fix-right-active .return-top {
    bottom: 1%
}

.footer .f_top {
    position: fixed;
    bottom: 1.3vw;
    right: 5.73vw;
    color: #fff;
    font-size: 14px;
    line-height: 1.8125;
    font-family: "poppins_l";
    padding: 12px;
    height: 65px;
    opacity: 0;
    visibility: hidden;
    cursor: pointer;
    z-index: 333;
    background-color: #2a3e5c;
    vertical-align: bottom;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.footer i {
    font-size: 40px;
    top: 28px;
    position: relative;
}

.footer .f_top_active {
    opacity: 1;
    visibility: visible
}



.public_contact {
    margin-top: 20px;
    background: #2b60c2
}

.public_contact .wrap {
    padding-top: 77px;
    padding-bottom: 80px
}

.public_contact .title {
    font-size: 36px;
    color: #ffffff;
    font-family: 'pingfang_h';
    text-align: center
}

.public_contact .btnbox {
    display: flex;
    margin: 50px auto 0
}

.public_contact .btnbox a {
    width: 33%;
    height: 98px;
    float: left;
    background: #ffffff;
    border-radius: 50px;
    color: #2a60c1;
    cursor: pointer;
    transition: all linear 0.3s
}


.public_contact .btnbox a:hover {
    background: rgba(255, 255, 255, 0.3);
    color: #fff
}

.public_contact .btnbox .swtbtn {
    padding-left: 40px;
    font-size: 22px;
    font-family: 'pingfang_h';
    line-height: 98px
}

.public_contact .btnbox .swtbtn:before {
    content: "";
    width: 44px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 48px;
    background: url(../images_pc/home6_tb1.png) center no-repeat;
    background-size: 100%
}

.public_contact .btnbox .swtbtn_es {
    padding-left: 20px;
    font-size: 18px;
    font-family: 'pingfang_h';
    line-height: 98px;
}

.public_contact .btnbox .swtbtn_es:before {
    content: "";
    width: 44px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    background: url(../images_pc/home6_tb1.png) center no-repeat;
    background-size: 100%;
}


.public_contact .btnbox .telbtn {
    margin-left: 40px;
    padding-left: 46px
}

.public_contact .btnbox .telbtn span {
    display: inline-block;
    padding: 26px 0 26px 88px;
    /* background: url(../images_pc/home6_tb2.png) left center no-repeat; */
    background: url(/static/img/social-whatsapp.webp) left center no-repeat;
    background-size: 42px;
    font-size: 16px;
    font-family: 'pingfang_m';
    text-align: center;
    transition: all linear 0.3s
}

.public_contact .btnbox .telbtn span b {
    display: block;
    margin-bottom: 8px;
    font-size: 22px;
    font-family: 'pingfang_h';
    white-space: nowrap;
}

.public_contact .btnbox .emailbtn {
    margin-left: 40px;
    padding-left: 20px
}

.public_contact .btnbox .emailbtn span {
    display: inline-block;
    padding: 26px 10px 26px 58px;
    background: url(/static/img/email.png) left center no-repeat;
    background-size: 42px;
    font-size: 16px;
    font-family: 'pingfang_m';
    text-align: center;
    transition: all linear 0.3s
}

.public_contact .btnbox .emailbtn span b {
    display: block;
    margin-bottom: 8px;
    font-size: 22px;
    font-family: 'pingfang_h'
}

@font-face {
    font-family: 'impact';
    src: url("../fonts/impact.woff") format("woff");
    font-display: swap
}


@media (max-width: 1600px) {
    .wrap {
        width: 1280px
    }
}

@media (max-width: 1440px) {
    .wrap {
        width: 1120px
    }
    .public_contact .btnbox span b,
    .public_contact .btnbox a {
        font-size: 18px !important;
    }
    .public_contact .btnbox a span {
        padding-left: 40px !important;
    }

    .public_contact .btnbox .swtbtn:before{
        margin-right: 10px;
    }
    .public_contact .btnbox .emailbtn span{
        padding-right: 10px;
    }
}

@media (max-width: 1280px) {
    .public_contact .btnbox span b,
    .public_contact .btnbox a {
        font-size: 16px !important;
    }
    .public_contact .btnbox a span {
        padding-left: 40px !important;
    }

    .public_contact .btnbox .swtbtn:before{
        margin-right: 10px;
    }
    .public_contact .btnbox .emailbtn span{
        padding-right: 10px;
    }
    .wrap {
        width: 960px
    }

    .header .wrap {
        height: 80px;
        line-height: 80px
    }

    .header .nav li a {
        padding: 8px 18px;
        font-size: 14px
    }

    .header .tel {
        padding-left: 32px;
        background-size: 22px;
        font-size: 14px
    }

}



/* cookie  */
.cookies_m {
    display: none;
}

.cookies {
    display: block;
}

.cookies {
    font-size: 10px;
    width: 100%;
    height: auto;
    position: fixed;
    padding-top: 3em;
    padding-bottom: 1em;
    bottom: 0em;
    background: #fff;
    box-shadow: 0px 0px 4px #ccc;
    z-index: 99999;
}

.cookiebox {
    font-size: 14px;
    line-height: 22px;
    color: #666;
    text-align: left;
    padding-right: 4.5em;
    width: 75%;
    height: auto;
    display: table;
    margin: 0 auto;
    border-right: 0.1em solid #ccc;
    float: left;
    margin-left: 6%;
}

.cookiestitle {
    width: 144px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    border-radius: 37px;
    background: #cccccc;
    color: #fff;
    font-size: 16px;
    float: left;
    margin-left: 2em;
    cursor: pointer;
    transition: 0.4s;

}

.cookiestitle:hover {
    background: #000033 !important;
    transition: 0.4s;
}

.cookiescenter {
    width: 95%;
    height: auto;
    margin: 0 auto;
}

/* cookie  */


.whass_box {
    font-size: 18px;
    cursor: pointer;
    position: fixed;
    bottom: 10%;
    left: 4%;
    z-index: 100;
}


/* 输入框 */

.kuangs {
    font-size: 16px;
    width: 100%;
    background: rgba(0, 0, 0, 0.65);
    height: 100%;
    display: none;
    position: fixed;
    z-index: 200;
    top: 0rem;
}

.kuang input {
    color: #000 !important;
}

.biaos {
    position: fixed;
    width: 50% !important;
    top: 10%;
    margin-left: 0% !important;
    left: 25% !important;
    background: #fff;
    box-shadow: 0px 0px 6px #ccc;
    z-index: 9999999;
    padding: 1% 0;
}

.biaos .infor .tit {
    text-align: center;
    font-size: 40px;
    color: #262626;
    margin-top: 2%;
    line-height: 40px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: 'he';
}

.biaos .infor .con {
    text-align: center;
    font-size: 16px;
    color: #777;
    line-height: 22px;
    margin-bottom: 15px;
}

.biaos .row {
    width: 85%;
    margin-left: 7.5%;
    transition: .2s width ease;
    zoom: 1;
}

.biaos .btm_box {
    text-align: center;
    margin-top: 2%;
    margin-bottom: 2%;
}

.biaos .btns_list {
    margin: 0 auto;
    display: block;
    float: none;
}

.biaos .green {
    width: 47.7%;
    height: 50px;
    line-height: 50px;
    border: none;
    background: #ff6935 !important;
    font-size: 18px;
    color: #fff !important;
    cursor: pointer;
    padding: 0;
}

.biaos .form input {
    border: 1px solid #aaa;
    font-size: 16px;
    color: #000;
    display: block;
}

.biaos .line1 {
    height: 50px;
    line-height: 50px;
    width: 98.5%;
    margin-bottom: 20px;
    text-indent: 15px;
}

.close_btn {
    width: 33px;
    font-size: 1.5em;
    height: 33px;
    border-radius: 33px !important;
    text-align: center;
    font-weight: 600;
    color: #fff;
    background: #000;
    border: 2px solid #fff;
    position: absolute;
    top: -11.5px;
    right: -11.5px;
    cursor: pointer;
}

#dr_liuyan {
    border: 0.1em solid #aaa !important;
    color: #666 !important;
}

#dr_liuyan {
    width: 98.5% !important;
    height: 5.5em;
    border-color: transparent;
    border-bottom-color: #5e8dcf !important;
    background: transparent;
    font-size: 1em;
    padding-top: 0.8em !important;
    resize: none !important;
    color: #fff;
    font-family: p;
}

/* 输入框end */