.navigation {
    width: 100%;
    background: #2676c1;
    height: 65px;

}

.nav {
    width: 100%;
    height: 65px;
    line-height: 65px;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
}

.nav a {
    color: #fff;
}

.nav .nLi {
    /* width: 100%; */
    height: 65px;
    float: left;
    display: inline;
    text-align: center;
    position: relative;
    box-sizing: border-box;
    padding: 0 20px;
}

.nav .nLi h3 {
    height: 65px;
    font-weight: normal;
}

.nav .nLi h3 a {
    display: inline-block;
    font-size: 16px;
    text-align: center;
}

.nav .sub {
    display: none;
    width: 150%;
    top: 67px;
    position: absolute;
    background: rgba(0, 0, 0, .6);
    line-height: 65px;
    left: -25%;
}

.nav .sub li {
    /* height: 40px; */
    line-height: 40px;
    text-align: center;
    color: #000;
    zoom: 1;
    float: left;
    width: 100%;
    position: relative;
}

.nav .sub a {
    display: block;
    color: #fff;
    font-size: 14px;
}

.nav .sub a:hover {
    background: #2676c1;
}

.nav .on h3 a {
    font-weight: bold;
}

.nav .nLi.on {
    box-sizing: border-box;
    border-bottom: 2px solid #fff;
    /* margin-top: -2px; */
}


.nav .sub li .three-nav {
    position: absolute;
    left: 100%;
    display: none;
    top: 0;
    width: 125px;
    background: rgba(0, 0, 0, .4);
}

.nav .sub li:hover .three-nav {
    display: block;
}

.header {
    width: 100%;
    height: 195px;
    background: url(../img/headerBg.jpg) center no-repeat;
    background-size: cover;
}

.banlist {
    position: relative;
    z-index: 0;
}

.banlist .swiper-slide img {
    width: 100%;
}

.banlist .swiper-next,
.banlist .swiper-prev {
    width: 37px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    background: rgba(38, 118, 193, .9);
    position: absolute;
    top: calc((100% - 65px) / 2);
    left: 0;
    z-index: 99;
}

.banlist .swiper-next {
    left: auto;
    right: 0;
}


/* ----------------------------- */

.content1 {
    padding-bottom: 70px;
    background: url(../img/contentBg.jpg) center no-repeat;
    background-size: cover;
}

.content1 .news,
.content1 .tzgg {
    width: 690px;
}

.tzgglist {
    margin-top: 45px;
}

.tzgglist li {
    width: 100%;
    height: 70px;
    margin-bottom: 24px;
    border: 1px solid #e0e0e0;
}

.tzgglist li a {
    display: flex;
    align-items: center;
}

.tzgglist li.last {
    margin: 0;
}

.tzgglist li .dete {
    width: 87px;
    height: 70px;
    box-sizing: border-box;
    background: #2676c1;
    padding-top: 8px;
    float: left;
    margin-right: 15px;
}

.tzgglist li .d {
    font-size: 24px;
    color: #fff;
    text-align: center;
}

.tzgglist li .y {
    text-align: center;
    color: #fff;
    opacity: .5;
}

.tzgglist li .title {
    flex: 1;
    font-size: 18PX;
    color: #303030;
    box-sizing: border-box;
    padding-left: 10px;
    position: relative;
}

.tzgglist li .title::before {
    content: '';
    width: 2px;
    height: 2px;
    background: #303030;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 13px;
}

.tzgglist li:hover {
    border: 1px solid #2676c1;
}

.tzgglist li:hover .title {
    color: #2676c1;
    font-weight: bold;
}

.tzgglist li:hover .title::before {
    width: 6px;
    height: 6px;
    background: #2676c1;
}

.column {
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 20px;
    padding-top: 65px;
    border-bottom: 1px solid #d5dce3;
}

.column .name {
    font-size: 32px;
    color: #303030;
    font-weight: bold;
    position: relative;
}

.column .name::before {
    content: '';
    width: 100%;
    height: 3px;
    background: #2676c1;
    position: absolute;
    bottom: -22px;
}

.column .more {
    color: #303030;
    opacity: .5;
    float: right;
    margin-top: 20px;
}

