@charset "utf-8";

.auto_width{
    width:1200px;
    margin:0 auto;
}

/*代理记账banner*/
.banner_dljz{
    background:url(../images/banner_dljz.png) 50% 50% no-repeat;
    height:550px;
    width:100%;
    position: relative;
    text-align: center;
}
.banner_dljz_center{
    text-align: center;
    width:1200px;
    margin:0 auto;
}
.banner_dljz_center p{
    font-size: 92px;
    color:#fff;
    text-align: center;
    padding-top: 150px;
}
.banner_dljz_center span{
    margin-top:60px;
    text-align: center;
    font-size: 48px;
    display: inline-block;
    color:#fff;
}
.banner_dljz_center span b{
    color:#ffc600;
}

/*公用导航样式*/
.company_title{
    margin:90px 0 60px 0;
    font-size: 30px;
    color:#333;
    text-align: center;
}
.company_title p{
    font-size: 30px;
}
.company_title p b{
    color:#eb4141;
}
.company_title span{
    display: inline-block;
    width: 169px;
    height: 17px;
    margin: 10px auto;
}
.company_title span img{
    width:100%;
}
/**/

.dljz_td_cent{
    margin:0 12px;
    background:#f17575;
}
.dljz_td_cent form{
    width:900px;
    margin:0 auto;
    padding:34px 0 15px 0;
}
.dljz_td_cent_form{
    overflow: hidden;
    margin-bottom:24px;
}

.dljz_td_cent_form>span{
    float:left;
    width:120px;
    font-size: 16px;
    color:#fff;
    height:46px;
    line-height: 46px;
}
.dljz_td_cent_form_input{
    width:780px;
    float:left;
}
.dljz_td_cent_form_input select{
    width: 248px;
    height: 46px;
    box-sizing: border-box;
    border-radius: 10px;
    padding-left: 20px;
    text-align: center;
    background:#eee;
    font-size: 16px;
}
.dljz_td_cent_form_input label{
    width:140px;
    height:46px;
    line-height: 46px;
    display: inline-block;
    position: relative;
    margin-right:30px;
}
.dljz_td_cent_form_input label input{
    opacity: 0;
    width:100%;
    position: absolute;
    z-index: 100;
    height:100%;
    font-size: 16px;
    cursor:pointer
}
.dljz_td_cent_form_input label span{
    width:100%;
    height:46px;
    line-height: 46px;
    background:#eee;
    text-align: center;
    display: inline-block;
    border-radius: 20px;
    font-size: 16px;
}
.dljz_td_cent_form_input label span.active_input{
    background:#ffc600;
    color:#fff;
}

.dljz_td_cent_form_input input{
    width: 248px;
    height: 46px;
    box-sizing: border-box;
    border-radius: 10px;
    padding-left: 20px;
    
    background: #eee;
    margin-right:22px;
    font-size: 16px;
}
.dljz_td_cent_form_input button.btn{
    width:200px;
    margin-right:0;
    background:#ffc600;
    color:#7d1f1f;
    font-size: 16px;
    text-align: center;
    height: 46px;
    border-radius: 10px;
    line-height: 46px;
    cursor:pointer
}
/*精选服务*/
.jyfw_cent{
    margin:0 12px;
    overflow: hidden;
}
.jyfw_cent_left{
    overflow: hidden;
    width:620px;
    float:left;
}
.jyfw_cent_left ul{
    overflow: hidden;
}
.jyfw_cent_left ul li{
    width:310px;
    float: left;
}

.jyfw_cent_left_li{
    padding-right:40px;
    border-right:1px solid #eee;
    height: 175px;
    margin-bottom: 85px;

}
.jyfw_cent_left ul li:nth-child(2n) .jyfw_cent_left_li{
    border-right:0;
    padding-left:40px;
    padding-right: 0;
}
.jyfw_cent_left ul li:nth-child(3) .jyfw_cent_left_li{
    margin-bottom: 0;
}
.jyfw_cent_left ul li:nth-child(4) .jyfw_cent_left_li{
    margin-bottom: 0;
}
.jyfw_cent_left_li img{
    border:1px solid #eee;
    margin-bottom:22px;
}
.jyfw_cent_left_li p{
    font-size: 20px;
    margin-bottom:18px;
}
.jyfw_cent_left_lidiv{
    overflow: hidden;
    padding-bottom: 40px;
    border-bottom:1px solid #eee;
}
.jyfw_cent_left ul li:nth-child(3) .jyfw_cent_left_lidiv{
    border-bottom:0;
}
.jyfw_cent_left ul li:nth-child(4) .jyfw_cent_left_lidiv{
    border-bottom:0;
}
.jyfw_cent_left_lidiv span{
    font-size: 16px;
    color:#eb4141;
    height:46px;
    line-height: 46px;
    float: left;
    font-weight: bold;
}
.jyfw_cent_left_lidiv a{
    display: inline-block;
    width:126px;
    height:46px;
    line-height: 46px;
    float:right;
    background:#eb4141;
    color:#fff;
    text-align: center;
    border-radius: 10px;
}


.jyfw_cent_right{
    width:434px;
    float:right;
    text-align: center;
    border:1px solid #eee;
}
.jyfw_cent_right img{
    margin:52px 0 24px 0;
}
.jyfw_cent_right h3{
    font-size: 28px;
    color:#eb4141;
    font-weight: bold;
    margin-bottom:30px;
}
.jyfw_cent_right p{
    font-size: 24px;
    line-height: 34px;
    padding-bottom: 70px;
}

/*服务详情*/
.fwxq_cent{
    margin:0 12px;
    text-align: center;
}
.fwxq_cent ul{
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    box-sizing:border-box;
    overflow: hidden;
}
.fwxq_cent ul li{
    width:25%;
    float:left;
    box-sizing:border-box;
    border-right:1px solid #eee;
    border-bottom:1px solid #eee;
    height:80px;
    line-height: 80px;
    text-align: center;
    font-size: 16px;
}
.fwxq_cent a{
    display: inline-block;
    width:200px;
    height:60px;
    line-height: 60px;
    border-radius: 10px;
    margin:80px auto 0;
    font-size: 24px;
    background:#eb4141;
    color:#fff;
}

/*服务流程*/
.fwlc{
    width:100%;
}
.fwlc_cent{
    width:100%;
    text-align: center;
}
.fwlc_cent h3{
    font-size: 26px;
    margin-bottom:100px;
}
.fwlc_cent_d{
    width:100%;
    height:1px;
    background:#ff7373;
    position: relative;
    margin-bottom: 200px;
}
.fwlc_cent_d ul{
    overflow: hidden;
    width:1166px;
    margin:0 auto;
    position: absolute;
    top:-42px;
    left:50%;
    margin-left: -588px;
}
.fwlc_cent_d ul li{
    float:left;
    margin-right:260px;
}
.fwlc_cent_d ul li:last-child{
    margin-right:0px;
}
.fwlc_cent_d ul li h3{
    font-size: 20px;
    margin-top:30px;
}
.fwlc_bot{
    width:100%;
    height:533px;
    text-align: center;
    background:url(../images/fwlc_bot.jpg) 50% 50% no-repeat;
}
.fwlc_bot h3{
    font-size: 55px;
    color:#fff;
    padding-top:110px;
    margin-bottom:36px;
}
.fwlc_bot p{
    font-size: 30px;
    color:#fff;
    margin-bottom:90px;
}
.fwlc_bot_div{}
.fwlc_bot_div a{
    font-size: 30px;
    color:#eb4141;
    background:#fff;
    border-radius: 50px;
    height:96px;
    line-height: 96px;
    display: inline-block;
    width:404px;
    margin-right:50px;
}
.fwlc_bot_div a b{
    width:39px;
    height:39px;
    display: inline-block;
    position: relative;
    top:-2px;
    right:20px;
}

/*代理记账常见问题*/
.dljzwt{
    margin-bottom: 50px;
}
.dljzwt_cent{
    width:1200px;
    margin:0 auto;
}
.dljzwt_cent ul{
    overflow: hidden;
}
.dljzwt_cent ul li{
    padding:35px 22px;
    width:580px;
    float:left;
    border:1px solid #eee;
    box-sizing: border-box;
    margin-right:40px;
    margin-bottom:35px;
}
.dljzwt_cent ul li:nth-child(2n){
    margin-right:0;
}
.dljzwt_cent a h3{
    overflow: hidden;
    line-height: 32px;
    margin-bottom:20px;
}
.dljzwt_cent a h3 b{
    font-size: 22px;
    color:#fff;
    width:32px;
    height:32px;
    background:#eb4141;
    display: inline-block;
    float:left;
    text-align: center;
    line-height: 32px;
}
.dljzwt_cent a h3 span{
    float:left;
    font-size: 22px;
    margin-left:24px;
    width:470px;
    height:32px;
    overflow: hidden;
    line-height: 32px;
}
.dljzwt_cent a h3 span strong{
	font-weight: normal;
}
.dljzwt_cent a p{
    overflow: hidden;
}
.dljzwt_cent a p b{
    font-size: 22px;
    color:#fff;
    width:32px;
    height:32px;
    background:#00a0e9;
    display: inline-block;
    float:left;
    text-align: center;
    line-height: 32px;
}
.dljzwt_cent a p span{
    float:left;
    font-size: 16px;
    color:#333;
    width:470px;
    height:100px;
    overflow: hidden;
    line-height: 24px;
    margin-left:24px;
}
.dljzwt_cent>p{
    text-align: center;
}
.dljzwt_cent>p a{
    font-size: 16px;
}



/*公司注册*/
.banner_gszc{
    background:url(../images/gszc_banner.jpg) 50% 50% no-repeat;
    height:550px;
    width:100%;
    position: relative;
    text-align: center;
}
.banner_botm{
    width:1200px;
    margin:50px auto 0;
}
.banner_botm ul {
    overflow: hidden;
}
.banner_botm ul li{
    width:374px;
    margin:0 13px;
    float:left;
    position: relative;
    border:1px solid #eee;
    box-sizing:border-box;
    text-align: center;
    padding-bottom:40px;
}
.banner_botm ul li b{
    width:74px;
    height:7px;
    position: absolute;
    top:-3.5px;
    left:50%;
    margin-left:-37px;
    background:#eb4141;
    color:#333;
}
.banner_botm ul li h3{
    font-size: 20px;
    font-weight: bold;
    padding-top:30px;
}   
.banner_botm ul li p{
    font-size: 16px;
    margin-top:15px;
    line-height: 24px;
}
.gszc_form_div{
    width:930px;
    margin:0 auto;
}
.gszc_form_cent{
    overflow: hidden;

}
.gszc_form_cent_input{
    width:50%;
    float:left;
}
.gszc_form_cent_input span{
    width:74px;
    display: inline-block;
    height:56px;
    line-height: 56px;
    font-size: 14px;
}
.gszc_form_cent_input input{
    width:360px;
    height:56px;
    line-height: 56px;
    background:#eee;
    padding-left:20px;
    box-sizing:border-box;
    border-radius: 10px;
}
.gszc_form_radio{
    width:100%;
    margin:12px 0 24px 0;
    overflow: hidden;
}
.gszc_form_cent_radio{
    width:50%;
    box-sizing:border-box;
    padding-left:80px;
    float:left;
}
.gszc_form_cent_radio label{
    margin-right:30px;
    cursor:pointer
}
.gszc_form_cent_radio label span{
    margin-left:6px;
}
.gszc_form_btn{
    width:100%;
    text-align: center;
    margin-top:80px;
}
.gszc_form_btn button{
    background:#eb4141;
    width:180px;
    height:54px;
    line-height: 54px;
    font-size: 16px;
    text-align: center;
    border-radius: 5px;
    color:#fff;
    cursor:pointer
}
#formgszc1{
    position: relative;
}
.formgszcdiv{
    top: 58px !important;
    left: 211px !important;
}

/*大有企服省去繁琐流程*/
.gszc_liuc_cent{
    text-align: center;
}
.gszc_liuc_cent ul{
    overflow: hidden;
}
.gszc_liuc_cent ul li{
    width:212px;
    text-align: center;
    float:left;
}
.gszc_liuc_cent ul li.gszc_liuc_cent_sanjao{
    width:34px;
    height:39px;
    position: relative;
    top: 40px;
}
.gszc_liuc_cent ul li h3{
    font-size: 24px;
    margin-top:20px;
    margin-bottom:20px;
}
.gszc_liuc_cent ul li p{
    font-size: 16px;
    line-height: 28px;
}
.gszc_liuc_cent a{
    text-align: center;
    width:300px;
    height:58px;
    line-height: 58px;
    background:#eb4141;
    display: inline-block;
    font-size: 24px;
    border-radius: 5px;
    color:#fff;
    margin:50px auto 60px;
}

.gszc_liuc_bottom{
    width:1000px;
    margin:0 auto;
}
.gszc_liuc_bottom h3{
    font-size: 26px;
    text-align: center;
    margin-bottom:56px;
}
.gszc_liuc_bottom span{
    margin-left: 155px;
    font-size: 20px;
}
.gszc_liuc_bottom b{
    width:15px;
    height:15px;
    background:#eb4141;
    display: inline-block;
    border-radius: 50%;
    margin-right:10px;
}
.gszc_liuc_bottom p{
    width:100%;
    text-align: center;
}
.gszc_liuc_bottom p a{
    text-align: center;
    width:300px;
    height:58px;
    line-height: 58px;
    background:#eb4141;
    display: inline-block;
    font-size: 24px;
    border-radius: 5px;
    color:#fff;
    margin:50px auto 0;
}

