﻿@charset "utf-8";


.head-page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 111;
    background: transparent;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
}

.head-page::after {
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    background: #2D649D;
    display: none;
}

.head-page .logo {
    position: relative;
}

.head-page .logo img {
    height: 55px;
}

.head-page .item-r {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
}

.head-page .page-nav {
    margin-left: auto;
}

.head-page .item {
    position: relative;
}

.head-page .item > a {
    display: block;
    height: 90px;
    line-height: 90px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 150px;
    padding: 0 36px;
    box-sizing: border-box;
}

.head-page .item span {
    font-size: 16px;
    color: #333333;
    position: relative;
    padding-bottom: 6px;
}

.head-page .item span::after {
    display: inline-block;
    content: "";
    width: 0;
    height: 1px;
    background: #2F639D;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .3s;
}

.head-page .item:hover span::after {
    width: 100%;
}

.head-page .item:hover span {
    color: #2F639D;
}

.head-page .page-nav .item .page-nav-hid {
    position: absolute;
    left: 50%;
    top: 90px;
    margin-left: -70px;
    width: 140px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
    transition: opacity .3s, visibility .3s, -webkit-transform .3s;
    -webkit-transition: opacity .3s, visibility .3s, -webkit-transform .3s;
    -o-transition: transform .3s, opacity .3s, visibility .3s;
    transition: transform .3s, opacity .3s, visibility .3s;
    transition: transform .3s, opacity .3s, visibility .3s, -webkit-transform .3s;
    z-index: 9999;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}

.head-page .page-nav .item .page-nav-hid .link {
    text-align: center;
    color: #666;
    background: #fff;
    position: relative;
    line-height: 40px;
    font-size: 14px;
    -webkit-transition: background-color 0.4s, color 0.4s;
    -o-transition: background-color 0.4s, color 0.4s;
    transition: background-color 0.4s, color 0.4s;
    display: block;
}

.head-page .page-nav .item:hover .page-nav-hid {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
}

.head-page .page-nav .item .page-nav-hid .link:hover {
    background: #2D649D;
    color: #ffffff;
}


.langure a {
    font-size: 16px;
    color: #333333;
    margin-left: 6px;
}

.langure {
    margin-left: 26px;
}

@media only screen and (max-width: 1043px) {
    .head-page {
        display: none;
    }
}

/* 移动端头部开始 */

.head-phone {
    display: none;
    height: 60px;
    line-height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    background: #ffffff;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
}

.mbnav .langure:nth-child(1) {
    margin-left: 0;
}

.mbnav .other {
    justify-content: center;
    margin-top: 30px;
}

.head-phone.sc-head {
    background: #ffffff;
    -webkit-box-shadow: -4px 4px 5px rgba(0, 0, 0, 0.2);
    box-shadow: -4px 4px 5px rgba(0, 0, 0, 0.2);
}

.head-phone .width1200 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
}

.head-phone .logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 8px;
}

.head-phone .logo img {
    height: 45px;
}

.head-phone .nav-toggle-list {
    cursor: pointer;
}

.head-phone .nav-toggle-list span {
    width: 30px;
    height: 2px;
    background-color: #ffffff;
    border-radius: 1px;
    border-radius: 1.5px;
    display: block;
}

.head-phone .nav-toggle-list span:first-of-type {
    top: 0;
}

.head-phone .nav-toggle-list span:nth-child(2) {
    opacity: 1;
    margin-top: 8px;
}

.head-phone .nav-toggle-list span:nth-child(3) {
    width: 15px;
    margin-top: 8px;
}

.head-phone .item-r a {
    margin-right: 10px;
}

.head-phone .item-r a:last-child {
    margin-right: 0;
}

.head-phone .phonenav {
    position: fixed;
    top: 60px;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 99;
    background: #ffffff;
    display: none;
}

