.head-page {
    width: 100%;
    z-index: 111;
    background: #ffffff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.head-page .logo {
    position: relative;
}

.head-page .logo img {
    height: 59px;
    transition: all .4s;
}

.head-page .logo img.h-log {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    display: none;
}

.head-page .tel::before {
    display: inline-block;
    content: "";
    width: 11px;
    height: 20px;
    background: url(../img/tel.png) no-repeat;
    margin-right: 5px;
}


.head-page .item {
    height: 90px;
    position: relative;
    margin-right: 40px;
}

.head-page .item:last-child {
    margin-right: 0;
}

.head-page .item>a {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 150px;
    padding: 0 5px;
    box-sizing: border-box;
}

.head-page .item:hover span {
    color: #FDA511;
}

.head-page .item:hover>a:after {
    transform: scale(1);
}

.head-page .item>a::after {
    content: "";
    width: 100%;
    position: absolute;
    bottom: -10px;
    left: 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: #FDA511;
    display: block;

}

.head-page .item span {
    font-size: 16px;
    color: #0D3D85;
}

.head-page .page-nav .item .page-nav-hid {
    position: absolute;
    left: 50%;
    top: 90px;
    margin-left: -75px;
    width: 150px;
    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-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-hid .link:hover {
    background: #FDA511;
    color: #ffffff;
}

.head-page .item:hover .page-nav-hid {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
}

.search {
    width: 125px;
    height: 31px;
    border: 1px solid #0E3E86;
    border-radius: 4px;
    position: relative;
    padding-right: 30px;
    box-sizing: border-box;
    margin-right: 20px;
    overflow:hidden;
    display:flex;
    align-items:center;
}
.search input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    padding-left: 15px;
    box-sizing: border-box;
    background: transparent;
}
.search-btn {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../img/search-btn.png) no-repeat;
}

.item-lan {
    position: relative;
    height: 90px;
}

.item-lan .tit {
    color: #0D3D86;
    font-size: 12px;
}

.item-lan .tit::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    background: url(../img/item-lan.png) no-repeat;
    margin-right: 10px;
}

.item-lan .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);
}

.item-lan:hover .page-nav-hid {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
}

.item-lan .page-nav-hid .link:hover {
    background: #FDA511;
    color: #ffffff;
}





.head-page.active {
    background: rgba(0, 0, 0, .2);
    position: fixed;
    top: 0;
    left: 0;
}

.head-page.active .item span {
    color: #ffffff;
}

.head-page.active .search {
    border: 1px solid #ffffff;
}

.head-page.active .item-lan .tit {
    color: #ffffff;
}

.head-page.active .search-btn {
    background: url(../img/search-hbtn.png) no-repeat;
}

.head-page.active .item-lan .tit::before {
    background: url(../img/item-hlan.png) no-repeat;
}


@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 .width1440 {
    -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: 40px;
}

.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: #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%);
    }
}




.mbnav .other {
    width:auto;
    justify-content:center;
    margin-top:30px;
}
.mbnav .other::before{
    content: "";
    display: block;
    width: 19px;
    height: 19px;
    background:url(../img/other.png) no-repeat center/cover;
    margin-right: 10px;
}
.mbnav .other .langure {
    margin-right: 16px;
    position: relative;
}
.mbnav .other .langure a {
    color:#666666;
}
.mbnav .other .langure::after{
    content: "";
    display: block;
    width: 1px;
    height: 13px;
    background: #A0A0A0;
    position: absolute;
    right: -9px;
    top: 50%;
    transform:translateY(-50%);
}
.mbnav .other .langure:last-child{
    margin-right: 0;
}
.mbnav .other .langure:last-child::after{
    display: none;
}

.banner {
    position: relative;
}

.banner .h-banner {
    display: none;
}

.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 {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.banner .advice .width1440 {
    padding: 0 15px;
    box-sizing: border-box;
}

.banner .advice-ftit {
    color: #D9E5F1;
}

.banner .advice-tit {
    width: 100%;
    line-height: 1.45;
    margin-top: 12px;
}



@media only screen and (max-width: 960px) {
    .index-banner .swiper-slide {
        background: none;
    }

    .index-banner .img {
        display: block;
    }

    .banner .p-banner {
        display: none;
    }

    .banner .h-banner {
        display: block;
    }
}

/* 页面标题开始 */
.page-line {
    width: 29px;
    height: 2px;
    background: #0B3C84;
    /* margin: 6px auto 32px; */
    margin: 9px auto 23px;
}

.page-desc {
    color: #666666;
    margin-top: 14px;
}

.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;
}

.just-betw {
    justify-content: space-between;
}

.just-cen {
    justify-content: center;
}

.align-start {
    align-items: flex-start;
}

.bg {
    position: relative;
    overflow: hidden;
}

.bg img {
    transition: all .4s;
}

.h-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.bg-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    max-width: 10000px;
}

.crumbs-nav {
    border-bottom: 1px solid #E5E5E5;
}

