﻿@charset "utf-8";
.head-page {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 111;
    background: transparent;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
}
.head-page .width1826{
    padding: 0 5.15%;
    box-sizing: border-box;
}
.head-page::after {
    content: "";
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.16);
    position: absolute;
    bottom: 0;
    left: 0;
}
.head-page .logo {
    position: relative;
}
.head-page .logo img {
    height: 46px;
}
.head-page .logo .h-log {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}
.head-page .item-r {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
}
.head-page .tel::before {
    display: inline-block;
    content: "";
    width: 11px;
    height: 20px;
    background: url(../img/tel.png) no-repeat;
    margin-right: 5px;
}
.head-page .page-nav {
    margin-left: auto;
}
.head-page .item {
    margin-left: 65px;
    position: relative;
}
.head-page .item>a {
    display: block;
    height: 80px;
    line-height: 80px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 150px;
}
.head-page .item.active span {
    color: #0BD4C4;
}
.head-page .item>a::after {
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 2px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    background: #0080cc;
    left: 0;
}
.head-page .item span {
    font-size: 16px;
    color: #F9F9F9;
}
.head-page .page-nav .item .page-nav-hid {
    position: absolute;
    left: 50%;
    top: 85px;
    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: rgba(255,255,255,.95);
    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: #0080cc;
    color: #ffffff;
}

.head-page .page-nav .item.other .page-nav-hid{
    width: 100px;
    margin-left: -50px;
}
.head-page.active{
    position: fixed;
    background: rgba(255,255,255,.95);
}
.head-page.active .logo .p-log{
    opacity: 0;
}
.head-page.active .logo .h-log{
    opacity: 1;
}
.head-page.active .item span{
    color: #333333;
}
.head-page:hover{
    position: fixed;
    background: rgba(255,255,255,.95);
}
.head-page:hover .logo .p-log{
    opacity: 0;
}
.head-page:hover .logo .h-log{
    opacity: 1;
}
.head-page:hover .item span{
    color: #333333;
}

.head-page .item:hover span{
    color: #0080cc;
}
.head-page .item:hover >a::after{
    transform: scale(1);
}
@media only screen and (max-width: 1600px) {
    .banner .advice .advice-icon img{
        height: 80px;
    }
}


@media only screen and (max-width: 1440px) {
    .banner .advice .advice-icon img{
        height: 70px;
    }
    .banner .advice-next {
        width: 70px;
        height: 70px;
    }
    
}


@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;
    position: relative;
}
.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 .width1826 {
    -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;
}
.head-phone .logo img {
    height: 36px;
}
.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-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: #0080CC;
}
.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;
}
.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: 100vh;
}
.banner .p-banner{
    height: 100%;
}
.banner .h-banner {
    display: none;
}

