.w {
    width: 100%;
    display: flex;
    justify-content: center;
}


.layui-carousel {
    margin-top: 75px;
    height: 562px !important;
}

.layui-carousel img {
    width: 100%;
    height: 100%;
}

.layui-carousel-ind {
    display: none;
}


/* 主体区域 */
.article {
    display: flex;
    justify-content: center;
}

.layui-tab-content {
    width: 1060px;
}

.layui-tab-content img {
    width: 200px;
    height: 200px;
}

.layui-tab-title li {
    margin-left: 200px;
}

.layui-tab-item {
    display: flex;
}

.Exhibition {
    width: 100%;
    height: 514px;
    margin-top: 70px;
    background-image: url(../images/bj1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
}

.Exhibition .box1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1100px;
    height: 514px;
}

.Exhibition .box1 div {
    width: 500px;
    height: 450px;
    overflow: hidden;
    position: relative;
}

.Exhibition .box1 .box1-box1 {
    z-index: 3;
    cursor: pointer;
}

.Exhibition .box1 .box1-box1:hover .box1-top {
    display: block;
}

.Exhibition .box1 .box1-box1:hover img {
    transform: scale(1.1);
}

.Exhibition .box1 .box1-top {
    display: none;
    position: absolute;
    padding-top: 300px;
    font-size: 18px;
    color: #fff;
    text-indent: 5rem;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    z-index: 1;
}

.Exhibition .box1 .box1-top p {
    margin: 20px;
    line-height: 30px;
}

.Exhibition .box1 .box1-botton {
    position: absolute;
    top: 375px;
    left: 0;
    text-indent: 2rem;
    font-size: 20px;
    color: #fff;
    z-index: 2;
}

.Exhibition .box1 .box1-box1:hover .box1-botton {
    top: 280px;
    text-indent: 4rem;
    font-size: 24px;
}

.Exhibition img {
    width: 500px;
    height: 450px;
    transition: all 0.6s;
}

.cooperation {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.cooperation-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 30px;

}

.x-tit-en {
    color: #DDD;
    height: 45px;
    line-height: 45px;
    font-size: 40px;
    color: #DDD;
}

.x-tit-ch {
    background: url(../images/titbg.png) no-repeat;
    font-size: 28px;
    height: 50px;
    margin-top: 20px;
    width: 423px;
    text-align: center;
    color: #333;
    line-height: 5px;
    transition: all 0.36s ease;
}

.cooperation-bottom {
    width: 1200px;
}

.cooperation-bottom ul {
    display: flex;
    flex-wrap: wrap;

}

.cooperation-bottom li {
    margin-left: 50px;
    margin-top: 40px;
    width: 250px;
    height: 250px;
    text-align: center;
    line-height: 50px;
    font-size: 23px;
    color: #fff;
}

