@charset "UTF-8";

body {
    font-family: sofia, Arial, sans-serif;
    color: #333333;
    font-size: 16px;
    background: #fff;
    word-wrap: break-word;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow-x: hidden;
}

html {
    padding: 0;
    margin: 0;
}

body,
form,
input,
p,
ol,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
table,
th,
td,
dl,
dt,
dd {
    padding: 0;
    margin: 0;
}

img {
    border: 0;
    vertical-align: middle;
}

ul,
li {
    list-style: none;
}

dl,
dt,
dd {
    display: block;
}

a {
    text-decoration: none;
    outline: none;
    color: #333;
}

a:hover {
    outline: none;
    color: #333;
    text-decoration: none;
}

input,
textarea {
    box-sizing: border-box;
    border: 0;
    background: none;
    width: 100%;
    -webkit-appearance: none;
    outline: none;
    resize: none;
}

h2 {
    font-weight: 400;
}

i {
    font-style: normal;
}

.lf {
    float: left;
}

.rt {
    float: left;
}

.clear {
    clear: both;
}

.paddingBox {
    padding: 90px 0;
}

.content {
    padding: 0 40px;
}

.flexBox {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media only screen and (min-width: 1440px) {
    .container {
        min-width: 1410px;
        max-width: 80%;
    }
}

@media only screen and (max-width: 1599px) {
    .paddingBox {
        padding: 40px 0;
    }
}


/*头部*/

.header {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 86px;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    font-family: "微软雅黑";
    z-index: 999999;
    transition: all 0.5s;
}

.header.on {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    transition: all 0.5s;
}


/* logo */

.header .logo {
    width: auto;
    height: 100%;
    float: left;
    position: relative;
    transition: all 0.5s;
}

.header .logo a {
    display: inline-block;
    float: left;
    height: 50px;
    margin-top: 18px;
    transition: all 0.5s;
}

.header .logo img {
    height: 100%;
}


/* 头部电话 */

.topDh {
    float: right;
    font-size: 16px;
    line-height: 36px;
    padding: 0 20px;
    margin: 22px 0 0 0;
    color: #001c8b;
    border: solid 1px #001c8b;
    border-radius: 20px;
}

.topDh i {
    margin-right: 10px;
    font-weight: 100;
    color: #001c8b;
    font-size: 18px;
}

.header .topDh {
    color: #001c8b;
}


/* 二维码 */

.topEwm {
    position: relative;
    display: inline-block;
    width: 86px;
    height: 86px;
    font-size: 16px;
    float: right;
}

.header .ewm {
    width: 100%;
    height: 100%;
}

.header .ewm i {
    color: #666666;
    text-align: center;
    line-height: 86px;
    margin-left: 34px;
}

.header .ewm-sub {
    position: absolute;
    top: 86px;
    right: 50%;
    margin-right: -80px;
    width: 160px;
    height: auto;
    background-color: #f8f8f8;
    padding: 10px;
    border-radius: 6px;
}

.header .ewm-sub.on {
    display: block;
}

.header .ewm-sub img {
    display: block;
    width: 100%;
}

.header .ewm-sub p {
    font-size: 14px;
    color: #0f195c;
}


/* 导航 */

.header .nav {
    float: right;
    font-family: "DIN";
    margin-right: 3%;
}

.header .nav ul li {
    position: relative;
    font-size: 16px;
    text-align: center;
    float: left;
    display: block;
    position: relative;
    margin: 0px 0px 0px 40px;
    line-height: 86px;
    transition: line-height 0.5s;
}

.header .nav ul li a {
    display: block;
    color: #323f47;
}

.header .nav ul li:hover>a,
.header .nav ul li.on>a {
    color: #001c8b;
}

.header .nav .ej {
    position: absolute;
    top: 86px;
    left: 50%;
    width: 200px;
    padding: 10px 0;
    margin-left: -100px;
    background-color: #001c8b;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
    transition: all 0.5s;
}

.header .nav ul li:hover .ej {
    opacity: 1;
    transform: translateY(0px);
    visibility: visible;
    transition: all 0.5s;
}

.header .nav .ej a {
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    line-height: 32px;
    text-align: center;
}

.header .nav .ej a:hover {
    background: linear-gradient(90deg, #026636 0, #8aba26 100%);
    color: #fff !important;
}

.header .nav ul li:hover .ej {
    display: block;
}

.header .nav ul li.on::after,
.header .nav ul li:hover:after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #001c8b;
}

.H {
    height: 86px;
}


/* 手机导航 */

.sp_header {
    float: right;
    display: none;
}

.sp_nav {
    width: 30px;
    float: left;
    position: relative;
    cursor: pointer;
    height: 30px;
    margin-top: 22px;
}

.sp_nav span {
    display: block;
    background: #333;
    width: 20px;
    height: 2px;
    position: absolute;
    left: 5px;
    transition: all ease 0.35s;
}

.sp_nav span:nth-of-type(1) {
    top: 0px;
}

.sp_nav span:nth-of-type(2) {
    top: 8px;
}

.sp_nav span:nth-of-type(3) {
    top: 16px;
}

.sp_nav_se span:nth-of-type(1) {
    top: 10px;
    transform: rotate(45deg);
}

.sp_nav_se span:nth-of-type(2) {
    width: 0;
}

.sp_nav_se span:nth-of-type(3) {
    top: 10px;
    transform: rotate(-45deg);
}

.sjj_nav {
    position: relative;
    position: fixed;
    z-index: 9;
    background-color: #f9f9f9;
    width: 180px;
    height: 100vh;
    font-size: 15px;
    line-height: 40px;
    top: 60px;
    right: -80%;
    padding: 20px;
    padding-top: 0;
    overflow: auto;
    overflow-x: hidden;
    transition: right ease 0.35s;
}

.nav_show {
    right: 0;
    transition: right ease 0.35s;
}

.sjj_nav ul li i {
    position: absolute;
    top: 24px;
    right: 0px;
    height: 20px 30px 20px;
    padding: 0px 7px 0 7px;
}

.sjj_nav ul li i svg {
    position: relative;
    top: -5px;
    fill: #000;
    width: 20px;
    height: 20px;
    transform: rotate(-90deg);
    transition: all ease 0.35s;
}

.sjj_nav ul li .sjj_nav_i_se svg {
    transform: rotate(0deg);
}

.sjj_nav ul li {
    padding-top: 20px;
    border-top: 1px rgba(0, 0, 0, 0.05) solid;
    position: relative;
    line-height: 44px;
    font-size: 16px;
    font-weight: bold;
}

.sjj_nav ul li:first-child {
    border-top: none;
}

.sjj_nav ul li:nth-last-child(1) {
    border-bottom: 1px rgba(0, 0, 0, 0.05) solid;
}

.sjj_nav ul li ul {
    display: none;
    background-color: #fff;
    border-top: 1px rgba(0, 0, 0, 0.05) solid;
}

.sjj_nav ul li a {
    width: 80%;
    color: #333;
}

.sjj_nav ul li ul li {
    padding-left: 30px;
}

.sjj_nav ul li ul li a {
    display: block;
    text-align: left;
}

.sjj_nav ul li ul li>ul {
    margin-left: 10px;
}

@media only screen and (max-width: 1023px) {
    .H {
        height: 60px;
    }

    .chAEn {
        display: none;
    }

    .header .nav {
        display: none;
    }

    .sp_header {
        display: block;
        right: 30px;
    }

    .header {
        height: 60px;
        border-top: none;
    }

    .header .logo a {
        margin: 14px 0 0 0;
        height: 32px;
    }
}

@media only screen and (max-width:575px) {
    .content {
        padding: 0 15px;
    }
}


/* 首页轮播 */

.banner {
    position: relative;
    overflow: hidden;
}

.banner .BannerBottom {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    z-index: 33;
}

.banner .swiper {
    position: relative;
    width: 100%;
    height: auto;
}

.banner .swiper-slide {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    background-color: #000;
}

.banner .swiper-slide img {
    display: block;
    width: 100%;
    height: auto;
    opacity: .8;
}

.banner .swiper-slide .wz {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 30%;
    left: 0;
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.banner .swiper-slide .wz .container {
    padding-right: 40%;
}

.banner .swiper-slide p.bt {
    font-size: 50px;
    margin-bottom: 50px;
    line-height: 60px;
}

.banner .swiper-slide p {
    font-size: 22px;
    line-height: 46px;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    transform: translateY(100px);
    opacity: 0;
    transition: all 0.4s 0.2s;
}

.banner .ani-slide p {
    transform: translateY(0);
    opacity: 1;
}

.banner .swiper-slide p.p2 {
    transition: all 0.4s 0.4s;
}

.banner .swiper-slide p.p3 {
    transition: all 0.4s 0.6s;
}

.banner .swiper-slide .p4 {
    transform: translateY(100px);
    opacity: 0;
    transition: all 0.4s 0.8s;
}

.banner .ani-slide .p4 {
    transform: translateY(0);
    opacity: 1;
}

.banner .view-more {
    margin-top: 30px;
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 60px;
    height: 60px;
    z-index: 99;
    border: solid 1px #fff;
    padding: 0 13px;
    opacity: 0.5;
    background-image: none !important;
}

.swiper-button-next,
.swiper-button-prev {
    width: 60px !important;
    height: 60px !important;
    background-image: none !important;
}

.banner .swiper-button-next i,
.banner .swiper-button-prev i {
    line-height: 60px;
    font-size: 34px;
    color: #fff;
}

.banner .swiper-button-next:hover,
.banner .swiper-button-prev:hover {
    opacity: 1;
    transform: translateX(0);
    transition: all 0.5s;
}

.banner .swiper-button-prev {
    left: 0;
    transform: translateX(-20px);
    transition: all 0.5s;
}

.banner .swiper-button-next {
    right: 0;
    transform: translateX(20px);
    transition: all 0.5s;
}

.banner .swiper-pagination-bullet {
    background-color: #fff !important;
    opacity: 1 !important;
}

.banner .swiper-pagination-bullet-active {
    background-color: #8aba26 !important;
}

.banner img.smImg {
    display: none;
}

@media only screen and (max-width: 1199px) {
    .banner .swiper-slide .wz {
        top: 24% !important;
    }
}

@media only screen and (max-width: 1023px) {
    .banner .swiper-slide .wz .container {
        padding-right: 0;
    }

    .banner .swiper-slide p.bt {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 15px;
    }

    .banner .swiper-slide img.bigImg {
        display: none;
    }

    .banner .swiper-slide img.smImg {
        display: block;
    }
}

@media only screen and (max-width: 575px) {
    .banner .ani-slide p.p1 {
        font-size: 16px;
    }

    .banner .swiper-slide p.bt {
        font-size: 20px;
        line-height: 28px;
    }

    .banner .swiper-slide p {
        font-size: 14px;
        line-height: 22px;
    }
}


/* 查看更多 */

.view-more {
    position: relative;
    display: inline-block;
    width: 220px;
    height: 50px;
    line-height: 48px;
    color: #fff !important;
    vertical-align: middle;
    border-radius: 40px;
    font-size: 15px;
    border: solid 1px #fff;
    /* font-style: italic; */
    text-align: left;
    padding: 0 40px;
}

.view-moreB {
    border: solid 1px #001c8b;
    color: #001c8b !important;
}

.view-more i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-size: 100%;
    font-size: 20px;
    float: right;
}


/* 关于我们 */

#COMPANY {
    position: relative;
    top: -80px;
}

