.sw .swiper-slide .container{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}


/* 优势之道  开始 */
.advantage {
    padding: 120px 0;
}

.advantage .title {
    : SourceHanSansCN-Regular;
    color: #111111;
    line-height: 74px;
    display: flex;
    align-items: center;
}

.advantage .title span:nth-child(2) {
    display: block;
    width: 5px;
    height: 5px;
    background-color: #111;
    margin: 0 10px;
    border-radius: 50%;
}

.advantage .title span:nth-child(3) {
    color: #CE1C24;
}

.advantage .f16 {
    : SourceHanSansCN-Regular;
    color: #666666;
    line-height: 2;
    margin-bottom: 50px;
}

.advantage .box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 18px;
}

.advantage .box .one {
    border: 1px solid #C5C5C5;
    box-sizing: border-box;
    text-align: center;
    padding-bottom: 60px;
    position: relative;
    transition: all .36s;
}

.advantage .box .one:hover {
    border-color: #CE1C24;
    transition: all .36s;
}

.advantage .box .one .f80,
.advantage .box .one .f40 {
    : BarlowCondensed-Medium;
    font-weight: bold;
    color: #333;
}

.advantage .box .one .f40 {
    : SourceHanSansCN-Heavy;
    color: #333;
}

.advantage .box .one .f20 {
    : SourceHanSansCN-Regular;
    color: #666;
    margin-top: 20px;
}

.advantage .box .one sub {
    bottom: -25px;
}

/* 优势之道  结束 */
/* 内容轮播  开始 */
.swiper_content {
    position: relative;
}

.swiper_content .swiper-wrapper {
    align-items: stretch;
    flex-flow: row nowrap;
    height: 758px;
}

.swiper_content .swiper-slide {
    height: auto !important;
}

.swiper_content .swiper-slide::after {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0%;
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
    -webkit-transition-delay: 1.3s;
    -o-transition-delay: 1.3s;
    transition-delay: 1.3s;
    height: 100%;
    z-index: 9;
    background-color: #7bc2c6;
    opacity: 0.7;
    -webkit-filter: opacity(70);
    filter: opacity(70);
    display: block;
    content: '';
}

.swiper_content .swiper-slide-active::after {
    width: 53%;
}

.new_index_Applets_imgBox {
    top: 50%;
    transform: translateY(-50%);
}

.swiper_content .swiper_content2 .new_index_Applets_imgBox {
    transform: translateY(-45%);
}

.swiper_content .swiper_content5 .new_index_Applets_imgBox {
    transform: translateY(-70%);
    max-width: 550px;
}

.swiper_content .swiper-slide .img img {
    width: 100%;
    height: 100%;
}

.swiper_content .cover {
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;
}

.swiper_content .swiper_content1::after {
    background-color: rgba(198, 203, 209, .5);
}

.swiper_content .swiper_content1 .new_index_Applets_imgBox {
    margin-left: 37% !important;
    max-width: 700px;
    transform: translateY(-40%);
}

.swiper_content .cover .f80 {
    : BarlowCondensed-Medium;
    color: #C6CBD1;
    line-height: 45px;
    -webkit-text-stroke: 1px #F9F9F9;
    text-stroke: 1px #F9F9F9;
    margin-bottom: 34px;
    -webkit-transform: translateY(200px);
    -ms-transform: translateY(200px);
    -o-transform: translateY(200px);
    transform: translateY(200px);
    opacity: 0;
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
    -webkit-transition-delay: 1.6s;
    -o-transition-delay: 1.6s;
    transition-delay: 1.6s;
}

.swiper_content .cover .f42 {
    : SourceHanSansCN-Normal;
    font-weight: 400;
    color: #FFFFFF;
}

.swiper_content .cover .title {
    -webkit-transform: translateY(200px);
    -ms-transform: translateY(200px);
    -o-transform: translateY(200px);
    transform: translateY(200px);
    opacity: 0;
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
    -webkit-transition-delay: 1.8s;
    -o-transition-delay: 1.8s;
    transition-delay: 1.8s;
}

.swiper_content .cover .subtitle {
    -webkit-transform: translateY(200px);
    -ms-transform: translateY(200px);
    -o-transform: translateY(200px);
    transform: translateY(200px);
    opacity: 0;
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
    -webkit-transition-delay: 2s;
    -o-transition-delay: 2s;
    transition-delay: 2s;
}

