﻿@font-face {
  font-family: "AdobeKaitiStd-Regular";
  src: url("./fonts/AdobeKaitiStd-Regular/AdobeKaitiStd-Regular.woff2") format("woff2"),
       url("./fonts/AdobeKaitiStd-Regular/AdobeKaitiStd-Regular.woff") format("woff"),
       url("./fonts/AdobeKaitiStd-Regular/AdobeKaitiStd-Regular.ttf") format("truetype"),
       url("./fonts/AdobeKaitiStd-Regular/AdobeKaitiStd-Regular.eot") format("embedded-opentype"),
       url("./fonts/AdobeKaitiStd-Regular/AdobeKaitiStd-Regular.svg") format("svg");
}
@font-face {
  font-family: "NotoSansHans-Bold";
  src: url("./fonts/NotoSansHans-Bold.woff2") format("woff2"),
       url("./fonts/NotoSansHans-Bold.woff") format("woff"),
       url("./fonts/NotoSansHans-Bold.ttf") format("truetype"),
       url("./fonts/NotoSansHans-Bold.eot") format("embedded-opentype"),
       url("./fonts/NotoSansHans-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
    font-family: "Arial";
}
header {
    width: 100%;
}
@media (min-width: 768px) {
    .warp {
        width: 1200px;
        margin: 0 auto;
        overflow: hidden;
    }
    .headerInner {
        width: 1160px;
        padding: 0 20px;
    }
    .headerTop {
        height: 66px;
    }
    #headerLogo {
        float: left;
        width: 556px;
        height: 66px;
    }
    #headerLogo > a {
        display: block;
        float: left;
        width: 66px;
        margin: 12px 0;
    }
    #headerPhone > .num {
        font-size: 18px;
        line-height: 20px;
        font-weight: bold;
    }
    #headerPhone {
        padding: 16px 0 15px 0;
    }
}

@media (max-width: 768px) {
    .warp {
        width: 100%;
        overflow: hidden;
    }
    .headerInner {
        width: 100%;
        padding: 0 10px;
    }
    .headerTop {
        height: 50px;
    }
    #headerLogo {
        float: left;
        width: 58px;
    }
    #headerLogo > a {
        width: 58px;
        display: inline-block;
        float: none;
        padding: 6px 10px 5px 0px;
        vertical-align: middle;
    }
    #headerLogo > img {
        width: 100%;
        height: auto;
    }
    #headerPhone {
        display: inline-block;
    }
    #headerPhone > .num {
        font-size: 18px;
        line-height: 18px;
    }
    #headerPhone {
        padding: 17px 0;
    }
}
.headerTop {
    width: 100%;
    background-color: #e2002a;
}
.headerInner {
    margin: 0px auto;
}

#headerLogo > span {
    float: left;
    height: auto;
    display: block;
    border-left: 1px solid #fff;
    margin: 22px 0 0 0;
    padding: 0px 0 3px 16px;
}
#headerPhone {
    float: right;
    width: 140px;
    text-align: right;
}
#headerLogo > img {
    display: block;
}
#headerPhone > .num {
    display: block;
    color: #fff;
    // letter-spacing: -1px;
    // font-family: "kaiti";
    font-weight: bold;
    position: relative;
    text-decoration: none;
}

#headerPhone > .disc {
    font-size: 12px;
    line-height: 13px;
    color: #fff;

}

/* search*/
#search {
    width: 100%;
    height: 32px;
    background-color: #333f48;
    z-index: 1;
}
.searchText,
.searchBtn {
    height: 32px;
    border-radius: 0;
}
.searchBtn {
    background-color: #858c91;
    font-size: 16px;
    font-weight: lighter;
    color: #fff;
}

/* navigation*/
 .nav-scroller {
    width: 100%;
    position: relative;
    overflow-y: hidden;
    background-color: #fff;
    box-shadow: 0 1px 6px #dbd8d8;
 }
.nav-scroller > .navmenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    // padding-bottom: 1rem; /* 隐藏滚动条 */
    // margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
.justify-content-between {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important;
}
.d-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}
.navmenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.nav-scroller > .navmenu > li > a {
    color: #333f48;
    font-size: 14px;
}

.nav-scroller > .navmenu > li:after {
    content: "";
    height: 2px;
    width: 0%;
    display: block;
    background: #e2002a;
    padding: 0;
    margin: -3px 0 0;
    transition: all .2s;
    left: 50%;
    position: absolute;
    bottom: 0;
}
.nav-scroller > .navmenu > li > a:hover {
    text-decoration: none;
}

