.banlist {
    width: 100%;
    position: relative;
}

.banlist .swiper-slide a {
    width: 100%;
}

.banlist .swiper-slide img {
    width: 100%;
}

.banlist .swiper-prev,
.banlist .swiper-next {
    position: absolute;
    top: calc((100% - 40px) / 2);
    z-index: 99;
    left: 0;
    cursor: pointer;
}

.banlist .swiper-next {
    left: auto;
    right: 0;
}

.header {
    width: 100%;
    height: 100px;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

.header .container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.navgation {
    height: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.navgation ul {
    height: 100%;
    display: flex;
    align-items: center;
    margin-right: 17px;
}

.navgation .nli {
    height: 100%;
    padding: 0 17px;
    position: relative;
    display: flex;
    align-items: center;
}

.navgation .nli h3 a {
    font-size: 16px;
    color: #fff;
}

.navgation .sub {
    width: 100%;
    position: absolute;
    left: 0;
    top: 80%;
    height: auto;
    display: flex;
    flex-direction: column;
    background: #fff;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
}

.navgation .sub li {
    width: 100%;
    line-height: 35px;
    text-align: center;
}

.navgation .sub li a {
    font-size: 14px;
    color: #333;
}

.navgation .sub li:hover {
    background: #063190;
}

.navgation .sub li:hover a {
    color: #fff;
}

.navgation .nli:hover .sub {
    opacity: 1;
    visibility: visible;
    transition: all 0.5s ease-in-out;
}

.column {
    padding-bottom: 20px;
}

.column .name {
    font-size: 36px;
    font-weight: bold;
    color: #343434;
    text-align: center;
    position: relative;
    top: -20px;
}

.column .en {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    opacity: 0.1;
    color: #000;
}

.column2 .name {
    color: #fff;
}

.column2 .en {
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 86%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}


.content1 {
    width: 100%;
    background: url(/zshdzt/img/content1Bg.png) center center no-repeat;
    background-size: cover;
    padding-bottom: 165px;
    padding-top: 90px;
}

.jchdSlide {
    width: 100%;
    position: relative;
}

.jchdSlide .swiper-container {
    width: calc(100% + 20px);
    box-sizing: border-box;
    padding: 10px;
    margin-left: -10px;
}

.jchdSlide .swiper-slide {
    background: #fff;
    box-sizing: border-box;
    padding: 20px;
    box-sizing: border-box;
    border: 0.75px solid #D3D3D3;
    box-shadow: 0px 0px 15.02px 0px rgba(0, 0, 0, 0.15);
}

.jchdSlide .swiper-slide .img {
    overflow: hidden;
}

.jchdSlide .swiper-slide .img img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    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;
}

.jchdSlide .swiper-slide .tt {
    width: 100%;
    box-sizing: border-box;
    padding: 25px 0;
    position: relative;
}

.jchdSlide .swiper-slide .tt::before {
    content: '';
    width: 50px;
    height: 50px;
    display: inline-block;
    background: url(/zshdzt/img/logo-ico.png) center center no-repeat;
    position: absolute;
    right: 0;
    bottom: 17px;
    transition: all 0.5s ease-in-out;
    opacity: 0;
}

.jchdSlide .swiper-slide:hover .tt::before {
    opacity: 1;
    transition: all 0.5s ease-in-out;
}

.jchdSlide .swiper-slide .title {
    font-size: 18px;
    color: #000;
    line-height: 25px;
    height: 25px;
}

.jchdSlide .swiper-slide .desc {
    line-height: 25px;
    color: #000;
    height: 50px;
    opacity: .3;
    margin: 10px 0 15px 0;
}

.jchdSlide .swiper-slide .deter {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.jchdSlide .swiper-slide .dete {
    color: #063190;
}

.jchdSlide .swiper-slide .dete img {
    margin-right: 5px;
    position: relative;
    top: -2px;
}

.jchdSlide .swiper-slide .more {
    width: 134px;
    height: 26px;
    background: url(/zshdzt/img/more-ico.svg) center center no-repeat;
    background-size: cover;
}

.jchdSlide .swiper-slide:hover {
    box-sizing: border-box;
    border: 0.75px solid #063190;
    box-shadow: 0px 0px 15.02px 0px rgba(11, 74, 147, 0.3);
}

.jchdSlide .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);
}

.jchdSlide .swiper-slide:hover .title {
    color: #063190;
    font-weight: bold;
}

