
body{
    margin: 0;
    padding: 0;
}
p{
    margin: 0;
}
ul {
    margin: 0;
    padding: 0;
}
ol, ul {
	list-style: none;
}
ul li {
    list-style: none;
}
.po-re{
    position: relative;
}
.po-ab{
    position: absolute;
}
button {
    border: none;
    background: none;
    outline: none;
}
table{
    width: 100% !important;
}
.display-flex{
    display: flex;
        
}
.carousel-idnex{
    width: 100%;
    /*height: 100vh;*/
}
.carousel-idnex #demo{
    width: 100%;
    height: 100%;
}
.carousel-idnex .carousel-inner, .carousel-item, .carousel-inner img{
    width: 100%;
    height: 100%;
}

.demo{
    position: absolute;
    top: 0;
    z-index: 9;
    width: 100%;
}
.site-navigation .row{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;

}
.index-active-nav-lap-index a{
    color: #00AAB9!important;
}

.swiper {
    width: 100%;
    height: 95%;
} 
.swiper img{
    /*margin-left: -10px;*/
} 

.index-center-contant{
  /*width: 1300px;*/
  width: 100%;
  	padding: 0 5%;
	box-sizing: border-box;
  margin: auto;
  margin-top: 0 !important;
  /* padding-bottom: 500px; */
}

/* 新闻中心/ */
.index-news{
    margin: 100px 0 50px 0;
}
.index-title {
    width: 80%;
    position: relative;
    padding-top: 20px;
        margin-top: 10px;
}
.index-title:before{
    content: '';
    width: 80px;
    height: 4px;
    background: #40C4D0;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s ease 0s;
	border-radius: 2px 2px 2px 2px;
}
.title-wz{
    /* font-family: Source Han Sans CN-Bold, Source Han Sans CN; */
    font-weight: 700;
    color: #000;
    font-size: 32px;
    /* font-weight: bold; */
}
.title-fb{
    color: #CCCCCC;
    font-size: 20px;
}
.index-title p{
    margin: 0;
}
.ljcx{
    width: 100%;
    margin: 30px 0;
}
.new-list-box{
    align-items: center;
    justify-content: space-between;

}
.new-list-box .left-img{
    position: relative;
    width: 525px;
    height: 370px;
    
}
.new-list-box .back-img{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    
}
.new-list-box .back-img img{
    width: 100%;
    height: 100%;
    /* background: #CCCCCC; */
}
.new-list-box .left-top-date{
    width: 90px;
    height: 72px;
    background: #DF1F00;
    box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.29);
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
    position: absolute;
    top: 13px;
    left: 12px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.new-list-box .left-top-date p{
    color: #ffffff;
    margin-bottom: 0;
}
.news-day{
    font-size: 24px;
    font-weight: bold;
}
.news-yeaymonth{
    font-size: 14px;
}
.page-h-nav ul li a{
    text-decoration: none;
    color: #666;
}
.nav-banner-btn button a ,.z-color a, .djdt-title-more a{
    text-decoration: none;
}

.new-list-box .bottom-back-title{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 74px;
    /* line-height: 74px; */
    background: rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.29);
    border-radius: 0px 0px 0px 0px;
    padding: 0 30px;
    display: flex;
    align-items: center;
        justify-content: center;
}
.new-list-box .bottom-back-title p{
    color: #ffffff;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
}

