ul, ol, li {
    list-style-type: none;
}

.flex {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.w-con{
    width: 1360px;
    margin: 0 auto;
}

@media (max-width: 1380px) {
    .w-con{
        width: calc(100% - 30px);
    }
}

/*头部*/
.w-topp{
    background-color: #02306c;
    color: #ffffff;
}
.w-wel{
    padding-left: 30px;
    background: url(../images/top_wz.png) no-repeat left center;
    color: #fff;
    font: 400 14px/44px "Microsoft yahei";
}
.w-seo{
    color: #fff;
    font: 400 14px/44px "Microsoft yahei"; 
}
.w-seo a{
    color: #fff;
    font: 400 14px/44px "Microsoft yahei";    
}
.w-seo a:hover{
    color: rgba(255, 255, 255, .7);
}
.w-head1{
    padding: 28px 0;
}
.logo img{
    float: left;
}
.logo img + img{
    margin-left: 15px;
    margin-right: 15px;
}
.logo .wz{
    padding-top: 6px;
    float: left;
    color: #02306c;
    font: 600 24px/32px "Microsoft yahei";
}
.logo .wz span{
    display: block;
    color: #292929;
    font: 600 18px/30px "Microsoft yahei";
}
.w-top-hotline{
    text-align: right;
    color: #02306c;
    font: 400 16px/28px "Microsoft yahei";
}
.w-top-hotline p{
    font: 600 24px/30px "Microsoft yahei";
}
.w-top-hotewm{
    width: 310px;
}
.w-top-phone{
    text-align: right;
    color: #02306c;
    font: 400 16px/30px "Microsoft yahei";
}
.w-top-phone h4{
    color: #02306c;
    font: 600 24px/30px "Microsoft yahei";
}
.w-top-ewm{
    width: 102px;
    border: 1px solid #efefef;
}
.w-top-ewm img{
    max-width: 100%;
}
header{
    background-color: #f9f9f9;
}

.x-menu {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.x-menu > li {
    margin: 0;
    text-align: center;
    float: none;
    position: relative;
}

.x-menu > li > a {
    color: #02306c;
    font: 400 16px/60px "Microsoft yahei";
    display: block;
    padding: 0 30px;
}

.x-menu > li:hover > a {
    background-color: #02306c;
    color: #fff;
}

.x-menu > li.active > a {

}

.x-menu .lastli {
    width: 6% !important;
}

.x-menu > li:hover .x-sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.x-sub-menu {
    position: absolute;
    z-index: 999;
    width: 150%;
    left: -25%;
    top: 60px;
    background: #fff;
    border-radius: 5px;
    padding: 10px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.x-sub-menu > li > a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    padding: .5em;
}

.x-sub-menu > li > a:hover {
    background: #e9eaeb;
}

.x-sub-menu:after {
    content: '';
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    border-width: 10px;
    cursor: pointer;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #fff transparent;
    border-top: none;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    z-index: 99;
}


.x-menu > li .x-sub-menux {
    position: absolute;
    left: 100%;
    width: 100%;
    background: #fff;
    top: 80px;
    border-radius: 5px;
    padding: 10px 0;
    display: none;
}

.x-menu > li .x-sub-menux li {
    position: relative;
}

.x-menu > li .x-sub-menux li a {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    padding: 0.5em
}

.x-menu > li .x-sub-menu li:hover .x-sub-menux {
    display: block;
}

.x-menu > li .x-sub-menux li a:hover {
    background: #e9eaeb;
}

.x-banner .owl-carousel {
    position: relative;
}

.x-banner .owl-carousel .banner-item a {
    display: block;
}

.x-banner .owl-carousel .owl-nav .owl-prev {
    left: 0;
}

.x-banner .owl-carousel .owl-nav .owl-next {
    right: 0;
}

.x-banner .owl-carousel .owl-nav button.owl-prev, .x-banner .owl-carousel .owl-nav button.owl-next {
    outline: none;
    position: absolute;
    top: 50%;
    z-index: 9999;
    background: #424246;
    height: 65px;
    width: 50px;
    margin-top: -32.5px;
    border-radius: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.x-banner .owl-carousel .owl-nav button.owl-prev:hover, .x-banner .owl-carousel .owl-nav button.owl-next:hover {
    background: #02306c;
}

.x-banner .owl-carousel .owl-nav .icon-font {
    display: block;
    width: 100%;
    height: 100%;
}

.x-banner .owl-carousel .owl-nav .icon-left-arrow:after {
    background-position: -34px -180px;
}

.x-banner .owl-carousel .owl-nav .icon-right-arrow:after {
    background-position: -26px -480px;
}

.x-banner .owl-carousel .owl-dots {
    position: absolute;
    z-index: 999;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 0;
    bottom: 5%;
}

.x-banner .owl-carousel .owl-dots button.owl-dot {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    margin: 0 .5em;
    outline: none;
    background: #fff;
    border-radius: 50%;
    width: 1em;
    height: 1em;
    opacity: .2;
}

.x-banner .owl-carousel .owl-dots button.owl-dot:hover {
    opacity: .5;
}

.x-banner .owl-carousel .owl-dots button.owl-dot.active {
    opacity: 1;
}

@media (max-width: 990px) {
    .x-banner .owl-carousel .owl-nav button.owl-prev, .x-banner .owl-carousel .owl-nav button.owl-next {
        height: 40px;
        width: 30px;
        margin-top: -20px;
    }

    .x-banner .owl-carousel .owl-nav .iconfont {
        font-size: 20px;
    }

    .x-banner .owl-carousel .owl-dots button.owl-dot {
        font-size: 12px;
    }
}

/*搜索*/
.ssmk{
   
}
.ssmk .flex{
    align-items: center;
}
.ssmk .hotkey{
    color: #444444;
    font: 400 16px/60px "Microsoft yahei";
}
.ssmk .hotkey span{
    color: #444444;
    font: 400 16px/60px "Microsoft yahei";
}
.ssmk .hotkey  a{
    position: relative;
    color: #444444;
    font: 400 16px/60px "Microsoft yahei";
    margin: 0 8px;
}
.ssmk .hotkey  a + a::before{
    content: "、";
    display: block;
    position: absolute;
    left: -11px;
    bottom: -11px;
    color: #444444;
    font: 400 14px/44px "Microsoft yahei";
}
.ssmk .hotkey a:hover{
    color: #154eab;
}

.ss {
    width: 250px;
    border: 1px solid #b0b0b0;
    margin-top: 6px;
    margin-bottom: 6px;
    border-radius: 20px;
    overflow: hidden;
}

.ss input {
    outline: none;
    line-height: 40px;
    width: 20%;
    background: none;
    border: 1px solid #fff;
    background: #fff;
    font-size: 13px;
    color: #1c4086;
    float: left;
}

.ss #keyword {
   padding-left: 14px;
    line-height: 40px;
    width: calc(100% - 40px);
    background: none;
    border: 1px solid #fff;
    outline: none;
    font-size: 14px;
    color: #999;
    float: left;
}


.ss #keyword:-webkit-autofill {
    -webkit-text-fill-color: #999 !important;
    transition: background-color 5000s ease-in-out 0s;
}

.ss #keyword::placeholder {
    color: #999;
}

