body,html{
    font-family: '微软雅黑';
    -webkit-font-smoothing:antialiased;
}

.ep-header{
    background: url(/static/images/enterprises/ep_banner.png) no-repeat center;
    background-size:cover;
    height: 500px;
    position:relative;
}


.ep-body{
    height: 2870px;
    width: auto;
}
.ep-info{
    width: auto;
    height: 550px;
    background: url(/static/images/enterprises/ep_question.png) no-repeat center;
}
.info_round{
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background-color: #2c7ded;
    background:-webkit-gradient(linear,0 100%,100% 0%,from(#2c7ded),to(#79c1f8));/*Old gradient for webkit*/
    background:-webkit-linear-gradient(to top,#2c7ded,#79c1f8);/*new gradient for Webkit*/
    background: -moz-linear-gradient(0deg,  #2c7ded,  #79c1f8);
    filter:  progid: DXImageTransform.Microsoft.gradient(startColorstr='#2c7ded', endColorstr='#79c1f8');
    box-shadow: 0px 0px 30px 20px rgba(121,193,248,.3);
    position: absolute;
    top: 100px;
    left: 50px;
    text-align: center;
}
.info_round_text1{
    color: #fff;
    font-size: 31.39px;
    width: 240px;
    height: 40px;
    line-height: 40px;
    border:1px solid #fff;
    position: relative;
    top: 110px;
    left: 30px;
}
.info_round_text2{
    color: #fff;
    font-size: 29.02px;
    width: 200px;
    font-weight: bold;
    letter-spacing: 1px;
    position: relative;
    top: 120px;
    left: 50px;
}
.info_img{
    position: absolute;
    left: 430px;
    top: 220px;
}
.info_right{
    position: absolute;
    top: 100px;
    right: 50px;
}
.info_right>div{
    margin-bottom: 10px;
    width: 500px;
    background-color: #FFF;
    line-height: 30px;
    height: 48px;
    border-radius: 25px;
    border:1px dashed rgba(85,215,169,.75);
    position: relative;
}
.info_right div img{
    margin-left: -1px;
}
.info_right div div{
    z-index: 9;
    position: absolute;
    top: 10px;
    left: 60px;
    font-size: 18px;
}






/* ep服务 */
.ep-service{
    width: auto;
    height: 700px;
    text-align: center;
    margin: 0 auto;
    background: url(/static/images/enterprises/service_banner.png);
}
.service-title{
    color: #fff;
    font-size: 26px;
    height: 80px;
    line-height: 100px;
    margin: 0 auto;
    padding-top: 20px;
}
.service_img1{
    position: absolute;
    top: 150px;
    left: 430px;
}
.service_img2{
    position: absolute;
    top: 295px;
    left: 355px;
}
.service_img3{
    position: absolute;
    top: 435px;
    left: 430px;
}
.service_img4{
    position: absolute;
    top: 435px;
    left: 595px;
}
.service_img5{
    position: absolute;
    top: 295px;
    left: 675px;
}
.service_img6{
    position: absolute;
    top: 150px;
    left: 595px;
}
.service_line div{
    height: 1px;
    background-color: #fff;
    width: 90px;
}
.service_line1{
    position: absolute;
    top: 230px;
    left: 340px;
}
.service_line2{
    position: absolute;
    top: 380px;
    left: 265px;
}
.service_line3{
    position: absolute;
    top: 520px;
    left: 340px;
}
.service_line4{
    position: absolute;
    top: 230px;
    left: 745px;
}
.service_line5{
    position: absolute;
    top: 380px;
    left: 825px;
}
.service_line6{
    position: absolute;
    top: 520px;
    left: 745px;
}
.service_line_bold div{
    height: 2px;
    background-color: #fff;
    width: 30px;
}
.service_line_bold1{
    position: absolute;
    top: 229px;
    left: 310px;
}
.service_line_bold2{
    position: absolute;
    top: 379px;
    left: 235px;
}
.service_line_bold3{
    position: absolute;
    top: 519px;
    left: 310px;
}
.service_line_bold4{
    position: absolute;
    top: 229px;
    left: 835px;
}
.service_line_bold5{
    position: absolute;
    top: 379px;
    left: 915px;
}
.service_line_bold6{
    position: absolute;
    top: 519px;
    left: 835px;
}
.service_blog{
    color: #fff;
    font-size: 16px;
}
.service_blog p{
    font-size: 22px;
    font-weight: bold;
}
.service_blog1{
    text-align: right;
    position: absolute;
    top: 200px;
    left: 100px;
}
.service_blog2{
    text-align: right;
    position: absolute;
    top: 350px;
    left:-7px;
}
.service_blog3{
    text-align: right;
    position: absolute;
    top: 490px;
    left: 5px;
}
.service_blog4{
    text-align: left;
    position: absolute;
    top: 200px;
    left: 867px;
}
.service_blog5{
    text-align: left;
    position: absolute;
    top: 350px;
    left: 947px;
    width: 240px;
}
.service_blog6{
    text-align: left;
    position: absolute;
    top: 490px;
    left: 867px;
}







/* 注册流程 */
.ep-procedure{
    width: 100%;
    height: 550px;
    background: url(/static/images/enterprises/procedure_banner.png) no-repeat;
}
.procedure-title{
    color: #0b2239;
    font-size: 30px;
    width: 100%;
    text-align: center;
    height: 80px;
    line-height: 100px;
    margin: 0 auto;
}
.procedure-title-line{
    width: 160px;
    margin: 0 auto;
    height: 30px;
    text-align: center;
    font-size: 14px;
    color: #969696;
}
.step_1{
    position: absolute;
    top: 200px;
    left: 0px;
}
.step_2{
    position: absolute;
    top: 200px;
    left: 260px;
}
.step_3{
    position: absolute;
    top: 200px;
    left: 510px;
}
.step_4{
    position: absolute;
    top: 200px;
    left: 760px;
}
.step_5{
    position: absolute;
    top: 200px;
    left: 1010px;
}
.banner_1{
    position: absolute;
    top: 240px;
    left: 190px;
}
.banner_2{
    position: absolute;
    top: 240px;
    left: 440px;
}
.banner_3{
    position: absolute;
    top: 240px;
    left: 690px;
}
.banner_4{
    position: absolute;
    top: 240px;
    left: 940px;
}
.procedure-number{
    font-size: 18px;
    color: #fff;
}
.number_1{
    position: absolute;
    top: 205px;
    left: 17px;
    z-index: 9;
}
.pd_cir1:before{
    content: "";
    position: absolute;
    left: 10px;
    top: 200px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: -webkit-gradient(linear,0 50%,100% 50%,from(#6883b2),to(#a6b7d6));
    background: -webkit-linear-gradient(to right,#6883b2,#a6b7d6);
    background: -moz-linear-gradient(45deg, #6883b2, #a6b7d6);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#6883b2', endColorstr='#a6b7d6');
}
.number_2{
    position: absolute;
    top: 205px;
    left: 277px;
    z-index: 9;
}
.pd_cir2:before{
    content: "";
    position: absolute;
    left: 270px;
    top: 200px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: -webkit-gradient(linear,0 50%,100% 50%,from(#6883b2),to(#a6b7d6));
    background: -webkit-linear-gradient(to right,#6883b2,#a6b7d6);
    background: -moz-linear-gradient(45deg, #6883b2, #a6b7d6);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#6883b2', endColorstr='#a6b7d6');
}
.number_3{
    position: absolute;
    top: 205px;
    left: 527px;
    z-index: 9;
}
.pd_cir3:before{
    content: "";
    position: absolute;
    left: 520px;
    top: 200px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: -webkit-gradient(linear,0 50%,100% 50%,from(#6883b2),to(#a6b7d6));
    background: -webkit-linear-gradient(to right,#6883b2,#a6b7d6);
    background: -moz-linear-gradient(45deg, #6883b2, #a6b7d6);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#6883b2', endColorstr='#a6b7d6');
}
.number_4{
    position: absolute;
    top: 205px;
    left: 777px;
    z-index: 9;
}
.pd_cir4:before{
    content: "";
    position: absolute;
    left: 770px;
    top: 200px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: -webkit-gradient(linear,0 50%,100% 50%,from(#6883b2),to(#a6b7d6));
    background: -webkit-linear-gradient(to right,#6883b2,#a6b7d6);
    background: -moz-linear-gradient(45deg, #6883b2, #a6b7d6);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#6883b2', endColorstr='#a6b7d6');
}
.number_5{
    position: absolute;
    top: 205px;
    left: 1027px;
    z-index: 9;
}
.pd_cir5:before{
    content: "";
    position: absolute;
    left: 1020px;
    top: 200px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: -webkit-gradient(linear,0 50%,100% 50%,from(#6883b2),to(#a6b7d6));
    background: -webkit-linear-gradient(to right,#6883b2,#a6b7d6);
    background: -moz-linear-gradient(45deg, #6883b2, #a6b7d6);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#6883b2', endColorstr='#a6b7d6');
}
.procedure-text{
    font-size: 18px;
    color: #0b2239;
}
.text_1{
    position: absolute;
    top: 300px;
    left: 35px;
}
.text_2{
    position: absolute;
    top: 300px;
    left: 295px;
}
.text_3{
    position: absolute;
    top: 300px;
    left: 545px;
}
.text_4{
    position: absolute;
    top: 300px;
    left: 795px;
}
.text_5{
    position: absolute;
    top: 300px;
    left: 1045px;
}
.procedure-submit {
    display: block;
    height: 45px;
    line-height: 45px;
    text-align: center;
    width: 300px;
    border-radius: 25px;
    color: #fff;
    font-family: '微软雅黑';
    font-size: 18px;
    background-color: #2a4c70;
    background: -webkit-gradient(linear,155deg,100%,from(#0e2a47),to(#2a4c70));
    background: -webkit-linear-gradient(155deg,#0e2a47,#2a4c70);
    background: -moz-linear-gradient(155deg, #0e2a47, #2a4c70);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#0e2a47', endColorstr='#2a4c70');
    box-shadow: 1px 2px 3px 1px #2a4c70;
    text-shadow: 2px 3px 0px #1a3453;
    position: relative;
    top: 280px;
    margin: 0 auto;
    cursor: pointer;
}



/* 优势 */
.ep-advantage{
    width: 100%;
    height: 600px;
}
.advantage-title{
    color: #0b2239;
    font-size: 30px;
    width: 100%;
    text-align: center;
    height: 80px;
    line-height: 100px;
    margin: 0 auto;
}
.data-div{
    margin-top: 100px;
}
.data-div ul li{
    float: left;
    text-align: center;
    margin: 0 auto;
    margin-right: 25px;
    width: 270px;
    height: 240px;
    background-color: #fff;
    border:1px solid #10bec9;
    background-image: url('/static/images/dmland/land_background4.png');
    box-shadow: 0px 0px 15px rgba(11,34,57,.2);
    position: relative;
}
.data-div-img{
    position: relative;
    top: -51px;
}
.data-div-font{
    position: relative;
    top: -20px;
    text-align: center;
    margin: 0 auto;
}
.font-name{
    font-size: 20px;
    color: #0e2a47;
    font-weight: bold;
    margin-top: -10px;
}
.font-text{
    width: 230px;
    font-size: 16px;
    color: #5f7d95;
    margin-left: 25px;
    margin-top: 10px;
}
.data-submit{
    display: block;
    background-color: #2c7ded;
    background: -webkit-gradient(linear,0 50%,100% 50%,from(#2c7ded),to(#79c1f8));
    background: -webkit-linear-gradient(to right,#2c7ded,#79c1f8);
    background: -moz-linear-gradient(45deg, #2c7ded, #79c1f8);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#2c7ded', endColorstr='#79c1f8');
    height: 40px;
    line-height: 40px;
    width: 160px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border-radius: 50px;
    margin: 0 auto;
    box-shadow:0px 3px 20px rgba(11,34,57,.2);
    z-index: 999;
    cursor: pointer;
    position: absolute;
    top:220px;
    left: 60px;
}


















/* 律师顾问 */
.ep-adviser{
    height: 500px;
    background: url(/static/images/enterprises/adviser_banner.png) no-repeat;
}
.adviser-title{
    color: #0b2239;
    font-size: 30px;
    width: 100%;
    text-align: center;
    height: 80px;
    line-height: 100px;
    margin: 0 auto;
    color: #fff;
}
.ad_img_1{
    position: absolute;
    top: 200px;
    left: 0px;
}
.ad_img_2{
    position: absolute;
    top: 200px;
    left: 305px;
}
.ad_img_3{
    position: absolute;
    top: 200px;
    right:305px;
}
.ad_img_4{
    position: absolute;
    top: 200px;
    right:0px;
}
.ad_text{
    font-size: 18px;
    color: #0b2239;
}
.ad_text_1{
    position: absolute;
    top: 235px;
    left: 55px;
}
.ad_text_2{
    position: absolute;
    top: 235px;
    left: 360px;
}
.ad_text_3{
    position: absolute;
    top: 235px;
    right:360px;
}
.ad_text_4{
    position: absolute;
    top: 235px;
    right:55px;
}






#add_invoice,#success_invoice,#error_invoice,#warning_invoice{ display: none;}
#add_invoice .open_hd{
    border-top: 3px solid #59c203;
    text-align: center;
}
#success_invoice .open_hd{
    padding-top: 10px;
    border-top: 3px solid #59c203;
    text-align: center;
}
#error_invoice .open_hd{
    padding-top: 10px;
    border-top: 3px solid #59c203;
    text-align: center;
}
#warning_invoice .open_hd{
    padding-top: 10px;
    border-top: 3px solid #59c203;
    text-align: center;
}
.open_hd .open_title{
    height: 50px;
    line-height: 50px;
    color: #0b2239;
    font-size: 26px;
    margin-top:40px; 
    font-weight: bold;
    display: inline-block;
}
.open_hd .open_title:before{
    content: "";
}
.open_hd .open_text{
    color: #5f7d95;
}
.open_desc{
    background: #68bb1d;
    color: #fff;
    border-radius: 35px;
    font-size: 13px;
    line-height: 25px;
    height: 25px;
    background:-webkit-gradient(linear,0 50%,100% 50%,from(#53b27d),to(#68bb1d));/*Old gradient for webkit*/
    background:-webkit-linear-gradient(to right,#53b27d,#68bb1d);/*new gradient for Webkit*/
    background: -moz-linear-gradient(45deg,  #53b27d,  #68bb1d);
    filter:  progid: DXImageTransform.Microsoft.gradient(startColorstr='#53b27d', endColorstr='#68bb1d');
    box-shadow: 1px 2px 3px 1px #c1dfc7;
    width: 45%;
    margin: 0 auto;
    text-align: center;
}
.open_desc:before{
    content: "";
    position: absolute;
    left: 220px;
    top: 166px;
    width: 0;
    height: 0;
    border-color: #68bb1d  transparent transparent ;
    border-width: 10px 10px 20px 10px;
    border-style: solid;
}
.header_desc{
    display: none;
    float: left;
    color: #fff;
    border-radius: 35px;
    font-size: 13px;
    line-height: 25px;
    height: 25px;
    background-color: #53b27d;
    background:-webkit-gradient(linear,0 50%,100% 50%,from(#53b27d),to(#68bb1d));/*Old gradient for webkit*/
    background:-webkit-linear-gradient(to right,#53b27d,#68bb1d);/*new gradient for Webkit*/
    background: -moz-linear-gradient(45deg,  #53b27d,  #68bb1d);
    filter:  progid: DXImageTransform.Microsoft.gradient(startColorstr='#53b27d', endColorstr='#68bb1d');
    box-shadow: 1px 2px 3px 1px #c1dfc7;
    width: 40%;
    margin: 0 auto;
    position: absolute;
    left: 20px;
    top: -35px;
    text-align: left;
    padding-left: 30px;
}
.header_desc:before{
    content: "";
    position: relative;
    left: 50px;
    top: 31px;
    width: 0;
    height: 0;
    border-color: #68bb1d  transparent transparent ;
    border-width: 10px 10px 20px 10px;
    border-style: solid;
}
.open_bd{
    min-height: 240px;
    margin-top: 30px;
}
.open_bd a{
    color: #1273eb;
    cursor: pointer;
}
.open_bd .lxy-select{
    -webkit-appearance: menulist;
    width: 100%;
}
.open_bd .lxy-input-inline:last-child{
    margin: 0;
}
.open_bd .lxy-form-item:last-child{
    margin: 0;
}
.trademark_submit{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    border-radius: 35px;
    background-color: #fc6752;
    background:-webkit-gradient(linear,0 50%,100% 50%,from(#fc6752),to(#ff9748));/*Old gradient for webkit*/
    background:-webkit-linear-gradient(to right,#fc6752,#ff9748);/*new gradient for Webkit*/
    background: -moz-linear-gradient(45deg,  #fc6752,  #ff9748);
    filter:  progid: DXImageTransform.Microsoft.gradient(startColorstr='#fc6752', endColorstr='#ff9748');
    color: #fff;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    cursor: pointer;
    box-sizing: border-box;
    outline: none;
    position: relative;
    width: 230px;
}
.open_visit{
    font-size: 14px;
    color: #0b2239;
    letter-spacing: 1px;
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
.open_visit span{
    font-size: 14px;
    color: #59c203;
}
.require {
    color: red;
    height: 20px;
    line-height: 30px;
    display: inline-block;
    font-size: 24px;
    vertical-align: bottom;
}

.success_text{
    font-size: 22px;
    color: #000;
}
.success{
    font-size: 56px;
    color: #59c203;
}
.warn_text{
    font-size: 22px;
    color: #000;
}
.warn{
    font-size: 56px;
    color: #f00;
}
.trademark_span{
    text-align: center;
}
.success_wechat{
    width: 85%;
    height: 150px;
    text-align: center;
    margin: 0 auto;
    box-sizing: border-box;
}
.success_wechat:before{
    content: '';
    height: 140px;
    width: 420px;
    position: absolute;
    top: 170px;
    left: 30px;
    border-radius: 5px;
    background-color: #68bb1d;
    background:-webkit-gradient(linear,0 50%,100% 50%,from(#53b27d),to(#68bb1d));/*Old gradient for webkit*/
    background:-webkit-linear-gradient(to right,#53b27d,#68bb1d);/*new gradient for Webkit*/
    background: -moz-linear-gradient(45deg,  #53b27d,  #68bb1d);
    filter:  progid: DXImageTransform.Microsoft.gradient(startColorstr='#53b27d', endColorstr='#68bb1d');
}
.success_wechat img{
    position: relative;
    top: 8px;
}
.success_wechat li{
    float: left;
}
.vat-wechat{
    position: relative;
    top: 8px;
    left: 0px;
    padding-left: 10px;
    width: 268px;
    height: 124px;
    background-color: #fff;
    text-align: left;
    padding-top: 5px;
}
.vat-wechat li{
    float: none; 
}
.vat-wechat div{
    color: #59c203;
    font-size: 22px;
}
.wechat_ul{
    position: relative;
    left: 0px;
    top: 10px;
    line-height: 25px;
    color: #333;
    font-size: 16px;
}