.right-list{
    flex: 1;
    margin-left: 40px;
    overflow: hidden;
}
.right-list .tab{
   width: 100%;
   
    height: 370px;
}
.right-list .top-tab{
    justify-content: space-between;
    align-items: center;
}
.right-list .top-tab a {
    font-size: 16px;
    color: #666666;
    text-decoration: none;
    width: 70px;
}
.right-list .tab ul, .tab ol{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.right-list .tab ul{
    height: 50px;
    display: flex;

    align-items: center;
}
.right-list .tab ul li{
    width: 140px;
    height: 40px;
    line-height: 40px;
    background: #F7F7F7;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    text-align: center;
    color: #666666;
    font-size: 18px;
    margin-right: 5px;
}
.right-list .tab ul li.active{
    
    background: #40C4D0;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    color: #ffffff;
    transition: all 0.4s;
}
.right-list .tab ol{
    width: 100%;
    height: 250px;
    margin-top: 30px;
}
.right-list .tab ol li a img{
    width: 600px;
    height: 250px;
}
.right-list .tab ol li{
    display:none;
}
.right-list .tab ol li.active{
    display:block;
}
.right-list .tab{
    cursor: pointer;
}



.tab-xq .tab-lists .lists-item{
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 7px 0;
    position: relative;
}   
.tab-xq .tab-lists .lists-item p{
    font-size: 18px;
    color: #666;
    margin-bottom: 0;
}   
.tab-xq .tab-lists .lists-item::before{
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #40C4D0;
    border-radius: 50%;
    opacity: 1;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-right: 10px;
}
.lists-item-title{
    margin-left: 18px;
    width: 72%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.computed-show{
    display: block;
}
.phone-show{
    display: none;
}
/* 服务范围 */
.scope-services{
    width: 100%;
    background: #F7F7F7;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    padding: 35px 0;
}
.grid-box{
    width: 100%;
    height: 643px;
    margin-top: 40px;
}

.services-list .service-item{
    position: relative;
}
.services-list .service-item img {
    /*width: 150px;*/
    /*height: 100%;*/
    width: 100%;
    height: 68vh;
}
.dector-text-box{
    position: absolute;
    left: 50%;
    top: 21%;
    transform: translate(-50%,0);
    display: flex;
    align-items: center;
    flex-direction: column;
}
.dector-text-box p{
    color: #ffffff;
    writing-mode:vertical-lr;
    text-align: center;
    /* margin-bottom: 0; */
    
    
}
.dector-text{
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 20px;
}
.dector-text-f{
    font-size: 12px;
    
}
.services-list .service-item-active{
    display: none;
}

.services-list .service-item {
    display: block;
}

.active-service .service-item{
    display: none;
    /* transition: all 0.5s; */
}
.active-service .service-item-active{
    display: block;
    height: 100%;
    position: relative;
    
}
.zk-back{
    width: 100%;
    height: 68vh;
}
.c-zbox{
    position: absolute;
    left: 29%;
    top: 50%;
    transform: translate(-50%, -50%);

}
.c-zbox .active-left-box{

}



.active-service{

    flex: 1;
    /* width: 10%; */
    transition: all 0.5s;
    
}
.service-item-active .ver-box p{
    width: 82px;
    writing-mode: vertical-rl;
    text-align: center;
    margin-bottom: 0;
    padding: 0 32px;
}
.active-left-box{
    width: 82px;
    height: 330px;
    background: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    opacity: 0.8;
    
}

.ver-box{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    flex-direction: column;

}
.ver-box .dector-text{
    margin-left: 18%;
}
.ver-box .dector-text-f{
    margin-top: 20px;
}
.active-right-box{
    /*width: 425px;*/
    /*height: 423px;*/
    /*background: rgba(255, 255, 255, 0.5);*/
    /*border-radius: 10px 10px 10px 10px;*/
    /*padding: 30px 27px 27px;*/
    /*color: #000;*/
    /*font-size: 16px;*/
    /*line-height: 30px;*/
    /*margin-left: 20px;*/
    width: 75%;
    height: 330px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10px 10px 10px 10px;
    padding: 27px 27px 27px;
    color: #000;
    font-size: 14px;
    line-height: 30px;
    margin-left: 20px;
        overflow:hidden;  /*超过部分不显示*/
}
.active-right-box p{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
}

.customer-case{
    margin: 50px 0 0 0;
}

.case-box{
    width: 100%;
}
.case-box .case-box-top{
    margin: 50px 0 30px 0;
    margin-bottom: 0px !important;
}
.case-box .case-box-top ul{
    justify-content: space-between;
    flex-wrap: wrap;
}
.case-box .case-box-top ul li{
    width: 180px;
    height: 75px;
    line-height: 75px;
    background: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    opacity: 1;
    border: 1px solid #DCDCDC;
    text-align: center;
    font-size: 18px;
    color: #333333;
    margin-bottom: 20px;
    /*margin-right: 16px;*/
    cursor: pointer;
}


.list-xq{
    align-items: center;
    flex-wrap: wrap;
    display: none;

}
.active-al{
    display: flex;
}
.xq-item{
    width: 50%;
    height: 212px;
    position: relative;
    cursor: pointer;
}
.mask-f{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.6);
    z-index: 99;
}
.list-xq img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.flex-text{
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    padding: 0 54px;
    
}
.flex-text p{
    color: #333;
    font-size: 22px;
    width: 100%;
}
.flex-text p:first-child{
    color: #333;
    font-size: 28px;
    font-weight: bold;
    
}

.flex-text p:last-child{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    
}
.xq-item:hover .mask-f{
    background: transparent;
    transition: all 0.5s;
}
.xq-item:hover .flex-text p{
    color: #fff;
}
.ry-zz{
    width: 100%;

    background: #F7F7F7;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    padding-top: 35px;
    padding-bottom: 25px;
}
#div1{ width: 100%; height: 150px; position: relative; margin: 60px auto;overflow: hidden;}
#div1 ul { width: 100%; height: 150px; position: relative; }
#div1 ul li { height: 150px; float: left; list-style: none; padding-right: 20px;}
#div1 ul li img { width: auto; height: 100%; display: inline-block;}
a{ color: #B4B4B4;text-decoration:none;}
#div2{ width: 100%; height: 150px; position: relative; margin: 60px auto;overflow: hidden;}
#div2 ul { width: 100%; height: 150px; position: relative; }
#div2 ul li { height: 150px; float: left; list-style: none; padding-right: 20px;}
#div2 ul li img { width: auto; height: 100%; display: inline-block;}

#div3{ width: 100%; height: 150px; position: relative; margin: 60px auto;overflow: hidden;}
#div3 ul { width: 100%; height: 150px; position: relative; }
#div3 ul li { height: 150px; float: left; list-style: none; padding-right: 20px;}
#div3 ul li img { width: auto; height: 100%; display: inline-block;}




.box{
    width: 1000px;
    border: 1px solid #ccc;
    overflow: hidden;
    height: 110px;
    margin: 50px auto;
    white-space: nowrap;
    position: relative;
}
.con1{
    width: 1000px;
    height: 110px;
    overflow: hidden;
    position: absolute;
    left: 0;
}
.con2{
    position: absolute;
    overflow: hidden;
    opacity: 0;
}

.footer{
    background: #242526;
}
.footer-top{
    padding: 47px 0 90px 0;
        /*justify-content: space-between;*/
}
.footer-left-nav{
    border-right: 1px solid #333333;
}
.footer-left-nav ul li{
    width: 60px;
    margin-right: 45px;
    text-align: center;
}
 .nav-menu{
    font-size: 14px !important;
    color: #FFFFFF;
}
.nav-submenu{
    margin-top: 30px;
}
.nav-submenu p{
    font-size: 14px !important;
    color: #999999;
    cursor: pointer;
    margin-bottom: 8px;
}
.nav-submenu p:hover{
    font-size: 14px;
    color: #FFFFFF;
    cursor: pointer;
    margin-bottom: 8px;
}
.footer-right-information{
    /*flex: 1;*/
    display: flex;
    justify-content: space-between;
    margin-left: 2.5%;
        width: 42%;
}
.lxwm{
    margin-left: 68px;
}
.lxwm .dh{
    margin-bottom: 15px;
}
.lxwm .dh img{
    width: 48px;
    height: 48px;
    margin-right: 18px;
}
.gzwm {
    /*margin-left: 40px;*/
}
.gzwm img{
    width: 130px;
    height: 130px;

}
.footer-bottom{
    border-top: 1px solid #333333;
    text-align: center;
    padding: 20px 0 12px 0;
}
.friend-link{
    margin: auto;
    justify-content: center;
}
.friend-link a, .friend-link p, .footer-bottom p{
    text-decoration: none;
    color: #7B7B7B;
}


/* 服务体系 */
.banner{
    width: 100%;
    /*height: 600px;*/
    margin-top: 80px;
    position: relative;
}
.banner img{
    width: 100%;
    height: 100%;
}
.banner .page-title{
    font-size: 70px;
    text-align: center;
    color: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    letter-spacing: 30px;
}


.banner .page-h-nav{
    position: absolute;
    bottom: 0;
    /*left: 48.5%;*/
    /*transform: translateX(-50%);*/
    background: rgba(255,255,255,0.9);
    border-radius: 0px 0px 0px 0px;

}
.banner .page-h-nav ul{
    padding: 40px 72px;
        box-sizing: border-box;
    margin-bottom: 0;
    justify-content: space-between;
}
.banner .page-h-nav ul li{
    /* padding: 0 30px 0 0; */
    color: #999;
    position: relative;
    padding: 0 20px;
    font-size: 18px;
    white-space: nowrap;
} 
.banner .page-h-nav ul li::after{
    content: '|';
    display: inline-block;
    color: #999999;
    padding: 0 px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 98%;

}
.banner .page-h-nav ul li:last-child:after{
    content: '';
 

}
.page-h-nav .active-border-bottom{
    width: 0;
}
.page-active-nav-lap .active-border-bottom{
    width: 100%;
    margin: auto;
    height: 2px;
    background: #00AAB9;
    position: absolute;
    bottom: -40px;
    left: 0;
}
.page-active-nav-lap{
    color: #333!important;
}
.page-contant{
    width: 100%;
    padding: 30px 30px;
}

.page-contant img{
    width: 100%;
}

.ty{
    width: 100%;
    position: relative;
}
.ty img{
    width: 100% ;
}
.ty-text{
    width: 1300px;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.ty-text p{
    color: #fff;
    font-size: 16px;
}
.ty-text p:first-child{
    font-size: 32px;
}
.ty-text button{
    width: 115px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #FFFFFF;
    color: #333;
    font-size: 14px;
    margin-top: 20px;
}

/* 行业客户 */
.hykh-back{
    width: 100%;
    background: #FAFAFA;
    padding: 60px 0 30px 0;
}

.hykh-list{
    width: 100%;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.hykh-list .hykh-item{
    width: 420px;
    height: 215px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.1);
    border-radius: 10px 10px 10px 10px;
    padding: 25px 20px 18px 30px;
    margin-bottom: 20px;
    position: relative;
}
.item-title{
    align-items: center;
}
.item-title img{
    width: 45px;
    height: 45px;
    margin-right: 10px;
}
.item-title p{
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 0;
}
.item-synopsis{
    font-size: 14px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 25px;
    line-height: 26px;
}
.item-more{
    color: #00AAB9;
    font-size: 14px;
    margin-left: auto;
    text-align: right;
    margin-top: 30px;
    position: absolute;
    bottom: 20px;
    right: 30px;
}
.item-more a{
    text-decoration: none;
    color: #00AAB9;
    font-size: 14px;
}
.content-padd-head{
    margin-top: 80px;
}
.xq-box{
    width: 100%;
    background: #FAFAFA;
    justify-content: space-between;
}
.xq-banner{
    width: 100%;
}
.xq-banner img {
    width: 100%;
}
.content-left{
    flex: 1;
    background-color: #fff;
}
.content-right{
    width: 342px;
    height: max-content;
    margin-left: 20px;
    padding: 25px;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.04);
    border-radius: 4px 4px 4px 4px; 
}
.recommend-item{
    margin-bottom: 20px;
}
.recommend-title{
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 20px;
}
.content-right img{
    width: 100%;
}
.content-right p{
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.content-padd-head{
    margin-top: 80px;
}
.xq-content{
    margin: 30px auto;
}



.xq-banner .po-ab{
    width: 40%;
    
    top: 50%;
    transform: translateY(-50%);
}
.xq-banner-title{
    font-size: 36px;
    color: #FFFFFF;
}
.xq-banner-f{
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 20px;
    line-height: 28px;
}
.item-date-more{
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    color: #666666;
}
.item-more-right{
    text-decoration: none;
    color: #00AAB9;
    font-size: 14px;
    cursor: pointer;
}
.item-background-img{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    left: 0;
    top: 0;
    transition: all 0.5s;
    border-radius: 10px 10px 10px 10px;
}
.hover-img:hover .item-background-img{
    opacity: 1;
    z-index: 99;
}
.mask-f{
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 25px 20px 18px 30px;
    position: absolute;
    background: rgba(255, 255, 255, 0.8);
    z-index: 100;
}
.news-back{
    margin: 20px 0;
}
.news-banner-nav li{
    width: 25%;
    text-align: center;
}
.news-list .news-item{
    align-items: center; 
    border-bottom: 1px solid #F2F2F2;
    padding: 20px 0;
        cursor: pointer;
}

.news-list .news-item .left-img{
    width: 250px;
    height: 130px;
    flex-shrink: 0;
}
.news-list .news-item .left-img img{
    width: 100%;
    height: 100%;
}
.right-content{
    flex: 1;
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.right-content .new-item-title{
    width: 100% !important;
    font-size: 21px;
    font-weight: bold;
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 15px;
    overflow:hidden;  /*超过部分不显示*/
    text-overflow:ellipsis;  /*超过部分用点点表示*/
    white-space:nowrap;/*不换行*/
}
.right-content .new-item-brief{
    font-size: 16px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 15px;
}
.new-item-date{
    font-size: 14px;
    color: #666666;
    text-align: right;
}
.crumbs-box{
    margin-bottom: 20px;
}
.crumbs-box p{
    font-size: 12px;
    color: #333333;
    font-weight: bold;
}
.news-left-content{
    height: max-content;
    padding: 60px 45px 25px 45px;
}
.content-top{
    width: 100%;
    /* border-bottom: 1px solid #DDDDDD; */
}
.new-zw-title{
    text-align: center;
    font-size: 21px;
    font-weight: bold;
    color: #333333;
}
.new-zw-date{
    align-items: center;
    justify-content: center;
    margin: 14px 0 20px 0;
}
.new-zw-date span{
    font-size: 12px;
    color: #666666;
    
}
.click-rate{
    margin-right: 30px;
}
.new-zw-content{
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
    padding: 30px 0;
    line-height: 30px;
}
.pre-next-box{
    margin-top: 20px;
    padding: 0 45px;
}
.pre-next-box span{
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    cursor: pointer;
}
.previous-posts{
    margin-bottom: 18px;
}
.keji ul li{
    width: 33%;
    text-align: center;
}
.matter-box{
    width: 100%;
    margin-top: 80px;
}
.dj-banner{
    width: 100%;
}
.dj-banner img{
    width: 100%;
}
.nav-banner-btn{
    align-items: center;
    justify-content: center;
    left: 50%;
    bottom: 110px;
    transform: translateX(-50%);
}
.nav-banner-btn button{
    width: 217px;
    height: 76px;
    line-height: 76px;
    background: #F9CC95;
    border-radius: 10px 10px 10px 10px;
    font-size: 30px;
    color: #A02115;
    text-align: center;
    margin: 0 15px;
    cursor: pointer;
    
}
.matter-box{
    background: #FAFAFA;

}
.matter-box-content{
    width: 100%;
    background: #FAFAFA;
    
    /* top: -50px; */
}
.center-dj{
    border-radius: 10px 10px 10px 10px;
    padding: 26px 70px;
    margin-top: -55px;
    z-index: 100;
    position: relative;
    background-color: #fff;
    margin-bottom: 30px;
}
.title-box{
    align-items: center;
    justify-content: space-between;
}
.dj-title{
    font-size: 30px;
    color: #333333;
}
.z-color{
    color: #A02115;
}
.color-6{
    color: #666;
}
.dj-more a {
    font-size: 16px;
    color: #A02115;
}
.djdt-list{
    width: 100%;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}
.mar-bottom30{
    margin-bottom: 40px;
}
.djdt-item {
    width: 31.5%;
    margin-bottom: 30px;
}
.djdt-item p{
    font-size: 17px;
    color: #333333;
    /*font-weight: bold;*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    width: 100%;
    height: 54px;
    margin: 20px 0 10px 0;
    line-height: 25px;
}

.dj-date-xq{
    align-items: center;
    justify-content: space-between;
}
.dj-date-xq span{   
    font-size: 14px;
}
.djdt-item img{
    width: 100%;
    /*height: 180px;*/
    
}
.dj-list-content{
    width: 100%;
    padding: 30px 0;
    background: #FAFAFA;
}
.dj-list-content-title{
    font-size: 30px;
    font-weight: bold;
    color: #A02115;
}
.list-box-f{
    background: #fff;
    padding: 30px;
    margin-top: 25px;
}
.dj-list-banner{
    width: 100%;
    margin-top: 80px;
}
.dj-list-banner img{
    width: 100%;
}
.in-box{
    padding: 0 35px;
    background: #FAFAFA;
    margin: 70px 0;
}
.about-banner-nav ul li{
    width: calc(100%/7);
    text-align: center;
}
.gk-list{}
.item-info{
    padding: 30px 0;
    border-bottom: 1px solid #F2F2F2;
}
.item-info-title{
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 20px;
}
.item-info-files{
    align-items: center;
}
.item-info-files img{
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
.item-info-files p{
    font-size: 16px;
    color: #333333;
    margin-bottom: 0;
}
.label-box{
    margin: 70px auto 50px auto;
    justify-content: space-between;
    align-items: center;
}
.label-item{
    width: 170px;
    height: 208px;
    background: url(../images/label-back.png) no-repeat;
    background-size: cover;
    padding: 30px 12px;
}
.label-item p{
    text-align: center;
    margin-bottom: 0;
}
.label-item .label-item-title{
    font-size: 20px;
    font-weight: bold;
    color: #333333;
}
.label-item .abel-in{
    font-size: 14px;
    color: #333333;
}
.severed{
    width: 48px;
    height: 2px;
    margin: 10px auto 15px auto;
    background: #00AAB9;
}
.about-com{
    height: 600px;
    margin-bottom: 50px;
}
.about-com .left-box{
    /*width: 923px;*/
    height: 543px;
    width: 40%;
    /*height: auto;*/
    left: 0;   
    top: 50px;
    z-index: 99;
}
.about-com .left-box img{
    width: 100%;
    height: 100%;   
}
.right-box-title{
    width: 80%;
    height: 104px;
    padding: 20px 30px;
    position: absolute;
    right: 0;
    background: url(/static/images/about-right-title.png)no-repeat;

}
.right-box-title p{
    color: #FFFFFF;
    font-size: 17px;
}
.right-box-title p:first-child{
    font-weight: bold;
    color: #FFFFFF;
    font-size: 24px;
}
.about-com .right-box{
    /*width: 1273px;*/
    height: 549px;
    width: 75%;
    background: #00AAB9;
    right: 0;
    padding-left: 320px;
    padding-top: 50px;
}
.right-box-content{
    width: 65%;
    line-height: 25px;
    font-size: 16px;
    color: #FFFFFF;
    padding-top: 130px;
    position: absolute;
    right: 11%;
}
}
.right-box-content p{
    font-family: PingFang SC-Regular, PingFang SC;
    text-indent: 4rem;
    letter-spacing: 2px;
}
.num-com {
    align-items: center;
    justify-content: space-between;
    margin: 80px auto;
}
.sum-item{

}
.sum-item-title{
    font-size: 52px;
    /* font-weight: bold; */
    color: #00AAB9;
}
.sum-item-title .fh{
    font-size: 42px;
    margin-top: -2px;

}
.sum-in{
    color: #333333;
    font-size: 20px;
}

.poster-main {
    position: relative;
    height: max-content;
    margin: auto;
  }
  
  .poster-main a, .poster-main img { 
    display: block; 
    width: 100%; 
    height: auto;
}
  .poster-main img{ }
  .poster-main .poster-list {
    width: 1500px;
    /* height: 500px; */
    margin: auto;
    display: flex !important;
  }
  
  .poster-main .poster-list .poster-item {
    width: 200px;
    height: 500px;
    position: absolute;
    left: 0;
    top: 0;
   
  }
  
  .poster-main .poster-btn {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    cursor: pointer;
    filter: opacity(.5) brightness(1);
  }
  .poster-main .poster-btn:hover{ filter: opacity(1) brightness(2); }
  
  .poster-main .poster-prev-btn {
    width: 58px!important;
    height: 58px!important;
    line-height: 58px;
    text-align: center;
    color: #fff;
    background: #40C4D0;
    box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.05), inset 0px 10px 40px 1px rgba(0,0,0,0.04);
    border-radius: 2px 2px 2px 2px;
    opacity: 1;
    border: 2px solid #F5F5F5;
    left: -152px;
  }
  .poster-main .poster-prev-btn img{
    width: 50%;
    height: 50%;
    margin: auto;
    margin-top: 25%;
  }
  
  .poster-main .poster-next-btn {
    width: 58px!important;
    height: 58px!important;
    line-height: 58px;
    text-align: center;
    color: #fff;
    background: #40C4D0;
    box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.05), inset 0px 10px 40px 1px rgba(0,0,0,0.04);
    border-radius: 2px 2px 2px 2px;
    opacity: 1;
    border: 2px solid #F5F5F5;
    right: 0px;
    /* background: url(/static/images/right.png) no-repeat center center; */
  }
  .poster-main .poster-next-btn img{
    width: 50%;
    height: 50%;
    margin: auto;
    margin-top: 25%;
  }

  .poster-item-title{
      font-size: 18px;
      text-align: center;
      line-height: 48px;
      display: block;
  }

.box-per-next{
    width: 58px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    color: #fff;
    background: #40C4D0;
    box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.05), inset 0px 10px 40px 1px rgba(0,0,0,0.04);
    border-radius: 2px 2px 2px 2px;
    opacity: 1;
    border: 2px solid #F5F5F5;

}
.contact-us-box{
    align-items: flex-start;
    justify-content: space-between;
}
.us-left {
    width: 307px;
    height: 91px;
}
.us-left img{
    width: 100%;
    height: 100%;
}
.us-right{
    background: url(/static/images/us-right.png)no-repeat;
    background-position-x: right;
    flex: 1;
    height: 300px;
    flex-wrap: wrap;
    margin-left: 140px;

}
.right-item{
    width: 75%;
    display: flex;
    align-items: center;
}
.right-item p:first-child{
    font-size: 18px;
    color: #999999;
}
.right-item p:last-child{
    font-size: 15px;
    color: #333333;
}
.right-item:nth-child(even){
    margin-left: 4%;
}
.right-items{
    width: 75%;
}
.right-items p:first-child{
    font-size: 18px;
    color: #999999;
}
.right-items p:last-child{
    font-size: 15px;
    color: #333333;
}
.right-items:nth-child(even){
    margin-left: 4%;
}
.map{
    margin-top: 20px;
}
.need-know{
    padding: 70px 0;
}
.need-know .xz{
    margin-bottom: 30px;
}
.row-title{
    line-height: 40px;
}
.zp-position{
    color: #00AAB9;
    font-size: 20px;
}
.row-h{
    align-items: flex-start;
    margin-top: 20px;
}
.row-h .row-title{
    font-size: 24px;
    color: #333333;
    flex-wrap: nowrap;
    white-space: nowrap;
}
.row-h .row-column{
    margin-left: 20px;
}
.row-h .row-column ul li{
    font-size: 20px;
    color: #333333;
    line-height: 40px;
}
.flex-alitem-center{
    align-items: center;
}
.wrap {
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
    border-radius: 4px;
  }
  
  a:focus,
  a:hover,
  a:active {
    outline: 0;
    text-decoration: none;
  }
  
  .panel {
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: #fff;
    background: none;
    box-shadow: none;
  }
  
  .panel:last-child {
    border-bottom: none;
  }
  .sfq{
    padding: 80px 0;
    border-top: 1px solid #DFDFDF;
  }
  .panel-group{
    margin-top: 40px;
  }
  .panel-group > .panel:first-child .panel-heading {
    border-radius: 4px 4px 0 0;
  }
  
  .panel-group .panel {
    border-radius: 0;
  }
  
  .panel-group .panel + .panel {
    margin-top: 0;
  }
  
  .panel-heading {
    background: #F1F1F1;
    border-radius: 0;
    border: none;
    color: #333;
    padding: 0;
  }
  
  .panel-title a {
    display: block;
    color: #333;
    padding: 15px;
    position: relative;
    font-size: 16px;
    font-weight: 400;
  }
  
  .panel-body {
    background: #fff;
  }
  
  .panel:last-child .panel-body {
    border-radius: 0 0 4px 4px;
  }
  .panel-heading{
    align-items: center;
    justify-content: space-between;
  }
  .panel-titles{
    width: 30%;
    font-size: 20px;
    font-weight: bold;
  }
  .person-num{
    width: 14%;
    font-size: 18px;
    /*font-weight: bold;*/
  }
  .education0-background{
    width: 25%;
    font-size: 18px;
    /*font-weight: bold;*/
  }
  .release-time{
    width: 33%;
    font-size: 18px;
    /*font-weight: bold;*/
  }
  .panel-heading.active{
    color: #fff;
  }
  .panel-group .active{
    background: #00AAB9;
    transition: all 0.5s;
  }
  .panel-title{
    color: #333;
  }
  .panel:last-child .panel-heading {
    border-radius: 0 0 4px 4px;
    -webkit-transition: border-radius 0.3s linear 0.2s;
    transition: border-radius 0.3s linear 0.2s;
  }
  
  .panel:last-child .panel-heading.active {
    border-radius: 0;
    -webkit-transition: border-radius linear 0s;
    transition: border-radius linear 0s;
    
  }
  /* #bs-collapse icon scale option */
  .panel{
    position: relative;
  }
  .panel-heading:before {
    content: '\e146';
    position: absolute;
    font-family: 'Material Icons';
    right: 20px;
    top: 23px;
    font-size: 24px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  
  .panel-heading.active:before {
    content: ' ';
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  .panel-heading .display-flex{
    text-decoration: none;
    color: #333;
    padding: 15px 15px;
  }
  .panel-heading.active .display-flex{
    text-decoration: none;
    color: #fff;
  }
  #bs-collapse .panel-heading:after {
    content: ' ';
    font-size: 24px;
    position: absolute;
    font-family: 'Material Icons';
    right: 20px;
    top: 23px;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  
  #bs-collapse .panel-heading.active:after {
    content: '\e909';
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  /* #accordion rotate icon option */
  
  #accordion .panel-heading:before {
    content: '\e316';
    font-size: 24px;
    position: absolute;
    font-family: 'Material Icons';
    right: 5px;
    top: 10px;
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  
  #accordion .panel-heading.active:before {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }



  .tab{
    position:relative;
}
.tab_list{
    height: 60px;
    position: relative;
}
.year-button{
    position: absolute;
    width: 58px;
    height: 58px;
    background: #40C4D0;
    box-shadow: 0px 0px 20px 1px rgba(0,0,0,0.05), inset 0px 10px 40px 1px rgba(0,0,0,0.04);
    border-radius: 2px 2px 2px 2px;
    opacity: 1;
    border: 2px solid #F5F5F5;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
}
.year-button img{
    width: 20px;
    height: 23px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    
}
.year-pve{
    left: -82px;
    top: 0;
    transform: rotate(-180deg);

}

.year-next{
    right: -82px;
    top: 0;
}
.tab_con{
    height: 600px;
}
.tab_list ul{
    display: flex;
    justify-content: space-between;
}
.tab_list li{

    list-style:none;
    text-align: center;
    width: 153px;
    height: 58px;
    line-height: 58px;
    background: #EEEEEE;
    font-size: 22px;
    /* font-weight: bold; */
    color: #333333;
    margin: 0 6px;
}
.tab_list .current{
    background: #40C4D0;
    color:#fff;
}
.item{
    position: absolute;
    width:100%;
    height: 400px;
    padding-top:40px; 
    /*line-height:200px;*/
    font-size: 30px;
    color:#fff;
    text-align: center;
    /* text-shadow:2px 2px 4px #000000; */
    background: #efefef;
    /*opacity: 0.8;*/
    top:47px;
    background: url(/static/images/us-right.png);
    background-position: 50%, 50%;
    display: none;

}
.tab_con{
    margin-top: 48px;
    position: relative;
}




s, i, em {
    font-style: normal;
    text-decoration: none;
  }
  
  .fl {
    float: left;
  }
  
  .fr {
    float: right;
  }
  
  
  @font-face {font-family: "iconfont";
      src: url('//at.alicdn.com/t/font_1457575_wc4kbab342e.eot?t=1571103794780'); /* IE9 */
      src: url('//at.alicdn.com/t/font_1457575_wc4kbab342e.eot?t=1571103794780#iefix') format('embedded-opentype'), /* IE6-IE8 */
      url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAAQ0AAsAAAAACMAAAAPmAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHEIGVgCDMgqETIQbATYCJAMUCwwABCAFhG0HWRu4B8gehXEsLBShUansf34QD19r6Pu7exdglJGA46Oo44HAAilVYVtjO/UEwuX/dOp3TiETj7eViAQFMpxsGSJXOhdQLpCnEsEaAJyKOOa5yu3/71A1c1peaH6LxeUu+7LmpIQGYCgdQLXa3lgqWQtSUe8yNhm+gkz1HR8TaDauL93+9Lks5CnIVYG4LIV8kBf5lQ5paHTVlQeLeA/ZGtOLrAoA7/Tvxy8YHHkkVUZuPDg7LQgTv+o+9ENaRoOVkgLGw0UxeoyMVaAQN6vxy5Ctr0KaF6cztoFmjZJ0qOOyP/T+0C+TwVtuyNlM/+GRFSERNWJvxcztRuGrjmvJfM021By9wSvA0Q8aEl7XgzSjDR9A9AMRjLooq2Sp22szIuUggx41cA42cVLNnHTjDdzao9qxtEc4kXLzxw/6qIszyuoxg+nMwY2I1knSQFIbn+xr+sA3fxQa33MN7zYzwhoc3tz0IWhJHzt1VG9+efzMCYE9qkjqQJX0MY3lOIrwAa0pwMck7Gk6mpuFpqaNjPAGh9mGhhXGo8qPH3Sy0WPpO2fgNZ3IXrLCBtZrHDt6nQbC9klVPTnxIUMKufWH0xtAeFjJWd/YuPZ21s6KF3O2N1bu1avuxtf213ndDi08MDocHn3gIkMKufWL00nI7GjJxji7hXoxFhY/YTpSXcTkNRawFg0xWJpTvrzunf9a91bfW48nv9yvqyO2Cqs47BCtldaWN0MqbwhvqLABnpnwgvmbecm8apCVPWf+RRHCJxnUARdRYzO6jC6h2EV0YSG5hC7fNuKYrNKN7owndPnKBvdG8TIXuO+pVH74w/MTJrybgCd0TbgwgJ4OSwFOW9EN1ENf3oCeoIkA5E+6R3+Ov/F/+pzCNZax/xsNBXwunzYY5k41BvJzgG/YYWPjX8G44UpZmkmgKvNFbpgnK+tvoj0tdprxB0h36zqMs2/jYUKjPg9JgzHIGs1SC3MVKi3WoNZoC5qtmPF4ix4KJEoTlu1BEDo9gKTdR8g6VVILsxMq/b5DrTMQNDsMxwtbzIekn6IQHyVB7N+EpYBcILIQ1ZvRxSSUjPmU0KwVPFFUqYQH9R+YtmaQAqIc4hZ1fWgwpSIWFTmOp6PPkVhMxglFjpAA7R+mNDF6wACx9k39A3Ic9PYoCB+KCML8NsEkAbICotxO6bOfX4wISYrxUTqWLnR5hEIlHR0bpL+BG1Bn2As2WnopX1GtFzIYRYkwkUIWh01HUSJG6zIsUT8vggig+gvvUE0YbQDeJG5q7396Z/w9PgTNyMuqSJGjRBW15ouSr4DKyU3MaXDVfpuTsp6bQmeu9gEAAAA=') format('woff2'),
      url('//at.alicdn.com/t/font_1457575_wc4kbab342e.woff?t=1571103794780') format('woff'),
      url('//at.alicdn.com/t/font_1457575_wc4kbab342e.ttf?t=1571103794780') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */
      url('//at.alicdn.com/t/font_1457575_wc4kbab342e.svg?t=1571103794780#iconfont') format('svg'); /* iOS 4.1- */
    }
    
    .iconfont {
      font-family: "iconfont" !important;
      font-size: 16px;
      font-style: normal;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }
    
    .icon-jiantouyou:before {
      content: "\e62a";
    }
    
    .icon-jiantou-zuo:before {
      content: "\e62d";
    }
    
    .icon-zuojiantou:before {
      content: "\e601";
    }
    
    .icon-jiantou:before {
      content: "\e605";
    }
    
    
  
  
  .button {
      position: absolute;
      cursor: pointer;
    line-height: 42px;
      font-size: 40px;
      color: #333;
  
  }
  .button-box{
    position: absolute;
    bottom: 0;
    left: 50%;
    /* transform: translateX(-50%); */
    font-size: 18px;
    color: #999999;
  }
  .prev {
    
      left: -20px;
      width: 300px;
      height: 42px;
      background: #EEEEEE;
      left: -325px;
      font-size: 18px;
  }
  .next {
    width: 300px;
    height: 42px;
    background: #40C4D0;
      /* transform: rotate(-180deg); */
      font-size: 18px;
      color: #ffff;
  }
  .containerx {
      width: 90%;
      margin: 0 auto;
      height: 500px;
      position: relative;
      padding: 50px;
  }
  .slide_wrap  {
      overflow: hidden;
      position: relative;
          margin-left: 13%;
  }
  .slide_wrap ul {
      position: relative;
      left: 422px ;
  }
  .c-title{
    font-size: 16px;
    color: #333333;
  }
  /* .slide_wrap::after {
      width: 100%;
      height: 1px ;
      background-color: #999;
      content: '';
      position: absolute;
      top: 48px;
      left: 0px;
      z-index: 98;
  } */
  .slide_items li{
      float: left;
      font-size: 20px;
      width: 330px;
      text-align: center; 
      cursor: pointer;   
  }
  .slide_items li:nth-child(odd) .c-title{
    margin-top: 30px;
  }
  .slide_items li:nth-child(even) .c-title{
    margin-bottom: 30px;
  }
  .slide_items li a {
      display: block;
  }
  .slide_items li.on {
      color: yellow;
      border-radius: 30px;
  }
  .slide_items li span {
      color: #333333;
      font-size: 40px;
      display: block;
  }
  .slide_items li .circle {
      display: inline-block;
      width: 24px;
      height: 24px;
      background: #fff;
      /* border: 1px solid #a2a2a2; ; */
      border-radius: 13px;
      padding: 2px;
      box-sizing: border-box;
      margin-top: 2px;
      box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.16);
        position: relative;
        z-index: 99;
    }
    .slide_items li .circle::after{
        width: 320px;
        height: 2px;
        background-color: #999;
        content: '';
        position: absolute;
        top: 11px;
        left: 24px;
        z-index: 98;
    }
    .slide_items li:last-child .circle::after{
        display: none;
    }
    .on .circle::after{
        background-color: #00AAB9!important;
    }
    .on span{
        color: #00AAB9!important;
    }
    .slide_items li{
        /* padding-left: 390px;
        box-sizing:border-box; */
    }
    .slide_items li i{
        display: block;
        width: 12px;
        height: 12px;
        background-color: #666;
        border-radius: 5px;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
    }
    .slide_items li.on i{
        background-color: #00AAB9;

        /* display: inline-block;
        width: 26px;
        height: 26px;
        background-color: #d3d3d3;
        border-radius: 13px;
        padding: 8px;
        box-sizing: border-box;
        margin-top: 16px; */
    }
  
    .slide-content {
        /* margin-top: 100px; */
        position: absolute;
        top: 0;
        left: 157px;
    }
    .slide-content img{
        width: 100%;
    }
    .slide-content ul {
        display: none;
        z-index: 99999;
        position: absolute;
    }
    .slide-content ul li {
        width: 424px;
        height: 316px;
        background: #FFFFFF;
        box-shadow: 0px 0px 40px 1px rgba(0,0,0,0.2);
        border-radius: 10px 10px 10px 10px;
    }
    .slide-content ul li img{
        width: 100%;
        height: 150px;
    }
    .li-content{
        padding: 20px;
        text-align: left;
    }
    .li-content p{
        font-size: 16px;
        color: #333333;
    }
    .slide-content ul.on {
        display: block;
    }


#pager .pagination ul li {
    margin: 0 10px;
}

.tab_con .containerx{
        display: block;
    }
    .phone-block{
        display: none;
    }

.right-search{
        position: relative;
    }
    .search-box{
        z-index: 999;
        cursor: pointer;
    }
    .search-po-top{
        position: absolute;
        /* top: 66px; */
        top: 0px;
        opacity: 0;
        transition: all 0.5s;
        background-color: #fff;
        padding: 10px 15px;
        z-index: 80;
        border-radius: 5px;
    }
    .search-po-top input{
        width: 230px;
        outline: none;
        border: 1px #999 solid;
        border-radius: 5px;
        margin-right: 15px;
        padding: 5px;
    }
    .search-po-top button{
        white-space: nowrap;
        background: #00AAB9;
        padding: 5px 11px;
        color: #fff;
        border-radius: 5px;
    }
    .search-po-top-show{
        opacity: 1;
        top: 66px;
    }


    .searchbanner{
        height: 288px;
        position: relative;
    }
    .search-page-title-box{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .searchbanner .search-page-title{
        color: #fff;
        font-size: 36px;
    }
    .search-page-content{
        color: #fff;
        font-size: 16px;
        margin-top: 15px;
    }
    .search-list-t{
        font-size: 20px;
        font-weight: bold;
        color: #333333;
    }
    .search-p{
        color: #00AAB9;
        font-size: 20px;
        font-weight: bold;
    }


@media screen and (max-width: 1250px)
.lxwm {
    width: 145% !important;
}
/*.hover{*/
/*    width: 180px !important;*/
/*}*/

@media (min-width: 576px){
    .site-navigation .row {
        max-width: 540px;
    }
    .index-news{
        margin-top: 50px;
    }

}
@media (min-width: 768px){
    .site-navigation .row {
        max-width: 720px;
}}
@media (min-width: 992px){
    .site-navigation .row {
        max-width: 960px;}}

@media (min-width: 1200px){
    .site-navigation .row {
        max-width: 1300px;
}}

@media screen and (max-width: 992px){
    .tab-xq .tab-lists .lists-item .right-time{
        text-align: right;
    }
    .carousel-idnex{
        /*height: 320px;*/
    }
    .lists-item-title{
        width: 48%;
    }
    .carousel-idnex .carousel-inner, .carousel-item, .carousel-inner img{
        height: 100%;
    }
    .page-h-nav{
        display: none;
    }
    .banner{
        height: 193px;
    }
    
    .banner img{
        height: 100%
    }
    .banner .page-title{
        font-size: 18px;
    }
    .index-center-contant{
        /*width: 90%;*/
        margin: auto;
    }
    .scope-services{
        /*display: none;*/
            padding: 15px 0;
    }
    .index_title {
    margin-top: 0px !important;
}
    .new-list-box .left-img{
        display: none;
    }
    .new-list-box .right-list{
        margin-left: 0;
    }
    .footer-left-nav{
        display: none;
    }
    .footer-right-information .lxwm{
        margin-left: 0;
        
    }
                      .lxwm{
                      width:145% !important;
                  }
    .xq-content .content-left{
        min-height: 200px;
        width: 100%;
        padding: 0;
    }
    .xq-content .content-left img, .xq-content .content-left p{
        max-width: 100%;
    }

    .xq-content .content-right{
        display: none;
    }
    .xq-banner img{
        height: 90px;
    }
    .dxal .index-center-contant{
        display: none;
    }
    .news-list .news-item{
        max-width: 100%;
    }
    .news-list .news-item .left-img{
        width: 20%;
        height: auto;
        display: none;
    }
    .news-list .news-item .right-content{
        width: 71%;
    }
    .gsxw .xq-banner-title{
        font-size: 21px;
    }
    .gsxw .xq-banner-f{
        display: none;
    }
    .dqwz{
        white-space: nowrap;
    }
    .click-rate{
        white-space: nowrap;
    }
    .release-time{
        width: max-content;
    }
    .pre-next-box{
        padding: 0;
    }
    .q-p{
        white-space: nowrap;
    }
    .label-box{
        flex-wrap: wrap;
    }
    .label-box .label-item{
        width: 50%;
        height: 188px;
    }
    .about-com .left-box{
        display: none;
    }
    .about-com .right-box{
        width: 100%;
        padding-bottom: 50px;
    }
    .right-box-title{
        width: 100%;
    }
    .about-com{
        height: max-content;
    }
    .about-com .right-box{
        height: max-content !important;
    }
    .about-com .right-box{
        padding-left: 0;
        position: initial;
    }
    .right-box-title{
        position: initial;
    }
    .right-box-content{
        position: initial;
        width: 90%;
        padding-top: 58px;
        margin-left: 5%;
    }
    .num-com{
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .num-com .sum-item{
        width: 46%;
        margin-bottom: 30px;
        height: 90px;
    }
    .sum-item-title{
        font-size: 30px;
    }
    .sum-item-title .fh{
        font-size: 31px;
    }
    .sum-in{
        font-size: 18px;
    }
    /*.poster-main, .poster-list{*/
    /*    width: 100%!important;*/
    /*}*/
    /*.poster-item{*/
    /*    width: 20%!important;*/
    /*}*/
    .poster-main .poster-prev-btn{
        left: -70px;
    }
    .poster-main .poster-next-btn{
        right: -70px;
    }
    .poster-item-title{
        font-size: 14px;
        line-height: 22px;
    }
    .tab_list ul{
        max-width: 100%;
        overflow-y: scroll;
    }
    .tab_list ul li{
        margin: 0 10px;
        padding: 0 10px;
    }
    .phone-none{
        display: none;
    }
    .phone-develo-box{
        display: block;
    }
    .develo-box-itme{
        display: none;
    }
    .tab_con .containerx{
        display: none;
    }
    .phone-block{
        display: block;
    }
    .develo-box-itme{
        width: 90%;
        margin: auto;
    }
    .develo-box-itme ul li{
        margin-bottom: 20px;
    }
    .phone-date{
        font-size: 22px;
    }
    .phone-develo-box{
        height: max-content;
    }
    .list-unstyled{
        /*display: none;*/
    }
    .list-xq{
        flex-wrap: wrap;
    }
    .list-xq .xq-item{
        width: 100%;
        height: 136px;
        margin-bottom: 12px;
    }
    .case-box .case-box-top{
        margin-top: 0;
    }
    .case-box{
        margin-top: 20px;
    }
    .case-box-more{
        color: #40C4D0;
        text-align: center;
        margin: 30px 0;
    }
    .case-box-more a{
        padding: 5px 10px;
        color: #40C4D0;
        margin: auto;
        border: 1px solid #40C4D0;
        border-radius: 15px;
        font-size: 16px;
    }
    .computed-show{
        display: none;
    }
    .phone-item-box{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0px 0;
            margin-top: 20px;
    }
    .case-box .index_titles{
        margin-top: 20px !important;
    }
    .ry-zz {
        padding-top: 15px;
}
    .phone-show{
        display: block;
        width: 90%;
        margin: auto;
    }
    .phone-item{
        width: 49%;
        text-align: center;
        border: 1px solid #ddd;
        border-radius: 8px;
        background: #fff;
        margin-bottom: 10px;
        padding: 20px 0;
        
    }
    .phone-item p{
        font-size: 12px;
        
    }
    .phone-item p:first-child{
        font-size: 18px;
        margin-bottom: 4px;
        color: #99999;
        
    }
    .phone-item p:last-child{
        color: #9a9a9a;
        
    }
    .customer-case{
        padding-top: 20px;
    }
    .index-news{
       margin: 20px 0 0 0;
    }
    .index-title:before{
        width: 68px;
        height: 2px;
    }
    .title-wz{
        font-size: 22px;
    }
    .title-fb{
        font-size: 16px;
    }
    .ty-text{
        width: 100%;
            padding: 0 21px;
    }
    .ty img{
        height: 136px;
    }
    .ty-text p:first-child{
        font-size: 18px;
    }
    .ty-text p{
        font-size: 13px;
    }
    .ty-text button{
        width: 103px;
        height: 34px;
        line-height: 34px;
        text-align: center;
        background: #FFFFFF;
        color: #333;
        font-size: 13px;
        margin-top: 0px;
    }
    .phone-item-box a{
        text-decoration: none;
    }
    .crumbs-box p:first-child{
        white-space: nowrap;
    }
    .nav-banner-btn{
        display: none;
    }
    .center-dj{
        width: 100%;
        padding: ;
        box-sizing: border-box;
        padding: 40px 28px;
    }
    .dj-title{
        font-size: 25px;
    }
    .djdt-item{
        width: 47%;
    }
    .djdt-item p{
        font-size: 13px;
        margin: 1px 0 5px 0;
    }
    .dj-date-xq span{
        white-space: nowrap;
    }
    .dj-de-more{
        display: none;
    }
    .djdt-item img{
        height: 138px;
    }
    .dj-more{
        font-size: 13px;
    }
    .dj-list-banner img{
        height: 95px;
    }
    .dj-list-content-title{
        font-size: 25px;
    }
}
.djdt-item a{
    text-decoration: none;
}

/*悬浮*/
.suspension{
    width: 60px;
    position: fixed;
    bottom: 200px;
    right: 0px;
    z-index: 9999;
     display: none;
     transition: all 0.5s;
}
.suspension_l{
    width: 60px;
    height:60px;
    background-color: #40C4D0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 1px;
}
.suspension_img{
     width: 30px;
    height: 30px;
}
.suspension_text{
    font-size: 8px;
font-weight: 400;
color: #FFFFFF;
}
.a:hover{text-decoration: none;}
.a{text-decoration: none;}


.icons{
     width: 50%;
     display: flex;
     align-items: center;
}
.icons_img{
    width: 45px;
    height: 45px;
}
.icons_img img{
    width: 45px;
    height: 45px;
}

@media screen and (max-width:1251px){
                    .us-left {
                         width:100px !important; 
                         height: 100px !important; 
                    }
                    .icons{
                            width: 100% !important;
                            display: flex;
                    }
                    .icons_img{
                        width: 45px !important;
                        height: 45px !important;
                    }
                    .icons_img>img {
                        width: 45px !important;
                        height: 45px !important;
                    }
                    .us-right{
                        /*margin-left: 0px !important;*/
                        margin-top: 0px !important;
                    }
                    .right-item p:first-child {
                            font-size: 19px !important;
                            color: #999999;
                        }
                        .hykh-list .hykh-item{
                            width:100% !important; 
                        }
                        .swiper {
                        width: 100%;
                        height: 35vh !important;
                    }
                    .swiper img {
                         margin-left: 0px !important;  
                    }
                    .footer-right-information .lxwm{
                        margin-left: 0;
                            /*margin-left: 16%;*/
                       }
                    /*.footer-top {*/
                    /*    display: block;*/
                    /*   }*/
                    .footer-left-nav {
                        border-right: 0;
                        width: 50%;
                        }
                    .footer-left-nav ul{
                        justify-content: space-between;
                        }
                        
                    .footer-left-nav ul li {
                        margin-right: 0;
                        text-align: center;
                        }
                        .us-right{
                            margin-left: 30px;
                        }
                        .right-item p:last-child{
                            font-size: 15px;
                        }
                        .right-item {
                            width: 66%;
                        }
                }

