@charset "utf-8";

/*频道*/
.channel {
    width: 100%;
    min-width: 1200px;
    margin-top: 10px;
}

.channel table {
    width: 1198px;
    border-collapse: collapse;
    border-spacing: 0;
    box-shadow: 0 0 15px #ddd;
}

.channel table tr td {
    border: 1px solid #f3f3f3;
}

.channel table tr td.td1 {
    width: 120px;
    text-align: center;
}

.channel table tr td.td2 {
    overflow: hidden;
}

.channel-box {
    height: 28px;
    margin: 10px;
    overflow: hidden;
}

.channel-box .channel-content {
    width: 980px;
    float: left;
}

.channel-box .channel-content a {
    display: inline-block;
    padding: 0 10px;
    height: 26px;
    line-height: 26px;
    border: 1px solid #fff;
    color: #333;
    font-size: 14px;
    border-radius: 2px;
}

.channel-box .channel-content a.current {
    border: 1px solid #ee3340;
    color: #ee3340;
}

.channel-box .channel-more {
    width: 60px;
    float: right;
    background: url("../images/more.png") no-repeat right center;
    color: #666;
    font-size: 14px;
    text-align: center;
}


/*主体*/
.company-bg {
    box-shadow: 0 0 15px #ddd;
}

.company-main {
    width: 100%;
    min-width: 1200px;
    margin-top: 10px;
}

.company-list {
    width: 100%;
}

.company-list ul {
    clear: both;
    overflow: hidden;
}

.company-list ul li {
    width: 580px;
    height: 90px;
    position: relative;
    margin: 5px;
    padding: 5px;
    float: left;

    background: #fff;
    overflow: hidden;
}

.company-list ul li:hover {
    background: #ee3340;
    color: #fff;
}

.company-list ul li .company-list-img {
    width: 90px;
    float: left;
    overflow: hidden;
}

.company-list ul li .company-list-img img {
    width: 90px;
    height: 90px;
    vertical-align: middle;
    -webkit-transition: All 0.3s linear;
    -moz-transition: All 0.3s linear;
    -o-transition: All 0.3s linear;
    transition: All 0.3s linear;
}

.company-list ul li .company-list-img img:hover {
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
}

.company-list ul li .company-list-txt {
    width: 470px;
    float: right;
}

.company-list ul li .company-list-txt .company-list-name {
    line-height: 36px;
    height: 36px;
    font-size: 16px;
}

