*,
:before,
:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box
}

body {
    font: 12px/1.2 'Microsoft Yahei', 'Helvetica Neue', Helvetica, 'Lucida Grande', Arial, 'Hiragino Sans GB', 'WenQuanYi Micro Hei', STHeiti, SimSun, sans-serif;
    color: #666;
    -webkit-font-smoothing: antialiased;
    font-smooth: always;
    -moz-osx-font-smoothing: grayscale
}

a {
    text-decoration: none;
    color: #666
}

a:hover {
    color: #C00
}

a:before,
a:after,
.trans {
    -webkit-transition: all .4s ease 0s;
    -moz-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s;
    -ms-transition: all .4s ease 0s
}

.clearfix {
    *zoom: 1
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after {
    content: " ";
    display: table
}

.clearfix:after,
.container:after {
    clear: both
}

.fl {
    float: left
}

.fr {
    float: right
}

.dib {
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1
}

.el {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.page-wrap {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    letter-spacing: 0;
    background: #fff
}

.container {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto
}

.justify {
    text-align: justify;
    text-justify: inter-ideograph;
    letter-spacing: 0px;
    font-size: 0px
}

.justify:after {
    content: '';
    height: 0px;
    width: 100%;
    display: inline-block;
    overflow: hidden
}

.justify>* {
    text-align: left;
    font-size: 12px
}

.justify .box {
    display: inline-block;
    vertical-align: top
}

.center {
    text-align: center
}

*[class*="rect-"] {
    position: relative;
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden
}

.rect-100 {
    padding-bottom: 100%
}

.rect-87 {
    padding-bottom: 87.74%
}

.rect-75 {
    padding-bottom: 75%
}

.rect-64 {
    padding-bottom: 64%
}

.rect-66 {
    padding-bottom: 66%
}

.rect-56 {
    padding-bottom: 56.25%
}

.rect-45 {
    padding-bottom: 44.68%
}

.rect-43 {
    padding-bottom: 43.24%
}

.page-title {
    text-align: center;
    margin-bottom: 30px
}

.page-title .big {
    font-size: 26px;
    background: url('../images/line.jpg') center center no-repeat
}

.page-title .small {
    font-size: 20px;
    line-height: 26px
}

.page-title .desc {
    padding-top: 20px;
    width: 75%;
    margin: 0 auto;
    line-height: 1.8;
    color: #848484
}

.top-bar {
    padding: 8px 0;
    background: #efefef
}

.top-bar .link a {
    display: inline-block;
    margin: 0 10px
}

.header {
    width: 100%;
    position: relative;
    background: #000 url("../images/header.jpg") 50% 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover
}

.header .container {
    position: relative
}

.header .box {
    vertical-align: middle
}

.s-logo {
    width: 70%
}

.lang a {
    width: 22px;
    height: 22px;
    display: inline-block;
    margin-right: 5px;
    text-indent: -9999px
}

.lang .home {
    background: url("../images/ico.gif") no-repeat
}

.lang .en {
    background: url("../images/ico.gif") no-repeat -44px 0
}

.lang .fav {
    background: url("../images/ico.gif") no-repeat -66px 0
}

.navbar-btn {
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 10px;
    z-index: 100;
    cursor: pointer;
    display: none
}

.navbar-btn .icon-bar {
    background: #fff;
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px
}

.navbar-btn .icon-bar+.icon-bar {
    margin-top: 4px
}

.navbar-header {
    padding: 20px 0;
    width: 90px
}

.navbar-header .logo {
    display: block
}

.navbar-collapse {
    width: 100%;
    background: #fff url("../images/nav.png") repeat-x
}

.nav-justify .list {
    position: relative;
    width: 12.5%;
    text-align: center
}

.nav-justify .list>a {
    display: block;
    position: relative;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 39px
}

.nav-justify .list>a:hover,
.nav-justify .active>a {
    background: #C00;
    color: #fff
}

.banner {
    max-height: 540px;
    overflow: hidden
}

.banner img {
    z-index: 9;
    display: block;
    width: 100%;
    height: auto
}

.banner .owl-controls {
    position: absolute;
    top: 0;
    z-index: 99;
    height: 100%;
    width: 100%;
    text-align: center
}

.banner .owl-pagination {
    position: absolute;
    width: 100%;
    bottom: 10px
}

.banner .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline
}

.banner .owl-controls .owl-page span {
    z-index: 666;
    width: 12px;
    height: 12px;
    margin: 0 3px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 666px;
    background: #fff;
    background: rgba(255, 255, 255, .8);
    display: block
}

.banner .owl-controls .owl-page.active span,
.banner .owl-controls.clickable .owl-page:hover span {
    background: #fff;
    background: #c30
}

.banner-small img {
    width: 100%
}

.home-block {
    background: #fff url("../images/content.jpg") 0 0 repeat-x;
    padding: 18px 0
}

.home-block .shadow {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    padding: 15px;
    height: 250px;
    overflow: hidden;
    background: linear-gradient(to bottom, #fff 0%, #f7f7f7 90%)
}

.home-block .block-title {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    position: relative;
    margin-bottom: 15px
}

.home-block .block-title .link {
    color: #c30;
    display: inline-block;
    padding: 8px;
    vertical-align: middle
}

.home-block .cn {
    background: #202020;
    background: linear-gradient(to bottom, #202020 50%, #0b0b0b 50%, #0b0b0b 100%);
    color: #fff;
    padding: 8px 20px;
    display: inline-block;
    position: relative;
    border-radius: 3px
}

.home-block .cn:before {
    position: absolute;
    content: "";
    display: block;
    width: 10px;
    border: solid 5px transparent;
    border-top: solid 5px #000;
    bottom: -10px;
    left: 50%;
    margin-left: -5px
}

.home-block .about {
    width: 47.2%
}

.home-block .news {
    width: 24.6%
}

.home-block .contact {
    width: 25.6%;
    line-height: 1.6
}

.home-block .desc .img {
    width: 40%
}

.home-block .desc .text {
    line-height: 1.8;
    width: 60%
}

.home-block .contact img {
    width: 100%;
    margin-top: 15px
}

.home-block .contact .hotline {
    color: #c30
}
.tab-news-list .tab-item {
    display: inline-block;
    padding: 8px 20px;
}

.tab-news-content .content-list {
    display: none;
}

.tab-news-content .content-list.active {
    display: block;
}
.home-news {
    margin-top: 15px
}

.home-news .item {
    border-bottom: solid 1px #e3e3e3
}

.home-news .link {
    display: block;
    position: relative;
    padding: 6px 0 6px 10px
}

.home-news .link:after {
    position: absolute;
    content: "";
    display: block;
    width: 6px;
    border: solid 3px transparent;
    border-left: solid 3px #666;
    top: 50%;
    margin-top: -3px;
    left: 0
}

.home-product {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    padding: 25px 35px;
    background: linear-gradient(to bottom, #fff 0%, #f7f7f7 90%)
}

.product-box {
    margin: 0 -20px
}

.scroll .link {
    padding: 0 20px;
    display: block;
    text-align: center
}

.scroll .link .pic {
    border: solid 1px #ededed
}

.scroll .link .pic img {
    padding: 3px;
    background: #f5f5f5
}

.scroll .link:hover .pic {
    border: 1px solid #ffe2a6
}

.scroll .link:hover .pic img {
    background: #fff9eb
}

.scroll .link .title {
    display: block;
    margin-top: 10px
}

.scroll .owl-controls {
    position: absolute;
    z-index: 99;
    margin-top: -25px;
    top: 50%;
    width: 100%
}

.scroll .owl-prev,
.scroll .owl-next {
    position: absolute;
    z-index: 10;
    top: 0;
    display: block;
    width: 14px;
    height: 26px;
    background: #fff;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.scroll .owl-prev {
    background: url("../images/layout.png") no-repeat -3px -490px
}

.scroll .owl-next {
    background: url('../images/layout.png') no-repeat -17px -490px
}

.scroll .owl-prev {
    left: -5px
}

.scroll .owl-next {
    right: -5px
}

.feedback .form-wrap {
    margin: 15px 0
}

.feed-inner .form-wrap {
    margin: 0 auto;
    width: 90%
}

.feedback .form-group {
    padding: 5px 15px;
    margin-bottom: 5px;
    position: relative
}

.feedback .form-label {
    width: 18%
}

.feedback .form-control {
    width: 100%;
    color: #666;
    padding: 5px;
    border: 1px solid #d9d9d9
}

.feedback .form-code {
    width: 80px
}

.feedback img {}

.feedback textarea {
    min-height: 90px
}

.feedback .form-submit {
    width: 120px;
    border: none;
    padding: 10px 0;
    display: inline-block;
    color: #fff;
    background: #C00
}

.content {
    position: relative;
    background: #fff url("../images/content.jpg") 0 0 repeat-x;
    padding: 18px 0
}

.aside {
    width: 18%
}

.main {
    width: 80%;
    background: transparent
}

.aside .aside-list {}

.aside .list-item a {
    padding: 5px 0 5px 30px;
    line-height: 30px;
    display: block;
    margin: 0;
    position: relative;
    background: #fbfbfb;
    border-radius: 3px;
    background: linear-gradient(to bottom, #fbfbfb 0%, #dfdfe7 90%)
}

.aside .list-item a:before {
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -5px;
    content: "";
    display: block;
    border: 5px solid transparent;
    border-left-color: #c3c3c3
}

.aside .list-item a:hover {
    background: #202020;
    background: linear-gradient(to bottom, #202020 50%, #0b0b0b 50%, #0b0b0b 100%);
    color: #fff
}

.aside .list-item a:hover:before {
    border-left-color: #fff
}

.aside-btn {
    position: relative;
    text-transform: uppercase;
    line-height: 50px;
    overflow: hidden;
    color: #C00;
    font-size: 18px;
    font-weight: bold
}

.aside-btn:after {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -10px;
    display: none;
    content: "+"
}

.aside-btn.active:after {
    content: "-"
}

.aside-contact {
    margin-top: 10px
}

.aside-contact a {
    text-indent: -9999px;
    background: #000
}

.aside-contact .sales {
    background: url("../images/salse.jpg") no-repeat;
    margin-bottom: 6px;
    -webkit-background-size: cover;
    background-size: cover
}

.aside-contact .hotline {
    background: url("../images/hotline.jpg") no-repeat;
    margin-bottom: 6px;
    -webkit-background-size: cover;
    background-size: cover
}

.aside-contact .address {
    background: #fff;
    padding-bottom: 30px
}

.aside-contact .item {
    padding: 5px 5px 0
}

.aside-contact .title {
    font-size: 16px;
    text-align: center;
    padding: 15px 0 5px;
    font-weight: bold
}

.aside-contact .ico {
    width: 15%
}

.aside-contact .text {
    width: 84%
}

.aside-contact .tips {
    font-size: 12px;
    line-height: 14px
}

.aside-contact .num {
    font-size: 16px;
    line-height: 20px
}

.aside-img {
    position: relative;
    margin-top: -20px
}

.crumbs {
    text-align: right;
    line-height: 50px
}

.crumbs-title {
    color: #C00;
    font-weight: bold;
    font-size: 14px;
    padding: 10px 15px;
    border: solid 1px #e7e7e7;
    border-radius: 5px 5px 0 0;
    background: #fbfbfb;
    background: linear-gradient(to bottom, #fbfbfb 0%, #dfdfe7 90%)
}

.cate-list {
    font-size: 0
}

.cate-list .list-item {
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 10px
}

.cate-list .list-item a {
    display: inline-block;
    padding-bottom: 5px;
    position: relative;
    font-size: 14px
}

.cate-list .list-item a:after {
    position: absolute;
    width: 0;
    left: 0;
    bottom: 0px;
    content: "";
    border-bottom: solid 1px #C00
}

.cate-list .list-item a:hover:after {
    width: 100%
}

.honor-list {
    position: relative;
    margin: 20px -15px 0
}

.honor-list .list-item {
    margin-bottom: 25px;
    width: 33.3%
}

.honor-list .link {
    display: block;
    padding: 0 15px;
    position: relative
}

.honor-list .pic {
    height: 0;
    display: block;
    padding-top: 75%;
    border: solid 1px #f0f0f0;
    position: relative;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    overflow: hidden
}

.honor-list .link:hover .pic {
    border: solid 1px #C00
}

.honor-list .link:hover img {
    transform: scale(1.1)
}

.honor-list .outer {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    display: table
}

.honor-list .outer img {
    margin: 0 auto;
    display: inline-block
}

.honor-list .inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%
}

.honor-list .title {
    text-align: center;
    line-height: 36px
}

.news-list {
    margin-bottom: 15px
}

.news-list .list-item {
    padding: 10px 0;
    border-bottom: dashed 1px #ccc
}

.news-list .link {
    display: block;
    position: relative;
    z-index: 2
}

.news-list .link .time {
    text-align: right;
    width: 12%
}

.news-list .link .title {
    width: 80%
}

.news-list .list-item:hover {
    background: #f8f8f8
}

.product-list {
    width: 100%;
    margin-top: 3.22388%;
    font-size: 0
}

.product-list .item {
    margin: 0 0 3.22388%;
    width: 30.5%;
    padding-right: 3px;
    background: url("../images/product-bg.jpg") 100% 0 no-repeat
}

.product-list .link {
    display: block;
    position: relative;
    background: #fff
}

.product-list .pic {
    border: 1px solid #e6e6e6
}

.product-list .title {
    padding: 15px;
    background: #ebebeb;
    text-align: center
}

.product-list .link:hover .title {
    background: #C00;
    color: #fff
}

.product-list .link img {
    width: 100%
}

.product-list .link:hover img {
    transform: scale(1.1)
}

.img-list {
    width: 100%;
    margin-top: 3.22388%;
    font-size: 0
}

.img-list .item {
    margin: 0 0 2.22388%;
    width: 29.5%
}

.img-list .link {
    display: block;
    position: relative;
    background: #fff
}

.img-list .pic {
    border: 1px solid #e6e6e6
}

.img-list .title {
    padding: 10px;
    background: #fff;
    text-align: center
}

.img-list .link:hover .title {}

.img-list .link:hover img {
    transform: scale(1.1)
}

.content-body {
    padding: 25px;
    position: relative;
    overflow: hidden;
    border: solid 1px #e7e7e7;
    border-radius: 0 0 5px 5px
}

.detail {
    font-size: 15px;
    line-height: 1.8
}

.detail ul,
.detail ol {
    margin-left: 1.1em
}

.detail ul li {
    list-style: disc
}

.detail ol li {
    list-style: decimal
}

.share {}

.content-title {
    display: block;
    font-size: 18px;
    padding-bottom: 3px;
    text-align: center
}

.content-time {
    color: #666;
    font-size: 13px;
    text-align: center;
    margin-bottom: 20px
}

.content-box {
    margin-top: 2.5%
}

.content-img {
    width: 36.3333%
}

.content-info {
    width: 60.3333%
}

.content-tips {
    padding: 10px 0;
    margin: 20px 0;
    font-size: 16px;
    text-transform: uppercase;
    border-bottom: solid 1px #e3e3e3
}

.content-desc table {
    margin: 15px 0
}

.content-desc table td,
th {
    text-align: left;
    padding: 5px 10px;
    border: 1px solid #f0f0f0
}

.content-desc table tr:nth-child(even) {
    background: #f9f9f9
}

.info-title {
    display: block;
    font-size: 20px;
    padding: 14px 0 8px;
    margin-bottom: 20px;
    border-bottom: dashed 1px #e3e3e3
}

.info-img {
    width: 48.5%;
    border: solid 1px #e3e3e3;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    margin-bottom: 25px
}

.info-img img {
    width: 100%
}

.info-desc {
    width: 48.5%;
    line-height: 1.5;
    color: #666;
    margin-bottom: 25px
}

.info-desc dl {
    background: #e7f1fe;
    padding: 6px 0
}

.info-desc dd {
    line-height: 20px;
    padding-left: 26px
}

.info-desc .model {
    background: url("../images/ico.gif") no-repeat 0 -252px
}

.info-desc .series {
    background: url("../images/ico.gif") no-repeat 0 -272px
}

.info-desc li {
    line-height: 20px;
    display: block;
    padding-left: 26px;
    margin: 4px 0
}

.info-desc .print {
    background: url("../images/ico.gif") no-repeat 0 -292px
}

.info-desc .email {
    background: url("../images/ico.gif") no-repeat 0 -312px
}

.info-desc .favor {
    background: url("../images/ico.gif") no-repeat 0 -332px
}

.info-desc .online {
    background: url("../images/ico.gif") no-repeat 0 -352px
}

.info-desc .btn {
    height: 35px;
    line-height: 35px;
    display: block;
    text-indent: 50px;
    font-size: 14px;
    margin: 10px 0;
    color: #fff
}

.info-desc .video {
    background: url("../images/ico.gif") no-repeat 0 -372px
}

.info-desc .sample {
    background: url("../images/ico.gif") no-repeat 0 -407px
}

.related {
    border-top: solid 1px #ccc;
    padding-top: 10px;
    color: #666;
    margin-top: 20px
}

.related li {
    margin-bottom: 3px
}

.related li a {
    color: #666
}

.page-list {
    text-align: center;
    margin: 0 0 20px;
    display: block
}

.page-list::after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden
}

.page-list ul {
    border-radius: 4px;
    display: inline-block;
    vertical-align: bottom
}

.page-list ul li {
    background: #fff;
    border-right: none;
    border-radius: 0;
    float: left;
    display: inline-block;
    border: solid 1px #ddd;
    border-radius: 4px;
    padding: 8px 12px;
    line-height: 18px;
    margin-right: 2px
}

.page-list ul li a {
    color: #333;
    display: block;
    transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
    background: #fff
}

.page-list ul li:not(:first-child):not(:last-child) {
    border-radius: 0
}

.page-list ul li:first-child {
    border-radius: 4px 0 0 4px
}

.page-list ul li:last-child {
    border-radius: 0 4px 4px 0
}

.page-list ul li.active {
    background: #C00;
    color: #fff
}

#map {
    width: 100%;
    height: 400px;
    border: #ccc solid 1px;
    margin: 15px 0
}

#map li {
    list-style: none
}

.back {
    margin-top: 10px
}

.back .list,
.back .top {
    width: 18px;
    height: 20px;
    text-indent: -9999px;
    overflow: hidden;
    display: inline-block
}

.back .list {
    background: url("/images/ico.gif") no-repeat -88px 0
}

.back .top {
    background: url("/images/ico.gif") no-repeat -106px 0
}

.footer {
    padding: 10px 0;
    background: #1f1f1f;
    color: #fff;
    border-top: solid 3px #c30
}

.footer a {
    color: #fff
}

.footer a:hover {
    color: #fff
}

.footer .link a {
    padding: 0 10px
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.active {
    display: block
}

.modal-mask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#af000000, endcolorstr=#af000000);
    background: rgba(0, 0, 0, .8)
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

@media (min-width:768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5)
    }
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.42857143px
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #666;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0
}

.modal-body {
    position: relative;
    padding: 15px
}

.video-js {
    height: 0;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%
}

#dituContent {
    height: 360px
}

@media screen and (max-width:1150px) {
    .container {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px
    }
}

@media (max-width:992px) {
    .block {
        display: block
    }

    .header {
        margin-bottom: 0
    }

    .header .box {
        vertical-align: middle
    }

    .s-logo {
        width: 40%
    }

    .navbar-header .logo,
    .navbar-btn {
        display: inline-block
    }

    .navbar-header {
        padding: 10px 0;
        width: 15%
    }

    .header .navbar-collapse {
        position: absolute;
        left: 0;
        background: #fff;
        top: 100%;
        width: 100%;
        z-index: 66699;
        display: none;
        border-top: solid 1px #e3e3e3
    }

    .header .navbar-collapse .container {
        padding: 0
    }

    .nav-justify .list {
        display: block;
        width: 100%;
        text-align: left;
        border-bottom: solid 1px #e3e3e3
    }

    .nav-justify .list>a:after {
        display: none
    }

    .nav-justify .list>a {
        font-size: 14px;
        display: block;
        line-height: 1;
        padding: 15px 10px;
        color: #666
    }

    .nav-justify .list>a:hover,
    .nav-justify .active>a {
        background: #C00;
        color: #fff
    }

    .nav-justify .list>a .en {
        display: none
    }

    .banner .owl-controls {
        height: auto;
        bottom: -5px
    }

    .home-block .about {
        width: 100%
    }

    .home-block .news,
    .home-block .contact {
        width: 48.5%
    }

    .footer .foot-info {
        width: 100%
    }

    .footer .other a {
        padding: 0 10px 0 0
    }
}

@media (max-width:640px) {
    .hidden-xs {
        visibility: hidden;
        opacity: 0;
        display: none !important
    }

    .lang {
        padding-right: 10%
    }

    .content-body {
        padding: 15px 5px
    }

    .home-block .news,
    .home-block .contact {
        width: 100%
    }

    .home-block .shadow {
        height: auto
    }

    .home-block .desc .img {
        width: 100%
    }

    .home-block .desc .text {
        width: 100%
    }
.home-block .desc .rect-75{
    padding-bottom: 0;
    height: auto;
    text-align: center

}
    .home-block .desc .summary {
        overflow: hidden;
        
        max-height: 10.8em;
       
    }

    .product-box {
        margin: 0
    }

    .scroll .link {
        padding: 0 10px
    }

    .aside,
    .main,
    .content-img,
    .content-info {
        width: 100%
    }

    .info-img {
        max-width: 100%
    }

    .cate-list .list-item {
        padding: 0 5px;
        margin: 0 0 5px
    }

    .cate-list .list-item a {
        font-size: 13px;
        padding: 3px 0
    }

    .cate-list .list-item a {
        border-bottom: solid 1px #f0f0f0
    }

    .cate-list .list-item.active a {
        border-bottom: solid 1px #C00
    }

    .cate-list .list-item.active a:after {
        width: 0
    }

    .banner .owl-controls .owl-prev,
    .banner .owl-controls .owl-next {
        display: none
    }

    .banner .owl-controls .owl-page span {
        display: block;
        width: 8px;
        height: 8px
    }

    .product-list .item {
        width: 48.5%
    }

    .product-list .link {
        padding: 5px 5px
    }

    .product-list .title {
        margin-top: 0;
        font-size: 13px;
        padding: 5px 0
    }

    .product-list .more {
        margin-top: 5px
    }

    .case-inner .item,
    .partner-inner .item {
        width: 48.5%
    }

    .img-list .item {
        width: 48.5%
    }

    .news-list .link .time {
        width: 20%
    }

    .news-list .link .date {
        padding-top: 3%;
        font-size: 24px
    }

    .news-list .link .year {
        font-size: 14px
    }

    .news-list .link .text {
        padding: 0px 15px 0;
        width: 80%
    }

    .news-list .link .title {
        line-height: 24px
    }

    .news-list .link .desc {
        height: 36px;
        line-height: 18px;
        overflow: hidden;
        font-size: 14px
    }

    .aside-list,
    .aside-contact {
        display: none
    }

    .aside-btn {
        padding: 10px 0;
        margin-bottom: 10px;
        text-align: left;
        text-indent: 15px;
        font-size: 14px;
        line-height: 18px;
        border: solid 1px #e7e7e7;
        border-radius: 5px;
        background: linear-gradient(to bottom, #fbfbfb 0%, #dfdfe7 90%)
    }

    .aside-btn:after {
        display: block
    }

    .aside-list .list-item {
        width: 48.5%;
        display: inline-block
    }

    .aside .list-item a {
        line-height: 24px;
        padding: 5px 0 5px 23px
    }

    .aside .list-item a:before {
        left: 15px
    }

    .info-img,
    .info-desc {
        width: 100%
    }

    .detail img {
        height: auto !important;
        width: 100% !important
    }

    .detail table {
        width: 100% !important
    }

    .crumbs {
        display: none
    }

    .feedback .form-submit {
        width: 100%
    }

    .footer>.container {
        padding-top: 15px
    }

    .footer .foot-text {
        text-align: center
    }

    .footer .copyright {
        width: 100%;
        text-align: center;
        padding: 0;
        line-height: 1.5
    }
}