.indexAbout {
    min-height: calc(100vh - 80px);
    overflow: hidden;
    position: relative;
    background: url(../images/aboutBj.png) no-repeat;
    background-position: left bottom;
    background-size: auto 100%;
}

.indexAbout img.bj {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 70%;
}

.indexAbout main {
    margin-top: 60px;
}

.indexAbout .txtBox {
    display: inline-block;
    width: 36%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;
}

.indexAbout .txtBox p.p1 {
    margin-bottom: 30px;
    font-size: 60px;
    color: #333;
    line-height: 24px;
    font-weight: bold;
}


.indexAbout .good {
    margin: 30px 0;
}

.indexAbout .good span {
    font-weight: bold;
    margin: 10px 0;
    padding: 0 20px;
    border-left: solid 1px #999;
    font-size: 20px;
    line-height: 20px;
}

.indexAbout .txtBox p.jj {
    font-size: 18px;
    line-height: 36px;
    color: #656565;
    text-align: justify;
}

.indexAbout .imgBox {
    width: 60%;
    margin-left: 4%;
    border-radius: 20px;
    overflow: hidden;
}

.indexAbout .imgBox img {
    display: block;
    width: 100%;
    height: auto;
}


/*标题*/

.indexTitle {
    position: relative;
}

.indexTitle p.p1 {
    font-size: 60px;
    font-weight: bold;
}