.crumbs-nav .width1440 {
    height: 86px;
    padding: 0 17.5%;
    box-sizing: border-box;
}

.crumbs-nav .item {
    position: relative;
    height: 100%;
}

.crumbs-nav .item a {
    color: #333333;
}

.crumbs-nav .item a span {
    margin-right: 9px;
}

.crumbs-nav .item::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #2F639D;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: scale(0);
    transition: all .3s;
}

.crumbs-nav .item:hover a {
    color: #0E3E86;

}

.crumbs-nav .item:hover .h-img {
    opacity: 1;
}

.crumbs-nav .item:hover .p-img {
    opacity: 0;
}

.crumbs-nav .item:hover:after {
    transform: scale(1);
}

.crumbs-nav .item.active a {
    color: #0E3E86;

}

.crumbs-nav .item.active .h-img {
    opacity: 1;
}

.crumbs-nav .item.active .p-img {
    opacity: 0;
}

.crumbs-nav .item.active::after {
    transform: scale(1);
}

.detail-btn {
    width: 42px;
    height: 42px;
    border: 1px solid #1B1B1B;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s;
}

.detail-btn::after {
    content: "";
    display: block;
    width: 14px;
    height: 11px;
    background: url(../img/detail-btn.png) no-repeat center/cover;
    transition: all .4s;
}

.crumbs-nav.two-crumbs-nav .width1440 {
    padding: 0 22%;
    box-sizing: border-box;
}

.video {
    position: relative;
}

.video video {
    width: 100%;
    display: block;

}

.video .video-main {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 60px;
    cursor: pointer;
}


.explore-more {
    width: 140px;
    height: 42px;
    border: 1px solid #0E3F86;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FEF8EE;
    transition: all .4s;
    position: relative;
    z-index: 1;
    color: #0E3F86;
}

.explore-more:after {
    content: "";
    display: block;
    width: 0;
    height: 100%;
    background: #FDA511;
    transition: all .3s;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;

}

.explore-more:hover {
    color: #ffffff;
    border: 1px solid #FDA511;
}

.explore-more:hover::after {
    width: 100%;
}

footer {
    background: url(../img/footer-bg.png) no-repeat center/cover;
}

.footer-top {
    padding: 105px 0 75px;
}

footer .footer-nav {
    width: 41.67%;
}

footer .item-r {
    width: 41.67%;
}

footer .link {
    color: #D0D0D0;
    margin: 15px 0;
    transition: all .4s;
    display: block;
}

footer .link:nth-child(2) {
    margin-top: 22px;
}

footer .text {
    margin-top: 10px;
}

footer .item-r p {
    color: #FFFFFF;
    line-height: 1.875;
}

.ewm {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ewm p {
    margin-top: 10px;
}

.copyright {
    color: #D1D1D1;
    border-top: 1px solid #192C44;
    line-height: 80px;
}

.copyright .record {
    color: #D1D1D1;
}

@media only screen and (min-width: 961px) {
    .copyright .record:hover {
        color: #ffffff;
    }

    footer .link:hover {
        transform: translateX(5px);
    }

    .detail-btn:hover {
        transform: translateX(5px);
    }
}


.swiper-pagination-bullet {
    background: #ffffff;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background: #FDA511;
}
@media only screen and (max-width: 1440px) {
    .head-page .item{
        margin-right: 30px;
    }

    footer .item-r {
        width: 46.67%;
    }
}
@media only screen and (max-width: 1280px) {
    .head-page .item {
        margin-right: 20px;
    }
}



@media only screen and (max-width: 1200px) {
    footer .item-r {
        width: 52%;
    }

    .footer-top {
        padding: 80px 0 50px;
    }
}

@media only screen and (max-width: 1180px) {
    .head-page .item {
        margin-right: 15px;
    }

    .head-page .logo img {
        height: 45px;
    }

    .head-page .item span {
        font-size: 15px;
    }
}

@media only screen and (max-width: 1060px) {
    footer .item-r {
        width: 43%;
    }

    .ewm {
        align-items: baseline;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 1043px) {
    .crumbs-nav {
        display: none;
    }
}

@media only screen and (max-width: 960px) {
    footer .item-r {
        width: 48%;
    }

    .footer-top {
        padding: 60px 0 40px;
    }
}


@media only screen and (max-width: 750px) {
    .search {
        margin-right: 75px;
    }
    footer .footer-nav {
        display: none;
    }

    footer .item-r {
        width: 100%;
    }

    .copyright {
        line-height: 1.72;

    }
    .copyright-l{
        justify-content: center;
        text-align: center;
    }

    .copyright .width1440 {
        justify-content: center;
        padding: 15px 0;
    }

    .footer-top {
        padding: 30px 0 30px;
    }

    .footer-top {
        display: none;
    }
    .banner .advice .width1440 {
        padding:0;
    }
    .banner .advice-tit{
        line-height: 1.25;
        font-size: 20px;
    }
}

