/* 头部css */
@media  screen and (max-width:599px) and  (min-width:320px) {
    .project-top-EEE{
        display: none;
    }
}
/** start 修改头部Class 2020/01/18 */
.project-head{
    min-width: 1064px;
}
/** end 修改top-eee 2020/01/18 */

/** start 修改top-eee 2020/01/18 */
/*头部 第一层 */
.project-top-EEE{
    /* padding: 0 16% 0 16%; */
    background: #f5f5f5;
    height: 40px;
    line-height: 40px;
}
.head{
    min-width: 1024px;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
    height: 100%;
}

.project-top-EEE .hitem>a{
    color: #797979;
}
.project-top-EEE .hitem{
    display: inline-block;
    margin-right: 20px;
    cursor: pointer;
}
.project-top-EEE .hitem>a:hover{
    color: rgb(130,30,30);
}
.project-top-EEE .hitem:nth-child(7){
    float: right;
    margin-right: 0px;
}
/** end 修改top-eee 2020/01/18 */


/** star 修改top-logo 2020/01/18 */
/* 头部第二层 */
.project-top-logo{
    /* padding: 0 16% 0 16%; */ 
    /* display: flex; */
    height: 100px;
    background: #fff;
}

.project-top-logo .head{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/** end 修改top-logo 2020/01/18 */

.project-top-logo .index-logo{
    height: 80px;
    display: flex;
    align-items: center;
}
.project-top-logo .index-logo-text{
    border: 1px dashed #DD3435;
    border-radius: 5px;
    height: 40px;
    padding: 10px;
    margin-left: 20px;
    margin-right: auto;
    overflow: hidden;
}
.project-top-logo .index-logo-text >p{
    margin-bottom: 8px;
    text-align: center;
    color: #565656;
    font-size: 14px;
}
.project-top-logo .index-logo-text >p:nth-child(1){
    color:#DD3435;
}
.project-top-logo .index-logo-templat3{
    display: flex;
   // flex-wrap:wrap;
    height: 80px;
    align-items: center;
    color: #565656;
    margin-left: 70px;
    font-size: 14px;
}

.project-top-logo .index-logo-templat3>div:nth-child(1){
    width: 30px;
    margin-right: 20px;
}
.project-top-logo .index-logo-templat3>div:nth-child(1) img{
    width: 30px;
    height: 30px;
}
.project-top-logo .index-logo-templat3>div:nth-child(2) span{
    color: #DD3435;
}
.project-top-logo .index-logo-templat3 .index-logo-templat3-1{
    width:auto;
}
.project-top-logo .index-logo-templat3 .index-logo-templat3-2{
    width: 150px;
}
.project-top-logo .index-logo-templat3 .index-logo-templat3-3{
    color: #494949;
    font-size: 18px;
}

/** star 修改top-navbar 2020/01/18 */
/* 头部 第三层 */
.project-top-navbar{
    /* padding: 0 16% 0 16%; */
    width: 100%;
    top: 0;
    left: 0;
    z-index:100;
    /* display: flex; */
    height: 40px;
    background: rgb(130,30,30);
    /* align-items: center; */
    /* justify-content: space-between; */
    color: #fff;
    top:0;
    left:0;
    box-sizing: border-box;
}
/** 2020/01/18 **/
.project-top-navbar .head{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* overflow-x: hidden; */
}

.project-top-navbar-active{
    background: #fff;
    color: rgb(130,30,30);
}
.project-top-navbar .head>div>a{
    color: #fff;
}
.project-top-navbar .head>div{
    font-size: 16px;
    cursor: pointer;
    height: 40px;
    min-width: 85px;            /** 2020/01/18 **/
    line-height: 40px;
    padding: 0 5px;
    position: relative;
    text-align: center;         /** 2020/01/18 **/
    white-space: nowrap;
}

/** 2020/01/18 **/
.project-top-navbar .head>div:nth-child(1){
    min-width: 52px;
}

.project-top-navbar .head>div:hover{
    background: #fff;
    color: rgb(130,30,30);
    height: 39px;
    border-top: 1px solid rgb(130,30,30);
}
.project-top-navbar .head>div:hover a{
    color: rgb(130,30,30);
}
.project-top-navbar .head>div:hover ul{
    display: block;
}
.project-top-navbar .head>div>ul{
    background: #fff;
    min-width: 130px;
    position: absolute;
    top: 36px;
    left: -1px;
    border: 1px solid rgb(130,30,30);
    border-top: none;
    z-index: 100;
    display: none;
}
.project-top-navbar .head>div>ul>li:nth-child(1){
    height: 41px;
}
.project-top-navbar .head>div>ul>li{
    text-align: center;
    padding:0 10px;
    color: rgb(130,30,30);
}
.project-top-navbar .head>div>ul>li:hover{
    color: #fff;
    background: rgb(130,30,30);
}
.project-top-navbar .head>div>ul>li:hover a{
    color: #fff;
}

/** end 修改top-navbar 2020/01/18 */


/*20200413新增*/
.index-logo-text
{
font-weight:bold;
}

.index-logo-templat3
{
font-weight:bold;
}

.active-btn-cover{
    text-align: center;
    display: none;
    color: #000000;
    background: #ffc04f;
    padding: 7px 0px;
    width: 45%;
    border-radius: 4px;
    font-size: 10px;
}

/*2020.4.15end*/
.BF4-getFrom-list{
    display: flex;
    margin-bottom:10px ;

}
/*2020.4.15*/
.project-BF4-main>div:nth-child(1)>div:nth-child(2){
    margin-top: 15px;
}
.BF4-getFrom-list>div:nth-child(1){
    min-width: 60px;
    color: #FFFFFF;
    font-size: 14px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.BF4-getFrom-list>div:nth-child(2){
    height: 30px;
    width: 220px;
    border-radius: 3px;
    background: #fff;
    display: flex;
    align-items: center;
    padding-left: 5px;
}

.m-icon-biao{
    width: 25px;
    height: 25px;
    margin-right: 10px;
}
.m-icon-biao img{
    width: 100%;
    height: 100%;
}

.BF4-getFrom-list>div:nth-child(2)>input{
    width: 70%;
}
.BF4-getFrom-list>div:nth-child(2)>input::placeholder{
    font-size: 14px;
}
.BF4-getFrom-list>div:nth-child(2)>button{
    color: #000000;
    background: #ffc04f;
    padding: 7px 0px;
    width: 45%;
    border-radius: 4px;
    font-size: 10px;
}
.BF4-getFrom-list #textbeizhua{
    width: 100%;
    height: 75px;
    padding: 2px;
    font-size: 14px;
    resize:none;
    border-radius: 4px;
}
/*2020.4.15end*/
.BF4-getFrom-list #textbeizhua::placeholder{
    font-size: 14px;
}
/*2020.4.15start*/
.BF4-getFrom-list-button{
    display: flex;
    justify-content: space-between;
}
.BF4-getFrom-list-button>button{
    padding: 8px;
    /*margin-left: 10px;*/
}

.btn-red-s{
    font-size: 15px;
    background: inherit;
    padding: 3px 15px!important;
    border-radius: 5px;
    border: 1px solid #FFFFFF;
    color:#fff !important;
    margin: 0 auto;
    width: 140px;
background: transparent;
}
.btn-red-s a
{
color:#fff !important;
}