.indexTitle .p2 {
    font-size: 20px;
    color: #999;
    font-weight: normal;
}

.indexTitle .container {
    position: relative;
}

@media only screen and (max-width: 1199px) {
    .indexAbout {
        min-height: auto;
        background: url(../images/aboutBj.png) no-repeat;
        background-position: left top;
        background-size: 40% auto;
    }

    .indexAbout .txtBox {
        width: 100%;
    }

    .indexAbout .imgBox {
        width: 100%;
        margin-left: 0;
        margin-top: 30px;
        border-radius: 10px;
    }
}

@media only screen and (max-width: 575px) {
    .indexAbout {
        padding-top: 0;
    }

    .indexAbout .txtBox p.p1 {
        font-size: 22px;
        margin-bottom: 15px;
    }

    .indexTitle p.p1 {
        font-size: 22px;
    }

    .indexAbout .good span {
        font-size: 16px;
    }

    .indexAbout .txtBox p.jj {
        font-size: 14px;
        line-height: 22px;
    }

    .indexTitle .p2 {
        font-size: 14px;
    }
}


/*业务*/

#PRODUCT {
    position: relative;
    top: 10px;
}

.indexSolution {
    position: relative;
    background: url(../images/productBj.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #eeeeee;
}

.indexSolution main {
    margin-top: 30px;
}

.indexSolution main .box {
    border-radius: 20px 20px;
    background-color: #ffffff;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
    border: solid 1px #eeeeee;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 2%;
    overflow: hidden;
    transform: translateY(0px);
    transition: all 0.5s;
}

.indexSolution main .box a {
    display: block;
    width: 100%;
    height: 100%;
}

.indexSolution main .box:nth-child(4n) {
    margin-right: 0;
}

.indexSolution main .box:hover {
    transform: translateY(-10px);
    transition: all 0.5s;
}

.indexSolution main .imgBox img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.indexSolution .txtBox {
    position: relative;
    padding: 20px;
    color: #333;
}

.indexSolution .txtBox h5 {
    font-size: 20px;
    line-height: 36px;
    font-weight: bold;
}

.indexSolution .swiper-slide:hover .txtBox h5 {
    color: #001c8b;
}

.indexSolution .txtBox p {
    color: #999;
    font-size: 14px;
    line-height: 22px;
}

.indexSolution .txtBox .con {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.indexSolution .txtBox .con span {
    position: relative;
    width: 50%;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    padding-left: 15px;
}

.indexSolution .txtBox .con span::before {
    position: absolute;
    content: "";
    left: 0;
    top: 10px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #001c8b;
}

.indexSolution .txtBox::before,
.indexSolution .txtBox::after {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
}

.indexSolution .txtBox::after {
    width: 0;
    background-color: #001c8b;
    transition: all 0.8s;
}

.indexSolution2 {
    min-height: calc(100vh - 80px);
    background: #ffffff !important;
}

.indexSolution2 .main1 .box {
    background-color: #f8f8f8;
    box-shadow: none;
    border: solid 1px #eee;
}

.indexSolution2 .main1 .box:nth-last-child(1) {
    margin-right: 0;
}

@media only screen and (max-width: 1199px) {
    #PRODUCT {
        top: -20px;
    }

    .indexSolution,
    .indexSolution2 {
        min-height: auto !important;
    }

    .indexSolution main .box {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 20px;
        -webkit-box-flex: none;
        -moz-box-flex: none;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
    }

    .indexSolution main .box:nth-child(2n) {
        margin-right: 0;
    }
}

@media only screen and (max-width:575px) {
    .indexSolution main .box {
        width: 100%;
        border-radius: 10px 10px 0 0;
    }
}


/*BUSINESS*/

#BUSINESS {
    position: relative;
    top: 80px;
}