.head-phone .phonenav a {
    display: block;
    text-align: left;
    font-size: 16px;
    line-height: 50px;
    border-bottom: 1px dashed #d2bfaf;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


@media only screen and (max-width: 1043px) {
    .head-phone {
        display: block;
    }
}

.mbnav-btn {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    display: none;
}

.mbnav-head {
    color: #333333;
    font-size: 15px;
}

.mbnav-btn-list {
    width: 30px;
    height: 18px;
    position: absolute;
    top: 21px;
    right: 15px;
}

.mbnav-btn-item {
    position: absolute;
    right: 0;
    width: 100%;
    height: 2px;
    background-color: #666;
    border-radius: 1px;
    border-radius: 1.5px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.mbnav-btn-item:nth-of-type(1) {
    top: 0;
}

.mbnav-btn-item:nth-of-type(2) {
    top: 8px;
}

.mbnav-btn-item:nth-of-type(3) {
    width: 50%;
    top: 16px;
}

.mbnav {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    -o-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
    overflow: hidden;
}

.mbnav ::-webkit-scrollbar {
    width: 0;
    height: 0;
    background-color: rgba(255, 255, 255, 0);
}

.mbnav .data {
    display: none;
}

.mbnav .bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.mbnav .main {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    width: 240px;
    height: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.mbnav .header {
    background-color: #182449;
}

.mbnav .tel {
    padding: 0 20px;
    line-height: 60px;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    font-family: Gothicb, Arial, Helvetica, sans-serif;
}

.mbnav .tel .iconfont {
    display: inline-block;
    color: #ffffff;
    width: 12px;
    height: 12px;
    border-style: solid;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    font-size: 22px;
    margin-right: 6px;
    display: none;
}

.mbnav .search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
    height: 60px;
    line-height: 60px;
    border-bottom: none;
    background: #d2bfaf;
}

.mbnav .search .submit {
    border: none;
    outline: none;
    background: none;
    padding: 0;
    width: 22px;
    height: 60px;
    background-size: 20px;
    color: #fff;
    font-size: 22px;
}

.mbnav .search .input {
    width: calc(100% - 22px);
    height: 60px;
    line-height: 1.5;
    border: none;
    padding: 0 0 0 12px;
    outline: none;
    color: #fff;
    font-size: 16px;
    background: none;
}

.mbnav .search ::-moz-placeholder {
    color: #fff;
}

.mbnav .search ::-webkit-input-placeholder {
    color: #fff;
}

.mbnav .search :-ms-input-placeholder {
    color: #fff;
}

.mbnav .item {
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    font-size: 15px;
    border-bottom: 1px solid #f2f2f2;
    color: #777;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}

.mbnav .item.sub {
    padding-right: 40px;
}

.mbnav .item.sub::after {
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    display: inline-block;
    border-right: 1px solid #777;
    border-bottom: 1px solid #777;
    width: 9px;
    height: 9px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -4.5px;
}

.mbnav .slist {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1;
    width: 240px;
    height: 100%;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.mbnav .sitem {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
    -o-transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
    transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
    transition: opacity 0.3s, visibility 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.mbnav .sitem.active {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 1;
    visibility: visible;
}

.mbnav .tit {
    font-size: 16px;
    line-height: 60px;
    padding-right: 20px;
    padding-left: 40px;
    text-align: right;
    background-size: 7px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #f2f2f2;
    position: relative;
}

.mbnav .tit::before {
    content: "";
    position: absolute;
    left: 16px;
    top: 50%;
    display: inline-block;
    border-left: 1px solid #777;
    border-top: 1px solid #777;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -4.5px;
}

@-webkit-keyframes phone-navtop-animon {
    0% {
        top: 0;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    50% {
        top: 8px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        top: 8px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

@keyframes phone-navtop-animon {
    0% {
        top: 0;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    50% {
        top: 8px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        top: 8px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

@-webkit-keyframes phone-navbottom-animon {
    0% {
        width: 50%;
        top: 16px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    50% {
        width: 100%;
        top: 8px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        width: 100%;
        top: 8px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

@keyframes phone-navbottom-animon {
    0% {
        width: 50%;
        top: 16px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    50% {
        width: 100%;
        top: 8px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        width: 100%;
        top: 8px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

@-webkit-keyframes phone-navtop-animoff {
    0% {
        top: 8px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    50% {
        top: 8px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        top: 0;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes phone-navtop-animoff {
    0% {
        top: 8px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    50% {
        top: 8px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        top: 0;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@-webkit-keyframes phone-navbottom-animoff {
    0% {
        width: 100%;
        top: 8px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    50% {
        width: 100%;
        top: 8px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        width: 50%;
        top: 16px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes phone-navbottom-animoff {
    0% {
        width: 100%;
        top: 8px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    50% {
        width: 100%;
        top: 8px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        width: 50%;
        top: 16px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@media only screen and (max-width: 1043px) {
    .mbnav-btn {
        display: block;
    }

    body.mbNavOpen .mbnav-btn-item:nth-of-type(1) {
        -webkit-animation: phone-navtop-animon 0.4s linear forwards;
        animation: phone-navtop-animon 0.4s linear forwards;
    }

    body.mbNavOpen .mbnav-btn-item:nth-of-type(2) {
        opacity: 0;
    }

    body.mbNavOpen .mbnav-btn-item:nth-of-type(3) {
        -webkit-animation: phone-navbottom-animon 0.4s linear forwards;
        animation: phone-navbottom-animon 0.4s linear forwards;
    }

    body.mbNavOpen .mbnav {
        opacity: 1;
        visibility: visible;
    }

    body.mbNavOpen .mbnav .main {
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

    body.mbNavOpen .page-header {
        -webkit-transform: translateX(-240px);
        -ms-transform: translateX(-240px);
        transform: translateX(-240px);
    }

    body.mbNavOff .mbnav-btn-item:nth-of-type(1) {
        -webkit-animation: phone-navtop-animoff 0.4s linear forwards;
        animation: phone-navtop-animoff 0.4s linear forwards;
    }

    body.mbNavOff .mbnav-btn-item:nth-of-type(2) {
        opacity: 1;
        -webkit-transition: opacity 0.2s linear 0.2s;
        -o-transition: opacity 0.2s linear 0.2s;
        transition: opacity 0.2s linear 0.2s;
    }

    body.mbNavOff .mbnav-btn-item:nth-of-type(3) {
        -webkit-animation: phone-navbottom-animoff 0.4s linear forwards;
        animation: phone-navbottom-animoff 0.4s linear forwards;
    }

    body.mbNavOff .mbnav {
        opacity: 0;
        visibility: hidden;
    }

    body.mbNavOff .mbnav .main {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
    }
}

.banner {
    position: relative;
    /* height: 228px; */
}

.banner .h-banner {
    display: none;
}

.index-banner {
    width: 100%;
}

.index-banner .video {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 0;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.index-banner .img {
    width: 100%;
    display: none;
}

.index-banner .swiper-slide {
    background-position: 50%;
    background-size: cover;
    background-color: #000;
}

.banner .advice {
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.banner .advice-tit {
    font-size: 64px;
    font-family: Century Gothic;
    font-weight: bold;
    line-height: 1.23;
    color: #FFFFFF;
    width: 100%;
}

.banner .advice-ftit {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.4;
    color: #FFFFFF;
    margin-top: 10px;
}

.crumbs-page {
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 16px 0;
}

.crumbs-page.crumbs-ins {
    position: initial;
}

.crumbs-page .width1200 {
    justify-content: flex-end;
}

.crumbs-page .width1200::before {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background: url("../../img/crumbs-page.png") no-repeat center/cover;
    margin-right: 8px;
}

.crumbs-page .item a {
    color: #666666;
}

.crumbs-page .item::after {
    display: block;
    content: "";
    width: 4px;
    height: 7px;
    background: url("../../img/crumbs.png") no-repeat center/cover;
    margin: 0 8px;
}

.crumbs-page .item:last-child:after {
    display: none;
}

@media only screen and (min-width: 960px) {
    .crumbs-page .item a:hover {
        color: #2F639D;
    }
}

@media only screen and (max-width: 1600px) {
    .banner .advice-tit {
        font-size: 60px;
    }

    .banner .advice-ftit {
        font-size: 38px;
    }
}

@media only screen and (max-width: 1366px) {
    .banner .advice-tit {
        font-size: 56px;
    }

    .banner .advice-ftit {
        font-size: 36px;
    }
}

@media only screen and (max-width: 1280px) {
    .banner .advice-tit {
        font-size: 52px;
    }

    .banner .advice-ftit {
        font-size: 34px;
    }
}

@media only screen and (max-width: 1043px) {
    .banner {
        height: auto;
    }
}

@media only screen and (max-width: 960px) {
    .index-banner .swiper-slide {
        background: none;
    }

    .index-banner .img {
        display: block;
    }

    .index-banner {
        height: calc(100% - 60px);
    }

    .banner .p-banner {
        display: none;
    }

    .banner .h-banner {
        display: block;
    }

    .banner .advice-tit {
        font-size: 48px;
    }

    .banner .advice-ftit {
        font-size: 32px;
    }
}

@media only screen and (max-width: 640px) {
    .banner .advice-tit {
        font-size: 36px;
    }

    .banner .advice-ftit {
        font-size: 22px;
        margin-top: 0;
    }
}

/* 页面标题开始 */

.page-desc {
    margin: 12px auto 0;
    max-width: 956px;
}

.watch-more {
    color: #666;
    width: 134px;
    height: 43px;
    border: 1px solid #2F639D;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .4s;
    z-index: 1;
    position: relative;
    overflow: hidden;
}

.watch-more::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #2F639D;
    transition: all .4s;
    z-index: -1;
}

.bg {
    position: relative;
    overflow: hidden;
}

.bg-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    max-width: 10000px;
    transition: all .4s;
}

.just-cen {
    justify-content: center;
}

.pt25 {
    padding-top: 25px;
}

.pt40 {
    padding-top: 40px;
}

.pt55 {
    padding-top: 55px;
}

.pt60 {
    padding-top: 60px;
}

.pt65 {
    padding-top: 65px;
}

.pb60 {
    padding-bottom: 60px;
}

.pt70 {
    padding-top: 70px;
}

.pt90 {
    padding-top: 90px;
}

.pt100 {
    padding-top: 100px;
}

.pb80 {
    padding-bottom: 80px;
}

.pb90 {
    padding-bottom: 90px;
}

.pb110 {
    padding-bottom: 110px;
}

.pb140 {
    padding-bottom: 140px;
}

.pb120 {
    padding-bottom: 120px;
}

.mt20 {
    margin-top: 20px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt60 {
    margin-top: 60px;
}

.page-line {
    width: 37px;
    height: 1px;
    background: #3D78CD;
    margin: 12px auto 0;
}

.fc33 {
    color: #333333;
}

.fc66 {
    color: #666666;
}

.fc99 {
    color: #999999;
}

.fcfe {
    color: #FFFEFE;
}

.fc2F {
    color: #2F639D;
}

.fw600 {
    font-weight: 600;
}

.fl172 {
    line-height: 1.72;
}

.bottom-btn .item {
    margin-right: 40px;
}

.bottom-btn .item:last-child {
    margin-right: 0;
}

.bottom-btn p {
    text-align: center;
    margin-top: 9px;
}

/* .bottom-btn  .item-btn{
    width: 55px;
    height: 55px;
    border: 1px solid #e4e5e6;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
} */

/* 底部样式 */

footer {
    background: #2D2E2F;
}

.foot-one {
    align-items: flex-start;
    position: relative;
}

.foot-one::before {
    content: "";
    display: block;
    /*width: 1px;
    height: 100%;
    background: #999999;*/
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}

.foot-one .item-l {
    width: 50%;
    padding-top: 53px;
    align-items: flex-end;
}

.foot-one .item-l .lists {
    margin-top: 32px;
}

.foot-one .item-l .f-logo {
    width: 220px;
    height: auto;
}

.item-rw {
    margin-left: 65px;
    max-width: 168px;
}

.item-text .list {
    color: #999999;
    line-height: 30px;
}

.foot-one .item-r {
    width: 50%;
}

.foot-one .item-r-box {
    max-width: 520px;
    margin-left: auto;
    padding: 50px 0 40px;
}

.foot-one .form-box input {
    width: 49%;
    height: 35px;
    background: #FFFFFF;
    outline: none;
    border: none;
    margin-right: 2%;
    padding: 0 15px;
    box-sizing: border-box;
}

.foot-one .form-box input:nth-child(2n) {
    margin-right: 0;
}

.foot-one .form-box textarea {
    width: 100%;
    outline: none;
    border: none;
    margin-top: 14px;
    height: 89px;
    padding: 8px 15px;
    box-sizing: border-box;
}

.foot-one .con {
    margin: 4px 0 12px;
}

.foot-one .item-r-box .sub-btn {
    width: 112px;
    height: 35px;
    background: #2F639D;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFEFE;
    margin-top: 20px;
}

footer .text-truncate {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
}

footer .text-truncate .title {
    width: 208px;
    height: 36px;
    background: #414446;
    padding: 0 15px;
    box-sizing: border-box;
    line-height: 36px;
    color: #999999;
}

footer .text-truncate span {
    display: flex;
    width: 39px;
    height: 36px;
    background: #414242;
    align-items: center;
    justify-content: center;
    border-left: 1px solid #555757;
}

footer .text-truncate span::after {
    content: "";
    display: block;
    width: 15px;
    height: 9px;
    background: url("../../img/text-truncate.png") no-repeat;
}

footer .dropdown {
    position: relative;
    margin-left: auto;
}

footer .dropdown:hover .dropdown-content {
    display: block;
}

footer .dropdown-content {
    position: absolute;
    display: none;
    bottom: 100%;
    left: 0;
    min-width: 100px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-clip: padding-box;
    -webkit-animation-duration: 0.15s;
    animation-duration: 0.15s;
    width: 100%;
    z-index: 10;
}

footer .scroll {
    border-radius: 4px;
    height: auto;
    max-height: 116px;
    overflow-y: auto;
    position: relative;
    z-index: 2;
    padding: 6px 0;
}

footer .scroll .link {
    display: block;
    line-height: 20px;
    padding: 8px 15px;
    -webkit-transition: background-color .2s, color .2s;
    -o-transition: background-color .2s, color .2s;
    transition: background-color .2s, color .2s;
    color: #ADACAC;
}

footer .scroll .link:hover {
    color: #fff;
    background-color: #2f639d;
}

.crumb-nav {
    margin-left: auto;
}

.crumb-link {
    font-size: 16px;
    color: #FFFFFF;
    margin-left: 60px;
}

.copyright {
    border-top: 1px solid #666;
}

.copyright .width1200 {
    height: 60px;
}


@media only screen and (min-width: 960px) {
    .watch-more:hover {
        color: #ffffff;
    }

    .watch-more:hover:after {
        width: 100%;
    }
}

@media only screen and (max-width: 1200px) {
    .pb120 {
        padding-bottom: 80px;
    }

    .item-rw {
        margin-left: 50px;
        max-width: 135px;
    }

    .foot-one .item-r-box {
        width: 90%;
    }
}

@media only screen and (max-width: 1180px) {
    .head-page .item > a {
        padding: 0 24px;
    }
}

@media only screen and (max-width: 1080px) {
    .item-rw {
        margin-left: 40px;
        max-width: 122px;
    }
}

@media only screen and (max-width: 1043px) {
    .page-main {
        padding-top: 60px;
    }
}

@media only screen and (max-width: 960px) {
    .item-rw {
        display: none;
    }

    .h1 {
        font-size: 24px;
    }

    .h3 {
        font-size: 18px;
    }

    .f22 {
        font-size: 18px;
    }

    .h5 {
        font-size: 16px;
    }

    .h6 {
        font-size: 15px;
    }

    .pt65 {
        padding-top: 30px;
    }

    .pb120 {
        padding-bottom: 60px;
    }

    .pb90 {
        padding-bottom: 60px;
    }

    .pt90 {
        padding-top: 60px;
    }

    .pb110 {
        padding-bottom: 60px;
    }

    .watch-more {
        width: 120px;
        height: 38px;
    }
}

@media only screen and (max-width: 768px) {
    .pb110 {
        padding-bottom: 30px;
    }

    .watch-more {
        width: 105px;
        height: 35px;
    }

    .pt90 {
        padding-top: 30px;
    }

    .pb90 {
        padding-bottom: 30px;
    }

    .mt40 {
        margin-top: 20px;
    }

    .mt50 {
        margin-top: 20px;
    }

    .f48 {
        font-size: 24px;
    }

    .h1 {
        font-size: 20px;
    }

    .h4 {
        font-size: 16px;
    }

    .pb120 {
        padding-bottom: 30px;
    }

    .pt60 {
        padding-top: 30px;
    }

    .pt70 {
        padding-top: 30px;
    }

    .pb60 {
        padding-bottom: 30px;
    }

    .pb80 {
        padding-bottom: 30px;
    }

    .mt60 {
        margin-top: 20px;
    }

    .pt55 {
        padding-top: 25px;
    }

    .pt40 {
        padding-top: 25px;
    }

    .foot-one .item-r {
        display: none;
    }

    .copyright {
        display: none;
    }

    .copyright .width1200 {
        height: auto;
    }

    /*footer .dropdown {
        display: none;
    }*/
    .copyright-l {
        width: 100%;
        padding: 20px 0;
        justify-content: center;
        line-height: 1.72;
        text-align: center;
    }

    .crumbs-page {
        display: none;
    }
}

.nav-page {
    background: #f7f7f7;
    border-bottom: 1px solid #E5E5E5;
}

.bgff {
    background: #ffffff;
}

.nav-page .width1200 {
    padding: 60px 4.2% 0;
    box-sizing: border-box;
    justify-content: space-between;
}

.nav-page.just-padd .width1200 {
    padding: 60px 15% 0;
}

.nav-page.just-paddss .width1200 {
    padding: 60px 23.5% 0;
}

.nav-page .icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-page .icon img {
    height: 51px;
    transition: all .4s;
}

.nav-page .icon .h-img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.nav-item {
    position: relative;
    padding: 0 5px 15px;
    box-sizing: border-box;
    cursor: pointer;
}

.nav-item::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #2F639D;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .4s;
    transform: scale(0);
}

.nav-item:hover:after {
    transform: scale(1);
}

.nav-item:hover .icon .h-img {
    opacity: 1;
}

.nav-item.active::after {
    transform: scale(1);
}

.nav-item.active .icon .h-img {
    opacity: 1;
}

.nav-item.active .icon .p-img {
    opacity: 0;
}

@media only screen and (max-width: 960px) {
    .nav-page .icon img {
        height: 38px;
    }
}

@media only screen and (max-width: 768px) {
    .bottom-btn .item a {
        display: flex;
        align-items: center;
        text-align: center;
    }

    .bottom-btn .item a {
        width: 35px;
        margin: 0 auto;
    }

    /*.nav-page {
        display: none;
    }*/

    .nav-page.just-padd .width1200 {
        padding: 20px 0 0;
    }

    .nav-page .icon {
        display: none;
    }

    .nav-page .width1200 {
        padding: 20px 0 0;
    }

    .nav-item {
        padding: 0 0 15px;
    }

    .nav-item .title {
        font-size: 14px;
    }
    .foot-one .item-l {
        width: 100%;
        padding-top: 0px;
        align-items: flex-end;
    }
    .foot-one .item-l .lists {
         margin-top: 0px;
    }
    footer{
        padding: 10px 0;
    }
}