.content2 {
    width: 100%;
    height: 745px;
    /* background: url(../img/content2Bg.jpg) center no-repeat; */
    /* background-size: cover; */

    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../img/content2Bg.jpg);
}

.content2 .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.content2 .xsky,
.content2 .xgdt {
    width: 48.92%;
}

.xgdtlist {
    margin-top: 43px;
}

.xgdtlist ul li {
    width: 100%;
    height: 65px;
    line-height: 65px;
    background: #fff;
    margin-bottom: 10px;
    box-sizing: border-box;
    padding: 0 20px;
    border-left: 4px solid #2676c1;
    position: relative;
    display: flex;
    justify-content: space-between;
}



.xgdtlist ul li a {
    width: calc(100% - 90px);
    font-size: 18px;
    color: #303030;
    position: relative;
    z-index: 9;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.xgdtlist ul li .dete {
    width: 80px;
    color: #303030;
    opacity: .5;
    position: relative;
    z-index: 9;
    transition: all 0.5s ease-in-out;
}

.xgdtlist ul li::before {
    content: '';
    width: 0;
    height: 100%;
    background: #2676c1;
    position: absolute;
    left: 0;
    z-index: 0;
    transition: all 0.5s ease-in-out;
}

.xgdtlist ul li:hover {
    border-left: 4px solid #3cacbf;
}

.xgdtlist ul li:hover::before {
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.xgdtlist ul li:hover a {
    color: #fff;
    transition: all 0.5s ease-in-out;
}

.xgdtlist ul li:hover .dete {
    color: #fff;
    transition: all 0.5s ease-in-out;
}

.xskylist {
    width: 100%;
    background: #fff;
    box-sizing: border-box;
    padding: 20px 20px 40px 20px;
    margin-top: 43px;
}

.xskylist ul li.n {
    width: 100%;
    line-height: 63px;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    justify-content: space-between;
}

.xskylist ul li.n a {
    flex: 1;
    font-size: 18px;
    color: #303030;
    position: relative;
    box-sizing: border-box;
    padding-left: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.xskylist ul li.n a::before {
    content: '';
    width: 2px;
    height: 2px;
    display: inline-block;
    background: #303030;
    position: absolute;
    left: 0;
    top: 29px;
}

.xskylist ul li.n .dete {
    width: 88px;
    color: #303030;
    opacity: .5;
    text-align: right;
}

.xskylist ul li.n:hover a {
    color: #2676c1;
}

.xskylist ul li.n:hover .dete {
    opacity: .7;
}

.xskylist ul li.n:hover a::before {
    background: #2676c1;
}


.xskySlide .swiper-slide {
    width: 100%;
}

.xskySlide .swiper-slide .img {
    overflow: hidden;
    width: 350px;
    float: right;
}

.xskySlide .swiper-slide .img img {
    width: 100%;
    height: 200px;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.xskySlide .swiper-slide:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.xskySlide .swiper-slide .text {
    width: calc(100% - 350px);
    float: left;
    box-sizing: border-box;
    padding-right: 15px;
    padding-top: 15px;
}

.xskySlide .swiper-slide .title {
    font-size: 18px;
    color: #303030;
    font-weight: bold;
    line-height: 30px;
}

.xskySlide .swiper-slide .desc {
    color: #303030;
    opacity: .7;
    margin: 20px 0;
    line-height: 25px;
}

.xskySlide .swiper-slide .dete {
    color: #303030;
    opacity: .7;
}

.xskySlide .swiper-slide:hover .title {
    color: #2676c1;
}

.xskySlide .swiper-slide:hover .desc {
    opacity: .9;
}

.xskySlide {
    overflow: hidden;
    position: relative;
}

.xskySlide .swiper-prev,
.xskySlide .swiper-next {
    width: 27px;
    height: 27px;
    position: absolute;
    top: calc((100% - 27px) / 2);
    right: 0;
    z-index: 99;
}

.xskySlide .swiper-prev {
    right: 323px;
}

.content3 {
    box-sizing: border-box;
    padding-bottom: 70px;
    background: url(../img/content4Bg.jpg) center no-repeat;
    background-size: cover;
}

.content3 .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.content3 .jxdt,
.content3 .yjsdt {
    width: 48.92%;
}

.jxdtlist ul li {
    width: 100%;
    height: auto;
    padding-bottom: 19px;
    margin-bottom: 19px;
    border-bottom: 1px solid #e5e5e5;
}

.jxdtlist ul li a {
    width: 100%;
    display: flex;
    align-items: center;
}

.jxdtlist ul li.last {
    margin: 0;
    padding: 0;
    border: unset;
}

.jxdtlist ul li .dete {
    display: flex;
    align-items: center;
    /* flex-direction: column; */
    justify-content: center;
    width: 100px;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #eaeaea;
}

.jxdtlist,
.yjsgzlist {
    margin-top: 40px;
}

.jxdtlist ul li .d {
    width: 32px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #3cacbf;
    border-radius: 10px;
    color: #3cacbf;
    float: left;
    margin-right: 10px;
}

.jxdtlist ul li .y {
    line-height: 30px;
    color: #3cacbf;
}

.jxdtlist ul li .title {
    flex: 1;
    font-size: 18px;
    color: #303030;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    position: relative;
    box-sizing: border-box;
    padding-left: 10px;
}

.jxdtlist ul li .title::before {
    content: '';
    width: 2px;
    height: 2px;
    display: inline-block;
    background: #303030;
    position: absolute;
    left: 0px;
    top: 12px;
    z-index: 99;
}

.jxdtlist ul li:hover .title::before {
    background: #2e7bc3;
}

.jxdtlist ul li:hover .title,
.jxdtlist ul li:hover .y {
    color: #2e7bc3;
}

.jxdtlist ul li:hover .d {
    border: 1px solid #2e7bc3;
    color: #2e7bc3;
}

.yjsgzlist li.f {
    width: 100%;
    height: 198px;
    margin-bottom: 35px;
    border-bottom: 3px solid #2676c1;
}

.yjsgzlist li.f a {
    display: flex;
}

.yjsgzlist li.f .img {
    width: 360px;
    overflow: hidden;
    /* float: left; */
}

.yjsgzlist li.f .img img {
    width: 100%;
    height: 198px;
}

.yjsgzlist li.f .text {
    flex: 1;
    /* float: right; */
    height: 198px;
    width: calc(100% - 360px);
    box-sizing: border-box;
    padding: 25px;
    background: #f9f9f9;
}

.yjsgzlist li.f .title {
    font-size: 18px;
    color: #2676c1;
    line-height: 25px;
    height: 50px;
}

.yjsgzlist li.f .desc {
    color: #303030;
    line-height: 25px;
    opacity: .5;
    margin: 15px 0;
}

.yjsgzlist li.f .dete {
    color: #2676c1;
}

.yjsgzlist li.n {
    width: 100%;
    height: 65px;
    line-height: 65px;
    background: #edf6fe;
    margin-top: 15px;
    box-sizing: border-box;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
}

.yjsgzlist li.n a {
    flex: 1;
    color: #303030;
    font-size: 18px;
    position: relative;
    box-sizing: border-box;
    padding-left: 10px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.yjsgzlist li.n a::before {
    content: '';
    width: 2px;
    height: 2px;
    display: inline-block;
    background: #303030;
    position: absolute;
    left: 0;
    top: 33px;
}

.yjsgzlist li.n .dete {
    width: 80px;
    color: #303030;
    opacity: .5;
}

.yjsgzlist li.n:hover {
    background: #2676c1;
}

.yjsgzlist li.n:hover a {
    color: #fff;
}

.yjsgzlist li.n:hover a::before {
    background: #fff;
}

.yjsgzlist li.n:hover .dete {
    color: #fff;
}


/* ----------------------------- */

.footer {
    width: 100%;
    height: 237px;
    background: url(../img/footerBg.jpg) center no-repeat;
    background-size: cover;
}

.footer .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer .code img {
    width: 110px;
    height: 110px;
}

.footer .code .codeimg {
    background: #fff;
    box-sizing: border-box;
    padding: 15px;
    margin-top: 55px;
}

.footer .code .codeimg img {
    float: left;
}

.footer .code .codeimg p {
    display: inline-block;
    writing-mode: vertical-rl;
    color: #3a8dd2;
    font-size: 15px;
    height: 105px;
    text-align: center;
    margin-left: 10px;
    max-width: 20px;
}

.ftlogo {
    padding-top: 85px;
    float: left;
}

.footer .banq {
    margin-top: 40px;
}

.footer .banq p {
    color: #fff;
    line-height: 30px;
}


.footer .ftlj .box {
    width: 253px;
    height: 38px;
    margin-top: 16px;
    position: relative;
    cursor: pointer;
    border: 1px solid #fff;
}

.footer .ftlj .box h3 {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    line-height: 38px;
    height: 38px;
    width: 100%;
    margin: 0;
    position: relative;
    padding-left: 15px;
}

.footer .ftlj .box .ico {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 38px;
    text-align: center;
    line-height: 38px;
}



.footer .ftlj .box ul {
    width: 100%;
    height: 230px;
    background: #f7f7f7;
    position: absolute;
    left: 0;
    bottom: 30px;
    display: none;
    overflow-y: scroll;
}

.footer .ftlj .box:hover ul {
    display: block;
}

.footer .ftlj .box ul li {
    text-align: center;
    font-size: 14px;
    line-height: 45px;
    margin: 0 10px;
    border-bottom: 1px dashed #ddd;
}

.footer .ftlj .box ul li:hover a {
    color: #2676c1;
}

.footer .ftlj .box ul li a {
    color: #333;
}

.gzdtlist {
    box-sizing: border-box;
    padding-right: 25px;
}

.gzdtlist li {
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 14px;
    margin-bottom: 14px;
    display: flex;
    justify-content: space-between;
}

.gzdtlist li.last {
    border: unset;
    margin: 0;
    padding: 0;
}

.gzdtlist li a {
    flex: 1;
    color: #303030;
    font-size: 18px;
    box-sizing: border-box;
    padding-left: 10px;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.gzdtlist li a::before {
    content: '';
    width: 2px;
    height: 2px;
    background: #303030;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 12px;
}

.gzdtlist li .dete {
    width: 80px;
    color: #303030;
    opacity: .5;
}

.gzdtlist li:hover a {
    color: #2676c1;
}

.gzdtlist li:hover a::before {
    background: #2676c1;
}

.gzdtlist li:hover .dete {
    opacity: .7;
}

.gzdtSlide {
    margin-top: 45px;
    margin-bottom: 38px;
    position: relative;
    overflow: hidden;
}

.gzdtSlide .swiper-slide {
    width: 100%;
}

.gzdtSlide .swiper-slide .img {
    overflow: hidden;
}

.gzdtSlide .swiper-slide .img img {
    width: 100%;
    height: 187px;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.gzdtSlide .swiper-slide .text {
    width: 100%;
    height: 200px;
    background: #eef7ff;
    box-sizing: border-box;
    padding: 20px;
    border-bottom: 3px solid #eef7ff;
}

.gzdtSlide .swiper-slide .title {
    font-size: 18px;
    color: #303030;
}

.gzdtSlide .swiper-slide .desc {
    color: #303030;
    opacity: .5;
    line-height: 22px;
    height: 66px;
    margin: 10px 0 30px 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.gzdtSlide .swiper-slide .dete {
    color: #303030;
    opacity: .5;
}

.gzdtSlide .swiper-slide:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.gzdtSlide .swiper-slide:hover .text {
    border-bottom: 3px solid #2676c1;
}

.gzdtSlide .swiper-slide:hover .title {
    color: #2676c1;
}

.gzdtSlide .swiper-slide:hover .desc {
    opacity: .7;
}

.gzdtSlide .swiper-slide:hover .dete {
    color: #2676c1;
    opacity: 1;
}

.gzdtSlide .swiper-prev,
.gzdtSlide .swiper-next {
    width: 27px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    position: absolute;
    right: 38px;
    bottom: 2px;
    cursor: pointer;
    z-index: 99;
}

.gzdtSlide .swiper-next {
    right: 0;
}



.header .search {
    display: inline-block;
    float: right;
    margin-top: 45px;
}

.toplink {
    display: flex;
    justify-content: flex-end;
}

.toplink .btn {
    float: left;
    margin-left: 20px;
}

.toplink .btn a {
    font-size: 18px;
    color: #1c649f;
    font-weight: bold;
}

.toplink .btn img {
    margin-right: 3px;
    position: relative;
    top: -2px;
}

.header h1 {
    float: left;
    margin-top: 50px;
}


.header .search .f-seach {
    position: relative;
    margin-top: 20px;
}

.header .search .f-seach input {
    border: none;
}

.header .search .f-seach input.search-in {
    width: 272px;
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
    box-sizing: border-box;
    /* border: 1px solid #195C9E; */
    color: #999;
    padding-left: 20px;
    outline: none;
    background: #fff;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
}

.header .search .f-seach input.search-btn {
    position: absolute;
    right: 10px;
    top: 14px;
    border: none;
    width: 21px;
    height: 21px;
}

/* Safari锛孋hrome WebKit browsers */
.search input::-webkit-input-placeholder {
    color: #999;
}

/* 鐏嫄 Mozilla Firefox 4 to 18 */
.search input:-moz-placeholder {
    color: #999;
}

/* 鐏嫄 Mozilla Firefox 19+ */
.search input::-moz-placeholder {
    color: #999;
}

/* Internet Explorer 10+ */
.search input:-ms-input-placeholder {
    color: #999;
}

/* ------------------------------------------------- */

.nydt {
    position: relative;
}

.nydt::before {
    content: '';
    width: 100%;
    height: 100%;
    background: url(../img/mark.png) center no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
}

.nydt .img img {
    width: 100%;
    min-height: 120px;
}

.ncrumbs {
    width: 100%;
    position: absolute;
    bottom: 0;
    color: #fff;
}



.sub-nav2 {
    width: 100%;
    line-height: 45px;
    padding-top: 10px;
    border-bottom: 1px solid #e5e5e5;
}

.sub-nav2 a {
    line-height: 45px;
    font-size: 16px;
    display: inline-block;
    color: #2d2d2d;
    margin-right: 70px;
}

.sub-nav2 a.on,
.sub-nav2 a:hover {
    color: #2676c1;
    font-weight: bold;
    border-bottom: 1px solid #2676c1;
}

.tealist {
    background: #eff7ff;
    box-sizing: border-box;
    padding: 32px 16px;
    margin-bottom: 60px;
}

.tealist .info li {
    width: 93px;
    height: 184px;
    float: left;
    margin: 0 15px;
    margin-bottom: 30px;
    background: url(../img/tealist-li-bg.png) center no-repeat;
    box-sizing: border-box;
    padding: 15px 23px;
}

.tealist .info li .name {
    float: left;
    width: 25px;
    font-size: 18px;
    color: #303030;
    font-weight: bold;
}

.tealist .info li .desc {
    color: #303030;
    opacity: .5;
    margin-top: 15px;
    width: 20px;
    float: left;
}

.tealist .info li:hover {
    background: url(../img/tealist-li-bg2.png) center no-repeat;
}

.tealist .info li:hover .name {
    color: #2676c1;
}

.col-name {
    font-size: 28px;
    color: #fff;
    font-weight: bold;
    float: left;
    margin-right: 25px;
    line-height: 40px;
}

.col-list {
    flex: 1;
}

.col-list a {
    line-height: 40px;
    font-size: 18px;
    color: #fff;
    display: inline-block;
    padding: 3px 15px;
    border-radius: 20px;
    margin: 5px 0;
}

.col-list a.on,
.col-list a:hover {
    font-weight: bold;
    background: #2676c1;
}

.subnav {
    display: flex;
    margin: 15px 0 25px 0;
}

.crumbs-list p {
    opacity: .7;
}

.crumbs-list p a {
    color: #fff;
}

.crumbs-list p span:last-of-type {
    display: none;
}

/* ------------------------ */

.detail {
    width: 100%;
    background: url(../img/detailBg.jpg) center no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding: 40px 230px;
    margin-bottom: 60px;
}

.detail .title {
    font-size: 34px;
    color: #303030;
    font-weight: bold;
    text-align: center;
}

.detail .timer {
    text-align: center;
    font-size: 16px;
    color: #303030;
    opacity: .5;
    margin-top: 10px;
}

.detail .timer span {
    margin: 0 10px;
}

.detail .item {
    background: #fff;
    box-sizing: border-box;
    padding: 30px 40px 0 40px;
    border-top: 2px solid #2676c1;
    margin-top: 30px;
    position: relative;
    overflow: hidden;
}

.detail .item1 {
    padding: 30px 40px;
}

.detail .dtl-name {
    font-size: 24px;
    color: #303030;
    font-weight: bold;
    margin-bottom: 30px;
}

.detail .dtl-content {
    box-sizing: border-box;
    padding-bottom: 30px;
    height: auto;
}

.detail .dtl-content p {
    font-size: 18px;
    color: #303030;
    line-height: 40px;
    text-align: justify;
}

.detail .item .detail-close {
    width: 20px;
    height: 12px;
    background: url(../img/detail-ico.png) center no-repeat;
    position: absolute;
    right: 40px;
    top: 40px;
    cursor: pointer;
    transform: rotateX(180deg);
}

.detail .dtl-content.active {
    padding: 0;
    height: 0;
}

.detail .dtl-content.active .detail-close {
    transform: none;
}

.detail .item1 .img {
    overflow: hidden;
    width: 165px;
    border: 1px solid #e5e5e5;
}

.detail .item1 .img img {
    width: 100%;
}

.detail .item1 .dtl-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.detail .item1 .text {
    width: calc(100% - 170px);
}

.detail .item1 .p {
    font-size: 18px;
    color: #303030;
    line-height: 45px;
}

.detail .item1 .p1 .box,
.detail .item1 .p2 .box,
.detail .item1 .p3 .box {
    width: 33.3%;
    float: left;
}

.detail .item1 .p3 .box2 {
    width: 66%;
}

.detail .item1 .p4 .box {
    width: 100%;
}

/* ------------------------------ */

.textlist .info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.textlist .info li {
    width: 49%;
    height: 70px;
    box-sizing: border-box;
    border: 1px solid #e0e0e0;
    margin-bottom: 30px;
}

.textlist .info li a {
    display: flex;
    align-items: center;
}

.textlist .info li .dete {
    width: 87px;
    height: 70px;
    background: #2676c1;
    float: left;
}

.textlist .info li .d {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
}

.textlist .info li .y {
    text-align: center;
    font-size: 16px;
    color: #fff;
    opacity: .5;
}

.textlist .info li .title {
    flex: 1;
    padding: 0 20px;
    font-size: 18px;
    color: #303030;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.textlist .info li .title::before {
    content: '';
    width: 2px;
    height: 2px;
    background: #303030;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: 11px;
    top: 12px;
    z-index: 99;
}

.textlist .info li:hover .title {
    color: #2676c1;
    font-weight: bold;
}

.textlist .info li:hover .title::before {
    width: 3px;
    height: 3px;
    background: #2676c1;
}

.textlist .info li:hover {
    border: 1px solid #2676c1;
}

.detail2 {
    padding-bottom: 70px;
}

.detail2 .title {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}

.detail2 .timer {
    text-align: center;
    margin: 20px 0 12px 0;
}

.detail2 .timer span {
    color: rgba(47, 47, 47, .5);
    margin: 0 15px;
}

.detail2 .dtl {
    box-sizing: border-box;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    padding: 15px 0;
}

.detail2 .dtl p {
    font-size: 18px;
    color: #2f2f2f;
    line-height: 35px;
    margin: 10px 0;
}

.detail-page p {
    color: #2f2f2f;
    font-size: 18px;
    line-height: 80px;
}

.detail-page p:hover {
    color: #2676c1;
}


.piclist .info li {
    width: 100%;
    height: 200px;
    margin-bottom: 30px;
    background: #f8f8f8;
}

.piclist .info li a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.piclist .info li .img {
    overflow: hidden;
    width: 360px;
}

.piclist .info li .img img {
    width: 100%;
    height: 200px;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.piclist .info li .title {
    font-size: 18px;
    color: #292929;
}

.piclist .info li .text {
    flex: 1;
    box-sizing: border-box;
    padding: 30px;
    height: 200px;
}

.piclist .info li .title {
    font-size: 18px;
    color: #292929;
}

.piclist .info li .desc {
    color: #292929;
    opacity: .5;
    line-height: 25px;
    height: 50px;
    margin: 10px 0 25px 0;
}

.piclist .info li .dete {
    color: #292929;
    opacity: .5;
}

.piclist .info li:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.piclist .info li:hover {
    background: #edf7ff;
}

.piclist .info li:hover .title {
    color: #2676c1;
    font-weight: bold;
}

.piclist .info li:hover .dete {
    color: #2676c1;
}

.danye .dtl {
    border: none;
}

/* -------------------------------------- */

.picture .info {
    width: calc(100% + 32px);
    margin-left: -16px;
    display: flex;
    flex-wrap: wrap;
}

.picture .info li {
    width: calc((100% - 96px) / 3);
    margin: 0 16px 30px 16px;
}

.picture .info li .img {
    overflow: hidden;
}

.picture .info li .img img {
    width: 100%;
    height: 250px;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.picture .info li .title {
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #e9e9e9;
    font-size: 18px;
    color: #373737;
}

.picture .info li:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.picture .info li:hover .title {
    color: #fff;
    background: #2676c1;
}

/* -- */
.picslide2 {
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    max-width: 1400px;
    margin: 0 auto 30px auto;
}

.picslide2 .swiper-wrapper {
    position: relative;
    left: 18%;
}

.picslide2 .swiper-slide {
    width: 945px;
}

.picslide2 .swiper-slide .img {
    overflow: hidden;
}

.picslide2 .swiper-slide .img img {
    width: 100%;
    height: 530px;
    transition: All 0.3s ease-in-out;
    -webkit-transition: All 0.3s ease-in-out;
    -moz-transition: All 0.3s ease-in-out;
    -o-transition: All 0.3s ease-in-out;
}

.picslide2 .swiper-slide .title {
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-weight: bold;
    box-sizing: border-box;
    padding: 0 20px;
    position: absolute;
    bottom: 0;
    z-index: 99;
    opacity: 0;
    font-size: 18px;
    text-align: center;
    background: rgba(0, 0, 0, .5);
    transition: all 0.5s ease-in-out;
}


.picslide2 .swiper-slide-active .title {
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

.picslide2 .swiper-slide-active:hover .img img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.picslide2 .swiper-pagination {
    text-align: right;
    box-sizing: border-box;
    padding-right: 14%;
}

.picslide2 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
    background: rgba(255, 255, 255, 0.5);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
}

.picslide2 .swiper-pagination-bullet-active {
    background: #fff;
}

.picslide2 .swiper-next,
.picslide2 .swiper-prev {
    width: 37px;
    height: 74px;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    top: calc((100% - 70px) / 2);
    z-index: 99;
    border-radius: 0 200px 200px 0;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.picslide2 .swiper-next {
    right: 14.3%;
    border-radius: 200px 0 0 200px;
}

.picslide2 .swiper-next img {
    position: relative;
    left: 5px;
}

.picslide2 .swiper-prev img {
    position: relative;
    right: 5px;
}

.picslide2 .swiper-prev {
    left: 18%;
}

.picslide2 .swiper-next:hover,
.picslide2 .swiper-prev:hover {
    background: #2676c1;
}

/* ------------------------ */
.mbheader {
    width: 100%;
    height: 60px;
    z-index: 1000;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
    background: #fff;
}

.mbheader .header-con {
    width: 90%;
    margin: 0 auto;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-con .logo {
    flex: 1;
    box-sizing: border-box;
    padding-right: 20px;
}

.mbheader .header-con h1 a {
    display: inline-block;
}

.mbheader .header-con .logo img {
    width: 100%;
}

.sp_header {
    height: 50px;
    background: #fff;
    position: fixed;
    z-index: 10;
    width: 100%;
}

.sp_logo {
    padding: 10px;
    float: left;
    height: 50px;
    width: 70%;
}

.sp_logo img {
    margin: auto;
    width: 100%;
    height: 100%;
}

.sp_nav {
    width: 30px;
    position: relative;
    cursor: pointer;
    height: 30px;
    margin-top: 10px;
    flex: none;
}

.sp_nav span {
    display: block;
    background: #00157C;
    width: 30px;
    height: 2px;
    position: absolute;
    transition: all ease 0.35s
}

.sp_nav span:nth-of-type(1) {
    top: 0px
}

.sp_nav span:nth-of-type(2) {
    top: 10px
}

.sp_nav span:nth-of-type(3) {
    top: 20px
}

.sp_nav_se span:nth-of-type(1) {
    top: 10px;
    transform: rotate(45deg)
}

.sp_nav_se span:nth-of-type(2) {
    width: 0
}

.sp_nav_se span:nth-of-type(3) {
    top: 10px;
    transform: rotate(-45deg)
}

.sjj_nav {
    position: absolute;
    z-index: 9;
    background: #eee;
    width: 100%;
    height: auto !important;
    padding-bottom: 60px;
    font-size: 14px;
    line-height: 40px;
    top: -1000%;
    left: 0;
    z-index: 999;
    overflow: auto;
    overflow-x: hidden;
    transition: top ease 0.35s;
}

.nav_show {
    top: 80px
}

.sjj_nav>ul>li:first-child {
    overflow: hidden;
    border-top: 0
}

.sjj_nav>ul>li:first-child>a {
    float: left;
    width: calc(100% - 70px)
}

.sjj_nav>ul>li:first-child .language {
    float: right;
    width: 70px;
    overflow: hidden;
    line-height: 30px;
    margin-top: 5px
}

.sjj_nav>ul>li:first-child .language a {
    width: 35px;
    float: left;
    border-left: 1px #ddd solid;
    text-align: center;
    color: #999;
}

.sjj_nav ul li i {
    position: absolute;
    top: 5px;
    right: 0px;
    border-left: 1px #ddd solid;
    height: 30px;
    padding: 0px 7px 0 7px;
}

.sjj_nav ul li i svg {
    transform: rotate(-90deg);
    transition: all ease 0.35s
}

.sjj_nav ul li .sjj_nav_i_se svg {
    transform: rotate(0deg)
}

.sjj_nav ul li {
    border-top: 1px #ddd solid;
    margin-left: 20px;
    position: relative;
    line-height: 40px;
    font-size: 14px
}

.sjj_nav>ul>li:last-child {
    border-bottom: 1px #ddd solid;
}

.sjj_nav ul li ul {
    display: none
}

.sjj_nav ul li a {
    color: #666;
    /* width: 80% */
}

.sjj_nav ul li ul li a {
    color: #999;
    display: block;
    text-align: left;
}

.sjj_nav ul li i svg {
    width: 20px;
    height: 20px;
    fill: #555;
}

.sjj_nav ul li .sjj_nav_i_se svg {
    fill: #3B8BB9
}

.sjj_nav ul li ul li>ul {
    margin-left: 10px;
}

.list-page {
    padding: 30px 0;
}


/* -------- */

.textlist2 {
    margin-bottom: 30px;
}

.textlist2 .info li {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #f2f2f2;
    margin: 20px 0;
    padding: 15px;
    background: #fff;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
}

.textlist2 .info li .dete {
    color: #303030;
}

.textlist2 .info li .title {
    font-size: 18px;
    color: #303030;
    margin: 10px 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.textlist2 .info li .desc {
    color: #303030;
    opacity: .5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

/* --- 4-27 ---  */

.xskyBox .item {
    display: none;
}

.xskyBox .item.on {
    display: block;
}

.tabHead {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding-bottom: 20px;
    padding-top: 65px;
    border-bottom: 1px solid #d5dce3;
}

.tabHead .title {
    display: flex;
    align-items: center;
}

.tabHead .title .box {
    margin-right: 30px;
    position: relative;
    cursor: pointer;
}

.tabHead .title .box::before {
    content: '';
    width: 100%;
    height: 3px;
    background: #2676c1;
    position: absolute;
    bottom: -22px;
    opacity: 0;
}

.tabHead .title .box .name {
    font-size: 32px;
    color: #303030;
    font-weight: bold;
    position: relative;
}

.tabHead .title .box.on .name {
    color: #2676c1;
}

.tabHead .more a {
    color: #303030;
    opacity: .5;
    float: right;
    /* margin-top: 20px; */
    display: none;
}

.tabHead .more a.on {
    display: block;
}

.tabHead .title .box.on::before {
    opacity: 1;
}