.indexTitleW p {
    color: #fff !important;
}

.indexBusiness {
    position: relative;
    height: calc(100vh - 80px);
    overflow: hidden;
}

.indexBusiness img {
    display: block;
    width: 100%;
    height: auto;
}

.indexBusiness .wz {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

@media only screen and (max-width: 1599px) {
    #BUSINESS {
        top: 4px;
    }

    .indexBusiness .wz {
        position: relative;
        padding: 0 0 40px !important;
    }

    .indexBusiness .indexTitleW p {
        color: #292929 !important;
    }
}

@media only screen and (max-width: 1439px) {
    #BUSINESS {
        top: -40px;
    }
}

@media only screen and (max-width: 1199px) {
    .indexBusiness {
        height: auto !important;
    }
}

@media only screen and (max-width: 575px) {
    .indexBusiness .wz {
        padding: 0 0 15px !important;
    }
}


/* contact */

.indexContact {
    /* background: url(../images/contactBj.png) no-repeat;
    background-position: left center;
    background-size: auto 60%; */
}

.indexContact .container {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
}

.indexContact main {
    padding: 0 2%;
    width: 33.33%;
}

.indexContact .bigImg {
    display: block;
    width: 100%;
    border-radius: 10px;
    margin-bottom: 60px;
}

.indexContact .img1 {
    display: block;
    width: 50px;
    margin: 0 auto 20px;
}

