html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    /* 解决IOS默认滑动很卡的情况 */
    -webkit-overflow-scrolling: touch;
    font-size: 625%;
}

/* 取消链接高亮 */
* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
    margin: 0;
    padding: 0;
    font-style: normal;
    list-style-type: none;
    font-family: Arial, Helvetica, sans-serif;
}

img {
    box-sizing: content-box;
}

a {
    color: #333;
}

input,
textarea {
    outline: none;
    resize: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear:after {
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}


body {
    background-color: #f7f4f2;
}

/* 顶部 */
.top {
    width: 100%;
    height: 60px;
}

.menu {
    width: 20%;
    height: 60px;
    padding: 15px;
}

.menu a {
    display: block;
    width: 30px;
    height: 30px;
}

.menu a.ml {
    background: url(../images/icon1_list.png) no-repeat center;
}

.menu a.gb {
    background: url(../images/icon1_close.png) no-repeat center;
}

.logo {
    width: 60%;
    height: 60px;
    text-align: center;
}

.logo img {
    display: block;
    height: 40px;
    margin: 0 auto;
    padding-top: 10px;
}

.logo em {
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 60px; 
    color: #4C4C4C;
}

.navBox {
    display: none;
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 999;
    background-color: #f7f4f2;
}

.navBox li a {
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
    color: #4c4c4c;
    border-bottom: 1px solid #d9d9d9;
    display: block;
}

.nav_x {
    width: 100%;
    clear: both;
    height: 36px;
    background-color: #e61717;
}

.nav_x a {
    float: left;
    width: 20%;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    overflow: hidden;
}

.nav_x a.current_page {
    background: #bf310d;
}

.wrap {
    width: 100%;
    /*padding: 0 12px;*/
    background-color: #f7f4f2;
}

/* 搜索框 */
.search_bar {
    clear: both;
    margin: 15px 0;
    width: 100%;
    height: 33px;
    font-size: 0;
}

.search_bar input {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 85px);
    height: 33px;
    line-height: 33px;
    border: 1px solid #e5e5e5;
    border-radius: 10px 0 0 10px;
    padding: 0 10px;
}

.search_bar button {
    display: inline-block;
    vertical-align: middle;
    width: 84px;
    height: 33px;
    border-radius: 0 6px 6px 0;
    line-height: 33px;
    font-size: 16px;
    color: #FFFFFF;
    padding-left: 26px;
    cursor: pointer;
    background: url(../images/icon3_sear.png) no-repeat center left 10px #e61717;
    border: none;
}

.title_one {
    height: 39px;
    border-bottom: 1px dashed #cccccc;
    color: #e61717;
    line-height: 39px;
    text-align: center;
    padding: 0 20px;
    font-size: 15px;
    margin-bottom: 15px;
    overflow: hidden;
}

.title_one i {
    width: 15px;
    height: 39px;
    background: url(../images/icon5_point.png) no-repeat center;
}

.title_two {
    height: 39px;
    border-bottom: 1px dashed #cccccc;
    color: #e61717;
    line-height: 39px;
    padding-left: 30px;
    font-size: 15px;
    margin-bottom: 15px;
    overflow: hidden;
    background: url(../images/icon6_point.png) no-repeat center left 10px;
}

.title_three {
    height: 39px;
    border-bottom: 1px dashed #cccccc;
    color: #e61717;
    line-height: 39px;
    padding: 0 10px;
    /*margin-bottom: 15px;*/
}

.title_three em {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 15px;
    padding-left: 22px;
    color: #e61717;
    background: url(../images/icon6_point.png) no-repeat center left;
}

.title_three a {
    display: block;
    font-size: 13px;
    color: #666;
}

/* 投资金额 */
.condition {
    height: 130px;
    border-radius: 8px;
    background: #FFFFFF;
    margin-bottom: 15px;
    overflow: hidden;
}

.condition ul {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    padding: 0 10px;
}

.condition ul li {
    display: inline-block;
    width: calc(25% - 10px);
    margin: 0 5px;
    margin-bottom: 10px;
    background-color: #f2f2f2;
    border-radius: 6px;
    height: 24px;
    line-height: 24px;
}

.condition ul li a {
    display: block;
    text-align: center;
    font-size: 13px;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
}