.ss #s_btn{
    background: url(../images/s_btn.png) no-repeat center;
    width: 40px;
    height: 40px;
    font-size: 0;
}

@media (max-width: 768px) {
    .ss{
        width: 100%;
    }
}

/*数字实力*/
.w-num{
   padding: 5vh 0 0;
}
.w-num-con{
    width: 1000px;
    margin: 0 auto;
    margin-top: 5vh;
    background-color: #fff;
    padding: 40px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, .1);
}
.w-num-con li h3{

}
.w-num-con li h3 i{
    font-style: normal;
    color: #02306c;
    font: 600 48px/52px "Microsoft yahei";    
}
.w-num-con li h3 span{
    display: inline-block;
    color: #ffffff;
    background-color: #fe0000;
    font: 400 16px/22px "Microsoft yahei";
    padding: 0 4px;
    border-radius: 11px;
}
.w-num-con li h4{
    color: #000000;
    margin-top: 10px;
    font: 400 16px/22px "Microsoft yahei";
}
/*产品*/
.w-product{
    padding: 6.5vh 0;
}
.w-tt h3{
    position: relative;
    text-align: center;
    color: #333333;
    font: 600 48px/52px "Microsoft yahei";
}
.w-tt h3 span{
    position: relative;
    margin-right: 40px;
    color: #02306c;
}
.w-tt h3 span::before{
    position: absolute;
    content: "";
    width: 14px;
    height: 14px;
    background-color: #fe0000;
    display: block;
    left: 162px;
    top: 22px;
    border-radius: 8px;
}