/*为什么选择大有企*/
.why_cent{
    width:1200px;
    margin:0 auto;
}
.why_cent>p{
    overflow: hidden;
    margin-bottom:36px;
}
.why_cent>p>span{
    display: inline-block;
    width:50%;
    text-align: center;
    color:#eb4141;
    font-size: 26px;
    float:left;
    font-weight: bold;
}
.why_cent>p>span:last-child{
    color:#eb4141;
}
.why_cent_div ul{
    background:url(../images/why_cent_div_ul.jpg) 50% 50% no-repeat;
    height:74px;
    margin-bottom:36px;
}
.why_cent_div ul li{
    width:50%;
    float:left;
    line-height: 74px;
    font-size: 20px;
    padding-left: 150px;
    box-sizing: border-box;
}
.why_cent_div ul li span{
    font-size: 26px;
}
.why_cent_div ul li:nth-child(1){
    color:#fff;
}
.why_cent_a{
    margin: 100px 0 100px 0;
}
.why_cent_a p{
    border:1px solid #eb4141;
    width:610px;
    height:74px;
    line-height: 74px;
    border-radius: 50px;
    margin: 0 auto;
}
.why_cent_a p span{
    float:left;
    width:468px;
    text-align: center;
    font-size: 24px;
}
.why_cent_a p span b{
    color:#eb4141;
}
.why_cent_a p a{
    width:142px;
    float:right;
    background:#eb4141;
    color:#fff;
    font-size: 22px;
    text-align: center;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}


/*list*/
.position_nav_top{
    width:100%;
    border-top:2px solid #e9e9e9;
}
.position_nav{
    height:40px;
    line-height: 40px;
    color: #333;
    font-size: 14px;
    margin-top: 10px;
}
.position_nav_top .position_nav{
    margin-top: 0;
}
.position_nav a{
    color: #999;
    font-size: 14px;
}
.list_cent{
    width:1200px;
    margin: 25px auto 0;
}
.list_cent>ul{
    overflow: hidden;
}
.list_cent>ul>li{
    width:586px;
    float:left;
    border:1px solid #eee;
    box-sizing:border-box;
    margin-right: 28px;
    margin-bottom:28px;
}
.list_cent>ul>li:nth-child(2n){
    margin-right: 0;
}
.list_cent h3{
    padding:20px 0 24px 0;
}
.list_cent h3 b{
    width:5px;
    height:15px;
    background:#ff3f3f;
    display: inline-block;
}
.list_cent h3 span{
    font-size: 16px;
    font-weight: bold;
    margin-left:15px;
}
.list_cent h3 a{
    float:right;
    margin-right:20px;
}
.list_cent_div{
    padding:0 20px;
    overflow: hidden;
}
.list_cent_div>a{
    width:142px;
    height:92px;
    display: inline-block;
    overflow: hidden;
    background:#000;
    float:left;
}
.list_cent_div>a>img{
    width:100%;
}
.list_cent_div_txt{
    width:386px;
    margin-left:14px;
    float:left;
}
.list_cent_div_txt h4{
    height:20px;
    overflow: hidden;
    width:386px;
    margin-bottom:12px;
}
.list_cent_div_txt h4 a{
    font-size: 16px;
    color:#666;
}
.list_cent_div_txt p{
    width:386px;
    font-size: 13px;
    color:#999;
    line-height: 20px;
}
.list_cent_div_txt p a{
    color:#ff3f3f;
}
.list_cent>ul>li>p{
    padding:10px 20px;
    margin-top: 5px;
}
.list_cent>ul>li>p>a{
    height:30px;
    line-height: 30px;
    overflow: hidden;
    display: block;
    color:#666;
}
.list_cent>ul>li>p>a b{
    width:8px;
    height:8px;
    display: inline-block;
    background:#eee;
    border-radius: 50%;
    float: left;
    position: relative;
    top:10px;
}
.list_cent>ul>li>p>a span{
    margin-left:20px;
    width:400px;
    float:left;
    font-size: 15px;
    color:#666;
}
.list_cent>ul>li>p>a span>strong{
    font-weight: normal;
}
.list_cent>ul>li>p>a em{
    float:right;
    font-size: 15px;
    color:#666;
}


/*列表*/
.cpy_list{
    width:1200px;
    margin:0 auto;
    margin-top:50px;
    overflow: hidden;
    margin-bottom: 80px;
}
.cpy_list_left{
    width:780px;
    float:left;
}
.cpy_list_left>ul{

}
.cpy_list_left>ul>li{
    border-bottom: 2px solid #ddd;
    overflow: hidden;
    padding-bottom: 30px;
    margin-bottom:30px;
}
.cpy_list_left>ul>li>a{
    display: inline-block;
    width:164px;
    height:164px;
    float:left;
}
.cpy_list_left>ul>li>a img{
    width:100%;
    border-radius: 10px;
}
.cpy_list_left_div{
    float:right;
    width:584px;
}
.cpy_list_left_div h3{
    font-size: 24px;
    margin-bottom:15px;
}
.cpy_left_div_p1{
    font-size: 16.8px;
    height:88px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #666666;
}
.cpy_left_div_p2{
    margin-top:20px;
    font-size: 12px;
    color:#999;
}
.cpy_left_div_span2{
    margin-left: 20px;
}
.cpy_left_div_span2 b{
    background:url(../images/yj.jpg) no-repeat 50% 50%;
    width:16px;
    height:11px;
    margin-right:6px;
    display: inline-block;
    position: relative;
    top:1px;
}
/*翻页*/
.page{
    text-align: center;
    margin: 50px auto 30px;
}
.page ul{
    overflow: hidden;
    display:inline-block;
}
.page ul li{
    float: left; 
}
.page li a{
    padding: 11px 15px;
    border: 1px solid #e6e6e6;
    font-size: 12px;
    color: #333;
    margin-right: 10px;
    font-size: 18px;
    color: #333;
    display: inline-block;
    border-radius: 5px;
}
.page ul li.thisclass{
    background: #d3483e;
    color: #fff !important;
    border: 1px solid #e6e6e6;
    font-size: 18px;
    color: #333;
    margin-right: 10px;
    padding: 11px 15px;
    border-radius: 5px;
}
.page ul li:last-child{
    
}
.page ul li select{
    border: 1px solid #e6e6e6;
    color: #333;
    height: 42px;
    padding: 0 10px;
    font-size: 18px;
    border-radius: 5px;
    cursor: pointer;
    width: auto !important;
}
/*右侧部分*/
.cpy_list_right{
    width:376px;
    float:right;
}
.cpy_list_right_form{
    padding:31px 22px;
    width:100%;
    box-sizing:border-box;
    background:#f6f6f6;
}

.cpy_list_right_form_cont {
    width: 100%;
    background: url(../images/cpy_img5.png) no-repeat 50% 50%;
    height: 410px;
    text-align: center;
}
.cpy_list_right_form_cont h3{
    padding:36px 0 38px 0;
    font-size: 26px;
    color:#fff;
}
.cpy_list_right_form_cont_div{
    margin-bottom:14px;
}
.cpy_list_right_form_cont select{
    width:246px;
    padding:8px 10px;
    box-sizing:border-box;
    border-radius: 10px;
    font-size: 17px;
}
.cpy_list_right_form_cont input{
    width:246px;
    padding:8px 10px;
    box-sizing:border-box;
    border-radius: 10px;
    font-size: 17px;
}
#form1{
    background:#eb5353;
    color:#fff;
    font-size: 20px;
    cursor: pointer;
}
.cpy_list_right_form_cont p.form_p{
    margin-top:24px;
}
/*快捷服务入口*/
.cpy_list_right_rk{
    margin-top:30px;
    width: 100%;
    height: 220px;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    background-position: center;
    background-size: cover;
}
.swiper-button-next, .swiper-button-prev {

    width: 15px !important;
    height: 22px !important;
    margin-top: -7.5px !important;
    -moz-background-size: 100% !important;
    -webkit-background-size: 100% !important;
    background-size: 100% !important;
    background-position: center;
    background-repeat: no-repeat;
}

/*常见问题*/
.cpy_list_right_cjwt{
    margin-top:50px;
}
.cpy_list_right_cjwt ul{
    margin-top:8px;
}
.cpy_list_right_cjwt ul li{
    padding-bottom: 20px;
    border-bottom: 1px solid #e8e8e8;
    padding-top: 15px;
}
.cpy_list_right_cjwt ul li h4{
    line-height: 30px;
    margin-bottom: 6px;
}
.cpy_list_right_cjwt ul li h4 strong{
	font-weight: normal;
}
.cpy_list_right_cjwt ul li h4 b{
    display: inline-block;
    width:8px;
    height:8px;
    border-radius: 50%;
    background:#ff3f3f;
    margin-right:8px;
    position: relative;
    top:-1px;
}
.cpy_list_right_cjwt ul li span{
    font-size: 12px;
    color:#999;
    margin-left:20px;
}
.cpy_list_right_gy h3{
    position: relative;
}
.cpy_list_right_gy h3 span{
    z-index: 12;
    width:111px;
    font-size: 16px;
    display: inline-block;
}
.cpy_list_right_gy h3 span.cpy_list_right_gy_span1{
    width:85px;
}
.cpy_list_right_gy h3 b{
    position: absolute;
    width:100%;
    height:12px;
    z-index: 10;
    background:#f6f6f6;
    top: 3px;
}
.cpy_list_right_biaoqian{
    margin-top:50px;
}
.cpy_list_right_biaoqian ul{
    overflow: hidden;
    margin-top: 25px;
}
.cpy_list_right_biaoqian li{
    float:left;
    line-height: 40px;
    width: 46%;
    height: 40px;
    overflow: hidden;
    box-sizing: border-box;
}
.cpy_list_right_biaoqian li a{
    display: inline-block;
   font-size: 16px;
    color:#666666;
}
.cpy_list_right_biaoqian li a:hover{
    color:#ff4242;
}
/*文章页面*/
.aleave_title{
    
}
.aleave_title h1{
    font-size: 24px;
    font-weight: 500;
    height:26px;
    line-height: 26px;
    overflow: hidden;
}
.aleave_title p{
    font-size: 16px;
    color:#999;
    margin-top:18px;
}
.aleave_title p span.aleave_title_span1{
    
}
.aleave_title p span.aleave_title_span2{
    margin-left:30px;
}
.aleave_title p span.aleave_title_span2 b{
    background:url(../images/yj.jpg) no-repeat 50% 50%;
    width:16px;
    height:11px;
    margin-right:6px;
    display: inline-block;
    position: relative;
    top:-1px;
}
.aleave_conent{
    margin-top:30px;
    font-size: 15px;
    color:#666666;
    line-height: 34px;
    padding-bottom: 50px;
    overflow: hidden;
}
.aleave_conent img{
    margin: 20px 0;
}
.aleave_conent>div{
    margin-bottom:20px;
}
.aleave_conent div.div_form_wz{
    width:100%;
    height: 390px;
    margin:15px 0;
    text-align: center;
}
.aleave_conent>p{
    text-indent: 34px;
    margin-bottom:0px;
}
.aleave_conent>p>a{
}
.aleave_conent>p>b{
    font-weight:bold;
}
.aleave_conent>p>strong{
    font-weight:bold;
}
.aleave_conent strong{
    font-weight:bold;
}
.atrle_top_img{
    width:100%;
}
.atrle_top_img>img{
    width:100%;
}

/*标签*/
.tag_list{
    margin-top:20px;
    padding-bottom:20px;
    border-bottom:2px solid #e9e9e9;
}
.tag_list:after{
    content: "";
    display: block;
    height: 0;
    clear:both;
    visibility: hidden;
}
.tag_list span{
    float: left;
    width:50px;
    height:40px;
    line-height: 40px;
    display: inline-block;
    font-size: 14px;
}
.tag_list ul{overflow: hidden;width:730px;float:left;height:40px;line-height: 40px;}
.tag_list ul li{float:left;margin-right: 20px;}
.tag_list ul li a{padding: 0 20px;border:1px dashed #eb5353;height:38px;line-height: 40px;display: inline-block;border-radius: 5px;}

.aleave_conent_sm{
    padding:15px 0 25px 0;
    border-bottom:2px solid #e9e9e9;
}
.aleave_conent_sm p{
    font-size: 13px;
    color:#666;
    line-height: 30px;
    text-align: center;
}

.Details_next{
    font-size: 16px;
    height: 35px;
    padding: 20px 0;
}
.Details_next p{
    float: left;
    width: 340px;
}
.Details_next p:first-child{
    margin-right: 68px;
}
.Details_next p a{
   white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 272px;
    position: relative;
    top: 3px;
    display: inline-block;
}
.Details_next p a:hover{
    color: #d71209;
}

.relevant{
    width:100%;
    overflow: hidden;
    margin-top:10px;
}
.relevant_left{
    width: 100%;
    float: left;
    border: 1px solid #d2d2d2;
    box-sizing: border-box;
}
.relevant_left>h3{
    height:48px;
    line-height: 48px;
    font-size: 16px;
    font-weight: bold;
}
.relevant_left>h3 span{
    position: relative;
    top:1px;
    height:14px;
    width:4px;
    background:#ff3f3f;
    display: inline-block;
    margin-right:12px;
}
.relevant_left ul{
    padding-bottom: 18px;
    overflow: hidden;
}
.relevant_left ul li{
    line-height: 30px;
    height:30px;
    width: 388px;
    float: left;
}
.relevant_left ul li b{
    display: inline-block;
    width:8px;
    height:8px;
    background:#d2d2d2;
    margin:0 10px 0 16px;
    border-radius: 50%;
    position: relative;
    top: -12px;
}
.relevant_left ul li a{
    font-size: 14px;
    color: #666666;
    width: 330px;
    display: inline-block;
    height: 30px;
    overflow: hidden;
}
.relevant_right{
    width:377px;
    float:right;
    background:url(../images/xqy_img_bg.jpg) no-repeat 50% 50%;
    height:188px;
    padding: 0 61px;
    box-sizing: border-box;
}
.relevant_right h3{
    font-size: 20px;
    color:#fff;
    font-weight: bold;
    padding:25px 0 16px 10px;
}
.relevant_right h3 span{
    font-size: 12px;
    color:#999999;
}
.relevant_right form p{
    text-align: center;
}
.relevant_right form input{
    width: 246px;
    padding: 10px 10px;
    padding-left:25px;
    box-sizing: border-box;
    border-radius: 10px;
    font-size: 14px;
}

#form2{
    width:118px;
    margin-right:9px;
    height:40px;
    background:#eb5353;
    padding: 0;
    box-sizing: border-box;
    border-radius: 10px;
    font-size: 14px;
    color:#fff;
    cursor:pointer;
}
.relevant_right form a{
    width:118px;
    height:40px;
    display: inline-block;
    background:#2783d4;
    border-radius: 10px;
    font-size: 14px;
    color:#fff;
    text-align: center;
    line-height: 40px;
}
.relevant_right_p2{
    margin-top:20px;
}



