/*
* @Author: Marte
* @Date:   2017-08-31 09:45:02
* @Last Modified by:   anchen
* @Last Modified time: 2018-11-29 16:08:28
*/
div{
    text-align: left;
}
html {
    box-sizing: border-box;
}

*, *:before, *:after {
    box-sizing: inherit;
}

html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
    outline: 0;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

/**
 * Remove default margin.
 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
        margin: 0;
        padding: 0;
        outline:none;
}

body {
    width: 100%;
    overflow-x: hidden;
    background: #fff;
}

ul:not(.browser-default) {
    list-style-type: none;
}

ul:not(.browser-default) li {
    list-style-type: none;
}

li{list-style: none;}

a {
    color: #039be5;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
}
a {
    background-color: transparent;
    display: block;
}

a:active,
a:hover {
    outline: 0;
}

body {
    background: #f6f6f6;
}

@font-face {font-family: 'QXyingbixingce09b967c1a2bd';src: url('//cdn.webfont.youziku.com/webfonts/nomal/107197/284/59a8d17cf629d808084fd7f3.gif?r=52629500743');src: url('//cdn.webfont.youziku.com/webfonts/nomal/107197/284/59a8d17cf629d808084fd7f3.gif?r=52629500743?#iefix') format('embedded-opentype'),     url('//cdn.webfont.youziku.com/webfonts/nomal/107197/284/59a8d17cf629d808084fd7f3.bmp?r=52629500743') format('woff'),     url('//cdn.webfont.youziku.com/webfonts/nomal/107197/284/59a8d17cf629d808084fd7f3.jpg?r=52629500743') format('truetype'),     url('#QXyingbixing') format('svg');   }.xingshu {font-family: 'QXyingbixingce09b967c1a2bd';}

.content {
    background: #fff;
    border-left: 1px solid #e8e9ea;
    border-right: 1px solid #e8e9ea;
}

.content,.container {
    margin: 0 auto;
    overflow: hidden;
}

.brand-logo {
    height: 50px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.drawer-menu li a:hover {
    text-decoration: none;
}

.drawer-menu li a {
    font-family: 'Microsoft YaHei';
}

.drawer-menu li:last-child a {
    color: #899f51;
    font-weight: bold;
}

.drawer-menu li:last-child a:hover {
    cursor: default;
}

.cate-deputy {
    text-align: center;
    color: #5a646e;
    font-family: 'Microsoft YaHei';
}

.cate {
    color: #3B424A;
    text-align: center;
}

.cate-list li {
    display: inline-block;
    vertical-align: middle;
}

.cate-con {
    text-align: center;
}

.cate-con dd {
    color: #131e27;
    font-family: 'Microsoft YaHei';
}

@media (min-width:768px) {
    .content {
        width: 100%;
    }

    .container {
        width: 1000px;
    }

    .drawer-navbar .drawer-menu li {
        position: relative;
    }

    .drawer-navbar .drawer-menu li:hover:not(:last-child):after,
    .drawer-navbar .drawer-menu li.active:after {
        position: absolute;
        content: '';
        bottom: 0px;
        left: 50%;
        margin-left: -35px;
        background: #333;
        height: 2px;
        width: 70px;
    }

    .cate {
        font-size: 36px;
        margin-top: 50px;
    }

    .cate-deputy,.company-con,.company-more {
        font-size: 16px;
        line-height: 40px;
    }

    .cate-list {
        margin-top: 40px;
    }

    .cate-list li {
        display: inline-block;
        vertical-align: middle;
        width: 120px;
        height: 112px;
        background: #f0f0f0;
        border: 1px solid #dce1e5;
        border-radius: 5px;
    }

    .cate-list li:not(:first-child) {
        margin-left: 165px;
    }

    .cate-con {
        text-align: center;
        margin-top: 13px;
        margin-bottom: 13px;
    }

    .cate-con dd {
        font-size: 14px;
        line-height: 24px;
    }
}

@media (min-width:1440px) {
    .content {
        width: 1440px!important;
    }
}


@media (max-width:768px) {
    .content {
        width: 100%;
    }

    .container {
        width: 90%;
    }

    .cate {
        font-size: 22px;
        margin-top: 28px;
    }

    .company-con {
        font-size: 13px;
        line-height: 30px;
    }

    .cate-deputy,.company-more {
        font-size: 12px;
        line-height: 30px;
    }

    .cate-list {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-box-align: center;
        -moz-box-align: justify;
        -ms-flex-align: center;
        justify-content: space-between;
        align-content: center;
        margin-top: 14px;
    }

    .cate-list li {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        text-align: center;
        box-sizing: border-box;
        display: block;
    }

    .cate-con dt {
        width: 50px;
        height: 50px;
        margin: 0 auto;
        background: #f0f0f0;
        border: 1px solid #dce1e5;
        border-radius: 50%;
    }

    .cate-con dt img {
        width: 32px;
        margin-top: 6px;
    }

    .cate-con dd {
        font-size: 14px;
        line-height: 30px;
        font-weight: lighter;
        text-align: center;
    }
}
.company {
    width: 100%;
    overflow: hidden;
    background: url(../img/about_bg.jpg) no-repeat center;
    background-size: cover;
}

.company .cate,.company-con,.company-more {
    color: #fefefe;
}

.company-con,.company-more {
    text-align: center;
}

.news-title {
    color: #21313E;
    font-weight: bold;
    vertical-align: middle;
    font-family: 'Arial';
}

.more-btn {
    font-weight: normal;
    color: #2b343d;
    border: 1px solid #dce1e5;
    border-radius: 5px;
    float: right;
    vertical-align: middle;
    line-height: 32px;
}

.news-list li {
    clear: both;
}

.news-list li a {
    color: #6A6E73;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-list li span {
    color: #99b546;
    float: right;
}

@media (min-width:768px) {
    .company {
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .company-con {
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .company-more {
        margin-bottom: 36px;
    }
    .news {
        display: inline-block;
        vertical-align: top;
        width: 49.5%;
    }

    .news-title {
        font-size: 20px;
        line-height: 30px;
    }

    .more-btn {
        font-size: 14px;
        padding: 0px 35px;
    }

    .news:first-child .news-list {
        border-right: 1px solid #e1e6eb;
    }

    .news:first-child .news-list,.news:first-child .news-title {
        padding-right: 50px;
    }

    .news:last-child .news-list,.news:last-child .news-title {
        padding-left: 50px;
    }

    .news-list {
        margin-top: 40px;
    }

    .news-list li {
        height: 36px;
        line-height: 36px;
    }

    .news-list li a {
        font-size: 14px;
        width: 318px;
    }

    .news-list li a:hover {
        color: #36393B;
    }

    .news-list li span {
        font-size: 14px;
    }

}

@media (max-width:768px) {
    .company {
        margin-top: 1.7rem;
        margin-bottom: 1rem;
    }
    .company-con {
        margin-top: .3125rem;
        margin-bottom: .3125rem;
        height: 120px;
        overflow: hidden;
    }
    .company-more {
        margin-bottom: 20px;
    }
    .news {
        width: 100%;
    }

    .news-title {
        font-size: 16px;
        line-height: 30px;
        margin-top: 1.25rem/* 20px */;
    }

    .more-btn {
        font-size: 13px;
        padding: 0px 14px;
    }

    .news-list {
        margin-top: 1.25rem/* 20px */;
    }

    .news-list li {
        height: 36px;
        line-height: 36px;
    }

    .news-list li a {
        font-size: 14px;
        width: 60%;
    }
    .news-list li span {
        font-size: 12px;
    }
}

