* {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    outline: none;
    color: #000;
}

.hidden {
    display: none;
}

body {
    width: 1340px;
    margin: 0 auto;
}

.body-index {
    width: 100%;
    background-image: url('../image/body-bg.png');
    background-repeat: no-repeat;
    /* background-position: top; */
    background-color: #f8f8f8;
}

.main {
    width: 1300px;
    margin: 0 auto;
    position: relative;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.ffix {
    overflow: hidden;
}

.flexbox {
    display: flex;
    justify-content: space-between;
}

.clink {
    cursor: pointer;
}

.mid {
    width: 890px;
    /* margin-left:130px; */
    /* margin-left: 50px; */
}

.right {
    width: 390px;
}

.column-list {
    margin-top: 15px;
}

.arrow {
    position: fixed;
    top: 400px;
    height: 45px;
    width: 120px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    cursor: pointer;
}

.arrow span {
    display: block;
    width: 90px;
    line-height: 45px;
    font-size: 22px;
    opacity: 0;
    text-align: center;
}

.arrow:hover {
    background-color: #e83829;
    color: #fff;
    opacity: 1;
}

.arrow:hover span {
    opacity: 1;
}

.pre-col {
    left: 0;
}

.next-col {
    right: 0;
}

ul,
li {
    list-style: none;
}

.channel-name {
    width: 99px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    position: relative;
}

.channel-name-b:before {
    content: '';
    position: absolute;
    bottom: auto;
    top: 12px;
    right: 1px;
    height: 18px;
    width: 1px;
    background-color: gray;
}

.current {
    font-weight: 600;
}

.box-current {
    font-weight: 600;
}

.current span {
    border-bottom: 3px solid #fff;
}

.imglink img {
    width: 100%;
}

.more-menu-box {
    background-color: #fff;
    width: 320px;
    height: 150px;
    position: absolute;
    top: 125px;
    right: 0px;
    padding: 20px;
    z-index: 99;
    border-radius: 8px;
}

.hide {
    display: none;
}

.more-menu-box ul {}

.more-menu-box ul li {
    width: 70px;
    padding: 15px 5px;
    text-align: center;
    cursor: pointer;
}

#more-column {
    width: 99px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    position: relative;
    background-color: #e63936;
    border-radius: 6px;
}

@media screen and (min-width: 1920px) {
    .body-index {
        width: 1920px;
        margin: 0 auto;
    }
}

header {
    border-bottom: .5px solid #f6f6f6;
    height: 52px;
    padding-top: 17px;
}

.zhw-logo {
    display: block;
    width: 140px;
}

.header-right {
    display: flex;
}

.gg-img {
    display: block;
    width: 400px;
}

.about-text {
    position: relative;
    display: block;
    font-size: 16px;
    width: 120px;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
    color: #fff;
}

.download-btn {
    width: 100 px;
    margin-top: 2 px;
}

.phone-icon {
    width: 100%;
}

.x-slide {
    height: 50px;
    line-height: 50px;
    width: 100%;
    border-radius: 6px;
    background-color: #ffffff;
}

.bd {
    overflow: hidden;
    padding: 0 20px;
}

.x-slide ul li {
    margin-right: 50px;
    height: 50px;
    line-height: 50px;
    text-align: left;
    width: auto !important;
}

.x-slide ul li:hover {
    font-weight: 600;
}

.x-slide .dot {
    color: #e3221f;
    font-weight: 600;
    font-family: Source Han Sans CN Regular, Source Han Sans CN Regular-Regular;
}

.hdp {
    width: 890px;
    height: 500px;
    margin-top: 20px;
}

.hdp .pic {
    width: 890px;
    height: 500px;
    cursor: pointer;
}

.hdp img {
    width: 100%;
    height: 100%;
}

.hdp p {
    position: absolute;
    bottom: 0px;
    line-height: 50px;
    overflow: hidden;
    text-align: left;
    width: 890px;
    background-color: #e3c097;
    font-size: 18px;
    z-index: 99;
    text-indent: 18px;
}

.swiper-pagination {
    width: 100px !important;
    left: 800px !important;
}

:root {
    --swiper-theme-color: #ed4a1a;
}

.news-card-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.news-item {
    margin-top: 20px;
    padding: 20px 20px;
    width: 245px;
    height: 308px;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    text-decoration: none;
}

.news-item:hover {
    box-shadow: 5px 5px 5px #888888;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

h3.news-title {
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
    color: #222;
    line-height: 25px;
    text-decoration: none;
}

.news-item-btm {
    position: absolute;
    width: 250px;
    bottom: 25px;
}

.pub-time,
.source {
    display: inline-block;
    color: #6e6e6e;
    font-size: 14px;
    line-height: 28px;
    text-decoration: none;
}

.news-item img {
    display: block;
    width: 250px;
    height: 145px;
    margin-bottom: 20px;
}

.zttj-ul li {
    border-bottom: 2px dashed #999;
}

.zttj-ul li img {
    display: block;
    padding: 5px 0 5px;
    height: 90px;
    width: 350px;
    margin: 0 auto;
    border-radius: 8px;
}

.zttj-ul li p {
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    padding: 8px 0;
}

.white-bg {
    background-color: #fff;
    width: 390px;
    font-size: 16px;
}

.right-box {
    background-color: #fff;
    border-radius: 10px;
    margin-top: 20px;
    width: 390px;
}

.right-title {
    display: block;
    width: 360px;
    height: 50px;
    border-bottom: 1px solid #f2bcbb;
    line-height: 47px;
    margin: 0 auto;
    padding-top: 10px;
}

.right-title h2 {
    border-bottom: 3px solid #ca161e;
}

.announ-bg {
    width: 390px;
    padding-top: 8px;
    padding-bottom: 8px;
}

.white-bg li p {
    color: #333;
    font-size: 16px;
    text-decoration: none;
    line-height: 24px;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 52px;
    display: block;
}

.white-bg li {
    width: 370px;
    margin-left: 15px;
    margin-bottom: 10px;
}

.zt-item {
    width: 400px;
    height: 120px;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    margin-top: 20px;
}

.zt-item h3 {
    text-align: center;
    margin-top: 5px;
    font-size: 16px;
}

.zt-item img {
    display: block;
    width: 400px;
    height: 100px;
    border-radius: 5px;
}

.link {
    margin-top: 20px;
}

.link-list {
    padding: 15px;
}

.link a {
    color: #787878;
    font-size: 14px;
    line-height: 40px;
    text-decoration: none;
}

.contact-us-wrap {
    padding: 15px;
}

.contact-us-wrap p {
    line-height: 40px;
    color: #787878;
    font-size: 14px;
}

.jubao-list {
    padding: 15px;
}

.jubao-list p {
    line-height: 40px;
    color: #787878;
    font-size: 16px;
}

.jubao-list p a {
    color: #787878;
}

.news-item a {
    display: block;
    text-decoration: none;
}

.item-left {
    width: 500px;
}

.notice-ul {
    padding-top: 10px;
    padding-bottom: 5px
}

.notice-more-btn {
    cursor: pointer;
}

.right h2 {
    font-size: 26px;
    color: #333;
    font-weight: 600;
}

.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    text-align: center;
    background-color: #f0f0f0;
    color: #333;
    width: 100%;
    line-height: 35px;
    font-size: 12px;
    z-index: 99;
}

.gongyi {
    overflow: hidden;
    height: 450px;
    width: 100%;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-fslexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.gongyi .swiper-slide img {
    width: 350px;
    height: 225px;
    margin: 0 auto;
}

#zt-more-btn,
#notice-more-btn {
    cursor: pointer;
}