/*推荐阅读*/
.recommend{
    margin-top:40px;
}
.recommend h3{
    height:48px;
    line-height: 48px;
    font-size: 16px;
    font-weight: bold;
}
.recommend h3 span{
    position: relative;
    top:1px;
    height:14px;
    width:4px;
    background:#ff3f3f;
    display: inline-block;
    margin-right:12px;
}
.recommend ul {
    overflow: hidden;
}
.recommend ul li{
    width:179px;
    float:left;
    margin-right:20px;
}
.recommend ul li:nth-child(4){
    margin-right:0;
}
.recommend ul li img{
    width:179px;
    border-radius: 10px;
}
.recommend ul li p{
    height:44px;
    line-height: 44px;
    overflow: hidden;
    font-size: 14px;
    color:#666666;
    text-align: center;
}
/*文章页面2*/
.cpy_banner2{
    width:100%;
    height:204px;
    background:url(../images/cjwt_img_bg.jpg) no-repeat 50% 50%;
}
.cpy_list_right_phjx{
    margin-top:36px;
}
.cpy_list_right_phjx h3{
    border:1px solid #f6f6f6;
    box-sizing:border-box;
    overflow: hidden;
}
.cpy_list_right_phjx h3 span{
    width:50%;
    display: inline-block;
    height:46px;
    line-height: 46px;
    text-align: center;
    float:left;
    cursor: pointer;
}
.cpy_list_right_phjx h3 span.cpy_list_right_phjx_span1{
    background:#f6f6f6;
}
.cpy_list_right_phjx ul{
    margin-top:8px;
    display: none;
}
.cpy_list_right_phjx ul li{
    padding-bottom: 20px;
    border-bottom: 1px solid #e8e8e8;
    padding-top: 15px;
}
.cpy_list_right_phjx ul li h4{
    line-height: 30px;
    margin-bottom: 6px;
}
.cpy_list_right_phjx ul li h4 strong{
	font-weight: normal;
}
.cpy_list_right_phjx ul li h4 b{
    display: inline-block;
    font-size: 18px;
    margin-right:8px;
    position: relative;
    top:1px;
    color:#eb5353;
}
.cpy_list_right_phjx ul li span{
    font-size: 12px;
    color:#999;
    margin-left:20px;
}

.select-list2{
    display: none;
}


/*联系我们*/

.aleave_lylx_conent{
    width:1200px;
    margin:0 auto;
}
.aleave_lylx_conent ul{
    overflow: hidden;
}
.aleave_lylx_conent ul li{
    width:33%;
    text-align: center;
    float: left;
}
.aleave_lylx_conent ul li img{
    margin:50px 0 18px 0;
}
.aleave_lylx_conent ul li h3{
    margin-bottom:24px;
    font-size: 24px;
    font-weight: bold;
    color:#666;
}
.aleave_lylx_conent ul li p{
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
    color:#888;
    height: 60px;
    overflow: hidden;
}
.aleave_lylx_conent ul li span{
    width:130px;
    height:36px;
    line-height: 36px;
    background:url(../images/lxwm01.jpg) 50% 50% no-repeat;
    text-align: center;
    font-size: 16.6px;
    color:#fff;
    display: inline-block;
    margin:50px 0 100px 0;
    border-radius: 5px;
}
.aleave_lylx_conent ul li span.lxwm_span2{
    background:url(../images/lxwm02.jpg) 50% 50% no-repeat;
}
.aleave_lylx_conent ul li span.lxwm_span3{
    background:url(../images/lxwm03.jpg) 50% 50% no-repeat;
}


/*服务商*/
/*代理记账banner*/
.banner_fws{
    background:url(../images/fws_banner.png) 50% 50% no-repeat;
    height:550px;
    width:100%;
    position: relative;
    text-align: center;
}
.banner_fws_center{
    text-align: center;
    width:1200px;
    margin:0 auto;
}
.banner_fws_txt{
    width:1000px;
    margin:0 auto;
}
.banner_fws_txt p{
    font-size: 58px;
    color: #fff;
    text-align: right;
    padding-top: 100px;
    font-weight: bold;
}
.banner_fws_txt p b{
    font-size: 90px;
    font-weight: bold;
    margin-right: 30px;
}
.banner_fws_txt span{
    margin-top: 50px;
    text-align: right;
    font-size: 35px;
    display: block;
    color: #fff;
}
.banner_fws_txt span b{
    color:#ffc600;
}
.banner_fws_center>p{
    font-size: 40px;
    color: #fff;
    text-align: center;
    margin:60px 0;
}

/*表单*/
.form_cont_div{
    height:78px;
}
.form_cont_div_input{
    background:rgba(0,0,0,0.612);
    padding:12px 32px;
    height:78px;
    box-sizing: border-box;
    border-radius: 10px;
}
.form_cont_div_input p{
    float:left;
}
.form_cont_div_input p input{
    width:235px;
    height:54px;
    border-radius: 10px;
    background:#fff;
    margin-right: 22px;
    box-sizing: border-box;
    padding:0 20px;
    text-align: center;
}
.form_cont_div_input p select{
    width:150px;
    height:54px;
    border-radius: 10px;
    background:#fff;
    box-sizing: border-box;
    text-align: center;
    padding-left: 20px;
}
.form_cont_div_input p button{
    width:200px;
    height:54px;
    border-radius: 10px;
    background:#fff;
    margin-left:13px;
    text-align: center;
    background:#eb4141;
    color:#fff;
    font-size: 17px;
    cursor: pointer;
}

.select-list {
    display: none;
    position: absolute;
    padding: 0 !important;
    width: 720px;
    background-color: #fff;
    top: 90px;
    z-index: 1000;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #eb4141;
    left: 33px;
}
.search .select-box {
    margin: 0 !important;
    padding: 0 !important;
}
.Menu2 {
    width: 100%;
    height: auto;
    overflow: hidden;
    z-index: 50;
    padding: 8px 10px 0 10px;
}
.Menu2 ul {
    margin: 0;
    padding: 0;
    margin-bottom: 6px;
    height: auto;
    overflow: auto;
}
.memu2_tit01 {
    float: left;
    width: 80px;
    background: #f0f0f0;
    color: #555;
    margin-right: 10px;
    font-size: 14px;
    text-align: center;
    line-height: 26px;
}
.Menu2 ul li {
    padding: 0 2px;
    display: inline-block;
    line-height: 20px;
    font-size: 12px;
    color: #666;
    text-align: center;
    float: left;
    margin: 4px;
    cursor: pointer;
}
.Menu2 ul li a {
    display: block;
    color: #555;
}
.select-box:first-child dd {
    border-right: 1px solid #ccc;
}
.select-box dd {
    width: 100%;
    display: table;
    padding: 10px;
}
.select-box dd {
    width: 100%;
    display: table;
    padding: 10px;
}
.select-box dd a {
    display: block;
    float: left;
    margin: 5px;
    color: #333;
    padding: 1px 5px;
    text-decoration: none;
}
.select-box dd a:hover, .select-hover {
    background-color: #eb4141;
    color: #fff !important;
    border-radius: 10px;
}
.index_dljz_btn{
    font-size: 14px;
}
.index_dljz_btn span{
    display: block;
    font-size: 12px;
}
.form_cont_div_input_dljz p>input{
    width:285px;
}

.banner_fws_form{
    width:1200px;
    margin:0 auto;
    position: relative;
    padding-top: 22px;
}


/*one*/
.fws_one{
    width:1200px;
    margin:0 auto;
}
.fws_one ul{
    overflow: hidden;
}
.fws_one ul li{
    width:33%;
    float:left;
}
.fws_one ul li div{
    float:left;
}
.fws_one ul li .fws_one_left{
    width:60px;
    height:60px;
    line-height: 60px;
    font-size: 36px;
    color:#fff;
    background:#ff3f3f;
    text-align: center;
}
.fws_one ul li .fws_one_right{
    margin-left: 25px;
    font-size: 24px;
    color: #333333;
    line-height: 36px;
    position: relative;
    top: -5px;
}
.fws_one ul li .fws_one_right2{
    line-height: 60px;
    top: 0;
}

.fws_one>a{
    width:300px;
    height:58px;
    line-height: 58px;
    color:#fff;
    background:#ff3f3f;
    border-radius: 10px;
    text-align: center;
    display: block;
    margin: 100px auto 70px;
    font-size: 24px;
}
.fws_two{
    width:100%;
    background:#fafafa;
    padding-top:94px;
    padding-top: 1px;
}
.fws_two ul{
    overflow: hidden;
    width:1200px;
    margin:0 auto;
}

.fws_two ul li{
    width:33%;
    float:left;
    text-align: center;
    padding-bottom:100px;
}
.fws_two ul li h3{
    font-size: 16px;
    color:#000000;
    margin:30px 0 22px 0;
    font-weight: bold;
}
.fws_two ul li p{
    font-size: 12px;
    color:#000000;
    line-height: 24px;
}

.fws_three{
    width:1200px;
    margin:0 auto;
}
.fws_three_img img{
    width:100%;
}


/*海量推送送*/
.hpush{
    width:1200px;
    margin:0 auto;
}
.hpush ul{
    overflow: hidden;
    padding: 30px 0;
}
.hpush ul li{
    width:339px;
    float:left;
    margin:0 30px;
    border-radius: 10px;
    text-align: center;
    box-shadow: -5px 5px 20px 0px rgb(0,0,0,0.2);
}
.hpush ul li img{
    padding:45px 0 36px 0;
}
.hpush ul li h3{
    font-size: 24px;
    color:#333333;
    position: relative;
}
.hpush ul li h3 b{
    position: absolute;
    bottom:-15px;
    left:50%;
    width:54px;
    margin-left:-27px;
    height:1px;
    background:#666666;
}
.hpush ul li span{
    margin-top:34px;
    padding-bottom:40px;
    display: inline-block;
    font-size: 34px;
    color:#fd6161;
}

/*大有企服城市合作伙伴招募*/
.hzhb_zm{
  width:100%;
    
}
.hzhb_zm_bg{
    background:url(../images/fws_banner21.jpg) 50% 50% no-repeat;
    height:400px;
}

.hzhb_zm ul{
    width:1200px;
    margin:0 auto;
    overflow: hidden;
    padding-top: 70px;
}
.hzhb_zm ul li{
    width:33.3%;
    text-align: center;
    float:left;
}
.hzhb_zm ul li img{

}
.hzhb_zm ul li p{
    font-size: 20px;
    color:#fff;
    line-height: 130px;
}

.join_in{
    background:#fbfbfb;
    padding: 1px 0;
}

.join_in_form{
    width:950px;
    margin:0 auto;
}
.join_in_form_div{
    overflow: hidden;
    margin-bottom:34px;
}
.join_in_form_div span{
    display: inline-block;
    width:90px;
    float:left;
    text-align: right;
    font-size: 16px;
    color:#333333;
    height:45px;
    line-height: 45px;
}
.join_in_form_div span b{
    color:#ed5353;
}
.join_in_input{
    width:840px;
    float:right;
}
.join_in_input select{
    width:260px;
    margin-right:26px;
    height:45px;
    line-height: 45px;
    background:#eeeeee;
    box-sizing: border-box;
    padding-left:20px;
}
.join_in_input select:nth-child(3){
    margin-right:0;
}
.join_in_input input{
    width:100%;
    height:45px;
    line-height: 45px;
    border:1px solid #eeeeee;
    background:#eeeeee;
    box-sizing: border-box;
    padding-left:20px;
}
.join_in_input textarea{
    width:100%;
    border:1px solid #eeeeee;
    background:#eeeeee;
    box-sizing: border-box;
    padding:20px;
}

.index_dljz_btn2{
    width: 210px;
    height: 58px;
    border-radius: 10px;
    font-size: 23px;
    display: block;
    margin: 30px auto;
    background: #eb4141;
    color: #fff;
    cursor:pointer; 
}


/*在线公司起名*/
/*三大优势*/
.gshm_ys>h3{
    font-size: 26px;
    font-weight: bold;
    padding: 55px 0;
    text-align: center;
}
.gshm_ys ul{
    overflow: hidden;
}
.gshm_ys ul li{
    width:370px;
    float:left;
    margin:0 15px;
    background:#f8f9fb;
    border-radius: 10px;
    text-align: center;
    height:396px;
    padding:0 30px;
    box-sizing:border-box;
}
.gshm_ys_div{
    margin-top:60px;
}
.gshm_ys_div img{
    margin-bottom:30px;
}
.gshm_ys_div h3{
    font-size: 24px;
    margin-bottom:18px;
    font-weight: bold;
}
.gshm_ys_div p{
    font-size: 16px;
    line-height: 26px;
}



/*公司名称大全样式*/
.cpy_banner{
    width:100%;
    height:204px;
    background:url(../images/cpy_banner_img_bg.png) no-repeat 50% 50%;
}
.cpy_banner_cont{
    text-align: center;
}
.cpy_banner_cont span{
    font-size: 36px;
    color: #fff;
    display: inline-block;
    width: 100%;
    line-height: 204px;
    letter-spacing: 12px;
}
.cpy_nav{
    width:100%;
    height:102px;
    background:#eb5353;
}
.cpy_nav ul{
    width:1200px;
    margin:0 auto;
    overflow: hidden;
}
.cpy_nav ul li{
    width:150px;
    text-align: center;
    line-height: 102px;
    float: left;
}
.cpy_nav ul li a{
    font-size: 18px;
    color:#fff;
    position: relative;
}
.cpy_nav_li_active a{
    padding-bottom: 10px;
    border-bottom: 2px solid #fff;
}