.company-list ul li .company-list-txt .company-list-name a {
    display: block;
    font-size: 16px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.company-list ul li:hover .company-list-txt .company-list-name a {
    color: #fff;
}

.company-list ul li .company-list-txt .company-list-brief {
    height: 48px;
    line-height: 24px;
    margin-top: 5px;
    font-size: 14px;
    color: #666;
    overflow: hidden;
}

.company-list ul li:hover .company-list-txt .company-list-brief {
    color: #fff;
}

.company-list ul li .company-list-txt .category {
    width: 120px;
    height: 28px;
    line-height: 28px;
    margin-top: 5px;
    font-size: 14px;
    color: #999;
}

.company-list ul li:hover .company-list-txt .category {
    color: #fff;
}

/*company-detail*/
.company-header {
    width: 100%;
    min-width: 1200px;
    margin-top: 10px;
}

.company-header-box {
    clear: both;
    overflow: hidden;
    box-shadow: 0 0 15px #ddd;
}

.company-header-box .company-header-pic {
    width: 200px;
    height: 200px;
    float: left;
    margin-top: 25px;
    margin-left: 15px;
}

.company-header-box .company-header-pic img {
    width: 200px;
    height: 200px;
    vertical-align: center;
}

.company-header-box .company-header-txt {
    width: 960px;
    height: 265px;
    padding: 10px;
    float: right;
    position: relative;
}

.company-header-box .company-header-txt h1 {
    width: 100%;
    height: 28px;
    line-height: 28px;
    font-size: 20px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
}
.company-header-box .company-header-txt .tel-container{
    display: block;
    width: 100%;
    height: 54px;
}
.company-header-box .company-header-txt .tel {
    width: 95px;
    display: block;
    padding-left: 10px  ;
    float: left;
    height: 48px;
    line-height: 48px;
    border: 1px solid #ee3340;
    background: #FFE5CA;
    color: #ee3340;
    font-size: 18px;
    border-radius: 5px;
}

.company-header-box .company-header-txt  i {
    margin-left: 8px;
    margin-top: -6px;
    width: 120px;
    height: 58px;
    display: block;
    float: left;
    background: url(../images/tel_me.png) no-repeat center;
    background-size: 120px 57px;
    vertical-align: middle;
}

.company-header-box .company-header-txt .tel span {
    display: block;
    margin-top: -2px;
    vertical-align: middle;

}

.company-header-box .company-header-txt .company-header-company {
    width: 100%;
    margin-top: 10px;
}

.company-header-box .company-header-txt .company-header-company p {
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #666;
    margin-bottom: 0px;
}

.company-header-box .company-header-txt .company-group {
    padding: 5px 10px;
    border-radius: 5px;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 14px;
    background: #ee3340;
    color: #fff;
}

.company-header-box .company-header-txt .chat {
    position: absolute;
    bottom: 40px;
    right: 40px;
    font-size: 14px;
}

.company-header-box .company-header-txt .chat img {
    width: 28px;
    height: 28px;
    vertical-align: middle;
}


.company-detail {
    width: 100%;
    min-width: 1200px;
    margin-top: 10px;
}

.company-left {
    width: 850px;
    line-height: 150%;
    padding: 10px;
    float: left;
    font-size: 14px;
    color: #333;
    box-shadow: 0 0 15px #ddd;
}

.company-desc {
    line-height: 150%;
    font-size: 16px;
    color: #333;
}

/*company-right*/
.company-right {
    width: 320px;
    float: right;
    box-shadow: 0 0 15px #ddd;
}

.company-right-box {
    padding: 10px;
}

.company-right-box .hd {
    height: 38px;
    line-height: 38px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 16px;
    color: #ee3340;
}

.company-right-box .hd span {
    font-weight: bold;
    color: #ee3340;
}

.company-right-box .bd {
    width: 100%;
    margin-top: 5px;
}

.company-right-box .bd ul {
    width: 100%;
}

.company-right-box .bd ul li {
    width: 100%;
    height: 32px;
    line-height: 32px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
}

.company-right-box .bd ul li b {
    color: #ee3340;
    font-weight: bold;
    margin-right: 5px;
}

.company-right-box .bd ul li a {
    color: #666;
}

.company-right-box .bd ul li a:hover {
    color: #ee3340;
}


.c-p-title {
    font-size:20px  ;
    text-align: center;
}

.c-p-container {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
    box-shadow: 2px 2px 30px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 5px;
}
.company-pic {
    text-align: center;
}

.c-p-desc {
    margin-top: 10px;
    margin-bottom: 10px;
}

.company-header-desc {
    display: block;
    float: left;
    width: 450px;
    padding-right: 15px;
}
.company-header-intro {
    display: block;
    float: left;
    width: 450px;
    padding-left: 15px;
    padding-right: 20px;
}
.company-intro-textarea{
    padding-top: 6px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 6px;
    line-height:18px;
    width: 413px;
    height: 168px;
    border: none;
}
/*.company-intro-p{*/
/*    position:relative;*/
/*    line-height:18px;*/
/*    overflow:hidden;*/
/*    text-overflow:ellipsis;*/
/*    display:-webkit-box;*/
/*    -webkit-line-clamp:9;*/
/*    -webkit-box-orient:vertical;*/
/*}*/
/*.company-intro-p::after{*/
/*    content:"...";*/
/*    font-weight:bold;*/
/*    position:absolute;*/
/*    bottom:0;*/
/*    right:0;*/
/*    padding:0 -20px 1px 45px;*/
/*}*/


