/*body*/

body {
    font-family: "微软雅黑";
}


/*header*/

header {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.fixed {
    background-color: rgba(250, 250, 250, 0.9) !important;
    border-bottom: 2px solid rgb(15, 148, 234, 0.8) !important;
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 15px rgb(0 0 0 / 20%);
    box-shadow: 0px 0px 15px rgb(0 0 0 / 20%);
}

header>img {
    width: 100%;
    display: block;
}

.h-top>ul li a {
    overflow: hidden;
    display: block;
    height: 100%;
    color: rgba(0, 0, 0, 0.5);
}

.h-top {
    z-index: 999999999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 119px;
    border-bottom: 2px solid rgb(15, 148, 234, 0.2);
    background-color: rgb(66, 144, 243, 0.1);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.h-top1 {
    /* position: absolute; top: 0; left: 0; border-bottom: 2px solid rgb(15,148,234,0);background-color: rgb(66,144,243,0);box-shadow: 0px 0 10px 0px rgba(15,148,234,.5) */
}

.h-t-img {
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    float: left;
    width: 9%;
}

.h-t-ul {
    float: right;
    width: 100%;
    height: 100%;
}

.h-t-ul>li {
    position: relative;
    margin: 0 1%;
    float: left;
    width: 10.5%;
    height: 100%;
    text-align: center;
    /* overflow: hidden;zoom: 1; */
}

.h-t-ul>li>a {
    display: block;
    height: 100%;
    overflow: hidden;
    box-sizing: content-box;
    border-bottom: 2px solid rgb(0, 0, 0, 0);
}

.h-t-ul>li a p {
    margin-top: 34%;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.5);
}

.h-t-ul>li span {
    display: block;
    margin-top: 10%;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.3);
}

.h-t-ul>li:hover>a {
    background-color: rgba(61, 175, 234, 0.1);
    border-bottom: 2px solid #0f94ea;
}

.h-t-ul>li:hover p {
    color: #0f94ea;
    font-weight: bold;
}

.h-t-ul>li:hover span {
    color: #0f94ea;
}

.h-bot {
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    border: 2px solid #fff;
    background-color: #2d7de1;
    opacity: 0.9;
}

.h-bot p {
    margin: 2% auto;
    font-size: 36px;
    font-weight: bold;
    color: #fff;
}


/* .h-bot p:first-child{margin-top: 2%; }
.h-bot p:nth-child(2){padding-top: 1.5%; margin: 0 auto; font-size: 14px; color: #fff;}
.h-bot p:nth-child(3){margin: 0 auto; font-size: 14px; color: #fff;}
.h-bot p:nth-child(4){ margin: 0 auto; font-size: 14px; color: #fff;}
.h-bot p:last-child{margin: 0 auto 2%; font-size: 14px; color: #fff;} */

.swiper-slide img {
    display: block;
}

.swiper-container {
    z-index: 0 !important;
    width: 100%;
}

.banner-text {
    margin-top: 13.5%;
    position: absolute;
    top: 0;
    text-align: center;
    width: 100%;
}

.banner-text .text1 {
    position: relative;
    right: 7%;
    font-size: 106px;
    font-weight: bold;
    color: #fff;
    text-shadow: 2px -1px 10px rgba(32, 116, 171, 0.39);
}

.banner-text .text2 {
    position: relative;
    left: 7%;
    font-size: 90px;
    color: #fff;
    text-shadow: 2px -1px 10px rgba(32, 116, 171, 0.39);
}

.dis-inb {
    padding: 0 0 2%;
    position: relative;
    display: inline-block;
}

.banner-text-xia {
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 38%;
    height: 7px;
    background: #0f94ea;
    border-radius: 4px;
}

.banner-text .text3 {
    font-size: 106px;
    font-weight: bold;
    color: #fff;
    text-shadow: 2px -1px 10px rgba(32, 116, 171, 0.39);
}

.banner-text .text4 {
    margin-top: 0.5%;
    font-size: 30px;
    color: #fff;
    text-shadow: 2px -1px 10px rgba(32, 116, 171, 0.39);
}


/* 新增 tab */

.tab {
    display: none;
    z-index: 50;
    margin-top: 0 !important;
    position: absolute;
    top: 100% !important;
    left: 50%;
    width: 220%;
    transform: translate(-50%, 0);
    background-color: rgba(255, 255, 255, 0.8);
}

.h-t-ul-wc {
    display: none;
    position: relative;
    bottom: -4px;
    height: 12px;
    line-height: 12px;
    text-align: center;
}

.h-t-ul-wc>img {
    position: relative;
    top: 35px;
}

.tab-ul {
    overflow: hidden;
    zoom: 1;
    width: 100%;
    height: 100%;
}

.tab-ul li {
    padding: 3% 5%;
    width: 100%;
    text-align: center;
    background-color: rgb(0, 0, 0, 0);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.tab-ul li p a {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
}

.tab-ul li dl dt a {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.9);
    line-height: 22px;
}

.tab-ul li dl dd a {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 22px;
}

.tab-ul li dl {
    margin: 10% 0 10%;
}

.tab-ul li dl dd:hover a {
    font-weight: bold;
    color: #428ae4;
}

.tab-1 {
    display: none;
    position: relative;
    top: 27px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 200%;
    height: auto;
    background-color: rgba(255, 255, 255, 0.8);
}

.tab-1 ul li {
    width: 100%;
    height: 40px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.tab-1 ul li a {
    display: block;
    height: 100%;
    color: rgb(0, 0, 0, 0.6);
    line-height: 40px;
    font-size: 16px;
}

.tab-1 ul li:hover {
    background-color: #0f94ea;
    opacity: 0.5;
}

.tab-1 ul li:hover a {
    color: #fff;
}

.tab-ul li:hover {
    background-color: #0f94ea;
    opacity: 0.5;
}

.tab-ul li:hover p a {
    color: #fff;
}


/*搜索*/

.search {
    display: none;
    z-index: 99;
    position: absolute;
    top: 120px;
    left: -20px;
    width: auto;
    height: auto;
    background: rgba(0, 0, 0, 0);
}

.search-in {
    /* position: absolute;top: ;right: 0;width: 90%;max-width: 200px; */
}

.search-input form {
    overflow: hidden;
    zoom: 1;
}

.search-input .text {
    float: left;
    border: 1px solid rgb(0, 0, 0, 0.1);
    max-width: 200px;
    width: 70%;
    border: 0;
    background: rgba(0, 0, 0, 0);
    font-size: 14px;
    line-height: 20px;
    color: #333;
    padding: 10px 50px 10px 10px;
    background-color: #fff;
    border-radius: 5px 0 0 5px;
}

.search-input .btn {
    float: right;
    width: 30%;
    height: 40px;
    border-radius: 0 5px 5px 0;
    background-color: rgb(66, 144, 243, 0.5);
    color: #fff;
}

.search-key {
    margin-top: 30px;
    font-size: 18px;
    color: #999;
}

input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #333;
}

input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #333;
}

input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #333;
}

input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #333;
}


/*新增*/


/*85623+*/

.swi img {
    display: block;
    width: 100%;
}

.main {
    position: relative;
}

.m-con {
    z-index: 20;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    opacity: 1;
    text-align: center;
}

.m-xin {
    display: inline-block;
    position: relative;
    margin: 0 auto;
    top: 50%;
    margin-top: -80px;
    height: 160px;
    text-align: left;
    opacity: 1;
}

.m-xin p:first-child {
    display: inline-block;
    width: 34px;
    height: 6px;
    border-radius: 4px;
    background-color: #fff;
}

.xin-p {
    font-size: 71.67px;
    font-weight: bold;
    color: #fff;
}

.xin-p::after {
    content: "+";
    font-size: 36.11px;
    font-weight: bold;
    color: #fff;
}

.m-xin p:nth-child(3) {
    margin-top: 10px;
    font-size: 23px;
    color: #fff;
}

.m-hover,
.m-hover1,
.m-hover2,
.m-hover3,
.m-hover4,
.m-hover5 {
    display: none !important;
    z-index: -1;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.main:hover .m-hover {
    z-index: 50;
    width: 105%;
    height: 105%;
    box-shadow: 0px 0px 40px #657b88;
}

.main:hover .m-hover1 {
    z-index: 50;
    width: 105%;
    left: -3%;
    height: 105%;
    box-shadow: 0px 0px 40px #657b88;
}

.main:hover .m-hover2 {
    z-index: 50;
    width: 105%;
    right: 0;
    height: 105%;
    box-shadow: 0px 0px 40px #657b88;
}

.main:hover .m-hover3 {
    z-index: 50;
    width: 105%;
    top: auto;
    bottom: 0;
    height: 105%;
    box-shadow: 0px 0px 40px #657b88;
}

.main:hover .m-hover4 {
    z-index: 50;
    width: 105%;
    left: -3%;
    top: auto;
    bottom: 0;
    height: 105%;
    box-shadow: 0px 0px 40px #657b88;
}

.main:hover .m-hover5 {
    z-index: 50;
    width: 105%;
    right: 0;
    top: auto;
    bottom: 0;
    height: 105%;
    box-shadow: 0px 0px 40px #657b88;
}

.main:hover .m-con {
    opacity: 0;
}

.main:hover .m-h-x-bg {
    opacity: 1;
}

.m-hover-x {
    z-index: 50;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
}

.m-h-x-bg {
    position: relative;
    overflow: hidden;
    top: 50%;
    width: 86%;
    margin: 0 auto;
    margin-top: -95px;
    background-color: rgb(185, 217, 236, 0.4);
    text-align: center;
    opacity: 0;
}

.m-h-x-bg :first-child {
    font-size: 76px;
    font-weight: bold;
    color: #0f94ea;
}

.m-h-x-bg :first-child::after {
    content: "+";
    font-size: 50px;
    font-weight: bold;
    color: #0f94ea;
}

.m-h-x-bg p:nth-child(2) {
    margin-bottom: 6%;
    font-size: 29.79px;
    color: #0f94ea;
}

.m-jiant {
    overflow: hidden;
    margin-top: 43%;
}

.main:hover .m-hover-x {
    opacity: 1;
}


/* 新增 合作品牌 */

.x-hez {
    overflow: hidden;
    zoom: 1;
    background: url(/skin/images/pinpai-1.jpg) no-repeat left top;
    background-size: cover;
}

.x-hez-banxin {
    width: 94%;
    margin: 0 auto;
}

.x-hez ul {
    margin: 4% 0 4%;
    overflow: hidden;
    zoom: 1;
}

.x-hez ul li {
    margin: 2.6% 0;
    float: left;
    width: 20%;
    text-align: center;
}

.x-hez ul li img {
    display: block;
    margin: 0 auto;
    width: 75%;
    border-radius: 4px;
}

.x-hez p {
    padding-left: 2.6%;
    margin-top: 6.5%;
    font-size: 50px;
    color: #fff;
    font-weight: bold;
}

.x-hez p span {
    font-size: 36px;
    color: #fff;
    font-weight: 400;
}


/*footer*/

footer {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.op1 {
    opacity: 1;
}

.op2 {
    opacity: 0.2;
}

.f-bq {
    width: 100%;
    height: 96px;
    background-color: #010b19;
    text-align: center;
}

.f-bq p {
    font-size: 12px;
    color: #fff;
    opacity: 0.3;
    line-height: 96px;
}


/* 新增 footre */

.x-footer {
    width: 100%;
    background-color: #081435;
}

.x-footer-banxin {
    width: 1700px;
    margin: 0 auto;
}

.x-footer-ul {
    overflow: hidden;
    zoom: 1;
    width: 100%;
}

.x-footer-ul li {
    color: #fff;
}

.x-footer-ul .left {
    position: relative;
    float: left;
    width: 71%;
}

.x-footer-ul .left .shang {
    margin: 4% auto 0;
    padding-left: 0%;
    overflow: hidden;
    zoom: 1;
}

.x-footer-ul .left1 {
    position: relative;
    float: left;
    width: 20%;
}

.x-footer-ul .left1::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
    display: inline-block;
    width: 2px;
    height: 80%;
    background: #ffffff;
    opacity: 0.2;
}

.x-footer-ul .left1 img {
    display: block;
    width: 70%;
}

.x-footer-ul .right1 {
    position: relative;
    float: left;
    width: 80%;
}

.x-footer-ul .right1 img {
    float: left;
    display: block;
    margin-left: 6%;
}

.x-footer-ul .right1 p {
    margin-left: 3%;
    float: left;
    font-size: 14px;
    line-height: 14px;
}

.x-footer-ul .right1 span {
    margin-left: 3%;
    float: left;
    font-size: 28px;
    font-weight: bold;
    line-height: 28px;
}

.x-footer-ul .left .xia {
    margin: 4% auto 3%;
    padding-left: 0%;
    overflow: hidden;
    zoom: 1;
}

.x-footer-ul .left .xia ul {
    overflow: hidden;
    zoom: 1;
    font-size: 0;
}

.x-footer-ul .left .xia ul li {
    margin-right: 4.1%;
    display: inline-block;
    overflow: hidden;
    zoom: 1;
    font-size: 16px;
    vertical-align: top;
}

.x-footer-ul .left .xia dl {
    float: left;
    text-align: center;
}

.x-footer-ul .left .xia dl div {
    margin: 16px auto;
    width: 90%;
    height: 2px;
    background: #ffffff;
    opacity: 0.11;
}

.x-footer-ul .left .xia dl dt {
    font-size: 20px;
    text-align: center;
}

.x-footer-ul .left .xia dl dt a {
    color: #fff;
}

.x-footer-ul .left .xia dl dd {
    margin-bottom: 10px;
    font-size: 16px;
}

.x-footer-ul .left .xia dl dd a {
    color: rgba(255, 255, 255, 0.5);
}

.x-footer-ul .left .xia dl dd:last-child {
    margin: 0;
}

.x-footer-ul .left::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
    display: inline-block;
    width: 2px;
    height: 60%;
    background-color: rgba(255, 255, 255, 0.2);
}

.x-footer-ul .right {
    position: relative;
    float: left;
    width: 29%;
    text-align: center;
}

.x-footer-ul .right .shang {
    margin: 14% auto 0;
    width: 38%;
}


/* .x-footer-ul .right .shang {} */

.x-footer-ul .right .shang img {
    display: none;
    width: 100%;
}

.x-footer-ul .right .xia {
    position: relative;
    margin: 0 auto;
    width: 38%;
}

.x-footer-ul1 {
    margin-top: 28px;
    overflow: hidden;
    zoom: 1;
    text-align: center;
}

.x-footer-ul1 li img {
    padding: 0 3px;
    /* margin: 0 auto;width: 80%; */
}

.x-footer-ul1 li:first-child img {
    float: left;
}

.x-footer-ul1 li:last-child img {
    float: right;
}


