.container {
    width: 100%;
}


/*header */

.header {
    width: 100%;
    height: 4.8rem;
    position: relative;
    overflow: hidden;
    margin-top: 1.2rem;
}

.header img {
    width: 100%;
    height: 100%;
}

.header .mdwz {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 0.7rem;
    color: #FFFFFF;
}

.header .mdwz span {
    font-size: 0.7rem;
    color: #FFFFFF;
    display: block;
}


/* news */

.news {
    width: 100%;
    background: #F6F8FE;
    padding-bottom: 0.5rem;
    overflow: hidden;
}

.news_box {
    width: 16rem;
    margin: 0 auto;
    /* padding-top: 0.9rem; */
}

.news_box ul {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0px;
    white-space: nowrap;
    margin: 0 auto;
    text-align: center;
}

.news_box .cate1 {
    display: inline-block;
    margin: 0.1rem;
    text-align: center;
    position: relative;
    margin-bottom: 0.8rem;
}

.news_box ul li {
    display: inline-block;
    margin: 0.1rem;
    text-align: center;
    position: relative;
}

.news_box ul li .cateNameH3 {
    width: 100%;
    cursor: pointer;
}

.news_box ul li .cateNameH3 a {
    font-size: 0.16rem;
    height: 0.36rem;
    line-height: 0.36rem;
    padding: 0 0.13rem;
    border-radius: 0.18rem;
    color: #000;
    text-align: center;
}

.news_box .cateNameH3.light a {
    background: #1D208A !important;
    color: #FFFFFF !important;
}

.news_box .cateNameH3:hover a {
    background: #1D208A !important;
    color: #fff !important;
}

.news .page {
    width: 100%;
    height: 1.22rem;
    background: #F6F8FE;
    text-align: center;
}


/* .news .page .prev {
    display: inline-block;
    background: url('../img/solution/page_l.png') no-repeat;
    width: 0.5rem;
    height: 0.5rem;
    text-align: center;
}

.news .page .next {
    display: inline-block;
    background: url('../img/solution/page_r.png') no-repeat;
    background-size: 100% 100%;
    width: 0.5rem;
    height: 0.5rem;
    text-align: center;
    cursor: pointer;
}

.news .page .pagenum {
    display: inline-block;
    border-radius: 0.1rem;
    line-height: 0.5rem;
    font-size: 0.14rem;
    color: #171717;
    vertical-align: middle;
}

.news .page .current {
    width: 0.5rem;
    height: 0.5rem;
    background: #FFFFFF;
} */


/*  */

.news_all {
    overflow: hidden;
}

.ag_one {
    position: relative;
    float: left;
    overflow: hidden;
    margin-right: 0.32rem;
    margin-bottom: .32rem;
    cursor: pointer;
}

.ag_one:nth-child(4n) {
    margin-right: 0;
}

.ag_show {
    background: #FFFFFF;
    position: relative;
    transform: rotateY(0deg);
    transition: all .4s ease-out;
    z-index: 11;
    padding: 0.39rem 0.65rem 0 0.65rem;
    border-radius: 0.1rem;
    height: 2.4rem;
    width: 3.76rem;
}

.ag_show img {
    margin-bottom: .5rem;
    width: 100%;
}

.ag_show .ag_name {
    font-size: 0.2rem;
    color: #333333;
    text-align: center;
}

.ag_mask {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(../img/solution/end_bg.png) no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
    transform: rotateY(-90deg);
    transition: all .4s ease-out;
    z-index: 10;
    border-radius: 0.11rem;
}

.ag_mask .ag_name {
    padding-top: 0.59rem;
    text-align: center;
    font-size: 0.24rem;
    margin-bottom: .59rem;
    color: #FFFFFF;
}

.ag_mask .btn {
    width: 1.6rem;
    height: 0.5rem;
    transition: background-color 0.2s;
    margin: 0 auto;
    line-height: 0.5rem;
    border: 0.01rem solid #fff;
    background-color: #1D208A;
}

.ag_mask .btn a {
    font-size: 0.16rem;
    color: #FFFFFF;
    text-align: center;
    color: #FFFFFF;
}

.ag_one:hover .ag_show {
    transform: rotateY(180deg);
    transition-delay: .2s;
}

.ag_one:hover .ag_mask {
    z-index: 12;
    transform: rotateY(0deg);
    transition-delay: .2s;
}

.ag_mask .btn:hover {
    background-color: #fff;
}

.ag_mask .btn:hover a {
    color: #1D208A;
}