﻿/* 新闻公告 */
.about {
    min-height: 600px;
    position: relative;
    padding-bottom: 124px;
}

.about h2 {
    height: 26px;
    line-height: 26px;
    font-size: 18px;
    text-align: center;
    color: #000;
}

.about h2 i {
    width: 37px;
    height: 0;
    border-bottom: 1px solid #000;
    position: relative;
    top: 13px;
    display: inline-block;
    vertical-align: top;
}

.about .t {
    font-size: 18px;
    color: #999;
    text-align: center;
    line-height: 38px;
    height: 38px;
}

.about .t1 {
    text-align: center;
    font-size: 16px;
    line-height: 32px;
}

.about .name {
    line-height: 35px;
    font-size: 14px;
    color: #333;
    text-align: justify;
    text-justify: inter-ideograph;
}

.about .line-bottom-1 {
    border-bottom: 1px solid #e0e0e0;
}

.about .img-div {
    padding-top: 70px;
    text-align: center;
}

.about .img-div img {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
}

.about .cont {
    padding: 57px 75px;
}

.about .cont ul {
    padding-bottom: 50px;
}

.news_note li {
    position: relative;
    height: 74px;
    line-height: 74px;
    color: #666;
    font-size: 14px;
    padding: 0 30px;
}

.news_note a {
    display: block;
    color: #666;
    font-size: 14px;
    position: relative;
    border-bottom: 1px dashed #eee;
    z-index: 1;
}

.news li span {
    float: right;
    color: #999;
    position: absolute;
    top: 0;
    right: 48px;
}

.news li i {
    display: block;
    width: 8px;
    height: 8px;
    background: #1f94e5;
    position: absolute;
    left: 10px;
    top: 18px;
}

