.header .container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.head {
    width: 100%;
    height: 165px;
}

.search {
    width: 230px;
    height: 40px;
    border-radius: 5px;
    position: relative;
}

.search .search-in {
    width: 100%;
    height: 40px;
    outline: unset;
    border-radius: 5px;
    box-sizing: border-box;
    border: 1px solid #334C9C;
    padding-left: 20px;
}

.search .search-btn {
    width: 15px;
    height: 15px;
    background: url(../img/ss.svg) no-repeat;
    background-size: cover;
    position: absolute;
    right: 20px;
    border: none;
    top: 14px;
}


.navgation {
    width: 100%;
    height: 60px;
    background: #334C9C;
    position: relative;
    z-index: 99;
}

.navgation ul {
    width: 100%;
    display: flex;
    align-items: center;
}

.navgation ul .nli {
    flex: 1;
    position: relative;
    text-align: center;
}

.navgation ul .nli.on,
.navgation ul .nli:hover {
    background: #223A86;
}

.navgation ul .nli.on h3 a,
.navgation ul .nli:hover h3 a {
    color: #fff;
    font-weight: bold;
}

.navgation ul li h3 {
    height: 60px;
    line-height: 60px;
}

.navgation ul li h3 a {
    font-size: 20px;
    color: #fff;
}

.navgation ul li .sub {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    flex-direction: column;
    background: #fff;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
}

.navgation ul li .sub li {
    width: 100%;
    line-height: 50px;
    text-align: center;
}

.navgation ul li .sub li a {
    color: #333;
    font-size: 18px;
}

.navgation ul li:hover .sub {
    opacity: 1;
    visibility: visible;
}

.navgation ul li .sub li:hover {
    background: #EFF3FF;
}

.navgation ul li .sub li:hover a {
    font-weight: bold;
    color: #223A86;
}


.banlist {
    position: relative;
}

.banlist .swiper-slide a {
    display: inline-block;
    width: 100%;
}

.banlist .swiper-slide img {
    width: 100%;
}

.banlist .swiper-prev,
.banlist .swiper-next {
    width: 60px;
    height: 60px;
    background: url(../img/prev-ico.svg) no-repeat;
    background-size: cover;
    position: absolute;
    left: 42px;
    z-index: 99;
    top: calc((100% - 60px) / 2);
    cursor: pointer;
}

.banlist .swiper-next {
    left: auto;
    right: 42px;
    /* 旋转180度 */
    transform: rotate(180deg);
    transition: all 0.5s ease-in-out;
}

.banlist .swiper-prev:hover,
.banlist .swiper-next:hover {
    background: url(../img/next-ico2.svg) no-repeat;
    background-size: cover;
    transform: none;
    transition: all 0.5s ease-in-out;
}

.banlist .swiper-prev:hover {
    transform: rotate(180deg);
}

.banlist .swiper-pagination {
    width: 100%;
    text-align: center;
    bottom: 30px;
    z-index: 99;
}

.banlist .swiper-pagination-bullet {
    margin: 0 5px;
    opacity: 1;
    width: 8px;
    height: 8px;
    background: #fff;
}

.banlist .swiper-pagination-bullet-active {
    background: #004998;
}

.footer {
    width: 100%;
    height: 213px;
    background: #334C9C;
}

.footer .container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer .code img {
    width: 110px;
}

.footer .code p {
    text-align: center;
    color: #fff;
    margin-top: 15px;
}

.footer .banq p {
    font-size: 16px;
    color: #fff;
    line-height: 35px;
}

.content1 {
    width: 100%;
    height: 807px;
    background: url(../img/content1Bg.png) center no-repeat;
    background-size: cover;
    overflow: hidden;
}

.tabHead {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 75px 0 40px 0;
}

.tabHead .name a {
    color: #D8D8D8;
    font-size: 36px;
    font-weight: bold;
    margin-right: 64px;
}