.indexContact .img2 {
    display: inline;
    text-align: center;
}

.indexContact p {
    color: #000;
    font-size: 18px;
    line-height: 34px;
}

.indexContact p.p2 {
    margin-bottom: 40px;
}

.indexContact strong {
    font-size: 34px;
    color: #001c8b;
}

@media only screen and (max-width: 1439px) {
    #BUSINESS {
        top: -100px;
    }
}

@media only screen and (max-width: 1199px) {
    #CONTACT {
        position: relative;
        top: -30px;
    }

    .indexContact {
        background: url(../images/contactBj.png) no-repeat;
        background-position: left center;
        background-size: 30% auto;
    }

    .indexContact .bigImg {
        display: none;
    }

    .indexContact main {
        width: 100%;
        padding: 30px 0;
    }

    .indexContact main:nth-child(2) {
        border-top: solid 1px #ddd;
        border-bottom: solid 1px #ddd;
    }

    .indexContact .bigImg {
        margin-bottom: 20px;
    }

    .indexContact p.p2 {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 575px) {
    .indexContact {
        padding: 0;
    }

    .indexContact strong {
        font-size: 22px;
    }

    .indexContact .img2 {
        height: 22px;
    }

    .indexContact p {
        font-size: 16px;
        line-height: 28px;
    }
}


