/* .banner{
    width: 100%;
    overflow: hidden;
    position: relative;
}

.banner-all{
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.banner-img{
    float: left;
    height: 100%;
} 

.banner-img img{
    width: 100%;
    height: 100%;
    display: block;
}*/


/* 顶部轮播 */
.swiper-container1{
    width: 100%;
    min-width: 1200px;
    position: relative;
}

.swiper-container1 .swiper-wrapper{
    width: 100%*6;
    height: 100%;
}

.swiper-container1 .swiper-wrapper .swiper-slide {
    float: left;
    width: 100%/6;

}

.swiper-container1 .swiper-wrapper .item{
    width: 100%;
}

.swiper-container1 .swiper-wrapper .item >a{
    display: block;
    width: 100%;
}

.swiper-container1 .swiper-wrapper .item >a img{
    display: block;
    width: 100%;
}

.swiper-button-prev{
    background-image: url('/static/mainland_pc/newWebsite/images/index/leftArrow.png')!important;
    display: none;
}

.swiper-button-next{
    background-image: url('/static/mainland_pc/newWebsite/images/index/rightArrow.png')!important;
    display: none;
}

.to-fix {
    width: 1200px;
    background: #fff;
    /* margin: 60px auto; */
    /* padding: 50px 0 66px 0; */
    margin: 70px auto 80px auto;
}

.to-fix .fix-btn {
    width: 250px;
    height: 50px;
    background: #ee3143;
    text-align: center;
    margin: 0 auto;
    font: 18px/50px "Noto Sans CJK SC", "Source Han Sans CN","黑体";
    color: #fff;
    cursor: pointer;
    box-shadow: 3px 3px 15px -2px #eb0028;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.fix-title {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 30px;
    position: relative;
    font: 28px/68px "Noto Sans CJK SC", "Source Han Sans CN","黑体";
    color: #232121;
    text-align: center;
}

.fix-title span {
    color: #ee0028;
    font-weight: lighter;
}

.fix-step {
    width: 100%;
    height: 400px;
    background: #fff;
}

.fix-step img {
    width: 1200px;
    margin: 0 auto;
    display: block;
}

.fix-introduce {
    width: 1200px;
    /* height: 200px; */
    height: 270px;
    margin: 0 auto;
    display: flex;
    margin-bottom: 80px;
}
.fix-introduce .intro_pic {
    /* flex: 1; */
    box-sizing: border-box;
    width: 280px;
    height: 270px;
    background-size: 280px;
    margin-right: 26px;
}
.fix-introduce .intro_pic:nth-child(4){
    margin-right: 0;
}
.fix-introduce .intro_pic_1{
    background: url('/static/mainland_pc/newWebsite/images/index/tro_1.png');
    background-size: cover;
}
.fix-introduce .intro_pic_2{
    background: url('/static/mainland_pc/newWebsite/images/index/tro_2.png');
    background-size: cover;
}
.fix-introduce .intro_pic_3{
    background: url('/static/mainland_pc/newWebsite/images/index/tro_3.png');
    background-size: cover;
}
.fix-introduce .intro_pic_4{
    background: url('/static/mainland_pc/newWebsite/images/index/tro_4.png');
    background-size: cover;
}
.fix-introduce .intro_pic_1:hover{
    background: url('/static/mainland_pc/newWebsite/images/index/hover_1.png');
    background-size: cover;
}
.fix-introduce .intro_pic_2:hover{
    background: url('/static/mainland_pc/newWebsite/images/index/hover_2.png');
    background-size: cover;
}
.fix-introduce .intro_pic_3:hover{
    background: url('/static/mainland_pc/newWebsite/images/index/hover_3.png');
    background-size: cover;
}
.fix-introduce .intro_pic_4:hover{
    background: url('/static/mainland_pc/newWebsite/images/index/hover_4.png');
    background-size: cover;
}
.fix-introduce .intro_pic img{
    width: 280px;
    height: 270px;
    background-size: 100%;
}
.fix-introduce .introduce-in {
    flex: 1;
    box-sizing: border-box;
    padding-top: 35px;
    width: 300px;
    float: left;
}

.fix-introduce .introduce-in .left{
    width: 64px;
    height: 64px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 30px;
}

.fix-introduce .introduce-in .right{
    width: 185px;
    height: 64px;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}

.fix-introduce .introduce-in .right .desc{
    text-align: left;
    font: 16px/30px "Noto Sans CJK SC", "Source Han Sans CN","黑体"
}

.more-service {
    padding: 40px 0 70px 0;
    background: #f7f7f7;
}

.more-service .fix-phone {
    background: url('/static/mainland_pc/newWebsite/images/index/phone_fix.jpg')
}

.more-service .recycling-phone {
    background: url('/static/mainland_pc/newWebsite/images/index/phone_recycling.jpg')
}

.more-service .mall-phone {
    background: url('/static/mainland_pc/newWebsite/images/index/phone_mall.jpg')
}


.more-service .title {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 30px;
    position: relative;
    font: 28px/68px "Noto Sans CJK SC", "Source Han Sans CN","黑体";
    color: #232121;
    text-align: center;
}

.more-service .title .underline {
    width: 60px;
    height: 0;
    position: absolute;
    border-top: solid 2px #eb0028;
    top: 60px;
    left: 567px;
}

.more-service .nav {
    width: 1200px;
    margin: 0 auto;
    display: flex;
}

.more-service .nav .sub-nav {
    flex: 1;
    width: 380px;
    height: 350px;
    margin-right: 30px;
    box-sizing: border-box;
    border: 10px solid #fff;
    box-shadow: 0 0 15px 1px rgb(209, 209, 209);
    background-size: 100%;
    cursor: pointer;
    /* 兼容iE，不支持flex 用浮动 */
    float: left;
}