.tabHead .name a.on {
    color: #334C9C;
}

.tabHead .more {
    width: 180px;
    height: 50px;
    line-height: 50px;
    border-radius: 10px;
    text-align: center;
    border: 1px solid #3356A5;
}

.tabHead .more a {
    color: #334C9C;
    display: none;
}

.tabHead .more a.on {
    display: block;
}

.tabHead .more:hover {
    background: #334C9C;
}

.tabHead .more:hover a {
    color: #fff;
}

.count_item {
    display: none;
}

.count_item.active {
    display: flex;
    flex-wrap: wrap;
}

.count_item .box {
    width: calc((100% - 90px) / 3);
    height: 260px;
    position: relative;
    margin-right: 44px;
    margin-bottom: 42px;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 40px;
    /* border: 1px solid #f2f2f2; */
    border-radius: 12px;
    background: url(../img/gzdtBg.jpg) center no-repeat;
    background-size: cover;
}

.count_item .box:nth-child(3n) {
    margin-right: 0;
}

.count_item .box .img {
    overflow: hidden;
    border-radius: 12px;
}

.count_item .box .img img {
    width: 100%;
    height: 260px;
    border-radius: 12px;
}

.count_item .box .hover {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
}

.count_item .box .hover .title {
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 0;
    color: #fff;
    line-height: 60px;
    height: 60px;
    font-weight: bold;
    border-radius: 12px;
    background: linear-gradient(180deg, rgba(27, 139, 203, 0) 0%, #334C9C 100%);
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
}

.count_item .box .tt .dete {
    display: flex;
    align-items: flex-end;
    margin-bottom: 15px;
}

.count_item .box .tt .d {
    font-size: 36px;
    color: #334C9C;
    margin-right: 8px;
}

.count_item .box .tt .y {
    color: #334C9C;
    position: relative;
    top: -5px;
}

.count_item .box .tt .title {
    color: #333;
    line-height: 25px;
    height: 25px;
}

.count_item .box .tt .desc {
    color: #999;
    line-height: 25px;
    height: 50px;
    margin: 12px 0 22px 0;
}

.count_item .box:hover .hover {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease-in-out;
}

.content2 {
    width: 100%;
    height: 656px;
    background: url(../img/content2Bg.jpg) center no-repeat;
    background-size: cover;
    overflow: hidden;
}

.column {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 85px 0 30px 0;
}

.column .name {
    font-size: 36px;
    font-weight: bold;
    color: #334C9C;
}

.column .more {
    width: 180px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 10px;
    color: #3356A5;
    display: inline-block;
    box-sizing: border-box;
    border: 1px solid #3356A5;
}

.column .more:hover {
    background: #334C9C;
    color: #fff;
}


.content4 {
    width: 100%;
    height: 645px;
    background: url(../img/content4Bg.jpg) center no-repeat;
    background-size: cover;
    overflow: hidden;
}

.content3 {
    width: 100%;
    background: url(../img/content3Bg.png) center no-repeat;
    background-size: cover;
    padding-bottom: 80px;
    overflow: hidden;
}

.qydjlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.qydjlist .box {
    width: calc((100% - 40px) / 2);
    margin-bottom: 20px;
    position: relative;
    left: 0;
    transition: all 0.5s ease-in-out;
}

.qydjlist .box:hover {
    left: 5px;
    transition: all 0.5s ease-in-out;
}

.qydjlist .box a {
    display: flex;
    align-items: center;
}

.qydjlist .box .dete {
    width: 90px;
    height: 100px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.qydjlist .box .d {
    font-size: 30px;
    color: #414141;
}

.qydjlist .box .y {
    color: #9E9E9E;
}

.qydjlist .box .tt {
    flex: 1;
    box-sizing: border-box;
    padding-left: 18px;
}

.qydjlist .box .title {
    color: #414141;
    line-height: 25px;
    height: 25px;
}

.qydjlist .box .desc {
    color: #999;
    line-height: 20px;
    height: 20px;
    margin-top: 20px;
}

.qydjlist .box:hover .dete {
    background: #EFF3FF;
    box-sizing: border-box;
    border: 1px solid rgba(51, 76, 156, 0.34);
}

.qydjlist .box:hover .title {
    color: #334C9C;
}

.qydjlist .box:hover .desc {
    color: #666;
}

.advlist {
    position: relative;
    padding-top: 10px;
}

.advlist .swiper-slide .img {
    overflow: hidden;
}

.advlist .swiper-slide img {
    width: 100%;
    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;
}

.advlist .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);
}