/* 加盟品牌 */
.join_brand {
    border-radius: 8px;
    background: #FFFFFF;
}

.join_brand ul {
    padding: 0 10px;
    padding-bottom: 1px;
}

.join_brand ul li a {
    display: block;
    height: 82px;
    padding: 5px;
    background-color: #fafafa;
    margin-bottom: 10px;
}

.brand_img img {
    width: 95px;
    height: 70px;
    border: 1px solid #e5e5e5;
}

.brand_info {
    width: calc(100% - 105px);
}

.brand_info dd {
    height: 21px;
}

.brand_info dd p {
    display: inline-block;
    vertical-align: bottom;
}

.brand_info dd p.p1 {
    font-size: 15px;
    color: #e61717;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 5px;
}

.brand_info dd p.p2 em {
    font-size: 11px;
    color: #666;
}

.brand_info dd p.p2 span {
    font-size: 11px;
    color: red;
}

.brand_info dt {
    margin: 5px 0;
    clear: both;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.brand_info dt em,
.brand_info dt span {
    font-size: 11px;
    color: #4C4C4C;
}

.brand_info p.p3 {
    font-size: 0;
}

.brand_info p.p3 span {
    display: inline-block;
    font-size: 11px;
    color: #fff;
    width: 65px;
    text-align: center;
    height: 18px;
    line-height: 18px;
    border-radius: 6px;
    background-color: #808080;
    margin-right: 5px;
}

.brand_info p.p3 span:last-of-type {
    background-color: #e61717;
}

/* 资讯tab */
.ne_List {
    margin-top: 15px;
    border-radius: 8px;
    background: #FFFFFF;
}

.ne_List .hd {
    height: 40px;
    border-bottom: 1px solid #E5E5E5;
}

.ne_List .hd li {
    width: 33.3%;
    line-height: 40px;
    height: 40px;
    border-radius: 16px 16px 0 0;
    color: #999999;
    font-size: 15px;
    text-align: center;
    float: left;
    cursor: pointer;
}

.ne_List .hd li.on {
    background: #e61717;
    color: #FFFFFF;
}

.ne_List .bd {
    padding: 10px 10px 5px;
}

.ne_List .bd ul {
    display: none;
    background-color: #FAFAFA;
    padding: 10px 10px 5px;
    font-size: 0;
}

.ne_List .bd ul .u1 {
    font-size: 0;
}

.ne_List .bd ul:first-of-type {
    display: block;
}

.ne_List .bd ul .u1 li {
    height: 110px;
    display: inline-block;
    width: calc(50% - 7px);
    position: relative;
    margin-bottom: 10px;
}

.ne_List .bd ul .u1 li:first-of-type {
    margin-right: 10px;
}

.ne_List .bd ul .u1 li a {
    width: 100%;
}

.ne_List .bd ul .u1 li a img {
    width: 100%;
    height: 110px;
}

.ne_List .bd ul .u1 li a em {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    background-color: #000;
    opacity: 0.7;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ne_List .bd ul .u2 li {
    height: 34px;
    line-height: 34px;
}

.ne_List .bd ul .u2 li i {
    display: inline-block;
    vertical-align: middle;
}

.ne_List .bd ul .u2 li a {
    display: inline-block;
    vertical-align: middle;
    width: 95%;
    font-size: 15px;
    color: #444;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ne_List .bd ul p {
    height: 24px;
    line-height: 24px;
    background-color: #e61717;
    border-radius: 6px;
    text-align: center;
    margin-top: 10px;
}

.ne_List .bd ul p a {
    display: block;
    width: 100%;
    font-size: 13px;
    color: #fff;
}

/* 资讯tab2 */
.ne_List2 {
    margin-top: 15px;
    border-radius: 8px;
    background: #FFFFFF;
}

.ne_List2 .hd {
    height: 40px;
    border-bottom: 1px solid #E5E5E5;
}

.ne_List2 .hd li {
    width: 50%; 
    line-height: 40px;
    height: 40px;
    border-radius: 16px 16px 0 0;
    color: #999999;
    font-size: 15px;
    text-align: center;
    float: left;
    cursor: pointer;
} 

.ne_List2 .hd li.on {
    background: #e61717;
    color: #FFFFFF;
}

.ne_List2 .bd {
    padding: 10px 10px 5px;
}

.ne_List2 .bd ul {
    background: #FAFAFA;
    padding: 10px 10px 5px;
    display: none;
    font-size: 0;
}

.ne_List2 .bd ul:first-of-type {
    display: block;
}

.ne_List2 .bd .u1 {
    height: 110px;
    margin-bottom: 10px;
    background: #FFFFFF;
}

.ne_List2 .bd .u1 li img {
    float: left;
    height: 100px;
}

.ne_List2 .bd .u1 li span {
    width: 50%;
    padding-left: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #e61717;
    line-height: 36px;
    float: left;
    display: block;
}

.ne_List2 .bd .u1 li p {
    width: 50%;
    padding-left: 18px;
    overflow: hidden;
    font-size: 11px;
    line-height: 22px;
    height: 66px;
    overflow: hidden;
    display: block;
    float: left;
    color: #999;
}

.ne_Comm2 .u2 li i {
    color: #4C4C4C;
    display: inline-block;
    vertical-align: middle;
}

.ne_Comm2 .u2 li a {
    display: inline-block;
    vertical-align: middle;
    width: 95%;
    height: 34px;
    line-height: 34px;
    font-size: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #444;
}

.ne_Comm2 .u2 p {
    height: 24px;
    line-height: 24px;
    background-color: #e61717;
    border-radius: 6px;
    text-align: center;
    margin-top: 10px;
}

.ne_Comm2 .u2 p a {
    display: block;
    width: 100%;
    font-size: 13px;
    color: #fff;
}

/* 热门品牌推荐 */
.hot_brand {
    margin-top: 15px;
    border-radius: 8px;
    background: #FFFFFF;
}

.hot_brand ul {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}

.hot_brand ul li {
    display: inline-block;
    width: calc(33.3% - 10px);
    margin: 0 5px 10px;
}

.hot_brand ul li a img {
    display: block;
    height: 80px;
    margin: 0 auto;
}

.hot_brand ul li a p {
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 30px;
    text-align: center;
}

.join_msg {
    margin-top: 15px;
    border-radius: 8px;
    background: #FFFFFF;
    padding-bottom: 20px;
}

.msg_cont {
    padding: 5px 10px;
}

.msg_cont p {
    font-size: 11px;
    color: #666;
    line-height: 20px;
}

.msg_cont form input {
    display: inline-block;
    width: calc(50% - 7px);
    height: 30px;
    line-height: 30px;
    border-radius: 6px;
    border: 1px solid #E5E5E5;
    background-color: #f7f4f2;
    margin-top: 10px;
    padding-left: 5px;
    font-size: 12px;
}

.msg_cont form input:first-of-type {
    margin-right: 10px;
}

.msg_cont form textarea {
    width: 100%;
    height: 60px;
    border-radius: 6px;
    border: 1px solid #E5E5E5;
    background-color: #f7f4f2;
    margin: 10px 0;
    padding: 5px;
    font-size: 12px;
}

.msg_cont form .check_box input {
    width: 10px;
    height: 10px;
    cursor: pointer;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}

.msg_cont form .check_box span {
    display: inline-block;
    vertical-align: middle;
    font-size: 10px;
    color: #666;
}

.msg_cont form .check_box span a {
    font-size: 10px;
    color: #999;
}

.msg_cont form .msg_submit {
    width: 200px;
    height: 26px;
    line-height: 26px;
    font-style: 14px;
    color: #fff;
    background-color: #e61717;
    text-align: center;
    margin-left: 10px;
    margin-top: 10px;
    border-radius: 6px;
    cursor: pointer;
}

/* 底部 */
.foot {
    background: #333333;
    padding: 20px 10px 12px;
    margin-top: 15px;
}

.foot li {
    width: 20%;
    line-height: 14px;
    height: 14px;
    text-align: center;
    float: left;
    border-right: 1px solid #CCCCCC;
    margin-bottom: 10px;
}

.foot li a {
    display: block;
    color: #FFFFFF;
    font-size: 12px;
}

.foot li:last-child {
    border-right: 1px solid #333333;
}

.foot span {
    font-size: 12px;
    color: #FFFFFF;
    line-height: 30px;
    display: block;
    text-align: center;
}


/* 项目页 */
.project_list {
    background-color: #fff;
    border-radius: 8px;
    padding-bottom: 10px;
}

.project_list ul {
    padding: 0 10px;
    font-size: 0;
}

.project_list ul li {
    display: inline-block;
    width: calc(50% - 5px);
    margin-bottom: 10px;
    border: 1px solid #eee;
}

.project_list ul li:nth-of-type(2n) {
    margin-left: 10px;
}

.project_list ul li a {
    display: block;
    background-color: #fafafa;
}

.project_list ul li a .img_box {
    position: relative;
    margin-bottom: 5px;
}

.project_list ul li a img {
    width: 100%;
    height: 100px;
}

.project_list ul li a p.p1 {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #fff;
    background-color: #000;
    opacity: 0.5;
}

.project_list ul li a p {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 5px;
}

.project_list ul li a p em,
.project_list ul li a p span {
    font-size: 12px;
    color: #666;
    line-height: 26px;
}

/* 分页 */
.thePage {
    margin: 0 auto;
    text-align: center;
    clear: both;
    padding: 20px 0 14px;
}

.thePage a {
    color: #FFFFFF;
    display: inline-block;
    background: #999999;
    padding: 1px 4px;
    font-size: 12px;
    margin: 0 4px;
}

.thePage span {
    background: #e61717;
    color: #fff;
    padding: 1px 4px;
    font-size: 12px;
}
.thePage a em {
    font-size: 16px;
    color: #666;
    font-weight: 600;
}
.thePage a i {
    font-size: 12px;
    color: #fff;
}

/* 分页 */
.page{
    display: flex;
    justify-content: center;
    height: 30px;
    padding: 13px 0;
}
.page a,.page span{
    display: block;
    width: 24px;
    height: 24px;
    line-height: 22px;
    text-align: center;
    margin-right: 8px;
    border: 1px solid #dcdcdc;
    color: #666;
}
.prev,.next{
    width: 50px !important;
}
.page-active{
    background-color: #e1251a;
    color: #fff !important;
}
.page-disabled{
    background-color: #ccc;
    color: #fff !important;
}

/* 资讯列表页 */
.news_list {
    background-color: #fff;
    border-radius: 4px;
    padding-bottom: 10px;
}

.news_list ul {
    padding: 0 10px;
}

.news_list ul li a {
    display: block;
    height: 120px;
    margin-bottom: 10px;
    padding: 5px;
    background: #fafafa;
}

.news_list ul li a img {
    width: 145px;
    height: 110px;
    border: 1px solid #E5E5E5;
    float: left;
    margin-right: 10px;
}

.news_list ul li a em {
    width: calc(100% - 160px);
    color: #e61717;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    float: left;
    font-size: 15px;
}

.news_list ul li a p {
    width: calc(100% - 160px);
    display: block;
    font-size: 11px;
    color: #999;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
    margin: 4px 0 10px;
    float: left;
}

.news_list ul li a span {
    font-size: 12px;
    color: #999;
    float: left;
    width: 130px;
    display: block;
    line-height: 24px;
}

.news_list ul li a i {
    width: 15px;
    height: 24px;
    float: right;
    background: url(../images/icon7.png) no-repeat center;
    margin-right: 6px;
}

/* 推荐信息 */
.recommend_info {
    background-color: #fff;
    border-radius: 8px;
    margin-top: 15px;
    padding-bottom: 10px;
}

.recommend_info ul {
    padding: 10px;
    /*margin: 10px;*/
    background-color: #fafafa;
}

.recommend_info ul li {
    line-height: 30px;
}

.recommend_info ul li i,
.recommend_info ul li a {
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    font-size: 14px;
    color: #444;
}

.recommend_info ul li a {
    width: 95%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* 资讯详情页 */
.news_detail {
    background-color: #fff;
    border-radius: 4px;
}

.news_detail .detail_cont {
    padding: 0 10px;
    padding-bottom: 20px;
}

.news_detail .detail_cont h1 {
    font-size: 15px;
    font-weight: 600;
    color: #e61717;
    text-align: center;
    line-height: 30px;
}

.news_detail .detail_cont span { 
    display: block;
    height: 20px;
    line-height: 20px;
    background: #FAFAFA; 
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 11px;
    color: #999;
    text-align: center;
    margin: 8px 0;
}
.news_detail .detail_cont span i{
    font-size: 11px;
    color: #999;
}

.news_detail .detail_cont p {
    line-height: 24px; 
    text-indent: 30px;
    font-size: 14px;
    color: #666;
}
.news_detail .detail_cont p a {
    font-weight: 600;
    color: #666;
}

.news_detail .detail_cont img {
    max-width: 80%;
    margin: 5px auto;
    display: block;
}

.paging {
    border-top: 1px dashed #CCCCCC; 
    padding: 10px;
}
.paging p {
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #666;
}
.paging p a { 
    color: #4C4C4C; 
    font-size: 15px
}

/* 品牌页 */
.brand_detail {
    margin-top: 10px;
    border-radius: 6px;
    padding: 10px;
    background-color: #fff;
}

.card_one {
    padding: 10px;
    font-size: 0;
    background-color: #fafafa;
}
.card_one img {
    display: inline-block;
    width: 140px;
    height: 105px;
}
.card_one .card_r {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 145px);
    padding-left: 12px;
}
.card_one h4 { 
    font-size: 15px;
    font-weight: 600;
    color: #e61717;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
} 
.card_one p.p1 {
    font-size: 11px;
    color: #4c4c4c;
    margin-top: 3px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.card_one p.p2 {
    margin: 20px 0 7px 0;
}
.card_one p.p2 em {
    font-size: 11px;
    color: #4c4c4c;
}
.card_one p.p2 span {
    font-size: 15px;
    color: #e61717;
}
.card_one p.p3 a {
    display: inline-block;
    width: 74px;
    height: 20px;
    line-height: 20px;
    border-radius: 6px;
    background-color: #e61717;
    font-size: 15px;
    color: #fff;
    text-align: center; 
}

.card_two {
    margin-top: 10px;
    /*padding: 10px;*/
    font-size: 0;
    background-color: #fafafa;
}
.card_two p {
    display: inline-block;
    width: calc(50% - 10px);
    margin: 5px;
    height: 24px;
    line-height: 24px;
    background-color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-left: 5px;
}
.card_two p em {
    font-size: 11px;
    color: #4c4c4c;
}
.card_two p span, .card_two p a {
    font-size: 11px;
    color: #999;
}
.card_two p:first-of-type {
    width: calc(100% - 10px);
}
.card_two .whole_line {
    width: calc(100% - 10px);
}

.detail_cont {
    margin-top: 10px;
    padding: 5px;
}
.detail_cont .cont_item {
    margin-bottom: 5px;
}
.detail_cont .cont_item h3 {
    font-size: 15px;
    color: #777; 
    background: url(../images/icon6_point.png) no-repeat center left;
    padding-left: 24px;
    line-height: 30px;
    margin-bottom: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.detail_cont .cont_item p {
    font-size: 15px;
    color: #777;
    text-indent: 30px;
    line-height: 24px;
}
.detail_cont .cont_item p.p_red {
    color: red;
}
.detail_cont .cont_item p.p_blue {
    color: blue;
}
.detail_cont .cont_item img {
    display: block;
    max-width: 80%;
    margin: 5px auto;
}

/* 品牌资讯页 */
.brand_news {
    background-color: #fff;
    border-radius: 8px;
    padding-bottom: 10px;
}

.brand_news ul {
    padding: 0 15px; 
}

.brand_news ul li {
    line-height: 30px;
}

.brand_news ul li i,
.brand_news ul li a {
    display: inline-block;
    vertical-align: middle;
    height: 30px;
    font-size: 14px;
    color: #444;
}

.brand_news ul li a {
    width: 95%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* 品牌图库页 */
.brand_pics {
    width: 100%;
    height: 226px;
    overflow: hidden;
    padding: 10px 4px;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    background-color: #fff;
    margin-top: 10px;
    border-radius: 6px;
}
.brand_pics img {
    display: inline-block;
    margin: 0 3px;
    width: calc(33% - 6px);
    height: 100px;
    margin-bottom: 5px;
}