.index_box {
    background: url(../images/index_bj.png) no-repeat center 1330px;
    background-color: #f5faff;
}


/* header start */

.header {
    height: 640px;
    background: url(../images/header_bj.png) no-repeat center;
}

.header_top {
    padding-top: 40px;
}

.header_top .l {
    width: 234px;
}

.header_top .l a {
    display: block;
    width: 100%;
    height: 100%;
}

.header_top .l a img {
    width: 100%;
    height: 100%;
}

.header_top .r {
    width: 122px;
}

.header_top .r a:last-child {
    width: 122px;
    display: block;
    height: 40px;
    background: url(../images/fh_sy.png) no-repeat center;
    box-sizing: border-box;
    padding-left: 43px;
    font-size: 16px;
    color: #ffffff;
    float: right;
    line-height: 40px;
    margin-top: 8px;
}

.header h2 {
    font-size: 70px;
    color: #ffffff;
    text-align: center;
    margin-top: 68px;
}

.daoyu {
    height: 180px;
    box-sizing: border-box;
    padding-left: 40px;
    margin-top: 160px;
    background: url(../images/daoyu_bj.png) no-repeat center;
}

.daoyu span {
    display: block;
    font-size: 30px;
    color: #ffffff;
    line-height: 40px;
    font-weight: bold;
    float: left;
    width: 57px;
    text-align: center;
    margin-top: 28px;
    margin-right: 30px;
}

.daoyu em {
    width: 1035px;
    display: block;
    font-size: 16px;
    color: #0c50bb;
    line-height: 32px;
    font-family: "微软雅黑";
    float: left;
    margin-top: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.daoyu em * {
    font-size: 16px !important;
    color: #0c50bb !important;
    line-height: 32px !important;
    font-family: "微软雅黑" !important;
}


/* header end */


/* container start */

.oneBox {
    width: 1216px;
    margin: auto;
    margin-top: 31px;
}

.oneBox ul li {
    float: left;
    width: 608px;
    height: 168px;
    padding: 9px 14px 19px;
    box-sizing: border-box;
}

.oneBox ul li:first-child {
    background: url(../images/oneBox_li1.png) no-repeat center;
}

.oneBox ul li:last-child {
    background: url(../images/oneBox_li2.png) no-repeat center;
}

.oneBox ul li a {
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
    margin-top: 25px;
}

.hvr-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
    transition: transform .5s;
}

.hvr-shadow:hover,
.hvr-shadow:focus,
.hvr-shadow:active {
    transform: translateY(-10px);
    transition: transform .5s;
}

.twoBox {
    width: 1227px;
    margin: auto;
    margin-top: 41px;
}

.tit .hd {
    height: 75px;
    background: url(../images/hd_bj.png) no-repeat center bottom;
}

.tit .hd span {
    font-size: 40px;
    color: #222222;
    font-weight: bold;
    display: block;
    text-align: center;
}

.tit .hd span i {
    color: #0352a9;
}

.twoBox .bd ul li {
    float: left;
    width: 240px;
    height: 162px;
    margin-right: 6px;
    margin-top: 19px;
    box-sizing: border-box;
    padding: 9px 14px 19px;
    background: url(../images/twoBox_li.png) no-repeat center;
}

.twoBox .bd ul li:hover {
    background: url(../images/twoBox_li2.png) no-repeat center;
}

.twoBox .bd ul li:hover img {
    transform: rotateY(360deg);
    transition: .8s;
}

.twoBox .bd ul li:nth-child(5n) {
    margin-right: 0;
}

.twoBox .bd ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.twoBox .bd ul li a i {
    width: 100%;
    display: block;
    text-align: center;
    padding-top: 29px;
    box-sizing: border-box;
}

.twoBox .bd ul li a:hover i {
    display: none;
}

.twoBox .bd ul li a:hover i.i2 {
    display: block !important;
}

.twoBox .bd ul li a span {
    width: 100%;
    font-size: 18px;
    display: block;
    text-align: center;
    margin-top: 18px;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
    padding: 0 20px;
}

.twoBox .bd ul li a:hover span {
    color: #ffffff;
}

.threeBox {
    margin-top: 40px;
}

.threeBox .bd {
    background-color: #ffffff;
    min-height: 196px;
    border-radius: 15px;
    box-shadow: 0 0 10px #b4d1f0;
    box-sizing: border-box;
    padding: 30px 30px 10px;
    margin-top: 29px;
}

