body{
    width: 100%;
}

.gwm-kv{
    width: 100%;
    position: relative;
    padding-bottom: 46.87%;
}
.gwm-kv img{
    position: absolute;
    width: 100%;
}
.gwm-index-wiper-pagination{
    display:none;
}
.gwm-index-wiper-pagination .swiper-pagination-bullet{
    width: .6rem;
    height: 0.04rem;
    border-radius: 0;
    margin-right:0.05rem;
}
/* 统一样式 */
.brand-item-title {
    font-weight: 700;
}
.zy-title{
    width: 100%;
    text-align: center;
    font-size: 0.44rem;
    font-weight: bold;
}
.zy-title .title-line{
    position: relative;
    display: inline-block;
}
.zy-title .title-line::after{
    position: absolute;
    width: 0.54rem;
    height: 0.08rem;
    content: '';
    left:50%;
    bottom: -.14rem;
    transform: translate(-50%,0);
    background-color:#005cb9;
}
.com-button{
    background: linear-gradient(to right, #005c9e, 50%, #0088c9);
    
}
.com-button a{
   background: rgba(0,0,0,0);
   transition: all .8s;
}
.com-button:hover a{
    background: rgba(0,0,0,0.2)
}
.clearBoth{
    content: '';
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}
.clear-margin{
    margin-right: 0!important;
}
/* end */

.zy-dynamic-module{
    margin-top: 1rem;
}
.zy-news-box{
    width: 86.30%;
    margin: 0 auto;
    margin-top: 0.58rem;
    position: relative;
}
.zy-news-box .news-item{
    /* width:3.96rem; */
    width: 100%;
    transition: all .3s;
    cursor: pointer;
    background-color: #fff;
}
.zy-news-box .news-item .news-img{
    position: relative;
    padding-bottom: 66.66%;
    overflow: hidden;
}
.zy-news-box .news-item .news-img img{
    width: 100%;
    position: absolute;
}
.zy-news-box .news-item .item-content{
    padding: .25rem .23rem .3rem .23rem;
    box-sizing: border-box;
}
.zy-news-box .news-swiper-slide{
    /* padding: .3rem; */
    box-sizing: border-box;
}
.zy-news-box .news-item:hover{
    box-shadow: 0 0 0.2rem 0.03rem #d6d6d6;
}
.zy-news-box .news-button{
    width: .26rem;
    padding-bottom: .5rem;
    position: absolute;
    background-size: 100%;
    background-repeat: no-repeat;
    top:45%;
    transform: translateY(-50%);
    cursor: pointer;
}
.zy-news-box .news-button-prev{
    left:-4%;
    background-image: url(../../images/gwm-web/left.png);
}
.zy-news-box .news-button-next{
    right: -4%;
    background-image: url(../../images/gwm-web/right.png);
}
.item-content .new-title{
    font-weight: 700;
}
.item-content .new-title,.item-content .vice-new-title{
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.5;
}
.item-content .vice-new-title{
    margin-top: 0.3rem;
    -webkit-line-clamp: 3;
    line-clamp: 3;
}
.zy-news-box .more-button{
    width: 2.9rem;
    height: .5rem;
    margin: 0 auto;
    margin-top: .4rem;
    margin-bottom: .81rem;
    line-height: .52rem;
    text-align: center;
}
.zy-news-box .more-button a{
    color: #fff;
    display: block;
}
.new-item-footer{
    height: 0.42rem;
    line-height: 0.42rem;
    padding-left: 0.25rem;
    padding-right: 0.29rem;
    box-sizing: border-box;
    color: #fff;
}
.new-item-footer span{
    display: inline-block;
    color: #999999;
}
.new-item-footer span:nth-child(2){
    display: none;
    float: right;
}
.zy-news-box .news-item .new-item-footer{
    transition: all .3s ease;
}
.zy-news-box .news-item:hover .new-item-footer{ 
    background: linear-gradient(to right, rgba(0,92,158,1), 50%, rgba(0,136,201,1));
}
.zy-news-box .news-item:hover span{
    color:#fff; 
}
.zy-news-box .news-item:hover span:nth-child(2){
    display: block;
}
/* 长城品牌 */
.zy-brand{
    width: 100%;
    background: #fff;
    padding-bottom: 120px;
}
.zy-brand-box{
    width: 100%;
	position: relative;
	z-index: 99;
}


.item-box{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.item-box .zy-brand-item{
    width: 16%;
    margin-right: 1.25%;
    overflow: hidden;
    transition: all .5s ease;
    position: relative;
	cursor: pointer;
}
.item-box .zy-brand-item:hover{ transform: translateY(-10px); }
.item-box .zy-brand-item:after{ content:''; display: block;width: 0; transition: all .36s;  height: 100%; position:absolute; top: 0; left: 0;
background:rgba(41,120,73,0.9);}
.item-box .zy-brand-item:hover:after{width: 100% ;}
/*
.item-box .zy-brand-item:hover{
    width:32%;
    flex-shrink: 0;
}*/
/*.item-box .zy-brand-item .brand-hover{
	width: 100%;
}*/

.item-box .zy-brand-item .brand-item-bg{
    width: 100%;
    height: 10rem;
    background-size: 100% 100%;
}
.item-box .zy-brand-item .brand-item-bg img{
    position: absolute;
    height: 100%;
}
.item-box .zy-brand-item .brand-item-bg .brand-hover{
    opacity: 0;
    transition: .2s;
}
.item-box .zy-brand-item .brand-item-bg .brand-defaule{
    left: 0;
    transform: 0;
    opacity: 1;
    transition: all .3s;
    width: 100%; object-fit: cover;
}
.item-box .zy-brand-item .zy-brand-item-hover{
    position: absolute;
    bottom: -0.08rem;
    transition: all .6s ease;
	left: 0;
	right: 0; z-index: 8
}
.item-box .zy-brand-item .zy-brand-item-hover img{
	width: 100%;
}
.item-box-m{
    color: #fff;
}
.item-box-m a{
    color: #fff;
    display: block;
}
.item-box-m .zy-brand-m{
    width: 100%;
    padding-bottom: 40%;
    background-size: 100%;
    background-repeat: no-repeat;
    margin-bottom: .2rem;
    position: relative;
}
.item-box-m .zy-brand-m .zy-brand-m-button{
    width: 2.1rem;
    height: .6rem;
    border: 1px solid #cccccc;
    text-align: center;
    line-height: .6rem;
}
.item-box-m .zy-brand-m .zy-brand-m-cont{
    position: absolute;
    left: 6.51%;
    top: 28%;
}
.item-box-m .brand-m-1{
    background-image: url(../images/brand-pc-1.png);
}
.item-box-m .brand-m-2{
    background-image: url(../images/brand-pc-2.png);
}
.item-box-m .brand-m-3{
    background-image: url(../images/brand-pc-3.png);
}
.item-box-m .brand-m-4{
    background-image: url(../images/brand-pc-4.png);
}
.item-box-m .brand-m-5{
    background-image: url(../images/brand-pc-5.png);
}
.item-box-m .brand-m-6{
    background-image: url(../images/brand-pc-6.png);
}
.item-box-m .zy-brand-m .zy-brand-m-button{
    margin-top: .33rem;
}
.brand-item-info{
    position: absolute;
    top: 69%;
    left: 28px;
    color: #fff;
    opacity:1;
    text-align: center;
    white-space: nowrap; z-index: 10
}
.brand-item-button{
    margin-top: 20px;
	font-size: 24px;
}
.brand-item-button a,.number-view-button{
    display: block;
    color:#fff;
    text-align: center;
}
.cont-button a{
    font-size:.2rem;
}

/*.item-box .zy-brand-item:hover .brand-defaule{
    opacity: 0;
}
.item-box .zy-brand-item:hover .brand-hover{
    opacity:1;
}
*/
.item-box .zy-brand-item:hover .brand-item-info{
    opacity: 1;
    transition: all 0.6s;  
}
.zy-brand-box .number-view{
    width:92.03%;
    height: 3rem;
    background-image:url(../../images/gwm-web/brand-footer.png);
    background-repeat: no-repeat;
    background-size: 100%;
    margin: 0 auto;
    margin-top: 1rem;
    color: #333333;
    padding-top: 1px;
    box-sizing: border-box;
    position: relative;
}
.number-cont{
    position: absolute;
    width: 37.84%;
    top: 20%;
    left: 60.78%;
}
.zy-brand-box .number-title{
    font-size: 0.44rem;
    font-weight: bold;
}
.number-info{
    margin-top: 0.2rem;
    font-size:.18rem
}
.number-view-button{
    width: 1.35rem;
    height: 0.4rem;
    line-height: 0.4rem;
    border: 1px solid #777777;
    margin-top: 0.3rem;
}
.number-view-button a{
    display: block;
}
/*  科技长城 */
.tech-gwm{
    padding-bottom:52.03%;
    background-image: url(../../images/gwm-web/technology-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: relative;
}
.tech-gwm .tech-four-img{
    position: absolute;
    width: 46%;
    top: 44.4%;
    z-index: -1;
    left: 4.5%;
}
.tech-gwm .tech-four-img .tech-four-img-box{
    display: none;
}
.tech-gwm .tech-four-img .tech-four-img-box-show{
    display: block;
}
.tech-gwm .tech-four-img img{
    width:100%;
}
.tech-gwm .tech-content{
    position: absolute;
    width:68.43%;
    left: 16.45%;
    min-height: 1.55rem;
    top: 14.91%;
    color: #fff;
}   
.tech-gwm .media-view{
    position:absolute;
    width: 45.36%;
    top: 45%;
    left: 50.15%;
}
.tech-gwm .media-view .item-1,.videoisShow-m{
    width: 100%;
    position: relative;
    background: #000;
}
.tech-gwm .media-view .item-1 .media-video{
    display: none;
}
.tech-gwm .media-view .videoisShow .img-defaule{
    display: none;
}
.tech-gwm .media-view .videoisShow .media-video{
    display: block;
}
.media-view .item-1 .media-video{
    width: 100%;
}
.tech-gwm .media-view .item-1 img{
    width: 100%;
}
.tech-gwm .media-view .item-1 .play-icon,.mark-m-material .play-icon{
    width: 11.71%;
    padding-bottom: 11.71%;
    background-image:url(../../images/gwm-web/play.png);
    background-size: 100%;
    top:39.79%;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    cursor: pointer;
}
.tech-content > div{
    float: left;
}
.content-left{
    width: 35.69%;
    height: 100%;
}
.content-right{
    width: 60.35%;
    height: 100%;
    margin-left: 3%;
    line-height: 1.7;
}
.cont-title{
    font-size: .44rem;
    font-weight: bold;
}
.cont-button{
    width: 2.4rem;
    height: 0.5rem;
    line-height: .5rem;
    border: 1px solid #cccccc;
    margin-top: .49rem;
    text-align: center;
}
.cont-button a{
    color:#cccccc;
    display: block;
}
.mark-box{
    position: absolute;
    top: 47.95%;
    left: 8.69%;
}
.mark-box .mark-itme-line{
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, #cbcbcb, 40%, transparent)
}
.mark-box .mark-itme{
    position: relative;
    width: 4.17rem;
    height: 1.14rem;
    padding-bottom: .3rem;
    padding-top: .4rem;
    cursor: pointer;
    transition: all .4s;
    overflow: hidden;
}
.mark-box .mark-itme > div{
    position: absolute;
}
.mark-itme .mark-hover{
    width: 100%;
    height: 1.71rem;
    
    background-position: left;
    background-repeat: no-repeat;
    padding-top: 1px;
    opacity: 0;
}
.mark-itme .mark-hover .hover-icon{
    width:.22rem;
    padding-bottom: 1.7rem;
    background-image: url(../../images/gwm-web/technology-hover.png);
    background-repeat: no-repeat;
    background-size: 100%;
    float: left;
}
.mark-itme .mark-hover .hover-cont{
    margin-left: .4rem;
}
.mark-itme .mark-hover .hover-cont .hover-img{
    width:2.6rem;
    height: .46rem;
}
.mark-itme .mark-hover .hover-cont .hover-img .fonticon{
    font-size: .4rem;
}
.mark-itme .mark-hover .hover-cont .hover-img  .iconkafei1{
    font-size: .4rem;
}
.mark-itme .mark-hover .hover-cont .hover-img img{
    width:100%
}
.mark-itme .mark-hover .hover-big-img{
    margin-bottom: .2rem;
}
.mark-itme  .mark-button{
    width:1.35rem;
    height: .4rem;
    margin-top: .3rem;
}
.mark-itme  .mark-button a{
    display: block;
    text-align: center;
    line-height: .4rem;
    color: #ffffff;
}
.mark-box .mark-itme .mark-default{
    padding-left:.4rem;
    box-sizing: border-box;
}
.mark-box .mark-itme .mark-default .default-img .fonticon{
    font-size: .3rem;
    color:rgba(0,0,0,.5)
}
.mark-box .mark-itme .mark-default .default-img .iconkafei1{
    font-size: .35rem;
}
.mark-box .mark-itme .mark-default .default-img{
    width:1.93rem;
    height: .34rem;
}
.mark-box .mark-itme .mark-default .default-img-2{
    width:1.87rem;
    height: .25rem;
}
.mark-box .mark-itme .mark-default .default-img-3{
    width:1.38rem;
    height: .28rem;
}
.mark-box .mark-itme .mark-default .default-img img{
    width:100%;
}
.mark-box .show-info{
    height: 2.32rem;
}
.mark-m-material{
    width:100%;
    opacity: 0;
    display: none;
}
/* hover的时候name 切换 */
.mark-box .show-info .mark-default{
    opacity: 0;
    transition:all .3s;
}
.mark-box .show-info .mark-hover,.mark-box-m .show-info  .mark-m-material {
    display:block;
    opacity: 1;
    transition: all .8s;
}
/* 移动端切换控制 */
.mark-m-material .media-video,.mark-m-material .img-defaule{
    width: 100%;
}
.mark-m-material .media-video{
    display: none;
}
.mark-m-material .play-icon{
    top: 50%;
    transform: translate(-50%,-50%);
}
.videoisShow-m .img-defaule,.videoisShow-m .play-icon{
    display: none;
}
.videoisShow-m .media-video{
    display: block;
}
.foot-four{
    padding: 1rem .75rem;
    background:#fff;
}
.four-1,.four-2{
    display: flex; 
    flex-direction: row;
    justify-content: space-between;
}
.four-1 .itemsociety,.four-2 .bidding{
    margin-right: .25rem;
}
.four-2{
    margin-top: .25rem;
}
.four-1 .four-item,.four-2 .four-item{
    width:49%;
    height: 2.2rem;
    /* background-size: 100%;
    background-repeat: no-repeat; */
    position: relative;
    overflow: hidden;
}
.four-1 .four-item img,.four-2 .four-item img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 1s;
}
.four-1 .four-item:hover img,.four-2 .four-item:hover img{
   transform: scale(1.2);
}
.four-1 .four-item a,.four-2 .four-item a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 9;
}
.four-1 .four-item a span,.four-2 .four-item a span{
    right: 8.01%;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    color: #fff;
}

/* .itemsociety{
    background-image: url(../../images/gwm-web/f-1.png);
}
.battery{
    background-image: url(../../images/gwm-web/f-2.png);
}
.bidding{
    background-image: url(../../images/gwm-web/f-3.png);
}
.big-battery{
    background-image: url(../../images/gwm-web/f-4.png);
} */
/* 全站按钮hover反白 */
.brand-item-button,.zy-brand-m-button,.number-view-button,.cont-button{
    transition: all .8s;
}
/*.brand-item-button:hover,.zy-brand-m-button:hover,.number-view-button:hover,.cont-button:hover{
    background: #fff;
}
.brand-item-button:hover a,.number-view-button:hover a,.cont-button:hover a,.zy-brand-m-button:hover a{
    color: #000;
}*/
 .four-1 .four-item a span, .four-2 .four-item a span{
        font-weight: bold;
    }
/* 媒体查询 */
@media screen and (max-width:1024px){
    .four-1 .four-item a span, .four-2 .four-item a span{
        top: 50%;
        transform: translate(0, -50%);
    }
    .number-cont{
        top:4%;
    }
    .mark-box{
        top: 42.95%;
    }
    /* .mark-box .mark-itme{
        height: .85rem;
        padding-bottom: .2rem;
        padding-top: .2rem;
    } */
}
@media screen and (max-width:768px){
    .tech-gwm .tech-content{
        top: 8.91%;
    }
    .number-view-button{
        margin-top: .2rem;
    }
}
@media screen and (max-width:767px){
    .gwm-kv{
        padding-bottom:112%;
    }
    .tech-gwm .tech-four-img{
        width: 93.33%;
        left: 3.33%;
        top: 63.3%;
    }
    /* 手机端隐藏swiper按钮 */
    .news-button{
        display:none;
    }
    /* 轮播分页显示 */
    .gwm-index-wiper-pagination{
        display:block;
        width: 100%;
        margin-top: .5rem;
    }
    .zy-news-box .more-button{
        height: .82rem;
        line-height: .82rem;
    }
    .gwm-index-wiper-pagination .swiper-pagination-bullet-active{
        background: #005cb9;
    }
    .zy-news-box{
        width:100%;
        /* padding: 0 .25rem; */
    }
    .zy-news-box .control-box{
        padding: 0 .25rem;
        margin-top: 1.3rem;
        box-sizing: border-box;
    }
    .item-content .vice-new-title{
        -webkit-line-clamp: 3;
    }
    .zy-news-box .more-button{
        width: 100%;
    }
    .zy-news-box .news-swiper-slide{
        padding: 0;
    }
    .news-swiper .swiper-wrapper .swiper-slide{
        padding: 0 .25rem;
    }
    .zy-news-box .news-item:hover{
        box-shadow: 0 0 0.2rem 0.04rem #d6d6d6;
    }
    .zy-news-box .news-item:hover .new-item-footer{
       background: transparent;
    }
    .zy-news-box .news-item:hover span{
        color: #999999;
    }
    .zy-news-box .news-item span:nth-child(2){
        display: block;
    }
    .new-item-footer{
        height: 0.6rem;
        line-height: .6rem;
        padding-bottom: .3rem;
        box-sizing: content-box;
    }
    .zy-news-box .news-item span:nth-child(2){
        width: 2.1rem;
        height: 0.63rem;
        background: linear-gradient(to right, #005c9e, 50%, #0088c9);
        color: #fff;
        line-height: 0.65rem;
        text-align: center;
    }
    .zy-news-box .more-button a{
        font-size:.26rem;
    }
    .zy-brand{
        padding-bottom: .87rem;
    }
    .zy-brand-box .number-view{
        width:91.26%;
        height: 5.4rem;
        margin:0 auto;
        margin-top: 1rem;
        background-image:url(../../images/gwm-web/brand-footer-m.png);
    }
    .number-title{
        text-align: center;
    }
    .number-cont{
        width: 92.85%;
        top: 16%;
        left: 50%;
        transform: translate(-50%,0);
    }
    .number-info{
        font-size: .24rem;
        margin-top: .3rem
    }
    .number-view-button{
        width: 3rem;
        height: 0.6rem;
        margin: 0 auto;
        margin-top: .3rem;
        line-height: 0.6rem;
    }
    .cont-button{
        width: 2.1rem;
        height: .6rem;
        line-height: .6rem;
        margin: 0 auto;
    }
    .mark-itme .mark-hover .hover-icon{
        width:.21rem
    }
    .mark-itme .mark-hover .hover-big-img{
        margin-bottom: .23rem;
    }
    .tech-gwm{
        padding-bottom: 210.53%;
        background-image: url(../../images/gwm-web/technology-bg-m.png);
    }
    .tech-gwm .tech-content{
        width: 84.74%;
        top: 5.6%;
        left: 6.51%;
    }
    .tech-content > div{
        float: none;
    }
    .item-box-m .zy-brand-m .zy-brand-m-button a{
        font-size:.2rem
    }
    .content-right{
        width: 100%;
        margin-left: 0;
        font-size: .24rem;
        line-height: .4rem;
        margin-top: .35rem;
    }
    .cont-button{
        margin-top: .5rem;
    }

    .mark-box{
        width: 87%;
        left: 6.5%;
        top: 38%;
    }
    .mark-box .mark-itme{
        width: 100%
    }
    .mark-box .show-info{
        height: 6.49rem;
    }
    .mark-box .show-info .mark-hover{
        top: 67%;
    }
    .mark-itme .mark-button{
        width: 2.11rem;
        height: .63rem;
        margin-top: .15rem;
    }
    .mark-itme .mark-button a{
        height:100%;
        line-height: .63rem;
    }
    .mark-box .show-info .mark-hover{
        height: 2rem;
    }
    .mark-itme .mark-hover .hover-icon{
        padding-bottom: 1.92rem;
        background-image: url(../../images/gwm-web/technology-hover-m.png);
    }
    .foot-four{
        padding: 1rem .25rem;
    }
    .four-1, .four-2{
        flex-direction: column;
    }
    .four-1 .four-item, .four-2 .four-item{
        width:100%;
        height: 1.8rem;
        margin-bottom: .2rem;
    }
    .four-1 .itemsociety, .four-2 .bidding{
        margin-right: 0;
    }
    .four-2{
        margin: 0;
    }
    .zy-news-box .more-button{
        margin-bottom: 1rem;
    }
    .content-left{
        width: 100%;
        text-align: center;
    }
}
.item-box>div:nth-child(even){
	top: 50px;
}