/*公司核名样式结束*/
.gshm_name{
    width:100%;
    background:#fd5151;
    height:650px;
}
.gshm_name h3{
    font-size: 26px;
    color:#fff;
    padding:55px 0 80px 0;
    text-align: center;
}
.gshm_name ul{

}
.gshm_name ul:after{
    content: "";
    display: block;
    height: 0;
    clear:both;
    visibility: hidden;
}
.gshm_name ul li{
    float:left;
    width:275px;
    margin-right:33px;
    height:182px;
    background:#fff;
    border-radius: 10px;
    position: relative;
    padding:0 20px;
    box-sizing:border-box;
    margin-bottom:60px;
}
.gshm_name ul li:nth-child(4n){
    margin-right:0;
}
.gshm_name ul li span{
    width:52px;
    height:52px;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    line-height: 52px;
    border:1px solid #ff4a4a;
    text-align: center;
    top:0;
    left:50%;
    margin-left:-26px;
    margin-top:-26px;
    background:#fff;
}
.gshm_name ul li span img{
    width:25px;
}
.gshm_name ul li h3{
    font-size: 18px;
    color:#545f66;
    padding:45px 0 15px 0;
    text-align: center;
    width:100%;
    border-bottom:1px solid #e8f3fa;
    font-weight: bold;
}
.gshm_name ul li p{
    line-height: 26px;
    margin-top:10px;
    height: 78px;
    overflow: hidden;
}

/*公司注册流程*/
.gshm_register{

}
.gshm_register_2{
    margin-bottom:80px;
}
.gshm_register>h3{
    padding:78px 0 60px 0;
    font-size: 26px;
    color:#333;
    text-align: center;
}
.gshm_register ul {

}
.gshm_register ul:after{
    content: "";
    display: block;
    height: 0;
    clear:both;
    visibility: hidden;
}
.gshm_register ul li{
    width:400px;
    padding:20px 30px;
    box-sizing:border-box;
    float:left;
    text-align: center;
    margin-bottom:15px;
}
.gshm_register ul li span{
    background:url(../images/gshm_register_img.png) no-repeat 50% 50%;
    width:92px;
    height:106px;
    display: inline-block;
    margin:0 auto;
    text-align: center;
    line-height: 106px;
    font-size: 36px;
    color:#fff;
}
.gshm_register ul li h3{
    font-size: 20px;
    color:#333;
    margin:15px 0 15px 0;
    font-weight: bold;
}
.gshm_register ul li p{
    font-size: 16px;
    color:#333;
    line-height: 24px;
}


/*最新资讯*/
.gshm_information{
    padding-bottom:55px;
}
.gshm_information>h3{
    padding:78px 0 60px 0;
    font-size: 26px;
    color:#333;
    text-align: center;
}
.gshm_information>h3>a{
    font-size: 12px;
    float: right;
    position: relative;
    top: 25px;
}
.gshm_information_div{
    overflow: hidden;
}
.gshm_information_div ul{
    width:100%;
    overflow: hidden;
}
.gshm_information_div ul li{
    padding: 5px;
    width: 48%;
    line-height: 36px;
    border-bottom: 1px dashed #898989;
    margin: 0 1%;
    float: left;
    box-sizing:border-box;
}
.gshm_information_div ul li a{
    font-size: 14px;
    line-height: 36px;
    position: relative;
    width:80%;
    padding-right:114px;
    height:36px;
    overflow: hidden;
    display: block;
}
.gshm_information_div ul li a strong{
    font-size: 14px;
    font-weight: normal;
}
.gshm_information_div ul li a span{
    position: absolute;
    line-height: 26px;
    right:0;
    top:5px;
}

/*公司起名banner*/
.gshm_banner{
    width:100%;
    background:#eb5353;
    height:480px;
}
.gshm_banner_cont{
    width:1200px;
    margin:0 auto;
    text-align: center;
}
.gshm_banner_cont>h3{
    font-size: 60px;
    padding-top:105px;
    color:#fff;
}
.gshm_banner_cont>p{
    margin-top:24px;
    font-size: 30px;
    color:#fff;
}
.form_cont_div_2{
    width: 945px;
    margin: 92px auto;
    position: relative;
}
.form_cont_div_2 .form_cont_div_input{
    background: rgba(255,255,255,0.612);
}
.form_cont_div_2_ts{
    top:77px !important;
}


/*社保代理*/
.banner_sbdj{
    background:url(../images/sbdj_banner.jpg) 50% 50% no-repeat;
    height:550px;
    width:100%;
}
.index_form{
    width:100%;
    position: relative;
}
.index_form_bg{
    width:100%;
    height:180px;
    background:rgba(241,103,103,0.9);
    position: absolute;
    top:0;
    left:0;
    z-index: -2;
}
.index_form_cont{
    width:1126px;
    margin:0 auto;
    padding:30px 0;
    position: relative;
}
.index_form_cont>ul{
    overflow: hidden;
}
.index_form_cont>ul>li{
    width:142px;
    height:42px;
    float:left;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
    line-height: 42px;
    background:#ec4949;
    color:#fff;
    text-align: center;
    font-size: 16px;
    margin-right:14px;
    cursor:pointer
}
.index_form_cont>ul>li.index_form_active{
    background:#fff;
    color:#666666;
}
.form_cont_div{
    height:78px;
}

.index_form_cont_djsb{
    width:1200px;
}
.index_form_cont_djsb2{
    top:140px;
}
.form_cont_div_input_dljz{
    background: rgba(255,255,255,0.612);
    border-radius:0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}


.djsb_fuwu{
    width:100%;
}
.djsb_fuwu ul{
    width:1200px;
    margin:0 auto;
    overflow: hidden;
    padding-top: 12px;
}
.djsb_fuwu ul li{
    width: 255px;
    float: left;
    margin-right: 60px;
}
.djsb_fuwu ul li:nth-child(4){
    margin-right:0;
}
.djsb_fuwu ul li .fws_one_left{
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 35px;
    color: #fff;
    background: #ff3f3f;
    text-align: center;
    border-radius: 10px;
    float: left;
}
.djsb_fuwu ul li .fws_one_right{
    margin-left: 24px;
    font-size: 20px;
    color: #333333;
    line-height: 36px;
    position: relative;
    top: -12px;
    float: left;
}
.djsb_fuwu ul li .fws_one_left2{
    background:#ff6600;
}
.djsb_fuwu ul li .fws_one_left3{
    background:#ff9000;
}
.djsb_fuwu ul li .fws_one_left4{
    background:#ec6941;
}
.djsb_jt{
    width:100%;
    height:1px;
    background:#ddd;
    text-align: center;
    margin:150px 0 130px 0;
}
.djsb_jt img{
    width:70px;
    height:70px;
    position: relative;
    top:-35px;
}

.djsb_jigou{
    width:100%;
}
.djsb_jigou ul{
    width:1200px;
    margin:0 auto;
    overflow: hidden;
    padding: 20px 20px 90px 20px;
    box-sizing: border-box;
}
.djsb_jigou ul li{
    width:33%;
    float:left;
    text-align: center;
    padding: 30px 0;
}
.djsb_jigou ul li:nth-child(2){
    box-shadow: rgba(0,0,0,.3) 0px 0px 10px;
    border-radius: 10px;
}
.djsb_jigou ul li img{
    box-shadow: rgba(0,0,0,.3) 0px 0px 15px;
    border-radius: 50%;
    margin-top: 40px;
}
.djsb_jigou ul li h3{
    font-size: 20px;
    color:#333333;
    margin:24px 0 15px 0;
    line-height: 30px;
}
.djsb_jigou ul li p{
    font-size: 16px;
    color: #666666;
    padding: 0 50px;
    line-height: 26px;
    height: 51px;
    overflow: hidden;
}
.djsb_jigou ul li a{
    font-size: 16px;
    color:#fff;
    background:#ff3f3f;
    width:100px;
    border-radius: 20px;
    height:36px;
    line-height: 36px;
    display: inline-block;
    margin:30px auto 0;
}



.djsb_dingzhi{
    background:#fff9fb;
    width:100%;
    padding: 1px 0 100px 0;
}
.djsb_dingzhi ul{
    overflow: hidden;
    width:1200px;
    margin:0 auto;
}
.djsb_dingzhi ul li{
    width:560px;
    margin:0 20px;
    border:1px solid #ddd;
    float:left;
    box-sizing: border-box;
    padding:20px;
}
.djsb_dingzhi ul li h3{
    font-size: 28px;

}
.djsb_dingzhi ul li p{
    font-size: 16px;
    color: #666666;
    margin: 30px 0 35px 0;
    line-height: 30px;
}
.djsb_dingzhi ul li a{
    font-size: 18px;
    color: #ff3f3f;
    float: right;
}


.djsb_qy{
    width:100%;
    text-align: center;
}
.djsb_qy h5{
    color:#333333;
    font-size: 24px;
    margin-top:30px;
}
.djsb_qy ul{
    overflow: hidden;
    width:1200px;
    margin:120px auto 40px;
}
.djsb_qy ul li{
    width: 274px;
    text-align: center;
    float:left;
}
.djsb_qy ul li.gszc_liuc_cent_sanjao{
    width:34px;
    height:39px;
    position: relative;
    top: 40px;
}
.djsb_qy ul li h3{
    font-size: 24px;
    margin-top:20px;
    margin-bottom:20px;
}
.djsb_qy ul li p{
    font-size: 16px;
    line-height: 28px;
}
.djsb_qy a{
    text-align: center;
    width:200px;
    height:48px;
    line-height: 48px;
    background:#eb4141;
    display: inline-block;
    font-size: 20px;
    border-radius: 5px;
    color:#fff;
    margin:50px auto 60px;
}



.djsb_cjwt{
    width:1200px;
    margin:0 auto;
}
.djsb_cjwt ul{
    overflow: hidden;
}
.djsb_cjwt ul li{
    width:100%;
    margin-bottom:20px;
    border:1px solid #ddd;
    box-sizing: border-box;
    overflow: hidden;
}
.djsb_cjwt_left{
    width:254px;
    height:190px;
    background: #ff3f3f;
    float:left;
    box-sizing: border-box;
}

.djsb_cjwt_left p{
    font-size: 34px;
    color: #fff;
    text-align: center;
    margin: 45px 0;
    line-height: 50px;  
}
.djsb_cjwt_left p span{
    font-size: 26px;
    color:#fff;
    text-align: center;
}
.djsb_cjwt_right{
    width:940px;
    float:left;
    box-sizing: border-box;
    height:190px;
}
.djsb_cjwt_right p{
    padding-left:70px;
    width: 850px;
    height:150px;
}
.djsb_cjwt_right p span{
    width:205px;
    display: inline-block;
    font-size: 16px;
    color:#333333;
    margin-top: 40px;
}
.djsb_cjwt_right p span b{
    width:10px;
    height:10px;
    border-radius: 50%;
    background:#ff3f3f;
    display: inline-block;
    margin-right: 12px;
}
.djsb_cjwt_right_p2{
    text-align: right;
    margin-top:0 !important;
    height: auto !important;
}
.djsb_cjwt_right_p2 a{
    font-size: 18px;
    color:#ff3f3f;
}
.djsb_cjwt_right_p1 span{
    margin-top: 66px !important;
}
.djsb_cjwt_left234 p{
    line-height: 100px;
}
.djsb_cjwt_left234{
    background:#ff6600;
}
.djsb_cjwt_left2345 p span b{
    background:#ff6600;
}


/*手机端*/


/*移动端样式*/
@media screen and (min-width:320px) and (max-width:750px){
    /*文章页手机样式*/
    .wap_article{
        border-top: 0px !important;
    }
    .position_nav {
        height: 1rem;
        line-height: 1rem;
        font-size: 0.38rem;
        margin-top: 0;
        overflow: hidden;
    }
    .auto_width {
        width: 92%;
        margin: 0 auto;
    }
    .position_nav a {
        font-size: 0.38rem;
    }
    .cpy_list {
        width: 92%;
        margin: 0 auto;
        margin-top: 0.2rem;
        margin-bottom: 0.8rem;
    }
    .aleave_title h1 {
        font-size: 0.5rem;
        line-height: 0.8rem;
        height: auto;
    }
    .aleave_title p {
        font-size: 0.38rem;
        margin-top: 0.4rem;
    }
    .aleave_conent {
        margin-top: 0.5rem;
        font-size: 0.36rem;
        line-height: 0.76rem;
        padding-bottom: 0;
    }
    .aleave_conent>div {
        margin-bottom: 0.4rem;
    }

    .cpy_list_left {
        width: 100%;
        float: left;
    }
    .aleave_conent>p {
        text-indent: 0.8rem;
        margin-bottom: 0px;
    }
    .aleave_conent p>img {
        margin: 0.4rem 0;
        width: 100% !important;
        box-sizing: border-box;
        position: relative;
        height: auto !important;
        position: relative;
        left: -0.8rem;
    }
    .atrle_top_img a img{
        width:100%;
    }
    .aleave_conent>p>strong span{
        font-size: 0.56rem !important;
        margin-top: 0.6rem !important;
        display: inline-block !important;
        padding-left: -0.8rem !important;
        position: relative;
        left: -0.8rem ;
    }
    .tag_list ul {
    overflow: hidden;
    width: 100%;
    float: left;
    height: auto;
    line-height: 1rem;
}
.tag_list span {
    float: left;
    width: 1.4rem;
    height: 1rem;
    line-height: 1rem;
    display: inline-block;
    font-size: 0.38rem;
}
.tag_list ul li {
    float: left;
    margin-right: 0.2rem;
    margin-bottom: 0.3rem;
}
.tag_list ul li a {
    padding: 0 0.2rem;
    border: 1px dashed #eb5353;
    height: 1rem;
    line-height: 1rem;
    display: inline-block;
    border-radius: 5px;
    font-size: 0.36rem;
}
.tag_list {
    margin-top: 0;
    padding-bottom: 0.1rem;
    border-bottom: 0.02rem solid #e9e9e9;
}
.aleave_conent_sm {
    padding: 0.2rem 0 0.3rem 0;
    border-bottom: 0.02 solid #e9e9e9;
}
.aleave_conent_sm p {
    font-size: 0.34rem;
    color: #666;
    line-height: 0.6rem;
    text-align: center;
}
.Details_next {
    font-size: 0.38rem;
    height: auto;
    padding: 0.3rem 0;
    overflow: hidden;
}
.Details_next p a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 6.5rem;
    position: relative;
    top: 0.18rem;
    display: inline-block;
}

