﻿body {
    font-family: PingFang SC,Helvetica Neue,Helvetica,Hiragino Sans GB,Microsoft YaHei,"\5FAE\8F6F\96C5\9ED1",Arial,sans-serif;
    background-color: #f7f7f7;
    font-size:16px;
}
.hide {
display:none;}
.inner {
    width: 1200px;
    margin: 0 auto;
}
.inner::after {
   clear:both; content:'';display:block;
}
li, ol, ul {
    list-style: none;
}
.nav li {display:inline-block;}

* {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
}

img {
    border: 0;
}

.logo {}
    .logo img {
    width:150px; height:150px;}
a {
    text-decoration: none;
    color: #333;
}

    a:hover {
        
    }

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.mobile-footer {display:none;}
.header {
    background-color: #fff;
}
.header_center .search_btn {
    width: 120px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    text-align: center;
    border: none;
    color: #fff;
    background: #ff2832;
    position: absolute;
    right: 0px;
    cursor: pointer;
}
.logo {
    float: left;
    margin-right: 45px;
}
    .logo .images {
        float: left;
    }
    .logo .text { padding:40px 0 0 0;   float:left; font-size:32px; font-weight:bold;}
        .logo .text span {
            display: block;
            text-align: center;
           
            padding: 5px;
            color: #e60021;
        }
        .logo .text .name {
        font-size:28px;}
        .logo .desc {
            font-size: 18px;
        }

.header_center {
    padding: 50px 0 0 0;
    float: left;
}
    .header_center .bd {
        width: 565px;
        position: relative;
    }
        .header_center .bd .search_input {
            width: 445px;
            height: 45px;
            line-height: 40px;
            background: #fff url(../images/search_icon.jpg) no-repeat 10px 12px;
            font-size: 14px;
            color: #999;
            text-indent: 35px;
            border: 2px solid #ff2832;
            border-right-width: 2px;
            border-right-style: solid;
            border-right-color: rgb(255, 40, 50);
            border-right: none;
            outline: none;
        }
.hot_keywords {
    margin-top: 11px;
}
.hot_keywords ul li {
    float: left;
    margin-right: 8px;
    font-size: 14px;
    color: #999;
}
.header_right {float:right;
}
 .header_right .text {    margin-top:50px;}
    .header_right .text a {
      display:block;
    }


    .navbox {
        background: #e60021;
    }
.nav {
    padding: 0 0px;
    height: 46px;
    line-height: 46px;
    background: #e60021;
    position: relative;
    z-index: 1;
}

    .nav a {
         cursor:pointer;
        color: #fff;
    }

    .nav .nLi {
        float: left;
        position: relative;
        display: inline;
    }

        .nav .nLi h3 {
            float: left;
        }

            .nav .nLi h3 a {
                display: block;
                padding: 0 18px;
                font-size: 16px;
                font-weight: bold;
            }

    .nav .sub {
        display: none;
        width: 104px;
        left: 0;
        top: 40px;
        position: absolute;
        background: #4E4E4E;
        line-height: 26px;
        padding: 5px 0;
    }

        .nav .sub li {
            zoom: 1;
            line-height:40px;
            width:100%;
        }

        .nav .sub a {
            display: block;
            padding: 0 10px;
        }

            .nav .sub a:hover {
                background: #6d6d6d;
                color: #fff;
            }

    .nav .on h3 a {
        background: #4E4E4E;
        color: #fff;
    }