.jchdSlide .swiper-slide:hover .more {
    height: 26px;
    background: url(/zshdzt/img/more-ico-on.svg) center center no-repeat;
    background-size: cover;
}


.jchdSlide .swiper-pagination {
    margin-top: 50px;
    width: 100%;
    text-align: center;
}

.jchdSlide .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background: #D8D8D8;
    margin: 0 4px;
    opacity: 1;
}

.jchdSlide .swiper-pagination-bullet-active {
    background: #063190;
}

.content2 {
    width: 100%;
    background: #EDF5FF;
    padding-top: 90px;
    padding-bottom: 70px;
}

.xsstlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.xsstlist .box {
    width: calc((100% - 90px) / 4);
}

.xsstlist .box .img {
    overflow: hidden;
}

.xsstlist .box .img img {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 16/9;
    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;
}

.xsstlist .box .tt {
    width: 100%;
    box-sizing: border-box;
    padding-bottom: 25px;
    position: relative;
}

.xsstlist .box .tt::before {
    content: '';
    width: 0;
    height: 0;
    border-top: 1px solid #063190;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease-in-out;
}

.xsstlist .box .title {
    font-size: 18px;
    color: #000;
    margin: 30px 0 15px 0;
    line-height: 25px;
    height: 25px;
}

.xsstlist .box .desc {
    line-height: 25px;
    color: #000;
    opacity: .3;
    height: 75px;
}

.xsstlist .box:hover .tt::before {
    width: 100%;
    transition: all 0.5s ease-in-out;
}

.xsstlist .box:hover .title {
    font-weight: bold;
    color: #063190;
}

.xsstlist .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);
}

.xsst-more {
    width: 182px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-radius: 10000px;
    background: #063190;
    margin: 0 auto;
    margin-top: 50px;
}


.content3 {
    width: 100%;
    background: #fff;
    padding-top: 90px;
    padding-bottom: 100px;
}

