body {
    font-family: "Microsoft YaHei","微软雅黑";
}
header {
    width: 100%;
}
.nav > li,
.dropdown {
    position: static;
}
.subMenuWrapper {
    background: rgba(0,0,0,0.8);
    left: 0;
    top: 100px;
    position: absolute;
    padding: 0;
    // display: block;
}
.subMenuWrapper .mainCategory {
    font-size: 140%;
    border-bottom: 1px solid #666f76;
    text-align: left;
    width: 1000px;
    margin: 22px auto 0;
}
.subMenuWrapper a {
    color: #fff;
    text-decoration: none;
}
.subMenuWrapper > ul {
    width: 960px;
    margin: 20px auto;
    padding: 0;
    list-style: none;
}
.subMenuWrapper > ul.col2 > li {
    width: 49%;
    margin-right: 1%;
    float: left;
}
.subMenuWrapper > ul > li {
    line-height: normal;
    margin-bottom: 10px;
    text-align: left;
}
.subMenuWrapper .subCategory > li > a {
    font-weight: normal;
    font-size: 125%;
    float: left;
    color: #e0171f;
}
.subMenuWrapper .subCategory > li > a:hover {
    text-decoration: underline;
}
.subMenuWrapper .CloseWrapper {
    width: 1200px;
    margin: 0 auto;
    text-align: right;
}
.navbar-toggle {
    margin-top: 15px!important;
    margin-bottom: 15px!important;
}

.navbar {
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .warp {
        width: 1200px;
        margin: 0 auto;
        /* overflow: hidden; */
    }
    .navbar-brand {
        height: 100px;
        padding: 20px 20px;
    }
    .navbar-nav > li > a {
        width: 120px;
        text-align: center;
        line-height: 70px;
    }
    .navbar-nav > li:hover,
    .navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:hover,
    .navbar-inverse .navbar-nav > .open > a:focus {
        background: rgba(255,255,255,.1);
    }
    .navbar {
        margin-bottom: 0;
        border-radius: 0;
    }

}

@media (max-width: 768px) {
    .warp {
        width: 100%;
        overflow: hidden;
    }
    .m-logo {
    height: 48px;
    margin-top: -6px;
}
    .m-fixed {
        position: fixed;
        top: 0;
        z-index: 100;
    }
    #ad-carousel {
        margin-top: 66px!important;
    }
    #contents {
        margin-top: 66px!important;
    }
    .top-nav {
            margin-top: 10px!important;
        }
    }

.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;
}

@media (max-width: 768px) {
    .navbar-inverse .navbar-nav > li > a,
    .navbar-inverse .navbar-nav > li > a:hover,
    .navbar-inverse .navbar-nav > li > a:focus {
        background-color: #000;
    }
}

/* banner */
.carousel-indicators .active {
    background-color: #e41f3a;
    border-color: #e41f3a;
}
.carousel-indicators li {
    border-color: #000;
}
.carousel {
    width: 100%;
    margin: 0 auto;
}
.carousel-inner > .item > a > img {
    width: 100%;
}
.classify {
    background-color: #e41f3a;
    position: absolute;
    bottom: 0;
    padding: 10px 0;
    width: 100%;
    display: inline-block;
    position: relative;
}
.classify::before {
    background-color: #181818;
    bottom: 0;
    content: "";
    display: inline-block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: skewX(136deg);
    transform-origin: right top 0;
    width: 38.2291%;
}
.booking-content-block h5 {
    color: #e41f3a;
    font-size: 14px;
}
.booking-content-block h5 .num {
    font-size: 32px;
    font-weight: bold;
    letter-spacing: -2px;
    display: block;
    margin-top: 9px;
}
.classify-con {
    margin-top: 14px;
    margin-bottom: 10px;
}
@media (max-width: 768px) {
    .booking-content-block h5 {
        text-align: center;
        color: #fff;
    }
}


