* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "PingFangSC", "微软雅黑", "Microsoft YaHei", "Helvetica Neue",
        "Helvetica", "Arial", "sans-serif";
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

img {
    max-width: 100%;
    vertical-align: top;
}

.img-widthFill {
    display: block;
    width: 100%;
}

.line1 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.line2 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.line3 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.line4 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.container {
    /* 版心大小自己设置 */
    /* width: ; */
    width: 1680px;
    margin: auto;
}

/* 首导航开始 */
.navigation {
    position: relative;
    z-index: 999;
}

.nav_pc {
    position: fixed;
    top: 0;
    z-index: 10;
    background: transparent;
    width: 100%;
    transition: 0.6s;
}

.nav_pc::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 450px;
    height: 100%;
    background: #fff;
    border-radius: 0px 0px 53px 0px;
    z-index: -1;
}

.nav_pc .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.nav_pc .logo {
    width: 200px;
}

.nav_pc .nav_title {
    height: 85px;
    display: flex;
    align-items: center;
}

.nav_pc .nav_title>li {
    transition: 0.3s;
    position: relative;
    z-index: 1;
    margin-right: 70px;
}

.nav_pc .nav_title>li:last-child {
    margin-right: 0;
}

.nav_pc .nav_title>li>a {
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.nav_pc .nav_title>li::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 0;
    height: 3px;
    background: #DAB866;
    border-radius: 2px 2px 2px 2px;
    transition: 0.3s;
}

.nav_pc .nav_title>li:hover::after,
.nav_pc .nav_title>li.active::after {
    width: 100%;
}

.nav-fixed {
    box-shadow: 0px 8px 50px 0px rgba(135, 151, 192, 0.12), inset 0px -2px 0px 0px rgba(217, 217, 217, 0.6);
    background: #fff;
}

.nav-fixed .nav_title>li>a {
    color: #3D3D3D;
}

/* 手机导航 */
.nav_phone {
    display: none;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    padding: 20px;
    box-sizing: border-box;
    transition: 0.3s;
}

.nav_phone.show {
    background-color: #fff;
    box-shadow: 0px 0px 28px 0px rgba(156, 156, 156, 0.25);
}

.phone_logo img:first-child,
.nav_phone.show .phone_logo img:last-child {
    display: block;
}

.nav_phone_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    z-index: 999;
}

