﻿nav .box li:nth-child(1) a {
    font-weight: bold;
    border-bottom: 2px solid rgb(255, 255, 255);
}

nav .subnav-zong #subnav1 {
    display: block;
}

.container {
    width: 1200px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 30px;
}

.normal-title {
    position: relative;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.normal-title .tab {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    padding: 6px 10px;
    margin-right: 5px;
}

.normal-title .tab.active {
    color: #fff;
    background: #115db2;
    border-radius: 5px 5px 0px 0px;
}

.normal-title .more {
    position: absolute;
    top: 10px;
    right: 5px;
}

.normal-title .more a {
    color: #115db2;
}

.border {
    border: 1px solid #115db2;
}

.top_content {
    width: 100%;
    box-sizing: border-box;
    display: inline-block;
    background-color: #fff;
}

.content_ul {
    display: none;
}

.cur {
    display: block;
}

.content_ul_li {
    position: relative;
    margin-bottom: 25px;
}

.content_ul_li::before {
    position: absolute;
    content: "";
    width: 12px;
    height: 10px;
    background: url(./jiantou.png) no-repeat;
    background-size: 100% 100%;
    left: 0;
    top: 6px;
}

.content_ul_li:last-of-type {
    margin-bottom: 0;
}

.content_ul_li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.content_ul_li .title {
    font-size: 16px;
    color: #404040;
    width: 75%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    padding-left: 18px;
}

.content_ul_li:hover .title {
    color: #115db2;
}

.content_ul_li .time {
    color: #999999;
    font-size: 16px;
}

.content_ul_li:hover .time {
    color: #115db2;
}

.czj aside {
    flex-direction: column;
    align-items: center;
    padding: 30px 0;
    background: #f5f5f5;
}

.czj aside a {
    margin: 0 6%;
    line-height: 30px;
}

.czj aside a:first-child {
    font-size: 36px;
    font-weight: 600;
    color: #115db2;
    line-height: 38px;
    margin-bottom: 25px;
}

.czj aside a:hover {
    color: #115db2;
}

.swiper-container-one {
    width: 51.7%;
    margin-left: 0;
}

.swiper-container-one a {
    width: 100%;
    height: 100%;
}

.swiper-container-one img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-container-one .title {
    position: absolute;
    bottom: 0;
    font-size: 16px;
    color: #ffffff;
    z-index: 20;
    background: rgb(0, 0, 0, 0.5);
    height: 50px;
    line-height: 50px;
    padding-left: 12px;
    width: 100%;
}

.swiper-container-one .swiper-pagination-bullet {
    background: #ffffff;
}

.swiper-container-one .swiper-pagination-bullet:last-of-type {
    margin-right: 17px;
}

.swiper-container-one .swiper-pagination {
    bottom: 10px;
    text-align: right;
}

.czj-one-right {
    width: 45%;
}

.czj-one-right .content_ul_li {
    padding-bottom: 15px;
    border-bottom: 1px dashed #ddd;
}

.czj-one-right .content_ul_li:last-child {
    margin-bottom: 0;
}

.czj-one .content_ul_li {
    margin-bottom: 15px;
}

.czj-two {
    align-items: center;
    border: solid 1px #115db2;
}

.czj-two li {
    text-align: center;
    padding-right: 1.7%;
    border-right: 1px solid #115db2;
}

.czj-two li .img_box {
    transition: all .5s;
    margin-bottom: 10px;
}

.czj-two li .two {
    display: none;
}

.czj-two li:hover .one {
    display: none;
}

.czj-two li:hover .two {
    display: inline-block;
}

.czj-two li:hover .img_box {
    transform: rotateY(180deg);
}

.czj-two li:hover p {
    color: #115db2;
}

.czj-two li:first-child {
    width: 160px;
    height: 160px;
    padding: 0;
    background-color: #115db2;
    border: solid 1px #115db2;
}

.czj-two li:first-child img {
    margin-top: 15px;
    margin-bottom: 10px;
}

.czj-two li:first-child p {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}

.czj-two li:last-child {
    border: 0;
}

.czj-three .top_content:first-child,
.czj-three .top_content:last-child {
    width: 48.3%;
    margin-bottom: 10px;
}

.czj-four .row-title {
    position: relative;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    background: #f5f5f5;
}

.czj-four .row-title img {
    width: 26px;
    height: 26px;
    position: relative;
    top: 5px;
    margin-right: 10px;
}

.czj-four .row-title span {
    font-size: 24px;
    font-weight: 600;
    color: #333;
}

.czj-four .row-title p {
    position: absolute;
    top: 0;
    right: 20px;
    color: #115db2;
}

.czj-four-left {
    width: 35.8%;
}

.czj-four-left .content_ul {
    padding: 15px 10px;
}

.czj-four-left .bottom {
    display: flex;
    margin-top: 12px;
}

.czj-four-left .bottom h2 {
    width: 90px;
    padding: 20px;
    text-align: center;
    background-color: #115db2;
    border: solid 1px #115db2;
}

.czj-four-left .bottom h2 a {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}

.czj-four-left .bottom ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex: 1;
    padding: 5px;
}

