.banner{
    height: 1070px;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
video{
    margin: 0 auto !important;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-slide:hover img {
    transform: scale(1.1);
}

.mySwiper1 .swiper-button-next,
.mySwiper1 .swiper-button-prev {
    width: 60px;
    height: 60px;
    background: url(../images/prev.png) center no-repeat rgba(0, 0, 0, .3);
    border-radius: 50%;
}

.mySwiper1 .swiper-button-prev {
    left: 10%;
}

.mySwiper1 .swiper-button-next {
    right: 10%;
    background: url(../images/next.png) center no-repeat rgba(0, 0, 0, .3);
}

.mySwiper1 .swiper-pagination {
    width: 28%;
    padding-left: 150px;
    text-align: left;
    bottom: 7% !important;
}

.mySwiper1 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: 1;
    margin: 0px 25px !important;
}

.mySwiper1 .swiper-pagination-bullet-active {
    position: relative;
    background: #fe0000;
}

.mySwiper1 .swiper-pagination-bullet-active::after {
    content: '';
    display: block;
    width: 21px;
    height: 21px;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: -7px;
    left: -7px;
}

.mySwiper1 .zanting {
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(../images/zanting.png) center no-repeat #fff;
    border-radius: 50%;
    bottom: 7%;
    bottom: 6.5%;
    left: 29%;
    cursor: pointer;
}

.mySwiper1 .play {
    background: url(../images/bofanganniu.png) center no-repeat #fff;
}

.mySwiper1 .swiper-button-next,
.mySwiper1 .swiper-button-prev {
    top: 60%;
}

.shubiao {
    width: 100px;
    height: 100px;
    position: absolute;
    bottom: 3%;
    left: 50%;
    transform: translateX(-50%);
    background: url(../images/shubiao.png) center no-repeat;
}

@keyframes play {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.shubiao::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/tuoyuan.png) no-repeat;
    background-size: cover;
    animation: play 15s linear infinite;
}

.xwzx {
    padding-top: 30px;
    background: url(../images/xwzxbg.png) no-repeat;
    background-size: cover;
}

.titbox {
    position: relative;
    text-align: center;
}

.titbox p {
    font-size: 18px;
    font-family: "Microsoft YaHei";
    color: rgb(225, 225, 225);
    font-weight: bold;
    line-height: 1.2;
}

.titbox h1 {
    font-size: 38px;
    font-family: "Microsoft YaHei";
    color: #333;
    font-weight: bold;
    line-height: 1.2;
}

.titbox h1 span {
    color: #67b891;
}

.titbox::before,
.titbox::after {
    content: '';
    display: block;
    width: 37%;
    height: 62px;
    background: url(../images/titbg.png) no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 20%;
}

.titbox::after {
    left: auto;
    right: 0;
}

.titbox h1::after,
.titbox h1::before {
    content: '';
    display: block;
    width: 49%;
    height: 1px;
    background: #ccc;
    position: absolute;
    left: -8%;
    top: 65%;
}

.titbox h1::after {
    left: auto;
    right: -8%;
}

.xwzx-main {
    margin-top: 50px;
}

.xwzx-f {
    width: 54.6%;
    height: 513px;
}

.xwzx-r {
    width: 44.3%;
}

.mySwiper2 {
    height: 100%;
}

.mySwiper2 .swiper-slide {
    position: relative;
}

.mySwiper2 .textbox {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .4);
}

.mySwiper2 .textbox a {
    width: 83%;
    padding-left: 30px;
    display: block;
    height: 60px;
    line-height: 60px;
    font-size: 21px;
    font-family: "Microsoft YaHei";
    color: rgb(255, 255, 255);
    text-align: left;
}

.mySwiper2 .swiper-pagination {
    padding-right: 35px;
    text-align: right;
}

.mySwiper2 .swiper-pagination-bullets {
    bottom: 20px !important;
}

.mySwiper2 .swiper-pagination-bullet {
    background-color: #fff;
    opacity: 1;
}

.mySwiper2 .swiper-pagination-bullet-active {
    background-color: #ffda45;
}

.xwzx-r {
    position: relative;
}

.xwzx-r li {
    display: flex;
    justify-content: space-between;
    padding: 18px 0;
    padding-left: 45px;
    background: url(../images/xwlist-bg1.png) 2% 55% no-repeat;
}

.xwzx-r li a {
    display: block;
    width: 80%;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: #333;
    text-align: left;
}

.xwzx-r li:hover {
    background: url(../images/xwlist-bg2.png) 0.4% 55% no-repeat;
}

.xwzx-r li:hover a {
    color: #67b891;
}

.xwzx-r::before {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background-color: #67b891;
    position: absolute;
    left: 3%;
    top: 0;
}

.tzgg {
    margin-bottom: -110px;
    padding-top: 50px;
    background-color: #f0f4f4;
}

