* {
    margin: 0 auto;
    padding: 0;
}

ul,
li {
    list-style: none;
}

body {
    font-family: '微软雅黑';
    font-size: 14px;
    color: #333;
    padding-top: 0px;

}

img {
    border: none;
    vertical-align: middle;
}

h2 {
    font-family: "微软雅黑";
    font-size: 30px;
    font-weight: 700;
    color: rgb(34, 34, 34);
    line-height: 60px;
}

h4 {
    font-family: "微软雅黑";
    font-size: 20px;
    font-weight: 700;
    color: rgb(34, 34, 34);
    line-height: 30px;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    text-decoration: none !important;

}

a:link {
    text-decoration: none !important;
}

a:visited {
    text-decoration: none !important;
}

a:active {
    text-decoration: none !important;
}

p {
    line-height: 30px;
}

div {
    transition: all 0.5s ease-out;
}


.box {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.header {
    width: 100%;
    height: auto;

}

.header-top {

    width: 1280px;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.logo {
    width: 150px;
    height: 150px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.logo img {
    width: 100%;
 
    object-fit: contain;
    margin-left: 10px;
}

.search {
    width: 480px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;

}

.search>div:nth-child(1) {
    height: 60px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.search>div:nth-child(1)>input {
    width: 397.6px;
    height: 40px;
    color: #999999;
    text-indent: 2em;
    border: none;
    border: 1px solid #EF2C2C;
    border-right: none;
}

.search_but {
    display: inline-block;
    width: 82.4px;
    border: none;
    height: 40px;
    background-color: #EF2C2C;
    text-align: center;
    border-radius: 0px 5px 5px 0px;
    line-height: 40px;
}

.search_but>img {
    width: 20px;
    height: 20px;
    background-size: cover;

}

.search>div:nth-child(2) {
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    text-align: left;
    margin: 0;
}

.consult {
    width: 162px;
    height: 42px;
}

.consult>div:nth-child(1) {
    font-size: 16px;
    color: #EF2C2C;
}

.consult>div:nth-child(2) {
    font-size: 21px;
    font-weight: 700;
    color: #EF2C2C;
}

.header-nav {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: 550;
    height: 50px;
    background-color: #EF2C2C;
}

.header-nav ul {
    width: 1200px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
}

.header-nav ul li {
    width: 9%;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

.header-nav ul li a {
    width: 100%;
    height: 100%;
    display: inline-block;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
}

.menuhover {

    text-align: center;
    border-radius: 25px;
    color: #EF2C2C !important;
    background-color: #fff;
}

.heard-nav {
    position: relative;
    margin-top: 10px;
    width: 1200px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.nav2one {
    width: 100%;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    color: #fff;
    text-align: center;
    background-color: #EF2C2C;
}

.nav2one span {
    display: flex;
    flex-direction: column;
    justify-content: center;

    text-align: center;
}

.nav2 {
    z-index: 999;
    width: 240px;
    height: auto;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0%;
}

.nav2 ul {
    width: 240px;
    height: auto;
    display: flex;
    flex-direction: column;
    background-color: rgba(0, 0, 0, 0.68)
}

.nav2 ul li {
    width: 240px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #fff;
    line-height: 60px;
    border-bottom: 1px solid #6f6f6f;
    position: relative;
}

.nav2 ul li>div:nth-child(1) {
    margin-right: 0px;
}

.nav2 ul li:nth-child(2) {
    padding-top: 20px;
}

.nav2 ul li:last-child {
    padding-bottom: 20px;
}

.nav2 ul li:hover {
    background: #333333;
}

.nav2 ul li div img {
    width: 22px;
    height: 20px;
    margin-right: 5px;
}

.nav2jt {
    width: 18px;
    height: 18px;
}

.nav2jt img {
    width: 100%;
    height: 100%;
}

.nav3 {
    z-index: 999;
    display: none !important;
    position: absolute;
    top: 10%;
    left: 100%;
    width: 500px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    background-color: #fff;
    margin: 0;
    color: #363145;
    border-radius: 0px 5px 5px 0px;
    box-shadow: 5px 5px 5px #ccc;
    font-size: 16px;
    padding: 20px 0;
}

.nav3>div:nth-child(1) {
    width: 326px;
    border-bottom: 1px solid #EEEEEE;
    height: 40px;
}

.nav3>div:nth-child(1)>p {
    line-height: 20px;
    padding-left: 5px;
    font-size: 16px;
    font-weight: 700;
    border-left: 1px solid #ccc;
}

.nav3>div:nth-child(2) {
    width: 350px;
    display: flex;

    flex-direction: row;

    flex-wrap: wrap;
    align-items: flex-start;
}

.nav3>div:nth-child(2)>p {
    width: auto;
    margin: 10px 5px;
    line-height: 20px;
    padding-left: 5px;
    border-left: 1px solid #ccc;
    text-align: left;
}

.nav3>div:nth-child(2)>p>a {
    font-size: 16px;
}

.nav2 ul li:hover .nav3 {
    display: block !important;
}

.nav2 ul li:hover .nav3-jiantou {
    display: block !important;
}

.nav3-jiantou {
    display: none;
    content: "";
    position: absolute;
    left: 97%;
    top: 45%;
    border-right: 6px solid #FFF;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}

.heard-banner {
    width: 100%;
    height: 395px;
    position: relative;

}

.bannertext {
    z-index: 998;
    width: 65%;
    height: auto;
    text-align: center;
    position: absolute;
    right: 15%;
    top: 35%;
    animation: hide-detail 1s ease-in forwards;
    transition: 0.2s;
    transform: scale(0.2);
    opacity: 1;
    transition-delay: 0.2s;

}

@keyframes hide-detail {
    0% {
        opacity: 0;
        transform: scale(0.4);
        bottom: 0%;
        right: 0%;
    }

    50% {
        bottom: 20%;
        right: 20%;
        opacity: 0.5;
        transform: scale(0.6);
    }

    100% {
        opacity: 1;
        transform: scale(1);
        bottom: 40%;
        right: 10%;
    }
}


.bannertext h1 {

    color: #fff;
    font-size: 36px;
    margin-bottom: 10px;

}

.bannertext p {


    color: #fff;
    font-size: 32px;
}

.heard-banner img {
    width: 100%;
    height: 100%;

}

.footer {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-color: #232424;
}

.footer-top {
    width: 100%;
    margin: 0 auto;
    height: 165px;
    /* background-color: #ff8331; */
    background: -webkit-gradient(linear, left top, right top, from(#ef3500), to(#ff7d00));
}

.footer-top ul {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.footer-top ul li {
    height: 100%;
    width: 25%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.footer-top ul li div {

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.footer-top ul li div:nth-child(1) {
    width: 30%;
}

.footer-top ul li div:nth-child(2) {
    width: 70%;
}

.footer-top ul li div h4 {
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}

.footer-top ul li div p {
    width: 100%;
    text-align: left;
    color: #fff;
    font-size: 14px;
}

.footer-main {

    margin-top: 30px;
    margin-bottom: 50px;
    width: 1170px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;

}

.footer-center {
    margin: 0;
    width: 907px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}

.footer-center>div {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;

}

.footer-center>div>h4 {
    width: 100%;
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px;
    font-weight: normal;
    text-align: left;
}

.footer-center>div>a {
    font-size: 13px;
    color: #a9a9ad;
    line-height: 30px;
    text-align: left;
    margin: 0;
}

.footer-center>div>a:hover {
    color: #EEEEEE;
}

.footer-main>div:nth-child(2) {
    width: 195px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.footer-main>div:nth-child(2)>img {
    width: 120px;
    height: 120px;
    background-color: #fff;
}

.footer-main>div:nth-child(2)>p {
    color: #fff;
    line-height: 60px;

}

.footer-footer {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 54px;
    line-height: 54px;
    font-size: 13px;
    background-color: #1b1b1b;
    color: #7e7f81;
}

.mbx {
    width: 1200px;
    line-height: 50px;
}

.left-text {
    line-height: 30px;
}

.phone-footer,
.phone-nav {
    display: none;
}

.zcgs-left6 {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.zcgs-left h2 {
    margin-top: 10px !important;
}

.zcgs-left p {
    padding: 0 !important;
}

.zcgs-left6 span {

    text-align: left;
    padding: 5px;
    margin: 0;
}

.zcgs-left6 a {
    display: block;

    width: 130px !important;
    height: auto !important;
    overflow: hidden;
    white-space:nowrap;
    text-align: center;
    margin-bottom: 8px !important;
}

.zcgs2-left {
    justify-content: flex-start !important;
    min-height: 475px;
    box-shadow: 0px 0px 1px #333;
    border: none !important;
    border-right: none !important;
    border-left: none !important;
    border-top: none !important;
    border-bottom: none !important;
    padding-bottom: 50px;
}

.zcgs2-left2-center {
    line-height: 30px;
    margin-top: 30px;
    justify-content: flex-start;
    align-items: flex-start;
}

.zcgs2-left2-center img {
    width: 100%;
}

.zcgs-right>div>img {
    width: 310px;
    height: 220px;
}

.shouji_menu {
    display: none;
}

@media screen and (max-width:640px) {
    .edui-upload-video{
        width: 95% !important;
    }
    .phone-footer,
    .phone-nav,
    .shouji_menu {
        display: block;
    }

    .header-nav,
    .main-waptuleftmain {
        display: none;
    }

    .main-title {
        margin-bottom: 20px;
    }

    .zcgs2-left>div:nth-child(1) {
        border-bottom: none;

        width: 95%;
        margin: 0 auto;
        /* margin-top: 20px; */
    }

    .zcgs2-left p {
        width: 95%;
        margin: 0 auto;
    }

    .bannertext {
        left: 0%;
        top: 25%;
        width: 100%;
    }
    .left-title h4{
        font-size: 24px;
    }
    .bannertext h1 {
        font-size: 24px;
        text-align: center;
    }

    .bannertext p {
        font-size: 16px;
        text-align: center;
    }

    .shouji_menu {
        width: 100%;
        margin: 0 auto;
        position: fixed;
        top: 0;
        z-index: 999;
        background-color: #fff;
    }

    .shouji_header {
        width: 100%;
        height: 50px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        box-shadow: 0px 0px 10px #ccc;
    }
    .zsk-text h4{
        font-size: 16px;
    }
    .shouji_header>img {
        width: 30%;
        height: 80%;
        object-fit: contain;
        margin-left: 0;
    }

    .shouji_header>p {
        width: 10%;
        height: 50%;
        margin-right: 10px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        background: url(/public/static/index/image/menuh.png)no-repeat center;
    }

    .shouji_nav {
        width: 50%;
        height: 100vh;
        display: none;
        position: absolute;
        top: 0%;
        left: 0;
        background-color: #fff;
        z-index: 999;
    }

    .shouji_nav>li:nth-child(1) {
        margin-top: 10vh;
    }

    .shouji_nav>li {
        margin-bottom: 10px;
        padding-left: 20px;
        padding-bottom: 10px;
        border-bottom: 1px solid #ccc;
    }

    .box {
        width: 98%;
        margin: 0 auto;
    }

    /*  .swiper-horizontal>.swiper-pagination-bullets,
     .swiper-pagination-bullets.swiper-pagination-horizontal,
      .swiper-pagination-custom, .swiper-pagination-fraction{
        bottom: 50px;
    } */
    .header>div:nth-child(1),
    .search,
    .heard-nav,
    .main-new,
    .main-hot,
    .main-pctu,
    .main-waptu>div:nth-child(1)>div:nth-child(2),
    .footer,
    .zcgs-right,
    .zcgs-left3,
    .zcgs2-right {
        display: none !important;
    }

    .main-waptu,
    .main-pctu2,
    .main-cszskmain,
    .main-cszsk,
    .main-zcgs,
    .main-zcgs2 {
        width: 100% !important;
        flex-direction: column !important;
    }

    .zcgs2-left {
        width: 100% !important;
        justify-content: flex-start;
        flex-direction: column !important;
    }

    .main-cszsktitle,
    .main-link,
    .zcgs-left,
    .zcgs-left2,
    .zcgs-left>p,
    .zcgs2-left1,
    .zcgs2-left2,
    .zcgs2-left2-center,
    table,
    .laji>div:nth-child(1),
    .main-waptu {
        width: 95% !important;

    }

    .main-waptuleft {
        width: 100%;
    }

    .main-waptu ul,
    .main-link ul {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
    }

    .main-waptu ul li {
        width: 100%;
        height: 250px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    .main-link ul li {
        width: 45%;
        margin-bottom: 10px;
    }
    .main-link ul li img{
        height: 65px;
    }
    th {
        width: 70px !important;
    }

    .zcgs-left6 span {
        font-size: 18px;
        font-weight: 700;
        width: 100px !important;
        height: 25px !important;
        display: inline-block;
        margin: 5px;
    }

    .main {
        margin-bottom: 100px;
    }

    .main-zcgs,
    .zcgs-left,
    .main {
        height: auto !important;
    }

    .zcgs-left {

        margin-top: 0px;
    }

    .zcgs-left h2 {

        margin: 0px auto;
        margin-top: 30px !important;
        margin-bottom: 20px;
        width: 95%;
    }

    .zcgs-left p {
        line-height: 28px;
        width: 95%;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    .main-link {
        margin-bottom: 0px;
    }

    .main-link>div {
        width: 220px !important;
        flex-wrap: wrap !important;
        align-items: flex-start;
    }

    .main-pctu2 {
        margin-top: 20px !important;
        height: 190px !important;
    }

    .main-pctu2>div:nth-child(1)>div {
        margin: 0 auto !important;
    }

    .main-waptu>div:nth-child(2),
    .main-waptu>div:nth-child(1),
    .main-pctu2>div:nth-child(2) {
        height: auto !important;
        width: 100% !important;
    }

    .main-waptu>div:nth-child(1)>div:nth-child(1) {
        width: 100% !important;
        font-size: 20px !important;
        height: 40px !important;
        line-height: 40px !important;
    }

    .fuwucenter>li {
        width: 180px !important;
        height: 280px !important;
        margin: 10px auto !important;
    }

    .main-cszskcenter>div:nth-child(3)>div>a>div {
        margin: 10px 0;
    }

    .main-cszskcenter {
        width: 100%;
        margin: 0 auto !important;
    }

    .header-top {
        width: 100%;
        margin: 0;
        height: auto;
    }

    .logo {
        width: auto;
        height: auto;
    }

    .logo img {
        width: 150px;
        height: 53.78px;
    }

    .consult>div:nth-child(2) {
        font-size: 18px;
    }

    .heard-banner {
        height: 175px !important;
    }

    .heard-banner,
    .boxswiper {
        /*  height: 211px !important; */
        margin-top: 50px;
        z-index: 998;
    }

    /*   .heard-banner img {
        height: 175px;
    } */

    .swiper-button-next:after,
    .swiper-button-prev:after {
        font-size: 14px !important;
    }

    .swiper-button-next,
    .swiper-button-prev {
        top: 48%;
        transform: rotate(0deg) !important;
    }

    .phone-footer {
        position: fixed;
        bottom: 0%;
        right: 0%;
        width: 100%;
        height: 60px;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
        
        background: linear-gradient(to bottom right, red, yellow);
    }
  
    .phone-footer div {
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
    }

    .phone-footer div img {
        width: 24px;
        height: 24px;
        vertical-align: middle;
    }

    .phone-footer div p,
    .phone-footer div a {
        font-size: 12px;
        color: white;
        text-align: center;
        line-height: 20px;
    }

    .phone-nav {
        margin-top: 20px;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
    }

    .phone-nav div,
    .phone-nav>div>a {
        width: 90px;
        height: 80px;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;

    }

    .phone-nav div img {
        width: 42px;
        height: 42px;
        vertical-align: middle;
    }

    .phone-nav div p {
        text-align: center;
        line-height: 20px;
    }

    .zcgs2-left2-center2 img,
    .zcgs2-left2-center3 img,
    .bgdj2 img,
    .zcgs2-left2-center img {
        width: 100% !important;
        object-fit:contain;
    }

    .mbx,
    .jzbs,
    .jzbs4,
    .bgdj,
    .bgdj3-main,
    .bgdj-right-main,
    .bgdj-left,
    .gszx,
    .gszx2,
    .gszx4,
    .gszx4-main,
    
    .zcgs2-left-center,
    .left-text,
    .main {

        width: 95% !important;
    }
    .pagebar{
        width: 95%;
        display: flex;
    }
    .nav-links{
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .pageinfo{
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    .pagination{
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    .pagination a:nth-child(2){
        display: none;
    }
    .pagination p:nth-child(5){
        display: none;
    }
    .pagination p:nth-child(2){
        display: none;
    }
    .pagination a:nth-child(5){
        display: none;
    }
    .pagination p{
        width: auto !important;
        

    }
    .bgdj {
        flex-wrap: wrap;
    }

    .bgdj-right-center>div:nth-child(1) {
        width: 30%;
    }

    .bgdj-right>div:nth-child(1) {
        margin-left: 0px !important;
    }

    .zcgs-left6 {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .bgdj-right-main {
        justify-content: space-between !important;
    }

    .bgdj-right-center {
        width: 48% !important;

    }

    .phone-nav div {
        width: 33%;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .bgdj3-center {
        width: 48% !important;
        margin-bottom: 20px !important;
    }

    .gszx4-text {
        overflow: hidden;
    }

    .zsk {
        width: 100%;
        padding: 10px 0;
    }

    .zsk-img,
    .zsk-img img{
        height: auto !important;
    }
    .zsk-text p {
        overflow: hidden;
        height: 80px;
        display: none;
    }

    .zsk-img {
        width: 30%;
    }

    .zsk-text {
        width: 68%;
    }

    .hot-service-two {
        width: 180px;
        height: 280px;
    }
}