.threeBox .bd ul li {
    width: 212px;
    height: 58px;
    background-color: #e6f2ff;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.threeBox .bd ul li:nth-child(5n) {
    margin-right: 0;
}

.threeBox .bd ul li:hover {
    background-color: #0352a9;
}

.threeBox .bd ul li a {
    display: block;
    font-size: 18px;
    text-align: center;
    line-height: 58px;
    box-sizing: border-box;
    padding: 0 20px;
}

.threeBox .bd ul li:hover a {
    color: #ffffff;
}

.fourBox {
    margin-top: 60px;
    padding-bottom: 60px;
}

.search {
    width: 744px;
    height: 80px;
    margin-top: 24px;
    box-sizing: border-box;
    padding: 12px;
    background: url(../images/ss_bj.png) no-repeat center;
}

.search input {
    width: 600px;
    height: 56px;
    line-height: 56px;
    float: left;
    font-size: 16px;
    color: #333333;
    margin-left: 20px;
}

.search input::placeholder {
    color: #999999;
}

.search a {
    width: 66px;
    height: 56px;
    display: block;
    float: right;
    border-radius: 30px;
}

.fourBox .bd {
    margin-top: 16px;
}

.fourBox .bd ul li {
    width: 585px;
    height: 113px;
    float: left;
    margin-right: 30px;
    margin-bottom: 29px;
    box-sizing: border-box;
    padding: 30px;
    background: url(../images/fourBox_li.png) no-repeat center;
}

.fourBox .bd ul li:nth-child(2n) {
    margin-right: 0;
}

.fourBox .bd ul li.on {
    background: url(../images/fourBox_li2.png) no-repeat center;
}

.fourBox .bd ul li span {
    font-size: 20px;
    color: #999999;
    display: block;
    float: left;
    width: 100%;
}