.czj-four-left .bottom ul a img {
    position: relative;
    top: 4px;
    margin-right: 3px;
}

.czj-four-left .bottom ul li {
    width: 95px;
    margin: 0 6px;
}

.czj-four-left .bottom ul li:hover span {
    color: #115db2;
}

.czj-four-center {
    width: 35.8%;
}

.czj-four-center .border {
    width: 180px;
    height: 45px;
    display: flex;
    align-items: center;
    margin-top: 25px;
    margin-left: 20px;
    margin-bottom: 5px;
}

.czj-four-center .border h5 {
    font-size: 18px;
    color: #333;
    flex: 1;
    text-align: center;
}

.czj-four-center .border:hover h5 {
    font-weight: 600;
    color: #115db2;
}

.czj-four-center .wsbs {
    color: #115db2;
    margin-top: 22px;
    margin-left: 66px;
}

.czj-four-center .wsbs:hover {
    font-weight: 600;
}

.czj-four-center .box {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 10px;
}

.czj-four-right {
    width: 21.7%;
}

.czj-four-right a {
    display: flex;
    justify-content: space-around;
    align-items: center;
    transition: all .5s;
}

.czj-four-right a:hover {
    transform: scale(1.03);
}

.czj-four-right .one {
    width: 100%;
    height: 75px;
    margin-bottom: 9px;
    background: url(./button-bg.png) no-repeat;
    background-size: 100% 100%;
}

.czj-four-right .one h5 {
    font-size: 16px;
    font-weight: 600;
    color: #ad1616;
}

.czj-four-right .one h6 {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 10px solid #ad1616;
}

.czj-four-right .two h5 {
    color: #115db2;
    padding-left: 2%;
}

.czj-four-right .two h6 {
    border-left: 10px solid #115db2;
}

.czj-four-right .border {
    height: 70px;
    padding: 0 15%;
    margin-bottom: 10px;
}

.czj-four-right .border:last-child {
    margin-bottom: 0;
}

.czj-four-right .border p {
    font-weight: 600;
    color: #115db2;
}

.czj-five {
    flex-direction: column;
    border: 1px solid #115db2;
}

.czj-five-title {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f5f5f5;
}

.czj-five-title h3 {
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin: 0 25px;
}

.czj-five-con {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding: 20px 1%;
    margin-bottom: 10px;
}

.czj-five-con a{
    width: 23%;
    transition: all .6s;
}

.czj-five-con a img{
    width: 100%;
}

.czj-five-con a:hover{
    transform: scale(1.06);
}

.czj-six {
    flex-direction: column;
}

.czj-six-title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
}

.czj-six-title h3 {
    width: 180px;
    font-size: 24px;
    font-weight: 600;
    color: #333;
    text-align: center;
}

.czj-six-title h4 {
    flex: 1;
    width: auto;
    height: 1px;
    background-color: #999999;
}

.swiper-container-two {
    width: 100%;
    padding-left: 5px;
    height: 200px;
}

.swiper-container-two .swiper-slide {
    width: 270px;
    height: 170px;
    overflow: hidden;
}

.swiper-container-two .swiper-slide a{
    width: 100%;
    text-align: center;
}

.swiper-container-two .swiper-slide img {
    max-width: 100%;
    border-radius: 10px;
    transition: all .6s;
}

.swiper-container-two .swiper-slide img:hover{
    transform: scale(1.06);
}

.swiper-container-two .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

@media screen and (max-width: 1200px) {

    .czj {
        width: 100%;
        padding-left: 1%;
        padding-right: 1%;
    }
    .container{
        width: 100%;
    }

    .content_ul_li .title{
        width: 68%;
    }

    .czj-four-center .wsbs{
        margin-top: 10px;
    }
}

@media screen and (max-width: 768px) {
    .container {
        flex-direction: column;
    }

    .czj-two{
        flex-direction: row;
        flex-wrap: wrap;
    }

    .swiper-container-one,
    .czj-one-right,
    .czj-three.container .top_content,
    .czj-four-left,
    .czj-four-center,
    .czj-four-right {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 15px;
    }

    .normal-title .tab{
        font-size: 20px;
        padding: 6px;
    }

    .czj-two li{
        width: 31%;
        border: 0;
        margin: 15px 0;
    }

    .czj-two li:first-child{
        display: none;
    }

    .czj-five-con a{
        width: 48%;
        margin-top: 10px;
    }
    
}

@media screen and (max-width: 350px) {
    .czj-three .top_content:last-child .normal-title .tab{
        font-size: 16px;
        padding: 6px 3px;
    }
}