@media (min-width: 768px) {
    #SS_searchForm > .col-md-3 {
        padding: 0;
    }
    .nav-scroller {
        height: 50px;
    }
    .nav-scroller > .navmenu > li {
        padding: 15px 55px 14px 55px;
    }
    .nav-scroller > .navmenu > li {
        border-width: 0 0 1px 1px;
        border-style: solid;
        border-color: #dbd8d8;
        text-align: center;
        position: relative;
    }
    .nav-scroller > .navmenu > li:last-child {
        padding: 15px 56px 14px 56px;
        border-right-width: 1px;
    }
    .nav-scroller > .navmenu > li:hover:after {
        padding: 0;
        width: 100%;
        left: 0;
    }
    .nav-scroller > .navmenu > li > a {
        font-weight: bold;
    }
}
@media (max-width: 768px) {
    #SS_searchForm {
        margin-top: 9px;
    }
    #SS_searchForm > .col-xs-9 {
        padding: 0;
    }
    .nav-scroller {
        height: 40px;
    }
    .nav-scroller > .navmenu {
        width: 560px;
    }
    .nav-scroller > .navmenu > li {
        padding: 10px 12px 9px 12px;
    }
    .nav-scroller > .navmenu > li.active > a {
        color: #e2002a;
    }
}

/* banner */


.ban-srvice {
    background: #34414a;
}

.sconInner {
    vertical-align: middle;
    display: inline-block;
}

.sconInner p {
    font-family: '微软雅黑';
    color: #efefef;
    line-height: 24px;
    margin-bottom: 0;
}

.sconInner p.e {
    font-size: 12px;
}

