﻿/* imported styles */

@import ;
@import ;
@import ;
@import ;
@import ;
@import ;

/* commom */

html {
    font-size: 14px;
    color: #666;
    /* font-family: microsoft yahei; */
}

body {
    background: ;
}

a:hover,
.uk-link:hover,
.uk-link-toggle:hover .uk-link,
.uk-link-toggle:focus .uk-link {
    color: #999;
    text-decoration: none;
}

a {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
}

* p,
p {
    margin: 10px 0;
    line-height: 1.8;
}

.uk-link,
a {
    color: #444;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.text-over {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.p-scale {
    cursor: pointer;
}

.p-scale .pic {
    overflow: hidden;
}

.p-scale .pic img {
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
}

.p-scale:hover .pic img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.uk-lightbox {
    background: rgba(0, 0, 0, 0.8);
}

.cons-text img {
    max-width: 100%;
    height: auto !important;
}

.cons-text table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
}

.cons-text table p {
    margin: 0;
}

* .cons-text table {
    margin-top: 15px
}

.cons-text table td,
.cons-text table th {
    padding: 6px 4px;
    border: 1px solid #ddd;
}

.cons-text table th {
    text-align: left
}

.cons-text table td {
    vertical-align: middle;
    /* text-align: center; */
}

.cons-text table thead th {
    vertical-align: bottom
}

.cons-text table caption,
.cons-text table tfoot {
    font-size: 12px;
    font-style: italic
}

.cons-text table caption {
    text-align: left;
    color: #999
}

.cons-text table tbody tr.uk-active {
    background: #e5e5e5;
}

.cons-text table tbody tr:nth-of-type(odd) {
    background: #e5e5e5;
}


/* .cons-text table tbody tr:first-child{
    background: #e10719;
    color:#fff;
  } */


/* title */

