/*
 * 单页栏目模板合并样式
 * 1. 公共样式
 * 2. 关于我们模块
 * 3. 客户案例模块
 * 4. 客户服务模块
 * 5. 招贤纳仕模块
 */

/*
 * 1. 公共样式
 */

.channel-landing-banner {
    position: relative;
}

.channel-landing-banner__image,
.channel-landing-banner__fallback {
    width: 100%;
}

.channel-landing-banner__fallback {
    min-height: 260px;
    background: linear-gradient(135deg, #3d4f63 0%, #607890 100%);
}

.channel-landing-subnav {
    position: absolute;
    top: -21px;
    left: 0;
    width: 100%;
    padding: 5px;
    border-radius: 2px;
    background: #383838;
}

.channel-landing-subnav__list {
    display: block !important;
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}

.channel-landing-subnav__list li {
    float: left;
    width: 20%;
    padding: 5px;
    color: #fff;
    text-align: center;
}

.channel-landing-subnav__list a {
    display: inline-block;
    color: #fff;
}

.channel-landing-subnav__list a:hover,
.channel-landing-subnav__list a:focus {
    text-decoration: none;
    outline: none;
    box-shadow: none;
    -webkit-tap-highlight-color: transparent;
}

.channel-landing-subnav__list li.active a,
.channel-landing-subnav__list li.selected a,
.channel-landing-subnav__list li.active > a,
.channel-landing-subnav__list li.selected > a {
    color: #f9aa11;
    border-bottom: 2px solid #f9aa11;
}

.channel-landing-subnav-spacer {
    height: 24px;
}

.channel-landing-subnav .channel-landing-subnav__list {
    width: 100%;
}

.channel-landing-subnav .channel-landing-subnav__list:before,
.channel-landing-subnav .channel-landing-subnav__list:after {
    display: table;
    content: " ";
}

.channel-landing-subnav .channel-landing-subnav__list:after {
    clear: both;
}

.channel-landing---current {
    padding-top: 46px;
}

.channel-landing-__header {
  width: 285px;
  height: 68px;
  margin: 40px auto;
  position: relative;
  text-align: center;
  border-left: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
}

.channel-landing-__header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 28px;
  height: 1px;
  background: #cfcfcf;
}

.channel-landing-__header::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 28px;
  height: 1px;
  background: #cfcfcf;
}

.channel-landing-__title {
    margin: 0;
    font-size: 28px;
    line-height: 1.4;
    color: #333;
    position: relative;
    top: -12px;
}

.channel-landing-__subtitle {
  position: relative;
  top: -16px;
  font-size: 30px;
  font-weight: 400;
  color: #222;
  line-height: 1;
  background: #fff;
  display: inline-block;
  padding: 0 14px;
  letter-spacing: 2px;
}

.channel-landing-content {
  margin-top: -6px;
  font-size: 14px;
  color: #666;
  line-height: 1;
  font-family: Arial, sans-serif;
  letter-spacing: 0.5px;
}

.channel-landing-content h1,
.channel-landing-content h2,
.channel-landing-content h3,
.channel-landing-content h4,
.channel-landing-content h5,
.channel-landing-content h6 {
    margin-top: 1.3em;
    margin-bottom: 0.7em;
    line-height: 1.5;
    color: #333;
}

.channel-landing-content h1:first-child,
.channel-landing-content h2:first-child,
.channel-landing-content h3:first-child,
.channel-landing-content h4:first-child,
.channel-landing-content h5:first-child,
.channel-landing-content h6:first-child,
.channel-landing-content p:first-child {
    margin-top: 0;
}

.channel-landing-content p {
    margin-bottom: 16px;
}

.channel-landing-content ul,
.channel-landing-content ol {
    margin-bottom: 16px;
    padding-left: 24px;
}

.channel-landing-content li {
    margin-bottom: 8px;
}

.channel-landing-content img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto 24px;
}

.channel-landing-content table {
    width: 100% !important;
    margin-bottom: 16px;
    border-collapse: collapse;
}

.channel-landing-content table th,
.channel-landing-content table td {
    padding: 12px;
    border: 1px solid #e5e5e5;
}

.channel-landing-content blockquote {
    margin: 0 0 16px;
    padding: 12px 18px;
    color: #666;
    border-left: 4px solid #f9aa11;
    background: #faf7ef;
}

.channel-landing---image-mode {
    padding: 0;
}

@media (max-width: 768px) {
    /* .channel-landing- {
        padding: 36px 0 12px;
    } */

    .channel-landing---current {
        padding-top: 28px;
    }

    .channel-landing-subnav {
        padding: 8px;
    }

    .channel-landing-subnav__list li {
        width: 20%;
    }

    .channel-landing-__title {
        font-size: 24px;
    }

    .channel-landing-content {
        font-size: 14px;
    }
}

/*
 * 2. 关于我们模块
 */
.jq-block {
    padding: 80px 0;
}

.jq-introduction img {
    margin-bottom: 30px;
}

.jq-introduction p {
    line-height: 25px;
    text-indent: 30px;
    color: #777;
}

.jq-certificate {
    background-color: #fafafa;
}

.jq-contact .jq-contact-wrap {
    position: relative;
    margin-top: 100px;
    margin-bottom: 30px;
    padding: 20px;
    background-color: #f7f7f7;
}

.jq-contact .jq-contact-wrap .block-title {
    position: absolute;
    top: -70px;
    left: 0;
    right: 0;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    padding: 10px;
    text-align: center;
    border-radius: 100%;
    background: #f7f7f7;
}

.jq-contact .jq-contact-wrap .block-title .block-title-t {
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin: 0 auto;
    border: 1px dashed #f9aa11;
    border-radius: 100%;
    background: #f7f7f7;
}

