body a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
html, body{
    font-size: 100%;
    font-family: 'Roboto Condensed', sans-serif;
}
body{
    background:#FFFFFF;
}
ul,li {
    list-style: none;
    padding: 0;
    margin: 0;
}
/* @font-face {
    font-family: hwxk;
    src: url("../fonts/华文行楷.ttf");
} */
@font-face {
    font-family: corbel;
    src: url("../fonts/corbel.ttf");
}
.clearfix { zoom:1; }
.clearfix:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    line-height: 0;
    content: '';
}
/**
 * header 2018/8/31.
 */
input[type="submit"],
.w3l_banner_info_left_grid_left h3 a,
.w3agile_footer_copy p a,.reply a,
.agile_cat_grid_tags ul li a:hover,
.agile_cat_grid ul.categories li a,
.w3l_admin a,.w3ls_single_left_grid_right ul li a,
.wthree_features_services_grid h4 a,
.agile_services_bottom_grid_left_grid a,
.simplefilter li,.agileinfo_footer_grid ul li a,
.w3l_banner_info_left_grid1,
.agile_blog_grid h4 a{
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
}
.header {
    background: #FFFFFF;
}
.navbar-default {
    background: none;
    border: none;
}
.navbar {
    margin-bottom: 0;
}
.navbar-collapse {
    padding: 0;
    box-shadow: none;
}
.navbar-default .navbar-brand {
    color: #fff;
}
.w3layouts-logo h1{
    margin:0;
}
.w3layouts-logo h1 a img{
    height: 110px;
}
.w3layouts-logo h1 a span{
    font-size: .6em;
    letter-spacing: 2px;
    text-align: right;
    color: #4574e7;
}
.navbar-nav {
    float: right;
    margin: 0;
}
.navbar-default .navbar-nav > li > a {
    color: #4574e7;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #fff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
    color: #ffffff;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #4574e7;
}
.navbar-nav > li > a {
    font-size: 16px;
    padding: 0 20px;
    text-transform: uppercase;
    margin-right:2px;
    line-height: 110px;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #4574e7;
}
/* 下拉导航 */
.hvr-sweep-to-bottom {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-sweep-to-bottom:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #4574e7;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-sweep-to-bottom:hover,
.hvr-sweep-to-bottom:focus,
.hvr-sweep-to-bottom:active {
    color: white;
}
.hvr-sweep-to-bottom:hover:before,
.hvr-sweep-to-bottom:focus:before,
.hvr-sweep-to-bottom:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}
ul.dropdown-menu {
    background: #212121;
    box-shadow: 0 0 0;
    border: none;
    margin: 0;
    top: 110px;
    left: 0;
    min-width: 97px;
}
.dropdown-menu > li > a {
    display: block;
    padding: 6px 11px !important;
    clear: both;
    margin: 0 !important;
    font-weight: normal;
    line-height: 1.42857143;
    color: #FFF !important;
    border: none !important;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background: none;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 103%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}
.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-width: 5px 0 5px 5px;
    margin-top: 5px;
    margin-right: -10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}
.dropdown-submenu.pull-left {
    float: none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #4574e7 !important;
    outline: 0;
}
.navbar-toggle {
    margin-right: 0;
}
/* 导航样式更改 */
.navbar-nav > li > .dropdown-menu {
    margin-top: 10px;
    box-shadow: 0 22px 22px rgba( 7, 0, 2,0.05 );
}
ul.dropdown-menu {
    background: #eeeeee;
}
.dropdown-menu > li > a {
    color: #4574e7 !important;
    padding: 6px 20px !important;
    line-height: 30px;
}
.dropdown-menu > li > a:hover {
    color: #FFF !important;
}
/**
 * banner 2018/8/31.
 */