.w-tt p{
    text-align: center;
    color: #666666;
    font: 400 18px/44px "Microsoft yahei";
}




.index_tab{
    margin-top: 5vh;
}
.taba{
    display: flex;
    justify-content: center;
}
.taba li{
    width: 162px;
    background-color: #ffffff;
    border: solid 1px rgba(51, 51, 51, 0.9);
    margin-left: 9px;
    margin-right: 9px;
}
.taba li a{
    color: #666666;
    font: 400 16px/58px "Microsoft yahei";
    text-align: center;
    display: block;
}
.taba li.active{
    background: #02306c;
    border-color: #02306c;
}
.taba li.active .a{
    color: #fff;
}
.taba li.active .a .imgwz p{
    color: #fff;
}

.tab-con{
    margin-top: 4vh;
}

.index_tab .pro{
    display: none;
}
.index_tab .pro.active{
    display: block;
}

.pro_list {
    justify-content: flex-start;
}

.pro_list li{
    width: calc(20% - 20px);
    background: #fff;
    text-align: center;
    padding: 10px;
    border: solid 1px rgba(231, 231, 231, 0.9);
    margin: 0 10px;
}
.pro_list li .img{
    overflow: hidden;
}
.pro_list li .img img{
    width: 100%;
    transition: all 0.8s;
}
.pro_list li .wz{
    position: relative;
    padding: 20px;
}
.pro_list li h3{
   width: calc(100% - 32px);
   background: #fff;
   color: #555555;
   font-weight: normal;
   line-height: 30px;
   font-size: 18px;
    top: 0;
   transition: all 0.3s;
   position: relative; 
   text-align: left;
}
.pro_list li .wz::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 10px;
    right: 10px;
    height: 1px;
    background-color: #eeeeee;
    z-index: 9;
}
.pro_list li:hover .wz h3{
    color: #154eab;
}
.pro_list li:hover .wz::before{
    background-color: #154eab;
}
.pro_list li:hover .img img{
    transition: all 0.8s;
    transform: scale(1.05);
}
@media (max-width: 1200px) {
    .w-num-con{
        width: calc(100% - 30px);
    }
    .w-num-con li h3 i{
        font: 600 30px/52px "Microsoft yahei";
    }
}

@media (max-width: 992px) {
    .w-tt h3{
        font: 600 30px/52px "Microsoft yahei";
    }
    .w-tt p{
        font: 400 15px/32px "Microsoft yahei";
    }
    .w-tt h3 span{
        margin-right: 20px;
    }
    .w-tt h3 span::before{
        left: 98px;
        top: 15px;
    }
}
@media (max-width: 768px) {
    .taba{
        display: block;
        width: calc(100% - 20px);
    }
    .taba li{
        width: 100%;
    }
    .w-num-con li{
        width: 50%;
    }
    .pro_list{
        padding: 0 15px;
    }
    .pro_list li{
        width: 100%;
        margin-bottom: 15px;
    }
    .container {
        padding: 0 10px;
    }
}

/*优势*/

.w-ys-list{
    margin-top: 4vh;
    border: 1px solid #cfcfcf;
}
.w-ys-list li{
    width: 19.5%;
}
.w-ys-list li .wz{
    padding: 28px 0;
    background-color: #e6e6e6;
    text-align: center;
}
.w-ys-list li .wz h3{
    color: #333333;
    font: 400 24px/50px "Microsoft yahei";
}
.w-ys-list li .wz span{
    display: block;
    width: 60px;
    height: 2px;
    background-color: #d2d2d2;
    margin: 0 auto;
}
.w-ys-list li .wz h4{
    color: #999999;
    font: 400 14px/36px "Microsoft yahei";
}


