body{
    --font-size-h2:calc(1.25vw + 16px);
    --font-size-h3:calc(0.315vw + 14px);
    --font-size-18:calc(0.2vw + 14px);
    --font-size-p:calc(0.1vw + 14px);
    --primary-color:#eda333;

}



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

li {
    list-style: none;
}

a {
    text-decoration: none;
    list-style: none;
}

div {
    display: block;

}

.w1720 {
    width: 1400px;
    max-width: 90%;
    margin: 0 auto;
}

.w1820 {
    width: 1600px;
    max-width: 90%;
}

.w1550 {
    width: 1400px;
    max-width: 90%;
    margin: 0 auto;
}

.tp {
    padding-top: 88px;
}

.main {
    width: 100%;
}

.header {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
    background: #ffffff;
    box-shadow: 3px 0px 10px 0px rgba(0, 0, 0, 0.2);
}

.header_cen {
    width: 100%;
    display: flex;

    justify-content: space-between;
}

.header_cen .logo {
    width: 15.666%;
    position: relative;
}

.header_cen .logo .prc img {
    display: block;
    object-fit: cover;
    width: 100%;
    min-height: 106px;
    object-position: left center;
}

.header_cen .logo .logo_img {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 80%;
}

.header_m {
    width: 64.074%;
    display: flex;
    flex-direction: column;
}

.header_m .t {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    height: 46px;
    position: relative;
    background:url(../images/header_m_t.jpg) repeat-x;
    padding: 0 80px;
    font-family: "ProximaNova_Semibold";
    font-size: 16px;
    color: #a4680e;
}

.header_m .t .r {
    display: flex;
    align-items: center;
}

.header_m .t .r img {
    display: block;
    margin-right: 5px;
}

.header_m .t::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 52px;
    height: 46px;
    background: url(../images/header_m_af.png) no-repeat;
}

.header_m .t::before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 52px;
    height: 46px;
    background: url(../images/header_m_be.png) no-repeat;
}

.caidan {
    display: none;
}

.header_m .b {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    /*box-shadow: 3px 0px 3px 0px rgba(0, 0, 0, 0.2);*/
    padding: 0 80px;
}

.header_m .b form {
    display: none;
}

.header_m .b>ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.header_m .b>ul li {
    font-size: 18px;
    font-family: var(--font-bold);
    color: #000000;
}

.header_m .b>ul li .header-temb-title a {
    color: #000000;
    text-transform: uppercase;
    display: block;
    display: flex;
    align-items: center;
    height: 60px;
    position: relative;
}

.header_m .b>ul li .header-temb-title.active a {
    border-bottom: 4px solid #eda333;
}

.header_m .b>ul li .header-temb-title.active a::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0px;
    width: 0%;
    height: 0;
    border-left: 3px solid transparent;
    /* 左边框透明 */
    border-right: 3px solid transparent;
    /* 右边框透明 */
    border-bottom: 4px solid #eda333;
    transform: translateX(-50%);
}

.header_m .b>ul .header_lint {
    width: 2px;
    height: 12px;
    display: block;
    background: #bfbfbf;
}

.header-v-hover {
    display: none;
    position: absolute;
    z-index: 30;
    left: 50%;
    top: 106px;
    background: #fff;
    width: 100%;
    transform: translateX(-50%);
    padding: 0 3%;
}

.header-v-hover ul {
    display: flex;
    flex-wrap: wrap;
}

.header-v-hover ul li a {
    display: flex;
    font-size: 16px;
    font-family: "ProximaNova_Semibold";
    color: #000;
    width: 220px;
    padding: 30px 0;
    margin: 0 30px;
    height: auto;
    transition: all 0.3s ease;
}

.header-v-hover ul li a:hover {
    color: #eba233;
}

.header-v-hover ul li a .dian {
    font-weight: bold;
    display: block;
    width: 20px;
    font-size: 16px;
    line-height: 1;
    font-family: "Hanson_Bold";
}

.header_r {
    width: 20.26%;
    position: relative;
}

.header_r .prc{height: 100%;}

.header_r .prc img {
    display: block;
    width: 100%;
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: right center;
}

.header_r form {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 270px;
    height: 33px;
    border-radius: 33px;
    background: #ffffff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #505050;
    max-width: 80%;
}

.header_r form input {
    border: none;
    background: none;
    outline: none;
    width: 173px;
    height: 100%;
    text-indent: 1em;
    max-width: calc(100% - 100px);
}

.header_r form button {
    display: block;
    border: none;
    border-left: 1px solid #505050;
    padding: 0 5px;
    background: none;
    font-size: 16px;
    line-height: 1;
    font-family: var(--font-regular);
    color: #666666;
    cursor: pointer;
    outline: none;
}

.header_m .b>ul li .header-temb-title .iconfont {
    display: none;
}

@media (max-width:1500px) {
    .header_m .b>ul li {
        font-size: 16px;

    }
}

@media (max-width:1400px) {
    .header_m .b {
        padding: 0 60px;
    }

    .header_m .t {
        padding: 0 60px;
    }

    .header_r form {
        max-width: 90%;
    }
}

