#content{
    overflow: hidden;
}
.head{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1000;
}
.headfix{
    background: #fff;
    box-shadow: 0 0 5px #ddd;
    padding:27px 0;
}
.head-content{
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}
.logo{
    float: left;
    margin-left: 4%;
    padding: 20px 0;
    box-sizing: border-box;
}
.logo>img{
    float:left;
    margin-right: 15px;
    max-height:41px;
}
.head-content .line,.foot-title .line,.login-head .line{
    float:left;
    color: #fff;
    padding-left: 15px;
    border-left: 1px solid #fff;
}
.head-content .line>span,.login-head .line>span{
    font-size: 18px;
    line-height: 18px;
}
.head-content .line>p{
    line-height: 14px;
}
.nav{
    float: left;
    padding: 20px 0;
    margin-right: 10%;
}
.nav a{
    float:left;
    color: #fff;
    font-size: 16px;
    margin-right:45px;
    display:block;
    position: relative;
    line-height: 40px;
    height: 40px;
}
.nav a:last-child{
    margin-right: 0px;
}
.nav a:hover,.nav a.active{
    color: #ff6f05;
}
.head-btn{
    float: right;
    width: 8%;
}
.head-btn>.btn{
    color: #fff;
    font-size: 16px;
    text-align: center;
    height: 81px;
    line-height: 81px;
    display: inline-block;
    float: left;
    width: 100%;
}
.head-btn>.btn.active,.head-btn>.btn:hover{
    background: linear-gradient(to right, #ff6e05, #ff8519);
}

.headfix .logo>div h1{ color: #636363;}
.headfix .logo>div p{ color:#636363;font-weight: lighter}
.headfix .nav a{ color: #636363;}
.headfix .nav_right>h3{ color: #bca066;
    background: url("../images/tels.png") no-repeat left center;
}
.banner {
    position: sticky;
    height: 429px;
}
.banner #bannerSwiper {
    height: 100%;
}
.swiper-slide>img{
    display: inline-block;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
}
.banner .swiper-slide {
    position: relative;
    height: 100%;
    float: left;
}
.banner .swiper-slide a{
    display:block;
    width:100%;
    height: 100%;
}
.banner .pagination {
    position: absolute;
    font-size:0;
    left: 0;
    text-align: center;
    bottom: 13px;
    width: 100%;
    z-index: 9;
}
.swiper-pagination-clickable .swiper-pagination-bullet{
    width: 40px;
    height: 4px;
    border-radius: unset;
    background: #fff;
    opacity:1;
}
.swiper-pagination-clickable .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #ff7006;
}
.white-bg{
    background: #fff;
}
.advantage-ul{
    overflow: hidden;
    padding: 35px 0px 10px;
}
.advantage-ul .advantage-li{
    display: inline-block;
    float: left;
    width: 25%;
    margin-bottom: 20px;
    text-align: center;
    color: #5c5c5c;
}
.advantage-li>h2{
    font-size: 18px;
    color: #2b2b2b;
}
.advantage-li>img{
    display: inline-block;
    max-height: 53px;
    max-width: 100%;
}
.color-bg{
    background: #f7f8fb;
}
.web-title{
    font-size: 32px;
    color: #343434;
    line-height: 50px;
    display: block;
    text-align: center;
}
.small-title{
    font-size: 16px;
    color: #707070;
    display: block;
    text-align: center;
}
.step-ul{
    overflow: hidden;
    padding-top: 40px;
    text-align: center;
    padding-bottom: 70px;
}
.step-ul .step-li{
    float: left;
    display: inline-block;
    width: 12.8%;
    height: 188px;
    background: #fff;
    padding-top: 45px;
    box-sizing: border-box;
}
.step-li .step-bg{
    height: 63px;
    width: 63px;
    color: #fff;
    font-size: 20px;
    line-height: 63px;
    display: inline-block;
    background: url("../images/step-bg.png") no-repeat center center;
}
.step-ul .step-line{
    float: left;
    height: 13px;
    width: 6.2%;
    background: url(../images/step-icon.png) no-repeat right center;
    margin: 80px 1.4% 0px;
}
.step-li>p{
    color: #2f2f2f;
    margin-top: 20px;
    font-size: 18px;
}
.color1-bg{
    background: #eef4fa;
}
.sousuo-ul{
    padding-top: 35px;
    overflow: hidden;
}
.sousuo-li{
    float: left;
    width: 23.5%;
    height: 320px;
    box-sizing: border-box;
    text-align: center;
    padding: 40px 35px 0px;
    margin-right: 2%;
    background: #fff;
    text-align: center;
    color: #404040;
    border: 2px solid #fff;
    margin-bottom: 25px;
}
.sousuo-li:nth-child(4n){
    margin-right: 0;
}
.sousuo-li .icon-img{
    width: 95px;
    height: 95px;
    border-radius: 6px;
    text-align: center;
    line-height: 95px;
    display: inline-block;
    background: linear-gradient(to right, #ff6d03, #ff871b);
}
.icon-img img{
    max-height: 100%;
    vertical-align: middle;
    display: inline-block;
}
.sousuo-ul b{
    font-size: 20px;
    display: block;
    margin: 25px 0px 20px;
}
.sousuo-li:hover{
    border:2px solid #ff780e;
}
.sousuo-ul p{
    display: block;
    text-align: left;
    font-size: 16px;
}
.gongju-box{
    overflow: hidden;
    padding-bottom: 70px;
}
.gongju-box>div{
    display: inline-block;
}
.gongju-left{
    width: 46.5%;
    height: 430px;
    margin-top: 60px;
    float: left;
    background: url(../images/website.png) no-repeat center center;
    background-size: contain;
}
.gongju-right{
    float: right;
    width: 52%;
    padding-right: 0.5%;
}
.gongju-right .gongju-item{
    padding: 20px;
    background: #fff;
    margin-top: 20px;
    box-shadow: 0 2px 12px 0 #e0e6eb;
}
.gongju-item b{
    font-size: 18px;
    color: #323232;
    display: block;
    line-height: 40px;
}
.gongju-ul .gongju-li{
    display: inline-block;
    padding-left: 20px;
    font-size: 16px;
    color: #4c4c4c;
    line-height: 25px;
    margin-bottom: 5px;
    position: relative;
    box-sizing: border-box;
    width: 100%;
}
.yuan{
    position: absolute;
    top: 6px;
    left: 0px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    border:4px solid #002e7b;
}
.gongju-ul .gongju-li:nth-child(2n){
    /*width: 60%;*/
}
.gongju-btn{
    width: 160px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    display: block;
    border-radius: 25px;
    margin-top: 15px;
    background: linear-gradient(to right, #ff6d03, #ff871b);
}
.mt70{
    margin-top: 70px;
}
.pt70{
    padding-top: 70px;
}
.pt80{
    padding-top: 80px;
}
.thumb-box{
    padding: 35px 0px 10px;
    overflow: hidden;
}
.thumb-box .thumb-item{
    float: left;
    width: 32%;
    height: 310px;
    margin: 0px 2% 30px 0px;
    position: relative;
    border: 1px solid #ebebeb;
    box-sizing: border-box;
}
.thumb-img{
    display: inline-block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.thumb-box .thumb-item:nth-child(3n){
    margin-right: 0px;
}
.thumb-ceng{
    display: none;
    position: absolute;
    left:0px;
    top:0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
}
.ceng-text{
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    text-align: center;
    width: 100%;
    z-index: 1;
    height: 100%;
    color: #fff;
    font-size: 18px;
}
.ceng-text span{
    display: block;
    text-align: center;
    margin-top: 130px;
}
.ceng-text a{
    display: inline-block;
    border: 1px solid #fff;
    text-align: center;
    font-size: 16px;
    color: #fff;
    padding: 5px 10px;
    margin-top: 20px;
}
.thumb-item:hover .thumb-ceng,.thumb-item:hover .ceng-text{
    display: block;
}
.thumb-btn{
    margin: 0 auto 70px;
}
.index-msg{
    padding: 30px 40px;
    font-size: 20px;
    color: #fff;
    background: linear-gradient(to right, #ff6d03, #ff871b);
    margin: 30px 0px 70px;
}
.img-bg{
    display: none;
    background: url('../images/index-bg.png') no-repeat center center;
    background-size: cover;
}
.color-white{
    color: white;
}
.link-box{
    padding-top: 45px;
    overflow: hidden;
}
.link-box .link-item{
    float: left;
    height: 95px;
    width: 13%;
    line-height: 95px;
    background: #fff;
    text-align: center;
    margin: 0px 1.5% 20px 0px;
}
.link-item img{
    display: inline-block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.link-box .link-item:nth-child(7n){
    margin-right: 0px;
}
.foot{
    background: #111b2c url('../images/foot-bg.png') no-repeat center center;
}
.footer{
    padding: 45px 0px;
    border-bottom: 1px solid #414956;

}
.footer-item{
    float: left;
    width: 20%;
    color: #fff;
    padding-left: 55px;
    position: relative;
    box-sizing: border-box;
}
.footer-item .pos-img{
    position: absolute;
    top: 3px;
    left: 0px;
    max-height: 45px;
}
.footer-item b,.footer-item p{
    display: block;
    font-size: 18px;
}
.footer-item p{
    font-size: 14px;
}
.foot-main{
    position: relative;
    padding: 25px 0px 80px;
}
.foot-title .logo{
    margin-left: 0px;
}
.foot-title .nav{
    margin: 0px 0px 0px 50px;
}
.foot-msg{
    color: #fff;
    padding: 25px 0px;
    background: linear-gradient(to right, #ff6d03, #ff871b);
}
.foot-msg a{
    color: #fff;
}
.pos-box{
    position: absolute;
    top:95px;
    right: 9px;
    width: 135px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    box-sizing: border-box;
}
.gz-img{
    padding: 10px;
    height: 135px;
    line-height: 135px;
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    margin-bottom: 25px;
}
.gz-img img{
    width: 100%;
    max-height: 100%;
    display: inline-block;
}
.foot-box{
    color: #fff;
    margin: 30px 0px 0px;
}
.foot-half{
    float: left;
    margin-bottom: 20px
}
.foot-half:first-child{
    width: 580px;
    margin-right: 30px;
}
.foot-half h2{
    color: #fff;
    font-size: 20px;
    display: inline-block;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.foot-half h2::after{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 20px;
    border: 2px solid #ff6f05;
    content: "";
}
.foot-half .foot-ul{
    overflow: hidden;
    color: #86888e;
}
.foot-ul p,.foot-ul a{
    float: left;
    width: 40%;
    color: #86888e;
    margin-bottom: 6px;
}
.foot-ul p:nth-child(2n),.foot-ul a:nth-child(2n){
    width: 60%;
}
.fix-box{
    position: fixed;
    right: 20px;
    bottom: 15%;
    z-index: 9;
}
.fix-box .fix-item{
    width: 75px;
    height: 80px;
    color: #fff;
    display: block;
    text-align: center;
    margin-bottom: 15px;
}
.fix-box .fix-item.zxzx{
    background: #ff6f05 url('../images/zxzx.png') no-repeat center 20px;
}
.fix-box .fix-item.lxwm{
    background: #ff6f05 url('../images/lxwm.png') no-repeat center 20px;
}
.fix-box .fix-item.top{
    background: #ff6f05 url('../images/top.png') no-repeat center 20px;
}
.fix-item p{
    padding-top: 50px;
}
.fix-item p:last-child{
    padding-top: 55px;
}
/*模板库*/
.gu-banner{
    height: 500px;
}
.gu-banner.mb{
    background: url("../images/mb.jpg") no-repeat center top;
    background-size: cover;
}
.gu-banner.al{
    background: url("../images/al.png") no-repeat right center;
    background-size: cover;
}
.gu-banner.lxwm{
    background: url("../images/lxwm-bg.png") no-repeat center top;
    background-size: cover;
}
.gu-banner.ssl{
    background: url("../images/ssl-bg.png") no-repeat center top;
    background-size: cover;
}
.banner-left{
    float: left;
    width: 40%;
    color: #fff;
    padding-top: 210px;
}
.banner-left h1,.banner-left p{
    display: block;
}
.banner-left h1{
    font-size: 44px;
}
.banner-left p{
    font-size: 20px;
    margin-bottom: 25px;
}
.gu-banner .banner-btn{
    padding: 12px 15px;
    font-size: 18px;
    background: #0359ac;
    margin-right: 15px;
    color: #fff;
    display: inline-block;
}
.lxwm .banner-btn{
    background: #ff6f05;
}
.banner-right{
    float: right;
    width: 640px;
    height: 360px;
    text-align: right;
    margin-top: 110px;
}
.banner-right img{
    height: 100%;
    max-width: 100%;
    display: inline-block;
}
.one-part{
    height: 220px;
    background: #0359ac;
    box-sizing: border-box;
}
.one-part .one-box{
    padding-top: 45px;
}
.one-part .one-item{
    width: 23.5%;
    height: 120px;
    background: #fff;
    padding: 30px 25px;
    margin-right: 2%;
    border-radius: 12px;
    position: relative;
    font-size: 16px;
    color: #333333;
    float: left;
}
.one-part .one-item:last-child{
    margin-right: 0px;
}
.one-item b{
    font-size: 24px;
}
.one-item .one-item-img{
    position: absolute;
    right: 0px;
    top: -20px;
    height: 85px;
    max-width: 85px;
}
.js-text{
    color: #ff6f05;
}
.mb-box{
    padding: 50px 0px 10px;
}
.shaix-item{
    font-size: 18px;
    margin-bottom: 30px;
    display: flex;
    justify-content: flex-start;
}
.shaix-item span{
    color: #313131;
    font-weight: 600;
    min-width: 110px;
}
.shaix-ul{
    color: #515151;
    display: inline-block;
}
.shaix-ul a{
    color: #515151;
}
.shaix-ul .shaix-li{
    padding: 4px 10px;
    display: inline-block;
}
.shaix-li:hover,.shaix-li.active{
    background: #0359ac;
}
.shaix-li:hover a,.shaix-li.active a{
    color: #fff;
}
.shaix-input{
    display: inline-block;
    overflow: hidden;
}
.shaix-input .mb-input{
    height: 45px;
    width: 180px;
    padding:0px 15px;
    font-size: 16px;
    color: #515151;
    box-sizing: border-box;
    border: 1px solid #d9d9d9;
    border-right: none;
    float: left;
}
.shaix-input .search-btn{
    float: left;
    height: 45px;
    width: 100px;
    text-align: center;
    color: #fff;
    background: #0359ac;
    display: inline-block;
}
.search-btn i{
    display: inline-block;
    padding-left: 30px;
    background: url('../images/sousuo.png') no-repeat left center;
}
.hg{
    line-height: 45px;
}
.mb-main{
    padding: 65px 0px 70px;
}
.mb-list{
    min-height: 200px;
    overflow: hidden;
}
.mb-list .mb-li{
    float: left;
    width: 32%;
    text-align: center;
    margin-right: 2%;
    margin-bottom: 25px;
    border: 1px solid #ebebeb;
}
.mb-list .mb-li:hover{
    box-shadow: 0 0 5px #ddd;
}
.mb-list .mb-li:nth-child(3n){
    margin-right: 0px;
}
.mb-li .mb-img{
    height: 310px;
    line-height: 310px;
}
.mb-li .mb-img img{
    display: inline-block;
    height:100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
.mb-li .mb-info{
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    clear: both;
}
.mb-li .mb-info .mb-btn{
    display: inline-block;
    width: 50%;
    float: left;
    color: #1f1f1f;
    background: #fff;
}
.mb-li .mb-info .mb-btn:last-child{
    color: #fff;
    background: #0359ac;
}
.mb-li .mb-info .mb-btn:last-child:hover{
    background: #05519a;
}
.page-css{
    text-align: center;
    margin: 20px 0px;
}
.page-list{
    display: inline-block;
    overflow: hidden;
}
.page-list a{
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    background: #fff;
    border-radius: 4px;
    margin-right: 10px;
    color: #4c4c4c;
    font-size: 16px;
    float: left;
    display: inline-block;
}
.page-list .prev{
    cursor: not-allowed;
    background: #fff url("../images/zjt-h.png") no-repeat center;
}
.page-list .prev.on{
    cursor: pointer;
    background: #fff url("../images/zjt.png") no-repeat center;
}
.page-list .next{
    cursor: not-allowed;
    background: #fff url("../images/yjt-h.png") no-repeat center;
}
.page-list .next.on{
    cursor: pointer;
    background: #fff url("../images/yjt.png") no-repeat center;
}
.page-list a.active,.page-list a:hover{
    color: #fff;
    background: #0359ac;
}
.page-list a.btn:hover{
    cursor: not-allowed;
    color: #4c4c4c;
    background: #fff;
}
.page-list .in-total{
    display: inline-block;
    float: left;
    height: 30px;
    line-height: 30px;
    margin-right: 15px;
}
/*经典案例*/
.al .banner-btn{
    background: #ff7006;
}
.al .banner-right{
    margin-top: 145px;
    width: 800px;
}
.al .banner-right img{
    height: unset;
}
.al-shaix .shaix-li:hover, .al-shaix .shaix-li.active{
    background: #ff7006;
}
.al-main {
    padding: 100px 0px 70px;
}
.al-list{
    min-height: 200px;
    overflow: hidden;
}
.al-li{
    width: 23.5%;
    margin:0px 2% 30px 0px;
    background: #fff;
    float: left;
}
.al-li:nth-child(4n){
    margin-right: 0px;
}
.al-li .al-img{
    height: 240px;
    display: block;
    text-align: center;
    line-height: 240px;
}
.al-img img{
    display: inline-block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.al-li .al-title{
    padding: 0px 15px;
    height: 55px;
    line-height: 55px;
    font-size: 16px;
    color: #343434;
    text-overflow:ellipsis;
    overflow:hidden;
    white-space:nowrap;
}
.al-title a{
    color: #343434;
}
.al-title a:hover{
    color: #ff7006;
}
.al-time{
    color: #8e8e8e;
    border-top: 1px solid #EEF4FA;
    padding: 0px 15px;
    height: 45px;
    line-height: 45px;
    display: flex;
    justify-content: space-between;
}
/*联系我们*/
.contact-us{
    padding: 100px 0px 80px 0px;
}
.contact-box{
    overflow: hidden;
}
.contact-box .contact-item{
    float: left;
    width: 24.4%;
    height: 155px;
    color: #424242;
    padding: 30px 45px 15px 25px;
    margin: 0px 0.8% 20px 0px;
    overflow: hidden;
    position: relative;
    background: #f7f8fb;
}
.contact-item:nth-child(4n){
    margin-right: 0px;
}
.contact-item .contact-icon{
    display: inline-block;
}
.contact-item p{
    line-height: 40px;
}
.contact-item:last-child{
    padding-top: 15px;
}
.contact-item:last-child p{
    line-height: 34px;
}
.contact-item b{
    color: #494949;
    font-size: 20px;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.contact-item .shanxing{
    position: absolute;
    right: -45px;
    bottom: -45px;
    width: 90px;
    height: 90px;
    background: #f9cfb1;
    border-radius: 50%;
    text-align: center;
}
.shanxing  .small-yuan{
    width: 70px;
    height: 70px;
    background: #ff6f05;
    border-radius: 50%;
    display: inline-block;
    margin-top: 10px;
}
.form-box{
    padding: 100px 0px;
    background: #f4f6f9 url('../images/lxwm-formbg.png') no-repeat center center;
}
.contact-form{
    color: #555555;
    font-size: 16px;
    margin-top: 35px;
}
.bd-input{
    float: left;
    width: 48.5%;
    height: 70px;
    background: #fff;
    padding: 15px 20px;
    margin-bottom: 22px;
}
.bd-textarea textarea{
    line-height: 22px;
}
.bd-input input,.bd-textarea textarea{
    width: 100%;
    height: 100%;
}
.bd-textarea{
    padding: 25px 20px;
    float: left;
    width: 100%;
    height: 260px;
    background: #fff;
    margin-bottom: 25px;
}
.bd-input:nth-child(2n){
    float: right;
}
.bd-tijiao{
    width: 100%;
    display: flex;
    justify-content: center;
}
.bd-tijiao .bd-btn{
    height: 60px;
    width: 168px;
    color: #555;
    font-size: 16px;
    line-height: 60px;
    text-align: center;
    border-radius: 30px;
}
.bd-btn.reset{
    background: #fff;
    margin-right: 20px;
}
.bd-btn.submit{
    color: #fff;
    background: #ff6f05;
}
/*ssl*/
.ssl .banner-left{
    width: 100%;
}
.gu-banner.ssl .banner-btn{
    background:#19a15f;
}
.text-info{
    color: #424242;
    font-size: 16px;
    margin: 20px 0px;
    line-height: 28px;
}
.ssl-box{
    margin: 70px auto;
}
.table-box{

}
.table-ul{
    overflow: hidden;
    height: 60px;
    line-height: 60px;
    color: #424242;
    font-size: 16px;
    background: #f7f8fb;
    margin-bottom: 5px;
}
.table-box.four li{
    width: 25%;
}
.table-ul.table-title{
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    background: #19a15f;
}
.table-ul li{
    float: left;
    text-align: center;
}
.ssl-main{
    padding: 70px 0px;
    background: #eef4fa;
}
.ssl-list{
    overflow: hidden;
    margin-top: 35px;
}
.ssl-item{
    float: left;
    height: 210px;
    width: 24.4%;
    padding-top: 30px;
    margin-right: 0.8%;
    text-align: center;
    font-size: 16px;
    background: #fff;
    border: 1px solid #dddddd;
}
.ssl-item:last-child{
    margin-right: 0px;
}
.ssl-item .ssl-icon,.ssl-item b,.ssl-item p{
    display: block;
}
.ssl-item b{
    font-size: 22px;
    margin: 10px 0px 6px;
}
.ssl-icon{
    height: 70px;
    width: 100%;
}
.ssl-icon.ysxy{
    background: url('../images/ysbh.png') no-repeat center top;
}
.ssl-icon.aq{
    background: url('../images/aq.png') no-repeat center top;
}
.ssl-icon.kxr{
    background: url('../images/kxr.png') no-repeat center top;
}
.ssl-icon.jrx{
    background: url('../images/jrx.png') no-repeat center top;
}
.table-box.three{
    margin-top: 30px;
}
.table-box.three li{
    width: 33.3%;
    height: 100%;
    box-sizing: border-box;
}
.table-box li.gou{
    background: url("../images/gou.png") no-repeat center;
}
.table-box.three li:first-child{
    padding-left: 5%;
    text-align: left;
}
.ssl-demo{
    display: flex;
    margin-top: 30px;
    justify-content: space-between;
}
.ssl-demo .demo-item{
    background: #f7f8fb;
    width: 49%;
    padding: 20px;
    color: #424242;
    font-size: 20px;
    overflow: hidden;
    display: flex;
    justify-content: space-around;
}
.demo-item .demo-img{
    width: 378px;
    height: 295px;
    line-height: 295px;
    text-align: center;
    background: #fff;
    min-width: 220px;
}
.demo-img img{
    display: inline-block;
    max-width: 100%;
    height: 100%;
    vertical-align: middle;
}
.demo-item .demo-text{
    margin-top: 20%;
    min-width: 165px;
}
.text-info.huise{
    color: #616161;
    margin: 70px 0px;
}
.nodatas{
    overflow: hidden;
    text-align: center;
}
.nodatas img {
    display: block;
    margin: 0 auto 30px;
    width: 220px;
    max-height: 105px;
}
.nodatas p{
    font-size: 14px;
    color: #666666;
    line-height: 20px;
}


    /*移动menu*/
.nav_phone{
    float:right;
    width: 75px;
    height: 56px;
    margin-top: 12px;
}

.nav_phone .menu{
    width: 40%;
    margin: 0 auto;
    margin-top: 18px;
}
/*login登录*/
body.login{
    background: linear-gradient(to bottom, #1236af, #06b2e4);
}
.login-box{
    width:96%;
    padding-top: 10px;
    margin: 0 auto;
}
.login-head{
    display: flex;
    justify-content: space-between;
}
.small-menu{
    padding-top: 25px;
    font-size: 16px;
    overflow: hidden;
}
.small-menu a{
    color: #fff;
    display: inline-block;
    padding: 0px 8px;
    border-right: 1px solid #fff;
    line-height: 18px;
    float: left;
}
.small-menu a:hover{
    color: #ff6f05;
}
.small-menu a:first-child{padding-left: 0px;}
.small-menu a:last-child{
    border: none;
    padding-right: 0px;
    cursor: auto;
}
.small-menu a:last-child:hover{
    color: #fff;
}
.login-main{
    display: flex;
    padding-top: 100px;
    color: #fff;
    justify-content: space-between;
}
.jianjie{
    text-align: center;
}
.jianjie b{
    font-size: 36px;
}
.jianjie p{
    font-size: 20px;
    margin-top: 10px;
}
.jianjie img{
    display: inline-block;
    max-height: 408px;
    margin-top: 45px;
}
.juese{
    color: #ff6f05;
}
.login-form{
    width: 425px;
    height: 490px;
    padding: 25px;
    background: #fff;
    border-radius: 10px;
    text-align: center;
}
.form-title{
    margin-top: 35px;
    font-size: 23px;
    color: #2e2e2e;
}
.en-title{
    font-size: 11px;
    color: #929292;
}
.form-nr{
    text-align: left;
    margin-top: 25px;
}
.input-text{
    height: 50px;
    color: #838383;
    padding-left: 50px;
    border: 1px solid #e3e7ed;
    position: relative;
    background: #f2f6fa;
    margin-bottom: 10px;
}
.input-text input{
    display: inline-block;
    width: 100%;
    height: 100%;
    background: #f2f6fa;
}
.input-text.code input{
    width: 50%;
}
.verify{
    width: 100px;
    height: 30px;
    position: absolute;
    top: 10px;
    right: 10px
}
.verify .yzmimg{
    width: 100%;
    max-height: 100%;
}
.input-text .poimg{
    display: inline-block;
    position: absolute;
    width: 18px;
    height: 20px;
    left: 16px;
    top:15px;
}
.input-text.blue{
    border: 1px solid #0359ac;
}
.input-text.error{
    border: 1px solid #EA4124;
}
.login-foot{
    text-align: center;
    color: #fff;
    margin-top: 150px;
}
.login-foot a{
    color: #fff;
}
.sub-btn{
    color: #fff;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #0359ac;
    margin-bottom: 10px;
    cursor: pointer;
}
.login-flx{
    display: flex;
    justify-content: space-between;
}
.login-flx a{
    color: #424242;
}

/*!*menu*!*/
.menu{
    -webkit-transition: 300ms 0s all linear;
    -moz-transition: 300ms 0s all linear;
    -ms-transition: 300ms 0s all linear;
    -o-transition: 300ms 0s all linear;
    transition: 300ms 0s all linear;
}
.menu i{
    display: block;
    width:30px;
    margin-top: 10px;
    height: 1px;
    background: #fff;
    -webkit-transition: 400ms 200ms all linear;
    -moz-transition: 400ms 200ms all linear;
    -ms-transition: 400ms 200ms all linear;
    -o-transition: 400ms 200ms all linear;
    transition: 400ms 200ms all linear;

}

.sm-nav{
    position: fixed;
    top:0;
    left:0;
    z-index: 999;
    transition: all 0.5s ease 0s;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    -webkit-transform: translate(-100%,0);
    -moz-transform: translate(-100%,0);
    -ms-transform: translate(-100%,0);
    -o-transform: translate(-100%,0);
    transform: translate(-100%,0);
}
.sm-nav.active{
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}
.sm-nav-box{
    width: 63%;
    height: 100%;
}
.sm-nav .t{
    line-height: 55px;
    background: #333333;
    font-weight: bold;
    color: #ff6e05;
    font-size:18px;
    padding:0 10%;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sm-nav .xian{
    width: 23px;
    height: 16px;
    position: relative;
}
.sm-nav .xian span{
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    left:0;
}
.sm-nav .xian span.lin-top{
    top: -1px;
    -webkit-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    transform-origin: left top 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.sm-nav .xian span.lin-bottom{
    bottom:0;
    -webkit-transform-origin: left bottom 0;
    -ms-transform-origin: left bottom 0;
    transform-origin: left bottom 0;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.sm-nav-bottom{
    width: 100%;
    height: calc(100% - 55px);
    background: #fff;
}
.sm-nav-bottom ul li a{
    display: block;
    line-height: 50px;
    font-size:14px;
    color: #444;
    padding:0 10%;
    border-bottom: 1px solid #f1f1f1;
}
.white-bg-0409{
    background-color: #eff3f5;
}
.mb-box-0409{
    padding: 50px 0px 10px;
}
.mb-box-0409.warpper{
    max-width:1200px;
}
.shaix-item-0409{
    font-size: 15px;
    padding:18px 0;
    display: flex;
    justify-content: flex-start;
    border-bottom: 1px solid #e7e9ec;
    border-top: 1px solid #fff;
}
.shaix-item-0409 span{
    color: #313131;
    font-weight: 600;
    min-width: 110px;
}
.shaix-ul-0409{
    color: #515151;
    display: inline-block;
}
.shaix-ul-0409 a{
    color: #515151;
}
.shaix-ul-0409 .shaix-li-0409{
    padding: 0px 10px;
    display: inline-block;
}
.shaix-li-0409:hover,.shaix-li-0409.active{
    background: #0359ac;
}
.shaix-li-0409:hover a,.shaix-li-0409.active a{
    color: #fff;
}
.shaix-input-0409{
    display: inline-block;
    overflow: hidden;
}
.shaix-input-0409 .mb-input-0409{
    height: 30px;
    width: 180px;
    padding:0px 15px;
    font-size: 14px;
    color: #515151;
    box-sizing: border-box;
    border: 1px solid #d9d9d9;
    border-right: none;
    float: left;
}
.shaix-input-0409 .search-btn-0409{
    float: left;
    height: 30px;
    width: 100px;
    text-align: center;
    color: #fff;
    background: #0359ac;
    display: inline-block;
    line-height: 30px;
}
.search-btn-0409 i{
    display: inline-block;
    padding-left: 25px;
    background: url('../images/sousuo.png') no-repeat left center;
    background-size: 15px auto;
}
.color-bg-0409{
    background: #eff3f5;
}
.mb-main-0409{
    padding: 0px 0px 70px;
}
.mb-main-0409 .warpper{
    max-width: 1200px;
}
.mb-list-0409{
    display: grid;  
    grid-template-columns: repeat(4, 285px);
    justify-content:space-between;
    min-height: 200px;
    overflow: hidden;
}
.mb-li-0409{
    cursor: pointer;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
    border: 1px solid #ebebeb;
    overflow: hidden;
}
.mb-li-0409:hover{
    box-shadow: 0 0 5px #ddd;
}
.mb-li-0409:nth-child(4n){
    margin-right: 0px;
}
.mb-li-0409 .mb-img-0409{
    position: relative;
    height: 200px;
    line-height: 200px;
}
.mb-li-0409 .mb-img-0409 img{
    display: inline-block;
    height:100%;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
.mb-li-0409:hover .mb-btn-main{
    display: block;
}
.mb-btn-main{
    display: none;
    position:absolute;
    left: 0;
    right: 0;
    top:0;
    bottom:0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.7);
}
.mb-btn-main .desc0409{
    position: absolute;
    top:20px;
    bottom:60px;
    left:20px;
    right: 20px;
    overflow:hidden;
    overflow-y: auto;
    font-size: 14px;
    color: #fff;
    line-height: 1.6;
    text-align: left;
}
.mb-btn-main .desc0409::-webkit-scrollbar{
    width: 6px;
}
.mb-btn-main .desc0409::-webkit-scrollbar-thumb{
    border-radius: 6px;
    background-color: rgba(255, 255, 255, 0.4);
}
.mb-btn-main .desc0409::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px transparent;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 6px;
}
.mb-btn-main .link{
    position: absolute;
    display: block;
    width: 160px;
    height: 40px;
    margin: 0px auto;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    line-height: 40px;
    background: #0359ac;
    bottom:10px;
    left: 0;
    right: 0;
}
.mb-btn-main .link .text{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding-left: 28px;
    font-size: 14px;
    color: #fff;
    background: url(../images/icon-link.png) no-repeat left center;
}

.mb-li-0409 .mb-info-0409{
    overflow: hidden;
    background: #fff;
}
.mb-li-0409 .mb-info-top-0409{
    overflow: hidden;
    padding: 0 15px;
    line-height: 45px;
    border-bottom: 1px solid #dfe5e9;
    text-align: left;
}
.mb-li-0409 .mb-info-bottom-0409{
    overflow: hidden;
    padding: 10px 15px;
}
.mb-li-0409 .mb-info-bottom-0409 p{
    font-size: 12px;
    color: #9fb0bd;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
}
.screen-main-0409{
    background: #f6f8fb;
    padding: 0 30px;
    margin-bottom: 30px;
}