.tm-footer h2{color:#fff;border-bottom:1px solid #53575b;padding-bottom:20px;position:relative;}
.tm-footer h2:before{content:'';height:3px;width:50px;background:#e94934;left:5px;bottom:-2px;position:absolute;}

.tm-title {
    position: relative;
    margin-bottom: 25px;
}

.tm-title .title {
    color: #e10719;
    font-size: 30px;
    font-weight: bold;
    position: relative;
}

.tm-title .title span {
   font-size: 36px;
    z-index: 5;
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -70px;
    color:#333;
}


.tm-title .des {
    font-size: 62px;
    margin-top: 5px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    opacity: .1;
}

.section-title-1 {
    text-align: center;
    font-size: 0;
    margin-bottom: 40px;
}

.section-title-1 strong {
    display: block;
    font-size: 30px;
    text-transform: uppercase;
}

.section-title-1 h4 {
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 24px;
    position: relative;
    padding: 0 42px;
    color: #e10719;
    font-weight: 700;
}

.section-title-1 h4:after,
.section-title-1 h4:before {
    position: absolute;
    content: '';
    height: 1px;
    width: 22px;
    top: 50%;
    background-color: #e10719;
}

.section-title-1 h4:after {
    right: 0;
}

.section-title-1 h4:before {
    left: 0;
}

.sy-light .section-title-1 strong {
    color: #fff;
}

.sy-light .section-title-1 h4 {
    color: #fff;
}

.sy-light .section-title-1 h4:after,
.sy-light .section-title-1 h4:before {
    background-color: #fff;
}

.line {
    height: 2px;
    background-color: #e1e1e1;
    margin-top: 5px;
    margin-bottom: 40px;
}

.img-cover {
    overflow: hidden;
    position: relative;
}

.img-cover span {
    display: block;
    width: 100%;
    background: no-repeat center / cover;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.section-title-more .more-big {
    float: right;
    margin-top: -77px;
}

.more-big {
    display: block;
    background-color: #363e45;
    width: 184px;
    line-height: 44px;
    color: #fff;
    position: relative;
    overflow: hidden;
}

.more-big:after {
    position: absolute;
    right: 0;
    top: 0;
    width: 37px;
    content: "";
    height: 0;
    border-top: 44px solid #e10719;
    border-left: 28px solid transparent;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.more-big span {
    display: block;
    padding: 0 15px 0 30px;
    font-size: 16px;
    position: relative;
    z-index: 1;
}

.more-big span i {
    float: right;
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
}

.more-big:hover {
    color: #fff;
}

.more-big:hover:after {
    width: 100%;
    height: 100%;
}

.position {
    margin-bottom: 20px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 8px 0 8px 25px;
    background: url(/uploads/image/simages/posi.png) no-repeat 0 center;
}

.s-nav {
    /* margin-bottom: 40px; */
}

.s-nav .wp {
    text-align: center;
    float: left;
    margin-right: 20px;
}

.s-nav .wp:last-child {
    border: 0;
}

.s-nav .wp.on a,
.s-nav a:hover {
    background: #e10719;
    color: #fff;
}

.s-nav a {
    display: block;
    line-height: 44px;
    font-size: 16px;
    padding: 0 40px;
    color: #333;
    background: #ccc;
}

.l-nav .top {
    padding: 24px 20px;
    background: #e10719;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    color: #fff;
    font-size: 22px;
    border-radius: 16px 16px 0 0;
    text-align: center;
}

.l-nav .body {
    background: #f5f5f5;
}

.l-nav .body ul {
    list-style: none;
    margin: 0%;
    padding: 0;
}

.l-nav .body li {
    /* border-bottom: 1px solid #eee; */
}

.l-nav .body li a {
    padding: 15px 20px;
    display: block;
}

.l-nav .body li:hover a {
    background: #222;
    color: #fff;
}

.tm-header {
    padding: 10px 0;
}

.tm-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.tm-topnav .logo {
    display: block;
}

.nav-top {
    margin: 10px 0 10px;
    font-size: 14px;
    margin-left: 30px;
    padding-left: 46px;
    background: url(/uploads/image/simages/tell.png) no-repeat;
    background-position: 0 7px;
    color: #999;
    line-height: normal;
}

.tm-nav .tel {
    color: #e10719;
    font-size: 24px;
    font-family: anton;
}

.tm-nav .lan a {
    padding: 3px 16px;
    margin-left: 30px;
    color: #fff;
    background: #e10719;
    border-radius: 50%;
}

.tm-nav .navs li {
    position: relative;
}

.tm-nav .navs li .ns-nav {
    position: absolute;
    background: #e10719;
    width: 150px;
    z-index: 999;
    margin: 0 0;
    border-radius: 0 0 3px 3px;
    left: 50%;
    margin-left: -75px;
    top: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .6s ease 0s;
    -o-transition: all .6s ease 0s;
    -moz-transition: all .6s ease 0s;
    transition: all .6s ease 0s;
    transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
    -webkit-transform: translate3d(0, 10px, 0);
}

.tm-nav .navs li .ns-nav a {
    padding: 10px 20px;
    text-align: center;
    display: block;
    color: #fff;
}

.tm-nav .navs li .ns-nav a:hover {
    background: #333;
}

.tm-nav .navs li>a {
    font-size: 16px;
    margin: 0 20px;
    color: #222;
    display: block;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
}

.tm-nav .navs li>a::after {
    content: '';
    display: block;
    width: 0px;
    height: 2px;
    background: #e10719;
    margin: 5px auto;
    position: absolute;
    left: 50%;
    margin-left: 0px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border-radius: 100px;
}

.tm-nav .navs li:hover .ns-nav {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.tm-nav .navs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 26px;
}

.tm-nav .navs .active>a,
.tm-nav .navs li:hover>a {
    color: #e10719;
}

.tm-nav .navs li:hover a::after {
    width: 40px;
    margin-left: -20px;
}

.m-header .uk-navbar-container {
    background: #fff;
}

#tm-mobile .uk-offcanvas-bar {
    background: #e10719;
}

.m-subnav {
    margin-top: 40px;
}

.m-subnav .m-nav {
    display: none;
}

.m-subnav .uk-parent .m-nav {
    display: block;
}

.m-subnav .uk-nav>li>a {
    padding: 16px 0;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

.m-subnav ul.uk-nav-sub {
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

.m-subnav ul.uk-nav-sub li a {
    padding: 6px 0;
}

.banner .swiper-slide {
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
  
}

.banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    opacity: 1;
    background: #fff;
}

.banner .swiper-pagination-bullet-active {
    background: #e10719;
}

.banner .uk-overlay-primary {
    background: rgba(0, 0, 0, 0.27);
}

.banner .text {
    color: #fff;
    text-align: center;
}

.banner .t1 {
    font-family: montserrat;
    line-height: 1.2;
    font-size: 50px;
    font-weight: bold;
}

.banner .t2 {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.6);
}

.p-list .wrap .img-cover {
    padding-top: 66%;
}

.p-list .wrap a {
    display: block;
    padding: 20px 20px 50px;
    background-color: #f0f0f0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0 0 50px 0;
    position: relative;
}

.p-list .wrap .text {
    line-height: 40px;
    font-size: 18px;
    margin-top: 15px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-align: center;
}

.p-list .wrap .desc {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-align: center;
    color: #888;
}

.p-list .wrap .more {
    border: 4px solid #f0f0f0;
    background: #ffffff;
    line-height: 48px;
    width: 48px;
    height: 48px;
    text-align: center;
    color: #b3b3b3;
    font-size: 12px;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: absolute;
    left: 50%;
    bottom: -28px;
    margin-left: -28px;
}

.p-list .wrap a:hover {
    background-color: #363e45;
    color: #fff;
}

.p-list .wrap a:hover .img-cover span {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.p-list .wrap a:hover .more {
    background-color: #ff0000;
    color: #fff;
    border-color: #ff0000;
}

.h-futuer {
    background-image: url(/uploads/image/simages/futuerbg.jpg);
}

.h-futuer .text {
    background: rgba(52, 107, 180, 0.9);
    margin-left: 45%;
    padding: 30px;
    color: #fff;
    font-size: 16px;
}

.h-futuer .text .tit {
    font-size: 30px;
}

.h-futuer .text .tit span {
    font-weight: 700;
}

.h-about .text {
    padding-top: 20px;
}

.h-about .text h2 {
    font-size: 26px;
    font-weight: bold;
    margin-top:10px;
    color:#e4270d;
}
.h-about .text h3 {font-weight:bold;font-size:18px;}
.h-about .text p {
    font-size: 16px;
    line-height: 1.8;
}

.h-about .text .more-big {
    margin-top: 40px;
}

.h-news {
    background: #f0f0f0;
}

.h-news .wrap a {
    display: block;
    background-color: #fff;
    padding: 20px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    overflow: hidden;
    position: relative;
}

.h-news .wrap a:after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 85px;
    height: 0;
    border-bottom: 125px solid #dfdfdf;
    border-right: 78px solid transparent;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.h-news .wrap .date {
    float: left;
    width: 115px;
    position: relative;
    z-index: 1;
    line-height: 1;
    padding: 5px 0;
    color: #fff;
}

.h-news .wrap .date small {
    display: block;
    font-size: 16px;
}

.h-news .wrap .date strong {
    display: block;
    font-size: 48px;
    margin-top: 10px;
}

.h-news .wrap .text {
    margin-left: 140px;
}

.h-news .wrap .text h4 {
    margin: 0;
    font-weight: normal;
    font-size: 18px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.h-news .wrap:hover h4 {
    color: #fff;
}

.h-news .wrap .text p {
    margin: 10px 0 0;
    color: #666;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    line-height: 1.8;
    height: 50px;
    overflow: hidden;
}

.h-news .wrap a:hover {
    background-color: #3a4249;
    color: #fff;
}

.h-news .wrap a:hover:after {
    border-bottom-color: #ff0000;
}

.h-news .wrap a:hover .text p {
    color: #fff;
}

.tm-footer {
    background: #272c31;
    padding: 50px 0;
    color: #999;
}

.tm-footer .navs {
    margin-bottom: 20px;
}

.tm-footer .navs a {
    margin-left: 60px;
    font-size: 16px;
    color: #bdbebf;
}

.f-logo {
    margin-top: 20px;
}

.f-copy {
    background: #272c31;
    text-align: center;
    color: #fff;
    padding: 15px 0;
    font-size: 16px;
}

.f-copy a {
    color: #fff;
}

.foot-c {
    text-align: right;
}


/* 内页 */

.n-ban {
    padding: 100px;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-image: url(/uploads/image/simages/futuerbg.jpg);
}

.n-ban .tit {
    display: inline-block;
    padding: 10px 80px;
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    background: rgba(0, 0, 0, 0.4);
}

.n-ban .tit .en {
    font-family: anton;
    font-size: 30px;
    font-weight: normal;
}

.n-quality .uk-overlay {
    background: rgba(52, 107, 180, 0.6);
}

.n-honor {
    background: url(/uploads/image/simages/zsbj.png) no-repeat #e10719 center bottom;
}

.cust-swiper {}

.cust-swiper .wp {
    border: 1px solid #ddd;
}

.panel-sd {
    margin-bottom: 20px;
    background-color: #f6f6f6;
}

.panel-sd:last-child {
    margin-bottom: 0;
}

.panel-sd .tit {
    text-align: center;
    color: #fff;
    font-size: 28px;
    background: url(/uploads/image/simages/lo.png) no-repeat bottom #ff0000;
    padding: 35px 0;
    border-radius: 0 30px 0 0;
}

.panel-sd .tit span {
    display: block;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
}

.lanmu {
    background-color: #363e45;
    margin: 0;
    list-style: none;
    padding: 0;
}

.lanmu li {
    border-bottom: 1px solid #fff;
}

.lanmu li:last-child {
    border-bottom: 0;
}

.lanmu li>a {
    display: block;
    line-height: 60px;
    padding: 0 0 0 25px;
    color: #fff;
    font-size: 18px;
}

.lanmu li .arr {
    float: right;
    height: 60px;
    width: 40px;
    position: relative;
    cursor: pointer;
}

.lanmu li .arr:after {
    content: '';
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 15px;
}

.newslist {
    list-style: none;
    padding: 0;
    margin: 0;
}

.newslist li a {
    display: block;
    border-bottom: 1px solid #e5e5e5;
    padding: 30px 0;
    overflow: hidden;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.newslist li .img-center {
    float: left;
    width: 180px;
}

.newslist li .text {
    margin: 0 0 0 220px;
    position: relative;
    padding-right: 160px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.newslist li .text h4 {
    margin: 0;
    font-weight: normal;
    font-size: 18px;
    position: relative;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-top: 23px;
}

.newslist li .text p {
    line-height: 2;
    height: 52px;
    overflow: hidden;
    margin: 10px 0 0;
    color: #999;
}

.newslist li .date {
    position: absolute;
    right: 30px;
    top: 0;
}

.newslist li .date span {
    display: block;
    font-family: impact;
    color: #ccc;
    font-size: 22px;
    margin-bottom: 20px;
}

.newslist li .date i {
    border-left: 1px solid #e5e5e5;
    text-align: right;
    line-height: 20px;
    font-size: 0;
    display: block;
}

.newslist li .date i:before {
    content: '→';
    color: #999;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    vertical-align: middle;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 20px;
    display: block;
    text-align: center;
}

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

.newslist li a:hover .text {
    padding-right: 150px;
}

.newslist li a:hover .date i:before {
    -webkit-transform: translatex(10px);
    -moz-transform: translatex(10px);
    -ms-transform: translatex(10px);
    -o-transform: translatex(10px);
    transform: translatex(10px);
}

.pagination {
    text-align: center;
    margin-top: 30px;
}

.pagination a {
    display: inline-block;
    margin-right: 10px;
    padding: 2px 12px;
    height: 24px;
    border: 1px #cccccc solid;
    background: #fff;
    text-decoration: none;
    color: #808080;
    font-size: 12px;
    line-height: 24px;
    border-radius: 3px;
}

.pagination a:hover {
    color: #e10719;
    background: white;
    border: 1px #e10719 solid;
}

.pagination a.page-num-current {
    border: 1px solid #e10719;
    background: #e10719;
    color: #fff;
}

.news-title {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.news-title h1 {
    margin: 0;
    font-size: 30px;
    font-weight: normal;
}

.news-title p {
    margin: 10px 0 0;
    font-size: 0;
}

.news-title p span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    font-size: 14px;
    color: #999;
    background: no-repeat 0 center;
    padding-left: 25px;
}

.news-title p span.i1 {
    background-image: url(/uploads/image/simages/920_newscon1.png);
}

.news-title p span.i2 {
    background-image: url(/uploads/image/simages/920_newscon2.png);
}

.news-title p span.i3 {
    background-image: url(/uploads/image/simages/920_newscon3.png);
}

.news-content {
    line-height: 1.8;
    margin-bottom: 30px;
}

.news-content img {
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
}

.news-exp {
    border-top: 1px dashed #ccc;
    padding-top: 20px;
    overflow: hidden;
}

.news-exp a {
    float: left;
    width: 50%;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-exp a:last-child {
    text-align: right;
}

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

.news-panel .tit {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.news-panel .tit .fh {
    float: right;
    color: #999;
    font-size: 16px;
    padding-left: 25px;
    background:  no-repeat 0 center;
}

.news-panel .tit .fh:hover {
    color: #ff0000;
}

.news-panel .tit span {
    display: inline-block;
    font-size: 24px;
    border-bottom: 2px solid #ff0000;
    color: #ff0000;
    margin-bottom: -1px;
    padding-bottom: 15px;
    line-height: 1;
}

.news-panel li {
    font-size: 16px;
}

.news-panel li span {
    float: right;
    padding-right: 20px;
    color: #999;
}

.a-pro .view {
    border: 1px solid #ddd;
}

div.zoomdiv {
    z-index: 999;
    position: absolute;
    top: 0;
    left: 0;
    background: #ffffff;
    border: 1px solid #ddd;
    display: none;
    text-align: center;
    overflow: hidden;
    font-size: 0;
}

div.zoomdiv img {
    max-width: none;
}

div.zoommask {
    position: absolute;
    background: url(/uploads/image/simages/mask.png) repeat scroll 0 0 transparent;
    cursor: move;
    z-index: 1;
}

.preview {
    width: 100%;
    margin-top: 10px;
    position: relative;
}

.preview .swiper-container {
    margin: 0 35px;
}

.preview .swiper-slide {
    width: 33%;
    cursor: pointer;
}

.preview .arrow-left {
    background: url(/uploads/image/simages/feel3.png) no-repeat left top;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -9px;
    width: 9px;
    height: 18px;
    z-index: 10;
}

.preview .arrow-right {
    background: url(/uploads/image/simages/feel4.png) no-repeat left bottom;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -9px;
    width: 9px;
    height: 18px;
    z-index: 10;
}

.preview img {
    padding: 1px;
}

.preview .active-nav img {
    padding: 0;
    border: 1px solid #e10719;
}

.p-cons {
    margin: 40px 0;
}

.p-cons .tt1 {
    border-bottom: 1px solid #ddd;
}

.p-cons .tt1 span {
    background: #ff0000;
    color: #fff;
    display: inline-block;
    padding: 10px 30px;
    font-size: 24px;
    border-radius: 20px 0px 0 0;
}

.pcons-li .wp {
    border: 1px solid #ddd;
    text-align: center;
    margin-bottom: 20px;
    cursor: pointer;
}

.pcons-li .wp p {
    background: #e10719;
    color: #fff;
    margin: 0;
    padding: 6px 0;
}

.pcons-li .wp:hover {
    border-color: #448be8;
}

.p-cons .info strong {
    font-size: 20px;
    font-weight: normal;
    color: #e10719;
}

.p-cons .info strong a {
    color: #e10719;
}

.a-pro,
.a-news,
.i-info {
    line-height: 1.8;
    color: #666;
}

.a-pro img,
.a-news img,
.i-info img {
    height: auto !important;
}

.i-title h2 {
    text-align: center;
    font-weight: bold;
}

.l-pro .wrap {
    -webkit-box-shadow: 0px 0px 30px rgba(181, 181, 181, 0.6);
    box-shadow: 0px 0px 30px rgba(181, 181, 181, 0.6);
}

.l-pro .wrap .text {
    padding: 20px 20px 40px;
    text-align: center;
    border-bottom: 2px solid transparent;
}

.l-pro .wrap .text h2 {
    font-size: 20px;
}

.l-pro .wrap .text .more {
    text-align: center;
}

.l-pro .wrap .text .more i {
    display: inline-block;
    text-transform: uppercase;
    line-height: 36px;
    padding: 0px 30px;
    background-color: #e8e8e8;
    border-radius: 40px;
    font-size: 14px;
    color: #222;
    font-style: normal;
}

.l-pro .wrap:hover .text {
    border-color: #e10719;
}

.l-pro .wrap:hover .more i {
    background: #e10719;
    color: #fff;
}

.l-news .pic {
    padding-bottom: 65%;
    border: 1px solid #eee;
    background: #e10719;
}

.l-news .text {
    margin-top: 10px;
}

.l-news .text .tit {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-weight: bold;
}

.l-news .text .des {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    visibility: visible;
}

.l-news .text .date {
    font-size: 13px;
    margin-top: 10px;
    display: block;
    color: #e10719;
}

.l-news .pic img {
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.l-news .wrap:hover .pic img {
    opacity: 0.6;
}

.l-news .wrap:hover .tit {
    color: #e10719;
}

.a-news .top {
    padding-bottom: 50px;
}

.a-news .body {
    color: #666;
}

.a-news .top .title {
    font-size: 28px;
    text-align: center;
}

.a-news .top .date {
    text-align: center;
    color: #999;
    margin-top: 20px;
}

.pages {
    text-align: center;
}

.pages .pageinfo {
    display: none;
}

.pages li {
    display: inline-block;
    line-height: 36px;
    padding: 0px 15px;
    margin: 0px 5px;
    border: 1px solid #e9e9e9;
    background-color: #fff;
    margin-bottom: 10px;
}

.pages li a {
    color: #333;
    display: block;
}

.pages .thisclass {
    background: #e10719;
    color: #fff;
}

.pages .thisclass a {
    color: #fff;
}

.pages li:hover {
    background: #e10719;
    color: #fff;
}

.pages li:hover a {
    color: #fff;
}

.next-prev {
    padding-top: 30px;
    border-top: 1px solid #ddd;
    margin-top: 30px;
    line-height: 2;
    color: #666;
}

@media (max-width: 1023px) {
    .tm-topnav {
        position: relative;
    }
    .tm-nav .tel {
        display: none;
    }
    .tm-nav .navs {
        margin-right: 30px;
    }
    .tm-nav .navs li a {
        margin: 0 10px;
    }
    .nav-top {
        position: absolute;
        right: 0;
        height: 100%;
        top: 0;
        margin: 0;
    }
    .tm-nav .lan {
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background: #e10719;
    }
    .tm-nav .lan a {
        padding: 0px 15px;
        border-radius: 0;
        display: block;
        margin-left: 0;
    }
    .tm-nav .navs li .ns-nav a {
        padding: 10px 0px;
    }
    .n-ban {
        padding: 40px 0;
    }
    .m-header .logo {
        padding-left: 20px;
    }
    .panel-sd .tit{
        display: none;
    }
    .lanmu li{
        width: 50%;
        float: left;
        background: #363e45;
    }
    .lanmu li>a{
        line-height: 40px;
        font-size: 16px;
    }
    .lanmu li .arr{
        height: 40px;
    }
    .f-copy{
        font-size: 14px;
    }
    .banner .swiper-slide{
        height: 260px;
    }
    .h-futuer .text{
        margin-left: 15%;
    }
    .section-title-more .more-big {
        margin-top: -70px;
    }
}

@media (max-width: 767px) {
    .page-header {
        width: 100%;
        position: relative;
    }
    .page-body {
        width: 100%;
        margin-left: 0;
    }
    .h-case::after {
        height: 280px;
    }
    .case-height {
        height: 200px;
    }
    .n-ban .tit {
        padding: 10px 10px;
        font-size: 24px;
    }
    .n-ban .tit .en {
        font-size: 20px;
    }
    .banner .swiper-slide{
        height: 160px;
    }
    .more-big {
        width: 120px;
        line-height: 36px;
    }
    .more-big:after {
        border-top-width: 36px;
        width: 26px;
    }
    .more-big span {
        padding: 0 10px;
        font-size: 14px;
    }
    .tm-title {
        margin-bottom: 20px;
    }
    .tm-title .des {
        font-size: 24px;
    }
    .tm-title .title {
        font-size: 18px;
    }
    .tm-title .title:after {
        width: 60%;
    }
    .section-title-more{
        clear: both;
    }
    .section-title-more .more-big {
        margin-top: -40px;
    }
    .h-futuer .text{
        margin-left: 0;
        font-size: 14px;
    }
    .h-futuer .text .tit{
        font-size: 20px;
    }
}