.fourBox .bd ul li a {
    font-size: 18px;
    display: block;
    float: left;
    width: 100%;
    margin-top: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.fourBox .bd .a2 {
    display: block;
    width: 270px;
    height: 50px;
    border: 1px solid #0352a9;
    border-radius: 50px;
    font-size: 16px;
    color: #0352a9;
    line-height: 50px;
    text-align: center;
    margin-top: 10px;
}

.hvr-sweep-to-right {
    display: inline-block;
    vertical-align: middle;
    border-radius: 50px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0352a9;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 50px;
    border: 1px solid #ffffff;
}

.hvr-sweep-to-right:hover,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:active {
    color: #ffffff;
}

.hvr-sweep-to-right:hover:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.fourBox .bd .a2:hover {
    color: #ffffff;
}


/* container end */


/* footer start */



/* footer end */


/* 标准目录 start */

.index_box2 {
    background: url(../images/index_bj2.png) no-repeat center 450px;
    background-color: #f5faff;
}

.header2 {
    height: 450px;
    background: url(../images/header2_bj.png) no-repeat center;
}

.header_top2 .r {
    width: 318px;
}


/* .header_top2 .r a:first-child {
    width: 186px;
    display: block;
    height: 40px;
    float: left;
    background: url(../images/jczwtyrk.png) no-repeat center;
    box-sizing: border-box;
    padding-left: 43px;
    font-size: 16px;
    color: #ffffff;
    line-height: 40px;
    margin-top: 8px;
} */

.position {
    height: 75px;
    font-size: 16px;
    color: #666666;
    line-height: 20px;
    box-sizing: border-box;
    padding-top: 30px;
    background: url(../images/position_fg.png) no-repeat center bottom;
}

.position a {
    font-size: 16px;
    box-sizing: border-box;
    color: #666666;
}

.position a:first-child {
    padding-left: 23px;
    background: url(../images/position_xtb.png) no-repeat left center;
}

.position a:hover {
    color: #0252a9;
}

.position a:last-child {
    color: #0252a9;
}

.box {
    margin-top: 40px;
    background-color: #ffffff;
    box-shadow: 0 0 10px #b4d1f0;
    margin-bottom: 60px;
}

.box_fl {
    box-sizing: border-box;
    padding: 27px 30px 0;
}

.lyfl {
    padding-bottom: 19px;
    /* border-bottom: 1px dashed #d6d6d6; */
}

.lyfl h2 {
    width: 98px;
    float: left;
    font-size: 18px;
    margin-top: 3px;
}

.lyfl ul {
    width: 1032px;
    float: left;
}

.lyfl ul li {
    float: left;
    padding: 0 10px;
    box-sizing: border-box;
    line-height: 26px;
    margin-right: 10px;
    margin-bottom: 3px;
}

.lyfl ul li.on,
.lyfl ul li:hover {
    background-color: #0252a9;
    border-radius: 5px;
}

.lyfl ul li a {
    font-size: 16px;
    display: block;
    color: #333333;
    text-align: center;
}

.lyfl ul li.on a,
.lyfl ul li:hover a {
    color: #ffffff;
}

.sxfl {
    margin-top: 26px;
    border-bottom: 0;
}

.bzml {
    box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 30px 60px;
    background: url(../images/sxfl_bj.png) no-repeat center top;
}

.bzml_l {
    width: 243px;
}

.bzml_l h2 {
    width: 100%;
    height: 80px;
    float: left;
    font-size: 22px;
    color: #ffffff;
    text-align: center;
    line-height: 80px;
    background: url(../images/bzml_l_h2.png) no-repeat center;
}

.bzml_l ul {
    width: 100%;
    height: 603px;
    box-sizing: border-box;
    padding: 1px 0;
    float: left;
    background: url(../images/bzml_l_ul.png) no-repeat center;
}

.bzml_l ul li {
    height: 61px;
    border-bottom: 1px solid #e4e4e4;
    width: 100%;
    float: left;
}

.bzml_l ul li.on,
.bzml_l ul li:hover {
    border-bottom: 0;
    background: url(../images/bzml_l_li.png) no-repeat left center;
    background-color: #e6f2ff;
}

.bzml_l ul li a {
    display: block;
    font-size: 20px;
    line-height: 60px;
    color: #333333;
    text-align: center;
}

.bzml_l ul li.on a,
.bzml_l ul li:hover a {
    color: #0252a9;
}

.bzml_r {
    width: 867px;
}

.bzml_r .hd {
    height: 45px;
    border-bottom: 1px solid #e4e4e4;
    box-sizing: border-box;
}

.bzml_r .hd h2 {
    font-size: 24px;
    color: #0252a9;
    box-sizing: border-box;
    padding-left: 23px;
    line-height: 29px;
    background: url(../images/bzml_r_hd.png) no-repeat left center;
}

.bzml_r .bzml_r_box {
    width: 100%;
    height: 518px;
    overflow-y: auto;
    padding: 0;
    margin-top: 30px;
}

.bzml_r .bzml_r_box img {
    max-width: 100%;
}

.download {
    width: 200px;
    height: 50px;
    margin: auto;
    margin-top: 40px;
}

.download a {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background: url(../images/download.png) no-repeat 38px center;
    background-color: #0252a9;
    border-radius: 50px;
    font-size: 18px;
    color: #e6f2ff;
    line-height: 50px;
    padding-left: 85px;
}


/* 标准目录 end */


/* 公开信息 start */

.gkxx_l ul {
    height: 543px;
    background: url(../images/bzml_l_ul2.png) no-repeat center;
}

.gkxx_r>.bd>ul {
    padding-top: 30px;
    box-sizing: border-box;
}

.gkxx_r>.bd>ul li {
    width: 100%;
    float: left;
    margin-bottom: 25px;
}

.gkxx_r>.bd>ul li:nth-child(5) {
    border-bottom: 1px dashed #d5d5d5;
    padding-bottom: 26px;
}

.gkxx_r>.bd>ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 25px;
    border-bottom: 1px dashed #d5d5d5;
}

.gkxx_r>.bd>ul li a {
    font-size: 18px;
    display: block;
    float: left;
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    line-height: 20px;
    text-overflow: ellipsis;
    background: url(../images/bzml_r_bd_li.png) no-repeat left center;
    box-sizing: border-box;
    padding-left: 15px;
}

.gkxx_r>.bd>ul li span {
    float: right;
    display: block;
    font-size: 18px;
    color: #8a8a8a;
    line-height: 20px;
}

.xzbzml {
    padding: 40px 30px 60px;
    box-sizing: border-box;
}

.xzbzml .hd {
    height: 45px;
    border-bottom: 1px solid #e4e4e4;
    box-sizing: border-box;
}

.xzbzml .hd h2 {
    font-size: 24px;
    color: #0252a9;
    box-sizing: border-box;
    padding-left: 23px;
    line-height: 29px;
    background: url(../images/bzml_r_hd.png) no-repeat left center;
}

.xzbzml .bzml_r_box {
    width: 100%;
    height: 518px;
    overflow-y: auto;
    padding: 0;
    margin-top: 30px;
}


/* 公开信息 end */


/* 通用细览 start*/

