﻿header {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
    width: 1400px;
    margin: 0 auto;
}
.logo{opacity: 0;}
.logo>img {
    max-height: 30px;
}

nav>ul>li>a {
    color: #f00;
	font-weight:bold;
    font-size: 14px;
opacity: 0.7;
}

nav>ul>li {
    float: left;
    margin: 0 20px;
}

.banner-bg-index-1 {
    background-image: url(../images/banner_02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 900px;
}

.index-head-input-box {
    padding-top: 135px;
}

.w1400 {
    width: 1400px;
    margin: 0 auto;
}

.head-input-1 {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    line-height: 36px;
}

.head-input-2 {
    font-size: 70px;
    font-weight: 700;
    color: #d50202;
    line-height: 70px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.head-input-3 {
    font-size: 18px;
    color: #fff;
    line-height: 20px;
    margin-bottom: 30px;
}
.head-input-6 {
     text-align: center;
letter-spacing: 10px;
}
.head-input-box {
    position: relative;
}

.head-input-box>input {
    background-color: #fff;
    height: 85px;
    width: 100%;
    border-radius: 10px;
    padding-left: 100px;
    font-size: 16px;
	border:1px solid #333
}

.head-input-box>img {
    position: absolute;
    top: 50%;
    left: 35px;
    transform: translateY(-50%);
}

.banner-bg-index-2 {
    background-image: url(../images/banner_03.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 600px;
}

.index-serve-box {
    padding-top: 90px;
    text-align: center;
}

.serve-title-en {
    font-size: 30px;
    font-weight: 700;
    color: rgba(255, 255, 255, .2);
    text-align: center;
    text-transform: uppercase
}

.serve-title {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 90px;
}

.serve-box {
    display: flex;
}

.serve-content {
    width: 25%;
    margin-right: 30px;
    background-color: rgba(56, 128, 183, .9);
    height: 200px;
    border-radius: 15px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .2);
    padding-top: 35px;
}

.serve-content>a {
    display: block;
    width: 100%;
    height: 100%;
}

.serve-content>a>img {
    margin-bottom: 20px;
}

.serve-box-title {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px;
}

.serve-box-tips {
    font-size: 16px;
    color: #fff;
}

.news-1-flex {
    display: flex;
    margin-top: 90px;
    margin-bottom: 40px;
}

.news-1-left {
    width: 50%;
    height: 400px;
    margin-right: 60px;
}

.news-1-right {
    width: 50%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    color: #fff !important;
}

.swiper-button-prev {
    left: 30px !important;
}

.swiper-button-next {
    right: 30px !important;
}

.swiper-pagination-bullet-active {
    background-color: #fff !important;
}

.swiper-pagination-bullet {
    background-color: #fff !important;
    width: 12px !important;
    height: 12px !important;
}

.news-1-box {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.news-1-time {
    font-size: 24px;
    color: #888;
    margin-bottom: 10px;
}

.news-1-title {
    font-size: 16px;
    color: #000;
    margin-bottom: 5px;
}

.news-1-txt {
    line-height: 32px;
    font-size: 14px;
    color: #999;
}

.news-2-flex {
    display: flex;
    margin-bottom: 40px;
}

.news-2-left,
.news-2-right {
    width: 50%;
}

.news-2-left {
    margin-right: 40px;
}

.news-2-title {
    background-color: #001C58;
    height: 100px;
    border-radius: 10px 10px 0 0;
    padding: 0 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news-2-title-left {
    border-left: 1px solid #fff;
    padding-left: 20px;
    font-weight: 700;
    font-size: 24px;
    color: #fff;
}

.more>a {
    color: #fff;
}

.more>a::after {
    content: '';
    border: 2px solid #fff;
    width: 5px;
    height: 5px;
    border-left: none;
    border-bottom: none;
    transform: rotate(45deg);
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.news-2-content {
    background-color: #fff;
    padding: 40px;
    border-radius: 0 0 10px 10px;
    box-shadow: 0px 6px 14px 2px rgba(0, 0, 0, 0.06);
    ;
}

.news-2-box-one>a {
    display: flex;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 20px;
}

.news-2-box-one>a>img {
    width: 160px;
    height: 110px;
    object-fit: cover;
    margin-right: 20px;
}

.news-2-box-one-title {
    font-size: 16px;
    color: #000;
    line-height: 32px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news-2-box-one-txt {
    font-size: 14px;
    line-height: 28px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news-2-box-two>a {
    display: block;
    border-bottom: 1px dashed #ccc;
    padding: 18px 0;
    color: #000;
}

.news-2-box-two>a>span::before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50px;
    background-color: #000;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

.news-2-box-two>a>i {
    float: right;
    color: #CCCCCC;
    line-height: 28px;
    font-size: 14px;
}

.news-3-flex {
    display: flex;
    margin-bottom: 60px;
}

.news-3 {
    width: 33%;
    margin-right: 40px;
    box-shadow: 0px 6px 14px 2px rgba(0, 0, 0, 0.06);
    ;
    overflow: hidden;
    border-radius: 10px;
}

.news-3:last-child {
    margin-right: 0;
}

.news-3-title {
    background-color: #001C58;
    height: 100px;
    border-radius: 10px 10px 0 0;
    padding: 0 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news-3-title-left {
    border-left: 1px solid #fff;
    padding-left: 20px;
    font-weight: 700;
    font-size: 24px;
    color: #fff;
}

.more>a {
    color: #fff;
}

.more>a::after {
    content: '';
    border: 2px solid #fff;
    width: 5px;
    height: 5px;
    border-left: none;
    border-bottom: none;
    transform: rotate(45deg);
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.news-3-content {
    padding: 40px 50px;
    background-color: #fff;
    border-radius: 0 0 10px 10px;
}

.news-3-box-one {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 20px;
}

.news-3-box-one>a>img {
    display: block;
    margin-bottom: 20px;
}

.news-3-box-one-title {
    font-size: 16px;
    color: #000;
    line-height: 32px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news-3-box-one-txt {
    font-size: 14px;
    line-height: 28px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.news-3-box-two>a {
    display: block;
    border-bottom: 1px dashed #ccc;
    padding: 18px 0;
}

.news-3-box-two>a>h6 {
    display: inline-block;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 65%;
    vertical-align: middle;
}

.news-3-box-two>a>span::before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50px;
    background-color: #000;
    margin-right: 6px;
    display: inline-block;
    vertical-align: middle;
}

.news-3-box-two>a>i {
    float: right;
    color: #CCCCCC;
    line-height: 28px;
    font-size: 14px;
}

.case {
    background:#fff;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 450px;
}

.case-box {
    padding-top: 86px;
}

.case-title-en {
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(216,2, 37, 0.2);
    line-height: 28px;
    text-align: center;
    text-transform: uppercase
}

.case-title {
    text-align: center;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #f00;
    line-height: 28px;
    margin-top: 20px;
    margin-bottom: 85px;
}

.links {
    display: flex;
    padding-top: 35px;
    justify-content: space-between;
}

.links>div {
    font-weight: 700;
    font-size: 18px;
    margin-right: 20px;
}

.links>ul {
    //text-align: center;
}

.links>ul>li>a {
    font-size: 16px;
    display: block;
    margin-bottom: 20px;
}

footer {
    background-color: #1f2a3a;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
}

a:hover>h6 {
    color: red;
}

a:hover .news-3-box-one-title,
a:hover .news-2-box-one-title,
a:hover .news-1-title {
    color: red;
}

.banner-bg-about {
    height: 600px;
    object-fit: cover;
}

.about-detail,
.news-list,
.news-detail {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, .06);
    margin-top: -300px;
    position: relative;
    padding: 100px;
    margin-bottom: 50px
}

.iso-detail {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, .06);
    margin-top: -150px;
    position: relative;
    padding: 100px;
    margin-bottom: 50px
}

.news-detail {
    margin-top: -200px !important;
}

.inner-about-box-title-en {
    font-size: 60px;
    color: #eeeeee;
    font-weight: 700;
    text-align: center;
}

.inner-about-box-title {
    color: #333333;
    font-size: 24px;
    text-align: center;
    font-weight: 700;
    letter-spacing: 2px;
}

.inner-about-box-solid {
    width: 50px;
    border-bottom: 2px solid #0133cc;
    margin: 20px auto 90px;
}

.about-us-txt {
    margin-top: 20px;
    font-size: 14px;
    line-height: 36px;
    color: #333;
    text-indent: 28px;
}

nav>ul>li>a:hover {
    color: #B70412 !important;
}

.news-tab-box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.tab {
    width: 160px;
    height: 60px;
    border-radius: 15px;
    border: 1px solid #005db3;
    text-align: center;
    line-height: 60px;
    cursor: pointer;
    color: #005db3;
    margin-right: 15px;
}

.tab:last-child {
    margin-right: 0;
}

.tab-active {
    background-color: #005db3;
    color: #fff;
}
.tab-active>a {
    background-color: #005db3;
    color: #fff;
}
#tab1{
    display:block;
}
#tab1>.page{
    display:block
}
/*.news-tab-list{
    display:none;
}*/
/*.news-tab-list>.page{
        display:none;
    }*/
.news-tab-list-box {
        border-bottom: 1px dashed #ddd;
        padding-bottom: 10px;
    }

.news-tab-list-box-title {
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #1A1A1A;
    line-height: 36px;
}

.news-tab-list-box-txt {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    text-indent: 28px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.news-tab-list-box-info {
    display: flex;
    color: #666;
}


.page {
    text-align: center;
    margin-top: 40px;
}

.page>span {
    min-width: 40px;
    height: 40px;
    border: 1px solid #0076ff;
    color: #0076ff;
    margin: 0 10px;
    display: inline-block;
    padding: 0 10px;
    line-height: 40px;
    border-radius: 4px;
}

.page>span>a {
    color: #0076ff !important;
    display: block;
    width: 100%;
}

.page>span:hover {
    background: #0076ff;
}

.page>span:hover>a {
    color: #fff !important;
}

.news-detail-title,
.iso-detail-title {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #1A1A1A;
    line-height: 36px;
    text-align: center;
}

.news-detail-info {
    margin-top: 30px;
    margin-bottom: 80px;
    text-align: center;
    color: #666;
}

.news-detail-info>span {
    margin-right: 20px;
}

.news-detail-info>span>i {
    margin-left: 10px;
}

.news-detail-txt,
.iso-detail-txt {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
}

.other {
    margin-top: 50px;
}

.other>div>span {
    margin-left: 20px;
}

.AAA-txt,
.promise-txt {
    margin-top: -400px;
    height: 350px;
}

.AAA-title,
.promise-title {
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.AAA-box,
.promise-box {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 36px;
    text-indent: 28px;
}

.contact-info {
    background: #27527a;
    border-radius: 10px;
    width: 100%;
    height: 200px;
}

.contact-info-box {
    color: #fff;
    text-align: center;
    line-height: 200px;
}

.contact-info-box>span {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #fff;
    line-height: 48px;
    margin: 0 15px;
}

.map {
    width: 100%;
    min-height: 400px;
    text-align: center;
    line-height: 400px;
    font-size: 50px;
    font-weight: 700;
    margin-top: 20px;
}

.iso-bg {
    background-image: url(../images/iso-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 1650px;
}

.iso-title-en {
    font-size: 30px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.1);
    line-height: 28px;
    text-align: center;
    padding-top: 40px;
}

.iso-title {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 28px;
    text-align: center;
    margin-top: 40px;
}

.iso-flex {
    display: flex;
    flex-wrap: wrap;
    margin-top: 100px;
}

.iso-box {
    width: 18%;
    margin: 0 10px 20px;
    border-radius: 10px;
    height: 300px;
    overflow: hidden;
    cursor: pointer;
    transition: all .5s ease;
}

.iso-top {
    height: 140px;
    background: #003567;
    width: 100%;
    text-align: center;
    padding-top: 30px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 28px;
}
    .iso-top>img{
        width:120px;
        height:120px;
        object-fit:contain;
    }
    .iso-bottom {
        height: 160px;
        background: #fff;
        width: 100%;
        padding: 20px 15px;
    }

.iso-bottom-title {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #003567;
    line-height: 28px;
    margin-bottom: 10px;
}

.iso-bottom-txt {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.iso-box-hover {
    background-color: #003567;
    height: 300px;
    padding: 55px 0;
    text-align: center;
    opacity: 0;
    display: none;
    transition: all .5s ease;
}

.iso-box-hover>div {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #003567;
    line-height: 28px;
}
    .iso-box-hover>img{
        width:120px;
        height:120px;
        object-fit:contain
    }
    .iso-box-hover > button {
        border: 1px solid #003567;
        border-radius: 5px;
        height: 40px;
        width: 120px;
        text-align: center;
        margin: 0 auto;
        color: #003567;
        margin-top: 50px;
        transition: all .3s ease;
        background-color:#fff;
        display:block;
    }

.iso-box-hover>button>a {
    color: #003567 !important;
}

        .iso-box-hover > button:hover {
            background: #003567;
            border-color:#fff;
        }

    .iso-box-hover > button:hover > a {
        color: #fff !important;
    }

.iso-box:hover .iso-box-box {
    opacity: 0;
    display: none;
}

.iso-box:hover .iso-box-hover {
    opacity: 1;
    display: block;
}

.iso-detail-title {
    margin-bottom: 50px;
}

.credit-bg {
    background-image: url(../images/banner_03.jpg);
    height: 600px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 140px;
}

.credit-content {
    width: 320px;
    height: 180px;
    margin-right: 30px;
    background: rgba(0, 53, 103, 0.8);
    border-radius: 15px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .2);
    padding: 35px 20px;
}

.credit-box-title {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.credit-content>a {
    display: block;
    width: 100%;
    height: 100%;
}

.credit-content>a>img {
    height: 69px;
    object-fit: contain;
}

.zs-box {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, .06);
    margin-top: -100px;
    position: relative;
    padding: 100px;
    margin-bottom: 50px;
}

.zx-flex {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}

.zx-box {
    width: 30%;
    margin: 0 20px 20px;
    cursor: pointer;
}

.zx-box>img {
    width: 360px;
    height: 540px;
    object-fit: cover;
}

.zx-zzc {
    display: none;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
}

.zx-tc {
    display: none;
    background-color: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 80vw;
    margin: 180px;
    border-radius: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.zx-tc-title-en {
    font-size: 50px;
    font-weight: 700;
    color: #eee;
    text-align: center;
    text-transform: uppercase
}

.zx-tc-title {
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    margin-bottom: 100px;
    text-align: center;
}

.zx-tc>table {
    background-image: url(../images/table.png);
    background-size: contain;
    width: 1200px;
    margin: 0 auto;
    border-collapse: collapse;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, .2);
}

.zx-tc>table>tr>th {
    float: left;
}

tr>td {
    height: 60px;
    border: 1px solid #ddd;
    margin: 0;
    padding: 0;
    text-align: center;
}

.zx-tc-img {
    text-align: center;
}

.zx-tc-img>img {
    width: 690px;
    object-fit: contain;
}

@media screen and (max-width:768px) {
    .close {
        display: none;
    }
    .phone-menu {
        position: fixed;
        top: 20px;
        right: 20px;
        z-index: 99999;
    }
    .phone-menu>img {
        width: 40px;
    }
    .head-input-1 {
        font-size: 18px;
        line-height: 36px;
    }
    .head-input-2 {
        font-size: 24px;
        margin: 0;
        line-height: 48px;
    }
    .head-input-3 {
        font-size: 12px;
        margin: 0;
    }
    .index-head-input-box {
        padding: 150px 20px 0;
    }
    .banner-bg-index-1 {
        padding-bottom: 40px;
        height: auto;
    }
    .head-input-box {
        margin-top: 20px !important;
    }
    .banner-bg-about-1{
        margin-block100px
    }
    .head-input-box > input {
        height: 45px;
        font-size: 14px;
        padding-left: 40px;
    }
    .head-input-box>img {
        left: 10px;
        width: 18px;
    }
    .index-serve-box {
        padding-top: 40px;
    }
    .serve-title {
        margin-bottom: 20px;
    }
    .serve-box {
        display: block;
        padding: 0 20px 20px;
    }
    .serve-content {
        width: 100%;
        margin-bottom: 20px;
    }
    .banner-bg-index-2 {
        height: auto;
        padding-bottom: 20px;
    }
    .news-1-flex {
        margin-top: 30px;
        display: block;
        padding: 0 20px;
    }
    .news-2-flex,
    .news-3-flex {
        margin-top: 30px;
        display: block;
    }
    .news-1-left {
        width: 100%;
        height: auto;
    }
    .news-1-right {
        width: 100%;
    }
    .news-2-left,
    .news-2-right {
        margin: 0 0 10px;
        width: 100%;
    }
    .news-2-content,
    .news-3-content {
        padding: 20px;
    }
    .news-3 {
        width: 100%;
        margin-bottom: 20px;
    }
    .news-3-box-one>a>img {
        width: 100%;
    }
    .case {
        display: none;
    }
    .links {
        display: none;
    }
    footer {
        text-align: center;
    }
    nav {
        display: none;
        position: fixed;
        width: 100%;
        height: 100vh;
        top: 0px;
        padding-top: 80px;
        background-color: rgba(0, 0, 0, .9);
        z-index: 9999;
    }
    .phone-menu {
        display: block !important;
    }
    .logo {
        position: absolute;
        z-index: 99999;
        left: 20px;
    }
    nav>ul>li {
        float: none;
        height: 60px;
        line-height: 60px;
    }
    nav>ul>li>a {
        font-size: 16px;
        display: block;
        width: 100%;
    }
    .about-detail,
    .news-list,
    .news-detail {
        margin-top: 0;
        padding: 20px;
    }
    .inner-about-box-solid {
        margin-bottom: 40px;
    }
    .news-tab-box {
        flex-wrap: wrap;
    }
    .tab {
        margin: 0 0 20px;
    }
    .business {
        padding-top: 40px;
    }
    .inner-about-box-title-en {
        font-size: 30px;
    }
    .zs-box {
        margin-top: 0;
        padding: 20px;
    }
    .banner-bg-about-1,
    .banner-bg-about-1>img {
        height: 300px;
        object-fit: cover;
    }
    .certificate {
        margin-top: -150px !important;
        padding: 0 20px;
    }
    .certificate>img {
        left: 30px;
    }
    .zx-flex {
        display: block;
    }
    .zx-box {
        width: 100%;
        margin: 0;
        margin-block-end: 20px;
    }
    .zx-box>img {
        width: 100%;
    }
    .zx-tc {
        width: 90vw;
        margin: 20px;
        padding: 20px;
        top: 50px;
    }
    .zx-tc-title-en {
        font-size: 30px;
    }
    .zx-tc-title {
        margin-block-end: 30px;
    }
    .contact-info-box {
        line-height: 0px;
    }
    .contact-info {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        height: 200px;
    }
    .contact-info-box>span {
        display: block;
    }
    .news-detail {
        margin-top: 0 !important;
    }
    .AAA-txt,
    .promise-txt {
        margin-top: -120px;
        padding: 0 20px;
    }
    .AAA-box,
    .promise-box {
        display: none;
    }
    .iso-bg {
        height: auto;
    }
    .iso-flex {
        display: block;
        padding: 0 20px 20px;
        margin-top: 30px;
    }
    .iso-box {
        width: 100%;
        margin: 0 0 20px;
    }
    .iso-detail {
        margin-top: 0;
        padding: 20px 20px;
    }
    .credit-bg {
        height: auto;
    }
    .credit-content {
        margin: 0 0 20px;
        width: 100%;
    }
}
.zx-tc-img > img  {
        width:  690px;
        object-fit:  contain;
}

.zs-img-bg  {
        height:  1035px;
        width:  689px;
        background-repeat:  no-repeat;
        background-position:  center center;
        background-size:  contain;
        position:  relative;
        margin:  0 auto;
}

.zx-bh  {
        position:  absolute;
        top:  220px;
        left:  50%;
        transform:  translateX(-50%);
        color:   #000;
}

.zx-gs-name  {
        position:  absolute;
        top:  370px;
        left:  50%;
        transform:  translateX(-50%);
        color:   #000;
        font-size:  20px;
        font-weight:  700;
        letter-spacing:  4px;
}

.zx-dm-dz  {
        margin-top:  10px;
        position:  absolute;
        top:  400px;
        left:  50%;
        transform:  translateX(-50%);
        color:   #000;
        font-size:  14px;
}

.zx-dm-dz > div  {
        line-height:  30px;
}

.zx-lx  {
        position:  absolute;
        bottom:  420px;
        left:  50%;
        transform:  translateX(-50%);
        font-weight:  700;
        color:   #d20807;
        font-size:  48px;
        letter-spacing:  4px;
        width:  100%;
}

.zx-yxqx  {
        margin-top:  10px;
        position:  absolute;
        bottom:  380px;
        left:  39.5%;
        transform:  translateX(-50%);
        color:   #000;
        font-size:  14px;
}

.zx-date  {
        position:  absolute;
        bottom:  220px;
        right:  5%;
        transform:  translateX(-50%);
        color:   #000;
        font-size:  14px;
}