/* .swiper_content .cover .subtitle {
    : ArialNarrow;
} */

.swiper_content .cover .subtitle span:nth-child(1) {
    text-transform: capitalize;
}

.swiper_content .cover .subtitle span:nth-child(2) {
    color: #CE1C24;
}

.swiper_content .cover .f30 {
    : SourceHanSansCN-Heavy;
    color: #CE1C24;
    margin-bottom: 40px;
    margin-top: 40px;
    line-height: 1;
    -webkit-transform: translateY(200px);
    -ms-transform: translateY(200px);
    -o-transform: translateY(200px);
    transform: translateY(200px);
    opacity: 0;
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
    -webkit-transition-delay: 2.2s;
    -o-transition-delay: 2.2s;
    transition-delay: 2.2s;
}

.swiper_content .cover ul {
    display: grid;
    justify-content: space-between;
    grid-template-columns: repeat(5, auto);
    -webkit-transform: translateY(200px);
    -ms-transform: translateY(200px);
    -o-transform: translateY(200px);
    transform: translateY(200px);
    opacity: 0;
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
    -webkit-transition-delay: 2.4s;
    -o-transition-delay: 2.4s;
    transition-delay: 2.4s;
}

.swiper_content .swiper-slide-active .cover ul,
.swiper_content .swiper-slide-active .cover .f30,
.swiper_content .swiper-slide-active .cover .subtitle,
.swiper_content .swiper-slide-active .cover .title,
.swiper_content .swiper-slide-active .cover .f80 {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}

.swiper_content .cover ul li {
    : SourceHanSansCN-Regular;
    line-height: 2;
    margin-right: 10px;
}

.swiper_content .cover ul li a {
    color: #9598A1;
    display: flex;
    align-items: center;
}

.swiper_content .cover ul li a .cursor {
    display: block;
    width: 3px;
    height: 3px;
    background-color: #9598A1;
    margin-right: 5px;
    border-radius: 50%;
}

.swiper_content .bottom {
    position: absolute;
    bottom: 10%;
    display: flex;
    align-items: center;
    width: 40%;
}

.numbox {
    color: #333;
    z-index: 99;
    : SourceHanSansCN-Regular;
    margin-left: 40px;
}

.numbox .num {
    display: flex;
    align-items: center;
    color: #FFFFFF;
    : BarlowCondensed-Medium;
}

.numbox .num span {
    margin: 0 10px;
}

.swiper_content .swiper-button-prev {
    left: -42px !important;
    width: 42px;
    height: 40px;
    background: #FFFFFF;
    position: relative !important;
    margin-top: 0 !important;
}

.swiper_content .swiper-button-prev::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    height: 18px;
    transform: translateX(-50%) translateY(-50%);
    background: url(../images/left.png) no-repeat center !important;
}

.swiper_content .swiper-button-next {
    right: auto !important;
    left: 60px;
    width: 42px;
    height: 40px;
    background: #FFFFFF;
    position: relative !important;
    margin-top: 0 !important;
}

.swiper_content .swiper-button-next::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 9px;
    height: 18px;
    transform: translateX(-50%) translateY(-50%);
    background: url(../images/right.png) no-repeat center !important;
}

.swiper_content .swiper-pagination {
    position: unset !important;
    margin-left: 20px;
    width: 456px;
    height: 1px;
    background-color: rgba(255, 255, 255, .5);
    width: 60%;
}

.swiper_content .swiper-pagination-progress .swiper-pagination-progressbar {
    background-color: #fff !important;
    height: 3px !important;
    top: -1px !important;
}

.swiper_content .swiper_content1 {
    background-color: #c6cbd1;
}

.swiper_content .swiper_content2::after {
    background-color: rgba(116, 190, 194, .5);
}

.new_index_Applets_imgBox {
    max-width: 725px;
}

.swiper-slide-active .AppWebImg1 {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}

.AppWebImg2 {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: 10;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.AppWebImg3 {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: 3;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}

.AppWebImg4 {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: 4;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}

.AppWebImg5 {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: 5;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}

.AppWebImg6 {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: 6;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s;
}

.AppWebImg7 {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    z-index: 7;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
}

.swiper_content .swiper_content2 .img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    height: 100%;
}