/* product list */
.nav-tabs {
    border: 0;
}
.nav-tabs li {
    text-align: center;
}
.nav-tabs > li > a {
    border: 1px solid #fff;
    border-radius: 0;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    padding-top: 14px;
    padding-bottom: 14px;
}
.nav-tabs > li > a:hover,
.nav-tabs > li > a:focus {
    border: 1px solid #f0f0f0;
    background-color: #f0f0f0;
    color: #e0374e;
}
.thumbnail {
    padding: 0;
    border-radius: 0;
    background-color: #f5f5f5;
    border: 0;
}
.thumbnail:hover {
    text-decoration: none;
}
.thumbnail:hover img {
    opacity: 0.8;
    background-color: #fff;
}
.thumbnail .caption {
    padding: 20px 25px 20px 20px;
    border-bottom: 4px solid #181818;
    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 #353535;
}
.thumbnail:hover .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;
    // border-bottom: 0;
}
.thumbnail .dis-img {
    font-size: 16px;
    color: #353535;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 0;
    font-weight: bold;
}
.thumbnail:hover .dis-img {
    font-weight: normal;
    color: #fff;
}
.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;
    }
    .thumbnail > img, .thumbnail a > img {
        height: 208px;
    }
    .text {
        margin-top: 72px;
    }
}
/* mobile */
@media (max-width: 768px) {
    .Mpro > div:nth-child(2n) {
        padding-left: 2px;
        // padding-right: 0;
    }
    .Mpro > div:nth-child(2n-1) {
        padding-right: 2px;
        // padding-left: 0;
    }
    .Mpro > div > a {
        margin-bottom: 4px!important;
    }
    .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;
    }
    .text {
        margin-top: 20px;
    }
}

/* case */

.text h3 {
    font-size: 44px;
    color: #181818;
    font-weight: bold;
    line-height: 56px;
}
.text a {
    text-decoration: none;
}
.text a:hover h3 {
    color: #e41f3a;
}

.text h3 span {
    font-size: 40px;
    font-weight: normal;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.text p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.m-btn {
    border: 1px solid #000;
    display: block;
    width: 120px;
    text-align: center;
}
.case-more {
    font-size: 18px;
    line-height: 40px;
    color: #181818;
}
.m-btn:hover {
    border-color: #e41f3a;
    background-color: #e41f3a;
    color: #fff;
}
@media (max-width: 768px) {
    .text p {
        margin-top: 20px;
    }
    .text {
        margin-top: 10px;
    }
    .text h3 {
        font-size: 34px;
        line-height: 44px;
    }
    .text h3 span {
        font-size: 30px;
    }
}

/* news */

.news-tit-bg {
    background: url(../images/new_bg.jpg) no-repeat center;
    background-size: 100% auto;
    height: 150px;
    position: relative;
    text-align: center;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 20px;
}
.news-tit-bg .news-tit {
    font-size: 30px;
}
.news-tit-bg .news-txt {
    font-size: 18px;
}
.news-more {
    font-size: 14px;
    line-height: 26px;
    position: relative;
    margin-left: 1px;
    color: #181818;
}
.news-more:hover {
    text-decoration: none;
}
.news-more::before {
    position: absolute;
    left: 25px;
    top: 1px;
    font-size: 16px;
    content: '\2192';
}
.news .caption a h3 {
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    color: #181818;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.news .caption p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.time {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 44px;
    line-height: 32px;
    position: relative;
}
.time::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0;
    width: 36px;
    height: 4px;
    background-color: #e41f3a;
}
.time span {
    font-size: 14px;
    color: #8d8d8d;
    display: block;
    letter-spacing: -1px;
    // font-weight: normal;
}
/* about */
.about-tit {
    font-size: 30px;
    margin-left: 10px;
    margin-top: 26px;
    margin-bottom: 20px;
    font-weight: bold;
    position: relative;
}
.about-tit::before {
    position:absolute;
    content: '';
    left: -10px;
    top: 5px;
    width: 6px;
    height: 30px;
    background-color: #e41f3a;
}
.about p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
/* link */
.re-link {
    background-color: #e3e3e3;
    height: 50px;
}
.re-link h3 {
    width: 72px;
    background-color: #454545;
    color: #fff;
    font-size: 14px;
    height: 50px;
    line-height: 20px;
    letter-spacing: 5px;
    padding-top: 5px;
    text-align: center;
    display: inline-block;
    margin: 0;
}
.re-link .link-con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: inline-block;
    line-height: 50px;
    vertical-align: top;
}
.re-link .link-con a {
    margin: 0 10px;
    color: #333;
}

