html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td ,textarea,input { margin:0; padding:0;  }
address,cite,dfn,em,var, i {font-style:normal;}
body {font-size: 16px; line-height: 1.5; font-family:'Microsoft Yahei','simsun','arial','tahoma';  color: #333; background-color: #fff;}
table { border-collapse:collapse; border-spacing:0; }
h1, h2, h3, h4, h5, h6, th { font-size: 100%; font-weight: normal; }
button,input,select,textarea{font-size:100%;}
fieldset,img{border:0;}
a,
img {
    -webkit-touch-callout: none
}
a,
a:active,
a:focus,
a:hover,
a:visited {text-decoration: none}
input[type=password],
input[type=text],
textarea {
    resize: none;
    outline: 0;
    -webkit-appearance: none;
    white-space: pre-wrap;
    word-wrap: break-word;
    background: #fff
}
ul, ol { list-style: none; }
:focus{ outline:none;}
.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-block;}
.clear{
    clear: both;
}
.fl{ float: left; }
.fr{float: right;}

.main{
    width: 1200px;
    margin: 0 auto;
}

.header{
    width: 100%;
}

.headerTop{
    height: 50px;
    line-height: 50px;
    background-color: #f5f5f5;
    font-size: 12px;
    color: #0f5aaa;
    box-shadow: 0 10px 10px rgba(4, 0, 0, .11);
    position: relative;
}

.headerTop.headerTop2{
    height: 74px;
    line-height: 74px;
}

.headerTop .logo{
    height: 100%;
}

.headerTop .logo img {
    vertical-align: middle;
}

.headerTopMenu {
    float: right;
    display: flex;
    align-items: center;
}

.headerWelcome{
    padding-left: 25px;
    background: url('../img/icon_tip.png') left center no-repeat;
}

.headerContent{
    min-width: 1520px;
    height: 210px;
    background: url(../img/header_bg.jpg) center top no-repeat;
    background-size: 100% 100%;
}

.headerContent2 {
    height: 167px;
    min-width: 1520px;
    background: url(../img/header_banner_02.jpg) center top no-repeat;
    background-size: 100% 100%;
}

.headerContent3 {
    height: 210px;
    min-width: 1520px;
    background: url(../img/header_bg_02.jpg) center top no-repeat;
    background-size: 100% 100%;
}

.headerContent3 .main{
    width: 1400px;
    height: 100%;
    position: relative;
}

.headerContent3 .main::before{
    width: 100%;
    height: 91px;
    background: url(../img/logo_new.png) left top no-repeat;
    background-size: auto 100%;
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 111;
}

.headerContent3 .main::after{
    width: 100%;
    height: 120px;
    background: url(../img/top_tip.gif) right top no-repeat;
    background-size: auto 100%;
    position: absolute;
    content: '';
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 111;
}

.headerContent3 .headerContentList {
    width: 100%;
    height: 100%;
    position: relative;
}

.headerContent3 .headerContentItem{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.headerContent3 .headerContentItem div{
    height: 100%;
}

.headerContent3 .headerContentItem.active{
    display: block;
}

.headerSearchBox{
    width: 248px;
    background-color: #fff;
    color: #999;
    font-size: 12px;
    border-radius: 4px;
    border: 1px solid #ccc;
    display: flex;
    margin-right: 10px;
    padding: 0 10px;
}

.headerSearchInput{
    width: 100%;
    height: 30px;
    line-height: 30px;
}

.headerSearchInput input{
    width: 100%;
    height: 100%;
    border: none;
    background-color: transparent;
}

.headerSearchInput input::-webkit-input-placeholder{
    color:#999;
}
.headerSearchInput input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#999;
}
.headerSearchInput input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#999;
}
.headerSearchInput input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:#999;
}

.headerSearchButton{
    width: 45px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    background: url('../img/icon_search.png') center right no-repeat;
}

.headerTopTip{
    cursor: pointer;
    background: url('../img/icon_phone.png') left center no-repeat;
    background-size: auto 20px;
    padding-left:  25px;
}

.headerMenu{
    width: 100%;
    height: 70px;
    line-height: 70px;
    background-color: #e9eff2;
    position: relative;
   /* margin-bottom: 30px;*/
}

.headerMenu2 {
    margin-bottom: 0;
}


.headerMenu .main {
    display: flex;
}

.headerMenuItem{
    flex: 1;
    position: relative;
}

.headerMenuItem a{
    width: 100%;
    display: inline-block;
    color: #444;
    position: relative;
    text-align: center;
}

.headerMenuItem a:hover, .headerMenuItem .hover{
    color: #fff;
    background-color: #0f5aaa;
}