.home-title {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

.home-title:after {
    position: absolute;
    left: 50%;
    bottom: -1px;
    content: "";
    width: 16%;
    margin-left: -8%;
    border-bottom: 1px solid #e2002a;
}

.home-title .letter,
.home-title .title-word {
    display: inline-block;
}

.home-title .title-word .title,
.home-title .title-word .subtitle {
    display: block;
    text-align: left;
    font-family: "微软雅黑";
}

.home-title .letter {
    font-family: 'KaiTi';
    letter-spacing: 0px;
    color: #333f48;
}

.home-title .title-word .title {
    color: #333f48;
}

.home-title .title-word .subtitle {
    color: #979797;
}
.visible-cu,
.hidden-cu {
    display: none!important;
}
.carousel {
    width: 100%;
    margin: 0 auto;
}
.carousel-inner > .item > a > img {
    width: 100%;
}
@media (min-width: 1400px) {
    .visible-cu {
        display: block!important;
    }
}

@media (min-width: 768px) {
    .ban-srvice {
        padding-top: 26px;
        padding-bottom: 26px;
    }
    .hsrvice {
        border-right: 1px solid #a8a8a8;
    }
    .hsrvice:last-child {
        border-right: 0;
    }
    .sconInner img {
        padding-left: 16px;
        padding-right: 16px;
    }
    .sconInner p.c {
        font-size: 16px;
    }
    .home-title {
        padding-top: 50px;
        margin-bottom: 30px;
    }
    .home-title .letter {
        font-size: 60px;
        line-height: 36px;
        font-weight: bold;
    }
    .home-title .title-word .title {
        font-size: 24px;
        line-height: 24px;
    }
    .home-title .title-word .subtitle {
        font-size: 14px;
    }
}
@media (min-width:768px) and (max-width:1400px){
   .hidden-cu {
        display: block!important;
    }
}
@media (max-width: 768px) {
    .ban-srvice {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .hsrvice:nth-child(1),
    .hsrvice:nth-child(2) {
        margin-bottom: 20px;
    }
    .hsrvice:nth-child(2n-1) {
        border-right: 1px solid #a8a8a8;
    }
    .sconInner img {
        width: 48px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .hsrvice {
        text-align: center;
    }
    .sconInner p.c {
        font-size: 14px;
    }
    .home-title {
        padding-top: 30px;
        margin-bottom: 20px;
    }
    .home-title .letter {
        font-size: 40px;
        line-height: 36px;
    }
    .home-title .letter,
    .home-title .title-word {
        margin-bottom: 4px;
    }
    .home-title .title-word .title {
        font-size: 18px;
        line-height: 18px;
    }
    .home-title .title-word .subtitle {
        font-size: 12px;
        line-height: 14px;
    }
}


/* product list */
.nav-tabs {
    margin-bottom: 30px;
    border: 0;
}
.nav-tabs li {
    width: 300px;
    text-align: center;
}
.nav-tabs > li > a {
    border: 1px solid #ddd;
    border-radius: 0;
    width: 282px;
    margin-left: 9px;
    margin-right: 9px;
    font-size: 16px;
    color: #333f48;
    padding-top: 14px;
    padding-bottom: 14px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    border: 1px solid #e2002a;
}
.thumbnail {
    padding: 0;
    border-radius: 0;
    color: #fff;
    border: 0;
}
.thumbnail:hover {
    text-decoration: none;
}
.thumbnail:hover img {
    opacity: 0.8;
    background-color: #fff;
}
.thumbnail .caption {
    padding: 20px 25px 20px 20px;
    background-color: #191f24;
    position: relative;
}
.thumbnail .caption:after {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    right: 15px;
    border-top: solid 5px transparent;
    border-right: solid 5px transparent;
    border-bottom: solid 5px transparent;
    border-left: solid 5px #fff;
}
.thumbnail:hover .caption {
    background-color: #e2002a;
}
.thumbnail .dis-img {
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0;
}
.moreList {
    margin: 0 auto;
    width: 275px;
    position: relative;
}
.moreList a {
    display: block;
    padding: 10px;
    text-align: center;
    color: #ffffff;
    letter-spacing: 2px;
    text-decoration: none;
    border-radius: 22px;
    background-color: #333f48;
}
.moreList a:hover {
    background-color: #e2002a;
}
p.moreList span {
    display: block;
    width: 100%;
    position: relative;
}
p.moreList span:after {
    display: block;
    content: '';
    position: absolute;
    top: 0.5em;
    right: 8px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 7px;
    border-color: transparent transparent transparent #fff;
    background: none;
}

@media (min-width: 768px) {
    .thumbnail .caption:after {
        top: 28px;
    }
}
/* mobile */
@media (max-width: 768px) {
    .Mpro > div[class^=col-xs]:nth-child(2n) {
        padding-left: 2px;
        padding-right: 0;
    }
    .Mpro > div[class^=col-xs]:nth-child(2n-1) {
        padding-right: 2px;
        padding-left: 0;
    }
    .Mpro > div[class^=col-xs] > a {
        margin-bottom: 4px;
    }
    .Mpro .thumbnail .caption {
        padding: 14px 20px 14px 10px;
    }
    .Mpro .thumbnail .dis-img {
        font-size: 14px;
    }
    .Mpro .thumbnail .caption:after {
        right: 10px;
    }
    .thumbnail .caption:after {
        top: 19px;
    }
}

/* aboutUs */
.aboutUs .home-title p.letter,
.aboutUs .home-title p.title-word span.title {
    color: #fff;
}
.aboutUs .home-title p.title-word span.subtitle {
    color: #d8d8d8;
}
.aboutUs {
    width: 100%;
    background: url(../images/bg_about.jpg) no-repeat center center;
    background-size: cover;
}
.about-left,
.about-right {
    float: left;
}

.about-left h4 {
    color: #fff;
    margin-bottom: 14px;
    margin-top: 6px;
}
.about-left p {
    color: #fff;
}

.aboutm {
    font-size: 12px;
    border-radius: 28px;
    color: #fff;
    border: 1px solid #fff;
}
.aboutm a {
    color: #fff;
    font-size:14px;
}
.about-point {
    background-color: #191f24;
}
.about-point div[class*=col] {
    text-align: center;
}
.about-point div[class*=col] img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.about-point div[class*=col] span {
    display: block;
    color: #fff;
}
@media (min-width:768px ) {
    .aboutUs {
        padding: 0 0 50px 0;
    }
    .about-left {
        width: 594px;
    }
    .about-right {
        width: 606px;
    }
    .about-left p {
        margin-right: 34px;
    }
    .aboutm {
        width: 144px;
        padding: 8px 50px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .about-left p {
        font-size: 16px;
        line-height: 24px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
    }
    .about-left h4 {
        font-size: 20px;
        margin-bottom: 14px;
        margin-top: 6px;
    }
    .moreList {
        padding-top: 20px;
        padding-bottom: 50px;
    }
    .about-point {
        padding: 14px;
    }
    .about-point div[class*=col] img {
        margin-bottom: 5px;
    }
    .about-point div[class*=col] span {
        font-size: 14px;
    }
}
@media (max-width: 768px) {
    .aboutUs {
        padding: 0 0 30px 0;
    }
    .about-left,
    .about-right {
        width: 100%;
    }
    .about-con {
        margin-left: 20px;
        margin-right: 20px;
    }
    .aboutm {
        width: 124px;
        padding: 2px 36px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .about-left p {
        color: #fff;
        font-size: 14px;
        line-height: 22px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
    }
    .about-left h4 {
        font-size: 18px;
        margin-bottom: 20px;
        margin-top: 5px;
    }
    .moreList {
        padding-top: 10px;
        padding-bottom: 30px;
    }
    .about-point {
        padding: 8px;
    }
    .about-right img {
        display: none;
    }
    .about-point div[class*=col] img {
        width: 50%;
        margin-bottom: 5px;
    }
    .about-point div[class*=col] span {
        font-size: 12px;
    }
}

/* news */
.news-left,
.news-right {
    width: 560px;
}
.home-faq {
    padding-left: 0;
}
.news-flex {
    width: 100%;
    padding: 18px 8px;
    border-bottom: 1px solid #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.ico-corporate > span {
    color: #00adb0;
    border: solid 1px #00adb0;
}
.ico-industry > span {
    color: #f0ad38;
    border: solid 1px #f0ad38;
}
.news-flex span {
    display: block;
    text-align: center;
}
.news-flex time {
    display: block;
    width: 96px;
    color: #666;
    letter-spacing: -1px;
}
.news-flex span,
.news-flex time {
    font-size: 14px;
}
.news-flex a {
    -webkit-box-flex: 1;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #101010;
    padding: 0 20px;
    font-size: 16px;
}
@media (min-width: 768px) {
    .news-left {
        float: left;
    }
    .news-right {
        float: right;
    }
    .news-flex span {
        width: 100px;
        height: 26px;
    }
    .news-flex span {
        padding: 1px 10px;
    }
}
@media (max-width: 768px) {
    .home-faq li {
        list-style: none;
        padding-top: 15px;
        padding-bottom: 15px;
        border-bottom: 1px #e6e6e6 solid;
    }
    .home-faq li time {
        color: #666;
    }
    .home-faq li a{
        color: #101010;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }
    .news-con {
        margin-left: 20px;
        margin-right: 20px;
    }
    .home-faq {
        padding-left: 0;
    }
    .news-flex time {
        display: none;
    }
    .news-flex span {
        padding: 1px 5px;
    }
    .ico-corporate time,
    .ico-corporate a,
    .ico-industry time,
    .ico-industry a {
        display: block;
    }
    .ico-corporate time,
    .ico-industry time {
        position: relative;
        margin-bottom: 8px;
    }
    .ico-corporate time:after,
    .ico-industry time:after {
        font-size: 12px;
        position: absolute;
        right: 0;
        top: 0;
        padding: 1px 24px 1px 24px;
        margin-left: 0px;
    }
    .ico-corporate time:after {
        content: "企业新闻";
        color: #00adb0;
        border: 1px solid #00adb0;
    }
    .ico-industry time:after {
        content: "行业新闻";
        color: #f0ad38;
        border: 1px solid #f0ad38;
    }

}
.case {
    background-color: #eee;
}
.dis-con {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 16px;
    margin-top: 30px;
}
@media (min-width: 768px) {
    .partners h3 {
        width: 140px;
        margin-top: 0;
        margin-bottom: 0;
        font-size: 28px;
        line-height: 50px;
    }
    .partners ul {
        width: 1060px;
    }
    .partners-list li {
        margin-right: 7px;
    }
    .partners {
        padding: 50px 0;
    }
    .partners-list li img {
        width: 204px;
        height: 50px;
    }
}
@media (max-width: 768px) {
    .mrow {
        margin-right: 0;
        margin-left: 0;
    }
    .partners {
        padding: 10px 0 30px 0;
    }
    .partners-list li {
        width: 50%;
        height: 50px;
    }
    .partners-list li img {
        width: 100%;
        height: auto;
    }
    .partners h3 {
        width: 100%;
        text-align: center;
    }
}
.partners h3 {
    font-family: '微软雅黑';
    font-weight: bold;
    color: #00adb0;
}
.partners h3,
.partners ul {
    float: left;
    vertical-align: middle;
}
.partners ul {
    margin-bottom: 0;
    padding-left: 0;
}
.partners-list li:last-child {
    margin-right: 0;
}
.partners-list li {
    float: left;
    list-style: none;
    border: 1px solid #ddd;
}

.worldMap {
    background: url(../images/worldmap.png) no-repeat center center;
    height: 200px;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.worldMap > div {
    width: 580px;
    top: 105px;
    position: absolute;
    left: 50%;
    margin-left: 35px;
}
.worldMap > div > .textBtn:first-child {
    margin-right: 40px;
}
.worldMap > div > .textBtn {
    width: 200px;
    float: left;
}
.worldMap > div > .textBtn a > span {
    position: relative;
    background: none;
}
.textBtn a > span {
    display: block;
    background: url(/shared/images/ic_btn_link.png) no-repeat 99% center;
    padding-right: 10px;
}
.worldMap > div > .textBtn a {
    background: none;
    border: #fff 1px solid;
    color: #fff !important;
    padding: 8px 7px 6px;
    text-align: center;
    text-decoration: none;
    border-radius: 16px;
    display: block;
}
.worldMap > div > .textBtn a:hover {
    background-color: #e2002a;
    border-color: #e2002a;
}
.worldMap > div > .textBtn a > span:after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 7px;
    border-color: transparent transparent transparent #fff;
    background: none;
}

.worldMap > p:after {
    display: block;
    content: '';
    background: url(../images/addr.png) no-repeat center;
    position: absolute;
    top: -15px;
}
.worldMap > p {
    color: #fff;
    font-size: 190%;
    position: absolute;
    left: 50%;
}
/* backtop*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
}
#page-top a {
    width: 50px;
    display: block;
    opacity: .4;
    -webkit-opacity: .4;
    -moz-opacity: .4;
    -webkit-transition: opacity 0.5s ease-out;
    -moz-transition: opacity 0.5s ease-out;
    -ms-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
}
#page-top a:hover {
    opacity: 1;
    -webkit-opacity: 1;
    -moz-opacity: 1;
}
#page-top a img {
    width: 50px;
}
/* backtop end*/

@media (min-width: 768px) {
    .worldMap > p {
        top: 76px;
        margin-left: -310px;
    }
    .worldMap img {
        width: 63%;
    }
    .worldMap > p:after {
        width: 56px;
        height: 82px;
    }
    .worldMap > p:after {
        left: -80px;
    }
    .worldMap {
        background-size: 100%;
    }
}

@media (max-width: 768px) {
    .worldMap > p {
        width: 132px;
        top: 30px;
        margin-left: -50px;
    }
    .worldMap > div {
        width: 200px;
        top: 90px;
        position: absolute;
        left: 50%;
        margin-left: -100px;
    }
    .worldMap > p > img {
        width: 100%;
    }
    .worldMap > p:after {
        width: 38px;
        height: 78px;
        background-size: 100%;
    }
    .worldMap > p:after {
        left: -50px;
    }
    .worldMap {
        background-size: 160%;
    }
}

/* footer */
.footer-con {
    background: #e2002a;
}
.footer-title {
    font-size: 18px;
    line-height: 24px;
    color: #ffffff;
    border-bottom: 1px solid #fe5e7b;
}
.footer-list {
    list-style: none;
    padding-left: 0;
    font-size: 13px;
    line-height: 22px;
    color: rgba(255,255,255,.8);
}
.footer-list li a{
    color: rgba(255,255,255,.8);
}
.work-time {
    height: 25px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    margin-top: 15px;
    margin-bottom: 20px;
    background-color: #bf0225;
}
.copyright {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 12px;
    padding: 20px 0;
    line-height: 20px;
    background-color: #bf0225;
}

.friendly-link {
    font-size: 12px;
    padding: 6px 0;
}
.friendly-link a {
    margin: 0 10px;
    color: #AFAFAF;
    line-height: 24px;
}
@media (min-width: 768px) {
    .footer-con {
        padding-top: 50px;
        padding-bottom: 14px;
    }
    .col {
        width: 246px;
        float: left;
        margin-left: 124px;
    }
    .col:first-child {
        width: 127px;
        margin-left: 0;
    }
    .col:last-child {
        width: 208px;
    }
    .footer-list {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
@media (max-width: 768px) {
    .footer-con {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .col {
        text-align: center;
    }
    .footer-list {
        margin-bottom: 0;
    }
    .friendly-link {
        margin-left: 20px;
        margin-right: 20px;
    }
}
#contents,
.carousel  {
    margin-top: 10px;
}
#contents .casebg {
    background: url(../images/caselist_ban.png) no-repeat center;
    background-size: cover;
}
#contents .probg {
    background: url(../images/prolist_ban.png) no-repeat center;
    background-size: cover;
}
#contents .newsbg {
    background: url(../images/newslist_ban.png) no-repeat center;
    background-size: cover;
}
#contents .aboutbg {
    background: url(../images/about_ban.png) no-repeat center;
    background-size: cover;
}
#contents .contactbg {
    background: url(../images/contact_ban.png) no-repeat center;
    background-size: cover;
}

#contents .h1Area h1 {
    color: #fff;
    margin: 0 auto;
    font-family: 'NotoSansHans-Bold',"Microsoft YaHei",sans-serif;
    font-weight: bold;
}

#contents .link3Block .linkBox:first-child {
    margin-left: 0;
}
#contents .link3Block .linkBox {
    float: left;
    width: 370px;
    margin-left: 45px;
    cursor: pointer;
}
#contents .link3Block .linkBox:hover .colImg {
    opacity: .7;
}
#contents .link3Block .linkBox .colImg {
    float: left;
}
#contents .link3Block .linkBox .colText {
    float: right;
    width: 120px;
}
#contents a > img,
#contents div > img {
    vertical-align: top;
}
#contents .link3Block .linkText {
    font-size: 16px;
    display: table;
    height: 48px;
}
#contents .link3Block .linkText > a.icOtherW {
    background: none;
    padding: 0;
    color: #00adb0;
}
#contents .link3Block .linkText > a.icOtherW:hover {
    text-decoration: underline;
}