.menu {
    overflow: hidden;
    max-height: 0;
    background-color: #fff;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

.active_menu {
    min-height: 100vh;
    overflow: auto;
    padding: 10px 20px;
    box-sizing: border-box;
    line-height: 1.5;
    padding-top: 80px;
}

.menu>ul>li>a {
    position: relative;
    padding: 15px 0;
    background: transparent;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    letter-spacing: 1px;
    border-bottom: 1px solid #ececec;
}

.menu>ul>li>a span {
    font-size: 14px;
    color: #333;
    -webkit-text-fill-color: #333;
}

.menu>ul>li>a span.iconfont {
    font-size: 18px;
    transition: 0.3s;
}

.sub-menu {
    display: none;
}

.sub-menu li {
    padding: 8px 18px;
    border-bottom: 1px solid #ececec;
    background-color: #fff;
}

.sub-menu li a {
    color: #333;
    font-size: 12px;
}

.active_submenu .iconfont {
    transform: rotate(90deg);
}


/* logo */
.phone_logo img {
    width: 170px;
}

.phone_logo img:last-child,
.nav_phone.show .phone_logo img:first-child {
    display: none;
}

.nav_right {
    display: flex;
    align-items: center;
}

/* 列表按钮 */
.spinner-master {
    position: relative;
    width: 46px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: transparent;
    height: 46px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 3px;
    z-index: 9999;
}

.spinner-master * {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    box-sizing: border-box;
}

.spinner-spin {
    width: 22px;
    text-indent: -99999px;
}

.spinner-master .spinner {
    height: 2px;
    width: 100%;
    background-color: #fff;
}

.spinner-master .spinner.active {
    background-color: #000;
}

.spinner:nth-child(2n) {
    width: 100% !important;
}

.spinner-master .horizontal {
    margin-top: 6px;
}

.spinner-master .diagonal.part-2 {
    margin-top: 6px;
}

.spinner_active .spinner-spin>.diagonal.part-1 {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    margin-top: 3px;
}

.spinner_active .spinner-spin>.horizontal {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.spinner_active .spinner-spin>.diagonal.part-2 {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    margin-top: -10px;
}

.spinner_active .spinner {
    background-color: #000;
}

/* 首导航结束 */

/*公共banner 开始*/
.bannerCommon {
    width: 100%;
    position: relative;
}

.bannerCommon>img {
    object-fit: cover;
    height: 100%;
}

.bannerCommon>.hang {
    position: absolute;
    top: 50%;
    left: 340px;
    transform: translateY(-50%);
    z-index: 9;
}

.bannerCommon>.hang>p {
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: 3px 6px 6px rgba(0, 0, 0, 0.5);
}

.bannerCommon>.hang>p:first-child {
    font-size: 60px;
}

.bannerCommon>.hang>p:last-child {
    font-size: 18px;
}

/*公共banner 结束*/

/*slider 开始*/
.slider {
    position: fixed;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.slider .phone_contact,
.slider .on_contact {
    margin-bottom: 15px;
    width: 40px;
    height: 140px;
    background: linear-gradient(180deg, #FEE29E 0%, #EBC568 100%);
    border-radius: 30px 30px 30px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.slider .phone_contact span:first-child,
.slider .on_contact span:first-child {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 5px;
}

.slider .phone_contact span:last-child,
.slider .on_contact span:last-child {
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
    writing-mode: vertical-rl;
    letter-spacing: 5px;
}

.slider .gotop {
    width: 40px;
    height: 40px;
    background: linear-gradient(180deg, #FEE29E 0%, #EBC568 100%);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    cursor: pointer;
}

/*slider 结束*/


/* 面包屑   开始 */
.crumbs {
    margin-top: 30px;
    width: 100%;
    height: 70px;
    position: relative;
}

.crumbs>.container {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 3px solid rgba(217, 217, 217, 0.5);
}

.crumbs .locationWrapper {
    height: 100%;
    display: flex;
    align-items: center;
}

.crumbs .locationWrapper>.icon-home-filling {
    font-size: 16px;
    font-weight: 400;
    color: #666;
}

.crumbs .locationWrapper>a,
.crumbs .locationWrapper>.fg {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
}

.crumbs .locationWrapper>a.active {
    color: #DAB866;
}

.crumbs .locationWrapper>.fg {
    margin: 0 8px;
}

.crumbs .back {
    display: flex;
    align-items: center;
}

.crumbs .back>span {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 1;
}

.crumbs .back>span.iconfont {
    margin-left: 6px;
}

/* 面包屑   结束 */

/*index_title 开始*/
.page_common_title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
    position: relative;
}

.page_common_title .en {
    font-weight: bold;
    font-size: 100px;
    background: linear-gradient(to bottom, rgba(218, 184, 102, 0.2) 0%, rgba(255, 255, 255, 0.1) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.page_common_title .zh-CN {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    font-weight: bold;
    font-size: 48px;
    color: #DAB866;
}

/*index_title 结束*/

/*page 翻页 开始*/
.page {
    padding-bottom: 100px;
}

.page .container {
    display: flex;
    justify-content: center;
    font-family: Source Han Sans CN;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    flex-wrap: wrap;
}

.page .container>.pageblock:not(:last-child) {
    margin-right: 11px;
    margin-bottom: 11px;
}

.page .container>.index,
.page .container>.total {
    background: #EBEBEB;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
}

.page .container>.index:first-of-type,
.page .container>.index:last-of-type {
    width: 115px;
    height: 50px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 35px 35px 35px 35px;
    flex-shrink: 0;
    transition: 0.3s;
}

.page .container>.index {
    width: 50px;
    height: 50px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    transition: 0.3s;
    flex-shrink: 0;
}

.page .container>.total {
    width: 126px;
    height: 37px;
    flex-shrink: 0;
}

.page .container>.active, .page .container>.pageblock:hover {
    background: #DAB866;
    color: #FFF;
}

/*page 翻页 结束*/

/* footer 开始 */
.footer {
    width: 100%;
    background: url(../images/footerbg.png) no-repeat center/cover;
}

.footer .footer_top {
    padding: 70px 0;
}

.footer .footer_top .container {
    display: flex;
    justify-content: space-between;
}

.footer .footer_top .container .left .footer_logo {
    width: 180px;
    margin-bottom: 30px;
}

.footer .footer_top .container .left .contact_way li {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.footer .footer_top .container .left .contact_way li:last-child {
    margin-bottom: 0;
}

.footer .footer_top .container .left .contact_way li .icon {
    font-size: 12px;
    color: #fff;
    font-weight: 400;
    margin-right: 10px;
}

.footer .footer_top .container .left .contact_way li .msg {
    font-weight: 300;
    font-size: 14px;
    color: #FFFFFF;
}

.footer .footer_top .container .center .footer_nav {
    display: flex;
    align-items: flex-start;
}

.footer .footer_top .container .center .footer_nav>li {
    margin-right: 90px;
    cursor: pointer;
}

.footer .footer_top .container .center .footer_nav>li:last-child {
    margin-right: 0px;
}

.footer .footer_top .container .center .footer_nav>li .title {
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
    margin-bottom: 20px;
    display: block;
}

.footer .footer_top .container .center .footer_nav>li .footer_nav_second li {
    /* text-align: center; */
    margin-bottom: 12px;
}

.footer .footer_top .container .center .footer_nav>li .footer_nav_second li:last-child {
    margin-bottom: 0;
}

.footer .footer_top .container .center .footer_nav>li .footer_nav_second li a {
    font-weight: 300;
    font-size: 14px;
    color: #FFFFFF;
}

.footer .footer_top .container .right {
    width: 135px;
}

.footer .footer_bottom {
    padding: 20px 0;
}

.footer .footer_bottom .container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer .footer_bottom .container .tip {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.footer .footer_bottom .container .tip:last-child {
    margin-right: 0;
    margin-bottom: 0;
}

.footer .footer_bottom .container .tip span,
.footer .footer_bottom .container .tip a {
    font-weight: 300;
    font-size: 14px;
    color: #FFFFFF;
}

.footer .footer_bottom .container .tip a {
    text-decoration: underline;
}

/* footer 结束 */


@media(max-width:1760px) {
    .container {
        width: 90%;
    }

    .nav_pc::before {
        width: 400px;
    }

    .page_common_title .en {
        font-size: 80px;
    }
}

@media(max-width:1680px) {
    .nav_pc::before {
        width: 360px;
    }

    .nav_pc .logo {
        width: 170px;
    }

    .nav_pc .nav_title {
        height: 70px;
    }

    .nav_pc .nav_title>li {
        margin-right: 60px;
    }

    .bannerCommon>.hang {
        left: 260px;
    }

    .bannerCommon>.hang>p:first-child {
        font-size: 52px;
    }

    .page_common_title {
        margin-bottom: 50px;
    }

    .page_common_title .en {
        font-size: 70px;
    }

    .page_common_title .zh-CN {
        bottom: -8px;
        font-size: 44px;
    }

    .slider {
        right: 25px;
    }

    .slider .phone_contact,
    .slider .on_contact {
        width: 35px;
        height: 130px;
    }

    .slider .gotop {
        width: 35px;
        height: 35px;
        font-size: 18px;
    }

    .footer .footer_top {
        padding: 60px 0;
    }

    .footer .footer_top .container .center .footer_nav>li {
        margin-right: 70px;
    }


}

@media(max-width:1440px) {
    .nav_pc::before {
        width: 310px;
    }

    .nav_pc .logo {
        width: 160px;
    }

    .nav_pc .nav_title {
        height: 60px;
    }

    .nav_pc .nav_title>li {
        margin-right: 50px;
    }

    .nav_pc .nav_title>li>a {
        font-size: 16px;
    }

    .bannerCommon>.hang {
        left: 200px;
    }

    .bannerCommon>.hang>p:first-child {
        font-size: 48px;
    }

    .page_common_title {
        margin-bottom: 40px;
    }

    .page_common_title .en {
        font-size: 60px;
    }

    .page_common_title .zh-CN {
        bottom: -4px;
        font-size: 40px;
    }

    .slider {
        right: 20px;
    }

    .slider .phone_contact,
    .slider .on_contact {
        width: 30px;
        height: 120px;
    }

    .slider .phone_contact span:first-child,
    .slider .on_contact span:first-child {
        font-size: 18px;
    }

    .slider .gotop {
        width: 30px;
        height: 30px;
        font-size: 16px;
    }

    .page {
        padding-bottom: 60px;
    }

    .footer .footer_top {
        padding: 50px 0;
    }

    .footer .footer_top .container .center .footer_nav>li {
        margin-right: 40px;
    }
}

@media(max-width:1280px) {
    .nav_pc::before {
        width: 290px;
    }

    .nav_pc .nav_title>li {
        margin-right: 40px;
    }

    .nav_pc .nav_title {
        height: 50px;
    }

    .nav_pc .nav_title>li>a {
        font-size: 14px;
    }

    .slider {
        right: 15px;
    }

    .bannerCommon>.hang>p:first-child {
        font-size: 36px;
    }

    .bannerCommon>.hang>p:last-child {
        font-size: 14px;
    }

    .crumbs {
        height: 65px;
    }

    .footer .footer_top {
        padding: 40px 0;
    }

    .footer .footer_top .container .left .footer_logo {
        width: 160px;
        margin-bottom: 20px;
    }

    .footer .footer_top .container .center .footer_nav>li .title {
        margin-bottom: 15px;
    }

    .footer .footer_top .container .center .footer_nav>li {
        margin-right: 20px;
    }

    .footer .footer_top .container .center .footer_nav>li .footer_nav_second li {
        margin-bottom: 8px;
    }

    .footer .footer_top .container .right {
        width: 120px;
    }

}

@media(max-width:1135px) {
    .nav_pc::before {
        width: 270px;
    }
}

@media(max-width:1024px) {

    .nav_pc {
        display: none;
    }

    .nav_phone {
        display: block;
    }

    .bannerCommon {
        height: 300px;
    }

    .bannerCommon>.hang {
        left: 130px;
    }

    .bannerCommon>.hang>p:first-child {
        font-size: 32px;
    }


    .page_common_title .en {
        font-size: 44px;
    }

    .page_common_title .zh-CN {
        bottom: -4px;
        font-size: 32px;
    }

    .slider {
        display: none;
    }

    .crumbs {
        height: 60px;
        margin-top: 0;
    }

    .page {
        padding-bottom: 40px;
    }

    .footer .footer_top .container {
        align-items: center;
    }

    .footer .footer_top .container .center {
        display: none;
    }

}

@media(max-width:768px) {
    .nav_phone {
        padding: 15px 20px;
    }

    .phone_logo img {
        width: 150px;
    }

    .active_menu {
        padding-top: 60px;
    }

    .bannerCommon {
        height: 250px;
    }

    .bannerCommon>.hang>p:first-child {
        font-size: 28px;
    }

    .page_common_title {
        margin-bottom: 30px;
    }

    .page_common_title .en {
        font-size: 34px;
    }

    .page_common_title .zh-CN {
        bottom: -4px;
        font-size: 28px;
    }

    .footer .footer_top {
        padding: 30px 0;
    }

    .footer .footer_top .container .left .footer_logo {
        width: 150px;
        margin-bottom: 15px;
    }

    .footer .footer_top .container .right {
        width: 100px;
    }
}

@media(max-width:600px) {
    .phone_logo img {
        width: 130px;
    }

    .nav_phone>.search {
        width: 80%;
        margin: 10px auto 0;
    }

    .nav_phone>.search>form>input {
        padding: 16px 18px;
    }

    .bannerCommon {
        height: 230px;
    }

    .bannerCommon>.hang {
        left: 70px;
    }

    .page_common_title .en {
        font-size: 27px;
    }

    .page_common_title .zh-CN {
        bottom: -12px;
        font-size: 24px;
    }

    /*本次面包屑 新增*/
    .crumbs {
        height: 50px;
    }

    .crumbs .locationWrapper>a,
    .crumbs .locationWrapper>.fg,
    .crumbs .back>span {
        font-size: 12px;
    }

    /*本次面包屑 新增*/

    .crumbs .locationWrapper>.fg {
        margin: 0 5px;
    }

    .footer .footer_bottom {
        padding: 10px 0;
    }
}

@media(max-width:480px) {
    .nav_phone {
        padding: 15px 10px;
    }

    .phone_logo img {
        width: 110px;
    }

    .spinner-spin {
        width: 20px;
    }

    .spinner-master {
        width: 30px;
        height: 30px;
    }

    .spinner-master .horizontal,
    .spinner-master .diagonal.part-2 {
        margin-top: 5px;
    }

    .spinner_active .spinner-spin>.diagonal.part-2 {
        margin-top: -9px;
    }

    .nav_phone>.search {
        width: 90%;
    }

    .nav_phone>.search>form>input {
        padding: 12px 14px;
    }

    .nav_phone>.search>form>button {
        width: 85px;
    }

    .nav_phone>.search>form>.icon-sousuo:before {
        margin-right: 4px;
    }

    .bannerCommon>.hang>p:first-child {
        font-size: 24px;
    }

    .page_common_title .en {
        font-size: 24px;
    }

    .page_common_title .zh-CN {
        bottom: -12px;
        font-size: 22px;
    }

    .page {
        padding-bottom: 30px;
    }

    .page .container>.index:first-of-type,
    .page .container>.index:last-of-type {
        width: 80px;
        height: 35px;
    }

    .page .container>.index,
    .page .container>.total {
        font-size: 14px;
    }

    .page .container>.total {
        width: 100px;
        height: 30px;
        flex-shrink: 0;
    }

    .page .container>.index {
        width: 35px;
        height: 35px;
        transition: 0.3s;
        flex-shrink: 0;
    }

    .footer .footer_top {
        padding: 30px 0 10px 0;
    }

    .footer .footer_top .container {
        flex-direction: column;
    }

    .footer .footer_top .container .left {
        margin-bottom: 15px;
    }

    .footer .footer_top .container .left .footer_logo {
        width: 120px;
        margin: 0 auto 10px;
    }

    .footer .footer_top .container .left .contact_way li {
        justify-content: center;
        margin-bottom: 8px;
    }

    .footer .footer_bottom .container {
        flex-direction: column;
    }

    .footer .footer_bottom .container .tip {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

@media(max-width:430px) {

    .page_common_title .en {
        font-size: 21.5px;
    }

    .page_common_title .zh-CN {
        bottom: -8px;
        font-size: 18px;
    }

}

@media(max-width:390px) {
    .page_common_title .en {
        font-size: 20px;
    }
}