.headerMenuSub {
    position: absolute;
    left: 0;
    top: 70px;
    z-index: 11;
    background-color: #116ad8;
    display: none;
}

.headerMenuSub a {
    color: #fff;
}

.footer2{
    background: url('../img/footer_bg.jpg') center top no-repeat;
    background-size: 100% 100%;
    width: 100%;
    min-width: 1520px;
    padding: 93px 0 45px;
    position: relative;
}

.footer2::before{
    position: absolute;
    width: 235px;
    height: 46px;
    display: block;
    content: '';
    background: url('../img/footer_arrow2.png') center top no-repeat;
    left: 50%;
    top: -4px;
    transform: translate(-50%, 0);
}

.footer{
    background: url('../img/footer_bg.jpg') center top no-repeat;
    background-size: 100% 100%;
    width: 100%;
    min-width: 1520px;
    padding: 93px 0 45px;
    position: relative;
}

.footer::before{
    position: absolute;
    width: 235px;
    height: 46px;
    display: block;
    content: '';
    background: url('../img/footer_arrow.png') center top no-repeat;
    left: 50%;
    top: -4px;
    transform: translate(-50%, 0);
}

.footerFlink{
    text-align: center;
    padding: 28px 0;
    font-size: 16px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.footerFlinkTitle{
    display: inline-block;
    color: #fff;
}

.footerFlinkSelect{
    display: inline-block;
    background-color: rgba(7, 34, 66, .67);
    width: 175px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    box-sizing: border-box;
    margin: 0 10px;
}

.footerFlinkSelect select{
    width: 100%;
    color: #fff;
    background-color: transparent;
    border: none;
    font-size: 12px;
}

.footerFlinkSelect option {
    background-color: rgba(7, 34, 66, .67);
}

.footerCopyright{
    display: flex;
}

.footerCopyrightBox {
    padding-left: 100px;
    color: #94a5b9;
    font-size: 14px;
}

.footerCopyrightBox p{
    margin-bottom: 10px;
}

.footerCopyrightBox .phone{
    padding-left: 20px;
    background: url('../img/icon_footer_phone.png') left center  no-repeat;
}

.footerCopyrightBox .addr{
    padding-left: 20px;
    background: url('../img/icon_footer_addr.png') left center  no-repeat;
}

.footerCopyrightBox .company{
    padding-left: 20px;
    background: url('../img/icon_footer_company.png') left center  no-repeat;
}

.footerCode{
    flex: 1;
    text-align: center;
}

.footerCode img {
    margin-bottom: 20px;
}

.footerCode p {
    font-size: 12px;
    color: #94a5b9;
}

.flexBox{
    position: fixed;
    top: 260px;
    right: 0;
    z-index: 1;
    width: 160px;
}

.notice {
    background-color: #0f5aaa;
    color: #fff;
    display: flex;
    font-size: 14px;
    margin-bottom: 10px;
}

.notice_title{
    width: 20px;
    padding: 40px 10px 10px 10px;
    background: url('../img/icon_notice.png') center 10px no-repeat #014c9b;
}


.notice_center{
    padding: 20px;
    overflow: hidden;
}


.code {
    width: 100%;
    border: 1px solid #efefef;
    color: #94a5b9;
    font-size: 14px;
    box-sizing: border-box;
    text-align: center;
    background-color: #fff;
}

.code img {
    width: 100%;
    vertical-align: middle;
}

.code p{
    margin-bottom: 5px;
}

.page_top_title{
    height: 75px;
    line-height: 75px;
    border-bottom: 1px solid #ececec;
}

.page_top_title h2 {
    font-size: 24px;
    color: #1d1d1d;
    font-weight: bold;
}

.page_top_title .page_bread {
    font-size: 20px;
    color: #6f6f6f;
    float: right;
}

.page_top .page_top_tab{
    height: 68px;
    line-height: 68px;
    border-bottom: 1px solid #ececec;
}

.page_top_tab span{
    display: inline-block;
    font-size: 20px;
    color: #505050;
    cursor: pointer;
    margin-right: 50px;
}

.page_top_tab span .active{
    color: #0f5aaa;
}

.page_con{
    margin-bottom: 30px;
    width: 100%;
}

.page_con_item{
    width: 100%;
    padding: 20px 0 20px 130px;
    border-bottom: 1px solid #ececec;
    box-sizing: border-box;
}

.page_time{
    float: left;
    margin-left: -130px;
    position: relative;
    background-color: #f2f2f2;
    text-align: center;
    font-size: 12px;
    color: #555;
    padding: 23px 0;
    width: 100px;
}

.page_time span {
    font-size: 30px;
    color: #0f5aaa;
}

.page_con_box {
    font-size: 16px;
    color: #555;
}

.page_con_box h3{
    font-size: 20px;
    color: #333333;
    margin-bottom: 20px;
}

.page_pagination{
    height: 30px;
    line-height: 30px;
    margin-bottom: 50px;
}

.page_pagination a, .page_pagination span {
    background-color: #eaeaea;
    color: #333;
    float: left;
    margin-right: 10px;
    display: block;
    padding: 0 10px;
}

.page_pagination a.active, .page_pagination a:hover, .page_pagination span:hover {
    background-color: #0f5aaa;
    color: #fff;
}

.detail {
    border: 1px solid #ececec;
    padding: 20px;
    margin-bottom: 50px;
}

.detail_top{
    font-size: 14px;
    text-align: center;
    border-bottom: 1px solid #ececec;
    padding-bottom: 20px;
}

.detail_top h2{
    font-size: 26px;
    color: #111;
    margin-bottom: 20px;
}

.detail_top span{
    margin: 0 20px;
}

.detail_con{
    color: #525252;
    padding: 20px 10px;
}

.detail_con p {
   
    line-height: 24px;
}

.detail_con .img {
    text-align: center;
}



/**增加**/
.ywfw_div {
    width: 100%;
    background-color: #dfeeff;
}

.detail_con_dbgc {
    color: #2397e6;
    font-size: 20px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #c9dff4;
}

.detail_con_new {
    color: #525252;
    padding: 20px 10px;
    /*font-size: 26px;*/
}

.detail_con_new p {
    text-indent: 2em;
    line-height: 24px;
}

.detail_con_new .img {
    text-align: center;
}

.rypCon {
    margin-bottom: 20px;
    margin-top: 20px;
    overflow: hidden;
    list-style: none;
}

.rypCon li {
    display: inline-block;
    width: 280px;
    margin-bottom: 10px;
    list-style: none;
}

.ry_left_div {
    width: 20%;
    display: inline-block;
    overflow: hidden;
    margin-top: 10px;
}

.ry_left_nav, .ry_left_nav2 {

    overflow: hidden;
}

.ry_left_nav li, .ry_left_nav2 li {
    padding: 12px 50px;
    font-size: 18px;
    color: #333;
    overflow: hidden;
    height: 30px;
    list-style: none;
}

.ry_left_nav li img, .ry_left_nav2 li img {
    margin-right: 25px;
    margin-top: -3px;
}

.ry_right_div {
    float: right;
    width: 75%;
    overflow: hidden;
    margin-top: 10px;
}


.ry_left_div {
    padding: 10px 0;
    border: 1px solid #e9e9e9;
    border-top: 2px solid #0276d9;
}

.ry_left_div span img {
    margin-right: 25px;
    margin-top: -3px;
}

.kjcx_xmhj_icon {
    font-size: 40px;
    color: #0276d9;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;

}

.kjcx_xmhj_icon span {
    margin-left: 20px;
}

.kjcx_xmhj_cont_div{
    border-bottom: 1px dashed #666 ;
    margin-left: 30px;
}

.kjcx_xmhj_cont {
    display: inline-block;
    text-align: right;
    width:32%;
    font-size:20px;
    color: #999;
    margin-top: 5px;
}

.kjcx_xmhj_cont_left {
    display: inline-block;
    font-size:20px;
    color: #666;
    text-align: left;
    width:65%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.slogan_div {
    width: 260px;
    height: 180px;
    overflow: hidden;
    float: left;
    margin-right: 30px;
}

.qywh_pic_div img {
    width: 260px;
    height: 200px;
    object-fit: contain;
}

.yhqPagination {
    margin: 20px 0;
    text-align: center;
    font-size: 14px;
    color: #444;
}

.yhqPaginationNum {
    display: inline-block;
    margin-right: 20px;
}

.yhqPaginationNum a,
.yhqPaginationNum span {
    min-width: 30px;
    padding: 0 10px;
    box-sizing: border-box;
    height: 30px;
    line-height: 30px;
    background-color: #f7f7f7;
    margin-right: 10px;
    color: #444;
    border-radius: 4px;
    display: inline-block;
}

.yhqPaginationNum a:hover,
.yhqPaginationNum .hover {
    background-color: #067FF5;
    color: #fff;
}

.yhqPaginationNum .ellipse {
    border: 1px solid #272525;
    border-radius: 0;
}

.yhqPaginationTotal {
    display: inline-block;
}

.yhqPaginationTotal input {
    width: 60px;
    height: 28px;
    line-height: 28px;
    background-color: #eee;
    border: none;
    outline: none;
    font-size: 13px;
    text-align: center;

}

.qywh_video_text {
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 30px;
    border-bottom: 1px solid #e8e8e8;
}

.qywh_video {
    width: 342px;
    display: inline-block;
    margin-right: 21px;
    margin-top: 30px;
}

.zl_table{
    width:100%;
    border: 1px solid #e9e9e9;
    margin: 0 auto;
}
.zl_table tr{
    width:70%;
    border: 1px solid #e9e9e9;
    text-align: center;
    height: 50px;
}

.zl_table th{
    border: 1px solid #e9e9e9;
    background-color: #f5f5f5;
}

.zl_table td{
    border: 1px solid #e9e9e9;
    text-align: center;
}


a {
    text-decoration: none;
    color:#505050;
}
/*去除未被访问的a标签的下划线*/
a:link {
    text-decoration: none;
}
/*去除已经被访问过的a标签的下划线*/
a:visited {
    text-decoration: none;
}
/*去除鼠标悬停时的a标签的下划线*/
a:hover {
    text-decoration: none;
}
/*去除正在点击的a标签的下划线（鼠标按下，尚未松开）*/
a:active {
    text-decoration: none;
    color: #0f5aaa;
}
/*去除获得焦点的a标签的下划线（被鼠标点击过）*/
a:focus {
    text-decoration: none;
}

.headerContent2 {
    height: 200px;
    min-width: 1520px;
    background: url(../img/banner.gif) center top no-repeat;
    background-size: 100% 100%;
}

.headerMenuSub {
    width:100%;
    position: absolute;
    left: 0;
    top: 70px;
    z-index: 11;
    background-color: #116ad8;
    display: none;
}

.headerMenuSub a {
    color: #fff;
}

.main_content{
    background-color: #F2F2F5;
}
.demo_test{
    height: 20px;
    background-color: #F2F2F5;
}


.syHeaderMenu {
    width: 100%;
    height: 80px;
    line-height: 80px;
    background-color: #155eaa;
    position: relative;
}

.syHeaderMenu .main {
    display: flex;
}

.syLogo {
    margin-right: 20px;
}

.syLogo img{
    vertical-align:middle;
}

.syHeaderMenu .headerMenuItem{
    flex: none;
    margin-left: 20px;
}

.syHeaderMenu .headerMenuItem a{
    color: #fff;
    width: auto;
    padding: 0 20px;
}

.syHeaderMenu .headerMenuItem a:hover, .syHeaderMenu .headerMenuItem .hover{
    background-color: #0d4279;
}

.syHeader{
    height: 37px;
    line-height: 37px;
    background-color: #f6f6f6;
    font-size: 12px;
    color: #0f5aaa;
    box-shadow: 0 10px 10px rgba(4, 0, 0, .11);
    position: relative;
}

.syHeader span {
    margin-left: 10px;
}



.dept_logon_right{
   float: right;
}

.dept_logon_name{
    margin-left: 10px;
    width: 250px;
    height: 23px;
    font-size: 25px;
    font-family: HYKaiTiJ;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 22px;
    display: block;
    line-height: 70px;
    text-align: center;
}

.dept_logon_name_en{
    width: 270px;
    height: 7px;
    font-size: 8px;
    font-family: HYKaiTiJ;
    font-weight: 400;
    color: #FFFFFF;
    display: block;
    line-height: 75px;
    text-align: center;
}

.headerContent_top_web {
    height: 85px;
    min-width: 1520px;
    background: url(../img/top_web.png) center top no-repeat;
    background-size: 100% 100%;
}

.zjz_pic{
    display: inline-block;
    float: left;
    width:15%;
}

.zjz_desc{
    display: inline-block;
    float: right;
    margin-top:30px;
    width:83%;
}
.zjz_li{
    width:100%;
    height: 190px;
    display: inline-block;
    margin-top: 20px;
}

.zjz_pic_new{
    display: inline-block;
    float: left;
}

.zjz_desc_new{
    display: inline-block;
    float: right;
}
.zjz_li_new{
    width:100%;
    height: 190px;
    display: inline-block;
    margin-top: 20px;
}
.zjz_desc_remark{
    display: inline-block;
    padding-top: 30px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.zjz_desc_docsubject{
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
}



.headerMenuSubItem{
    position: relative;
    width: 100%;
}

.headerMenuSecondSub{
    position: absolute;
    left: 100%;
    width: 150px;
    top: 0;
    background-color: #116ad8;
    display: none;
}








