
/*删格化5等份*/
.layui-col-lg2-4,.layui-col-md2-4,.layui-col-sm2-4,.layui-col-xs2-4{position:relative;display:block;box-sizing:border-box}
.layui-col-xs2-4{float:left}
.layui-col-xs2-4{width:19.9999992%}
.layui-col-xs-offset2-4{margin-left:19.9999992%}
@media screen and (min-width:768px){
    .layui-col-sm2-4{float:left}
    .layui-col-sm2-4{width:19.9999992%}
    .layui-col-sm-offset2-4{margin-left:19.9999992%}
}
@media screen and (min-width:992px){
    .layui-col-md2-4{float:left}
    .layui-col-md2-4{width:19.9999992%}
    .layui-col-md-offset2-4{margin-left:19.9999992%}
}
@media screen and (min-width:1200px){
    .layui-col-lg2-4{float:left}
    .layui-col-lg2-4{width:19.9999992%}
    .layui-col-lg-offset2-4{margin-left:19.9999992%}
}
body{
    font-family: 微软雅黑;
}
/* owl-carousel轮播插件 */
.owl-carousel .owl-dots{position:absolute;top:50%;padding:0;text-align:left;width:20px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}
.owl-carousel .owl-dots .owl-dot{display:inline-block;position:relative;vertical-align:middle}
.owl-carousel .owl-dots .owl-dot span{width:12px;height:12px;margin:0 5px;border-radius:50%;background:#fff;display:inline-block;text-align:center;-webkit-transition:all ease .5s;-o-transition:all ease .5s;transition:all ease .5s}
.owl-carousel .owl-dots .owl-dot.active span{width:20px;height:12px;background:#0E6CBA;border-radius:20px}
.owl-carousel .owl-nav i{font-size:24px;color:#fff}
.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{background:#000;width:42px;height:42px;line-height:48px;-webkit-transition:all ease .5s;-o-transition:all ease .5s;transition:all ease .5s;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);top:50%;position:absolute;text-align:center;border-radius:50%;opacity:0}
.owl-carousel .owl-nav .owl-prev{background:#000;left:20px;right:auto}
.owl-carousel .owl-nav .owl-next{right:20px}
/* owl-carousel轮播插件 */

/* 首页轮播 */
.slides-arrow:hover .owl-nav .owl-next,.slides-arrow:hover .owl-nav .owl-prev{opacity:.3}
.slides-arrow.dot-center .owl-dots{position:relative;top:-30px;padding:0;text-align:center;vertical-align:middle;display:inline-block;width:100%}
/* 首页轮播 */

.auth-image {
    max-width: 100%;
    height: auto;
}

.color-fff{
    color: #fff!important;
}

.bg-color-fff{
    background: #fff;
}

.font-weight-bold{
    font-weight: bold;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}


.display-flex{
    display: flex;
}

.align-items-center{
    align-items: center;
}

.justify-content-center{
    justify-content: center;
}
.justify-content-space-around{
    justify-content: space-around;
}
.justify-content-space-evenly{
    justify-content: space-evenly;
}


.justify-content-space-between{
    justify-content: space-between;
}

.justify-content-flex-end{
    justify-content: flex-end;
}
.justify-content-flex-right{
    justify-content: right;
}

.text-align-center{
    text-align: center;
}

.position-relative{
    position: relative;
}

.position-absolute{
    position: absolute;
}

.mg-20 {
    margin: 20px;
}

.height-100{
    height: 100px;
}

.height-50{
    height: 50px;
}
.height-40{
    height: 40px;
}
.height-30{
    height: 30px;
}
.height-20{
    height: 20px;
}

.height-25{
    height: 25px;
}
.height-10{
    height: 10px;
}
.height-15{
    height: 15px;
}

.cursor-pointer{
    cursor: pointer;
}
.auth-image{
    max-width: 100%;
    height: auto;
}

.text-overflow-1{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.text-overflow-2{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.text-overflow-3{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

/*首页 头部*/


.nav_ul{
    /*float:right;*/
    /*height: 100px;*/
    /*line-height: 100px;*/
}
.nav_li{
    /*float:left;*/
    /*font-size: 16px;*/
    /*text-align: center;*/
    /*width:120px;*/
    transition: all .5s;
    position: relative;
}
.nav_li .sub_nav{
    position: absolute;
    z-index: 99;
    display: none;
    min-width: 256px;
    border: 1px solid #efefef;
    background: #fff;
    margin: 0px;
    text-align: left;
    padding: 0px;
    border-radius: 0px;
    -webkit-box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.15);
}
.nav_li .sub_nav a{
    display: block;
    line-height: 49px;
    color: #828282;
    font-size: 15px;
    padding: 0px 30px;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
    font-weight: 400;
    text-shadow: none;
    border-bottom: 1px solid #efefef;
    position: relative;
    padding-left: 25px;
    text-transform: capitalize;
}
.sub_nav a:hover{
    color: #ff7022;
    padding-left: 50px;
}
.sub_nav li:hover a:before{
    opacity: 1;
    width: 12px;
}
.sub_nav a:before{
    content: "";
    width: 0px;
    height: 1px;
    background: #ff7022;
    position: absolute;
    left: 27px;
    top: 50%;
    -webkit-transform: none;
    transform: none;
    margin-top: -1px;
    opacity: 0;
    -webkit-transition: all 300ms linear 0s;
    transition: all 300ms linear 0s;
}
.nav_li:hover .sub_nav{
    display: block;
    -webkit-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}
.nav_li a{
    color:#fff;
    transition: all 0s;
}
.nav_li:hover>a{
    color: #ff7022;
}


.customer-index-banner {
    background-repeat: no-repeat;background-size: 100% 100%;
}
.customer-header-top{
    height: 40px;
    color: #999999;
}

.customer-header-index-1-box{
    border-bottom: 1px solid #F2F2F2;
}

.customer-header-top-right a{
    padding: 0 10px ;
    border-right: 1px solid #B2B2B2;
}
.customer-header-top-right a:last-child{
    border-right: unset;
}

.customer-header-top a{
    color: #999999;
    font-size: 14px;
}

.customer-header-index-1-left-title{
    color: #545454;
    font-size: 30px;
}

.customer-header-index-1-left-desc{
    font-size: 16px;
    color: #666666;
}

.customer-header-index-1-left-title-box{
    padding: 0 10px;
    border-left: 1px solid #E7E7E7
}

.customer-header-index-2-tab-box li a {
    display: block;
    font-size: 16px;
   padding: 15px 39px;
    color: #262626;
}

.customer-header-index-2-tab-box .active .customer-header-index-2-top{
    border-bottom: 3px solid #217BC6;
}

.customer-header-index-3-search-input{
    display: block;
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
    color: #323233;
    line-height: inherit;
    text-align: left;
    background-color: transparent;
    border: 0;
    resize: none;
}

.customer-header-index-3-search-left-title{
    font-size: 17px;
    margin: 0 5px;
    color: #3C3C3C;
}

.customer-header-index-3-search-box{
    padding: 10px 20px;
    background: #EAEAEA;
    border-radius: 45px;
}

.customer-header-index-3-search-left-title-tips span{
    padding: 0 10px;
}

.customer-header-index-3-search-left-title-tips{
    font-size: 15px;
    color: #666666;
}


.customer-header-index-3-box{
    border-bottom: 1px solid #F2F2F2;
}


.customer-index-4-title-until{
    height: 1px;
    width: 35px;
    border-bottom: 1px solid #D2D2D2;
}

.customer-index-4-title{
    font-size: 46px;
    color: #333333;
    margin: 0px 25px;
}

.customer-index-4-title-desc{
    font-size: 20px;
    color: #333333;
}

.customer-5-box{
    border: 1px solid #E3E3E3;
}
.customer-5-image-box{
    background: #fff;
}

.customer-5-image-box img{
    max-height: 200px;
    height: 200px;
}

/*.customer-index-6-left-box{*/
/*    margin-right: 30px;*/
/*}*/

/*.customer-index-6-right-box{*/
/*    margin-left: 30px;*/
/*}*/

.customer-index-6-swiper-title-box{
    margin-left: 25px;
}

.customer-index-6-swiper-title{
    color: #333333;
    font-size: 28px;
}

.customer-index-6-swiper-title-desc{
    color: #333333;
    font-size: 16px;
    line-height: 27px;
}


#certify {
    position: relative;
    width:100%;
    margin: 0 auto
}

#certify .swiper-container {
    padding-bottom: 60px;
}

#certify  .swiper-slide {
    width: 520px;
    height: 100%;
    background: #fff;
    box-shadow: 0 8px 30px #ddd;
    overflow: hidden;
}
#certify  .swiper-slide img{
    display:block;
    width: 100%;
}
#certify  .swiper-slide p {
    line-height: 98px;
    padding-top: 0;
    text-align: center;
    color: #636363;
    font-size: 1.1em;
    margin: 0;
}

#certify .swiper-pagination {
    width: 100%;
    bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    width: 10px;
    height: 10px;
    opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #00aadc;
    background-color: #fff;
}

#certify .swiper-button-prev {
    left: -30px;
    width: 45px;
    height: 45px;
    background: url(../images/wm_button_icon.png) no-repeat;
    background-position: 0 0;
    background-size: 100%;
}

