
@font-face {
    font-family: FontAwesome;
    src: url(/fontawesome/fonts/fontawesome-webfont.ttf);
}

.contatiner .news .news_about .recommend {
    height: 26.69rem;
    width: 30.75rem;
    flex: 1;
}

@media screen and (max-width: 768px) {
    .contatiner .news .news_about .recommend {
        width: 100%;
        flex: auto;
    }

    .contatiner .news .news_about .recommend .img img {
        border-radius: 0;
    }
}

.contatiner .news .news_about .news_list ul {
    flex: 0.95;
}

/* moderl */
.model_title {
    /* padding: 2.5rem 0; */
    padding: 5% 0 2.5rem;
}

.whiteBg {
    padding-bottom: 5%;
}

.grayBg {
    background: #F5F5F5;
    background: #F9FAFC;
    padding-bottom: 5%;
}

.article .tip {
    /* margin-bottom: 1.81rem; */
    margin-top: 0.69rem;

}

.article .tit {
    margin-bottom: 3.13rem;



}



.article_detail {
    margin-bottom: 3.06rem;
    margin-bottom: 0rem;
}

.contatiner .news .news_about .news_list ul a:last-child {
    margin-bottom: 0;
}

.profile {
    margin-bottom: 0;
}


.searchtext .line {
    display: inline-block;
}


.four_card .three_card_item {}

.three_card_item {
    margin-bottom: 2.5rem;
}

.four_card_item_btm {
    border: 0.06rem solid #EEEEEE;
    border-radius: 0 0 0.63rem 0.63rem;

}


.four_card_item.phone_card_temp:hover .four_card.temp_productcard .four_card_item_btm {
    background: white;
}


.four_card_item_main {
    font-size: 1.13rem;
    /*font-family: Microsoft YaHei; */
    font-weight: 400;
    color: #313131;
    margin-bottom: 1.81rem;

}

.four_card_item_main_2 {
    color: #AAAAAA;
    font-size: 0.88rem;
    text-align: left;

    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    /* 超出几行省略 */

}

.four_card_item_detail {
    font-size: 1rem;
    color: #AAAAAA;

}


.four_card_item_pic {

    width: 23.75rem;
    /* height: 16.88rem; */
    height: 14.88rem;
    border-radius: 0.63rem 0.63rem 0rem 0rem;
}

.four_card_item_pic img {
    width: 100%;
}

.four_card_item_btm {
    width: 23.75rem;
    padding: 1.81rem;
    padding: 2.56rem 3rem;
}








/* 下面是比 */
.title_easy {
    margin-top: 7.5rem;
    margin-bottom: 3.75rem;

}

.title_easy .title_l {
    font-size: 2.13rem;
    /*font-family: Microsoft YaHei; */
    font-weight: 400;
    color: #313131;
    margin-bottom: 1.19rem;


}

.title_easy .title_s {
    font-size: 1.25rem;
    font-weight: 400;
    color: #AAAAAA;
}

.blue_btn {
    width: 10rem;
    height: 3.13rem;
    /* line-height: 3.13rem; */
    text-align: center;



    font-size: 1.25rem;

    color: #00A0E9;
    background: #FFFFFF;
    border: 0.06rem solid #00A0E9;
    border-radius: 1.56rem;

}

.blue_btn:hover {

    color: white;
    border: none;
    background: #00A0E9;
    border-radius: 1.56rem;
}

/* .blue_btn{
    color: white;
    border: none;
    background: #00A0E9;
    border-radius: 1.56rem;
} */


/* 公司简介 */

.article .article_name {
    font-size: 1.5rem;
    /*font-family: Microsoft YaHei; */
    font-weight: bold;
    color: #0068B7;
    vertical-align: bottom;


}

.article .article_gray {
    font-size: 1rem;
    color: #AAAAAA;
    vertical-align: bottom;

}

.article .article_detail {

    font-size: 1.125rem;
    /*font-family: PingFang SC;*/
    font-weight: 500;
    color: #626262;
    /* line-height: 1.5rem;    */
    line-height: 2rem;


    font-size: 1rem;
    line-height: 1.75rem;
    line-height: 1.63rem;

    text-indent: 2em;
}

.article .tip {
    font-size: 1.63rem;
    color: #AAAAAA;

    /* *************** */
    font-size: 3.25rem;

    color: rgba(49, 49, 49, 1);
    font-size: 1.75rem;
    font-weight: bold;

}

.article .tit {
    font-size: 1.63rem;
    color: #313131;

    /* ************* */
    font-size: 1.875rem;
    color: #313131;
    font-weight: bold;
}




.blue_item .bg {
    color: #00A0E9;
}

.blue_item .bg img {
    width: 4.36rem;
    height: 4.36rem;

    color: #00A0E9;
}

.blue_item .text {
    font-size: 1.13rem;
    color: #00A0E9;
}




/* news */
.newsrightlist_item {

    text-align: center;
    font-size: 1.25rem;
    /*font-family: Microsoft YaHei; */
    font-weight: 400;
    color: #626262;

    margin-left: 3.56rem;
    padding: 0 0 1.44rem;

}

.newsrightlist_item:hover {
    color: #0068B7;
    border-bottom: #0068B7 solid 0.19rem;

}

.garybtm {
    height: 0.06rem;
    background: #F5F5F5;
}






@media screen and (max-width: 768px) {

    /* 一行四个变一行两个的卡片 */
    .four_card_item_pic {
        width: 20.63rem;
        height: 16.88rem;
        border-radius: 1.25rem 1.25rem 0rem 0rem;
    }

    .four_card_item_pic img {
        height: 100%;
    }

    .four_card_item_btm {
        width: 20.63rem;
    }

    .phone_card_temp {
        width: 20.93rem;
    }

    /* 搜索框之类的 */
    .grayList .grayPadding {
        padding: 2.5rem 1.8rem;
    }

    /*  */


}



/* small_inlinebox一行显示的小的div */
.small_inlinebox {
    display: flex;
    flex-direction: row;
}


.small_inlinebox .left {
    flex: 0.3;
}

.small_inlinebox .left .img {
    width: 10.31rem;
    height: 5.94rem;
    border-radius: 0.63rem;


    width: 7.5rem;
    height: 4.38rem;
}

.small_inlinebox .left .img img {

    width: 100%;
    height: 100%;
}

.small_inlinebox .left {
    flex: 0.25;
}




.small_inlinebox .right {
    justify-content: space-between;
    /* flex: 0.6; */
    flex: 0.75;
}

.small_inlinebox .right .tit {
    font-size: 1rem;
    color: #313131;
    display: flex;


}

.small_inlinebox .right .main {
    font-size: 0.88rem;
}

.small_inlinebox .right .main .more {
    color: #00A0E9;
    font-size: 0.88rem;
}




.news_list_li {
    /* height:4.48rem;
    padding: 1.3rem 0 ;
    box-sizing: border-box; */
    height: 6.8rem;
    padding: 1.38rem 0;
    box-sizing: border-box;
    border-bottom: #F5F5F5 solid 0.06rem;
}




.small_inlinebox .right .tit {
    display: flex;
}

.small_inlinebox .right .main {}


.small_inlinebox .right .main .tip {
    flex: 0.8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    /* 控制显示的行数 */
    color: rgba(170, 170, 170, 1);
}

.small_inlinebox .right .main .more {
    flex: 0.2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    /* 控制显示的行数 */
}





/* 黑色条 */
.gray_absolute {
    width: 100%;
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    text-align: left;
    box-sizing: border-box;
    padding: 1.2rem;
    border-radius: 0 0 0.63rem 0.63rem;
}


