﻿/* 公用样式 */
/* 版心盒子 */
.article_div{
    width: 1200px;
    margin: 0 auto;
    /* overflow: hidden; */
    box-sizing: border-box;
}
/* 盒子 统一标题与外壳 start */
/* 面包屑 */
.bread_nav {
    padding: 10px 0;
}
.bread_nav a:hover{
    color: #0090FF;
}
.bread_nav a:last-child{
    color: #858D9C;
}
.article_main{
    padding: 30px 0 30px;
}
.article_main_white{
    background: #ffffff;
}
.article_main_blue{
    background: #F5F8FF;
}
.article_main_black{
    background: #3E4753;
    color: #FFFFFF;
}
.article_main h2.article_h2{
    font-size: 34px;
    color: #001B3B;
    font-weight: bold;
    text-align: center;
}
.article_main h5.article_h5{
    font-size: 14px;
    color: #5C6068;
    margin-top: 10px;
    text-align: center;
}
.article_main h5.article_h5 span.org{
    font-weight: bold;
    font-size: 24px;
    color: #FF6900;
}
.article_main.people_bg h2.article_h2{
    color: #ffffff;
}
.article_main.people_bg h5.article_h5{
    color:#C0C4CC;
}
.displayNone{
    display: none!important;
}
/* banner 高度 start */
.bannerMain{
    height: 380px;
    box-sizing: border-box;
    cursor: pointer;
}
/* 公司核名表单 start*/
.from_location_warp{
    background: url(../images/tp_gszc_tdbj.png) no-repeat center;
    background-size: cover;
    /* box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.08); */
    padding: 30px 36px;
    /* margin-bottom: 40px; */
    position: absolute;
    bottom: -98px;
    left: 50%;
    transform: translateX(-50%);
    width: 1230px!important;
    height: 195px;
    border-radius: 4px;
}
.from_location_title{
    display: flex;
    align-items: center;
}
.from_location_title h1{
    font-size: 24px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: bold;
    color: #384C6B;
    margin-right: 20px;
}
.from_location_title .loop_wrap{
    font-size: 14px;
    color: #303133;
    position: relative;
    height: 20px;
    overflow: hidden;
}
.from_location_title .loop_wrap .list_loop{
    position: relative;
    font-weight: bold;
}
.from_location_title p span{
    font-size: 32px;
    font-weight: 600;
    color: #FF6900;
}
.from_location{
    display: flex;
    align-items: center;
    padding: 16px 0;
    position: relative;
}
.select_place{
    display: flex;
}
.from_location_address{
    width: 180px;
    border: 1px solid #DCDFE6;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 44px;
    line-height: 44px;
    padding: 0 20px;
    cursor: pointer;
    background: #ffffff;
    box-sizing: border-box;
    border-radius: 4px;
}
.from_location_address div img{
    width: 16px;
    height: 18px;
    margin-right: 6px;
    vertical-align: sub;
}
.choiceProvince:before {
    content: '返回';
    width: 35px;
    height: 15px;
    margin-left: 14px;
    position: relative;
    top: 0px;
    color: #858d9c;
    display: inline-block;
}
.from_location .inputWrap{
    flex: 1;
    position: relative;
}
.from_location .inputWrap img{
    position: absolute;
    width: 18px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.from_location input{
    flex: 1;
    border: 1px solid #DCDFE6;
    margin-left: 14px;
    height: 44px;
    line-height: 44px;
    padding: 0 20px;
    background: #ffffff;
    width: 100%;
    border-radius: 4px;
}
.from_location input:focus,.from_location_address:hover{
    border: 1px solid #0090FF;
}
.btn_nameNuclear{
    width: 270px;
    background: #FF6900;
    margin-left: 24px;
    color: #FFFFFF;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    border-radius: 4px;
}
.from_location_address > img{
    width: 11px;
    height: 6px;
}
.from_location_more{
    display: flex;
    align-items: center;
}
.from_location_more h4{
    font-size: 16px;
}
.from_location_more ul{
    display: flex;
    align-items: center;
    margin-left: 10px;
}
.from_location_more ul li a{
    margin-right: 40px;
    cursor: pointer;
    color: #0090FF;
    text-decoration: underline;
    font-size: 14px;
}
.from_location_more ul li a:hover{
    color: #FF6900;
}
/* 公司核名表单 end*/
/* banner 高度 end */
/* 全国服务中心 start */
.service_center{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
}
.service_center_left{
    /* flex: 1; */
    width: 616px;
    margin-right: 120px;
}
.service_center_left img{
    width: 100%;
  }
.service_index.service_center_right{
    /* width: 464px; */
    flex: 1;
}
.service_index.service_center_right ul li{
    background: #FFFFFF;
    border: 1px solid #DCDFE6;
    box-sizing: border-box;
    padding: 20px 6px 20px 20px;
    border-radius: 4px;
    cursor: pointer;
    margin-bottom: 20px;
}
.service_index.service_center_right ul li:hover{
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.09);
}
.service_index.service_center_right ul li:last-child{
    margin-bottom: 0px;
}
.service_index.service_center_right ul li h2{
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    line-height: 25px;
}
.service_index.service_center_right ul li p{
    font-size: 14px;
    font-weight: 400;
    color: #909399;
    line-height: 20px;
    margin-top: 5px;
    letter-spacing: 3px;
}
  /* 全国服务中心 end */