@media (max-width:1100px) {
    .header_r {
        display: none;
    }

    .header_m {
        width: 84.334%;
    }

    .header_m .b {
        padding: 0 4%;
    }

    .header_m .b {
        position: absolute;
        left: 0;
        top: 106px;
        width: 100%;
        background: #fff;
        height: calc(100vh - 106px);
        z-index: 30;
        display: none;
        flex-direction: column;
        justify-content: flex-start;
        padding-top: 20px;
        overflow: auto;
    }

    .header_m .b.active {
        display: flex;
    }

    .header_m .b form {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 33px;
        border-radius: 33px;
        border: 1px solid #505050;
        width: 100%;
    }

    .header_m .b form input {
        border: none;
        background: none;
        outline: none;
        height: 100%;
        text-indent: 1em;
        width: calc(100% - 56px);
        max-width: calc(100% - 56px);
    }

    .header_m .b>ul .header_lint {
        display: none;
    }

    .header_m .b>ul {
        width: 100%;
        flex-direction: column;
    }

    .header_m .b>ul li {
        opacity: 0;
        transform: translateY(20px);
        transition: all 0.5s ease;
        width: 100%;
    }

    .header_m .b.active>ul li {

        opacity: 1;
        transform: translateY(0);
    }

    .header_m .b>ul li .header-temb-title {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: space-between;
    }

    .header_m .b>ul li .header-temb-title .iconfont {
        display: block;
    }

    .header-v-hover {
        position: relative;
        left: 0;
        top: 0;
        transform: translateX(-0%);
    }

    .header-v-hover ul li {
        width: auto !important;
    }

    .header_m .t .l {
        display: none;
    }

    .caidan {
        display: flex;
        align-items: center;
        width: 100%;
        font-size: 60px;
        justify-content: flex-end;
        padding-right: 4%;
        height: 60px;
        cursor: pointer;
    }

    .caidan .iconfont {
        font-size: 45px;
        transition: all 0.2s ease;
    }

    .caidan .iconfont:hover {
        color: #eba233;
    }

    .caidan .icon-close {
        display: none;
    }
}

.header_m .b form button {
    display: block;
    border: none;
    border-left: 1px solid #505050;
    padding: 0 5px;
    background: none;
    font-size: 12px;
    line-height: 1;
    font-family: "OCTOPUS_ROUNDED_0";
    color: #666666;
    cursor: pointer;
    outline: none;
}


/* 信息 */
.col_me {
    width: 100%;
    padding: 60px 0 70px;
    background: url(../images/col_me.jpg) no-repeat;
    background-size: cover;
}

.col_me .title {
    text-align: center;
    font-size: 46px;
    color: #fff;
    font-family: var(--font-bold);
}

.col_me .col_me_bom {
    margin-top: 35px;
}

.col_me .col_me_bom form {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.col_me .col_me_bom form input {
    width: 300px;
    height: 46px;
    border-radius: 25px;
    font-size: 16px;
    font-family: var(--font-regular);
    border: none;
    outline: none;
    text-indent: 1em;
    margin-right: 15px;
}

.col_me .col_me_bom form .btn {
    width: 300px;
    height: 50px;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-family: var(--font-regular);
    background: #eda333;
    color: #fff;
    cursor: pointer;
}


@media (max-width:1500px) {
    .header_m .t .r p span{ display:block;}
    .header_m .caidan .iconfont{ font-size:25px;}
    .header_m .b form input{width: calc(100% - 100px);}
    .header-v-hover{ padding:0;}
    .header-v-hover ul li a{ width:100%; padding:10px 0;margin:0; word-break: break-word;}
    .col_me .title {
        font-size: 40px;
        margin-bottom: 20px;
    }

    .col_me {
        width: 100%;
        padding: 40px 0 50px;
    }

    .col_me .col_me_bom {
        margin-top: 20px;
        width: 640px;
        max-width: 100%;
        margin: 0 auto;
    }

    .col_me .col_me_bom form input {
        margin-bottom: 15px;
    }

    .col_me .col_me_bom form .btn {
        margin-bottom: 15px;
    }

    .col_me .col_me_bom form input:nth-child(2n) {
        margin-right: 0;

    }
}

@media (max-width:1200px) {
    .col_me .title {
        font-size: 32px;
    }
}

@media (max-width:768px) {
    .w1720{ max-width:90%;}
    .w1550{ max-width:90%;}
    .col_me .col_me_bom form {
        width: 100%;
    }

    .col_me .col_me_bom form input {
        width: 100%;
        margin-right: 0;
    }

    .col_me .col_me_bom form .btn {
        width: 100%;
    }

    .col_me {
        width: 100%;
        padding: 30px 0 35px;
    }

    .col_me .title {
        font-size: 26px;
    }
}

/* footer */
.footer {
    width: 100%;
    background: #272727;
    padding: 20px 0 0;
}

.footer_t {
    padding: 35px 0 35px;
}

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

.footer_t ul li {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
    font-family:var(--font-semibold);
    border-right: 1px solid #3c3c3c;
}

.footer_t ul li a {
    color: #fff;
    transition: all 0.3s ease;
}

.footer_t ul li a:hover {
    color: #eda333;
}

.footer_b {
    padding: 24px 0;
    
    border-bottom: 1px solid #3c3c3c;
    display: flex;
   justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative;
}

.footer_b .l {
    width: 520px;
    max-width: 100%;
    font-family: var(--font-regular);
    font-size: 16px;
    line-height: 28px;
}

.footer_b .l .tit {
    color: #fff;
}

.footer_b .l .ftext {
    color: #929292;
    line-height: 28px;
    font-size: 16px;
}

.footer_b .m ul{
   color: #fff;
}
.footer_b .m ul li{
    margin-bottom: 10px;
}
.footer_b .m ul li a{
   color: #fff;
   font-size: var(--font-size-p);
   opacity: 0.5;
   transition: all 0.5s;
   line-height: 1;
  
}
.footer_b .m ul li:hover a{
    color: var(--primary-color);
    opacity: 1;
 }
 
.footer_b .r ul {
    display: flex;
    flex-direction: column;
}

.footer_b .r ul li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.footer_b .r ul li:last-child {
    margin-bottom: 0;
}

.footer_b .r ul li .prc_ico {
    width: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 3px;
}

.footer_b .r ul li img {
    display: block;

}

.footer_b .r ul li p {
    font-size: 16px;
    color: #fff;
    font-family: var(--font-regular);
}

.footer_b .r ul li p a {
    color: #929292;
    transition: all 0.3s ease;
}

.footer_b .r ul li p a:hover {
    color: #eda333;
}

.footer_bom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-family: var(--font-regular);
    color: #696969;
    padding: 20px 0;
}

