/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

* {
    margin: 0;
    padding: 0;
}

ol,
ul {
    list-style: none;
}

a {
    text-decoration: none;
}

.ion-Goss{
    margin-right: 1.4% !important;
    width: auto !important;
}

/* 粗 */
@font-face {
    font-family: "SOURCEHANSANSCN-BOLD";
    font-display: swap;
    src: local('SOURCEHANSANSCN-BOLD'), url(../font/SourceHanSansSC-Bold.otf);
}

/* 中 */
@font-face {
    font-family: "SOURCEHANSANSCN-MEDIUM";
    font-display: swap;
    src: local('SOURCEHANSANSCN-MEDIUM'), url(../font/SourceHanSansSC-Medium.otf);
}

/* 细 */
@font-face {
    font-family: "SOURCEHANSANSCN-REGULAR";
    font-display: swap;
    src: local('SOURCEHANSANSCN-REGULAR'), url(../font/SourceHanSansSC-Regular.otf);
}

body,
html {
    font-family: SOURCEHANSANSCN-REGULAR, "Microsoft Yahei", "微软雅黑" !important;
}

#Map{
    display: none !important;
}

.inwid {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    height: 100%;
}

body {
    background: rgba(243, 243, 243, 1);
}

.body {
    width: 100%;
    background: rgba(243, 243, 243, 1);

}

.xiu_tianjia_h6 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 30px;
}

/* body,html{
    min-width:1500px;
} */

.LogoTop .box{
    transform: translateY(85%);
}

.LogoTop {
    width: 100%;
    /*background: url(../images/logo-bei.png) no-repeat center;*/
    height: 239px;
    background-size: cover !important;
    font-size: initial !important;
}

.LogoTop .out {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
}