#contents .link3Block .linkText > a {
    display: table-cell;
    vertical-align: middle;
    text-decoration: none;
}
#contents .link3Block .readText {
    font-size: 14px;
    position: relative;
}
#contents .link3Block .readText:before {
    display: block;
    content: "";
    height: 1px;
    width: 20px;
    background-color: #000;
    margin: 0 0 20px 0;
}

@media (min-width: 768px) {
    .categorySection {
        padding: 40px 0;
    }
    .RecWrapper {
        padding: 50px 0;
    }
    #contents .h1Area h1 {
        width: 1200px;
        padding-top: 120px;
        font-size: 40px;
    }
    #contents .h1Area {
        height: 300px;
        border: none;
    }
}
@media (max-width: 768px) {
    .categorySection {
        padding: 20px 0;
    }
    .RecWrapper {
        padding: 20px 20px;
    }
    #contents .h1Area h1 {
        width: auto;
        font-size: 22px;
        padding: 45px 10px 43px;
    }
    #contents .h1Area {
        height: auto;
        min-width: inherit;
    }
    #contents .link3Block .linkBox {
        float: none;
        width: auto;
        margin: 0 auto 20px !important;
    }
    #contents .link3Block .linkBox .colImg {
        width: 45%;
    }
    #contents .link3Block .linkBox .colImg img {
        width: 100%;
        height: auto;
    }
    #contents .link3Block .linkBox .colText {
        width: 50%;
    }
    #contents .link3Block .linkText {
        font-size: 16px;
        height: auto;
    }
}

