.container{
background-image: url('../image/comProfile.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_det{
    width: 100%;
    background-color: #ffffff;
    padding-top: 26px;
}
.content_det_warp{
    width: 63%;
    margin:10px auto;
    /*text-align: center;*/
}
.content_det_title{
    overflow: hidden;
    margin-bottom: 80px;
}
.content_det_title_img{
    float: left;
    width: 50%;
}
.content_det_title_img .details img{
    width: 100%;
    border: 1px solid #EAEAEA;
}
.content_det_title_img .thumb{
    margin-top: 20px;
    width: 100%;
    overflow-x: auto;
    padding-bottom: 1rem;
    display: flex;
}
.content_det_title_img .thumb img{
    width: 13.5rem;
        height: 100%;
    margin-right: 2.1rem;
    border: 1px solid #EAEAEA;
}
.content_det_title_img .thumb img:last-child{
    width: 13.5rem;
    margin-right: 0px;
}
.content_det_title_det{
    float: right;
    width: 45%;
}
.content_det_title_det .title{
    font-size: 3rem;
    margin-bottom: 10px;
}
.content_det_title_det .brief{
    font-size: 2rem;
    border-left: 0.5rem solid #007873;
    padding-left: 10px;
    margin-bottom: 24px;
    color: rgb( 40, 40, 40 );
}
.content_det_title_det .cont{
    border-top: 1px solid #E4E2DF;
    padding-top: 20px;
    color: rgb( 102, 102, 102 );
    font-size: 1.6rem;
}
.content_det_title_det .button{
    /*text-align: center;*/
    margin-top: 14rem;
}
.content_det_title_det .button div{
    display: inline-block;
    padding: 0.8rem 2rem;
    font-size: 1.7rem;
    color: white;
    background-color: #007A75;
    cursor:pointer;
}
.content_det_title_det .button div:nth-child(1){
    margin-right: 10px;
}

.content_det_cont{
    padding: 4.2rem 1.5rem;
    border-top: 1px solid #DADADA;
    font-size: 2rem;
}
.content_det_cont .parameter{
    margin-bottom: 24px;
}
.content_det_cont .title{
    border-left: 3px solid #007A75;
    padding-left: 10px;
    margin-bottom: 18px;
}
.content_det_cont .parameter .cont{
    padding-left: 1.3rem;
    font-size: 1.7rem;
    color: rgb( 102, 102, 102 );
}
.content_det_cont .parameter .cont span{
    color: #00827E;
    font-size: 15px;
    font-weight: bold;
}
.content_det_cont .parameter .cont span:nth-child(1){
    margin-right: 80px;
}
.content_det_cont .chara{
    margin-bottom: 24px;
}
.content_det_cont .chara .cont{
    padding-left: 10px;
    color: rgb( 102, 102, 102 );
}
.content_det_cont .chara .cont li{
    list-style: disc;
    line-height: 30px;
}
.content_det_cont .introduce ul{
    padding-left: 10px;
    color: rgb( 102, 102, 102 );
}
.content_det_cont .introduce li{
    list-style: disc;
}
.content_det_cont .introduce li div{
    margin-top: 13px;
}
.content_det_cont .introduce li div span{
    margin-bottom: 10px;
    display: inline-block;
}
/*新闻按钮*/
.content_det_button{
    text-align: center;
    padding: 55px;
}
.content_det_button .first{
    display: inline-block;
    padding: 10px;
    margin-right: 77px;
    font-size: 10px;
    border-radius: 7px;
    border: 1px solid #E7E7E7;
    background-color: white;
    cursor: pointer;
}
.content_det_button .last{
    display: inline-block;
    padding: 10px;
    font-size: 10px;
    border-radius: 7px;
    color: white;
    cursor: pointer;
    border: 1px solid #007B7C;
    background-color: #007B7C;
}

/*弹窗*/
body .demo-class .layui-layer-title{background:#07797A; color:#fff; border: none;}
/*body .demo-class .layui-layer-btn{background:#07797A;}*/
body .demo-class .layui-layer-btn a{background:#07797A;border: 0}
body .demo-class .layui-layer-btn .layui-layer-btn1{background:#999;}
body .demo-class .layui-layer-content .xunwen input{margin-bottom: 20px;}