.LogoTop .out .box .tiem {
    margin-bottom: 15px;
    /* width: 310px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
}

.LogoTop .out .box .tiem span {
    font-size: 15px;
    color: #FFF;
}

.LogoTop .out .box .tiem .T-2 {
    margin: 0px 7px;
}

.LogoTop .out .box form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.LogoTop .out .box form input {
    width: 310px;
    height: 37px;
    outline: none;
    border: none;
    border-radius: 5px 5px 5px 5px;
    padding-left: 12px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
            
    font-size: 15px;
}

.LogoTop .out .box form input::-webkit-input-placeholder {
    color: #999999;
    font-size: 15px;
}

.LogoTop .out .box form input::-moz-placeholder {
    color: #999999;
    font-size: 15px;
}

.LogoTop .out .box form input:-ms-input-placeholder {
    color: #999999;
    font-size: 15px;
}

.LogoTop .out .box form input::-ms-input-placeholder {
    color: #999999;
    font-size: 15px;
}

.LogoTop .out .box form input::placeholder {
    color: #999999;
    font-size: 15px;
}

.LogoTop .out .box form button {
    width: 59px;
    height: 37px;
    background: #1492FF;
    border-radius: 5px 5px 5px 5px;
    display: block;
    outline: none;
    border: none;
    margin-left: -10px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.LogoTop .out .box form button img {
    width: 22px;
}

/* 导航 */
.nav {
    width: 100%;
    height: 73px;
    background: #007CE6;
    font-size: initial;
}

.nav ul {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.nav ul li .title a {
    font-size: 19px;
    color: #FFF;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 2;
}

.nav ul li .title {
    position: relative;
    width: 120px;
    height: 37px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.nav ul li .title::after {
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0.24;
    z-index: 1;
    background: url(../images/nav-bei.png) center no-repeat;
    background-size: 100%;
}

.nav ul li.all .title::after {
    opacity: 1;
}


.Wallpaper{
    margin-top: 32px;
}


/* 新闻 */
.News {
    font-size: initial;
    padding-top: 33px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.News .out {
    width: 100%;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 3px 6px 1px rgba(18, 142, 207, 0.11);
            box-shadow: 0px 3px 6px 1px rgba(18, 142, 207, 0.11);
    border-radius: 6px 6px 6px 6px;
    padding: 24px 28px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
     height:420px; 

}

.News .out .left {
    width: 47.66%;
    position: relative;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.News .out .left .News-swiper {
    height: 100%;
}

.News .out .left img {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: cover;
       object-fit: cover;
}

.News .out .left .News-left-pagination {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: rgba(81, 81, 81, 0.41);
    height: 46px;
    color: #FFF;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 10;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    align-items: center;
}

.News .out .left .News-left-pagination>span {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    width: 80%;
    display: block;
}

.News .out .left .News-left-pagination .swiper-pagination {
    position: relative;
    width: auto;
    bottom: auto;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.News .out .left .News-left-pagination .swiper-pagination-bullet-active {
    background: #FFF;
}

.News .out .left .News-left-pagination .swiper-pagination-bullet {
    background: #FFFF;
}

.News .out .right {
    width: 49.108%;
}

.News .out .right .title-box a {
    font-size: 22px;
    color: #333333;
    margin-right: 54px;
    position: relative;
}

.News .out .right .title-box a:hover {
    color: #0064C2;
}

.News .out .right .title-box a:last-child {
    margin-right: 0px;
}

.News .out .right .title-box a.all {
    color: #0064C2;
}

.News .out .right .title-box a.all::after {
    width: 100%;
    height: 3px;
    background: #0064C2;
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0px;
}

.News .out .right .title-out {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding-bottom: 20px;
    border-bottom: 1px dashed #E2E2E2;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.News .out .right .title-out .img a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.News .out .right .title-out .img a span {
    margin-right: 10px;
    color: #666666;
}

.News .out .right .title-out .img a:hover span {
    color: #0064C2;
}

.News .out .right .title-out .img a:hover img {
    content: url(../images/jiantou-1-1.png);
}

.News .out .right .right-out {
    position: relative;
}

.News .out .right .right-out .box {
    position: absolute;
    top: 0px;
    left: 0px;
    display: none;
    width: 100%;
}

.News .out .right .right-out .box:nth-child(1) {
    display: block;
}

.News .out .right .right-out .box a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 16px;
}

.News .out .right .right-out .box a i {
    width: 7px;
    height: 7px;
    background: #91CCFF;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 50%;
}

.News .out .right .right-out .box a p {
    color: #333333;
    font-size: 16px;
    width: 82%;
    padding-right: 5%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
}

.News .out .right .right-out .box a:hover p {
    color: #0064C2;
}

.News .out .right .right-out .box a span {
    color: #555;
    font-size: 16px;
}

/* ABOUT */
.ABOUT {
    font-size: initial;
    padding-top: 32px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;

}

.ABOUT .out {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 500px;
}

.ABOUT .out .box {
    width: 32.2%;
    height: 100%;
    background: #FFF;
    padding: 24px 28px 20px 28px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 100%;
    border-radius: 6px;

    -webkit-box-shadow: 0px 3px 6px 1px rgba(18, 142, 207, 0.11);

            box-shadow: 0px 3px 6px 1px rgba(18, 142, 207, 0.11);
}

.About-title h5 {
    color: #333333;
    font-size: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 6px;
}

.About-title h5 span {
    color: #0064C2;
}

.About-title .txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
            
    margin-top: -15px;
}

.About-title .txt i {
    width: 48px;
    height: 3px;
    background: #0064C2;
}

.About-title .txt a {
    color: #666666;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.About-title .txt a:hover span {
    color: #0064C2;
}

.About-title .txt a:hover img {
    content: url(../images/jiantou-1-1.png);
}

.ABOUT .out .box-2 .txt-box a:hover p {
    color: #0064C2;
}

.About-title .txt a img {
    margin-left: 10px;
}

.ABOUT .out .box-1 .img {
    width: 100%;
    margin-top: 23px;
    margin-bottom: 18px;
    border-radius: 6px;
    height: 180px;
    object-fit: cover;
}

.ABOUT .out .box-1 p {
    color: #333333;
    font-size: 16px;
    line-height: 1.7em;
    padding: 0px 12px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;

overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 6;
      -webkit-box-orient: vertical;

}

.ABOUT .out .box-2 .txt-box a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #333333;
    font-size: 16px;
    margin-top: 19px;
}

.ABOUT .out .box-2 .txt-box a img {
    width: 13.23px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
            
    display: none;
}

.ABOUT .out .box-2 .txt-box a::before{
    width: 7px;
    height: 7px;
    background: #91CCFF;
    display: block;
    border-radius: 50%;
    margin-right: 6px;
    content: '';
}

.ABOUT .out .box-2 .txt-box a p {
    margin-left: 7px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    width: 100%;
}

.ABOUT .out .box-3 .txt-box a {
    width: 100%;
    height: 100px;
    display: block;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 30px;
}

.ABOUT .out .box-3 .img-1 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.ABOUT .out .box-3 .t-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    z-index: 2;
}

.ABOUT .out .box-3 .t-1 img {
    margin-right: 55px;
    width: 57.08px;
    height: 57.08px;
}

.ABOUT .out .box-3 .t-1 h5 {
    color: #0064C2;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 14px;
}

.ABOUT .out .box-3 .t-1 span {
    color: #0064C2;
    font-size: 12px;

    display: none;
}

.ABOUT .out .box-3 .txt-box a:nth-child(1) {
    margin-top: 23px;
}

.ABOUT .out .box-3 .txt-box a:nth-child(2) .t-1 h5,
.ABOUT .out .box-3 .txt-box a:nth-child(2) .t-1 span {
    color: #089DD2;
}

.ABOUT .out .box-3 .txt-box a:nth-child(3) .t-1 h5,
.ABOUT .out .box-3 .txt-box a:nth-child(3) .t-1 span {
    color: #5259FC;
}

.Img-uwo.all {
    display: none;
}

.Img-uwo {
    font-size: initial;
    /*padding-bottom: 32px;*/
}

.Img-uwo img {
    width: 100%;
    display: block;
    
    margin-top: 32px;
}

.district {
   
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
            
    margin-top: 32px;
}

.district .out {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.district .out .left .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 23px;
}

.district .out .left {
    width: 66.072%;
    background: #FFF;
    padding: 24px 28px 24px 28px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 6px;

    -webkit-box-shadow: 0px 3px 6px 1px rgba(18, 142, 207, 0.11);

            box-shadow: 0px 3px 6px 1px rgba(18, 142, 207, 0.11);
}

.district .out .left .let {
    width: 50.058%;
    background: #F6F6F6;
    border-radius: 5px;
    overflow: hidden;
    padding: 9px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
            border-radius: 0.6vw;
}

.district .out .left .let img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}

.district .out .left .rig {
    width: 47.555%;
}

.district .out .left .rig form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.district .out .left .rig form input {
    width: 60.12%;
    height: 31px;
    outline: none;
    border: 1px solid #C8C8C8;
    border-radius: 4px;
    padding-left: 2%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    /*margin-right: 16px;*/
    
    font-size: 15px;
}

.district .out .left .rig form button {
    width: 57px;
    height: 31px;
    background: #1492FF;
    border-radius: 4px;
    outline: none;
    border: none;
    cursor: pointer;
    transform: translateX(-17px);
}

.district .out .left .rig form button img {
    width: 18.44px;
}

.district .out .left .rig .txt-box {
    margin-top: 24px;
}

.district .out .left .rig .txt-box a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.district .out .left .rig .txt-box a img {
    width: 189px;
    border-radius: 0.5vw;
}

.district .out .left .rig .txt-box a div {
    width: 210px;
}

.district .out .left .rig .txt-box a div h5 {
    color: #333333;
    font-size: 20px;
    margin-bottom: 15px;
}

.district .out .left .rig .txt-box a div p {
    color: #666666;
    font-size: 16px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;

    line-height: 1.7em;
}

.district .out .left .rig .txt-box-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 23px;
}