/*新增*/

.in-banxin {
    position: relative;
    z-index: 20;
    width: 100%;
    margin: 0 auto;
    display: block;
    overflow: hidden;
}

.tub {
    width: 92%;
    margin: 6% auto 0;
}

.tub li {
    text-align: center;
    margin: 0px 1.5% 90px 1.5%;
}

.zhong {
    width: 100%;
}

.main>img {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.in-banxin img {
    margin: 0 auto;
    max-width: 100%;
}


/*新增手机*/

.dibu {
    width: 100%;
    margin: 0 auto;
    height: 200px;
    background-color: #081435;
    color: #fff;
    text-align: center;
}

.dibu-left {
    width: 60%;
    height: 100%;
    float: left;
    text-align: center;
}

.dibu-right {
    width: 40%;
    height: 100%;
    float: left;
}

.dibu-left>img {
    margin: 20px 0 20px;
}

.dibu-left p {
    float: left;
    margin-left: 2%;
}

.dibu-left p:last-child {
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.dibu-right img {
    margin-right: 20px;
}

.dianhua {
    float: right;
    margin: 0;
}

.Top002262 dl dd {
    float: right;
    height: 100%;
}

.sous {
    z-index: 100;
    display: inline-block;
    position: relative;
    top: 50%;
    margin-top: -16px;
    width: 32px;
    height: 32px;
    background: url(/skin/images/sousuo.png) no-repeat;
}

.guanbi {
    background: url(/skin/images/guanbi.png) no-repeat;
}


/*menu*/

.Top002262 #header-menu {
    display: none;
}


/* .Top002262 #header-menu{padding: 80px 0;position: fixed; z-index: 100; right: -100%; width: 70%;height: 100%;max-width: 300px;background: #000;color: #fff;text-align: left;transition: ease-in-out 0.3s;} */

.Top {
    display: block !important;
}

.disbl {
    display: block !important;
}

.disno {
    display: none !important;
}

.Top002262 {
    position: relative;
    z-index: 100;
    float: right;
    height: 100%;
    padding: 0 2%;
}


/*EN*/

.Top002262 dd {
    margin: 0 20px;
}

.en {
    z-index: 100;
    display: inline-block;
    position: relative;
    top: 50%;
    margin-top: -16px;
    width: 35px;
    height: 34px;
    background: url(/skin/images/en.png) no-repeat;
}

.cn {
    z-index: 100;
    display: inline-block;
    position: relative;
    top: 50%;
    margin-top: -16px;
    width: 35px;
    height: 34px;
    background: url(/skin/images/cn.png) no-repeat;
}

.swi1 .swiper-pagination {
    bottom: 10% !important;
}

.xuanz {
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    /* IE 9 */
    -moz-transform: rotate(180deg);
    /* Firefox */
    -webkit-transform: rotate(180deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(180deg);
    /* Opera */
}

@media screen and (max-width: 1700px) {
    .x-footer-banxin {
        width: 90%;
        margin: 0 auto;
    }
}

@media screen and (max-width: 1600px) {
    /* .tab{top: 30px;} */
    .tab-1 {
        top: 30px;
    }
}

@media screen and (max-width: 1440px) {
    .x-footer-ul .right .shang,
    .x-footer-ul .right .xia {
        width: 45%;
    }
    .x-footer-ul .left1 {
        width: 30%;
    }
    .x-footer-ul .right1 {
        width: 70%;
    }
    /* .tab{top: 44px;left: -180px;width: 900px;} */
    /*   .tab-ul li {padding: 2% 0 0 3.5%;}
  .tab-ul li dl{margin-top: 6%;} */
    .h-t-ul-wc>img {
        top: 40px;
    }
    /*  .tab{top: 35px;} */
    .tab-1 {
        top: 35px;
    }
}

@media screen and (max-width: 1367px) {
    .x-footer-banxin {
        width: 94%;
    }
    .xin-p {
        font-size: 60px;
    }
    /* .tab{top: 34px;left: -200px;width: 850px;} */
    .h-t-ul-wc>img {
        top: 30px;
    }
    .swi .swiper-pagination {
        bottom: 28% !important;
    }
    .swi1 .swiper-pagination {
        bottom: 10% !important;
    }
    .tab-ul li p a {
        font-size: 12px;
    }
    .tab-1 ul li a {
        font-size: 12px;
    }
    /*   .tab{top: 18px;} */
    .tab-1 {
        top: 18px;
    }
}

@media screen and (max-width: 1280px) {
    /*   .tab{top: 20px;} */
    .tab-1 {
        top: 20px;
    }
    .xin-p {
        font-size: 46px;
    }
}

@media screen and (max-width: 1200px) {
    .x-hez p {
        font-size: 36px;
    }
    .x-hez p span {
        font-size: 28px;
    }
    .banner-text .text1 {
        font-size: 70px;
    }
    .banner-text .text2 {
        font-size: 60px;
    }
    .banner-text .text3 {
        font-size: 70px;
    }
    .banner-text .text4 {
        font-size: 20px;
    }
    .x-footer-ul .left .xia dl dt {
        font-size: 16px;
    }
    .x-footer-ul .left .xia dl dd {
        font-size: 12px;
    }
    .x-footer-ul .left .xia,
    .x-footer-ul .left .shang {
        padding-left: 7%;
    }
    .x-footer-ul .right1 span {
        font-size: 24px;
        line-height: 24px;
    }
    .x-footer-ul .right .shang,
    .x-footer-ul .right .xia {
        width: 50%;
    }
    .x-footer-ul1 {
        margin-top: 20px;
    }
    .x-footer-ul1 li img {
        display: block;
        margin: 0 auto;
        width: 90%;
    }
    .x-footer-ul .right1 span {
        position: absolute;
        bottom: 0;
    }
    .h-bot p:first-child {
        margin-top: 1%;
        font-size: 16px;
    }
    .h-bot p:nth-child(2) {
        padding-top: 0.5%;
        font-size: 13px;
    }
    .h-bot p:nth-child(3),
    .h-bot p:nth-child(4) {
        font-size: 13px;
    }
    .h-bot p:last-child {
        margin-bottom: 1%;
        font-size: 13px;
    }
    .h-t-ul>li a p {
        font-size: 14px;
    }
    .h-t-ul>li span {
        line-height: 12px;
    }
    /*  .tab-ul li dl dd a{font-size: 12px; line-height: 18px;}
  .tab-ul li dl dt a{font-size: 14px;}
  .tab-ul li dl {margin: 5% 0 5%;} */
    /* .tab{left: -150px;width: 750px;} */
}

@media only screen and (max-width: 991px) {
    .h-top {
        z-index: 999;
        position: fixed;
    }
    .h-top1 {
        z-index: 999;
        position: fixed;
    }
    .x-footer-ul .left1 {
        width: 100%;
    }
    .x-footer-ul .left1 img {
        width: 30%;
    }
    .x-footer-ul .right1 {
        margin-top: 6%;
        width: 100%;
    }
    .x-footer-ul .right1 img {
        margin-left: 0;
    }
    .x-footer-ul .left1::after {
        width: 0;
    }
    .x-footer-ul .right .shang,
    .x-footer-ul .right .xia {
        width: 30%;
    }
    .x-footer-ul .right .shang {
        margin: 5% auto 0;
    }
    .x-footer-ul .left {
        width: 60%;
    }
    .x-footer-ul .right {
        width: 40%;
    }
    .banner-text .text1 {
        font-size: 60px;
    }
    .banner-text .text2 {
        font-size: 50px;
    }
    .banner-text .text3 {
        font-size: 60px;
    }
    .banner-text .text4 {
        font-size: 18px;
    }
    .x-footer-ul .left1 img {
        width: 40%;
    }
    .x-footer-ul .right1 span {
        position: absolute;
        bottom: 0;
        font-size: 18px;
        line-height: 18px;
    }
    .swi .swiper-pagination {
        bottom: 28% !important;
    }
}

@media only screen and (max-width: 768px) {
    .h-top {
        height: 50px !important;
    }
    .search {
        left: -50px;
        top: 50px !important;
    }
    .search-input .text {
        padding: 10px 0 10px 10px;
    }
    /*   .Top002262 #header-menu{padding: 50px 0;} */
    .h-top>img {
        margin-top: 7px;
        width: 100px;
        height: 26px;
    }
    .h-bot {
        padding: 2% 5%;
        height: auto;
        border: 0px solid #fff;
    }
    .h-bot p:first-child {
        margin: 0;
        font-size: 16px;
    }
    .h-bot p:nth-child(2),
    .h-bot p:last-child {
        margin-bottom: 0;
        padding: 3px 0;
        font-size: 12px;
        line-height: 18px;
        text-align: justify;
    }
    .in-banxin {
        padding: 0;
    }
    .main:hover .m-con {
        opacity: 1;
    }
    .m-xin {
        padding: 0 30px;
        display: block;
        width: auto;
        text-align: left;
    }
    .dibu-right img {
        margin-right: 0;
    }
    .tub li {
        margin-bottom: 60px;
        margin-right: 0;
    }
    .tub {
        text-align: center;
        width: 100%;
        margin-top: 40px;
    }
    .col-xs-offset-1 {
        margin-left: 8.33333333% !important;
    }
    .xin-p {
        font-size: 40px;
    }
    .m-xin p:nth-child(3) {
        font-size: 18px;
    }
    .m-xin p:first-child {
        margin-top: 20px;
    }
    .main:hover .m-xin {
        opacity: 1;
    }
    .Top002262 dd {
        margin: 0 8px;
    }
    .en,
    .cn {
        background-size: 80%;
        width: 30px;
        height: 28px;
    }
    .sous {
        background-size: 80%;
        width: 30px;
        height: 28px;
    }
    .x-hez ul li {
        margin: 4% 0;
        width: 50%;
    }
    .x-hez p {
        padding-left: 5.6%;
        font-size: 20px;
    }
    .x-hez p span {
        font-size: 16px;
    }
    .f-bq {
        height: 40px;
    }
    .f-bq p {
        line-height: 40px;
    }
    .x-footer-ul .right1 span {
        position: absolute;
        bottom: 0;
        font-size: 18px;
        line-height: 18px;
    }
    .swi .swiper-pagination {
        bottom: 5% !important;
    }
    .swiper-pagination-bullet {
        width: 8px !important;
        height: 8px !important;
    }
    .swi1 .swiper-pagination {
        bottom: 10px !important;
    }
    footer {
        margin-bottom: 35px;
    }
    .right_nav li {
        padding: 5px !important;
    }
    .right_nav {
        bottom: 150px !important;
    }
    .Tanchuc .con form input {
        font-size: 16px !important;
    }
}

@media only screen and (max-width: 450px) {
    .h-top {
        height: 40px;
    }
    .dianhua {
        margin-left: 12%;
    }
    .dibu-left p:last-child {
        font-size: 16px;
    }
    .dibu-left>img {
        margin-bottom: 40px;
    }
    .banner-text .text1 {
        font-size: 40px;
    }
    .banner-text .text2 {
        font-size: 30px;
    }
    .banner-text .text3 {
        font-size: 35px;
    }
    .banner-text .text4 {
        font-size: 14px;
    }
    .banner-text-xia {
        height: 4px;
    }
    .x-footer-ul .right .shang,
    .x-footer-ul .right .xia {
        width: 40%;
    }
    .x-footer-ul .right1 img {
        width: 18%;
    }
    .x-footer-ul .right .shang {
        margin: 6% auto 0;
    }
    .x-footer-ul1 {
        margin-top: 10%;
    }
    .x-footer-ul .right1 p {
        font-size: 12px;
    }
    .x-footer-ul .right1 span {
        font-size: 16px;
        line-height: 16px;
    }
    .x-footer-ul1 li img {
        width: 85%;
        padding: 0;
    }
}

@media (max-width: 991px) {
    .Top002262 #open_menu {
        z-index: 500;
        position: relative;
        top: 50%;
        margin-top: -15px;
        width: 40px;
        height: 30px;
        background: #108fd1;
        transition: background 0.3s;
    }
    .Top002262 #open_menu i {
        left: 20%;
        margin-top: 14px;
        width: 60%;
        height: 2px;
    }
    .Top002262 #open_menu i,
    .Top002262 #open_menu i::before,
    .Top002262 #open_menu i::after {
        border-radius: 3px;
        background: #fff;
    }
    #open_menu i::before,
    #open_menu i::after {
        left: 0;
        width: 100%;
        height: 100%;
        content: "";
        transition: transform 0.3s;
    }
    #open_menu i::before {
        top: 6px;
    }
    #open_menu i,
    #open_menu i::before,
    #open_menu i::after {
        position: absolute;
    }
    #open_menu i::after {
        top: -6px;
    }
    .Top002262 #open_menu i::after {
        border-radius: 3px;
        background: #fff;
    }
    /* .Top002262 #header-menu ul li{
  line-height: 40px;
}
.Top002262 #header-menu ul li a{
  position: relative;
  color: #fff;
  display: block;
  padding: 0 10px;
}
.Top002262 #header-menu ul li a img{
  position: absolute;
  top: 10px;
  right: 20px;
  width: 20px;
  height: 20px;
}
.Top002262 #header-menu dl{
  display: none;
  transition: transform 0.3s;
}
.Top002262 #header-menu dl dd{
  float: none;
  height: 40px;
  line-height: 40px;
}
.Top002262 #header-menu dl dd a{
  color: #fff;
  display: block;
  padding: 0 20px;
} */
    .Topbg {
        background: rgba(255, 255, 255, 0.1);
    }
    .open_menu_on {
        background: #108fd1 !important;
    }
    .Top002262 #open_menu.open_menu_on i {
        height: 3px;
    }
    #open_menu.open_menu_on i {
        background: none !important;
    }
    #open_menu.open_menu_on i::before,
    #open_menu.open_menu_on i::after {
        top: 0 !important;
    }
    #open_menu.open_menu_on i::after {
        transform: rotate(-45deg);
    }
    #open_menu.open_menu_on i::before {
        transform: rotate(45deg);
    }
}


/* company 公司简介  */

.company {
    overflow: hidden;
    text-align: center;
}

.com-main {}

.com-title {
    margin: 8% auto 7%;
}

.com-ul1 {}

.com-ul2 {
    margin-top: 10%;
}

.com-ul3 {
    margin: 10% auto 8%;
}

.com-ul3:nth-child(2) {
    width: 80%;
}

.com-ul1 li:first-child {
    margin-top: 60px;
}

.com-ul1 li:first-child,
.com-ul2 li:nth-child(2) {
    width: 54%;
    float: left;
    padding-left: 5%;
    text-align: left;
    box-sizing: border-box;
}

.com-ul1 li:nth-child(2),
.com-ul2 li:first-child,
.com-ul2 li:nth-child(3) {
    position: relative;
    width: 46%;
    float: right;
}

