body {
    margin: 0 auto;
}
.info>p>span:nth-child(3) {
    display: none;
    margin-right: 0.5rem;
}
.info_nr p a span {
    font-size: 21px !important;
}
.bt{
width: 96%;
display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
html {
    font-size: 20px;
}

input {
    background: none;
    outline: none;
    border: none;
}

div,
ul {
    box-sizing: border-box;
}

input:focus {
    border: none;
}

* {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

.flex {
    display: flex;
}

.sb {
    justify-content: space-between;
}

.body {
    /* margin: 0 auto; */
    width: 100%;
    overflow: hidden;
}

.top {
    display: flex;
    padding: 0 1rem;
    justify-content: space-between;
    width: 100%;
    height: 3rem;
    background-color: #005197;
    line-height: 3rem;
    text-align: center;
}

.top-left {
    color: #fff;
    display: flex;
    font-size: 1rem;
}

.banner-top {
    /* background: url(../img/1300.png) no-repeat center center;
    background-size: 100% auto; */
    /* height: 15rem; */
    
    position: relative;
}

.top-right {
    color: #fff;
    display: flex;
    font-size: 1rem;
}

.text {
    font-size: 1rem;
    margin-right: 0.5rem;
}

.box {
    width: 100%;
    margin: 0 auto;
}

.hd {
    height: 3.63rem;
    border-bottom: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
}

.hd a {
    margin: 0 0.33rem;
    font-size: 0.9rem;
    font-weight: 500;
    color: #005197;
    display: inline-block;
    /*将行内元素转换成行内块元素，宽高才起作用*/
    min-width: 0.3rem;
    line-height: 3.63rem;
    text-align: center;
    cursor: pointer;
}

.hd a.current {
    background: url(../img/bs.png) no-repeat 50% 3rem;

}

.big-li {
    /* height: 8.5rem; */
    display: none;
    /*设置隐藏*/
}

.big-li.current {
    min-height: 30rem;
    display: block;
    /*显示*/
}

.gh {
    position: absolute;
    top: 0.66rem;
    left: 50%;
    transform: translate(-50%, 0);
}

.gh>img {
    width: 8.33rem;
}

.wz {
    padding-top: 0.33rem;
    width: 100%;
    height: 8rem;
    background: url(../img/1300.png) no-repeat center center;
    background-size: 100% 100%;
    text-align: center;
}

.search {
    position: relative;
    display: flex;
    margin: 0 auto;
    width: 20rem;
    height: 2rem;
    margin-top: 0.66rem;
    border-radius: 1rem;
    border: 3px solid #005197;
}

.search input {
    position: absolute;
    left: 6rem;
    height: 100%;
    width: 60%;
    font-size: 1rem;
}

.ss {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 0.66rem;
}

.select {
    text-align: center;
    position: absolute;
    left: -4px;
    top: -3px;
    width: 6rem;
    height: 2rem;
    background-color: #005197;
    border-radius: 1rem;
    color: #fff;
    font-size: 1rem;
    border: none;
    box-sizing: border-box;
}

select {
    /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
    border: solid 1px #000;
    /*很关键：将默认的select选择框样式清除*/
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    /*将背景改为红色*/
    background: red;
    /*加padding防止文字覆盖*/
    padding-right: 0.5rem;
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
    display: none;
}
 

.footer-center {
    margin: 0 auto;
    width: 1200px;
    border-bottom: 1px solid #4091d2;
    margin-bottom: 1rem;
}

.tab-foot {
    text-align: left;
    font-size: 1rem;
    line-height: 1.8rem;
    color: #fff;
    margin-bottom: 1rem;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-around;
}

.pp {
    width: 31%;
    display: flex;
    align-items: center;
    position: relative;
}

.pp>img {
    height: 0.5rem;
    margin-left: 0.5rem;
}

.link-foot {
    display: flex;
    justify-content: center;
    font-size: 1rem;
    margin-bottom: 1rem;
}

.link-foot a {
    text-decoration: none;
    /* 去除默认的下划线 */
    outline: none;
    /* 去除旧版浏览器的点击后的外虚线框 */
    color: #0994ff;
    /* 去除默认的颜色和点击后变化的颜色 */
    padding: 0 0.6rem;
    position: relative;
}

.link-foot a+a::before {
    content: '';
    width: 2px;
    height: 1rem;
    background-color: #0994ff;
    opacity: 0.8;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.zy {
    margin: 0 auto;
    width: calc(100% - 100px);
    border-bottom: 1px solid #4091d2;
    margin-bottom: 1rem;
    padding: 0.66rem;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.zy>a {
    font-size: 1rem;
    padding: 0.2rem 0.33rem;
    margin: 0 0.2rem 0.33rem;
    color: #7cb8ec;
}

.info-foot {
    display: flex;
    justify-content: center;
    font-size: 1rem;
    color: #fff;
    margin-bottom: 1rem;
}

.info-photo {
  
    justify-content: center;
    margin-bottom: 1rem;
}

.care-button {
    position: absolute;
    top: 7.2rem;
    right: 5.1rem;
    width: 7.2rem;
    height: 2rem;
    background-image: linear-gradient(to bottom, #faf2cd, #cbb37c);
    border-radius: 1rem;
    border: 1px solid #e4cd9e;
    font-size: 1rem;
    color: #e36112;
    line-height: 2rem;
}

.bd {
    background-color: #f5f5f5;
    padding-top: 1rem;
    padding-bottom: 2rem;
    width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.cot {
    background-color: #fff;
    padding-top: 1rem;
    padding-bottom: 2rem;
    width: 1200px;
    margin: 0 auto;
}

.tit {
cursor: pointer;
    font-size: 1.1rem;
    color: #005197;
    font-weight: bold;
    margin-bottom: 0.33rem;
}

.tit-q {
cursor: pointer;
    font-size: 1rem;
    color: #333333;
}

.tag {
    position: absolute;
    top: 0.3rem;
    left: 0.1rem;
    font-size: 0.5rem;
    color: #fff;
    font-weight: bold;
    transform: rotateZ(315deg);
}

.Headlines {
    position: relative;
    margin: 0 auto;
    background: url(../img/tt.png) no-repeat;
    /* height: 4rem; */
    width: calc(100% - 100px);
    padding: 0.66rem 0;
    border-radius: 0.2rem;
}

.txt {
    /* margin: 0 24px; */
    /* width: 270px; */
    color: #005197;
    font-weight: bold;
    font-size: 1.6rem;
}

.News {
    height: 3rem;
    line-height: 3rem;
    margin: 0 auto;
    width: 100%;
    display: flex;
}

.line {
    width: 14rem;
    margin-top: 1.5rem;
    height: 0.2rem;
    background-color: #005197;
    box-shadow: 0px 12px 7px #bfd0df;
}

.news-tab {
    margin: 0 auto;
    width: 100%;
    background-color: #fff;
    padding: 1rem 0;
    position: relative;
}

.tab-mm {
    height: 14.2rem;
    width: 100%;
    margin: 1.6rem auto;
    /* border:1px solid #ccc; */
    /* padding: 10px; */
}

.ul {
    /* height: 1.6rem; */
    width: 100%;
    padding: 0;
    margin-bottom: 0.66rem;
    /* position: relative; */
}

.ul::after {
    content: '';
    clear: both;
    display: block;
}

.ul>li {
    position: relative;
    margin-right: 2rem;
}

.li {
    font-size: 1.2rem;
    color: #333333;
    display: block;
    text-align: left;
    /* width: 230px; */
    margin-right: 2rem;
    float: left;
    list-style: none;
    cursor: pointer;
    height: 1.6rem;
    line-height: 1.6rem;
    position: relative;
}

.ul>li+li::before {
    content: '';
    width: 2px;
    position: absolute;
    height: 1rem;
    background-color: #002c52;
    left: -1rem;
    top: 50%;
    transform: translate(0, -50%);
}

.choice {
    font-weight: bold;
    color: #005197;

}

.tab-item {
    display: none;
}

.show {
    display: block;
}

.dian {
    width: 0.4rem;
    height: 0.4rem;
    background-color: #1492ff;
    margin-top: 0.5rem;
    margin-right: 0.66rem;
}

.Lb {
    display: inline-block;
    display: flex;
    margin-bottom: 1.1rem;
}

.Lb-wb {
cursor: pointer;
    text-align: left;
    color: #333;
    font-size: 1rem;
    width: calc(100% - 6.4rem);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.rq {
    min-width: 6rem;
    font-size: 0.8rem;
    color: #999999;
}

.tab_li {
    font-size: 1.2rem;
    display: block;
    text-align: left;
    margin-right: 2rem;
    float: left;
    list-style: none;
    cursor: pointer;
    height: 1.6rem;
    position: relative;
    line-height: 1.6rem;
}

/* .tab_li+.tab_li::before {
    content: '';
    width: 2px;
    position: absolute;
    height: 32px;
    background-color: #002c52;
    left: -30px;
    top: 50%;
    transform: translate(0, -50%);
} */


.zf-b {
    margin-bottom: 2rem;
}

.txt-1 {
    font-size: 1.1rem;
    color: #333;
    font-weight: normal;
}

.zf-b-g {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.66rem;
}

.zf-b-m {
cursor: pointer;
    width: calc(50% - 0.66rem);
    padding: 1rem 0;
    background-color: #f5f5f5;
    border: 1px solid #d9d9d9;
}

.zf-b-m>img {
    height: 2.4rem;
    margin-bottom: 0.3rem;
}

.GD {
    background-color: #f5f5f5;
    width: 3.8rem;
    height: 2rem;
    line-height: 2rem;
    font-size: 28px;
    color: #1392ff;
}

.zf-tt {
    justify-content: space-between;
    margin-bottom: 1rem;
    margin-top: 1rem;
    padding-left: 0.5rem;
}

.xx {
cursor: pointer;
    width: 32%;
    height: 3.5rem;
    border: 1px solid #d9d9d9;
    line-height: 3.5rem;
    justify-content: center;
    display: flex;
    align-items: center;
}

.xx-img {
    display: inline-block;
    margin-top: 0.8rem;
    margin-right: 1rem;
}

.BS-g {
cursor: pointer;
    width: calc(25% - 20px);
    padding: 1rem 0;
    background-color: #f5f5f5;
}

.BS-g>img {
    height: 2.4rem;
    margin-bottom: 0.3rem;
}

.BM {
cursor: pointer;
    width: 32%;
    height: 3.5rem;
    line-height: 3.5rem;
    background-color: #d9f7ff;
    display: flex;
    padding-left: 0.5rem;
}

.Bm-img {
    margin-left: 0.33rem;
    margin-right: 1rem;
}

.bg {
    background-color: #f5f5f5;
    border: 0px;
}

.mb {
    margin-bottom: 1rem;
}

.Qqml {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.QM {
cursor: pointer;
    width: calc(100%);
    padding: 1rem;
    background-color: #d9f7ff;
    display: flex;
}

.QM .txt-1 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.tu-pic {
    display: flex;
    justify-content: center;
    width: calc(50% - 20px);
    height: 3.3rem;
    line-height: 3.3rem;
    background-color: #5495cd;
    font-size: 1rem;
    color: #fff;
}

.tab_li_1 {
    font-size: 1.2rem;
    display: block;
    text-align: left;
    /* min-width: 230px; */
    float: left;
    list-style: none;
    cursor: pointer;
    height: 1.6rem;
    line-height: 1.6rem;
    ;
}

.tab_li_2 {
    font-size: 1.2rem;
    display: block;
    text-align: left;
    /* min-width: 230px; */
    float: left;
    list-style: none;
    cursor: pointer;
    height: 1.6rem;
    line-height: 1.6rem;
    ;
}

.tab_li_3 {
    font-size: 1.2rem;
    display: block;
    text-align: left;
    /* min-width: 230px; */
    float: left;
    list-style: none;
    cursor: pointer;
    height: 1.6rem;
    line-height: 1.6rem;
    ;
}

.GD-1 {
    background-color: #f5f5f5;
    width: 3rem;
    height: 2rem;
    line-height: 2rem;
    font-size: 0.9rem;
    color: #1392ff;

}

.kuang {
    width: 8rem;
    height: 1.4rem;
    font-size: 1rem;
    color: #fff;
    margin-right: 0.33rem;
}

.bg-1 {
    background-color: #5495cd;
}

.bg-2 {
    background-color: #cccccc;
}

.ZBshow {
    text-align: left;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 13.33rem;
    margin-bottom: 1rem;
    align-items: center;
}

.img-dd {
    width: 565px
}

.p_nav {
    display: none;
    width: 100%;
    background-color: #005197;
    flex-wrap: wrap;
    padding: 0.33rem;
}

.p_nav>a {
    color: #fff;
    width: 33.33%;
    text-align: center;
    display: block;
    padding: 0.3rem 0;
    font-size: 1.2rem;
    position: relative;
    border-radius: 10px;
}

.p_nav>a:nth-child(3n+1)::after,
.p_nav>a:nth-child(3n+2)::after {
    width: 4px;
    height: 1rem;
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
    background-color: rgba(255, 255, 255, 0.3);
}

.p_nav>a.active {
    background-color: rgba(255, 255, 255, 0.3);
}

.urls {
    background-color: #efeeee;
    font-size: 1.5rem;
    padding: 0.66rem;
}

.sideMenu {
    position: relative;
    z-index: 13;
    overflow: hidden;
    padding: 1rem;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

.sideMenu li {
    float: left;
    margin-right: 1.5rem;
    padding-right: 1.5rem;
    position: relative;
}

.sideMenu li a {
    display: inline;
    border: 0;
    padding: 0;
    background: none;
    font-size: 1.4rem;
    color: #333;
}

.sideMenu li:after {
    content: '';
    width: 3px;
    height: 1.2rem;
    background: #333333;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.sideMenu li a.active {
    background: none;
    color: #005292;
    font-weight: bold;
}

.addline {
    padding-top: 0.5rem;
    padding-bottom: 2.2rem;
    border-bottom: 1px dashed #d6d6d6;
}

.addline li {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
}

.addline li h4 {
    padding: 0 6.6rem 0 2rem;
    position: relative;
    font-weight: normal;
    font-size: 1em;
    overflow: hidden;
}

.addline li a {
    color: #333;
}

.addline li h4 a::before {
    content: '';
    display: block;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translate(0, -50%);
    width: 10px;
    height: 10px;
    background: #1492ff;
    border-radius: 0;
}

.addline li h4 .time {
    position: absolute;
    z-index: 10;
    top: 50%;
    right: 2px;
    margin-top: -0.8em;
    line-height: 1.6em;
    color: #999;
    font-size: .9375em;
    white-space: nowrap;
}

.info {
    padding: 1rem;
}

.info>h2 {
    text-align: center;
    color: #015293;
    font-size: 1.4rem;
}

.info>p {
    text-align: center;
    font-size: 0.8rem;
    padding: 2rem 0 1rem;
    line-height: 2rem;
    border-bottom: 1px solid #e0e0e0;
}

.info>p>span {
    margin-right: 0.5rem;
}

.info_zy {
    padding: 0.6rem;
    background-color: #f7f7f7;
    line-height: 1.8rem;
    margin: 1rem 0;
    text-indent: 2em;
    font-size: 1rem;
}

.info_nr {
    font-size: 1rem;
    line-height: 1.8rem;
}
.care-button {
       top: 0.2rem;
    
  }
@media screen and (max-width: 1200px) {
  
.sideMenu{
       display: flex;
    flex-wrap: wrap;
}
.sideMenu li{
margin-right: 1.2rem; 
}
.addline li h4 .time1{
     right: 0px;
    font-size: 0.8em;
}
.addline li h4 a::before{
    left: 0px;
}




.cot{
    width: 100%;
}
.care-button {
       top: -2.8rem  !important;
    
  }
 
    .txt{
          width: calc(100% - 6rem)!important;
    }

    .gh {
        display: none;
    }

    .bd {
        padding: 0 1rem;
        background-color: #fff;
    }

    .img-dd {
        width: 540px
    }

    .heard {
        display: none;
    }

    .time {
        display: none;
    }

    .top-right {
        display: none;
    }

    .care-button {
    
        right: 1rem;
    }

    .p_nav {
        display: flex;
    }

    .pp {
        width: 45%;
    }

    .addline {
        padding: 0 1rem;
    }

    .addline li h4 {
        padding: 0 0 0 1rem;
        font-size: 0.6em;
    }

    .info>p {
        text-align: left
    }

    .info>p>span {
        white-space: nowrap;
    }

    .urls{
        font-size: 0.5rem;
    }
}
@media screen and (max-width: 700px){
.info{
 padding: 0.5rem;
 }
   #ldzcxx img{
    width:150% !important;
   height:50% !important;
   }
}