*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,body{
    height: 100%;
}

body{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

li{
    list-style: none;
}

/* IE处理 */
.ie-hide{
    display: block;
}

.ie-show{
    display: none;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9{
    padding: 0;
}

p{
    margin: 0;
}

a {
    font-size: 16px;
    color: #000;
    text-decoration: none;
    border: none;
    padding: 0;
    margin: 0;
}

ol, ul{
    margin: 0;
}

@font-face{
    font-family: ALBB;
    src : url(../font/ALIBABAPUHUITI-2-105-HEAVY.TTF);
}


@font-face{
    font-family: SourceHanSerifCN;
    src : url(../font/SourceHanSerifCN-Medium.otf);
}
  
/* 头部
********************************************************* */
.header{
    width: 100%;
    height: 80px;
    background: linear-gradient(0deg, rgba(255, 255, 255, 1), #FFFFFF);
    box-shadow: 0px 2px 20px 0px rgba(1, 0, 26, 0.07);
    position: fixed;
    top: 0;
    z-index: 1;
}

.padding-l-4{
    padding-left: 40px;
}

.padding-r-4{
    padding-right: 40px;
}

.logo{
    margin-top: 19px;
    margin-left: 6px;
}

.logo span{
    line-height: 16px;
    display: inline-block;
    width: 10px;
    margin-left: 10px;
    font-size: 14px;
    font-family: SourceHanSerifCN;
    font-weight: 300;
    color: #333333;
}

.cut-off-rule{
    margin: 0 14px;
    width: 1px;
    height: 30px;
    background: #CCCCCC;
}

.logo-text{
    font-size: 24px;
    font-family: SourceHanSerifCN;
    font-weight: 500;
    color: #333333;
}

.nav-bar{
    height: 80px;
}

.nav-item{
    height: 80px;
    line-height: 80px;
}

.nav-item>li{
    height: 100%;
    float: left;
}

.nav-item>li a{
    padding: 0 20px;
    border-right: 1px solid #DBDBDB;
}

.nav-item>li:last-child a{
    border-right: 0;
}

.home-hint{
    margin-bottom: -2px;
    margin-right: 5px;
}

.more{
    width: 30px;
    height: 30px;
    float: right;   
    background: url(../images/more.png) no-repeat center center;
    background-size: 100% 100%;
    cursor: pointer;
    margin-top: 26px;
}

.experience{
    width: 110px;
    height: 40px;
    background: #F96D00;
    box-shadow: 0px 2px 15px 0px rgba(249, 109, 0, 0.25);
    border-radius: 15px 4px 15px 4px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    cursor: pointer;
    margin-left: 38px;
    margin-top: 20px;
}

.mores{
    background: url(../images/mores.png) no-repeat center center;
}

.mores-show{
    display: none;
    position: absolute;
    top: 80px;
    z-index: 2;
    left: 0;
    right: 0;
}

.mores-show li{
    border-bottom: 1px solid #eee;
    line-height: 40px;
    color: #666;
    cursor: pointer;
    padding-left: 10px;
    background-color: #fff;
    position: relative;
}

.mini-pull{
    display: none;
}
.mores-show li a{
    display: inline-block;
    width: 100%;
}

.nav-item .index-home{
    padding-left: 10px;
}

.nav-item-active .nav-item-hint{
   width: 100%;
}


.nav-item-active a{
    color: #F96D00;
}

/* banner
********************************************************* */
.banner{
    width: 100%;
    height: 380px;
    background: url(../images/product-scheme-bj.jpg) no-repeat center center;
    overflow: hidden;
}

.banner p{
    font-size: 48px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    margin-top: 109px;
}

.banner span{
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #FFFFFF;
}

/* 导航
********************************************************* */
.nav-bar-bottom{
    height: 75px;
    background: #F9FAFC;
    line-height: 75px;
}

.nav-bar-bottom .type-area{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}

.nav-bar-bottom .type-area .path-box{
    float: left;
}

.path-box a{
    color: #666666;
    font-size: 14px;
}

.nav-bar-bottom .type-area .tab-box{
    float: right;
}

.nav-bar-bottom .path-box div{
    float: left;
}

.nav-bar-bottom .tab-box div{
    float: left;
}

.path{
    cursor: pointer;
    float: left;
}

.path-icon{
    width: 18px;
    margin-top: 28px;
    float: left;
}

.path-text{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    margin: 0 6px;
} 

/* 导航栏 */
.nav-item li{
    position: relative;
}

.nav-item-hint{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    content: "";
    display: inline-block;
    vertical-align: middle;
    background-image: -webkit-gradient(linear, left top, right top, from(#f86d00), to(rgba(249, 109, 0, .5)));
    background-image: linear-gradient(
90deg, #f86d00 0%, rgba(249, 109, 0, .5) 100%);
    bottom: 0;
    left: 0;
    position: absolute;
    -webkit-transition: width 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: width 250ms cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 4px;
    width: 0;
}

.nav-item li:hover a{
    color: #F96D00;
}

.nav-item li:hover .nav-item-hint{
    width: 100%;
}

/* 下拉 */
.pull-downs{
    height: 300px;
    background: #FFFFFF;
    opacity: 0.94;
    margin-left: -15px;
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
    display: none;
    box-shadow: 0px 2px 20px 0px rgba(1, 0, 26, 0.07);
}

.nav-item-li{
    position: relative;
}

.pull-ul{
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    text-align: center;
    line-height: 1;
    display: none;
    /* background: #FFFFFF; */
    box-shadow: 0px 2px 20px 0px rgba(1, 0, 26, 0.07);
}

.pull-con{
    background-color: #fff;
    padding-bottom: 20px;
}

.pull-li{
    padding-top: 20px;
    cursor: pointer;
}



.pull-li:hover{
    color: #F96D00;
}

.pull-li-click{
    color: #F96D00;
}

/* 当前的路径 */
.path-current{
    color: #F96D00;
    margin-left: 6px;
    font-size: 14px;
}

.tab-item{
    margin-left: 66px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    cursor: pointer;
    /* padding: 0 18px; */
}

/* 当前tab */
.tab-box .tab-active{
    color: #F96D00;
    font-weight: bold;
    border-bottom: 2px solid #f86d00;
    position: relative;
}

.tab-box-hint{
    display: none;
}

.tab-active .tab-box-hint{
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -1px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #f86d00;
}

.tab-box-hint-con{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 7px solid #fff;
}

.tab-box-hint{
    display: none;
}

.tab-active .tab-box-hint{
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -1px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #f86d00;
}

.tab-box-hint-con{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 7px solid #fff;
}

/* tab 内容 */
.tab-con{
    background-color: #fff;
    padding-bottom: 80px;
}

.tab-con-title,
.cases-title{
    margin-top: 60px;
    text-align: center;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    margin-bottom: 50px;
}

.tab-con-title span,
.cases-title span{
    width: 95px;
    height: 24px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}

.cases-title{
    margin-top: 60px;
    margin-bottom: 50px;
}

.products-info,
.cases-info{
    width: 864px;
    margin: 0 auto;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
    margin-bottom: 50px;   
}

.comprehensive{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    margin: 0 auto;
    position: relative;
}

.comprehensive>div{
    float: left;
}

/* 左右 切换 */
.nav-scroll{
    width: 100%;
}

.nav-scroll>div{
    float: left;
}

/* 左 切换 */
.content-left{
	width: 420px;
    height: 450px;
    margin-right: 10px;
    overflow-y: auto;
}

.content-left-con{
	height: auto;
    background-color: #f5f5f5;
    margin-right: 5px;
	padding-bottom: 5px;
}

.content-left::-webkit-scrollbar {
    width: 6px;
    height: 1px;
}

.content-left::-webkit-scrollbar-thumb {
    border-radius: 4px;
}

.content-left:hover::-webkit-scrollbar-thumb {
    background: rgba(8, 19, 27, .3);
}

.content-left-item{
    height: 112px;
    padding-left: 16px;
    overflow: hidden;
    border-left: 4px solid transparent;
    transition: all .3s;
}

.mini-nav-scroll .content-left-item{
    height: 75px;
}

.mini-nav-scroll2 .content-left-item{
    height: 75px;
}

.mini-nav-scroll .img {
    margin-top: 18px;
    vertical-align: middle;
    margin-right: 18px;
}


.mini-nav-scroll2 .img {
    margin-top: 20px;
    vertical-align: middle;
    margin-right: 24px;
}

.mini-nav-scroll .left-card {
    margin-top: 14px;
}

.mini-nav-scroll2 .left-card {
    margin-top: 14px;
}

.img{
    margin-top: 36px;
    vertical-align: middle;
    margin-right: 24px;
}

.img-2{
    display: none;
}
.left-card{
    margin-top: 30px;
}

.l-c-title{
    font-size: 20px;
    font-family: "Microsoft YaHei";
    color: rgb(51, 51, 51);
    font-weight: 500;
}

.left-card span{
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb(128, 128, 128);
}

.content-left-item:hover{
    border-left-color:#f86d00;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.c-left-active {
    border-left-color:#f86d00;
    background-color: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.c-left-active .img-1{
    display: none;
}

.c-left-active .img-2{
    display: block;
}

.content-left-item:hover .img-1{
    display: none;
}

.content-left-item:hover .img-2{
    display: block;
}
  
/* 右 切换 */
.content-right{
    width: 770px;
}

.con-bj{
    /* width: 770px; */
    height: 450px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    /* box-shadow: 5px 14px 30px 0px rgba(0, 0, 0, 0.25); */
    position: relative
}

.con-bj-1{
    background: url(../images/product-3.jpg) no-repeat center center;
    background-size: 100% 100%;
}

.con-bj-2{
    background: url(../images/product-1.jpg) no-repeat center center;
    background-size: 100% 100%;
}

.con-bj-3{
    background: url(../images/product-2.jpg) no-repeat center center;
    background-size: 100% 100%;
}

.con-bj-4{
    background: url(../images/product-5.jpg) no-repeat center center;
    background-size: 100% 100%;
}

.con-bj-text{
    width: 210px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 1);
    padding: 20px 22px;
    font-size: 15px;
    font-family: "Microsoft YaHei";
    color: rgb(102, 102, 102);
    line-height: 2.143;
    box-shadow: 5px 14px 20px 0px rgba(0, 0, 0, 0.2);

}

.con-bj-0-1{
    background: url(../images/product-6.jpg) no-repeat center center;
    background-size: 100% 100%;
}

.con-bj-0-2{
    background: url(../images/product-8.jpg) no-repeat center center;
    background-size: 100% 100%;
}


.con-bj-0-3{
    background: url(../images/product-7.jpg) no-repeat center center;
    background-size: 100% 100%;
}

.con-bj-0-8{
    background: url(../images/product-8.jpg) no-repeat center center;
    background-size: 100% 100%;
}

.con-bj-0-9{
    background: url(../images/product-9.jpg) no-repeat center center;
    background-size: 100% 100%;
}

.con-bj-0-10{
    background: url(../images/product-10.jpg) no-repeat center center;
    background-size: 100% 100%;
}

.con-bj-0-11{
    background: url(../images/product-11.jpg) no-repeat center center;
    background-size: 100% 100%;
}

.con-bj-0-12{
    background: url(../images/product-12.jpg) no-repeat center center;
    background-size: 100% 100%;
}

.con-bj-1-zhzw{
    background: url(../images/zhzw.png) no-repeat center center;
    background-size: 100% 100%;
}

.con-bj-1-gyhlw{
    background: url(../images/gyhlw.png) no-repeat center center;
    background-size: 100% 100%;
}

.con-bj-qb{
    background: url(../images/con-bj-qb.png) no-repeat center center;
    background-size: 100% 100%;
}

.con-bj-yc{
    background: url(../images/con-bj-yc.png) no-repeat center center;
    background-size: 100% 100%;
}

/* 林家铺子 APP */
.con-bj-0-4{
    box-shadow: 0px 0px 0px 0px;
}

.app{
    width: 210px;
    height: 450px;
    background: #F3F4F4;
    border: 1px solid #E0E0E0;
    /* box-shadow: 5px 14px 20px 0px rgba(0, 0, 0, 0.2); */
    border-radius: 15px;
    display: inline-flex;
    margin-left: 40px;
    padding: 10px;
}

.con-bj-0-5{
    background: url(../images/product-4.jpg) no-repeat center center;
    background-size: 100% 100%;
}


.app-con{
    width: 100%;
    height: 100%;   
    border-radius: 8px;
    border: 1px solid #E0E0E0;
}

.app-1{
    background: url(../images/app-1.png) no-repeat center center;
    /* background-size: 100% 100%; */
    background-size: cover;
}

.app-2{
    background: url(../images/app-2.png) no-repeat center center;
    background-size: cover;

}


.app-3 {
    background: url(../images/app-3.png) no-repeat center center;
    background-size: cover;
}

.w-260{
    width: 260px;
}

.app-4{
    background: url(../images/app-4.png) no-repeat center center;
    background-size: cover;
}

.app-5{
    background: url(../images/app-5.png) no-repeat center center;
    background-size: cover;
}

.app-6{
    background: url(../images/app-6.png) no-repeat center center;
    background-size: cover;
}


.app-7{
    background: url(../images/app-7.png) no-repeat center center;
    background-size: cover;
}


.app-con-bj-text{
    box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 10%);
}


.mini-nav-scroll .con-bj-text {
    line-height: 2;
}

.mini-nav-scroll .mini-con-bj-text {
    line-height: 1.4;
}
  
  


/* 770 450 */




/* 重点字 */
.sign-font{
    color: #F96D00;
}

.cases{
    background-color: #F6F8FB;
    padding-bottom: 80px;
}

.across-nav{
    width: 100%;
    padding: 0 62px 0 46px;
}

.across-nav>div{
    float: left;
}

.across-item-2{
    margin: 0 150px;
}

.cases-item-title{
    width: 264px;
    height: 50px;
    background: linear-gradient(90deg, rgba(249, 109, 0, 0.6) 0%, rgba(249, 109, 0, 0) 100%);
    border-radius: 0px 0px 0px 20px;
    line-height: 50px;
    margin-bottom: 38px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
}

.cases-item-title i{
    display: inline-block;
    font-style: normal;
    text-align: center;
    line-height: 27px;
    width: 27px;
    height: 27px;
    background: #F96D00;
    border-radius: 50%;
    margin: 0 8px 0 12px;
    color: #FFFFFF;
}

.across-item p{
    text-align: center;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
    margin-left: -24px;
    cursor: pointer;
}

























/* 版心 */
.type-area{
    width: 1200px;
    margin: 0 auto;
}

.margin-t-80{
    margin-top: 80px;
}

/* 横向导航 */
.across-top-nav{
    display: none;
}

/* 媒体查询 */
@media only screen and (max-width: 1630px) {

.comprehensive{
    display: block;
}

/* 横向导航 */
.across-top-nav{
    display: block;
    margin-bottom: 20px;
}

.across-top-nav .left-text{
        padding-left: 156px;
}

.across-top-nav .left-text p{
    float: left;
}

.across-top-nav .left-text p{
    margin: 0 18px 10px 0;
    cursor: pointer;
    transition: all .3s;
    border-bottom: 2px solid;
    border-bottom-color: transparent;

}

.across-top-nav .left-text .p-active{
    border-bottom-color:#F96D00;
    color: #F96D00;
}
}

@media only screen and (max-width: 1200px){
.con-info{
    display: none;
}

.con-info-mini{
    display: block;
}

.content-item{
    margin: 0 auto;
}

.content-item>div{
    float: none;
}

.type-area{
    width: 100%;
}

/* 处理 tab 内容区域 */

}

@media only screen and (max-width: 1220px) {

.comprehensive{
    display: block;
}

/* 横向导航 */
.across-top-nav{
    display: block;
    margin-bottom: 20px;
}

.across-top-nav .left-text p{
   float: left;
}

.across-top-nav .left-text p{
    margin: 0 18px 10px 0;
    cursor: pointer;
    transition: all .3s;
    border-bottom: 2px solid;
    border-bottom-color: transparent;

}

.across-top-nav .left-text .p-active{
    border-bottom-color:#F96D00;
    color: #F96D00;
}

.type-area{
    width: 100%;
}
}

@media only screen and (max-width: 882px) {

.comprehensive{
    display: block;
}

/* 横向导航 */
.across-top-nav{
    display: block;
    margin-bottom: 20px;
}

.across-top-nav .left-text p{
    float: left;
}

.across-top-nav .left-text p{
    margin: 0 18px 10px 0;
    cursor: pointer;
    transition: all .3s;
    border-bottom: 2px solid;
    border-bottom-color: transparent;

}

.across-top-nav .left-text .p-active{
    border-bottom-color:#F96D00;
    color: #F96D00;
}

.type-area{
    width: 100%;
}

.products-info, .cases-info{
    width: auto;
    padding: 0 20px;
}

.con-info{
    width: 100%;
    height: auto;
    margin-top: 40px;
}

.across-item-2{
    display: block;
    margin: 0;
    margin-top: 40px;
}

.con-info-mini{
    width: 100%;
    margin: 0 auto;
    margin-top: 40px;
}

}


/* 给浮动元素的父级元素加上class='clearfix' */
 
.clearfix:after {
	content: ".";
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
}
 
.clearfix {
	zoom: 1;
}

/* 页脚
********************************************************************** */
.footer-top{
    height: 212px;
    background-color: #242424;
}

.footer-top>div>div{
    height: 66px;
    margin-top: 65px;
}

.footer-hint{
    display: inline-block;
    margin: 0 30px;
    width: 1px;
    height: 46px;
    background-color: #4d4d4d;
}

.footer-bottom{
    height: 48px;
    background-color: #333333;
    border-bottom: 1px solid #7e7e7e;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb(153, 153, 153);
    overflow: hidden;
}

.footer-bottom div{
    line-height: 48px;
}

.footer-bottom img{
    vertical-align: middle;
    margin-right: 6px;
}
.footer-info{
    display: inline-block;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: #dedede;
    line-height: 30px;
}

.footer-info img{
    margin-right: 5px;
    vertical-align: middle;
}

.postbox{
    /* margin-left: 42px; */
}


  













@media only screen and (max-width:646px){
.text{
    width: 390px;
}

.footer-right-box{
    width: 100%;
    padding-left: 20px;
}
}

@media only screen and (max-width:500px){
    .text{
        width: 390px;
    }

    .footer-right-box{
        width: 500px;
        padding-left: 20px;
    }

    .code{
        display: none;
    }
}

@media only screen and (max-width:1214px){
    .footer-right-box>div{
        float: left;
    }
}


.con-info{
    padding-top: 0;
}

@media only screen and (max-width:1295px){
    .padding-r-4 {
        padding-right: 20px;
    }

    .padding-l-4 {
        padding-left: 20px;
    }

    .nav-item>li a {
        padding: 0 10px;
    }
}

.path,
.path-current{
    cursor: pointer;
}

.pointer{
    cursor: pointer;
}

.con-bj {
    position: relative;
    overflow: hidden;
}

.overflow-a {
    overflow: auto;
}

.tab-con {
    padding-top: 40px;
}

.blur-8 {
    filter: blur(8px);
}

.con-bj-hint-1 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all .3s;
}

.con-bj:hover .con-bj-hint-2 {
    opacity: 1;
    left: 0;
}

.con-bj-hint-2 .p {
    width: 600px;
    margin: 0;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
    text-shadow: 2px 4px 6px rgba(0, 0, 0, 0.2);
    text-indent: 1.9em;
    display: inline-block;
    text-align: justify;
}

.mini-p{
    text-align: left;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.con-bj-hint-2 {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 770px;
    height: 450px;
    background: linear-gradient(90deg, rgba(249, 109, 0, 0.9) 0%, rgba(249, 109, 0, 0.6) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all .8s;
    left: -999px;
}

.tab-con {
    padding-bottom: 50px;
}

.cases-title {
    margin-top: 40px;
    margin-bottom: 40px;
}

.h-auto .content-left .content-left-item{
    /* height: 100%; */
}

.h-auto .mini-nav-scroll2 .content-left-item {
    height: 90px;
}

.h-auto .mini-nav-scroll3 .content-left-item {
    height: 75px;
}

.mini-nav-scroll3  .content-left-item .img{
    margin-top: 18px;
}

.mini-nav-scroll3  .content-left-item .left-card {
    margin-top: 13px;
}

.h-auto .mini-nav-scroll2 .img {
    margin-top: 25px;
}

.h-auto .mini-nav-scroll2 .left-card {
    margin-top: 22px;
}

.acrossA .across-item-2{
    margin: 0 175px;
}

.acrossA .cases-item-title{
    width: auto;
}

.case-new{
    width: 100%;
    /* height: 98px; */
    background: rgba(255, 255, 255, 0);
    border: 1px dashed  #9FA0A2;
    border-radius: 20px;
    padding: 0 0 10px 10px;
    display: flex;
    flex-wrap: wrap;
}

.case-new-item{
    display: inline-block;
    width: 386px;
    height: 78px;
    background: #EBEBEB;
    border-radius: 10px;
    margin-right: 10px;
    font-size: 20px;
    font-family: SourceHanSerifCN;
    font-weight: 500;
    color: #333333;
    letter-spacing: -1px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.case-new-item img{
    width: 26px;
    vertical-align: middle;
    margin-right: 8px;
}

.active-item-wj span{
    line-height: 24px;
}

.con-bj-6{
    background: url(../images/zhihuicg.png) no-repeat center center;
    background-size: 100% 100%;
}

.con-bj-7{
    background: url(../images/con-bj-7.png) no-repeat center center;
    background-size: 100% 100%;
}

.con-bj-8{
    background: url(../images/con-bj-8.png) no-repeat center center;
}

.con-bj-9{
    background: url(../images/con-bj-8.png) no-repeat center center;
    background-size: 100% 100%;
}

.w-235{
    width: 235px;
}

.con-bj-10{
    background: url(../images/con-bj-10.png) no-repeat center center;
}

.con-bj-11{
    background: url(../images/con-bj-11.png) no-repeat center center;
    background-size: 100%; 
}

.h-auto .mini-nav-scroll7 .content-left-item {
    height: 149px;
}

.h-auto .mini-nav-scroll7 .img {
    margin-top: 62px;
}

.mini-nav-scroll7  .left-card {
    margin-top: 60px;
}

/* 省略号 */
.apostrophe{
    width: 100%;
    font-size: 30px;
}

.apostrophe-2{
    width: 782px;
    font-size: 30px;
}