*{
    margin:0;
    padding:0;
    font-family: 'Arial','Microsoft YaHei' ;
    box-sizing: border-box;
    /*text-size-adjust:none;*/
}
body,html{
    width: 100%;
    height: auto;
    overflow-x: hidden;
}
ul{
    list-style: none;
}
a,a:hover,a:active,a:visited,a:link,a:focus{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    outline:none;
    /*background: none;*/
    text-decoration: none;
}
a:active{
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
*::before, *::after {
    box-sizing: border-box;
}
img {
    border: 0;
    vertical-align: middle;
}
.m-none{
    display: none !important;
}

.gysa1{
    width: 100%;
}
.gysa1 > img{
    max-width: 100%;
    max-height: 100%;
}

.gysa3{
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
}
.gysa4{
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.gysa5{
    font-size: 0.4rem;
    color: #333;
    text-align: center;
}
.gysa6{
    width: 100%;
    height: auto;
    display: flex;
    /*justify-content: space-between;*/
    align-items: center;
    margin-top: 0.7rem;
    justify-content:center;
}

.gysa7{
    width: 47%;
}
.gysa8{
    font-size: 0.14rem;
    color: #666666;
    line-height: 0.3rem;
    text-indent: 2em;
}
.gysa9{
    font-size: 0.14rem;
    color: #666666;
    line-height: 0.3rem;
    margin-top: 0.2rem;
    text-indent: 2em;
}
.zhda1{
    font-size: 0.14rem;
    color: #666666;
    line-height: 0.3rem;
    text-indent: 2em;
}
.gysa10{
    margin-top: 0.4rem;
    font-size: 0.14rem;
    color: #666666;
    line-height: 0.3rem;
    text-indent: 2em;
}
.gysa11{
    width: 70%;
    display: flex;
}

.zhda2 {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 0.3rem;
}
.zhda3 {
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
}
.zhda4 {
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    margin-top: 0.3rem;
}
.zhda5 {
    width: 100%;
    overflow: hidden;
    cursor: pointer;
}
.zhda5 > img{
    max-width: 100%;
}
.zhda5_active{
    transition: all 0.8s;
    transform: scale(1.2);
}

.zhda6{
    font-size: 0.16rem;
    color: #666;
    font-weight: bold;
    margin-top: 0.2rem;
    text-align: center;
}

.zhda8 {
    width: 100%;
    display: flex;
    justify-content: center;
}
.zhda9 {
    width: 100%;
    max-width: 1200px;
}
.zhda10 {
    /*display: flex;*/
    display: none;
    flex-direction: column;
    justify-content: center;
    align-content: center;
}
.zhda10_1,.zhda10_2,.zhda10_3,.zhda10_4,.zhda10_5,.zhda10_6,.zhda10_7,.zhda10_8,.zhda10_9,.zhda10_10,.zhda10_11,.zhda10_12,.zhda10_13,.zhda10_14,.zhda10_15,.zhda10_16,.zhda10_17{
    display: flex !important;
}
.zhda11{
    width: 100%;
    text-align: center;
    margin-top: 0.7rem;
}
.zhda12{
    text-indent: 2em;
    font-size: 0.16rem;
    line-height: 0.32rem;
}
.zhda13 {
    width: 100%;
    text-align: center;
    font-size: 0.2rem;
    font-weight: bold;
    margin: 0.2rem 0 0.3rem 0;
}

@media (max-width: 980px) {
    .d-none {
        display: none;
    }

    .m-block {
        display: flex !important;
    }

    img {
        max-width: 100%;
    }

    .gysa1 {
        width: 100%;
        margin-top: 1.04rem;
    }
    .phone_gysa6{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        margin-top: 0.4rem;
    }
    .gysa4{
        width: 100%;
        height: 100%;
        margin: 0 auto;
        padding: 0 0.55rem;
    }
    .gysa7{
        width: 100%;
    }
    .gysa8 {
        font-size: 0.14rem;
        color: #666666;
        line-height: 0.3rem;
        margin-top: 0.4rem;
    }
    .gysa11{
        width: 100%;
        height: 3.59rem;
        display: flex;
    }
    .gysa15 {
        width: 100%;
        height: auto;
        padding: 0.5rem 0 1rem;
    }
    .zhda2 {
        padding: 0 0.3rem;
    }
    .zhda4 {
        width: 49%;
    }
    .zhda9 {
        padding: 0 0.3rem;
    }
}