/* 统一长按钮 */
.btn_long_oragin{
    min-width: 508px;
    height: 60px;
    line-height: 60px;
    /* border-radius: 30px; */
    background: linear-gradient(270deg, #FE793E 0%, #F54A4F 100%);
    margin: 40px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 22px;
    box-sizing: border-box;
    padding: 0 15px;
    border-radius: 4px;
}
.btn_long_oragin span.line{
    height: 60px;
    width: 1px;
    background: #ffffff;
    margin: 0 30px;
    opacity: 0.5;
}
.btn_long_oragin p{
    /* width: 324px;
    height: 100%;
    border: 2px solid #F54A4F; */
    box-sizing: border-box;
    text-align: center;
    /* background: #ffffff; */
}
.btn_long_oragin button{
    /* background: linear-gradient(270deg, #FE793E 0%, #F54A4F 100%);
    height: 100%;
    width: 184px; */
    box-sizing: border-box;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn_long_oragin .phone{
    width: 40px;
    margin-left: 18px;
}
.btn_long_oragin .icon_more{
    width: 22px;
    margin-left: 10px;
}
/* 悬浮盒子状态 */
.boxShadow{
    /* box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.09); */
}
.boxShadow:hover{
    box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.09);
}
/* 热门服务 start*/
.hotServer{
    background: #FFFFFF;
    padding-bottom: 40px;
    z-index: 1000;
    padding-top: 130px;
}
.hotServer .hotServer_wrap{
    overflow: inherit;
}
/* 热门服务内容 statr */
.hotserver_list{
    display: flex;

}
.hotserver_frist{
    width: 368px;
    min-width: 368px;
    /* height: 243px; */
    background: url(../images/tp_gszc_rmfw.png) no-repeat center;
    background-size: cover;
    /* box-shadow: 0px 2px 16px 0px rgba(0,0,0,0.09); */
    position: relative;
    border-radius: 4px;
    cursor: pointer;
    border: 1px solid #E4E7ED;
}
.hotserver_frist > h4{
    color: #112658;
    width: 285px;
    height: 42px;
    line-height: 42px;
    font-size: 22px;
    /* background: linear-gradient(270deg, #B9C7E0 100%, #E9F1FF 100%); */
    /* border-radius: 0px 0px 50px 0; */
    padding-left: 20px;
    background: url(../images/tp_gszc_title.png) no-repeat center;
    background-size: cover;
    font-weight: bold;
}
.hotserver_frist > h4.samll{
    width: 145px;
    height: 42px;
    background: url(../images/tp_gszc_title_small.png) no-repeat center;
    background-size: cover;
    font-weight: bold;
}
.hotserver_frist > h4 span{
    font-size: 18px;
}
.hotserver_frist > .info_wrap{
    padding: 16px 20px 15px;
}
.hotserver_frist h2{
    font-size: 20px;
    color: #303133;
    font-weight: bold;
}
.hotserver_frist h2 span{
    color: #FF3400;
    font-size: 34px;
}
.hotserver_frist ul{
    display: flex;
    margin: 10px 0 27px;
}
.hotserver_frist ul li{
    font-size: 16px;
    color: #5C6068;
    margin-right: 36px;
}
.hotserver_frist ul li img{
    width: 20px;
    vertical-align: sub;
    margin-right: 4px;
}
.hotserver_frist button{
    width: 154px;
    height: 35px;
    background: #0090FF;
    color: #FFFFFF;
    box-shadow: 0px 2px 0px 0px rgba(0,104,185,1);
    border-radius: 4px;
}
.hotserver_frist:hover{
    /* box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.1); */
}
.hotserver_frist:active,.hotserver_frist:focus{
    box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.1);
}
.hotserver_frist button img{
    width: 22px;
    margin-left: 10px;
}
.hotserver_item{
    flex: 1;
    background: #FFFFFF;
    /* box-shadow: 0px 2px 16px 0px rgba(0,0,0,0.09); */
    margin-left: 15px;
    position: relative;
    border-radius: 4px;
    cursor: pointer;
    border: 1px solid #E4E7ED;
    width: 1;
}
.hotserver_item .hot_span,.hotserver_frist .hot_span{
    position: absolute;
    width: 89px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 16px;
    color: #FFFFFF;
    background: url(../images/icon_hot_span.png) no-repeat center;
    background-size: cover;
    right: 0;
    top: -12px;
}
.hotserver_item > .info_wrap{
    /* position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(calc(-50% - 24px)); */
    padding: 40px 20px 15px;
    border-radius: 4px;
}
.hotserver_item > .info_wrap h2{
    font-weight: bold;
    font-size: 18px;
    white-space: nowrap;
    width: 100%;
}
.hotserver_item > .info_wrap h5{
    font-size: 14px;
    color: #606266;
    margin: 10px 0 0;
    white-space: nowrap;
}
.hotserver_item > .info_wrap a{
    font-size: 16px;
    text-align: center;
    display: inline-block;
}
.hotserver_item > .info_wrap a span{
    font-size: 34px;
    font-weight: bold;
}
.hotserver_item button{
    height: 35px;
    line-height: 35px;
    border: 1px solid #0090FF;
    width: 100%;
    margin-top: 16px;
    background: #0090FF;
    color: #FFFFFF;
    box-shadow: 0px 2px 0px 0px rgba(0,104,185,1);
    border-radius: 4px;
}
.hotserver_item button:hover{
    /* box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.1), 0px 2px 0px 0px rgba(0,123,218,1); */
}
.hotserver_item button:active,.hotserver_item button:focus,.hotserver_frist button:active,.hotserver_frist button:focus{
    box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.1);
}
/* 热门服务内容 end */
/* 热门服务 end*/
/* 建企猫全国服务网点 start */
.article_main_black{
    background: #3E4753;
    color: #FFFFFF;
}
.article_main_black .article_div .article_h2{
    color: #FFFFFF;
}
.article_main_black .article_div .article_h5{
    color: #C0C4CC;
}
.company_city{
    display: flex;
    margin-top: 20px;
    align-items: center;
}
.company_city_left{
    /* width: calc(25%-32px); */
    width: 370px;
    min-width: 370px;
    margin-right: 32px;
}
.company_city_left h5{
    font-size: 18px;
    margin-bottom: 15px;
}
.company_city_left p{
    font-size: 14px;
    opacity: 0.5;
}
.company_city_right ul{
    display: flex;
    flex-wrap: wrap;
}
.company_city_right ul li{
    width: calc(25% - 10px);
    margin-right: 10px;
    margin-top: 10px;
    background: #FFFFFF;
    border-radius: 4px;
    cursor: pointer;
    overflow: hidden;
}
.company_city_right ul li img{
    width: 100%;
    /* height: 102px; */
}
.company_city_right ul li p{
    text-align: center;
    font-size: 16px;
    color: #000000;
    padding: 4px 0;
}
/* 建企猫全国服务网点 end */
/* 专业顾问一对一服务 start */
.people_bg{
    background: url(../images/bg_people.jpg) no-repeat center;
    background-size: cover;
}
.company_zygw_list{
    display: flex;
    margin-top: 30px;
}
.company_zygw_item{
    /* width: calc(16.66% - 12px); */
    width: 16.66%;
    margin-right: 12px;
    position: relative;
    cursor: pointer;
}
.company_zygw_item:last-child{
    margin-right: 0;
}
.company_zygw_item img {
    width: 100%;
}
.zygw_name{
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #FFFFFF;
    height: 52px;
    line-height: 52px;
    text-align: center;
    font-size: 18px;
    background: rgba(0, 0, 0, 0.65);
}
.company_zygw_item:hover .zygw_name{
    display: none;
}
.zygw_detail{
    display: none;
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    color: #FFFFFF;
    padding: 35px 0 20px;
    text-align: center;
    box-sizing: border-box;
}
.zygw_detail p{
    /* margin-bottom: 6px; */
    font-size: 18px;
}
.zygw_detail p.name{
    margin-bottom: 40px;
    font-size: 22px;
}
.zygw_detail p.rate{
    font-size: 16px;
    /* margin-bottom: 8px; */
}
.zygw_detail button{
    width: 80%;
    height: 35px;
    background: #FF6900;
    color: #FFFFFF;
    margin-top: 6px;
    border: 1px solid #FF6900;
    border-radius: 4px;
}
.zygw_detail button.busy{
    color: #FF6900;
    background: #FFFFFF;
}
.company_zygw_item:hover .zygw_detail{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
/* 专业顾问一对一服务 end */
/* 您可能还需要以下服务 start */
.company_fw_list{
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    
}
.company_fw_item{
    width: calc(20% - 12px);
    margin-right: 12px;
    margin-bottom: 12px;
    padding-bottom: 15px;
    text-align: center;
    border: 1px solid #E4E7ED;
    border-radius: 4px;
}
.company_fw_item:hover{
    box-shadow: 0px 2px 16px 0px rgba(0,0,0,0.09);
}
.company_fw_item:nth-child(5n+5){
    margin-right: 0;
}
.company_fw_item img{
    width: 89px;
}
.company_fw_item p{
    text-align: center;
    font-size: 18px;
}
/* 您可能还需要以下服务 end */
/* 城市网点覆盖 start */
.company_city_map{
    display: flex;
}
.company_city_map > div{
    flex: 1;
}

.company_city_map_right{
    padding: 30px 0;
}
.company_city_map_right .from_location_address{
    border: 1px solid #DFE7F4;
    background: #ffffff;
}
.company_city_list{
    /* border: 1px solid #DFE7F4; */
    margin-top: 20px;
    height: 312px;
    overflow: auto;
}
.company_city_item{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 14px;
    background: #FFFFFF;
    border: 1px solid #DFE7F4;
    cursor: pointer;
}
.company_city_item button{
    width: 100px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #0090FF;
    background: #0090FF;
    color: #FFFFFF;
    box-shadow: 0px 2px 0px 0px rgba(0,104,185,1);
    border-radius: 4px;
}
.company_city_item:hover{
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.15);
}
.company_city_item:hover h2{
    color: #0090FF;
}
.company_city_item:hover img{
    display: none;
}
.company_city_item:hover button{
    /* box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.1), 0px 2px 0px 0px rgba(0,123,218,1); */
}
.company_city_item button:active,.company_city_item button:focus{
    box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.1);
}
.company_city_item:last-child{
    /* border-bottom: none; */
}
.company_city_item > div{
    flex: 1;
    margin-right: 10px;
}
.company_city_item h2{
    font-size: 18px;
    font-weight: bold;
}
.company_city_item p{
    font-size: 14px;
    color: #909399;
    margin-top: 4px;
}
.company_city_item img{
    width: 12px;
    min-width: 12px;
    /* height: 6px; */
}
.company_city_wrap{
    display: flex;
    align-items: center;
    background: #0090FF;
    color: #FFFFFF;
    font-size: 18px;
    text-align: center;
    padding: 15px 0;
}
.company_city_wrap p{
    flex: 1;
    position: relative;
    height: 50px;
}
.company_city_wrap p::after{
    position: absolute;
    height: 40px;
    background: #ffffff;
    width: 1px;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
}
.company_city_wrap p:last-child{
    flex: 2;
    line-height: 62px;
}
.company_city_wrap p:last-child::after{
    display: none;
}
.company_city_wrap span{
    font-size: 44px;
}

