/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
 
  .closetomkContainer .section5 .swleftBtn {
    left: -50px;
  }
  .closetomkContainer .section5 .swrightBtn {
    right: -50px;
  }
  .closetomkContainer .section6 {
    height: 600px;
    background: #f6f7f7;
  }
  .closetomkContainer .section6 .imgBox {
    padding-top: 50px;
    float: left;
    width: 50%;
  }
  .closetomkContainer .section6 .imgBox img {
    width: 100%;
  }
  .closetomkContainer .section6 .leftBox {
    float: left;
    width: 50%;
    padding-top: 150px;
    padding-left: 50px;
  }
  .closetomkContainer .section6 .leftBox p {
    color: #999;
    line-height: 30px;
  }
  .closetomkContainer .section6 .leftBox button {
    margin-top: 50px;
  }
  .introduceContainer .banner {
    height: 380px;
    background: url('/public/img/closetomk/bg_gsjj.png') center no-repeat;
    background-size: cover;
  }
  .introduceContainer .section1 {
    padding: 50px 0;
  }
  .introduceContainer .section1 .leftBox {
    float: left;
    width: 50%;
  }
  .introduceContainer .section1 .leftBox h2 {
    margin-bottom: 50px;
  }
  .introduceContainer .section1 .leftBox p {
    line-height: 30px;
    color: #666;
    margin-bottom: 20px;
  }
  .introduceContainer .section1 .leftBox p::first-letter {
    margin-left: 30px;
  }
  .introduceContainer .section1 .rightBox {
    float: left;
    width: 50%;
    padding: 20px 50px;
  }
  .introduceContainer .section1 .rightBox video {
    width: 100%;
  }
  .introduceContainer .section2 {
    height: 450px;
    background: url('/public/img/closetomk/bg_sunshine100.png') center no-repeat;
    background-size: cover;
  }
  .introduceContainer .section3 {
    padding: 100px 0;
  }
  .introduceContainer .section3 .imgBox {
    float: left;
    width: 33.33%;
    text-align: center;
    border-right: 2px dashed #c7e4be;
  }
  .introduceContainer .section3 .imgBox:last-child {
    border: none;
  }
  .introduceContainer .section4 {
    height: 450px;
    background: url('/public/img/closetomk/bg_zjmk_zhihuichanye.png') center no-repeat;
    background-size: cover;
    padding: 100px 0;
    text-align: center;
  }
  .introduceContainer .section4 h1 {
    margin-bottom: 50px;
  }
  .introduceContainer .section4 p {
    font-size: 16px;
    color: #666;
  }
  .introduceContainer .section5 {
    height: 450px;
    background: url('/public/img/closetomk/bg_zjmk_fengongsi.png') center no-repeat;
    background-size: cover;
    padding: 50px 0;
    text-align: center;
  }
  .introduceContainer .section5 h1 {
    margin: 0;
  }
  .introduceContainer .section5 h2 {
    color: #999;
    font-size: 12px;
    margin-bottom: 50px;
    margin-top: 10px;
  }
  .introduceContainer .section5 .companyList > div {
    float: left;
    width: 25%;
    text-align: left;
  }
  .introduceContainer .section5 .companyList li {
    list-style: none;
    margin: 10px 0;
    color: #666;
  }
  .introduceContainer .section5 .companyList li img {
    margin-right: 7px;
  }
  .developContainer {
    padding: 50px 0;
  }
  .developContainer .developRoad {
    position: relative;
    height: 600px;
    overflow: hidden;
    padding-bottom: 150px;
  }
  .developContainer .developRoad h1 {
    text-align: center;
  }
  .developContainer .developRoad .maskBox {
    position: absolute;
    height: 150px;
    bottom: 0;
    left: 0;
    width: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(#fff), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0.3));
    text-align: center;
    padding-top: 100px;
  }
  .developContainer .developRoad .maskBox .openAll {
    padding: 10px 30px;
    background: #333;
    color: #eee;
  }
  .developContainer .developRoad .maskBox .openAll:hover {
    background: #666;
  }
  .developContainer .developList {
    margin-top: 50px;
  }
  .developContainer .developList li {
    list-style: none;
  }
  .developContainer .developList li .time {
    font-weight: bold;
    font-size: 18px;
  }
  .developContainer .developList li .content {
    margin-top: 10px;
    line-height: 22px;
  }
  .developContainer .developList li .contentBox {
    position: relative;
    padding: 0 30px;
  }
  .developContainer .developList li .greenPoint {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #53983E;
    -webkit-box-shadow: 0 0 5px #2b5020;
    box-shadow: 0 0 5px #2b5020;
    top: 5px;
  }
  .developContainer .developList li.right {
    padding-left: 50%;
    margin-left: -2px;
  }
  .developContainer .developList li.right .contentBox {
    border-left: 2px dashed #ddd;
  }
  .developContainer .developList li.right .greenPoint {
    left: -6px;
  }
  .developContainer .developList li.left {
    padding-right: 50%;
    text-align: right;
  }
  .developContainer .developList li.left .contentBox {
    border-right: 2px dashed #ddd;
  }
  .developContainer .developList li.left .greenPoint {
    right: -6px;
  }
  .developContainer .honorSection {
    margin-top: -50px;
    background: #F6F7F7;
    padding: 20px 0;
  }
  .developContainer .honorSection h1 {
    text-align: center;
    margin-bottom: 20px;
  }
  .developContainer .honorSection .swiperContainer {
    position: relative;
  }
  .developContainer .honorSection .swiperContainer .imgBox {
    text-align: center;
  }
  .developContainer .honorSection .swiperContainer .imgBox img {
    height: 100%;
  }
  .developContainer .honorSection .swiperContainer .swiperBtn {
    position: absolute;
    top: 100px;
    width: 50px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    color: #aaa;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    z-index: 33;
  }
  .developContainer .honorSection .swiperContainer .swiperBtn i {
    font-size: 30px;
  }
  .developContainer .honorSection .swiperContainer .swiperBtn:hover {
    color: #666;
    background: #eee;
  }
  .developContainer .honorSection .swiperContainer .swiperBtn:active {
    color: #333;
    border-color: #666;
  }
  .developContainer .honorSection .swiperContainer .swleftBtn {
    left: 10px;
  }
  .developContainer .honorSection .swiperContainer .swrightBtn {
    right: 10px;
  }
  .developContainer .honorSection .honorList {
    width: 100%;
    height: 180px;
    white-space: nowrap;
    overflow-x: scroll;
    background-color: #fff;
    padding: 10px 0px;
    margin-top: 20px;
  }
  .developContainer .honorSection .honorList::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    background-color: #F5F5F5;
  }
  .developContainer .honorSection .honorList::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #F5F5F5;
  }
  .developContainer .honorSection .honorList::-webkit-scrollbar-thumb {
    border-radius: 6px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #999;
  }

  .developContainer .honorSection .honorList ul {
    list-style: none;
    height: 100%;
  }
  .developContainer .honorSection .honorList li {
    position: relative;
    display: inline-block;
    height: 100%;
    margin: 0 10px;
    cursor: pointer;
  }
  .developContainer .honorSection .honorList li img {
    height: 100%;
  }
  .developContainer .honorSection .honorList li .maskBox {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, 0.5);
  }
  .developContainer .honorSection .honorList li:hover .maskBox,
  .developContainer .honorSection .honorList li.active .maskBox {
    background: transparent;
  }
  .cultureContainer .section1 {
    padding: 40px 0 100px;
    background-color: #f5f5f5;
  }
  .cultureContainer .section1 .sectionHeader {
    position: relative;
    text-align: center;
    height: 150px;
    line-height: 100px;
  }
  .cultureContainer .section1 h1 {
    position: relative;
    z-index: 2;
    margin: 0;
  }
  .cultureContainer .section1 h2 {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    font-size: 60px;
    z-index: 1;
    color: #ddd;
  }
  .cultureContainer .section1 .cultureBox {
    float: left;
    padding: 0 20px;
    width: 25%;
  }
  .cultureContainer .section1 .cultureBox .contentBox {
    background: #fff;
    height: 440px;
    border: 1px solid #ddd;
  }
  .cultureContainer .section1 .cultureBox .contentBox img {
    width: 100%;
  }
  .cultureContainer .section1 .cultureBox .contentBox h3 {
    padding: 10px 20px;
  }
  .cultureContainer .section1 .cultureBox .contentBox p {
    padding: 0 20px;
    line-height: 25px;
    color: #888;
  }
  .cultureContainer .section2 {
    background: url('/public/img/closetomk/bg_zjmk_qikan.png') center no-repeat;
    background-size: cover;
    padding: 50px 0;
  }
  .cultureContainer .section2 .imgBox {
    float: left;
    width: 25%;
  }
  .cultureContainer .section2 .textBox {
    float: left;
    width: 75%;
  }
  .cultureContainer .section2 .textBox h2 {
    margin: 70px 0 30px;
  }
  .cultureContainer .section2 .textBox button {
    margin: 30px 0;
    background: #333;
    color: #fff;
    padding: 8px 20px;
  }
  .cultureContainer .section2 .textBox button:hover {
    background: #666;
  }
  .cultureContainer .section3 {
    padding: 50px 30px;
  }
  .cultureContainer .section3 .slideBox {
    position: relative;
    height: 250px;
  }
  .cultureContainer .section3 .slideBox .imgBox {
    height: 250px;
    text-align: center;
  }
  .cultureContainer .section3 .slideBox .imgBox img {
    height: 100%;
  }
  .cultureContainer .section3 .swiperBtn {
    position: absolute;
    top: 70px;
    width: 30px;
    height: 30px;
    border: 1px solid #aaa;
    line-height: 28px;
    text-align: center;
    color: #aaa;
    border-radius: 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
  }
  .cultureContainer .section3 .swiperBtn:hover {
    color: #666;
  }
  .cultureContainer .section3 .swiperBtn:active {
    color: #333;
    border-color: #666;
  }
  .cultureContainer .section3 .swleftBtn {
    left: -50px;
  }
  .cultureContainer .section3 .swrightBtn {
    right: -50px;
  }
  .globalmarketContainer .section1,
  .globalmarketContainer .section2 {
    height: 800px;
    padding: 50px 0;
  }
  .globalmarketContainer .section2 {
    background: #F6F7F7;
  }
  .globalmarketContainer .section2 .textBox p {
    line-height: 30px;
    color: #666;
  }
  .globalmarketContainer .imgBox {
    float: left;
    width: 60%;
  }
  .globalmarketContainer .imgBox img {
    width: 100%;
  }
  .globalmarketContainer .textBox {
    padding-top: 200px;
  }
  .globalmarketContainer .textBox h1 {
    font-size: 20px;
    margin: 0;
  }
  .globalmarketContainer .textBox h2 {
    font-size: 16px;
    color: #999;
    margin: 10px 0 50px;
  }
  .globalmarketContainer .textBox .textItem {
    margin: 20px 0;
  }
  .globalmarketContainer .textBox .textItem img {
    position: relative;
    top: 5px;
  }
  .globalmarketContainer .textBox .textPlace {
    display: inline-block;
    width: 100px;
    margin-left: 10px;
  }
  .globalmarketContainer .textBox .textNum {
    font-size: 24px;
    color: #ED8618;
    font-weight: bold;
    display: inline-block;
    margin: 0 5px;
  }
  .newslistContainer {
    padding: 50px 0;
  }
  .newslistContainer .newsBanner {
    height: 330px;
    background-color: #f5f5f5;
  }
  .newslistContainer .newsBanner .imgBox {
    float: left;
    position: relative;
    width: 40%;
    height: 100%;
  }
  .newslistContainer .newsBanner .imgBox img {
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .newslistContainer .newsBanner .textBox {
    float: right;
    width: 60%;
    padding: 30px 60px;
  }
  .newslistContainer .newsBanner .textBox h3 {
    font-size: 20px;
    margin-bottom: 10px;
    color: #333;
  }
  .newslistContainer .newsBanner .textBox h3:hover {
    color: #1F7419;
  }
  .newslistContainer .newsBanner .textBox .timeBox {
    color: #999;
  }
  .newslistContainer .newsBanner .textBox .content {
    margin-top: 30px;
    line-height: 25px;
    height: 200px;
    overflow: hidden;
  }
  .newslistContainer .newslist {
    margin-top: 50px;
  }
  .newslistContainer .newslist .newsItem {
    display: block;
    height: 240px;
    padding: 30px 0;
    color: #999;
    border-bottom: 1px dashed #ddd;
  }
  .newslistContainer .newslist .newsItem:hover {
    color: #666;
  }
  .newslistContainer .newslist .newsItem .imgBox {
    position: relative;
    float: left;
    width: 25%;
    height: 100%;
  }
  .newslistContainer .newslist .newsItem .imgBox img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
  }
  .newslistContainer .newslist .newsItem .textBox {
    float: right;
    width: 75%;
    padding: 0 30px;
  }
  .newslistContainer .newslist .newsItem .textBox h3 {
    margin-bottom: 30px;
  }
  .newslistContainer .newslist .newsItem .textBox .content {
    line-height: 30px;
    height: 90px;
    overflow: hidden;
  }
  .newslistContainer .newslist .newsItem .textBox .timeBox {
    margin-top: 30px;
  }
  .newslistContainer .paginationContainer {
    padding: 50px;
    text-align: right;
  }
  .newslistContainer .paginationContainer .pagiMk {
    display: inline-block;
  }
  .newslistContainer .paginationContainer .jumpTo {
    display: inline-block;
  }
  .newslistContainer .paginationContainer .jumpTo input {
    width: 50px;
    border: 1px solid #ddd;
  }
  .newslistContainer .paginationContainer .jumpTo .mk-btn {
    padding: 6px 10px;
    border-radius: 3px;
  }
  .newsdetailContainer {
    padding: 60px 0;
  }
  .newsdetailContainer .contentBox {
    float: left;
    width: 70%;
    padding-right: 50px;
    border-right: 1px dashed #ddd;
  }
  .newsdetailContainer .contentBox h2 {
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center;
    color: #53983E;
  }
  .newsdetailContainer .contentBox h3 {
    font-size: 16px;
    margin-bottom: 30px;
    text-align: center;
    color: #999;
    font-weight: normal;
  }
  .newsdetailContainer .contentBox p {
    line-height: 30px;
    color: #666;
  }
  .newsdetailContainer .contentBox p::first-letter {
    margin-left: 30px;
  }
  .newsdetailContainer .contentList {
    float: left;
    width: 30%;
    padding-left: 50px;
  }
  .newsdetailContainer .contentList h3 span {
    color: #ED8618;
    font-size: 1.3em;
    margin-right: 5px;
  }
  .newsdetailContainer .contentList ul {
    list-style: none;
    margin-top: 30px;
    list-style-position: inside;
  }
  .newsdetailContainer .contentList ul li {
    height: 40px;
    line-height: 40px;
    color: #999;
  }
  .newsdetailContainer .contentList ul li img {
    margin-right: 10px;
  }
  .newsdetailContainer .contentList .hot {
    display: inline-block;
    padding: 2px 5px;
    background-color: #ED8618;
    color: #fff;
    font-size: 12px;
    margin-right: 10px;
  }
  .socialrespContainer {
    padding: 60px 0;
  }
  .socialrespContainer .contentBox {
    float: left;
    width: 70%;
    padding-right: 50px;
  }
  .socialrespContainer .contentBox .contentItem {
    margin-bottom: 88px;
  }
  .socialrespContainer .contentBox .contentItem h2 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .socialrespContainer .contentBox .contentItem p {
    line-height: 30px;
    color: #666;
  }
  .socialrespContainer .contentBox .contentItem p::first-letter {
    margin-left: 30px;
  }
  .socialrespContainer .contentBox .contentItem img {
    max-width: 100%;
    margin: 10px 0;
  }
  .socialrespContainer .contentList {
    float: left;
    width: 30%;
  }
  .socialrespContainer .contentList h3 span {
    color: #ED8618;
    font-size: 1.3em;
    margin-right: 5px;
  }
  .socialrespContainer .contentList ul {
    margin-top: 30px;
    list-style-position: inside;
  }
  .socialrespContainer .contentList ul li {
    height: 40px;
    line-height: 40px;
    color: #999;
  }
  
  
  #footer {
    width: 100%;
    min-width: 1200px;
    background-color: #f0f0f0;
    height: 200px;
  }
  #footer .footerContainer {
    padding-top: 52px;
    color: #333;
  }
  #footer .footerContainer .projectsBox {
    float: left;
  }
  #footer .footerContainer .projectsBox .projectsItem {
    position: relative;
    margin: 0 10px;
  }
  #footer .footerContainer .projectsBox .itemImgS {
    position: absolute;
    left: 0;
    display: none;
    opacity: 0;
  }
  #footer .footerContainer .contactBox {
    float: left;
    margin-left: 50px;
  }
  #footer .footerContainer .contactBox .boxTitle {
    font-size: 16px;
    margin-bottom: 20px;
  }
  #footer .footerContainer .contactBox p {
    line-height: 20px;
  }
  #footer .footerContainer .linkBox {
    float: left;
    width: 160px;
    margin-left: 40px;
  }
  #footer .footerContainer .linkBox .boxTitle {
    font-size: 16px;
    margin-bottom: 20px;
  }
  #footer .footerContainer .linkBox .linkList {
    line-height: 20px;
  }
  #footer .footerContainer .linkBox .linkList a {
    color: #333;
    display: inline-block;
    margin-right: 5px;
  }
  #footer .footerContainer .linkBox .linkList a:hover {
    color: #000;
  }
  #footer .footerContainer .qrCodeBox {
    float: left;
    margin-left: 40px;
    margin-top: -10px;
    text-align: center;
  }
  #footer .footerContainer .qrCodeBox .qrCode {
    margin-bottom: 10px;
  }
  #footer .copyright {
    margin-top: 30px;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background-color: #f0f0f0;
    color: #333;
  }
  #footer .copyright .contactUs {
    float: right;
  }
  #footer .copyright .contactUs a {
    color: #666;
  }
  
  .header {
    font-size: 16px;
  }
  .header .headerContainer {
    position: relative;
    -webkit-box-shadow: 0 2px 5px #ddd;
    box-shadow: 0 2px 5px #ddd;
    z-index: 99;
  }
  .header .headerContainer .headerBox {
    height: 100px;
  }
  .header .headerContainer .logoBox {
    float: left;
    padding-top: 20px;
  }
  .header .headerContainer .nav {
    height: 100%;
    float: left;
    margin-left: 10px;
  }
  .header .headerContainer .nav ul {
    height: 100%;
    list-style: none;
  }
  .header .headerContainer .nav ul li {
    height: 100%;
    float: left;
    margin: 0 25px;
    line-height: 100px;
    cursor: pointer;
  }
  .header .headerContainer .nav ul li:hover a,
  .header .headerContainer .nav ul li.active a {
    color: #1F7419;
    font-weight: bold;
  }
  .header .headerContainer .nav a {
    color: #666;
    display: block;
    height: 100%;
    width: 100%;
  }
  .header .headerContainer .nav a:hover {
    color: #1F7419;
  }
  .header .headerContainer .searchBox {
    float: left;
    height: 100%;
  }
  .header .headerContainer .searchBox ul {
    list-style: none;
    height: 100%;
  }
  .header .headerContainer .searchBox ul li {
    position: relative;
    float: left;
    heigh: 100%;
    margin: 0 10px;
    line-height: 100px;
  }
  .header .headerContainer .searchBox ul li i {
    cursor: pointer;
  }
  .header .headerContainer .searchBox ul li i:hover {
    color: #1F7419;
  }
  .header .headerContainer .searchBox .iconfont {
    color: #53983E;
  }
  .header .headerContainer #searchDropdown {
    display: none;
    position: absolute;
    top: 70px;
    left: -120px;
    width: 280px;
    padding: 20px 0;
    border: 1px solid #ddd;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 10px #ddd;
    box-shadow: 0 2px 10px #ddd;
  }
  .header .headerContainer #searchDropdown .inputBox {
    width: 80%;
    margin: 0 auto;
    height: 30px;
  }
  .header .headerContainer #searchDropdown .inputBox:after {
    content: '';
    display: block;
    clear: both;
  }
  .header .headerContainer #searchDropdown .inputBox input {
    float: left;
    width: 70%;
    height: 100%;
    border: 1px solid #ddd;
    background-color: #efefef;
    border-right: 0;
  }
  .header .headerContainer #searchDropdown .inputBox button {
    float: left;
    width: 30%;
    height: 100%;
    background-color: #53983E;
    font-size: 12px;
    color: #fff;
    border-left: 0;
  }
  .header .headerContainer #searchDropdown .inputBox button:hover {
    background-color: #5daa45;
  }
  .header .headerContainer #searchDropdown .inputBox button:active {
    background-color: #3f742f;
  }
  .header .headerContainer #pmDropdown {
    display: none;
    position: absolute;
    top: 70px;
    left: -5px;
    width: 100px;
    background: #fff;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 2px 10px #ddd;
    box-shadow: 0 2px 10px #ddd;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
  }
  .header .headerContainer #pmDropdown dt {
    border-bottom: 1px solid #ddd;
  }
  .header .headerContainer #pmDropdown dt:hover {
    background: #f5f5f5;
  }
  .header .headerContainer #pmDropdown dt a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .header .subHeaderContainer {
    position: absolute;
    top: 100px;
    width: 100%;
    height: 0;
    background: #FBFBFB;
    line-height: 75px;
    opacity: 0;
    z-index: 98;
    overflow: hidden;
    text-align: center;
  }
  .header .subHeaderContainer ul {
    list-style: none;
  }
  .header .subHeaderContainer ul li {
    display: inline-block;
    margin: 0 40px;
  }
  .header .subHeaderContainer a {
    color: #333;
  }
  .header .subHeaderContainer a:hover {
    color: #1F7419;
    font-weight: bold;
  }
  .header .subHeaderContainer#sub3 {
    text-align: left;
    line-height: 30px;
  }
  .header .subHeaderContainer#sub3 li {
    margin: 0;
    float: left;
    width: 25%;
  }
  .header .subHeaderContainer#sub3 li > a {
    display: inline-block;
    margin-top: 20px;
    font-weight: bold;
  }
  .header .subHeaderContainer#sub3 p {
    font-size: 14px;
  }
  
  .hrContainer .section1 {
    background: url('/public/img/hr/bg_rlzy.png') center no-repeat;
    background-size: cover;
    height: 700px;
    padding-top: 150px;
    text-align: center;
  }
  .hrContainer .section1 h1 {
    color: #fff;
    font-size: 40px;
    margin-bottom: 50px;
  }
  .hrContainer .section1 p {
    color: #eee;
    padding: 0 300px;
    line-height: 30px;
  }
  .hrContainer .section1 .btnBox {
    margin-top: 150px;
  }
  .hrContainer .section1 button {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    padding: 10px 30px;
    margin-right: 50px;
  }
  .hrContainer .section1 button:hover {
    background-color: #fff;
    color: #65979F;
  }
  .hrContainer .section2 {
    height: 430px;
  }
  .hrContainer .section2 .leftBox {
    float: left;
    width: 50%;
    height: 100%;
    background: url('/public/img/hr/bg_rlzy_strategy.png') center no-repeat;
    background-size: cover;
    text-align: right;
    padding: 120px 50px 0 0;
    line-height: 30px;
    color: #999;
  }
  .hrContainer .section2 .rightBox {
    float: left;
    width: 50%;
    height: 100%;
    background: url('/public/img/hr/bg_rlzy_wokerlife.png') center no-repeat;
    background-size: cover;
    text-align: right;
    padding: 120px 50px 0 0;
    line-height: 30px;
    color: #999;
  }
  .hrContainer .section2 button {
    margin-top: 100px;
  }
  .hrstrategyContainer .section1 {
    padding: 50px 0;
  }
  .hrstrategyContainer .section1 h2 {
    margin-bottom: 80px;
    text-align: center;
  }
  .hrstrategyContainer .section1 .list .item {
    float: left;
    width: 50%;
    height: 150px;
  }
  .hrstrategyContainer .section1 .list .item:after {
    content: '';
    display: block;
    clear: both;
  }
  .hrstrategyContainer .section1 .list .item .imgBox {
    float: left;
    width: 15%;
  }
  .hrstrategyContainer .section1 .list .item .textBox {
    float: left;
    width: 85%;
    padding: 0 50px 0 0;
  }
  .hrstrategyContainer .section2 {
    background: #f6f7f7;
    height: 518px;
    padding: 50px 0;
  }
  .hrstrategyContainer .section2 h2 {
    margin-bottom: 80px;
    text-align: center;
  }
  .hrstrategyContainer .section2 .imgBox .boxItem {
    position: relative;
    float: left;
    width: 25%;
    text-align: center;
  }
  .hrstrategyContainer .section2 .imgBox .boxItem img {
    position: relative;
    left: 5px;
  }
  .hrstrategyContainer .section2 .imgBox .boxItem .textBox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 40px;
  }
  .hrstrategyContainer .section2 .imgBox .boxItem .textBox h3 {
    margin-bottom: 70px;
  }
  .hrstrategyContainer .section2 .imgBox .boxItem .textBox p {
    line-height: 25px;
  }
  .hrcampusContainer {
    padding: 50px 0;
  }
  .hrcampusContainer .list .itemHeader {
    padding: 30px 20px;
    background-color: #F1F4F1;
    color: #5DAF57;
    font-weight: bold;
  }
  .hrcampusContainer .list .itemBody {
    padding: 20px 20px 30px;
    line-height: 25px;
  }
  .hrlifeContainer {
    padding: 100px 0 0;
  }
  .hrlifeContainer h3 {
    position: relative;
    top: 10px;
    text-align: center;
  }
  .hrlifeContainer .section2 {
    margin-top: 50px;
    padding: 70px 0;
    background: #f5f5f5;
    text-align: center;
  }
  .hrlifeContainer .section2 .imgBox {
    margin: 40px 0;
  }
  
  .indexContainer .bannerContainer {
    position: relative;
  }
  .indexContainer .bannerContainer #swiperContainer {
    height: 600px;
  }
  .indexContainer .bannerContainer .swiperBox {
    height: 100%;
  }
  .indexContainer .bannerContainer .swiperPage {
    display: none;
    width: 100%;
    height: 100%;
    background: url('/public/img/index_img/banner/img_banner.png') center no-repeat;
    background-size: cover;
  }
  .indexContainer .newsBanner {
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 50px;
    background: #333;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9;
  }
  .indexContainer .newsBanner ul {
    list-style: none;
  }
  .indexContainer .newsBox {
    float: left;
    margin: 10px 0;
    overflow: hidden;
    height: 30px;
  }
  .indexContainer .newsBox .newsItem {
    line-height: 30px;
    white-space: nowrap;
  }
  .indexContainer .newsBox .newsItem a {
    color: #fff;
  }
  .indexContainer .newsBox .newsItem a:hover {
    color: #eee;
  }
  .indexContainer .newsBox .itemTime {
    margin-left: 10px;
    color: #FFD893;
  }
  .indexContainer .swiperBtns {
    float: right;
    margin-left: 30px;
    margin-top: 15px;
  }
  .indexContainer .swiperBtns ul {
    list-style: none;
  }
  .indexContainer .swiperBtns ul .swiperBtn {
    width: 80px;
    height: 8px;
    display: inline-block;
    cursor: pointer;
    margin: 0 5px;
    background: #fff;
    opacity: 0.5;
  }
  .indexContainer .swiperBtns ul .swiperBtn:hover {
    opacity: 1;
  }
  .indexContainer .swiperBtns ul .swiperBtn.active {
    opacity: 1;
  }
  .indexContainer .imageIndexContainer .fl {
    float: left;
  }
  .indexContainer .imageIndexContainer .imgItem {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
  }
  .indexContainer .imageIndexContainer .imgItem .__img {
    width: 100%;
    height: 100%;
  }
  .indexContainer .imageIndexContainer .imgItem.hover .__img {
    width: 120%;
    height: 120%;
    margin-left: -10%;
    margin-top: -10%;
  }
  .indexContainer .imageIndexContainer .imgItemSmall {
    display: block;
    position: relative;
    overflow: hidden;
  }
  .indexContainer .imageIndexContainer .imgItemSmall .__img {
    width: 100%;
    height: 100%;
  }
  .indexContainer .imageIndexContainer .imgItemSmall.hover .__img {
    width: 120%;
    height: 120%;
  }
  .indexContainer .imageIndexContainer .textBox {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
    font-size: 16px;
  }
  .indexContainer .imageIndexContainer .textBox1 {
    padding: 50px 100px 0 30px;
  }
  .indexContainer .imageIndexContainer .textBox1 h1 {
    color: #fff;
    font-size: 3em;
    text-shadow: 0px 2px 2px #333;
    text-align: right;
  }
  .indexContainer .imageIndexContainer .textBox1 h2 {
    color: #bbb;
    font-size: 3em;
    text-shadow: 0px 2px 2px #333;
    opacity: 0.7;
    text-align: right;
  }
  .indexContainer .imageIndexContainer .textBox2 {
    padding: 30px 50px 0 0;
    text-align: right;
    color: #ddd;
  }
  .indexContainer .imageIndexContainer .textBox2 h3 {
    margin-bottom: 20px;
    font-weight: normal;
  }
  .indexContainer .imageIndexContainer .textBox2 h3::first-letter {
    font-size: 2em;
  }
  
  .investorContainer {
    background-color: #f5f5f5;
  }
  .investorContainer .banner {
    height: 420px;
    background: url('/public/img/intensive_service/img_touzizhe.png') center no-repeat;
    background-size: cover;
  }
  .investorContainer .itemList {
    padding: 50px 0;
  }
  .investorContainer .itemList ul {
    list-style: none;
    margin: 0 -40px;
  }
  .investorContainer .itemList li {
    float: left;
    width: 50%;
    padding: 20px 40px;
  }
  .investorContainer .itemList .itemBox {
    width: 100%;
    height: 170px;
    display: inline-block;
    background: #fff;
    -webkit-box-shadow: 0 0 15px #bbb;
    box-shadow: 0 0 15px #bbb;
    border: 1px solid #ddd;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 40px 0;
  }
  .investorContainer .itemList .itemBox:hover {
    -webkit-box-shadow: 0 5px 35px #bbb;
    box-shadow: 0 5px 35px #bbb;
  }
  .investorContainer .itemList .leftBox {
    float: left;
    width: 20%;
    padding: 0 20px;
  }
  .investorContainer .itemList .leftBox .timeBox {
    border: 1px solid #3496CF;
  }
  .investorContainer .itemList .leftBox .timeBox .date {
    font-size: 40px;
    color: #3496CF;
    text-align: center;
    padding: 2px 0;
    font-weight: bold;
  }
  .investorContainer .itemList .leftBox .timeBox .month {
    background-color: #EAF4FA;
    color: #3496CF;
    border-top: 1px solid #3496CF;
    text-align: center;
    padding: 5px 0;
  }
  .investorContainer .itemList .itemContent {
    float: left;
    width: 80%;
    color: #666;
    padding: 0 20px;
  }
  .investorContainer .itemList .itemContent h2 {
    font-weight: normal;
    color: #333;
  }
  .investorContainer .itemList .itemContent p {
    margin-top: 10px;
  }
  .investorContainer .paginationContainer {
    padding: 50px;
    text-align: right;
  }
  .investorContainer .paginationContainer .pagiMk {
    display: inline-block;
  }
  .investorContainer .paginationContainer .jumpTo {
    display: inline-block;
  }
  .investorContainer .paginationContainer .jumpTo input {
    width: 50px;
    border: 1px solid #ddd;
  }
  .investorContainer .paginationContainer .jumpTo .mk-btn {
    padding: 6px 10px;
    border-radius: 3px;
  }
  
  .lifesunshineContainer .banner {
    position: relative;
    z-index: 9;
    height: 470px;
    background: url('/public/img/life/img_ppwh.png') center no-repeat;
    background-size: cover;
    text-align: center;
    padding-top: 68px;
  }
  .lifesunshineContainer .banner p {
    margin-top: 30px;
    line-height: 30px;
    color: #fff;
  }
  .lifesunshineContainer .section1 {
    background: url('/public/img/life/img_ppwh1.png') center no-repeat;
    background-size: cover;
    height: 400px;
    margin-top: -70px;
  }
  .lifesunshineContainer .section1 .leftBox {
    float: left;
    width: 50%;
    padding-top: 40px;
    padding-right: 50px;
  }
  .lifesunshineContainer .section1 .storyList {
    list-style: none;
    border: 1px solid #ccc;
  }
  .lifesunshineContainer .section1 .storyList li {
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
  }
  .lifesunshineContainer .section1 .storyList li:last-child {
    border-bottom: 0;
  }
  .lifesunshineContainer .section1 .storyList li:hover,
  .lifesunshineContainer .section1 .storyList li.active {
    background: -webkit-gradient(linear, left top, right top, from(#259C8F), to(#61CB48));
    background: linear-gradient(to right, #259C8F, #61CB48);
    color: #fff;
  }
  .lifesunshineContainer .section1 .rightBox {
    float: left;
    width: 50%;
    padding-top: 100px;
    padding-left: 50px;
  }
  .lifesunshineContainer .section1 .storyContentList {
    list-style: none;
  }
  .lifesunshineContainer .section1 .storyContentList li {
    line-height: 30px;
    color: #555;
    display: none;
  }
  .lifesunshineContainer .section1 .storyContentList li.active {
    display: block;
  }
  .lifesunshineContainer .section2 {
    height: 380px;
    background: url('/public/img/life/img_ppwh_hand.png') center no-repeat;
    background-size: cover;
  }
  .lifesunshineContainer .section2 .content {
    padding-top: 80px;
    float: right;
    width: 50%;
  }
  .lifesunshineContainer .section2 .content p {
    line-height: 30px;
    color: #999;
  }
  .lifesunshineContainer .section3 {
    padding: 50px 0;
    background: #f6f6f6;
  }
  .lifesunshineContainer .section3 .leftBox {
    float: left;
    width: 30%;
  }
  .lifesunshineContainer .section3 .leftBox p {
    margin-bottom: 10px;
  }
  .lifesunshineContainer .section3 .midBox {
    float: left;
    width: 50%;
    padding: 50px 30px 0;
  }
  .lifesunshineContainer .section3 .midBox h3 {
    font-weight: normal;
    margin-bottom: 30px;
  }
  .lifesunshineContainer .section3 .midBox p {
    line-height: 30px;
  }
  .lifesunshineContainer .section3 .rightBox {
    float: left;
    width: 20%;
    padding-top: 30px;
  }
  .brandstoryContainer {
    padding: 60px 0;
  }
  .brandstoryContainer .contentBox {
    float: left;
    width: 70%;
    padding-right: 50px;
  }
  .brandstoryContainer .contentBox .contentItem {
    margin-bottom: 88px;
  }
  .brandstoryContainer .contentBox .contentItem h2 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .brandstoryContainer .contentBox .contentItem p {
    line-height: 30px;
    color: #666;
  }
  .brandstoryContainer .contentBox .contentItem p::first-letter {
    margin-left: 30px;
  }
  .brandstoryContainer .contentList {
    float: left;
    width: 30%;
  }
  .brandstoryContainer .contentList h3 span {
    color: #ED8618;
    font-size: 1.3em;
    margin-right: 5px;
  }
  .brandstoryContainer .contentList ul {
    margin-top: 30px;
    list-style-position: inside;
  }
  .brandstoryContainer .contentList ul li {
    height: 40px;
    line-height: 40px;
    color: #999;
  }
  
  
  @font-face {
    font-family: 'iconfont';
    /* project id 561624 */
    src: url('//at.alicdn.com/t/font_561624_nl1sib90jmea5rk9.eot');
    src: url('//at.alicdn.com/t/font_561624_nl1sib90jmea5rk9.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_561624_nl1sib90jmea5rk9.woff') format('woff'), url('//at.alicdn.com/t/font_561624_nl1sib90jmea5rk9.ttf') format('truetype'), url('//at.alicdn.com/t/font_561624_nl1sib90jmea5rk9.svg#iconfont') format('svg');
  }
  .iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
  }

 
  .mk-btn {
    background: #25875e;
    color: #fff;
    border: 0;
    border-radius: 50px;
    font-size: 12px;
    padding: 10px 20px;
  }
  .mk-btn:hover {
    background: #8cb21a;
  }
  .mk-btn-o {
    background: transparent;
    color: #25875e;
    border: 1px solid #25875e;
    border-radius: 50px;
    font-size: 12px;
    padding: 10px 20px;
  }
  .mk-btn-o:hover {
    background: #25875e;
    color: #fff;
    border: 0;
    border-radius: 50px;
    font-size: 12px;
    padding: 10px 20px;
    border: 1px solid #25875e;
  }
  .mk-btn-o:hover:hover {
    background: #8cb21a;
  }
  .pagiMk a {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
  }
  .pagiMk a:hover {
    background-color: #53983E;
    border-color: #53983E;
    color: #fff;
  }
  .pagiMk a:active {
    background-color: #1F7419;
    border-color: #1F7419;
    color: #fff;
  }
  .pagiMk a.active {
    background-color: #1F7419;
    border-color: #1F7419;
    color: #fff;
  }
  .swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    direction: ltr;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    /* Fix of Webkit flickering */
    z-index: 1;
  }
  .swiper-wrapper {
    position: relative;
    width: 100%;
    -webkit-transition-property: -webkit-transform, left, top;
    -webkit-transition-duration: 0s;
    -webkit-transform: translate3d(0px, 0, 0);
    -webkit-transition-timing-function: ease;
    -moz-transition-property: -moz-transform, left, top;
    -moz-transition-duration: 0s;
    -moz-transform: translate3d(0px, 0, 0);
    -moz-transition-timing-function: ease;
    -o-transition-property: -o-transform, left, top;
    -o-transition-duration: 0s;
    -o-transform: translate3d(0px, 0, 0);
    -o-transition-timing-function: ease;
    -o-transform: translate(0px, 0px);
    -ms-transition-property: -ms-transform, left, top;
    -ms-transition-duration: 0s;
    -ms-transform: translate3d(0px, 0, 0);
    -ms-transition-timing-function: ease;
    -webkit-transition-property: left, top, -webkit-transform;
    transition-property: left, top, -webkit-transform;
    transition-property: transform, left, top;
    transition-property: transform, left, top, -webkit-transform;
    transition-duration: 0s;
    transform: translate3d(0px, 0, 0);
    transition-timing-function: ease;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }
  .swiper-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
  }
  .swiper-slide {
    float: left;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }
  /* IE10 Windows Phone 8 Fixes */
  .swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
  }
  .swiper-wp8-vertical {
    -ms-touch-action: pan-x;
  }
  
  
  .productContainer .banner1 {
    position: relative;
    width: 100%;
    height: 470px;
    overflow: hidden;
    background: url('/public/img/products/bg_product.png') center no-repeat;
    background-size: cover;
  }
  .productContainer .banner1 .textBox {
    position: absolute;
    top: 80px;
    left: 18%;
    color: #666;
    line-height: 40px;
  }
  .productContainer .banner1 .linkList {
    margin-top: 20px;
  }
  .productContainer .banner1 .linkList a {
    position: relative;
    display: inline-block;
    color: #288FA9;
    border-right: 1px solid #288FA9;
    line-height: 20px;
    height: 20px;
    padding: 0 35px 0 60px;
  }
  .productContainer .banner1 .linkList a:last-child {
    border: none;
  }
  .productContainer .banner1 .linkList a img {
    position: absolute;
    left: 25px;
    top: -5px;
  }
  .productContainer .section2 {
    padding: 50px 0;
  }
  .productContainer .section2 h1 {
    color: #333;
    text-align: center;
    margin-bottom: 50px;
  }
  .productContainer .section2 .productItem {
    float: left;
    width: 25%;
    padding: 20px 70px;
    text-align: center;
  }
  .productContainer .section2 .productItem img {
    width: 100%;
    margin-bottom: 20px;
  }
  .productContainer .section3 {
    height: 768px;
    background: url('/public/img/products/bg_product_no3.png') center no-repeat;
    background-size: cover;
    padding-top: 30px;
  }
  .productContainer .section3 .titleBox {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .productContainer .section3 .titleBox small {
    color: #666;
    font-weight: normal;
    margin-left: 10px;
  }
  .productContainer .section3 .titleBox p {
    width: 400px;
    line-height: 30px;
    color: #666;
  }
  .productContainer .section3 .inspectionMap {
    position: relative;
    width: 900px;
    height: 670px;
    margin: 0 auto;
    background: url('/public/img/products/map.png') center no-repeat;
    background-size: 100% 100%;
  }
  .productContainer .section3 .inspectionMap a {
    position: absolute;
    width: 3.3333%;
    height: 4.4776%;
    z-index: 2;
  }
  .productContainer .section3 .inspectionMap a .cardBox {
    display: none;
    position: absolute;
    top: -25px;
    left: 40px;
    width: 300px;
    height: 100px;
    background: #fff;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 5px 10px #999;
    box-shadow: 0 5px 10px #999;
  }
  .productContainer .section3 .inspectionMap a .cardBox:after {
    content: '';
    display: block;
    clear: both;
  }
  .productContainer .section3 .inspectionMap a .cardBox .imgBox {
    float: left;
    width: 40%;
  }
  .productContainer .section3 .inspectionMap a .cardBox .imgBox img {
    width: 100%;
  }
  .productContainer .section3 .inspectionMap a .cardBox .textBox {
    float: right;
    width: 60%;
    overflow: hidden;
    color: #666;
    padding: 10px;
  }
  .productContainer .section3 .inspectionMap a:hover .cardBox {
    display: block;
  }
  .productContainer .section4 {
    padding: 100px 0;
  }
  .productContainer .section4 .headerBox {
    position: relative;
    text-align: center;
    margin-bottom: 50px;
  }
  .productContainer .section4 .headerBox span {
    position: relative;
    display: inline-block;
    background-color: #fff;
    padding: 10px 30px;
  }
  .productContainer .section4 .dashBox {
    position: absolute;
    width: 100%;
    border-top: 2px dashed #ddd;
    top: 25px;
  }
  .productContainer .section4 .contentBox .leftBox {
    float: left;
    width: 33.33%;
    padding: 60px 20px 0 0;
  }
  .productContainer .section4 .contentBox .leftBox h1 {
    font-weight: normal;
  }
  .productContainer .section4 .contentBox .leftBox .textBox {
    margin-top: 50px;
  }
  .productContainer .section4 .contentBox .leftBox .textBox span {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 1px solid #6B8DC5;
    text-align: center;
    line-height: 50px;
    border-radius: 50px;
    color: #6B8DC5;
    margin-right: 20px;
  }
  .productContainer .section4 .contentBox .leftBox .infoList {
    list-style-position: inside;
    color: #666;
    margin-top: 30px;
  }
  .productContainer .section4 .contentBox .leftBox .infoList li {
    margin: 30px 0;
  }
  .productContainer .section4 .contentBox .rightBox {
    float: left;
    width: 66.66%;
  }
  .productContainer .section4 .contentBox .rightBox .imgBox {
    float: left;
    width: 50%;
    padding: 10px;
  }
  .productContainer .section4 .contentBox .rightBox .imgBox img {
    width: 100%;
  }
  .productContainer .section5 {
    padding: 50px 0;
  }
  .productContainer .section5 h1 {
    margin-bottom: 50px;
    text-align: center;
  }
  .productContainer .section5 .swiperContainer {
    position: relative;
  }
  .productContainer .section5 .swiperContainer .swiper-container {
    height: 500px;
  }
  .productContainer .section5 .swiperContainer .imgBox {
    text-align: center;
  }
  .productContainer .section5 .swiperContainer .imgBox img {
    height: 100%;
  }
  .productContainer .section5 .swiperContainer .swiperBtn {
    position: absolute;
    top: 100px;
    width: 50px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    color: #aaa;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
  }
  .productContainer .section5 .swiperContainer .swiperBtn i {
    font-size: 30px;
  }
  .productContainer .section5 .swiperContainer .swiperBtn:hover {
    color: #666;
    background: #eee;
  }
  .productContainer .section5 .swiperContainer .swiperBtn:active {
    color: #333;
    border-color: #666;
  }
  .productContainer .section5 .swiperContainer .swleftBtn {
    left: -60px;
  }
  .productContainer .section5 .swiperContainer .swrightBtn {
    right: -60px;
  }
  .productContainer .section6 {
    background: url('/public/img/products/bg_manbing.png') center no-repeat;
    background-size: cover;
    height: 400px;
  }
  .productContainer .section6 .imgBox {
    padding-top: 50px;
    float: left;
    width: 50%;
  }
  .productContainer .section6 .leftBox {
    float: left;
    width: 50%;
    padding-top: 100px;
    padding-right: 50px;
  }
  .productContainer .section6 .leftBox h3 {
    color: #999;
  }
  .productContainer .section6 .leftBox p {
    color: #999;
    line-height: 30px;
  }
  .productContainer .section6 .leftBox button {
    margin-top: 50px;
  }
  .productContainer .section6 .leftBox .videoLink {
    margin-top: 30px;
  }
  .productContainer .section6 .leftBox .videoLink img {
    position: relative;
    top: 3px;
    margin-right: 10px;
  }
  .productContainer .section6 .leftBox .videoLink a {
    color: #16628F;
  }
  .productContainer .section6 .leftBox .videoLink a:hover {
    text-decoration: underline;
  }
  .productContainer .section7 {
    height: 400px;
    background: url('/public/img/products/bg_product_shiji.png') center no-repeat;
    background-size: cover;
    padding: 70px 0;
  }
  .productContainer .section7 .productItem {
    float: left;
    width: 33.33%;
    text-align: center;
  }
  .productContainer .section7 .productItem h3 {
    margin-top: 30px;
    color: #fff;
  }
  .productContainer .section7 .productItem .hoverImgBox {
    height: 185px;
    position: relative;
  }
  .productContainer .section7 .productItem .hoverImg {
    display: none;
  }
  .productContainer .section7 .productItem img {
    position: absolute;
    left: 50%;
    margin-left: -92.5px;
    top: 0;
    cursor: pointer;
  }
  .productContainer .section8 .imgBox {
    padding-top: 50px;
    float: left;
    width: 50%;
  }
  .productContainer .section8 .leftBox {
    float: left;
    width: 50%;
    padding-top: 100px;
    padding-right: 50px;
  }
  .productContainer .section8 .leftBox small {
    color: #666;
    font-weight: normal;
  }
  .productContainer .section8 .leftBox p {
    color: #999;
    line-height: 30px;
  }
  .productContainer .section8 .leftBox button {
    margin-top: 50px;
  }
  .productContainer .section8 .leftBox ul {
    margin-top: 80px;
    margin-bottom: 30px;
    list-style-position: inside;
    color: #999;
  }
  .productContainer .section8 .leftBox ul li {
    margin: 20px 0;
  }
  .productContainer .section8 .leftBox .videoLink {
    margin-top: 30px;
  }
  .productContainer .section8 .leftBox .videoLink img {
    position: relative;
    top: 3px;
    margin-right: 10px;
  }
  .productContainer .section8 .leftBox .videoLink a {
    color: #16628F;
  }
  .productContainer .section8 .leftBox .videoLink a:hover {
    text-decoration: underline;
  }
  .intensiveContainer .banner1 {
    position: relative;
    width: 100%;
    height: 470px;
    overflow: hidden;
    background: url('/public/img/products/bg_jiyuehua.png') center no-repeat;
    background-size: cover;
  }
  .intensiveContainer .section2 {
    padding: 80px 0;
    text-align: center;
  }
  .intensiveContainer .section2 h2 {
    font-weight: normal;
    margin-bottom: 50px;
  }
  .intensiveContainer .section2 .itemList {
    padding: 30px 50px;
  }
  .intensiveContainer .section2 .itemContent {
    float: left;
    width: 20%;
  }
  .intensiveContainer .section2 .itemContent p {
    margin: 10px 0;
  }
  .intensiveContainer .section3 {
    padding: 80px 0;
    background: #f5f6f6;
  }
  .intensiveContainer .section3 .leftBox {
    float: left;
    width: 50%;
  }
  .intensiveContainer .section3 .rightBox {
    float: left;
    width: 50%;
  }
  .intensiveContainer .section3 .rightBox p {
    margin: 30px 0 50px 0;
    color: #666;
    line-height: 30px;
  }
  .intensiveContainer .section3 .rightBox .imgBox {
    margin-top: 10px;
  }
  .intensiveContainer .section4 {
    padding: 80px 0;
  }
  .intensiveContainer .section4 .leftBox {
    float: left;
    width: 50%;
  }
  .intensiveContainer .section4 .rightBox {
    float: left;
    width: 50%;
  }
  .intensiveContainer .section4 .rightBox h1 {
    margin-bottom: 0;
  }
  .intensiveContainer .section4 .rightBox h2 {
    font-size: 20px;
    font-weight: normal;
    margin-top: 15px;
  }
  .intensiveContainer .section4 .rightBox p {
    margin: 30px 0 50px 0;
    color: #666;
    line-height: 30px;
  }
  .intensiveContainer .section4 .rightBox .imgBox {
    margin-top: 10px;
  }
  .intensiveContainer .section4 .rightBox .listBox {
    margin-top: 40px;
    color: #999;
  }
  .intensiveContainer .section4 .rightBox .listBox li {
    margin: 20px 0;
    list-style: none;
  }
  .intensiveContainer .section4 .rightBox .listBox li img {
    position: relative;
    top: 1px;
    margin-right: 10px;
  }
  .intensiveContainer .section5 {
    padding: 80px 0;
    background: #f5f6f6;
  }
  .intensiveContainer .section5 .leftBox {
    float: left;
    width: 50%;
  }
  .intensiveContainer .section5 .rightBox {
    float: left;
    width: 50%;
  }
  .intensiveContainer .section5 .rightBox h1 {
    margin-bottom: 0;
  }
  .intensiveContainer .section5 .rightBox h2 {
    font-size: 20px;
    font-weight: normal;
    margin-top: 15px;
  }
  .intensiveContainer .section5 .rightBox button {
    margin-top: 50px;
  }
  .intensiveContainer .section5 .rightBox .linkBox {
    margin-top: 30px;
  }
  .intensiveContainer .section5 .rightBox .linkBox a {
    padding: 0 10px;
  }
  .intensiveContainer .section5 .rightBox .linkBox a:first-child {
    border-right: 1px solid #53983E;
  }
  .intensiveContainer .section5 .rightBox .linkBox a img {
    position: relative;
    top: 3px;
    margin-right: 5px;
  }
  .intensiveContainer .section6 {
    padding: 80px 0;
  }
  .intensiveContainer .section6 .leftBox {
    float: left;
    width: 50%;
  }
  .intensiveContainer .section6 .rightBox {
    float: left;
    width: 50%;
  }
  .intensiveContainer .section6 .rightBox h1 {
    margin-bottom: 0;
  }
  .intensiveContainer .section6 .rightBox h2 {
    font-size: 20px;
    font-weight: normal;
    margin-top: 15px;
  }
  .intensiveContainer .section6 .rightBox p {
    margin: 30px 0 50px 0;
    color: #666;
    line-height: 30px;
  }
  .intensiveContainer .section6 .rightBox .imgBox {
    margin-top: 10px;
  }
  .intensiveContainer .section6 .rightBox .listBox {
    margin-top: 40px;
    color: #999;
  }
  .intensiveContainer .section6 .rightBox .listBox li {
    margin: 20px 0;
    list-style: none;
  }
  .intensiveContainer .section6 .rightBox .listBox li img {
    position: relative;
    top: 1px;
    margin-right: 10px;
  }
  .intensiveContainer .section7 {
    background: url('/public/img/products/bg_dna.png') center no-repeat;
    background-size: cover;
    padding: 80px 0;
    text-align: center;
    height: 420px;
  }
  .intensiveContainer .section7 h2 {
    font-weight: normal;
    margin-bottom: 30px;
  }
  .intensiveContainer .section7 .blueText {
    color: #288FA9;
    font-size: 20px;
  }
  .intensiveContainer .section7 .moreInfo {
    margin-top: 30px;
  }
  .intensiveContainer .section8 {
    padding: 50px 0;
  }
  .intensiveContainer .section8 .mainBox {
    height: 600px;
  }
  .intensiveContainer .section8 .mainBox img {
    width: 100%;
  }
  .intensiveContainer .section8 .textBox {
    float: left;
    width: 50%;
    padding: 50px;
  }
  .intensiveContainer .section8 .textBox h3 {
    margin-bottom: 30px;
  }
  .intensiveContainer .section8 .textBox p {
    line-height: 30px;
    color: #999;
  }
  .intensiveContainer .section8 .textBox button {
    margin-top: 40px;
  }
  .intensiveContainer .section8 .imgBox {
    float: left;
    width: 50%;
  }
  .chronicdiseaseContainer .section1 {
    background: url('/public/img/products/bg_manbing.png') center no-repeat;
    background-size: cover;
    height: 400px;
  }
  .chronicdiseaseContainer .section1 .imgBox {
    padding-top: 50px;
    float: left;
    width: 50%;
  }
  .chronicdiseaseContainer .section1 .leftBox {
    float: left;
    width: 50%;
    padding-top: 100px;
    padding-right: 50px;
  }
  .chronicdiseaseContainer .section1 .leftBox h1 {
    line-height: 40px;
  }
  .chronicdiseaseContainer .section1 .leftBox h3 {
    color: #999;
  }
  .chronicdiseaseContainer .section1 .leftBox p {
    color: #666;
    line-height: 30px;
  }
  .chronicdiseaseContainer .section1 .leftBox button {
    margin-top: 50px;
  }
  .chronicdiseaseContainer .section1 .leftBox .videoLink {
    margin-top: 30px;
  }
  .chronicdiseaseContainer .section1 .leftBox .videoLink img {
    position: relative;
    top: 3px;
    margin-right: 10px;
  }
  .chronicdiseaseContainer .section1 .leftBox .videoLink a {
    color: #16628F;
  }
  .chronicdiseaseContainer .section1 .leftBox .videoLink a:hover {
    text-decoration: underline;
  }
  .chronicdiseaseContainer .section2 {
    padding: 50px 0;
  }
  .chronicdiseaseContainer .section2 .imgBox {
    float: left;
  }
  .chronicdiseaseContainer .section2 .textBox {
    float: left;
    padding: 80px 50px;
  }
  .chronicdiseaseContainer .section2 .textBox h1 {
    font-weight: normal;
    color: #23AC38;
  }
  .chronicdiseaseContainer .section2 .textBox .itemList {
    margin-top: 80px;
    color: #666;
  }
  .chronicdiseaseContainer .section2 .textBox .itemList li {
    list-style: none;
    margin: 20px 0;
  }
  .chronicdiseaseContainer .section2 .textBox .itemList li img {
    margin-right: 10px;
  }
  .chronicdiseaseContainer .section3 {
    background: url('/public/img/products/bg_app.png') center no-repeat;
    background-size: cover;
    padding: 50px 0;
  }
  .chronicdiseaseContainer .section3 h1 {
    font-weight: normal;
    color: #fff;
    margin-bottom: 50px;
  }
  .chronicdiseaseContainer .section3 .textBox {
    width: 70%;
    float: left;
  }
  .chronicdiseaseContainer .section3 .itemBox {
    width: 100%;
  }
  .chronicdiseaseContainer .section3 .itemBox .itemList {
    float: left;
    width: 50%;
  }
  .chronicdiseaseContainer .section3 .itemContent {
    height: 50px;
  }
  .chronicdiseaseContainer .section3 .itemContent .titleBox {
    float: left;
    background: #fff;
    padding: 5px 10px;
    margin-right: 5%;
    white-space: nowrap;
    color: #75BCD5;
  }
  .chronicdiseaseContainer .section3 .itemContent .contentBox {
    float: left;
    width: 60%;
    color: #fff;
    line-height: 26px;
  }
  .chronicdiseaseContainer .section4 {
    height: 453px;
    background: url('/public/img/products/bg_manbingshuju.png') center no-repeat;
    background-size: auto 100%;
  }
  .chronicdiseaseContainer .section5 {
    padding: 30px 0 80px;
    text-align: center;
  }
  .chronicdiseaseContainer .section5 p {
    color: #666;
  }
  .chronicdiseaseContainer .section6 {
    height: 330px;
    overflow: hidden;
  }
  .chronicdiseaseContainer .section6 img {
    width: 1600px;
  }
  .chronicdiseaseContainer .section6 .contentBox {
    position: relative;
    margin: 0 -200px;
  }
  .chronicdiseaseContainer .section6 .textBox {
    position: absolute;
    top: 30px;
    left: 810px;
    color: #fff;
  }
  .chronicdiseaseContainer .section6 .textBox h1 {
    font-weight: normal;
  }
  .chronicdiseaseContainer .section6 .textBox .textContent span {
    display: inline-block;
    margin: 10px 55px 10px 30px;
  }
  .chronicdiseaseContainer .section7 {
    background: url('/public/img/products/bg_qianyue.png') center no-repeat;
    background-size: cover;
    padding: 50px 0;
  }
  .chronicdiseaseContainer .section7 h1 {
    font-weight: normal;
    margin-bottom: 30px;
    color: #2C508D;
  }
  .chronicdiseaseContainer .section7 .textBox {
    width: 50%;
    float: left;
  }
  .chronicdiseaseContainer .section7 .textBox p {
    color: #666;
    line-height: 30px;
  }
  .chronicdiseaseContainer .section8 {
    padding: 50px 0;
  }
  .chronicdiseaseContainer .section8 h1 {
    margin-bottom: 50px;
    text-align: center;
  }
  .chronicdiseaseContainer .section8 .swiperContainer {
    position: relative;
  }
  .chronicdiseaseContainer .section8 .swiperContainer .swiper-wrapper {
    width: 3080px;
    height: 250px!important;
    -webkit-transform: translate3d(-660px, 0px, 0px);
    transform: translate3d(-660px, 0px, 0px);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .chronicdiseaseContainer .section8 .swiperContainer .swiper-slide {
    width: 220px;
    height: 250px!important;
  }
  .chronicdiseaseContainer .section8 .swiperContainer .imgBox {
    text-align: center;
  }
  .chronicdiseaseContainer .section8 .swiperContainer .imgBox img {
    width: 100%;
  }
  .chronicdiseaseContainer .section8 .swiperContainer .swiperBtn {
    position: absolute;
    top: 100px;
    width: 50px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    color: #aaa;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
  }
  .chronicdiseaseContainer .section8 .swiperContainer .swiperBtn i {
    font-size: 30px;
  }
  .chronicdiseaseContainer .section8 .swiperContainer .swiperBtn:hover {
    color: #666;
    background: #eee;
  }
  .chronicdiseaseContainer .section8 .swiperContainer .swiperBtn:active {
    color: #333;
    border-color: #666;
  }
  .chronicdiseaseContainer .section8 .swiperContainer .swleftBtn {
    left: -60px;
  }
  .chronicdiseaseContainer .section8 .swiperContainer .swrightBtn {
    right: -60px;
  }
  .reagentContainer .banner1 {
    background: url('/public/img/products/bg_shiji.png') center no-repeat;
    background-size: cover;
    height: 380px;
  }
  .reagentContainer .section2 {
    padding: 50px 0;
  }
  .reagentContainer .section2 .titleBox {
    text-align: center;
  }
  .reagentContainer .section2 .titleBox span {
    display: inline-block;
    padding: 8px 30px;
    background: #333;
    color: #fff;
  }
  .reagentContainer .section2 .itemList {
    margin-top: 50px;
  }
  .reagentContainer .section2 .itemList .itemBox {
    border-bottom: 1px dashed #ddd;
  }
  .reagentContainer .section2 .itemList .itemBox.active {
    background: #f6f7f7;
  }
  .reagentContainer .section2 .itemList .itemBox.active .itemBody {
    display: block;
  }
  .reagentContainer .section2 .itemList .itemBox.active .iconfont {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .reagentContainer .section2 .itemList .itemHeader {
    height: 50px;
    line-height: 50px;
    color: #333;
    font-size: 16px;
    padding: 0 30px;
    cursor: pointer;
  }
  .reagentContainer .section2 .itemList .itemHeader:hover,
  .reagentContainer .section2 .itemList .itemHeader.active {
    background: #f6f7f7;
  }
  .reagentContainer .section2 .itemList .itemHeader .iconfont {
    float: right;
  }
  .reagentContainer .section2 .itemList .itemBody {
    display: none;
    padding: 10px 50px;
  }
  .reagentContainer .section2 .itemList .itemBody li {
    list-style: none;
    margin: 10px 0;
  }
  .inspectionContainer .banner1 {
    height: 700px;
    background: url('/public/img/products/bg_no3.png') center no-repeat;
    background-size: cover;
  }
  .inspectionContainer .banner1 .inspectionMap {
    position: relative;
    width: 900px;
    height: 670px;
    margin: 0 auto;
    background: url('/public/img/products/map.png') center no-repeat;
    background-size: 100% 100%;
  }
  .inspectionContainer .banner1 .inspectionMap a {
    position: absolute;
    top: 0;
    left: 0;
    width: 3.3333%;
    height: 4.4776%;
    z-index: 2;
  }
  .inspectionContainer .companyBox {
    padding: 50px 0;
  }
  .inspectionContainer .companyBox .imgBox {
    float: left;
    width: 30%;
  }
  .inspectionContainer .companyBox .textBox {
    float: right;
    width: 60%;
    color: #666;
    line-height: 30px;
    padding: 30px 0;
  }
  .inspectionContainer .section3 {
    background: url('/public/img/products/bg_testcenter.png') center no-repeat;
    background-size: cover;
    height: 275px;
    padding: 30px 0;
  }
  .inspectionContainer .section3 h1 {
    text-align: center;
    font-weight: normal;
    margin-bottom: 30px;
  }
  .inspectionContainer .section3 .listBox li {
    list-style: none;
    width: 25%;
    overflow: hidden;
    color: #666;
    float: left;
    margin: 10px 0;
  }
  .originContainer .banner1 {
    height: 190px;
    background: url('/public/img/products/bg_origin.png') center no-repeat;
    background-size: cover;
  }
  .originContainer .contentBox {
    padding: 50px 0;
  }
  .originContainer .contentBox p {
    line-height: 30px;
    color: #666;
  }
  .originContainer .contentBox p::first-letter {
    margin-left: 30px;
  }
  .originContainer .contentBox .p {
    line-height: 30px;
    color: #666;
  }
  .originContainer .contentBox .p b {
    color: #333;
  }
  .originContainer .contentBox .linkBox .listItem {
    float: left;
    width: 25%;
  }
  .originContainer .contentBox .linkBox a {
    color: #3496CF;
    text-decoration: underline;
  }
  .originContainer .contentBox .linkBox a:hover {
    color: #293CAE;
  }
  .originContainer .contentBox .tableBox {
    margin-top: 30px;
  }
  .originContainer .contentBox table {
    width: 900px;
    margin: 0 auto;
    text-align: center;
  }
  .originContainer .contentBox table th {
    background-color: #52A94A;
    color: #fff;
    padding: 20px;
    width: 50%;
  }
  .originContainer .contentBox table td {
    padding: 10px;
  }
  .originContainer .contentBox table tr {
    background-color: #F0F0F0;
  }
  .originContainer .text-center {
    text-align: center;
  }
  .researchContainer .banner1 {
    height: 190px;
    background: url('/public/img/products/bg_research.png') center no-repeat;
    background-size: cover;
  }
  .researchContainer .contentBox {
    padding: 50px 0;
  }
  .researchContainer .contentBox p {
    line-height: 30px;
    color: #666;
  }
  .researchContainer .contentBox p::first-letter {
    margin-left: 30px;
  }
  .researchContainer .contentBox .p {
    line-height: 30px;
    color: #666;
  }
  .researchContainer .contentBox .p b {
    color: #333;
  }
  .researchContainer .text-center {
    text-align: center;
  }
  .qualityContainer .banner1 {
    height: 190px;
    background: url('/public/img/products/bg_quality.png') center no-repeat;
    background-size: cover;
  }
  .qualityContainer .contentBox {
    padding: 50px 0;
  }
  .qualityContainer .contentBox p {
    line-height: 30px;
    color: #666;
  }
  .qualityContainer .contentBox h3 {
    margin: 30px  0 10px;
  }
  .qualityContainer .text-center {
    text-align: center;
  }
  .qualityContainer .green {
    color: #329A2A;
  }
  
  .serviceContainer .banner1 {
    position: relative;
    width: 100%;
    height: 470px;
    overflow: hidden;
    background: url('/public/img/high_qulity/img_bigpic.png') center no-repeat;
    background-size: cover;
  }
  .serviceContainer .banner1 .textBox {
    position: absolute;
    top: 80px;
    left: 18%;
    color: #666;
    line-height: 40px;
  }
  .serviceContainer .banner1 .textBox .mk-btn {
    padding: 8px 30px;
  }
  .serviceContainer .banner2 {
    height: 416px;
  }
  .serviceContainer .banner2 img {
    width: 100%;
  }
  .serviceContainer .banner2 .leftBanner {
    width: 50%;
    height: 100%;
    float: left;
    background: url('/public/img/high_qulity/img_1.png') center no-repeat;
    background-size: cover;
  }
  .serviceContainer .banner2 .leftBanner .textBox {
    margin-top: 130px;
    margin-left: 50px;
    color: #999;
  }
  .serviceContainer .banner2 .leftBanner .textBox ul {
    list-style: square inside;
    margin-bottom: 50px;
  }
  .serviceContainer .banner2 .leftBanner .textBox li {
    margin-bottom: 20px;
  }
  .serviceContainer .banner2 .leftBanner .textBox .mk-btn-o {
    padding: 8px 30px;
  }
  .serviceContainer .banner2 .rightBanner {
    width: 50%;
    height: 100%;
    float: right;
    background: url('/public/img/high_qulity/img_2.png') center no-repeat;
    background-size: cover;
  }
  .serviceContainer .banner2 .rightBanner .textBox {
    margin-top: 140px;
    margin-left: 50px;
  }
  .serviceContainer .banner2 .rightBanner .textBox .mk-btn-o {
    padding: 8px 30px;
  }
  .serviceContainer .banner2 .rightBanner .boxTitle {
    font-size: 18px;
    margin-bottom: 50px;
    color: #666;
  }
  .serviceContainer .banner2 .rightBanner .askIcon {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    border: 1px solid #ddd;
    text-align: center;
    line-height: 28px;
    margin-right: 10px;
  }
  .serviceContainer .contactUs {
    padding: 30px 0;
  }
  .serviceContainer .contactUs .bannerBox {
    float: left;
  }
  .serviceContainer .contactUs .contact {
    float: left;
    margin-left: 100px;
  }
  .serviceContainer .contactUs .contact h3 {
    margin-top: 50px;
    margin-bottom: 40px;
  }
  .serviceContainer .contactUs .contact p {
    margin: 10px 0;
  }
  .serviceContainer .contactUs .leaveMessage {
    float: left;
    margin-left: 100px;
    width: 400px;
  }
  .serviceContainer .contactUs .leaveMessage h3 {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .serviceContainer .contactUs .leaveMessage textarea {
    border: 1px solid #ddd;
    background: #F2F3F4;
    width: 100%;
  }
  .serviceContainer .contactUs .leaveMessage .mk-btn-o {
    margin-top: 10px;
  }
  .questionsContainer .banner {
    width: 100%;
    height: 433px;
    background: url('/public/img/question/img_question.png') center no-repeat;
    background-size: cover;
    padding-top: 100px;
  }
  .questionsContainer .banner h1 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .questionsContainer .banner .iconfont {
    font-size: 20px;
  }
  .questionsContainer .banner .content {
    width: 435px;
    line-height: 30px;
    color: #555;
  }
  .questionsContainer .questionList ul {
    list-style: none;
  }
  .questionsContainer .questionList .questionItem {
    padding: 20px 0;
  }
  .questionsContainer .questionList .questionItem.active .itemBody {
    padding: 20px 40px;
    height: auto;
  }
  .questionsContainer .questionList .questionItem.active .icon-up {
    display: block;
  }
  .questionsContainer .questionList .questionItem.active .icon-down {
    display: none;
  }
  .questionsContainer .questionList .imgIcon {
    position: relative;
    top: 4px;
    margin: 0 15px 0 0;
  }
  .questionsContainer .questionList .indexNum {
    display: inline-block;
    width: 40px;
    text-align: center;
  }
  .questionsContainer .questionList .itemHeader {
    position: relative;
    color: #222;
    height: 60px;
    line-height: 60px;
    cursor: pointer;
  }
  .questionsContainer .questionList .itemHeader:hover {
    background-color: #ddd;
  }
  .questionsContainer .questionList .itemHeader .iconfont {
    position: absolute;
    right: 60px;
    top: 0px;
  }
  .questionsContainer .questionList .itemHeader .icon-up {
    display: none;
  }
  .questionsContainer .questionList .itemBody {
    padding: 0px 40px;
    line-height: 30px;
    color: #555;
    height: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .questionsContainer .paginationContainer {
    padding: 50px;
    text-align: right;
  }
  .questionsContainer .paginationContainer .pagiMk {
    display: inline-block;
  }
  .questionsContainer .paginationContainer .jumpTo {
    display: inline-block;
  }
  .questionsContainer .paginationContainer .jumpTo input {
    width: 50px;
    border: 1px solid #ddd;
  }
  .questionsContainer .paginationContainer .jumpTo .mk-btn {
    padding: 6px 10px;
    border-radius: 3px;
  }
  .serviceSchemeContainer .textBox {
    position: relative;
    float: left;
    width: 60%;
    padding: 80px 0;
  }
  .serviceSchemeContainer .textBox h2 {
    position: absolute;
    left: 0;
    top: 40px;
    font-size: 66px;
    color: #ddd;
    z-index: 0;
  }
  .serviceSchemeContainer .textBox h3 {
    padding-left: 60px;
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
  }
  .serviceSchemeContainer .textBox small {
    font-weight: normal;
  }
  .serviceSchemeContainer .textBox p {
    position: relative;
    z-index: 1;
    line-height: 30px;
  }
  .serviceSchemeContainer .imgBox {
    float: left;
    width: 40%;
    padding: 50px;
  }
  .serviceSchemeContainer .imgBox img {
    width: 100%;
  }
  .serviceSchemeContainer section {
    height: 470px;
  }
  .serviceSchemeContainer .section2 {
    background-color: #f5f5f5;
  }
  .serviceSchemeContainer .section2 h2 {
    color: #ccc;
  }
  .serviceConceptContainer .section1 {
    height: 408px;
    background: url('/public/img/high_qulity/img_fuwulinian.png') center no-repeat;
    background-size: cover;
  }
  .serviceConceptContainer .section1 .leftBox {
    padding: 30px 0;
    width: 50%;
  }
  .serviceConceptContainer .section1 h4 {
    margin: 40px 0 20px;
  }
  .serviceConceptContainer .section1 p {
    line-height: 25px;
    margin-bottom: 20px;
  }
  .serviceConceptContainer .section1 li {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    list-style: none;
    border: 1px solid #777;
    text-align: center;
    border-radius: 40px;
    margin-right: 30px;
  }
  .serviceConceptContainer .section2 {
    padding: 50px 0 100px;
  }
  .serviceConceptContainer .section2 .leftBox {
    float: left;
    width: 40%;
  }
  .serviceConceptContainer .section2 .leftBox h3 {
    margin-bottom: 30px;
  }
  .serviceConceptContainer .section2 .midBox {
    float: left;
    width: 40%;
  }
  .serviceConceptContainer .section2 .midBox h3 {
    margin-bottom: 30px;
  }
  .serviceConceptContainer .section2 .rightBox {
    float: left;
    width: 20%;
  }
  .serviceConceptContainer .section2 .rightBox h3 {
    margin: 30px 0 20px;
    line-height: 30px;
  }
  .serviceConceptContainer .section2 .rightBox ul {
    list-style: none;
  }
  .serviceConceptContainer .section2 .rightBox ul li {
    margin: 10px 0;
  }
  .serviceConceptContainer .section2 .rightBox ul img {
    margin-right: 10px;
  }
  .serviceConceptContainer .section3 {
    padding: 40px 0 100px;
    background-color: #f5f5f5;
  }
  .serviceConceptContainer .section3 .sectionHeader {
    position: relative;
    text-align: center;
    height: 150px;
    line-height: 100px;
  }
  .serviceConceptContainer .section3 h1 {
    position: relative;
    z-index: 2;
    margin: 0;
  }
  .serviceConceptContainer .section3 h2 {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    font-size: 60px;
    z-index: 1;
    color: #ddd;
  }