.tzgg ul {
    position: relative;
    z-index: 20;
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}

.tzgg li {
    width: 31.7%;
    padding: 35px 40px 70px;
    background-color: #fff;
    border-bottom: 3px solid #dee4ed;
}

.tzgg li .date {
    margin-bottom: 40px;
    padding-left: 30px;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: #ccc;
    background: url(../images/time.png) left no-repeat;
}

.tzgg li h1 {
    font-weight: normal;
}

.tzgg li a {
    display: block;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: #999;
    line-height: 1.9;
    height: 55px;
}

.tzgg li:hover {
    border-bottom: 3px solid #59ac80;
}

.tzgg li:hover .date {
    color: #ffda45;
    background: url(../images/time2.png) left no-repeat;
}

.jyjx {
    padding-top: 130px;
    padding-bottom: 70px;
    background: url(../images/jyjxbg.png) no-repeat #f0f4f4;
    background-position: 0px -60px;
    background-size: cover;
}

.jyjx-lists {
    position: relative;
    margin-top: 70px;
}

.jyjx .titbox {
    padding-top: 45px;
}

.jyjx-l {
    width: 33.5%;
}

.jyjx-r {
    width: 64.2%;
}

.jyjx-l-1 .imgbox {
    height: 355px;
    overflow: hidden;
}

.jyjx-l-1 .imgbox img,
.jyjx-l-2 .imgbox img,
.yssj-lists .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.jyjx-l-1 .imgbox:hover img,
.yssj-lists .imgbox:hover img {
    transform: scale(1.1);
}

.jyjx-l-1 .textbox {
    position: relative;
    margin-top: -55px;
    padding: 90px 20px 148px;
    background: url(../images/textboxbg1.png) no-repeat;
    z-index: 50;
}

.jyjx-l-1 .textbox h1,
.jyjx-l-2 .textbox h1 {
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #ccc;
}

.jyjx-l-1 .textbox h1::after,
.jyjx-l-2 .textbox h1::after {
    content: '';
    display: block;
    width: 67px;
    height: 2px;
    background-color: #67b891;
    position: absolute;
    left: 0;
    bottom: 0px;
}

.jyjx-l-1 .textbox h1 a,
.jyjx-l-2 .textbox h1 a {
    display: block;
    height: 53px;
    overflow: hidden;
    font-size: 18px;
    font-family: "Microsoft YaHei";
    color: #333;
    line-height: 1.5;
}

.jyjx-l-1 .textbox p a,
.jyjx-l-2 .textbox p a {
    display: block;
    font-size: 16px;
    height: 83px;
    font-family: "Microsoft YaHei";
    color: rgb(153, 153, 153);
    line-height: 1.7;
}



.jyjx-l-1 .date,
.jyjx-l-2 .date {
    padding: 5px 15px;
    background: #67b891;
    text-align: center;
    position: absolute;
    top: -40px;
    right: 30px;
}

.jyjx-l-1 .date p,
.jyjx-l-2 .date p {
    font-size: 48px;
    font-family: "Microsoft YaHei";
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1;
}

.jyjx-l-1 .date span,
.jyjx-l-2 .date span {
    display: block;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgb(255, 255, 255);
}

.jyjx-r1-1,
.jyjx-r1-2 {
    position: relative;
    width: 49%;
    height: 340px;
    overflow: hidden;
}
.jyjx-r1-2{
    float:right !important;
}
.jyjx-r1-1 img,
.jyjx-r1-2 img,
.jyjx-l-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.jyjx-r1-1:hover img,
.jyjx-r1-2:hover img,
.jyjx-l-2:hover img {
    transform: scale(1.1);
}

.jyjx-r1-1 .textbox,
.jyjx-r1-2 .textbox {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 20;
}

.jyjx-r1-1 .textbox a,
.jyjx-r1-2 .textbox a {
    display: block;
    padding: 0 20px;
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgb(255, 255, 255);
    line-height: 2.5;
}

