.notice_body{min-width: 1200px}
/*头部*/
.header{
    padding: 16px 0;
    background: #FFFFFF;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
}
/*logo*/
.logo .logo_img{
    width: 395px;
    height: 44px;
    background: url(../images/logo.svg) no-repeat;
    background-size: 100% 100%;
}
/*在线人数*/
.online_num{
    width: 162px;
    height: 38px;
    line-height: 38px;;
    border: 1px dashed #DDDDDD;
    box-sizing: border-box;
    color: #666;
    margin-left: 22px;
}
.online_num>span{  color: #333;  }
.online_num>.num{
    font-size: 18px;
    font-weight: bold;
}
.service .service_link{
    padding-right: 14px;
    border-left: 1px solid #666;
    display: inline-block;
    height: 16px;
    line-height: 16px;
}
.service .service_link>a{  margin-left: 16px;  }
.service .service_link:first-child{  border: none}
.service .service_link:last-child{  padding: 0}

/*内容导航切换*/
.title_list{
    border-bottom: 2px solid #333;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.title_list>ul{display: flex}
.title_list>ul>li{
    padding-bottom: 16px;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 20px;
    margin-right: 54px;
    cursor: pointer;
    border-bottom: 4px solid transparent;
    margin-bottom: -2px;
}
/*tab切换获取焦点*/
.title_list>ul>li:hover{  color: #3676F6;  }
.title_list>ul>li.active{
    color: #3676F6;
    border-color: #3676F6;
}
/*通知公告*/
.notice_box{ margin-bottom: 60px; display: flex;}
.notice{
    width: 100%;
    /*margin-right: 30px;*/
    flex-shrink: 0;
}
.title_list .more{padding-bottom: 16px}
.notice_list li{
    height: 56px;
    line-height: 56px;
    font-size: 15px;
    border-bottom: 1px dashed #dedede;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.notice_list li a{
    width: 600px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.notice_list li >span{  color: #999}
/*动态提示*/
.dynamic_notice{
    width: 402px;
    height: 310px;
    background: #FFFFFF;
    padding: 0 24px;
    position: relative;
    border:1px dashed #333;
    margin-top: 18px;
}
.dynamic_noticeTitle{
    position: absolute;
    left: 50%;
    margin-left: -75px;
    top: -14px;
    font-size: 20px;
    font-weight: bold;
    width: 150px;
    background: #fff;
    text-align: center;
}
.dynamic_noticeList{  margin-top: 50px;  }
.dynamic_noticeList li{
    font-size: 15px;
    text-align: justify;
    line-height: 24px;
    margin-bottom: 30px;
}
/*申报步骤*/
.declare,
.telegraphy {margin-bottom: 60px}
.declare_step {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top:10px;
    height: auto;
}
.declare_step >li{margin-top:20px}


.declare_step >li img{

    display: flex;
    align-items: center;
    width: 24px;
    height: auto;
    margin: 0 44px;
}
.declare_step >li>span{
    width: 16px;
    border-radius: 50%;
    border: 1px solid #d1d1d1;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    margin-right: 4px;
    display: inline-block;
}
/*申报业务*/
.telegraphy_list {
    margin-top: 26px;
    flex-wrap: wrap;
    width: 100%;
    display: flex;
}
.telegraphy_list li{
    margin-right: 25px;
    background: #f1f2f3;
    margin-bottom: 20px;
    cursor: pointer;
}
.telegraphy_list li>span {
    /*width: 220px;*/
    min-width: 220px;
    max-width: 300px;
    padding: 0 10px;
    height: 42px;
    line-height: 42px;
    text-align: center;
}
.telegraphy_list li:nth-child(5n){margin-right: 0}
.business_list li span {  display: block}
.telegraphy_list li:hover span {  color: #3676F6;  font-weight: bold;  }
.telegraphy_list .active{  background-color: #3676F6;  }
.telegraphy_list .active span{color: #fff;}
.telegraphy_list .active:hover{background-color: #3676F6;}
.telegraphy_list .active:hover span{font-color: #fff;}
/*表格*/
.tablebox{
    width: 100%;
    border: 1px solid #dedede;
}
.tablebox th {
    background: #F1F2F3;
    padding: 11px;
    border-left: 1px solid #ddd;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
}
.tablebox td {
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
    vertical-align: middle;
    line-height: 20px;
}
.tablebox td:first-child, .table_list th:first-child {  border-left: none;}
.tableTd_center{
    text-align: left;
    display: block;
    padding-left: 28px;
    box-sizing: border-box;
}
/*申报样本*/
.declare_sample>a{  margin: 0 5px  }
.declare_sample>a>img{width: 20px;height: auto}
/*时间已过期*/
.time.time_due{color: #999}
/*进入申报*/
.enter{color: #999}
.enter:hover{color: #999;cursor: default}
.enter.enterDeclare{color: #3676F6;height: 16px;line-height: 16px;cursor: pointer;box-sizing: border-box}
.enter.enterDeclare:hover{border-bottom: 1px solid #3676F6}
/*分页器*/
.page {
    padding-top: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.page select, .page input {
    height: 36px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #DDE1E9;
    margin: 0 10px;
    padding: 0 10px;
    box-sizing: border-box;
}
.page select{  width: 64px;  }
.page input{width: 70px;margin-left: 30px}
.page select:hover,.page input:hover,
.page select:focus,.page input:focus{border-color: #3676F6}
.page_btn{
    width: 86px;
    height: 36px;
    border-radius: 4px;
    border: 1px solid #DEDEDE;
    color: #666666;
    box-sizing: border-box;
    text-align: center;
    line-height: 34px;
}
.page_btn:hover{  border: 1px solid #3676F6;  }
.page .number{  margin: 0 18px;  }
.skip_btn{
    width: 62px;
    height: 36px;
    background: #EAF1FF;
    border-radius: 4px;
    text-align: center;
    line-height: 36px;
    color: #3676F6;
}




/*底部*/
.footer{
    background: #EFF2F5;
    padding: 40px 0;
    text-align: center;
    color: #666 ;
}
.footer span{  margin-right: 30px;  }
.footer span>a{  color: #666;  }
.footer span>a:hover{  color: #3676F6;  }


/*侧边悬浮窗*/
.suspend{
    position: fixed;
    right: 0px;
    bottom: 4%;
    width: 300px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    z-index: 10;
}
.close_click{
    position:absolute ;
    right: 12px;
    top: 12px;
}
.close_click .close{
    width: 12px;
    height: 12px;
    background: url("../images/close.svg") no-repeat;
    background-size: cover;
    display: block;
    cursor: pointer;
}
.tab_img img{width: 100%;margin-bottom: 8px}
.tab_img p{line-height: 22px;margin-bottom: 30px;font-size: 15px}
.look_detail a{
    color: #3676F6;
    height: 16px;
    line-height: 16px;
    cursor: pointer;
    box-sizing: border-box;
}
.look_detail a:hover{  border-bottom: 1px solid #3676F6;  }
.page_tb a{margin-left: 20px}
/*如果是第一条内容，就给上一条添加*/
a.gray{color: #ccc}
a.gray:hover{border: none;cursor: default}


/*banner*/
.banner_area{
    background-image: url("../images/banner.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: right;
    margin-bottom: 50px;
}
.banner_area .inner_box{
    padding:32px 0;
    box-sizing: border-box;
    text-align: left;
    display: inline-block;
}
.banner_area .login_form{
    width: 350px;
    height: 360px;
    background: #fff;
    padding: 24px 24px 0;
    box-sizing: border-box;
    position: relative;
}
/*切换登录方式图标*/
.change-enter-style-icon{
    position: absolute;
    right:12px;
    top:12px;
}
.change-enter-style-icon .tip_box {
    position: absolute;
    display: none;
    left: 100%;
    top: 0;
    padding-left:3px;
}
.tip_box .tip_triangle {
    position: absolute;
    left: 3px;
    top: 10px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid rgba(0, 0, 0, 0.5);
}
.tip_box .tip_box_info {
    width: 82px;
    box-sizing: border-box;
    margin-left: 6px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 2px;
    color: #fff;
    padding: 6px 10px;
    text-align: center;
    line-height: 20px;
    z-index: 9;
}
.change-enter-style-icon:hover .tip_box {display: block;}
.change-enter-style-icon i.change_style{
    display: block;
    width: 36px;
    height: 36px;
    background-size: 100%;
    cursor: pointer;
}
.change-enter-style-icon i.change_style:hover{opacity: 0.8;}
.change-enter-style-icon i.change_style.er_code{background-image: url("../images/er_code_enter.svg");}
.change-enter-style-icon i.change_style.password{background-image: url("../images/password_enter.svg");}

/*标题部分*/
.banner_area .title{
    margin-bottom: 24px;
}
.banner_area .title a{
    display: inline-block;
    color: #333;
    padding-bottom:4px;
    margin-right: 24px;
    margin-bottom:-1px;
    font-size: 16px;
}
.banner_area .title a:hover{
    color: #3367D6;
}
.banner_area .title a.active{
    border-bottom:2px solid #3367D6;
    color: #3367D6;
    font-weight: 500;
}
/*输入部分*/
.banner_area .form_inner .input_box{
    width: 100%;
    display: inline-block;
    position: relative;
    margin-bottom: 16px;
}
.banner_area .form_inner .input_box input{
    height: 36px;
    width: 100%;
    padding:0 12px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    font-size: 14px;
}
.banner_area .form_inner .input_box input:focus{
    border:1px solid #2882d8;
}
/*错误提示文字*/
.banner_area .form_inner .error-tips {
    display: none;
    width: 100%;
    color: #DF2426;
    font-size: 14px;
    margin-top: 6px;
}
/*忘记密码&单位注册*/
.banner_area .form_inner .some_link{
    display: inline-block;
    width: 100%;
}
.banner_area .form_inner .some_link a{color: #666;}
.banner_area .form_inner .some_link a:hover{color: #3367D6;}
.banner_area .form_inner .some_link a:last-child{float: right;color: #3367D6;}
/*登录按钮*/
.banner_area .form_inner .enter_btn{
    position: relative;
    margin: 10px 0 20px 0;
    display: inline-block;
    width: 100%;
}
.banner_area .form_inner .enter_btn input{
    display: block;
    background: #3367d6;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    line-height: 38px;
    font-size: 15px;
    width: 48%;
}

.banner_area .form_inner .enter_btn input:last-child{
    background: #fff;
    color:#3367d6;
    border: 1px solid  #3367d6;
}
.banner_area .form_inner .enter_btn input:first-child:hover{
    background: #1657D9;
}

.banner_area .form_inner .enter_btn input:last-child:hover{
    background: #1657D9;
    color:#fff;
}
/*其他登录方式*/
.other-enter-type .gray-line{
    height: 0;
    border-top:1px solid #DADCE0;
    flex:1;
}
.other-enter-type .text{
    margin:0 18px;
    color: #999;
}
.other-enter-type .other-type-list{
    margin-top:12px;
    justify-content: center;
}
.other-enter-type .other-type-list a{
    color: #333;
}
.other-enter-type .other-type-list a:first-child{margin-right:20%;}
.other-enter-type .other-type-list a img{
    width: 17px;
    margin-right:4px;
    opacity: 0.6;
}
.other-enter-type .other-type-list a:hover{color: #2882d8;}
/*技术支持电话*/
.banner_area .form_inner .tel_number{
    text-align: center;
    font-size: 13px;
    color: #999;
    line-height: 1.6;
    /*margin-top:16px;*/
}
.banner_area .form_inner .tel_number label{color: #DF2426;}
/*二维码*/
.banner_area .form_inner .enter_code_img{
    margin: 0 auto;
    text-align: center;
    padding: 4px 0 28px 0;
    position: relative;
}
/*错误提示文字*/
.banner_area .form_inner .enter_code_img label{
    position: absolute;
    top: 160px;
    left: 0;
    width: 100%;
    text-align: center;
    color: #DF2426;
    font-size: 13px;
}
.banner_area .form_inner .enter_code_img img{
    display: block;
    margin: 0 auto;
    width: 140px;
    height: 140px;
    border: 1px solid #eee;
}
/*扫描方式*/
.banner_area .form_inner .sao_style,
.banner_area .form_inner .some_link2{text-align: center;}
.banner_area .form_inner .sao_style label{
    color: #2882d8;
    font-weight: bold;
    margin: 0 2px;
}
.banner_area .form_inner .some_link2 a{
    display: inline-block;
    color: #2882d8;
    margin-top:10px;
    padding:0 12px;
    line-height: 14px;
    box-sizing: border-box;
}
.banner_area .form_inner .some_link2{
    padding-bottom: 20px;
    border-bottom: 1px dashed #dedede;
    margin-bottom: 8px;
}
.banner_area .form_inner .some_link2 a:hover{color: #3f9af1;}
.banner_area .form_inner .some_link2 a:first-child{border-right:1px solid #666;margin-right:-1px;}

.form_inner.enter_code_img2 .img_left{
    width: 140px;
    height: 140px;
    cursor: pointer;
}
.form_inner.enter_code_img2 .img_right{
    width: 108px;
}
/*手机验证码登录*/
/*获取验证码按钮*/
.input_box .get_code{
    position: absolute;
    top: 0;
    right: 12px;
    line-height: 36px;
    color: #2882d8;
}

.login_content {
    font-family: "Microsoft YaHei",Arial;
    position: absolute;
    z-index: 10002;
    margin: 0;
    padding: 0;
    list-style: none;
}
.login_wrap {
    position: relative;
    background-color: #fff;
    width: 340px;
    padding: 20px 20px;
    border-radius: 5px;
}
.login_close {
    position: absolute;
    top: 15px;
    right: 25px;
    width: 18px;
    height: 18px;
    display: block;
}
.login_close img {
    cursor: pointer;
    position: absolute;
    right: 0;
    width: 18px;
    height: 18px;
    transition: all .3s;
}
.login_close img:hover{
    transform: rotate(180deg);
}
.login_wrap ul {
    padding: 0 10px;
    overflow: hidden;
    display: inline-block;
}
.login_wrap li {
    width: 100%;
    float: left;
    padding: 10px 0;
}
.l_logo {
    margin: 20px 0;
    width: 100%;
    display: inline-block;
    text-align: center;
    background: url(../images/index/index_login_titbg.png) no-repeat center;
    font-size: 18px;
    font-weight: normal;
}
.login_bottom {
    width: 100%;
    padding: 20px 0 10px;
    margin-top: 30px;
    text-align: center;
    border-top: 1px dashed #ddd;
}
.login_wrap li input[type="text"], .login_wrap li input[type="password"] {
    height: 44px;
    border: 1px #dedede solid;
    padding-left: 54px;
    line-height: 44px;
    font-size: 16px;
    color: #c1c1c1;
    font-family: "Microsoft YaHei",Arial;
}
.shelter {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    left: 0;
    top: 0;
    z-index: 10001;
    filter: alpha(opacity = 20);
    -moz-opacity: 0.2;
    -khtml-opacity: 0.2;
    opacity: 0.2;
    background: #000;
}
.title_index{
    border-bottom: 2px solid #333;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.title_index>ul>li{
    padding-bottom: 16px;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 20px;
    margin-right: 54px;
    cursor: pointer;
    border-bottom: 4px solid transparent;
    margin-bottom: -2px;
}