* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
    font-family: "microsoft yahei";
    font: normal 12px/180% \5FAE\8F6F\96C5\9ED1;
    color: #333;
    text-align: center;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}

input {
    border: 0;
    outline: none;
}

div {
    text-align: left;
    /*font: normal 14px/180% \5FAE\8F6F\96C5\9ED1;*/
}

a,
a:link,
a:visited {
    text-decoration: none;
}

a:hover {
    color: #2251c3;
    text-decoration: none;
}

img {
    border: none;
}

ol,
ul,
li {
    list-style: none;
}

em {
    font-style: normal;
}


/*clear*/

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
    overflow: hidden;
}

.clearfix {
    zoom: 1;
}


/*other*/

h1,
h2,
h3,
h4,
h5,
h6 {
    text-align: left;
    font: normal 12px/200% Microsoft YaHei;
}

.mt10 {
    margin-top: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.m10 {
    margin: 10px auto;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.gray,
.gray a:link,
.gray a:visited,
.gray a:hover {
    color: #666;
}

.container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}

img {
    border: 0;
    max-width: 100%;
}

.content {
    width: 100%;
    margin: 0 auto;
}

.xjcontent {
    width: 100%;
    margin: 0 auto;
    background-color: #ecf5f9;
}


/* 头部开始 */

.header {
    position: relative;
    height: 480px;
    background: url(../images/bg_01.png) center top no-repeat;
}

.header-con {
    position: relative;
}

.top-logo {
    width: 320px;
    margin-top: 10px;
}


/* 头部结束 */


/* 首页开始 */

.wrap1 {
    background-color: #ecf5f9;
}

.titleblock {
    text-align: center;
}

.smalltitle {
    display: inline-block;
    position: relative;
    color: #0373c7;
    font-size: 24px;
    padding: 25px 0 15px;
    margin-bottom: 25px;
    font-weight: bold;
}

.smalltitle a{color: #0373c7;}

.smalltitle.white {
    color: #fff;
}

.smalltitle::after {
    content: "";
    height: 3px;
    width: 36px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background: #0373c7;
}

.smalltitle.white::after {
    background-color: #fff;
}

.wrap1_con {
    padding-bottom: 30px;
}

.wrap1_con_left {
    float: left;
    width: 580px;
}

.wrap1_con_right {
    float: right;
    width: calc(100% - 600px);
}

.right_title {
    font-weight: bold;
    color: #333;
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 25px;
}

.right_con {
    font-size: 16px;
    color: #333;
    line-height: 30px;
    text-indent: 2em;
}

.seeDetails {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 140px;
    background: #7ecfee;
    color: #fff;
    margin-top: 27px;
    font-size: 16px;
    border-radius: 2px;
    cursor: pointer;
}

.seeDetails:hover {
    color: #fff;
}

.seeDetails img {
    margin-left: 5px;
}

.wrap2 {
    margin: 25px auto;
}

.wrap2 li {
    float: left;
    width: calc((100% - 30px)/2);
    height: 160px;
}

.wrap2 li.l1 {
    margin-right: 15px;
    background: url(../images/li1.png)center center no-repeat;
}

.wrap2 li.l2 {
    margin-left: 15px;
    background: url(../images/li2.png)center center no-repeat;
}

.wrap2 li span {
    display: inline-block;
    margin: 55px;
    display: inline-block;
    position: relative;
    color: #0373c7;
    font-size: 24px;
    padding: 0 0 10px;
    margin-bottom: 25px;
    font-weight: bold;
}

.wrap2 li span a{color: #0373c7;}

.wrap2 li span::after {
    content: "";
    height: 3px;
    width: 34px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #0373c7;
}

.wrap3 .wrap3_item {
    float: left;
    width: calc((100% - 30px)/2);
    margin-bottom: 20px
}

.wrap3 .wrap3_item:first-child {
    margin-right: 30px;
}

.wrap3_titleblock {
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 20px;
}

.wrap3_title {
    display: inline-block;
    position: relative;
    color: #0373c7;
    font-size: 24px;
    padding: 0 0 15px;
    font-weight: bold;
}

.wrap3_title::after {
    content: "";
    height: 3px;
    width: 36px;
    position: absolute;
    left: 50%;
    bottom: -2px;
    transform: translateX(-50%);
    background: #0373c7;
}

.wrap3_title a{color: #0373c7;}

.lilist li {
    list-style: none;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    font-family: "Microsoft YaHei", arial;
    white-space: nowrap;
    overflow: hidden;
}

.lilist li a {
    text-decoration: none;
    color: #333333;
    float: right;
    width: calc(100% - 130px);
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.lilist li span {
    background-image: url(../images/point_03.png);
    background-repeat: no-repeat;
    background-position: left center;
    text-indent: 15px;
    float: left;
    font-size: 16px;
    width: 100px;
    color: #999999;
}

.wrap4 {
    background: url(../images/banner_03.png) center center no-repeat;
    height: 200px;
}

.ldtjCon {
    margin-top: 10px;
}

.ldtjCon .ldtjItem {
    float: left;
    display: flex;
    width: calc(100%/4);
    align-items: center;
    justify-content: center;
}

.ldtjCon .ldtjItem .icon {
    width: 72px;
    height: 72px;
    border-radius: 50%;
}

.i1 {
    background: rgba(255, 255, 255, 0.3) url(../images/icon_1.png) center center no-repeat;
}

.i2 {
    background: rgba(255, 255, 255, 0.3) url(../images/icon_2.png) center center no-repeat;
}

.i3 {
    background: rgba(255, 255, 255, 0.3) url(../images/icon_3.png) center center no-repeat;
}

.i4 {
    background: rgba(255, 255, 255, 0.3) url(../images/icon_4.png) center center no-repeat;
}

.ldtjname {
    margin-left: 10px;
}

.ldtjname span:nth-child(1) {
    display: block;
    font-size: 36px;
    line-height: 40px;
    color: #fff;
}

.ldtjname span:nth-child(2) {
    display: block;
    font-size: 16px;
    line-height: 36px;
    color: #fff;
}

.wrap5 .matters-table {
    border-collapse: separate;
    border-spacing: 0;
    vertical-align: middle;
    border: none;
    width: 100%;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 30px;
}

.matters-table th {
    text-align: center;
    background-color: #f3f3f3;
    border-bottom: 1px solid #e4e4e4;
    height: 55px;
    padding: 10px;
    font-weight: bold;
    font-size: 16px;
}

.matters-table td {
    text-align: center;
    height: 55px;
    font-size: 16px;
    padding: 10px;
    border-bottom: 1px solid #e4e4e4;
    /* width: 80%; */
    /* overflow: hidden; */
    /* white-space: nowrap; */
    /* text-overflow: ellipsis; */
}
.matters-table td div{
    width: 550px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* 首页结束 */


/* 信件详情 */

.letters {
    min-height: 990px;
    padding-bottom: 505px;
    background: url(../images/xf_03.png)bottom center no-repeat;
}

.letter_table {
    width: 70%;
    background: #fff;
    padding: 40px 60px 95px 40px;
    margin: 40px auto 0;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
    transform: rotate(-4deg);
    position: relative;
    /* -webkit-clip-path: polygon(-126% 0%, 0% -1%, 102% -1%, 113% 88%); */
    -webkit-clip-path: polygon(-126% 0%, 0% -1%, 102% -1%, 113% 88%, 5% 90%);
}

.rotateNew {
    transform: rotate(4deg);
}

.letitle {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 25px;
}

.ledesc {
    margin: 0 30px;
}

.ledesc li {
    display: flex;
    width: 100%;
    justify-content: center;
    border: 1px solid #e4e4e4;
    border-bottom: 0;
}

.ledesc li:last-child {
    border-bottom: 1px solid #e4e4e4;
}

.leftli {
    display: flex;
    width: 140px;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    background: #f3f3f3;
    text-align: center;
    border-right: 1px solid #e4e4e4;
}

.rightli {
    padding: 10px;
    flex: 1;
}


/* 信件详情结束 */


/* 概览 */

.postion {
    line-height: 22px;
    padding: 15px 0;
    font-size: 16px;
    color: #333333;
}

.postion a {
    color: #333333;
}

.postion span {
    margin: 0 7px;
}

.gail {
    background: #fff;
    padding: 0 28px 26px;
}

.gail-list ul {
    overflow: hidden;
    padding: 15px 0;
    border-bottom: 1px solid #e1e1e1;
}

.gail-list ul li {
    overflow: hidden;
    line-height: 48px;
}

.gail-list ul li a {
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: calc(100% - 100px);
    font-size: 16px;
    color: #000;
}

.gail-list ul li span {
    position: relative;
    font-size: 16px;
    margin-right: 10px;
    color: #999;
    float: left;
}

.page {
    margin-top: 20px;
    text-align: center;
}

.tyx-wrap {
    background: #fff;
    padding: 36px 36px 50px;
}

.tyx-title {
    text-align: center;
    font-size: 34px;
    line-height: 56px;
}

.intro-t1 {
    margin-top: 28px;
    font-size: 14px;
    color: #666;
    text-align: center;
    line-height: 42px;
    background-color: #f2f2f2;
}

.intro-t1 span {
    margin: 0 15px;
}

.tyx-content {
    margin-top: 30px;
}

.tyx-content p {
    font-size: 16px;
    line-height: 30px;
}

.bdsharebuttonbox {
    float: left;
    margin-top: 24px;
}

.bottom-txt {
    margin-top: 45px;
    padding: 0 25px;
}

.bottom-txt .bottom-item {
    float: left;
    margin-right: 45px;
    text-align: left;
    line-height: 32px;
}

.bottom-txt .bottom-item li {
    margin-bottom: 10px;
    clear: both;
}

.bottom-txt .bottom-item li .s1 {
    line-height: 32px;
    font-size: 16px;
    color: #333;
}

.bottom-txt .bottom-item li .s1 em {
    float: left;
}

.bottom-txt .bottom-item li .s1 a{width:16px; height:16px; margin-left:12px; margin-top:12px; cursor: pointer;}

.bottom-txt .bottom-item p {
    line-height: 32px;
    margin-top: 6px;
    font-size: 16px;
}

#share {
    width: auto !important;
    margin-top: 8px !important;
float: left !important;
}


/* 尾部 */
.main{ margin: 0 auto; width: 1200px;}
.footer{ /*height: 102px;*/ background: #0173c7; margin-top: 28px;}
.footer a{ color: #fff;}
.footer .lf{ float: left;}
.footer_top{ margin: 12px 0; font-size: 14px; color: #fff;}
.footer_top a{ color: #fff;}
.footer_top b{ margin: 0 12px;}
.footer .lf p{display: block; margin-bottom: 4px; font-size: 14px; color: #fff;}
.footer .lf p span a{ margin: 0 10px; color: #fff;}
.footer .lf p span{padding-right:10px;}
.footer .rg{ float: right;}
.footer .rg a{ float: left; margin-left: 18px;}
.footer .rg a:first-child{margin-top: 27px;}
.footer .rg a:last-child{ margin-top: 29px;}
.footwap{display:none;}
.dzjg{margin-top: 27px;}

._hidden{display:none;}
.wb-wx-links{text-align: center;color: #999;font-size: 12px;line-height: 24px;background: #0b57b7;padding: 20px 0 0;}
.wb-wx-links a{margin: 0 12px;font-size:14px;color: #fff;}

#share div{
    font-size: 16px; 
}

.jz a{color:#333;}

.oldyy-btn{
    width: 158px;
    height: 56px;
    background: url(../images/oldf1_03.png) no-repeat;
    text-align: center;
    line-height: 56px;
    cursor: pointer;
    position: absolute;
    font-size: 20px;
    color: #fff;
    top: 40px;
    right: 0;
    z-index: 10;
}
.oldyy-btn a{ 
    color: #fff;
}
.oldyy-btn:hover{
    filter:brightness(1.2);
}

/* 适配 */

@media screen and (max-width:850px) {
    .header {
        height: 273px !important;
        background: #c7dfeb url(../images/12345.png) center bottom no-repeat;
        background-size: 120% 70%;
    }
    .top-logo{
        width: 55%;
        margin-top: 15px;
    }
    .w1200,
    .wrap1_con_left,
    .wrap1_con_right {
        float: none;
        width: 98%;
        margin: 0 auto;
    }
    .seeDetails {
        margin: 0 auto;
        margin-top: 10px;
    }
    .wrap2 li {
        float: none;
        width: 98%;
        margin: 10px auto 10px !important;
    }
    .wrap3 .wrap3_item {
        float: none;
        width: 98%;
        margin: 10px auto 10px !important;
    }
    .wrap4 {
        height: auto;
        background: #3475ea;
    }
    .ldtjCon .ldtjItem {
        width: 100%;
        justify-content: flex-start;
        padding-left: 40px;
        margin-bottom: 20px;
    }
    .letters {
        background: none;
        padding-bottom: 10px
    }
    .letter_table {
        width: 100%;
        -webkit-clip-path: none;
        transform: rotate(0deg);
        padding: 5px;
        margin: 0 auto;
    }
    .rotateNew {
        transform: rotate(0deg);
    }
    .ledesc {
        margin: 0 10px;
    }
    .gail,
    .tyx-wrap {
        padding: 0px;
    }
    .wrap5 .matters-table tr th:nth-child(1),.wrap5 .matters-table tr th:nth-child(2),.wrap5 .matters-table tr th:nth-child(5),.wrap5 .matters-table tr th:nth-child(6),.wrap5 .matters-table tr td:nth-child(1),.wrap5 .matters-table tr td:nth-child(2),.wrap5 .matters-table tr td:nth-child(5),.wrap5 .matters-table tr td:nth-child(6) {
        display:none;
    }
    .wrap5 .matters-table tr th:nth-child(4){
        width:20%!important;
}
    .matters-table td div{
    width: 250px;
     overflow: hidden; 
     white-space: nowrap; 
     text-overflow: ellipsis; 
}

.main{margin: 0 auto !important;width: 100%;}

.footer .lf .foothidep{display:none;}
.footwap{float:left;font-size:12px;color:#fff;display:block;}
.dzjg{margin-top: 0px;}

.footer .lf{float:none;padding-top: 20px;padding-bottom: 20px;}
.footer .lf p{text-align: center;line-height: 26px;margin: 0 auto;}
.footer .lf p span{display: block;}
.footer .lf p span:nth-child(3),.footer .lf p span:nth-child(4) {display:none;}
.footer_top{ font-size: 12px; display:none;}
.footer .rg{display:none; float:none;text-align: center;}

._hidden{display:block;}
.wb-wx-links{text-align: center;color: #999;font-size: 12px;line-height: 24px;background: #0173c7;padding: 20px 0 0;}
.wb-wx-links a{margin: 0 12px;font-size:14px;color: #fff;}
    #jrms{
    position: unset !important;
}
    .oldyy-btn{
    top: 10px;
    /* right: 10px; */
}
    .bottom-txt .bottom-item{
    margin-right: 10px;
}
    .bottom-txt{
    padding: 0 10px;
}
   #qr_container{
    padding-bottom: 0px !important;
}
    #div_div{
    margin-top: 0px !important;
}
    .bottom-txt .bottom-item p{
    float: left;
    margin-bottom: 10px;
}
    .footer{
    margin-top: 0px;
}
    #share{
    margin-top: 0px !important;
}
    .tyx-title{
    font-size: 26px;
    line-height: 36px;
    padding-top: 20px;
}
    .intro-t1 span{
    display: block;
    line-height: 30px;
}
    .intro-t1{
    padding: 10px 0px;
}
  

}