.footer_bom .l {}

.footer_bom .r {
    display: flex;
    align-items: center;
}

.footer_bom .r ul {
    display: flex;
    align-items: center;
}

.footer_bom .r ul li {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-left: 8px;
}

.footer_bom .r ul li img {
    display: block;
    width: 100%;
}

@media (max-width:1500px) {
    .footer_t ul li {
        font-size: 24px;
    }

    .footer_t {
        padding: 30px 0 35px;
    }
}

@media (max-width:1250px) {
    .footer_t ul li {
        font-size: 20px;
    }

    .footer_t {
        padding: 20px 0 25px;
    }

    .footer_b .m {
        position: relative;
        left: 0;
        right: 0;
        top: 0;
        transform: translate(0, 0);
    }

    .footer_b .m img {
        width: 170px;
    }
}

@media (max-width:1200px) {
    .footer_b .r {
        width: 100%;
        margin-top: 15px;
    }

    .footer_b .m img {
        width: 100%;
        margin-top: 15px;
    }
}

@media (max-width:768px) {
    .footer_t{ display:none;}
    .footer_t ul li {
        width: auto;
        margin: 10px 15px;
    }
    .footer_b .m {
        display: none;
    }
    .footer_bom {
        flex-direction: column-reverse;
    }

    .footer_bom .r {
        margin-bottom: 10px;
    }
}

/* 面包屑 */
.mbx {
    width: 100%;
    background: #fff;
    padding: 30px 60px 20px;
    display: none;
}

.mbx .mbx_cen {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mbx .mbx_cen .l {
    position: relative;
    font-size: 36px;
    line-height: 1.1;
    font-family: var(--font-bold);
    text-transform: uppercase;
    padding-left: 20px;
    line-height: 1;
    color: #222;
}

.mbx .mbx_cen .l::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 21px;
    background: #eda333;
}

.mbx .mbx_cen .r ul {
    display: flex;
    align-items: center;
}

.mbx .mbx_cen .r ul li {
    margin: 0 3px;
    font-size: 20px;
    line-height: 1.5;
    font-family: "ProximaNova_Semibold";
    display: flex;
    align-items: center;
    color: #7a7575;
}

.mbx .mbx_cen .r ul li img {
    display: block;
    margin-right: 5px;
    /* line-height: 24px; */
}

.mbx .mbx_cen .r ul span {
    display: block;
    font-family: "ProximaNova_Semibold";
    font-size: 25px;
    padding-top: 5px;
}

.mbx .mbx_cen .r ul li:first-child a {
    color: #7a7575;
}

.mbx .mbx_cen .r ul li a {
    display: flex;
    align-items: center;
    line-height: 1;
    color: #010101;
    padding-top: 3px;
}

@media (max-width:1500px) {
    .mbx {
        padding: 20px 40px 16px;
    }

    .mbx .mbx_cen .l {
        font-size: 40px;
        padding-left: 16px;
    }

    .mbx .mbx_cen .r ul li {
        font-size: 20px;
    }
}

@media (max-width:1200px) {
    .mbx {
        padding: 20px 20px 16px;
    }

    .mbx .mbx_cen .l {
        font-size: 32px;
        padding-left: 10px;
    }

    .mbx .mbx_cen .r ul li {
        font-size: 16px;
    }

    .mbx .mbx_cen .r ul li img {
        width: 20px;
    }
}


@media (max-width:768px) {
    .mbx .mbx_cen .l {
        font-size: 24px;
        padding-left: 8px;
    }

    .mbx .mbx_cen .r ul li {
        font-size: 14px;
    }

    .mbx .mbx_cen {
        flex-direction: column-reverse;
        align-items: flex-start;
    }

    .mbx {
        padding: 15px 5% 16px;
    }
}

/* 分页器 */
.fyq {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 60px 0;
}

.fyq .ano {
    padding: 0 16px;
    height: 42px;
    color: #999999;
    font-family: var(--font-regular);
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 5px;
    transition: all .3s ease;
    cursor: pointer;
    margin: 0 6px;
}

.fyq .ano:hover {
    background: #eda333;
    color: #fff;

}

.fyq ul {
    display: flex;
    align-items: center;
}

.fyq ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    color: #999999;
    font-family: "ProximaNova_Semibold";
    font-size: 21px;
    background: #fff;
    border-radius: 5px;
    transition: all .3s ease;
    margin: 0 6px;
}

.fyq ul li a:hover {
    background: #eda333;
    color: #fff;
}

.fyq ul .active a {
    background: #eda333;
    color: #fff;
}