@media (max-width: 768px) {
    .w-ys-list li{
        width: 100%;
        margin-bottom: 1px;
    }
    .w-ys-list li .img img{
        width: 100%;
    }
}

/*理由*/
.w-reason{
    padding: 7.7vh 0 5vh;
}
.w-reason-list{
    margin-top: 4vh;
}
.w-reason-list li{
    position: relative;
    width: 25%;
    padding-bottom: 166px;
    overflow: hidden;
}
.w-reason-list li .img img{
    max-width: 100%;
}
.w-reason-list li .wz{
    position: absolute;
    bottom: -266px;
    padding: 4.1vh;
    background-color: #e6e6e6;
    text-align: center;
    z-index: 9;
    transition: all 0.8s;
}
.w-reason-list li .wz .w-reason-num{
    color: #333333;
    font: 400 30px/52px "Microsoft yahei";
}
.w-reason-list li .wz h3{
    color: #333333;
    font: 400 28px/52px "Microsoft yahei";
    margin-bottom: 2.8vh;
}
.w-reason-list li .wz p{
    color: #fff;
    font: 400 16px/32px "Microsoft yahei";
    height: 160px;
}
.w-reason-list li .wz .jia{
    margin: 0 auto;
    border: solid 1px #ffffff;
    display: block;
    width: 40px;
    font: 400 28px/40px "Microsoft yahei";
    margin-top: 2.5vh;
    border-radius: 20px;
}
.w-reason-list li:hover .wz{
    transition: all 0.8s;
    transform: translateY(-266px);
    background-color: #02306c;
}
.w-reason-list li:hover .wz .w-reason-num{
    color: #fff;
}
.w-reason-list li:hover .wz h3{
    color: #fff;  
}
.w-reason-list li:hover .wz .jia{
    color: #fff;
}


@media (max-width: 768px) {
    .w-reason-list li{
        width: 49%;
        padding-bottom: 130px;
    }
    .w-reason-list li .wz{
        bottom: 0;
        padding: 10px;
        width: 100%;
    }
    .w-reason-list li .wz h3{
        font: 400 20px/38px "Microsoft yahei";
    }
}

/* 荣誉 */
.w-honer-list{
    position: relative;
    margin-top: 3vh;
}
.honer-item .img{
    overflow: hidden;
}
.honer-item .img img{
    max-width: 100%;
    transition: all 0.8s;
}
.honer-item:hover .img img{
    transition: all 0.8s;
    transform: scale(1.03)
}
.w-honer-list .owl-carousel .owl-nav.disabled{
    display: block;
}
.w-honer-list .owl-carousel .owl-nav.disabled .owl-prev,.w-honer-list .owl-carousel .owl-nav.disabled .owl-next{
    position: absolute;
    width: 36px;
    height: 70px;
}
.w-honer-list .owl-carousel .owl-nav.disabled .owl-prev{
    right: -66px;
    top: 25%;
    font-size: 0;
    background: url(../images/partner_next.png) no-repeat center #dbdbdb;
}
.w-honer-list .owl-carousel .owl-nav.disabled .owl-next{
    left: -66px;
    top: 25%;
    font-size: 0;
    background: url(../images/partner_prev.png) no-repeat center #dbdbdb;
}
.w-honer-list .owl-carousel .owl-nav.disabled .icon-font:after{
    background-image: none;
}
.w-honer-list .owl-carousel .owl-nav.disabled .owl-prev:hover{
    background: url(../images/partner_next.png) no-repeat center #02306c;    
}
.w-honer-list .owl-carousel .owl-nav.disabled .owl-next:hover{
    background: url(../images/partner_prev.png) no-repeat center #02306c;    
}

