/* 关于康汇 */
.botbg {
    padding-bottom: 140px;
    background:#e7e7e7;
}
.layout {
    margin: 0 auto;
    width: 63%;
    padding-top: 5%;
}
.loca {
    font-size: 16px;
    color: #999999;
    line-height: 48px;
    padding-top: 12px;
}
.loca a {
    display: inline-block;
    vertical-align: top;
    color: #999999;
}
.loca em {
    display: inline-block;
    vertical-align: top;
    margin: 0 10px;
}

.loca a.last, .loca a:hover,.loca a:last-child {
    color: #1e3485;
}
.nav {
    padding-top: 24px;
    padding-bottom: 14px;
}
.nav li {
    float: left;
    width: 188px;
    height: 52px;
    background: #FFFFFF;
    border: 1px #e7e7e6 solid;
    text-align: center;
    line-height: 52px;
    position: relative;
    margin-right: 12px;
    margin-bottom: 14px;
}
.nav li a {
    display: block;
    font-size: 18px;
    color: #444444;
}
.nav li i {
    display: block;
    width: 18px;
    height: 9px;
    position: absolute;
    bottom: -9px;
    left: 85px;
    background: url(../images/arw5.png) center no-repeat;
    display: none;
}
.nav li.on, .nav li:hover {
    background: #1E3485;
    border-color: #1e3485;
}
.nav li.on i, .nav li:hover i {
    display: block;
}
.nav li.on a,.nav li a:hover{
    color: #FFFFFF;
}
.nav li:last-child {
    margin-right: 0;
}
.bgf {
    background: #FFFFFF;
}
.intro .con {
    padding: 0 50px;
}
.intro dd {
    float: left;
    width: 33.3333%;
    font-size: 16px;
    color: #888888;
    line-height: 25px;
}
.intro dd h3 {
    font-size: 52px;
    color: #1E3485;
    position: relative;
    display: inline-block;
    padding-right: 21px;
    height: 80px;
    line-height: 80px;
    overflow: hidden;
}
.intro dd h3 em {
    font-size: 72px;
    font-weight: bold;
    font-style: normal;
}
.intro dd h3 b {
    width: 21px;
    height: 21px;
    /*background: url(../images/jiahao.png) center no-repeat;*/
    position: absolute;
    right: 6px;
    top: 2px;
    font-size: 40px;
    line-height: 21px;
    font-weight: normal;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
}
.intro .box1 {
    padding-top: 54px;
    padding-bottom: 54px;
}
.intro .box1 .pic {
    float: right;
    margin-top: 10px;
    margin-left: 45px;
    width: 445px;
    height: 369px;
}
.intro .box1 p {
    font-size: 16px;
    line-height: 36px;
}
.ab{
    padding-top:30px;
}
.ab p{font-size: 16px;
    line-height: 36px;}
.ab img{
    max-width: 100%;
}
/* 工程案例 */
.pagemm {
    width: 100%;
    max-width: 1600px;
    margin: auto;
}
.index-jian {
    padding-top: 50px;
}
.caselist:after {
    content: "";
    clear: both;
    display: block;
}
.caselist .caseitem {
    float: left;
    display: block;
    width: 48.75%;
    margin-right: 2.5%;
    margin-bottom: 2.5%;
    position: relative;
}
.caselist .caseitem .img {
    position: relative;
    overflow: hidden;
    padding-top: 68.259%;
}
.caselist .caseitem .img img {
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    width: 100%;
    height: 100%;
}
.caselist .caseitem:hover {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}
.caselist .caseitem:hover .img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.caselist .caseitem .info {
    position: absolute;
    background: rgba(0, 0, 0, .6);
    bottom: 0;
    left: 0;
    z-index: 2;
    color: #FFF;
    width: 100%;
    padding: 10px 15px;
}
.caselist .caseitem .info .s {
    font-weight: bold;
    font-size: 12px;
    opacity: .8;
    line-height: 20px;
}
.caselist .caseitem:nth-child(2n) {
    margin-right: 0;
}
.fenyebox {
    clear: both;
}
.fenyebox.tr {
    text-align: right;
}
.fenyebox .btn {
    width: 45px;
    height: 45px;
    line-height: 43px;
    text-align: center;
    border: 1px solid #d9d9d9;
    color: #42494f;
    display: inline-block;
}
.fenyebox .btn.song {
    font-family: 'simsun';
    font-weight: bold;
}
.fenyebox .btn.null {
    border: 1px solid #d9d9d9 !important;
    color: #d9d9d9 !important;
    cursor: default;
    background: #f5f5f5 !important;
}
.fenyebox .btn.on {
    cursor: default !important;
    border: 1px solid #666666 !important;
    background: #666666 !important;
    color: #fff !important;
}

