.contatiner .news .news_about .recommend{
    height: 26.69rem;
    width: 30.75rem;
    flex: 1;
}
@media screen and (max-width: 768px){
    .contatiner .news .news_about{
        margin-top: 0;
    }

    .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;
    padding-bottom: 5%;
}

.article .tip{
    margin-bottom: 1.81rem;


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


    
}



.article_detail{
    margin-bottom: 3.06rem;
}
.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;



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

    /* *************** */
    font-size: 3.25rem;
    font-size: 1.63rem;
    /*font-family: Microsoft YaHei;*/
}
.article  .tit{
    font-size: 1.63rem;
    color: #313131;

    /* ************* */
    font-size: 1.875rem;
    font-size: 1.63rem;
    color: #313131;
    font-weight: bold;
}
@media screen and (max-width: 768px){
    .article  .tit{
        font-size: 2rem;
    }
    .article .tip{
        font-size: 2rem;
        margin-top: 3rem;
        margin-bottom: 1.19rem;
    }
}



.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;
        width: 11.25rem;
        height: 11.25rem;
        overflow: hidden;
}

.wow.fadeInUp.card_gray .img img{
    width: auto;
    height: 100%;
}
.changecolor{
    color: gray;
}
@media screen and (max-width: 768px){
    .changecolor{
        font-size:1.5rem ;
    }
    .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;
    width: 12.69rem;
    height: 12.69rem;
    }
    .wow.fadeInUp.card_gray .img img{
            width: 100%;
    height: 100%;
    }
    .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 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;
}




/* 新闻列表的页面元素 */
.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;
    flex: 0.35;
    flex: 0.4;

}


.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.74rem 2.75rem;
        background: none;
        /* margin: 0 auto; */
        display: block;

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


        /*  */
        background: #006CAE;
        color: white;
        border-radius:  1.41rem;
        border: none;
        transition: background-color 0.2s ease; /* 添加渐变效果 */

        /* color: #008EDC; */
        /* border: #008EDC solid 0.06rem; */
        background: #008EDC;


        background: #093E8E;
        border: #093E8E;

        margin:  0 auto;

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

        background: #0078C2 ;
        background: #13376d;
       

    }




@media screen and (max-width: 768px){
    /* 首页全网担保网qwdb样式 */
    .contatiner .news .news_about .news_list ul{
        padding: 2rem 0;
    }
    .model_title .maintile{
        font-size: 2.25rem;
        font-weight: 500;
    }
    .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:1.19rem;
    }
    .search_rightpages .img{
        display: inline-block;
        width: 1.25rem;
        height:1.25rem;
        margin-right: 1rem;

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


    .articletit_temp{
        font-size: 1.38rem;
        color: black;
        padding: 0.81rem;
        padding-left: 0;
        margin-bottom: 1.31rem;
        
        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 .rightmain a>div{
        display:inline-block;
    }
    .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 .flex_column>.flex_column div>p{
    display: inline-block;margin-bottom: 0;

}
    .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;
        background: #EEEEEE;
        
    }
    .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;
    max-width: 13rem;
}
@media screen and (max-width: 768px){
    .four_card.temp_productcard .four_card_item_pic img {
        max-width: 100%;
    }
}
    .four_card.temp_productcard  .four_card_item_btm{
        padding: 1.5rem;
        padding: 2.44rem;
        width: auto;

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



    }
    .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;
    color: #313131;
    margin-bottom: 0;
    }
    .four_card.temp_productcard  .four_card_item_detail {
        margin-top: 2.3rem;
        /* font-size: 1.13rem; */
        font-size: 1rem;
        color: #AAAAAA;
        color: #7D7D7D;
    }

    @media screen and (max-width: 768px){
        .four_card.temp_productcard .four_card_item_main{
            font-size: 1.63rem;
        }
        .four_card.temp_productcard .four_card_item_detail{
            font-size: 1.38rem;
        }
    }





    /* 确保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: 33rem;
        /* *************** */
        /* display: flex;
        flex-direction: column;
        justify-content: space-around;
        height: 25rem;
        padding: 1rem 0; */

    }
    .pic.two_inline{
        width: 33rem;
        width: 37rem;
    }

    @media screen and (max-width: 768px){
        .pic.two_inline {
            width: calc((100%) / 1);
        }
        .article.two_inline{
            width: calc((100%) / 1);
        }

        .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);
        }
    
    
    
    
    
    
        /* 关于全网担保网qwdb第三页 */
    
        .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;
        }
        .four_card.temp_productcardother .flex_between{
            display: flex;
            justify-content: flex-start;
        } 
        /* .four_card.temp_productcardother .rootW .three_card_item:last-child  {
            margin-right: auto !important;
        } */



        /* .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%;
    left: 0;
    /* transform: translate(); */

}


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