/* breadcrumb */
.breadcrumb {
    background: #000;
    margin-bottom: 0;
    color: #e2002a;
    border-radius: 0;
}
.breadcrumb a {
    color: #bec3c8;
    text-decoration: none;
}
.breadcrumb a:hover {
    text-decoration: none;
}

/* pages */
.pagination-wrapper {
    clear:both;
    text-align:center;
}
.pagination {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size:12px;
    border-radius: 3px;
}
.pagination li{
    list-style: none;
    display: inline;
    float: left;
    text-decoration: none;
    border: 1px solid #ddd;
    padding: .8em .8em;
    border-left-width: 0;
    font-size: 12px;
}
.pagination li a {
    display: inline-block;
    background-color: #f9f9f9;
    color: #999;
}
.pagination li a:link{
    background:#fff;
    color: #777;
}
.pagination li a:hover{
    text-decoration:none;
}
.pagination li a:link:hover {
    color: #000;
}
.pagination li.thisclass {
    background-color: #e2002a;
    border-color: #e2002a;
    color: #fff;
}
.pagination li:first-child {
    border-left-width: 1px;
    border-radius: 3px 0 0 3px;
}
.pagination li:last-child{
    border-radius: 0 3px 3px 0;
}
.pagination .pageinfo{
    color: #444;
}
.pagination > li > a,
.pagination > li > span {
    border: none;
    padding: 0;
    color: #999;
    background-color: #fff;
}
.pagination > table,
.pagination > table a {
    color: #fff;
}
/* productlist */
#contents .col2PageAnchorWrapper {
    padding: 40px 0;
    background-color: #000;
}
#contents .col2PageAnchor a {
    display: table;
    width: 100%;
    height: 54px;
    color: #fff !important;
    background-color: #e2002a;
    box-sizing: border-box;
    padding: 5px 25px 5px 15px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}