.Detail {
    min-height: 500px;
    margin: 40px auto 50px;
    padding: 59px;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 0px rgba(219, 238, 226, 0.35);
    border: 1px solid #E8E8E8;
}

.Detail h1 {
    font-size: 36px;
    color: #333333;
    line-height: 48px;
    text-align: center;
}

.source_box {
    height: 50px;
    margin-top: 35px;
    background: url(/html/images/source_box.png) bottom center repeat-x;
}

.source_box .source {
    font-size: 16px;
    color: #999999;
    line-height: 40px;
}

.source_box .Font_size {
    width: 110px;
    height: 46px;
    float: left;
    overflow: hidden;
}

.Font_size a {
    display: inline-block;
    width: 50px;
    height: 46px;
    background: url("/html/images/fd_img3.png") right 12px no-repeat;
    text-align: center;
    cursor: pointer;
}

.Font_size a img {
    display: inline-block;
    width: 26px;
    height: 18px;
    margin-top: 10px;
    vertical-align: text-top;
}

.DetailShar {
    width: 160px;
    height: 46px;
    float: right;
}

.DetailDiv span {
    font-size: 15px;
    color: #666666;
    display: inline-block;
}

.DetailShar span img {
    display: inline-block;
    padding-top: 10px;
    vertical-align: text-bottom;
}

.bshare-custom {
    float: right;
}

.bshare-custom .social-share {
    display: inline;
}

.DetailShar a {
    float: left;
    padding: 0 !important;
    width: 33px !important;
    height: 33px !important;
    margin-right: 12px !important;
    margin-top: 0;
}

.DetailShar a.bshare-sinaminiblog {
    background: url(/html/images/weibobj.png) no-repeat center !important;
    margin-left: 10px !important;
}

.DetailShar a.bshare-weixin {
    background: url(/html/images/weixinbj.png) no-repeat center !important;
}

.DetailShar a.bshare-qzone {
    background: url(/html/images/qzonebj.png) no-repeat center !important;
    margin-right: 0 !important;
}

.Detail_text {
    font-family: '微软雅黑';
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 32px;
    padding-top: 30px;
    box-sizing: border-box;
}

.Detail_text * {
    font-family: '微软雅黑' !important;
    font-weight: 400;
    font-size: 16px !important;
    color: #333333 !important;
    line-height: 32px !important;
}

.Detail_text img {
    max-width: 90%;
}

.Detail_text table {
    max-width: 100% !important;
    width: 100%;
}

.Detail_text table td {
    border: 1px solid #eaeaea;
}

.Detail .code_box {
    width: 215px;
    height: 220px;
    margin: 40px auto 30px;
    overflow: hidden;
}

.Detail .code_box .code {
    display: block;
    width: 169px;
    height: 169px;
    margin: 0 auto;
}

.Detail .code_box p {
    font-size: 16px;
    color: #333333;
    line-height: 32px;
    margin-top: 20px;
}

.print_box {
    width: 210px;
    height: 40px;
    margin: 0 auto;
    overflow: hidden;
}

.print_box ul li {
    width: 100px;
    height: 40px;
    padding: 0 20px;
    float: left;
    line-height: 40px;
    box-sizing: border-box;
    font-size: 16px;
    color: #189948;
    text-indent: 25px;
    cursor: pointer;
}

.print_box ul li:first-child {
    background: url(/html/images/dy_ico.png) 23px center no-repeat;
    background-color: #ddf0e4;
}

.print_box ul li:last-child {
    margin-left: 10px;
    background: url(/html/images/gb_ico.png) 23px center no-repeat;
    background-color: #ddf0e4;
}

.SetTimerTanbc {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 30px 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .4);
    border-radius: 7px;
    z-index: 99999;
    display: none;
}

.SetTimerTanbc .cont {
    margin-bottom: 30px;
    margin-top: 10px;
    font-size: 18px;
    line-height: 35px;
    text-align: center;
    color: #189948;
    font-weight: 700;
}

.SetTimerTanbc .cont p {
    font-size: 16px;
    color: #999;
    margin: 0;
    font-weight: normal;
}

.SetTimerTanbc .bot {
    text-align: center;
}

.SetTimerTanbc .bot button {
    border: none;
    width: 60px;
    height: 30px;
    border-radius: 3px;
    margin: 0 5px;
    outline: none;
}

.SetTimerTanbc .bot button#SetTimerTanbc1 {
    background-color: #189948;
    color: #fff;
}

.SetTimerTanBg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .4);
    z-index: 10;
    display: none;
}