.temp_indexbanner.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    /* background: rgba(255, 255, 255, 1); */
    background: #007aff;
    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;
    }
}


/*下面是修改后的css*/





.pages  .prev {	width: 6.25rem;
    height: 2.4375rem;
    background: rgb(204, 236, 250);
    /* border: .0625rem solid #1A87C5; */
    border-radius: .3125rem;
    text-align: center;
    line-height: 2.4375rem;
    color: #014687;
    font-size: 1.125rem;
    padding: 0;
}



.pages .next {	width: 6.25rem;
    height: 2.4375rem;
    background: rgb(204, 236, 250);
    border-radius: .3125rem;
    text-align: center;
    line-height: 2.4375rem;
    color: #014687;
    font-size: 1.125rem;
    /*margin: 0;*/
    /*padding: 0;*/
}


.pages>div{
    display:block;
}



.pages  a{
    background: #EEEEEE;
    color: #999999;
    width: 2.44rem;
    height: 2.44rem;
    line-height: 2.44rem;
    text-align: center;
    padding: 0;
    border-radius: 0.31rem;
}
.pages .pages_disabled{
    background-color: white;
    border: 0.06rem solid #AAAAAA;
    border-radius: 0.31rem;
    color: #AAAAAA;
}

.pages   .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   .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_checked{
    color: white;
    background: #004578;
}

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


.pages  a{
    font-size: 1.25rem;
    color: #AAAAAA;
    margin-right:1rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}
.pages  div{
    font-size: 1.25rem;
    color: #AAAAAA;
    margin-right:1rem;
}




.pages  .pages_checked {

    width: 2.44rem;

    height: 2.44rem;

    border-radius: 0.31rem;

    padding: 0;

    text-align: center;

    line-height: 2.44rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}


/**/






@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;

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

    color: #008EDC;
}

.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;
    width: 23rem;
}

 .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: 6.88rem;
    background: white;
}


.honorsmain_pc{
    font-size: 1.125rem;
    line-height: 1.75rem;
}
@media screen and (max-width: 768px){
    .box_row_item_more .tit{
        font-size: 1.75rem;
        width: 32rem;

    }
    .box_row_item_more .main{
        font-size: 1.5rem;
    }
    .contatiner .news .news_about .news_list ul .box_row_item{
        height: 11.4rem;
    }
    .box_row_item_tit .month{
        font-size: 2.25rem;
    }
    .box_row_item_tit .day{
        font-size: 1.5rem;
    }
    .honorsmain_pc{
        font-size: 1.63rem;
        line-height: 2.5rem;
    }


}











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

.temp_top {
    position: fixed;
    top: 0;
    width: 100%;
    height: 6.88rem;
    background: white;

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

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

.temp_top .logo {
    /* width: 31rem; */
    /* width: 15rem; */
    width: 19.5rem;
    /* line-height: 8.88rem; */
    margin-left: 3rem;
    display: grid;
    align-items: center;
}

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


.temp_top .linklist {
    /*width: 60rem;*/
    width: 65rem;
    width: auto;
    display: flex;
    
    /* margin-right: 4rem; */
    margin-right: 3rem;
    justify-content: space-around;
}

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

    display: flex;
    flex-direction: row;
}

.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%;
    z-index: 99;
    transform: translateX(-50%);

    text-align: center;
    width: 7.69rem;
    /* ----------------------------- */
    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: #008EDC;
}

.temp_top .linklist .listmain>.listitem_tit>a {
    color: #626262;
    padding: 0 1vw;
    font-size: 1rem;
}


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

/* ------------------------------------------------------ */
.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%);
}

.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;

}

@media screen and (max-width: 768px) {
    .temp_top {
        display: none;
    }
}<!--0.00025391578674316-->