.advlist .swiper-pagination {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.advlist .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: .3;
    margin: 0 4px;
}

.advlist .swiper-pagination-bullet-active {
    opacity: 1;
}

.teaSlide {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-bottom: 90px;
}

.mySwiper2 .swiper-slide {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    opacity: 0 !important;
    align-items: flex-start;
}

.mySwiper2 .swiper-slide-active {
    opacity: 1 !important;
}

.mySwiper .swiper-slide .img {
    overflow: hidden;
    border-radius: 10px;
}

.mySwiper .swiper-slide img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    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;
}

.mySwiper .swiper-slide .tt {
    width: 100%;
    height: 107px;
    background: linear-gradient(180deg, rgba(27, 139, 203, 0) 0%, #334C9C 100%);
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: flex-end;
}

.mySwiper .swiper-slide .title {
    text-align: center;
    line-height: 45px;
    height: 45px;
    font-weight: bold;
    color: #fff;
    width: 100%;
}

.mySwiper .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);
}

.mySwiper2 .swiper-slide .img {
    width: 590px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.mySwiper2 .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);
}

.mySwiper2 .swiper-slide img {
    width: 100%;
    /* height: 450px; */
    border-radius: 10px;
    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;
}

.mySwiper2 .swiper-slide:hover .name a {
    color: #334C9C;
}

.mySwiper2 .swiper-slide:hover .desc {
    color: #666;
}

.mySwiper2 .swiper-slide .text {
    flex: 1;
    box-sizing: border-box;
    padding-left: 30px;
}

.mySwiper2 .swiper-slide .title {
    display: flex;
    align-items: center;
}

.mySwiper2 .swiper-slide .name {
    font-size: 28px;
    font-weight: bold;
}

.mySwiper2 .swiper-slide .name a {
    color: #333;
}

.mySwiper2 .swiper-slide .zhiwu {
    color: #12A19A;
    font-size: 16px;
    height: 23px;
    line-height: 23px;
    border-radius: 2px;
    background: #E3FCE6;
    padding: 0 5px;
    margin-left: 12px;
}

.mySwiper2 .swiper-slide .zhicheng {
    color: #014286;
    font-size: 16px;
    height: 23px;
    line-height: 23px;
    padding: 0 5px;
    border-radius: 2px;
    background: #E1EFFF;
    margin-left: 12px;
}

.mySwiper2 .swiper-slide .desc {
    line-height: 25px;
    height: 50px;
    color: #999;
    margin-top: 15px;
}

.mySwiper {
    /* width: 1055px; */
    width: 55.7%;
    position: absolute;
    right: 0;
    bottom: 90px;
    overflow: hidden;
}

.mySwiper2 .swiper-next,
.mySwiper2 .swiper-prev {
    width: 49px;
    height: 49px;
    display: inline-block;
    position: absolute;
    cursor: pointer;
    margin-top: 30px;
    border-radius: 50%;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.mySwiper2 .swiper-next {
    background: url(../img/gcal-next.svg) no-repeat;
    right: 0;
    background-size: cover;
}

.mySwiper2 .swiper-prev {
    background: url(../img/gcal-prev.svg) no-repeat;
    right: 77px;
    background-size: cover;
}

.mySwiper2 .swiper-next:hover {
    background: url(../img/gcal-next2.svg) no-repeat;
    background-size: cover;
}

.mySwiper2 .swiper-prev:hover {
    background: url(../img/gcal-prev2.svg) no-repeat;
    background-size: cover;
}

.mySwiper2 .swiper-pagination {
    left: 0;
    text-align: left;
}

.mySwiper2 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 0.3;
    margin: 0 3px;
    background: #334C9C;
}