@media (max-width:1500px) {
    .fyq {
        margin: 80px 0;
    }
}

@media (max-width:1200px) {
    .fyq {
        margin: 60px 0;
    }

    .fyq .ano {
        height: 30px;
        font-size: 16px;
        border-radius: 5px;
        margin: 0 6px;
    }

    .fyq ul li a {
        width: 30px;
        height: 30px;
        font-size: 18px;
    }
}

@media (max-width:768px) {
    .fyq {
        margin: 40px 0;
        flex-wrap: wrap;
    }

    .fyq ul {
        margin: 10px 0;
    }
    .fyq .ano span{ display:none; padding: 0 10px;}
}




/* 常规导航 */
.header {
	height: 88px;
	transition: all 0.5s;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	padding: 0 13.5%;
	border-bottom: 1px solid transparent;
}

.header.hover {
	background: #fff;
	border-bottom: 1px solid #ececec;
}

.header:hover {
	background: #fff;
	border-bottom: 1px solid #ececec;
}

.header .header-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 100%;
}

.hover .hover-hide {
	display: none;
}

.hover-show {
	display: none;
}

.hover .hover-show {
	display: block;
}

.nav-content {
	display: flex;

}

.nav-content .pc-nav-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 88px;

}

.nav-content .pc-nav-content .nav-item {
	position: relative;
	padding: 0 2.1vw;
	height: 100%;
}

.nav-content .pc-nav-content .nav-item .grade1 {
	font-size: var(--font-size-20);
	color: #333;
	height: 100%;
	display: flex;
	align-items: center;
	transition: all 0.5s;
	width: 100%;
	position: relative;
    white-space: nowrap;
}

.nav-content .pc-nav-content .nav-item:hover .grade1 {
	color: var(--primary-color);
}

.nav-content .pc-nav-content .nav-item.active .grade1 {
	color: var(--primary-color);
	font-weight: bold;
}

.nav-content .pc-nav-content .nav-item .grade1::after {
	content: '';
	position: absolute;
	background: var(--primary-color);
	width: 0;
	height: 3px;
	bottom: 0;
	left: 50%;
	transform: all 0.5s;
	transform: translateX(-50%);
}

.nav-content .pc-nav-content .nav-item:hover .grade1::after {
	width: 100%;
}


.nav-content .pc-nav-content .nav-item .grade2-content {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 100%);
	width: fit-content;
	height: 0;
	overflow: hidden;
	transition: all 0.5s;
	background: #fff;
	border-radius: 10px;
	padding: 18px 30px 30px;
	display: none;
}

.nav-content .pc-nav-content .nav-item:hover .grade2-content {
	height: auto;
	display: block;
}

.nav-content .pc-nav-content .nav-item:hover .grade2-content a {
	display: block;
	padding: 15px 0;
	border-bottom: 1px solid #ececec;
	white-space: nowrap;
    color: #333;
    transition: all 0.5s;
}
.nav-content .pc-nav-content .nav-item:hover  .grade2-content a:hover{
    color: var(--primary-color);

    border-bottom: 1px solid var(--primary-color);
}
.pc-btn-box {
	display: flex;
	align-items: center;
}

/* 语言切换 */
.pc-btn-box .lang {
	display: flex;
	align-items: stretch;
	margin: 0 0.35rem;
	height: 100%;
	position: relative;
}

.pc-btn-box .lang .layout-box {
	display: flex;
	align-items: center;
}

.pc-btn-box .lang .layout-box img {
	margin: 0 8px;
}

.pc-btn-box .lang .underbox {
	position: absolute;
	width: 150px;
	display: none;
	padding: 10px 20px 20px;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 100%);
	border-radius: 0.1rem;
	background-color: #fff;
	box-shadow: rgb(0, 0, 0, 0.05);
}

.pc-btn-box .lang .underbox a {
	padding: 10px 0;
	border-bottom: 1px solid #ececec;
	display: block;
	white-space: nowrap;
	text-align: center;
}

.pc-btn-box .lang:hover .underbox {
	display: block;
}

/* 联系电话 */
.phone-number {
	height: 100%;
	display: flex;
	align-items: center;
    font-family: var(--font-bold);
}