/* 城市网点覆盖 end */
/* 战略合作伙伴 start */
.company_hz_list{
    display: flex;
    flex-wrap: wrap;
    /* margin-top: 18px; */
}
.company_hz_item{
    width: calc(25% - 12px);
    margin-right: 12px;
    margin-top: 20px;
    text-align: center;
    border-radius: 4px;
    cursor: pointer;
    overflow: hidden;
}
.company_hz_item:hover{
    box-shadow: 0px 2px 16px 0px rgba(0,0,0,0.09);
}
.company_hz_item:nth-child(4n+4){
    margin-right: 0;
}
.company_hz_item img{
    width: 100%;
}
/* 战略合作伙伴 end */
/* 盒子 统一标题与外壳 end */
/* 当在笔记本显示时，两边留白，便于页面显示完全 与 留广告位 */
@media screen and ( max-width: 1490px ) {   
    .article_div{
         width: 990px!important;
    }
    .bannerMain,.bgSwt{
        height: 314px!important;
    }
    /* 公司转让banner 部分 start */
    .bannerContentBotTop{
        margin-bottom: 10px;
    }
    .bannerContentBottom{
        /* padding: 10px 20px 10px; */
        padding-top: 10px;
    }
    /* 公司转让banner 部分 end */
    /* 头部 */
    .media_mall__hb .dym-mall_box--left{
        width: 240px;
    }
    .media_mall__hb .dym-nav__item.is-hot:after{
        /* right: -10px;
        width: 24px;
        height: 9px; */
    }
    .media_mall__hb .dym-mall_box--left{
        left: 0;
        width: 240px;
    }
    .media_mall__hb .dym-mall_box--hoverRight{
        width: 700px;
        left: 240px;
        height: 288px;
    }
    .media_mall__hb .dym-mall_box--hoverRight .dym-mall_product--left ul li{
        margin: 8px 0;
    }
    .media_mall__hb .dym-search-wp .dym-search {
        /* width: 286px; */
        width: 368px;
	}
    /* .media_mall__hb .dym-search-wp .dym-search .dym-search__input{
        width: 86%;
    } */
    .media_mall__hb .dym-search-wp .dym-search .dym-search__input::-webkit-input-placeholder {
        font-size:12px;
    }
    .dym-mall_box--right .dym-mall_box--rightRegister .dym-mall_box--rightInput .dym-mall_box--inputBox input::-webkit-input-placeholder {
        font-size:12px;
    }
    /* .dym-search__bd .dym-search__box .icon-search{
        margin: 2px 6px 0 0;
    } */
    .dym-mall_product--left{
        width: 25%;
    }
    .dym-mall_box--hoverRight .dym-mall_product--left ul li{
        width: 100%;
    }
    .dym-mall_box--right .dym-mall_box--rightBanner{
        height: 206px!important;
    }
    /* 导航 */
    .media_mall__hb .dym-nav__list .dym-nav__listBox{
        padding: 9px 0 6px;
    }
    .media_mall__hb .dym-nav__list .dym-nav__listBox .icon-gsgs{
        width: 24px;
        height: 24px;
    }
    .media_mall__hb .dym_nav_advice{
        padding: 18px 8px;
        width: 240px;
        top: 380px;
        height: 156px;
    }
    .dym_mall_sale_list{
        height: 156px;
    }
    /* 顶部导航 */
    .dym-mall__location .tv_wrap img{
        width: 90px;
    }
    .dym-mall__location .location{
        font-size: 12px;
    }
    /* 导航 */
     .media_mall__hb .dym-nav__item:first-child{
        padding: 0;
        min-width: 238px;
        width: 238px;
    }
    .dym-service__item .des{
        font-size: 12px;
        white-space: nowrap;
        height: 20px;
    }
    /* 底部 */
    .media_mall__ft .dym-mall__box{
        width: 990px;
    }
    /* 首页中间 与导航部分 start */
    .media_mall__bd .dym-mall__box,.media_mall__hb .dym-mall__box,.dym-mall__location .locationBox{
        width: 994px;
    }
    .media_mall__bd .dym-mall_box--right{
        width: 740px;
    }
    .media_mall__bd .dym-mall__banner .dym-mall__box{
        height: auto;
    }
    .dym-mall__location .dym-unlogin li{
        margin-left: 10px;
    }
    .dym-mall__location .location_all{
        margin-left: 10px;
    }
    .dym-mall__location .locationCity{
        margin-right: 10px;
    }
    /* .media_mall__bd .dym-service__item{
        width: 33.3%;
    }
    .media_mall__bd .dym-service__type{
        width: 238px;
    }
    .media_mall__bd .dym-service__list{
        margin-left: 238px;
    } */
    .media_mall__bd .dym-module__bd .dym-module__bd--textLeft{
        width: 15%
    }
    .media_mall__bd .dym-module__bd .dym-module__bd--textLeft p{
        background-size: 100%;
        width: 144px;
    }
    .media_mall__bd .dym-module__bd .dym-module__bd--textLeft h2{
        width: 112px;
        font-size: 54px;
    }
    .media_mall__bd .dym-module__bd .dym-module__bd--textLeft p{
        font-size: 12px;
        height: 26px;
    }
    .media_mall__bd .dym-module__bd .dym-module__bd--textRight{
        width: 85%;
    }
    .media_mall__bd .dym-module__bd .dym-module__bd--textRight .dym-module__bd--textBd.ulLong{
        padding: 4px 0;
        /* margin-left: 8px; */
    }
    .media_mall__bd .dym-module__bd .dym-module__bd--textRight .dym-module__bd--textBd
    .media_mall__bd .dym-module__bd--textHd{
        padding-left: 8px;
    }
    .dym-module__bd .dym-module__bd--textRight .dym-module__bd--textBd{
        /* min-height: 48px; */
    }
    .media_mall__bd .dym-module__bd .dym-module__bd--textRight .dym-module__bd--ulFd li{
        padding: 20px 20px 20px 10px;
    }
    .media_mall__bd .dym-module__bd--textTd{
        padding-right: 10px;
    }
    .media_mall__bd .dym-module__bd .dym-module__bd--textLeft span i{
        font-size: 12px;
        padding: 0 0 0 8px;
        height: 26px;
        line-height: 26px;
    }
    .media_mall__bd .dym-module__bd .dym-module__bd--textLeft span img{
        width: 26px;
        height: 26px;
    }
    .media_mall__bd .dym-mall_box--right .dym-mall_box--rightRegister .dym-mall_box--rightInput .dym-mall_box--inputBox h3{
        width: 260px;
    }
    .media_mall__bd .dym-mall_box--right .dym-mall_box--rightRegister .dym-mall_box--rightInput .dym-mall_box--inputBox .selectBusiness-select{
        width: 200px;
        min-width: 200px;
    }
    .dym-mall_dropDown{
        width: 202px;
    }
    /* 首页中间 与导航部分 end */
    /* 落地页面配置 */
    .news_dym__container .news_dym_type .news_dym_type_list{
        width: 990px;
    }
    .news_dym__container .dym_mall__box,
    .news_dym__container .news_dym_help_name,
    .news_dym__container .news_dym_dljz__xuanz .news_dym_dljz__xuanz__b,
    .news_dym__container .news_dym_dljz__ywu__list,
    .news_dym__container .news_dym_dljz__server__list,
    .news_dym__container .news_dym_zscq__num .news_dym_zscq__num_b,
    .news_dym__container .all_company_types>table,
    .news_dym__container .news_dym_title,
    .news_dym__container .company-worries>img,
    .news_dym__container .provide_content table,
    .news_dym__container .news_dym_process_ft,
    .news_dym__container .news_consequence_top,
    .news_dym__container .news_dym_consequence__help_b
    {
        width: 990px;
    }
    .news_dym_help_name .news_dym_help_name_b ul > li h1{
        font-size: 22px;
    }
    .news_dym__container .news_dym_servers__product .news_dym_servers__product_list_b ul{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .news_dym__container .news_dym_servers__product .news_dym_servers__product_list_b ul > li{
        width: 24%;
        margin-right: 0;
    }
    .news_dym__container .news_dym_servers__product .news_dym_servers__product_list_b ul:after {
        content:"";
        width: 24%;
    }
    .news_dym__container .news_dym_dljz__server__list ul > li p{
        margin-top:70px;
    }
    .news_dym__container .news_dym_dljz__server__list ul > li .h2{
        font-size: 15px;
    }
    .news_dym__container .news_dym_dljz__ywu ul > li .news_dym_dljz__ywu__list_t{
        font-size: 28px;
    }
    .news_dym__container div.news_dym_swch__ywu .news_dym_swch__ywu_list ul > li p.news_dym_dljz__ywu__list_t2{
        font-size: 16px;
    }
    .news_dym__container div.news_dym_zscq__server .news_dym_zscq__server__list ul > li p{
        font-size: 16px;
    }
    .news_dym__container .news_dym_help .news_dym_help_list ul{
        display: flex;
        justify-content: space-between;
    }
    .news_dym__container .news_dym_help .news_dym_help_list ul li{
        flex: 1;
    }
    .news_dym__container .news_dym_help ul > li p{
        font-size: 16px;
        width: 100%;
    }
    /* 落地页配置end */
    /* 新闻页面 */
    .dym-mall__box .dym-news-index .dym-news-index-left .dym-news-index-left-list,.dym-mall__box .dym-news-index .dym-news-index-left .dym-news-index-left-list,.dym-mall__box .dym-news-index .dym-news-index-left .dym-news-left-li{
        width: 100%;
    }
    /* 新闻页面 end */
    /* 搜索页面 */
    .media_mall__bd.searchTit{
        width: 990px;
    }
    /* 搜索页面 end*/
    /* 订单页面 */
    .media_mall__bd .dym-product_hd .dym-product_info{
        width: 700px;
    }
    .media_mall__bd .dym-product_hd .dym-product_info .pruduct-img{
        width: 250px;
        height: 250px;
    }
    .media_mall__bd .dym-product_hd .dym-product_info .pruduct-right{
        width: 350px;
    }
    .media_mall__bd .dym-product_hd .dym-product_info .link-btn{
        width: 160px;
    }
    .media_mall__bd .media_goods-details-tit{
		width: 235px;
	}
	.media_mall__bd .media_goods-details-main,.media_mall__bd .dym-product_tab{
 		width: 735px;
	}
    .media_mall__bd .dym-product_tab{
        display: flex;
        justify-content: space-between;
    }
    .media_mall__bd .dym-product_bd .dym-product_service .content-plate > ul{
        width: 450px;
    }
    .dym-product_bd .dym-product_process .dym-process li > p{
        font-size: 16px;
    }
    .dym-product_bd .dym-product_process .dym-process li>h3{
        /* margin: 40px auto 40px; */
    }
    .media_mall__bd .dym-product_bd .dym-product_advantage ul li{
        /* width: 600px; */
        /* margin-right: 0; */
    }
    .media_mall__bd .dym-product_bd .dym-product_problem ul li p{
        /* width: 500px; */
    }
    .media_mall__bd .dym-product_bd .dym-product_afterSale ul{
       
    }
    .media_mall__bd .dym-product_bd .dym-product_afterSale ul li{
       overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .media_mall__bd .dym-product_bd .dym-product_afterSale ul li h3{
        /* font-size: 28px; */
    }
    .media_mall__bd .dym-product_bd .dym-product_afterSale ul li p{
        /* font-size: 16px; */
    }
    .dym-product_hd .dym-product_info .pruduct-right .pruduct-style .product-type ul li{
        /* width: 80px; */
    }
    /* 订单页面 end */
    /* 购物车 start */
    .media_mall__bd .dym-cart__move .goods,.media_mall__bd .dym-cart__move .top,.media_mall__bd .dym-cart__move .bottom{
        width: 990px;
    }
    .media_mall__bd .dym-cart__move .box12,.media_mall__bd .dym-cart__move .box2{
        width: 250px;
    }
    .media_mall__bd .dym-cart .dym-cart-tj{
        width: 990px;
    }
    .dym-cart-tj-list .box_wheel{
        width: 796px;;
    }
    .dym-cart-tj-list .box{
        width: 800px;
    }
    /* 购物车 end */
    /* 关于我们 */
    .media_mall__bd .contrainer,.headquarters-photo{
        width: 990px;
        margin: 0 auto;
    }
    .contact-wrap{
        padding: 60px 0 0 0;
        margin: 0 auto 60px;
    }
    .media_mall__bd .headquarters-wrap h2{
        width: 990px;
        margin: 0 auto 60px;
    }
    .enterprise_advantage_bg .group_list_img{
        padding: 20px 0 60px;
        height: 280px;
    }
    .wish ul li p{
        font-size: 12px;
    }
    /* 关于我们 end */
    .news_dym_banner{
        /* height: 340px; */
    }
    /* 顶部广告 */
    .media_mall__hb .btnAdvert img {
        right: 44px;
        top: 5px;
        width: 150px;
    }
    /* 底部广告 */
   
    .media_mall__ft .footerAdvert_tit {
        width: 200px;
        height: 60px;
        /* background: url(../images/footeradvert_line.png) no-repeat; */
        /* text-align: center; */
        /* padding: 8px 0 0 20px; */
    }
    .media_mall__ft .footerAdvert_tit img {
        width: 200px;
        height: 60px;
    }

    .media_mall__ft .footerAdvert_tit h3 {
        font-size: 16px;
        line-height: 22px;
    }

    .media_mall__ft .footerAdvert_detail {
        width: 360px;
        text-align: center;
    }
    .media_mall__ft .footerAdvert_detail h3 {
        font-size: 28px;
    }

    .media_mall__ft .footerAdvert_detail h4 {
        font-size: 20px;
    }
    .media_mall__ft .footerAdvert_input{
        width: 308px;
    }
    .media_mall__ft .footerAdvert_btn{
        width: 100px;
    }
    /* .media_mall__hb .dym-mall__header .dym-mall__box .dym-mall__logo p .phonetop{
    } */
    .media_mall__hb .dym-mall__header .dym-mall__box .dym-mall__logo p .swing_all_city{
        font-size: 14px;
    }
    .media_mall__hb .dym-mall__logo .h1_logo{
        width: 90px;
        height: 40px;
    }
    .media_mall__hb .dym-mall__logo{
        width: 238px;
    }
    .media_mall__hb .dym-mall__header .dym-mall__box .dym-mall__logo p:last-child{
        font-size: 16px;
    }
    .media_mall__hb .logo_tx{
        font-size: 14px;
        padding: 0px 10px;
    }
    .media_mall__hb .cctv_wrap p{
        font-size: 12px;
    }
    .media_mall__hb .dym-mall__header .dym-mall__box .dym_bannerprice{
        margin-left: 8px;
	}
	.media_mall__hb .dym-mall__header .dym-mall__box .dym_bannerprice img{
       width: 180px;
    }
    .media_mall__hb.dym-mall__activity{	
        position: fixed;
        width: 120px;
        height: auto;
        margin-left: 500px;
    }
    .media_mall__hb.dym-mall__activity img{
        width: 100%;
        /* height: 100%; */
    }
    /* 在线客服 start */
    .media_mall__hb.dym-mall__server{	
        position: fixed;
        width: 110px;
        height: auto;
        margin-left: 506px;
        font-size: 16px;
    }
    .dym-mall__server img {
		width: 20px;
		vertical-align: middle;
	}
    .media_mall__hb.dym-mall__server button{
        font-size: 16px;
        width: 96px;
        height: 26px;
        line-height: 26px;
    }
    .media_mall__hb.dym-mall__server{	
        position: fixed;
        width: 110px;
        height: auto;
        margin-left: 506px;
        font-size: 16px;
    }
    .media_mall__hb.dym-mall__server_two{
        width: 242px;
        height: 35px;
        margin-left: 252px;
        font-size: 14px;
    }
    .dym-mall__server_two .server_wrap img{
        width: 19px;
        height: 18px;
    }
    .dym-mall__server_two .server_wrap span{
        margin-left: 8px;
        font-size: 14px;
    }
    .dym-mall__server_two .icon_copy{
        width: 17px;
        height: 17px;
    }
    /* 在线客服 end */
    .media_mall__hb .right-fixed .right-fixed li a.li-hover{
        padding: 4px 0;
    }
    .right-fixed li.tel-li .telInfo {
		color: #FFEE87;
		
		margin-top: 4px;
	}
    /* 个人中心 */
    .media_mall__bd .dym-personRight{
        width: 762px;
    }
    .media_mall__bd.navBread{
        width: 990px;
    }
    /* 热门服务 */
    .hotserver_frist{
        width: 368px;
        position: relative;
        border-radius: 4px;
    }
    .hotserver_item > .info_wrap a span{
        font-size: 28px;
    }
    .hotserver_item > .info_wrap{
        padding: 40px 10px 15px;
    }
    .hotserver_item{
        margin-left: 6px;
    }
    /* 公司注册流程 */
    .company_icon_tit h3{
        font-size: 18px;
    }
    .company_step_item{
        padding: 20px 14px 30px;
    }
    .company_icon_tit span{
        font-size: 12px;
    }
    .company_db_item button{
        width: 100%;
    }
   
    /* 一对一服务 */
    .zygw_detail{
        padding: 16px 0 20px;
    }
    .zygw_detail p.rate{
        font-size: 14px;
    }
    /* 税务合规设计 start */
    .swch .bannerContent{
        width: 264px;
    }
    .swch .company_h1{
        height:54px;
        line-height: 54px;
        font-size: 18px;
    }
    .swch .user_info input{
        height: 33px;
    }
    .swch .formContent{
        padding: 10px 20px;
    }
    .swch .money_list label{
        font-size: 12px;
    }
    .swch .formContent p{
        font-size: 14px;
    }
    .company_city_map_left img{
        width: 400px;
        min-width: 400px;
    }
    .hotserver_list .hotserver_item .info_wrap .swch_h5 {
        font-size: 12px;
        /* white-space: nowrap; */
    }
    .hotserver_list .hotserver_item .info_wrap .swch_h5 span {
        font-size: 20px;
    }
    .hotserver_list .hotserver_item .info_wrap .fs25 span {
        font-size: 16px;
    }
    .item_right{
        width: 400px;
    }
    .bannerWrap_swch .inputWrap{
        margin: 6px 0;
    }
    .swch .type_item_left{
        text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    /* 税务合规设计 end */
    /* 知识产权 start */
    .zscq .hotserver_list .hotserver_item > .info_wrap{
        padding: 51px 10px 15px;
    }
    .hotserver_list .hotserver_item > .info_wrap .zscq_h2{
        font-size: 18px;
    }
    .hotserver_list .hotserver_item > .info_wrap .zscq_h5{
        font-size: 14px;
    }
    .hotserver_list .hotserver_item > .info_wrap .zscq_h5 span{
        font-size: 26px;
    }
    .intellectual_property_item ul li p {
        font-size: 14px;
    }
    .serve_step_item .zscq_tit{
        font-size: 14px;
    }
    .serve_step_item .zscq_tit span{
        font-size: 20px;
        margin-right: 6px;
    }
    /* 知识产权 end */
    /* 公司转让 start */
    .gszr .bannerContent{
        width: 228px;
    }
    .gszr .bannerContentTop .company_h2{
        font-size: 26px;
    }
    .gszr .bannerContentBotTop p{
        font-size: 12px;
    }
    .hotserver_item > .info_wrap_gszr h2 {
        font-size: 18px;
        white-space: nowrap;
    }
    .hotserver_list .hotserver_item > .info_wrap_gszr h5 {
        font-size: 14px;
    }
    .hotserver_list .hotserver_item .info_wrap_gszr .fs28 span {
        font-size: 18px;
    }
    .hotserver_list .hotserver_item .info_wrap .fs28 span{
        font-size: 22px;
    }
   
    /* 公司转让 end */
    /* 公司注册 start */
    .gszc .hotserver_item > .info_wrap a span{
        font-size: 24px;
    }
    /* 公司注册 end */
    /* 代理记账 start */
    .dljz .hotserver_item > .info_wrap,.gszc .hotserver_item > .info_wrap{
        /* padding: 40px 14px 15px; */
    }
    .dljz .hotserver_item > .info_wrap a span{
        font-size: 26px;
    }
    /* 代理记账 end */
    /* 公司注销 satrt */
     .company_gszx .companyItem{
        padding: 0 20px 20px;
    }
    .company_gszx .companyItem p{
        white-space: nowrap;
    }
    .gszx .hotserver_item > .info_wrap{
        padding: 40px 10px 15px;
    }
    .gszx .hotserver_item > .info_wrap h2{
        font-size: 18px;
    }
    .gszx .hotserver_item > .info_wrap a{
        font-size: 14px;
    }
    .gszx .hotserver_item > .info_wrap a span{
        font-size: 22px;
    }
    /* 公司注销 end */
    /* 财税加盟 start */
    .company_db_item .type_tit_left{
        font-size: 16px;
    }
    .company_db_item .type_tit_left span{
        font-size: 18px;
    }
    .company_db_item{
        padding: 20px 10px;
    }
    .csjm .step_list_left{
        margin-right: 20px;
    }
    .csjm .step_list_right .step_main p span:last-child{
        padding-left:4%;
    }
    .csjm .serve_img{
        width: 300px;
    }
    .csjm .serve_mian_list_item{
        padding: 16px 30px 30px 30px;
    }
    .csjm .serve_left ul{
        font-size: 16px;
        white-space: nowrap;
    }
    .csjm .serve_left ul li{
        padding: 20px 10px;
    }
    /* 财税加盟 end */
    /* 全国服务中心 start */
    .service_center_left{
        width: 478px;
    }
/* 全国服务中心 end */
     /* 适应小屏幕2行省略号 start */
    .company_detail,.open_info_item .item_frist_wrap p{
         text-overflow: -o-ellipsis-lastline;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    /* 适应小屏幕2行省略号 end */
    /* 适配小屏 banner start*/
    .bannerWrap_gszc,.bannerWrap_swch,.bannerWrap_dljz,.bannerWrap_gszr,.bannerWrap_csjm,.bannerWrap_about{
        background-size: 1600px auto;
    }
    /* 适配小屏 banner end*/
}
@media screen and ( max-width: 1200px ) { 
    .right-fixed .right-fixed-list{
        display: none;
    }
    .media_mall__hb.dym-mall__activity{	
        position: fixed;
        width: 120px;
        height: auto;
        margin-left: 0;
        right: 10px;
        left: auto;
    }
}


/* 开公司找建企猫 start */
.open_info_list{
    display: flex;
    align-items: center;
    margin-top: 30px;
}
.open_info_item{
    flex: 1;
    background: #ffffff;
    margin-right: 2px;
    border-radius: 4px;
    cursor: pointer;
    overflow: hidden;
}
.open_info_item:hover{
    box-shadow: 0px 2px 16px 0px rgba(0,0,0,0.09);
}
.open_info_item:last-child{
    margin-right: 0;
}
.open_info_item .tit_wrap{
    background: #D9EDFF;
    text-align: center;
    color: #1765A2;
    padding: 10px 0;
    height: 92px;
    box-sizing: border-box;
}
.open_info_item .tit_wrap h3{
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 5px;
}
.open_info_item .tit_wrap p{
    font-size: 14px;
}
.open_info_item .item_frist_wrap{
    padding: 0 15px;
    flex: 1;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    text-align: center;
    /* padding-bottom: 32px; */
    padding-bottom: 18px;
    text-align: left;
}
.open_info_item .item_frist_wrap .item_frist{
    /* margin-bottom: 18px; */
    margin-bottom: 10px;
}
.open_info_item .item_frist_wrap .item_frist:last-child{
    margin-bottom: 0px;
}
.open_info_item .item_frist_wrap .tit{
    color: #333333;
    font-size: 14px;
    font-weight: bold;
}
.open_info_item .item_frist_wrap span{
    width: 21px;
    height: 21px;
    margin-right: 6px;
    line-height: 21px;
    text-align: center;
    background: #56B5FF;
    color: #FFFFFF;
    font-size: 20px;
    border-radius: 50%;
    display: inline-block;
}
.open_info_item .item_frist_wrap p{
    color: #606266;
    font-size: 14px;
    /* line-height: 25px; */
    margin-left: 27px;
        text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;

}
.open_info_item.open_info_item_frist .item_wrap{
    padding: 18px 0 20px 0;
}
.open_info_item .item_wrap{
    padding: 25px 0 20px 0;
    height: 324px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.open_info_item .item_p{
    padding: 0 20px;
    flex: 1;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    text-align: center;
    padding-bottom: 32px;
}
.open_info_item .center_small{
    justify-content: center;
}
.open_info_item .center_small p{
    margin-bottom: 30px;
}
.open_info_item .item_p p{
    font-size: 14px;
    color: #5C6068;
}
.open_info_item .item_p p span{
    font-weight: bold;
    color: #333333;
}
.open_info_item .item_btn{
    padding: 0 15px;
}
.open_info_item .item_btn a{
    width:100%;
    height: 40px;
    line-height: 40px;
    border: 1px solid #0090FF;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    background: #0090FF;
    color: #FFFFFF;
    box-shadow: 0px 2px 0px 0px rgba(0,104,185,1);
    border-radius: 4px;
}
.open_info_item .item_btn a span{
    width: 22px;
    height: 14px;
    background-image: url(../images/icon_more__white.png);
    background-size:cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 10px;
}
.companyItem:hover button{
    color: #FF6900;
}
.open_info_item:hover .item_wrap{
    /* height:378px; */
}
.open_info_item:hover .tit_wrap{
    /* background: url('../images/bg_open_item.png') no-repeat center;
    background-size: cover;
    height: 94px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #ffffff; */
}
.open_info_item_frist:hover .item_frist{
    /* margin-bottom: 18px; */
}
.open_info_item_frist:hover .item_frist_wrap{
    /* padding-bottom:32px; */
}
.open_info_item:hover .item_btn a{
    /* box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.1), 0px 2px 0px 0px rgba(0,123,218,1); */
}
.item_btn a:hover{
    opacity: 0.9;
}
.open_info_item .item_btn a:active,.open_info_item .item_btn a:focus{
    box-shadow: 0px 2px 15px 0px rgba(0,0,0,0.1);
}
/* .open_info_item:hover .item_btn a span{
    background-image: url(../images/icon_more__white.png);
} */
.open_info_item .item_wrap{
    transition:all .3s ease;
}
/* 开公司 end */