.ul_total_box{
    /*position: absolute;
    bottom: 90px;*/
    margin-top:20px;
    width: 100%;
    color:#333;
}
.ul_about_box{
    position: absolute;
    bottom: -40px;
}
.ul_total{
    width: 1200px;
    margin: 0 auto;
    border: 1px solid #e1e2e2;
    background: #fff;
    border-radius: 15px;
    height: 82px;
}
.ul_total li{
    width: calc(20% - 1px);
    float: left;
    border-right:1px solid #e1e2e2;
    height: 30px;
    padding: 40px 0px;
    text-indent: 30px;
}
.ul_total li:last-child{
    border:0;
}
.ul_total li .li_title{

}
.ul_total li .li_num{
    font-size:20px;
    font-weight:bold;
    color:#008fd7;
    margin-left: 10px;
}
.ul_total li .li_count_box{
    color: #313131;
    font-size: 18px;
    width: 100%;
    height: 40px;
}
.li_count_box .li_count{
    font-size: 42px;
    font-weight: bold;
    margin-right: 5px;
}
.ul_about{
    text-align:center !important;
    height: 140px;
    border:0 !important;
    border-radius: 3px;
    box-shadow: 0 2px 4px rgba(33, 51, 67, .12);
}
.ul_about li{
    text-indent: 0 !important;
    border:0 !important;
    padding: 55px 0px !important;
    width: 25% !important;
}
.ul_about li .li_title{
    color: #727272;
    font-size: 14px;
}



.a_btn{
    padding: 5px 10px;
    background-color: #000;
    color: #fff !important;
    margin: 0 10px;
    border-radius: 3px;
}

.item_honor{
    background: url("../images/bg1.jpg") no-repeat 0 0;
    height: 422px;
    background-position:center;
}
.item_business {
    background: url("../images/bg2.jpg") no-repeat 0 0;
    height: 759px;
    background-position: center;
}

.item_connect_title{
    width: 100%;
    text-align: center;
    margin: 60px 0 40px 0;
    line-height: 40px;
}
.item_connect_title .title_name{
    font-size: 30px;
    font-weight: bold;
    color: #181c29;
}
.item_type{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.item_connect_left{
    width: 210px;
    padding:0 20px;
    height: 270px;
    font-size: 14px;
    color:#333;
    position: relative;
}
.content_1{
    background: url("../images/item_bg1.png") no-repeat 0 0;
}
.content_2{
    background: url("../images/item_bg2.png") no-repeat 0 0;
}
.content_3{
    background: url("../images/item_bg3.png") no-repeat 0 0;
}
.item_connect_left .title{
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
}
.item_connect_left .info{
    font-size: 13px;
    margin-top: 30px;
}
.item_connect_left .info .num{
    font-size: 14px;
    display: inline-block;
   /* background: url(../images/num_bg.png) repeat-x 0 center;*/
    letter-spacing: 10px;
    text-indent: 6px;
    margin:0 5px;
}
.item_connect_left .content_btn{
    width: 114px;
    height: 29px;
    line-height: 29px;
    text-align:center;
    color:#161717;
    border-radius: 5px;
}
.content_1 .content_btn{
    background-color: #9ed1da;
}
.content_2 .content_btn{
    background-color: #d8afcd;
}
.content_3 .content_btn{
    background-color: #b4addb;
}
.item_connect_left .content_more{
    position: absolute;
    bottom:20px;
    right:30px;
}
.item_connect_left .content_more img{
    margin-left: 10px;
    vertical-align: middle;
}


.item_connect_right{
    width: 985px !important;
    height: 270px;
    overflow: hidden;
    position: relative;
}

.card-items {
    border-radius: 10px;
    width: 238px !important;
    margin: 0 4px !important;
    padding:0 15px;
    height: 270px !important;
    text-align: center;
    background-color: #fff;
    border:1px solid #e5e5e5;
}
.card-items .grid-img {
    width: 120px;
    height: 60px;
    margin: 40px auto 0;
}
.card-items .grid-title {
    color: #333;
    font-size: 12px;
    font-weight: 400;
    width: 208px;
    display: block;
    margin: 0 auto;
    padding: 0;
    margin-top: 80px;
    height: 24px;
    line-height: 24px;
}
.card-items .grid-price{
    width: 100%;
}
.card-items .grid-desc {
    color: #494965;
    line-height: 16px;
    height: 16px;
    font-size: 12px;
    font-weight: 400;
}
.card-items .grid-desc img{
    vertical-align: middle;
    margin-right: 10px;
}
.card-items .grid-price {
    color: #000;
    line-height: 24px;
    height: 24px;
    font-size: 16px;
    font-weight: 600;
    padding-top: 20px;
    font-family: honorSansBrand, Avenir Next;
}
.swiper_btn_box{
    align-items: center;
    cursor: pointer;
    display: flex;
    height: 40px;
    justify-content: center;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 100%;
    z-index: 999;
}
.swiper-button-next,.swiper-button-prev{
    background-color: #d9d9d9;
    align-items: center;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    padding: 0;
    position: relative;
}
.swiper_btn_box .cl-icon{
    height: 50%;
    pointer-events: none;
    width: 50%;
}


.lbt-box {
    position: relative;
    width: 1200px;
    height: 400px;
    margin: 0 auto;
}
.lbt-box .imgs{
    width: 100%;
    height: 330px;
}
.imgitem {
    position: absolute;
    width: 340px;
    height: 330px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin:0 auto;
    z-index: 0;
    transition: .8s;
    text-align: center;
    color:#333;
    opacity: 0;
}
.cur-img {
    width: 340px;
    z-index: 100;
    opacity: 1;
}
.pre-img {
    transform: translateX(-400px) rotateY(0deg) scale(0.8);
    z-index: 9;
    opacity: 0.9;
}

.next-img {
    transform: translateX(400px) rotateY(-0deg) scale(0.8);
    z-index: 9;
    opacity: 0.9;
}

.imgitem .zjk_avatar img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.imgitem .zjk_info{
    padding:30px 0;
    font-size: 16px;
    line-height: 24px;
}
.imgitem .zjk_tag{
    font-size: 14px;
}
.imgitem .zjk_name{
    font-size: 20px;
    font-weight: bold;
    padding:20px 0 10px 0;
}
.imgitem .zjk_disc{
    font-size: 16px;
    line-height: 24px;
    font-size: 20px;
}
.zjk_btn{
    width: 100%;
    text-align: center;
}
.zjk_btn a{
    margin:0 30px;
    width: 32px;
    height: 32px;
    cursor: pointer;
    display: inline-block;
}
.about_honer_tab{
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
    position: relative;
}
.card-about{
    width: 248px !important;
    height: 210px !important;
    margin: 0 24px !important;
    font-size: 15px;
    color:#353535;
    text-align: center;
}
.card-about img{
    width:100%;
    height: 170px;
    margin-bottom: 5px;
}
.pt_ul{
    width: 1200px;
    height: 600px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #2e2e2e;
    background: url("../images/a_icon5.png") no-repeat center center;
}
.pt_ul li{
    width: 440px;
    height: 260px;
}
.pt_ul li .pt_li_title{
    font-size: 26px;
    font-weight: 500;
}
.pt_ul li .pt_li_title img{
    vertical-align: bottom;
    margin:0 20px 0 10px;
}
.pt_ul li .pt_li_info{
    font-size: 15px;
    line-height: 23px;
    margin-top: 20px;
}
.business_ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    float: left;
}
.business_ul li{
    width: 25%;
    font-weight: bold;
    line-height: 40px;
}