.district .out .left .rig .txt-box-2 a {
    width: 50%;
    margin-bottom: 11px;
    color: #888888;
    font-size: 16px;
    white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
          display: flex;
    align-items: center;
}


.district .out .left .rig .txt-box-2 a::before {
    width: 7px;
    height: 7px;
    background: #91CCFF;
    display: block;
    border-radius: 50%;
    margin-right: 6px;
    content: '';
}

.district .out .left .rig .txt-box-2 a>img{
    margin-right: 5px;
    
    display: none;
}

.district .out .left .rig .txt-box-2 a:hover {
    color: #0064C2;
}

.district .out .right {
    width: 32.143%;
    background: #FFF;
    padding: 24px 24px 16px 28px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 6px;

    -webkit-box-shadow: 0px 3px 6px 1px rgba(18, 142, 207, 0.11);

            box-shadow: 0px 3px 6px 1px rgba(18, 142, 207, 0.11);
}

.district .out .right .right-out {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.district .out .right .right-out .box {
    width: 188.38px;
    height: 127.96px;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    margin-top: 23px;
}

.district .out .right .right-out .box img {
    width: 100%;
    height: 100%;
    display: block;
    height: 121px;
}

.district .out .right .right-out .box span {
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: block;
    width: 100%;
    height: 30px;
    background: rgba(0, 0, 0, 0.28);
    color: #FFF;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.district-1{
    margin-top: 32px;
}

.district-1 .out {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.district-1 .out .left {
    width: 32.143%;
    background: #FFF;
    padding: 24px 25px 22px 28px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 0px 3px 6px 1px rgba(18, 142, 207, 0.11);
            box-shadow: 0px 3px 6px 1px rgba(18, 142, 207, 0.11);
}

.district-1 .out .left .box a {
    display: block;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #333333;
    font-size: 16px;
    margin-top: 19px;
}


.district-1 .out .left .box a::before {
    width: 7px;
    height: 7px;
    background: #91CCFF;
    display: block;
    border-radius: 50%;
    margin-right: 6px;
    content: '';
}

.district-1 .out .left .box a img {
    width: 13.23px;
    height: 13.23px;
    margin-right: 6px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
            
    display: none;
}

.district-1 .out .left .box a span {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    width: 100%;
}

.district-1 .out .left .box a:hover span {
    color: #0064C2;
}

.district-1 .out .right {
    width: 65.8578%;
    padding: 24px 30px 25px 28px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 0px 3px 6px 1px rgba(18, 142, 207, 0.11);
            box-shadow: 0px 3px 6px 1px rgba(18, 142, 207, 0.11);
    border-radius: 6px 6px 6px 6px;
    background: #FFF
}

.district-1 .out .right .swiper-out {
    margin-top: 23px;
}

.district-1 .out .right .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    /*之前是ease-out*/
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    margin: 0 auto;
}

.district-1 .out .right .swiper-slide {
    width: 26%;
    margin-right: 20px;
    position: relative;
}

.district-1 .out .right .swiper-slide img {
    width: 100%;
    display: block;
    height: 300px;
    object-fit: cover;
}

.district-1 .out .right .swiper-slide span {
    position: absolute;
    bottom: 0px;
    left: 0px;
    text-align: center;
    width: 100%;
    background: rgba(0, 0, 0, 0.28);
    height: 42px;
            white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
    /*display: -webkit-box;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    display: block;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #FFF;
    font-size: 14px;
    
    line-height: 42px;
    padding: 0px 5%;
    box-sizing: border-box;
}

.periodical {
    width: 100%;
    padding: 32px 0px;
}

.periodical img {
    width: 100%;
    display: block;
}

/* 精美壁纸 */
.Wallpaper .out {
    width: 100%;
    background: #FFF;
    -webkit-box-shadow: 0px 3px 6px 1px rgba(18, 142, 207, 0.11);
            box-shadow: 0px 3px 6px 1px rgba(18, 142, 207, 0.11);
    border-radius: 6px 6px 6px 6px;
    padding: 24px 28px 27px 28px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.Wallpaper .out .swiper-out {
    margin-top: 24px;
}

.Wallpaper .out .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    /*之前是ease-out*/
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    margin: 0 auto;
}

.Wallpaper .out .swiper-slide {
    width: 17%;
    margin-right: 15px;
    position: relative;
    overflow: hidden;
}

.Wallpaper .out .swiper-slide span{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 35px;
    background: rgba(0, 0, 0, 0.28);
    display: block;
    line-height: 35px;
    text-align: center;
    white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
     padding: 0px 10%;
     color: #fff;
         box-sizing: border-box;
}

.Wallpaper .out .swiper-slide img {
    width: 100%;
    height: 175px;
    display: block;
    object-fit: cover;
}

.LINK .out {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* align-items: center; */
    width: 100%;
    padding: 48px 48px 61px 48px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.LINK .out span {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    color: #636363;
    font-size: 19px;
}

.LINK .out .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    /* justify-content: space-between; */
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 2.08%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.LINK .out .box a {
    color: #333333;
    font-size: 16px;
    padding: 0px 1%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    white-space: nowrap;
    margin-bottom: 10px;
}


.LINK .out .box a:hover {
    color: #0064C2;
}

.LINK .out .box .gengduo span {
    font-size: 15px;
}

.LINK .out .box .gengduo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;

    color: #777777;
}

.LINK .out .box .gengduo img {
    margin-left: 7px;
}

/* 底部 */
.footer {
    padding: 0px 28px;
    width: 100%;
    background: url(../images/footer-img.png) no-repeat center;
    width: 100%;
    background-size: cover;
    padding-top: 59px;
    padding-bottom: 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.footer .out {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    /* -webkit-box-align: center;
        -ms-flex-align: center; */
            /* align-items: center; */
    overflow: hidden;
}

.footer .out .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    /* align-items: center; */
    margin-right: 5%;
}

.footer .out .left ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255,0.4);
}