#certify .swiper-button-prev:hover {
    background-position: 0 -46px;
    background-size: 100%
}

#certify .swiper-button-next {
    right: -30px;
    width: 45px;
    height: 45px;
    background: url(../images/wm_button_icon.png) no-repeat;
    background-position: 0 -93px;
    background-size: 100%;
}

#certify .swiper-button-next:hover {
    background-position: 0 -139px;
    background-size: 100%
}


.customer-index-7-box{
    background: #F3F3F3;
    padding: 0 35px;
}
.customer-index-7-title{
    font-size: 22px;
    color: #333333;
}

.customer-index-7-desc{
    font-size: 16px;
    color: #333333;
    line-height: 34px;
}

.customer-index-7-buttom{
    padding: 10px 50px;
    font-size: 16px;
    background: #217BC6;
    display: inline-block;
    border-radius: 25px;
}
.cpro_list_7_tab{
}

.cpro_list_tab{
    padding: 0 40px;
    background: #F5F5F5;
}
.ctab_list_box{
    border-bottom: 2px solid #EBEBEB;
    padding-bottom: 20px;
}
.ctab_list_box .tab_t_cur {
    color: #217bc6;
}

.ctab_list {
    font-size: 22px;
    color: #333333;
    font-weight: bold;
    margin-right: 50px;
}
.customer-index-7-content-img{
    width: 340px;
    height: 190px;
}