/*bottom*/

footer {
    background-color: #000;
    color: rgba(255, 255, 255, 0.6);
    padding: 10px 0;
    font-size: 14px;
}

footer a {
    color: rgba(255, 255, 255, 0.6);
}

footer span {
    margin: 0 10px;
}


/* 浮动栏 */

.side-always {
    position: fixed;
    z-index: 3;
    width: 50px;
    height: auto;
    right: 5px;
    bottom: 2%;
    box-sizing: border-box;
    z-index: 999;
}

.side-always .side-items {
    display: block;
    position: relative;
    overflow: visible;
    background: rgba(0, 28, 139);
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    transition-duration: 0.3s;
    margin-bottom: 2px;
}

.side-always .side-ico {
    position: relative;
    z-index: 4;
    width: 50px;
    height: 50px;
    transition-duration: 0.3s;
    background-size: 23px !important;
}

.side-always .toTop-item .side-ico {
    background: url(../images/side-toTop-itemon.png) no-repeat center;
}

@media only screen and (max-width: 575px) {
    .side-always {
        width: 40px;
    }

    .side-always .side-items {
        width: 40px;
        height: 40px;
    }

    .side-always .side-ico {
        width: 100%;
        height: 100%;
        background-size: 24px !important;
    }
}


/********  内页 *****************/

.page-banner {
    position: relative;
    height: 380px;
    overflow: hidden;
}

.page-banner img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-banner .wz {
    width: 100%;
    position: absolute;
    top: 30%;
    left: 0;
    font-size: 36px;
    line-height: 50px;
    color: #ffffff;
}

.page-banner .wz p {
    width: 100%;
}

.page-banner .page {
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(90deg, rgba(2, 102, 54, 0.8) 0, rgba(138, 186, 38, 0.8) 100%);
    height: auto;
    width: 100%;
}

.page-banner .page span {
    font-size: 36px;
    color: #ffffff;
    line-height: 90px;
    width: 180px;
}

.page-banner .page li {
    float: left;
    margin-right: 50px;
}

.page-banner .page li a {
    color: #fff;
    font-size: 14px;
    padding: 0 12px 17px 12px;
}

.page-banner .page li:hover a,
.page-banner .page li.active a {
    border-bottom: 1px solid #fff;
}

.page-banner .page ul {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 7%;
    margin-top: 34px;
}

.crumbs .container {
    position: relative;
}

.crumbs .container .tip {
    position: absolute;
    right: 0;
    top: -57px;
    width: 114px;
    height: 114px;
    padding-top: 44px;
    text-align: center;
    border-radius: 100%;
}

.crumbs .container .tip img {
    animation: myfirstt 2s infinite;
}

@keyframes myfirstt {
    0% {
        transform: translate(0px, 0px);
    }

    50% {
        transform: translate(0px, -15px);
    }

    100% {
        transform: translate(0px, 0px);
    }
}


/*   内页列表 */

.infoList {
    padding: 80px 0;
}

.infoList a.box {
    display: inline-block;
    width: 22.75%;
    margin-right: 3%;
    border-radius: 5px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0px 5px 10px rgba(186, 184, 184, 0.16);
    margin-bottom: 40px;
}

.infoList a.box:nth-child(4n) {
    margin-right: 0;
}

.infoList a.box .imgBox {
    height: 230px;
}

.infoList a.box img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.infoList a.box .txtBox {
    padding: 10px 20px 30px;
}

.infoList a.box .txtBox .bq {
    background-color: #e1eaff;
    color: #638eff;
    font-size: 13px;
    padding: 5px 15px;
}

.infoList a.box .txtBox h4 {
    display: block;
    color: #333;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    height: 48px;
    overflow: hidden;
    margin: 20px 0 10px;
}

.infoList a.box .txtBox p {
    display: block;
    color: #999;
    font-size: 14px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
}