.proDe .banner,.newsDe .banner{
    height: auto;
}
.banner .advice {
    text-align: center;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 100%;
    flex-direction: column;
    justify-content: center;
}
.banner .advice-tit {
    font-size: 48px;
    color: #FFFFFF;
    width: 100%;
    margin-top: 15px;
}
.banner .advice-ftit {
    font-size: 40px;
    color: #FFFFFF;
}
.banner .advice-next{
    width: 89px;
    height: 89px;
    background: url(../img/advice-next.png) no-repeat center/cover;
    display: block;
    position: absolute;
    bottom: 85px;
}
@media only screen and (max-width:1600px) {
    .banner .advice-next{
        width: 80px;
        height: 80px;
    }
    .banner .advice-tit{
        font-size: 46px;
    }
    .banner .advice-ftit{
        font-size: 38px;
    }
}
@media only screen and (max-width:1440px) {
    .banner .advice-next{
        width: 75px;
        height: 75px;
    }
    .banner .advice-tit{
        font-size: 44px;
    }
    .banner .advice-ftit{
        font-size: 36px;
    }
    .head-page .item {
        margin-left: 40px;
    }
    .head-page .logo img{
        height: 42px;
    }
}
@media only screen and (max-width: 1366px) {
    .banner .advice .advice-icon img {
        height: 60px;
    }
    .banner .advice-next {
        width: 70px;
        height: 70px;
    }
    .banner .advice-tit{
        font-size: 42px;
    }
    .banner .advice-ftit{
        font-size: 34px;
    }
}
@media only screen and (max-width: 1200px) {
    .banner .advice-next {
        width: 60px;
        height: 60px;
    }
    .banner .advice-tit{
        font-size: 40px;
    }
    .banner .advice-ftit {
        font-size: 32px;
    }
}
@media only screen and (max-width: 1043px) {
    .banner{
        height: auto;
    }
    .banner .p-banner {
        display: none;
    }
    .banner .h-banner {
        display: block;
    }
    .banner .advice-tit {
        font-size: 38px;
    }
    .banner .advice-ftit {
        font-size: 30px;
    }
}
@media only screen and (max-width: 640px) {
    .banner .advice-tit {
        font-size: 32px;
        display: none;
    }
    .banner .advice-ftit {
        font-size: 28px;
    }
}
.pt55{
    padding-top: 55px;
}
.pt65{
    padding-top: 65px;
}
.pt75{
    padding-top: 75px;
}
.pb75{
    padding-bottom: 75px;
}
.pt80{
    padding-top: 80px;
}
.pb80{
    padding-bottom: 80px;
}
.pb90{
    padding-bottom: 90px;
}
.pt90{
    padding-top: 90px;
}
.pb120{
    padding-bottom: 120px;
}
.pt120{
    padding-top: 120px;
}
.bg{
    position: relative;
    overflow: hidden;
}
.bg-img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 100%;
    max-width: 100000px;
    transition: .4s;
}
/* .width1400{
    max-width: 1320px;
    width: 69%;
    margin: 0 auto;
} */
.width1400 {
    width: 92%;
    max-width: 1400px;
    margin: 0 auto;
}
.width1826 {
    width: 92%;
    max-width: 1826px;
    margin: 0 auto;
}
.nav-page{
    border: 1px solid #DCDCDC;
}
.nav-page .width1400 {
    justify-content: center;
    padding-top: 50px;
}
.nav-page .width1400 .item {
    font-size: 20px;
    color: #333333;
    line-height: 90px;
    margin-right: 110px;
    position: relative;
    transition: all .3s;
}
.nav-page .width1400 .item::before{
    content: "";
    display: block;
    width: 26px;
    height: 4px;
    background: #0063CF;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -13px;
    transition: all .3s;
    transform: scale(0);
}
.nav-page .width1400 .item:last-child{
    margin-right: 0;
}
.nav-page .width1400 .item.active{
    color: #0063CF;
}
.nav-page .width1400 .item.active::before{
    transform: scale(1);
}
@media only screen and (min-width:960px) {
    .nav-page .width1400 .item:hover{
        color: #0063CF;
    }
    .nav-page .width1400 .item:hover:before{
        transform: scale(1);
    }
}