.customer-index-7-content-title{
    font-size: 16px;
    color: #333333;
}

.customer-index-7-content-desc{
    font-size: 14px;
    color: #333333;
    max-height: 100px;
    min-height: 100px;
    overflow: hidden;
    line-height: 22px;
}

.customer-index-7-content-time{
    color: #999999;
    font-size: 16px;
}

.customer-index-7-content-son-image{
    margin-right: 10px;
}
.customer-index-7-content-more{
    color: #F6B63B;
}
.customer-index-7-content-right-tips{
    padding: 7px 10px;
    color: #fff;
}
.customer-index-7-content-right-tips-q{
    background: #1674BC;
}

.customer-index-7-content-right-tips-a{
    background: #F6B63B;
    height: 16px;
}

.customer-index-7-content-right-desc{
    font-size: 14px;
    color: #333333;
    max-height: 70px;
    min-height: 70px;
    overflow: hidden;
    line-height: 22px;
}

.customer-index-7-content-right-title ,.customer-index-7-content-right-desc{
    margin-left: 25px;
}


.customer-index-7-content-son-title{
    font-size: 14px;
    color: #666;
}

.customer-index-7-content-right-box{
    border-bottom: 1px dashed #EBEBEB;
}

 .customer-index-7-content-right-box-last{
    border-bottom: unset;

}

 .customer-index-7-content-left-box{
     height: 155px;
     min-height: 155px;
     overflow: hidden;
 }

 .customer-index-7-content-right-bg{
     min-height: 425px;
     height: 425px;
     overflow: hidden;
 }

 .cpro_list_tab_right_bg{
     background: #F5F5F5;
 }

.cpro_list_tab_right{
    padding: 0 30px;
}

.clearfix:before {
    display: table;
    content: " ";
}
.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
}