.com-ul1 li:first-child p,
.com-ul2 li:nth-child(2) p {
    width: 88%;
}

.com-u1-con-p1 {
    margin-top: 15px;
}

.com-u1-con-p2 {
    margin-top: 20px;
}

.com-ul1 li:nth-child(2) img {
    display: block;
    margin-top: 12%;
}

.com-ul2 li:first-child {
    float: left;
}

.com-ul2 li:nth-child(2) {
    float: right;
}

.com-ul2 li:first-child img {
    float: left;
    display: block;
    margin-left: 12%;
}

.com-kuai1 {
    position: absolute;
    padding: 29px 21px;
    box-sizing: border-box;
    top: 0;
    right: 15%;
    width: 156px;
    height: 258px;
    background-color: rgba(51, 148, 234, 0.8);
    text-align: left;
    text-align: justify;
}

.com-kuai1 span,
.com-kuai3 span {
    position: relative;
    top: 80%;
}

.com-kuai2 {
    position: absolute;
    padding: 29px 21px;
    box-sizing: border-box;
    top: 15%;
    right: 0;
    width: 156px;
    height: 258px;
    background-color: rgba(51, 148, 234, 0.8);
    text-align: left;
    text-align: justify;
}

.com-kuai3 {
    position: absolute;
    padding: 29px 17px;
    box-sizing: border-box;
    top: 45%;
    left: -8%;
    width: 156px;
    height: 258px;
    background-color: rgba(51, 148, 234, 0.8);
    text-align: left;
    text-align: justify;
}


/* 公用部分 */

.banxin {
    margin: 0 auto;
    width: 1200px;
}

.title {
    font-size: 40px;
    font-weight: bold;
}

.title1 {
    font-size: 30px;
    color: rgba(0, 0, 0, 0.8);
    font-weight: bold;
    line-height: 69px;
}

.con-p1 {
    font-size: 20px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.8);
    line-height: 30px;
    text-align: justify;
}

.con-span {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    line-height: 24px;
}


/* .over{overflow: visible !important;} */

@media only screen and (max-width: 1200px) {
    .banxin {
        width: 92%;
    }
    .com-title {
        margin: 5% auto 7%;
    }
    .com-ul1 li:first-child {
        padding: 0;
        margin-top: 30px;
    }
    .com-ul2 li:nth-child(2) {
        padding-left: 8%;
    }
    .com-ul2 li:nth-child(2) p {
        width: 100%;
    }
    .com-ul3 {
        margin: 5% auto 7%;
    }
    .com-ul2 {
        margin-top: 5%;
    }
    .com-ul1 li:nth-child(2) img,
    .com-ul2 li:nth-child(3) img {
        width: 90%;
    }
    .com-ul2 li:first-child img {
        margin-left: 0;
    }
    .com-kuai1 {
        right: 0;
    }
    /*   .com-ul1 li:nth-child(2) img{margin-left: 10%; float: right;} */
    .com-kuai3 {
        left: 0;
    }
    .com-ul3 li:nth-child(2) img {
        margin-left: 10%;
    }
}

@media only screen and (max-width: 768px) {
    .com-ul1 li:first-child,
    .com-ul2 li:nth-child(2) {
        width: 100%;
    }
    .com-ul1 li:nth-child(2) {
        width: 80%;
    }
    .com-ul2 li:nth-child(3) {
        width: 80%;
    }
    .com-ul3 {
        margin-bottom: 20%;
    }
    .com-kuai1,
    .com-kuai2,
    .com-kuai3 {
        width: 100px;
        height: 150px;
        padding: 4%;
        font-size: 12px;
    }
    .com-kuai1 span,
    .com-kuai3 span {
        position: static;
        top: 0;
    }
    .con-span {
        font-size: 14px;
        line-height: 16px;
    }
    .title1 {
        font-size: 18px;
        line-height: 40px;
    }
    .con-p1 {
        font-size: 14px;
        margin-top: 2%;
    }
    .com-ul2 li:nth-child(2) {
        padding: 0;
    }
    .com-ul1 li:first-child p,
    .com-ul2 li:nth-child(2) p {
        width: 100%;
    }
    .com-kuai3 {
        top: 30%;
    }
    .com-ul1 li:nth-child(2) img {
        margin-right: 10%;
    }
    .com-ul2 li:nth-child(3) img {
        margin-right: 10%;
    }
    .com-title {
        font-size: 28px;
    }
    .com-ul1 li:first-child {
        margin-top: 0;
    }
}


/* services 产品和服务 */

.ser-bot {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    border: 0;
    background-color: rgba(45, 125, 225, 0.9);
    opacity: 0.9;
    text-align: center;
}

.ser-qieh {
    box-sizing: border-box;
    overflow: hidden;
    height: 80px;
}

.ser-qieh p {
    margin-top: 7%;
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ser-q-xia {
    display: block;
    margin: 2% auto 0;
    width: 54px;
    height: 4px;
    background: #ffffff;
    border-radius: 2px;
}

.services-wc {
    display: none;
}


/* WBP */

.WBP {
    padding-top: 3.5%;
    text-align: center;
}

.WBP-left {
    position: relative;
    z-index: -1;
    text-align: left;
}

.WBP-left p {
    font-size: 16px;
    font-weight: bold;
}

.WBP-left img {
    margin-top: 25px;
    width: 75%;
}

.WBP-left ul {
    margin-top: 24px;
}

.WBP-left ul li {
    margin-top: 22px;
}

.WBP-right {
    position: relative;
    z-index: 10;
}

.WBP-right ul li {
    padding-left: 3%;
    width: 20%;
    float: left;
    text-align: left;
}

.WBP-r-title {
    font-size: 16px;
    font-weight: bold;
}

.WBP-r-con {
    margin-top: 26px;
    font-size: 16px;
}

.WBP-r-con dd {
    position: relative;
    margin-top: 22px;
}

.WBP-xia {
    margin: 4% 0 1% 0;
    width: 100%;
    height: 2px;
    background-color: #eee;
}

.WBP-yin {
    display: inline-block;
}

.WBP-y-bg {
    z-index: 20;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.WBP-tan {
    display: none;
    z-index: 21;
    position: absolute;
    margin: 16px 0 0 -20px;
    padding: 8% 5%;
    width: 94%;
    background-color: #fff;
    border-radius: 5px;
}

.WBP-tan img {
    position: absolute;
    top: -16px;
    left: 20px;
}

.WBP-tan p {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: bold;
    color: #0f94ea;
}

.WBP-tan span {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.8);
    text-align: justify;
}

.WBP-ul {
    float: right;
    width: 50%;
    text-align: left;
}

.WBP-ul li {
    width: 100% !important;
    float: none !important;
}

.WBP-r-con dd:hover i {
    color: #0f94ea;
    font-weight: bold;
}

.WBP-r-con dd i:hover {
    color: #0f94ea;
    font-weight: bold;
}


/* 呼吸与肺功能研究 */

.ser-mian {
    overflow: hidden;
    text-align: center;
}

.ser-m-title {
    margin: 4% auto 5%;
    font-size: 40px;
    font-weight: bold;
}

.ser-m-ul li a {
    color: #000;
}

.ser-m-ul li {
    float: left;
    width: 25%;
    margin-bottom: 5%;
}

.ser-m-ul li img {
    width: 90%;
    border: 1px solid #ccc;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.ser-m-ul li p {
    margin: 4% auto 0;
    width: 90%;
    font-size: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.ser-m-ul li span {
    display: block;
    margin: 1% auto 0;
    font-size: 16px;
}

.ser-cha {
    width: 800px;
    margin: 0 auto;
}

.ser-m-ul li:hover img {
    position: relative;
    top: -10px;
}


/* 新增 */

.ser-m-title2 {
    margin-bottom: 2.6%;
    overflow: hidden;
    zoom: 1;
}

.ser-m-title2 p {
    float: left;
    margin-left: 1%;
    font-size: 28px;
    text-align: left;
}

.ser-m-title2 a {
    float: right;
    display: block;
    margin-right: 1%;
    font-size: 20px;
    text-align: right;
    color: #000;
}

.ser-m-title2 a::after {
    content: "";
    margin-left: 15px;
    display: inline-block;
    width: 15px;
    height: 13px;
    background: url(/skin/images/services-jiantou1.png);
}

.ser-m-title2 a:hover {
    color: #000;
}


/* solution 解决方案 */

.swi3 .swiper-slide img {
    display: inline-block;
    width: auto;
    height: auto;
}

.sol-k-wc {
    position: relative;
    margin: 2% 0 3%;
}

.sol-kuai1 {
    float: left;
    padding: 2% 2%;
    width: 80%;
    max-width: 600px;
    height: 330px;
    background-color: rgba(62, 134, 226, 0.1);
    border-radius: 10px;
    box-sizing: border-box;
}

.sol-kuai1 .con {
    overflow: hidden;
    zoom: 1;
    height: 100%;
}

.sol-k1-img2 {
    position: relative;
    transform: translate(0%, 50%);
}

.sol-k1-text i {
    display: block;
    margin-top: 15px;
    font-size: 24px;
    color: #1698a1;
}

.sol-k1-left {
    float: left;
}

.sol-k1-right {
    float: right;
}

.sol-kuai1 .con p {
    margin-bottom: 35px;
    font-size: 26px;
    font-weight: bold;
    color: rgb(0, 0, 0, 0.6);
    line-height: 26px;
}

.sol-kuai1 .con span {
    display: block;
    padding-top: 2%;
    font-size: 20px;
    color: rgb(0, 0, 0, 0.8);
    text-align: justify;
}

.sol-k-tb {
    float: left;
    display: block;
    padding: 0 1%;
    transform: translate(0%, 340%);
}

.sol-kuai2 {
    float: left;
    padding: 1.5% 1.5%;
    width: 236px;
    height: 362px;
    background-color: rgba(62, 134, 226, 0.1);
    border-radius: 10px;
    box-sizing: border-box;
}

.sol-kuai2 .con {
    height: 100%;
}

.sol-kuai2 .con p {
    margin-bottom: 35px;
    font-size: 26px;
    font-weight: bold;
    color: rgb(0, 0, 0, 0.6);
    line-height: 26px;
}

.sol-kuai2 .con img {}

.sol-kuai2 .con i {
    display: block;
    font-size: 24px;
    color: #1698a1;
}

.sol-kuai2 .con span {
    display: block;
    font-size: 16px;
    text-align: justify !important;
    color: rgb(0, 0, 0, 0.8);
    line-height: 30px;
}

.sol-k1-p {
    margin-top: 5%;
    text-align: justify;
    font-size: 16px;
    color: rgba(0, 0, 0, 0.8);
    line-height: 24px;
}

.sol-kuai3 {
    float: left;
    padding: 2% 2%;
    width: 280px;
    height: 362px;
    background-color: rgba(62, 134, 226, 0.1);
    border-radius: 10px;
}

.sol-kuai3 .con p {
    margin-bottom: 35px;
    font-size: 26px;
    font-weight: bold;
    color: rgb(0, 0, 0, 0.6);
    line-height: 26px;
}

.sol-kuai3 .con span {
    display: block;
    font-size: 16px;
    text-align: justify !important;
    color: rgb(0, 0, 0, 0.8);
    line-height: 30px;
}

.sol-k-wc1 {
    display: none;
}


/* 新增步骤 */

.sol-step {
    text-align: left;
}

.sol-step .title {
    padding-bottom: 20px;
    border-bottom: 2px solid #ccc;
}

.sol-step .title p {
    font-size: 24px;
}

.sol-step .title span {
    display: block;
    margin: 10px auto 0;
    font-size: 18px;
    opacity: 0.6;
}

.sol-step .con {}

.sol-step .con .kuai {}

.sol-step .con ul {
    position: relative;
    margin: 8px auto 0;
    /* overflow: hidden;zoom: 1; */
}

#left1 {
    z-index: 10;
    position: absolute;
    top: 50%;
    left: -5%;
    transform: translate(0, -50%);
}

#right1 {
    z-index: 10;
    position: absolute;
    top: 50%;
    right: -5%;
    transform: translate(0, -50%);
}

.sol-step .con ul li {
    padding: 10px 0;
    float: left;
    width: 100%;
    height: 400px;
}

.sol-step .con ul li .kuai {
    margin: 0 auto;
    width: 96%;
    height: 100%;
    background-color: rgb(62, 124, 226, 0.1);
    border-radius: 10px;
    text-align: center;
    border: 2px solid rgb(62, 124, 226, 0.1);
}

.sol-step .con ul li .kuai div {
    overflow: hidden;
    margin: 0 auto;
    width: 76%;
    height: 100%;
}

.sol-step .con ul li .kuai p {
    margin: 25px auto 30px;
    font-size: 16px;
    color: rgb(0, 0, 0, 0.6);
    font-weight: bold;
}

.sol-step .con ul li .kuai img {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.sol-step .con ul li .kuai i {
    display: block;
    margin: 15px auto 0;
    font-size: 16px;
    color: #009999;
}

.sol-step .con ul li .kuai span {
    display: block;
    margin: 20px auto 0;
    text-align: justify;
    font-size: 12px;
    color: rgb(0, 0, 0, 0.8);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    /*行数*/
}

.sol-step .con ul li .kuai:hover {
    border: 2px solid #ccccff;
    box-shadow: 0px 0px 8px rgb(0, 0, 0, 0.2);
}


/* 公用部分 */

.f-wb {
    font-weight: bold;
    font-size: 18px !important;
}

.ser-banxin {
    width: 1700px;
    margin: 0 auto;
}

.mar-t30 {
    margin-top: 30px;
}

.mar-t50 {
    margin-top: 50px;
}

.mar-b96 {
    margin-bottom: 96px;
}

.bcg {
    background-color: rgba(61, 175, 234, 0.1);
    border-bottom: 4px solid#0F94EA;
}

.col {
    color: #0f94ea !important;
    font-weight: bold;
}

.col1 {
    color: #0f94ea !important;
}

.ht-banxin {
    margin: 0 auto;
    float: right;
    height: 100%;
    width: 64%;
}


/*  */

@media only screen and (max-width: 1699px) {
    .ser-banxin {
        width: 94%;
    }
    .ht-banxin {
        width: 65%;
    }
    .sol-kuai1 {
        padding: 2% 2% 0;
    }
    .sol-k-tb {
        padding: 0 0.5%;
    }
    .sol-kuai2 {
        padding: 2% 1%;
    }
    .sol-kuai3 {
        padding: 2% 1%;
    }
    .sol-k-tb {
        width: 60px;
        transform: translate(0%, 500%);
    }
    .WBP-tan {
        left: 0;
    }
}

@media screen and (max-width: 1366px) {
    .Top002262 {
        padding: 0 1%;
    }
    .h-top {
        height: 100px;
    }
    .sub-menu {
        padding-top: 100px !important;
    }
    .sol-k1-img2 {
        width: 8%;
        transform: translate(0%, 110%);
    }
    .sol-kuai1 {
        width: 34%;
    }
    .sol-kuai2 {
        width: 16%;
    }
    .sol-kuai2 .con span {
        line-height: 26px;
    }
    .search {
        top: 100px;
    }
}

@media screen and (max-width: 1365px) {
    #left1 {
        left: 5%;
    }
    #right1 {
        right: 5%;
    }
}

