/*.container{*/
/*background-image: url('../image/comAervices.jpg');*/
/*width: 100%;*/
/*background-repeat:no-repeat;*/
/*background-size:100%;*/
/*!*background-color: white;*!*/
/*}*/
.content{
    width: 100%;
}
.comAervices_banner{
    width: 100%;
    height: 40rem;
    padding-bottom: 2px;
    background: url(../image/comAervices_nav.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}
.comAervices_crumbs{

}
.comAervices_crumbs_text{
    font-size: 6rem;
    color: white;
    text-align: center;
    width: 26rem;
    margin: auto;
    padding: 16rem 0px 2rem 0px;
    border-bottom: 2px solid #008080;
}
.comAervices_crumbs_location{
    line-height: 1.4rem;
    color: white;
    display: flex;
    font-size: 2rem;
    margin: 0 auto;
    padding-top: 1.9rem;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.comAervices_crumbs_location span{
    margin-left: 0.5rem;
}
/*产品选项卡*/
.content_tab{
    width: 72%;
    margin: auto;
    margin-top: 24px;
}
.content_tab_title{
    width: 21%;
    float: left;
}
.content_core_title{
    position: relative;
    top: 0;
    padding: 4px;
    border: 2px solid #007D75;
}
.content_core_title img:nth-child(1){
    position: absolute;
    top: 2px;
    left: -12px;
}
.content_core_title img:nth-child(2){
    position: absolute;
    top: -8px;
    left: 110px;
}
.content_core_title span{
    margin-left: 46px;
    font-weight: 600;
    color: #007D75;
    font-size: 15px;
}
.content_core ul{
    padding-left: 43px;
    padding-top: 10px;
    font-size: 0.1rem;
    border-right: 2px solid #007D75;
}
.content_core ul li{
    list-style-type: disc;
    line-height: 23px;
    color: #B7B2AC;
    cursor:pointer
}
/*产品推荐*/
.content_recom{
    margin-top: 29px;
}
/*产品中心tab页内容*/
.content_tab_content{
    width: 75%;
    float: right;
}
.content_tab_cont{
    margin-right: 10px;
    font-size: 10px;
}
.content_tab_cont img{
    width: 211px;
}
.content_tab_cont .text{
    margin-top: 13px;
}
.content_tab_cont .text .cont{
    transform-origin: 0 0;
    transform: scale(0.88,0.88);
    color: rgb( 102, 102, 102 );
    margin-top: 5px;
}

/*选项卡样式*/
.content_tab_cont  .title{
    font-size: 20px;
    font-family: "Microsoft YaHei";
    color: rgb( 7, 121, 122 );
    font-weight: bold;
    line-height: 35px;
}
.content_tab_cont .layui-tab-content{
    line-height: 1.5;
    color: rgb( 102, 102, 102 );
}

.folder_list{
    border: 1px solid #E5E5E5;
    padding: 10px 73px;
    width: 76rem;
    font-size: 1.6rem;
}
.folder_list .folder_list_folders{
    margin-bottom: 10px;
}
.folder_list .folder_list_data{
    margin-bottom: 10px;
    display: flex;
}
.folder_list .folder_list_data div{
    display: flex;
}
.folder_list .folder_list_data div img{
    display: block;
}
.folder_list .folder_list_folders img{
    width: 20px;
    margin-right: 10px;
    float: left;
}
.folder_list .folder_list_folders a{
    width: 12rem;
    margin-right: 10px;
    float: none;
}
.folder_list .folder_list_folders span{
    display: inline-block;
}
.folder_list .folder_list_data img{
    width: 15px;
    height: 15px;
    margin-right: 10px;
}
.folder_list .folder_list_data span{
    display: inline-block;
}