@charset "UTF-8";

@import url(animate.css);
.location{
    width: 100%;
    height: 65px;
    line-height: 65px;
    background-color: #fff;
}
.gk {
    width: 100%;
    height: 520px;
    background-color: #f7f7ff;
    overflow: hidden;
}
.gk .title {
    background: url(../img/title_bgc.png) 50% 50% no-repeat;
    height: 40px;
    text-align: center;
    margin: 45px 0;
}
.gk .title a{
    font-weight: 700;
    color: #3e53be;
    margin: 0;
    font-size: 24px;
    line-height: 36px;
}

.gk ul li {
    width: 260px;
    height: 336px;
    margin-right: 53px;
    float: left;
    transition: all 0.6s;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    background: url(../img/zmgk1.jpg) no-repeat;
    background-size: cover;
    border-radius: 4px;
}
.gk ul li:nth-child(2){
    background: url(../img/zmgk2.jpg) no-repeat;
    background-size: cover;
}
.gk ul li:nth-child(3){
    background: url(../img/zmgk3.jpg) no-repeat;
    background-size: cover;
}
.gk ul li:last-child{
    background: url(../img/zmgk4.jpg) no-repeat;
    background-size: cover;

}
.gk ul li h4 {
    font-size: 18px;
    text-align: center;
    font-family: '幼圆';
    margin: 60px 0 40px 0;
    color: #fff;
    letter-spacing: 4px;
}

.gk ul li p {
    line-height: 28px;
    font-size: 14px;
    margin: 0 20px;
    text-align: justify;
    color: rgba(255, 255, 255, 0.9);
}

.gk ul li a {
    margin: 20px auto 0 auto;
    display: block;
    font-size: 40px;
    color: #fff;
    text-align: center;
}

.gk ul li:hover {
    transform: scale(1.15, 1.15);
}

.gk ul li:last-child {
    margin-right: 0;
}

.gk ul li .tanchu {
    width: 260px;
    height: 336px;
    position: absolute;
    background: linear-gradient(#008fd3, #00c8a1);
    bottom: 0;
    opacity: 0;
    transition-duration: 0.6s;
}

.gk ul li:hover .tanchu {
    opacity: 1;
}
.title {
    background: url(../img/title_bgc.png) 50% 50% no-repeat;
    height: 46px;
    text-align: center;
    margin: 45px 0;
}
.title a{
    font-weight: 700;
    color: #3e53be;
    margin: 0;
    font-size: 24px;
    line-height: 36px;
}
.title a:hover{
    color: #3e53be;
}
.video-box {
    width: 1200px;
    overflow: hidden;
}

.video-box video {
    width: 1200px;
    cursor: pointer;
}

.tuku {
    margin: 40px auto;
}

.tuku li,
.tuku div,
.tuku span {
    overflow: hidden;
}

.tuku img {
    width: 100%;
    cursor: pointer;
}

.tuku img:hover {
    animation: pulse 1s;
}

.tuku ul {
    overflow: hidden;
}

.tuku ul>li {
    height: 490px;
}

.tuku ul>li:first-child {
    width: 580px;
    float: left;
}

.tuku ul>li:last-child {
    width: 600px;
    float: right;
}

.tuku div:first-child {
    width: 580px;
    height: 240px;
    margin-bottom: 20px;
}

.tuku div span {
    width: 280px;
    height: 240px;
    /* display: inline-block; */
    float: left;
    margin: 0;
}

.tuku div span:last-child {
    float: right;
}

.tuku div:last-child {
    width: 580px;
    height: 230px;
}

.tuku a {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: #3e53be;
    font-size: 20px;
    color: #fff;
    margin-top: 20px;
    border-radius: 6px;
    letter-spacing: 2px;
}
.tuku a:hover{
    color: #fff;
}

/* 移动端 */

@media screen and (max-width:768px) {
    .location {
        color: #868686;
        margin: 16px 0;
        font-size: 0.875rem;
        background-color: transparent;
        height: 100%;
        line-height: 16px;
    }
    .location a {
        color: #868686;
        font-size: 0.875rem;
    }
    .m_gk{
        background-color: #fff;
        padding: 25px 16px;
        margin-bottom: 20px;
    }
    .m_gk .top p{
        font-size: 0.875rem;
    }
    .m_gk .top ul li {
        width: 25%;
        float: left;
        text-align: center;
    }
    .m_gk .top .cut{
        color: #3e53be;
    }
    .m_gk .top ul li img{
        width: 60%;
        margin-bottom: 6px;
    }
    .m_gk .bottom {
        margin-top: 20px;
        border-top: 1px solid #f2f2f2;
        padding-top: 16px;
    }
    .m_gk .bottom p{
        font-size: 1.02rem;
        /* text-indent: 2em; */
        color: #333;
        margin-bottom: 16px;
        line-height: 32px;
        text-align: justify;
    }
    .m_gk .bottom p img{
        width: 100% !important;
        height: auto !important;
    }
 .m_gk .bottom span{
        background-color:transparent !important;
    }
}