.swiper_content .swiper_content2 .f80 {
    color: rgba(134, 202, 205, .5);
}

.swiper_content .swiper_content2 .f42 span:nth-child(2) {
    color: #43888C;
}

.swiper_content .swiper_content2 .f30 {
    color: #43888C;
}

.swiper_content .swiper_content2 ul li a {
    color: #4A5C5C;
}

.swiper_content .swiper_content2 ul li a .cursor {
    background-color: #4A5C5C;
}

.swiper_content .swiper_content3 {
    background-color: #78a3ff;
}

.swiper_content .swiper_content3::after {
    background-color: rgba(76, 128, 244, .5);
}

.swiper_content .swiper_content3 .new_index_Applets_imgBox {
    margin: 0px auto;
    max-width: 100%;
    position: relative;
    left: 0px;
    bottom: 0px;
    height: 100%;
}

.AppletsImg1 video {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.swiper-slide-active .AppletsImg1 {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    height: 100%;
}

.swiper_content .swiper_content3 .f80 {
    color: rgba(76, 128, 244, .5);
}

.swiper_content .swiper_content3 .f30 {
    color: #25A5FF;
}

.swiper_content .swiper_content3 .f42 span:nth-child(2) {
    color: #305ec5;
}

.swiper_content .swiper_content3 ul li a {
    color: #fff;
}

.swiper_content .swiper_content3 ul li a .cursor {
    background-color: #fff;
}

.swiper_content .swiper_content4 {
    background-color: #d3d4cf;
}

.swiper_content .swiper_content4::after {
    background-color: rgba(201, 202, 197, .5);
}

.swiper_content .swiper_content4 .new_index_Applets_imgBox {
    margin-left: 40%;
}

.swiper_content .swiper_content4 .f80 {
    color: rgba(201, 202, 197, .5);
}

.swiper_content .swiper_content4 .f30 {
    color: #938887;
}

.swiper_content .swiper_content4 ul li a span:nth-child(1) {
    background-color: #fff;
}

.swiper_content .swiper_content4 .f42 span:nth-child(2) {
    color: #938887;
}

.swiper_content .swiper_content4 ul li a {
    color: #fff;
}

.swiper_content .cover3 ul li a .cursor {
    background-color: #fff;
}

.swiper_content .swiper_content5 {
    background-color: #8DB0E0;
}

.swiper_content .swiper_content5 .cover .f80 {
    color: transparent;
}

.swiper_content .swiper_content5::after {
    background-color: rgba(141, 176, 224, .5);
}

.swiper_content .swiper_content5 .cover .subtitle span:nth-child(2) {
    color: #4986D7;
}

.swiper_content .swiper_content5 .cover .f30 {
    color: #4986D7;
}

.swiper_content .swiper_content5 ul li a {
    color: #fff;
}

.swiper_content .swiper_content5 .cover ul li a .cursor {
    background-color: #fff;
}

.swiper_content .swiper_content5 .new_index_Applets_imgBox>:nth-child(1) {
    transform: translate(150px, -25px);
    position: relative;
    z-index: 10;
}

.swiper_content .swiper_content5 .new_index_Applets_imgBox>:nth-child(2) {
    transform: translate(165px, -270px);
    position: absolute;
    z-index: 6;
}

.swiper_content .swiper_content5 .new_index_Applets_imgBox>:nth-child(3) {
    transform: translate(150px, 270px);
}


.swiper_content .swiper_content5 .new_index_Applets_imgBox>:nth-child(4) {
    transform: translate(500px, 235px);
}


.swiper_content .swiper_content5 .new_index_Applets_imgBox>:nth-child(5) {
    transform: translate(570px, 30px);
}



/* 内容轮播  结束 */
/* 高端产品  开始 */
.product {
    padding: 100px 0 120px;
}

.product .f38 {
    : SourceHanSansCN-Regular;
    color: #111;
    text-align: center;
}

.product .f20 {
    : SourceHanSansCN-Regular;
    color: #666666;
    text-align: center;
    margin-bottom: 50px;
    line-height: 2;
}

.product .product_box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px 20px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.product .product_box .one {
    border: 1px solid #ECECEC;
    position: relative;
}

.product .product_box .one .line_box {
    position: absolute;
    width: 100%;
    height: 100%;
}

.product .product_box .one .line_box>div {
    position: absolute;
}

.product .product_box .one .line_box .lt,

.product .product_box .one .line_box .lb {
    width: 100%;
    height: 1px;
}

.product .product_box .one .line_box .rb {
    right: 0;
    bottom: 0;
}

.product .product_box .one .line_box .rt,
.product .product_box .one .line_box .rb {
    width: 1px;
    height: 100%;
}

.product .product_box .one .line_box .lb {
    left: 0;
    bottom: 0;
}

.product .product_box .one .line_box .lt::after {
    left: 0;
    top: 0;
    width: 0%;
    height: 1px;
    visibility: hidden;
    background-color: #CE1C24;
    content: '';
    position: absolute;
    transition: all .5s;
}

.product .product_box .one .line_box .rt::after {
    left: 0;
    top: 0;
    width: 1px;
    height: 0%;
    visibility: hidden;
    background-color: #CE1C24;
    content: '';
    position: absolute;
    transition: all .5s;
}

.product .product_box .one .line_box .lb::after {
    right: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    visibility: hidden;
    background-color: #CE1C24;
    content: '';
    position: absolute;
    transition: all .5s;
}

.product .product_box .one .line_box .rb::after {
    right: 0;
    bottom: 0;
    width: 1px;
    height: 0%;
    visibility: hidden;
    background-color: #CE1C24;
    content: '';
    position: absolute;
    transition: all .5s;
}

.product .product_box .bottom {
    padding: 30px 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.product .product_box .bottom .f18 {
    : SourceHanSansCN-Regular;
    color: #111111;
}

.product .product_box .bottom .iconfont {
    font-size: 31px;
    color: #ECECEC;
    line-height: 1;
}

.product .product_box .one:hover .lt::after,
.product .product_box .one:hover .lb::after {
    visibility: visible;
    width: 80%;
    transition: all .5s;
}

.product .product_box .one:hover .rt::after,
.product .product_box .one:hover .rb::after {
    visibility: visible;
    height: 80%;
    transition: all .5s;
}

.product .more {
    background-color: #CE1C24;
    margin: 50px auto 0;
}

.product .more .f16,
.product .more .iconfont {
    color: #fff;
}

.product .more .line,
.product .more .cur {
    background-color: #fff;
}

/* 高端产品  结束 */
/* 我们让品牌变得有意义  开始 */
.brand {
    padding: 120px 0;
    background: url(../images/brand_bg.jpg) no-repeat center center;
    background-size: cover;
}

.brand .f38 {
    : SourceHanSansCN-Light;
    color: #111;
    text-align: center;
}

.brand .f20 {
    : SourceHanSansCN-Regular;
    color: #666;
    line-height: 2;
    text-align: center;
}

.brand .brand_box {
    display: grid;
    grid-template-columns: repeat(3, 32.3%);
    grid-gap: 20px;
    margin-top: 50px;
}

.phone_brand_box {
    display: none;
}

.brand .one {
    background-color: #fff;
    padding-bottom: 60PX;
}

.brand .img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand .img img {
    width: 150px;
}

.brand .f24 {
    : SourceHanSansCN-Regular;
    font-weight: bold;
    color: #333333;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 10px
}

.brand .f16 {
    : SourceHanSansCN-Regular;
    color: #888888;
    line-height: 2;
    text-align: center;
}

.brand .svg {
    position: relative;
}

.svg:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 10;
}

/* 我们让品牌变得有意义  结束 */
/* 让我们携手创造价值  开始 */
.value {
    padding: 100px 0;
    box-sizing: border-box;
    background: url(../images/value_bg.jpg) no-repeat center;
    background-size: cover;
}

.value .f38 {
    : SourceHanSansCN-Regular;
    color: #111;
    text-align: center;
}

.value .f20 {
    : SourceHanSansCN-Regular;
    color: #665;
    line-height: 2;
    text-align: center;
    margin-bottom: 27px;
}

.value .valur_box {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
}

.value .valur_box .one {
    background-color: #fff;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s;
    margin-top: 20px;
    margin-right: 20px;
}

.value .valur_box .one:nth-child(6n) {
    margin-right: 0;
}

.value .valur_box .one img {
    width: auto;
    max-width: 100%;
    transition: all 2s;
}

.value .valur_box .one:hover img {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    transform: rotateY(360deg);
    transition: 2s;
}

.show_more {
    text-align: center;
    : SourceHanSansCN-Regular;
    color: #333333;
    line-height: 32px;
    margin-top: 30px;
    position: sticky;
    z-index: 1;
}

.dier {
    height: 0;
    transition: .6s;
    opacity: 0;
}

.chuxian {
    opacity: 1 !important;
    height: auto !important;
    transition: .6s;
}

.cx {
    opacity: 1 !important;
    transition: .6s;
}

/* 让我们携手创造价值  结束 */
/* 友米资讯  开始 */
.new {
    padding: 120px 0 137px;
    box-sizing: border-box;
}

.new .f38 {
    : SourceHanSansCN-Regular;
    color: #111;
}

.new .new_tab {
    margin-top: 25px;
}

.new .new_tab .top {
    display: flex;
    margin-bottom: 30px;
}

.new .new_tab .top .f16 {
    : SourceHanSansCN-Regular;
    color: #222222;
    padding: 0 0px 7px;
    box-sizing: border-box;
    position: relative;
    margin: 0 30px;
    cursor: pointer;
}

.new .new_tab .top .f16:nth-of-type(1) {
    margin-left: 0;
}

.new .new_tab .top .f16:nth-last-child(1) {
    margin-right: 0;
}

.new .new_tab .top .f16.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #CE1C24;
}