.jq-contact .jq-contact-wrap .block-title .block-title-t .block-title-span {
    display: block;
    width: 70px;
    height: 70px;
    margin: 4px auto 0;
    padding: 10px;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    border-radius: 100%;
    background: #f9aa11;
}

.jq-contact .jq-contact-wrap hr {
    margin-top: 30px;
}

.jq-contact ul {
    position: relative;
}

.jq-contact ul li {
    margin: 16px 0;
    padding-left: 25px;
    color: #777;
}

.jq-contact ul:after {
    position: absolute;
    top: 0;
    width: 19px;
    height: 161px;
    content: "";
    background: url(/images/icons.png) no-repeat;
}

.flex-images {
    margin-top: 60px;
}

@media (max-width: 768px) {
    .jq-introduction p {
        text-indent: 30px;
    }
}

/*
 * 3. 客户案例模块
 */

.channel-landing-case-section__title h4 {
    position: relative;
    font-size: 28px;
    text-align: center;
}

.channel-landing-case-section__title h4:after {
    position: absolute;
    top: 15px;
    height: 1px;
    margin-left: 20px;
    content: "";
    background-color: #dbdbdb;
}

.channel-landing-case-list {
    width: 100%;
    margin-bottom: 0;
}

.channel-landing-case-list .channel-landing-case-list__item {
    float: left;
    width: 32%;
    min-height: 103px;
    padding: 20px;
}

.channel-landing-case-list .channel-landing-case-list__item img {
    width: 100%;
    border: 1px solid #eee;
}

.channel-landing-case-list .channel-landing-case-list__item:first-child {
    border-top: 0 dashed #dbdbdb;
    border-left: 0 dashed #dbdbdb;
}

.channel-landing-case-list:last-child li {
    border-bottom: 0 dashed #dbdbdb;
}

@media (max-width: 768px) {
    .channel-landing-case-list .channel-landing-case-list__item {
        width: 100% !important;
        min-height: auto !important;
        padding: 5px;
        border: 1px dashed #dbdbdb !important;
        border-bottom: 0 dashed #dbdbdb !important;
    }

    .channel-landing-case-list .channel-landing-case-list__item:last-child {
        border-bottom: 1px dashed #dbdbdb !important;
    }
}

/*
 * 4. 客户服务模块
 */

#nav-customer li {
    width: 20%;
}

.jq-customer ul,
.jq-download .row {
    margin-top: 50px;
}

.jq-customer ul li {
    margin-bottom: 40px;
}

.jq-customer ul li p {
    margin-left: 35px;
}

.jq-customer ul li p:first-child {
    position: relative;
    color: #f9aa11;
}

.jq-customer ul li p:first-child:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    margin-left: -25px;
    padding: 2px;
    line-height: 15px;
    content: "问";
    text-align: center;
    color: #fff;
    border-radius: 5px;
    background-color: #f9aa11;
}

.jq-customer ul li p:last-child {
    position: relative;
    color: #777;
}

.jq-customer ul li p:last-child:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    margin-left: -25px;
    padding: 2px;
    line-height: 15px;
    content: "答";
    text-align: center;
    color: #fff;
    border-radius: 5px;
    background-color: #999;
}

/*
 * 5. 招贤纳仕模块
 */

.recruit-wrap {
    padding: 80px 0;
}

.recruit-wrap .recruit-pr {
    padding-right: 0;
}

.recruit-wrap .recruit-pl {
    padding-left: 0;
}

.recruit-wrap .left-block .img-recruit_1 {
    width: 300px;
    margin-bottom: -8px;
    margin-left: -50px;
}

.recruit-wrap .left-block h4:before,
.recruit-wrap .right-block h4:before {
    position: absolute;
    width: 60px;
    content: "";
    border-radius: 100%;
    background-color: #e47b04;
}

.recruit-wrap .left-block .left-block-wrap {
    padding-top: 79px;
    padding-left: 60px;
    border-left: 5px solid #e47b04;
    border-bottom: 5px solid #e47b04;
}

.recruit-wrap .left-block h4:before {
    left: -93px;
    height: 60px;
}

.recruit-wrap .right-block {
    padding: 31px 40px 0;
    border-top: 5px solid #e47b04;
    border-left: 5px solid #e47b04;
}

.recruit-wrap .right-block .img-recruit_2 {
    height: 40px;
    margin-top: -80px;
}

.recruit-wrap .right-block .img-recruit_3 {
    margin-top: -70px;
}

.recruit-wrap .right-block h4:before {
    left: -73px;
    height: 60px;
}

.recruit-wrap .recruit-position h4 {
    position: relative;
    font-weight: 700;
    color: #f9aa11;
}

.recruit-wrap .recruit-position p {
    font-weight: 700;
    color: #777;
}

.recruit-wrap .recruit-position ul {
    margin-bottom: 20px;
    padding-left: 20px;
    color: #777;
}

.recruit-wrap .recruit-position ul li {
    font-size: 14px;
    line-height: 25px;
    list-style: disc;
}

.recruit-wrap .recruit-position ul li p {
    margin: 0;
    font-weight: normal;
}

.recruit-mail-tip {
    margin: 32px 0 0;
    font-size: 15px;
    line-height: 1.9;
    color: #666;
}

.recruit-mail-tip a {
    color: #f9aa11;
}

@media (max-width: 1201px) {
    .recruit-wrap .left-block .left-block-wrap {
        padding-top: 164px;
    }
}

@media (max-width: 767px) {
    .recruit-wrap {
        padding: 0 !important;
    }

    .left-block .left-block-wrap {
        padding: 15px !important;
        border: none !important;
    }

    .right-block {
        padding: 15px !important;
        border: none !important;
    }

    .recruit-wrap .recruit-pl {
        padding-left: 15px !important;
    }
}