.jyjx-r1-1::after,
.jyjx-r1-2::after {
    content: '';
    display: block;
    width: 100%;
    height: 120px;
    background: linear-gradient(360deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    position: absolute;
    bottom: 0;
    left: 0;
}

.jyjx-l-2 {
    width: 64.2%;
    /* margin-top: 15px; */
    position: absolute;
    right: 0;
    bottom: 0;
}

.jyjx-l-2 .imgbox {
    width: 59.5%;
    height: 370px;
    overflow: hidden;
}

.jyjx-l-2 .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.jyjx-l-2 .textbox {
    width: 52%;
    padding: 35px 30px 0 55px;
    height: 300px;
    background: url(../images/textboxbg2.png) no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 20;
}

.jyjx-l-2 .date {
    position: absolute;
    left: 1%;
    right: auto;
    top: auto;
    bottom: -7%;
    z-index: 40;
}

.djgz {
    padding: 90px 0 75px 0;
    background: url(../images/djgzbg.png) no-repeat;
    background-size: cover;
}

.djgz .titbox::before,
.djgz .titbox::after {
    background: url(../images/titbg2.png) no-repeat;
}

.djgz .titbox p,
.djgz .titbox h1 {
    color: #fff;
}

.djgz .titbox h1::after,
.djgz .titbox h1::before {
    background-color: #fff;
}

.djgz-container {
    margin-top: 70px;
}

.djgz-l {
    width: 49.8%;
    height: 500px;
}

.djgz-r {
    width: 50.2%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.djgz-r>div {
    width: 50%;
    padding: 30px 20px;
}

.djgz-r>div h1 {
    margin-bottom: 15px;
}

.djgz-r>div h1 a {
    display: block;
    height: 45px;
    font-size: 18px;
    font-family: "Microsoft YaHei";
    color: rgb(255, 255, 255);
    font-weight: normal;
    line-height: 1.2;
    text-align: left;
}

.djgz-r>div p {
    padding-bottom: 15px;
    border-bottom: 1px solid rgb(203, 255, 234);
    margin-bottom: 15px;
}

.djgz-r>div p a {
    display: block;
    height: 80px;
    overflow: hidden;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb(203, 255, 234);
    line-height: 1.4;
}

.djgz-r>div .time {
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb(177, 255, 213);
    line-height: 1.4;
}
.djgz-r>div:hover p>a{
    color: #fff697;
}
.djgz-r .djgz1,
.djgz-r .djgz4 {
    background: #67b891;
}

.yssj {
    padding: 240px 0 70px 0;
    background: url(../images/yssjbg_02.jpg)no-repeat;
}

.yssj-lists {
    margin-top: 70px;
}

.yssj-lists ul {
    display: flex;
    justify-content: space-between;
}

.yssj-lists li {
    position: relative;
    width: 24%;
    max-height: 720px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.yssj-lists .imgbox {
    height: 590px;
    overflow: hidden;
}

.yssj-lists .textbox {
    padding: 0 30px;
    height: 140px;
    line-height: 140px;
}

.yssj-lists .textbox a {
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb(153, 153, 153);
    line-height: 1.7;
    text-align: left;
}

.yssj-lists .yssj2,
.yssj-lists .yssj4 {
    margin-top: 80px;
}

.yssj-lists .date {
    width: 90px;
    padding: 5px 10px;
    background-color: rgba(0, 0, 0, .5);
    position: absolute;
    bottom: 14%;
    right: 5%;
    transition: all 0.5s ease 0s;
}

.yssj-lists .date h1 {
    font-size: 36px;
    font-family: "Microsoft YaHei";
    color: rgb(255, 255, 255);
    text-align: center;
}

.yssj-lists .date p {
    font-size: 16px;
    font-family: "Microsoft YaHei";
    color: rgb(255, 255, 255);
    text-align: center;
}

.yssj-lists li:hover .date {
    background-color: rgba(255, 181, 64, .7);
}

.xsgz {
    padding-top: 70px;
    background: url(../images/xsgzbg.png) no-repeat;
    background-size: cover;
}

.xsgz-lists {
    margin-top: 50px;
}

.xsgz-lists ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.xsgz-lists li {
    position: relative;
    width: 22.7%;
    padding: 95px 20px;
    background: url(../images/xsgzbg3.png) center no-repeat;
    background-size: 100% 180px;
    z-index: 2;
}

.xsgz-lists li a {
    display: block;
    font-size: 18px;
    height: 52px;
    font-family: "Microsoft YaHei";
    color: rgb(51, 51, 51);
    line-height: 1.4;
}

.xsgz-lists li .date {
    width: 105px;
    text-align: center;
    padding: 5px 0;
    background-color: #59ac80;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    color: rgb(255, 255, 255);
    font-weight: bold;
    position: absolute;
    top: 7%;
    left: 7%;
    transition: all 0.5s ease 0s;
}

.xsgz-lists .xsgz-items1,
.xsgz-lists .xsgz-items2,
.xsgz-lists .xsgz-items3,
.xsgz-lists .xsgz-items4 {
    margin-bottom: 5px;
}

.xsgz-lists li:hover {
    background: url(../images/xsgzbg2.png) center no-repeat;
    background-size: 100% 95%;
}

.xsgz-lists li:hover a {
    color: #fff;
}

.xsgz-lists li:hover .date {
    background-color: #ffb540;
}

.dblj {
    margin-top: -95px;
    min-height: 360px;
    display: flex;
    align-items: end;
    background: url(../images/dbljbg.png) right bottom no-repeat;
    background-position-y: 0px;
}
.dblj div {
    flex: 1;
    position: relative;
}

.dblj div span {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: all 0.5s ease 0s;
}
.dblj .adlj2,
.dblj .adlj4,
.dblj .adlj6,
.dblj .adlj8,
.dblj .adlj10,
.dblj .adlj12,
.dblj .adlj14,
.dblj .adlj16 {
    background-color: #acdec4;
    transition: all 0.5s ease 0s;
}
.dblj .adlj1,
.dblj .adlj3,
.dblj .adlj5,
.dblj .adlj7,
.dblj .adlj9,
.dblj .adlj11,
.dblj .adlj13,
.dblj .adlj15,
.dblj .adlj17 {
    background-color: #59ac80;
    transition: all 0.5s ease 0s;
}
.dblj .adlj5,.dblj .adlj13{
    height: 40px;
}
.dblj .adlj4,.dblj .adlj14,
.dblj .adlj16{
    height: 30px;
}
.dblj .adlj3,.dblj .adlj15{
    height: 35px;
}
.dblj .adlj1{
    height: 25px;
}
.dblj .adlj2{
    height: 55px;
}
.dblj .adlj17{
    height: 15px;
}
.dblj .adlj6,
.dblj .adlj12 {
    height: 75px;
}

.dblj .adlj7,
.dblj .adlj11 {
    height: 105px;
}

.dblj .adlj8,
.dblj .adlj10 {
    height: 155px;
}

.dblj .adlj9 {
    height: 205px;
}
.dblj div:hover{
    height: 80px;
}
.adlj6 i {
    display: block;
    width: 57px;
    height: 57px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/dbljbg1.png) no-repeat;
    background-size: cover;
    transition: all 0.5s ease 0s;
}

.adlj7 i {
    display: block;
    width: 60px;
    height: 53px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/dbljbg2.png) no-repeat;
    background-size: cover;
    transition: all 0.5s ease 0s;
}

.adlj8 i {
    display: block;
    width: 52px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/dbljbg3.png) no-repeat;
    background-size: cover;
    transition: all 0.5s ease 0s;
}