.new .new_tab .top .f16.active {
    color: #CE1C24;
}

.new .new_tab .content .one {
    display: none;
}

.new .new_tab .content .one:nth-of-type(1) {
    display: block;
}

.new .new_tab .content .box {
    display: flex;
    justify-content: space-between;
}

.new .new_tab .content .one .lf {
    width: 30%;
    position: relative;
    box-sizing: border-box;
    margin-right: 25px;
}

.new .new_tab .content .one .lf .img {
    overflow: hidden;
    height: 100%;
}

.new .new_tab .content .one .lf img {
    height: 100%;
    width: auto;
    transition: all .5s;
}

.new .new_tab .content .one .lf:hover img {
    transform: scale(1.1);
    transition: all .5s;
}

.new .new_tab .content .one .lf .text {
    position: absolute;
    bottom: 18px;
    width: 92%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    padding: 30px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.new .new_tab .content .one .lf .text span:nth-child(1) {
    width: 83%;
    : SourceHanSansCN-Regular;
    color: #333333;
    line-height: 32px;
}

.new .new_tab .content .one .lf .text span:nth-child(2) {
    font-size: 30px;
    color: #888;
    transition: all .5s;
    cursor: pointer;
}

.new .new_tab .content .one .lf .text:hover span:nth-child(2) {
    color: #CE1C24;
    transition: all .5s;
}

.new .new_tab .content .one .cooperation_box {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(2, 48%);
    grid-gap: 20px;
}

.new .new_tab .content .one .cooperation_box a .mes {
    padding: 20.5px 28px 50px;
    box-sizing: border-box;
    background-color: #F9F9F9;
    margin-bottom: 25px;
    transition: all .5s;
}

.new .new_tab .content .one .cooperation_box .mes:hover {
    box-shadow: 0 0 10px rgb(0 0 0 / 30%);
    transition: all .5s;
}

.new .new_tab .content .one .cooperation_box a:nth-last-child(1) .mes {
    margin-bottom: 0;
}

.new .new_tab .content .one .cooperation_box .mes:hover .iconfont {
    color: #CE1C24;
}

.new .new_tab .content .one .cooperation_box .mes .top {
    border-bottom: 1px solid #DFDFDF;
    padding-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.new .new_tab .f44 {
    : BarlowCondensed-Medium;
    color: #333333;
    line-height: 1;
}

.new .new_tab .f18 {
    : BarlowCondensed-Medium;
    color: #666;
}

.new .new_tab .title {
    : SourceHanSansCN-Regular;
    color: #333;
    transition: all .36s;
}

.new .new_tab .iconfont {
    font-size: 24px;
    color: #888;
}

.new .new_tab .content .one .cooperation_box .mes .f18 {
    : BarlowCondensed-Medium;
    color: #333333;
}

.new .new_tab .content .one .cooperation_box .mes .bottom .f18 {
    : SourceHanSansCN-Regular;
    transition: all .36s;
}

.new .new_tab .content .one .cooperation_box .mes:hover .bottom .f18 {
    color: #CE1C24;
    transition: all .36s;
}

.new .new_tab .content .one .cooperation_box .mes .f14 {
    : SourceHanSansCN-Regular;
    color: #666666;
    line-height: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.new .new_tab .content .one .cooperation_box .content_rg {
    background-color: #F9F9F9;
    padding: 0px 33px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.new .new_tab .content .one .cooperation_box .content_rg .one {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #DFDFDF;
    padding: 37px 0;
}

.new .new_tab .content .one .cooperation_box .content_rg .one:nth-last-child(1) {
    margin-bottom: 0;
}

.new .new_tab .content .one .cooperation_box .content_rg a:nth-last-of-type(1) .one {
    border-bottom: none;
}

.new .new_tab .content .one .cooperation_box .content_rg .one .time_box {
    display: flex;
    align-items: center;
    width: 90%;
}

.new .new_tab .content .one .cooperation_box .content_rg .one .time_box .time {
    margin-right: 28px;
}

.new .new_tab .content .one .cooperation_box .content_rg .one .time_box .time .f18 {
    color: #333;
}

.new .new_tab .content .one .cooperation_box .content_rg .one:hover .title {
    color: #CE1C24;
    transition: all .36s;
}

.new .new_tab .content .one .cooperation_box .content_rg .one:hover .iconfont {
    color: #CE1C24;
    transition: all .36s;
}

/* 友米资讯  结束 */
/* 获取报价  开始 */
.offer {
    background: url(../images/price_bg.jpg) no-repeat center;
    background-size: cover;
    padding: 116px 0 73px;
    box-sizing: border-box;
}

.offer .f38 {
    : SourceHanSansCN-Light;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 32px;
    text-align: center;
    margin-bottom: 100px;
}

.offer .f38 span:nth-of-type(2) {
    color: #CE1C24;
    margin-left: 20px;
}

.offer_box {
    display: flex;
    justify-content: space-between;
}

.offer_box .one {
    transition: all .4s;
    width: 20%;
}

.offer_box .ico {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, .2);
    margin: 0 auto 20px;
    transition: all .5s;
}

.offer_box .one:hover .ico {
    transform: rotate(360deg);
    transition: all .5s;
}

.offer_box .ico .bor {
    width: 76px;
    height: 78px;
    border: 1px solid #FFFFFF;
    opacity: 0.78;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}

.offer_box .ico .bor .iconfont {
    background-color: #fff;
    width: 59px;
    height: 59px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #CE1C24;
    font-size: 36px;
}

.icon-tiaoyan {
    font-size: 30px !important;
}

.icon-c1-baojia {
    font-size: 40px !important;
}

.offer_box .f20 {
    : SourceHanSansCN-Regular;
    color: #FFFFFF;
    line-height: 32px;
    text-align: center;
}

.offer_box .f16 {
    : SourceHanSansCN-Regular;
    color: #FFFFFF;
    line-height: 32px;
    opacity: 0.74;
    text-align: center;
}

.offer_box .one:hover .f16 span {
    color: #CE1C24;
    transition: all .5s;
}

.offer_box .line {
    width: 18%;
    height: 4px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    margin-top: 50px;
    opacity: 0.35;
}

.offer .more {
    background-color: #CE1C24;
    color: #fff;
    margin: 60px auto 0;
}

.offer .more .f16,
.offer .more .iconfont {
    color: #fff;
}

.offer .more .cur,
.offer .more .line {
    background-color: #fff;
}

/* 获取报价  结束 */
.svg::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 10;
}

@media (max-width:1680px) {

    .advantage,
    .brand,
    .new {
        padding: 100px 0;
    }

    .product {
        padding: 100px 0 100px;
    }

    .offer {
        padding-top: 100px;
    }
}

@media (max-width:1440px) {

    .advantage,
    .brand,
    .value,
    .new {
        padding: 80px 0;
    }

    .offer {
        padding: 80px 0 70px;
    }

    .advantage .box .one {
        padding-bottom: 50px;
    }

    .product {
        padding: 80px 0 80px;
    }

    .new .new_tab {
        margin-top: 20px;
    }

    .new .new_tab .content .one .cooperation_box a .mes,
    .new .new_tab .content .one .cooperation_box .content_rg {
        padding: 20px;
    }

    .new .new_tab .top {
        margin-bottom: 20px;
    }

    .offer_box .line {
        width: 15%;
    }

    .offer .f38 {
        margin-bottom: 80px;
    }
}

@media (max-width:1280px) {

    .advantage,
    .brand,
    .value,
    .new,
    .offer {
        padding: 60px 0;
    }

    .advantage .box .one {
        padding-bottom: 40px;
    }

    .swiper_content .cover .f80 {
        margin-bottom: 20px;
    }

    .swiper_content .cover .f30 {
        margin: 30px 0;
    }

    .product {
        padding: 60px 0 60px;
    }

    .product .f20 {
        margin-bottom: 40px;
    }

    .product .more {
        margin: 40px auto 0;
    }

    .brand .brand_box {
        margin-top: 40px;
    }

    .brand .one {
        padding-bottom: 40px;
    }

    .new .new_tab .content .one .lf .img img {
        width: auto;
        height: 100%;
    }

    .new .new_tab .content .one .lf .text {
        width: 80%;
        padding: 14px;
    }

    .new .new_tab .content .one .lf .text span:nth-child(1) {
        line-height: 22px;
    }

    .offer .f38 {
        margin-bottom: 60px;
    }

    .offer .more {
        margin-top: 40px;
    }

    .swiper_content .swiper_content5 .new_index_Applets_imgBox {
        max-width: 400px;
    }

    .swiper_content .swiper_content5 .new_index_Applets_imgBox>:nth-child(2) {
        transform: translate(180px, -220px);
    }

    .swiper_content .swiper_content5 .new_index_Applets_imgBox>:nth-child(3) {
        transform: translate(150px, 220px);
    }

    .swiper_content .swiper_content5 .new_index_Applets_imgBox>:nth-child(4) {
        transform: translate(380px, 170px);
    }

    .swiper_content .swiper_content5 .new_index_Applets_imgBox>:nth-child(5) {
        transform: translate(490px, 40px);
    }
}

@media (max-width:1024px) {
    .advantage .box .one {
        padding-bottom: 30px;
    }

    .advantage .box {
        grid-template-columns: repeat(2, 1fr);
    }

    .advantage .box .one sub {
        bottom: -13px;
    }

    .advantage .box .one .f20 {
        margin-top: 10px;
    }

    .advantage .f16 {
        margin-bottom: 40px;
    }

    .advantage .title {
        line-height: 54px;
    }

    .swiper_content .cover .f80 {
        margin-bottom: 10px;
    }

    .swiper_content .cover .f30 {
        margin: 20px 0;
    }

    .product .f20 {
        margin-bottom: 30px;
    }

    .product .product_box {
        grid-template-columns: repeat(2, 1fr);
    }

    .product .product_box .bottom {
        padding: 20px;
    }

    .product .more {
        margin: 30px auto 0;
    }

    .product .more .iconfont {
        margin-left: -10px;
    }

    .phone_brand_box {
        display: block;
    }

    .pc_brand_box {
        display: none !important;
    }

    .brand .brand_box,
    .phone_brand_box {
        margin-top: 30px;
    }

    .phone_brand_box .swiper-wrapper {
        padding-bottom: 50px;
    }

    .phone_brand_box .swiper-pagination-bullet {
        width: 12px !important;
        height: 12px !important;
        background-color: #CE1C24;
    }

    .brand .one {
        padding-bottom: 30px;
    }

    .value .f20 {
        margin-bottom: 17px;
    }

    .value .valur_box {
        grid-template-columns: repeat(4, 1fr);
    }

    .opop {
        display: none;
    }

    .value .valur_box {
        grid-gap: 20px;
        margin-top: 20px;
    }

    .value .valur_box.dier {
        margin-top: 0;
        display: none;
    }

    .value .valur_box .one,
    .value .valur_box .one:nth-child(5n) {
        margin-right: 0px;
        margin-top: 0;
    }

    .new .new_tab .content .box {
        flex-direction: column;
    }

    .new .new_tab .content .one .lf {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .new .new_tab .content .one .lf .img img {
        width: 100%;
        height: auto;
    }

    .new .new_tab .content .one .lf .text {
        width: 92%;
    }

    .offer_box {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
    }

    .offer_box .line {
        display: none;
    }

    .offer_box .one {
        width: 100%;
    }

    .swiper_content .swiper-wrapper {
        height: 600px;
    }
}

@media (max-width:768px) {

    .advantage,
    .brand,
    .value,
    .new,
    .offer {
        padding: 30px 0;
    }

    .advantage .box {
        grid-template-columns: repeat(1, 1fr);
    }

    .advantage .box .one sub {
        bottom: -15px;
    }

    .advantage .f16 {
        margin-bottom: 30px;
    }

    .advantage .title {
        line-height: 44px;
    }

    .swiper_content .bottom {
        width: 92%;
    }

    .swiper_content .swiper-button-next,
    .swiper_content .swiper-button-prev {
        width: 32px;
        height: 32px;
    }

    .swiper_content .swiper-button-next {
        left: 40px;
    }

    .swiper_content .cover .f30 {
        margin: -3px 0 10px;
    }

    .swiper_content .swiper-button-prev {
        left: -28px !important;
    }

    .numbox {
        margin-left: 25px;
    }

    .swiper_content .cover {
        width: 92%;
    }

    .swiper_content .cover ul {
        grid-template-columns: repeat(4, auto);
    }

    .swiper_content .swiper_content4 .new_index_Applets_imgBox {
        margin-left: 0;
    }

    .swiper_content .swiper_content1 .new_index_Applets_imgBox {
        margin-left: 0 !important;
    }

    .product {
        padding: 30px 0 30px;
    }

    .product .product_box {
        grid-template-columns: repeat(1, 1fr);
    }

    .product .product_box .bottom {
        padding: 15px;
    }

    .product .product_box .one .img img {
        width: 100%;
    }

    .product .product_box .bottom .iconfont {
        font-size: 20px;
    }

    .value .f20 {
        margin-bottom: 0px;
    }

    .value .valur_box {
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
        margin-top: 20px;
    }

    .value .valur_box .one:nth-child(4n) {
        margin-right: 0px;
        margin-top: 0;
    }

    .value .valur_box.dier {
        margin-top: 0;
        display: none;
    }

    .value .valur_box .one,
    .value .valur_box .one:nth-child(5n) {
        margin-right: 0px;
        margin-top: 0;
    }

    .new .new_tab .content .one .cooperation_box {
        grid-template-columns: repeat(1, 100%);
    }

    .new .new_tab .content .one .cooperation_box .content_rg a {
        margin-bottom: 20px;
    }

    .new .new_tab .content .one .cooperation_box .content_rg .one .time_box .time {
        margin-right: 20px;
    }

    .new .new_tab .content .one .lf .text {
        width: 82%;
    }

    .offer .f38 {
        margin-bottom: 30px;
    }

    .offer .more {
        margin-top: 30px;
    }

    .new .new_tab .top .f16 {
        margin: 0;
    }

    .swiper_content .swiper_content5 .new_index_Applets_imgBox>:nth-child(1),
    .swiper_content .swiper_content5 .new_index_Applets_imgBox>:nth-child(2) {
        transform: translate(-70px, -50px);
    }

    .swiper_content .swiper_content5 .new_index_Applets_imgBox>:nth-child(3) {
        transform: translate(-90px, 220px);
    }

    .swiper_content .swiper_content5 .new_index_Applets_imgBox>:nth-child(4) {
        transform: translate(160px, 170px);
    }

    .swiper_content .swiper_content5 .new_index_Applets_imgBox>:nth-child(5) {
        transform: translate(250px, 40px);
    }
}


@media (max-width:600px) {
    .swiper_content .swiper_content5 .new_index_Applets_imgBox {
        max-width: 300px;
    }

    .swiper_content .swiper_content5 .new_index_Applets_imgBox>:nth-child(1),
    .swiper_content .swiper_content5 .new_index_Applets_imgBox>:nth-child(2) {
        transform: translate(0);
    }

    .swiper_content .swiper_content5 .new_index_Applets_imgBox>:nth-child(3) {
        transform: translate(-60px, 120px);
    }

    .swiper_content .swiper_content5 .new_index_Applets_imgBox>:nth-child(4) {
        transform: translate(160px, 120px);
    }

    .swiper_content .swiper_content5 .new_index_Applets_imgBox>:nth-child(5) {
        transform: translate(270px, 40px);
    }
}