@media screen and (max-width: 1200px) {
    .h-top {
        height: 80px;
    }
    .sub-menu {
        padding-top: 80px !important;
    }
    .search {
        top: 80px;
    }
    .h-top>ul li {
        height: 100%;
    }
    .h-t-img {
        width: 10%;
    }
    .h-t-ul>li a p {
        margin-top: 25%;
        font-size: 12px;
    }
    .ht-banxin {
        width: 68%;
    }
    .banxin {
        width: 92%;
    }
    .WBP-r-con {
        margin-top: 12px;
    }
    .WBP-r-con dd {
        margin-top: 12px;
    }
    .WBP-left {
        margin-bottom: 3.5%;
    }
    .WBP-left img {
        width: 50%;
    }
    .sol-kuai1 {
        width: 50%;
    }
    .sol-kuai2 {
        width: 22%;
    }
    .sol-kuai3 {
        margin-right: 20%;
        width: 22%;
    }
    .sol-k-tb {
        width: 80px;
        transform: translate(0%, 300%);
    }
    .sol-flr {
        float: right;
        margin-top: 2%;
    }
    .sol-xuan {
        display: none;
    }
    .sol-xuan1 {
        display: block !important;
    }
    .sous {
        background-size: 80%;
    }
    .en,
    .cn {
        background-size: 80%;
    }
    .WBP-r-title {
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    .WBP-right ul li {
        padding-left: 2%;
    }
    .sol-k-wc {
        display: none;
    }
    /*   .sol-step{display: none;} */
    .sol-k-wc1 {
        display: block;
    }
    .sol-k-wc1 ul {
        margin-bottom: 20px;
        position: relative;
    }
    .sol-k-wc1 ul>img:first-child {
        z-index: 10;
        position: absolute;
        left: 1%;
        top: 50%;
        transform: translate(0, -50%);
    }
    .sol-k-wc1 ul>img:nth-child(2) {
        z-index: 10;
        position: absolute;
        right: 1%;
        top: 50%;
        transform: translate(0, -50%);
    }
    .sol-k-wc1 ul li {
        overflow: hidden;
        margin: 0 auto;
        width: 80%;
        height: auto;
        background-color: rgb(62, 124, 226, 0.1);
        border-radius: 10px;
    }
    .sol-k-wc1 ul li .con p {
        margin-top: 1vh;
        font-size: 32px;
        color: rgb(0, 0, 0, 0.6);
        font-weight: bold;
    }
    .sol-k-wc1 ul li .con i {
        margin-top: 1vh;
        display: block;
        font-size: 28px;
        color: #1698a1;
    }
    .sol-k-wc1 ul li .con span {
        display: block;
        margin: 1vh auto 3vh;
        font-size: 28px;
        color: rgb(0, 0, 0, 0.8);
        line-height: 40px;
        text-align: justify;
        width: 90%;
    }
    .sol-k-wc1 ul li .con dl {
        overflow: hidden;
        zoom: 1;
    }
    .sol-k-wc1 ul li .con dl dd {
        position: relative;
        float: left;
        width: 50%;
    }
    .sol-k-wc1 ul li .con dl dd img {
        margin-top: 1vh;
        width: 60%;
    }
    .sol-k-wc1 ul li .con img {
        display: block;
        margin: 1vh auto 0;
        width: 40%;
    }
    /* .sol-k-wc1 ul li .con dl dd:first-child::before{content: "+";z-index: 10;position: absolute;right: -12px;top: 35%;transform: translate(0,-50%); font-size: 30px;font-weight: bold;color: #fff;} */
}

@media screen and (max-width: 991px) {
    .h-t-img {
        width: 15%;
    }
    .ser-cha {
        width: 90%;
    }
}

@media screen and (max-width: 768px) {
    .h-t-img {
        margin-top: 2px;
        height: 35px;
        width: auto;
    }
    .ser-m-ul li {
        width: 50%;
    }
    .ser-m-ul li:hover img {
        position: relative;
        top: 0;
    }
    .ser-bot {
        position: relative;
        height: 50px;
    }
    .f-wb {
        font-size: 12px !important;
    }
    .ser-qieh {
        height: 50px;
    }
    .ser-qieh p {
        margin-top: 10%;
    }
    .ser-qieh p,
    .WBP-left p {
        font-size: 12px;
    }
    .ser-ul li {
        height: 40px;
    }
    .ser-q-xia {
        display: block;
        margin: 10% auto 0;
        width: 40px;
        height: 2px;
    }
    .WBP-right ul li {
        width: 33.333333333%;
        margin-bottom: 10px;
    }
    .WBP-r-title {
        font-size: 12px;
    }
    .WBP-r-con dd {
        margin-top: 6px;
        font-size: 12px;
    }
    .WBP-right ul li,
    .ser-m-ul li span {
        margin-top: 6px;
        font-size: 12px;
    }
    .ser-m-ul li span {
        height: 15px;
    }
    .WBP-left img {
        margin-top: 10px;
        width: 45%;
    }
    .WBP-left ul {
        margin-top: 0;
    }
    .ser-m-title {
        font-size: 30px;
    }
    .ser-m-ul li p {
        font-size: 14px;
    }
    .dibu-right img {
        width: 28%;
    }
    .sol-kuai1 {
        width: 80%;
        padding: 2% 2%;
        height: 230px;
    }
    .sol-k-tb {
        float: right;
        padding: 0 1%;
        width: 10%;
        transform: translate(0%, 300%);
    }
    .sol-k1-img2 {
        width: 10%;
        transform: translate(0%, 50%);
    }
    .sol-kuai2 {
        float: right;
        width: 27%;
        height: 300px;
    }
    .sol-kuai3 {
        float: right;
        margin-right: 0;
        width: 25%;
        height: 300px;
    }
    .sol-k2 {
        display: none;
    }
    .sol-k21 {
        display: block !important;
    }
    .sol-kuai2-ma {
        margin-top: 2%;
    }
    .sol-kuai1 p {
        font-size: 14px;
    }
    /* .sol-k1-text i{font-size: 20px;} */
    .sol-k1-p {
        font-size: 12px;
        line-height: 20px;
    }
    .WBP-tan p {
        font-size: 14px;
    }
    .WBP-tan span {
        font-size: 12px;
    }
    .ser-m-title2 p {
        font-size: 18px;
        margin-left: 3%;
    }
    .ser-m-title2 a {
        font-size: 16px;
        margin-right: 3%;
    }
    .sol-k-wc1 ul li {
        margin: 0 auto;
    }
    .sol-k-wc1 ul li .con p {
        font-size: 18px;
    }
    .sol-k-wc1 ul li .con i,
    .sol-k-wc1 ul li .con span {
        font-size: 14px;
        line-height: 20px;
    }
    .sol-k-wc1 ul li .con span {
        margin: 1vh auto 2vh;
    }
    .sol-k-wc1 ul li .con dl dd img {
        width: 80%;
    }
    .sol-step .title p {
        font-size: 18px;
    }
    .sol-step .title span {
        font-size: 16px;
        text-align: justify;
    }
    .sj-width {
        width: 25% !important;
    }
    .sj-width1 {
        width: 90% !important;
    }
}

@media screen and (max-width: 500px) {
    .sol-kuai1-wi {
        width: 70%;
    }
    .sol-kuai1 {
        width: 85%;
        padding: 2% 1%;
        height: 20%;
    }
    .sol-k1-right,
    .sol-k1-left {
        width: 45%;
    }
    .sol-kuai2,
    .sol-kuai3 {
        height: 240px;
    }
    /* .sol-k1-text i{font-size: 16px;} */
    .sol-step .con ul li {
        height: 430px;
    }
    .sol-step .con ul li .kuai p,
    .sol-step .con ul li .kuai i {
        font-size: 22px;
    }
    .sol-step .con ul li .kuai p {
        margin: 20px auto;
    }
    .sol-step .con ul li .kuai span {
        margin: 15px auto 20px;
        font-size: 16px;
    }
}

@media screen and (max-width: 414px) {
    .WBP-right ul li {
        width: 50%;
    }
}


/* customer 客户名单 */

.cus-con {
    text-align: center;
}

.cus-c-main {}

.cus-c-m-title {
    margin: 10% 0 5%;
    font-size: 40px;
    font-weight: bold;
}

.cus-c-m-ul {
    position: relative;
    float: right;
    width: 90%;
    height: 552px;
    border-top: 2px solid #e5e5e5;
    border-left: 2px solid #e5e5e5;
    box-sizing: border-box;
}

.cus-c-m-ul li {
    float: left;
    width: 14.285714%;
    height: 16.6666666%;
    border-bottom: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5;
}

.cus-c-m-u-p {
    position: absolute;
    top: -40px;
    left: -20px;
    font-size: 20px;
}

.cus-c-m-u-p1 {
    position: absolute;
    bottom: -40px;
    right: -20px;
    font-size: 20px;
}

.cus-c-m-ul1 {
    position: absolute;
    bottom: 0;
    width: 10%;
    height: 100%;
}

.cus-c-m-ul1 li {
    text-align: right;
    margin-right: 25px;
    font-size: 24px;
}

.cus-c-m-n {
    position: relative;
    width: 100%;
    height: 100%;
}

.cus-c-m-num {
    font-size: 24px;
    position: absolute;
    bottom: -12px;
    left: -70px;
    text-align: right;
}

.cus-c-m-kuai1 {
    position: absolute;
    bottom: 0;
    left: 9.25%;
    width: 10% !important;
    height: 85.4% !important;
    background: #0f94ea;
}

.cus-c-m-kuai2 {
    position: absolute;
    bottom: 0;
    left: 23.5%;
    width: 10% !important;
    height: 51% !important;
    background: #0f94ea;
}

.cus-c-m-kuai3 {
    position: absolute;
    bottom: 0;
    left: 37.78%;
    width: 10% !important;
    height: 68% !important;
    background: #0f94ea;
}

.cus-c-m-kuai4 {
    position: absolute;
    bottom: 0;
    left: 52.06%;
    width: 10% !important;
    height: 74.5% !important;
    background: #0f94ea;
}

.cus-c-m-kuai5 {
    position: absolute;
    bottom: 0;
    left: 66.34%;
    width: 10% !important;
    height: 93.5% !important;
    background: #0f94ea;
}

.cus-c-m-kuai6 {
    position: absolute;
    bottom: 0;
    left: 80.62%;
    width: 10% !important;
    height: 70% !important;
    background: #0f94ea;
}

.cus-c-m-kuai1 p,
.cus-c-m-kuai2 p,
.cus-c-m-kuai3 p,
.cus-c-m-kuai4 p,
.cus-c-m-kuai5 p,
.cus-c-m-kuai6 p {
    width: 100%;
    position: absolute;
    font-size: 24px;
    bottom: -50px;
}

.cus-c-m-ul li a {
    color: #000;
}

.cus-c-m-title1 {
    margin: 5% 0 0 0;
    font-size: 20px;
}

.cus-c-main1 {
    margin-bottom: 10%;
}

.cus-c-m1-ul {
    margin-top: 8%;
    width: 100%;
    height: auto;
    border: 2px solid #e5e5e5;
}

.cus-c-m1-ul li {
    overflow: hidden;
    height: 2%;
    border-bottom: 2px solid #e5e5e5;
}

.cus-c-m1-ul li:last-child {
    border: 0;
}

.cus-c-m1-ul li>a {
    overflow: hidden;
    zoom: 1;
    margin: 3% 0;
    display: block;
    font-size: 20px;
    color: #000;
    line-height: 40px;
}

.cus-c-m1-ul li>a img {
    margin-right: 2%;
    float: left;
    display: block;
    width: 80px;
    height: 40px;
}

.cus-c-m1-dl {
    position: relative;
}

.cus-c-m1-dl dd {
    margin: 4.5% 0;
    float: left;
    width: 14.28%;
    text-align: center;
    font-size: 24px;
}

.cus-c-m1-d-tb {
    color: #000;
}

.cus-c-m1-d-tb::after {
    content: ">";
    position: absolute;
    right: 5%;
}

.cus-echart {
    width: 100%;
    height: 600px;
}

@media screen and (max-width: 1200px) {
    .cus-echart {
        width: 100%;
        height: 500px;
    }
}

@media screen and (max-width: 768px) {
    .cus-c-m-ul {
        height: 300px;
    }
    .cus-c-m-kuai1 p,
    .cus-c-m-kuai2 p,
    .cus-c-m-kuai3 p,
    .cus-c-m-kuai4 p,
    .cus-c-m-kuai5 p,
    .cus-c-m-kuai6 p {
        font-size: 12px;
        bottom: -20px;
    }
    .cus-c-m-title {
        font-size: 28px;
    }
    .cus-c-m-u-p1 {
        font-size: 12px;
        bottom: -20px;
        right: -10px;
    }
    .cus-c-m-u-p {
        font-size: 12px;
        top: -20px;
        left: -10px;
    }
    .cus-c-m-ul1 li {
        font-size: 14px;
        margin-right: 5px;
    }
    .cus-c-m-num {
        font-size: 14px;
        left: -32px;
    }
    .cus-c-m1-dl dd {
        font-size: 16px;
    }
    .cus-c-m1-ul {
        border: 1px solid #e5e5e5;
    }
    .cus-c-m1-ul li {
        border-bottom: 1px solid #e5e5e5;
    }
    .cus-c-m1-ul li>a {
        font-size: 14px;
        line-height: 30px;
    }
    .cus-c-m1-ul li>a img {
        width: 60px;
        height: 30px;
    }
    .cus-echart {
        /* padding-left: 20px; */
        margin: 0 auto;
        width: 100%;
        height: 300px;
    }
    .cus-c-m-title1 {
        font-size: 16px;
    }
}

@media screen and (max-width: 320px) {
    .cus-echart {
        /* padding-left: 20px; */
        margin: 0 auto;
        width: 100%;
        height: 300px;
    }
    .cus-c-m1-ul li>a img {
        width: 40px;
        height: 20px;
    }
    .cus-c-m1-ul li>a {
        font-size: 12px;
        line-height: 20px;
    }
    .cus-c-m-title1 {
        margin: 0;
    }
    .cus-c-m1-dl dd {
        font-size: 14px;
    }
    .cus-dd-xia {
        width: 20px !important;
        height: 2px !important;
    }
}


/* 公共部分 */

.cus-fw {
    font-weight: bold;
    font-size: 26px;
    color: #0f94ea;
}

.cus-dd-xia {
    margin: 0 auto;
    margin-top: 10%;
    width: 28px;
    height: 4px;
    background: #0f94ea;
    border-radius: 2px;
}

.region {
    display: none;
}

.region li:first-child {
    text-align: center;
}

.new-mrt {
    margin: 26px 0 125px 0;
}


/* news 新闻中心 */

.new-banxin {
    margin: 0 auto;
    width: 1480px;
}

.new-mian {
    overflow: hidden;
    margin-top: 58px;
    height: 260px;
    box-shadow: 0px 6px 46px 0px rgba(0, 0, 0, 0.04);
}

.new-mian ul {
    overflow: hidden;
    zoom: 1;
}

.new-mian ul a {
    color: #000;
}

.new-m-left {
    overflow: hidden;
    height: 260px;
    text-align: center;
}

.new-m-left p {
    margin-top: 30%;
    font-size: 56px;
}

.new-m-left span {
    display: block;
    margin-top: 7%;
    font-size: 24px;
}

.new-m-in {
    height: 260px;
    text-align: center;
}

.new-m-in img {
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    width: 100%;
}

.new-m-right {
    padding: 0 12% 0 5%;
    box-sizing: border-box;
}

.new-m-right p {
    margin-top: 56px;
    font-size: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.new-m-right span {
    display: block;
    margin-top: 10px;
    font-size: 20px;
    line-height: 38px;
    text-align: justify;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.new-mian:hover {
    box-shadow: 0px 6px 46px 0px rgba(0, 0, 0, 0.2);
}

.new-mian:hover .new-m-left p {
    color: #0f94ea;
}

.new-mian:hover .new-m-left span {
    color: #0f94ea;
}

.new-mian:hover .new-m-right p {
    color: #0f94ea;
}

@media screen and (max-width: 1479px) {
    .new-banxin {
        width: 92%;
    }
    .new-m-in img {
        width: 100%;
    }
    .new-mrt {
        margin-bottom: 100px;
    }
}

@media screen and (max-width: 1200px) {
    .new-m-right span {
        font-size: 18px;
        line-height: 26px;
    }
    .new-mian,
    .new-m-in,
    .new-m-left {
        height: 220px;
    }
    .new-m-right p {
        margin-top: 44px;
        font-size: 22px;
    }
    .new-m-right {
        padding: 0 7% 0 5%;
    }
    .new-mrt {
        margin-bottom: 80px;
    }
}

@media screen and (max-width: 1023px) {
    .new-mian {
        margin-top: 38px;
    }
    .new-m-right p {
        margin-top: 30px;
    }
}

@media screen and (max-width: 768px) {
    .new-mian {
        height: 350px;
        border: 1px solid #ccc;
    }
    .new-m-left,
    .new-m-in {
        height: 150px;
    }
    .new-m-left p {
        margin-top: 8%;
    }
    .new-m-in img {
        width: 80%;
    }
    .new-m-right p {
        margin-top: 15px;
    }
    .new-m-left p {
        font-size: 48px;
    }
    .new-mrt {
        margin-bottom: 60px;
    }
}


/* recruit 人才招聘 */

.recruit {}

.rec-mian {
    margin: 97px auto 0;
}

.rec-con {
    position: relative;
    margin: 0 auto 38px;
    width: 100%;
    height: 144px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.rec-c-left p {
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

.rec-c-left span {
    display: block;
    margin-top: 10px;
    font-size: 18px;
    color: #f0b800;
}

.rec-c-l-xia {
    margin-top: 25px;
    font-size: 14px;
    color: #999;
}

.rec-c-l-x-ul li {
    float: left;
    margin: 0 5px;
    padding: 0 15px;
    width: auto;
    height: 30px;
    background-color: rgba(15, 148, 234, 0.05);
    border-radius: 5px;
    font-size: 14px;
    color: #0f94ea;
    line-height: 30px;
}

.rec-c-in p {
    margin-top: 45px;
    font-size: 14px;
    color: #333;
}

.rec-c-in span {
    display: block;
    margin-top: 25px;
    font-size: 14px;
    color: #999;
}

.rec-c-rigth {
    text-align: center;
}

.rec-c-rigth p {
    font-size: 14px;
    color: #999;
    line-height: 30px;
}

.rec-c-rigth a {
    margin: 15px auto 0;
    display: block;
    width: 90px;
    height: 36px;
    border: 1px solid #0f94ea;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 14px;
    color: #0f94ea;
    line-height: 34px;
}

.rec-con:hover .rec-c-in p {
    color: #0f94ea;
}

.rec-con:hover .rec-c-rigth a {
    background-color: #0f94ea;
    color: #fff;
}


/* 弹出层 */

.body {
    position: relative;
}

.Tanchuc {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9999;
    top: 0px;
    left: 0px;
}

.Tanchuc-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}

.Tanchuc .con {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    height: auto;
    background: #ffffff;
    box-shadow: 1px 4px 30px 0px rgba(211, 227, 236, 0.29);
}

.Tanchuc .con .title {
    margin: 10% auto 0;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}

.Tanchuc .con form {
    margin: 10% auto 0;
    width: 64.6%;
}

.Tanchuc .con form input {
    width: 100%;
    height: 66px;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    font-size: 20px;
}

.Tanchuc .con form ul {
    overflow: hidden;
    zoom: 1;
}

.Tanchuc .con form ul li {
    float: left;
    width: 50%;
}

.Tanchuc .con .left {
    float: left;
    width: 94%;
}

.Tanchuc .con .right {
    float: right;
    width: 84%;
}

.Tanchuc .con label {
    margin-bottom: 12px;
    display: block;
    font-size: 20px;
    color: #000;
}

.Tanchuc .con textarea {
    width: 100%;
    height: 148px;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
}

.Tanchuc .con i {
    padding-right: 1%;
    font-size: 20px;
    color: #4798e9;
    font-weight: bold;
}

.Tanchuc .con .title-1 {
    font-size: 16px;
    color: rgba(0, 0, 0, 0.7);
    font-weight: 400;
}

.Tanchuc .con .button {
    margin: 10% 8% 10% 0;
    width: 202px;
    height: 53px;
    background: #000000;
    color: #fff;
    font-size: 20px;
}

.Tanchuc .con .button1 {
    margin: 10% 0 0;
    width: 202px;
    height: 53px;
    background-color: #fff;
    font-size: #000;
    border: 1px solid #000000;
    box-sizing: border-box;
    font-size: 20px;
    border-radius: 0;
    box-sizing: border-box;
}

.Tanchuc .con span {
    line-height: 0;
}

.Tanchuc .con dl dd {
    margin-bottom: 45px;
}

.Tanchuc .con .marb {
    margin-bottom: 20px;
}

.Tanchuc .con .spa {
    display: block;
    height: 25px;
    font-size: 16px;
    line-height: 25px;
}

@media screen and (max-width: 1366px) {
    .Tanchuc .con {
        width: 70%;
    }
    .Tanchuc .con .title,
    .Tanchuc .con form {
        margin-top: 8%;
    }
    .Tanchuc .con form input {
        height: 56px;
    }
    .Tanchuc .con textarea {
        height: 128px;
    }
    .Tanchuc .con dl dd {
        margin-bottom: 40px;
    }
    .Tanchuc .con .marb {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 1200px) {
    .Tanchuc .con .title {
        font-size: 32px;
    }
    .Tanchuc .con .title,
    .Tanchuc .con form {
        margin-top: 6%;
    }
    .Tanchuc .con form input {
        height: 46px;
    }
    .Tanchuc .con textarea {
        height: 100px;
    }
    .Tanchuc .con dl dd {
        margin-bottom: 35px;
    }
    .Tanchuc .con .marb {
        margin-bottom: 10px;
    }
    .Tanchuc .con .button,
    .Tanchuc .con .button1 {
        width: 35%;
        height: 45px;
    }
    .Tanchuc .con label {
        font-size: 16px;
    }
    .Tanchuc .con i,
    .Tanchuc .con .button,
    .Tanchuc .con .button1 {
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) {
    .rec-c-left p {
        font-size: 16px;
    }
    .rec-c-left span {
        font-size: 14px;
    }
    .rec-c-l-x-ul li {
        margin: 0 2px;
        padding: 0 3px;
        font-size: 12px;
        height: 22px;
        line-height: 22px;
    }
    .rec-c-in p {
        font-size: 14px;
        margin-top: 8px;
    }
    .rec-c-in span {
        font-size: 12px;
        margin-top: 5px;
    }
    .rec-c-rigth a {
        width: 72px;
        height: 28px;
        font-size: 12px;
        line-height: 26px;
        margin-top: 50px;
    }
    .rec-c-rigth p {
        font-size: 12px;
        line-height: 20px;
    }
    .rec-c-rigth {
        float: right;
    }
    .rec-c-l-xia {
        margin-top: 10px;
    }
    .rec-mian {
        margin: 50px auto 0;
    }
    .mar-b96 {
        margin-bottom: 30px;
    }
    .mar-t50 {
        margin-top: 30px;
    }
    .Tanchuc .con {
        top: 30%;
        width: 90%;
    }
    .Tanchuc .con form {
        width: 75%;
    }
    .Tanchuc .con label {
        margin-bottom: 1%;
        font-size: 14px;
    }
    .Tanchuc .con form ul li {
        width: 100%;
    }
    .Tanchuc .con .left {
        width: 100%;
    }
    .Tanchuc .con .right {
        float: left;
        width: 100%;
    }
    .Tanchuc .con dl dd {
        margin-bottom: 20px;
    }
    .Tanchuc .con .title {
        font-size: 20px;
    }
    .Tanchuc .con form input {
        height: 30px;
    }
    .Tanchuc .con .spa {
        height: 15px;
        font-size: 12px;
        line-height: 15px;
    }
    .Tanchuc .con .marb {
        margin-bottom: 5;
    }
    .Tanchuc .con i {
        font-size: 14px;
    }
    .Tanchuc .con textarea {
        height: 80px;
    }
    .Tanchuc .con .title-1,
    .Tanchuc .con .button,
    .Tanchuc .con .button1 {
        font-size: 14px;
    }
    .Tanchuc .con .button,
    .Tanchuc .con .button1 {
        height: 30px;
    }
}


/* products3 产品介绍3 */

.pro3-con {
    margin-top: 89px;
}

table {
    max-width: 100%;
    /* overflow:auto; */
}

.pro3-c-title {
    float: left;
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

.pro3-c-tle-right {
    position: relative;
    top: 50%;
    left: 20px;
    transform: translate(0, 50%);
    float: left;
    padding: 0 7px;
    height: 16px;
    background: #ff0000;
    border-radius: 8px;
    font-size: 13px;
    color: #fff;
    line-height: 16px;
}

.pro3-c-top {
    width: 100%;
    height: auto;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.pro3-swi .swiper-slide {
    margin-bottom: 20px !important;
    box-sizing: border-box;
}

.pro3-swi .swiper-pagination {
    bottom: 40px !important;
}

.pro3-c-t-l-ul li {
    float: left;
    width: 20%;
}

.pro3-c-t-l-ul li img {
    float: left;
    position: relative;
    top: 50%;
    transform: translate(0, 50%);
}

.pro3-c-t-l-ul li i {
    float: left;
    margin-left: 18px;
    display: block;
    line-height: 46px;
    font-size: 14px;
    color: #999;
}

.pro3-c-t-r-ul li {
    float: right;
    /*  width: 25%;text-align: center; */
}


/* .pro3-c-t-r-ul li a{display: block;height: 100%;font-size: 12px;color: #999;} */

.pro3-c-t-r-ul {
    position: relative;
    margin-top: 15px;
}

.pro3-c-t-r-ul li p {
    line-height: 20px;
}

.pro3-c-top-xia {
    margin-top: 43px;
}

.pro3-c-top-x-left {
    width: 90.5%;
    height: 240px;
    background: #aed4f4;
    border: 1px solid #eeeeee;
    border-radius: 1px;
    text-align: center;
}

.pro3-c-top-x-l-img {
    max-height: 100%;
    display: block;
    margin-bottom: 50px;
    margin: 0 auto;
    width: 100%;
}

.pro3-c-top-x-right {
    padding-left: 20px;
    font-size: 14px;
    color: #333;
}

.pro3-c-top-x-r-tle {
    float: left;
    line-height: 30px;
}

.pro3-c-top-x-r-tle1 {
    margin-top: 10px;
}

.pro3-c-top-x-right i {
    font-size: 14px;
    color: #0f94ea;
    line-height: 30px;
}

.pro3-c-top-x-right .text span {
    margin-top: 10px;
    text-align: justify;
    line-height: 25px;
    font-size: 14px;
}

.pro3-c-top-x-right .text a {
    float: right;
    font-size: 12px;
    color: #0f94ea;
    line-height: 25px;
}

.pro3-c-top-x-right>a {
    padding: 0 10px;
    display: inline-block;
    margin-top: 5%;
    height: 42px;
    background: #0f94ea;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    line-height: 42px;
    text-align: center;
}

.pro3-c-top-x-l-ul {
    margin: 17px auto 0;
    width: 24%;
}

.pro3-c-top-x-l-ul li {
    float: left;
    margin: 0 7px;
    width: 5px;
    height: 5px;
    background: #000000;
    opacity: 0.2;
    border-radius: 50%;
}

.pro3-con1 {
    margin-top: 80px;
}

.pro3-c1-title {
    margin-bottom: 20px;
    width: 100%;
    height: auto;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.pro3-c1-t-ul li {
    float: left;
    width: 15%;
    font-size: 18px;
    color: #0f94ea;
    line-height: 30px;
}

.pro3-c1-t-ul-xia {
    width: 40%;
    height: 4px;
    background: #0f94ea;
    border-radius: 1px;
}

.pro3-c1-t-ul-xia1 {
    width: 70px;
    height: 4px;
    background: #0f94ea;
    border-radius: 1px;
}

.pro3-c1-t-ul li a {
    color: #0f94ea;
}

.pro3-c1-text {
    margin-top: 40px;
}

.pro3-c1-text img {
    float: left;
    max-width: 100%;
    width: auto !important;
    height: auto !important;
}

.pro3-c1-text:last-child {
    margin-bottom: 50px;
}

.pro3-c1-text table {
    width: 100% !important;
    height: auto !important;
}

.pro3-c1-t-title {
    font-size: 16px;
    color: #0f94ea;
    font-weight: bold;
}

.pro3-c1-t-title1 {
    margin-top: 36px;
    font-size: 16px;
    color: #333;
}

.pro3-c1-t-title1 a {
    color: #333;
}

.pro3-c1-t-title2 {
    font-size: 16px;
    color: #333;
    width: 60%;
    line-height: 28px;
}

.pro3-c1-t-img {
    margin: 40px 0;
}

.pro3-c1-text ol {
    width: 68%;
    margin-top: 35px;
}

.pro3-c1-text ol li {
    margin-left: 19px;
    list-style: decimal;
    font-size: 16px;
    line-height: 30px;
    color: #333;
}

.pro3-c1-t-ul1 {
    margin: 54px 0 20px 0;
    height: 522px;
    width: 96%;
    border-top: 2px solid #eeeeee;
    border-left: 2px solid #eeeeee;
}

.pro3-c1-t-ul1 li {
    height: 87px;
    text-align: center;
}

.pro3-c1-t-uq-ul {
    height: 100%;
}

.pro3-c1-t-uq-ul li:nth-child(1) {
    float: left;
    width: 22%;
    height: 100%;
    border-bottom: 2px solid #eeeeee;
    border-right: 2px solid #eeeeee;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
}

.pro3-c1-t-uq-ul li:nth-child(2) {
    float: left;
    width: 24%;
    height: 100%;
    border-bottom: 2px solid #eeeeee;
    border-right: 2px solid #eeeeee;
    font-size: 14px;
    font-weight: bold;
}

.pro3-c1-t-uq-ul li:nth-child(3) {
    padding: 1.5% 2%;
    float: left;
    width: 34%;
    height: 100%;
    border-bottom: 2px solid #eeeeee;
    border-right: 2px solid #eeeeee;
    line-height: 24px;
    font-size: 14px;
    font-weight: bold;
}

.pro3-c1-t-uq-ul li:nth-child(4) {
    float: left;
    width: 20%;
    height: 100%;
    border-bottom: 2px solid #eeeeee;
    border-right: 2px solid #eeeeee;
    font-size: 14px;
    font-weight: bold;
}

.pro3-c1-t-uq-ul li:nth-child(3) p {
    position: relative;
    top: 50%;
    transform: translate(0%, -50%);
    font-size: 14px;
    color: #333;
    font-weight: bold;
}

.pro3-c1-t-uq-ul li:nth-child(4) p {
    position: relative;
    top: 50%;
    transform: translate(0%, -50%);
    font-size: 14px;
    color: #333;
    font-weight: bold;
}

.pro3-c1-t-uq-ul li:nth-child(2) p {
    position: relative;
    top: 50%;
    transform: translate(0%, -50%);
    font-size: 14px;
    color: #333;
    font-weight: bold;
}

.pro3-c1-t-uq-ul li:nth-child(1) p {
    position: relative;
    top: 50%;
    transform: translate(0%, -50%);
    font-size: 14px;
    color: #333;
    font-weight: bold;
}

.pro3-c1-t-ul1 li:first-child:hover {
    color: #000;
}

.pro3-c1-t-ul1 li:first-child:hover p {
    color: #000;
}

.pro3-c1-t-ul1 li:hover {
    color: #0f94ea;
}

.pro3-c1-t-ul1 li:hover p {
    color: #0f94ea;
}

.pro3-c1-t-ul2 {
    margin-top: 130px;
}

.pro3-c1-t-ul2 li a {
    font-size: 18px;
    color: #0f94ea;
    line-height: 30px;
}

.pro3-c1-t-ul3 {
    margin-bottom: 60px;
}

.pro3-c1-t-ul3 li {
    float: left;
    width: 20%;
    text-align: center;
    color: #333;
}

.pro3-c1-t-ul3 li div {
    margin: 0 auto;
    width: 88%;
    height: 140px;
    border: 1px solid #eeeeee;
    border-radius: 1px;
}

.pro3-c1-t-img1 {
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    width: 60%;
}

.pro3-c1-t-ul3 li p {
    margin: 10px auto 0;
    width: 88%;
    font-size: 18px;
    font-weight: bold;
    line-height: 30px;
}

.pro3-c1-t-ul3 li span {
    margin: 5px auto 0;
    display: block;
    width: 88%;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
}

.pro3-c1-t-ul3 li:hover {
    color: #0f94ea;
}

.pro3-c-top-x-right>a:hover {
    box-sizing: border-box;
    border: 1px solid #0f94ea;
    background-color: rgba(255, 255, 255, 0);
    color: #0f94ea;
    font-weight: bold;
}


/* 新增 */

.pro3-c-top-x-right .text {
    width: 100%;
}


/* job 岗位详情 */

.job-xia {
    margin-top: 45px;
}

.job-xia-left img {
    width: 90%;
}

.job-x-right {
    padding-left: 20px;
}

.job-x-right div {
    line-height: 38px;
}

.job-x-r-span {
    font-size: 14px;
    color: #333;
}

.job-x-r-i1 {
    color: #0f94ea;
}

.job-x-r-i2 {
    color: #f0b700;
}

.job-x-r-i3 {
    font-weight: bold;
}

.job-x-right a {
    margin-top: 35px;
    display: block;
    width: 100px;
    height: 42px;
    background: #0f94ea;
    border-radius: 5px;
    text-align: center;
    line-height: 42px;
    color: #fff;
    font-size: 16px;
}

.job-ul1 li:hover p {
    color: #0f94ea;
}

.job-ul1 li {
    float: left;
    width: 20%;
    text-align: center;
}

.job-ul1 li img {
    margin: 0 auto;
    width: 92%;
}

.job-ul1 li p {
    width: 92%;
    margin: 10px auto 0;
    text-align: justify;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    line-height: 22px;
}

.job-title {
    font-size: 16px;
    color: #0f94ea;
}

.job-p {
    font-size: 16px;
    line-height: 35px;
    color: #333;
}

.job-c1-t-ul1 {
    margin-top: 90px;
}

.job-c1-t-ul1 li a {
    font-size: 18px;
    color: #0f94ea;
    line-height: 30px;
}

.job-wc1 {
    display: none;
}

.job-wc2 {
    display: none;
}

.job-wc3 {
    display: none;
}

.job-wc4 {
    display: none;
}

.pro3-c1-text ol li {
    margin-left: 19px;
    list-style: decimal;
    font-size: 16px;
    line-height: 30px;
    color: #333;
}


/* 公共部分 */

.pro3-op {
    opacity: 0.6 !important;
}

.pro3-fw {
    font-weight: bold;
}

.pro3-ls {
    margin-left: 0 !important;
    list-style: none !important;
}

.pro3-fw1 p {
    font-weight: bold;
    font-size: 18px !important;
}

.job-mar25 {
    margin-top: 25px !important;
}

@media screen and (max-width: 1200px) {
    .job-x-right div {
        line-height: 30px;
    }
    .job-c1-t-ul1 {
        margin-top: 50px;
    }
    .job-x-right a {
        margin-top: 30px;
    }
    .pro3-c-top-x-right>a {
        margin-top: 2%;
    }
}

@media screen and (max-width: 1023px) {
    .job-x-right a {
        margin-top: 20px;
    }
    .job-ul1 li p {
        font-size: 16px;
    }
    .pro3-c-t-l-ul li {
        width: 30%;
    }
    .pro3-c-t-l-ul li i {
        margin-left: 10px;
    }
}

@media screen and (max-width: 768px) {
    .pro3-con {
        margin-top: 40px;
    }
    .pro3-c-t-l-ul li {
        margin: 5px 0;
        width: 40%;
        height: 100%;
    }
    .pro3-c-t-l-ul li i {
        font-size: 12px;
        line-height: 20px;
    }
    .pro3-c-t-l-ul li i {
        margin-left: 10px;
    }
    .pro3-c-t-l-ul li img {
        transform: translate(0, -50%);
        height: 70%;
    }
    .pro3-c-t-l-ul {
        height: 20px;
    }
    .pro3-c-t-r-ul {
        margin: 5px 0 0;
    }
    .pro3-c-top-x-left {
        /* overflow: hidden; */
        width: 100%;
        margin: 0 auto;
        height: auto;
    }
    .pro3-swi .swiper-pagination {
        bottom: 10px !important;
    }
    .pro3-c-top-xia {
        margin-top: 20px;
    }
    .pro3-c-top-x-l-img {
        /* height: 200px !important; */
        margin-bottom: 0;
    }
    .pro3-swi .swiper-slide {
        margin: 0 !important;
    }
    .pro3-c-top-x-right .text {
        width: 100%;
        text-align: justify;
        font-size: 14px;
    }
    .pro3-c-top-x-right {
        padding: 0;
    }
    .pro3-c-top-x-r-tle1 {
        margin-top: 5px;
    }
    .pro3-c-top-x-r-tle,
    .pro3-c-top-x-right i,
    .pro3-c-top-x-r-tle1 {
        font-size: 12px;
    }
    .pro3-con1,
    .pro3-c1-text {
        margin-top: 20px;
    }
    .pro3-c1-t-ul li {
        width: 20%;
        font-size: 14px;
        text-align: center;
    }
    .pro3-c1-t-ul-xia {
        width: 70%;
        margin: 0 auto;
    }
    .pro3-c1-text ol {
        margin-top: 15px;
        width: 100%;
    }
    .pro3-c1-t-title {
        font-size: 14px;
    }
    .pro3-c1-text ol li {
        font-size: 14px;
        line-height: 24px;
    }
    .pro3-c1-t-ul1 {
        margin-top: 30px;
        width: 100%;
        height: 420px;
    }
    .pro3-fw1 p {
        font-size: 12px !important;
        font-weight: bold !important;
    }
    .pro3-c1-t-uq-ul li:nth-child(1) p {
        font-size: 12px !important;
        line-height: 16px;
        padding: 0 5%;
    }
    .pro3-c1-t-uq-ul li:nth-child(2) p {
        font-size: 12px !important;
        line-height: 16px;
    }
    .pro3-c1-t-uq-ul li:nth-child(3) p {
        font-size: 12px;
        line-height: 14px;
        padding: 0 1%;
    }
    .pro3-c1-t-uq-ul li:nth-child(4) p {
        font-size: 12px !important;
        line-height: 16px;
    }
    .pro3-c1-t-ul1 li {
        height: 70px;
    }
    .pro3-c1-t-title1 {
        margin-top: 15px;
        font-size: 14px;
    }
    .pro3-c1-t-img {
        margin: 20px 0;
    }
    .pro3-c1-t-title2 {
        width: 100%;
        font-size: 14px;
    }
    .pro3-c1-t-ul2 {
        margin-top: 50px;
    }
    .pro3-c1-t-ul2 li a {
        font-size: 14px;
    }
    .pro3-c1-t-ul-xia1 {
        width: 55px;
    }
    .pro3-c1-t-ul3 li p {
        font-size: 14px;
        margin-top: 0;
    }
    .pro3-c1-t-ul3 li span {
        font-size: 12px;
        margin-top: 0;
        margin-bottom: 5px;
        line-height: 16px;
    }
    .pro3-c1-t-ul3 li div {
        width: 92%;
        height: 100px;
    }
    .pro3-c1-t-ul3 li {
        width: 50%;
    }
    .job-x-right {
        padding-left: 0;
    }
    .job-x-right a {
        margin: 20px 0 0;
    }
    .job-ul1 li {
        width: 50%;
        margin-bottom: 10px;
    }
    .job-ul1 li p {
        font-size: 14px;
    }
    .job-p {
        font-size: 14px;
    }
    .job-xia-left {
        text-align: center;
    }
    .job-xia-left img {
        width: 90%;
    }
    .job-x-right div {
        margin: 0 auto;
        width: 90%;
    }
    .job-ul1 li img {
        width: 80%;
    }
    .job-ul1 li p {
        width: 80%;
        text-align: center;
    }
    .job-x-right a {
        width: 80px;
        height: 35px;
        line-height: 35px;
    }
    .job-c1-t-ul1 {
        margin-top: 30px;
    }
    .pro3-c1-t-img1 {
        width: auto;
        height: 80%;
    }
    .biaoge {
        width: 100%;
    }
}

.banxin_fangan {
    margin-bottom: 20px;
}


/* contact 联系维多利亚vic003 */

.contact-banxin {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.contact-banner {
    overflow: hidden;
    background: url(/skin/images/contact-bg.jpg) no-repeat center center;
}

.contact {
    margin: 0 auto;
    width: 65%;
    text-align: center;
}

.contact-bg {
    z-index: 10;
    position: relative;
    top: -100px;
    margin: 0 auto;
    width: 100%;
    height: auto;
    background-color: #fff;
    box-shadow: 0px 0px 30px rgba(211, 227, 236, 0.3);
}

.contact-con {
    width: 100%;
    position: relative;
    top: 0px;
    left: 0;
}

.contact-title {
    margin-top: 91px;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}

.contact-con form {
    margin: 0 auto;
    width: 60%;
}

.con-con-ul {
    display: inline-block;
    margin: 116px auto 0;
    width: 100%;
}

.con-con-ul li {
    float: left;
    width: 50%;
    height: auto;
    text-align: left;
}

.con-con-ul li:first-child {
    text-align: left;
}

.con-con-ul li p,
.con-con-ly-p {
    margin-bottom: 22px;
    font-size: 18px;
}

.con-con-ul li input {
    width: 100%;
    height: 66px;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    font-size: 24px;
    display: block;
}

.con-con-ul .left {
    float: left;
    width: 94%;
}

.con-con-ul .right {
    float: right;
    width: 94%;
}

.con-con-ly {
    text-align: left;
}

.con-con-ly-p {
    margin-top: 145px;
}

.con-con-ly-int {
    width: 100%;
    height: 148px;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
}

.con-con-ul-a {
    margin: 35px auto 72px;
    width: 202px;
    height: 53px;
    background: #000;
    line-height: 53px;
    font-size: 20px;
    color: #fff;
    border: 0;
}

.con-con-ditu {
    margin: 0 auto;
    float: right;
    width: 85%;
    height: 294px;
}

.con-con-tel {
    text-align: left;
    padding-left: 60px;
}

.con-con-tel>p {
    margin: 0 auto 15px;
    width: 100%;
    font-size: 20px;
    line-height: 28px;
}

.con-con-tel>p:nth-child(1),
.con-con-tel p:nth-child(3) {
    margin-bottom: 40px;
}

.con-con-tel>p:nth-child(1) {
    margin-top: 15px;
}

.con-con-t-div {
    margin: 0 auto;
    width: 100%;
    font-size: 20px;
    color: #000;
    line-height: 30px;
}

.con-con-t-d-p1 {
    float: left;
}

.con-con-t-d-p2 {
    float: left;
    width: 70%;
}

.map-wc {
    margin: 0 auto;
    width: 84%;
    text-align: left;
}

.map-wc li {
    overflow: hidden;
    margin-bottom: 66px;
    width: 100%;
}

.map-wc .title {
    margin-bottom: 2%;
    font-size: 22px;
    color: #000;
    font-weight: bold;
    text-align: left;
}

.map-wc .left {
    float: left;
    width: 56.5%;
}

.map-wc .right {
    padding-left: 6%;
    float: left;
    width: 43.5%;
}

#allmap,
#allmap1,
#allmap2 {
    float: right;
    width: 100%;
    height: 294px;
    overflow: hidden;
    font-family: "微软雅黑";
}

#allmap b,
#allmap1 b,
#allmap2 b {
    color: #cc5522;
    font-size: 14px;
    font-weight: bold;
}

#allmap img,
#allmap1 img,
#allmap2 img {
    max-width: none;
}


/* 右侧边栏 */

@media screen and (max-width: 1600px) {
    .map-wc {
        width: 88%;
    }
}

@media screen and (max-width: 1366px) {
    .contact {
        width: 70%;
    }
    .contact-con form {
        width: 70%;
    }
    .con-con-t-d-p2 {
        width: 75%;
    }
}

@media screen and (max-width: 1200px) {
    .contact {
        width: 70%;
    }
    .con-con-ditu {
        margin: 0 auto;
        float: none;
    }
    .con-con-tel {
        margin: 0 auto;
        width: 85%;
    }
    .con-con-ul-a {
        margin: 25px auto 60px;
        width: 180px;
        height: 45px;
        line-height: 45px;
        font-size: 18px;
    }
    .con-con-tel {
        padding-left: 60px;
    }
    .con-con-ul li input {
        height: 56px;
    }
    .con-con-ly-int {
        height: 128px;
    }
    .con-con-tel>p,
    .con-con-t-div {
        font-size: 16px;
    }
    #allmap,
    #allmap1,
    #allmap2 {
        margin-bottom: 2%;
    }
    .con-con-tel>p,
    .con-con-tel>p:nth-child(1),
    .con-con-tel p:nth-child(3) {
        margin: 0 0 2%;
    }
    .con-con-t-div {
        line-height: 24px;
    }
    .con-con-ul li p,
    .con-con-ly-p {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .map-wc .right {
        padding-left: 0;
        width: 100%;
    }
    .map-wc .left {
        width: 100%;
    }
    .contact-title {
        margin-top: 50px;
        font-size: 32px;
    }
    .con-con-ul {
        margin-top: 60px;
    }
    .map-wc .title {
        font-size: 20px;
    }
    .spa1,
    .spa2,
    .spa3 {
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) {
    .contact {
        width: 100%;
    }
    .contact-title {
        font-size: 28px;
        margin-top: 50px;
    }
    .con-con-ul {
        margin-top: 50px;
    }
    .con-con-ly-p {
        margin-top: 100px;
    }
    .con-con-ul a {
        margin: 20px auto 60px;
        width: 30%;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
    .con-con-ditu {
        width: 96%;
        height: 180px;
    }
    .con-con-tel {
        padding-left: 0;
        width: 100%;
    }
    .con-con-ly-int {
        height: 120px;
    }
    .con-con-ul-a {
        margin: 20px auto 40px;
        width: 130px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
    .contact-bg {
        top: 0;
    }
    .contact-con form {
        width: 90%;
    }
    .con-con-ul li input {
        height: 46px;
    }
    .con-con-ly-int {
        height: 100px;
    }
    #allmap,
    #allmap1,
    #allmap2 {
        height: 200px;
    }
    .map-wc .title {
        font-size: 18px;
    }
    .map-wc li {
        margin-bottom: 30px;
    }
    .con-con-tel>p,
    .con-con-tel>p:nth-child(1),
    .con-con-tel p:nth-child(3),
    .con-con-t-div {
        margin: 0 0 1%;
        font-size: 14px;
    }
    .con-con-ul li p,
    .con-con-ly-p {
        font-size: 14px;
    }
    .spa1,
    .spa2,
    .spa3 {
        font-size: 14px;
    }
}


/* index2  维多利亚vic0032 */

.in2-bot {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 208px;
    text-align: center;
    box-sizing: border-box;
    border: 2px solid #fff;
    background-color: #2d7de1;
    opacity: 0.9;
}

.in2-bot p {
    margin-top: 45px;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}

.in2-bot span {
    display: block;
    margin-top: 20px;
    font-size: 28px;
    color: rgba(255, 255, 255, 0.8);
}

@media screen and (max-width: 1200px) {
    .in2-bot {
        height: 150px;
    }
    .in2-bot p {
        font-size: 24px;
        margin-top: 35px;
    }
    .in2-bot span {
        width: 92%;
        margin: 15px auto 0;
        font-size: 24px;
    }
}

@media screen and (max-width: 1023px) {
    .in2-bot p {
        margin-top: 30px;
    }
    .in2-bot span {
        margin-top: 10px;
    }
}

@media screen and (max-width: 768px) {
    .h-bot {
        position: relative;
    }
    .in2-bot {
        position: relative;
        height: 80px;
        border: 1px solid #fff;
    }
    .in2-bot p {
        font-size: 14px;
        margin-top: 10px;
    }
    .in2-bot span {
        width: 92%;
        margin: 0 auto;
        font-size: 12px;
        margin-top: 5px;
    }
}


/* 移动端 top */


/* 公共部分 */

.top-hei {
    height: 100%;
}


/* news 新闻详情 */

.n-part {
    overflow: hidden;
    text-align: center;
}

.n-pa-title {
    margin: 75px auto 30px;
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
}

.n-pa-title1 {
    display: block;
    margin-bottom: 40px;
    font-size: 18px;
    line-height: 30px;
}

.n-pa-bor {
    border-bottom: 1px solid #e6e6e6;
}

.n-pa-con p {
    margin: 5% 0;
    width: 92%;
    color: rgba(0, 0, 0, 0.8);
    font-size: 18px;
    line-height: 30px;
    text-indent: 20px;
    text-align: justify;
    letter-spacing: 2px;
}

.n-pa-bot {
    margin-bottom: 20px;
    overflow: hidden;
    zoom: 1;
    border-top: 1px solid rgb(204, 204, 204, 0.2);
    border-bottom: 1px solid rgb(204, 204, 204, 0.2);
    text-align: left;
}

.n-pa-bot div {
    color: rgb(0, 0, 0, 0.6);
    font-size: 16px;
    line-height: 24px;
    padding: 10px 20px;
}

.n-part .con {
    overflow: hidden;
    zoom: 1;
}

.n-part .con .left {
    float: left;
    width: 75%;
    margin-top: 30px;
}

.n-part .con .right {
    float: right;
    width: 25%;
}

.n-part-ul {
    float: right;
    margin-top: 18%;
    width: 77%;
}

.n-part-ul li {
    margin: 0 0 45px;
}

.n-part-ul li a {
    display: block;
    height: 100%;
    color: #000;
}

.n-part-ul li img {
    width: 100%;
}

.n-part-ul li p {
    font-size: 18px;
    line-height: 30px;
}

.n-pa-next {
    text-align: right;
}

.n-pa-bot i:hover {
    color: #428ae4;
}

@media screen and (max-width: 1366px) {
    .n-pa-con p {
        font-size: 16px;
        letter-spacing: 1px;
        line-height: 26px;
    }
    .n-part-ul li p {
        font-size: 16px;
        line-height: 26px;
    }
}

@media screen and (max-width: 1200px) {
    .n-part .con .left {
        width: 100%;
    }
    .n-part .con .right {
        width: 100%;
    }
    .n-part-ul {
        margin-top: 5%;
        width: 100%;
    }
    .n-part-ul li {
        float: left;
        width: 100%;
    }
    .n-part-ul li img,
    .n-part-ul li p {
        margin: 0 auto;
        width: 80%;
    }
}

@media screen and (max-width: 768px) {
    .n-pa-next {
        text-align: left;
    }
    .n-pa-bot div {
        padding: 5px 20px;
    }
    .n-pa-con {
        padding: 20px 0;
    }
    .n-pa-title {
        margin: 50px auto 20px;
        font-size: 20px;
    }
    .n-pa-title1 {
        margin: 0 0 10px;
        text-align: center;
        font-size: 16px;
    }
    .n-pa-con p {
        margin: 0 auto;
    }
    .n-part-ul li p {
        font-size: 12px;
        line-height: 18px;
        text-align: justify;
    }
}


/* 新增搜索 */

.result {
    padding: 26px 0 125px 0;
    background-color: #f5f5f5;
}

.result-banxin {
    margin: 0 auto;
    width: 1200px;
    background-color: #fff;
    box-shadow: -1px 0px 1px rgba(0, 0, 0, 0.04), 0px 1px 1px rgba(0, 0, 0, 0.13), 1px 0px 2px rgba(0, 0, 0, 0.05);
    padding: 15px;
    min-height: 500px;
}

.result-text {
    padding: 10px 0;
    font-size: 18px;
    color: #333;
}

.result-text b {
    padding: 0 10px;
    font-weight: bold;
    font-size: 20px;
}

.nav-block {
    border-bottom: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.result-ul {}

.result-ul li {
    border-bottom: 1px dotted #ccc;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.result-ul .main {
    overflow: hidden;
    zoom: 1;
}

.result-ul .main dd img {
    margin: 0 auto;
    display: block;
    width: 80%;
}

.result-left {
    padding: 15px;
}

.result-left .title {
    font-size: 18px;
    color: #333;
}

.result-left .detail {
    margin: 16px 0;
    font-size: 14px;
    color: rgb(0, 0, 0, 0.6);
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: justify;
}

.result-sj {
    font-size: 12px;
    color: #008000;
}

.result-sj a {
    color: #008000;
}

.result-bottom {
    margin-bottom: 20px;
    font-size: 14px;
    color: rgb(0, 0, 0, 0.5);
}

@media screen and (max-width: 1200px) {
    .result-banxin {
        width: 92%;
    }
}

@media screen and (max-width: 1024px) {
    .result-img {
        padding: 15px;
    }
}

@media screen and (max-width: 768px) {
    .result-text {
        font-size: 16px;
    }
    .result-text b {
        font-size: 18px;
    }
    .result-left .title {
        font-size: 16px;
    }
    .result-left .detail {
        -webkit-line-clamp: 4;
    }
    .nav-block {
        margin-bottom: 10px;
    }
    .result-left {
        padding: 0 10px;
    }
    .result-ul li {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    .result-bottom {
        margin-bottom: 10px;
    }
    .result-left .detail {
        margin: 8px 0;
    }
    .result {
        padding: 26px 0 60px 0;
    }
}


/* 新增区域客户数量 */

.xin-map {
    display: inline-block;
    position: relative;
    text-align: left;
}

.xin-map>img {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.xin-map .content {}

.xin-map .content .shanghai {
    position: absolute;
    top: 35%;
    left: 45.3%;
}

.xin-map .content .shandong {
    position: absolute;
    top: 27%;
    left: 46%;
}

.xin-map .content .store .dizhi {
    float: left;
}

.xin-map .content .store .introduce {
    display: none;
    z-index: 99;
    position: relative;
    padding: 0 21.5px 10px;
    margin-top: 10px;
    margin-left: 5px;
    float: left;
    width: 300px;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.store .introduce .shang {
    height: 70px;
    border-bottom: 1px solid #ccc;
}

.store .introduce .close {
    position: absolute;
    top: 3%;
    right: 3%;
    width: 20px;
    height: 20px;
}

.store .introduce .xia {}

.store .introduce .shang .touxiang {
    position: absolute;
    top: -30px;
    width: 80px;
    height: 80px;
    border: 4px solid #fff;
    border-radius: 50%;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    box-sizing: content-box;
}

.store .introduce .shang p {
    margin-right: 6%;
    float: right;
    line-height: 70px;
    font-size: 22px;
    font-weight: bold;
}

.store .introduce .xia ul {
    margin-top: 20px;
    font-size: 18px;
    color: rgb(0, 0, 0, 0.8);
}

.store .introduce .xia ul li {
    margin: 8px 0;
}

.number {
    margin-top: 100px;
}

.number .kuai {
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    width: 94%;
    height: 126px;
    border-radius: 5px;
}

.number .xia {
    margin: 40px auto 0;
    width: 100%;
    height: 5px;
    background-color: rgb(0, 0, 0, 0.03);
    border-radius: 3px;
}

.number .xia .bg {
    position: relative;
    margin: 0 auto;
    width: 94%;
    height: 100%;
    background-color: #0f94ea;
    border-radius: 3px;
}

.number .xia .bg::after {
    content: "";
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translate(-50%, 0);
    background: url(/skin/images/x-jiji.png);
    width: 12px;
    height: 6px;
}

.number .kuai>img {
    z-index: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    transform: scale(1.5);
}

.number .kuai p {
    position: relative;
    margin: 10px 0 0 20px;
    font-size: 36px;
    font-weight: bold;
    color: #fff;
}

.number .kuai i {
    padding-left: 12px;
    font-size: 16px;
}

.number .kuai span {
    position: relative;
    display: block;
    margin: 25px 15px 0 0;
    float: right;
    font-size: 18px;
    color: #fff;
}

.numswiper-button {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: rgb(0, 0, 0, 0.03);
}

.numswiper-button>img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.numswiper-button:hover {
    background-color: rgb(0, 0, 0, 0.08);
}

.numswiper-button-prev {
    position: absolute;
    top: 35%;
    transform: translate(0, -50%);
    left: -100px;
}

.numswiper-button-next {
    position: absolute;
    top: 35%;
    transform: translate(0, -50%);
    right: -100px;
}

.cus-c-main1 {
    display: none;
    margin-bottom: 8%;
}

.cus-c-m1-ul li .name {
    overflow: hidden;
    zoom: 1;
    margin: 5% 0;
    display: block;
    font-size: 20px;
    color: #000;
    line-height: 40px;
}

.cus-c-m1-ul li .name1 {
    margin: 3% 0;
}

.cus-c-m1-ul li .left {
    float: left;
    width: 50%;
    height: 100%;
    text-align: center;
}

.cus-c-m1-ul li .right {
    float: left;
    width: 50%;
    height: 100%;
    text-align: center;
}


/* 公共部分 */

.dis {
    display: block !important;
}

.x-col1 {
    background-color: #3d8ce9;
}

.x-col2 {
    background-color: #4ac7f3;
}

.x-col3 {
    background-color: #29d7d5;
}

.x-col4 {
    background-color: #b38fe7;
}

.x-col5 {
    background-color: #fdcb74;
}

.x-col6 {
    background-color: #f7749e;
}

.x-col7 {
    background-color: #beca55;
}

@media screen and (max-width: 1280px) {
    .numswiper-button-prev {
        z-index: 10;
        left: 5%;
    }
    .numswiper-button-next {
        z-index: 10;
        right: 5%;
    }
}

@media screen and (max-width: 1280px) {
    .xin-map .content .shanghai {
        top: 34%;
        left: 45%;
    }
}

@media screen and (max-width: 768px) {
    .cus-c-m1-ul li .left {
        width: 100%;
        border-bottom: 1px solid #e5e5e5;
    }
    .cus-c-m1-ul li .name {
        font-size: 14px;
        margin: 2% 0;
    }
    .cus-c-m1-ul li .right {
        width: 100%;
        border-bottom: 1px solid #e5e5e5;
    }
    .numswiper-button {
        width: 40px;
        height: 40px;
    }
    .numswiper-button>img {
        height: 50%;
    }
    .xin-map .content .shanghai {
        top: 33%;
        left: 45.1%;
    }
    .xin-map .content .store .dizhi {
        width: 6px;
        height: 9px;
    }
    .xin-map .content .store .introduce {
        display: none !important;
    }
    .number {
        margin-top: 30px;
    }
    /* 弹出 */
    .TCshanghai {
        display: none;
        z-index: 50;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
    }
    .TCshanghai-bg {
        width: 100%;
        height: 100%;
        background-color: rgb(0, 0, 0, 0.2);
    }
    .TCshanghai .con {
        padding: 0 5%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 70%;
        height: 50%;
        border-radius: 16px;
        background-color: #fff;
        border-radius: 16px;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
    }
    .TCshanghai .con .shang {
        height: 70px;
        border-bottom: 1px solid #ccc;
    }
    .TCshanghai .con .shang .touxiang {
        position: absolute;
        top: -30px;
        left: 6%;
        width: 80px;
        height: 80px;
        border: 4px solid #fff;
        border-radius: 50%;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
        box-sizing: content-box;
    }
    .TCshanghai .con .shang p {
        margin-right: 10%;
        float: right;
        line-height: 70px;
        font-size: 22px;
        font-weight: bold;
    }
    .TCshanghai .con .xia ul {
        margin-top: 12%;
        font-size: 16px;
        color: rgb(0, 0, 0, 0.8);
    }
    .TCshanghai .con .xia ul li {
        margin: 8% 0;
        text-align: justify;
    }
}


/* 新增实验服务 */

.list-box .text-logo {
    width: 15%;
    position: absolute;
    top: 10%;
    right: 10%;
}

.list-box ul {
    margin-top: 50px;
    overflow: hidden;
    zoom: 1;
}

.list-box ul li {
    margin-bottom: 30px;
    float: left;
    width: 25%;
}

.list-box ul li>div {
    padding: 5% 2% 5% 5%;
    margin: 0 auto;
    width: 96%;
    height: 225px;
    background: #ffffff;
    border: 1px solid rgb(0, 0, 0, 0.15);
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.list-box ul li>div .title {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #3c3c3c;
    word-break: break-all;
    word-spacing: 2px;
    letter-spacing: 0.5px;
}

.list-box ul li>div .text {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #6e6e6e;
    line-height: 32px;
}

.list-box ul li>div .xia {
    margin-top: 3%;
    margin-bottom: 5%;
    width: 50px;
    height: 2px;
    background: #b71a30;
    border-radius: 1px;
}

.list-box ul li>div:hover {
    background: #b71a30;
    border: 1px solid #b71a30;
}

.list-box ul li>div:hover p {
    color: #fff;
}

.list-box ul li>div:hover .xia {
    background: #fff;
}

.list-box1 .text-logo {
    width: 15%;
    position: absolute;
    top: 10%;
    right: 10%;
}

.list-box1 {
    margin: 0 auto;
    width: 29%;
}

.list-box1 ul {
    margin-top: 50px;
    overflow: hidden;
    zoom: 1;
}

.list-box1 ul li {
    margin-bottom: 15px;
    width: 100%;
}

.list-box1 ul li>div {
    padding: 5% 2% 5% 5%;
    margin: 0 auto;
    width: 96%;
    height: 225px;
    background: #ffffff;
    border: 1px solid rgb(0, 0, 0, 0.15);
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.list-box1 ul li>div .title {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #3c3c3c;
    word-break: break-all;
    word-spacing: 2px;
    letter-spacing: 0.5px;
}

.list-box1 ul li>div .text {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #6e6e6e;
    line-height: 32px;
}

.list-box1 ul li>div .xia {
    margin-top: 3%;
    margin-bottom: 5%;
    width: 50px;
    height: 2px;
    background: #b71a30;
    border-radius: 1px;
}

.list-box1 ul li>div:hover {
    background: #b71a30;
    border: 1px solid #b71a30;
}

.list-box1 ul li>div:hover p {
    color: #fff;
}

.list-box1 ul li>div:hover .xia {
    background: #fff;
}

.view-act-news .contentsMess {
    float: right;
    width: 70%;
    margin-top: 50px;
}

.view-act-news .contentsMess-info {
    float: right;
    width: 100%;
    margin-top: 50px;
}
.view-act-news .jishuchuangxin {
    float: right;
    width: 100%;
    margin-top: 50px;
}

.process {
    margin-bottom: 100px;
    text-align: center;
}

.process>p {
    margin-bottom: 25px;
    font-size: 24px;
}

.process img {
    display: block;
    margin: 0 auto 20px;
}

.process .ul1 {
    position: relative;
    margin: 0 auto;
    width: 96.7%;
    height: 126px;
    background: rgba(250, 250, 250, 0.8);
}

.process .ul1 .shang {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 99.6%;
    height: 5px;
    background: #0f94ea;
    border-radius: 3px;
}

.process .ul1 li {
    float: left;
    width: 25%;
    height: 100%;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    line-height: 126px;
    font-size: 24px;
}

.process .ul2 {
    position: relative;
    margin: 0 auto;
    width: 96.7%;
    height: 126px;
    background: rgba(250, 250, 250, 0.8);
}

.process .ul2 .shang {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 99.6%;
    height: 5px;
    background: #0f94ea;
    border-radius: 3px;
}

.process .ul2 li {
    float: left;
    width: 20%;
    height: 100%;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    line-height: 126px;
    font-size: 24px;
}


/* 新增分类详情 */

.view-act {
    width: 85%;
    margin: 0 auto;
    /* display: flex;
    justify-content: space-between; */
}

.xin-classify {}

.xin-classify .title {
    margin: 50px auto;
    font-size: 20px;
    font-weight: bold;
    color: #000000;
}

.xin-classify-list {}

.xin-classify-list ul li {
    margin-bottom: 30px;
    width: 100%;
    height: 270px;
    background: #ffffff;
    box-shadow: 0px 0px 7px 1px rgba(153, 153, 153, 0.09);
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.xin-classify-list ul li .left {
    float: left;
    width: 26%;
    height: 100%;
}

.xin-classify-list ul li .left img {
    display: block;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    margin: 0 auto;
    width: 84%;
    max-height: 84%;
}

.xin-classify-list ul li .right {
    padding-left: 2%;
    float: left;
    width: 74%;
    height: 100%;
}

.xin-classify-list ul li .right p {
    margin-top: 4%;
    font-size: 24px;
    color: rgb(0, 0, 0, 0.9);
}

.xin-classify-list ul li .right span {
    padding: 2% 8% 0 0;
    font-size: 16px;
    color: rgb(0, 0, 0, 0.7);
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-align: justify;
}

.xin-classify-tab {
    margin-top: 50px;
}


/* .xin-classify-tab ul{overflow: hidden;zoom: 1;}
.xin-classify-tab ul li{float: left;width: 20%;}
.xin-classify-tab ul li div{margin: 0 auto;width: 96%;height: 80px;background-color: pink;} */

.xin-classify-tab .tab-box {
    position: relative;
    margin: 0 auto;
    width: 96%;
    height: 80px;
    /* border: 1px solid #ccc; */
    font-size: 18px;
    color: rgb(0, 0, 0, 0.8);
}

.xin-classify-tab .tab-box span {
    padding: 0 5%;
    display: block;
    width: 100%;
    text-align: justify;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.xin-classify-list ul li:hover {
    box-shadow: 0px 0px 21px 3px rgba(153, 153, 153, 0.2);
}


/* 公共部分 */

.xin-division {
    margin: 83px auto 44px;
    width: 100%;
    height: 2px;
    background: #000000;
    opacity: 0.2;
}

.xin-test-banxin {}

.xin-classify-banxin {
    margin: 0 auto;
    width: 1200px;
}

.xin-mar {
    margin-top: 35px !important;
}

.xin-font {
    font-weight: bold;
    color: #0f94ea !important;
}

@media screen and (max-width: 1200px) {
    .xin-division {
        margin: 60px auto 30px;
    }
    .xin-test .process>p {
        font-size: 20px;
    }
    .xin-test .list-box ul li {
        width: 50%;
    }
    .xin-test .process .ul1,
    .xin-test .process .ul2 {
        height: 80px;
    }
    .xin-test .process .ul1 li,
    .xin-test .process .ul2 li {
        line-height: 80px;
        font-size: 20px;
    }
    .xin-test .process img {
        margin: 0 auto 15px;
    }
    .xin-test .process img {
        margin-bottom: 15px;
    }
    .xin-mar {
        margin-top: 20px !important;
    }
    .xin-test .list-box {
        margin-bottom: 60px;
    }
    .xin-classify-banxin {
        width: 92%;
    }
    .xin-classify-list ul li {
        height: 240px;
    }
}

@media screen and (max-width: 1024px) {
    .xin-test .list-box {
        margin-bottom: 40px;
    }
    .xin-test .list-box ul li>div p {
        font-size: 14px;
    }
    .xin-test .list-box ul li>div {
        /* height: 80px; */
    }
    .xin-test .process {
        margin-bottom: 80px;
    }
    .xin-classify-tab {
        margin-top: 40px;
    }
    .xin-classify .title {
        margin: 40px auto;
    }
    .xin-classify-list ul li .right p {
        font-size: 20px;
    }
    .xin-classify-list ul li .right span {
        font-size: 16px;
        line-height: 24px;
    }
    .xin-classify-list ul li {
        height: 220px;
    }
    .list-box1 {
        width: 28%;
    }
}

@media screen and (max-width: 768px) {
    .sub-menu {
        padding-top: 50px !important;
    }
    .xin-division {
        margin: 40px auto 20px;
    }
    .xin-test .list-box {
        margin: 10px 0 10px 0;
    }
    .xin-test .process>p {
        margin-bottom: 10px;
    }
    .xin-test .process img {
        height: 30px;
        margin-bottom: 10px;
    }
    .xin-test .process>p {
        font-size: 14px;
    }
    .xin-test .process .ul1,
    .xin-test .process .ul2 {
        height: 60px;
    }
    .xin-test .process .ul1 li,
    .xin-test .process .ul2 li {
        line-height: 60px;
        font-size: 14px;
    }
    .xin-test .process {
        margin-bottom: 50px;
    }
    .xin-test .list-box ul li {
        margin-bottom: 15px;
        width: 50%;
    }
    .xin-test .list-box ul li>div p {
        font-size: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .list-box1 ul li>div .text {
        font-size: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .list-box1 ul li>div .title {
        font-size: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .xin-test .process img {
        margin-top: 10px !important;
    }
    .xin-test .process .ul1 .shang,
    .xin-test .process .ul2 .shang {
        height: 3px;
    }
    .xin-classify-list ul li {
        margin-bottom: 15px;
        height: 180px;
    }
    .xin-classify-list ul li .right p {
        margin-top: 3%;
        font-size: 16px;
    }
    .xin-classify-list ul li .right span {
        font-size: 14px;
        line-height: 20px;
        -webkit-line-clamp: 2;
    }
    .xin-classify-tab .tab-box {
        font-size: 14px;
    }
    .xin-classify-list ul li .left {
        display: none;
    }
    .xin-classify-list ul li .right {
        width: 100%;
    }
    .xin-classify-list ul li {
        height: 100px;
    }
    .xin-classify-tab {
        margin-top: 30px;
    }
    .xin-classify .title {
        margin: 20px auto;
    }
    .xin-classify .title {
        font-size: 16px;
    }
    .list-box1 ul li {
        width: 100%;
        float: left;
    }
    .list-box1 {
        display:none;
        width: 100%;
    }
    .view-act-news .contentsMess {
        width: 100%;
        margin-top: 50px;
    }
}


/* 新增PC导航下拉 */

.tab-down {
    position: relative;
    width: 100%;
}

.tab-down .nav-down-menu {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    position: absolute;
    top: 0px;
}

.tab-down .nav-down-menu .tab-down-inner {
    position: relative;
    margin: 0 auto;
    width: 1200px;
}

.tab-down .menu-1 dl {
    overflow: hidden;
    zoom: 1;
}

.tab-down .menu-1 dl dd {
    float: left;
    margin: 20px 80px 25px 0;
}

.tab-down .menu-1 dl dd a {
    font-size: 16px;
    color: rgb(0, 0, 0, 0.8);
}

.tab-down .menu-1 dl dd:first-child {
    margin-left: 130px;
}

.tab-down .menu-1 dl dd a:hover {
    font-weight: bold;
    color: #0f94ea;
}


/* 面包屑 */


/*--------内页路径--------*/

#weizhi {
    width: 100%;
    margin: 0px auto;
    border-bottom: 1px #f5f5f5 solid;
    background: #ffffff;
    overflow: hidden;
}

.weizhi {
    overflow: hidden;
    width: 1200px;
    max-width: 90%;
    margin: 0 auto;
    font-size: 15px;
    line-height: 30px;
    padding: 10px 0 10px;
}

.weizhi a {
    color: #000;
}

.weizhi a:hover {
    color: #0f94ea;
}

.span_right {
    float: right;
    font-size: 15px;
}

.span_page {
    width: 20px;
    height: 20px;
    background: url(/skin/images/icon5.png) no-repeat left center;
    margin-right: 5px;
    display: -webkit-inline-box;
    vertical-align: middle;
}

.span_root {
    width: 3px;
    height: 5px;
    background: url(/skin/images/point.png) no-repeat left center;
    margin: 0 8px;
    display: -webkit-inline-box;
    vertical-align: middle;
}

.onsec {
    color: #c7000b;
}

.onsec a {
    color: #c7000b;
}

@media screen and (max-width: 1024px) {
    .span_page {
        margin: 0;
    }
    .span_root {
        margin: 0 2px;
    }
    #weizhi {
        width: 100%;
        margin: 0 auto;
        border-bottom: 1px #dddddd solid;
        background: #ffffff;
    }
    .weizhi {
        font-size: 12px;
        line-height: 25px;
        padding: 5px 0 5px;
    }
    .span_right {
        float: right;
        font-size: 12px;
    }
}

@media screen and (max-width: 375px) {
    .list-box1 ul li>div .title {
        font-size: 16px;
    }
}