.footer .out .left ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.footer .out .left ul li a {
    color: #FFF;
    font-size: 16px;
}

.footer .out .left ul li::after {
    width: 1px;
    background: #FFF;
    height: 14px;
    display: block;
    content: '';
    margin: 0px 20px;
}

.footer .out .left h1 {
    font-size: 15px;
    color: #FFF;
    margin-top: 31px;
    margin-bottom: 20px;
}

.footer .out .left h1 a {
    color: #FFF;
    font-size: 15px;
}

.footer .out .left .B-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* justify-content: center; */
    color: #FFF;
    font-size: 15px;
}

.footer .out .left .box{
    margin-top: 20px;
}

.footer .out .left .B-1 b{
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    font-weight: 500;
}

.footer .out .left .B-1 a {
    color: #FFF;
    font-size: 15px;
}

.footer .out .left .B-1 span {
    margin-right: 45px;
    margin-bottom: 10px;
    font-size: 15px;
}

.footer .out .left .B-1 .A-wiu- {
    font-size: 13px;
    opacity: 0.6;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255,0.6);
    padding-top: 10px;
    margin-right: 0px;
    margin-top: 10px;
}

.footer .out .left .B-1 .A-wiu- a{
    font-size: 13px;
}

.footer .out .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /*margin-left: 7.4%;*/
    margin-right: 1.71%;
}


.footer .out .min_right_da{
    display: none;
}


.footer .out .right img{
    width: 100px;
}

.footer .out .right span {
    display: block;
    margin-top: 12px;
    color: #E2E2E2;
    font-size: 12px
}

.ABOUT-body {
    background: url(../images/beijing.png) no-repeat center;
    width: 100%;
    height: 100%;
    background-size: 100%;
}

.ABOUT-body .out {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: inherit;
}

.IMGe_da{
    display: flex;
    
}

.inLeft {
    width: 20.286%;
}

.inLeft .title {
    width: 100%;
    background: #0064C2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    height: 54px;
    -webkit-box-shadow: 0px 3px 6px 1px rgba(18, 142, 207, 0.11);
            box-shadow: 0px 3px 6px 1px rgba(18, 142, 207, 0.11);
}