.Details_next p {
    float: left;
    width: 100%;
    line-height: 0.6rem;
}
.Details_next p:first-child {
    margin-right: 0;
}
.relevant_left {
    border: 0px solid #d2d2d2;
}
.relevant_left>h3 {
    height: 0.9rem;
    line-height: 0.9rem;
    font-size: 0.44rem;
    font-weight: bold;
}
.relevant_left>h3 span {
    position: relative;
    top: 0.04rem;
    height: 0.4rem;
    width: 0.1rem;
    background: #ff3f3f;
    display: inline-block;
    margin-right: 0.25rem;
}
.relevant_left ul {
    padding-bottom: 0.24rem;
    overflow: hidden;
    margin-top: 0.2rem;
}
.relevant_left ul li {
    line-height: 0.8rem;
    height: 0.8rem;
    width: 100%;
    float: left;
}
.relevant_left ul li a {
    font-size: 0.4rem;
    color: #666666;
    display: inline-block;
    width: 7.6rem;
    height: 0.8rem;
    overflow: hidden;
    float: left;
}
.relevant_left ul li b {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #d2d2d2;
    margin: 0 0.36rem 0 0;
    border-radius: 50%;
    float: left;
    position: relative;
    top: 0.28rem;
}
.relevant_left ul li a {
    font-size: 0.4rem;
    color: #666666;
    display: inline-block;
    width: 7.6rem;
    height: 0.8rem;
    overflow: hidden;
    float: left;
}
.relevant_left ul li a strong{
    font-weight: normal;
}
.aleave_conent h1 strong span {
    font-size: 0.6rem !important;
    line-height:1rem;
}
.aleave_conent h2 span {
    font-size: 0.5rem !important;
    line-height:1rem;
}
.recommend {
    margin-top: 0.2rem;
}
.recommend h3 {
    height: 0.9rem;
    line-height: 0.9rem;
    font-size: 0.44rem;
    font-weight: bold;
}
.recommend h3 span {
    position: relative;
    top: 0.04rem;
    height: 0.4rem;
    width: 0.1rem;
    background: #ff3f3f;
    display: inline-block;
    margin-right: 0.25rem;
}
.recommend ul{
    margin-top: 0.4rem;
}
.recommend ul li {
    width: 48%;
    float: left;
    margin-right: 4%;
}
.recommend ul li:nth-child(2){
    margin-right:0;
}
.recommend ul li p {
    height: 1rem;
    line-height: 1rem;
    overflow: hidden;
    font-size: 0.4rem;
    color: #666666;
    text-align: center;
    width: 100%;
    margin: 0 auto;
}
.recommend ul li p strong{
    font-weight: normal;
}
.recommend ul li img {
    width: 100%;
    border-radius: 10px;
}
.cpy_list_right {
    display: none;
}
/*起名*/
.gshm_banner {
    width: 100%;
    background: #fff;
    height: auto;
}
.gshm_banner_cont {
    width: 100%;
}
.gshm_banner_cont>h3 {
    font-size: 0.54rem;
    padding-top: 0.6rem;
    color: #333333;
}
.gshm_banner_cont>p {
    margin-top: 0.36rem;
    font-size: 0.32rem;
    color: #333;
}
.form_cont_div{
    width: 100%;
    background: #ff3f3f;
    height: auto;
    margin: 0.5rem auto;
    padding: 0.5rem 0.7rem;
    box-sizing: border-box;
}
.form_cont_div_2 {
    width: 100%;
    background: #ff3f3f;
    height: auto;
    margin: 0.5rem auto;
    padding: 0.5rem 0.7rem;
    box-sizing: border-box;
}
.form_cont_div_input {
    background: #ff3f3f;
    padding: 0;
    height: auto;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    border-radius: 0;
    margin-right: 0;
    font-size: 0.4rem;
    overflow: hidden;
}
.form_cont_div_input p {
    float: left;
    width: 100%;
}
.form_cont_div_input p input {
    width: 100%;
    height: 1.2rem;
    border-radius: 0;
    background: #fff;
    margin-right: 0;
    box-sizing: border-box;
    padding: 0 0.4rem;
    text-align: center;
    font-size: 0.4rem;
    margin-bottom: 0.4rem;
}

.form_cont_div_input p select {
    width: 100%;
    height: 1.2rem;
    border-radius: 0;
    background: #fff;
    margin-right: 0;
    box-sizing: border-box;
    padding: 0 0.4rem;
    text-align: center;
    font-size: 0.4rem;
    border: 0.01rem solid transparent;
}
.form_cont_div_input p button {
    width: 100%;
    height: 1.3rem;
    border-radius: 10px;
    background: #fff;
    margin-left: 0;
    color: #eb4141;
    font-size: 0.5rem;
    padding: 0 0.4rem;
    border-radius: 1rem;
    margin-top: 0.7rem;
    font-weight: bold;
}
.select-list {
        display: none;
        position: absolute;
        padding: 0 !important;
        width: 94%;
        background-color: #fff;
        top: 1.8rem;
        z-index: 1000;
        border-radius: 10px;
        overflow: hidden;
        border: 1px solid #eb4141;
        left: 3%;
    }
    .trade-list{
        top: 3.4rem;
    }
    .form_cont_div_input p button {
        width: 100%;
        height: 1.3rem;
        border-radius: 10px;
        background: #fff;
        margin-left: 0;
        color: #eb4141;
        font-size: 0.5rem;
        padding: 0 0.4rem;
        border-radius: 1rem;
        margin-top: 0.7rem;
        font-weight: bold;
    }
    #qiming_form>p>input {
    width: 100%;
    margin-right: 0;
}
#qiming_form #cd_zishu {
    width: 100%;
    margin-right: 0;
}

.gshm_ys>h3 {
    font-size: 0.54rem;
    font-weight: bold;
    padding: 0.6rem 0 0.8rem 0;
    text-align: center;
}
.gshm_ys ul li {
    width: 31.5%;
    float: left;
    margin: 0 0.2rem 0 0;
    background: #f8f9fb;
    border-radius: 10px;
    text-align: center;
    height: 5.6rem;
    padding: 0 0.2rem;
    box-sizing: border-box;
}
.gshm_ys ul li:last-child{
    margin-right:0;
}
.gshm_ys_div {
    margin-top: 0.6rem;
}
.gshm_ys_div img {
    margin-bottom: 0.4rem;
    width: 50%;
}
.gshm_ys_div h3 {
    font-size: 0.3rem;
    margin-bottom: 0.3rem;
    font-weight: bold;
}
.gshm_ys_div p {
    font-size: 0.2rem;
    line-height: 0.5rem;
}
.gshm_name {
    width: 100%;
    background: #fff;
    height: auto;
}
.gshm_name h3 {
    font-size: 0.54rem;
    font-weight: bold;
    padding: 1.5rem 0 2rem 0;
    text-align: center;
    color: #333333;
}
.gshm_name ul li {
    float: left;
    width: 48%;
    margin-right: 4%;
    height: 4.4rem;
    background: #fff;
    border-radius: 10px;
    position: relative;
    padding: 0 0.3rem;
    box-sizing: border-box;
    margin-bottom: 1.4rem;
    border: 1px solid #ddd;
}
.gshm_name ul li:nth-child(2n){
    margin-right: 0;
}
.gshm_name ul li h3 {
    font-size: 0.3rem;
    color: #545f66;
    padding: 1.1rem 0 0 0;
    text-align: center;
    width: 100%;
    border-bottom: 0;
    font-weight: bold;
    overflow: hidden;
    height: 0.3rem;
}
.gshm_name ul li p {
    line-height: 0.6rem;
    margin-top: 0.24rem;
    height: 1.8rem;
    overflow: hidden;
    font-size: 0.28rem;
    border-top: 0.01rem solid #e8f3fa;
    padding-top: 0.3rem;
}
.gshm_name ul li span {
    width: 1.4rem;
    height: 1.4rem;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    line-height: 1.4rem;
    border: 0.01rem solid #ff4a4a;
    text-align: center;
    top: 0;
    left: 50%;
    margin-left: -0.7rem;
    margin-top: -0.7rem;
    background: #fff;
}
.gshm_name ul li span img {
    width: 25px;
}



.gshm_register>h3 {
    font-size: 0.54rem;
    font-weight: bold;
    padding: 0.3rem 0 1rem 0;
    color: #333333;
}
.gshm_register ul li {
    width: 50%;
    padding: 0.4rem 0.2rem;
    box-sizing: border-box;
    float: left;
    text-align: center;
    margin-bottom: 0.3rem;
}
.gshm_register ul li span {
    background: url(../images/gshm_register_img.png) no-repeat 50% 50%;
    width: 1.5rem;
    height: 1.8rem;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    line-height: 1.8rem;
    font-size: 0.8rem;
    color: #fff;
    background-size: 100% 100%;
}
.gshm_register ul li h3 {
    font-size: 0.34rem;
    color: #333;
    margin: 0.4rem 0 0.36rem 0;
    font-weight: bold;
}
.gshm_register ul li p {
    font-size: 0.32rem;
    color: #333;
    line-height: 0.6rem;
    height: 1.8rem;
}


.gshm_information>h3 {
    font-size: 0.54rem;
    font-weight: bold;
    padding: 0.3rem 0 1rem 0;
    color: #333333;
}
.gshm_information_div ul li a {
    font-size: 0.38rem;
    line-height: 0.8rem;
    position: relative;
    width: 70%;
    padding-right: 30%;
    height: 0.8rem;
    overflow: hidden;
    display: block;
}
.gshm_information_div ul li a span {
    position: absolute;
    line-height: 0.8rem;
    right: 0;
    top: 0.08rem;
}
.gshm_information_div ul li a strong {
    font-size: 0.38rem;
    font-weight: normal;
}
.gshm_information_div ul li {
    padding: 0.1rem;
    width: 100%;
    line-height: 0.8rem;
    border-bottom: 0.01rem dashed #898989;
    margin: 0 1%;
    float: left;
    box-sizing: border-box;
}
.heming_hangye{
    top: 4.8rem;
}

.gshm_algorithms>h3 {
    text-align: center;
    font-size: 0.54rem;
    font-weight: bold;
    padding: 0.6rem 0 1rem 0;
    color: #333333;
}
.gshm_algorithms ul li {
    width: 47%;
    height: 3.4rem;
    float: left;
    background: url(../images/gshm_algorithms_bg.png) no-repeat 50% 100%;
    margin-right: 0.4rem;
    margin-bottom: 1rem;
    background-size: 100%;
}
.gshm_algorithms_div {
    width: 95%;
    height: 3.2rem;
    background: #fff;
    display: inline-block;
    margin: 0 0 0.3rem 0.24rem;
}
.gshm_algorithms_div2 {
    width: 94%;
    height: 2.9rem;
    border: 1px solid #efd1ba;
    margin: 0.2rem 0.2rem;
    position: relative;
    top: 50%;
    margin-top: -1.5rem;
    box-sizing: border-box;
    padding: 0.4rem 0.2rem;
}
.gshm_algorithms_div3 h3 {
    font-size: 0.3rem;
    color: #333333;
    font-weight: bold;
    margin-bottom: 0.4rem;
}
.gshm_algorithms_div3 p {
    font-size: 0.28rem;
    color: #666;
    line-height: 0.4rem;
}

.gshm_algorithms_div3 {
    float: right;
    width: 2.4rem;
    margin-top: 0.3rem;
}
.gshm_algorithms_div2 img {
    width: 0.8rem;
    float: left;
}
.gshm_algorithms ul li:nth-child(3n) {
    margin-right: 0.4rem;
}
.gshm_algorithms ul li:nth-child(2n) {
    margin-right: 0;
}
.fanwei_wap_h3>h3{
    font-size: 0.45rem;
}

.gshm_register ul li.fanwei_wap_li3{
    margin: 0 auto;
    float: inherit;
}
#fanwei_btn{
    margin-top: 0.4rem;
}



/*名称页面*/

.cpy_banner {
    width: 100%;
    height: 5rem;
    background: url(../images/cpy_banner_img_bg.png) no-repeat 50% 50%;
}


.cpy_banner_cont span {
    font-size: 0.8rem;
    color: #fff;
    display: inline-block;
    width: 100%;
    line-height: 5rem;
    letter-spacing: 12px;
}
.cpy_nav {
    width: 100%;
    height: 1.2rem;
    background: #eb5353;
}
.cpy_nav ul {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.cpy_nav ul li {
    width: 3rem;
    text-align: center;
    line-height: 1.2rem;
    float: left;
}
.cpy_nav ul li a {
    font-size: 0.4rem;
    color: #fff;
    position: relative;
}

.cpy_list_left>ul>li {
    border-bottom: 0.02rem solid #ddd;
    overflow: hidden;
    padding-bottom: 0.3rem;
    margin-bottom: 0.5rem;
}
.cpy_list_left>ul>li>a {
    display: inline-block;
    width: 3.5rem;
    height: auto;
    float: left;
}
.cpy_list_left_div {
    float: right;
    width: 5.2rem;
}
.cpy_list_left_div h3 {
    font-size: 0.45rem;
    margin-bottom: 0.15rem;
    height: 0.5rem;
    overflow: hidden;
    line-height: 0.5rem;
}
.cpy_left_div_p1 {
    font-size: 0.36rem;
    height: 1.2rem;
    line-height: 0.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #666666;
}
.cpy_left_div_p2 {
    margin-top: 0.15rem;
    font-size: 0.34rem;
    color: #999;
}
.page {
    text-align: center;
    margin: 0.6rem auto 0px;
}
.page ul li.thisclass {
    background: #d3483e;
    color: #fff !important;
    padding: 0.2rem 0.24rem;
    font-size: 0.3rem;
    border: 0.01rem solid #e6e6e6;
    color: #333;
    margin-right: 0.1rem;
}
.page li a {
    padding: 0.2rem 0.24rem;
    font-size: 0.3rem;
    color: #333;
    margin-right: 0.1rem;
    color: #333;
    display: inline-block;
}
.page ul li select {
    border: 0.01rem solid #e6e6e6;
    height: auto;
    padding: 0.15rem 0rem;
    font-size: 0.3rem;
    color: #333;
    margin-right: 0.1rem;
    color: #333;
    display: inline-block;
}
.page li span.pageinfo{
    font-size: 0.25rem;
}

.cpy_list_right_mingcheng{
    display: block;
    width: 100%;
}
.cpy_list_right_rk{
    display: none;
}
.cpy_list_right_cjwt {
    display: none;
}
.cpy_list_right_form {
    padding: 0.6rem 0 0;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
}
.cpy_list_right_form_cont {
    width: 100%;
    background: 0;
    height: 10rem;
    text-align: center;
}
.cpy_list_right_form_cont h3 {
    padding: 0.7rem 0 1rem 0;
    font-size: 0.6rem;
    color: #333333;
    position: relative;
}
.cpy_list_right_form_cont p {
    margin-bottom: 0.4rem;
}
.cpy_list_right_form_cont input {
    width: 90%;
    padding: 0.25rem 0.3rem;
    box-sizing: border-box;
    border-radius: 0.2rem;
    font-size: 0.4rem;
    background: #f7f7f9;
}
.cpy_list_right_form_cont select {
    width: 90%;
    padding: 0.25rem 0.3rem;
    box-sizing: border-box;
    border-radius: 0.2rem;
    font-size: 0.4rem;
    background: #f7f7f9;
}
#form1 {
    background: #eb5353;
    color: #fff;
    font-size: 0.5rem;
    cursor: pointer;
}

