.home-top{
    border: 0;
}
._header_box{
    background: #F6F6F6;
    color: #000;
}
._header{
    display: flex;
    max-width: 1500px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
    padding:10px;
}
._h_right{
    display: flex;
}
._r_list{
    padding: 0 10px;
}
a:hover{
    color: #e60012 !important;
}
._menu_box{
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}
._menu{
    max-width: 1500px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 0 10px;
}
._logo_box{
    display: flex;
    align-items: center;
    width: 350px;
}
._logo{
    width: 180px;
}

._logo img{
    width: 100%;
}
._city{
    padding: 0 10px;
}
._city select{
    padding: 5px 10px;
    border: 1px solid #ddd;
}
.am-nav-justify{
    width: auto;
}
.am-nav-justify > li{
    flex: none;
    padding: 0 20px;
}
.am-nav-justify > li > a{
    font-size: 16px;
}
.home-active > a{
    font-weight: normal;
    font-size: 16px;
}
.am-nav-justify li.home-nav-li a:hover{
    font-weight: normal;
    font-size: 16px;
}
._search_box{
    padding: 20px 0;
}
._search{
    max-width: 1500px;
    margin: 0 auto;
}
._s_class{
    display: flex;
    justify-content: center;
}
._c_list{
    width: 200px;
    text-align: center;
    font-size: 18px;
}
._c_list.active a{
    color: #e60012;
}
._s_input{
    margin-top: 10px;
}
._input_box{
    width: 80%;
    margin: 0 auto;
}
._input_box input,._input_box button{
    border:1px solid #e60012 !important;
}
/* 轮播图 */
.am-slider-default .am-control-nav li a.am-active{
    background: #e60012 !important;
}
.am-slider-default .am-control-nav li a{
    background: rgba(0,0,0,0.1) !important;
}
.am-tabs-d2 .am-tabs-nav > .am-active a{
    color: #fff !important;
}
.container-index{
    max-width: 1500px;
    margin: 0 auto;
}
.am-tabs-d2 .am-tabs-nav{
    border-bottom: 0px !important;
}
.am-tabs-d2 .am-tabs-nav li{
    background: #ddd;
}
.am-tabs-d2 .am-tabs-nav li[data-type="2"]{
    margin: 0 8px;
    
}
.qxcp{
    height: 976px !important;
}
[data-am-widget='tabs']{
    margin: 0;
    border: 0;
    box-shadow: 0 0 2px #c3c3c3;
    /* box-shadow:none; */
    height: 600px;
    overflow: hidden;
}
[class*="am-u-"]{
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}
.bid-agency{
    height: 480px;
}
.am-company-container, .am-project-container, .bid-agency, .am-trade-container, .open-tools, .am-friend-container{
    border: 0;
    box-shadow: 0 0 2px #c3c3c3;
    border-radius: 0px;
}
.bid-agency .title{
    border: 0;
    background: #e60012;
    color: #fff;
    padding: 5px 0;
    font-size: 16px;
    box-sizing: border-box;
    text-align: center;
}
.bid-agency .list{
    margin-top: 10px;
    height: 100%;
}
.zbdl .title{
    background: #fff;
    color: #e60012;
    border: 1px solid #e60012;
}
.f_title{
    display: flex;
    justify-content: space-between;
    padding: 10px;
    font-size: 16px;
    color: #000;
    align-items: center;
}
.f_title .title_name:before{
    content: '';
    display: inline-block;
    height: 20px;
    width: 3px;
    background: #e60012;
    margin-right:10px;
    transform: translateY(5px);
}
.f_title .title_more{
    font-size: 14px;
}
/* 旗下产品 */
.qxcp_list_box{

}
._qx_list{
    display: flex;
    /* padding:0 10px; */
    align-items: center;
    height: 135px;
    overflow: hidden;
}
._qx_list:nth-child(odd){
    background: #F9F9F9;
}
._qx_list .l_left img{
    width: 100%;
}
._qx_list .l_left{
    margin: 0 20px;
    width:100px;
}
._qx_list .l_right{
    width: 0;
    flex: 1;
}
._qx_list .l_right .r_title{
    font-size: 18px;
    color: #000;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;	
}
._qx_list .l_right .r_content{
    padding-top: 10px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-align: justify;
    padding-right: 10px;
}
/* footer */
.am-footer{
    font-size: 14px;
}
.am-footer-bg-dark{
    background: #fff;
}
.am-footer-default .am-footer-switch{
    font-weight: normal;
}
.am-footer-switch a{
    color: #000;
}
.am-footer-default .am-footer-divider{
    color: #000;
}
.am-footer-default .am-footer-miscs{
    color: #000;
}
.am-footer-default .am-footer-miscs{
    font-size: 12px;
}

/* 小屏下拉框 */
.am-dropdown{
    position: static;
}

.layui-layer-hong .layui-layer-btn a{
    color: #fff !important;
}