.hdxclist {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.hdxc_pic {
    width: 25.5%;
    box-shadow: 0px 0px 20px 0px rgba(11, 74, 147, 0.5);
    box-sizing: border-box;
    padding: 7px;
    border-radius: 22.5px;
}

.hdxc_pic .box {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 22.5px;
    position: relative;
}

.hdxc_pic .box .title {
    width: 100%;
    height: 42px;
    line-height: 42px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    box-sizing: border-box;
    padding: 0 15px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.hdxc_pic .box .pic {
    width: 100%;
    height: 100%;
    border-radius: 22.5px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: All 0.3s ease-in-out;
}

.hdxc_pic .box:hover .pic {
    transform: scale(1.05);
    transition: All 0.3s ease-in-out;
}


.hdxc_box {
    width: calc(74.5% - 30px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.hdxc_box .box {
    width: calc((100% - 30px) / 2);
    position: relative;
    margin-bottom: 30px;
}

.hdxc_box .box a {
    height: 100%;
    display: block;
}

.hdxc_box .box3,
.hdxc_box .box4 {
    margin-bottom: 0;
}

.hdxc_box .box .img {
    overflow: hidden;
    height: 100%;
}

.hdxc_box .box .img img {
    width: 100%;
    height: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    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;
}

.hdxc_box .box .title {
    width: 100%;
    height: 42px;
    line-height: 42px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    box-sizing: border-box;
    padding: 0 15px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.hdxc_box .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);
}



.content5 {
    width: 100%;
    background: url(/zshdzt/img/content5Bg.png) top center no-repeat #fff;
    background-size: 100% auto;
    padding-top: 90px;
    padding-bottom: 70px;
}

.sjmt_box {
    padding-top: 90px;
}


.mtbdlist {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}


.mtbdlist .box {
    width: calc((100% - 40px) / 2);
    margin-bottom: 40px;
    background: #EDF5FF;
}

.mtbdlist .box a {
    display: flex;
    flex-wrap: wrap;
}

.mtbdlist .box .img {
    aspect-ratio: 16/9;
    overflow: hidden;
}

.mtbdlist .box .img img {
    width: 100%;
    height: 190px;
    aspect-ratio: 16/9;
    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;
}

.mtbdlist .box .tt {
    flex: 1;
    box-sizing: border-box;
    padding: 30px 25px;
}

.mtbdlist .box .title {
    font-size: 18px;
    color: #000;
}

.mtbdlist .box .desc {
    line-height: 25px;
    height: 50px;
    color: #000000;
    opacity: .3;
    margin: 15px 0;
}

.mtbdlist .box .deter {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mtbdlist .box .dete {
    font-size: 13.5px;
}

.mtbdlist .box .dete img {
    margin-right: 5px;
    position: relative;
    top: -2px;
}

.mtbdlist .box .col {
    width: auto;
    height: 26px;
    line-height: 26px;
    background: #fff;
    text-align: center;
    padding: 0 15px;
    color: #063190;
}

.mtbdlist .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);
}

.mtbdlist .box:hover .title {
    font-weight: bold;
    color: #063190;
}

.mtbdlist .box:hover .col {
    background: #063190;
    color: #fff;
}

.sjmtlist {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sjmtlist .box {
    width: 24%;
    height: 400px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.sjmtlist .box1,
.sjmtlist .box6 {
    width: 49.3%;
}

.sjmtlist .box .ico {
    width: 53px;
    height: 53px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sjmtlist .box1 .ico,
.sjmtlist .box6 .ico {
    background: rgba(21, 194, 67, 0.8);
}

.sjmtlist .box2 .ico {
    background: rgba(208, 35, 0, 0.8);
}

.sjmtlist .box3 .ico {
    background: rgba(149, 0, 208, 0.8);
}

.sjmtlist .box4 .ico {
    background: rgba(208, 35, 0, 0.8);
}

.sjmtlist .box5 .ico {
    background: rgba(0, 142, 208, 0.8);
}

.sjmtlist .box .pic {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all 0.5s ease-in-out;
}

.sjmtlist .box .title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    left: 0;
    box-sizing: border-box;
    padding: 0 15px;
    z-index: 99;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.sjmtlist .box:hover .pic {
    transform: scale(1.05);
    transition: all 0.5s ease-in-out;
}


/* ¾«²ÊÊÓÆµ */

.content4 {
    width: 100%;
    padding-top: 90px;
    padding-bottom: 90px;
    background: url(/zshdzt/img/content4Bg.jpg) center no-repeat;
    background-size: cover;
}

.scspSlide {
    width: 100%;
    box-sizing: border-box;
    padding: 0 12%;
    position: relative;
}

.jcsp_box {
    position: relative;
}

.jcsp_box .swiper-next,
.jcsp_box .swiper-prev {
    width: 57px;
    height: 57px;
    position: absolute;
    bottom: 10%;
    left: -5%;
    z-index: 99;
    cursor: pointer;
}

.jcsp_box .swiper-next {
    background: url(/zshdzt/img/sp-next.png) no-repeat;
    left: auto;
    right: -5%;
    background-size: cover;
}

.jcsp_box .swiper-prev {
    background: url(/zshdzt/img/sp-prev.png) no-repeat;
    background-size: cover;
}

/* .scspSlide .swiper-next:hover {
    background: url(/zshdzt/img/sp-next-on.png) no-repeat;
    background-size: cover;
}

.scspSlide .swiper-prev:hover {
    background: url(/zshdzt/img/sp-prev-on.png) no-repeat;
    background-size: cover;
} */


.gallery-top {
    width: 100%;
    position: relative;
}

.gallery-top .swiper-slide .media-wrap {
    width: 100%;
    position: relative;
}

.gallery-top .swiper-slide .media-wrap .playback {
    width: 69px;
    height: 69px;
    background: url(/zshdzt/img/videoBtn.png) center no-repeat;
    display: inline-block;
    border-radius: 50%;
    position: absolute;
    left: calc((100% - 69px) / 2);
    top: calc((100% - 69px) / 2);
    z-index: 9;
    display: none;
}

.gallery-top .swiper-slide video {
    width: 100%;
}



.gallery-thumbs {
    margin-top: 35px;
}

.gallery-thumbs .swiper-slide {
    cursor: pointer;
    width: calc((100% - 60px) / 4);
    opacity: .5;
    box-sizing: border-box;
    padding: 6px;
    background: url(/zshdzt/img/sp-ico1.png) center top no-repeat;
    background-size: 100% 100%;
}

/* .gallery-thumbs .swiper-slide-active {
    opacity: 1;
    background: url(/zshdzt/img/sp-ico2.png) center top no-repeat;
    background-size: 100% 100%;
} */

.gallery-thumbs .swiper-slide-thumb-active {
    background: url(/zshdzt/img/sp-ico2.png) center top no-repeat;
    background-size: 100% 100%;
    opacity: 1;
}

.gallery-thumbs .swiper-slide .img {
    overflow: hidden;
}

.gallery-thumbs .swiper-slide .img img {
    width: 100%;
}

.gallery-thumbs .swiper-slide .title {
    width: calc(100% - 12px);
    position: absolute;
    bottom: 6px;
    left: 6px;
    background: rgba(0, 0, 0, 0.5);
    line-height: 40px;
    height: 40px;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    padding: 0 15px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

/* ---------------------------- */

.footer {
    width: 100%;
    height: 360px;
    background: #063190;
    box-sizing: border-box;
    padding-top: 35px;
}

.foot {
    display: flex;
    justify-content: space-between;
}

.foot .fleft {
    width: 36.8%;
}

.foot .fleft .box {
    width: 100%;
    font-size: 16px;
    color: #fff;
    padding-bottom: 16px;
    border-bottom: 1px solid #fff;
}

.contact {
    margin: 50px 0;
}

.contact p {
    color: #Fff;
    line-height: 30px;
}

.foot .fright {
    width: 55%;
    padding-top: 20px;
    text-align: right;
}

.foot .fright img {
    height: 170px;
    object-fit: contain;
    max-width: 100%;
}

.banq {
    width: 100%;
    border-top: 1px solid #fff;
    box-sizing: border-box;
    padding-top: 35px;
}

.banq p {
    color: #fff;
    text-align: center;
}

.banq a {
    color: #fff;
}

/* ------------------------------------------------------- */
.mbheader {
    width: 100%;
    display: none;
    height: 60px;
    background: #004898;
    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: #fff;
    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
}

.sjmtlist .box .pic img {
    display: none;
}

.rightFix {
    position: fixed;
    right: 0;
    top: 50%;
    background: #063190;
    display: flex;
    flex-direction: column;
    z-index: 999;
    width: 60px;
    border-radius: 10px 0 0 10px;
}

.rightFix a {
    width: 100%;
    font-size: 15px;
    color: #fff;
    text-align: center;
    display: block;
    line-height: 40px;
    position: relative;
    left: 0;
    transition: all 0.5s ease-in-out;
    border-radius: 10px;
}

.rightFix a.on {
    color: #bd9f68;
    font-weight: bold;
}



.rightFix a:hover {
    left: -15px;
    color: #bd9f68;
    font-weight: bold;
    background: #063190;
    transition: all 0.5s ease-in-out;
}

#scrolltop {
    width: 64px;
    height: 64px;
    /* padding-top: 16px; */
    box-sizing: border-box;
    text-align: center;
    position: fixed;
    right: 25px;
    bottom: 20px;
    z-index: 100;
    cursor: pointer;
    background: #063190;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#scrolltop .iconfont {
    width: 32px;
    height: 32px;
    display: inline-block;
    background: url("/zshdzt/img/toTop.png") center no-repeat;
}

.search_popup {
    position: absolute;
    filter: alpha(opacity=0);
    right: 0;
    top: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    width: 420px;
    height: 0%;
    transition: all 0.8s ease-in-out;
    backdrop-filter: saturate(180%) blur(20px);
    display: none;
}

.search_popup.on {
    z-index: 99990;
    opacity: 1;
    filter: alpha(opacity=100);
    height: auto;
}

.search_popup .con {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: auto;
    padding: 7% 10%;
    background: #fdfdfd;
    box-shadow: 0px 0px 5px 5px rgb(0 0 0 / 5%);
}

.search_popup .con .navitem {
    margin-top: 1.8vw;
    display: none;
}

.search_popup .con .navitem .tt {
    font-size: 20px;
    margin-bottom: 0.78125vw;
    border-bottom: 1px solid rgba(27, 27, 35, 0.1019607843);
    padding-bottom: 0.6vw;
}

.search_popup .con .navitem li {
    line-height: 1.25vw;
    font-size: 0.7291vw;
    margin-bottom: 0.520vw;
}

.search_popup .con .navitem li a {
    color: #002147;
}

.search_popup .close {
    width: 25px;
    text-align: center;
    position: absolute;
    right: 15px;
    cursor: pointer;
    top: 15px;
    transition: transform .4s ease-out;
}

.search_popup .close img {
    width: 20px;
}

.search_popup .close:hover {
    transform: rotate(360deg);
}

.search_box {
    overflow: hidden;
    position: relative;
    border-bottom: 1px solid rgba(0, 70, 128, 1);
}

.search_box .searchKeyword {
    height: 60px;
    line-height: 60px;
    width: 100%;
    padding-right: 50px;
    padding-left: 10px;
    background: none;
    border: 0;
    box-sizing: border-box;
    outline: unset;
}

.search_box .searchKeyword::placeholder {
    font-size: 16px;
}

.search_box .serachSubmit,
.tijiao {
    width: 100px;
    background: #002147;
    color: #fff;
    height: 50px;
    font-size: 0;
    line-height: 50px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 5px;
    border: none;
    font-size: 0;
    cursor: pointer;
    letter-spacing: 1px;
    width: 40px;
    height: 40px;
    border: 0;
    border-radius: 50%;
    outline: 0;
    background: #82b6e3 url(../../images/ss.png) no-repeat center;
    cursor: pointer;
}

.banBtn {
    position: absolute;
    bottom: 23px;
    z-index: 9;
    left: calc((100% - 57px) / 2);
}

.banBtn a {
    width: 57px;
    height: 57px;
    display: inline-block;
    background: url(/zshdzt/img/banBtn.png) center no-repeat;
    background-size: 100%;
}

/* ------------ ÊÖ»úËÑË÷ -------------- */

.cd-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, .7);
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    z-index: 9999;
    opacity: 0;
}

.cd-popup.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container {
    position: relative;
    box-sizing: border-box;
    padding: 30px 40px 30px 30px;
    background: #fff;
    width: 90%;
    margin: 0 auto;
    top: 50%;
    margin-top: -58px;
    background: #FFF;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.is-visible .cd-popup-container {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.cd-popup0,
.cd-popup1,
.cd-popup2,
.cd-popup3 {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    z-index: 9999;
}

.cd-popup0.is-visible,
.cd-popup1.is-visible,
.cd-popup2.is-visible,
.cd-popup3.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}

.cd-popup-container0,
.cd-popup-container1,
.cd-popup-container2,
.cd-popup-container3 {
    position: relative;
    padding: 40px;
    background: #fff;
    width: 60%;
    margin: 0 auto;
    top: 20%;
    background: #FFF;
    border-radius: .4rem .4rem .4rem .4rem;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.cd-popup-container1 {
    top: 10%;
}

.is-visible .cd-popup-container0,
.is-visible .cd-popup-container1,
.is-visible .cd-popup-container2,
.is-visible .cd-popup-container3 {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.sear_p {
    float: left;
    margin: 20px 0 0 5%;
    width: 90%;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
}

.sear_txt {
    float: left;
    height: 30px;
    font-size: 12px;
    line-height: 30px;
    border: none;
    width: calc(100% - 35px);
    background: none;
    color: #666;
    text-indent: 5px;
}

.hidden_search .text {
    width: 100%;
    height: 36px;
    padding: 0;
    font-size: 14px;
    color: #444;
    background: none;
    border: none;
    font-family: "Microsoft Yahei";
}

.hidden_search .btn {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    height: 36px;
    width: 40px;
    border: none;
    border-radius: 50%;
    overflow: hidden;
    font-size: 14px;
    color: #8f0e16;
    background: 0 0;
    background: url(/images/serbtn.svg) no-repeat center;
    background-size: 20px 20px
}

.hidden_search .search_wrap {
    border: 1px solid #e4eaec;
    border-radius: 20px;
    position: relative;
    box-sizing: border-box;
    padding-right: 40px;
    padding-left: 15px;
    width: 95%;
}

.hidden_search .close_btn {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 26px;
    background: url(/images/closebtn.svg) no-repeat center;
    background-size: 18px 18px
}

.hidden_search .close_btn:hover {
    color: #530794;
}

.mbss {
    position: absolute;
    right: 75px;
}


.topLink {
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    top: 7px;
    color: #fff;
    z-index: 99;
    box-sizing: border-box;
    padding-right: 30px;
}

.topLink a {
    color: #fff;
}

.topLink span {
    margin: 0 5px;
}

.topLink .search {
    margin-left: 20px;
}

.topLink_mb {
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
    margin-top: 20px;
}

.topLink_mb a {
    color: #004680;
    border: 1px solid #004680;
    border-radius: 20px;
    padding: 5px 10px;
    margin-right: 15px;
}