.cpy_list_right_form_cont h3 b{
    position: absolute;
    width: 1.4rem;
    height: 0.12rem;
    background: red;
    top: 50%;
    left: 50%;
    margin-left: -0.7rem;
    margin-top: 0.4rem;
}
.cpy_nav_li_active a {
    padding-bottom: 0.26rem;
    border-bottom: 0.04rem solid #fff;
}



.fws_banner {
    width: 100%;
    height: 5rem;
    background: 0;
}
.fws_banner_cont {
    width: 100%;
    margin: 0 auto;
}
.fws_banner_cont h3 {
    display: none;
    font-size: 0.6rem;
    color: #fff;
    text-align: center;
    padding-top: 0.4rem;
    font-weight: bold;
}

.fws_banner_cont h3 span {
    display: none;
    font-size: 0.5rem;
    color: #fff;
    margin-left: 0.3rem;
}
.fws_banner_cont h4 {
    font-size: 0.42rem;
    color: #fff;
    text-align: right;
    padding-right: 1.2rem;
    margin-top: 0.4rem;
    display: none;
}
.fws_banner_cont h5 {
    font-size: 0.36rem;
    text-align: center;
    color: #fff;
    margin: 0.4rem 0 0.4rem 0;
    display: none;
}
.fws_banner_cont>p {
    font-size: 0.55rem;
    text-align: center;
    color: #333;
    margin-bottom: 0;
    position: relative;
    margin-top: 0.8rem;
}
.fws_banner_cont>p b{
    position: absolute;
    width: 1rem;
    height: 0.1rem;
    background: red;
    display: inline-block;
    left: 50%;
    margin-left: -0.5rem;
    top: 0.9rem;
}

.fws_banner_cont_div ul {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    margin-top: 1rem;
    height: auto;
}
.fws_banner_cont_div ul li {
    float: left;
    height: auto;
    width: 100%;
    background: #fff;
    padding: 0 5%;
    box-sizing: border-box;
    margin-bottom: 0.4rem;
}
.fws_banner_cont_div ul li span {
    float: left;
    font-size: 0.5rem;
    color: #fff;
    width: 0.8rem;
    background: #ff3f3f;
    line-height: 0.8rem;
    display: inherit;
    border-radius: 0.2rem;
    text-align: center;
}
.fws_banner_cont_div ul li p {
    float: left;
    width: 7.5rem;
    font-size: 0.36rem;
    color: #333;
    line-height: 0.8rem;
    margin: 0 0;
    margin-left: 0.4rem;
}
.fws_banner_cont_div ul li.fws_banner_cont_div_li2 p {
    margin: 0;
    margin-left: 0.4rem;
}

.fws_khnl {
    width: 100%;
    margin: 0 auto;
}
.fws_khnl>h3 {
    font-size: 0.5rem;
    color: #333;
    padding: 0.8rem 0 0.8rem 0;
    text-align: center;
    position: relative;
}
.fws_banner_cont_div_li2 span{
    background:#fe6d40;
}
.fws_banner_cont_div_li3 span{
    background:#ffb43f;
}

.fws_khnl>h3 b{
    position: absolute;
    width: 1rem;
    height: 0.1rem;
    background: red;
    left: 50%;
    margin-left: -0.5rem;
    top: 1.6rem;
}
.fws_khnl ul {
    margin-bottom: 1rem;
    margin-top: 0.4rem;
}
.fws_khnl ul li {
    width: 100%;
    padding: 0 0.6rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 0.5rem;
}
.fws_khnl ul li img {
    width: 1.4rem;
}
.fws_khnl_li_div {
    text-align: left;
    width: 6.6rem;
}
.fws_khnl ul li p {
    line-height: 0.5rem;
    font-size: 0.32rem;
}

.fws_khnl ul li h3 {
    margin: 0 0 0.3rem 0;
    font-size: 0.4rem;
    font-weight: bold;
}
.fws_ptys {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 1rem;
}
.fws_ptys>h3 {
    text-align: center;
    font-size: 0.5rem;
    margin-bottom: 1.2rem;
    position: relative;
}
.fws_ptys>h3 b{
    position: absolute;
    width: 1rem;
    height: 0.1rem;
    background: red;
    left: 50%;
    margin-left: -0.5rem;
    top: 0.8rem;
}

.fws_ptys_bg {
    height: 0;
}
.fws_ptys_cont {
    width: 100%;
    margin: 0 auto;
    z-index: 100;
    position: relative;
}
.fws_ptys_cont ul {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}
.fws_ptys_cont ul li {
    float: left;
    margin: 0 0.3rem;
    width: 44%;
    height: 4rem;
    text-align: center;
    box-sizing: border-box;
    padding: 0 0.3rem;
    background: #f7f7f7;
    margin-bottom: 0.5rem;
}
.fws_ptys_cont ul li h3 {
    padding: 0.5rem 0 0.4rem;
    font-size: 0.4rem;
    color: #fd5151;
}
.fws_ptys_cont ul li p {
    line-height: 0.6rem;
    font-size: 0.34rem;
    color: #b7b7b7;
}
.fws_ptys_cont ul li.fws_ptys_cont_li4 {
    width: 44%;
    margin-top: 0;
    padding: 0 0.3rem;
}
.fws_ptys_cont ul li:nth-child(5){
    width:94%;
}

.fws_ptys_cont ul li:nth-child(5) h3{
    margin-top: 0.7rem;
}

.fws_ts {
    width: 100%;
    margin: 0 auto;
}

.fws_ts>h3 {
    text-align: center;
    font-size: 0.5rem;
    margin-bottom: 1.2rem;
    position: relative;
}
.fws_ts>h3 b {
    position: absolute;
    width: 1rem;
    height: 0.1rem;
    background: red;
    left: 50%;
    margin-left: -0.5rem;
    top: 0.8rem;
}
.fws_ts ul li {
    width: 33.3%;
    height: 4rem;
    float: left;
    text-align: center;
}
.fws_ts ul li span {
    display: inline-block;
    float: initial;
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background-color: rgba( 255, 255, 255,0.1);
    margin: 0.3rem 0;
}
.fws_ts ul li span img{
    width:100%;
}
.fws_ts_div {
    margin: 0.2rem 0;
    width: 100%;
    float: initial;
    text-align: center;
    padding-right: 0;
    box-sizing: border-box;
}
.fws_ts_div h4 {
    font-size: 0.36rem;
    color: #fff;
    position: relative;
    padding-bottom: 0.3rem;
}
.fws_ts_div p {
    font-size: 0.38rem;
    color: #fff;
    margin-top: 0.3rem;
}

.fws_hzzm>h3 {
    text-align: center;
    font-size: 0.5rem;
    margin-bottom: 1.2rem;
    position: relative;
    padding: 0;
    margin-top: 1rem;
}

.fws_hzzm>h3 b {
    position: absolute;
    width: 1rem;
    height: 0.1rem;
    background: red;
    left: 50%;
    margin-left: -0.5rem;
    top: 0.8rem;
}
.fws_hzzm_bg {
    width: 100%;
    height: 4.2rem;
    background: url(../images/fws_bg_img.jpg) no-repeat 50% 50%;
    background-size: 300%;
}
.fws_hzzm_cont {
    width: 100%;
    margin: 0 auto;
}
.fws_hzzm_cont ul li {
    width: 33.3%;
    text-align: center;
    box-sizing: border-box;
    padding: 0 0.3rem;
    float: left;
}
.fws_hzzm_cont ul li img {
    margin: 0.4rem 0 0.4rem 0;
    width: 1.8rem;
}
.fws_hzzm_cont ul li p {
    font-size: 0.36rem;
    line-height: 0.6rem;
}
.fws_cjwt {
    width: 100%;
    background: #fff;
    padding-bottom: 0.5rem;
    margin-top: 0.6rem;
}
.fws_cjwt>h3 {
    text-align: center;
    font-size: 0.5rem;
    color: #333;
    padding: 0.6rem 0 1rem 0;
    position: relative;
}
.fws_cjwt>h3 b {
    position: absolute;
    width: 1rem;
    height: 0.1rem;
    background: red;
    left: 50%;
    margin-left: -0.5rem;
    top: 1.4rem;
}
.fws_cjwt_cont {
    width: 100%;
    margin: 0 auto;
}
.fws_cjwt_cont li {
    float: left;
    width: 90%;
    margin-right: 0;
    border: 1px dashed #333;
    padding: 0.2rem 0.1rem;
    box-sizing: border-box;
    margin-bottom: 0.4rem;
    height: auto;
    margin: 0 5% 0.4rem 5%;
}
.fws_cjwt_cont li h3 {
    font-size: 0.34rem;
    color: #333;
    margin-bottom: 0.3rem;
    line-height: 0.6rem;
}
.fws_cjwt_cont li p {
    color: #333;
    font-size: 0.3rem;
    line-height: 0.55rem;
}

.fws_hzsq {
    width: 100%;
    margin-bottom: 0.6rem;
}

.fws_hzsq>h3 {
    text-align: center;
    font-size: 0.5rem;
    margin-bottom: 1.2rem;
    position: relative;
    padding: 0;
    margin-top: 1rem;
}

.fws_hzsq>h3 b {
    position: absolute;
    width: 1rem;
    height: 0.1rem;
    background: red;
    left: 50%;
    margin-left: -0.5rem;
    top: 0.8rem;
}