#contents .col2PageAnchor a span {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    text-align: center;
    background: url(../images/ic_anchor.png) no-repeat right center;
    padding-right: 35px;
}
#contents h2.centerHeading {
    margin: 0 0 30px 0;
    color: #FFF;
    font-size: 24px;
    text-align: center;
    font-family: 'NotoSansHans-Bold',"Microsoft YaHei",sans-serif;
    font-weight: bold;
}
.blockWrapper {
    background: #333F48;
}
.grayBlock {
    background-color: #e6e6e6;
}
.proIntroWrapper {
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
}
.proIntroWrapper h3.textHeader {
    font-size: 24px;
    margin-bottom: 20px;
    color: #333f48;
    border-bottom: 1px solid #e6e6e6;
    font-family: 'NotoSansHans-Bold',"Microsoft YaHei",sans-serif;
    font-weight: bold;
}
.proIntroWrapper ul.normalList {
    padding-left: 0;
    list-style: none;
}
.proIntroWrapper ul.normalList > li {
    font-size: 14px;
    color: #101010;
    padding-left: 20px;
    margin-bottom: 5px;
    position: relative;
}
.proIntroWrapper ul.normalList > li:before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #00adb0;
    left: 5px;
    top: 6px;
}
@media (max-width:768px) {
    #contents .col2PageAnchor .conNav:not(:last-child) {
        margin-bottom: 15px;
    }
    #contents .col2PageAnchor .conNav a {
        height: 35px;
        padding: 10px 16px;
        font-size: 100%;
    }
    #contents h2.centerHeading {
        margin: 0 0 20px 0;
        font-size: 20px;
    }
    .proIntroWrapper h3.textHeader {
        font-size: 20px;
        text-align: center;
    }
    .proIntroWrapper {
        padding: 20px;
    }
}