.banner {
    background: url(../images/banner-bg.jpg) no-repeat center top;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 520px;
    position: relative;
    overflow: hidden;
}
.wmuSlider {
    position: relative;
    list-style: none;
    padding: 0;
}
.banner-info {
    padding: 28px 0;
    position: relative;
}
.info {
    margin: 70px 0;
    color: #fff;
    position: relative;
    left: -300px;
}
.info .title-Cn {
    line-height: 70px;
    font-size: 34px;
    margin: 0;
    letter-spacing: 1px;
}
.info .title-En {
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.info .title-describe {
    font-size: 18px;
    line-height: 28px;
    padding-right: 44px;
    margin-bottom: 40px;
}
.info1 {
    text-align: center;
    position: relative;
    right: -300px;
}
.info1 img{
    margin: 0 auto;
}
.info a.sign {
    background: transparent;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 300;
    padding: 8px 35px;
    display: inline-block;
    text-decoration: none;
    border-radius: 3px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -msborder-radius: 3px;
    position: relative;
    border: 1px solid #fff;
}
.info a.sign:hover {
    box-shadow: 0px 0px 24px 0px rgba( 7, 0, 2,.1 );
}
.wmuSliderPagination {
    z-index: 2;
    position: absolute;
    right: 40%;
    bottom: 35px;
}
ul.wmuSliderPagination {
    padding: 0;
}
.wmuSliderPagination li {
    float: left;
    margin: 0 8px 0 0;
    list-style-type: none;
}
.wmuSliderPagination a {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 10px;
    background: #fff51f;
}
.wmuSliderPagination a.wmuActive {
    background: #fb4d01;
}
.banner .prev, .banner .next {
    display: none;
    width: 80px;
    height: 80px;
    background: url(../images/banner-btn.png) no-repeat;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    background-size: cover;
}
.banner .prev {
    left: 60px;
}
.banner .next {
    right: 60px;
    background-position: right;
}
.num {
    display: none;
}
.num ul li {
    display: block;
    text-indent: -9999px;
    width: 10px;
    height: 10px;
    background: #fff51f;
}
.num ul li.wmuActive {
    background: #fb4d01;
}
/**
 *  产品展示 2018/9/6.
 */
.content-area {
    padding-top: 83px;
    padding-bottom: 140px;
}
.productsDiv {
    margin-top: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
}
.page-title .title-CN {
    color: #4a4a4a;
    font-size: 30px;
    line-height: 33px;
    /* font-family: hwxk; */
    margin: 0;
}
.page-title .title-EN {
    color: #a7a7a7;
    font-size: 16px;
    line-height: 18px;
    font-family: corbel;
    text-transform: uppercase;
    margin-top: 8px;
    margin-bottom: 20px;
    letter-spacing:2px;
}
.page-title .greenLine {
    display: block;
    width: 116px;
    height: 2px;
    background-color: #4574e7;
}
.page-title .grayLine {
    display: block;
    width: 464px;
    height: 2px;
    background-color: #e3e3e3;
    margin-bottom: 76px;
}
.text-center .greenLine,
.text-center .grayLine {
    margin-left: auto;
    margin-right: auto;
}
.products-btn {
    display: inline-block;
    vertical-align: top;
    opacity: .7;
}
.products-btn:hover {
    opacity: .9;
}
.productsUl {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 8000px;
    overflow: hidden;
    display: inline-block;
}
.productsLi {
    padding: 0;
    float: left;
    overflow: 	visible;
}
.products {
    display: block;
    padding: 0 15px;
}
.productsImg {
    width: 100%;
}
.productsText {
    line-height: 80px;
    background-color: #4574e7;
    margin: 0;
    color: #fff;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.productsLi a div:hover {
    box-shadow: 0 0 25px 0 rgba( 7, 0, 2,.35 );
    position: relative;
}
/**
 *  我们的优势 2018/9/7.
 */
.advantage-area {
    background: url("../images/advantage-area.jpg") no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
.advantagesImg {
    max-width: 600px;
    margin: 90px auto;
    position: relative;
}
.advantagesUl {
    list-style: none;
    margin: 0;
    background: url("../images/semiCircle.png") no-repeat;
    background-size: contain;
    padding-left: 110px;
}
.advantagesLi {
    margin-bottom: 82px;
}
.listSpn {
    width: 76px;
    height: 76px;
    color: #fff;
    line-height: 76px;
    border-radius: 50%;
    font-size: 46px;
    font-weight: bold;
    float: left;
    text-align: center;
    font-family: Calibri;
    margin-right: 34px;
}
.advantages-title{
    font-size: 20px;
    line-height: 34px;
    color: #6c6c6c;
    font-weight: bold;
    margin: 0;
}
.advantages-text {
    font-size: 16px;
    line-height: 23px;
    color: #6c6c6c;
    margin-top: 6px;
    margin-bottom: 0;
    text-align: justify;
}
.advantagesUl .locateLi {
    position: relative;
    left: -76px;
}
/**
 *  统计展示 2018/9/7.
 */
.statistics-area {
    background: url("../images/statistics-bg.jpg") no-repeat;
    padding: 130px 0;
    background-size: cover;
}
.infoBox {
    padding: 0 34px;
}
.statisticsDiv {
    color: #fff;
    text-align: center;
}
.infoBox .infoH1 {
    font-size: 40px;
    line-height: 47px;
    margin-bottom: 0;
    margin-top: 0;
    font-family: Arial;
}
.infoBox .infoH2 {
    font-size: 18px;
    line-height: 33px;
    margin-bottom: 14px;
    margin-top: 0;
}
.infoBox .infoText {
    line-height: 29px;
    margin-bottom: 0;
}

/**
 *  勾陈文化 2018/9/10.
 */
.culture-area {
    padding: 52px 0;
    background: url(../images/cultureBg.jpg);
    background-size: auto 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.cultureDiv {
    margin-top: 26px;
    overflow: visible;
}
.culture-p {
    color: #acacac;
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
}
.culture-link {
    background: #4574e7;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 300;
    padding: 8px 35px;
    display: inline-block;
    border-radius: 3px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -msborder-radius: 3px;
    position: relative;
    border: 1px solid #4574e7;
    float: right;
    margin-top:20px;
}
.culture-link:hover {
    background: #3f6adc;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 0 25px 0 rgba( 7, 0, 2,.15 );
}
.cultureBox .page-title .title-CN {
    text-align: left;
    padding: 0 15px;
}
/**
 *  新闻资讯 2018/9/12 .
 */
.news-area {
    background: url("../images/news-area.jpg") no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
.newsImg-ul,
.newsText-ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.newsImg-ul li {
    margin-bottom: 18px;
    padding: 0 15px;
}
.newsImg {
    width: 100%;
}
.newsText-ul li {
    margin-bottom: 9px;
    margin-left: 30px;
}
.newsText-link {
    padding: 30px 0;
    display: block;
}
.newsText-date {
    float: left;
    background-color: #e3e3e3;
    width: 86px;
    height: 86px;
    color: #6b645e;
    margin-right: 18px;
}
.newsText-day {
    font-size: 28px;
    font-family: Arial;
    display: block;
    text-align: center;
    line-height: 26px;
    margin-top: 20px;
}
.newsText-years {
    font-size: 14px;
    font-family: Arial;
    display: block;
    text-align: center;
}
.newsText-link:hover {
    text-decoration: none;
}
.newsText-link:hover .newsText-date{
    background-color: #4574e7;
    color: #fff;
}
.newsText-h4 {
    font-size: 18px;
    color: #6c6c6c;
    line-height: 32px;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.newsText-link:hover .newsText-h4{
    color: #4574e7;
}
.newsText-p {
    font-size: 16px;
    color: #acacac;
    margin-bottom: 0;
    line-height: 24px;
}
.newsDate {
    color: #a2a9b0;
    font-size: 15px;
}
.newsDate em{
    font-style: normal;
    margin-left: 10px;
}
.caseLink a:hover h4 {
    color: #4574e7;
}
.caseLink a h4 {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/**
 *  翻页样式 2018/9/12 .
 */
.pagingDiv{
    text-align: center;
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #f0f2f5;
    color: #888;
}
.met-case-div .met-case-ul .pagingDiv a{
    color: #888;
}
.met-case-div .met-case-ul .pagingDiv a:hover{
    color: #4574e7;
    cursor: pointer;
}

/**
 *  footer 2018/9/12 .
 */
.footer-area {
    background-color: #212832;
    padding-bottom: 0;
}
.footer-title {
    color: #fff;
    font-size: 18px;
    margin: 0 0 26px 0;
}
.footer-arrows {
    width: 16px;
    float: left;
    margin-right: 10px;
}
.footer-text {
    font-size: 16px;
    line-height: 14px;
    display: block;
    color: #d4d4d4;
}
.footerLink-ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.footerLink-ul li {
    margin-bottom: 22px;
}
.footerLink-ul li a:hover span{
    color: #2e60da;
}
.footer-add {
    line-height: 26px;
    margin-top: -7px;
    margin-left: 26px;
}
.footer-product {
    width: 100%;
    border: 2px solid #fff;
}
.footerProduct-ul .col-xs-4 {
    padding: 0 9px;
    margin-bottom: 18px;
}
.footerCopyright {
    text-align: center;
    color: #fff;
    border-top: 2px solid #b3b3b3;
    line-height: 84px;
    margin-top: 28px;
}
.footerCopyright p{
   line-height:35px;
    margin-bottom:0; 
}
.footerCopyright p a{
  color:#fff
}
.footerCopyright p:first-child {
    margin-top:10px
}
.footerCopyright p:last-child {
    margin-bottom:10px
}
.publicA {
display:block;
text-decoration:none;
height:27px;
line-height:27px;
}
.publicA img {
width:20px; 
margin-right:5px
}
.publicA p {
float:left;
height:27px;
line-height:27px;
margin: 0px 0px 0px 5px;
}
/**
 *  二级页-banner 2018/9/14 .
 */
.secondBanner {
    background: url(../images/banner-bg.jpg) no-repeat center top;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    height: 400px;
    position: relative;
    overflow: hidden;
}
.location-ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.location-img img {
    height: 350px;
    margin-left: 50px;
    margin-top: 40px;
}
.location-title .title-Cn {
    color: #fff;
    line-height: 40px;
    font-size: 40px;
    margin: 0;
    letter-spacing: 1px;
    text-align: left;
}
.location-title .title-En {
    color: #fff;
    line-height: 34px;
    font-size: 26px;
    text-transform:uppercase;
    letter-spacing: 1px;
    margin-top: 10px;
    margin-bottom: 5px;
    text-align: left;
}
.lTitle-div {
    border-left: 6px solid #fff;
    padding-left: 34px;
    margin-top: 140px;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
}
.location-title {
    text-align: center;
}
/**
 *  二级页-成功案例 2018/9/14 .
 */
.met-content-area {
    padding: 30px 0;
    border-top: 1px solid #f0f2f5;
    background: #f2f2f2;
}
.met-content-area .case-box {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.met-content-area .met-case-div {
    padding: 30px;
    background: #ffffff;
    border-bottom: 1px solid #f0f2f5;
    overflow: hidden;
}
.met-content-area .met-case-ul li {
    margin-bottom: 0;
    padding-bottom: 30px;
    border-bottom: 1px solid #f0f2f5;
}
.media {
    margin-top: 15px;
    padding-top: 30px;
}
.media:first-child {
    margin-top: 0;
}
.media-object {
    width: 100%;
    opacity: 1;
    -moz-transform:scale(1,1);
    -webkit-transform:scale(1,1);
    -o-transform:scale(1,1);
    -ms-transform:scale(1,1);
    transform:scale(1,1);
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.media-object:hover {
    -moz-transform:scale(1.1,1.1);
    -webkit-transform:scale(1.1,1.1);
    -o-transform:scale(1.11,1.11);
    -ms-transform:scale(1.11,1.11);
    transform:scale(1.11,1.11);
}
.media-heading {
    margin: 0 0 20px;
    font-size: 22px;
}
.caseLink {
    display: block;
}
.media-heading{
    color: #2a333c;
}
.caseLink :hover h4{
    color: #4574e7;
}
.met-content-area ul.met-case-ul li p.des {
    color: #76838f;
    margin-bottom: 10px;
    font-size: 16px;
    text-align: justify;
    line-height: 24px;
}
.met-content-area ul.met-case-ul li p {
    color: #76838f;
    margin-bottom: 10px;
    font-size: 16px;
    text-align: justify;
    line-height: 24px;
}
.media-link{
    color: #a9a9a9;
    margin-bottom: 0;
}
.media-link:hover{
    color: #4574e7;
}
.media-link  a:hover{
    -moz-transform:scale(1.1,1.1);
    -webkit-transform:scale(1.1,1.1);
    -o-transform:scale(1.11,1.11);
    -ms-transform:scale(1.11,1.11);
    transform:scale(1.11,1.11);
}
.met-content-area .page {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 10px;
}
.met-content-area .page a{
    font-family: arial;
    background: #f8f8f8;
    padding: 5px 10px;
    margin: 0 2px;
    cursor: pointer;
    color: #666;
}
/**
 * 二级页面右侧板块 2018/9/18.
 */
.met-news-bar {
    margin-left: 30px;
    padding: 30px;
    background: #ffffff;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    -o-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    -ms-box-shadow: 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: 0 1px 1px rgba(0,0,0,0.05);
}
.met-news-bar .recommend h3 {
    font-size: 18px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 24px;
    font-family: yuehei, "微软雅黑", Arial;
    color: #323232;
}
.met-news-bar .recommend .list-group {
    margin-top: 10px;
    margin-bottom: 0;
}
.discounts-img {
    width: 100%;
    opacity: 1;
    -moz-transform:scale(1,1);
    -webkit-transform:scale(1,1);
    -o-transform:scale(1,1);
    -ms-transform:scale(1,1);
    transform:scale(1,1);
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.discountsLi h4 {
    text-align: center;
    color: #7d7d7d;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 14px;
    padding: 14px 0;
}
.met-news-bar .erweiDiv {
    padding-top: 20px;
    border-top: 1px solid #f0f2f5;
}
.discountsLi:hover .discounts-img{
    -moz-transform:scale(1.1,1.1);
    -webkit-transform:scale(1.1,1.1);
    -o-transform:scale(1.11,1.11);
    -ms-transform:scale(1.11,1.11);
    transform:scale(1.11,1.11);
    box-shadow: 0 7px 22px 0 rgba( 7, 0, 2,.15 );
}
.discountsLi:hover h4{
    color: #4574e7;
}
.erweiDiv .erwei {
    width: 100%;
}
.erweiDiv .list-group-item {
    padding: 0;
}
.erweiDiv .list-group {
    margin-top: 0;
}
/**
 * 子页面菜单 2018/9/26.
 */
.met-column-nav {
    border-bottom: 1px solid #f0f2f5;
    text-align: center;
}
.met-column-nav .met-column-nav-ul {
    padding: 0px;
    list-style: none;
    margin: 0;
    padding: 10px 0;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
}
.met-column-nav .met-column-nav-ul > li {
    white-space: nowrap;
    display: inline-block;
    float: none;
    margin: 0 5px;
}
.met-column-nav .met-column-nav-ul > li a.link {
    text-decoration: none;
    display: block;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: 300;
    color: #90939b;
    cursor: pointer;
    border: 1px solid #90939b;
    border-radius: 4px;
    margin-left: 2px;
    margin-right: 2px;
}
.met-column-nav .met-column-nav-ul > li a.link:hover, .met-column-nav .met-column-nav-ul > li a.link.active {
    color: #4574e7;
    border: 1px solid #4574e7;
}
/**
 * <=勾陈文化 2018/8/31.
 */
.met-show {
    padding: 30px 0;
    background: #ffffff;
    word-break: break-all;
}
.met-editor {
    padding: 30px;
    background: #ffffff;
    width: 100%;
    max-width: 100%;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.8;
    color: #222;
    word-wrap: break-word;
}
.met-editor p {
    margin-bottom: 16px;
}
.met-editor img:not(.imgloading) {
    height: auto !important;
}
.met-editor img {
    max-width: 100%;
}
/**
 * <=公司资质 2018/9/26.
 */
.aptitudeUl {
    padding: 30px;
}
.aptitudeLi {
    width: 25%;
    float: left;
    padding: 15px;
}
.aptitudeLi-two {
    width: 50%;
}
.aptitudeImg {
    width: 100%;
}
/**
 * 招贤纳士 2018/9/26 .
 */
.met-feedback {
    padding: 30px 0px;
    background: #f2f2f2;
}
.met-feedback .container {
    max-width: 800px;
}
.met-feedback .met-feedback-body {
    padding: 30px;
    background: #ffffff;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.bellows__item:not(.bellows--is-open) > .bellows__content {
    display: none;
}
.bellows__item.bellows--is-open > .bellows__content-wrapper,
.bellows__item.bellows--is-closing > .bellows__content-wrapper {
    display: block;
}
.bellows__content-wrapper {
    display: none;
}
.bellows {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bellows__header {
    position: relative;
    padding: 15px 20px;
    border: 1px solid #2e60da;
    border-width: 0 0 1px;
    background: #4574e7;
    color: white;
    -webkit-tap-highlight-color: transparent;
}
.bellows__header:active {
    background: #2e60da;
}
.bellows__header .minus {
    content: '';
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.bellows__header .plus {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.bellows__item.bellows--is-open > .bellows__header .minus,
.bellows__item.bellows--is-opening > .bellows__header .minus {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.bellows__item.bellows--is-open > .bellows__header .plus,
.bellows__item.bellows--is-opening > .bellows__header .plus {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
.bellows__item:last-child > .bellows__header {
    border-bottom: 0;
}
.bellows__header h1,
.bellows__header h2,
.bellows__header h3,
.bellows__header h4 {
    margin: 0;
}
.bellows__content {
    border: 1px solid #ecf0f1;
    line-height: 24px;
    width: 100%;
}
.bellows__content .bellows {
    margin-top: 20px;
}
.comboTd {
    width: 20%;
    text-align: center;
    border-right: 1px solid #ecf0f1;
}
.comboTd-two {
    border-bottom: 1px solid #ecf0f1;
    padding: 15px;
}
.bellows__header h3 {
    font-size: 22px;
    font-family: yuehei, "微软雅黑", Arial;
}
.bellows__header .minus, .bellows__header .plus {
    position: absolute;
    top: 50%;
    right: 20px;
    z-index: 2;
    display: block;
    width: 16px;
    margin-top: -8px;
    pointer-events: none;
}
/**
 * 新闻资讯详情页 2018/10/17.
 */
.newsC-title {
    font-size: 26px;
    line-height: 32px;
    text-align: center;
}
.content-inf {
    text-align: center;
    color: #999999;
    font-size: 14px;
}
.content-txt {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #f1f1f1;
}
.content-txt p {
    color: #76838f;
    margin-bottom: 10px;
    font-size: 16px;
    text-align: justify;
    line-height: 24px;
}
.content-txt p img {
    width: 70%;
    display: block;
    margin: 0 auto;
}
.content-link {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #f1f1f1;
}
.prev-content,
.next-content{
    max-width: 40%;
    text-align: left;
    line-height: 28px;
    border: 1px solid #76838f;
    border-radius: 20px;
    padding: 0 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #76838f;
}
.prev-content {
    float: left;
}
.next-content {
    float: right;
}
.prev-content a,
.next-content a {
    color: #76838f;
}
.prev-content a:hover,
.next-content a:hover {
    color: #4574e7;
}
.content-inf div {
    display: inline-block;
}
/**
 * 业务介绍二级页 2018/10/22.
 */
.met-business {
    padding: 80px 0;
}
.businessDiv {
    border: 1px solid #c8c8c8;
}
.businessDiv a {
    display: block;
}
.businessTxtDiv {
    padding: 28px;
}
.businessTxtDiv a h3 {
    font-size: 18px;
    line-height: 42px;
    color: #6c6c6c;
    margin: 0;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.businessTxtDiv a p {
    font-size: 16px;
    line-height: 22px;
    color: #6c6c6c;
    margin-bottom: 20px;
    text-align: justify;
}
.businessA {
    color: #4574e7;
    border: 1px solid #4574e7;
    width: 92px;
    line-height: 34px;
    text-align: center;
    border-radius: 2px;
    font-size: 14px;
}
.businessA:hover {
    background-color: #4574e7;
    color: #fff;
}
/**
 * 产品板块 2018/10/22.
 */
.met-product {
    background: url("../images/product-bg.jpg");
    background-size: cover;
    padding-top: 56px;
    padding-bottom: 224px;
}
.met-product-bar {
    margin-left: 0;
    border-radius: 14px;
}
.productUl li {
    width: 50%;
    float: left;
    padding: 0 15px;
}
.productImgDiv {
    overflow: hidden;
}
/* 返回顶部按钮 2018/10/23*/
.web-backToTop {
    position: fixed;
    right: 50px;
    bottom: 100px;
    height: 50px;
    width: 50px;
    z-index: 100;
    display: none;
}
.web-backToTop .topBtn-box {
    height: 50px;
    width: 50px;
    background: #4574e7;
    -webkit-box-shadow: 0 0 2px rgba(0,0,0,.3);
    -ms-box-shadow: 0 0 2px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 2px rgba(0,0,0,.3);
    -o-box-shadow: 0 0 2px rgba(0,0,0,.3);
    box-shadow: 0 0 2px rgba(0,0,0,.3);
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.web-backToTop .topBtn-box .topBtn {
    width: 50px;
    height: 50px;
    float: left;
}
.web-backToTop .topBtn-box .topBtn img {
    width: 50px;
    height: 50px;
    display: block;
}

/**
 * 业务板块详情页 2018/10/23.
 */
.bDetails-img{
    padding: 0 40px;
}
.bDetails-txtBox{
    padding: 16px 40px;
}
.bDetails-img img {
    width: 100%;
}
.bDetails-txt h4 {
    font-size: 24px;
    font-weight: bold;
    line-height: 54px;
}
.bDetails-txt p {
    color: #999999;
    font-size: 16px;
    line-height: 26px;
    text-align: justify;
}
.met-recommend-bar {
    margin-left: 0;
    border-radius: 14px;
    margin-bottom: 30px;
}
.recommendUl li {
    width: 20%;
    float: left;
}
.recommend-img {
    width: 100px;
    display: block;
    margin: 0 auto;
}
.recommend-h4 {
    text-align: center;
    color: #686868;
    font-size: 14px;
    margin-top: 14px;
    margin-bottom: 0;
}
.product-h3 {
    border-bottom: 1px solid #e4e9ec;
    padding-bottom: 16px;
}
.product-Right .met-news-bar {
    border-radius: 14px;
}
.product-txtBox img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
/* 资源产品 */
.discountsLi .resource-h4 {
    color: #fff;
    background-color: #4574e7;
}
.discountsLi:hover .resource-h4 {
    color: #fff;
}
/**
 * <=1399的设备 2018/8/31.
 */
@media (max-width: 1399px){
    /* banner */
    .info .title-En { font-size: 20px;}
    /* 新闻资讯 */
    .newsText-link { padding: 20px 0;}
    /* 二级页 - banner */
    .lTitle-div { margin: 150px 0; padding-left: 26px;}
    .location-title .title-Cn { font-size: 34px; line-height: 34px;}
    .location-title .title-En { font-size: 24px; line-height: 24px; margin-bottom: 5px;}
    /* 公司资质 */
    .aptitudeLi { width: 33.33333333%; padding: 8px;}
    .aptitudeLi-two { width: 66.6666667%;}
    .aptitudeUl { padding: 15px 8px;}
    /* 业务介绍详情 */
    .bDetails-txt h4 { line-height: 34px;}
    /* 返回顶部 */
    .web-backToTop { right: 25px;}
}
/**
 * <=1199的设备 2018/8/31.
 */
@media (max-width: 1199px){
    .w3layouts-logo h1 a img { height: 90px;}
    .navbar-nav > li > a { font-size:15px; line-height: 90px; padding: 0 15px;}
    /* nav样式更改 - 20180914 */
    ul.dropdown-menu { top: 90px;}
    /* banner */
    .info .title-Cn { line-height: 60px; font-size: 30px;}
    .info .title-En { font-size: 18px; line-height: 24px; margin-bottom: 40px;}
    .info .title-describe { font-size: 16px; line-height: 22px; padding-right: 0;}
    .banner .prev, .banner .next { width: 60px; height: 60px; margin-top: -30px;}
    .banner .prev { left: 30px;}
    .banner .next { right: 30px;}
    /* 产品展示 */
    .content-area { padding-bottom: 126px;}
    .page-title .title-CN { font-size: 28px;line-height: 32px;}
    .page-title .grayLine { margin-bottom: 56px;}
    /* 我们的优势 */
    .advantagesLi { margin-bottom: 42px;}
    .advantages-title { font-size: 18px; line-height: 22px;}
    .listSpn { margin-right: 24px;}
    .advantagesImg {max-width: 480px;margin: 54px auto;}
    /* 勾陈文化 */
    .culture-link { padding: 8px 30px;}
    .culture-area { padding: 52px 0; }
    /* 新闻资讯 */
    .newsText-ul li { margin-bottom: 0;}
    .newsText-link { padding: 14px 0;}
    /* footer */
    .footer-area { padding-bottom: 0;}
    /* 二级页 - banner */
    .secondBanner { height: auto}
    .lTitle-div { margin: 150px 0; padding-left: 26px;}
    .location-title .title-Cn { font-size: 30px; line-height: 30px;}
    .location-title .title-En { font-size: 24px; line-height: 24px;}
    /* 成功案例 */
    .media-heading { font-size: 18px;}
    .discountsLi h4 { white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
    /* 公司资质 */
    .aptitudeLi { width: 33.33333333%; padding: 8px;}
    .aptitudeLi-two { width: 66.6666667%;}
    .aptitudeUl { padding: 15px 8px;}
    /* 新闻资讯详情页 */
    .newsC-title { font-size: 24px;}
    /* 业务板块 */
    .businessTxtDiv a p { overflow: hidden;word-break: break-all;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 5;}
    /* 业务介绍详情 */
    .bDetails-txtBox { padding: 0;}
    .bDetails-txt p { overflow: hidden;word-break: break-all;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 5;}
    /* 返回顶部 */
    .web-backToTop { width: 40px; height: 40px; right: 34px;}
    .web-backToTop .topBtn-box { width: 40px; height: 40px;}
    .web-backToTop .topBtn-box .topBtn img { width: 40px; height: 40px;}
}

/**
 * <=991的设备 2018/8/31.
 */
@media (max-width: 991px){
    /* header */
    .w3layouts-logo h1 a img { height: 80px;}
    .navbar-nav > li > a { font-size: 14px; line-height: 80px; padding: 0 10px;}
    /* nav样式更改 - 20180914 */
    ul.dropdown-menu { top: 80px;}
    /* banner */
    .banner { min-height: 380px;}
    .banner .info { margin: 9% 0;}
    .banner .info,.banner .info1 { width: 50%; float: left;}
    .info .title-Cn { line-height: 40px; font-size: 24px; margin-bottom: 10px;}
    .info .title-En { font-size: 18px; line-height: 26px; margin-bottom: 30px; display: none;}
    .info .title-describe { font-size: 16px; line-height: 26px; margin-bottom: 30px;}
    .info a.sign { padding: 6px 25px; font-size: 16px;}
    .banner .prev, .banner .next { width: 50px; height: 50px; margin-top: -25px;}
    .banner .prev { left: 20px;}
    .banner .next { right: 20px;}
    /* 产品展示 */
    .content-area { padding-top: 63px; padding-bottom: 86px;}
    .page-title .title-CN { font-size: 24px;line-height: 28px;}
    .page-title .title-EN { font-size: 14px; line-height: 16px; margin-top: 6px; margin-bottom: 18px;}
    .page-title .grayLine { margin-bottom: 46px;}
    /* 我们的优势 */
    .advantagesUl { background: transparent; padding: 0;}
    .advantagesUl .locateLi { left: 0;}
    /* 统计展示 */
    .statisticsDiv .col-md-4 { width: 33.33333333%; float: left;}
    .infoBox { padding: 0;}
    /* 勾陈文化 */
    .culture-area { padding: 52px 0; }
    .culture-link {padding: 6px 25px;font-size: 16px;}
    /* 新闻资讯 */
    .newsDiv .col-sm-4 { display: none;}
    .newsDiv .col-sm-8 { width: 100%;}
    /* footer */
    .footerDiv .col-sm-3 { width: 33.33333333%;}
    .quickLinks { display: none;}
    .footer-area { padding-bottom: 0;}
    .ourService { display: none;}
    /* 二级页 - banner */
    .secondBanner { height: auto}
    .lTitle-div { margin: 150px 0; padding-left: 20px; float: none;}
    .location-title .title-Cn { font-size: 24px; line-height: 24px;}
    .location-title .title-En { font-size: 20px; line-height: 20px;}
    .location-title,.location-img { width: 50%; float: left;}
    .location-img img { width: 100%; height: auto; margin-top: 30px; margin-left: 0;}
    /* 成功案例 */
    .met-content-area { padding: 15px;}
    .met-content-area .met-case-div { padding: 15px;}
    .met-content-area .container { max-width: 100%;}
    .media-heading { font-size: 18px; margin: 0 0 14px;}
    .met-content-area ul.met-case-ul li p.des { line-height: 22px; font-size: 16px;}
    .met-content-area ul.met-case-ul li p { line-height: 22px; font-size: 16px;}
    .details-Right { margin-top: 15px;}
    .met-news-bar { margin-left: 0;}
    .discountsLi { width: 50%; float: left; padding: 0 8px;}
    .met-news-bar { padding: 15px;}
    .erweiDiv { display: none;}
    .met-news-bar .recommend .list-group { margin-left: -8px; margin-right: -8px;}
    .met-news-bar .recommend h3 { margin-bottom: 15px;}
    /* 公司资质 */
    .aptitudeLi { width: 33.33333333%; padding: 8px;}
    .aptitudeLi-two { width: 66.6666667%;}
    .aptitudeUl { padding: 15px 8px;}
    /* 翻页样式 */
    .pagingDiv { padding-top: 15px;}
    /* 新闻资讯详情页 */
    .newsC-title { font-size: 22px;}
    /* 业务板块 */
    .businessTxtDiv { padding: 15px;}
    .businessTxtDiv a h3 { font-size:16px;line-height: 32px;}
    .businessTxtDiv a p { font-size:14px; line-height:18px;}
    /* 业务介绍详情 */
    .bDetails-img { padding: 0;}
    .bDetails-txtBox { padding-left: 20px;}
    .met-recommend-bar { border-radius: 0;}
    .product-Right .met-news-bar { border-radius: 0;}
}
/**
 * <=768的设备 2018/8/31.
 */
@media (max-width: 767px){
    /* header */
    .navbar-nav { float: none; margin: 0; text-align: center;}
    .navbar-nav > li > a { margin: 0; line-height: 40px;}
    .navbar-nav .open .dropdown-menu { position: static; float: none; width: auto; margin-top: 0; background-color: transparent; border: 0; -webkit-box-shadow: none; box-shadow: none; }
    .navbar-nav .open .dropdown-menu { background: #212121; text-align: center;}
    .navbar-nav .open .dropdown-menu > li > a { line-height: 20px;}
    .navbar-default .navbar-toggle { margin-top: 18px;}
    .w3layouts-logo h1 a img { height: 70px; }
    /* nav样式更改 - 20180914 */
    .navbar-nav .open .dropdown-menu { background: #eee;}
    /* banner */
    .banner { min-height: 280px;}
    .info .title-Cn { line-height: 36px; font-size: 18px;}
    .info .title-En { font-size: 12px; line-height: 18px; margin-bottom: 20px;}
    .info .title-describe { font-size: 14px; line-height: 22px; margin-bottom: 20px;}
    .info a.sign { padding: 4px 15px; font-size: 14px;}
    .banner .prev, .banner .next { width: 40px; height: 40px; margin-top: -20px;}
    .banner .prev { left: 15px;}
    .banner .next { right: 15px;}
    .banner-info { overflow: hidden;}
    .banner .info { margin: 7% 0;}
    /* 产品展示 */
    .content-area { padding-top: 43px; padding-bottom: 66px;}
    .page-title .title-CN { font-size: 22px;line-height: 26px;}
    .page-title .title-EN { font-size: 12px; line-height: 14px; margin-top: 4px; margin-bottom: 16px;}
    .page-title .grayLine { max-width: 70%; margin-bottom: 36px;}
    /* 我们的优势 */
    .advantagesUl {display: table;margin: 0 auto;}
    .listSpn {width: 42px;height: 42px;line-height: 42px;font-size: 26px; margin-right: 22px;}
    .advantages-title { font-size: 16px; line-height: 18px;}
    .advantages-text {font-size: 14px;line-height: 18px; margin-left: 64px;}
    /* 统计展示 */
    .statistics-area { padding: 43px 0;}
    .infoBox .infoText { display: none;}
    .infoBox .infoH2 { margin-bottom: 0;}
    /* 勾陈文化 */
    .cultureDiv {margin-top: 10px;}
    .cultureDiv .col-xs-10,.cultureDiv .col-xs-2 { width: 100%;}
    .culture-link { float: none;padding: 4px 15px;font-size: 14px;display: block;margin: 0 auto;width: 88px;}
     .culture-p,.cultureBox .page-title .title-CN { text-align: center;}
    /* 新闻资讯 */
    .newsText-p { font-size: 14px;}
    .newsText-h4 { font-size: 16px;}
    /* footer */
    .footerDiv .col-sm-3 { width: 50%; float: left;}
    .ourService { display: none;}
    .footer-area { padding-bottom: 0;}
    .footerCopyright { margin-top: 10px; line-height: 44px; font-size: 14px;}
    .footer-title { font-size: 16px;}
    .footer-text { font-size: 14px;}
    .footer-arrows { width: 14px;}
    .hot-product { display: none;}
    /* 二级页 - banner */
    .secondBanner { height: auto}
    .location-img { display: none;}
    .lTitle-div { margin: 20px 0; padding-left: 0; float: none; border: none;}
    .location-title .title-Cn { font-size: 18px; line-height: 18px; text-align: center}
    .location-title .title-En { font-size: 14px; line-height: 14px; text-align: center}
    .location-title { width: 100%;}
    /* 成功案例 */
    .media { padding-top: 30px;}
    .media-left, .media > .pull-left { padding: 0; display: block;}
    .media-object { max-width: 372px; margin: 0 auto; display: block; padding-bottom: 20px;}
    .details-Right { display: none;}
    /* 关于我们 */
    .met-column-nav .met-column-nav-ul > li a.link { font-size: 14px;}
    .met-show { padding: 15px 0;}
    .met-editor { padding: 15px;}
    .met-editor p { font-size: 14px;}
    /* 招贤纳士 */
    .met-feedback { padding: 15px;}
    .met-feedback .met-feedback-body { padding: 15px;}
    .bellows__header h3 { font-size: 16px;}
    .comboTd,.comboTd-two { font-size: 14px;}
    /* 新闻资讯详情页 */
    .content-txt { padding-top: 15px; margin-top: 15px;}
    .content-link { padding-top: 15px; margin-top: 15px;}
    .content-inf .content-source { display: none;}
    .newsC-title { font-size: 20px; line-height: 24px; }
    .content-txt p { font-size: 14px; line-height: 22px;}
    /* 业务介绍详情 */
    .bDetails-txt h4 { font-size: 18px; line-height: 24px;}
    .bDetails-txt p { font-size: 14px;}
    .bDetails-img img { width: 100%; height: 180px;margin: 0 auto;}
}

/**
 * <=567的设备 2018/8/31.
 */
@media (max-width: 567px){
    /* banner */
    .banner { min-height: 520px;}
    .banner .info,.banner .info1 { width: 100%; float: none;}
    .banner .prev, .banner .next { width: 30px; height: 30px; margin-top: -15px;}
    /* 我们的优势 */
    .advantagesLi {margin-bottom: 22px;}
    .advantagesImg {max-width: 100%;margin-bottom: 30px; margin-top: 0;}
    .listSpn {width: 60px;height: 60px;line-height: 60px;font-size: 38px; margin-right: 12px;}
    .advantages-title { font-size: 16px; line-height: 18px;}
    .advantages-text { margin-left: 72px;}
    /* 统计展示 */
    .infoBox .infoH1 {font-size: 26px;line-height: 36px;}
    .infoBox .infoH2 { margin-bottom: 0; font-size: 14px; line-height: 24px;}
    /* 新闻资讯 */
    .newsText-date { width: 64px; height: 64px;}
    .newsText-p { display: none;}
    .newsText-h4 { line-height: 28px;}
    .newsText-day { font-size: 20px; margin-top: 10px;}
    .newsDate { font-size: 13px;}
    .pagingDiv { font-size: 14px;}
    /* footer */
    .footerDiv { display: none;}
    .footerCopyright { margin-top: 0; line-height: 20px; padding: 10px 15px;}
    .footerCopyright p{
       line-height:20px;
     }
    .footer-area { padding-top: 0;}
    /* 成功案例 */
    .media-heading { font-size: 16px; margin: 0 0 10px;}
    .met-content-area ul.met-case-ul li p.des { line-height: 20px; font-size: 14px;}
    .met-content-area ul.met-case-ul li p { line-height: 20px; font-size: 14px;}
    .media-link { font-size: 14px;}
    /* 公司资质 */
    .aptitudeLi { width: 50%; padding: 8px;}
    .aptitudeLi-two { width: 100%;}
    .aptitudeUl { padding: 15px 8px;}
    /* 新闻资讯详情页 */
    .newsC-title { font-size: 18px; line-height: 24px; text-align: left;}
    .content-inf .content-writer { display: none;}
    .content-inf { text-align: left;}
    .content-inf div { float: none;}
    .content-txt p img { width: 100%;}
    .prev-content, .next-content { float: none; display: block; max-width: 100%; font-size: 14px;}
    .prev-content { margin-bottom: 15px;}
    /* 业务板块 */
    .businessLi { width: 100%; margin-bottom: 15px;}
    .businessTxtDiv a p { -webkit-line-clamp: 2;}
    /* 业务介绍详情 */
    .bDetails-img { width: 100%;}
    .bDetails-img img { height: auto;}
    .bDetails-txtBox { width: 100%; padding-left: 0;}
    .recommendUl li { width: 33.33333333%; padding: 5px;}
    .recommend-img { width: 100%;}
    .recommend-h4 { margin: 10px 0;}
    /* 返回顶部 */
    .web-backToTop { width: 30px; height: 30px; right: 10px;}
    .web-backToTop .topBtn-box { width: 30px; height: 30px;}
    .web-backToTop .topBtn-box .topBtn img { width: 30px; height: 30px;}
}