.container {
    width: 100%;
}


/*header */

.header {
    width: 100%;
    height: 4.8rem;
    position: relative;
    overflow: hidden;
}

.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;
}


/* daili_news */

.daili_content {
    width: 100%;
}

.daili_box1 {
    width: 14rem;
    margin: 0 auto;
    padding: 0.6rem 0;
    background: #fff;
    overflow: hidden;
}

.daili_box1 .daili_box_img {
    width: 6.44rem;
    height: 3.62rem;
    float: left;
}
.daili_box1 .daili_box_img  img{
    max-width: 100%;
    margin: 0 auto;
}


.daili_box1 .daili_message {
    background: #F8F8F8;
    /* height: 3.62rem; */
    min-height: 3.62rem;
    float: left;
    padding-left: 0.68rem;
    padding-top: 0.72rem;
    padding-right: 0.62rem;
    width: calc(100% - 6.44rem);
}

.daili_box1 .daili_message .daili_name {
    font-size: 0.32rem;
    color: #333333;
    margin-bottom: 0.13rem;
}

.daili_box1 .daili_message .daili_line {
    width: 1.23rem;
    height: 0.02rem;
    background: #F40000;
    margin-bottom: 0.37rem;
}

.daili_box1 .daili_message .daili_cont {
    font-size: 0.2rem;
    color: #666666;
    line-height: 0.36rem;
    max-width: 6rem;
}

.daili_box2 {
    width: 100%;
    background: #F8F8F8;
    padding: 0.6rem 0;
}

.daili_box2 .product_message {
    width: 14rem;
    margin: 0 auto;
    padding: 0.6rem;
    background-color: #fff;
    margin-bottom: 0.3rem;
}

.daili_box2 .product_name {
    font-size: 0.26rem;
    color: #404040;
    margin-bottom: 0.4rem;
    line-height: 0.46rem;
}

.daili_box2 .product_content {
    max-width: 12.78rem;
    font-size: 0.2rem;
    color: #404040;
    line-height: 0.46rem;
    padding-top: 0.4rem;
    border-top: 0.01rem solid #EBEBEB;
}

.daili_box2 .product_img_cont img {
    width: 100%;
    height: auto;
    margin-top: 0.38rem;
}

.product_adv,
.product_app,
.product_iq,
.product_pages {
    width: 14rem;
    margin: 0 auto;
    background-color: #fff;
    padding: 0.6rem;
}

.product_app {
    margin-top: 0.3rem;
    margin-bottom: 0.3rem;
}

.product_iq .listen,
.product_iq .en_name,
.product_iq .email,
.product_iq .qq {
    font-size: 0.2rem;
    color: #404040;
    line-height: 0.46rem;
}

.product_iq {
    margin-bottom: 0.3rem;
}

.product_pages {
    padding: 0.4rem 0.6rem 0.4rem 0.6rem;
    overflow: hidden;
}

.product_pages .prev,
.product_pages .next {
    margin-right: 2.2rem;
    float: left;
    font-size: 0.2rem;
    color: #404040;
}

.product_pages .prev a,
.product_pages .next a {
    font-size: 0.2rem;
    color: #404040;
    display: inline-block;
}

.product_pages .prev a:hover,
.product_pages .next a:hover {
    color: #bd1b20;
}


/*  */

.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(-180deg);
    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;
}

.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: #0175c2;
}