.banner-box{
    height: 600px;
    max-height: 600px;
    overflow: hidden;
}
.banner-box img{
    max-height: 600px;
    height: 600px;
}
.banner-box .logo img{
    height: auto;
}
.search-input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #fff !important;
}

.search-input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff !important;
}

.search-input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff !important;
}

.search-input::-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #fff !important;
}
.white{
    background: #fff !important
}
.layui-carousel > [carousel-item] > .layui-this{
    display: flex;
    justify-content: center;
    align-items: center;
}
.layui-carousel > [carousel-item] > .layui-this img{
    max-height: 100%
}
.banner-text{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.banner-cnt,.banner-text h1{
    width: 100%;
}

.banner-text p{
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #fff;
}
.banner-text h1{
    text-align: center;
    color: #fff;
    font-size: 34px;
    line-height: 1;
    margin-bottom: 40px;
}
.banner-text ul {
    background: #fff;
    /* width: auto; */
    max-width: 800px;
    height: 64px;
    border-radius: 64px;
    margin: 0 auto;
}
.banner-text li{
    float: left;
    width: 25%;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    padding: 22px 0;
}
.banner-text li a{
    color: #333;
    padding-bottom: 20px;
}
.banner-text li.active a,.banner-text li:hover a{
    color: #ca9a09;
    border-bottom: 2px solid #ca9a09;
}
/* join start */
.join{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
}
.join-text {
    max-width: 600px;
    margin-right: 40px;
}
.join-main{
    font-size: 24px;
    line-height: 34px;
    color: #ca9a0d;
    margin-bottom: 40px;
}
.join-img{
    width: 45%;
}
.join-img img{
    width: 100%;
}
.join-text > p{
    font-size: 14px;
    line-height: 24px;
    color: #333;
}

.people{
    display: flex;
    height: 540px;
    background: url(../images/people-bg.jpg) no-repeat center center;
    background-size: cover;
}
.people-main{
    margin-left: 5%;
    width: 380px;
    padding: 50px 30px;
    background: rgba(202,154,9,.7);
}
.people-main .people-tit{
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
}
.people-main p{
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 5px;
}

.work-box{
    padding-bottom: 60px;
}
.work-tit{
    font-size: 40px;
    text-align: center;
    color: #333;
    margin-bottom: 50px;
}
.work-box .layui-carousel>[carousel-item]:before,.work-box .layui-carousel-arrow{
    display: none;
}
.work-box .layui-carousel-ind li{
    background: none;
    margin: 0 10px;
    border: 1px solid #ca9a09;
}    
.work-box .layui-carousel-ind li.layui-this{
    background: #ca9a09;
}
.work-box .layui-carousel-ind ul,.work-box .layui-carousel,.work-box .layui-carousel>[carousel-item]>*{
    background: none !important;
}
.people-list dl{
    box-sizing: border-box;
    float: left;
    width: 31.333%;
    margin: 1%;
    padding: 23px;
    border: 1px solid #ddd;
    background: #fff;
}
.people-list dl dt {
    margin-bottom: 24px;
}
.people-list dl dt > div{
    font-size: 18px;
    color: #333;
}
.people-list dd .num,.people-list dd .time{
    font-size: 12px;
    color: #ca9a0d;
}
.people-list dd .time{
    margin-bottom: 30px;
}
.people-list .work b{
    display: block;
    font-size: 18px;
    color: #333;
    margin-bottom: 20px;
}
.people-list .work p {
    font-size: 12px;
    color: #333;
    padding-left: 15px;
    background: url(../images/p-bg.png) no-repeat left top 3px;
}
.people-list .btn-box{
    text-align: right;
}
.people-list .btn-box a{
    font-size: 12px;
    color: #fff;
    padding: 2px 10px;
    border-radius: 20px;
    background: #ca9a0d;
}
/* join end */

/* news-detail start */
.news-detail {
    padding: 80px 110px 30px;
}
.news-detail img{
    max-width: 100%;
    margin: 0 auto;
}
.news-detail h1{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}
.news-info{
    font-size: 16px;
    color: #333;
    margin-bottom: 40px;
}
.news-detail-main p{
    font-size: 14px;
    line-height: 24px;
    color: #666;
    margin-bottom: 30px;
}
/* news-detail end */

/* news-list start */
.pull-left{
    float: left;
}
.newslist-box {
    padding: 40px 0;
}
.newslist-box ul{
    margin-bottom: 30px;
    padding: 0 30px;
    overflow: hidden;
}
.newslist-box ul li {
    position: relative;
    display:flex;
    /* flex-wrap: wrap; */
    align-items: center;
    padding: 30px 0;
    border-bottom: 1px solid #eff0f1;
    z-index: 1;
}
.newslist-box ul li:hover{
    border-color: #f5f5f5
}
.newslist-box ul li:hover::before{
    position: absolute;
    display: block;
    content: '';
    width: 200%;
    height: 100%;
    padding: 0 30px;
    top: 0;
    left: -30px;
    background-color: #f5f5f5;
    z-index: -1;
}
.newslist-box ul li .newslist-img{
    margin-right: 4%;
    width: 300px;
    height: 200px;
    /*overflow: hidden;*/
}
.newslist-box ul li .newslist-img img{
    /*width: 100%;
    height: 100%;*/
    width: 300px;
    height: 200px;
    max-width: 300px;
}
.newslist-wrapper{
    flex: 1
}

.newslist-box ul li p{
    font-size: 14px;
}
.newslist-box ul li .newslist-description{
    height: 44px;
    line-height: 22px;
    overflow: hidden;
    color: #999;
    margin-bottom: 15px;
}
.newslist-box ul li .newslist-title{
    display: block;
    font-size: 18px;
    color: #444;
    font-weight: bold;
    line-height: 28px;
    margin-bottom: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.newslist-box ul li .newslist-title:hover{
    color: #B58E4B
}
.newslist-box ul li .newslist-time{
    color: #c9ccd0;
    margin-bottom: 10px;
}
.more-box {
    text-align: center;
}
.more-box a{
    display: inline-block;
    width: 130px;
    font-size: 24px;
    line-height: 1;
    padding: 8px 0;
    color: #fff;
    text-align: center;
    background: #ca9a0d;
}
/* news-list end */

/* download start */
.download-box{
    padding: 50px 0;
}
.breadcrumb{
    background: none;
    margin-bottom: 30px;
    color: #999
}
.breadcrumb a{
    font-size: 14px;
    color: #999;
}
.breadcrumb a:hover{
    color: #ca9a09;
}

.search-box{
    margin-bottom: 40px;
}
.search-box .search-input{
    position: relative;
    max-width: 292px;
    border: 1px solid #ccc;
    overflow: hidden;
}
.search-box .search-input input{
    font-size: 16px;
    line-height: 30px;
    border: none !important;
    width: 100%;
}
.search-box .search-btn{
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/search-icon.jpg) no-repeat right center;
    background-size: 30px;
    border: none !important
}

.download-main{
    margin-bottom: 50px;
}
.download-list {
    padding: 18px 0;
    border-bottom: 1px solid #ddd;
}
.download-list.op1{
    position: relative;
    z-index: 1;
}
.download-list > div{
    float: left;
    font-size: 14px;
    line-height: 24px;
    color: #333;
}
.download-icon,.look-icon{
    margin: 0 15px;
}
.link-icon{
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/link-icon.png) no-repeat center center;
}
/* .link-icon:hover .tip-box{
    display: block
} */
.download-tit{
    width: 480px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.download-time{
    max-width: 80px;
    margin-left: 10%;
}
.download-tool{
    float: right !important;
    width: 150px;
}
.download-tool i{
    display: inline-block;
    width: 20px;
    height: 20px;
    /* padding: 10px; */
    background-size: 20px !important;
}
.download-icon{
    background: url(../images/download-icon.png) no-repeat center center;
}
.look-icon{
    position: relative;
    background: url(../images/look-icon.png) no-repeat center center;
}
.tip-box{
    display: none;
    width: 90px;
    position: absolute;
    background: #fff;
    text-align: center;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    top: 20px;
    z-index: 9999;
}
.tip-box dl{
    background: #fff;
}
.tip-box::before{
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 10px;
    background: #333;
}
.tip-box dt{
    font-size: 14px;
    text-align: center;
    color: #ca9a09;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}
.tip-box dd{
    padding: 0 10px 10px;
}
.tip-box dd p{
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
}
.tip-box .wx-img{
    text-align: center;
}
.tip-box .wx-img img{
    margin: 0 auto;
    max-width: 100%;
}
/* download end */

/* 产品中心 start */
.cp,.app{
    background: #f5f7f9;
    padding: 50px 0 80px;
}
.cp-main {
    margin-bottom: 50px;
}
.cp-main dl{
    box-sizing: border-box;
    float: left;
    width: 50%;
    display: flex;
    justify-items: center;
    align-items: center;
    padding: 50px;
}
.cp-main dl dt{
    width: 190px;
    height: 190px;
    margin-right: 50px;
}
.cp-main dl dt img{
    width: 100%;
    height: 100%;
}
.cp-main dl .cp-cnt{
    font-size: 14px;
    line-height: 30px;
    color: #999;
    height: 90px;
    overflow: hidden;
}
.cp-main dl .cp-tit{
    font-size: 24px;
    color: #0f143c;
    border-bottom: 1px solid #333;
    margin-bottom: 24px;
    padding-bottom: 20px;
}
.cp .more-box a{
    width: 280px;
}
/* 产品中心 start */

/* app start */
.app-title{
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 60px;
}
.app-main {
    margin: 0 -1%;
}
.app-main dl{
    box-sizing: border-box;
    float: left;
    width: 31.333%;
    margin: 1%;
    padding: 30px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.app-main dt{
    font-size: 18px;
    color: #333;
    padding-left: 50px;
    margin-bottom: 20px;
    background: url(../images/app-icon1.jpg) no-repeat left center;
}
.app-main dd{
    font-size: 14px;
    line-height: 24px;
    color: #333;
    height: 72px;
    overflow: hidden;
}

.app-carousel{
    padding:80px 50px;
    background: #fff;
}
.app-carousel-main{
    display: flex;
    justify-content: center;
    align-items: center;
}
.app-carousel-r{
    float: right;
    width: 30%;
    margin-left: 70px;
}
.app-text{
    margin-bottom: 40px;
}
.app-text-tit{
    font-size: 24px;
    color: #0f143c;
    margin-bottom: 20px;
}
.app-text p{
    font-size: 14px;
    line-height: 24px;
    color: #999;
}
.app-carousel-r ul li {
    float: left;
    width: 31.333%;
    margin: 1%;
    text-align: center;
}
.app-carousel-r ul li img{
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
}
.app-carousel-r ul li p{
    font-size: 14px;
    color: #0f143c;
}

#test5 img{
    width: 100%;
}
#test5 .layui-carousel-ind,
.layui-tab-content .layui-carousel-ind{
    display: none !important;
}
#test5 .layui-carousel-arrow,
.layui-tab-content .layui-carousel-arrow{
    top: auto;
    bottom: 30px;
    border: 1px solid #fff;
    background: none !important;
    opacity: .4 !important;
}
#test5 .layui-carousel-arrow:hover,
.layui-tab-content .layui-carousel-arrow:hover{
    opacity: 1 !important;
}
.app-carousel-main .layui-carousel:hover .layui-carousel-arrow[lay-type=sub],
.app-carousel-main .layui-carousel[lay-arrow=always] .layui-carousel-arrow[lay-type=sub],
.layui-tab-content .layui-carousel:hover .layui-carousel-arrow[lay-type=sub],
.layui-tab-content .layui-carousel[lay-arrow=always] .layui-carousel-arrow[lay-type=sub]{
    right: 80px !important;
    left: auto;
}

.plan-moudule{
    padding: 60px 0;
    background: #f5f7f9;
}
.plan-tit{
    font-size: 24px;
    color: #333;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}
.plan-form,.plan-phone{
    float: left;
    width: 30%;
}
.plan-form{
    width: 65%;
    box-sizing: border-box;
    padding-right: 50px;
    border-right: 1px solid #ddd;
    margin-right: 5%;
}
.plan-form-box{
    width: 480px;
    margin: 0 auto;
}
.plan-form-box .layui-form-item .layui-input-inline{
    width: 218px;
}
.plan-form-box .textarea-item .layui-input-inline{
    width: 460px;
}
.plan-form .layui-input-block{
    margin: 0 auto;
    text-align: center
}
.plan-form .layui-btn{
    width: 120px;
    margin: 0 auto
}
.plan-phone dl{
    text-align: center;
}
.plan-phone dt{
    margin-bottom: 20px;
}
.plan-phone dd p{
    font-size: 14px;
    line-height: 30px;
}

.app-detail{
    padding: 50px 0 30px;
    text-align: center;
    background: #f5f7f9;
}
.app-detail img{
    margin: 30px auto;
}
.app-img-box {
    padding: 60px 0;
    background: #fff;
}
.app-img-box .container{
    width: 1300px;
}
.app-img-title{
    font-size: 24px;
    text-align: center;
    margin-bottom: 60px
}
.app-img-box li{
    float: left;
    width: 23%;
    margin: 1%;
}
.app-img-box li img{
    width: 100%;
}
.app-img-box li p,.app-img-box li a p{
    font-size: 24px;
    line-height: 30px;
    padding: 20px 0;
    color: #333;
    text-align: center;
    background: #f5f7f9;
}
.lx-img{
    padding: 60px 0;
    text-align: center;
    background: #f5f7f9
}
.lx-img img{
    width: 100%;
    max-width: 1300px;
    margin: 0 auto; 
}
/* app end */

/* about start */
.about-box{
    padding: 40px 0;
    background: #fff;
}
.about-cnt{
    display: flex;
    align-items: center;
    margin-bottom: 70px;
}
.about-img{
    float: left;
    width: 660px;
}
.about-text-box{
    float: left;
    width: calc(100% - 660px);
    padding: 60px;
    margin: 50px 0;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
}
.about-tit{
    font-size: 40px;
    margin-bottom: 50px;
}
.about-text{
    font-size: 16px;
    line-height: 24px;
    color: #666;
    height: 72px;
    overflow: hidden;
}
.about-cnt-more .about-text-box{
    padding: 50px 20px;
}
.about-cnt-more .about-text{
    height: 192px;
}
.about-cnt-more {
    background: #f5f7f9
}

.about-main{
    text-align: center;
}
.about-main ul {
    margin-top: 50px;
    border-left: 1px solid #ccc;
}
.about-main ul li{
    float: left;
    width: 25%;
}
.about-main ul li p{
    font-size: 16px;
    line-height: 20px;
    padding: 30px 0;
    border: 1px solid #ccc;
    border-left: none;
}

.about-img-box,.prove-box{
    padding: 60px;
    background: #f5f7f9;
}
.about-img-title{
    font-size: 40px;
    text-align: center;
    margin-bottom: 60px;
}
.about-img-box ul li{
    float: left;
    width: 23%;
    margin: 1%;
    position: relative;
    z-index: 1;
}
.about-img-box li img{
    width: 100%;
}
.about-img-box li .about-mark{
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    justify-items: center;
    justify-content: center;
    align-items: center;
    z-index: 2;
    left: 0;
    top: 0;
    /*background: rgba(0,0,0,.5);*/
}
.about-img-box li p{
    display: none;
    font-size: 25px;
    color: #fff;
}
.about-img-box li:hover p{
    display: block;
}
.about-img-box li:hover .about-mark,.about-img-box li:hover p{
    background: #ca9a0d;
}

.story-box{
    padding: 60px 0;
    background: #fff;
}
.story-title,.prove-title{
    font-size: 40px;
    margin-bottom: 30px;
    text-align: center;
}
.story-text{
    font-size: 16px;
    color: #999;
    text-align: center;
}

.story-banner .layui-tab-title{
    float: left;
    width: 200px;
    height: auto;
    border: none;
    padding-right: 50px;
}
.story-banner .layui-tab-title li{
    display: block;
    box-sizing: border-box;
    width: 200px;
    font-size: 16px;
    color: #999;
}
.story-banner .layui-tab-title .layui-this::before{
    display: block;
    content: '';
    position: absolute;
    width: 90px;
    height: 40px;
    background: url(../images/li-bg2.png) no-repeat right center;
    top: 0;
    right: -30px;
}
.story-banner .layui-tab-title li:last-child::after{
    display: none !important;
}
.story-banner .layui-tab-title li::after{
    display: block !important;
    content: '';
    height: 20px;
    top: 30px !important;
    border: none !important;
    background: url(../images/li-bg.png) no-repeat center center;
    background-size: 12px;
}
.story-banner .layui-tab-brief>.layui-tab-title .layui-this{
    font-size: 20px;
    color: #ca9a09;
}
.story-banner .layui-tab-content{
    float: left;
    width: 780px;
}
.story-banner .layui-tab-bar{
    display: none;
}
.story-banner .story-text{
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    overflow: hidden;
    height: 120px;
    position: absolute;
    left: 50px;
    bottom: 50px;
    text-align: left;
}

.story-list-r,.story-list{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.story-list-r{
    align-content: space-between
}
.story-list-l,.story-list-r{
    box-sizing: border-box;
    float: left;
    width: 50%;
    padding: 30px 72px;
}
.story-list p{
    font-size: 14px;
    color: #fff;
    background: #ca9a0d;
    padding: 10px;
}
.story-list{
    background: url(../images/ul-bg.png) no-repeat center center;
}
.story-list .p1{
    margin-bottom: 100px;
}
.story-list img{
    width: 100%;
}




.ctc-box{
    position: relative;
    box-sizing: border-box;
    padding: 60px 0;
    background: url(../images/ctc-bg.jpg) no-repeat center center;
    background-size: cover;
    height: 600px;
    overflow: hidden;
}
.ctc-title{
    position: relative;
    z-index: 10;
    font-size: 40px;
    color: #fff;
    text-align: center;
    margin-bottom: 60px;
}
.ctc-main{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}
.ctc-main::before{
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .4;
    left: 0;
    top: 0
}
.ctc-main img{
    width: 100%;
    height: 100%;
}
.ctc-box .layui-tab-title{
    position: absolute;
    box-sizing: border-box;
    bottom: 66px;
    height: 170px;
    background: url(../images/ctc-tab-tit-bg.png) no-repeat center center;
    /* width: 100%; */
    width: 1230px;
    left: 50%;
    margin-left: -615px;
    padding: 10px 150px 0 230px !important;
    border:  none
}
.ctc-box .layui-tab-title li{
    padding: 0;
    width: 90px;
    max-width: 615px;
}
.ctc-box .layui-tab-title .li2{
    float: right;
    /* text-align: right !important */
}
.ctc-box .layui-tab-title .layui-this::after {
    display: none !important
}
.ctc-tab-img{
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
    border: 3px solid #fff;
    border-radius: 80px;
    background: url(../images/ctc-tab-img.jpg) no-repeat center center;
    background-size: cover;
}
/* .li2 .ctc-tab-img{
    margin-right: 0;
    margin-left: auto
} */
.ctc-tab-text{
    font-size: 24px;
    line-height: 30px;
    color: #fff
}
.ctc-tab-text p{
    font-size: 16px;
}



.prove-box .layui-tab-title{
    text-align: center;
    margin-bottom: 40px;
}
.prove-box .layui-tab-title li{
    margin: 0 100px;
}
.prove-box .fullSlide{
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}
.prove-box .fullSlide li {
    position: relative;
    float: left;
    overflow: hidden;
    z-index: 1;
}
/* .prove-box .fullSlide li img{
    position: absolute;
    z-index: -1;
} */
.prove-box .fullSlide li .slide-tit{
    font-size: 30px;
    margin-bottom: 20px;
    width: 184px;
    border: 1px solid #fff;
}
.prove-box .fullSlide li{
    text-align: center;
}
.prove-box .fullSlide li img{
    padding: 10px;
    border: 1px solid #fff;
    height: 100%;
}
.prove-box .fullSlide li:hover img{
    border: 1px solid #ddd;
}
.prove-box .fullSlide li p{
    font-size: 20px;
    padding: 10px 0;
    text-align: center;
}
.prove-box .layui-tab-brief>.layui-tab-title .layui-this{
    color: #ca9a0d;
}
.prove-box .layui-tab-brief>.layui-tab-more li.layui-this:after, 
.prove-box .layui-tab-brief>.layui-tab-title .layui-this:after{
    border-color: #ca9a0d;
}

.prove-box .fullSlide .prev,
.prove-box .fullSlide .next{ 
    position:absolute; 
    left: -30px; 
    top:50%; 
    margin-top:-25px; 
    display:block; 
    width: 20px; 
    height: 33px;
    background: url(../images/prev.png) no-repeat center center;
}
.prove-box .fullSlide .next{ 
    right: -30px;
    left: auto;
    background: url(../images/next.png) no-repeat center center;
}
.prove-box .fullSlide .prev:hover{
    background: url(../images/prev2.png) no-repeat center center;
}
.prove-box .fullSlide .next:hover{
    background: url(../images/next2.png) no-repeat center center;
}


.ctc-box dl{
    position: absolute;
    box-sizing: border-box;
    float: left;
    width: 48%;
    margin: 1%;
    background: rgba(225,225,225,.8);
    padding: 30px 80px;
    left: 50%;
    top: 130px;
    max-width: 520px;
    margin-left: -600px
}
.ctc-box .dl-r{
    left: 50%;
    margin-left: 75px
}
.ctc-box dt{
    font-size: 24px;
    margin-bottom: 18px;
}
.ctc-box dd{
    font-size: 14px;
    color: #666;
}
.ctc-box .p1{
    margin-bottom: 18px;
}



.massage-box{
    padding: 60px 0;
}
.msg-form-box{
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
}
.msg-sub .layui-input-block{
    text-align: center;
}
.msg-sub .layui-btn,.plan-form .layui-btn{
    background: #ca9a0d;
}   
.msg-sub .layui-btn:focus,.msg-sub .layui-btn:hover{
    opacity: .8;
}

.story-tab{
    margin-top: 60px
}
.story-tab .layui-tab-brief > .layui-tab-title .layui-this{
    color: #ca9a09;
    font-size: 24px
}
.story-tab .layui-tab-title {
    padding-top: 15px; 
    border-top: 2px solid #ca9a09;
    margin-top: 20px;
    border-bottom: none
}
.story-tab .layui-tab-title li{
    box-sizing: border-box;
    width: 25%;
    font-size: 18px;
    color: #333
}
.story-tab .layui-tab-title li::after{
    display: none !important
}
.story-tab .layui-tab-title li::before{
    display: block;
    content: '';
    position:absolute;
    left:0;
    top: -30px;
    width:100%;
    height: 28px;
    background: url(../images/li-bg3.png) no-repeat center center;
    box-sizing:border-box;
}
.search-result {
    text-align: center;
    margin-top: 30px;
    font-size: 28px;
    color: #333;
}
.search-result span {
    color: #B58E4B
}
/* about end */
@media only screen and (max-width: 1200px){
    .join{
        flex-wrap: wrap;
        padding: 5% 2%;
    }
}
@media only screen and (max-width: 1024px){
    .join-text{
        margin: 0 auto;
    }
    .join-main{
        font-size: 22px;
        margin-bottom: 3%
    }
    .work-tit{
        font-size: 30px;
        margin-bottom: 3%
    }
    .about-img-box ul li{
        width: 31.333%;
    }
    .story-banner .layui-tab-content{
        box-sizing: border-box;
        width: calc(100% - 250px);
    }
    .about-img-box, .prove-box{
        padding: 5% 2%;
    }
    .about-img-box .container{padding: 0;}
}
@media only screen and (max-width: 767px){
    .banner-box{
        height: auto;
    }
    .banner-box img{
        height: auto;
    }
    .about-cnt{
        flex-wrap: wrap;
        margin-bottom: 5%
    }
    .about-img{
        width: 100%;
        text-align: center
    }
    .about-text-box{
        width: 100%;
        padding: 5% 2%;
        margin: 0 auto;
    }
    .about-tit{
        font-size: 30px;
        margin-bottom: 3%
    }

    .join-img{
        width: 100%;
        margin-top: 3%
    }

    .news-detail{
        padding: 5% 2%
    }

    .about-img-box li p, .about-img-box li a{
        font-size: 18px
    }
    .cp-main dl .cp-tit{
        font-size: 22px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .ctc-box dl{
        left: 0;
        margin: 0 auto;
        padding: 3% 5%;
    }
    .ctc-box .layui-tab-title{
        width: 100%;
        padding: 0 !important;
        margin: 0 auto;
        left: 0;
    }
    .ctc-box .dl-r{
        margin-left: 0
    }
    .plan-form, .plan-phone{
        width: 100%;
        margin: 0 auto;
        padding: 0 ;
        border: none
    }
    .plan-form,.about-img-title{
        margin-bottom: 3%
    }
    .plan-form-box{
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        width: 100%;
        text-align: center
    }
    
    /* .plan-form-box .layui-form-item .layui-input-inline,.plan-form-box .layui-form-item .layui-inline{
        margin: 0 5px !important;
    }
    .plan-form-box .textarea-item{
        margin-left: 5px !important
    } */
    .plan-phone dl{
        display: flex;
        justify-content: center;
        align-items: center
    }
    .plan-phone dl dt{
        margin-right: 15px
    }
    .story-box,.massage-box{
        padding: 5% 0;
    }
    .msg-sub .layui-input-block{
        margin-left: 0
    }
    .prove-box .fullSlide li p{
        font-size: 16px
    }

    .people-list dl{
        width: 48%;
    }
    
    .cp-main dl{
        padding: 2%;
    }
    .cp-main dl dt{
        margin-right: 4%;
    }
    .cp-main dl .cp-tit{
        margin-bottom: 3%;
        padding-bottom: 3%;
    }

    .banner-text h1{
        font-size: 30px;
        margin-bottom: 5%;
    }
    .banner-text ul{
        height: 40px;
    }
    .banner-text li {
        padding: 10px 0;
    }
    .banner-text li a{
        padding-bottom: 8px;
    }

    .newslist-box,.download-box {
        padding: 5% 0;
    }
    .newslist-box ul{
        padding: 0;
        margin-bottom: 3%;
    }
    .newslist-box ul li .newslist-img{
        float: left;
        width: 30%;
        overflow: hidden;
        /* display: none; */
    }
    .newslist-box ul li .newslist-img img {
        width: 100%;
        height: 100%;
        max-width: 100%;
    }
    .newslist-box .newslist-wrapper{
        width: 100%;
    }
    .newslist-box ul li{
        display: block;
        padding: 2% 0;
    }

    .download-tit{
        width: 50%;
    }
    .download-main,.search-box{
        margin-bottom: 5%
    }
    .breadcrumb{
        margin-bottom: 3%
    }
    .download-tit{
        width: calc(95% - 230px);
    }
    .download-time{
        margin-left: 5%
    }

    .more-box a{
        font-size: 16px;
    }
    .about-main ul{
        display: flex;
        justify-content: center;
    }
    .about-main ul li p{
        height: 100%;
        box-sizing: border-box
    }
}
@media only screen and (max-width: 680px){
    .story-banner .layui-tab-content{
        width: 100%;
    }
    .story-banner .layui-tab-title li{
        display: inline-block;
        width: auto;
    }
    .prove-box .layui-tab-bar,.story-banner .layui-tab-title .layui-this::before,.story-banner .layui-tab-title li::after {
        display: none !important
    }
    .story-banner .layui-tab-bar{
        display: block
    }
    .story-banner .layui-tab-title{
        box-sizing: border-box;
        width: 100%;
        border: 1px solid #ddd
    }

    .prove-box .layui-tab-title li{
        margin: 0 10px;
    }


    .about-tit,.story-title, .prove-title,.ctc-title,.about-img-title{
        font-size: 28px
    }
    .people-list dl{
        padding: 2%;
    }
    .people-list dl dt > div{
        font-size: 16px
    }
    .people-list dl dt,.people-list dd .time{
        margin-bottom: 15px
    }
    .people-list .work b{
        margin-bottom: 10px
    }
    .people-list .btn-box{
        padding: 15px 0;
        text-align: center
    }
}
@media only screen and (max-width: 425px){

    .msg-form-box .layui-form-label{
        width: 40px;
    }
    .msg-form-box .layui-input-block{
        margin-left: 70px
    }
   
    .plan-form-box,.plan-form-box{
        display: block;
        width: 100%;
    }
    .plan-form .layui-form-item .layui-input-inline{
        width: 100%;
        margin: 0 auto !important;
        left: 0;
    }
    .ctc-box dl,.ctc-box .dl-r{
        left: 0;
        width: 100% !important;
    }
    .cp-main dl{
        flex-wrap: wrap;
    }
    .cp-main dl dt{
        margin: 0 auto 3%;
    }

    .newslist-box ul li .newslist-img{
        max-height: 66px
    }
}