.fws_hzsq_cont_left {
    float: initial;
    width: 90%;
    border-right: 0;
    margin: 0 auto;
}
.fws_hzsq_cont_left span {
    display: block;
    width: 100%;
    font-size: 0.4rem;
    line-height: 1rem;
}
.fws_hzsq_cont {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.fws_hzsq_cont_left input {
    width: 100%;
    font-size: 0.34rem;
    height: 1rem;
    line-height: 1rem;
    border: 0.01rem solid #c5c7cb;
    border-radius: 5px;
    padding-left: 0.3rem;
    box-sizing: border-box;
}
.fws_hzsq_cont_left textarea {
    width: 100%;
    font-size: 0.34rem;
    border: 0.01rem solid #c5c7cb;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 0.24rem;
    height: 3rem;
}

.fws_hzsq_cont_right {
    float: left;
    width: 100%;
    padding-left: 0;
    box-sizing: border-box;
}
.fws_hzsq_cont_right_top img {
    float: left;
    width: 1rem;
}
.fws_hzsq_cont_right_top {
    overflow: hidden;
    margin-bottom: 0.8rem;
    margin-top: 1rem;
    padding-left: 1.5rem;
}
.fws_hzsq_cont_right_top p {
    float: left;
    padding-left: 0.4rem;
}
.fws_hzsq_span1 {
    display: block;
    font-size: 0.45rem;
    margin-top: 0.5rem;
}

.fws_hzsq_span2 {
    display: block;
    font-size: 0.45rem;
    margin-top: 1rem;
}

.fws_hzsq_cont_right_img {
    width: 50%;
    margin-bottom: 0.3rem;
    float: left;
    text-align: center;
}

.fws_hzsq_cont_right_img img {
    width: 50%;
}

.fws_hzsq_cont_right_img p {
    font-size: 0.34rem;
    line-height: 0.6rem;
    text-align: center;
}



.aleave_lylx_conent {
    width: 100%;
    margin: 0 auto;
}
.aleave_lylx_conent ul li {
    width: 30%;
    text-align: center;
    float: left;
    margin-left: 2.5%;
}
.aleave_lylx_conent ul li img {
    margin: 0.4rem 0 0.2rem 0;
    width:2rem;
}
.aleave_lylx_conent ul li h3 {
    margin-bottom: 0.5rem;
    font-size: 0.4rem;
    font-weight: bold;
    color: #666;
}
.aleave_lylx_conent ul li p {
    line-height: 0.6rem;
    font-size: 0.3rem;
    font-weight: bold;
    color: #888;
    height: 1.4rem;
    overflow: hidden;
}
.aleave_lylx_conent ul li span {
    width: 100%;
    height: 0.8rem;
    line-height: 0.8rem;
    background: url(../images/lxwm01.jpg) 50% 50% no-repeat;
    text-align: center;
    font-size: 0.4rem;
    color: #fff;
    display: inline-block;
    margin: 0.5rem 0 1rem 0;
    border-radius: 5px;
    background-size: 100% 100%;
}

.list_cent {
    width: 100%;
    margin: 0 auto 0;
}
.list_cent>ul>li {
    width: 94%;
    float: none;
    border: 0.01rem solid #eee;
    box-sizing: border-box;
    margin-right: 0;
    margin: 0 auto 0.3rem;
}
.list_cent h3 {
    padding: 0.4rem 0 0.4rem 0;
}
.list_cent_div {
    padding: 0 0.3rem;
    overflow: hidden;
}
.list_cent_div>a {
    width: 3rem;
    height: auto;
    display: inline-block;
    overflow: hidden;
    background: #fff;
    float: left;
}
.list_cent_div_txt {
    width: 5.2rem;
    margin-left: 0.3rem;
    float: left;
}
.list_cent_div_txt h4 {
    height: 0.5rem;
    overflow: hidden;
    width: 100%;
    margin-bottom: 0.2rem;
    line-height: 0.5rem;
}
.list_cent_div_txt p {
    width: 100%;
    font-size: 0.34rem;
    color: #999;
    line-height: 0.5rem;
    height: 1rem;
    overflow: hidden;
}
.list_cent>ul>li>p {
    padding: 0.14rem 0.2rem;
    margin-top: 0.06rem;
}
.list_cent>ul>li>p>a span {
    margin-left: 0.26rem;
    width: 6rem;
    float: left;
    font-size: 0.36rem;
    color: #666;
}
.list_cent>ul>li>p>a em {
    float: right;
    font-size: 0.3rem;
    color: #666;
}
.list_cent>ul>li>p>a b {
    width: 0.2rem;
    height: 0.2rem;
    display: inline-block;
    background: #eee;
    border-radius: 50%;
    float: left;
    position: relative;
    top: 0.26rem;
}
.list_cent>ul>li:nth-child(2n) {
    margin: 0 auto 0.3rem;
}

/*公司注册*/
.banner_gszc{
    display: none;
}
.banner_botm ul li {
    width: 46%;
    margin: 0.5rem 2% 0;
    float: left;
    position: relative;
    border: 0.01rem solid #eee;
    box-sizing: border-box;
    text-align: center;
    padding-bottom: 0.6rem;
}
.banner_botm ul li b {
    width: 1rem;
    height: 0.06rem;
    position: absolute;
    top: -0.02rem;
    left: 50%;
    margin-left: -0.5rem;
    background: #eb4141;
    color: #333;
}
.banner_botm ul li p {
    font-size: 0.34rem;
    margin-top: 0.26rem;
    line-height: 0.6rem;
}
.banner_botm ul li h3 {
    font-size: 0.4rem;
    font-weight: bold;
    padding-top: 0.6rem;
}
.banner_botm ul li:nth-child(3){
    margin-left: -23%;
    position: relative;
    left: 50%;
}
.company_title {
    margin: 1rem 0 0.68rem 0;
    font-size: 0.6rem;
    color: #333;
    text-align: center;
}
.company_title p {
    font-size: 0.6rem;
}
.company_title span {
    display: inline-block;
    width: 2rem;
    height: 0.4rem;
    margin: 0.15rem auto;
}
.company_title span img{
    width: 100%;
}


.gszc_form_div {
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.gszc_form_cent_input {
    width: 90%;
    float: none;
    margin: 0 auto;
}
.gszc_form_cent_input span {
    width: 2rem;
    display: inline-block;
    height: 1rem;
    line-height: 1rem;
    font-size: 0.4rem;
    float: left;
}
.gszc_form_cent_input {
    width: 90%;
    float: none;
    margin: 0 auto 0.6rem;
}
.gszc_form_cent_radio1 {
    width: 100%;
    box-sizing: border-box;
    padding-left: 2.4rem;
    float: left;
    position: absolute;
    top: 1.3rem;
}
.gszc_form_cent_radio2 {
    width: 100%;
    box-sizing: border-box;
    padding-left: 2.4rem;
    float: left;
    position: absolute;
    top: 3.4rem;
}
.gszc_form_cent_input222{
    margin: 0 auto 1rem;
}
.gszc_form_cent_input input {
    width: 6rem;
    height: 1rem;
    line-height: 1rem;
    background: #eee;
    padding-left: 0.4rem;
    box-sizing: border-box;
    border-radius: 10px;
}
.gszc_form_radio {
    width: 100%;
    margin: 0;
    overflow: hidden;
}
.gszc_form_btn {
    width: 100%;
    text-align: center;
    margin-top: 0.3rem;
}
.gszc_form_btn button {
    background: #eb4141;
    width: 5rem;
    height: 1.4rem;
    line-height: 1.4rem;
    font-size: 0.45rem;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
}

.formgszcdiv {
    top: 1rem !important;
    left: 0.5rem !important;
}
.gszc_liuc_cent ul li {
    width: 20%;
    text-align: center;
    float: left;
}
.gszc_liuc_cent ul li:nth-child(7){
    margin-left: 18%;
}
.gszc_liuc_cent ul li img{
    width:100%;
}
.gszc_liuc_cent ul li.gszc_liuc_cent_sanjao img{
    width:40%;
}
.gszc_liuc_cent ul li.gszc_liuc_cent_sanjao {
    width: 20%;
    height: auto;
    position: relative;
    top: 0.5rem;
    text-align: center;
}
.gszc_liuc_cent ul li h3 {
    font-size: 0.3rem;
    margin-top: 0.4rem;
    margin-bottom: 0.3rem;
}
.gszc_liuc_cent ul li p {
    font-size: 0.2rem;
    line-height: 0.5rem;
    height: 2.6rem;
    overflow: hidden;
}
.gszc_liuc_cent a {
    text-align: center;
    width: 6rem;
    height: 1.2rem;
    line-height: 1.2rem;
    background: #eb4141;
    display: inline-block;
    font-size: 0.5rem;
    border-radius: 5px;
    color: #fff;
    margin: 0.4rem auto 0.5rem;
}
.gszc_liuc_bottom {
    width: 100%;
    margin: 0 auto;
}

.gszc_liuc_bottom h3 {
    font-size: 0.5rem;
    text-align: center;
    margin-bottom: 0.8rem;
    margin-top: 0.4rem;
}
.gszc_liuc_bottom span {
    margin-left: 0.2rem;
    font-size: 0.4rem;
}
.gszc_liuc_bottom b {
    width: 0.4rem;
    height: 0.4rem;
    background: #eb4141;
    display: inline-block;
    border-radius: 50%;
    margin-right: 10px;
    position: relative;
    top: 0.08rem;
}
.gszc_liuc_bottom p a{
    text-align: center;
    width: 6rem;
    height: 1.2rem;
    line-height: 1.2rem;
    background: #eb4141;
    display: inline-block;
    font-size: 0.5rem;
    border-radius: 5px;
    color: #fff;
    margin: 1rem auto 0.5rem;
}
.why_cent {
    width: 100%;
    margin: 0 auto;
}
.why_cent>p {
    overflow: hidden;
    margin-bottom: 0.6rem;
}
.why_cent>p>span {
    display: inline-block;
    width: 50%;
    text-align: center;
    color: #eb4141;
    font-size: 0.45rem;
    float: left;
    font-weight: bold;
}
.why_cent_div ul {
    background: url(../images/why_cent_div_ul.jpg) 50% 50% no-repeat;
    height: 1.1rem;
    margin-bottom: 0.6rem;
    background-size: 100% 100%;
}
.why_cent_div ul li{
    width:50%;
    float:left;
    line-height: 1.1rem;
    font-size: 0.2rem;
    padding-left: 0;
    box-sizing: border-box;
    text-align: center;
}
.why_cent_div ul li span{
    font-size: 0.3rem;
}
.why_cent_div ul li:nth-child(1){
    color:#fff;
}
.why_cent_a {
    margin: 0.4rem 0;
}
.why_cent_a p {
    border: 1px solid #eb4141;
    width: 90%;
    height: 1.2rem;
    line-height: 1.2rem;
    border-radius: 50px;
    margin: 0 auto;
}
.why_cent_a p a {
    width: 34%;
    float: right;
    background: #eb4141;
    color: #fff;
    font-size: 0.4rem;
    text-align: center;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    /* margin-top: 0.01rem; */
    height: 1.2rem;
}
.why_cent_a p span {
    float: left;
    width: 65%;
    text-align: center;
    font-size: 0.45rem;
}
.fwlc_bot {
    width: 100%;
    height: 5.64rem;
    text-align: center;
    background: url(../images/fwlc_bot.jpg) 50% 50% no-repeat;
    background-size: 200%;
}
.fwlc_bot h3 {
    font-size: 0.65rem;
    color: #fff;
    padding-top: 1rem;
    margin-bottom: 0.6rem;
}
.fwlc_bot p {
    font-size: 0.5rem;
    color: #fff;
    margin-bottom: 1rem;
}
.fwlc_bot_div a {
    font-size: 0.45rem;
    color: #eb4141;
    background: #fff;
    border-radius: 50px;
    height: 1.2rem;
    line-height: 1.2rem;
    display: inline-block;
    width: 40%;
    margin: 0 0.4rem;
}
.fwlc_bot_div a b {
    width: 0.7rem;
    height: 0.7rem;
    display: inline-block;
    position: relative;
    top: -0.04rem;
    right: 0.3rem;
}
.fwlc_bot_div a b img{
    width:100%;
}
.dljzwt_cent {
    width: 100%;
    margin: 0 auto;
}
.dljzwt_cent ul li {
    padding: 0.3rem 0.2rem;
    width: 94%;
    float: none;
    border: 0.01rem solid #eee;
    box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto 0.5rem;
}
.dljzwt_cent a h3 {
    overflow: hidden;
    line-height: 1.4rem;
    margin-bottom: 0.4rem;
}
.dljzwt_cent a h3 b {
    font-size: 0.5rem;
    color: #fff;
    width: 0.8rem;
    height: 0.8rem;
    background: #eb4141;
    display: inline-block;
    float: left;
    text-align: center;
    line-height: 0.8rem;
}
.dljzwt_cent a h3 span {
    float: left;
    font-size: 0.5rem;
    margin-left: 0.4rem;
    width: 7.5rem;
    height: 0.8rem;
    overflow: hidden;
    line-height: 0.8rem;
}
.dljzwt_cent a p span {
    float: left;
    font-size: 0.4rem;
    margin-left: 0.4rem;
    width: 7.5rem;
    height: 3rem;
    overflow: hidden;
    line-height: 0.8rem;
}
.dljzwt_cent ul li:nth-child(2n) {
    margin-right: 0.25rem;
}
.dljzwt_cent>p a {
    font-size: 0.46rem;
}

/*代理记账*/
.banner_dljz{
    display: none;
}
.dljz_td{
    width:100%;
}
.dljz_td_cent {
    margin: 0;
    background: #f17575;
    padding: 0 0.4rem;
    box-sizing: border-box;
}
.dljz_td_cent form {
    width: 100%;
    margin: 0 auto;
    padding: 0.4rem 0 0.2rem 0;
}
.dljz_td_cent_form {
    overflow: hidden;
    margin-bottom: 0.4rem;
}
.dljz_td_cent_form>span {
    float: left;
    width: 100%;
    font-size: 0.45rem;
    color: #fff;
    height: 1.4rem;
    line-height: 1.4rem;
}
.dljz_td_cent_form_input {
    width: 100%;
    float: left;
}
.dljz_td_cent_form_input select {
    width: 100%;
    height: 1.2rem;
    box-sizing: border-box;
    border-radius: 10px;
    padding-left: 0.4rem;
    text-align: center;
    background: #eee;
    font-size: 0.45rem;
}
.dljz_td_cent_form_input label {
    width: 44%;
    height: 1.4rem;
    line-height: 1.4rem;
    display: inline-block;
    position: relative;
    margin-right: 0.3rem;
}
.dljz_td_cent_form_input label span {
    width: 100%;
    height: 1.2rem;
    line-height: 1.2rem;
    background: #eee;
    text-align: center;
    display: inline-block;
    border-radius: 20px;
    font-size: 0.45rem;
}
.dljz_td_cent_form_input input {
    width: 100%;
    height: 1.4rem;
    box-sizing: border-box;
    border-radius: 10px;
    padding-left: 0.4rem;
    background: #eee;
    margin-right: 0;
    font-size: 0.4rem;
    margin-bottom: 0.4rem;
}
.dljz_td_cent_form_input button.btn {
    width: 4rem;
    margin-right: 0;
    background: #ffc600;
    color: #7d1f1f;
    font-size: 0.45rem;
    text-align: center;
    height: 1.2rem;
    border-radius: 10px;
    line-height: 1.2rem;
    cursor: pointer;
    margin: 0.4rem auto 0;
    display: block;
}
.jyfw_cent {
    margin: 0;
    overflow: hidden;
}
.jyfw_cent_left {
    overflow: hidden;
    width: 100%;
    float: left;
}
.jyfw_cent_left ul li {
    width: 50%;
    float: left;
}

.jyfw_cent_left_li p {
    font-size: 0.45rem;
    margin-bottom: 0.4rem;
}

.jyfw_cent_left_lidiv {
    overflow: hidden;
    padding-bottom: 0.4rem;
    border-bottom: 1px solid #eee;
}

.jyfw_cent_left_lidiv span {
    font-size: 0.45rem;
    color: #eb4141;
    height: 1rem;
    line-height: 1rem;
    float: none;
    font-weight: bold;
}
.jyfw_cent_left_lidiv a {
    display: inline-block;
    width: 82%;
    height: 1.2rem;
    line-height: 1.2rem;
    float: none;
    background: #eb4141;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    margin: 0.2rem auto 0;
}
.jyfw_cent_left_li {
    padding-right: 0;
    border-right: 0.01rem solid #eee;
    height: 6rem;
    margin-bottom: 0.6rem;
    text-align: center;
}
.jyfw_cent_left ul li:nth-child(2n) .jyfw_cent_left_li {
    border-right: 0;
     padding-left: 0; 
    padding-right: 0;
}
.jyfw_cent_right img {
    margin: 0.5rem 0 0.6rem 0;
    width: 44%;
}
.jyfw_cent_right {
    width: 100%;
    float: right;
    text-align: center;
    border: 1px solid #eee;
}
.jyfw_cent_right p {
    font-size: 0.45rem;
    line-height: 0.8rem;
    padding-bottom: 0.8rem;
}
.fwxq_cent {
    margin: 0;
    text-align: center;
}
.fwxq_cent ul li {
    width: 25%;
    float: left;
    box-sizing: border-box;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    height: 1.2rem;
    line-height: 1.2rem;
    text-align: center;
    font-size: 0.2rem;
}

.fwxq_cent a {
    display: inline-block;
    width: 5rem;
    height: 1.2rem;
    line-height: 1.2rem;
    border-radius: 10px;
    margin: 0.6rem auto 0;
    font-size: 0.5rem;
    background: #eb4141;
    color: #fff;
}

.fwlc_cent h3 {
    font-size: 0.6rem;
    margin-bottom: 2rem;
}
.fwlc_cent_d ul {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: -0.7rem;
    left: 0;
    margin-left: 0px;
}
.fwlc_cent_d ul li {
    float: left;
    margin-right: 0;
    width: 25%;
}
.fwlc_cent_d ul li img{
    width:60%;
}
.fwlc_cent_d ul li h3 {
    font-size: 0.4rem;
    margin-top: 0.4rem;
}

.fwlc_cent_d {
    width: 100%;
    height: 0.01rem;
    background: #ff7373;
    position: relative;
    margin-bottom: 3rem;
}


/*社保代缴*/
.banner_sbdj{
    display: none;
}
.index_form_cont_djsb {
    width: 100%;
}
.index_form {
    width: 100%;
    position: relative;
    background: #fff;
}

.index_form_cont {
    margin: 0 auto;
    padding: 0 0;
    position: relative;
}

.index_form_cont>ul>li.index_form_active {
    background: #ec4949;
    color: #fff;
}
.index_form_cont_djsb ul{
    bottom: -0.5rem;
    position: relative;
}

.index_form_cont>ul>li{
    width: 4rem;
    height: 1rem;
    float: left;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    line-height: 1rem;
    background: #ec4949;
    color: #fff;
    text-align: center;
    font-size: 0.4rem;
    margin-right: 0;
    cursor: pointer;
}
.index_form_cont_djsb2 {
    top: 3.2rem !important;
}

.form_cont_div_input_dljz p button{
    line-height: 0.5rem;
}
.form_cont_div_input_dljz p button span{
    font-size: 0.4rem;
}

.djsb_fuwu ul {
    width: 85%;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 0.2rem;
}
.djsb_fuwu ul li {
    width: 44%;
    float: left;
    margin-right: 0.9rem;
    margin-bottom: 0.4rem;
}
.djsb_fuwu ul li .fws_one_left {
    width: 0.8rem;
    height: 0.8rem;
    line-height: 0.8rem;
    font-size: 0.5rem;
    color: #fff;
    background: #ff3f3f;
    text-align: center;
    border-radius: 10px;
    float: left;
}
.djsb_fuwu ul li .fws_one_right {
    margin-left: 0.5rem;
    font-size: 0.24rem;
    color: #333333;
    line-height: 0.6rem;
    position: relative;
    top: -0.2rem;
    float: left;
    width: 2.4rem;
}

.djsb_fuwu ul li .fws_one_left2 {
    background: #ff6600;
}

.djsb_fuwu ul li .fws_one_left3 {
    background: #ff9000;
}
.djsb_fuwu ul li .fws_one_left4 {
    background: #ec6941;
}
.djsb_fuwu ul li:nth-child(2n){
    margin-right: 0
}

.djsb_jt {
    width: 100%;
    height: 1px;
    background: #ddd;
    text-align: center;
    margin: 1.6rem 0 1.8rem 0;
}
.djsb_jt img {
    width: 1.6rem;
    height: 1.6rem;
    position: relative;
    top: -0.8rem;
}

.djsb_jigou ul {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 0.2rem 0.2rem 0.9rem 0.2rem;
    box-sizing: border-box;
}

.djsb_jigou ul li {
    width: 100%;
    float: left;
    text-align: center;
    padding: 0.4rem 0;
}
.djsb_jigou ul li img {
    box-shadow: rgba(0,0,0,.3) 0px 0px 15px;
    border-radius: 50%;
    margin-top: 0rem;
    width: 2rem;
}
.djsb_jigou ul li h3 {
    font-size: 0.5rem;
    color: #333333;
    margin: 0.4rem 0 0.2rem 0;
    line-height: 0.8rem;
}
.djsb_jigou ul li p {
    font-size: 0.4rem;
    color: #666666;
    padding: 0 0.3rem;
    line-height: 0.8rem;
    height: 0.8rem;
    overflow: hidden;
}

.djsb_jigou ul li a {
    font-size: 0.4rem;
    color: #fff;
    background: #ff3f3f;
    width: 4rem;
    border-radius: 20px;
    height: 1rem;
    line-height: 1rem;
    display: inline-block;
    margin: 0.6rem auto 0;
}
.djsb_jigou ul li {
    width: 90%;
    float: none;
    text-align: center;
    padding: 0.4rem 0;
    box-shadow: rgba(0,0,0,.3) 0px 0px 10px;
    border-radius: 10px;
    margin-bottom: 0.8rem;
    margin: 0 auto 0.8rem;
}
.djsb_dingzhi ul {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}
.djsb_dingzhi ul li {
    width: 45%;
    margin: 0 0 0 0.34rem;
    border: 1px solid #ddd;
    float: left;
    box-sizing: border-box;
    padding: 0.3rem 0.15rem;
}
.djsb_dingzhi ul li p {
    font-size: 0.3rem;
    color: #666666;
    margin: 0.4rem 0 0.4rem 0;
    line-height: 0.6rem;
}
.djsb_dingzhi ul li a {
    font-size: 0.4rem;
    color: #ff3f3f;
    float: right;
}
.djsb_dingzhi {
    background: #fff9fb;
    width: 100%;
    padding: 1px 0 1rem 0;
}
.djsb_qy h5 {
    color: #333333;
    font-size: 0.45rem;
    margin-top: 0.4rem;
}
.djsb_qy ul {
    overflow: hidden;
    width: 100%;
    margin: 1rem auto 0.6rem;
}
.djsb_qy ul li {
    width: 36%;
    text-align: center;
    float: left;
    margin-bottom: 0.4rem;
}

.djsb_qy ul li img{
    width: 2rem;
}
.djsb_qy ul li h3 {
    font-size: 0.4rem;
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
}

.djsb_qy ul li.gszc_liuc_cent_sanjao{
    width: 27%;
    height: auto;
    position: relative;
    top: 0.5rem;
    text-align: center;
}
.gszc_liuc_cent_sanjao img{
    width: 1rem !important;
}
.djsb_qy ul li:nth-child(4){
    display: none;
}

.djsb_qy a{
    text-align: center;
    width: 6rem;
    height: 1.2rem;
    line-height: 1.2rem;
    background: #eb4141;
    display: inline-block;
    font-size: 0.5rem;
    border-radius: 5px;
    color: #fff;
    margin: 0.4rem auto 0.5rem;
}
.djsb_cjwt {
    width: 100%;
    margin: 0 auto;
}
.djsb_cjwt ul li {
    width: 94%;
    margin-bottom: 0.3rem;
    border: 1px solid #ddd;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 auto 0.3rem;
}
.djsb_cjwt_left {
    width: 3rem;
    height: 3rem;
    background: #ff3f3f;
    float: left;
    box-sizing: border-box;
}
.djsb_cjwt_left p {
    font-size: 0.4rem;
    color: #fff;
    text-align: center;
    margin: 0.9rem 0;
    line-height: 0.6rem;
}
.djsb_cjwt_right {
    width: 6.2rem;
    float: left;
    box-sizing: border-box;
    height: auto;
    position: relative;
}
.djsb_cjwt_right p {
    padding-left: 0.2rem;
    height: auto;
}
.djsb_cjwt_right p span {
    width: 50%;
    display: inline-block;
    font-size: 0.4rem;
    color: #333333;
    margin-top: 40px;
    float: left;

}
.djsb_cjwt_right_p1 span {
    margin-top: 0.4rem !important;
}
.djsb_cjwt_right p span b {
    width: 0.2rem;
    height: 0.2rem;
    border-radius: 50%;
    background: #ff3f3f;
    display: inline-block;
    margin-right: 0.2rem;
}

.djsb_cjwt_right p span {
    width: 50%;
    display: inline-block;
    font-size: 0.2rem;
    color: #333333;
    margin-top: 40px;
    float: left;
}
.djsb_cjwt_right_p2 {
    text-align: right;
    position: relative;
    top: 1rem !important;
}
.djsb_cjwt_right p span {
    width: 50%;
    display: inline-block;
    font-size: 0.2rem;
    color: #333333;
    margin-top: 0.24rem;
    float: left;
}
.djsb_cjwt_left234 p {
    line-height: 1.2rem;
}

.djsb_cjwt_right p {
    padding-left: 0.2rem;
    height: 3rem;
    position: relative;
    overflow: hidden;
    width: 6rem;
}
.djsb_cjwt_right_p2 {
    height: auto !important;
    position: absolute !important;
    right: 0;
    top: 2.4rem !important;
}
.djsb_cjwt_right_p2 a {
    font-size: 0.36rem;
    color: #ff3f3f;
    line-height: 0.6rem;
}
.djsb_cjwt_left p span {
    font-size: 0.3rem;
    color: #fff;
    text-align: center;
}
.djsb_dingzhi ul li h3 {
    font-size: 0.4rem;
}

/*服务商*/
.banner_fws {
    background:0;
    height: auto;
    width: 100%;
    position: relative;
    text-align: center;
}
.banner_fws_center {
    display: none;
}
.banner_fws_form {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding-top: 0.4rem;
}
.banner_fws_form {
    width: 100%;
    margin: 0.3rem auto;
    position: relative;
    padding-top: 0.4rem;
    background: #ff3f3f;
    padding-bottom: 0.3rem;
}
.banner_fws_form .form_cont_div_input_dljz {
    background: #ff3f3f;
    padding: 0;
    height: auto;
    box-sizing: border-box;
    width: 90%;
    height: auto;
    border-radius: 0;
    margin-right: 0;
    font-size: 0.4rem;
    overflow: hidden;
    margin: 0 auto;
}
.banner_fws_form .form_cont_div_input p button{
    margin-top: 0.2rem;
}
.fws_one {
    width: 100%;
    margin: 0 auto;
}


.fws_one ul {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    margin-top: 1rem;
    height: auto;
}
.fws_one ul li {
    float: left;
    height: auto;
    width: 100%;
    background: #fff;
    padding: 0 5%;
    box-sizing: border-box;
    margin-bottom: 0.4rem;
}
.fws_one ul li .fws_one_left {
    float: left;
    font-size: 0.5rem;
    color: #fff;
    width: 0.8rem;
    background: #ff3f3f;
    line-height: 0.8rem;
    display: inherit;
    border-radius: 0.2rem;
    text-align: center;
    height: 0.8rem;
}
.fws_one ul li .fws_one_right {
    float: left;
    width: 7.5rem;
    font-size: 0.36rem;
    color: #333;
    line-height: 0.8rem;
    margin: 0 0;
    margin-left: 0.4rem;
}
.fws_one>a {
    width: 6rem;
    height: 1.2rem;
    line-height: 1.2rem;
    color: #fff;
    background: #ff3f3f;
    border-radius: 10px;
    text-align: center;
    display: block;
    margin: 1rem auto 0.8rem;
    font-size: 0.5rem;
}



.fws_two ul {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}
.fws_two ul li {
    width: 100%;
    padding: 0 0.6rem;
    margin-bottom: 0.5rem;
    box-sizing: border-box;
}
.fws_two ul li img {
    width: 1.4rem;
}
.fws_two ul li h3 {
    font-size: 0.4rem;
    color: #000000;
    margin: 0.4rem 0 0.34rem 0;
    font-weight: bold;
}
.fws_two ul li p {
    font-size: 0.36rem;
    color: #000000;
    line-height: 0.6rem;
}

.fws_three {
    width: 100%;
    margin: 0 auto;
}
.hpush {
    width: 100%;
    margin: 0 auto;
}
.hpush ul {
    overflow: hidden;
    padding: 0.45rem 0;
}

.hpush ul li {
    width: 30%;
    float: left;
    margin: 0 1.5%;
    border-radius: 10px;
    text-align: center;
    box-shadow: -5px 5px 20px 0px rgb(0,0,0,0.2);
}

.hpush ul li img {
    padding: 0.4rem 0 0.4rem 0;
    width: 1rem;
}
.hpush ul li h3 {
    font-size: 0.4rem;
    color: #333333;
    position: relative;
}
.hpush ul li span {
    margin-top: 0.8rem;
    padding-bottom: 0.6rem;
    display: inline-block;
    font-size: 0.45rem;
    color: #fd6161;
}
.hzhb_zm_bg {
    width: 100%;
    height: 4.2rem;
    background: url(../images/fws_banner21.jpg) no-repeat 50% 50%;
    background-size: 300%;
}
.hzhb_zm ul li {
    width: 33.3%;
    text-align: center;
    box-sizing: border-box;
    padding: 0 0.3rem;
    float: left;
}
.hzhb_zm ul li img {
    margin: 0.4rem 0 0.4rem 0;
    width: 1.8rem;
}
.hzhb_zm ul li p {
    font-size: 0.36rem;
    line-height: 0.6rem;
}
.hzhb_zm ul {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 0.1rem;
}

.join_in_form {
    width: 92%;
    margin: 0 auto;
}
.join_in_form_div {
    overflow: hidden;
    margin-bottom: 0.5rem;
}
.join_in_form_div span {
    display: inline-block;
    width: 2rem;
    float: left;
    text-align: right;
    font-size: 0.4rem;
    color: #333333;
    height: 1.2rem;
    line-height: 1.2rem;
}

.join_in_input {
    width: 7rem;
    float: right;
}
.join_in_input input {
    width: 100%;
    height: 1.2rem;
    line-height: 1.2rem;
    border: 1px solid #eeeeee;
    background: #eeeeee;
    box-sizing: border-box;
    padding-left: 0.3rem;
}

.join_in_input textarea {
    width: 100%;
    border: 1px solid #eeeeee;
    background: #eeeeee;
    box-sizing: border-box;
    padding: 0.3rem;
}
.index_dljz_btn2{
    width: 4rem;
    height: 1.2rem;
    line-height: 1.2rem;
    color: #fff;
    background: #ff3f3f;
    border-radius: 10px;
    text-align: center;
    display: block;
    margin: 0.6rem auto 0.6rem;
    font-size: 0.5rem;
}


}