.img-common {
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-background-size: cover;
}
.zibanner {
    height: 810px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    position: relative;
}
.udtext {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
}
.zibanner a {
    padding-top: 90px;
    position: absolute;
    left: 50%;
    height: 100%;
    top: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 94%;
    max-width: 1630px;
    text-align: center;
}
.zibanner a .text {
    text-align: center;
    color: #fff;
    text-shadow: 0 0 20px rgb(0 0 0 / 20%);
}
.zibanner a .text .big {
    font-size: 50px;
    font-weight: 300;
}
.zibanner a .text .small {
    font-size: 28px;
    font-weight: 300;
}
.zi-classbox {
    background: #1a1a1a;
    background: rgba(0, 0, 0, .6);
    margin-top: -50px;
    position: relative;
    z-index: 15;
}
.zimain {
    width: 94%;
    max-width: 1200px;
}
.zi-classbox .zimain {
    height: 50px;
    margin: auto;
    color: #fff;
    /* padding-right: 50px; */
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    border-left: 1px solid rgba(255, 255, 255, .15);
}
.zi-classbox .zimain .home {
    height: 50px;
    width: 50px;
    border-right: 1px solid rgba(255, 255, 255, .15);
    float: left;
}
.zi-classbox .zimain .home img {
    height: 15px;
    border: none;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.zi-classbox .zimain .zi-checkclassbox {
    height: 50px;
    min-width: 180px;
    float: left;
    border-right: 1px solid rgba(255, 255, 255, .15);
    position: relative;
    color: #fff;
}
.zi-classbox .zimain .zi-checkclassbox .title {
    padding: 0 20px;
    width: 100%;
    text-align: left;
}
.zi-classbox .zimain .zi-checkclassbox.jt {
    min-width: 190px;
    cursor: pointer;
}
.zi-classbox .zimain .zi-checkclassbox.jt .title {
    padding-right: 30px;
}
.zi-classbox .zimain .zi-checkclassbox dl {
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    background: #1a1a1a;
    min-width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 18%);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, .175);
    box-shadow: 0 0 20px rgb(0 0 0 / 18%);
    border: 1px solid rgba(0, 0, 0, .175);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
    -webkit-transform: translateY(25px);
    -moz-transform: translateY(25px);
    -ms-transform: translateY(25px);
    -o-transform: translateY(25px);
    transform: translateY(25px);
    opacity: 0;
    visibility: hidden;
}
.zi-classbox .zimain .zi-checkclassbox dl dd {
    display: block;
    border-top: 1px solid rgba(255, 255, 255, .15);
}
.zi-classbox .zimain .zi-checkclassbox dl dd:nth-child(1) {
    border: 0;
}
.zi-classbox .zimain .zi-checkclassbox dl dd a {
    padding: 10px 20px;
    line-height: 20px;
    display: block;
    color: rgba(255, 255, 255, .6);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    text-decoration: none;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.zi-classbox .zimain .zi-checkclassbox dl dd:nth-child(1) a {
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
}

.zi-classbox .zimain .zi-checkclassbox.jt:after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, .6);
    border-right: 1px solid rgba(255, 255, 255, .6);
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -6px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.zi-classbox .zimain .zisearch {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.zi-classbox .zimain .zisearch form {
    height: 50px;
    width: 94%;
    max-width: 250px;
    margin: 0 0 0 auto;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.zi-classbox .zimain .zisearch form input {
    font-family: sans-serif;
    outline: none !important;
    background-color: transparent;
    width: 100%;
    background: none;
    border: 0;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, .4);
    font-size: 14px;
    color: rgba(255, 255, 255, .8);
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.zi-classbox .zimain .zisearch form button{
    border: 1px solid rgba(255, 255, 255, 0);
    background-color: transparent;
    color: rgba(255, 255, 255, 0);
    width: 50px;
    height: 30px;
    font-size: 14px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    /* margin-left: 10px; */
    cursor: pointer;
    background-image: url(../images/search.png);
    background-position: center;
    background-repeat: no-repeat;
    font-family: sans-serif;
    outline: none !important;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.zi-classbox .zimain .searchbtn {
    height: 50px;
    width: 50px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    display: none;
}
.zi-classbox .zimain .searchbtn img {
    border: none;
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.case-bg{background: #ffffff;padding-bottom: 86px;}
.layout-case{padding-top: 0;width: 100%;}

/* 工程案例详情 */
/*.cace-main>h2{*/
/*font-weight: bold;*/
/*text-align: center;*/
/*margin-bottom: 30px;*/
/*}*/
/*.case-pnpage {*/
    /*margin-top: 50px;*/
    /*display: inline-block;*/
    /*width: 100%;*/
/*}*/
/*.case-pnpage a:first-child{*/
    /*float: left;*/
    /*color: #000;*/
/*}*/
/*.case-pnpage a:nth-child(2){*/
    /*float: right;*/
    /*color: #000;*/
/*}*/

.caseview-main .case-vtitle {
    position: relative;
    margin-bottom: 32px;
    padding-right: 100px;
}
.caseview-main .case-vtitle h2 {
    font-size: 24px;
    color: #000;
    line-height: 1.6;
    font-weight: 400;
}
.caseview-main .case-vtitle .backlist {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    line-height: 30px;
    height: 30px;
    padding-left: 20px;
    right: 0;
    color: #000;
}
.caseview-main .case-vtitle .backlist:before, .caseview-main .case-vtitle .backlist:after {
    width: 6px;
    height: 6px;
    content: "";
    display: block;
    background: #000;
    position: absolute;
    left: 0;
    top: 8px;
    -webkit-box-shadow: 8px 0 0 #000;
    -moz-box-shadow: 8px 0 0 #000;
    box-shadow: 8px 0 0 #000;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.caseview-main .case-vtitle .backlist:after {
    margin-top: 8px;
}
.caseb-m {
    margin-bottom: 40px;
}
.caseimg-zhu .swiper-button-white {
    display: none;
}
.caseimg-zhu .swiper-pagination {
    display: none;
}
.caseimg-zhu:hover .swiper-button-white {
    display: block;
}

.caseimg-zhu .swiper-slide img {
    width: 100%;
    display: block;
}
.caseimg-small {
    position: relative;
    z-index: 2;
    height: 180px;
    margin: auto;
    margin-top: -90px;
    width: 80%;
}
.caseimg-small .swiper-slide {
    background: #000;
    width: 30%;
    margin-right: 3%;
}
.caseimg-small .swiper-slide img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    border: 6px solid #fff;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    opacity: .5;
    -o-object-fit: cover;
    object-fit: cover;
}
.caseimg-small .swiper-slide.swiper-slide-thumb-active img {
    opacity: 1;
}
.case-vcontent {
    line-height: 1.8;
    color: #808080;
}
.fg {
    clear: both;
}
.case-pnpage {
    padding-top: 20px;
    padding-bottom: 40px;
}
.case-pnpage a{
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    text-decoration: none;
    color: #000;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.case-pnpage a.p {
    display: inline-block;
    padding-right: 15px;
    position: relative;
}
.case-pnpage a.p:after {
    content: "";
    width: 8px;
    height: 8px;
    display: block;
    position: absolute;
    top: 50%;
    right: -6px;
    border-bottom: 1px solid #333;
    border-left: 1px solid #333;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -4px;

    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.case-pnpage .ge {
    padding: 0 5px;
    color: #ccc;
}
.case-pnpage a.n {
    display: inline-block;
    padding-left: 15px;
    position: relative;
}
.case-pnpage a.n:after {
    content: "";
    width: 8px;
    height: 8px;
    display: block;
    position: absolute;
    top: 50%;
    left: -6px;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -4px;

    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
    background-image: none;
    --swiper-navigation-color: #ffffff;
}
.caseimg-zhu .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    width: 6px;
    height: 6px;
    opacity: 0.4;
}
.caseimg-zhu .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 20px;
    opacity: 1;
}
/*产品中心*/
.pro-banner {
    position: relative;
    overflow: hidden;
}

/*产品中心2*/
.item-li {
    display: flex;
}
.item-li li{
    color: #4c4c4c;
    font-size: 18px;
    line-height: 68px;
    height: 68px;
    cursor: pointer;
    margin-right: 50px;
}
.item-li li a{
    color: #4c4c4c;
}
.item-li .item-on{
    border-bottom: 4px solid #000;
    font-weight: bold;
}
.probg{
    padding-bottom: 140px;
}

/*新闻详情*/
.news-main>h2{
    text-align: center;
    font-size: 26px;
    font-weight: bold;
    color: #3e4d5a;
}
.news-da{
    text-align: center;
    color: #3e4d5a;
    font-size: 14px;
    padding: 20px 0;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 30px;
}
.news-main{
    margin-bottom: 50px;
}
.news-co{
    padding-bottom: 50px;
    border-bottom: 1px solid #eeeeee;
}
.news-pnpage{
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 10px;
}

/* 商务合作 */
.cont-main{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8% 0;
}
.cont-center{
    width: 59%;
}
.cont-center>p{
    text-align: center;
    line-height: 37px;
    color: #333333;
    margin-bottom: 3%;
}
.cont-form input{
    background: #fff;
    border: 1px solid #dcdfe6;
    border-radius: 3px;
    padding-left: 5px;
    width: 91%;
    height: 47px;
    padding-top: 5px;
    padding-bottom: 5px;
}
.cont-form textarea{
    background: #fff;
    border: 1px solid #dcdfe6;
    border-radius: 3px;
    padding-left: 9px;
    width: 91%;
    height: 100px;
    padding-top: 5px;
}
.cont-form em{
    font-style: normal;
    color: #f56c6c;
    width: 1%;
    display: inline-block;
}
.cont-form span{
    display: inline-block;
   margin-right: 1%;
    color: #333333;
}
.cont-form li{
    margin-bottom: 20px;
}
.cont-form .yz input{
    width: 80%;
}
.cont-form .yz button{
    background: #fff;
    border-radius: 3px;
    text-align: center;
    width: 22%;
}
.cont-form .dq {
    display: flex;
}
.cont-form .dq .se{
    width: 44.8%;
    position: relative;
    border: 1px solid #dcdfe6;
    margin-right: 1.4%;
}
.cont-form .dq .se select{
    width: 97%;
    color: #606266;
    cursor: pointer;
    background: #fff;
    border-radius: 3px;
    height: 47px;
    text-align: center;
    -webkit-appearance: auto;
}
.cont-form .dq .option{
   position: absolute;
   top: 31px;
   left: 0;
   width: 97%;
   background: #fff;
   border: 1px solid #dcdfe6;
   border-radius: 3px;
   padding-left: 5px;
   display: none;
}
.cont-form .dq .option li{
    line-height: 31px;
    color: #606266;
    cursor: pointer;
    margin-bottom: 0px;
}
.cont-form .ly-top{
    vertical-align: top;
}
.cont-form .tj{
    text-align: center;
}
.cont-form .tj button{
    background: #196cfa;
    border-radius: 50px;
    width: 150px;
    height: 50px;
color: #ffffff;
}

.layout-li{width: 68%;}
@media only screen and (min-width: 1199px){
  /*.floatFixed{display:none }*/
}
@media only screen and (max-width: 1199px){
    .intro .box1 .pic{display: none}
    .layout{width: 100%}
    .intro .con {
        padding: 0 0.6rem;
    }
    .intro .box1 p {
        font-size: 0.6rem;
        line-height: 1.2rem;
    }
    .intro .box1 p img{
        width: 100%;
    }
    .intro dd{text-align: center}
    .intro dd h3{font-size: 1.5rem; height: 2.5rem; padding-right: 5px;}
    .intro dd h3 em {font-size: 1rem;}
    .intro .box1 {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .botbg{ padding-bottom: 0px;}
    .nav{padding-left: 5px;
        padding-right: 5px;
    }
    .nav li{width: 30%;height: 1.8rem;line-height:1.7rem;}
    .nav li a {font-size: 0.6rem;}
    .nav li i{display: none}
    .index-jian {
        padding-top: 0.5rem;
    }
    .case-co img{max-width: 100%}
    .item-li li {
        font-size: 0.6rem;
        line-height: 2rem;
        height: 2.3rem;
        margin-right: 0.5rem;
    }
    .probg {
        padding-bottom: 10px;
    }
    .xxleft {
        top: 0 !important;
    }
    .xxleft .xxshoubox .yss.hengpai {
        /*width: 100% !important;height:unset!important;margin: auto !important;*/
    }
    .xxleft .xxshoubox .yss {
        /*left: 0 !important;
        top: 0 !important;
        transform: translate(0%, 0%) !important;*/
    }
    .xxleft .xxshoubox .yss.hengpai img {
        /*width: 75%!important;
        height: 75% !important;*/
    }
    .zujianbbb .zjitem img{/*transform: translate(16%, 72%);*/}
    .cont-main{padding: 8% 10px;}
    .cont-center {
        width: 100%;
    }
    .cont-form span {
        width: 17%;
        font-size: 0.6rem;
    }
    .zj-img{
        transform: translate(16%, 18%);
    }

    .footer .cr{display: none}

    .zibanner {
        height: 60vw;
        margin-top: 2rem;
    }
    .zibanner a {
        padding-top: 0px;
    }
    .zibanner a .text .big {
        font-size: 26px;
    }
    .zibanner a .text .small {
        font-size: 14px;
    }
    .zi-classbox {
        background: #1a1a1a;
        margin-top: 0px;
    }
    .zi-classbox .zimain .zi-checkclassbox {
        display: none;
    }
    .layout-case .pagemm{width: 94%}
    .caselist .caseitem{
        margin-bottom: 3%;
        margin-right: 0;
        width: 100%;
    }
    .fenyebox .btn {
        height: 30px;
        width: 30px;
        line-height: 28px;
    }
    .fenyebox{
        padding-top: 5%;
        padding-bottom: 8%;
    }
    .caseview-main{
        width: 94%;
    }
    .caseimg-small{
        display: none;
    }
    .caseimg-zhu .swiper-button-white {
        display: block;
    }
    .caseimg-zhu .swiper-pagination {
        display: block;
    }
    .swiper-button-white.mobile-s {
        transform: scale(.6);
    }
    .caseview-main .case-vtitle {
        padding-right: 0;
        margin-bottom: 4%;
    }
    .caseview-main .case-vtitle h2 {
        font-size: 18px;
    }
    .caseview-main .case-vtitle .backlist {
        position: relative;
        margin-top: 0;
        top: 0;
    }
    .caseb-m {
        margin-bottom: 4%;
    }
    .cont-form input{
        width: 100%;
    }
    .cont-form em{width: 4%;}
    .cont-form .yz input {
        width: 100%;
    }
    .cont-form img{
        margin-top: 10px;
    }
    .cont-form .dq {
        display: flex;
        flex-wrap: wrap;
    }
    .cont-form .dq span{width: 95%}
    .cont-form textarea{width: 100%}
    .cont-form .dq .se{
        width: 47%;
        margin-right: 3%;
    }

    .cont-form .tj button{
        width: 100%;
    }
}