.ABOUT-body {
    padding-top: 32px;
    padding-bottom: 60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.inLeft .title-out {
    padding-bottom: 7px;
    overflow: hidden;
}

.inLeft .title::after {
    content: url(../images/jiao.png);
    width: 17.86px;
    height: 21.8px;
    position: absolute;
    bottom: -7px;
    left: -6px;
    z-index: -1;
}

.inLeft .title img {
    position: absolute;
    z-index: 0;
}

.inLeft .title span {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: bold;
    position: relative;
    z-index: 1;
    font-family: SOURCEHANSANSCN-BOLD, "Microsoft Yahei", "微软雅黑";
}

.inLeft ul {
    background: #FFF;
    width: 97.186%;
    margin: 0 calc(100% - 97.186%);
    padding-top: 8px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 0px 3px 6px 1px rgba(18, 142, 207, 0.11);
            box-shadow: 0px 3px 6px 1px rgba(18, 142, 207, 0.11);
    border-radius: 0px 0px 6px 6px;
    -webkit-transform: translateY(-2px) skewY(-1deg);
        -ms-transform: translateY(-2px) skewY(-1deg);
            transform: translateY(-2px) skewY(-1deg);
}

.inLeft ul .Li_box{
    width: 100%;
}

.inLeft ul li {
    width: 100%;
    height: 54px;
    border-bottom: 1px solid #E9E9E9;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    overflow: hidden;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;

    -webkit-transform: skewY(1deg);

        -ms-transform: skewY(1deg);

            transform: skewY(1deg);
}

.inLeft ul li a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #333333;
    font-size: 18px;
}

.inLeft ul li .li_box_img{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    display: flex;
    align-items: center;
    justify-content: right;
    display: none;
    cursor:pointer;
    z-index: 999;
}

.inLeft ul li .li_box_img.li_box_imgclick{
    display: flex;
}

.inLeft ul li .li_box_img img{
    width: 15px;
    margin-right: 5%;
    transform: rotate(-90deg);
    transition: 0.6s;
}

.inLeft ul li .li_box_img.op_img img{
        transform: rotate(0deg);
}

.inLeft ul li::after {
    width: 4px;
    background: #0064C2;
    height: 100%;
    display: block;
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    -webkit-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
            transform: translateX(-10px);
    opacity: 0;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.inLeft ul li:hover::after,
.inLeft ul li.all::after {
    -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
            transform: translateX(0px);
    opacity: 1;
}

.inLeft ul li:hover a,
.inLeft ul li.all a {
    color: #0064C2;
    font-weight: 600;
}

.inLeft ul li:hover,
.inLeft ul li.all {
    -webkit-box-shadow: 0px 3px 6px 1px rgba(18, 142, 207, 0.09);
            box-shadow: 0px 3px 6px 1px rgba(18, 142, 207, 0.09);
    border-bottom: none;
}

.inLeft .left-tu {
    width: 100%;
    margin-top: 32px;
    /* height: 100px; */
}

.inLeft .left-tu img {
    width: 100%;
}

.inright {
    width: 77%;
    background: #FFF;
    -webkit-box-shadow: 0px 3px 6px 1px rgba(18, 142, 207, 0.11);
            box-shadow: 0px 3px 6px 1px rgba(18, 142, 207, 0.11);
    border-radius: 6px 6px 6px 6px;
    padding: 32px 42px 36px 42px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: inherit;
}

.crumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.crumbs a {
    color: #999999;
    font-size: 14px;
}

.crumbs .jiantou {
    margin-left: 12px;
    margin-right: 17px;
}

.inright .title {
    margin-top: 15px;
    padding-bottom: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: 1px solid #E2E2E2;
    position: relative;
}

.inright .title h5 {
    color: #333333;
    font-size: 24px;
    font-family: SOURCEHANSANSCN-BOLD, "Microsoft Yahei", "微软雅黑";
}

.inright .title h5 span {
    color: #0064C2;
}

.inright .title::after {
    width: 48px;
    height: 3px;
    background: #0064C2;
    content: '';
    display: block;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.ABOUT-body .out .right .txt {
    margin-top: 28px;
    margin-bottom: 30px;
}

.ABOUT-body .out .right .txt .img-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
}

.ABOUT-body .out .right .txt .img-box img {
    width: 48%;
    margin-bottom: 36px;
}

.ABOUT-body .out .right .txt h5 {
    color: #333333;
    font-size: 24px;
    text-align: center;
    margin-bottom: 32px;
    font-family: SOURCEHANSANSCN-MEDIUM, "Microsoft Yahei", "微软雅黑" !important;
}



.ABOUT-body .out .right .txt p {
    color: #333333 !important;
    font-size: 20px !important;
    line-height: 2em !important;
    text-indent: 2em !important;
    margin-bottom: 10px !important;
    letter-spacing: 2px !important;
    font-family: SOURCEHANSANSCN-REGULAR, "Microsoft Yahei", "微软雅黑" !important;
    text-align: justify ;
}
.ABOUT-body .out .right .txt p span{
    font-family: SOURCEHANSANSCN-REGULAR, "Microsoft Yahei", "微软雅黑" !important;
    font-size: 20px !important;
}


.xiu_aut_box .out .right .txt p{
     text-indent: 0em !important;
}

.ABOUT-body .out .right .txt img{
    width: auto;
    max-width: 100% !important;
    display: block;
    /* margin: 18px 0px; */
    height: auto !important;
    /*line-height: 2em;*/
    
    /*display: none;*/
/*     
    margin: 18px auto !important;
    margin-right: 14px ; */
}

.ABOUT-body .out .right .txt b{
    font-weight: 400;
    font-size: 14px ;
    margin: 0px 5px ;
}

 .xiu_aut_box .out .right .txt img{
    width: auto !important;
}

.xiu_aut_box .out .right .txt h5{
    display: none;
}

.TaoistBeliefs .right .txt a img{
    display: none !important;
    

    
}
.ABOUT-body-1 .right .txt .box {
    text-align: center;
    width: 21.731%;
    margin-bottom: 33px;
    margin-right: 4%;
}

.ABOUT-body-1 .right .txt .box img {
    width: 100%;
    border-radius: 2%;
}

.ABOUT-body-1 .right .txt .box span {
    display: block;
    margin: 0 auto;
    color: #333333;
    font-size: 16px;
    margin-top: 16px;
}

.ABOUT-body-1 .right .txt-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.ABOUT-body-1 .right .txt-box .box:nth-child(4n) {
    margin-right: 0px;
}

.ABOUT-body-2 .right .txt h6 {
    color: #333333;
    font-size: 18px;
    margin-bottom: 10px;
}

.ABOUT-body-2 .right .txt p {
    color: #333333;
    font-size: 18px;
}

.ABOUT-body-3 .right .txt img {
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}

.ABOUT-body-4 .right .txt a {
    width: 67%;
    display: block;
    background: #F3F3F3;
    border-radius: 6px;
    padding: 20px 0px 14px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-bottom: 17px;
    color: #333333;
    font-size: 18px;
    font-weight: bold;
}

.TaoistBeliefs .right .txt a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #333333;
    font-size: 18px;
    padding: 12px 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    border-bottom: 1px dashed #E6E6E6;
    
         white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
}