.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;
}
.news-flex span {
    display: block;
    text-align: center;
}
.news-flex time {
    display: block;
    width: 100px;
    color: #666;
    letter-spacing: -1px;
}
.news-flex span,
.news-flex time {
    font-size: 14px;
}
.news-flex a::before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: #fb605c;
    left: 0;
    top: 38%;
}
.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;
    position: relative;
}
@media (min-width: 768px) {
    .news-left {
        float: left;
    }
    .news-right {
        float: right;
    }
    .news-flex span {
        width: 6px;
        height: 6px;
    }
    .news-flex span {
        padding: 1px 10px;
    }
}
@media (max-width: 768px) {
    .mrow > .col-xs-6:nth-of-type(2n-1) {
        padding-right: 2px;
        padding-left: 0;
    }
    .mrow > .col-xs-6:nth-of-type(2n) {
        padding-left: 2px;
        padding-right: 0;
    }
    .streng-con > .padding-left,
    .streng-con > .padding-right {
        padding-right: 0px;
        padding-left: 0;
    }
    .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: #f04e56;
        border: 1px solid #f04e56;
    }
    .ico-industry time:after {
        content: "行业新闻";
        color: #f0ad38;
        border: 1px solid #f0ad38;
    }

}

.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;
}

.backTop {
    border-bottom: #ececec solid 1px;
    margin-bottom: 30px;
    text-align: center;
    margin-top: 10px;
}
.backTop .gotop {
    display: block;
    margin-bottom: -10px;
    cursor: pointer;
}
.gotop img {
    -webkit-animation: fadeIn 1s ease .8s both,moveUpDown 1s ease-in .8s infinite alternate;
}
/* 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: #e41f3a;
}
.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 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.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: right;
    color: #fff;
    font-size: 12px;
    padding: 20px 0;
    line-height: 20px;
    background-color: #181818;
}
.footer-num {
    color: #fff;
}
.footer-num .num {
    font-size: 36px;
    letter-spacing: -1px;
    font-weight: bold;
}
.wm {
    width: 50%;
    display: block;
    margin: 0 auto;
}
.wx {
    text-align: center;
    line-height: 30px;
    color: #fff;
}
.img-responsive {
    width: 100%;
}
@media (min-width: 768px) {
    .footer-con {
        padding-top: 50px;
        padding-bottom: 10px;
    }
    .col {
        width: 256px;
        float: left;
        margin-left: 54px;
    }
    .col:first-child {
        margin-left: 0;
    }
    .col:last-child {
        width: 266px;
    }
    .footer-list {
        padding-top: 15px;
        padding-bottom: 10px;
    }
    .products,
    .case,
    .news-tit-bg,
    .news,
    .about,
    .re-link{
        margin-top: 50px;
    }
}
@media (max-width: 768px) {
    .footer-con {
        padding-top: 40px;
        padding-bottom: 10px;
    }
    .col {
        text-align: center;
    }
    .footer-list {
        margin-bottom: 0;
    }
    .products,
    .case,
    .news-tit-bg,
    .news,
    .about,
    .re-link{
        margin-top: 30px;
    }
    .p-1 {
        padding-left: 10px;
        padding-right: 10px;
    }
    .p-3 {
        padding-left: 28px;
        padding-right: 28px;
    }
    .time::after {
        left: 10px;
    }

}
#contents .strengthbg {
    background: url(../images/strengh_ban.png) no-repeat center;
    background-size: cover;
}
#contents .casebg {
    background: url(../images/case_ban.png) no-repeat center;
    background-size: cover;
}
#contents .probg {
    background: url(../images/pro_ban.png) no-repeat center;
    background-size: cover;
}
#contents .newsbg {
    background: url(../images/news_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::before {
    content: '';
    position:absolute;
    left: 32px;
    top: 205px;
    width: 6px;
    height: 38px;
    background: #e41f3a;
}
#contents .h1Area h1 {
    color: #fff;
    margin: 0 auto;
    font-family: 'NotoSansHans-Bold',"Microsoft YaHei",sans-serif;
    font-weight: bold;
    position: relative;
    text-shadow: 2px 2px 2px rgba(0,0,0,1);
}

#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: 200px;
        padding-left: 50px;
        font-size: 40px;
    }
    #contents .h1Area {
        height: 464px;
        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 34px;
    }
    #contents .h1Area h1::before {
        left: 15px;
        top: 45px;
        height: 26px;
    }
    #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;

}
#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;
}
.pronav-fixed {
    width: 880px;
    position: fixed;
    top: 0;
    display: none;
    z-index: 100;
    background: #fff;
}
.pronav-fixed .lGrey {
    margin-bottom: 0;
}
.box-fixed {
    position: relative;
    width: 280px;
    padding-bottom: 40px;
    opacity: 1;
}
.tab_fix_bottom {
    position: absolute;
    bottom: 0px;
    top: auto;
    opacity: 0;
}
.tab_fix{
    -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;
    position:fixed;
    top: 0;
}
#localNavi .topLevelCategory {
    display: block;
    font-size: 18px;
    border-top: #e41f3a 4px 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: #252525;
    position: relative;
    font-size: 24px;
}
#localNavi .topLevelCategory a img {
    vertical-align: middle;
}
#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: #f04e56;
    position: absolute;
    bottom: -3px;
    left: 0;
}
.backtop {
    width: 280px;
    text-align: center;
}
.backtop a {
    color: #fff;
    padding: 20px 10px;
    display: block;
    font-size: 20px;
    background-color: rgba(37,37,37,1);
    letter-spacing: 2px;
}
.backtop a:hover {
    background-color: rgba(37,37,37,.3);
    text-decoration: none;
}
.backtop a img {
    margin-right: 10px;
}
.newsList {
    padding: 50px 0 0 0;
}
#contentsMain > .news-con {
    padding: 0 10px;
}
// #contentsMain .news-flex span {
//     width: 126px;
// }
#contentsMain .news-flex a {
    padding: 0 18px;
}

@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;
    }
}
#intro {
    height: 190px;
    margin-top: -190px;
}
#details,
#picture,
#para {
    height: 120px;
    margin-top: -166px;
}
.lGrey {
    padding: 15px 0;
    margin-bottom: 22px;
    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%;
    }
    .pro-lGrey {
        margin: 0 auto;
    }
}

/* newscontent */