/* newslist */
#contentsMain {
    width: 880px;
    float: left;
}
#localNavi {
    width: 280px;
    float: right;
}
#localNavi .topLevelCategory {
    display: block;
    font-size: 18px;
    border-top: #e2002a 3px solid;
    border-bottom: #999999 1px solid;
    font-weight: bold;
    margin-bottom: 0;
}
#localNavi .topLevelCategory a {
    display: block;
    padding: 25px 15px 19px 30px;
    width: 100%;
    color: #fff;
    text-decoration: none;
    background: #333f48;
    position: relative;
}

#localNavi .topLevelCategory a:after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 15px;
    width: 0;
    height: 0;
    margin-top: -4px;
    border-width: 4px 0 4px 7px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}
#localNavi ul {
    margin-bottom: 25px;
}
#localNavi ul li {
    display: block;
    border-bottom: #ccc 1px solid;
    font-size: 110%;
    font-weight: bold;
}
#localNavi ul li a {
    display: block;
    padding: 21px 5px 17px 32px;
    text-decoration: none;
    color: #333f48;
    background: #fff;
    position: relative;
}
#localNavi ul li a:hover {
    background-color: #f2f2f2;
}
#localNavi ul li a:after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 15px;
    width: 0;
    height: 0;
    margin-top: -4px;
    border-width: 4px 0 4px 7px;
    border-style: solid;
    border-color: transparent transparent transparent #00adb0;
}
#localNavi ul {
    padding-left: 0;
}
#contents #localNavi ul li.current > a {
    background: #f2f2f2;
    color: #00adb0;
}
h2.textHeader {
    margin-bottom: 20px;
    margin-top: 0;
    padding-bottom: 6px;
    font-size: 24px;
    font-family: 'NotoSansHans-Bold',"Microsoft YaHei",sans-serif;
    font-weight: bold;
    color: #333f48;
    position: relative;
    border-bottom: 3px solid #E6E6E6;
}
h2.textHeader:after {
    content: '';
    width: 30px;
    height: 3px;
    background-color: #00ADB0;
    position: absolute;
    bottom: -3px;
    left: 0;
}
.newsList {
    padding: 50px 0 0 0;
}
#contentsMain > .news-con {
    padding: 0 10px;
}
#contentsMain .news-flex span {
    width: 126px;
}
#contentsMain .news-flex a {
    padding: 0 30px;
}
.map {
    text-align: center;
    padding-bottom: 50px;
}
.contact-con {
    font-size: 16px;
    color: #292f33;
    padding-bottom: 50px;
}
@media (max-width:768px){
    .newsList {
        padding: 30px 0 0 0;
    }
    #contentsMain,
    #localNavi {
        width: 100%;
        float: none;
    }
    #contentsMain > .news-con {
        padding: 0;
    }
    h2.textHeader {
        font-size: 20px;
        text-align: center;
    }
    h2.textHeader:after {
        left: 50%;
        margin-left: -15px;
    }
    .map img {
        width: 90%;
    }
    .map {
        padding-bottom: 30px;
    }
    .contact-con {
        font-size: 16px;
        padding-bottom: 30px;
    }
    .contact-con div {
       line-height: 32px;
    }
}
.lGrey {
    padding: 15px 0;
    margin-bottom: 50px;
    background-color: #ebebeb;
}
#contents h3.textHeader {
    padding-left: 1.5em;
    text-indent: -1.5em;
    line-height: 30px;
    color: #292f33;
    font-family: 'NotoSansHans-Bold',"Microsoft YaHei",sans-serif;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
    color: #333f48;
    border-bottom: 1px solid #e6e6e6;
}
.contentsPadding {
    padding: 10px 10px 20px 10px;
}
.mb30 {
    padding-left: 0;
}
.mb30 li {
    text-indent: 2em;
    list-style: none;
    margin-bottom: 30px;
}
.normalList li {
    font-size: 14px;
    line-height: 1.8;
    color: #101010;
}
.honorList {
    padding-left: 0;
}
.honorList li {
    float: left;
    list-style: none;
    padding: 0 5px;
}
@media (max-width:768px){
    .contentsPadding {
        padding: 0 20px 20px 20px;
    }
    .lGrey {
        margin-bottom: 30px;
    }
    .mb30 li {
        margin-bottom: 15px;
    }
    #contents h3.textHeader {
        font-size: 18px;
    }
    .honorList li,
    .honorList li img {
       width: 100%;
    }
}

/* newscontent */