.TaoistBeliefs .right .txt a::before{
        width: 7px;
    height: 7px;
    background: #91CCFF;
    display: block;
    border-radius: 50%;
    margin-right: 14px;
    content: '';
}

.TaoistBeliefs .right .txt a:hover {
    color: #0064C2;
}

.TaoistBeliefs .right .txt a img {
    margin-right: 13px;
}

.bottonaniu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    /*margin-left: 22%;*/
    margin-top: 40px;
}

.bottonaniu a {
    display: block;
    text-align: center;
    line-height: 41px;
    /* background: #EEEEEE; */
    border-radius: 2px;
    margin-right: 10px;
    color: #555555;
    font-size: 16px;
}

.bottonaniu a:hover,
.bottonaniu a.all {
    background: #0064C2;
    color: #fff;
}

.bottonaniu .a-1 {
    width: 49px;
    height: 41px;
}

.bottonaniu .a-2 {
    width: 66px;
    height: 41px;

}

.bottonaniu .a-3 {
    width: 41px;
    height: 41px;

}

.NEWS-body .right .txt a {
    display: -webkit-box;
    display: -ms-flexbox;
    /* display: flex; */
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #333333a3;
    font-size: 18px;
    padding: 9px 0px 14px 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: 1px dashed #E6E6E6;
    width: 100%;

}

.NEWS-body .right .txt a span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 65%;
}

.NEWS-body .right .txt a span h6 {
    color: #333333;
    font-size: 18px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    width: 100%;
}

.NEWS-body .right .txt a span h6:hover {
    color: #0064C2;
}

.NEWS-body .right .txt a i {
    width: 7px;
    height: 7px;
    background: #91CCFF;
    display: block;
    border-radius: 50%;
    margin-right: 14px;
}

.NEWS-body-list .right .txt .txt-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 19px;
    /* border-bottom: 1px solid #E3E3E3; */
}

.NEWS-body-list .right .txt .txt-1 i {
    display: block;
    margin: 0px 26px;
    width: 1px;
    height: 14px;
    background: #999999;
}



.NEWS-body-list .right .txt .txt-1 span {
    color: #666666;
    font-size: 14px;
}

.NEWS-body-list .right .txt .txt-2 {
    padding: 36px 15px 28px 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: 1px solid #E3E3E3;
    border-top: 1px solid #E3E3E3;
    
    
}

.NEWS-body-list .right .txt .txt-2  video{
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    display: block;
    height: auto !important;
}


.NEWS-body-list .right .txt .txt-2 span{
   color: #333333 !important;
    font-size: 20px !important;
    line-height: 2em !important;
    text-indent: 2em !important;
    margin-bottom: 10px !important;
    letter-spacing: 2px !important;
    font-family: SOURCEHANSANSCN-REGULAR, "Microsoft Yahei", "微软雅黑" !important;
    text-align: justify !important;
}

.NEWS-body-list .right .txt .txt-3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 35px;
    padding-bottom: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.NEWS-body-list .right .txt .txt-3 span {
    display: block;
    color: #333333;
    font-size: 14px;
    margin-bottom: 17px;

}