.index-container {
    background-color: #f7f7f7;}
    .index-container::after {
    clear:both; display:block; content:'';}
.news-container {
margin:0 0 50px 0;}
.company-container {
    margin: 0 0 50px 0;
}
    .company-container::after {
    display:block;
    clear:both;
    content:'';
    }
    .company-container .list-item .btn {
    width:150px;}
    .index-container .card-wrap .hot-card {
        background-color: #fff;
        padding: 24px;
        margin-top: 16px;
        overflow: hidden;
        float: left;
        width: calc(50% - 12px);
        height: auto;
    }
        .index-container .card-wrap .hot-card:nth-child(2n-1) {
            margin-right: 24px;
        }
        .index-container .card-wrap .hot-card .card-item {
            width: auto;
            height: auto;
           
        }

.item-cover img { width:262px; height:195px;
}



.index-container .list-left {
    float: left;
    margin-top: 24px;
    width: calc(100% - 316px);
    height: auto;
}

.index-container .list-right {
    float: right;
    margin-top: 24px;
    background-color: #fff;
    width: 286px;
    height: auto;
    padding: 0 12px;
    box-sizing: border-box;
}
.index-container .list-left .list-box {
    background-color: #fff;
    width: 100%;
    height: auto;
}
.index-container .list-left .list-header {
    width: 100%;
    height: 64px;
    border-bottom: 1px solid #eee;
    padding: 0 32px;
    
  
}
    .index-container .list-left .list-header li {
        float: left;
        font-size: 18px;
        margin-right: 32px;
        line-height: 61px;
        cursor: pointer;
    }
    .index-container .list-left .list-header .active {
        font-weight: 700;
        border-bottom: 3px solid #e60021;
        color: #e60021;
    }

.index-container .list-left .list-item {
    padding: 23px 0;
    margin: 0 24px 0 33px;
    border-bottom: 1px solid #f4f4f4;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}
.list-right .main-title {
    margin: 19px 12px;
    position:relative;
}
.list-right .title-border {
    width: 3px;
    height: 18px;
    position: absolute;
    top: 4px;
    background-image: -webkit-linear-gradient(270deg,#fd8a31,#f95216);
    background-image: -moz-linear-gradient(270deg,#fd8a31 0,#f95216 100%);
    background-image: -o-linear-gradient(270deg,#fd8a31 0,#f95216 100%);
    background-image: -ms-linear-gradient(270deg,#fd8a31 0,#f95216 100%);
    background-image: linear-gradient(180deg,#fd8a31,#f95216);
}
.list-right .title-content {
    padding-left: 12px;
    font-size: 18px;
    color: #222;
    font-weight: 600;
}

.list-right .list-item {
    width: 100%;
    margin-bottom: 20px;
    padding: 0 12px;
    box-sizing: border-box;
    cursor: pointer;
    width: 100%;
    height: auto;
    border-radius: 4px;
}
.list-right .list-item  .pic{
}
    .list-right .list-item .pic img{width:100%; height:auto;
    }

    .list-right .list-item .info .name {
        display: block;
        font-size: 16px;
        font-weight: 700;
        line-height: 16px;
        color: #222;
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }

.recommend-project {
    width: 100%;
    height: auto;
    background-color: #fff;
    margin: 24px 0 48px;
    float: left;
    padding: 0 12px 24px;
}
.item-left{
    float: left;
    width: 249px;
    height: 188px;
    border-radius: 4px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #eee;
}
.item-middle {
    float: left;
    margin-left: 24px;
    width: calc(100% - 427px);
    height: auto;
}
.content-title {
    font-size: 20px;
    color: #222;
    font-weight: 700;
}
.desc-item{
    font-size: 14px;
    line-height: 16px;
    color: #858585;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
.desc-item.tag {
    background-color: #ffe8d1;
    color: #fe8c16;
    border-radius: 2px;
    color: #ff7939;
    margin: 10px 9px 0 0;
    padding: 4px 6px;
}
.item-right {
    float: right;
    width: 154px;
    height: auto;
    text-align: right;
    padding-top: 35px;
}
.item-right .work-place {
        font-size: 30px;
        margin-right: 4px;
        font-weight: 700;
    }
.work-place-desc {
display:block;}

.btn {
    margin-top: 12px;
    width: 204px;
    height: 40px;
    line-height:40px;
    display: inline-block;
    cursor: pointer;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #dbdfe7;
    text-align:center;
}
.btn-primary {
    background-image: linear-gradient(-90deg,#fd8a31,#f95216);
    position: relative;
    transition: color .1s linear,background-color .1s linear;
    border: none;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border: none;
    background-color: #f95216;
}
.btn-primary:hover {
    background-color: #f44506;
    border-color: #f44506;
    color:#fff;
}
    .expert-box {
    margin-top: 24px;
   
    height: auto;
}
.expert-header{
    width: 100%;
    height: 64px;
    border-bottom: 1px solid #eee;
    padding: 0 32px;
}
    .expert-header .title {
        font-weight: 700;
        border-bottom: 3px solid #f95216;
        color: #f95216;
        float: left;
        font-size: 18px;
        margin-right: 32px;
        line-height: 61px;
        cursor: pointer;
    }
.expert-header::after {display:block;clear:both; content:'';
}
    .expert-item {
        float: left;
        width: 600px;
        background-color: #fff;
        padding: 24px;
        height: 310px;
        overflow: hidden;
        margin-bottom: 20px;
    }
.expert-item-left {
    width: 230px;
    height: 220px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
    margin-right: 20px;

}
    .expert-item-left img {
        width: 230px;
        height: 260px;
        border-radius: 4px;
    }
    .expert-item-right {
        float: right;
        width: 300px;
    }
        .expert-item-right .expert-name {
            font-size: 20px;
            font-weight: 700;
            color:#222;
        }
.expert-item-right .expert-tag {
    padding:5px 0px;
        }
.expert-item-right .expert-tag-item {
    display: inline-block;
    width: auto;
    height: 20px;
    font-size: 12px;
    border-radius: 2px;
    line-height: 20px;
    padding: 0 6px;
    color: #fe8c16;
    background-color: #ffe8d1;
    margin-left: 0px;
    margin-bottom: 2px;
}
.expert-item-right .desc {height:150px; overflow:hidden; line-height:26px;}
.about-content {padding: 24px;}
.about-item {
    font-size: 16px;
    line-height: 32px;
}
    .about-item span {
    display:block;}

.location {
    padding: 24px 0;
    color: #51576d;
}
.list-content {
    position: relative;
}
.list-content .title {
    font-weight: 700;
  
    color: #e60021;
    text-align:center;
    font-size: 24px;
    padding-top: 32px;
    line-height: 61px;
    border-bottom:solid 1px #e0e0e0;
}
.index-container .content-left {
    float: left;
   
    width: calc(100% - 316px);
    height: auto;
}
.index-container .content-right {
    float: right;
    
    background-color: #fff;
    width: 286px;
    height: auto;
    padding: 0 12px;
    box-sizing: border-box;
}
    .index-container .content-left .list-box {
        background-color: #fff;
        width: 100%;
        height: auto;
    }
.list-content .content {
    height: auto;
    overflow-y: hidden;
    padding: 40px;
    position: relative;
    line-height:32px;

}
.content-hide {
    position: relative;
   
}
.list-content .hide-content-box {
    width: 100%;
    padding-top: 78px;
    background-image: -webkit-gradient(linear,left top, left bottom,from(rgba(255,255,255,0)),to(#fff));
    background-image: linear-gradient(-180deg,rgba(255,255,255,0) 0%,#fff 100%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}
.hide-content-box {
    position: absolute;
}
.hide-content-box span.hide-preCode-bt {
    display: block;
    margin: auto;
    width: 44px;
    height: 22px;
    background: #f0f0f5;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding-top: 6px;
    cursor: pointer;
}
.hide-content-box .look-more-preCode {
    cursor: pointer !important;
    display: block;
    margin: auto;
    width: 22px;
    height: 16px;
}
.content-box .content img {max-width:100%;}
.content-box .content a:hover {color:#e60021;}
.content-box .content td {padding:5px;
}
.detail-container {
    background-color: #fff;
}
.product-container {
margin-top:30px; margin-bottom:30px;}
.company-header {
}
.company-header::after {clear:both; content:''; display:block;
}
.company-header .album{float:left;
}
    .company-header .detail {
        margin-left:520px;
        position:relative;
    }
.company-body {
    background-color: #fff;
    padding: 4px 32px 32px;
    line-height:1.8;
}
.company-detail .info {
    padding: 5px 0px;
}
.company-header .title h1 {
    font-size: 24px;
    font-weight: bold;
}
.detail .company-name {margin-top:15px; margin-bottom:15px;
}
.desc-line {
    margin: 15px 0 0 0;
}
    .desc-line  {
        font-size: 14px;
        line-height: 16px;
        color: #858585;
        display: block;
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
    }
        .offer {
    padding: 10px 0px;
    line-height: 1.8;
}
.offer-item {
    background-color: #ffe8d1;
    color: #fe8c16;
    border-radius: 2px;
    color: #ff7939;
    margin: 10px 9px 0 0;
    padding: 4px 6px;
}
.footer {
    width: 100%;
    height: 320px;
    background-color: #20232c;
    color: #fff;
}
.footer-left {height:240px;float:left;}
.footer-left .content {
    float: left;
    margin-right: 100px;
}
.footer-left .main-title{
    font-size: 18px;
    color: #fff;
    margin-top: 40px;
    line-height: 1;
}
.footer-left .sub-title {
    font-size: 14px;
    line-height: 1;
    color: #a2a6b2;
    display: block;
    margin-top: 24px;
}
.footer_right {
float:right;
height:240px;
}
    .footer_right .qcode-box {margin-top:40px;    }
.footer_right .qcode {
    width: 150px;
    height: 150px;
}
.footer_right .title {    text-align:center;}
    .layui-laypage .layui-laypage-curr .layui-laypage-em {
        background-color: #e60021;
        color: #fff;
    }

.copyright {
    margin-top: 30px;
    padding: 10px 0;
    border-top: 1px solid rgba(255, 255, 255, .2);
}
.list-pager {
padding:20px 0px;}
.layui-table-page {border:none;
}
.list-right .info {
padding:15px 0px;}
.content-desc .offer {
margin-top:0px;}
.expert-container {
    margin: 0 0 50px 0; background-color:#fff;
}
.expert-list {
}
    .expert-list::after {
    display:block;content:'';clear:both;}

.tb_title {
    background: #f2f6fa;
    color: #2d66a5;
}

.tb_title th{
    height: 44px;
    font-size: 15px;
    line-height: 44px;
    border-bottom: 6px solid #236caf;
    font-weight: normal;
}
.message-title {
 border-bottom:solid 1px #ccc;
 height:50px; 
 line-height:50px; text-align:center;
 font-size:22px;
}
.message-content {
    padding: 30px;
    line-height: 22px;
    background-color: #fff;
    color: #000;
    font-size: 28px;
    font-weight: 300;
    text-align:center;
  
}
.layui-layer-content {
    border-radius: 8px;
}
.Material-container {
}
.Material-container .content-box {background-color:#fff;
}
.expert-content {
}
.expert-content .expert-desc { margin-top:20px ; line-height:28px;}
.expert-content .expert-name {font-size:26px; font-weight:bold; padding:20px 0px;}
.company-container .main-title {
    font-weight: 700;
    font-size: 24px;
    color: #333;
    display: inline-block;
    margin-right: 16px;
    margin-top: 40px;
}
.item-cover {
float:left; width:200px;}
.item-desc {
float:right; width:270px;}
.item-desc .name {font-size:20px; font-weight:700;
    }
    .item-desc .work-place {
    font-weight:bold; font-size:16px;}
.regbtn {
    cursor: pointer;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #dbdfe7;
    width:120px; text-align:center;
    padding:5px ;
}
.loginbtn {
    margin-top: 10px;
    cursor: pointer;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #dbdfe7;
    width: 120px;
    text-align: center;
    padding: 5px;
    background-image: linear-gradient(-90deg,#fd8a31,#f95216);
    position: relative;
    transition: color .1s linear,background-color .1s linear;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border: none;
}
.reg-box {
background-color:#fff;}
.reg-content {
    margin: auto;
    width: 1000px;
    padding: 50px;
}
.reg-content .title {text-align:center; padding:30px; font-weight:700; font-size:24px; 
                     border-bottom:solid 1px #dbdfe7;
                     margin-bottom:30px;
}
.reg-left {
float:left;}
.reg-right {
float:right;}
.reg-content::after {
clear:both; content:''; display:block;

}
.login-form span{ width:120px; display:inline-block;}
.login-form div {margin-top:15px;}
.login-form .submit-btn{
    background-image: linear-gradient(-90deg,#fd8a31,#f95216);
    position: relative;
    transition: color .1s linear,background-color .1s linear;
    border: none;
    color:#fff;
}
.reg-right .info {
    background: rgba(242,243,247,.5);
    border-radius: 8px;
    padding: 16px;
    width:300px;
}
.login-ipt {
    font-size: 14px;
    padding: 10px 12px;
    border: 1px solid #dbdbdb;
}
.err-message {
font-size:24px; font-weight:bold;
color:#e60021;
}
.content-box {
background-color:#fff;min-height:400px;}
.modal-box {
   
background-color:#fff;
}
.modal-content {
    width: 100%;
    border-radius: 12px;
    box-shadow: 0 0 80px 0 rgba(57,60,74,.1);
    position: relative;
    background-color: #fff;
    border: 0;
    padding:20px;
    background-clip: padding-box;
    height:330px; overflow:hidden;
}
.layui-layer-content .form-item {
    height: 40px;
    margin-bottom:20px;
}
.modal-content .form-item .info-input {
    border-color: #dbdfe7;
    border-radius: 6px;
    color: #51576d;
    line-height: 18px;
    padding: 8px 12px;
    font-size: 14px;
    border: 1px solid #e0e0e0;
    border-top-color: rgb(224, 224, 224);
    border-right-color: rgb(224, 224, 224);
    border-bottom-color: rgb(224, 224, 224);
    border-left-color: rgb(224, 224, 224);
    border-radius: 4px;
    color: #333;
    background-color: #fff;
    background-image: none;
    position: relative;
    cursor: text;
    transition: border .1s ease-in-out,background .1s ease-in-out,box-shadow .1s ease-in-out;
}
.modal-content .form-item .label {
    width: 81px;
    height: auto;
    color: #555;
    font-weight: 900;
    float: left;
    line-height: 32px;
    overflow:hidden;
}
.modal-content .layui-layer-btn0 {

}
.modal-title {
    font-size: 20px;
    color: #f95216;
    text-align: center;
    margin-bottom: 8px;
    font-weight: 600;
    position: relative;
}
.modal-content .close {
    top: 10px;
    right: 10px;
    font-size: 22px;
    color: #a2a6b2;
    position: absolute;
    border: none;
    background-color: #fff;
    cursor: pointer;
}
.modal-content .btn {
width:400px;}
.fl {
width:300px;}
.fl .sub-title { float:left; margin-right:15px;}
.title .desc {
 
    color: #e0e0e0;
    display:inline-block;
}
.company-link-box {
 text-align:center;padding:20px;}
.expert-pic img {
width:300px;height:auto;}


@media(max-width:550px) {
 body {font-size:13px;}
.footer {    }
.footer .inner {width:100%;}
}

@media(max-width:1024px) {
    body {
        font-size: 13px;
    }
    .company-container {
        margin: 0px;
    }
    .footer {
        height: auto;
    }

        .footer .inner {
            width: 100%;
        }
.navbox {display:none;}
.logo img {
        width: 50px;
        height: 50px;
}
.header_center {
        display: none;
}
.company-container {padding: 10px;}
.footer {    }
.inner {width: 100%;}
.footer .inner {width: 100%;}
.footer_right {display:none;}
.expert-item {width: 100%; padding:5px; height:auto;}
.expert-item .expert-item-left {
            width: 40%;
            margin-right:0;
        }
.expert-item .expert-item-right {
        width: 60%;
    }
.index-container .card-wrap .hot-card {
        width: 100%;
        padding:10px;
    }
.item-cover {width:40%;}
.item-cover img {
        width: 131px;
        height: 98px;
    }
    .item-desc .name {
        font-size: 15px;
        font-weight: 700;
    }
    .item-desc .offer {
       font-size:13px;
    }
.item-desc {width:60%; padding:0px 10px;}
.expert-item-left img {
        width: 115px;
        height: 130px;
        border-radius: 4px;
    }
.header_right {display:none;}
    .logo {
    width:100%;}
    .logo .images {
    width:10%;}
    .logo .text {
        width: 90%;
        padding: 0px 0 0 0;
        font-size: 15px;
        text-align: center;
    }
.logo .text .name {font-size: 16px;}
.logo .text .desc {font-size: 13px;}
.company-container .main-title {margin-top:10px;}

.footer-left {display:none;}

    .copyright .inner {
    padding:10px;}
    .company-header .album { width:100%;padding:10px;float:none;
    }
    .company-header .detail {
        margin: 0;
        padding: 20px;
    }
    .company-body {
    padding:20px;}
    .picBtnTop {
        width: 100%;
    }
    .layui-layer-content {
       
    }
    .footer {
        margin-bottom: 75px;
    }
    .mobile-footer {margin-top:30px; bottom:0;left:0; background-color:#fff;
    position:fixed; display:block; padding:20px 0px; width:100%;z-index:999;}
    .bottom-nav {
        display: flex;
        justify-content: space-around;
        align-items: center;
    }
        .bottom-nav li a {
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        .bottom-nav li span {
            margin-top: 3px;
        }
        .list-right {
            display: none;
        }
    .index-container .list-left {
    width:100%;}
    .icofont-duotone {
        font-size: 26px;
    }
    .list-item .item-left {width:125px; height:94px;}
    .item-middle {width:60%; margin:0;padding:0px 10px;   }
    .index-container .list-left .list-item {
    padding:10px;margin:0px;}
    .index-container .item-right { float:none; width:100%;    }
    .item-middle::after {
    display:block; content:'';clear:both;}
    .item-right .work-place {
    font-size:16px;}
    .modal-content .btn {
        width: 80%;
    }
}