.mySwiper2 .swiper-pagination-bullet-active {
    width: 37px;
    border-radius: 90px;
    background: #334C9C;
    opacity: 1;
}

.about {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.about_left {
    width: calc(100% - 685px);
    box-sizing: border-box;
    padding-right: 50px;
}

.about_left .desc {
    color: #3D3D3D;
}

.about_left .desc p {
    line-height: 30px;
    display: inline-block;
}

.about_left .more {
    width: 145px;
    height: 40px;
    line-height: 40px;
    border-radius: 10px;
    background: #334C9C;
    margin: 25px 0 55px 0;
    position: relative;
    box-sizing: border-box;
    padding-left: 25px;
}

.about_left .more a {
    color: #fff;
    display: inline-block;
}

.about_left .more .ico {
    width: 18px;
    height: 18px;
    background: url(../img/about-ico.png) no-repeat;
    position: absolute;
    right: 15px;
    top: 10px;
}

.about_btn {
    width: 100%;
    display: flex;
    justify-content: space-between;

}

.about_btn .box {
    box-sizing: border-box;
    padding: 34px 35px 20px 35px;
}

.about_btn .box a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.about_btn .box .ico {
    transition: transform 0.5s;
}

.about_btn .box:hover .ico {
    transform: rotateY(180deg);
}

.about_btn .box1 .ico {
    width: 44px;
    height: 42px;
    background: url(../img/btn-icon1.svg) no-repeat;
    background-size: cover;
}

.about_btn .box2 .ico {
    width: 43px;
    height: 37px;
    background: url(../img/btn-icon2.svg) no-repeat;
    background-size: cover;
}

.about_btn .box3 .ico {
    width: 44px;
    height: 40px;
    background: url(../img/btn-icon3.svg) no-repeat;
    background-size: cover;
}

.about_btn .box4 .ico {
    width: 44px;
    height: 44px;
    background: url(../img/btn-icon4.svg) no-repeat;
    background-size: cover;
}

.about_btn .box p {
    color: #333;
    font-size: 16px;
    text-align: center;
    margin-top: 12px;
}

.about_btn .box:hover {
    background: url(../img/btn-box-bg.png) center no-repeat;
}

.about_btn .box1:hover .ico {
    background: url(../img/btn-icon1-on.svg) no-repeat;
    background-size: cover;
}

.about_btn .box2:hover .ico {
    background: url(../img/btn-icon2-on.svg) no-repeat;
    background-size: cover;
}

.about_btn .box3:hover .ico {
    background: url(../img/btn-icon3-on.svg) no-repeat;
    background-size: cover;
}

.about_btn .box4:hover .ico {
    background: url(../img/btn-icon4-on.svg) no-repeat;
    background-size: cover;
}

.about_btn .box4:hover p {
    color: #334C9C;
}

.about_right {
    width: 685px;
    box-sizing: border-box;
    padding: 20px 0 0 20px;
    position: relative;
}

.about_right::before {
    content: '';
    width: calc(100% - 35px);
    height: calc(100% - 25px);
    display: inline-block;
    background: #D3DDFF;
    border-radius: 15px;
    position: absolute;
    top: 0;
    left: 0;
}

.about_right .img {
    position: relative;
    z-index: 99;
}

.about_right .img img {
    width: 100%;
    /* height: 401px; */
    border-radius: 15px;
}

.videoBtn {
    width: 48px;
    height: 48px;
    background: url(../img/video.svg) no-repeat;
    background-size: cover;
    position: absolute;
    top: calc((100% - 48px) / 2);
    left: calc((100% - 48px) / 2);
    z-index: 99;
    cursor: pointer;
}

.ywly {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ywly_left {
    width: calc(100% - 665px);
    box-sizing: border-box;
    padding-right: 60px;
}

.ywly_right {
    width: 665px;
    position: relative;
}

.ywly_right .swiper-slide {
    background: #fff;
    border-radius: 15px;
    height: 192px;
}

.ywly_right .swiper-slide a {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ywly_right .swiper-slide p {
    width: 100%;
    color: #3D3D3D;
    font-size: 18px;
    margin-top: 20px;
    box-sizing: border-box;
    padding: 0 25px;
    text-align: center;
}

.ywly_right .swiper-slide .ico1 {
    display: block;
}

.ywly_right .swiper-slide .ico2 {
    display: none;
}

.ywly_right .swiper-slide.active {
    background: url(../img/ywly-slide-bg.png) center no-repeat;
    background-size: cover;
}

.ywly_right .swiper-slide.active .ico1 {
    display: none;
}

.ywly_right .swiper-slide.active .ico2 {
    display: block;
}

.ywly_right .swiper-slide.active p {
    color: #fff;
}

.ywly_right .swiper-pagination {
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.ywly_right .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #fff;
    opacity: 1;
    margin: 0 5px;
}

.ywly_right .swiper-pagination-bullet-active {
    background: #004998;
}

.ywly_left .box {
    width: 100%;
    position: relative;
    display: none;
}

.ywly_left .box.active {
    display: block;
}

.ywly_left .box .img {
    overflow: hidden;
    border-radius: 15px;
}

.ywly_left .box .img img {
    width: 100%;
    height: 408px;
    border-radius: 15px;
    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;
}

.ywly_left .box .tt {
    width: 100%;
    position: absolute;
    bottom: 0;
    box-sizing: border-box;
    padding: 20px 35px;
    background: linear-gradient(180deg, rgba(51, 76, 156, 0) 0%, #334C9C 100%);
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
    min-height: 238px;
    display: flex;
    align-items: flex-end;
    border-radius: 0 0 15px 15px;
}

.ywly_left .box .tt .desc {
    color: #fff;
    line-height: 35px;
}

.ywly_left .box: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);
}

.nydt {
    position: relative;
}

.nydt::before {
    content: '';
    width: 100%;
    height: 100%;
    display: inline-block;
    background: linear-gradient(90deg, rgba(51, 86, 165, 0.8) 44%, rgba(51, 86, 165, 0) 92%);
    position: absolute;
    left: 0;
    top: 0;
}

.nydt .img img {
    width: 100%;
}

.crumbs {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
}

.crumbs-name {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 16px;
}

.crumbs-list {
    color: #fff;
}

.crumbs-list a {
    color: #fff;
}

.crumbs-list span:last-of-type {
    display: none;
}

.subNav {
    box-shadow: 0px 4px 3px 0px rgba(200, 200, 200, 0.3);
}

.subNav .list {
    /* height: 50px; */
    display: flex;
    flex-wrap: wrap;
    /* overflow-x: auto;
    white-space: nowrap;
    flex-wrap: unset; */
}

.subNav .list .box {
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 32px;
    margin: 0 3px;
}

.subNav .list .box a {
    color: #333;
}

.subNav .list .box.on,
.subNav .list .box:hover {
    background: #3356A5;
}

.subNav .list .box.on a,
.subNav .list .box:hover a {
    color: #fff;
    font-weight: bold;
}

.textlist ul li {
    width: 100%;
    height: 266px;
    border-radius: 15px;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    box-sizing: border-box;
    padding: 40px 45px;
    background: url(../img/textlist-li-bg.jpg) center no-repeat;
    background-size: cover;
}

.textlist ul li .dete {
    display: flex;
    align-items: flex-end;
    color: #334C9C;
}

.textlist ul li .d {
    font-size: 36px;
    margin-right: 10px;
}

.textlist ul li .y {
    position: relative;
    top: -5px;
}

.textlist ul li .title {
    color: #333;
    line-height: 25px;
    height: 25px;
    margin-top: 20px;
}

.textlist ul li .desc {
    line-height: 25px;
    color: #999;
    height: 50px;
    margin: 10px 0 25px 0;
}

.textlist ul li .more {
    transition: all 0.5s ease-in-out;
}

.textlist ul li:hover .title {
    color: #334C9C;
}

.textlist ul li:hover .desc {
    color: #666;
}

.textlist ul li:hover .more {
    margin-left: 30px;
    transition: all 0.5s ease-in-out;
}

.list-page {
    width: 100%;
    height: 40px;
    margin: 40px 0;
}

.piclist ul li {
    width: 100%;
    height: 266px;
    border-radius: 15px;
    background: url(../img/textlist-li-bg.jpg) center no-repeat;
    background-size: cover;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 20px;
}

.piclist ul li a {
    display: flex;
    flex-wrap: wrap;
}

.piclist ul li .img {
    width: 374px;
    overflow: hidden;
}

.piclist ul li .img img {
    width: 100%;
    height: 220px;
    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 ul li .tt {
    flex: 1;
    box-sizing: border-box;
    padding: 20px 113px 20px 25px;
}

.piclist ul li .dete {
    display: flex;
    align-items: flex-end;
    color: #334C9C;
}

.piclist ul li .d {
    font-size: 36px;
    margin-right: 10px;
}

.piclist ul li .y {
    position: relative;
    top: -5px;
}

.piclist ul li .title {
    color: #333;
    line-height: 25px;
    height: 25px;
    margin-top: 20px;
}

.piclist ul li .desc {
    line-height: 25px;
    color: #999;
    height: 50px;
    margin: 10px 0 25px 0;
}

.piclist ul li .more {
    transition: all 0.5s ease-in-out;
}

.piclist ul 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 ul li:hover .title {
    color: #334C9C;
}

.piclist ul li:hover .desc {
    color: #666;
}

.picture ul {
    display: flex;
    flex-wrap: wrap;
}

.picture ul li {
    width: calc((100% - 64px) / 3);
    margin-right: 32px;
    margin-bottom: 30px;
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 20px;
    border-radius: 10px;
}

.picture ul li:nth-child(3n) {
    margin-right: 0;
}

.picture ul li .img {
    overflow: hidden;
    border-radius: 10px;
}

.picture ul li .img img {
    width: 100%;
    height: 225px;
    border-radius: 10px;
    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 ul li .title {
    text-align: center;
    color: #333;
    line-height: 25px;
    height: 25px;
    margin-top: 20px;
}

.picture ul 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 ul li:hover .title {
    color: #334C9C;
}

.picture .list-page {
    margin-top: 10px;
}

.detail {
    width: 100%;
    box-sizing: border-box;
    padding: 50px 184px;
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.detail .title {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #333;
}

.detail .timer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}

.detail .timer>div {
    color: #9E9E9E;
    margin: 0 5px;
}

.detail .dtl {
    border-top: 1px solid rgba(204, 204, 204, .5);
    border-bottom: 1px solid rgba(204, 204, 204, .5);
    padding: 30px 0;
}

.detail .dtl p {
    font-size: 18px;
    line-height: 35px;
    color: #333;
}

.detail .dtl p img {
    max-width: 100%;
    height: auto !important;
}

.detail-page {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px;
}

.detail-page .box {
    width: 49%;
    line-height: 40px;
}

.detail-page .box:last-of-type {
    text-align: right;
}

.detail-page .box a {
    color: #9E9E9E;
    font-size: 16px;
}

.detail-page .box:hover a {
    color: #334C9C;
}

.danye .dtl {
    border: none;
    padding: 0;
}

.land {
    display: flex;
    flex-wrap: wrap;
}

.land-item {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.land-item .item {
    width: calc((100% - 10px) / 2);
    height: 245px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
    box-sizing: border-box;
    padding: 0 50px;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.land-item .item .n1 {
    color: #353535;
    text-align: center;
    margin: 15px 0 5px 0;
}

.land-item .item .n2 {
    color: #666;
    text-align: center;
    line-height: 25px;
}

.land-list {
    width: 50%;
    box-sizing: border-box;
    padding-left: 35px;
}

.column_zp {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #334C9C;
    background: linear-gradient(180deg, #4A67C2 0%, #334C9C 100%);
    box-sizing: border-box;
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
}

.column_zp .name {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.yczplist {
    box-sizing: border-box;
    padding: 35px 40px;
    background: url(../img/yczplist-bg.jpg) center no-repeat;
    background-size: cover;
}

.yczplist .box {
    border-bottom: 1px dashed #D8D8D8;
    padding: 23px 0;
}

.yczplist .box1 {
    padding-top: 0;
}

.yczplist .box4 {
    padding-bottom: 0;
    border: none;
}

.yczplist .box .title {
    color: #333;
    line-height: 30px;
    height: 30px;
    margin-bottom: 10px;
}

.yczplist .box .dete {
    color: #999;
}

.yczplist .box:hover .title {
    color: #334C9C;
}

.yczplist .box:hover .dete {
    color: #334C9C;
}

.threeNav {
    width: 100%;
}

.threeNav .list a {
    width: auto;
    height: 40px;
    line-height: 40px;
    border-radius: 100px;
    padding: 0 32px;
    display: inline-block;
    box-sizing: border-box;
    border: 0.5px solid #223A86;
    font-size: 16px;
    color: #333;
    margin-right: 20px;
}

.threeNav .list a.on,
.threeNav .list a:hover {
    background: #223A86;
    color: #fff;
}

/* ------------------------------------------------------- */
.mbheader {
    width: 100%;
    display: none;
    height: 60px;
    background: #fff;
    z-index: 1000;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
}

.mbheader .header-con {
    width: 90%;
    margin: 0 auto;
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mbheader .header-con h1 a {
    display: inline-block;
}

.mbheader .header-con .logo {
    height: 100%;
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.mbheader .header-con .logo a {
    width: 100%;
    display: inline-block;
}

.mbheader .header-con .logo img {
    width: 100%;
    max-height: 55px;
}

.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: #223A86;
    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: 999;
    background: #eee;
    width: 100%;
    height: auto !important;
    padding-bottom: 60px;
    font-size: 14px;
    line-height: 40px;
    top: -1000%;
    left: 0;
    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: #004898;
}

.sjj_nav ul li ul li>ul {
    margin-left: 10px
}


.pb_sys_style1 .p_no_d {
    border: 1px solid #223A86 !important;
    background-color: #223A86 !important;
}

.img_content {
    display: none;
    position: fixed;
    background: #fff;
    left: calc((100% - 620px) / 2);
    top: 25%;
    top: calc((100% - 450px) / 2);
    z-index: 1002;
    border: solid 1px #3488db;
}

.img_content video {
    width: 600px;
    height: auto;
}

.colse_btn {
    border: solid 1px #3488db;
    color: #fff;
    height: 20px;
    margin-top: -5px;
    z-index: 99;
    line-height: 20px;
    font-size: 14px;
    width: 45px;
    background: #3488db;
    border-radius: 0.5em;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    float: right;
}

#scrolltop {
    width: 40px;
    height: 40px;
    position: fixed;
    right: 25px;
    bottom: 20px;
    z-index: 100;
    text-align: center;
    line-height: 40px;
}

#scrolltop .layui-icon {
    cursor: pointer;
    background: #334C9C;
    padding: 15px 10px;
    border-radius: 10px;
    border: 1px solid #fff;
}