.h1AreaCon {
    width: 100%;
    border-bottom: #ccc 1px solid;
    background: #e5e5e5;
}
.smallHeading h1 {
    width: 1200px;
    margin: 0 auto;
    padding: 23px 0 16px;
    font-size: 30px;
    color: #f04e56;
    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: #f04e56;
}

@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: #f04e56;
    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 #f04e56;
}

#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;
   }
   .m-t {
        margin-top: 40px;
    }
}
.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;
}


.map {
    width: 100%;
    padding-bottom: 30px;
}
.streng-tit {
    font-weight: bold;
    margin-bottom: 20px;
}
.streng-con {
    margin-bottom: 40px;
}
.red {
    color: #f04e56;
}
.last {
    margin-bottom: 30px;
}

@media (min-width:768px) {
    .last .caption {
        margin-top: 30%;
    }
    .last {
        margin-bottom: 50px;
    }
    .padding-left {
        padding-left: 8px;
    }
    .padding-right {
        padding-right: 8px;
    }
    .hv:hover img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
    }
    .hv img {
       transition: all 1s;
        -webkit-transition: all 1s;
    }
    .hv {
        display: block;
        width: 482px;
        height: 502px;
        overflow: hidden;
    }
}



  .nornalList p{
    line-height: 30px;
  }

  .loading {
    position: fixed;
    z-index: 99;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5) url(../images/25.gif) no-repeat center;
}


#localNavi ul li.active a {
    background-color: #f2f2f2;
}