@font-face {
    font-family: 'shsc';
    src: url('../fonts/SourceHanSerifCN-Bold.woff2') format('woff2'),
    url('../fonts/SourceHanSerifCN-Bold.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap; /* 避免FOIT，提高用户体验 */
    /*unicode-range: U+4E00-9FFF, U+3400-4DBF; !* 仅加载简体中文字符 *!*/
}

a:hover {
    color:#3399cc;
    transition: 0.3s;
}
.main {
    width: 1280px;
    margin: auto;
}
.header {
    background:#FFFFFF;
}
.header .logo img {
    height: 89px;
    width: auto;
}
.header .search-bar {
    position:relative;
    font-size:14px;
}
.header .search-ipt {
    /*position:absolute;*/
    /*top:0;*/
    /*right:55px;*/
    height:55px;
    line-height:55px;
    width:200px;
    border:solid 1px rgba(0, 0, 0, 0.07);
    padding:4px 6px 4px 6px;
    box-sizing: border-box;
}
.header .search-btn {
    width: 55px;
    height: 55px;
    background-image: url('../img/ico_search.png');
    background-size: 18px 18px;
    background-repeat: no-repeat;
    background-position: center center;
    border: solid 1px rgba(0, 0, 0, 0.07);
    cursor: pointer;
    transition: 0.3s;
}
.header .search-btn:hover {
    border: solid 1px rgba(0, 0, 0, 0.3);
}
.navbar {
    border-top: solid 1px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 1);

}

.navlist li {
    line-height: 60px;
    font-weight:600;
    position: relative;
    font-family: 'shsc';
}

.navlist li a, .navlist li a:visited {
    display: block;
    padding: 0px 28px 0px 28px;
}
.navlist li .sub-nav {
    display:block;
    position: absolute;
    z-index:9999;
    left:0;
    top:60px;
    background:rgba(255,255,255,1);
    line-height:1.5;
    padding:10px;
    width:100%;
    box-sizing: border-box;
    text-align:center;
    font-weight:normal;
    border-bottom-left-radius:6px;
    border-bottom-right-radius:6px;
    display:none;
    box-shadow: 1px 3px 9px rgba(0,0,0,0.1);
    font-size:14px;
}
.navlist li .sub-nav a,.navlist li .sub-nav a:visited {
    padding:5px 0px 5px 0px;
    color:rgba(0,0,0,0.7);
    border-bottom:solid 1px rgba(0,0,0,0.15);
}
.navlist li .sub-nav .sub-item:last-child a{
    border-bottom:none;
}
.banner {
    width: 100%;
    overflow: hidden;
}

.banner .swiper-wrapper {

}

:root {
    --swiper-theme-color: #01b378
}

.banner img {
    display: block;
    margin: auto;
}

.main-1 {
    background: rgba(255, 255, 255, 1);
}

.news-box {
    width: 470px;
}

.news-tz-box {
    width: 300px;
}

.cm-tit-blk {
    border-bottom: solid 2px rgba(0, 0, 0, 0.06);
}

.cm-tit-blk .tit {
    font-size: 22px;
    font-family: 'shsc';
    position: relative;
    padding-bottom: 8px;
}

.cm-tit-blk .tit::after {
    content: " ";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, #1f84b4, #199bb2);
}

.cm-tit-blk .more {
    font-size: 13px;
    border: solid 1px rgba(0, 0, 0, 0.15);
    color: rgba(0, 0, 0, 0.6);
    border-radius: 99px;
    padding: 2px 15px 2px 15px;
    display: block;
}

.news-content .fir {
    border-bottom: solid 1px rgba(0, 0, 0, 0.05);
}

.news-content .fir .date {
    width: 58px;
    line-height: 1;
    text-align: center;
    font-family: Arial, serif;
}

.news-content .fir .date .d {
    font-size: 45px;
}

.news-content .fir .date .m {
    font-size: 13px;
}

.news-content .fir .con p {
    font-size: 13px;
    color: rgba(0, 0, 0, 0.5);
}

.cm-tit-list li {
    font-size: 14px;

}

.cm-tit-list li a, .cm-tit-list li a:visited {
    display: block;
    padding-top: 4px;
    padding-bottom: 4px;
    position: relative;
    padding-left: 10px;
}

.cm-tit-list li a::after {
    content: "\25AA";
    position: absolute;
    top: 3px;
    left: 0;
    color: rgba(0, 0, 0, 0.4);
}

.news-pic-box {
    width: 470px;
    height: 313px;
    overflow: hidden;
    position: relative;
}
.news-pic-box ul li  {
    width: 470px;
    height: 313px;
    position: relative;
    font-size:13px;
}
.news-pic-box ul li .tit {
    position: absolute;
    bottom:0px;
    left:0px;
    padding:55px 15px 8px 15px;
    background: linear-gradient(to top, rgba(0,0,0,0.7), transparent);
    color:rgba(255,255,255,1);
    width:100%;
    /*height:20px;*/
    display:block;
    box-sizing: border-box;
}
.news-pic-box img {
    width: 100%;
    height: auto;
}
.news-pic-box .swiper-pagination {
    position:absolute;
    top:0;right:0;
    height:10px;
}
.tz-content .tz-item {
    font-size: 14px;
    box-shadow: 1px 3px 9px rgba(0, 0, 0, 0.08);
    border: solid 1px rgba(0, 0, 0, 0.05);
    padding: 15px;
    height: 75px;
    box-sizing: border-box;
    margin-top: 12px;
}