.contact {
    // background: #313B43;
    background: #435058;
    width: 100%;
    overflow: hidden;
}

.contact-list {
    display: inline-block;
    color: #fff;
    font-weight: bold;
}

.product-title {
    text-align: center;
    color: #21313E;
    font-weight: bold;
    font-family: 'Arial';
}

.product {
    width: 100%;
    overflow: hidden;
}

.case-product-list {
    float: left;
}

.product-list:first-child {
    margin-left: 0px;
}

.product-list {
    display: inline-block;
    vertical-align: top;
}

.product-list:last-child {
    clear: both;
}

.product-list dl dd,.case-product-list dl dd {
    color: #333A40;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

.pagination,
.ban-caselist,
.case-product {
    overflow: hidden;
    zoom: 1;
}
/*
.page {
    text-align: center;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    border-radius: 4px;
}

.pagination > li {
    display: inline;
    font-size: 14px;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination > li > a {
    color: #5d5d5d;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
    background-color: white;
}

.pagination > li > a {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination > .active > a, .pagination > .active > a:hover {
    background-color: #ffc033;
    border-color: #ffc033;
    color: #fff;
}

.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}*/

/*pages*/
.pagination-wrapper {
    clear:both;
    padding:1em 0 2em 0;
    text-align:center;
}
.pagination {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size:12px;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination li{
    list-style: none;
    display: inline;
    float: left;
    line-height: 1em;
    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;
    color: #333;
}
.pagination li a:link:hover {
    color: #333;
}
.pagination li.thisclass {
    background-color: #ffc033;
    border-color: #ffc033;
    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;
}

.product-list dl dt img,.case-product-list dl dt img {
    border: 1px solid #eee;
}

@media (min-width:768px) {
    .contact {
        margin-top: 55px;
        margin-bottom: 55px;
    }

    .contact-list {
        width: 24.4%;
        font-size: 14px;
        text-align: center;
        padding: 54px 0;
    }

    .contact-list img {
        margin: 0 10px;
        vertical-align: middle;
    }

    .bottom {
        margin-bottom: 60px;
    }

    .product-title {
        font-size: 20px;
        margin-top: 8px;
        margin-bottom: 35px;
    }

    .case-product,
    .newslist {
        margin-top: 66px;
    }

    .case-product-list:not(:nth-child(4n-3)) {
        margin-left: 13px;
    }

    .product-list {
        margin-left: 5px;
    }

    .product-list dl dt,.case-product-list dl dt {
        width: 240px;
        height: 229px;
        // height: 240px;
    }

    .product-list dl dt img,.case-product-list dl dt img {
        width: 100%;
        height: 100%;
    }

    .product-list dl dd,.case-product-list dl dd {
        width: 240px;
        font-size: 14px;
        line-height: 50px;
    }

    .product-list dl dd:hover,.case-product-list dl dd:hover {
        color: #8CA256;
    }

    .pagination {
        margin: 50px 0 0 0;
    }
}
@media (max-width:768px) {
    .contact {
        margin-top: 1.25rem;
        margin-bottom: 1.25rem;
    }

    .contact-list {
        width: 100%;
        font-size: 13px;
        padding: 14px 0;
    }

    .contact-list img {
        width: 24px;
        margin: 0 20px;
        vertical-align: bottom;
    }

    .contact-list b {
        display: block;
    }

    .bottom {
        margin-bottom: 25px;
    }

    .product-title {
        font-size: 16px;
        line-height: 3rem;
        overflow: hidden;
    }

    .case-product,
    .newslist {
        margin-top: 25px;
    }

    .case-product-list:nth-child(even) {
        float: right;
    }

    .product-list,.case-product-list {
        width: 48%;
    }

    .product-list:nth-child(even) {
        margin-left: .1875rem/* 3px */;
        float: right;
    }

    .product-list dl dd,.case-product-list dl dd {
        width: 100%;
        font-size: 14px;
        line-height: 2.5rem;
    }

    .product-list dl dt img,.case-product-list dl dt img {
        width: 100%;
    }

    .pagination {
        margin: 30px 0 0 0;
    }
}

footer {
    background: #eef2f5;
    overflow: hidden;
}

.footer-list:first-child {
    margin-left: 0;
}

.footer-list:last-child {
    padding-left: 70px;
}
.footer-list {
    display: inline-block;
    vertical-align: top;
    width: 240px;
    margin-left: 5px;
}

.footer-list li:first-child {
    color: #3B424A;
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
}

.footer-list li a{
    width: 100%;
    font-size: 13px;
    color: #5f676f;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.footer-list li a:hover {
    text-decoration: underline;
}

.footer-nav li {
    float: left;
}

.footer-nav li:after {
    clear: both;
}

.footer-logo {
    width: 40px;
}

.footer-nav li {
    margin: 0 10px;
}

.footer-nav li a {
    color: #979da3;
    font-size: 13px;
}

.footer-copy {
    color: #979da3;
    font-size: 13px;
    line-height: 28px;
    float: right;
}

.footer-copy a {
    display: inline-block!important;
}

.footer-logo,.footer-nav,.footer-copy {
    display: inline-block;
    vertical-align: middle;
}

@media (min-width:768px) {
    footer {
        padding-top: 60px;
    }
    .copy {
        margin-top: 50px;
        margin-bottom: 30px;
    }
}

@media (max-width:768px) {
    footer {
        padding-top: 35px;
    }

    .footer-list:nth-child(3),.footer-list:nth-child(4),.footer-nav {
        display: none;
    }

    .footer-list:not(:first-child) {
        margin-top: .9375rem/* 15px */;
    }

    .copy {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .footer-copy {
        font-size: 12px;
        line-height: 20px;
        float: right;
    }
}

/*
productCateqories.htm
*/

.bread {
    background: #141E28;
}

.breadcrumb {
    color: #fff!important;
    font-family: 'Microsoft YaHei';
    text-align: left;
}

.breadcrumb a {
    display: inline-block;
    color: #c0c2c5;
    line-height: 40px;
    font-family: 'Microsoft YaHei';
}

.breadcrumb a:hover {
    color: #fff;
}


.cate-warp {
    background: #f6f6f6;
    overflow: hidden;
}

.pro-cate-title {
    color: #aaaeb1;
    text-align: center;
    letter-spacing: 2px;
    font-family: 'Arial';
    font-weight: lighter;
}

.pro-cate {
    margin-top: 0px;
}

.pro-cate-list {
    width: 100%;
}

.cate-img img {
    width: 100%;
}

.caption {
    margin-left: auto;
    margin-right: auto;
}

.caption .title {
    font-family: 'Microsoft YaHei';
    font-weight: normal;
    color: #131e27;
}

.pro-cate-con {
    font-family: 'Microsoft YaHei';
    color: #5a646e;
    font-size: 14px;
    line-height: 30px;
}

.btn-cate {
    background: #313B43;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    font-family: 'Microsoft YaHei';
}

.btn-cate:hover {
    background: #95AD5A;
}

.relate {
    width: 100%;
    overflow: hidden;
}

.relate-list a{
    overflow: hidden;
    display: block;
    text-align: center;
}

.relate-list:nth-child(2) a {
    background: #de5948;
}

.relate-list:nth-child(1) a,.relate-list:nth-child(3) a {
    background: #e6ebf1;
}

.relate-list a dd {
    color: #899f51;
    font-family: 'Microsoft YaHei';
}

.relate-list:nth-child(2) a dd {
    color: #E3EACE;
}

@media (min-width:768px) {
    .breadcrumb {
        font-size: 14px;
    }

    .cate-warp {
        margin-top: 50px;
        margin-bottom: 80px;
    }

    .pro-cate-title {
        font-size: 16px;
        line-height: 50px;
        margin-top: 50px;
    }

    .cate-img,.cate-inner {
        width: 50%;
        display: inline-block;
        vertical-align: middle;
    }

    .pro-cate-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .cate-c2 .cate-inner,
    .cate-c4 .cate-inner,
    .cate-c6 .cate-inner {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: -1;
        order: -1;
    }

    .caption {
        width: 406px;
        margin-top: 50px;
    }

    .pro-cate-icon {
        width: 54px;
    }

    .caption .title {
        font-size: 34px;
        line-height: 80px;
    }

    .btn-cate {
        width: 112px;
        height: 40px;
        font-size: 15px;
        line-height: 40px;
        margin-top: 30px;
    }

    .relate {
        margin-bottom: 54px;
    }

    .relate-list {
        float: left;
        width: 310px;
        margin-left: 35px;
    }

    .relate-list:first-child {
        margin-left: 0px;
    }

    .relate-list:after {
        clear: both;
    }

    .relate-list a{
        width: 310px;
        height: 200px;
        box-sizing: border-box;
        border: 5px solid transparent;
    }

    .relate-list a:hover {
        border: 5px solid rgba(140,140,140,.3);
    }

    .relate-list a dt {
        margin-top: 50px;
    }

    .relate-list a dd {
        font-size: 16px;
        line-height: 38px;
    }
}

@media (max-width:768px) {
    .breadcrumb {
        font-size: 12px;
    }

    .cate-warp {
        margin-top: 1.25rem;
        margin-bottom: 1.25rem;
        padding-top: 1.875rem;
    }

    .pro-cate-title {
        font-size: 14px;
        line-height: 2.5rem;
        margin-top: 1.25rem;
    }

    .cate-img,.cate-inner {
        text-align: center;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .pro-cate-icon {
        width: 51px;
    }

    .caption {
        margin-top: 1.25rem;
    }

    .caption .title {
        font-size: 18px;
        line-height: 50px;
    }

    .btn-cate {
        width: 100px;
        height: 30px;
        font-size: 14px;
        line-height: 30px;
        margin-top: 20px;
        margin-bottom: 30px;
        margin-left: auto;
        margin-right: auto;
    }

    .relate {
        margin-bottom: 1.875rem;
    }

    .relate-list {
        margin-top: 1rem;
    }

    .relate-list a{
        padding-top: 2.5rem;
        padding-bottom: 1.875rem;
    }

    .relate-list a dt img {
        width: 32px;
    }

    .relate-list a dd {
        font-size: 14px;
        line-height: 30px;
    }
}

/*
cateqoriesList.htm
 */
.relate {
    width: 100%;
    overflow: hidden;
}

.cate-pro,.pro-cate-deputy {
    font-family: 'Microsoft YaHei';
    font-weight: normal;
}

.pro-cate-deputy {
    text-align: center;
    color: #5a646e;
    overflow: hidden;
}

.cate-product {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
}

.relate-cate-list {
    text-align: center;
    background: #e6ebf1;
    position: relative;
    overflow: hidden;
}

.relate-cate-list span {
    font-size: 16px;
    color: #3E4040;
    display: block;
    font-family: 'Microsoft YaHei';
}

.relate-cate-list img {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}

.relate-cate-list a {
    font-size: 12px;
    text-align: left;
    color: #de5948;
    border: 1px solid #de5948;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.relate-cate-list a:after {
    position: absolute;
    content: '\2192';
    left: 54px;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

@media (min-width:768px) {
    .cate-pro {
        font-size: 28px;
    }
    .relate-cate-list {
        width: 310px;
        height: 200px;
        float: left;
    }

    .pro-con-catelist {
        width: 240px!important;
    }

    .relate-cate-list:not(:first-child) {
        margin-left: 35px;
    }

    .pro-con-catelist:not(:first-child) {
        margin-left: 12px;
    }

    .relate-cate-list span {
        margin-top: 26px;
    }

    .relate-cate-list a {
        width: 88px;
        height: 28px;
        font-size: 12px;
        line-height: 27px;
        padding-left: 20px;
        border-radius: 28px;
        margin-top: 110px;
    }

    .relate-cate-list a:hover:after {
        left: 60px;
    }

    .pro-cate-deputy {
        font-size: 14px;
        line-height: 28px;
        margin-top: 16px;
    }
}

@media (max-width:768px) {
    .cate-pro {
        font-size: 18px;
    }

    .relate-cate-list {
        width: 100%;
        height: 185px;
    }

    .relate-cate-list img {
        height: 185px;
    }

    .relate-cate-list {
        margin-top: 1rem;
    }

    .relate-cate-list span {
        margin-top: 20px;
    }

    .relate-cate-list a {
        width: 80px;
        height: 26px;
        font-size: 12px;
        line-height: 25px;
        padding-left: 16px;
        border-radius: 28px;
        margin-top: 104px;
    }

    .relate-cate-list a:hover:after {
        left: 60px;
    }

    .pro-cate-deputy {
        font-size: 13px;
        line-height: 24px;
        margin-top: 10px;
    }
}

/*
caseList.htm
*/
@font-face {
    font-family: 'volkhovregular';
    src: url('../fonts/volkhov-regular-webfont.woff2') format('woff2'),
         url('../fonts/volkhov-regular-webfont.woff') format('woff'),
         url('../fonts/volkhov-regular-webfont.ttf') format('truetype'),
         url('../fonts/volkhov-regular-webfont.svg#volkhovregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.ban-case-word,.ban-case-img {
    float: left;
}

.ban-case-word span {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    vertical-align: top;
    color: #444;
}

.ban-case-word span:first-child {
    font-family: 'Arial';
}

.ban-case-word span:last-child {
    font-family: 'volkhovregular';
}

@media (min-width:768px) {
    .ban-case-word {
        width: 239px;
        padding-top: 79px;
        padding-bottom: 79px;
    }

    .ban-case-img {
        width: 760px;
    }

    .ban-case-img img {
        width: 100%;
    }

    .ban-case-word span:first-child {
        font-size: 36px;
        line-height: 48px;
        letter-spacing: 10px;
    }

    .ban-case-word span:last-child {
        font-size: 18px;
        letter-spacing: 3px;
        padding-top: 5px;
        margin-left: 10px;
    }
}

@media (max-width:768px) {
    .ban-case-word {
        width: 30%;
        padding-top: 2px;
    }

    .ban-case-img {
        width: 70%;
    }

    .ban-case-img img {
        width: 100%;
    }

    .ban-news+.ban-case-img img {
        height: 98px;
    }

    .ban-case-word span:first-child {
        font-size: 16px;
        line-height: 30px;
        letter-spacing: 4px;
    }

    .ban-case-word span:last-child {
        font-size: 12px;
        padding-top: 3px;
        margin-left: 2px;
    }
}

/*
newsList.htm
 */
.newslist li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -moz-box-align: justify;
    -ms-flex-align: center;
    justify-content: space-between;
    align-content: center;
    border-bottom: 1px solid #cfd8dc;
}

.newslist li:hover {
    background: #eee;
}

.newslist li span,
.newslist li a,
.newslist li b {
    box-sizing: border-box;
    display: block;
    font-size: 14px;
}

.newslist li span {
    -webkit-box-flex: 3;
    -moz-box-flex: 3;
    -webkit-flex: 3;
    -ms-flex: 3;
    flex: 3;
    text-align: left;
    color: #263238;
    font-weight: bold;
    font-family: 'Arial';
    position: relative;
}

.newslist li span:before {
    content: '\25BA';
    position: absolute;
    color: #ffd814;
}

.newslist li a {
    -webkit-box-flex: 8;
    -moz-box-flex: 8;
    -webkit-flex: 8;
    -ms-flex: 8;
    flex: 8;
    text-align: left;
    color: #263238;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.newslist li b {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: right;
    color: #de5948;
    font-weight: bold;
}

@media (min-width:768px) {
    .newslist li {
        line-height: 100px;
    }

    .newslist li span {
        padding-left: 30px;
    }

    .newslist li span:before {
        left: 10px;
    }

    .newslist li b {
        padding-right: 10px;
    }

    .ban-news {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .ban-contact {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}

@media (max-width:768px) {
    .newslist li {
        line-height: 60px;
    }

    .newslist li span {
        display: none;
    }

    .newslist li span:before {
        left: 10px;
    }

    .newslist li b {
        padding-right: 10px;
    }
}

/*
contactus.htm
 */
.contact-con {
    color: #5a646e;
    font-weight: bold;
    font-family: 'Microsoft YaHei';
    padding-left: 30px;
}

.contact-con span {
    font-weight: normal;
    margin-left: 20px;
}

.about-con div {
    font-size: 14px;
    color: #5a646e;
    text-indent: 2em;
}

.list {
    font-size: 14px;
    color: #5a646e;
    position: relative;
}

.list:before {
    content: '';
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
}

@media (min-width:768px) {
    .contact-img,
    .contact-con {
        display: inline-block;
        vertical-align: middle;
    }

    .contactus {
        padding-top: 66px;
    }

    .contact-con {
        font-size: 14px;
        line-height: 60px;
    }

    .video {
        width: 540px;
        height: 395px;
        float: left;
        display: inline-block;
        z-index: 1;
        margin-top: 8px;
    }

    .about-con {
        width: 458px;
        float: left;
    }

    .about-list {
        margin-top: 50px;
    }

    .about-list h4 {
        font-size: 20px;
        line-height: 36px;
        color: #21313E;
    }

    .list {
        clear: both;
    }

    .about-con div {
        line-height: 32px;
        padding-left: 46px;
    }

    .list {
        line-height: 38px;
        padding-left: 30px;
    }

    .list:before {
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-left: 10px solid #ffd814;
        margin-top: 13px;
    }
}

@media (max-width:768px) {
    .contact-img img {
        width: 100%;
    }

    .contactus {
        padding-top: 25px;
    }

    .contact-con {
        font-size: 14px;
        line-height: 40px;
        margin-top: 12px;
    }

    .video {
        width: 100%;
    }

    .about-con div {
        line-height: 30px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .about-list h4 {
        font-size: 18px;
        line-height: 58px;
        color: #21313E;
    }

    .list {
        line-height: 30px;
        padding-left: 20px;
    }

    .list:before {
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 10px solid #ffd814;
        margin-top: 9px;
    }
}

/*
newsContent.htm
 */

.con-title {
    border-left: 5px solid #FFB217;
    padding-left: 20px;
}

.title-one,
.title-phone {
    color: #FFB217;
    font-family: 'Microsoft YaHei';
}

.title-phone img {
    margin-right: 10px;
}

.custom-con,
.con-nav {
    font-size: 14px;
    color: #5A646E;
    line-height: 30px;
}

.custom-con>p>a {
    display: inline-block;
}


.con-nav a {
    display: inline-block;
    color: #5A646E;
}

.con-nav a:hover {
    color: #A5BF67;
}

.banner img {
    width: 100%;
}

.pro-ban {
    overflow: hidden;
    width: 100%;
}

@media (min-width:768px) {
    .con-title {
        margin-top: 66px;
    }

    .title-one {
        font-size: 34px;
        line-height: 62px;
        font-weight: lighter;
        letter-spacing: 3px;
    }

    .title-phone {
        font-size: 16px;
        line-height: 34px;
    }

    .custom-con {
        margin-top: 50px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .con-nav {
        margin-top: 20px;
    }

    .pro-ban {
        height: 250px;
    }

    .custom-con img {
        width: 70%;
    }
}

@media (max-width:768px) {
    .con-title {
        margin-top: 25px;
    }

    .title-one {
        font-size: 20px;
        line-height: 38px;
        font-weight: lighter;
        letter-spacing: 1px;
    }

    .title-phone {
        font-size: 14px;
        line-height: 30px;
    }

    .custom-con {
        margin-top: 20px;
    }

    .pro-ban {
        height: 80px;
    }

    .custom-con img {
        width: 100%;
    }
}

.tenvideo_player {
    z-index: 1;
}

.table {
    max-width: 100%;
    margin-bottom: 20px;
    color: #757575;
    font-size: 14px;
}

table {
    background-color: transparent;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #d9d9d9;
}

@media (min-width:768px) {
    .table{
        width: 70%;
    }
}

@media (max-width:768px) {
    .table{
        width: 100%;
    }
}