/* 页面标题开始 */
.page-tit {
    color: #333333;
}
.page-line{
    width: 31px;
    height: 1px;
    background: #3D78CD;
    display: block;
    margin: 6px auto 0;
}
.page-ftit {
    color: #0bd4c4;
}
.page-desc {
    color: #999999;
    margin-top: 13px;
}
.watch-more {
    width: 122px;
    height: 41px;
    background: #0CCCBC;
    border-radius: 18px;
    font-size: 14px;
    color: #FFFFFF;
    display: block;
    text-align: center;
    line-height: 41px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.add-scrol::-webkit-scrollbar{
	width: 3px;
	height: 5px;
	background-color: #F5F5F5;
}
.add-scrol::-webkit-scrollbar-track{
	background-color: #F5F5F5;
}
.add-scrol::-webkit-scrollbar-thumb{
	background-color: #dddddd;
}
footer{
    background: #2D2E2F;
}
footer .width1826{
    padding: 0 5.15%;
    box-sizing: border-box;
}
footer .foot-top .width1826{
    align-items: flex-start;
}
footer .foot-top .item-r{
    align-items: flex-start;
    height: 349px;
}
footer .foot-nav{
    align-items: flex-start;
    width: calc(100% - 404px);
    padding-top: 68px;
    justify-content: space-around;
    height: 100%;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    justify-content: space-evenly;
}
footer .foot-nav .item{
    max-width: 80px;
}
footer .foot-con{
    width: 404px;
}
footer .foot-nav .tit{
    color: #FFFFFF;
}
footer .foot-nav .link {
    color: #999999;
    margin-top: 14px;
    transition: all .3s;
    display: block;
}
footer .foot-top{
    height: 349px;
}
footer .texts{
    color: #999999;
    line-height: 1.875;
    margin-top: 10px;
}
footer .item-l{
    width: 365px;
    padding-top: 72px;
    box-sizing: border-box;
}
footer .item-l .foot-ly{
    color: #FFFEFE;
    margin: 20px 0 4px;
}
footer .item-l .foot-desc{
    color: #999999;
}
.foot-form {
    margin-top: 22px;
}
.foot-form input{
    width: 260px;
    line-height: 35px;
    background: #FFFFFF;
    border: none;
    outline: none;
    padding: 0 16px;
    box-sizing: border-box;
}
.foot-form .foot-sub{
    width: 90px;
    height: 35px;
    background: #0080CC;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFEFE;
    margin-left: auto;
}
footer .item-r{
    width: calc(100% - 365px);
    padding-left: 4.3%;
    box-sizing: border-box;
}
footer .ewm{
    margin-top: 73px;
    width:125px;
}
footer .foot-con-box{
    max-width: 335px;
    margin-left: auto;
}
.copyright {
    padding: 25px 0;
    border-top: 1px solid #999999;
}

footer .copyright-l {
    color: #999999;
}
footer .copyright-l .record {
    color: #999999;
}
footer .copyright-l .record:hover{
    color: #0080cc;
}
footer .dropdown {
    position: relative;
    margin-left: auto;
}
footer .text-truncate {
    padding: 0 40px 0 15px;
    box-sizing: border-box;
    cursor: pointer;
    width: 247px;
    line-height: 36px;
    background: #414446;
    color: #999999;
}
footer .text-truncate span {
    width: 39px;
    background: #414242;
    border-left: 1px solid #555757;
    position: absolute;
    right: 0;
    top: 0;
    height: 36px;
    justify-content: center;
}
footer .text-truncate span::after{
    content: "";
    display: block;
    width: 9px;
    height: 7px;
    background: url(../img/text-truncate.png) no-repeat center/cover;
}
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: rgba(255,255,255);
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 4px 4px 0 0;
    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;
    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: #0080cc;
}
footer .foot-nav .link:hover{
    transform: translateX(10px);
}
@media only screen and (max-width: 1600px) {
    .head-page .item{
        margin-left: 50px;
    }
}
@media only screen and (max-width: 1440px) {
    .head-page .item{
        margin-left: 45px;
    }
}
@media only screen and (max-width: 1400px) {
    .head-page .width1826{
        padding: 0;
    }
}
@media only screen and (max-width: 1366px) {
    .head-page .item{
        margin-left: 35px;
    }

    footer .foot-nav .tit{
        font-size: 16px;
    }
    footer .foot-nav .link{
        font-size: 14px;
    }
}
@media only screen and (max-width: 1280px) {
    .head-page .item {
        margin-left: 25px;
    }
    footer .foot-nav{
        display: none;
    }
    footer .foot-con{
        width: 100%;
    }
    footer .foot-con-box {
        max-width: 400px;
    }
    .nav-page .width1400{
        padding-top: 20px;
    }
}
@media only screen and (max-width: 1200px) {
    .pt55{
        padding-top: 45px;
    }
    .pt65{
        padding-top: 50px;
    }
    .pt75{
        padding-top: 60px;
    }
    .pb75{
        padding-bottom: 60px;
    }
    .pt80{
        padding-top: 70px;
    }
    .pb80{
        padding-bottom: 70px;
    }
    .pb90{
        padding-bottom: 80px;
    }
    .pt90{
        padding-top: 80px;
    }
    .pb120{
        padding-bottom: 90px;
    }
    .pt120{
        padding-top: 90px;
    }
    footer .width1826 {
        padding: 0;
    }
}
@media only screen and (max-width: 960px) {
    .pt55{
        padding-top: 35px;
    }
    .pt65{
        padding-top: 40px;
    }
    .pt75{
        padding-top: 50px;
    }
    .pb75{
        padding-bottom: 50px;
    }
    .pt80{
        padding-top: 60px;
    }
    .pb80{
        padding-bottom: 60px;
    }
    .pb90{
        padding-bottom: 70px;
    }
    .pt90{
        padding-top: 70px;
    }
    .pb120{
        padding-bottom: 80px;
    }
    .pt120{
        padding-top: 80px;
    }
}
@media only screen and (max-width: 768px) {
    .nav-page .width1400 {
        padding-top: 0;
    }
    .nav-page .width1400 .item {
        font-size: 16px;
        line-height: 60px;
        margin-right: 30px;
    }
    .page-desc{
        margin-top: 8px;
    }
    footer .foot-top{
        display: none;
    }
    footer .dropdown{
       display: none;
    }
    footer .copyright-l{
        justify-content: center;
        text-align: center;
    }
    .banner .advice .advice-icon img{
        display: none;
    }
    .banner .advice-next{
        width: 48px;
        height: 48px;
        bottom: 30px;
    }
    .pt55{
        padding-top: 25px;
    }
    .pt65{
        padding-top: 30px;
    }
    .pt75{
        padding-top: 25px;
    }
    .pb75{
        padding-bottom: 30px;
    }
    .pt80{
        padding-top: 25px;
    }
    .pb80{
        padding-bottom: 30px;
    }
    .pb90{
        padding-bottom: 30px;
    }
    .pt90{
        padding-top: 30px;
    }
    .pb120{
        padding-bottom: 30px;
    }
    .pt120{
        padding-top: 30px;
    }
}