.main-2 {
    background: #eef6f5;
}

.part-box {
    width: 306px;
    height: 443px;
    padding: 25px 30px 25px 30px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, 1);
    box-shadow: 3px 5px 15px rgba(0, 0, 0, 0.05);
}

.part-box.p1 {
    margin-top: -80px;
    background: linear-gradient(45deg, #1f84b4, #199bb2);
    color: rgba(255, 255, 255, 1);
}

.part-box.p3 {
    margin-top: -80px;
    background: linear-gradient(45deg, #158e65, #158e51);
    color: rgba(255, 255, 255, 1);
}

.part-box .tit-blk .tit {
    font-family: 'shsc';
    font-size: 21px;
    font-weight: 700;
}

.part-box .tit-blk .more img {
    width: 20px;
    height: 20px;
}

.pt-content .pt-item {
    border: solid 1px rgba(255, 255, 255, 0.4);
    border-radius: 6px;
    padding: 8px 12px 8px 12px;
    margin-bottom: 12px;
    font-size: 14px;
    transition: 0.3s;
    color:rgba(255,255,255,1);
}

.p2 .pt-content .pt-item {
    border: solid 1px rgba(0, 0, 0, 0.2);
    color:rgba(0,0,0,0.8);
}

.pt-content .pt-item:hover {
    background: rgba(0, 0, 0, 0.07);
    transform: translateX(-5px);
    box-shadow: 0px 3px 12px rgba(0,0,0,0.2);
}

.pt-content .pt-item .ico img {
    width: 28px;
    height: 28px;
}

.part-box .extra-con {
    font-size: 13px;
    color: rgba(0, 0, 0, 0.5);
    text-align: justify;
}

.part-box .extra-con .ex-pic img {
    width: 100%;
    height: auto;
    max-height:93px!important;
}
.pt-content .pt-item-col {
    color:rgba(255,255,255,1);
    font-size:15px;
}
.pt-content .pt-item-col .ico {
    border: solid 1px rgba(255, 255, 255, 0.4);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    transition: 0.3s;
}

.pt-content .pt-item-col .ico img {
    width: 50px;
    height: 50px;
    display: block;
}

.pt-content .pt-item-col:hover .ico {
    background: rgba(0, 0, 0, 0.1);
}

.pt-content .p4-img img {
    width: 100%;
    height: auto;
}

.p4-item-list li {
    width: 45%;
    font-size: 14px;
    line-height: 1.8;
}

.p4-item-list li a, .p4-item-list li a:visited {
    display: block;

    position: relative;
    padding-left: 10px;
}

.p4-item-list li a::after {
    content: "\25AA";
    position: absolute;
    top: 0px;
    left: 0;
    color: rgba(0, 0, 0, 0.4);
}

.main-l-box {
    width: 470px;
    box-sizing: border-box;
}

.main-c-box {
    width: 470px;
    box-sizing: border-box;
}

.main-r-box {
    width: 300px;
    box-sizing: border-box;
}

.bor-sha-pd {
    border: solid 1px rgba(0, 0, 0, 0.06);
    box-shadow: 1px 3px 12px rgba(0, 0, 0, 0.1);
    padding: 15px 20px 15px 20px;
}

.cm-tw-box .pic {
    margin-right: 15px;
}

.cm-tw-box .pic img {
    width: 200px;
    height: 133px;
}

.cm-tw-box .con {
    flex: 1;
    font-size: 14px;
}

.cm-tw-box .con .tit {
    font-size: 15px;
    font-weight: bold;
}

.cm-tw-box .con p {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
    height: 42px;
}

.cm-tw-box .con .more {
    color: #3399cc;
    display: inline-block;
}

.cm-pic-box .cm-pic-item {
    width: 205px;
    height: 137px;
    position: relative;
    overflow: hidden;
}

.cm-pic-box .cm-pic-item img {
    width: 100%;
    height: auto;
}

.cm-pic-box .cm-pic-item p {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    color: rgba(255, 255, 255, 1);
    padding: 4px 10px 4px 10px;
    font-size: 13px;
}


.cm-tw-tit .pic {
    margin-right: 15px;
}

.cm-tw-tit .pic img {
    width: 108px;
    height: 72px;
}

.cm-tw-tit .con {
    flex: 1;
    font-size: 14px;
}

.cm-tw-tit .con .tit {
    font-size: 15px;
    font-weight: bold;
}

.main-4 {
    background: #eef6f5;
    position: relative;
}

.main-4 .m4-l {
    width: 50%;
    height: 100%;
    background: rgba(255, 255, 255, 1);
    position: absolute;
    z-index: 99;
    left: 0;
    top: 0;
}

.h-zt-box {
    background: rgba(255, 255, 255, 1);
    border-bottom-right-radius: 40px;
    position: relative;
    z-index: 99;
    padding-top: 30px;
    padding-bottom: 40px;
}

.h-zt-box .tit-blk {
    background: url("../img/zt_tit.png");
    width: 81px;
    height: 74px;
    background-size: contain;
}

.h-zt-box .tit-blk .tit {
    font-family: 'shsc';
    color: rgba(255, 255, 255, 1);
    font-size: 22px;
    padding-right: 6px;
}

.h-zt-box .zt-list {
    width: 1180px;
}

.h-zt-box .zt-list li {
    margin-left: 19px;
    width: 276px;
    height: 72px;
    border: solid 1px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    overflow: hidden;
    transition: 0.3s;
    background:rgba(255,255,255,1);
}

.h-zt-box .zt-tit {
    background-color:rgba(255,255,255,1);
    background-image: url("../img/zt_name_bg.png");
    background-repeat: no-repeat;
    background-position: 15px center;
    padding: 15px 15px 15px 55px;
    line-height: 1.3;
}

.h-zt-box .zt-list li:hover {
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}
.h-zt-box .zt-list li img {
    width:100%;height:auto;
}
.footer {
    position: relative;
    z-index: 9;
}

.footer .ft-menu {
    padding-top: 40px;
    padding-bottom: 40px;
    background: linear-gradient(90deg, #1f84b4, #199bb2);
}

.ft-menu {
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
}
.ft-menu a,.ft-menu a:visited {
    color:rgba(255,255,255,1);
}
.ft-menu .h-menu-col {
    width: 213px;
    border-left: solid 1px rgba(255, 255, 255, 0.25);
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
}

.ft-menu .h-menu-col dt {
    margin-bottom: 10px;
    font-weight: 700;
}

.ft-menu .h-menu-col dd {
    line-height: 1.1;
}

.ft-menu .h-menu-col dd p {
    margin-top: 12px;
    opacity: 0.66;
    transition: 0.3s;
}
.ft-menu .h-menu-col dd p:hover {
    opacity: 1;
}
.footer .ft-info {
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
}

.footer .ft-info p {
    margin-bottom: 7px;
}

.footer .ft-code {
    line-height: 1.2;
}

.footer .ft-code img {
    width: 80px;
    height: auto;
}
@media screen and (max-width: 768px) {
    .header {
        display:none;
    }
    .navbar {
        display:none;
    }
    .main {
        width:100%;
        box-sizing: border-box;
        padding-left:15px;
        padding-right:15px;
    }
    .news-box {
        width:100%;
        margin-bottom:25px;
    }

    .news-pic-box {
        width:100%;
        height:auto;
        margin-bottom:25px;
    }
    .news-pic-box ul li {
        width:100%!important;
        height:auto;
    }
    .cm-tit-blk .tit {
        font-size:19px;
        font-weight:bold;
    }
    .news-pic-box ul li .tit {
        width:100%;
        box-sizing: border-box;
        height:auto;
    }
    .news-tz-box {
        width:100%;
    }
    .part-box {
        width:100%;
        height:auto;
        margin-bottom:20px;
        padding:15px 20px 15px 15px;
    }
    .part-box.p1 {
        margin-top:0px;
    }
    .part-box.p3 {
        margin-top:0px;
    }
    .main-l-box {
        width:100%;
        margin-bottom:20px;
    }
    .main-c-box {
        width:100%;
        margin-bottom:20px;
    }
    .main-r-box {
        width:100%;
        margin-bottom:0px;
    }

    .pt-content .pt-item-col .ico {
        width: 70px;
        height: 70px;

    }

    .pt-content .pt-item-col .ico img {
        width: 40px;
        height: 40px;
    }
    .part-box .extra-con .ex-pic {
        width:48%;
    }
    .part-box .extra-con .ex-pic img {
        width:100%;
        height:auto;
    }
    .cm-pic-box .cm-pic-item {
        width:158px;
        height:105px;
    }
    .bor-sha-pd {
        padding:10px 15px 10px 15px;
    }
    .cm-tw-box .pic img {
        width:150px;
        height:100px;
    }
    .cm-tw-box .con .more {
        display:none;
    }
    .tz-content .tz-item {
        height:auto;
    }
    .h-zt-box .zt-list li {
        margin-left:0;
        width:100%;
        height:auto;
        margin-bottom:10px;
    }
    .h-zt-box {
        background:transparent;
        padding-top:20px;
        padding-bottom:15px;
    }
    .h-zt-box .tit-blk {
    display:none;
    }

    .main-4 .m4-l {
        display:none;
    }
    .footer .ft-menu {
        display:none;
    }

    .ft-info .ft-code {
        display:none;
    }
}