.more-service .nav .sub-nav .service-title{
    margin-top: 30px;
    text-align: center;
    color: #2c2b30;
}

.more-service .nav .sub-nav .service-title .service-title-bold{
    font: bolder 24px/40px "Noto Sans CJK SC", "Source Han Sans CN","黑体";
    display: inline-block;
}

.more-service .nav .sub-nav .service-title .service-title-normal{
    font:  24px/40px "Noto Sans CJK SC", "Source Han Sans CN","黑体";
    display: inline-block;
}

.more-service .nav .sub-nav .desc{
    font:  15px/40px "Noto Sans CJK SC", "Source Han Sans CN","黑体";
    text-align: center;
}
.more-service .nav .fix-phone .desc{
    color: #9388a6;
}
.more-service .nav .recycling-phone .desc{
    color: #baa182;
}
.more-service .nav .mall-phone .desc{
    color: #878f9a;
}
.more-service .nav .sub-nav .desc span{
    color: #eb0028;
    margin: 0 5px;
}

.more-service .nav .sub-nav:last-child {
    margin-right: 0;
}


.after-sale {
    background: #24292d;
    padding: 40px 0 0 0;
}

.after-sale-in {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.arrow-left,
.arrow-right {
    position: absolute;
    z-index: 100;
    cursor: pointer;
    font: 15px/40px "Noto Sans CJK SC", "Source Han Sans CN","黑体";
    text-align: center;
    width: 40px;
    height: 40px;
    color: #333;
}

.arrow-left.current,
.arrow-right.current {
    color: #eee;
}

.arrow-left {
    left: -60px;
    top: 250px;
    background-position: -773px -9px
}

.arrow-right {
    left: 1220px;
    top: 250px;
    background-position: -838px -9px;
}


.after-sale .title {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 30px;
    position: relative;
    font: 28px/68px "Noto Sans CJK SC", "Source Han Sans CN","黑体";
    color: #fff;
    text-align: center;
}

.after-sale .title .underline {
    width: 60px;
    height: 0;
    position: absolute;
    border-top: solid 2px #eb0028;
    top: 60px;
    left: 567px;
}

.after-sale .after-sale-outer {
    position: relative;
    width: 1200px;
    height: 380px;
    margin: 0 auto;
    overflow: hidden;
}

.after-sale .after-sale-outer .after-sale-inner{
    display: flex;
}

.after-sale .after-sale-outer .ul1{
  display: block;
}

.after-sale .after-sale-outer .ul2{
  display: none;
}

.after-sale .after-sale-outer .after-sale-inner li {
    width: 380px;
    /* height: 330px; */
    flex: 1;
    float: left;
    box-sizing: border-box;
    margin-right: 20px;
    cursor: pointer;
    /* overflow: hidden; */
    /* border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px; */
}

.after-sale .after-sale-outer .after-sale-inner li img {
    width: 100%;
    /* height: 100%; */
    display: block;
}

.after-sale .after-sale-outer .after-sale-inner li .desc{
    background: #fff;
    text-align: center;
    padding: 20px 0 15px 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.after-sale .after-sale-outer .desc .after-sale-inner-title{
    font: 24px/32px "Noto Sans CJK SC", "Source Han Sans CN","黑体";
    color: #232121;
}

.after-sale .after-sale-outer .desc .after-sale-inner-subtitle{
    font: 16px/32px "Noto Sans CJK SC", "Source Han Sans CN","黑体";
    color: #666;
}


.after-sale .after-sale-outer li:last-child {
    margin-right: 0;
}


.news {
    background: #f7f7f7;
    padding: 40px 0 70px 0;
}

.news .title {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 30px;
    position: relative;
    font: 28px/68px "Noto Sans CJK SC", "Source Han Sans CN","黑体";
    color: #232121;
    text-align: center;
}

.news .title .underline {
    width: 60px;
    height: 0;
    position: absolute;
    border-top: solid 2px #eb0028;
    top: 60px;
    left: 567px;
}

.news .nav {
    width: 1200px;
    margin: 0 auto;
    display: flex;
}

.news .nav .sub-news {
    width: 390px;
    height: 335px;
    /* flex: 1; */
    margin-right: 15px;
    background: #fff;
    box-sizing: border-box;
    cursor: pointer;
    float: left;
    /*浮动兼容不支持flex布局的浏览器*/
}

.news .nav .sub-news:hover {
    box-shadow: 0 0 30px 3px rgb(204, 204, 204);
}

.news .nav .sub-news:last-child {
    margin-right: 0;
}


.news .nav .sub-news .news-img {
    width: 390px;
    height: 200px;
    background: #ccc;
}

.news .nav .sub-news .news-img img {
    width: 100%;
    height: 100%;
}

.news .nav .sub-news .news-title {
    font: 18px/18px "Noto Sans CJK SC", "Source Han Sans CN","黑体";
    color: #333;
    padding: 20px 20px;
}

.news .nav .sub-news .news-desc {
    font: 14px/22px "Noto Sans CJK SC", "Source Han Sans CN","黑体";
    color: #999;
    padding: 0 20px;
    height: 42px;
    /*固定高度，溢出隐藏兼容不支持text-over两行的浏览器*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -moz-box;
    -moz-box-orient: vertical;
    -moz-line-clamp: 2;
    display: -ms-box;
    -ms-box-orient: vertical;
    -ms-line-clamp: 2;
    display: -o-box;
    -o-box-orient: vertical;
    -o-line-clamp: 2;
}

.fixed-code {
    cursor: pointer;
}
.fixed-code img{
    display: inherit;
}
iframe#v5frame {
    /* width: 32em !important;
    height: 48em !important;
    bottom: 50% !important; */
    right: 0 !important;
    /* margin-bottom: -24em;
    margin-right: -16em; */
}