.adlj9 i {
    display: block;
    width: 61px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/dbljbg4.png) no-repeat;
    background-size: cover;
    transition: all 0.5s ease 0s;
}

.adlj10 i {
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/dbljbg5.png) no-repeat;
    background-size: cover;
    transition: all 0.5s ease 0s;
}

.adlj11 i {
    display: block;
    width: 65px;
    height: 47px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/dbljbg6.png) no-repeat;
    background-size: cover;
    transition: all 0.5s ease 0s;
}

.adlj12 i {
    display: block;
    width: 60px;
    height: 52px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/dbljbg7.png) no-repeat;
    background-size: cover;
    transition: all 0.5s ease 0s;
}

.dblj .adlj6:hover,
.dblj .adlj12:hover {
    height: 115px;
}

.dblj .adlj6:hover i,
.dblj .adlj12:hover i {
    top: 40%;
}

.dblj .adlj7:hover,
.dblj .adlj11:hover {
    height: 145px;
}

.dblj .adlj7:hover i,
.dblj .adlj11:hover i {
    top: 30%;
}

.dblj .adlj8:hover,
.dblj .adlj10:hover {
    height: 195px;
}

.dblj .adlj8:hover i,
.dblj .adlj10:hover i {
    top: 25%;
}

.dblj .adlj9:hover {
    height: 245px;
}

.dblj .adlj9:hover i {
    top: 19%;
}

.dblj .adlj6 span,
.dblj .adlj12 span {
    top: 70%;
}

.dblj .adlj7 span,
.dblj .adlj7 span {
    top: 52%;
}

.dblj .adlj8 span,
.dblj .adlj10 span {
    top: 43%;
}

.dblj .adlj9 span {
    top: 34%;
}

.dblj div:hover span {
    opacity: 1;
    color: #fff697;
}

.dblj .adlj6:hover i {
    background: url(../images/dbljbg1-1.png) no-repeat;
    background-size: cover;
}

.dblj .adlj7:hover i {
    background: url(../images/dbljbg2-1.png) no-repeat;
    background-size: cover;
}

.dblj .adlj8:hover i {
    background: url(../images/dbljbg3-1.png) no-repeat;
    background-size: cover;
}

.dblj .adlj9:hover i {
    background: url(../images/dbljbg4-1.png) no-repeat;
    background-size: cover;
}

.dblj .adlj10:hover i {
    background: url(../images/dbljbg5-1.png) no-repeat;
    background-size: cover;
}

.dblj .adlj11:hover i {
    background: url(../images/dbljbg6-1.png) no-repeat;
    background-size: cover;
}

.dblj .adlj12:hover i {
    background: url(../images/dbljbg7-1.png) no-repeat;
    background-size: cover;
}
.m-dblj{
    display: none;
}