.NEWS-body-list .right .txt .txt-3 span a {
    color: #333333;
    font-size: 14px;
}

.NEWS-body-list .right .txt .txt-3 span a:hover {
    color: #0064C2;
}

.NEWS-body-list .right .txt .txt-3 .aqnniu {
    width: 94px;
    height: 36px;
    background: #014898;
    border-radius: 5px;
    color: #FFF;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 14px;
    flex: none;
}

.specialReport-body .right .txt .box {
    margin-bottom: 42px;
}

.specialReport-body .right .txt .box a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
}

.specialReport-body .right .txt .box .img {
    width: 30.886%;
    height: 164px;
    border-radius: 6px;
    overflow: hidden;
}

.specialReport-body .right .txt .box .img img {
    width: 100%;
    display: block;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}

.specialReport-body .right .txt .box .txt-box {
    width: 63.884%;
}

.specialReport-body .right .txt .box .txt-box .txt-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 4%;
}

.specialReport-body .right .txt .box .txt-box .txt-title h6 {
    color: #333333;
    font-size: 22px;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
}

.specialReport-body .right .txt .box:hover .txt-box .txt-title h6 {
    color: #0064C2;
}

.specialReport-body .right .txt .box .txt-box .txt-title span {
    color: #0064C2;
    font-size: 18px;
}

.specialReport-body .right .txt .box .txt-box p {
    color: #666666;
    font-size: 18px;
    line-height: 1.5em;
    letter-spacing: 1px;
    text-indent: 0em;

    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}

.Service-body-1 .right .txt img {
    width: auto !important;
    max-width: 100%;
}

.Service-body .right .txt img {
    width: auto !important;
    max-width: 100%;
}

.Service-body-2 .right .txt .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 67.807%;
    margin: 0 auto;
    margin-bottom: 28px;
}

.Service-body-2 .right .txt .box label {
    color: #333333;
    font-size: 18px;
    margin-bottom: 14px;
}

.Service-body-2 .right .txt .box input,
.Service-body-2 .right .txt .box textarea {
    width: 100%;
    height: 46px;
    padding-left: 12px;
    font-size: 16px;
    outline: none;
    border: 1px solid #CFD5DB;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.Service-body-2 .right .txt .box textarea {
    height: auto;
    min-height: 118px;
    padding-top: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.Service-body-2 .right .txt button {
    display: block;
    margin: 0 auto;
    width: 171px;
    height: 40px;
    background: #0064C2;
    border-radius: 29px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #FFFFFF;
    font-size: 18px;
    outline: none;
    cursor: pointer;
    border: none;
    margin-top: 34px;
}

.Temple-body .right {
     width: 100%; 
    max-width: 1400px;
    /*height: 1010px;*/
}

.Temple-body .right .txt {
    position: relative;
}

.Temple-body .right .txt .ImgBox{
        /*width: 1316px;*/
}

.Temple-body .right  .txt .ImgBox img {
    width: 1149px !important;
    margin: 0 auto;
    display: block;
}

.box-form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}



.box-form input {
    width: 18.086%;
    height: 31px;
    padding-left: 14px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #777777;
    font-size: 16px;
    border: 1px solid #C8C8C8;
    border-radius: 4px;
    outline: none;
}

.box-form button {
    width: 57px;
    height: 31px;
    background: #1492FF;
    border-radius: 4px;
    border: none;
    margin-left: -5px;
    cursor: pointer;
        display: flex;
    justify-content: center;
    align-items: center;

}

.box-form {
    position: relative;
    margin-bottom: 40px;
}

.box-form .Text-box {
    position: absolute;
    left: 0px;
    -webkit-box-shadow: 0px 3px 6px 1px rgba(18, 142, 207, 0.11);
            box-shadow: 0px 3px 6px 1px rgba(18, 142, 207, 0.11);
    border-radius: 6px 6px 6px 6px;
    width: 18.086%;
    padding: 1%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 1%;
    background: #FFF;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    z-index: 10;
    
    display: none;
}

.box-form .Text-box a {
    display: block;
    color: #333;
    font-size: 16px;
    line-height: 2em;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
}

.Temple-body-1 .right {
    width: 100%;
}

.Temple-body-1 .img {
    display: block;
    width: auto !important;
    max-width: 100% !important;
    margin: 0 auto;
}

.Temple-body-2 .box-form {
    margin-top: 33px;
    margin-bottom: 17px;
}

.box-form img {
    width: auto !important;
}


.Temple-body-2 .box-form form {
    padding: 0px 15px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    transform: rotate(1deg);
}

.Temple-body-2 .box-form input {
    width: 76.45%;
    border: 1px solid #C8C8C8;
    border-radius: 6px;
}

.Temple-body-2 .box-form button {
    margin-left: 13px;
}

.Temple-body-2 .box-form .Text-box {
    width: 76.45%;
    background: #FFF;
    padding: 6%;

}