.infoList a.box .txtBox .line {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #eee;
    margin: 20px 0 10px;
}

.infoList a.box .time {
    overflow: hidden;
    font-size: 15px;
}

.infoList a.box .time span.sj {
    float: left;
    color: #aaa;
}

.infoList a.box .time span.gd {
    float: right;
    color: #026636;
}

.infoList a.box .time span.gd i {
    margin-left: 15px;
}

.infoList .pagination a {
    color: #026636;
}


/* 详情 */

.infoNewsXq .leftBox {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.infoNewsXq .rightBox {
    width: 340px;
    margin-left: 5%;
}


/* 新闻详情标题 */

.infoNewsXq {
    position: relative;
    z-index: 2;
}

.NewsXqBt {
    padding: 30px 0;
    text-align: center;
}

.NewsXqBt h1 {
    font-size: 34px;
    font-weight: bold;
}

.NewsXqBt p {
    font-size: 13px;
    color: #939393;
    margin-top: 20px;
}

.NewsXqBt p span {
    margin: 0 15px;
}


/* 新闻详情左 */

.infoNewsXq .leftBox {
    padding: 60px 5% 60px 5%;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.infoNewsXq .leftBox p {
    margin: 20px 0;
    color: #666666;
    font-size: 17px;
    line-height: 34px;
}

.infoNewsXq .leftBox img {
    display: block;
    width: 100%;
}

.infoRightTabBox .nextBox a {
    display: block;
    padding: 30px;
    margin-top: 20px;
    border-radius: 10px;
    border: solid 1px #eee;
    background-color: #fff;
}

.infoRightTabBox .nextBox .line {
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
    margin: 12px 0 24px;
}

.infoRightTabBox .nextBox .line span {
    position: relative;
    top: -12px;
    display: block;
    width: 90px;
    height: 18px;
    font-size: 18px;
    background-color: #fff;
}

.infoRightTabBox .nextBox a p.title,
.infoRightTabBox .tuijian a.xw p.bt {
    font-size: 16px;
    color: #696969;
    line-height: 25px;
    height: 50px;
    margin-top: 20px;
    overflow: hidden;
}

.infoRightTabBox .nextBox a:hover p.title,
.infoRightTabBox .tuijian a.xw:hover p.bt {
    color: #026636;
}

.infoRightTabBox .tuijian {
    box-shadow: 0 0 30px #9babbf;
    padding: 20px;
    margin-top: 60px;
    border-radius: 10px;
}

.infoRightTabBox .tuijian .title strong {
    float: left;
    font-size: 24px;
    font-weight: bold;
    color: #323f47;
    line-height: 26px;
}

.infoRightTabBox .tuijian .title a {
    float: right;
    color: #aaaaaa;
}

.infoRightTabBox .tuijian .title a:hover {
    color: #638eff;
}

.infoRightTabBox .tuijian a.xw {
    display: block;
    padding: 15px 0;
    border-bottom: solid 1px #eee;
}

.infoRightTabBox .tuijian a.xw p.time {
    font-size: 14px;
    color: #727272;
    margin-top: 20px;
}

/* 隐私政策 */
.infoDetailsBox .xq-title {
    border-bottom: solid 1px #eee;
    padding: 80px 0 40px;
}

.infoDetailsBox .xq-title h3 {
    margin-bottom: 20px;
    font-weight: bold;
}

.infoDetailsBox .xq-title p {
    color: #aaa;
    font-size: 14px;
}

.infoDetailsBox .xq-title p span {
    margin: 0 10px;
}

.infoXqTxt .wz p {
    font-size: 14px;
    line-height: 26px;
    margin: 20px 0;
    text-align: justify;
}

.infoXqTxt .wz img {
    max-width: 100%;
    margin: 20px 0;
    margin: 0 auto;
}

.infoXqTxt .wz video {
    display: block;
    width: 100%;
    margin: 20px 0;
}