/* 流程 */
.w-process{
    padding: 7vh 0;
}
.w-process-list{
    position: relative;
    margin-top: 4vh;
}
.w-process-list::after{
    content: "";
    width: 100%;
    position: absolute;
    bottom: 38px;
    height: 1px;
    background-color: #02306c;
}
.w-process-list li{
    width: 116px;
    z-index: 9;
    position: relative;
    margin-left: 20px;
    margin-right: 20px;
    padding: 10px 17px 60px;
}
.w-process-list li .img{
    margin: 0 auto;
    width: 50px;
}
.w-process-list li .img img:first-child{
    display: block;
}
.w-process-list li .img img:last-child{
    display: none;
}
.w-process-list li .wz{
    text-align: center;
}
.w-process-list li .wz h3{
    color: #333333;
    font:400 18px/36px "Microsoft yahei";
}
.process-num{
    position: absolute;
    left: 50%;
    margin-left: -18px;
    bottom: 20px;
    width: 36px;
    border-radius: 18px;
    background-color: #02306c;
    color: #fff;
    text-align: center;
    font: 400 16px/36px "Microsoft yahei";
}
.w-process-list li:hover{
    background-color: #02306c;
}
.w-process-list li:hover .img img:first-child{
    display: none;
}
.w-process-list li:hover .img img:last-child{
    display: block;
}
.w-process-list li:hover .wz h3{
    color: #fff;
}
.w-process-list li:hover .process-num{
    background-color: #fff;
    color: #02306c;
}

/*关于我们*/
.w-about{
    overflow: hidden;
    padding: 8vh 0 12vh;
    position: relative;
}
.w-about .w-about-img{
    position: absolute;
    top: 0;
    right: 0;
    width: 54%;
}
.w-about-l{
    width: 36%;
}
.w-about-tt{
    margin-bottom: 4.6vh;
}
.w-about-tt h3{
    color: #02306c;
    font: 600 32px/40px "Microsoft yahei";
}
.w-about-tt p{
    color: #333333;
    font: 400 18px/32px "Microsoft yahei";
}
.w-about-wz p{
    color: #333333;
    font: 400 16px/28px "Microsoft yahei";
}
.w-about-num{
    margin-top: 4vh;
}
.w-about-num li h3 i{
    font-style: normal;
    color: #000;
    font: 600 48px/52px "Microsoft yahei";    
}
.w-about-num li h3 span{
    display: inline-block;
    color: #ffffff;
    background-color: #fe0000;
    font: 400 16px/22px "Microsoft yahei";
    padding: 0 4px;
    border-radius: 11px;
}
.w-about-num li h4{
    color: #000000;
    margin-top: 10px;
    font: 400 16px/22px "Microsoft yahei";
}

@media (max-width: 768px) {
    .w-about{
        background: none !important;
        padding: 5vh 0;
    }
    .w-about-l{
        width: 100%;
    }
    .w-about-num li h3 i{
        font: 600 30px/38px "Microsoft yahei";
    }
}