/* pc端顶部中英文 */
.languagebtn {
    width: 9.69rem;
    /* height: 2.19rem; */
    background: #FFFFFF;
    border: 0.06rem solid #E5E5E5;
    border-radius: 0.31rem;

    padding: 0.1rem 0.94rem;
    margin-left: 3.4rem;

}

.languagebtn .lang {
    width: 7.75rem;
    /* height: 1.13rem; */
    font-size: 1rem;
    /*font-family: Microsoft YaHei; */
    font-weight: 400;
    white-space: nowrap;

    text-align: center;
    color: #AAAAAA;
    /* color: #0068B7; */
}

.languagebtn .lang.active {
    color: #0068B7;
}



.card_gray .img {
    width: 10.25rem;
    height: 10.25rem;
}

.changecolor {
    color: gray;
}

@media screen and (max-width: 768px) {
    .changecolor:hover {
        color: #008EDC;
    }
}

/* 修改手机端样式 */
@media screen and (max-width: 768px) {

    /* 搜索 */
    .graysearch .input {
        width: 43.13rem;

        width: auto;
        height: 3.75rem;
        background: #FFFFFF;
        border: 0px solid #E5E5E5;
        border-radius: 1.88rem;
    }

    .graysearch .input input {
        width: 100% !important;
        height: auto !important;
        font-size: 1.5rem;
    }

    .graysearch .input input::placeholder {
        font-size: 1.5rem;
    }

    .searchtext .line {
        display: inline-block;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .searchtext {
        font-size: 1.5rem !important;
        line-height: 2.5rem;
        /* margin-bottom: 2.5rem; */
    }




    /* 修改卡 */
    .card_gray {
        padding: 2.5rem;
    }

    .card_gray .img {
        width: 8.69rem;
        height: 8.69rem;
    }

    .card_gray .main p {
        font-size: 1.75rem;
    }

    .card_gray .main .tip {
        font-size: 1.5rem;
        line-height: 2.25rem;

        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        /* 控制显示的行数 */
    }

    .card_gray .main a text {
        font-size: 1.5rem;
    }

    .blue_btn_m {
        font-size: 1.5rem;
        width: auto;
        height: auto;
        box-sizing: border-box;
        padding: 0.8rem 1.8rem;
        border-radius: 0.63rem;
    }


    /* 四个一卡 */
    .four_card_item_main {
        font-size: 1.63rem;

    }

    .four_card_item_main_2 {
        font-size: 1.5rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 4;
        /* 控制显示的行数 */
    }

    .four_card_item_detail {
        font-size: 1.5rem;
    }

    /*关于我们  */
    .news .newshead {
        width: 43.13rem;
        height: 25rem;
        border-radius: 1.25rem;

    }

    .news .newshead img {
        height: 100%;
    }

    .phone_between {
        justify-content: space-between;

    }

    .newsrightlist_item {
        padding: 1.56rem 2.88rem;
        margin: 0 auto;
        font-size: 1.88rem;

    }


    .gray_absolute {
        font-size: 1.63rem;
    }


    /* 手机端顶部中英文 */
    .languagebtn {
        width: 11.56rem;
        height: 2.81rem;
        background: #FFFFFF;
        border: 0.06rem solid #E5E5E5;
        border-radius: 0.63rem;

        padding: 0 1.25rem;

    }

    .languagebtn .lang {
        font-size: 1.63rem;
        /*font-family: PingFang SC;*/
        font-weight: 500;
        white-space: nowrap;

        color: #AAAAAA;
        /* color: #0068B7; */
    }




    /* 手机所有标题样式 */
    .title_easy .title_l {
        font-size: 2.25rem;
        font-weight: Bold;
    }

    .title_easy .title_s {
        font-size: 1.5rem;
    }

    .title_easy .blue_btn {
        align-self: center;
    }




    /* 关于我们 */
    .profile .pic {
        order: 2;
    }

    .profile .pic img {
        height: 28rem;
    }

    .article_name.phone_bold div:first-child {
        font-size: 2rem;
        font-weight: bold;
    }

    .article .article_gray {
        font-size: 1.5rem;
    }

    .article .article_detail {
        font-size: 1.63rem;
        color: rgba(98, 98, 98, 1);
        line-height: 2.5rem;
    }

    .article .article_detail {
        /* margin-bottom: 5rem; */
    }

    .blue_item .bg img {
        width: 5.94rem;
        height: 5.94rem;
    }

    .blue_item .text {
        font-size: 1.63rem;
        margin-top: 1.5rem;
    }

    .article .tip {
        font-size: 2.25rem;
        margin-bottom: 3rem;
    }



    /* 新闻列表的页面元素 */
    .news_list_box>.flex_start {
        border-bottom: 0.06rem #F5F5F5 solid;
    }

    .news_list_li {
        height: auto;
        padding: 2.5rem 0;
    }


    .news_list_box .news_list_box_main li a {
        height: 5.94rem;
    }

    .tit.flex_between .overflowhidden {
        font-size: 1.75rem;
    }

    .small_inlinebox .left .img img {
        width: 100%;
        height: 100%;
    }

    .small_inlinebox .right {
        flex: 0.7;
    }

    .small_inlinebox .right .main .tip {
        font-size: 1.63rem;
        color: rgba(170, 170, 170, 1);
        flex: 0.85;
    }

    .small_inlinebox .right .tit div:last-child {
        font-size: 1.63rem;
        color: rgba(170, 170, 170, 1);
        white-space: nowrap;
    }

    .small_inlinebox .right .main .more {
        font-size: 1.63rem;
        flex: 0.15;
    }

}






/* 负责文章左右的小padding距离 */
.padding_s {
    padding: 0.75rem;
}




/* 关于我们，资质荣誉 */

.honorsbox {
    width: calc((100% - 2.75rem) / 3);
}

.honorsbox .img {
    width: 16.25rem;
    height: 13.75rem;
    background: #F8F8F8;
    border: 0.06rem solid #EEEEEE;

    margin-bottom: 1.88rem;

}

.honorsbox .img img {
    background-size: contain;

    vertical-align: middle;
    border-style: none;
}

.honorsbox .font_s {

    margin-bottom: 2.5rem;
    /* font-size: 1rem; */

}






/* 分页的样式 */
.pagelist {
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    justify-content: space-around;

    width: 70%;
    height: 2.19rem;

}

.pagelist div {
    border: 0.06rem solid #E5E5E5;
    /* padding: 0.63rem 1rem; */
    padding: 0 1rem;
    line-height: 2.19rem;
    margin: 0 0.65rem;

    text-align: center;
    box-sizing: border-box;

    color: #999999;
}


.pagelist .pages {
    width: 2.2rem;
    height: 2.2rem;
    line-height: 2.2rem;

    background: #F5F5F5;
}


.pagelist .pages.active {
    color: white;
    background: #0068B7;
    text-align: center;

    box-sizing: border-box;
}



/* .honorsbox {

} */
.card_gray {
    background: white;
    border: 0.06rem #EEEEEE solid;
    /* 从这里往下都是乱改的 */
    justify-content: start;
    justify-content: space-between;
}

.card_gray .img {
    margin-right: 1.88rem;
    flex: 0.3;

}

.card_gray .main {
    flex: 1;
    flex: 0.65;
}

.card_gray .main .tip {
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    /* 超出几行省略 */
}


.morebtndiv {
    margin: 0 auto;
    text-align: center;
    margin-top: 5rem;
}

/* 查看更多按钮 */
.morebtn_template {
    color: rgba(0, 69, 120, 1);
    border: rgba(0, 69, 120, 1) solid 0.06rem;
    border-radius: 0.31rem;

    font-size: 1.13rem;
    text-align: center;
    /* line-height: 3.13rem;
        height: 3.13rem; */
    padding: 0.7rem 1.44rem;
    background: none;
    /* margin: 0 auto; */
    display: block;

    /* margin-top: 5rem; */
    /* margin-bottom: 5rem; */

    background: rgba(12, 76, 163, 1);
    border: rgba(12, 76, 163, 1) solid 0.06rem;
    color: white;


    margin-bottom: 0.81rem;
    transition: all 0.3s ease;

}

.morebtn_template:hover {
    background: rgba(0, 69, 120, 1);
    color: white;
    background-color: rgba(0, 69, 120, 1);
    /* 目标颜色 */

    background: #0078C2;

}




@media screen and (max-width: 768px) {

    /* 首页宇洋样式 */
    .contatiner .news .news_about .news_list ul {
        padding: 2rem 0;
    }

    .model_title .maintile {
        font-size: 2.25rem;
        font-weight: 500;
        font-weight: 800;
    }

    .model_title .smalltitle {
        margin-top: 1.2rem;
    }

    .model_title {
        /* margin: 5rem 0 5rem 0; */
        padding: 5rem 0 5rem 0;
    }

    .honorsmain .honorsmain_phone {
        font-size: 1.63rem;
        text-align: left;
        /*font-family: PingFang SC;*/
        font-weight: 500;
        color: #313131;
        line-height: 2.5rem;
    }







    /* 解决方案 */
    .four_card_item_main_2 {
        -webkit-line-clamp: 3
    }

    .four_card_item_btm .enter_a {
        margin-top: 2.7rem;
        font-size: 1.5rem;
        display: block;
    }



    /* 产品中心 */
    .four_card .four_card_item {
        border: none;
        margin-right: 0;
    }


    /* 查看更多按钮 */
    .morebtn_template {
        color: rgba(0, 69, 120, 1);
        border: rgba(0, 69, 120, 1) solid 0.06rem;
        font-size: 1.63rem;
        text-align: center;
        /* line-height: 3.75rem;
        height: 3.75rem; */
        padding: 1.06rem 2.75rem;


        border-radius: 0.31rem;

        color: white;
        border-radius: 2.41rem;

    }


}




.four_card_item_btm .enter_a {
    display: block;
    margin-top: 2.5rem;
}




/* 顶掉产品中心的样式*/
/* .four_inline{
        width: calc((100% - 2.44rem) / 4 );
    }

    .four_card_item .four_card_item_pic{
        height: auto;
        width: auto;
    }
    .four_card_item_btm{
        width: auto;
        border: none;
    } */








/* 下面是其他页面的样式 */
.search_rightpages {
    padding-left: 0rem;
}

.search_rightpages .img {
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 1rem;

}

.search_rightpages .img img {
    width: 100%;
    display: flex;
}

@media screen and (max-width: 768px) {
    .search_rightpages {
        padding-left: 2rem;
    }
}





.articletit_temp {
    font-size: 1.38rem;
    font-size: 2.25rem;

    color: black;
    padding: 0 auto 0.81rem;
    padding-left: 0;
    margin-bottom: 1.31rem;

    line-height: 3rem;

    /* border-bottom: 0.06rem solid rgba(245, 245, 245, 1); */
}

.articletit_temp text {
    font-size: 1rem;
    color: rgba(153, 153, 153, 1);

}

.otherbody .other_left_list .list_head {
    display: flex;
    flex-direction: column;
}

.otherbody .other_left_list .list_head .toptit {
    color: rgba(0, 69, 120, 1);
    font-size: 1.38rem;
    margin-bottom: 0.35rem;
}

.otherbody .other_left_list .list_head .btmtit {
    font-size: 1rem;
    color: rgba(170, 170, 170, 1);
}

.otherbody .other_left_list .other_left_list_btm .list_item {
    display: flex;
    flex-direction: row;

    border-bottom: 0.06rem solid #F8F8F8;
    padding-bottom: 1.5rem;
    align-items: center;

}

.otherbody .other_left_list .other_left_list_btm .list_item:last-child {
    border-bottom: none;
}


.otherbody .other_left_list .other_left_list_btm .list_item img {
    width: 2rem;
    height: 2rem;

    margin-right: 1.5rem;
}


/* 底部的公共样式移到css了 */
/*  */
.smallfooter {
    font-size: 1rem;
    color: white;
    background-color: rgba(67, 67, 67, 1);
}

.smallfooter .blacktop {
    /* height: 22.63rem; */
    padding: 5rem 0;
    box-sizing: border-box;
}

.smallfooter .lefttit {
    font-size: 1.38rem;
}

.smallfooter .leftmain {
    font-size: 1.75rem;
}

.smallfooter .righttit {
    font-size: 1.13rem;
}

.smallfooter .rightmain {
    color: rgba(170, 170, 170, 1);
}

.smallfooter .rightmain a {
    color: rgba(170, 170, 170, 1);
    margin: 0 0.4rem;
}

.smallfooter .blackbtm {
    background-color: black;
    font-size: 1rem;
    height: 3.13rem;
    line-height: 3.13rem;
    text-align: center;
}

.smallfooter .flex_column>.flex_column div:first-child {
    margin-bottom: 1.25rem;
    margin-bottom: 0.7rem;
}

.smallfooter .linecenter {
    width: 0.06rem;
    /* height: 12.63rem; */
    height: auto;
    background: #626262;
    margin: 0 3.3rem;
}

/*  */
.smallfooterphone {
    text-align: center;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

/* 顶部 */

.top_tip text {
    margin: 0 1rem;
    color: #999999;
}

.top_tip text.active {
    color: rgba(0, 69, 120, 1);
}









/*  */
/*  */
/*  */
/*  */



/*  */
/*  */
/*  */

















/* 设备样式顶替 */
.four_card.temp_productcard .four_card_item {
    border: none;


    background: #F8F8F8;

}

.four_card.temp_productcard .four_card_item .four_card_item_pic {
    height: 16rem;
    width: auto;
    height: auto;

    /* width: 90%; */
    margin: 0.6rem;

}

.four_card.temp_productcard .four_card_item_pic img {
    width: 100%;
    height: auto;
    display: block;
}

.four_card.temp_productcard .four_card_item_btm {
    padding: 1.5rem;
    padding: 2.44rem;
    width: auto;

    border: 0;
    border-radius: 0;
    background: #F8F8F8;


}

.four_card.temp_productcard .four_card_item_main {
    /* font-size: 1.13rem; */
    font-size: 1.25rem;
    line-height: 1.63rem;
    white-space: wrap;
    color: black;
    margin-bottom: 0;
}

.four_card.temp_productcard .four_card_item_detail {
    margin-top: 2.3rem;
    /* font-size: 1.13rem; */
    font-size: 1rem;
    color: #AAAAAA;
}




/* 确保a变色 */
.morebtn_template:hover a {
    color: white;
}

.morebtn_template a:hover {
    color: white;
}

/* 解决方案的图 */
.body_text_member.temp_solute .member_item img {
    object-fit: fill;
    width: auto;
}


.card {
    animation: card-show 0.25s ease-out;
    transform-origin: center top;
}

@keyframes card-show {
    0% {
        opacity: 0;
        transform: scale(0.8);
    }

    100% {
        opacity: 1;
        transform: none;
    }
}


.article.two_inline {
    width: 38rem;
    width: 34rem;


    height: 23.75rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.pic.two_inline {
    /* width: 33rem; */
    width: 36rem;
    height: 23.75rem;
}

@media screen and (max-width: 768px) {
    .pic.two_inline {
        width: calc((100%) / 1);
        margin: 2.5rem 0 3rem;
        height: auto;
    }

    .article.two_inline {
        width: calc((100%) / 1);
        height: auto;
    }

    .profile .pic img {
        height: 20rem;
    }
}








/*  */
/*  */
/*  */
/* 产品中心 */
.temp_product .member2 .member_item {
    height: 13rem;
    margin-bottom: 1.88rem;
}

.member2 .member_item img {
    height: 10rem;
    width: 10rem;
}

.body_text_member .member_item .member_right button {
    background: #3F7DF8;
}


/* 案例展示 */
.member2.temp_case .member_item img {
    height: 12rem;
    width: 12rem;
}


/* 首页解决方案 */
.temp_indexsolute .three_card_item {
    transition: box-shadow 0.3s ease-in-out;
    margin-bottom: 0;
}

.temp_indexsolute .three_card_item:hover {

    box-shadow: 0rem 0rem 1rem 0rem rgba(170, 170, 170, 0.2);
}






/* 关于宇洋第三页 */

.four_card.temp_productcardother .four_card_item {
    border: none;
}

/* .four_card.temp_productcardother .flex_between  {
            justify-content:flex-start;
        }
        .four_card.temp_productcardother .rootW .phone_card_temp{
            margin-right: 1rem;
        } */

.four_card.temp_productcardother .four_card_item .four_card_item_pic {
    height: 16rem;
    width: auto;
    height: auto;

}

.four_card.temp_productcardother .four_card_item_pic img {
    width: 100%;
    height: auto;
    display: block;
}

.four_card.temp_productcardother .four_card_item_btm {
    padding: 1.5rem;
    padding: 2.44rem;
    width: auto;

    border: 0;
    border-radius: 0;
    background: white;
    border: 0.06rem solid #F8F8F8;
}

.four_card.temp_productcardother .four_card_item_main {
    /* font-size: 1.13rem; */
    font-size: 1.25rem;
    line-height: 1.63rem;
    white-space: wrap;
    color: black;
    margin-bottom: 0;
}

.four_card.temp_productcardother .four_card_item_detail {
    margin-top: 2.3rem;
    /* font-size: 1.13rem; */
    font-size: 1rem;
    color: #AAAAAA;
}



.four_card .three_card_item {
    width: calc((100% - 4.44rem) / 3);
    margin-right: 1.48rem;
}

.four_card.temp_productcardother .three_card_item .four_card_item_pic {
    width: 16.56rem;
}



/* .temp_productcardother .rootW .three_card_item:nth-last-child(1){
            margin-right: auto;
        } */

@media screen and (max-width: 768px) {



    .four_card.temp_productcardother .three_card_item .four_card_item_pic {
        width: 100%;
    }

    .four_card .three_card_item {
        width: calc((100% - 4.44rem) / 2);
        margin-right: 1.48rem;
    }

    .four_card .three_card_item .four_card_item_pic {
        width: 100%;
    }

    .four_card_item_btm .enter_a {}
}



.point {
    margin-right: 0.8rem;
}

.form_line input::placeholder {
    font-size: 0.88rem;
    color: #BFBFBF;
}




/* 最下是更改swiper的样式 */

.temp_indexbanner.swiper-pagination {
    /* width: 75rem; */
    /* background: #0068B7; */
    /* left: 50%;
    transform: translate(-70%,-50%); */
    width: 100%;
    /* left: -25%; */
    /* transform: translate(); */


    margin-bottom: 1.2rem;

}


.temp_indexbanner.swiper-pagination .swiper-pagination-bullet {
    width: 3.75rem;
    height: 0.18rem;
    background: rgba(255, 255, 255, 1);


    background: rgba(255, 255, 255, 0.3);

    width: 1.25rem;
    height: 0.19rem;
    border-radius: 0.09rem;


}

.temp_indexbanner.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    /* background: rgba(255, 255, 255, 1); */
    background: #007aff;
    background: rgba(255, 255, 255, 1);

    opacity: 1;
}



/* 分页 */


.pages .pages_box .startpage {
    width: 6.25rem;
    height: 2.4375rem;
    border-radius: 0.3125rem;
    text-align: center;
    line-height: 2.4375rem;
    color: #999999;
    font-size: 1.125rem;
    margin: 0;
    padding: 0;
    border-radius: 0.3rem;
    border: 0.06rem solid #999999;
    margin: 0 1.25rem;
    background: white;

}

.pages .pages_box .endpage {
    width: 6.25rem;
    height: 2.4375rem;
    border-radius: 0.3125rem;
    text-align: center;
    line-height: 2.4375rem;
    color: #999999;
    font-size: 1.125rem;
    margin: 0;
    padding: 0;
    border-radius: 0.3rem;
    border: 0.06rem solid #999999;
    background: white;
    margin: 0 1.25rem;

}

.pages .pages_box .pages_checked {
    color: white;
    background: #004578;
}

.pages .pages_box div {
    background: #EEEEEE;
    color: #999999;
    width: 2.44rem;
    height: 2.44rem;
    line-height: 2.44rem;
    text-align: center;
    padding: 0;
    border-radius: 0.31rem;
}

@media screen and (max-width: 768px) {
    .pages {
        width: 40rem;
    }
}

@media screen and (max-width: 768px) {
    .flex_between.temp_honorpc {
        flex-wrap: wrap;
    }

    .temp_honorpc .four_box_inline_item {
        width: calc((100% - 3rem) / 2);
    }

    .temp_honorpc .four_box_inline_item .topbox {
        width: 20.63rem;
        height: 20.63rem;
        margin-bottom: 2rem;
        background: #F8F8F8;
        border-radius: 0.63rem;
    }
}



.contatiner .news .news_about .news_list ul .box_row_item {
    padding: 1.0rem 1.88rem;
}

.contatiner .news .news_about .news_list ul .box_row_item {
    display: flex;
    padding: 1.0rem 1.88rem;
    height: 8rem;

    background: #F8F8F8;
}

.box_row_item .box_row_item_tit {
    height: 5.56rem;
}

.box_row_item_tit .month {
    font-size: 1.75rem;
    color: #006CAE;
    font-weight: bold;

    height: 2rem;
}

.box_row_item_tit .day {
    font-size: 1.25rem;
    color: #006CAE;
}

.box_row_item .box_row_item_more {
    display: flex;
    flex-direction: column;

    height: 8.5rem;
}


.box_row_item_more .tit {
    color: #313131;
    font-size: 1.13rem;

    height: 4rem;

    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;


}

.box_row_item_more .main {
    color: #999999;
    font-size: 1rem;

    line-height: 1.63rem;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}



.fixedheightbox {
    height: 12.88rem;
    background: red;
    background: white;
}









/* banner顶部的 */
/*  */

.temp_top {
    position: fixed;
    top: 0;
    width: 100%;
    height: 6.88rem;
    height: 8.75rem;
    height: 13rem;
    background: white;
    background: #002E73;
    align-items: center;


    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* align-items: center; */

    z-index: 999;
    border-bottom: 0.06rem solid rgb(174 174 174 / 20%);
    border-bottom: 0.06rem solid rgb(174 174 174 / 5%);
}

.temp_top .topmain {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.temp_top .logo {
    /* width: 31rem; */
    /* width: 15rem; */
    width: 19.5rem;
    width: 8.13rem;
    height: 4.38rem;

    /* line-height: 8.88rem; */
    margin-left: 3rem;
    margin-left: 0;
    display: grid;
    align-items: center;

    width: 8.94rem;
    height: 3.75rem;

}

.temp_top .logo img {
    width: 100%;
}


.temp_top .linklist {
    /*width: 60rem;*/
    width: 65rem;
    width: auto;
    display: flex;

    /* margin-right: 4rem; */
    margin-right: 0rem;
    justify-content: space-around;
    align-items: center;
}

.temp_top .linklist .listmain {
    color: #626262;
    font-size: 1rem;

    display: flex;
    flex-direction: row;
    height: 6.5rem;

    margin-right: 1.875rem;
}

.temp_top .linklist .tologin {
    margin-left: 2rem;
}

.temp_top .linklist .tologin a {

    font-size: 1.25rem;
    color: #7ECEF4;

    display: block;
    line-height: 6.88rem;
}

.temp_top .linklist .tologin .iscn a,.temp_top .linklist .tologin .isen a{
    line-height: normal;
    display: inline;
    color: white;
}

.temp_top .linklist .tologin .iscn.active a,.temp_top .linklist .tologin .isen.active a{
    color: #2D82F6;

}



.temp_top .linklist .line {

    width: 0.06rem;

    height: 1.13rem;
    opacity: 0.2;
    background: white;
    /* margin-top: 1rem; */
}



.temp_top .linklist .listmain>a {
    color: #626262;
    font-size: 1rem;
    display: block;
    line-height: 6.88rem;
}

.temp_top .linklist .listmain .listitem_tit {
    position: relative;

}

.temp_top .linklist .listmain .listitem_tit>a {
    display: block;
    line-height: 6.88rem;

}

.temp_top .linklist .listmain .listitem_tit .listitem_other {
    display: block;
    background: #f2f2f2;
    position: absolute;
    left: 50%;
    /* top: 100%; */
    top: 95%;
    z-index: 99;
    transform: translateX(-50%);
    /* transform: translate(-50%,-3%); */

    text-align: center;
    width: 7.69rem;
    /* ----------------------------- */
    width: auto;
    min-width: 10rem;
    line-height: 3rem;

}

.temp_top .linklist .listmain .listitem_other a {
    color: #7D7D7D;
    line-height: auto;
    display: block;
}

.temp_top .linklist .listmain .listitem_other a:hover {
    color: #2D82F6;
    background: white;
}




.temp_top .linklist .listmain>.listitem_tit>a {
    color: #626262;
    color: white;
    padding: 0 0.8vw;
    padding: 0 1.1rem;
    font-size: 1rem;
    font-weight: bold;

}



.temp_top .linklist .listmain>.listitem_tit>a:hover {
    color: #008EDC;
    position: relative;
}

.temp_top .linklist .listmain>.listitem_tit>a:hover .arrowdown {
    /* content: url(../img/otherpage/9.png); */
}




/* ------------------------------------------------------ */
.temp_top .linklist .listmain>.listitem_tit>a::after {
    opacity: 0;
    transition: opacity 0.3s ease;

    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 0.4rem solid transparent;
    border-right: 0.4rem solid transparent;
    border-bottom: 0.4rem solid #008EDC;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);

    display: none
}

.temp_top .linklist .listmain>.listitem_tit>a:hover::after {
    opacity: 1;
}

.temp_top .linklist .listmain>.listitem_tit>.listitem_other {
    /* top: -10rem; */
    max-height: 0;
    /* transition: background, top, opacity, height 0.3s ease; */
    transition: all 0.3s ease;
    overflow: hidden;


    /* display: block; */
}

.temp_top .linklist .listmain>.listitem_tit:hover .listitem_other {
    /* 悬浮划出 */
    background: white;
    background: #f2f2f2;
    /* top: 7rem; */
    /* height: 10rem;
    height: auto; */
    max-height: 1000px;
    /* transform: translate(0,5rem); */
}


/*  */
.temp_top .linklist .listlanguage {
    display: flex;
    line-height: 6.88rem;

    font-size: 1rem;
    color: #AAAAAA;

    margin-left: 1rem;
}

.temp_top .linklist .listlanguage .line {
    color: #AAAAAA;
    margin: 0 0.6rem;
}

.temp_top .linklist .listlanguage .active {
    color: #008EDC;
}


/*  */
.temp_top .linklist .listbtn {
    display: flex;
    height: 6.88rem;
    align-items: center;

}

.temp_top .linklist .listbtn .line {
    width: 0.06rem;
    height: 1.06rem;
    background: #E5E5E5;

}







.temp_top .linklist .loginbox {
    display: flex;
    margin: 0 1.88rem;
    align-items: center;
}

.temp_top .linklist .loginbox .img {
    display: flex;
    margin-right: 0.5rem;
    width: 1.19rem;
    height: 1.19rem;

}

.temp_top .linklist .loginbox .img img {
    width: 100%;
}

.temp_top .linklist .loginbox .tit {

    font-size: 1.13rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}





@media screen and (max-width: 768px) {
    .temp_top {
        display: none;
        overflow: hidden;
    }
}









/* 下面为其他页的新增样式，改变颜色 */
/*  */
.list_head {
    height: auto;
    background: #F5F5F5;

    font-size: 1.38rem;
    border-left: #D0243C solid 0.25em;
}

.otherbody .other_left_list .list_head .toptit {
    color: black;
}

.redfoundbtn {
    /* 新增的btn */
    width: 14.06rem;
    height: 2.81rem;
    background: #FAE8EB;

    font-size: 1.13rem;
    /*font-family: Microsoft YaHei; */
    font-weight: 400;
    color: #FD0100;

    border: none;
    display: block;
    margin: 1.5rem auto;

    transition: all 0.2s ease-in-out;
}

.redfoundbtn:hover {
    color: #cf1616;
    background: #e8c5cb;
}



.otherbody .other_left_list .other_left_list_btm .list_item {
    display: flex;
    flex-direction: column;
    align-items: start;
    border-bottom: rgba(245, 245, 245, 1) 0.06rem solid;
}

.otherbody .other_left_list .other_left_list_btm .list_item:hover .tit {
    color: #0056b3;
}

.otherbody .other_left_list .other_left_list_btm .list_item:hover .main {
    color: #0056b3;
}

.otherbody .other_left_list .other_left_list_btm .list_item .tit {
    margin-bottom: 1.2rem;
    font-size: 1.13rem;
    color: rgba(49, 49, 49, 1);

    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}

.otherbody .other_left_list .other_left_list_btm .list_item .main {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.otherbody .other_left_list .other_left_list_btm .list_item:last-child {
    border-bottom: rgba(245, 245, 245, 1) 0.06rem solid;
}








/*  */
.temp_news .member_item .member_right .more {
    color: #2356A5;

}














/* 首页标题的距离二次修改 */
.model_title {
    padding: 4.4rem 0;
}

.grayBg {
    padding-bottom: 4.4rem;
}

.whiteBg {
    padding-bottom: 4.4rem;
}

.specbox_s_1 {
    padding: 0 0 4.4rem !important;
}

@media screen and (max-width: 768px) {
    .model_title {
        padding: 4.4rem 0;
    }
}

/* ----------------- */

.model_title .maintile {
    position: static;
}

.maintile::before,
.maintile::after {
    content: none;
}

.smalltitle {}

.model_title .smalltitle {
    color: #AAAAAA;
    font-size: 1.13rem;
    /* width: 15rem; */
    width: auto;
    max-width: 14rem;
    margin: 0 auto;
    position: relative;
}

@media screen and (max-width: 768px) {
    .model_title .smalltitle {
        max-width: 20rem;
    }
}

.smalltitle::before {
    /* left: 30.5rem; */
    /* transform: translateX(-50%); */
    /* left: -1rem; */
}

.smalltitle::after {
    /* right: 30.5rem; */
    /* transform: translateX(50%); */
    /* right: -1rem; */
}

.smalltitle::before,
.smalltitle::after {
    /* content: ''; */
    position: absolute;
    top: 50%;
    /* width: 40%; */
    width: 3.5rem;
    height: 0.06rem;
    background-color: #C9C9C9;
    background: #E5E5E5;
    /* background: red; */
}

.smalltitle::before {
    transform: translate(-100%);
    left: 0;
}

.smalltitle::after {
    transform: translate(100%);

    right: 0;
}

.smalltitle.smtit::before {
    transform: translate(-25%);
    left: 0;
}

.smalltitle.smtit::after {
    transform: translate(25%);

    right: 0;
}



/* swiper-container-114 */
@media screen and (max-width: 768px) {
    .swiper-container-114 .swiper-wrapper .swiper-slide {
        flex-direction: column;
    }

    .textbox_2 .btnbox {
        position: relative !important;
        margin-left: auto;
    }
}




.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    /* padding: 0.5rem 0; */
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0.25rem;
}








/* support页面 */
.articlelist_1 {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.articlelist_1 .listitem {
    height: 4.88rem;
    line-height: 4.88rem;
    border-bottom: rgba(248, 248, 248, 1) 0.06rem solid;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    transition: all 0.2s linear;
}

.articlelist_1 .listitem:nth-last-child(1) {
    border-bottom: none;
}

.articlelist_1 .listitem .tit {
    font-size: 1.13rem;
    /*font-family: Microsoft YaHei; */
    font-weight: 400;
    color: #313131;

    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    flex: 1;

    transition: all 0.2s linear;

}

.articlelist_1 .listitem .tit span {
    margin-right: 1rem;

}

.articlelist_1 .listitem .tip {
    color: rgba(170, 170, 170, 1);
    transition: all 0.2s linear;
    font-size: 1.13rem;
}

.articlelist_1 .listitem .tip span:first-child {
    margin-right: 1rem;
}




.articlelist_1 .listitem:hover {
    /* background: rgb(247, 247, 247); */
}

.articlelist_1 .listitem:hover .tit {
    color: #0C4CA3;
}

.articlelist_1 .listitem:hover .tip {
    color: #0C4CA3;
}

/* support页面 */










/* product_login页面 */
.art_smtitbox.bottomnone {
    margin-bottom: 0;
}

.filterbox .linebox {
    display: flex;
    flex-direction: row;
    justify-content: space-between;

    /* border-top: #F8F8F8 solid 0.06rem; */
    border-bottom: #F8F8F8 solid 0.06rem;

    padding: 1.88rem 0;
    padding: 1.2rem 0;

    flex-wrap: wrap;
}

.filterbox .linebox p {
    font-size: 1.13rem;
    /*font-family: Microsoft YaHei; */
    font-weight: 400;
    color: #313131;
    line-height: 2rem;
    display: inline-block;
    margin: 0;
    flex: 0.15;
    flex: 0.25;
    /* flex: 0.18; */

}

.filterbox .linebox .main {
    display: flex;
    align-items: center;
    /* flex-wrap: wrap; */
}

.filterbox .linebox .main.temp_marginbtm .options {
    flex-wrap: wrap;
}

.filterbox .linebox .main.temp_marginbtm span {
    margin-bottom: 0.5rem;
    width: auto;
    margin: 0.5rem 0.8rem;

}



.filterbox .linebox .main span {
    color: #7D7D7D;
    font-size: 1.13rem;
    font-size: 1rem;
    width: 5.5rem;
    margin: 0 0rem;
    text-align: center;
    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;

}

.filterbox .linebox .main .options {
    display: flex;
    flex-direction: row;

}

.filterbox .linebox .main span.active {
    color: #0C4CA3;
    font-size: 1.13rem;
}

.filterbox .linebox .main .leftarrow {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid black;
    border-right: 5px solid gray;

    margin-right: 10px;


    cursor: pointer;

}

.filterbox .linebox .main .rightarrow {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid black;
    border-left: 5px solid gray;
    margin-right: 10px;

    cursor: pointer;

}


/* 搜索样式 */
/* .filterbox .linebox .input-container {
    position: relative;
    display: inline-block;
}

.filterbox .linebox .main .search {
    width: 16rem;
    height: 2.19rem;
    background: #FFFFFF;
    border-radius: 1.09rem;
    color: black;
    border: none;
    padding-left: 0.5rem;
    padding-left: 1.25rem;
    border: 0.06rem solid #EEEEEE;
    background: #F8F8F8;
    background: white;


    padding-right: 3rem;
}

.filterbox .linebox .main .search-icon {
    position: absolute;
    top: 50%;
    right: 1.25rem;
    transform: translateY(-50%);
    width: 1rem;
    height: 1rem;
    background-image: url(./img/othericon/2.png);
    background-size: contain;
    background-repeat: no-repeat;
}




.filterbox .linebox .main .search .search-icon {
    position: absolute;
    top: 50%;
    right: 1.25rem;
    transform: translateY(-50%);
    width: 1rem;
    height: 1rem;
    background-image: url(../img/othericon/2.png);
    background-size: contain;
    background-repeat: no-repeat;
} */

/* 搜索样式 */
.filterbox .linebox .input-container {
    display: flex;
    flex-direction: row;
}

.filterbox .linebox .main .search {
    width: 18.75rem;
    height: 2.5rem;
    background: #F8F8F8;
    border: 0.06rem solid #E5E5E5;
    padding-left: 1.25rem;
    border-radius: 0.31rem;

    font-size: 1rem;
    color: #BFBFBF;

}

.filterbox .linebox .main .search-icon {
    width: 6.25rem;
    height: 2.5rem;
    background: #02A0E7;
    border-radius: 0.31rem;
    display: inline-block;
    margin-left: 2rem;

    font-size: 1.13rem;
    line-height: 2.5rem;
    color: white;
}


.filterbox .linebox .brandbox {
    background: #F7F8FC;
    color: #7D7D7D;
    font-size: 1rem;
    min-height: 7.75rem;
    min-height: auto;
    margin-left: 7.6rem;
    margin-top: 1.25rem;


    width: 100%;

    padding: 1.25rem 1.88rem;
}

.filterbox .linebox .brandbox span {
    display: inline-block;
    width: 18%;
    margin-bottom: 1.13rem;
}

.filterbox .linebox .brandbox span.active {
    color: #0C4CA3;
}

.filterbox .linebox .brandbox span:nth-last-child(-n+5) {
    /* 设置倒数五个margin0 */
    /* margin-bottom: 0; */
}




@media screen {
    .filterbox .linebox .brandbox span {
        width: 33%;
        cursor: pointer;
    }
}




.filterbox .linebox .main {
    flex: 0.85;
    flex: 1;
}




.filterbox .linebox.gray {
    background: #F8F8F8;
    color: #AAAAAA;
    background: #F7F8FC;
    color: #02A0E7;
    font-size: 1rem;
    /* height: 2.81rem; */
    line-height: 2.81rem;
    padding: 0 1.25rem;
}

.filterbox .linebox.gray p {
    color: #AAAAAA;
    color: #02A0E7;

    font-size: 1rem;
    line-height: 2.81rem;
}

.filterbox .linebox.gray span {
    width: auto;
    color: #02A0E7;
    margin: 0 1rem;
}



.filterbox .linebox .main.temp_letterbox span {
    width: 3.5rem !important;
}

.filterbox .linebox .main.temp_letterbox .options {
    /* display: block; */
    overflow: hidden;


}

.filterbox .linebox .main.temp_letterbox .options span {
    display: inline-block;
    width: 2rem;
}




.filterbox .linebox .main .options.temp_typestyle span {
    /* width: 7.5rem; */
    width: auto;
    margin: 0 1.2rem;
    margin: 0;

    margin-bottom: 0.5rem;

    /*在这里修改了产品类别的临时样式*/
    width: 33%;
    box-sizing: border-box;
    white-space: nowrap;

}



.filterbox .linebox.tempcar .main span {
    width: auto;
    margin: 0 0.75rem;
    min-width: 4.1rem;


    /* min-width: 19.1rem; */
    margin-bottom: 1.5rem;
}


@media screen and (max-width: 768px) {
    .filterbox .linebox p {
        flex: 0.22;
        /*flex: 0.24;*/
    }
}


/* product_login页面 */



/* news页面 */
.temp_news .member_item .tips text span:first-child {
    margin-right: 10px;
}

.temp_news {
    margin-top: 4rem;
}

/* news页面 */








/* my_2_1 和my_2_2页面*/
.articledetail {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.articledetail .img {
    width: 27.5rem;
    height: 14.69rem;

    width: 15.63rem;
    height: 10.63rem;
    background: #FFFFFF;
    border: 0.06rem solid #EEEEEE;

    position: relative;
}

.articledetail .img.squarebox {
    width: 26.5rem;
    height: 18.56rem;

    width: 15.63rem;
    height: 10.63rem;
}

.articledetail .img img {
    width: 100%;
    height: auto;
    height: 100%;
}

.articledetail .img .icon_magnifier {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 3.13rem;
    height: 3.13rem;
    background: #313131;
    opacity: 0.8;

    background: url(../img/product/detail/4.png);
    background-position: center;
}

.articledetail .detailmain {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 43.75rem;
    width: 30.25rem;
}

.articledetail .detailmain .tit {
    font-size: 1.63rem;
    font-size: 1.5rem;
    /*font-family: Microsoft YaHei; */
    font-weight: 400;
    color: #313131;
    line-height: 2.22rem;

    margin-top: 0.6rem;
}

.articledetail .detailmain .tip {

    font-size: 1.38rem;
    font-size: 1.25rem;
    /*font-family: Microsoft YaHei; */
    font-weight: 400;
    color: #7D7D7D;
    line-height: 1.63rem;

}

.articledetail .detailmain .main {
    font-size: 1.13rem;
    font-size: 1rem;
    /*font-family: Microsoft YaHei; */
    font-weight: 400;
    color: #999999;
    line-height: 1.88rem;
    line-height: 1.5rem;

    margin-bottom: 0.6rem;
}



@media screen and (max-width: 768px) {
    .articledetail .detailmain {
        width: 19.25rem;
    }

    .articledetail .detailmain .main {
        line-height: 2rem;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }

    .articledetail .detailmain .tip {
        margin: 1rem 0;
    }
}

/* my_2_1 和my_2_2页面*/




/* history页面 */
.cardlist15 {
    display: flex;
    flex-direction: column;

}

.cardlist15 .listitem {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 2.25rem 0;
    border-bottom: #F5F5F5 solid 0.06rem;
}

.cardlist15 .listitem .flex_column.flex_between {
     width: 70%;

}

.cardlist15 .listitem:last-child {
    border-bottom: none;
}

.cardlist15 .listitem:hover .tit {
    color: #0C4CA3;
}

.cardlist15 .listitem:hover .tit span {
    background: url(./img/aboutus/history/2.png) no-repeat;
    background-size: contain;

}


.cardlist15 .listitem .img {
    width: 13.75rem;
    height: 8rem;
    background: #EEEEEE;
    margin-right: 1.87rem;
}




.cardlist15 .listitem .img img {
    /* width: 100%; */
    height: 100%;

    width: 13.75rem;
    height: 8rem;
    object-fit: cover;
}

.cardlist15 .listitem .tit {

    font-size: 1.5rem;
    /*font-family: Microsoft YaHei; */
    font-weight: 400;
    color: #313131;

    display: flex;
    align-items: center;
    justify-content: space-between;

    /* width: 37.7rem; */

    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2; /* 设置显示的行数 */

}

.cardlist15 .listitem .tit span {


    background: url(./img/aboutus/history/3.png) no-repeat;
    display: inline-block;
    background-size: contain;
    width: 0.56rem;
    height: 1.06rem;

}

.cardlist15 .listitem .main {
    font-size: 1rem;
    /*font-family: Microsoft YaHei; */
    font-weight: 400;
    color: #7D7D7D;
    line-height: 1.63rem;



    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* width: 37.7rem; */
}

@media screen and (max-width: 768px) {
    .cardlist15 .listitem .img {
        display: none;
    }



    /*  */
    .cardlist15 .listitem .main {
        margin-top: 1rem;
        line-height: initial;
    }
}

/* history页面 */








/* commingsoon和fulture页面 */

.cardlist_fut {
    display: flex;
    flex-direction: column;
}

.cardlist_fut .listitem {
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-bottom: 1.88rem;
}

.cardlist_fut .listitem .img {
    width: 16.56rem;
    height: 15.38rem;
}

.cardlist_fut .listitem .img img {
    width: 100%;
    height: 100%;
}

.cardlist_fut .listitem .rightmain {
    display: flex;
    flex-direction: column;
    padding: 1.88rem 1.5rem 1.88rem 2.38rem;
    background: rgba(245, 245, 245, 1);
}

.cardlist_fut .listitem .rightmain .tit {
    font-size: 1.25rem;
    font-weight: 400;
    color: #313131;
    line-height: 3.12rem;
}

.cardlist_fut .listitem .rightmain .main {
    font-size: 1.13rem;
    font-weight: 400;
    color: #7D7D7D;
    line-height: 3.12rem;

    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;


}

.cardlist_fut .listitem .rightmain .tip {
    font-size: 1rem;
    font-weight: 400;
    color: #999999;
    line-height: 2.5rem;
}

.cardlist_fut .listitem .rightmain .other {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.cardlist_fut .listitem .rightmain .other .time {
    font-size: 1rem;
    font-weight: 400;
    color: #999999;
    line-height: 1.5rem;
}

.cardlist_fut .listitem .rightmain .other .btn {
    width: 6.19rem;
    height: 2.81rem;
    background: #313131;
    border-radius: 0.31rem;

    font-size: 1rem;
    /*font-family: Microsoft YaHei; */
    font-weight: 400;
    color: #FFFFFF;
}

.cardlist_fut .listitem .rightmain .other .btn img {
    width: 1rem;
    height: 1.25rem;
    margin-right: 0.63rem;
}

/*  */
.browsing_history ul {
    display: flex;
    flex-direction: row;

}

.browsing_history ul li {
    margin-right: 2.06rem;
    width: 9.06rem;
}

.browsing_history ul li img {
    width: 100%;
    height: 100%;
}

.browsing_history .tit {
    width: 6.25rem;
    font-size: 1.5rem;
    color: #626262;
}

.browsing_history .line {
    width: 100%;
    height: 0.06rem;
    background: #F5F5F5;

    margin: 1rem 0 1.6rem;
}

@media screen and (max-width: 768px) {
    .cardlist_fut .listitem .rightmain {
        justify-content: space-between;
    }

    .cardlist_fut .listitem .rightmain .tip {
        overflow: hidden;
        /* display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1; */
        display: none;
    }

    .cardlist_fut .listitem .rightmain .other .btn {
        padding: 0;
        font-size: 0.88rem;
    }

    .cardlist_fut .listitem .img {
        width: 25.56rem;
        height: 15.38rem;
    }
}

/* commingsoon和fulture页面 */













/* contactus页面 */
.temp_function .swiper-button-next.swiper-button-next3 {
    width: 1rem;
    height: 1.94rem;

    background: url(./img/aboutus/contactus/13.png) no-repeat;
    background-size: contain;
    top: 35%;
}

.temp_function .swiper-button-prev.swiper-button-prev3 {
    width: 1rem;
    height: 1.94rem;
    top: 35%;

    background: url(./img/aboutus/contactus/11.png) no-repeat;
    background-size: contain;
}

.temp_function .swiper-pagination3 {
    margin: 2.5rem auto 0;
    text-align: center;
}

.temp_function .swiper-pagination3 .swiper-pagination-bullet {
    background: #C9C9C9;
    width: 1.56rem;
    height: 0.19rem;
    opacity: 0.5;
    border-radius: 0;
}

.temp_function .swiper-pagination3 .swiper-pagination-bullet-active {
    width: 1.56rem;
    height: 0.19rem;
    background: #FF932E;
    background-color: #008EDC;
    border-radius: 0;
}

.temp_function .swiper-container3 .swiperhonorItem .tit {
    font-size: 1.13rem;
    /*font-family: Microsoft YaHei; */
    font-weight: 400;
    color: #626262;
    line-height: 1.88rem;
    margin-top: 1.88rem;
    text-align: center;
    width: 100%;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2; /* 设置显示的行数 */
}

.body_text .temp_function.rootW img {

    height: 11.06rem;
}

.temp_function.rootW .swiper-pagination3 {
    margin-top: 0;
    line-height: 1.5rem;
    height: 4rem;
}

@media screen and (max-width: 1080px) {
    .temp_function.rootW {
        width: 40rem;
    }
}

@media screen and (max-width: 768px) {
    .temp_function.rootW {
        width: 42rem;
    }
}
.temp_function .swiperhonorItem {
    width: auto;
    cursor: pointer;
}

.temp_function .swiperhonorItem img {
    width: 100%;
}

/* detail_2 Page */



.articledetail {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.articledetail .img {
    width: 27.5rem;
    height: 14.69rem;
    background: #FFFFFF;
    border: 0.06rem solid #EEEEEE;

    position: relative;
}

.articledetail .img img {
    width: 100%;
}

.articledetail .img .icon_magnifier {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 3.13rem;
    height: 3.13rem;
    background: #313131;
    opacity: 0.8;
    background: url(./img/product/detail/4.png);
    background-position: center;
}

.articledetail .detailmain {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 43.75rem;
}

.articledetail .detailmain .tit {
    font-size: 1.63rem;
    /*font-family: Microsoft YaHei; */
    font-weight: 400;
    color: #313131;
    line-height: 2.22rem;

    margin-top: 0.6rem;
}

.articledetail .detailmain .tip {

    font-size: 1.38rem;
    /*font-family: Microsoft YaHei; */
    font-weight: 400;
    color: #7D7D7D;
    line-height: 1.63rem;

}

.articledetail .detailmain .main {
    font-size: 1.13rem;
    /*font-family: Microsoft YaHei; */
    font-weight: 400;
    color: #999999;
    line-height: 1.88rem;

    margin-bottom: 0.6rem;
}



/* .formmain */
.formmain {
    display: flex;
    flex-direction: column;
    justify-content: space-between;

    margin-bottom: 6.25rem;
}

.formmain .inputline {
    display: flex;
    flex-direction: row;

    margin-bottom: 3.13rem;
    align-items: center;
}

.formmain .inputline.tip {
    color: #AAAAAA;
    font-size: 1rem;
}

.formmain .inputline span {
    display: inline-block;
    width: 6rem;
    margin-right: 3rem;
    font-size: 1.13rem;
}

.formmain .inputline input {
    width: 28.13rem;
    height: 3.13rem;
    background: #F8F8F8;
    border: 0.06rem solid #E5E5E5;
    border-radius: 0.31rem;
    padding: 1.06rem 1.31rem;

    font-size: 1.13rem;
    color: black;
}

.formmain .inputline input.lg {
    width: 55rem;
    min-height: 12.5rem;
}

.formmain .inputline input.sm {
    width: 15.63rem;
}

.formmain .inputline textarea {
    width: 28.13rem;
    height: 3.13rem;
    background: #F8F8F8;
    border: 0.06rem solid #E5E5E5;
    border-radius: 0.31rem;
    padding: 1.06rem 1.31rem;

    font-size: 1.13rem;
    color: black;
    width: 55rem;
    min-height: 12.5rem;
}
.formmain .inputline textarea::placeholder {
    color: #B5B5B5;
}

.formmain .inputline .codeimg {
    width: 9.38rem;
    height: 3.13rem;
    border-radius: 0.31rem;
    margin: 0 1.25rem 0 2.5rem;

}

.formmain .inputline .codeimg img {
    width: 100%;
}

.formmain .inputline .change {

    font-size: 1rem;
    /*font-family: Microsoft YaHei; */
    font-weight: 400;
    text-decoration: underline;
    color: #02A0E7;
    line-height: 1.88rem;
    cursor: pointer;
}


.formmain .inputline input::placeholder {
    color: #B5B5B5;
}
.formmain .btnbox {
    padding-top:3rem ;
    width: 36rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.formmain .btnbox button {
    width: 15rem;
    height: 3.75rem;

    font-size: 1.5rem;
    /*font-family: Microsoft YaHei; */
    font-weight: 400;
    color: #FFFFFF;
    border: none;
}

.formmain .red {
    background: #D0243C;
}

.formmain .blue {
    background: #2356A5;
}

@media screen and (max-width: 768px) {
    .formmain .inputline span{
        width: 8rem;
    }
    .formmain .inputline textarea{
        width: 30.13rem;
    }
    .articledetail .img{
        margin-right: 2rem;
    }
}

/*a链接下载附件样式*/
/*下面是以100为基准，在16使用需要*100/16*/
a.downloadFile{
    background: #fbfbfb;
    padding: 0.2rem;
    display: flex;
    align-items: center;
    margin: 0.2rem 0;
    width: 100%;
    font-size: 0.16rem;
    justify-content: space-between;
}
a.downloadFile span{
    color: #00479D;
    margin-left: 0.5rem;
}
a.downloadFile span::before{
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f019";
    color: #00479D;
}



.temp_function .swiperhonorItem {
    width: auto;
    cursor: pointer;
}

.temp_function .swiperhonorItem img {
    width: 100%;
}
.temp_function .swiperhonorItem .img p{
    /*padding: 0 2.25rem;*/
    height:15rem;
    height: 14rem;
    height: 20rem;
    background: white;
    border: 1px solid #EEEEEE;
    /* background:white; */
    display:block;
}
.temp_function .swiper-container3 .swiperhonorItem .tit{

    font-size: 1.25rem;
    font-size: 1.3rem;
}
.temp_function .swiperhonorItem .img p img{
    width: -webkit-fill-available;
    height: 100%;
    display: -webkit-inline-box;
}

@media screen and (max-width: 768px) {
    .temp_function .swiperhonorItem .img p{
        height: 17rem;
    }
}

.filterbox .linebox .main #cnBox,.filterbox .linebox .main #enBox{
    flex-direction: column;
    height: 5rem;
    width: 100%;

}
@media screen and (max-width: 768px) {
    .filterbox .linebox .main #cnBox,.filterbox .linebox .main #enBox{
        height: 7rem;
        width: 100%;
    }
}