.h1AreaCon {
    width: 100%;
    border-bottom: #ccc 1px solid;
    background: #E6E6E6;
}
.smallHeading h1 {
    width: 1200px;
    margin: 0 auto;
    padding: 23px 0 16px;
    font-size: 30px;
    color: #00adb0;
    line-height: 1.4;
    letter-spacing: 3px;
    word-break:break-all;
    font-family: 'NotoSansHans-Bold',"Microsoft YaHei",sans-serif;
    font-weight: bold;
}
.mb25 {
    line-height: 1.8;
    margin-bottom: 25px !important;
}
.normalList li img {
    width: 100%;
    display: block;
    margin-bottom: 10px;
}
@media (min-width:768px) and (max-width:1400px){
   .normalList li img {
        width: 96%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 15px;
    }
}
.pagenav {
    background-color: #f2f2f2;
    border: solid 1px #999999;
    padding: 15px 25px;
    margin-bottom: 50px;
}
.pagenav p {
    font-size: 12px;
    margin-bottom: 20px;
}
.linkList {
    padding-left: 0;
    margin-bottom: 0;
}
.linkList li {
    list-style: none;
    line-height: 22px;
    margin-top: 5px;
}
.linkList li a {
    color: #00adb0;
}
	.thumbnail > img{
		height:auto;
	}

@media (max-width:768px){
    .smallHeading h1 {
        width: auto;
        margin: 0 auto;
        padding: 10px 13px 9px;
        font-size: 22px
    }
    .pagenav {
        margin-bottom: 30px;
    }
}

/* productcontent */

.#contents #localNavi ul {
    margin-bottom: 25px;
}
.products #contents #localNavi ul#jp1 li.model {
    border-bottom: #ccc 1px solid;
}
#contents #localNavi ul li.open {
    border-bottom: none;
}
#contents #localNavi ul li {
    display: block;
    border-bottom: #ccc 1px solid;
    font-size: 110%;
    font-weight: bold;
}

#localNavi ul#jp1 li span.panelBtn {
    display: block;
    padding: 21px 5px 17px 32px;
    text-decoration: none;
    color: #333f48;
    position: relative;
    cursor: pointer;
    background: url(../images/btn_toggleOn.png) #fff no-repeat 240px center;
}
#localNavi ul#jp1 li.open span.panelBtn,
#localNavi ul#jp1 li span.active {
    color: #00a7ac;
    background: url(../images/btn_toggleOff.png) #f2f2f2 no-repeat 240px center !important;
}
#localNavi ul#jp1 li > span.panelBtn:after {
    display: block;
    content: '';
    position: absolute;
    top: 50%;
    left: 15px;
    width: 0;
    height: 0;
    margin-top: -3px;
    border-width: 4px 0 4px 7px;
    border-style: solid;
    border-color: transparent transparent transparent #00adb0;
}

#localNavi ul#jp1 li.open .panel {
    display: block;
}
#localNavi ul#jp1 li.open ul {
    display: block;
    border-left: #f2f2f2 10px solid;
}
#localNavi ul#jp1 li .panel {
    display: none;
}
#localNavi ul#jp1 li .panel li {
    border-bottom: dotted 1px #ccc;
}

#localNavi ul#jp1 li ul {
    border-left: #f2f2f2 10px solid;
    margin-bottom: 0;
}
#localNavi ul li.open ul {
    border-left: #c4eced 10px solid;
    margin-bottom: 0;
}
#localNavi ul#jp1 li ul li a {
    position: relative;
    font-size: 14px;
    font-weight: normal;
}
#localNavi ul#jp1 li ul li a:after {
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -3px;
    background: none;
    background-color: #d8d8d8;
    border-radius: 46px;
    border: none;
}
#contents #localNavi ul li.open ul li {
    font-size: 90%;
}
#localNavi ul li {
    display: block;
    border-bottom: #ccc 1px solid;
    font-size: 14px;
    font-weight: bold;
    color: #333f48;
}
.pos-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.demo-img {
  width: 400px;
  height: 300px;
  border-radius: 5px;
}

.descrip {
  font-size: 15px;
  line-height: 0;
  color: #D66A00;
}

.code-view {
  width: 245px;
  font-size: 14px;
}
.pPhone {
    margin-top: 50px;
}
.col2Block {
    margin-bottom: 15px;
}
#contents .productsText {
    font-size: 16px;
    line-height: 1.8;
}
.textResCenter img {
    width: 100%;
}
.normalList li .table {
    width: 880px;
    overflow-x: auto;
}
.normalList li .table table {
    border: #999999 1px solid;
    width: 100%;
    border-collapse: collapse;
}
.normalList li .table table tr td:first-child {
    color: #101010;
    background-color: #EBEBEB;
}
.table table tbody tr td {
    border-top: #999999 1px solid;
    border-left: #999999 1px solid;
    font-size: 14px;
    line-height: 1.8;
    border-collapse: collapse;
    padding: 9px 5px 8px 5px;
}

@media (max-width:768px){
   .productsText,
   .pPhone {
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 20px;
   }
}
.breadcrumb a,
.breadcrumb span {
    padding: 0 5px;
}
.breadcrumb span {
    color: #fff;
}

#newBridge .icon-right-bottom,
#newBridge .nb-icon-right-bottom {
    right: 0!important;
    bottom: 140px!important;
}