.cooperation-bottom div {
    margin: 10px auto;
    height: 50px;
    width: 180px;
    background-image: linear-gradient(to right, #565656, #1d1d1d);
    border-radius: 30px;

}

.cooperation-bottom ul li:nth-child(even) div {
    background-image: linear-gradient(to right, #06a0e2, #205cb9);
}

.cooperation-bottom img {
    width: 100%;
    height: 179px;
    cursor: pointer;
    transition: all 0.6s;
}

.cooperation-bottom img:hover {
    transform: scale(1.1);
}

/* 主体区域 */
/* 主体左侧区域 */
.art-box-zong {
    width: 100%;
    margin: 30px 0;
}

.bx {
    width: 1200px;
    display: flex;
    margin: 0 auto;
}

.art-box-left-top {
    width: 232px;
    height: 64px;
    font-size: 24px;
    color: #fff;
    line-height: 64px;
    text-align: center;
}

.art-box-left-center {
    width: 228px;
    box-shadow: 1px 1px 5px #888888;
}

    .art-box-left-center ul li {
        margin-left: 20px;
        width: 192px;
        height: 48px;
        font-size: 16px;
        text-indent: 1rem;
        line-height: 48px;
        border-bottom: 1px dashed #eee;
    }

        .art-box-left-center ul li a span {
            margin-right: 10px;
            font-size: 14px;
        }

        .art-box-left-center ul li a:hover {
            color: #74bc4d;
        }

.art-box-left-botton {
    width: 232px;
    height: 69px;
    margin-top: 40px;
}

/* 主体右边区域 */
/* 右边上部区域样式 */
.art-box-right {
    margin-left: 50px;
    width: 78%;
}

    .art-box-right .art-box-right-top {
        display: flex;
        justify-content: space-between;
        height: 41px;
        line-height: 41px;
        border-bottom: 1px solid #eee;
        text-indent: 1rem;
    }

/* 右边下部区域样式 */
/* 公司简介 */
.art-box-right-botton-1 p {
    font-size: 16px;
    text-indent: 2rem;
    margin-top: 10px;
    margin-bottom: 10px;
}

.art-box-right-botton-1 div {
    margin: 0 80px;
}

/* 公司规模 */
.art-box-right-botton .art-box-right-botton-2-top {
    display: flex;
    justify-content: space-around;
}

    .art-box-right-botton .art-box-right-botton-2-top div {
        width: 200px;
        height: 200px;
        background-color: #000;
        color: #fff;
        border-radius: 50%;
        margin-top: 10px;
        text-align: center;
        box-shadow: 5px 7px 15px #888888;
    }

        .art-box-right-botton .art-box-right-botton-2-top div:nth-child(1) {
            background-color: #1a77c5;
        }

            .art-box-right-botton .art-box-right-botton-2-top div:nth-child(1) p:nth-child(1) {
                font-size: 98px;
            }

            .art-box-right-botton .art-box-right-botton-2-top div:nth-child(1) p:nth-child(2) {
                font-size: 25px;
            }

        .art-box-right-botton .art-box-right-botton-2-top div:nth-child(2) {
            background-color: #eee;
            color: #000;
        }

            .art-box-right-botton .art-box-right-botton-2-top div:nth-child(2) p:nth-child(1) {
                font-size: 85px;
                margin-top: 10px;
            }

            .art-box-right-botton .art-box-right-botton-2-top div:nth-child(2) p:nth-child(2) {
                font-size: 30px;
                margin: 0 5px;
            }

        .art-box-right-botton .art-box-right-botton-2-top div:nth-child(3) p:nth-child(1) {
            margin-top: 40px;
            font-size: 30px;
        }

        .art-box-right-botton .art-box-right-botton-2-top div:nth-child(3) p:nth-child(2) {
            margin: 20px 10px 0 10px;
            font-size: 25px;
        }

.art-box-right-botton-2-bot {
    margin-top: 20px;
    display: flex;
}

    .art-box-right-botton-2-bot .art-box-right-botton-bot-left div {
        width: 300px;
        height: 200px;
    }

        .art-box-right-botton-2-bot .art-box-right-botton-bot-left div img {
            width: 100%;
        }

    .art-box-right-botton-2-bot .art-box-right-botton-bot-right {
        text-indent: 2rem;
        font-size: 24px;
        margin-top: 20px;
    }

        .art-box-right-botton-2-bot .art-box-right-botton-bot-right p {
            margin: 30px 0;
        }

/* 发展历程 */
.art-box-right-botton-3-sprout {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #eee;
}

.art-box-right-botton-3-sprout-left {
    width: 300px;
    height: 450px;
    background-color: #00a0e2;
    background-image: linear-gradient(45deg, #204cae, #00a2e4);
    font-size: 40px;
    text-align: center;
    color: #fff;
    padding: 10px;
    border-radius: 30px;
    box-shadow: 4px 8px 12px #888888;
}

    .art-box-right-botton-3-sprout-left div {
        margin: 25px 0;
        height: 80px;
        line-height: 80px;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }

.art-box-right-botton-3-sprout-center {
    width: 10px;
    height: 450px;
    background-color: #5b9bd5;
    border-radius: 30px;
    box-shadow: 3px 6px 10px #888888;
}

    .art-box-right-botton-3-sprout-center img {
        width: 100px;
        height: 100px;
        position: relative;
        top: 175px;
        left: -40px;
    }

.art-box-right-botton-3-sprout-right {
    padding-top: 50px;
}

    .art-box-right-botton-3-sprout-right img {
        width: 520px;
        height: 350px;
        box-shadow: 4px 8px 12px #888888;
    }

/* 团队风采 */
.art-box-right-botton-4 {
    padding: 5px;
}

.art-box-right-botton-4-bot {
    margin-top: 20px;
    font-size: 25px;
    line-height: 40px;
    text-indent: 2rem;
}

.art-box-right-botton-4-top {
    position: relative;
}

.art-box-right-botton-4-top-top {
    width: 100%;
    position: relative;
}

    .art-box-right-botton-4-top-top img {
        width: 450px;
    }

    .art-box-right-botton-4-top-top div {
        position: absolute;
        top: 40px;
        left: 180px;
        font-size: 45px;
        color: #000;
    }

.art-box-right-botton-4-top-top-right {
    position: absolute;
    top: 0;
    right: 0px;
    box-shadow: 2px 2px 8px #888;
}

    .art-box-right-botton-4-top-top-right img {
        width: 350px;
        height: 200px;
    }

/* 公司优势 */
.art-box-right-botton-5-top {
    margin-top: 20px;
    text-align: center;
}

.art-box-right-botton-5-bot {
    padding-top: 30px;
    font-size: 30px;
    line-height: 50px;
    text-indent: 2rem;
}

/* 销售网络 */
.art-box-right-botton-6 {
    display: flex;
    justify-content: space-between;
}

.art-box-right-botton-6-left {
    width: 70%;
}

    .art-box-right-botton-6-left img {
        width: 100%;
    }

.art-box-right-botton-6-right {
    width: 28%;
    position: relative;
    height: 400px;
    margin: auto 0;
    box-shadow: 2px 2px 6px #888888;
}

.art-box-right-botton-6-right-top {
    position: absolute;
    top: -25px;
    left: 37px;
    width: 70%;
    height: 60px;
    line-height: 60px;
    font-size: 26px;
    border-radius: 30px;
    text-align: center;
    background-image: linear-gradient(90deg, #00a1e2, #2050b0);
    color: #fff;
    box-shadow: 2px 3px 10px #888888;
}

.art-box-right-botton-6-right-bot {
    margin-top: 40px;
    font-size: 22px;
    line-height: 50px;
    text-indent: 2rem;
    padding: 10px;
    color: #000;
}

/* 企业文化 */
.art-box-right-botton-7 {
    width: 100%;
}

.art-box-right-botton-7-top {
    border-bottom: 1px solid #eee;
}

    .art-box-right-botton-7-top img {
        width: 100%;
    }

.art-box-right-botton-7-center {
    display: flex;
    justify-content: space-around;
    margin-top: 80px;
    font-size: 60px;
    font-weight: 800;
    margin-bottom: 80px;
}

    .art-box-right-botton-7-center div:nth-child(1) {
        background-image: -webkit-linear-gradient(bottom, #2055b2, #0b9fe1);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .art-box-right-botton-7-center div:nth-child(2) {
        color: #1d2a5a;
    }

.art-box-right-botton-7-bot {
    text-align: center;
    font-size: 24px;
    color: #000;
}

.visible {
    /* 设置为显示 当切换到相应的li时添加这个类 */
    display: block !important;
}

.visible-left,.visible-left-nopic {
    width: 100%;
    height: 220px;
    display: flex;
    margin-bottom: 10px;
    margin-top: 10px;
    border-bottom: 1px solid #eee;
    /* align-items: center; */
} {
    width: 100%;
    height: 220px;
    display: flex;
    margin-bottom: 10px;
    margin-top: 10px;
    border-bottom: 1px solid #eee;
    /* align-items: center; */
}

.visible-left div:nth-child(1) {
    height: 156px;
}

.visible-left div:nth-child(2) {
    margin-left: 20px;
}

.visible-left img {
    width: auto;
    height: 180px;
    box-shadow: 4px 8px 12px #888888;
    max-width: 200px;
}

.visible-left span {
    /* margin-bottom: 10px; */
    display: block;
    margin-left: 10px;
}

.visible-left span:nth-child(1) {
    padding:10px 0px 0px 0px;
    color: #333;
    font-size: 1.4rem;
}

.visible-left span:nth-child(2) {
    padding: 5px 0px;
    font-size: 13px;
    color: #888888;
}

.visible-left span:nth-child(3) {
    font-size: 15px;
    line-height:30px;
}

.art-box-left-center li.on a {
    color: #74bc4e;
}

.top-nav {
    margin-top: 90px;
    height: 300px;
    margin-bottom: 30px;
}

.visible .box {
    border-bottom: 1px #CCCCCC solid;
    margin-bottom: 20px;
    padding-bottom: 35px;
    display: block;
    height: auto;
}

.visible .box .pic {
    float: left;
    margin-right: 40px;
}

.visible .box .pic img {
    max-width: 930px;
    width: 240px;
    height: 170px;
}

.visible .box .box-title {
    font-size: 16px;
    color: #036baa;
    font-weight: bold;
    line-height: 40px;
    width: 100%;
    height: auto
}

.sj {
    line-height: 30px;
    color: #CCCCCC;
    font-size: 12px;
}

.box-info {
    line-height: 30px;
    color: #999999;
    word-break: break-all;
    font-size: 13px;
    margin-left: 0px;
}

.box-time{
    padding:10px 0;
}

.box-info .btn-right {
    float: right;
    margin-top: 0px;
}

.box-info span a {
    margin-top: 10px;
}

.visible-left-nopic a.btn {
    float: right;
    margin-right: 10px;
}

.box-info span a, .visible-left-nopic a.btn, .table-position tbody td a.mybtn {
    color: #999;
    box-shadow: 0px 2px 3px #eee;
    width: 88px;
    height: 33px;
    line-height: 33px;
    display: inline-block;
    text-align: center;
    border-radius: 3px;
    font-size: 0.3rem;
}

    .box-info span a:hover, .visible-left-nopic a.btn:hover, .table-position tbody td a.mybtn:hover {
        background: #16a1f4;
        color: #FFF;
    }

.visible-content{
    width:100%;
}

.visible-content img {
    width: 100%;
}

.visible .visible-talent {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 10px;
}

.visible .visible-talent div {
    width: 50% !important;
    height: 260px !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
    overflow: hidden;
}

.visible .visible-talent .bj {
    padding: 10px
}

.visible .visible-talent img {
    width: 459px !important;
    height: 259px !important;
}

.visible .visible-talent p {
    font-size: 15px;
    line-height: 20px;
    text-indent: 2rem;
    margin-top: 10px;
    margin-bottom: 10px;
}

.visible .visible-talent b {
    font-size: 18px;
}

.visible-salary {
    width: 100%;
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
}

.visible-salary div {
    display: flex;
    width: 427px;
    height: 103px;
    margin: 11px;
}

.visible-salary div span:nth-child(2) {
    transition: all 0.6s;
}

.visible-salary div:hover span:nth-child(2) {
    margin-top: 10px;
}

.visible-salary span:nth-child(1) {
    display: block;
    width: 98px;
    height: 98px;
    box-shadow: 0px 5px 5px #eeeeee;
}

.visible-salary span:nth-child(2) {
    line-height: 30px;
    margin-left: 10px;
    width: 100%;
}

.visible-salary b {
    font-size: 16px;
}

.visible-salary p {
    font-size: 15px;
    text-indent: 0rem;
}

.art-box-us {
    width: 100%;
    margin: 30px 0;
    padding: 0px 15%;
}

    .art-box-us .box-right {
        width: 100%;
    }

/*二级菜单*/
.menu-secord {
    height: 60px;
}

.menu-secord em {
    font-style: normal;
    float: left;
    /*line-height: 60px;*/
    color: #555;
    font-size: 15px;
    /* padding-left: 30px;*/
    /*background: url(../images/home.png) no-repeat left center;*/
}

.menu-secord em a {
    color: #555;
}

.menu-secord em a:hover,
.menu-secord em span:hover {
    color: #1296db;
}

.menu-secord em a.location {
    margin-right: 0;
    padding: 0 5px;
    position: relative
}

.menu-secord em a.location:before {
    content: ' / ';
    font-size: 16px;
    color: #999;
    position: absolute;
    top: 5pxpx;
    right: -3px;
    font-weight: normal
}

.menu-secord em a.location:nth-last-child(2):before {
    display: none;
}

@media (max-width:768px) {
    .Menu001389 {
        display: none;
    }
}

/*联系我们*/
.map-us {
    padding-bottom: 100px;
}

.map-us .auto {
    border-top: 1px solid #ddd;
    padding-top: 40px;
}

.map-us .title {
    font-size: 24px;
    font-family: '微软雅黑';
    color: #333;
    margin: 0;
    padding-bottom: 2%;
}

.map-us .title::after {
    content: '';
    display: block;
    width: 60px;
    height: 6px;
    background: #1296db;
    margin: 28px 0
}

.map-us .title span {
    font-size: 34px;
    display: block;
    padding-top: 20px;
}

.map-us dd {
    margin-bottom: 2%;
    padding-right: 57%;
    position: relative;
}

    .map-us dd:last-child {
        margin-bottom: 0;
    }

.map-us .map {
    position: absolute !important;
    width: 55%;
    right: 0;
    height: 100%;
    top: 0;
}

.map-us .map * {
    max-width: none;
}

.map-us dd figure {
}

.map-us dd ul {
    padding-bottom: 3%;
}

.map-us dd li {
    line-height: 24px;
    padding: 20px 0;
    padding-left: 40px;
    border-bottom: 1px solid #eee;
    background: url(../images/1-5.png) no-repeat center left;
    font-size: 16px;
    color: #767676;
}

.map-us dd li:nth-child(2) {
    background-image: url(../images/1-4.png);
}

.map-us dd li:nth-child(3) {
    background-image: url(../images/1-1.png);
}

.map-us dd li:nth-child(4) {
    background-image: url(../images/1-2.png);
}

.map-us dd li:nth-child(5) {
    background-image: url(../images/1-3.png);
}

.paging {
    float: right;
}

.layui-laypage-em {
    background-color: #017bc6 !important;
}

.on_cur {
    position: relative;

}

.visible .none-pic {
    text-align: center;
    padding: 10%;
}

.visible .none-pic .img {
    width: 150px !important
}

.visible .none-pic p {
    padding: 1.4rem 0px;
    font-size: 2rem;
    color: grey;
    padding-left: 10px;
}

.tab-product-main {
    text-align: center;
    width: 100%;
}

.tab-product-main-item{
    display:flex;
    padding:30px 10%
}

.tab-product-main-item img{
    margin:150px 30px 0px 30px;
    width:200px;
    height:auto;
}

/* chanpin */
.overflow-hide {
    overflow: hidden
}

.pavilion-inner {
    background: #FFF;
    border-bottom: 2px #EEE solid;
}

    .pavilion-inner .tabs {
        width: 40%;
        margin: 0 auto;
    }

        .pavilion-inner .tabs li {
            float: left;
            /*width: 33.3%;*/
            height: 85px;
            border-radius: 2px;
            line-height: 36px;
            font-size: 16px;
            color: #666;
            letter-spacing: .35px; /*margin-left:45px;*/
            border-top: 2px #FFF solid;
            text-align: center;
            cursor: pointer
        }

            .pavilion-inner .tabs li:first-child {
                margin-left: 0
            }

            .pavilion-inner .tabs li.on {
                background: #F6F6F6;
                color: #5EA0EB;
                border-top: 2px #3582F5 solid;
                transition: all 0.36s ease;
            }

            .pavilion-inner .tabs li .hot-icon {
                width: 105px;
                height: 50px;
            }

            .pavilion-inner .tabs li.on .hot-icon {
            }

            .pavilion-inner .tabs li > span {
                width: 100%;
                display: inline-block;
                vertical-align: middle;
                overflow: hidden;
                text-overflow: ellipsis;
                white-space: nowrap;
            }

/*            .pavilion-inner .tabs li:first-child .hot-icon {
                background: url(/uploadfiles/images/pro1.png) no-repeat center;
            }

            .pavilion-inner .tabs li:first-child:hover .hot-icon {
                background: url(/uploadfiles/images/pro1-1.png) no-repeat center;
            }

            .pavilion-inner .tabs li:nth-child(2) .hot-icon {
                background: url(/uploadfiles/images/pro3.png) no-repeat center;
            }

            .pavilion-inner .tabs li:nth-child(2):hover .hot-icon {
                background: url(/uploadfiles/images/pro3-3.png) no-repeat center;
            }

            .pavilion-inner .tabs li:nth-child(3) .hot-icon {
                background: url(/uploadfiles/images/pro2.png) no-repeat center;
            }

            .pavilion-inner .tabs li:nth-child(3):hover .hot-icon {
                background: url(/uploadfiles/images/pro2-2.png) no-repeat center;
            }

            .pavilion-inner .tabs li:nth-child(4) .hot-icon {
                background: url(/uploadfiles/images/pro4.png) no-repeat center;
            }

            .pavilion-inner .tabs li:nth-child(4):hover .hot-icon {
                background: url(/uploadfiles/images/pro4-4.png) no-repeat center;
            }*/
/*tab内容*/
.x-bggray {
    height: 475px;
    background: #FFF;
}

.tab-content-wrap {
    position: relative;
    padding-top: 20px;
}

.tab-content {
    position: absolute;
    top: 35px; /*transition:all .5s linear;*/
    opacity: 0;
    z-index: -1;
    height: 0;
    width: 100%
}

    .tab-content.show {
        height: auto;
        opacity: 1;
        top: 35px;
        z-index: 1
    }

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
    float: left;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.indexOne {
    padding-top: 25px;
}

.indexOne-nr, .indexOne-nr2, .indexOne-nr3, .indexOne-nr4 {
    padding-top: 10px;
}

    .indexOne-nr li, .indexOne-nr2 li, .indexOne-nr3 li, .indexOne-nr4 li {
        width: 100%;
        padding: 8px 10px;
    }

        .indexOne-nr li p, .indexOne-nr2 li p, .indexOne-nr3 li p, .indexOne-nr4 li p {
            min-height: 220px;
            height: 220px;
            line-height: 220px;
        }

        .indexOne-nr li img, .indexOne-nr2 li img, .indexOne-nr3 li img, .indexOne-nr4 li img {
            /*width: 60%;*/
            margin: 0 auto;
            display: inline-block;
            vertical-align: middle;
            max-width: 200px;
            max-height: 200px;
        }

        .indexOne-nr li h4, .indexOne-nr2 li h4, .indexOne-nr3 li h4, .indexOne-nr4 li h4 {
            text-align: center;
            color: #000;
            font-size: 16px;
            padding-bottom: 10px;
            padding-top: 20px;
            font-weight: normal;
            transition: all 0.36s ease;
        }

        .indexOne-nr li p, .indexOne-nr2 li p, .indexOne-nr3 li p, .indexOne-nr4 li p {
            text-align: center;
            color: #666666;
            font-size: 14px;
            text-overflow: ellipsis;
            -webkit-box-orient: vertical;
            overflow: hidden;
            display: -webkit-box;
            -webkit-line-clamp: 2;
        }

.swiper-indexOne, .swiper-indexOne2, .swiper-indexOne3, .swiper-indexOne4 {
    display: none;
}

.indexOne-nr li a, .indexOne-nr2 li a, .indexOne-nr3 li a, .indexOne-nr4 li a {
    width: 100%;
    height: 100%;
    background: #FFF;
    padding: 30px 10px;
    text-align: center;
    display: inline-block;
}

.picinfo {
    height: 210px;
}

.bottom-line {
    border: 1px solid #3D3878;
    text-align: center;
    width: 5%;
    margin-left: 48%;
}

.fixBox {
    position: fixed;
    z-index: 20000;
    right: 1%;
    bottom: 2%;
}

    .fixBox ul li {
        position: relative;
        margin-bottom: 1px;
    }

        .fixBox ul li figure {
            position: absolute;
            top: 0;
            right: 63px;
            background: #fff;
            color: #333;
            display: none;
        }

    .fixBox .li_wx figure {
        width: 121px;
    }

    .fixBox .li_wx:hover:before {
        width: 10px;
        height: 6px;
        content: '';
        background: url(/uploadfiles/images/icon2.png) no-repeat;
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100%;
        -o-background-size: 100%;
        background-size: 100%;
        position: absolute;
        top: 50%;
        margin-top: -3px;
        left: -18px;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .fixBox .li_wx figure img {
        display: block;
        width: 100%;
    }

    .fixBox .li_tel figure, .fixBox .li_mail figure{
        padding: 0 20px;
        font-size: 18px;
        line-height: 50px;
        white-space: nowrap;
    }

    .fixBox .li_tel:hover:before, .fixBox .li_mail:hover:before {
        width: 10px;
        height: 6px;
        content: '';
        background: url(/uploadfiles/images/icon2.png) no-repeat;
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100%;
        -o-background-size: 100%;
        background-size: 100%;
        position: absolute;
        top: 50%;
        margin-top: -3px;
        left: -18px;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .fixBox .li_tel figure a, .fixBox .li_mail figure a {
        color: #333;
    }

    .fixBox .icon {
        display: block;
        width: 50px;
        height: 50px;
        background: url(/uploadfiles/images/fixBG_new.png) no-repeat left top #00a0d9;
        border-bottom: 1px solid #00a0d9;
    }

    .fixBox .li_tel .icon {
        background-position: 0 -50px;
    }

    .fixBox .li_mes .icon {
        background-position: 0 -100px;
    }

    .fixBox .li_talk .icon {
        background-position: 0 -203px;
    }

    .fixBox .li_mail .icon {
        background-position: 0 -203px;
    }

    .fixBox .icon.gettop {
        background-position: 0 75%;
    }

    .fixBox .icon.open {
        background-image: none;
        position: relative;
        margin-bottom: 1px;
    }

    .fixBox .open span {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
        background: url(/uploadfiles/images/qh1.png) no-repeat;
        width: 15px;
        height: 18px;
    }

@media(min-width:1025px) {
    .fixBox ul {
        display: block !important;
    }

    .fixBox .icon.open {
        display: none;
    }

    .fixBox .li_tel figure::before {
        position: absolute;
        content: '';
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-color: transparent;
    }
}

@media(max-width:1024px) {
    .fixBox {
        bottom: 5%;
    }

        .fixBox ul {
            display: none;
        }

        .fixBox #open_2539 {
            background-color: #00a0d9;
        }
}

.mesBoxpup {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10001;
    display: none;
}

    .mesBoxpup .BG {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0,0,0,.7);
    }

    .mesBoxpup .mesform {
        background: #fff;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        padding: 3%;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        max-width: 540px;
        border: 1px solid #e5e5e5;
    }

        .mesBoxpup .mesform:before {
            width: 160px;
            height: 5px;
            content: '';
            background: #00a0d9;
            position: absolute;
            left: 50%;
            margin-left: -80px;
            top: 0;
        }

        .mesBoxpup .mesform .closBtn {
            width: 18px;
            height: 18px;
            display: block;
            position: absolute;
            top: 0;
            right: -30px;
            background: url(/uploadfiles/images/col.png) no-repeat;
            -webkit-transition: .3s;
            -o-transition: .3s;
            -moz-transition: .3s;
            transition: .3s;
        }

            .mesBoxpup .mesform .closBtn:hover {
                -webkit-transform: rotate(90deg);
                -moz-transform: rotate(90deg);
                -ms-transform: rotate(90deg);
                -o-transform: rotate(90deg);
                transform: rotate(90deg);
            }

        .mesBoxpup .mesform h1 {
            font-size: 28px;
            font-weight: normal;
            text-align: center;
            margin-bottom: 5%;
        }

        .mesBoxpup .mesform input {
            width: 100%;
            height: 60px;
            line-height: 60px;
            background: #f7f7f7;
            margin-bottom: 15px;
            padding-left: 5px;
            font-size: 16px;
            border: 0.5px solid grey;
        }

        .mesBoxpup .mesform textarea {
            width: 100%;
            padding-left: 5px;
            padding-top: 5px;
            background: #f7f7f7;
            height: 165px;
            margin-bottom: 30px;
            font-size: 16px;
        }

        .mesBoxpup .mesform .subBth {
            width: 100%;
            display: block;
            line-height: 60px;
            text-align: center;
            color: #fff;
            font-size: 18px;
            background: #00a0d9;
        }

.top .otherBox {
    float: right;
    width: 28%;
}

    .top .otherBox .shares {
        float: left;
        color: rgba(255,255,255,.66);
        line-height: 100px;
    }

    .top .otherBox .searchBox {
        float: left;
        margin: 0 5px;
    }

        .top .otherBox .searchBox dd {
            margin: 0;
        }

.top .open-search {
    position: relative;
    display: block;
    width: 20px;
    height: 20px;
    background: url(/uploadfiles/images/search.png) no-repeat center center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    margin: 40px 10px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}

    .top .open-search::before,
    .top .open-search::after {
        position: absolute;
        content: '';
        height: 2px;
        width: 100%;
        left: 0;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 50%;
        margin-top: -1px;
    }

    .top .open-search::after {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

.top .open-search-show {
    background: none !important;
}

    .top .open-search-show::before,
    .top .open-search-show::after {
        background: #000000;
    }

.top .top-search {
    z-index: 100;
    display: none;
    position: absolute;
    border: 1px solid #ccc;
    background: #fff;
    top: 65%;
}

    .top .top-search .text {
        width: 100%;
        height: 40px;
        line-height: 40px;
        padding: 0 40px 0 10px;
        border: none;
    }

    .top .top-search .btn {
        position: absolute;
        right: 0;
        top: 0;
        height: 40px;
        width: 40px;
        background: url(/uploadfiles/images/search2.png) no-repeat center center;
        -webkit-background-size: auto 50%;
        -moz-background-size: auto 50%;
        -o-background-size: auto 50%;
        background-size: auto 50%;
    }

.top.onslide .open-search-show::before,
.top.onslide .open-search-show::after {
    background: #333;
}

@media(min-width:1025px) {
    .top.onslide .nav li,
    .top.onslide .otherBox .shares,
    .top.onslide .otherBox .langBox span,
    .top.onslide .logo {
        line-height: 80px;
    }

    .top.onslide .otherBox .langBox em {
        line-height: 77px;
    }

    .top.onslide.onslide .open-search {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .top.onslide .otherBox .onlinemes a {
        margin: 22px 0;
    }
}
