@charset "utf-8";


/* -------------------------------- 初始化样式 -------------------------------- */
* {
    margin: 0;
    padding: 0;
    list-style-type: none;
    outline: 0;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html, body {
    background-color: #ffffff;
    font-family: "Noto Sans CJK SC", "Source Han Sans CN", "PingFangSC-Regular", "sans-serif", "Arial";
    font-size: 62.5%;
    font-weight: normal;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
}
html, body, div, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, p, input, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    display: block; 
    margin: 0; 
    padding: 0; 
}
body, div, ul, li, ol, h1, h2, h3, h4, h5, h6, input, textarea, select, p, dl, dt, dd, a, img, button, form, table, th, tr, td, tbody, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { 
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); 
}
h1, h2, h3, h4, h5, h6, em, h6, b, p, i { 
    font-weight: normal; 
    font-style: normal; 
}
a { 
    text-decoration: none; 
    cursor: pointer; 
}
ol, ul, li { 
    list-style: none outside none; 
}
ul:after { 
    display: block; 
    height: 0; clear: both; 
    visibility: hidden; 
    overflow: hidden; 
    content: "."; 
}
table { 
    border-collapse: collapse; 
}
input, select { 
    -webkit-appearance: none; 
    appearance: none; 
    font-family: "Noto Sans CJK SC", "Source Han Sans CN", "PingFangSC-Regular", "sans-serif", "Arial"; 
}
select::-ms-expand { 
    display:none; 
}
input[type=radio]::-ms-check,input[type=checkbox]::-ms-check { 
    display: none; 
}
input[type="submit"], input[type="reset"], input[type="button"], input { 
    resize: none; 
    border: none; 
}
:focus{ 
    outline: none; 
}
.one-txt-cut {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.txt-cut {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* -webkit-line-clamp: 2; */
    -webkit-box-orient: vertical;
}
.clearfix:after {
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}
.clearfix {
    zoom: 1;
}
.fl {
    float: left !important;
}
.fr {
    float: right !important;
}
.db {
    display: block !important;
}
.dn {
    display: none !important;
}
.pr {
    position: relative !important;
}
.ov {
    overflow: hidden;
}
.bgstyel {
    background-position: center;
    background-repeat: no-repeat;
}
.wrap {
    padding: 0 7.760%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    ustify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


/* -------------------------------- 头部 -------------------------------- */
/* logo */
.heard {
    position: relative;
    width: 100%;
    height: 90px;
}

.logo {
    float: left;
    padding: 15px 4.380% 15px 0;
    font-size: 0;
}

.logo img {
    height: 60px;
}

/* 导航 */
.menu {
    float: left;
}

.menu li {
    position: relative;
    float: left;
    padding: 0 30px;
    height: 90px;
    text-align: center;
}

.menu li a.tit {
    overflow: hidden;
    display: inline-block;
    height: 87px;
    line-height: 90px;
    font-size: 1.6rem;
    color: #333333;
    text-align: center;
    text-transform: uppercase;
}

.menu li.hover a.tit {
    border-bottom: 3px solid #26b597;
    color: #26b597;
}

.submenu {
    position: absolute;
    left: 0;
    top: 90px;
    overflow: hidden;
    display: block;
    width: 100%;
    background-color: #26b597;
    z-index: 100;
    *zoom: 1;
}

.submenu a {
    display: inline-block;
    width: 100%;
    line-height: 42px;
    border-bottom: 1px solid #51c4ac;
    font-size: 1.4rem;
    color: #ffffff !important;
    text-align: center;
    text-transform: uppercase;
    font-weight: 100;
}

.submenu a:hover {
    color: #ffffff !important;
    background-color: #219c81;
}

.submenu a:last-child {
    border-bottom-width: 0;
}

/* 电话 */
.tel {
    float: right;
    margin: 28px 0;
    height: 34px;
    line-height: 34px;
}

@media only screen and (max-width: 1336px) {
    .tel {
        display: none;
    }
}

.tel-ico {
    float: left;
    width: 34px;
    height: 33px;
    font-size: 0;
}

.tel-font {
    float: left;
    padding-left: 10px;
    font-size: 1.8rem;
    color: #26b597;
}

/* 搜索 */
.sb-search {
    overflow: hidden;
    position: absolute;
    right: 7.760%;
    top: 25px;
    width: 0%;
    min-width: 34px;
    max-width: 320px;
    height: 34px;
    border: 1px solid #26b597;
    -webkit-transition: width .3s;
    -moz-transition: width .3s;
    transition: width .3s;
    -webkit-backface-visibility: hidden;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
}

.sb-search-input {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    outline: 0;
    padding: 0 20px;
    width: 100%;
    height: 34px;
    border: 0;
    background-color: #ffffff;
    font-size: 1.6rem;
    color: #26b597;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.sb-search-input::-webkit-input-placeholder {
    color: #26b597;
}

.sb-search-input:-moz-placeholder {
    color: #26b597;
}

.sb-search-input::-moz-placeholder {
    color: #26b597;
}

.sb-search-input:-ms-input-placeholder {
    color: #26b597;
}

.sb-icon-search,
.sb-search-submit {
    position: absolute;
    right: -1px;
    top: -1px;
    padding: 0;
    margin: 0;
    display: block;
    width: 36px;
    height: 36px;
    cursor: pointer;
    line-height: 34px;
    text-align: center;
}

.sb-search-submit {
    background: #fff;
    -ms-filter: "alpha(opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    color: transparent;
    border: 0;
    outline: 0;
    z-index: -1
}

.sb-icon-search {
    z-index: 90;
    background-color: #26b597;
    font-size: 0;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    border-radius: 18px;
}

.sb-search.sb-search-open,
.no-js .sb-search {
    width: 100%;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
    z-index: 11;
    background: #26b597;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
    z-index: 90;
}

/* -------------------------------- 幻灯片轮播-------------------------------- */
.banner {
    height: 680px;
}

.swiper-banner .swiper-pagination-bullet {
    background: #ffffff;
    opacity: 1;
    cursor: pointer;
}

.swiper-banner .swiper-pagination-bullet-active {
    background: #51c4ac;
}

.banner a {
    display: block;
    width: 100%;
    height: 100%;
}

/* -------------------------------- 模块标题 -------------------------------- */
.i-tit {
    line-height: 1;
    text-align: center;
}

.i-tit-font {
    margin-bottom: 20px;
    font-size: 3.8rem;
    color: #333333;
}

.i-tit-font.colf {
    color: #ffffff;
}

.i-tit-line {
    margin: auto;
    width: 50px;
    height: 1px;
    background-color: #666666;
}

.i-tit-line.bgf {
    background-color: #ffffff;
}

/* -------------------------------- 我们的服务 -------------------------------- */
.i-service {
    padding-top: 4.688%;
}

.i-service-wrap {
    overflow: hidden;
    margin-top: 4.667%;
}

.i-service-wrap li {
    float: left;
    padding: 5.729% 0 6.771%;
    margin-left: -1px;
    margin-top: -1px;
    width: 33.333%;
    border-left: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    background-color: #ffffff;
}

.i-service-ico {
    margin: auto;
    width: 78px;
    height: 78px;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 78px 156px;
}

.i-service-tit {
    margin-top: 1.577%;
    margin-bottom: 2.839%;
    line-height: 1;
    font-size: 1.6rem;
    color: #333333;
    font-weight: bold;
    text-align: center;
}

.i-service-txt {
    padding: 0 23.622%;
    line-height: 24px;
    height: 48px;
    font-size: 1.4rem;
    color: #999999;
    text-align: center;
    -webkit-line-clamp: 2;
}

.i-service-wrap li:hover {
    background-color: #26b597;
}

.i-service-wrap li:hover .i-service-ico {
    background-position: 0 -78px;
}

.i-service-wrap li:hover .i-service-tit,
.i-service-wrap li:hover .i-service-txt {
    color: #ffffff;
}

/* -------------------------------- 关于我们 -------------------------------- */
.i-about {
    padding-top: 4.688%;
    padding-bottom: 5.208%;
    background-image: url(../images/bg-01.jpg);
    background-size: cover;
}

.i-about-font {
    margin-top: 3.547%;
    line-height: 32px;
    font-size: 1.6rem;
    color: #ffffff;
    text-align: center;
}

.i-about-btn {
    margin: 5.600% auto 0;
    display: block;
    width: 190px;
    height: 44px;
    border: 1px solid #ffffff;
    -moz-border-radius: 22px;
    -webkit-border-radius: 22px;
    border-radius: 22px;
    line-height: 44px;
    text-align: center;
    font-size: 1.8rem;
    color: #ffffff;
}

/* -------------------------------- 新闻资讯 -------------------------------- */
.i-news {
    padding-top: 4.688%;
    padding-bottom: 5.208%;
}

.i-news-wrap {
    margin-top: 4.667%;
}

.i-news-wrap li {
    float: left;
    margin-bottom: 1.867%;
    width: 49.067%;
    background-color: #f5f5f5;
    -moz-transition: all .25s ease-out .2s;
    -webkit-transition: all .25s ease-out .2s;
    transition: all .25s ease-out .2s;
}

.i-news-wrap li:nth-child(2n) {
    float: right;
}

.i-news-wrap li:hover {
    background-color: #26b597;
    -moz-transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    -moz-box-shadow: 0 0 20px 0 rgba(51, 51, 51, .2);
    -webkit-box-shadow: 0 0 20px 0 rgba(51, 51, 51, .2);
    box-shadow: 0 0 20px 0 rgba(51, 51, 51, .2);
}

.i-news-wrap li a {
    overflow: hidden;
    zoom: 1;
    padding: 3.802% 6.337%;
    display: table;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.i-news-time {
    vertical-align: middle;
    display: table-cell;
    zoom: 1;
    width: 8.666%;
    text-align: center;
    line-height: 1;
}

.i-news-time .day {
    margin-bottom: 10px;
    font-size: 4.2rem;
    font-weight: bold;
    color: #333333;
    -moz-transition: all .25s ease-out .2s;
    -webkit-transition: all .25s ease-out .2s;
    transition: all .25s ease-out .2s;
}

.i-news-time .menth {
    font-size: 1.4rem;
    color: #999999;
    -moz-transition: all .25s ease-out .2s;
    -webkit-transition: all .25s ease-out .2s;
    transition: all .25s ease-out .2s;
}

.i-news-font {
    vertical-align: middle;
    display: table-cell;
    zoom: 1;
    width: 48.725%;
}

.i-news-tit {
    padding: 0 8.929%;
    margin-bottom: 7.440%;
    line-height: 1;
    font-size: 1.8rem;
    color: #333333;
    -moz-transition: all .25s ease-out .2s;
    -webkit-transition: all .25s ease-out .2s;
    transition: all .25s ease-out .2s;
}

.i-news-txt {
    padding: 0 8.929%;
    max-height: 48px;
    line-height: 24px;
    font-size: 1.4rem;
    color: #666666;
    -webkit-line-clamp: 2;
    -moz-transition: all .25s ease-out .2s;
    -webkit-transition: all .25s ease-out .2s;
    transition: all .25s ease-out .2s;
}

.i-news-img {
    vertical-align: middle;
    display: table-cell;
    zoom: 1;
    width: 42.609%;
    font-size: 0;
}

.i-news-wrap li:hover .i-news-time .day,
.i-news-wrap li:hover .i-news-time .menth,
.i-news-wrap li:hover .i-news-tit,
.i-news-wrap li:hover .i-news-txt {
    color: #ffffff;
}

/* -------------------------------- 在线留言 -------------------------------- */
.i-message {
    display: table;
    background-color: #f5f5f5;
}

.i-message-l {
    vertical-align: middle;
    display: table-cell;
    zoom: 1;
    width: 50%;
    font-size: 0;
}

.i-message-r {
    vertical-align: middle;
    display: table-cell;
    zoom: 1;
    width: 50%;
}

.i-message-wrap {
    padding: 0 8.333%;
}

.i-message-tit {
    line-height: 1;
    font-size: 3.8rem;
    color: #333333;
}

.i-message-line {
    margin-top: 2.522%;
    margin-bottom: 5.044%;
    width: 50px;
    height: 1px;
    background-color: #666666;
}

.i-message-box {}

.i-message-box input {
    float: left;
    padding: 15px 1.266%;
    margin: 0 3.783% 3.783% 0;
    width: 27.888%;
    border: 1px solid #cccccc;
    background-color: #f5f5f5;
    color: #666666;
    font-size: 1.4rem;
    outline: medium none;
    -webkit-transition: all 0.5s ease-in-out;
    font-family: "Microsoft YaHei";
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
}

.i-message-box input.r {
    margin-right: 0px;
}

.i-message-box input:hover,
.i-message-box textarea:hover {
    border: 1px solid #26b597;
    color: #26b597;
}

.i-message-box textarea {
    padding: 15px 1.266%;
    width: 97.357%;
    height: 100px;
    border: 1px solid #cccccc;
    outline: medium none;
    -webkit-transition: all 0.5s ease-in-out;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    background-color: #f5f5f5;
    color: #666666;
    font-size: 1.4rem;
    font-family: "Microsoft YaHei";
}

.i-message-btn {
    display: block;
    margin-top: 3.783%;
    width: 200px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    font-size: 1.6rem;
    color: #ffffff;
    background-color: #26b597;
    -moz-border-radius: 24px;
    -webkit-border-radius: 24px;
    border-radius: 24px;
}

@media only screen and (max-width: 1336px) {
    .i-message-box textarea {
        height: 74px;
    }
}

/* -------------------------------- 底部导航 -------------------------------- */
.foot-nav {
    padding-top: 4.688%;
    padding-bottom: 5.208%;
    background-color: #252525;
}

.foot-nav-wx {
    float: left;
    width: 9.956%;
    font-size: 0;
}

.foot-nav-wx p {
    padding-top: 15px;
    line-height: 1;
    font-size: 1.2rem;
    color: #ffffff;
    text-align: center;
}

.foot-nav-contact {
    float: left;
    padding-left: 2.489%;
    width: 16.490%;
    line-height: 30px;
    font-size: 1.4rem;
    color: #ffffff;
}

.foot-nav-r {
    float: right;
    width: 59.738%;
}

.foot-nav-r li {
    float: left;
    width: 20%;
}

.foot-nav-r dt {
    padding-bottom: 14.400%;
    line-height: 1;
    font-size: 2.0rem;
    color: #ffffff;
}

.foot-nav-r dd {
    line-height: 30px;
    font-size: 1.4rem;
}

.foot-nav-r dd a {
    color: #cccccc;
}

/* -------------------------------- copy -------------------------------- */
.foot-copy {
    padding-top: 0.600%;
    padding-bottom: 0.600%;
    background-color: #252525;
    border-top: 1px solid #3d3d3d;
    line-height: 24px;
    font-size: 1.4rem;
    color: #cccccc;
}
.foot-copy a {
    color: #cccccc;
}

/* -------------------------------- 内页-公共样式 -------------------------------- */
.n-banner {
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
}

.container {
    padding: 0 13.542%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.n-menu {
    height: 64px;
}

.n-menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.n-menu li {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.n-menu li a {
    display: block;
    background-color: #ffffff;
    border-right: 1px solid #f2f2f2;
    line-height: 64px;
    font-size: 1.6rem;
    text-align: center;
    color: #666666;
}

.n-menu li a:hover {
    background-color: #26b597;
    color: #ffffff;
}

.n-menu li:last-child a {
    border-right-width: 0;
}

.n-menu-hover a {
    background-color: #26b597 !important;
    color: #ffffff !important;
}

.page-fy {
    margin-top: 30px;
    width: 100%;
    line-height: 24px;
    font-size: 1.4rem;
    text-align: center;
}

.page-fy span {
    padding: 4px 10px !important;
    border: 1px #26b597 solid !important;
    background-color: #26b597 !important;
    color: #ffffff !important;
}

.page-fy a {
    padding: 4px 10px;
    border: 1px solid #e6e6e6;
    background-color: #f2f2f2;
    color: #3f3f3f;
}

.page-fy a:hover {
    padding: 4px 10px;
    border: 1px #26b597 solid;
    background-color: #26b597;
    color: #ffffff;
}

.page-btn {
    padding: 21px 0;
    margin: 60px 0 0;
    width: 100%;
    border-top: 1px #f7f7f7 solid;
}

.page-btn a {
    float: left;
    display: block;
    width: 88px;
    height: 28px;
    margin-right: 20px;
    border-radius: 28px;
    -moz-border-radius: 28px;
    -webkit-border-radius: 28px;
    line-height: 28px;
    text-align: center;
    border: 1px #d6d7dc solid;
    font-size: 1.4rem;
    color: #909090;
}

.page-btn a:hover {
    border: 1px #26b597 solid;
    background-color: #26b597;
    color: #ffffff;
}

.page-btn .back {
    float: right !important;
    margin-right: 0;
}

/* -------------------------------- 内页-关于我们 -------------------------------- */
/*公司简介*/
.n-about {
    padding-top: 4.167%;
    padding-bottom: 4.167%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.n-about-tit {
    line-height: 1;
    font-size: 3.4rem;
    color: #333333;
}

.n-about-name {
    padding-top: 20px;
    padding-bottom: 30px;
    line-height: 1;
    font-size: 2.0rem;
    color: #4c4c4c;
}

.n-about-line {
    width: 50px;
    height: 1px;
    background-color: #4c4c4c;
}

.n-about-font {
    margin-top: 30px;
    line-height: 28px;
    font-size: 1.4rem;
    color: #999999;
}

/*公司实力*/
.n-strength {
    padding-top: 2.604%;
    padding-bottom: 2.604%;
    border-top: 1px solid #e6e6e6;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.n-strength li {
    float: left;
    width: 25%;
    text-align: center;
}

.n-strength-number {
    line-height: 1;
    font-size: 6.0rem;
    font-weight: bold;
    color: #26b597;
}

.n-strength-number-sup {
    font-size: 2.2rem;
}

.n-strength-start {
    margin-top: 7px;
    line-height: 1;
    font-size: 1.6rem;
    color: #666666;
}

/*业务概况*/
.n-survey {
    padding-top: 5.208%;
    padding-bottom: 7.292%;
    background-image: url(../images/bg-02.jpg);
    background-size: cover;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.n-survey-tit {
    line-height: 1;
    font-size: 3.4rem;
    color: #333333;
    text-align: center;
}

.n-survey-font {
    margin-top: 30px;
    line-height: 28px;
    font-size: 1.4rem;
    color: #666666;
    text-align: center;
}

/*资质荣誉*/
.n-honor {
    padding-top: 5.208%;
    padding-bottom: 7.292%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.n-honor-tit {
    line-height: 1;
    font-size: 3.4rem;
    color: #333333;
    text-align: center;
}

.n-honor-wrap {
    position: relative;
    margin-top: 4.325%;
    line-height: 28px;
    font-size: 1.4rem;
    color: #666666;
    text-align: center;
}

.n-honor-box {
    height: 335px;
    border: 1px solid #cccccc;
}

.n-honor-img {
    overflow: hidden;
    position: relative;
    display: table;
    width: 100%;
    height: 333px;
    text-align: center;
    font-size: 0;
}

.n-honor-img span {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 333px;
}

.n-honor-img span img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 333px;
}

/*For IE7*/
*+html .n-honor-img span {
    position: absolute;
    top: 50%;
    width: 100%;
    height: auto;
    vertical-align: baseline;
    text-align: center;
}

*+html .n-honor-img span img {
    position: relative;
    top: -50%;
    left: -50%;
}

.n-honor-wrap .swiper-button-next,
.n-honor-wrap .swiper-button-prev {
    width: 63px;
    height: 63px;
    margin-top: -31px;
    background-size: 63px;
    background-image: url(../images/wm_button_icon.png);
}

.n-honor-wrap .swiper-button-prev,
.n-honor-wrap .swiper-container-rtl .swiper-button-next {
    background-position: 0 0;
    left: -90px;
    right: auto;
}

.n-honor-wrap .swiper-button-next,
.n-honor-wrap .swiper-container-rtl .swiper-button-prev {
    background-position: 0 -130px;
    right: -90px;
    left: auto;
}

/* -------------------------------- 内页-新闻媒体 -------------------------------- */
/*新闻媒体*/
.n-news {
    padding-top: 4.167%;
    padding-bottom: 4.167%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #eef2f5;
}

.n-news-wrap {
    padding: 5.764%;
    background-color: #ffffff;
}

.n-news-wrap li {
    width: 100%;
    margin-bottom: 2.443%;
}

.n-news-wrap li:last-child {
    margin-bottom: 0;
}

.n-news-img {
    position: relative;
    float: left;
    width: 40%;
    font-size: 0;
}

.n-news-time {
    position: absolute;
    top: 0;
    left: 12.897%;
    padding: 10px 0;
    width: 76px;
    height: 56px;
    background-color: #26b597;
    line-height: 28px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
}

.n-news-time-day {
    font-size: 3.6rem;
}

.n-news-time-month {
    font-size: 1.6rem;
}

.n-news-font {
    float: right;
    width: 54.857%;
    padding: 2.258% 0 0 5.143%;
}

.n-news-tit {
    line-height: 1;
    font-size: 1.6rem;
    font-weight: bold;
    color: #333333;
}

.n-news-txt {
    margin-top: 6.389%;
    margin-bottom: 9.167%;
    height: 96px;
    line-height: 24px;
    font-size: 1.2rem;
    color: #666666;
    -webkit-line-clamp: 4;
}

.n-news-btn {
    width: 90px;
    height: 32px;
    border: 1px solid #f7f7f7;
    border-radius: 18px;
    line-height: 32px;
    font-size: 1.2rem;
    text-align: center;
    color: #666666;
}

.n-news li:hover .n-news-time {
    background-color: #cccccc;
}

.n-news li:hover .n-news-btn {
    background-color: #cccccc;
    border-color: #cccccc;
    color: #ffffff;
}

/*新闻媒体-详细页*/
.n-newsShow-tit {
    padding-bottom: 1.852%;
    margin-bottom: 2.778%;
    border-bottom: 1px #f8f8fa solid;
    text-align: center;
}

.n-newsShow-tit h1 {
    padding-bottom: 0.925%;
    font-size: 2.4rem;
    color: #333333;
    font-weight: bold;
}

.n-newsShow-tit-time {
    font-size: 1.2rem;
    color: #999999;
}

.n-newsShow-font {
    line-height: 26px;
    font-size: 1.4rem;
    color: #666666;
}

.n-newsShow-font img {
    max-width: 100%;
}

/* -------------------------------- 内页-项目工程 -------------------------------- */
.n-products {
    padding-top: 4.167%;
    padding-bottom: 4.167%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #eef2f5;
}

.n-products-wrap {
    padding: 5.764%;
    background-color: #ffffff;
}

.n-products-tit {
    line-height: 1;
    font-size: 2.6rem;
    color: #333333;
}

.n-products-line {
    margin-top: 20px;
    margin-bottom: 33px;
    width: 25px;
    height: 1px;
    background-color: #4c4c4c;
}

.n-products-font {
    line-height: 28px;
    font-size: 1.4rem;
    color: #666666;
}

.swiper-products .swiper-button-next,
.swiper-products .swiper-button-prev {
    width: 52px;
    height: 134px;
    margin-top: -67px;
    background-size: 52px 134px;
}

.swiper-products .swiper-button-prev,
.swiper-products.swiper-container-rtl .swiper-button-next {
    background-image: url(../images/ico-07.png);
    left: 0;
    right: auto;
}

.swiper-products .swiper-button-next,
.swiper-products .swiper-container-rtl .swiper-button-prev {
    background-image: url(../images/ico-08.png);
    right: 0;
    left: auto;
}

/* -------------------------------- 内页-人才招聘 -------------------------------- */
/*人才理念*/
.n-job {
    padding-top: 4.167%;
    padding-bottom: 4.167%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #eef2f5;
}

.n-job-wrap {
    padding: 5.764%;
    background-color: #ffffff;
}

.n-job-tit {
    line-height: 1;
    font-size: 2.6rem;
    color: #333333;
}

.n-job-line {
    margin-top: 20px;
    margin-bottom: 33px;
    width: 25px;
    height: 1px;
    background-color: #4c4c4c;
}

.n-job-font {
    line-height: 28px;
    font-size: 1.4rem;
    color: #666666;
}

/*人才招聘*/
.n-join {
    padding-top: 4.167%;
    padding-bottom: 4.167%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #eef2f5;
}

.n-join-wrap {
    padding: 5.764%;
    background-color: #ffffff;
}

.n-join-wrap li {
    float: left;
    margin: 0 0 2.443% 0;
    padding: 26px 2.443%;
    width: 43.893%;
    border: 1px solid #eef2f5;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
}

.n-join-wrap li:nth-child(2n) {
    float: right;
}

.n-join-zw {
    padding-bottom: 4px;
    color: #333;
    font-size: 1.8rem;
}

.n-join-num span {
    padding: 0 20px;
    background: url(../images/ico-09.png) no-repeat left center;
    line-height: 18px;
    font-size: 1.2rem;
    color: #666666;
}

.n-join-font {
    margin: 2.788% 0 5.576%;
    height: 96px;
    -webkit-line-clamp: 4;
}

.n-join-font p {
    line-height: 24px;
    color: #666666;
    font-size: 1.2rem;
}

.n-join-btn {
    font-size: 1.4rem;
    color: #333333;
}

.n-join-wrap li:hover {
    border-color: #26b597;
}

.n-join-wrap li:hover h2 {
    color: #26b597;
}

.n-join-wrap li:hover .n-join-btn {
    color: #26b597;
}

/*人才招聘-详细页*/
.n-joinShow-font {
    padding-bottom: 1.140%;
}

.n-joinShow-num {
    float: left;
    margin-bottom: 8px;
    width: 52px;
    height: 52px;
    background-color: #26b597;
    line-height: 52px;
    color: #ffffff;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}

.n-joinShow-r {
    padding-left: 67px;
    height: 52px;
}

.n-joinShow-r h2 {
    font-size: 1.8rem;
    font-weight: bold;
    color: #26b597;
}

.n-joinShow-r p {
    padding: 7px 0 0 0;
    font-size: 1.4rem;
    color: #666666;
}

.n-joinShow-tit {
    float: left;
    width: 90px;
    line-height: 28px;
    color: #333333;
    font-size: 1.4rem;
    font-weight: bold;
}

.n-joinShow-txt {
    padding-left: 90px;
    line-height: 28px;
    color: #666666;
    font-size: 1.4rem;
}

/* -------------------------------- 内页-人才招聘 -------------------------------- */
.n-contact {
    padding-top: 4.167%;
    padding-bottom: 4.167%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #eef2f5;
}

.n-contact-wrap {
    padding: 5.764%;
    background-color: #ffffff;
}

.n-contact-map {
    margin-bottom: 5.538%;
}

.n-contact-list li {
    float: left;
    width: 33.333%;
    text-align: center;
}

.n-contact-list-ico {
    margin: auto;
    width: 20.428%;
    padding-bottom: 20.428%;
    background-image: url(../images/ico-10.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.n-contact-list li:first-child+li .n-contact-list-ico {
    background-image: url(../images/ico-11.png);
}

.n-contact-list li:first-child+li+li .n-contact-list-ico {
    background-image: url(../images/ico-12.png);
}

.n-contact-list-tit {
    padding-top: 4.751%;
    padding-bottom: 2.613%;
    line-height: 1;
    font-size: 1.6rem;
    color: #333333;
}

.n-contact-list-txt {
    padding: 0 2.375%;
    line-height: 28px;
    font-size: 1.4rem;
    color: #666666;
}

@media only screen and (min-width: 1024px) {

    .hearder,
    .drawer-section {
        display: none;
    }
}

@media only screen and (max-width: 1024px) {
    .wrap {
        padding: 0 10px;
    }
    .heard {
        display: none;
    }
    .hearder {
        padding: 13px 7.292%;
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, .20);
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    .logo {
        padding: 0;
    }
    .logo img {
        height: 38px;
    }
    .menu-list {
        float: right;
        width: 32px;
        height: 36px;
        cursor: pointer;
    }
    .menu-list li {
        margin-top: 6px;
        height: 4px;
        background-color: #26b597;
        border-radius: 2px;
    }
    .drawer-section {
        position: absolute;
        top: 65px;
        z-index: 149;
        width: 100%;
        background-color: #26b597;
        display: none;
    }
    .touch-menu ul li {
        position: relative;
        text-transform: uppercase;
    }
    .touch-menu ul li:last-child {
        border-bottom-width: 0;
    }
    .touch-menu ul li a {
        display: block;
        padding: 0 10px;
        height: 44px;
        border-bottom: 1px solid #51c4ac;
        line-height: 44px;
        color: #ffffff;
        font-size: 1.6rem;
    }
    .touch-menu ul li a:hover,
    .touch-menu ul li a:active {
        color: #ffffff;
    }
    .touch-menu ul li i {
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        width: 44px;
        height: 44px;
        border-left: 1px #51c4ac solid;
        overflow: hidden;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 16px;
    }
    .touch-menu ul ul {
        display: none;
        margin: 0;
    }
    .touch-menu ul ul li {
        border-bottom: none;
        margin: 0;
        padding: 0;
    }
    .touch-menu ul ul li a {
        padding: 0 20px 0 37px;
        height: 42px;
        line-height: 42px;
        font-size: 1.4rem;
    }
    .touch-menu ul ul li i {
        position: absolute;
        left: 20px;
        top: 18px;
        width: 6px;
        height: 6px;
        background-color: #ffffff;
        border-radius: 100%;
        -moz-border-radius: 100%;
        -webkit-border-radius: 100%;
        -o-border-radius: 100%;
    }
    .touch-arrow-down {
        background-image: url(../images/ico-13.png);
    }
    .touch-arrow-up {
        background-image: url(../images/ico-14.png);
    }

    /* -------------------------------- 幻灯片轮播-------------------------------- */
    .banner {
        height: 232px;
    }

    /* -------------------------------- 我们的服务 -------------------------------- */
    .i-service-wrap li {
        width: 50%;
    }

    /* -------------------------------- 关于我们 -------------------------------- */
    .i-about {
        padding-top: 4.688%;
        padding-bottom: 5.208%;
    }

    /* -------------------------------- 新闻资讯 -------------------------------- */
    .i-news {
        padding-top: 4.688%;
        padding-bottom: 5.208%;
    }
    .i-news-wrap li {
        float: none;
        width: 100%;
    }
    .i-news-wrap li:nth-child(2n) {
        float: none;
    }
    .i-news-img {
        display: none;
    }

    /* -------------------------------- 在线留言 -------------------------------- */
    .i-message {
        display: block;
    }
    .i-message-l {
        display: block;
        width: 100%;
    }
    .i-message-r {
        padding-top: 4.688%;
        padding-bottom: 5.208%;
        display: block;
        width: 100%;
    }
    .i-message-wrap {
        padding: 0 10px;
    }
    .i-message-box input {
        margin: 0 0 3.783% 0;
        width: 97.357%;
    }

    /* -------------------------------- 底部导航 -------------------------------- */
    .foot-nav {
        padding-top: 4.688%;
        padding-bottom: 5.208%;
    }
    .foot-nav-wx {
        width: 25%;
        font-size: 0;
    }
    .foot-nav-contact {
        padding-left: 2.489%;
        width: 72%;
        line-height: 24px;
    }
    .foot-nav-r {
        display: none;
    }

    /* -------------------------------- copy -------------------------------- */
    .foot-copy {
        padding-top: 0.600%;
        padding-bottom: 0.600%;
        text-align: center;
    }
    .foot-copy .fr {
        display: none;
    }

    /* -------------------------------- 内页-公共样式 -------------------------------- */
    .n-banner {
        height: 132px;
    }
    .container {
        padding: 0 10px;
    }
    .n-menu {
        height: 64px;
    }
    .n-menu ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
    }
    .n-menu li {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        flex: 1;
    }
    .n-menu li a {
        display: block;
        background-color: #ffffff;
        border-right: 1px solid #f2f2f2;
        line-height: 64px;
        font-size: 1.6rem;
        text-align: center;
        color: #666666;
    }
    .n-menu li a:hover {
        background-color: #26b597;
        color: #ffffff;
    }
    .n-menu li:last-child a {
        border-right-width: 0;
    }
    .n-menu-hover a {
        background-color: #26b597 !important;
        color: #ffffff !important;
    }
    .page-fy {
        margin-top: 30px;
        width: 100%;
        line-height: 24px;
        font-size: 1.4rem;
        text-align: center;
    }
    .page-fy span {
        padding: 4px 10px !important;
        border: 1px #26b597 solid !important;
        background-color: #26b597 !important;
        color: #ffffff !important;
    }
    .page-fy a {
        padding: 4px 10px;
        border: 1px solid #e6e6e6;
        background-color: #f2f2f2;
        color: #3f3f3f;
    }
    .page-fy a:hover {
        padding: 4px 10px;
        border: 1px #26b597 solid;
        background-color: #26b597;
        color: #ffffff;
    }
    .page-btn {
        padding: 21px 0;
        margin: 60px 0 0;
        width: 100%;
        border-top: 1px #f7f7f7 solid;
    }
    .page-btn a {
        float: left;
        display: block;
        width: 88px;
        height: 28px;
        margin-right: 20px;
        border-radius: 28px;
        -moz-border-radius: 28px;
        -webkit-border-radius: 28px;
        line-height: 28px;
        text-align: center;
        border: 1px #d6d7dc solid;
        font-size: 1.4rem;
        color: #909090;
    }
    .page-btn a:hover {
        border: 1px #26b597 solid;
        background-color: #26b597;
        color: #ffffff;
    }
    .page-btn .back {
        float: right !important;
        margin-right: 0;
    }

    /* -------------------------------- 内页-关于我们 -------------------------------- */
    /*公司简介*/
    .n-about {
        padding-top: 4.167%;
        padding-bottom: 4.167%;
    }

    /*公司实力*/
    .n-strength {
        padding-top: 2.604%;
        padding-bottom: 2.604%;
    }
    .n-strength li {
        width: 50%;
        padding-bottom: 5.208%;
    }
    .n-strength-number {
        font-size: 4.0rem;
    }
    .n-strength-number-sup {
        font-size: 1.2rem;
    }
    .n-strength-start {
        font-size: 1.2rem;
    }

    /*业务概况*/
    .n-survey {
        padding-top: 5.208%;
        padding-bottom: 7.292%;
    }

    /*资质荣誉*/
    .n-honor {
        padding-top: 5.208%;
        padding-bottom: 7.292%;
    }
    .n-honor-box {
        height: 215px;
    }
    .n-honor-img {
        height: 213px;
    }
    .n-honor-img span {
        height: 213px;
    }
    .n-honor-img span img {
        max-height: 213px;
    }
    .n-honor-wrap .swiper-button-next,
    .n-honor-wrap .swiper-button-prev {
        display: none;
    }

    /* -------------------------------- 内页-新闻媒体 -------------------------------- */
    /*新闻媒体*/
    .n-news {
        padding-top: 4.167%;
        padding-bottom: 4.167%;
    }
    .n-news-wrap {
        padding: 2.882%;
    }
    .n-news-wrap li {
        width: 100%;
        margin-bottom: 2.443%;
    }
    .n-news-time {
        width: 56px;
        height: 26px;
        line-height: 1;
        font-weight: normal;
    }
    .n-news-time-day {
        font-size: 1.2rem;
    }
    .n-news-time-month {
        font-size: 0.8rem;
    }
    .n-news-txt {
        margin-top: 3.194%;
        margin-bottom: 9.167%;
        height: 48px;
        line-height: 24px;
        font-size: 1.2rem;
        color: #666666;
        -webkit-line-clamp: 2;
    }
    .n-news-btn {
        display: none;
    }

    /* -------------------------------- 内页-项目工程 -------------------------------- */
    .n-products {
        padding-top: 4.167%;
        padding-bottom: 4.167%;
    }

    /* -------------------------------- 内页-人才招聘 -------------------------------- */
    /*人才理念*/
    .n-job {
        padding-top: 4.167%;
        padding-bottom: 4.167%;
    }

    /*人才招聘*/
    .n-join {
        padding-top: 4.167%;
        padding-bottom: 4.167%;
    }
    .n-join-wrap li {
        float: none;
        padding: 26px 2.443%;
        width: auto;
    }
    .n-join-wrap li:nth-child(2n) {
        float: none;
    }

    /*人才招聘-详细页*/
    .n-joinShow-num {
        display: none;
    }
    .n-joinShow-r {
        padding-left: 0;
        height: auto;
    }
    .n-joinShow-r h2 {
        font-size: 1.8rem;
        font-weight: bold;
        color: #26b597;
    }
    .n-joinShow-r p {
        padding: 7px 0 0 0;
        font-size: 1.4rem;
        color: #666666;
    }
    .n-joinShow-tit {
        float: none;
        width: 100%;
        line-height: 28px;
        color: #333333;
        font-size: 1.4rem;
        font-weight: bold;
    }
    .n-joinShow-txt {
        padding-left: 0;
        line-height: 28px;
        color: #666666;
        font-size: 1.4rem;
    }

    /* -------------------------------- 内页-联系我们 -------------------------------- */
    .n-contact {
        padding-top: 4.167%;
        padding-bottom: 4.167%;
    }
    .n-contact-list li {
        width: 100%;
        margin-bottom: 5.468%
    }
}