.news .page {
    text-align: right;
    padding-top: 50px;
    padding-bottom: 50px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.news .page span,
.news .page a {
    display: inline-block;
    height: 22px;
    line-height: 22px;
    border: 1px solid #dddddd;
    color: #333;
    padding: 0 12px;
}

.news .page .all {
    border-radius: 2px 0 0 2px;
    -webkit-border-radius: 2px 0 0 2px;
    -moz-border-radius: 2px 0 0 2px;
}

.news .page .end {
    border-radius: 0 2px 2px 0;
    -webkit-border-radius: 0 2px 2px 0;
    -moz-border-radius: 0 2px 2px 0;
}

.news .page .on {
    border-color: #2096e9;
    background: #2096e9;
    color: #fff;
}

.news_title {
    border-bottom: 1px solid #eee;
    padding: 0 30px;
}

.news_title > a {
    display: inline-block;
    width: 82px;
    padding: 19px 0;
    text-align: center;
    font-size: 18px;
    color: #000;
    border-bottom: 2px solid #fff;
    cursor: pointer;
    margin-right: 30px;
}

.news_title > a.on {
    border-color: #57a8ff;
}

/* 新闻详情 */
.news_bulletin_conter > h2,
.news_bulletin_conter > span {
    text-align: center;
}

.news_bulletin_conter > h2 {
    padding-bottom: 20px;
    color: #333;
    font-size: 24px;
}

.news_bulletin_conter > span {
    display: block;
    padding-bottom: 70px;
    color: #999;
}

.news_bulletin_conter p {
    color: #666;
    line-height: 34px;
    text-indent: 2em;
}

.news_bulletin_conter h3 {
    font-size: 14px;
    color: #666;
    line-height: 34px;
}

.deatils {
    color: #333;
    line-height: 30px;
}

.deatils .title {
    line-height: 44px;
    font-size: 24px;
    color: #333;
    text-align: center;
    font-weight: bold;
}

.deatils .time {
    color: #999;
    text-align: center;
    font-size: 14px;
    padding-bottom: 60px;
}

/* 公司简介 */
.firm_introduction > h3,
.firm_introduction > h4 {
    color: #000;
    font-size: 20px;
}

.firm_introduction > h3 {
    padding-top: 80px;
}

.firm_introduction > p {
    line-height: 32px;
}

.firm_introduction > p > img {
    display: block;
    margin: 0 auto;
}

.firm_table tr td:first-child {
    vertical-align: top;
    background: url(/static/home/img/vertical_line.jpg) repeat-y right;
}

.firm_table tr td.ve_top {
    padding-bottom: 50px;
    vertical-align: top;
}

.firm_table h3 {
    font-size: 32px;
    color: #000;
    padding-bottom: 50px;
}

.firm_table p {
    padding-left: 62px;
    line-height: 35px;
    background: url(/static/home/img/pic_dian.jpg) no-repeat 44px center;
}

/* 公司资质 */
.firm_certificate > h4 {
    color: #000;
    font-size: 20px;
}

.certificate_list > li {
    float: left;
    width: 30%;
    text-align: center;
    margin-right: 3%;
}

.certificate_list > li > p {
    width: 100%;
    height: 214px;
    line-height: 214px;
    border: 1px solid #d7d7d7;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.certificate_list img {
    vertical-align: middle;
}

.certificate_list > li > span {
    display: block;
    padding: 35px 0;
    color: #666;
}

.certificate_list > li.on {
    margin: 0 4%;
}

/* 联系我们 */
.contact_we_list > li > span,
.contact_we_list > li > em {
    display: block;
    float: left;
    padding: 10px 0;
}

.contact_we_list > li > em {
    margin-top: 2px;
}

.contact_we_list > li > span {
    font-size: 16px;
    color: #666;
}

.contact_we_list > li > span.on {
    visibility: hidden;
}

.contact_we_list > li > em > img {
    margin-left: 20px;
    padding-top: 5px;
}

.contact_we > h3,
.contact_we > h4 {
    color: #000;
    font-size: 20px;
}

.map {
    background: #eff1f3;
    margin-bottom: 50px;
}

.map > img {
    display: block;
    width: 100%;
    height: auto;
}

/* 企业文化 */
.enterprise_culture > h3,
.enterprise_culture > h4 {
    font-size: 20px;
    color: #000;
}

.ente_list > li {
    width: 20%;
    height: 200px;
    line-height: 200px;
    text-align: center;
    margin: 0 2.5%;
    float: left;
    background: url(/static/home/img/lan_box.png) no-repeat center center;
    background-size: 100% 100%;
}

.enterprise_list > li:last-child {
    margin-right: 0;
}

.enterprise_img img {
    width: 90%;
    padding: 5%;
    border: 1px dashed #d4d4d4;
    margin-bottom: 20px;
}

.enterprise_left,
.enterprise_right {
    width: 49%;
}

.enterprise_left {
    text-align: right;
}

.enterprise_left > p {
    margin-right: 20px;
}

.enterprise_right {
    text-align: left;
}

.enterprise_bottom {
    width: 100%;
}

/* 加入我们 */
.join_we > h4 {
    padding-bottom: 36px;
    border-bottom: 1px solid #e0e0e0;
    font-size: 20px;
    color: #000;
    padding-left: 12px;
    margin-bottom: 20px;
}

.join_we > p {
    line-height: 20px;
    color: #666;
}

.join_we > h3 {
    padding: 36px;
    background: url(/static/home/img/pic_dian02.png) no-repeat 7px center;
}

.join_we > span {
    line-height: 20px;
    color: #333;
    font-size: 16px;
}

.join_we > span > a {
    color: #418bca;
}

.join_we dl {
    padding: 0 36px 10px;
}

.join_we dl dt {
    height: 46px;
    line-height: 46px;
    border-bottom: 1px dotted #999999;
    color: #000;
    padding: 0 27px;
    background: url(/static/home/img/guidelines.jpg) no-repeat 3px center;
    font-size: 14px;
    position: relative;
    cursor: pointer;
}

.join_we dl dt i {
    width: 13px;
    height: 7px;
    background: url(/static/home/img/dow_sanjiao.png) no-repeat;
    position: absolute;
    top: 20px;
    right: 11px;
}

.join_we dl dt .up {
    background: url(/static/home/img/up_sanjiao.png) no-repeat;
}

.join_we dl dt .time {
    width: 106px;
    float: right;
    color: #7c83a0;
}

.join_we dl dt .num {
    width: 75px;
    float: right;
}

.join_we dl dt .tit {
    width: 465px;
    float: left;
}

.join_we dl dd {
    padding: 15px 25px;
    background: #f8f8fb;
    display: none;
}

.join_we dl dd h4 {
    color: #333;
    font-size: 12px;
    line-height: 34px;
    height: 34px;
}

.join_we dl dd li {
    color: #7c83a0;
    line-height: 30px;
}

@media (max-width: 1200px) {
    .join_we dl {
        padding: 0;
    }

    .join_we dl dt .num {
        width: 64px;
    }
}

.news_img {
    text-align: center;
}

.news_img img {
    max-width: 100%;
}

.c_ff0000 {
    color: #ff0000;
}

.c_0498ff {
    color: #0498ff;
}

.b_0498ff {
    color: #fff;
    background: #0498ff;
}

.l_red {
    color: #0498ff;
    padding-left: 16px;
    border-left: 6px solid red;
}

.certificate_list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.certificate_list li {
    width: 30%;
}

.hq_yzm {
    width: 36%;
    text-align: center;
    border: 1px solid #dcdfe6;
    box-sizing: border-box;
    border-radius: 5px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 4%;
}

.textem {
    text-indent: 2em;
}

@media (max-width: 1000px) {
    .news_note a {
        width: 60%;
        overflow: hidden;
        white-space:nowrap;
        text-overflow: ellipsis;
    }
    .news li span{
        right: 10px;
    }
    .news_title{
        padding: 0 10px;
    }
    .news_note li{
        padding: 0 10px;
    }
    .certificate_list > li{
        margin-right: 5%;
    }
    .certificate_list > li:nth-child(3n){
        margin-right: 0;
    }


}

@media (max-width: 700px) {
    .certificate_list > li{
        margin-right: 5%;
        width: 47%;
    }
    .certificate_list > li:nth-child(3n){
        margin-right: 5%;
    }
    .certificate_list > li:nth-child(2n){
        margin-right: 0;
    }
    .ente_list > li{
        width: 45%;
    }





}