.phone-number .phone-icon {
	width: 25px;
	height: 25px;
	border-radius: 50%;
	margin-right: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* 搜索 */
.nav-search {
	height: 100%;
	display: flex;
}

.nav-search .search-icon {
	width: 40px;
	margin-left: 10px;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.nav-search .search-content {
	width: 100%;
	height: auto;
	padding: 5.2vw 10%;
	background-color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	transform: translateY(100%);
	display: none;
	border-top: 1px solid #ececec;
}

.nav-search.on .search-content {
	display: block;
}

.nav-search .search-content .title {
	font-size: var(--font-size-h2);
	color: #222;
	font-weight: bold;
	text-align: center;
}

.nav-search .search-content .search-box {
	display: flex;
	border-radius: 6px;
	overflow: hidden;
	height: 56px;
	border: 1px solid #f3f3f3;
	margin: 40px auto;
	width: 800px;
	max-width: 90%;
	justify-content: space-between;
}

.nav-search .search-content .search-box .search-input {
	padding-left: 50px;
	background: url(../images/icon-search.png) no-repeat left 15px center;
    border: none!important;
    flex: 1;
}
.nav-search .search-content .search-box .search-input:focus-visible{
   border: none;
   outline: none;
}
.nav-search .search-content .search-box .search-btn {
	background: #f5f5f5;
	width: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #333;
	font-size: var(--font-size-26);
	cursor: pointer;
	transition: all 0.5s;
}

.nav-search .search-content .search-box .search-btn:hover {
	background: var(--primary-color);
	color: #fff;
}

.white .nav-content .pc-nav-content .nav-item .grade1 {
	color: #fff;
}

.white .pc-btn-box .lang .layout-box img {
	filter: invert(0) brightness(100);
	-webkit-filter: invert(0) brightness(100);
	transition: none;
}

.white .pc-btn-box .lang .layout-box {
	color: #fff;
}

.white .phone-number {
	color: #fff;
}

.white .nav-search .search-icon {
	filter: invert(1) brightness(100%);
	-webkit-filter: invert(1) brightness(100%);
	transition: none;
}

.hover .nav-content .pc-nav-content .nav-item .grade1 {
	color: #333;
}
.hover .nav-content .pc-nav-content .nav-item.active .grade1 {
	color: var(--primary-color);
}

.hover .pc-btn-box .lang .layout-box img {
	filter: none;
	-webkit-filter: none;
}

.hover .pc-btn-box .lang .layout-box {
	color: #333;
}

.hover .phone-number {
	color: #333;
}

.hover .nav-search .search-icon {
	filter: none;
	-webkit-filter: none;
}

header:hover .nav-content .pc-nav-content .nav-item .grade1 {
	color: #333;
}
header:hover .nav-content .pc-nav-content .nav-item:hover .grade1{
color: var(--primary-color);
}
header:hover .nav-content .pc-nav-content .nav-item.active .grade1{
    color: var(--primary-color);
    }
header:hover .pc-btn-box .lang .layout-box img {
	filter: none;
	-webkit-filter: none;
}

header:hover .pc-btn-box .lang .layout-box {
	color: #333;
}

header:hover .phone-number {
	color: #333;
}

header:hover .nav-search .search-icon {
	filter: none;
	-webkit-filter: none;
}




/* 手机导航 */
.header-content .toggle_btn {
	position: relative;
	display: block;
	width: 100%;
	height: 30px;
	z-index: 15;
}

.header-content .toggle_btn {
	position: relative;
	display: block;
	width: 100%;
	height: 30px;
	z-index: 15;
}

.header-content .toggle_btn span {
	position: absolute;
	right: 0;
	width: 26px;
	height: 2px;
	background: var(--primary-color);
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.header-content .toggle_btn span:first-child {
	top: 0;
}

.header-content .toggle_btn span:nth-child(2) {
	top: 8px;
	width: 20px;
}

.header-content .toggle_btn span:last-child {
	top: 16px;
}

.header-content .toggle_btn.on span {
	background-color: var(--primary-color);
}

.header-content .toggle_btn.on span:first-child {
	-webkit-transform: translate(0, 7px) rotate(45deg);
	-o-transform: translate(0, 7px) rotate(45deg);
	transform: translate(0, 7px) rotate(45deg);
	-ms-transform: translate(0, 7px) rotate(45deg);
}

.header-content .toggle_btn.on span:nth-child(2) {
	opacity: 0;
}

.header-content .toggle_btn.on span:last-child {
	bottom: 9px;
	-webkit-transform: translate(0, -9px) rotate(-45deg);
	-o-transform: translate(0, -9px) rotate(-45deg);
	transform: translate(0, -9px) rotate(-45deg);
	-ms-transform: translate(0, -9px) rotate(-45deg);
}

.mobile-nav-content {}

.mobile-nav-icon {

	position: relative;
	z-index: 10;
	width: 30px;
	height: 30px;
	margin-left: 25px;
  display: none;
}

.mobile-nav-icon .toggle-btn {
	position: relative;
	display: block;
	width: 100%;
	height: 30px;
	width: 30px;
	z-index: 10005;
}

.mobile-nav-icon .toggle-btn span {
	position: absolute;
	right: 0;
	width: 26px;
	height: 2px;
	background: var(--primary-color);
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.mobile-nav-icon .toggle-btn span:first-child {
	top: 8px;
}

.mobile-nav-icon .toggle-btn span:nth-child(2) {
	top: 50%;
	width: 20px;
}

.mobile-nav-icon .toggle-btn span:last-child {
	bottom: 6px;
}

.mobile-nav-icon.on .toggle-btn span {
	background-color: var(--primary-color);
}

.mobile-nav-icon.on .toggle-btn span:first-child {
	-webkit-transform: translate(0, 7px) rotate(45deg);
	-o-transform: translate(0, 7px) rotate(45deg);
	transform: translate(0, 7px) rotate(45deg);
	-ms-transform: translate(0, 7px) rotate(45deg);
}

.mobile-nav-icon.on .toggle-btn span:nth-child(2) {
	opacity: 0;
}

.mobile-nav-icon.on .toggle-btn span:last-child {
	bottom: 9px;
	-webkit-transform: translate(0, -3px) rotate(-45deg);
	-o-transform: translate(0, -3px) rotate(-45deg);
	transform: translate(0, -3px) rotate(-45deg);
	-ms-transform: translate(0, -3px) rotate(-45deg);
}

.mobile-nav-box li {
	position: relative;
	width: 100%;
	border-bottom: 1px solid #ddd;
}

.mobile-board {
	position: fixed;
	top: 0;
	right: 0;
	z-index: 9999;
	padding: 50px 0;
	width: 86%;
	height: 100%;
	background: #fff;
	opacity: 0;
	transition: all 0.8s;
	transform: translateX(150%);

}
.header .logo{
    height: 70%;
}
.header .logo img{
    width: auto;
    height: 100%;
}
.mobile-nav-icon.on .mobile-board {
	opacity: 1;
	transform: translateX(0);
}
.mobile-nav-box .mobile-tit{
	padding: 15px 0;
}
.mobile-nav-box .mobile-tit .tit{
	position: relative;
	    padding: 0 5%;
	    width: 100%;
	    display: block;
	    color: #282828;
	    text-align: left;
	    letter-spacing: 2px;
	    font-size: 16px;
}
.header .mobile_down, 
.header .smobile_down{
	position: absolute;
	    top: 50%;
	    right: 5%;
	    z-index: 5;
	    display: block;
	    width: 150px;
	    height: 100%;
	    transform: translateY(-50%);
}
 .mobile_down:before,
  .mobile_nav_box .smobile_down::before {
    position: absolute;
    top: 20px;
    right: 0;
    width: 10px;
    height: 10px;
    border-bottom: 1px solid #222;
    border-left: 1px solid #222;
    content: '';
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}
.mobile-subnav a {
    position: relative;
    display: inline-block;
    padding: 6px 15px;
    width: 100%;
    color: #333;
    text-align: left;
    font-size: 14px;
    line-height: 1.5;
}
.mobile-subnav{
	padding: 12px 4.5%;
	    width: 100%;
	    background: #f5f5f5;
		display: none;
}
@media screen and (max-width:1200px) {
	.nav-content .pc-nav-content {
		display: none;
	}

	.pc-btn-box .lang .layout-box {
		display: none;
	}

	.phone-number {
		display: none;
	}

	.pc-btn-box .lang {
		display: none;
	}
  .mobile-nav-icon{
    display: block;
  }
}

@media screen and (max-width:1000px) {
	.header {
		height: 70px;
	}

	/* .header .header-content{
		height: 70px;
	} */
	.logo {
		height: auto;
	}

	.logo img {
		height: 50px;
		width: auto;
	}
}






/* header-end */









/* 询盘弹窗 */
.from-modle .filter{
    float: right;
    margin-top: 30px;
   }
   .from-modle {
    background-color: var(--primary-color);
    background-blend-mode: normal,
      normal;
    background-size: cover;
    padding: 2.5vw 0;
  }
  
  .from-modle .common-h2 {
    font-size: var(--font-size-h2);
    line-height: 1.3;
    color: #fff;
    margin-bottom: 20px;
    font-family: var(--font-bold);
  }
  
  .from-modle .form-desc {
    font-size: var(--font-size-p);
    color: #fff;
    line-height: 1.5;
  
    max-width: 1000px;
  }
  
  .from-modle .from-box {
    background: #fff;
    border-radius: 1.04vw;
    padding: 1.5vw 1.5vw 1.7vw;
  }
  
  .from-modle .from-box .flex-input {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
  }
  
  .from-modle .from-box .flex-input .input-box {
    display: flex;
    align-items: center;
    height: 50px;
    border-bottom: 1px solid rgb(27, 27, 27, 0.2);
  }
  
  .from-modle .from-box .flex-input .input {
    flex: 1;
    margin-left: 0px;
    padding-left: 10px !important;
    border: none;
  }
  
  .from-box .qhjsdy p {
    border-radius: 50px;
    background-color: transparent;
    display: flex;
    align-items: center;
    padding: 0px 30px 0 5px;
    width: auto;
    color: var(--primary-color);
  }
  
  .qhjsdy {
    position: relative;
    width: auto;
    background: transparent;
    border-radius: 50px;
  }
  
  .from-box .qh {
    display: flex;
    align-items: center;
  }
  
  .from-modle .from-box .areabox {
    display: flex;
    height: 50px;
    align-items: center;
    border-bottom: 1px solid rgb(27, 27, 27, 0.2);
    margin-top: 1.5vw;
    margin-bottom: 1.5vw;
  }
  
  .from-modle .from-box .areabox textarea {
    flex: 1;
    height: 50px;
    padding: 15px 10px 10px;
  }
  
  .from-modle .from-box {
    position: relative;
  }
  
  .from-modle .from-box .pos {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 50%);
    background: var(--primary-color);
    height: 46px;
    border-radius: 50px;
    color: #fff;
    padding: 0 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .copyright {
    font-size: 16px;
    color: #fff;
    opacity: 0.5;
  }
  
  .from-modle .from-box .areabox .stit {
    color: #222;
  }
  @media (max-width: 1000px) {
    .copyright {
      margin-top: 20px;
    }
    .flex-mod .from-box{
      margin-top: 20px;
    }
    .from-modle .blocktitle {
      color: #fff;
      margin-bottom:30px;}
  }
  
  @media (max-width: 1200px) {
    .from-modle .from-box .flex-input {
  
      grid-template-columns: repeat(2, 1fr);
  
    }
  }
  
  @media (max-width:750px) {
    .from-modle .from-box .flex-input {
  
      grid-template-columns: repeat(1, 1fr);
  
    }
    .from-modle{
        padding: 40px 0;
    }
    .flex-mod .c-tit{
        margin-bottom: 20px;
    }
    .from-modle .from-box{
        padding: 20px;
    }
  }
  
  

  .flex-mod {
    display: flex;
    align-items: center;
  
  }
  
  .flex-mod .c-tit {
    flex: 1;
  }
  
  .flex-mod .from-box {
    width: 700px;
    max-width: 90%;
    margin: 0 0 0 5%;
  }
  
  .flex-mod .from-box .flex-input {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  
  .from-modle .from-box .pos {
    position: static;
    transform: translate(0, 0);
    width: fit-content;
    margin-top: 20px;
  }
  
  .pink {
    color: var(--primary-color);
  }
  
  .qhjsdy::after {
    border: unset;
    width: 12px;
    height: 20px;
    background: url("../images/down5.png") no-repeat center center;
  }
  

  
  @media (max-width: 1000px) {
    .flex-mod {
      display: flex;
      flex-direction: column;
    }
  
    .from-modle .filter {
      display: none;
    }
  
    .flex-mod .from-box {
      margin: 0;
    }
  
    .fixedbox {
      height: auto;
    }
  
    .flex-mod .from-box .flex-input {
      display: grid;
      grid-template-columns: repeat(1, 1fr);
      gap: 0.3rem;
    }
  
    .flex-mod .from-box {
      max-width: 100%;
    }
  }
  
  .laba {
    margin: 0;
    display: inline;
  }












   .f-flexbox {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    width: 100%;
  }
  
  .tyheadh {
    text-align: center;
    margin-bottom: 60px;
  }
  
  .tyheaddb {
    margin-bottom: 0px;
  }
  
  .tyhead-bt {
    font-size: 28px !important;
    font-family: var(--font-bold);
    text-align: left;
  }
  
  .tyhead-des {
    color: #666666;
    font-size: 16px !important;
    margin-top: 10px !important;
    font-family: 'var(--font-regulary)';
    text-align: left;
    margin-bottom: 15px;
  }
  
  @media screen and (max-width: 1459px) {
    .tyhead-bt {
      font-size: 40px !important;
      line-height: 1.3 !important;
    }
  }
  
  @media screen and (max-width: 1259px) {
    .tyhead-bt {
      font-size: 42px !important;
      line-height: 1.3 !important;
    }
  }
  
  @media screen and (max-width: 970px) {
    .tyhead-bt {
      font-size: 22px !important;
      line-height: 32px !important;
    }
  
    .tyhead-bt br {
      display: none;
    }
  
    .tyheadh {
      margin-bottom: 15px;
    }
  
    .popupBox .formBox .li {
      margin-top: 25px;
    }
  
    .f-flexbox {
      display: grid;
      grid-template-columns: repeat(1,1fr);
    }
  }
  
  .popupBox .formBox .list {
    position: relative;
    width: 90%;
    margin: 0 auto;
    padding: 0.75rem 3rem;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 84px 0px rgba(204, 204, 204, 0.58);
    box-shadow: 0px 0px 84px 0px rgba(204, 204, 204, 0.58);
    border-radius: 10px;
  }
  
  .popupBox .formBox .list::after {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    right: -5.8rem;
    bottom: -8.25rem;
    background: url(../images/pro-bgm2.png) no-repeat center;
    background-size: cover;
    z-index: -1;
  }
  
  .popupBox .formBox .ul {
    margin-top: 35px;
  }
  
  .popupBox .formBox .liBox {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .popupBox .formBox .li {
    position: relative;
    width: 100%;
    margin-top: 10px;
    display: flex;
    align-items: center;
    /* background: #f7f7f7; */
    border-bottom: 1px solid rgb(27, 27, 27, 0.2);
  }
  
  .popupBox .formBox .li:last-child {
    margin-right: 0px;
  }
  
  .popupBox .formBox .li input {
    flex: 1;
    padding: 15px;
  }
  
  .popupBox .formBox .li .qh input {
    flex: 1;
    padding: 15px 15px 15px 0;
  }
  
  .popupBox .formBox .li textarea {
    position: relative;
    display: block;
    padding: 15px 20px 0;
    width: auto;
    flex: 1;
    height: 50px;
    color: #222;
    overflow: hidden;
    border-radius: 6px;
  }
  
  .popupBox .formBox .li textarea {
    height: 50px;
  }
  
  .popupBox .formBox .sub {
    width: auto;
    margin-top: 20px;
    padding: 12px 40px;
    line-height: 1;
  
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    border-radius: 40px;
    transition: all 0.5s;
    border: 1px solid var(--primary-color);
    background-color: var(--primary-color);
  }
  
  .popupBox .formBox .more span {
    background: transparent;
  }
  
  .popupBox .formBox .more::after {
    display: none;
    width: 0;
  }
  
  .popupBox .formBox .sub:hover {
    background-color: var(--primary-color);
    color: #fff;
  }
  
  .popupBox .formBox label.error {
    padding: 0 20px;
    color: #f00;
  }
  
  .popupBox .formBox .placeholder {
    position: absolute;
    top: 0px;
    left: 0;
    display: block;
    padding: 15px 20px;
    font-size: 16px;
    color: #666666;
  }
  
  .popupBox .formBox .placeholder::after {
    content: '*';
    color: #f5af27;
  }
  
  .popcont {
    position: relative;
    padding: 0.5rem 0.7rem;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 3px 87px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 3px 87px 0px rgba(0, 0, 0, 0.09);
    border-radius: 10px;
    overflow: hidden;
  }
  
  .popupBox {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    z-index: 999;
    display: none;
  }
  
  .popupBox.on {
    display: block;
  }
  
  .popupBox .poplist {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  
  .popupBox .poplist .ul {
    margin-top: 0px;
  }
  
  .popupBox .close {
    position: absolute;
    top: -3%;
    right: 19%;
    z-index: 9999;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background: var(--primary-color);
    border-radius: 50%;
    font-size: 16px;
    transition: all 0.6s;
  }
  
  .popupBox .popcont {
    margin: 0 auto;
    width: 60%;
    padding: 0.5rem 0 0.6rem 0;
    background: #fff;
    border-radius: 15px;
    padding: 30px 5%;
    max-height: 90vh;
    overflow: auto;
  }
  
  .popupBox .popcont .popcont_tit {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 15%;
    width: 100%;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 0.48rem;
    line-height: 1.25;
    transform: translate(-50%, -50%);
  }
  
  .popupBox .shadow {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
  }
  
  .popupBox::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
  }
  
  @media screen and (max-width: 1279px) {
    .popupBox .popcont {
      width: 70%;
    }
  
    .popupBox .formBox .li input {
      height: 42px;
    }
  
    .qhjsdy p {}
  
    /* .popupBox .formBox .li textarea {
      height: 140px;
    }
   */
    .popupBox .close {
      right: 13.5%;
    }
  }
  
  @media screen and (max-width: 1151px) {
    .popupBox .popcont {
      padding: 25px 15px;
      width: 95%;
    }
  
    /* .popupBox .formBox .li textarea {
      height: 120px;
    } */
  
    .popupBox .formBox .placeholder {
      font-size: 15px;
      padding: 10px 15px;
    }
  
    .popupBox .formBox .sub {
      margin-top: 20px;
      padding: 6px 10px;
      font-size: 16px;
      height: 40px;
    }
  
    .popupBox .close {
      right: 0.5%;
    }
  
    .banner-nc2 {
      top: 35%;
    }
  
    /* .index-banner::before {
  display: block;
  } */
  }
  
  .qh {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
  }
  
  .qhjsdy {
    position: relative;
    height: 100%;
    left: 0;
    width: 25%;
    z-index: 8;
    text-align: center;
    /* background-color: #ff9800; */
  
    cursor: pointer;
    border-radius: 60px 0 0 60px;
  }
  
  .popupBox .qhjsdy {
    width: fit-content;
    border-radius: 10px 0 0 10px;
  }
  
  .qhjsdy2 {
    background-color: #1d1d1d;
    border-radius: 0.1rem 0 0 0.1rem;
    width: 20%;
    height: auto;
  }
  
  .qhjsdy p {
    color: var(--primary-color);
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 18px;
    font-family: 'WixMadeforDisplay-Bold';
    width: 100px;
    position: relative;
    padding: 0 15px;
    font-size: 16px;
    border-radius: 50px;
    background-color: transparent;
    display: flex;
    align-items: center;
    padding: 0px 30px 0 5px;
    width: auto;
  }
  
  
  .qhjsdy::after {
    content: '';
    width: 0;
    height: 0;
    border-top: 6px solid var(--primary-color);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  

  .qhjsdy2 p {
    line-height: 2;
    color: var(--primary-color);
    text-align: left;
  }
  
  .qhjsdy ul {
    background-color: white;
    padding: 15px;
    border: 1px solid #e4e7ed;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
    box-sizing: border-box;
    position: absolute;
    width: 240px;
    left: 0;
    z-index: 999;
    bottom: 50px;
    max-height: 200px;
    overflow-x: auto;
    display: none;
  }
  
  .qhjsdy ul.on {
    display: block;
  }
  
  .qhjsdy ul li {
    font-size: 15px;
    margin-bottom: 10px;
    text-align: left;
    color: #666666;
    background-color: rgb(158 158 158 / 8%);
  }
  
  .qhjsdy ul li:hover {}
  
  .qhjsdy ul li:hover span {
    color: white;
    background-color: var(--primary-color);
  }
  
  .qhjsdy ul li span {
    /* margin: 0 3px; */
    background-color: #9e9e9e;
    padding: 5px;
    width: 50px;
    text-align: center;
    display: inline-block;
    margin-right: 5px;
    color: white;
  }
  
  .qh input {
    /* padding-left: 28% !important; */
  }
  
  .formBox .in_tith {
    padding: 0 0.6rem;
    margin-bottom: 0;
  }
  
  .formBox .in_tith .tit {
    color: black;
    line-height: 1.2;
    margin-bottom: 10px;
    font-size: 0.46rem;
  }
  
  .formBox .in_tith .dec {
    color: #666666;
  }
  /* 加载 */
.load-box {
  position: fixed;
  width: 200px;
  height: 200px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%);
  z-index: -20;
  opacity: 0;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.load-box.on {
  z-index: 999999;
  opacity: 1;
}

.load-box .circle {
  width: 80px;
  height: 80px;
  border: 6px #ececec solid;
  border-top: 6px #2469c8 solid;
  border-radius: 50%;
  animation: spin-circle 0.8s infinite linear;
}

@keyframes spin-circle {
  from {
      transform: rotate(0deg);
  }

  to {
      transform: rotate(360deg);
  }
}


.btn-color {
  width: fit-content;
  min-width:175px;
  height: 54px;
  line-height: 54px;
  padding: 0 20px;
  font-size: 16px;
  border: 1px solid var(--primary-color);
  background:var(--primary-color) url(../images/arrow1.png)no-repeat right 15px center;
  color: #fff;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.8s;

}

.btn-color::before {
  position: absolute;
  top: 0;
  left: -45px;
  width: 25px;
  height: 100%;
  background: #fff;
  content: '';
  opacity: 0.5;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.btn-color:hover::before {
  left: 120%;
}