.Temple-body-2 .right .txt .box {
    padding: 21px 24px 24px 21px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background: #F3F3F3;
    border-radius: 6px;
    -webkit-box-shadow: 0px 3px 6px 1px rgba(171, 171, 171, 0.26);
            box-shadow: 0px 3px 6px 1px rgba(171, 171, 171, 0.26);
    border-radius: 6px 6px 6px 6px;
    margin-bottom: 30px;
}

.Temple-body-2 .right .txt .box .img {
    width: 23.394%;
    height: 132px;
}

.Temple-body-2 .right .txt .box .txt-box {
    width: 73.341%;
}

.Temple-body-2 .right .txt .box .txt-box .txt-title {
    margin-bottom: 15px;
}

.Temple-body-2 .right .txt .bottonaniu a {
    background: #EEEEEE;
    border-radius: 2px;
}

.Temple-body-2 .right .txt .bottonaniu a.all {
    background: #0064C2;
}


/* 下拉 */
.nav .pulldown {
    position: absolute;
    width: 160px;
    background: #D2EAFF;
    -webkit-box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
    border-radius: 0px 0px 0px 0px;
    opacity: 0.9;
    z-index: 30;
    top: 73px;
    left: 50%;
    margin-left: -80px;
    text-align: center;
    padding: 12px 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: none;
}

.nav ul li {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.nav .pulldown a {
    display: block;
    color: #555555;
    font-size: 18px;
    padding: 6px 0px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: 1px solid #FFF;
}

.nav .pulldown a:hover {
    color: #007CE6;
    font-weight: 600;
}

.LogoTop .tiem .T-4 {
    margin-left: 5px;
}

.Su-Click {
    margin-left: 10%;
    cursor: pointer;
    display: none;
    /* background: url(../images/nav-bei.png) no-repeat center;
    width: 100%;
    height: 30px; */
}

.Su-Click a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #FFFF;
    font-size: 18px;

}

.Su-Click a:hover {
    color: #0064C2;
}

.Su-Click img {
    width: 26px;
    height: 26px;
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
    -webkit-animation: logoCLick 3s linear infinite;
            animation: logoCLick 3s linear infinite;
    margin-right: 10px;
}

@-webkit-keyframes logoCLick {
    0% {
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

@keyframes logoCLick {
    0% {
        -webkit-transform: rotate(0);
                transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
                transform: rotate(360deg);
    }
}

.Popup {
    width: 80%;
    height: 100vh;
    background: #FFF;
    z-index: 9999;
    position: fixed;
    top: 0px;
    right: 0px;
    -webkit-box-shadow: 0px 3px 6px 1px rgba(18, 142, 207, 0.11);
            box-shadow: 0px 3px 6px 1px rgba(18, 142, 207, 0.11);
    border-radius: 6px 0px 0px 6px;
    overflow: scroll;
    opacity: 0;
    -webkit-transform: translateX(100vw);
        -ms-transform: translateX(100vw);
            transform: translateX(100vw);
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.Popup.all {
    opacity: 1;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
}

.Popup-title {
    background-size: cover !important;
    background-position: initial !important;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0px 5%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.Popup-title>img {
    height: 70px;
    -webkit-animation: logoCLick 4s linear infinite;
            animation: logoCLick 4s linear infinite;
}

.Popup-title .occlude {
    width: 40px;
    height: 40px;
    background: #FFF;
    -webkit-box-shadow: 0px 3px 6px 1px rgba(18, 142, 207, 0.11);
            box-shadow: 0px 3px 6px 1px rgba(18, 142, 207, 0.11);
    border-radius: 4px;
    cursor: pointer;
}

.Popup-title .occlude img {
    width: 100%;
    height: 100%;
    opacity: 0.7;
}

.Popup-nav ul li {
    width: 100%;
    margin-bottom: 10px;
}

.Popup-nav ul li .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;

    -webkit-box-shadow: 0px 3px 6px 1px rgba(18, 142, 207, 0.11);

            box-shadow: 0px 3px 6px 1px rgba(18, 142, 207, 0.11);
    padding: 20px 3%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

.Popup-nav ul li .title a {
    color: #333;
    font-size: 16px;
    width: 90%;
}

.Popup-nav ul li .title img {
    height: 13px;
    cursor: pointer;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.Popup-nav ul li .title img.all {
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}

.Popup-nav ul li .pulldown {
    width: 100%;
    background: #D2EAFF;
    text-align: center;
    display: none;
}

.Popup-nav ul li .pulldown a {
    display: block;
    line-height: 2em;
    color: #333;
    font-size: 16px;
}


.Img-uwo .henfu_img-2{
    display: none;
}

.Left_li_xiaji{
    width: 100%;
    display: none;
}

.Left_li_xiaji a{
    text-align: center;
    display: block;
    width: 100%;
    text-align: center;
    height: 35px;
    border-bottom: 1px solid #E9E9E9;
    line-height: 35px;
    color: #333;
    font-size: 14px;

    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    white-space: nowrap;
}

.Left_li_xiaji a:hover , .Left_li_xiaji a.all{
    color: #0064C2;
}