/* 新闻 */
.w-news{
    padding: 6vh 0;
}
.w-news-con{
    margin-top: 3vh;
}
.w-news-l{
    width: 47.9%;
}
.w-news-l li .img{
    overflow: hidden;
}
.w-news-l li .img img{
    max-width: 100%;
}
.w-news-l li .wz{
    background-color: #eeeeee;
    padding: 15px 27px;
}
.w-news-l li .wz .wz-l{
    width: 65%;
}
.w-news-l li .wz .wz-l h3{
    color: #333;
    font: 400 18px/36px "Microsoft yahei";
}
.w-news-l li .wz .wz-l p{
    color: #666666;
    font: 400 14px/22px "Microsoft yahei";
}
.w-news-l li .wz .wz-r{
    width: 88px;
}
.w-news-l li .wz .wz-r .date{
    text-align: center;
    color: #666666;
    font: 400 14px/30px "Microsoft yahei";    
}
.w-news-l li .wz .wz-r .more{
    width: 87px;
    background-color: #02306c;
    color: #ffffff;
    font: 400 14px/28px "Microsoft yahei";
    margin-top: 10px;
    text-align: center;
}
.w-news-l li:hover .wz .wz-l h3{
    color: #02306c;
}
.w-news-r{
    width: 47.9%;
}
.w-news-r li{
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.w-news-r li a{
    display: flex;
    justify-content: space-between;
}
.w-news-r li .date{
    text-align: center;
    width: 100px;
    color: #666666;
    font: 400 18px/32px "Microsoft yahei";
}
.w-news-r li .date span{
    display: block;
    color: #666666;
    font: 400 36px/52px "Microsoft yahei";
}
.w-news-r li .wz{
    width: calc(100% - 120px);
}
.w-news-r li .wz h3{
    color: #666;
    font: 400 18px/32px "Microsoft yahei";
    word-break:keep-all;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis; 
}
.w-news-r li .wz p{
    color: #666;
    font: 400 14px/28px "Microsoft yahei";
    text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.w-news-r li:hover .wz h3{
    color: #02306c;
}
@media (max-width: 768px) {
    
    .w-news-l{
        width: 100%;
    }
    .w-news-l li .wz{
        padding: 10px;
    }
    .w-news-l li .wz .wz-l{
        width: 100%;
    }
    .w-news-r{
        width: 100%;
    }
}


/**/
.w-workshop-con{
    margin-bottom: 6vh;
}


.workshop-item .img img{
    max-width: 100%;
}
.workshop-item h3{
    text-align: center;
    background-color: #eeeeee;
    color: #666666;
    font: 400 16px/40px "Microsoft yahei";
}
.workshop-item:hover h3{
    background-color: #02306c;
    color: #fff;
}
/*友情*/
.w-link{
    background-color: #eeeeee;
    padding: 8px 0;
}
.w-link h3{
    color: #000000;
    font: 400 16px/28px "Microsoft  yahei";
}
.w-link h3 span{
    display: block;
    color: #dcdbdb;
    font: 600 30px/32px "Microsoft  yahei";
}
.w-link dd{
    width: calc(100% - 88px);
}
.w-link dd a{
    color: #333;
    font: 400 16px/28px "Microsoft  yahei";
}

.w-link dd a:hover{
    color: #02306c;
}

/*底部*/
.f-layout{
}
.w-con1{
    padding: 10px 0 30px;
}
.fota{
    width: 366px;
}
.w-layout-nav{
    margin-top: 2vh;
    margin-bottom: 2vh;
}
.w-layout-nav li{
    width: 25%;
    text-align: left;
}
.w-layout-nav li a{
    color: #ffffff;
    font: 400 16px/36px "Microsoft yahei";
}
.w-layout-contact{
    color: #fff;
    font: 400 16px/30px "Microsoft yahei";
    margin-top: 77px;
}



.w-layout-ewm{
    background-color: #fff;
    padding: 7px;
    margin-top: 38px;
}
.w-layout-ewm img{
    width: 128px;
    border: 1px solid #eee;
}
.w-layout-ewm p{
    text-align: center;
    color: #333333;
    font: 400 14px/28px "Microsoft yahei";
}
.w-copyright{
    font: 400 14px/52px "Microsoft yahei";
    text-align: center;
    color: #fff;
    border-top: 1px solid rgba(255, 255, 255, .1);
}
.w-copyright a{
    font: 400 14px/52px "Microsoft yahei";
    color: #fff;
}
.f-message-tt{
    color: #ffffff;
    font: 400 22px/66px "Microsoft yahei";
    margin-top: 10px;
}
.f-message{
    width: 250px;
}
.w-layout-message .form-control{
    border-radius: 0;
}
.f-message #message-form #checkcode{
    width: 100%;
}
.w-layout-message #content{
    height: 34px;
}
.w-layout-message .btn-primary{
    background-color: #124f9d;
}
.f-message .col-sm-12{
    position: relative;
}
.f-message #codeimg{
    position: absolute;
    top: 0;
    right: 15px;
}

.w-ys {
    display: none;
}

@media(max-width: 768px) {
    .w-process-list::after {
        display: none;
    }

    .w-process-list {
        justify-content: flex-start;
    }

    .w-process-list li {
        width: calc(100% / 7);
        margin: 0;
        padding: 10px 5px 60px;
    }

    .w-process-list li .wz h3 {
        font-size: 14px;
        line-height: 24px;
    }

    .pro_list li {
        width: calc(50% - 10px);
        margin: 0 5px 10px 5px;
    }

    .pro_list li:last-child {
        display: none;
    }

    .pro_list li .wz {
        padding: 10px;
    }

    .pro_list li h3 {
        font-size: 14px;
    }

    .w-reason-list li:hover .wz {
        bottom: 0;
        padding: 10px;
        width: 100%;
        background-color: #e6e6e6;
        transform: translateY(0);
    }

    .w-reason-list li:hover .wz .w-reason-num,.w-reason-list li:hover .wz h3 {
        color: #333;
    }
}

