body, html { font-size: 100%; 	padding: 0; margin: 0;}

/* Reset */
*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Clearfix hack by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

body{
    background: #494A5F;
    color: #D5D6E2;
    font-weight: 500;
    font-size: 1.05em;
    font-family: "Microsoft YaHei","Segoe UI", "Lucida Grande", Helvetica, Arial,sans-serif;
}
.main-timeline{ position: relative; }
.main-timeline:before,
.main-timeline:after{
    content: "";
    display: block;
    width: 100%;
    clear: both;
}
.main-timeline:before{
    content: "";
    width: 3px;
    height: 100%;
    background: #302124;
    position: absolute;
    top: 0;
    left: 50%;
}
.main-timeline .timeline{
    width: 50%;
    float: left;
    position: relative;
    z-index: 1;
}
.main-timeline .timeline:before,
.main-timeline .timeline:after{
    content: "";
    display: block;
    width: 100%;
    clear: both;
}
.main-timeline .timeline:first-child:before,
.main-timeline .timeline:last-child:before{
    content: "";
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #fff;
    border: 4px solid #cca872;
    position: absolute;
    top: 0;
    right: -14px;
    z-index: 1;
}
.main-timeline .timeline:last-child:before{
    top: auto;
    bottom: 0;
}
.main-timeline .timeline:last-child:nth-child(even):before{
    right: auto;
    left: -12px;
    bottom: -2px;
}
.main-timeline .timeline-content{
    text-align: center;
    margin-top: 8px;
    position: relative;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.main-timeline .timeline-content:before{
    content: "";
    width: 100%;
    height: 5px;
    background: #cca872;
    position: absolute;
    top: 88px;
    left: 0;
    z-index: -1;
}
.main-timeline .circle{
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: #fff;
    border: 8px solid #cca872;
    float: left;
    margin-right: 25px;
    position: relative;
}
.main-timeline .circle:before{
    content: "";
    width: 26px;
    height: 30px;
    background: #cca872;
    margin: auto;
    position: absolute;
    top: 0;
    right: -33px;
    bottom: 0;
    z-index: -1;
    box-shadow: inset 7px 0 9px -7px #444;
}
.main-timeline .circle span{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    line-height: 160px;
    border: 3px solid #adabab;
    font-size: 80px;
    color: #454344;
}
.main-timeline .circle span:before,
.main-timeline .circle span:after{
    content: "";
    width: 28px;
    height: 50px;
    background: #fff;
    border-radius: 0 0 0 21px;
    margin: auto;
    position: absolute;
    top: -54px;
    right: -33px;
    bottom: 0;
    z-index: -1;
}
.main-timeline .circle span:after{
    border-radius: 21px 0 0 0;
    top: 0;
    bottom: -56px;
}
.main-timeline .content{
    display: table;
    padding-right: 40px;
    position: relative;
    width: 100%;
}
.main-timeline .year{
    display: block;
    padding: 10px;
    margin: 10px 0 50px 0;
    background: #cca872;
    border-radius: 7px;
    font-size: 25px;
    color: #fff;
}
.main-timeline .title{
    font-size: 25px;
    font-weight: bold;
    color: #cca872;
    margin-top: 0;
}
.main-timeline .description{
    font-size: 14px;
    color: #000;
    text-align: justify;
    width: 100%;
}
.main-timeline .icon{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #fff;
    border: 4px solid #cca872;
    position: absolute;
    top: 78px;
    right: -14px;
}
.main-timeline .icon:before{
    content: "";
    width: 15px;
    height: 25px;
    background: #cca872;
    margin: auto;
    position: absolute;
    top: -1px;
    left: -15px;
    bottom: 0;
    z-index: -1;
}
.main-timeline .icon span:before,
.main-timeline .icon span:after{
    content: "";
    width: 21px;
    height: 25px;
    background: #fff;
    border-radius: 0 0 21px 0;
    margin: auto;
    position: absolute;
    top: -30px;
    left: -15px;
    bottom: 0;
    z-index: -1;
}
.main-timeline .icon span:after{
    border-radius: 0 21px 0 0;
    top: 0;
    left: -15px;
    bottom: -30px;
}
.main-timeline .timeline:nth-child(2n) .timeline-content,
.main-timeline .timeline:nth-child(2n) .circle{
    float: right;
}
.main-timeline .timeline:nth-child(2n) .circle{
    margin: 0 0 0 25px;
}
.main-timeline .timeline:nth-child(2n) .circle:before{
    right: auto;
    left: -33px;
    box-shadow: -7px 0 9px -7px #444 inset;
}
.main-timeline .timeline:nth-child(2n) .circle span:before,
.main-timeline .timeline:nth-child(2n) .circle span:after{
    right: auto;
    left: -33px;
    border-radius: 0 0 21px 0;
}
.main-timeline .timeline:nth-child(2n) .circle span:after{
    border-radius: 0 21px 0 0;
}
.main-timeline .timeline:nth-child(2n) .content{
    padding: 0 0 0 40px;
    margin-left: 2px;
}
.main-timeline .timeline:nth-child(2n) .icon{
    right: auto;
    left: -14px;
}
.main-timeline .timeline:nth-child(2n) .icon:before,
.main-timeline .timeline:nth-child(2n) .icon span:before,
.main-timeline .timeline:nth-child(2n) .icon span:after{
    left: auto;
    right: -15px;
}
.main-timeline .timeline:nth-child(2n) .icon span:before{
    border-radius: 0 0 0 21px;
}
.main-timeline .timeline:nth-child(2n) .icon span:after{
    border-radius: 21px 0 0 0;
}
.main-timeline .timeline:nth-child(2){
    margin-top: 180px;
}
.main-timeline .timeline:nth-child(odd){
    margin: -175px 0 0 0;
}
.main-timeline .timeline:nth-child(even){
    margin-bottom: 80px;
}
.main-timeline .timeline:first-child,
.main-timeline .timeline:last-child:nth-child(even){
    margin: 0;
}
@media only screen and (max-width: 990px){
    .main-timeline:before{ left: 100%; }
    .main-timeline .timeline{
        width: 100%;
        float: none;
        margin-bottom: 20px !important;
    }
    .main-timeline .timeline:first-child:before,
    .main-timeline .timeline:last-child:before{
        left: auto !important;
        right: -13px !important;
    }
    .main-timeline .timeline:nth-child(2n) .circle{
        float: left;
        margin: 0 25px 0 0;
    }
    .main-timeline .timeline:nth-child(2n) .circle:before{
        right: -33px;
        left: auto;
        box-shadow: 7px 0 9px -7px #444 inset;
    }
    .main-timeline .timeline:nth-child(2n) .circle span:before,
    .main-timeline .timeline:nth-child(2n) .circle span:after{
        right: -33px;
        left: auto;
        border-radius: 0 0 0 21px;
    }
    .main-timeline .timeline:nth-child(2n) .circle span:after{
        border-radius: 21px 0 0 0;
    }
    .main-timeline .timeline:nth-child(2n) .content{
        padding: 0 40px 0 0;
        margin-left: 0;
    }
    .main-timeline .timeline:nth-child(2n) .icon{
        right: -14px;
        left: auto;
    }
    .main-timeline .timeline:nth-child(2n) .icon:before,
    .main-timeline .timeline:nth-child(2n) .icon span:before,
    .main-timeline .timeline:nth-child(2n) .icon span:after{
        left: -15px;
        right: auto;
    }
    .main-timeline .timeline:nth-child(2n) .icon span:before{
        border-radius: 0 0 21px 0;
    }
    .main-timeline .timeline:nth-child(2n) .icon span:after{
        border-radius: 0 21px 0 0;
    }
    .main-timeline .timeline:nth-child(2),
    .main-timeline .timeline:nth-child(odd),
    .main-timeline .timeline:nth-child(even){
        margin: 0;
    }
}
@media only screen and (max-width: 480px){
    .main-timeline:before{ left: 0; }
    .main-timeline .timeline:first-child:before,
    .main-timeline .timeline:last-child:before{
        left: -12px !important;
        right: auto !important;
    }
    .main-timeline .circle,
    .main-timeline .timeline:nth-child(2n) .circle{
        width: 130px;
        height: 130px;
        float: none;
        margin: 0 auto;
    }
    .main-timeline .timeline-content:before{
        width: 99.5%;
        top: 68px;
        left: 0.5%;
    }
    .main-timeline .circle span{
        line-height: 115px;
        font-size: 60px;
    }
    .main-timeline .circle:before,
    .main-timeline .circle span:before,
    .main-timeline .circle span:after,
    .main-timeline .icon{
        display: none;
    }
    .main-timeline .content,
    .main-timeline .timeline:nth-child(2n) .content{
        padding: 0 10px;
    }
    .main-timeline .year{
        margin-bottom: 15px;
    }
    .main-timeline .description{
        text-indent: 2em;
        text-align: center;
    }
}



/*all*/
@charset "utf-8";
/* CSS Document */
.find_inputNew{width: 16%;height: 28px;border:solid 1px #ccc;border-radius: 4px;margin-right: 1%}
.policP{
    padding-top: 5px;
}
.policTool{
    width: 100%;
    float: left;
    padding-top: 5px;
    padding-bottom: 5px;
    border-top:1px solid #CCCCCC;
    text-indent: 10px;
    background-color: #f2f5f7;
}
.policTool a{
    text-decoration: none;
    font-size: 12px;
    margin-right: 10px;
    color: #333333;
}
#table a{
    color: #10c346;
    padding-bottom: 3px;
    padding-top: 3px;
    padding-left: 7px;
    padding-right: 7px;
    background-image: url("../img/lookTail.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: inline-block;
    text-decoration: none;
    font-weight: bold;
}
.polic_i{
    width: 16px;
    height: 16px;
    position: relative;
    display: inline-block;

    background-size: 100% 100%;
    background-repeat: no-repeat;
    top:3px;
}
.upFile_i{
    background-image: url("../img/table_down.png");
    margin-right: 5px;
}
.pAdd_i{
    background-image: url("../img/add01.png");

}
.submit_i{
    background-image: url("../img/submint.png");
    margin-right: 5px;
}
.label_i{
    background-image: url("../img/9.png");
}
.sent_i{
    background-image: url("../img/sent_i.png");
}
.caseLook_i{
    background-image: url("../img/caseLook.png");
}
.caseLook01_i{
    background-image: url("../img/icon_27.png");
}
.excel_i{
    background-image: url("../img/excel.png");
}
.print_i{
    background-image: url("../img/print.png");
}
.showH_i{
    background-image: url("../img/look.png");
    margin-right: 5px;
}
.Policdel_i{
    background-image: url("../img/del01.png");
}
.PolicResh{
    background-image: url("../img/res01.png");
}
.policTaliLeft{
    width: 100%;
    float: left;
    box-sizing: border-box;

}
.policTailRight{
    width: 19.5%;
    float: right;
    background-color: #ffffff;
    border: 1px solid #CCCCCC;
    margin-top: 5px;
    height: 98%;

}
.tailTable{
    width: 96%;
    height: auto;
    margin-left: 2%;
    border-collapse: collapse;
    border:1px solid #CCCCCC;
    box-sizing: border-box;
    margin-top: 5px;
    background-color: #ffffff;
}
.tailTable td{
    padding-top: 5px;
    padding-bottom: 5px;
    color: #333333;


}
.Tailtd_label{
    color: #000000 !important;
    font-weight: bold;
    margin-right: 5px;
    background-color: #f5f5f5 !important;
    width: 10%;
}
.TailTableTd{
    text-align: left;
    text-indent: 10px;
}
.tdSpan{
    margin-right: 10%;
    margin-left: 1%;
}
.tdSpan01{
    margin-left: 1%;
}
.policRightH{
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #EEEEEE;
    text-align: center;

}
.lawLeft01{
    width: 30%;
    float: left;
    border:1px solid #CCCCCC;
    background-color: #ffffff;
    height: 585px;
    display: inline-block;
    padding-left: 5px;



}
.lawLeft02{
    width: 59%;
    float: left;
    border:1px solid #CCCCCC;
    background-color: #ffffff;
    margin-left: 0.5%;
    height: 100%;

}
.lawLeft03{
    width: 68.5%;
    float: left;
    border:1px solid #CCCCCC;
    background-color: #ffffff;
    margin-left: 0.5%;
    height: 100%;
    display: inline-block;


}
.lawLeft04{
    width: 80%;
    float: left;
    border:1px solid #CCCCCC;
    background-color: #ffffff;
    margin-left: 0.5%;
    height: 100%;

}
.lawLeft05{
    width: 78%;
    float: left;
    background-color: #ffffff;
    margin-right: 0.5%;
    height: 100%;

}
.contact{

    padding-top: 10px;
    padding-bottom: 10px;
    width: 96%;
    margin-left: 2%;
    background-color: #ffffff;
    border-radius: 5px;
    box-shadow:-5px 0 5px #ccc, /*左边阴影*/
    5px 0 5px #ccc, /*右边阴影*/
    0 -5px 5px #ccc, /*顶部阴影*/
    0 5px 5px #ccc; /*底边阴影*/
    margin-top: 10px;
    float: left;
}

.filedSetSTyle{
    width: 98%;
    margin-left: 1%;
    height: 28%;
    border:1px solid #CCCCCC;
    font-size: 12px;
    background-color: rgba(209, 236, 249, 0.35);
    box-sizing: border-box;
    border-radius: 3px;
}
.filedSetSTyle p{
    padding-bottom: 5px;
    padding-top: 5px;
    text-indent: 10px;
    color: #475059;
}
.filedSetSTyle legend{
    font-weight: bold;
    text-indent: 10px;
    color: #333333;
}
.law_i{
    width: 16px;
    height: 16px;
    position: relative;
    display: inline-block;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    top:3px;
    margin-right: 5px;
}
.lawAdd_i{
    background-image: url("../img/7_03.png");
}
.lawEdit_i{
    background-image: url("../img/9.png");
}
.lawOld_i{
    background-image: url("../img/add01.png");
}
.lawLeft03p01{
    padding-top: 10px;
    padding-bottom: 5px;
    text-align: center;
    color: red !important;
    width: 98%;
    margin-left: 1%;
    font-weight: bold;
}
.lawLeft03p01 img{
    width: 80%;
    margin-left: 10%;
}
.pFile{
    float: left;
    margin-left: 5px;

}
.pFileUl{
    list-style: none;
    width: 96%;
    margin-left: 2%;

}
.pFileUl li{
    float: left;
    width: 18%;
    display: inline-block;
    padding: 5px;;
    background-color: rgba(213, 239, 255, 0.28);
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    margin-top: 10px;
    cursor: pointer;
    margin-right: 0.5%;

}
.pFileUl li:active{
    background-color: rgba(213, 239, 255, 0.52);
}

.pFileUl li img{
    float: left;

}
.creatFileBox{
    width: 50%;
    padding-bottom: 10px;
    position: fixed;
    left:25%;
    top:150px;
    border:1px solid #CCCCCC;
    border-radius: 5px;
    background-color:#ecf0f5;
    box-shadow: 3px 3px 3px #888888;
    display: none;
}
.creatFileBox p{
    padding-bottom: 5px;
    padding-top: 5px;
}
.creatFileH{
    padding-top: 5px;
    padding-bottom: 5px;
    border:1px solid #CCCCCC;
    text-indent: 5px;
    color: #666;
    background-color: #e5f1f7
}
.creatFileH01{
    padding-top: 6px;
    padding-bottom: 6px;
    border-bottom:1px solid #CCCCCC;
    text-indent: 5px;
    color: #666;
    background-color: #e5f1f7;
    margin-top:0px;
    position: relative;
    font-size: 12px;
}
.creatFileBox label{
    width: 10%;
    display: inline-block;
    text-align: right;
    font-size: 12px;
}
.creatFileInput{
    width: 80%;
    height: 28px;
}
.creatFileTexa{
    width: 80%;
    height: 80px;
    resize: none;
}
.creatFileBoxFoot{
    width: 100%;
    text-align: center;
    float: left;
    padding-top: 10px;
}
.but_save{width: 50px;height: 28px;line-height: 28px;border: none;background-color: #5cb85c;color: #fff;border-radius: 3px;cursor: pointer;margin-right: 10px}
.but_esc{width: 50px;height: 28px;line-height: 28px;border: none;background-color: #ed932f;color: #fff;border-radius: 3px;cursor: pointer;margin-right: 10px}
.upFileSpan{
    float: right;
    margin-right: 10px;
}
.upFileSpan a{
    text-decoration: none;
    color: #666666;
}
.upFileUl{
    list-style: none;

}
.upFileUl li{
    padding-top: 5px;
    padding-bottom: 5px;
}
.upFileUl li a{
    text-decoration: none;
    font-size: 12px;
    color: #666666;
}
.upFlieLi_i{
    width: 12px;
    height: 12px;
    display: inline-block;
    position: relative;
    background-image: url("../img/leftjt03.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-right: 10px;
    top:2px;
}
.upFileDelA{
    float: right;
    margin-right: 3%;
}
.upFileDelA img{
    width: 12px;
    height: 12px;
}
.eviLabelHstyle{
    border-bottom: 1px solid #CCCCCC;

}
.eviLabelHstyle a{
    text-decoration: none;
    color: #666;
    padding-left: 5px;
    padding-right: 7px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: inline-block;
    border-right: 1px solid #CCCCCC;
    background-color: #EEEEEE;
    margin-right: 0px !important;

}
.eviAcitve{
    background-color: #CCCCCC !important;
    color: #142935 !important;
}
.eviLabeDiv{
    display: none;
}
.policManUl{
    list-style: none;
    padding: 8px;
    position: relative;

}
.policManUl li{
    float: left;
    display: inline-block;
    text-align: center;
    margin-right: 15px;


}
.policManUl li p{

    font-size: 12px;
}
.policManUl li p input[type=radio]{
    width: 12px;
    height: 12px;
    margin-right: 5px;
    position: relative;
    top: 2px;
}
.flowBox{
    width: 100%;
    height: 100%;
    text-align: center;

    background-image:url("../img/divbg.jpg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.flowBox01{
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
    text-align: center;



}
.flowBox img{
    width: 98%;
    margin-left: 1%;
}
.checkLowTop{
    float: left;
    width: 98%;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #3e92c5;
}
.checkLowStep{
    float: left;
    width: 18%;

    margin-top: 10px;
    margin-right: 0.5%;


;
}
.checkLowStep01{
    float: left;
    width: 8%;
    margin-top: 20px;

;
}
.checkFlowImg{
    width: 30px;

}
.checkFlowText{
    font-size: 14px;
    color: #4c4b0f;
    font-weight: bold;
}
.checkfolwDiv{
    padding-top: 10px;
    padding-right: 5px;
    background-color: rgb(65, 183, 236);
    border-radius: 5px;
    float: left;
    padding-bottom: 5px;
    display: inline-block;
    font-size: 12px;
    width: 100%;
    color: #ffffff !important;
    box-shadow: 3px 3px 3px #888888;
}
.checkfolwDiv p{
    text-align: left !important;
    width: 100%;
}
.checkfolwDiv p label{
    width: 80px;
    display: inline-block;
    text-align: right;
}
.checkRowIcon{
    margin-top: 65px;
}
.newsDel_i{
    background-image: url("../img/del01.png");
    margin-right: 5px;
}
.userStop_i{
    background-image: url("../img/stop_i.png");
}
.i_start{
    width: 8px;
    height: 8px;
    position: relative;
    display: inline-block;
    background-image: url("../img/start.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.tailLeft01{
    width: 98%;
    float: left;
    margin-left: 1%;
    border: 1px solid #CCCCCC;
    box-sizing: border-box;
    /*border-radius: 5px;*/
    /*margin-left: 0.5%;*/
    margin-top: 20px;
    background-color: #ffffff;
    /*box-shadow: 3px 3px 3px #888888;*/

}
.tailLeft02{
    width: 100%;
    float: right;
    background-image: url("../img/map_bg.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 540px;
    margin-top: 20px;
    margin-right: 1%;
    border: 1px solid #CCCCCC;
    border-radius: 5px;
}
.tableImg{
    width: 300px;
    height: 350px;
}
.tableImg img{
    width: 100%;
    height: 100%;

}
.companyListUl{

    width: 98%;
    margin-left: 1%;
    list-style: none;
    font-size: 12px;
}
.conpanyListActive{
    font-weight: bold;
}
.companyListUl li{
    padding-top: 10px;
    padding-bottom: 10px;
}
.companyListUl li a{
    text-decoration: none;
    color: #333333;
}
.companyListUl li  span{
    float: right;
    margin-right: 5px;
    color: #999;
}
.companyImg{
    width: 450px;
    height: 500px;
}
.policTool01{
    width: 98%;
    margin-left: 1%;
    padding-bottom: 5px;
    padding-top: 5px;
}


.demo{
    background: #fff;
    padding: 2em 0;
}
.bold{background-color: #f5f5f5;width: 120px !important;}
.main-timeline .circle{
    display: none;
}
.pic{width: 410px;height: 298px}
.pic_nav{position: absolute;left: 10px;bottom: 8px}
.pic_nav ul li{float: left;margin-right: 6px;cursor: pointer;border: 2px rgba(93, 160, 171, 0.16) solid;box-shadow: 3px 3px 5px #888888;}
.pic_nav ul li img{width: 40px;height: 40px}
.pic_nav ul li.pic_nav_active{border: 2px red solid}
