﻿@charset "utf-8";

/* CSS Document */

@font-face {
    font-family: "bebas";
    src: url(../font/BEBAS.TTF);
}

body {
    font-size: 16px;
    color: #333333;
    font-family: 'Microsoft YaHei', Simsun, Arial, Verdana, Sans-serif;
}

html,
body {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
}

html * {
    outline: 0;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

p {
    word-break: break-all;
}

img {
    border: none;
    max-width: 100%;
    display: inline-block;
    line-height: 0;
    font-size: 0;
    vertical-align: bottom;
}

div,
ul,
li,
dl,
dt,
dd,
p,
form {
    margin: 0;
    padding: 0;
}

ul,
li,
dl,
dt,
dd {
    list-style: none;
    display: block;
}

a {
    font-size: inherit;
    text-decoration: none;
    color: #333;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #e50012;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

a:active {
    color: inherit;
    text-decoration: none;
}

i,
em {
    font-style: normal;
}

select,
input,
textarea,
button {
    font-family: inherit;
    font-size: inherit;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
    background-color: transparent;
}

td,
th {
    padding: 0;
}

th {
    text-align: left;
}

tr {
    vertical-align: middle;
}

.clearfix:before,
.clearfix:after {
    display: table;
    content: " ";
    clear: both;
}

.tbl-type {
    display: table;
    width: 100%;
    table-layout: fixed
}

.tbl-cell {
    display: table-cell;
    vertical-align: top;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.fn {
    float: none;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.valign * {
    display: inline-block;
    vertical-align: middle;
}

.ellipsis {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
}

.ellipsis2 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    /* autoprefixer:off */
    -webkit-box-orient: vertical;
    /* autoprefixer:on */
}

.ellipsis3 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    /* autoprefixer:off */
    -webkit-box-orient: vertical;
    /* autoprefixer:on */
}

.ellipsis4 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    /* autoprefixer:off */
    -webkit-box-orient: vertical;
    /* autoprefixer:on */
}

.shadow {
    box-shadow: 0 7px 30px rgba(103, 103, 103, .1);
}

.shadow-s2 {
    box-shadow: 2px 7px 10px rgba(103, 103, 103, .3);
}

.hide {
    display: none;
}

.btn {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid transparent;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    text-transform: uppercase;
    cursor: pointer;
    background-image: none;
    touch-action: manipulation;
    -ms-touch-action: manipulation;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn-default {
    color: #333333;
    background-color: #ffffff;
    width: auto;
    border-radius: 0;
    border: #dddddd 2px solid;
    line-height: normal;
}


/* .btn-submit{color:#ffffff;background-color:#e7212e;width:auto;border-radius:0;border:0;line-height:normal;font-size:.9rem;padding:10px 40px;}
*/

.btn-reset {
    color: #333333;
    background-color: #dddddd;
    width: auto;
    border-radius: 0;
    border: 0;
    line-height: normal;
    font-size: .9rem;
    padding: 10px 20px;
}

.btn-view {
    color: #666666;
    background-color: transparent;
    border: #666666 1px solid;
    width: auto;
    border-radius: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0 25px;
}

.btn-view:hover {
    background-color: 5b0f18;
    color: #ffffff;
    border: 5b0f18 1px solid;
}

.btn-more.btn-submit {
    width: 160px;
    padding: 10px 0;
    text-align: center;
}


/* .btn-submit{display:inline-block;backface-visibility:hidden;background:transparent none repeat scroll 0 0;position:relative;transform:translateZ(0px);transition-duration:.3s;transition-property:color;-moz-transform:translateZ(0px);-moz-transition-duration:.3s;-moz-transition-property:color;-webkit-transform:translateZ(0px);-webkit-transition-duration:.3s;-webkit-transition-property:color;background:5b0f18;}
*/


/* .btn-box .btn-submit{margin-right:20px;}
*/


/* .btn-submit:hover{color:#fff;}
.btn-submit:hover::before{border-radius:4px;transform:scaleY(1);-moz-transform:scaleY(1);-webkit-transform:scaleY(1);}
.btn-submit:before{background:#b60e12 none repeat scroll 0 0;border:0 none;padding:1px;bottom:0;content:"";left:0;position:absolute;right:0;top:0;transform:scaleY(0);transform-origin:50% 50% 0;transition-duration:.3s;transition-property:transform;transition-timing-function:ease-out;-moz-transform:scaleY(0);-moz-transform-origin:50% 50% 0;-moz-transition-duration:.3s;-moz-transition-property:transform;-moz-transition-timing-function:ease-out;-webkit-transform:scaleY(0);-webkit-transform-origin:50% 50% 0;-webkit-transition-duration:.3s;-webkit-transition-property:transform;-webkit-transition-timing-function:ease-out;z-index:-1;}
*/

.btn.btn-more {
    background: 5b0f18;
    padding: 15px 0;
    border: 1px solid transparent;
    width: 160px;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    display: block;
    margin: 20px auto 0;
}

.btn.btn-more:hover {
    border: 1px solid 5b0f18;
    color: 5b0f18;
    background: transparent;
}

.btn.btn-more.btn-left {
    margin: 20px 0 0;
}

.table {
    width: 100%;
    max-width: 100%;
}

.table>thead:first-child>tr:first-child>th,
.table>thead:first-child>tr:first-child>td {
    border-top: 0;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 5px;
    word-break: break-all;
}

.form-control {
    display: inline-block;
    width: 100%;
    padding: 10px 20px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dddddd;
    border-radius: 0;
    border-radius: 0;
}

.form-control[type="radio"]+label::before {
    content: "\a0";
    /*不换行空格*/
    display: inline-block;
    vertical-align: middle;
    width: 15px;
    height: 15px;
    margin-right: .4em;
    border-radius: 50%;
    border: 4px solid #dddddd;
    text-indent: .15em;
    line-height: 1;
    background-color: #ffffff;
    margin-top: 10px;
    margin-bottom: 10px;
}

.form-control[type="radio"]:checked+label::before {
    width: 15px;
    height: 15px;
    border: 4px solid #dddddd;
    background-color: 5b0f18;
}

.form-control[type="radio"] {
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    position: absolute;
    clip: rect(0, 0, 0, 0);
}

.form-control[type="checkbox"] {
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
}

.red {
    color: 5b0f18;
}

body {
    background-color: #ffffff;
}

.wrap {
    width: 1400px;
    margin: auto;
}

.container {
    padding: 40px 0;
}

@media screen and (max-width:1400px) {
    .wrap {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width:1280px) {
    .wrap {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width:768px) {
    .container {
        padding: 30px 0;
    }
}

.iconfont {
    font-size: .7rem;
}

.wp {
    padding: 15px;
}

.wp-h {
    padding-left: 15px;
    padding-left: 15px;
}

.wp-v {
    padding-top: 15px;
    padding-bottom: 15px;
}

.bg-white {
    background-color: #ffffff;
}

.bg-gray {
    background-color: #f3f3f3
}

.bg-about {
    background: url(../images/about-bg.jpg) top center no-repeat;
}

.bg-ea {
    background: #eaeaea;
}

.p-top-xs {
    padding-top: 15px;
}

.p-top-s {
    padding-top: 30px;
}

.p-top-m {
    padding-top: 50px;
}

.p-top-l {
    padding-top: 80px;
}

.p-bot-xs {
    padding-bottom: 15px;
}

.p-bot-s {
    padding-bottom: 30px;
}

.p-bot-m {
    padding-bottom: 50px;
}

.p-bot-l {
    padding-bottom: 80px;
}

.m-top-xs {
    margin-top: 15px;
}

.m-top-s {
    margin-top: 30px;
}

.m-top-m {
    margin-top: 50px;
}

.m-top-l {
    margin-top: 80px;
}

.m-bot-xs {
    margin-bottom: 15px;
}

.m-bot-s {
    margin-bottom: 30px;
}

.m-bot-m {
    margin-bottom: 50px;
}

.m-bot-l {
    margin-bottom: 80px;
}


/* title 开始 */

.title {
    background: #f5f5f5;
    height: 40px;
    border-bottom: 1px solid #efefef;
}

.title .tit-fl {
    float: left;
    font-size: 14px;
    color: #cf0f0f;
    line-height: 40px;
}

.title .tit-fr {
    float: right;
}

.title .tit-fr .phone {
    float: right;
}

.title .tit-fr .phone i {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(../img/sprite.png) no-repeat;
    background-position: -2px -2px;
    margin: 4px 0;
    vertical-align: middle;
}

.title .tit-fr .phone span {
    color: #c50810;
    font-family: 'Times New Roman', Times, serif;
    font-size: 20px;
    font-weight: bold;
}

.title .tit-fr .contactUs {
    float: right;
    font-size: 14px;
    color: #c50810;
    line-height: 40px;
    margin-right: 20px;
}

@media screen and (max-width:640px) {
    .title {
        display: none;
    }
}


/* title 结束 */


/*导航 开始*/

.logo {
    float: left;
    position: relative;
}

.logo::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 1000px;
    right: 100%;
    top: 0;
}

.logo a {
    display: block;
}

.logo a img {
    height: 46px;
    margin: 27px 0;
}

@media screen and (max-width:1280px) {
    .logo a img {
        height: 40px;
        margin: 20px 0;
    }
}
@media screen and (max-width:414px) {
    .logo a img {
        height: 30px;
    }
}

@media screen and (max-width:320px) {
    .logo a img {
        height: 25px;
    }
    .menu-button {
        padding: 4px 0;
    }
}

.nav-shadow {
    box-shadow: 0px 4px 4px rgba(61, 61, 61, .3);
    background: #fff;
    position: fixed;
    top: 40px;
    left: 0;
    width: 100%;
    z-index: 200;
    transition: .5s;
    height: 100px;
    background: url(../img/topNav.jpg) no-repeat center;
    background-size: cover;
}

.nav {
    width: auto;
    float: right;
}

.nav ul li {
    float: left;
    width: auto;
    display: block;
    position: relative;
    margin: 0 10px;
}

.nav ul li .tit span,
.nav ul li .tit i {
    display: block;
    text-align: center;
    text-transform: uppercase;
}

.nav ul li .tit {
    padding: 0 23px;
    text-transform: uppercase;
    text-align: center;
    font-size: 15px;
    display: block;
    line-height: 100px;
}

.nav ul li:hover .tit,
.nav ul li.on .tit {
    /**color: #e50012;
    background: url(../img/nav-bg1.png) no-repeat center;
    background-size: contain;*/
	background-color:#e50012;
	color:#fff;
}

.nav ul li .child {
    display: none;
    background-color: #fff;
    line-height: 32px;
    opacity: 1;
    visibility: visible;
    position: absolute;
    top: 100px;
    left: 50%;
    width: 100%;
    z-index: 99;
    text-align: center;
    transform: translateX(-50%);
    border-top: 2px solid #e50012;
}

.nav ul li:hover .child {
    opacity: 1;
    visibility: visible;
}

.nav ul li .child a {
    display: block;
    transition: 0.4s all;
    -webkit-transition: 0.4s all;
    position: relative;
    line-height: 46px;
    font-size: 15px;
    color: #333;
    padding: 0 15px;
    border-bottom: 1px solid #edecec;
}

.nav ul li .child a:last-child {
    border-bottom: none;
}

.nav ul {
    position: relative;
}

.nav ul li .child a:hover {
    background: #e50012;
    color: #fff;
}
@media screen and (max-width:1440px) {
.nav ul li .tit{padding:0 15px}
}

@media screen and (max-width:1280px) {
    .nav ul li {
        margin: 0 5px;
    }
    .nav-shadow {
        height: 80px;
    }
    .nav ul li .tit {
        line-height: 80px;
    }
    .nav ul li .child {
        top: 80px;
    }
}

@media screen and (max-width:1024px) {
    .nav {
        margin-right: 20px;
    }
}

.header .icon-box {
    float: right;
    padding-top: 26px;
    margin-left: 20px;
}

.menu-button {
    display: none;
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 999;
    padding: 10px 0;
    border-radius: 5px;
}

.menu-button button {
    display: block;
    background: none;
    overflow: hidden;
    cursor: pointer;
    z-index: 1000;
    border: 0;
    width: 32px;
    height: 30px;
    padding: 0;
    outline: 0;
    position: relative;
    -webkit-appearance: none;
    -webkit-transition: .3s all;
    transition: .3s all;
}

.menu-button button::before,
.menu-button button::after,
.menu-button button span {
    background: #414141;
    border-radius: 2px;
}

.menu-button button::before,
.menu-button button::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    left: 0;
    top: 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: -webkit-transform .25s;
    transition: transform .25s;
}

.menu-button button span {
    display: block;
    position: absolute;
    height: 2px;
    width: 80%;
    left: 0;
    top: 50%;
    margin-top: 0;
    overflow: hidden;
    text-indent: 200%;
    -webkit-transition: opacity .25s;
    transition: opacity .25s;
}

.menu-button button::before {
    -webkit-transform: translate3d(0, -12px, 0);
    transform: translate3d(0, -12px, 0);
}

.menu-button button::after {
    -webkit-transform: translate3d(0, 12px, 0);
    transform: translate3d(0, 12px, 0);
    width: 93%;
}


/*中等屏幕 w<1200*/

@media screen and (max-width:1200px) {
    .nav {
        display: none;
    }
    .menu-button {
        display: block;
    }
    .smart-nav {
        display: block;
    }
    .smart-nav {
        position: fixed;
        width: 70%;
        z-index: 998;
        left: auto;
        right: -70%;
        top: 0;
        bottom: 0;
        background: rgb(208, 19, 27);
        padding-top: 88px;
        overflow: hidden;
        -webkit-transition: .3s all;
        transition: .3s all;
    }
    .smart-nav.open {
        right: 0;
    }
    .smart-nav ul {
        display: block;
        width: 100%;
        height: 100%;
        border-top: 1px solid rgb(173, 48, 54);
        overflow-y: auto;
    }
    .smart-nav ul li {
        position: relative;
        border-bottom: 1px solid rgba(255, 255, 255, .5);
        cursor: pointer;
    }
    .smart-nav ul li .tit {
        font-size: 1rem;
        text-indent: 1em;
        display: block;
        padding: 20px 0;
        color: #ffffff;
        text-transform: uppercase;
    }
    .smart-nav ul li .tit.ignore {
        background: none;
    }
    .smart-nav ul li .child {
        border-top: 1px solid rgba(206, 206, 206, 0.5);
        display: none;
    }
    .smart-nav ul li .child a {
        display: block;
        padding: 5px 0;
        font-size: .9rem;
        line-height: 2;
        color: #eeeeee;
        text-indent: 2em;
    }
    .smart-nav ul li .tit:hover,
    .smart-nav ul li .child a:hover {
        background-color: #ffffff;
        color: #cf0f0f;
    }
    .smart-nav ul li .tit i {
        font-size: 12px;
        color: #5999ea;
    }
}

@media screen and (max-width:640px) {
    .smart-nav {
        width: 100%;
    }
    .nav-shadow {
        top: 0 ;
    }
}

@media screen and (max-width:640px) {
    .smart-nav {
        width: 100%;
    }
}

@media screen and (max-width:320px) {
    .menu-button {
        padding: 4px 0;
    }
}


/*导航 结束*/


/*banner 开始*/

.banner-box {
    position: relative;
    overflow: hidden;
    margin-top: 100px;
}
.nbanner-box,
.banner-box .swiper-slide{ text-align:center; }
.banner-box .banner-m2 {
    display: none;
}

.banner-box .swiper-pagination-bullet {
    width: 12px;
    height: 4px;
    background: #fff;
    border-radius: 0;
}

.banner-box .swiper-pagination-bullet-active {
    width: 26px;
    background: #fa2e21;
}

.banner-box .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 20px;
}

.banner-box .swiper-button-prev {
    background: url(../img/icon-prev.png) no-repeat center;
    width: 71px;
    height: 71px;
    left: 2%;
}

.banner-box .swiper-button-next {
    background: url(../img/icon-next.png) no-repeat center;
    width: 71px;
    height: 71px;
    right: 2%;
}

@media screen and (max-width:1280px) {
    .banner-box {
        margin-top: 80px;
    }
}

@media screen and (max-width:992px) {
    .banner-box .swiper-button-prev,
    .banner-box .swiper-button-next {
        width: 50px;
        height: 86px;
    }
}

@media screen and (max-width:768px) {
    .banner-box .banner-m1 {
        display: none;
    }
    .banner-box .banner-m2 {
        display: block;
    }
    .banner-box .banner-animation {
        display: none;
    }
    .banner-box .swiper-button-prev,
    .banner-box .swiper-button-next {
        display: none;
    }
    .banner-box .swiper-pagination {
        display: block;
    }
}

@media screen and (max-width:414px) {
    .banner-box .swiper-button-prev,
    .banner-box .swiper-button-next {
        width: 40px;
        height: 68px;
    }
    .banner-box .swiper-button-prev {
        left: -2%;
    }
    .banner-box .swiper-button-next {
        right: -2%;
    }
}


/*banner 结束*/


/* 首页优势 开始 */

.inx-adv {
    padding-top: 80px;
}

.inx-adv ul li {
    float: left;
    width: calc(25% - 40px);
    margin: 0 20px;
    position: relative;
    background: #f5f5f5;
    padding: 60px 30px 30px;
    box-shadow: 0 7px 30px rgba(112, 112, 112, 0.2);
}

.inx-adv ul li::after {
    content: '';
    position: absolute;
    width: 0;
    height: 6px;
    background: #cf0f0f;
    left: 0;
    bottom: 0;
    transition: 0.4s all;
}

.inx-adv ul li:hover::after {
    width: 100%;
}

.inx-adv ul li:hover .text-box h2 {
    color: #cf0f0f;
}

.inx-adv ul li .img-box {
    width: 112px;
    height: 112px;
    background: #fff;
    border-radius: 112px;
    margin: auto;
    padding: 24px 0;
    position: absolute;
    left: calc(50% - 56px);
    top: -56px;
}

.inx-adv ul li .img-box {
    transform-style: preserve-3d;
    transition: 1.5s all;
}

.inx-adv ul li:hover .img-box {
    transform: rotateY(1turn);
}

.inx-adv ul li .img-box.img1 i {
    display: block;
    width: 52px;
    height: 52px;
    background: url(../img/sprite.png) no-repeat;
    background-position: -138px -53px;
    margin: 0 auto;
}

.inx-adv ul li .img-box.img2 i {
    display: block;
    width: 47px;
    height: 61px;
    background: url(../img/sprite.png) no-repeat;
    background-position: -74px -53px;
    margin: 0 auto;
}

.inx-adv ul li .img-box.img3 i {
    display: block;
    width: 52px;
    height: 53px;
    background: url(../img/sprite.png) no-repeat;
    background-position: -203px -53px;
    margin: 0 auto;
}

.inx-adv ul li .img-box.img4 i {
    display: block;
    width: 58px;
    height: 53px;
    background: url(../img/sprite.png) no-repeat;
    background-position: -2px -53px;
    margin: 0 auto;
}

.inx-adv ul li .text-box h2 {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    text-align: center;
    margin: 15px 0 10px;
}

.inx-adv ul li .text-box p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    text-align: center;
    min-height: 48px;
}

@media screen and (max-width:992px) {
    .inx-adv ul li {
        width: calc(50% - 40px);
        margin-bottom: 70px;
    }
}

@media screen and (max-width:640px) {
	.inx-adv.container{ padding-top:0; }
	.inx-adv .wrap{ padding-left: 30px; padding-right: 30px; }
    .inx-adv ul li {
        width: 100%;
        margin-top: 0;
        margin-bottom: 30px;
        margin-left: 0;
        margin-right: 0;
		padding: 60px 20px 20px;
    }
	.inx-adv ul li .img-box {
		width: 90px;
		height: 90px;
		border-radius: 90px;
		padding: 20px 0;
		left: calc(50% - 45px);
		top: -10px;
		transform:scale(.6);
	}
	.inx-adv ul li:hover .img-box {
		transform: scale(.6) rotateY(1turn);
	}
}


/* 首页优势 结束 */


/* 侧边标题 开始 */

.tit-box h2 {
    font-size: 36px;
    color: #333;
    /**font-family: '宋体';*/
    font-weight: bold;
    padding-left: 50px;
}

.tit-box p {
    position: relative;
    font-size: 14px;
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin-top: 20px;
    padding-left: 64px;
}

.tit-box p::before {
    content: '';
    position: absolute;
    width: 40px;
    height: 15px;
    background: url(../img/sprite.png) no-repeat;
    background-position: -2px -134px;
    top: -2px;
    left: 15px;
}

.tit-box p::after {
    content: '';
    position: absolute;
    width: 48px;
    height: 19px;
    background: url(../img/sprite.png) no-repeat;
    background-position: -55px -134px;
    left: 212px;
    top: -6px;
}

@media screen and (max-width:768px) {
    .tit-box h2 {
        font-size: 32px;
    }
    .tit-box h2,
    .tit-box h3 {
        text-align: center;
        padding-left: 0;
    }
    .tit-box p::after {
        left: auto;
        right: 15px;
    }
}


.inx-news{ padding-top:30px; }

/* 侧边标题 结束 */

.tit-box-cen h2 {
    font-size: 36px;
    color: #333;
    /**font-family: '宋体';*/
    font-weight: bold;
    text-align: center;
}

.tit-box-cen p {
    position: relative;
    font-size: 14px;
    color: #666;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    text-align: center;
    width: 30%;
    left: 50%;
    margin-top: 20px;
    transform: translateX(-50%);
}

.tit-box-cen p::before {
    content: '';
    position: absolute;
    width: 40px;
    height: 15px;
    background: url(../img/sprite.png) no-repeat;
    background-position: -2px -134px;
    top: -2px;
    left: 20%;
}

.tit-box-cen p::after {
    content: '';
    position: absolute;
    width: 48px;
    height: 19px;
    background: url(../img/sprite.png) no-repeat;
    background-position: -55px -134px;
    right: 20%;
    top: -6px;
}

@media screen and (max-width:768px) {
    .tit-box-cen h2 {
        font-size: 32px;
    }
}


/* 居中标题 开始 */


/* 居中标题 结束 */


/* 首页业务 开始 */

.inx-busin {
    background: url(../img/buins-m1.jpg) no-repeat center;
}

.tit-fl {
    float: left;
    width: 50%;
}

.price {
    margin: 0 auto;
}

.category {
    width: 50%;
    overflow: hidden;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    margin-left: 10px;
}

.category a:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 100%;
    vertical-align: middle;
}

.category ul li {
    display: table-cell;
    white-space: nowrap;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    position: relative;
    padding: 18px 0;
    width: calc(100% / 3 - 30px);
    display: inline-block;
    background: url(../img/nav-bg2.png) no-repeat center;
}

.category ul li.active {
    background: url(../img/nav-bg1.png) no-repeat center;
    color: #e11313;
}

.category ul li:hover {
    background: url(../img/nav-bg1.png) no-repeat center;
}

.price .cont {
    display: none;
    margin-top: 40px;
}

.price .cont.active {
    display: block;
}

.price .cont ul li {
    width: calc(100% / 3 - 20px);
    float: left;
    margin: 10px;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}

.price .cont ul li .img-box {
    overflow: hidden;
}

.price .cont ul li .img-box img {
    width: 100%;
    transition: 0.4s all;
}

.price .cont ul li:hover .img-box img {
    transform: scale(1.05);
}

.price .cont ul li .text-box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff;
    transition: 0.5s all;
    padding: 0 10px;
}

.price .cont ul li .tit {
    line-height: 60px;
    text-align: center;
}

.price .cont ul li .text {
    display: none;
    opacity: 0;
    visibility: hidden;
    line-height: 26px;
    font-size: 15px;
    min-height: 49px;
    text-align:center;
}

.price .cont ul li:hover .text-box {
    left: 50%;
    top: 50%;
    bottom: auto;
    width: 80%;
    color: #fff;
    padding: 35px 30px;
    transform: translate(-50%, -50%);
    background: url(../img/busin-m4.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.price .cont ul li:hover .tit {
    font-weight: bold;
    line-height: 40px;
}

.price .cont ul li:hover .text {
    display: -webkit-box;
    opacity: 1;
    visibility: visible;
}

.price .cont ul li .cont_main {
    border: 1px solid transparent;
    position: relative;
}

.price .cont ul li:hover .cont_main {
    border: 1px solid #cf0f0f;
    transition: 0.4s all;
}

@media screen and (max-width:1280px) {
    .price .cont ul li:hover .text-box {
        background-size: contain;
    }
    .inx-busin {
        background-size: cover;
    }
}

@media screen and (max-width:992px) {
    .category ul li {
        background-size: contain;
        margin-left: 10px;
    }
    .category ul li.active {
        background-size: contain;
    }
    .price .cont ul li {
        width: calc(50% - 20px);
    }
}

@media screen and (max-width:640px) {
    .price .cont ul li {
        width: 100%;
        margin: 10px 0;
    }
}

@media screen and (max-width:768px) {
    .tit-fl,
    .category {
        float: none;
        width: 100%;
    }
    .category {
        margin-top: 15px;
        margin-bottom: 0;
    }
    .price .cont {
        margin-top: 20px;
    }
    .tit-box h2 {
        font-size: 32px;
    }
    .tit-box h2,
    .tit-box p {
        text-align: center;
        padding-left: 0;
    }
    .tit-box p::after {
        left: auto;
        right: 15px;
    }
}


/* 首页业务 结束 */


/* 首页案例 开始 */

/* 修改成匀速 开始 */

.inx-case .swiper-container .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    /*之前是ease-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}


/* 修改成匀速 结束 */

.inx-case {
    background: url(../img/case-m1.jpg) no-repeat center;
}

.inx-case .case-box {
    margin-top: 30px;
}

.inx-case .case-box .box {
    background: #fff;
    box-shadow: 0 7px 30px rgba(112, 112, 112, 0.2);
    position: relative;
    padding: 0 10px;
    margin-top: 40px;
}

.inx-case .case-box .box::after {
    content: '';
    position: absolute;
    width: 63px;
    height: 63px;
    background: url(../img/sprite.png) no-repeat;
    background-position: -2px -230px;
    right: 0;
    bottom: 0;
}

.inx-case .case-box .box:hover::after {
    content: '';
    background-position: -80px -230px;
}

.inx-case .case-box .box .img-box {
    float: left;
    width: 70%;
    position: relative;
    bottom: 25px;
    overflow: hidden;
}

.inx-case .case-box .box .img-box img {
    transition: 0.4s all;
    width: 100%;
}

.inx-case .case-box .box:hover .img-box img {
    transform: scale(1.1);
}

.inx-case .case-box .box .text-box {
    float: left;
    width: calc(30% - 15px);
    margin-left: 15px;
}

.inx-case .case-box .box .text-box h2 {
    margin-top: 15px;
    color: #333;
    font-size: 16px;
    font-weight: bold;
}

.inx-case .case-box .box:hover .text-box h2 {
    color: #cf0f0f;
}

.inx-case .case-box .box .text-box span {
    display: block;
    background: url(../img/line.png) no-repeat left;
    height: 4px;
    margin: 10px 0;
}

.inx-case .case-box .box .text-box p {
    font-size: 14px;
    line-height: 24px;
    min-height: 48px;
    color: #666;
}

.inx-case .case-box .box .text-box i {
    display: block;
    width: 38px;
    height: 38px;
    overflow: hidden;
    background: url(../img/jia.png) no-repeat;
    background-position: 0 0;
    transition: 0.4s all;
    margin-top: 20px;
}

.inx-case .case-box .box:hover .text-box i {
    background-position: 0 -39px;
}

.inx-case .case-box .case-btn {
    width: 30%;
    position: relative;
    height: 60px;
    margin-top: 40px;
    text-align: center;
    left: 50%;
    transform: translate(-50%);
}

.inx-case .case-box .swiper-button-prev {
    width: 60px;
    height: 60px;
    background: url(../img/prev1.png) no-repeat center;
    top: auto;
    bottom: 0;
    left: calc(50% - 90px);
    z-index: 1;
}

.inx-case .case-box .swiper-button-next {
    width: 60px;
    height: 60px;
    background: url(../img/next1.png) no-repeat center;
    top: auto;
    bottom: 0;
    right: calc(50% - 90px);
    z-index: 1;
}

.inx-case .case-box .case-btn .btn-more {
    position: absolute;
    left: calc(50% - 30px);
    width: 60px;
    height: 60px;
    background: url(../img/more1.jpg) no-repeat center;
    z-index: 2;
}

.inx-case .case-box .case-btn .swiper-button-prev:hover,
.inx-case .case-box .case-btn .swiper-button-next:hover,
.inx-case .case-box .case-btn .btn-more:hover {
    box-shadow: 0 7px 30px rgb(185, 26, 26);
}

@media screen and (max-width:1280px) {
    .tit-box-cen p {
        width: 50%;
    }
    .inx-abo::before {
        display: none;
    }
}

@media screen and (max-width:992px) {
    .tit-box-cen p {
        width: 50%;
    }
}

@media screen and (max-width:768px) {
    .tit-box-cen p {
        width: 60%;
    }
}

@media screen and (max-width:640px) {
    .tit-box-cen p {
        width: 100%;
    }
    .tit-box-cen p::before {
        left: 10%;
    }
    .tit-box-cen p::after {
        right: 10%;
    }
}

@media screen and (max-width:414px) {
    .inx-case .case-box .box {
        padding: 10px;
    }
    .inx-case .case-box .box .img-box {
        position: static;
        width: 100%;
        float: none;
    }
    .inx-case .case-box .box .text-box {
        float: none;
        width: 100%;
        margin-left: 0;
    }
}


/* 首页案例 结束 */


/* 案例详情 开始 */


/* .RighInfo001277 */

.RighInfo001277 {
    padding: 2% 0;
}

.RighInfo001277 .list_img {
    width: 100%;
    position: relative;
}

.RighInfo001277 .big_img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 80%;
}

.RighInfo001277 .big_img li,
.RighInfo001277 .big_img li figure {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
}

.RighInfo001277 .big_img li figure {
    border: 1px solid #dcdcdc;
    background-size: contain;
	background-repeat: no-repeat;
    background-position: center;
}

.RighInfo001277 .list {
    padding: 42px 0 42px 82.9%;
}

.RighInfo001277 .list .bd {
    position: relative;
}

.RighInfo001277 .list a {
    position: absolute;
    width: 17.1%;
    height: 40px;
    right: 0;
    background: url(../img/RighInfo001277-btn_prev.png) no-repeat center center/auto 50%;
    cursor: pointer;
}

.RighInfo001277 .list a.prev {
    top: 0;
}

.RighInfo001277 .list a.next {
    bottom: 0;
    background-image: url(../img/RighInfo001277-btn_next.png);
}

.RighInfo001277 .list a.prevStop,
.RighInfo001277 .list a.nextStop {
    cursor: default;
}

.RighInfo001277 .list li {
    height: 114px;
    position: relative;
}

.RighInfo001277 .list li figure {
    position: absolute;
    left: 0;
	right: 0;
    /**width: 100%;*/
    top: 9px;
    bottom: 9px;
    background-size: contain;
    border: 1px solid #f2f2f2;
	background-repeat: no-repeat;
    background-position: center;
}

.RighInfo001277 .list li.on figure {
    border: 2px solid #cf0f0f;
}

@media(max-width:768px) {
    .RighInfo001277 .list_img,
    .RighInfo001277 .right_info {
        float: none;
        width: auto;
    }

.RighInfo001277 .big_img li figure,
.RighInfo001277 .list li figure{
margin-left:0;
}
}

@media(max-width:640px) {
    .RighInfo001277 .list li {
        height: 100px;
    }
    .RighInfo001277 .right_info h1 {
        font-size: 20px;
    }
    .RighInfo001277 .right_info h3 {
        font-size: 16px;
    }
}

@media(max-width:480px) {
    .RighInfo001277 .list {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .RighInfo001277 .list a {
        height: 28px;
    }
    .RighInfo001277 .list li {
        height: 80px;
    }
    .RighInfo001277 .tab .h1_tab {
        font-size: 14px;
    }
    .RighInfo001277 .tab .h1_tab span {
        padding: 0 3%;
    }
}

.RighInfo001277 .tab {
    padding: 3% 0;
}

.RighInfo001277 .tab .h1_tab {
    margin: 0;
    border-bottom: 1px solid #e7e8e8;
    overflow: hidden;
    font-size: 16px;
    font-weight: normal;
    color: #000;
}

.RighInfo001277 .tab .h1_tab span {
    float: left;
    padding: 0 3%;
    line-height: 50px;
    background-color: #f2f2f3;
    margin-right: 4px;
    cursor: pointer;
}

.RighInfo001277 .tab .h1_tab span.on {
    background-color: #cf0f0f;
    color: #fff;
}

.RighInfo001277 .tab .info {
    padding-top: 3%;
}

.RighInfo001277 .ul_download li {
    border-bottom: 1px solid #d1d1d3;
    line-height: 34px;
    background: url(../images/RighInfo001277-icon_download.png) no-repeat right center;
    padding: 10px 0;
}

.RighInfo001277 .ul_download li a {
    padding: 0 38px;
    background: url(../images/RighInfo001277-icon.png) no-repeat left center;
}

.RighInfo001277 .tab .info ul li {
    float: left;
    width: calc(25% - 30px);
    margin: 15px;
    border: 1px solid #ddd;
}

.RighInfo001277 .tab .info ul li .img-box {
    overflow: hidden;
}

.RighInfo001277 .tab .info ul li .img-box img {
    width: 100%;
    transition: 0.4s;
}

.RighInfo001277 .tab .info ul li p {
    line-height: 36px;
    text-align: center;
    background: #ddd;
}

.RighInfo001277 .tab .info ul li:hover .img-box img {
    transform: scale(1.05);
}

.RighInfo001277 .tab .info ul li:hover p {
    background: #cf0f0f;
    color: #fff;
}

.RighInfo001277 .tab .info ul li:hover {
    border-color: #cf0f0f;
}

@media(max-width:768px) {
    .RighInfo001277 .list_img,
    .RighInfo001277 .right_info {
        float: none;
        width: auto;
    }
}

@media(max-width:640px) {
    .RighInfo001277 .list li {
        height: 100px;
    }
    .RighInfo001277 .right_info h1 {
        font-size: 20px;
    }
    .RighInfo001277 .right_info h3 {
        font-size: 16px;
    }
}

@media(max-width:480px) {
    .RighInfo001277 .list {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .RighInfo001277 .list a {
        height: 28px;
    }
    .RighInfo001277 .list li {
        height: 80px;
    }
    .RighInfo001277 .tab .h1_tab {
        font-size: 14px;
    }
    .RighInfo001277 .tab .h1_tab span {
        padding: 0 3%;
    }
}


/*案例 内容 开始*/

.RighInfo001277 .tab .info {
    position: relative;
}

.RighInfo001277 .tab .info .img-box {
    background: #fff;
    overflow: hidden;
    border: 1px solid #b4bdc6;
    box-sizing: border-box;
    margin: 2px 2px 0;
    text-align: center;
}

.RighInfo001277 .tab .info .img-box img {
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -ms-transition: 0.4s;
}

.RighInfo001277 .tab .info p {
    font-size: 16px;
    text-align: center;
    padding: 0 10px;
    line-height: 48px;
    background: #B4BDC6;
    color: #333;
}

.RighInfo001277 .tab .info a {
    display: block;
}

.RighInfo001277 .tab .info .swiper-slide:hover .img-box img {
    transform: scale(1.05);
}

.RighInfo001277 .tab .info .swiper-button-prev {
    left: -70px;
    width: 45px;
    height: 65px;
    background-size: contain;
    background: url(../img/icon/icon-fl1.png) no-repeat center;
    top: calc(50% - 10px);
}

.RighInfo001277 .tab .info .swiper-button-next {
    right: -70px;
    width: 45px;
    height: 65px;
    background-size: contain;
    background: url(../img/icon/icon-fr1.png) no-repeat center;
    top: calc(50% - 10px);
}

.RighInfo001277 .tab .info .swiper-pagination {
    display: none;
}

@media screen and (max-width:1024px) {
    /*.header .logo{width:28%;}
*/
    .RighInfo001277 .tab .info .swiper-button-prev,
    .RighInfo001277 .tab .info .swiper-button-next {
        display: none;
    }
    .RighInfo001277 .tab .info .swiper-pagination {
        display: block;
    }
    .RighInfo001277 .tab .info .swiper-container {
        padding-bottom: 40px;
    }
}

.detail-tit {
    border-bottom: 1px solid #ddd;
}

.detail-tit p {
    font-weight: bold;
    border-bottom: 2px solid #cf0f0f;
    width: 100px;
    text-align: center;
    padding-bottom: 10px;
    position: relative;
    font-size: 20px;
    text-transform: uppercase;
}

.detail-tit p:after {
    content: ' ';
    display: block;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #cf0f0f;
    width: 0;
    height: 0;
    font-family: arial;
    position: absolute;
    bottom: -1px;
    left: 50%;
    margin-left: -5px;
}

.detail-box {
    margin-top: 30px;
}

.detail-box p {
    line-height: 32px;
    margin-bottom: 5px;
}

.list-pro-box .text-box p {
    text-align: center;
}

.con-prodetail2,
.con-prodetail3 {
    background: #f5f5f5;
    padding-top: 40px;
}

.con-prodetail2 .prodetail-bg,
.con-prodetail3 .prodetail-bg {
    background: #fff;
    padding: 40px;
}

.con-prodetail3 .swiper-container {
    padding-bottom: 50px;
}

.con-prodetail3 .swiper-pagination-bullet {
    background: #666666;
    vertical-align: middle;
}

@media screen and (max-width:768px) {
 .con-prodetail2 .prodetail-bg{
padding:40px 20px;
}
}

@media screen and (max-width:440px) {
    .con-prodetail2,
    .con-prodetail3 {
        background: #fff;
    }
    .con-prodetail2 {
        padding-top: 0;
    }
    .con-prodetail2 .prodetail-bg,
    .con-prodetail3 .prodetail-bg {
        background: #fff;
        padding: 0;
    }
}


/* 首页案例详情 结束 */


/* 首页关于 开始 */

.tit-box-cen.tit-50 p {
    width: 60%;
}

.inx-abo {
    background: url(../img/abo-m1.jpg) no-repeat top;
    position: relative;
}

.inx-abo::before {
    content: '';
    position: absolute;
    width: 54px;
    height: 362px;
    background: url(../img/abo-m2.png) no-repeat center;
    left: 5%;
    top: 30%;
	z-index: 1;
}

.inx-abo .abo-fl {
    float: left;
    width: calc(50% - 30px);
    margin-right: 30px;
	position: relative;
    z-index: 2;
}

.inx-abo .abo-fl .text-box h2 {
    font-size: 24px;
    color: #ff0000;
    font-weight: bold;
    text-align: center;
    margin: 20px 0;
}

.inx-abo .abo-fl .text-box .text {
    line-height: 38px;
    color: #222;
    text-align: justify;
}

.inx-abo .abo-fl .text-box .btn-more {
    font-size: 15px;
    color: #cf0f0f;
    display: inline-block;
    border-bottom: 1px solid #cf0f0f;
    padding-bottom: 5px;
    margin-top: 20px;
    transition: 0.4s;
}

.inx-abo .abo-fl .text-box .btn-more:hover {
    margin-top: 30px;
}

.inx-abo .abo-fr {
    float: left;
    width: calc(50% - 30px);
    margin-left: 30px;
	padding-top: 40px;
}

.inx-abo .abo-fr .img-box img {
    width: 100%;
}

.inx-abo .btn-list{ display:flex; justify-content: space-between; margin-top:30px; }
.inx-abo .btn-list a {
    display: block;
    height: 68px;
    float: left;
    width: calc(100% / 3 - 40px);
    /*margin: 20px;*/
    background: url(../img/abo-btn1.png) no-repeat center;
    text-align: center;
    line-height: 68px;
}

.inx-abo .btn-list a i {
    display: inline-block;
}

.inx-abo .btn-list a.abo-btn1 i {
    width: 40px;
    height: 40px;
    background: url(../img/sprite.png) no-repeat;
    background-position: -2px -325px;
    vertical-align: middle;
    transition: 0.4s all;
}

.inx-abo .btn-list a.abo-btn2 i {
    width: 40px;
    height: 40px;
    background: url(../img/sprite.png) no-repeat;
    background-position: -63px -325px;
    vertical-align: middle;
    transition: 0.4s all;
}

.inx-abo .btn-list a.abo-btn3 i {
    width: 40px;
    height: 40px;
    background: url(../img/sprite.png) no-repeat;
    background-position: -126px -325px;
    vertical-align: middle;
    transition: 0.4s all;
}

.inx-abo .btn-list a.abo-btn4 i {
    width: 40px;
    height: 40px;
    background: url(../img/sprite.png) no-repeat;
    background-position: -187px -325px;
    vertical-align: middle;
    transition: 0.4s all;
}

.inx-abo .btn-list a.abo-btn5 i {
    width: 40px;
    height: 40px;
    background: url(../img/sprite.png) no-repeat;
    background-position: -248px -325px;
    vertical-align: middle;
    transition: 0.4s all;
}

.inx-abo .btn-list a.abo-btn1:hover i {
    background-position: -2px -372px;
}

.inx-abo .btn-list a.abo-btn2:hover i {
    background-position: -63px -372px;
}

.inx-abo .btn-list a.abo-btn3:hover i {
    background-position: -126px -372px;
}

.inx-abo .btn-list a.abo-btn4:hover i {
    background-position: -187px -372px;
}

.inx-abo .btn-list a.abo-btn5:hover i {
    background-position: -248px -372px;
}

.inx-abo .btn-list a:hover {
    background: url(../img/abo-btn2.png) no-repeat center;
}

@media screen and (max-width:1200px) {
    .inx-abo .abo-fl .text-box p.text {
        line-height: 32px;
    }
    .inx-abo .btn-list a {
        background-size: contain;
    }
    .tit-box-cen.tit-50 p {
        width: 80%;
    }
    .inx-abo .btn-list a:hover {
        background-size: contain;
    }
}

@media screen and (max-width:992px) {
    .inx-abo .abo-fl {
        float: none;
        width: 100%;
        margin: 10px 0;
    }
    .inx-abo .abo-fr {
        float: none;
        width: 100%;
        margin: 10px 0;
    }
    .inx-abo .btn-list a {
        width: calc(100% / 5 - 20px);
        margin: 10px;
    }
}

@media screen and (max-width:768px) {
    .inx-abo .btn-list a {
        width: calc(100% / 3 - 20px);
        margin: 10px;
    }
}

@media screen and (max-width:640px) {
    .inx-abo .btn-list a {
        width: calc(100% / 2 - 20px);
        margin: 10px;
    }
}


/* 首页关于 结束 */


/* 首页新闻 开始 */

.inx-news .news-box {
    margin-top: 40px;
}

.inx-news .news-fl {
    float: left;
    width: calc(50% - 30px);
    margin-right: 30px;
    position: relative;
}

.inx-news .news-fl .img-box {
    overflow: hidden;
    /**height: 480px;*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
	padding-bottom: 71.64%;
}

.inx-news .news-fl .img-box img {
    width: 100%;
    transition: 0.4s all;
}

.inx-news .news-fl .text-box {
    position: relative;
    padding: 10px 10px 20px 10px;
    background: #f5f5f5;
}

.inx-news .news-fl .text-box .data {
    background: #cf0f0f;
    padding: 10px;
    font-size: 48px;
    color: #fff;
    float: left;
    width: 110px;
    text-align: center;
    position: absolute;
    bottom: 0;
}

.inx-news .news-fl .text-box .data p.day {
    font-size: 48px;
    color: #fff;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #e78787;
    transition: 0.4s all;
}

.inx-news .news-fl .text-box .data p.year {
    font-size: 16px;
}

.inx-news .news-fl .text-box .text {
    float: right;
    width: calc(100% - 130px);
    margin-left: 20px;
}

.inx-news .news-fl .text-box .text h2 {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    line-height: 42px;
}

.inx-news .news-fl .text-box .text p {
    line-height: 26px;
    color: #888;
    line-height: 24px;
    min-height: 48px;
}

.inx-news .news-fl:hover .text-box .data p.day {
    margin-bottom: 20px;
}

.inx-news .news-fl:hover .text-box .text {
    color: #cf0f0f;
}

.inx-news .news-fl:hover .text-box h2 {
    color: #c50810;
}

.inx-news .news-fl:hover .img-box img {
    transform: scale(1.1);
}

.inx-news .news-fr {
    float: right;
    width: calc(50% - 30px);
    margin-left: 30px;
}

.inx-news .news-fr ul li {
    background: #f5f5f5;
    padding: 10px;
    transition: 0.4s all;
    margin-bottom: 20px;
}

.inx-news .news-fr ul li:last-child {
    margin-bottom: 0;
}

.inx-news .news-fr ul li .data {
    background: #fff;
    padding: 10px;
    float: left;
    width: 110px;
    text-align: center;
    transition: 0.4s;
}

.inx-news .news-fr ul li .data p.day {
    font-size: 48px;
    margin-bottom: 8px;
    border-bottom: 1px solid #888;
}

.inx-news .news-fr ul li .data p.year {
    font-size: 16px;
}

.inx-news .news-fr ul li .text {
    float: right;
    width: calc(100% - 130px);
    margin-left: 20px;
}

.inx-news .news-fr ul li .text h2 {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    line-height: 42px;
    margin-top: 10px;
}

.inx-news .news-fr ul li .text p {
    color: #888;
    line-height: 24px;
    min-height: 48px;
    font-size: 15px;
}

.inx-news .news-fr ul li:hover {
    box-shadow: 0 0 10px rgba(103, 103, 103, .3);
}

.inx-news .news-fr ul li:hover .data {
    background: #c50810;
    color: #fff;
}

.inx-news .news-fr ul li:hover .data p.day {
    border-bottom: 1px solid #e78787;
}

.inx-news .news-fr ul li:hover .text h2 {
    color: #cf0f0f;
}

.inx-news .btn-more {
    display: block;
    width: 140px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    background: #cf0f0f;
    margin: 30px auto 40px;
    border: 1px solid #cf0f0f;
    transition: 0.4s;
}

.inx-news .btn-more:hover {
    background: transparent;
    color: #cf0f0f;
}

.inx-busin .btn-more {
    display: block;
    width: 140px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    background: #cf0f0f;
    margin: 30px auto 40px;
    border: 1px solid #cf0f0f;
    transition: 0.4s;
}

.inx-busin .btn-more:hover {
    background: transparent;
    color: #cf0f0f;
}


@media screen and (max-width:992px) {
    .inx-news .news-fl,
    .inx-news .news-fr {
        float: none;
        margin: 10px 0;
        width: 100%;
    }
    .inx-news .news-fr {
        margin-top: 20px;
    }
}

@media screen and (max-width:414px) {
    .inx-news .news-fl .text-box .data p.day,
    .inx-news .news-fr ul li .data p.day {
        font-size: 38px;
    }
    .inx-news .news-fl .text-box .data,
    .inx-news .news-fr ul li .data {
        width: 90px;
    }
    .inx-news .news-fl .text-box .text,
    .inx-news .news-fr ul li .text {
        width: calc(100% - 110px);
    }
    .inx-news .btn-more {
        margin: 20px auto 40px;
    }
    .inx-busin .btn-more {
        margin: 20px auto 40px;
    }
}


/* 首页新闻 结束 */


/*内页 详情 开始*/

.news_detail {
    padding: 40px 0;
}

.news_detail .content {
    padding: 2%;
    border: 1px solid #eaeaea;
    margin: 50px 0;
}

.news_detail .title {
    font-size: 30px;
    line-height: 40px;
    color: #333;
    text-align: center;
    background: none;
    border: 0;
}

.news_detail .title {
    font-size: 30px;
    line-height: 40px;
    color: #333;
    text-align: center
}

.news_detail .Abstract {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-top: 15px;
    margin-bottom: 20px;
    padding: 5px 10px;
    color: #999999;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(228, 228, 228, 1);
    background-color: rgba(252, 251, 253, 1);
}

.news_detail .text,
.news_detail .text span,
.news_detail .text p,
.news_detail .text div {
    font-size: 15px!important;
    line-height: 28px!important;
    font-family: "微软雅黑"!important;
}

.news_detail .Vice-title {
    text-align: center;
    font-size: 13px;
    margin: 20px 0;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 20px;
}

.news_detail .Vice-title .e-title {
    color: #c8c8c8;
}

.news_detail .Vice-title .e-title:nth-child(1) {
    background: url(../img/e-title.jpg)no-repeat left center;
    padding-left: 15px;
}

.news_detail .Vice-title .e-title:nth-child(2) {
    margin-left: 10px;
    display: inline-block;
}

.news_detail .Vice-title .e-title:nth-child(3) {
    margin-left: 10px;
    display: inline-block;
}

.news_detail .text img {
    display: block;
    margin: auto;
}

.news_detail span.center {
    text-align: center;
    display: block;
    font-size: 16px;
}

.news_detail .img {
    max-width: 100%
}

.news_detail .fanye {
    line-height: 30px;
    font-size: 15px;
    color: #666;
    margin-top: 30px;
}

.news_detail .fanye .prev {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news_detail .fanye .next {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news_detail .fanye a:hover {
    color: #1A583D
}

.news_detail .fanye span {
    color: #999;
}

.news_detail .detail-text {
    text-indent: 32px;
    line-height: 32px;
}

.news_detail .img-box {
    text-align: center;
}


/*内页 详情 开始*/


/* 首页留言 开始 */

.inx-mess {
    background: url(../img/mess-m1.jpg) no-repeat top;
    background-size: cover;
}

.inx-mess .tit {
    width: 15%;
    float: left;
}

.inx-mess .tit p {
    font-size: 32px;
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
}

.inx-mess .tit p em {
    color: #cf0f0f;
}

.inx-mess .tit span {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
}

.inx-mess .mess-box {
    width: calc(85% - 30px);
    margin-left: 30px;
    float: right;
}

.inx-mess .mess-box .form-box {
    padding-top: 5px;
}

.inx-mess .mess-box .form-box ul li {
    float: left;
    width: calc(20% - 20px);
    margin-left: 20px;
}

.inx-mess .mess-box .form-box ul li .form-control {
    border-radius: 4px;
    padding: 15px 20px;
    background: #fff;
    font-size: 15px;
}

.inx-mess .mess-box .form-box ul li.btn-mess {
    border-radius: 4px;
    background: #cf0f0f;
}

.inx-mess .mess-box .form-box ul li.btn-mess .btn {
    background: none;
    width: 100%;
    color: #fff;
    line-height: 30px;
}

@media screen and (max-width:1200px) {
    .inx-mess .mess-box .form-box ul li {
        width: calc(20% - 10px);
        margin-left: 10px;
    }
}

@media screen and (max-width:992px) {
    .inx-mess .tit {
        float: none;
        width: 100%;
        text-align: center;
    }
    .inx-mess .mess-box {
        float: none;
        width: 100%;
        margin-left: 0;
    }
    .inx-mess .mess-box .form-box ul li {
        width: calc(20% - 10px);
        margin: 10px 5px;
    }
}

@media screen and (max-width:768px) {
    .inx-mess .mess-box .form-box ul li {
        width: 100%;
        float: none;
        margin: 10px 0;
    }
}


/* 首页留言 结束 */


/* 底部 开始 */

.footer {
    padding: 40px 0;
    background: #241d1d;
    border-top: 6px solid #cf0f0f;
}

.footer .fot-nav {
    float: left;
    width: calc(30% - 20px);
    margin-right: 20px;
}

.footer .tit {
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
}

.footer .fot-nav .fot-nav-box a {
    display: block;
    width: 50%;
    float: left;
    font-size: 16px;
    color: #b6b6b6;
    margin-bottom: 15px;
}

.footer .fot-nav .fot-nav-box a:hover {
    color: #cf0f0f;
}

.footer .fot-add {
    float: left;
    width: calc(40% - 30px);
    margin: 0 15px;
}

.footer .fot-add .fot-add-box .box {
    float: left;
    width: calc(50% - 15px);
    font-size: 14px;
    color: #b6b6b6;
    line-height: 24px;
}

.footer .fot-add .fot-add-box .box p {
    margin-bottom: 10px;
}

.footer .fot-add .fot-add-box .box1 {
    margin-right: 15px;
}

.footer .fot-add .fot-add-box .box2 {
    margin-left: 15px;
}

.footer .fot-qr {
    width: calc(30% - 20px);
    margin-left: 20px;
    float: left;
}

.footer .fot-qr .tit {
    text-align: center;
}

.footer .fot-qr .fot-qr-box {
    text-align: center;
}

.footer .fot-qr span{ display:block; font-size: 14px; color: #b6b6b6; line-height: 2; text-align:center; }

.footer .copyRight {
    border-top: 1px solid #3a3232;
    padding: 20px 0 0;
    margin-top: 30px;
}

.footer .copyRight p {
    float: left;
    text-transform: uppercase;
    font-size: 15px;
    color: #b6b6b6;
}

.footer .copyRight a {
    float: right;
    color: #b6b6b6;
    display: block;
}

.footer .copyRight a:hover {
    color: #cf0f0f;
}

@media screen and (max-width:992px) {
    .footer .fot-nav {
        width: 30%;
        margin: 0;
    }
    .footer .fot-add {
        width: calc(50% - 40px);
        margin: 0 20px;
    }
    .footer .fot-qr {
        width: 20%;
        margin: 0;
    }
}

@media screen and (max-width:768px) {
    .footer .fot-nav,
    .footer .fot-add,
    .footer .fot-qr {
        width: 100%;
        margin: 10px 0;
    }
    .footer .fot-qr .tit {
        text-align: left;
    }
	.footer .fot-qr span,
    .footer .fot-qr .fot-qr-box {
        text-align: left;
    }
    .footer .fot-add .fot-add-box .box {
        width: 100%;
        margin: 10px 0;
    }
}


/* 底部 开始 */


/* 内页banner 开始 */

.nbanner-box {
    position: relative;
    overflow: hidden;
    margin-top: 100px;
}

.nbanner-box .box {
    position: absolute;
    left: 50%;
    margin-left: -960px;
    width: 1920px;
}

.nbanner-box .tit {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 48px;
    color: #74111d;
    text-transform: uppercase;
    font-weight: bold;
}

@media screen and (max-width:1200px) {
    .nbanner-box {
        margin-top: 80px;
    }
}

@media screen and (max-width:768px) {
    .nbanner-box .tit {
        font-size: 36px;
    }
}

@media screen and (max-width:640px) {
    .nbanner-box .tit {
        font-size: 30px;
    }
}

@media screen and (max-width:440px) {
    .nbanner-box .tit {
        font-size: 24px;
    }
}

@media screen and (max-width:414px) {
    .nbanner-box {
        margin-top: 70px;
    }
}


/* 内页banner 结束 */


/*分页 开始*/

.pager {
    text-align: center;
    margin-top: 40px;
    background: #eee;
    padding: 20px 0;
}

.pager a {
    display: inline-block;
    /* border:1px solid #cf0f0f;*/
    padding: 5px 10px;
    margin: 0 4px;
}

.pager strong {
    display: inline-block;
    border: 1px solid #e7212e;
    padding: 5px 10px;
    margin: 0 4px;
}

.pager a:hover,
.pager strong {
    background: #e7212e;
    color: #fff;
}


/*分页 结束*/


/* .Menu */

.sub-menu {
    border-bottom: 1px solid #e6e6e6;
}

.Menu header {
    margin-top: -7.2%;
}

.Menu header h1 {
    margin: 0;
    display: inline-block;
    border-radius: 5px 5px 0 0;
    padding: 20px 10% 20px 18px;
    background: url(../images/Menu000706-icon.png) no-repeat 95% center #cf0f0f;
    color: #fff;
    font-weight: normal;
    font-size: 24px;
}

.Menu header h1 span {
    opacity: 0.3;
    display: block;
    font-size: 12px;
    text-transform: uppercase;
}

.Menu nav {
    position: relative;
}

.Menu nav dl {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -12px;
    background: url(../img/icon-map.png) no-repeat left center;
    padding-left: 25px;
    color: #999;
    line-height: 24px;
    font-size: 14px;
}

.Menu nav dl a {
    color: #999;
}

.Menu nav dl span,
.Menu nav dl a:hover {
    color: #cf0f0f;
}

.Menu nav li a {
    display: block;
    font-size: 16px;
    padding: 18px 0;
}

@media(min-width:769px) {
    .Menu nav ol {
        display: none;
    }
    .Menu nav ul {
        display: block !important;
    }
    .Menu nav li {
        float: left;
        padding: 0 2%;
    }
    .Menu nav li a:hover,
    .Menu nav li a.aon {
        color: #cf0f0f;
        border-bottom: 3px solid #cf0f0f;
    }
}

@media(max-width:1000px) {
    .Menu nav dl {
        display: none;
    }
    .Menu header {
        position: relative;
        z-index: 5;
    }
    .Menu header h1 {
        display: block;
        padding-right: 0;
    }
}

@media(max-width:768px) {
    .Menu nav {
        position: relative;
    }
    .Menu nav ol {
        border-top: 1px solid #e6e6e6;
        margin-top: 2%;
        padding: 10px 0;
    }
    .Menu nav ol span {
        display: block;
        background-color: #cf0f0f;
        padding: 5px;
        border-radius: 3px;
    }
    .Menu nav ol a {
        display: block;
        background-color: #fff;
        color: #333;
        border-radius: 5px;
        line-height: 40px;
        padding: 0 10px;
        position: relative;
        font-size: 16px;
    }
    .Menu nav ol a::before {
        position: absolute;
        content: '';
        right: 5px;
        top: 50%;
        margin-top: -3px;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid #cf0f0f;
    }
    .Menu nav ul {
        position: absolute;
        width: 100%;
        top: 56px;
        left: 0;
        background-color: #cf0f0f;
        padding: 5px;
        border-radius: 0 0 5px 5px;
        display: none;
        z-index: 1000
    }
    .Menu nav li {
        background-color: #fff;
        border-bottom: 1px solid #cf0f0f;
        border-radius: 5px;
    }
    .Menu nav li a {
        padding: 0 2%;
        line-height: 40px;
    }
    .Menu nav li a:hover {
        color: #cf0f0f;
    }
    .Menu header h1 {
        padding: 10px 10% 10px 18px;
    }
    .Menu header h1 {
        font-size: 20px;
    }
}


/*menu*/


/*tit*/

.container {
    padding-top: 40px;
}

.tit img {
    display: block;
    margin: 0 auto;
}

.tit .tit-line {
    width: 50px;
    height: 3px;
    background: #cf0f0f;
    margin: 10px auto 0;
}

.con-tit {
    margin: 0 0 30px;
}

.con-tit h2 {
    font-size: 30px;
    text-align: center;
    position: relative;
    letter-spacing: 1px;
    font-weight: bold;
}

.con-tit.color-1a h2 {
    color: #cf0f0f;
}

.con-tit span {
    display: block;
    margin-top: 20px;
    line-height: 20px;
    text-align: center;
    color: #cf0f0f;
    text-transform: uppercase;
}

.con-tit h2:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 2px;
    bottom: -10px;
    background: #ddd;
    left: calc(50% - 20px);
}

.con-tit p {
    text-align: center;
    margin-top: 20px;
    font-size: 20px;
}

@media screen and (max-width:640px) {
    .con-tit h2 {
        font-size: 26px;
    }
}


/*tit*/


/* 内容关于我们 开始*/


/*三列*/

.list-s4 ul li {
    width: calc(100% / 3 - 40px);
    margin: 0 20px;
    box-sizing: border-box;
    float: left;
    position: relative;
    margin-bottom: 20px;
}

@media only screen and (max-width:768px) {
    .list-s4 ul li {
        width: calc(50% - 40px);
    }
}

@media only screen and (max-width:640px) {
    .list-s4 ul li {
        width: 100%;
        margin: 0 0 20px;
    }
}

.list-s3 ul li {
    width: calc(25% - 60px);
    margin: 0 30px;
    box-sizing: border-box;
    float: left;
    position: relative;
    margin-bottom: 20px;
    padding: 4px;
    background: #fff;
}

@media only screen and (max-width:768px) {
    .list-s4 ul li {
        width: calc(50% - 40px);
    }
}

@media only screen and (max-width:640px) {
    .list-s4 ul li {
        width: 100%;
        margin: 0 0 20px;
    }
}


/*四列*/

.xinanyuan-con {
    margin-top: 30px;
}

.xinanyuan-con>p {
    text-indent: 32px;
    line-height: 28px;
    margin-bottom: 20px;
}

.jianjie-num ul {
    box-shadow: 0px 5px 0px rgba(153, 153, 153, .3);
    margin-bottom: 20px;
}

.jianjie-num ul li {
    text-align: center;
}

.jianjie-num ul li:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    top: 0;
    background: #dcdcdc;
    right: 0;
}

.jianjie-num ul li:nth-child(4)::after {
    content: '';
    position: absolute;
    width: 0px;
}

.jianjie-num ul li span {
    font-size: 48px;
    font-family: 'solid';
    margin-right: 6px;
    color: #4a6f05;
}

.jianjie-num ul li i {
    font-size: 16px;
    color: #4a6f05;
}

.jianjie-num ul li p {
    margin: 0 10px;
}

.jianjie-img ul li:nth-child(2) {
    margin-top: 40px;
}

.jianjie-bg {
    background: url(../img/abo-m4.png) no-repeat center;
    background-attachment: fixed;
    padding: 40px;
    min-height: 200px;
    color: #fff;
    text-indent: 32px;
    line-height: 28px;
}

.jianjie-last h2 {
    font-size: 20px;
    color: #333;
    font-weight: bold;
    margin-bottom: 20px;
    color: #fff;
}

.abo-box1 .abo-box-ul ul {
    width: 80%;
    margin: 20px auto;
}

.abo-box1 .abo-box-ul ul li {
    float: left;
    width: calc(25% - 20px);
    margin: 30px 10px;
    border-right: 1px solid #e7e7e7;
}

.abo-box1 .abo-box-ul ul li:last-child {
    border-right: 0;
}

.abo-box1 .abo-box-ul ul li h3 {
    text-align: center;
}

.abo-box1 .abo-box-ul ul li h3 span {
    color: #cf0f0f;
    font-size: 32px;
    margin-bottom: 10px;
    font-family: 'bebas';
}

.abo-box1 .abo-box-ul ul li h3 i {
    color: #cf0f0f;
    font-size: 32px;
}

.abo-box1 .abo-box-ul ul li p {
    font-size: 16px;
    color: #666;
    text-align: center;
    margin-top: 10px;
}

@media only screen and (max-width:768px) {
    .tuandui-con ul li p {
        background: #1a583d;
        color: #FFFFFF;
    }
    .jianjie-num ul li:nth-child(2n)::after {
        content: '';
        position: absolute;
        width: 0px;
    }
    .jianjie-num ul li {
        width: calc(50% - 40px);
    }
    .jianjie-img ul li {
        margin-top: 0px !important;
    }
    .jianjie-img ul li {
        width: calc(50% - 20px);
        margin: 0 10px 20px;
    }
}

@media only screen and (max-width:640px) {
    .jianjie-num ul li {
        width: 50% !important;
    }
    .jianjie-img ul li {
        margin-top: 0px !important;
    }
    .jianjie-img ul li {
        width: calc(50% - 20px);
        margin: 0 10px 20px;
    }
}

@media only screen and (max-width:414px) {
    .jianjie-img ul li {
        width: 100%;
       margin: 10px auto;
    text-align: center;
    }
    .jianjie-img ul li img {
        width: 50%;
    }
}

@media screen and (max-width:992px) {
    .abo-box1 .abo-box-ul ul {
        width: 100%;
    }
}

@media screen and (max-width:800px) {
    .abo-box1 .abo-box-ul ul li {
        width: calc(50% - 20px);
    }
}

@media screen and (max-width:640px) {
    .abo-box2 .abo-box2-ul ul li {
        width: calc(50% - 20px);
    }
}

@media screen and (max-width:414px) {
    .abo-box1 .abo-box-ul ul li {
        width: calc(50% - 20px);
    }
}

@media screen and (max-width:414px) {
    .abo-box1 .abo-box-ul ul li {
        width: 100%;
    }
}


/* 内容关于我们 结束*/


/* 内容荣誉证书 开始*/

.hon-box2 ul li {
    float: left;
    width: calc(25% - 20px);
    margin: 10px;
    border: 1px solid #e7e7e7;
    padding: 10px 10px 0 10px;
    box-sizing: border-box;
}

.hon-box2 ul li .img-box {
    overflow: hidden;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
    margin-bottom: 20px;
}

.hon-box2 ul li .img-box img {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    transition: 0.4s;
}

.hon-box2 ul li:hover .img-box img {
    transform: scale(1.05);
}

.hon-box2 ul li p {
    line-height: 52px;
    text-align: center;
    color: #666;
    border-top: 1px solid #e7e7e7;
    position: relative;
}

.hon-box2 ul li p:before {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    background: #cf0f0f;
    left: 0;
    top: 0;
}

.hon-box2 ul li:hover p {
    color: #cf0f0f;
}

.hon-box2 ul li:hover {
    border-color: #cf0f0f;
}

.hon-box2 ul li {
    position: relative;
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
}

.hon-box2 ul li:before,
.hon-box2 ul li:after {
    content: "";
    opacity: 0;
    z-index: 3;
    position: absolute;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.hon-box2 ul li:before {
    top: 0px;
    left: 0px;
    right: 100%;
    bottom: 100%;
    border-top: 1px solid;
    border-left: 1px solid;
}

.hon-box2 ul li:after {
    left: 100%;
    top: 100%;
    bottom: 0px;
    right: 0px;
    border-bottom: 1px solid;
    border-right: 1px solid;
}

.hon-box2 ul li:hover::before {
    opacity: 1;
    bottom: 0;
    right: 0px;
    border-color: #cf0f0f;
}

.hon-box2 ul li:hover::after {
    opacity: 1;
    top: 0px;
    left: 0px;
    border-color: #cf0f0f;
}

.hon-box2 ul li:hover {
    border-color: transparent;
}

.hon-box2 ul li a {
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

@media screen and (max-width:768px) {
    .hon-box2 ul li {
        width: calc(50% - 20px);
    }
}

@media screen and (max-width:640px) {
    .hon-box2 ul li {
        width: 100%;
        margin: 10px 0;
    }
}


/* 内容荣誉证书 结束*/


/* 内容组织架构 开始 */

.con-bg1 {
    background: url(../img/frame-m2.jpg) no-repeat bottom;
}

/*.frame img {
    display: block;
    margin: 5px auto;
}*/
.frame { line-height: 1.75; }
.frame p{ margin-bottom: 15px; }


/* 内容组织架构 结束 */


/* 内容文化 开始 */

.culture img {
    display: block;
    margin: 5px auto;
}


/* 内容文化 结束 */


/* 内容案例 开始 */

.case-con ul li {
    float: left;
    width: calc(50% - 30px);
    margin: 25px 15px;
}

.case-con ul li .box {
    background: #fff;
    box-shadow: 0 7px 30px rgba(112, 112, 112, 0.2);
    position: relative;
    padding: 0 10px;
}

.case-con ul li .box::after {
    content: '';
    position: absolute;
    width: 63px;
    height: 63px;
    background: url(../img/sprite.png) no-repeat;
    background-position: -2px -230px;
    right: 0;
    bottom: 0;
}

.case-con ul li .box:hover::after {
    content: '';
    background-position: -80px -230px;
}

.case-con ul li .box .img-box {
    float: left;
    width: 70%;
    position: relative;
    bottom: 25px;
    overflow: hidden;
}

.case-con ul li .box .img-box img {
    transition: 0.4s all;
    width: 100%;
}

.case-con ul li .box:hover .img-box img {
    transform: scale(1.1);
}

.case-con ul li .box .text-box {
    float: left;
    width: calc(30% - 15px);
    margin-left: 15px;
}

.case-con ul li .box .text-box h2 {
    margin-top: 15px;
    color: #333;
    font-size: 16px;
    font-weight: bold;
}

.case-con ul li .box:hover .text-box h2 {
    color: #cf0f0f;
}

.case-con ul li .box .text-box span {
    display: block;
    background: url(../img/line.png) no-repeat left;
    height: 4px;
    margin: 10px 0;
}

.case-con ul li .box .text-box p {
    font-size: 14px;
    line-height: 24px;
    min-height: 48px;
    color: #666;
}

.case-con ul li .box .text-box i {
    display: block;
    width: 38px;
    height: 38px;
    overflow: hidden;
    background: url(../img/jia.png) no-repeat;
    background-position: 0 0;
    transition: 0.4s all;
    margin-top: 20px;
}

.case-con ul li .box:hover .text-box i {
    background-position: 0 -39px;
}

.case-con ul li .case-btn {
    width: 30%;
    position: relative;
    height: 60px;
    margin-top: 40px;
    text-align: center;
    left: 50%;
    transform: translate(-50%);
}

@media screen and (max-width:768px) {
    .case-con ul li {
        width: 100%;
        margin: 10px 0;
    }
}

@media screen and (max-width:414px) {
    .case-con ul li .box {
        padding: 10px;
    }
    .case-con ul li .box .img-box {
        position: static;
        width: 100%;
        float: none;
    }
    .case-con ul li .box .text-box {
        float: none;
        width: 100%;
        margin-left: 0;
    }
}


/* 内容案例 结束 */


/* 内容新闻 开始 */

.news_list ol {
    background-color: #fafafa;
    margin-bottom: 2%;
    position: relative;
    padding-left: 36.25%;
}

.news_list ol .Ispic {
    width: 36.25%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.news_list ol .Ispic img {
    display: none;
}

.news_list ol div {
    padding: 5% 10% 3% 5%;
}

.news_list ol h3 a {
    color: #e50012;
}

.news_list ol h3 a:hover {
    color: #e50012;
}

.news_list ol time {
    display: block;
    padding: 3% 0;
}

.news_list ol p {
    margin: 0 0 3% 0;
    height: 78px;
}

.news_list ol span a {
    display: inline-block;
    width: 130px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #e50012;
    font-size: 12px;
    border: 1px solid #e50012;
    transition: all 0.5s;
}

.news_list ol span a:hover {
    background: none;
    color: #e50012;
}

.news_list li {
    overflow: hidden;
    position: relative;
    margin-bottom: 2%;
    background-color: #f4f4f4;
    transition: .5s;
    padding: 15px 58px 15px 160px;
}

.news_list li:after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 58px;
    height: 100%;
    background: url(../img/icon-xiangyou2.png) no-repeat center;
    background-size: contain;
    border-left: 1px solid #ddd;
}

.news_list li h3 a:hover {
    color: #e50012;
}

.news_list li div {
    border-left: 1px solid #ededed;
    padding: 2% 3%;
}

.news_list li time {
    position: absolute;
    left: 0;
    top: 0;
    width: 160px;
    height: 100%;
}

.news_list li time span {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #b2b2b2;
    font-size: 16px;
}

.news_list li time i {
    font-style: normal;
    font-size: 50px;
    color: #999;
    display: block;
    font-family: "Courier New", Courier, monospace;
    line-height: 40px;
}

.news_list li time i:after {
    display: block;
    content: '';
    margin: 5px auto;
    height: 1px;
    width: 50%;
    max-width: 66px;
    background: #dfdfdf;
}

.news_list li div p {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #999;
    font-size: 15px;
    margin-top: 10px;
}

.news_list li:hover {
    background: #fff;
    box-shadow: 0 0 20px #ddd;
}

.news_list li:hover::after {
    background: url(../img/icon-xiangyou3.png) no-repeat center;
    background-size: contain;
    border-left: 1px solid #e50012;
}

.news_list li:hover time i {
    color: #e50012;
}

@media(max-width:1000px) {
    .news_list li {
        padding-left: 100px;
        padding-right: 30px;
    }
    .news_list li:after {
        width: 30px;
        background-size: 35% auto;
    }
    .news_list li time {
        width: 100px;
    }
    .news_list li time span {
        font-size: 14px;
    }
    .news_list li time i {
        font-size: 40px;
        line-height: 30px;
    }
}

@media(max-width:640px) {
    .news_list ol {
        padding-left: 0;
    }
    .news_list ol .Ispic {
        width: auto;
        position: relative;
        height: auto;
        display: block;
        padding-bottom: 60%;
    }
    .news_list ol div {
        padding: 3%;
    }
}

@media(max-width:480px) {
    .news_list li {
        padding-left: 80px;
        padding-right: 0;
    }
    .news_list li:after {
        display: none;
    }
    .news_list li time {
        width: 80px;
    }
    .news_list li time i {
        font-size: 30px;
    }
    .news_list h3 {
        font-size: 16px;
    }
    .news_list p {
        font-size: 12px;
        line-height: 20px;
        overflow: hidden;
        height: 40px;
    }
    .news_list ol p {
        height: 60px;
    }
}


/* 内容新闻 结束 */


/* 优势2 开始 */

.adv-con {
    margin-top: 40px;
}

.con-ser {
    padding-bottom: 80px;
    /* background: url(../img/ser-m4.jpg) no-repeat bottom;*/
}

.con-ser .tit-box {
    text-align: left;
    padding: 30px 0;
    border-bottom: 1px solid #deecec;
    margin-bottom: 10px;
}

.con-ser .tit-box h2 {
    font-size: 36px;
    color: #222;
    font-weight: bold;
    padding-left: 0;
    font-family: 'Microsoft YaHei';
}

.con-ser .tit-box h3 {
    font-size: 24px;
    color: #e7212e;
    font-weight: bold;
}

.con-ser .ser-box .ser-tit {
    margin-bottom: 10px;
}

.con-ser .ser-box .ser-tit h2 span {
    font-size: 15px;
    text-transform: uppercase;
    color: #666;
    display: inline-block;
    margin-left: 10px;
}

.con-ser .ser-box .ser-tit.tit1 {
    padding-bottom: 10px;
    background: url(../img/ser-m1.png) no-repeat left bottom;
}

.con-ser .ser-box .ser-tit.tit2 {
    padding-bottom: 10px;
    background: url(../img/ser-m2.png) no-repeat left bottom;
}

.con-ser .ser-box .ser-tit.tit3 {
    padding-bottom: 10px;
    background: url(../img/ser-m3.png) no-repeat left bottom;
}

.con-ser .ser-box .ser-tit h2 {
    font-size: 26px;
    color: #333;
    color: #e7212e;
    position: relative;
}

.con-ser .ser-box .ser-text {
    margin-bottom: 30px;
    border-bottom: 1px dashed #853333;
    padding-bottom: 20px;
}

.con-ser .ser-box .ser-text p {
    font-size: 16px;
    color: #333;
    line-height: 32px;
}

.con-ser .ser-box .ser-tit h2::before {
    content: '';
    position: absolute;
    width: 12%;
    height: 8px;
    background: #d8c7c7;
    left: 0;
    bottom: 0;
    z-index: -1;
}

@media screen and (max-width:768px) {
    .con-ser .ser-box .ser-tit h2 {
        font-size: 30px;
    }
}

@media screen and (max-width:640px) {
    .con-ser .tit-box h2 {
        font-size: 28px;
    }
    .con-ser .tit-box h3 {
        font-size: 18px;
    }
    .con-ser .ser-box .ser-tit h2 {
        font-size: 24px;
    }
    .con-ser .ser-box .ser-tit h2 span {
        display: block;
    }
}


/* 优势2 结束 */


/* 联系方式 开始 */

.contact-box .tit-box h2 {
    font-size: 36px;
    color: #222;
    font-weight: bold;
    padding-left: 0;
    font-family: 'Microsoft YaHei';
}

.contact-box .tit-box h3 {
    font-size: 24px;
    color: #e7212e;
    font-weight: bold;
}

.contact-box {
    padding: 40px 0;
}

.contact-box .con-text {
    float: left;
    width: 40%;
    margin-top: 50px;
}

.contact-box .con-text .con-logo {
    margin-bottom: 30px;
}

.contact-box .con-text h2 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #cf0f0f;
}

.contact-box .con-text p {
    padding-left: 30px;
    line-height: 32px;
    margin-bottom: 15px;
}

.contact-box .con-text .tel {
    background: url(../img/icon-tel2.png) no-repeat left 10px;
}

.contact-box .con-text .add {
    background: url(../img/icon-add2.png) no-repeat left 10px;
}

.contact-box .con-text .tel2 {
    background: url(../img/icon-tel3.png) no-repeat left 10px;
}

.contact-box .con-text .web {
    background: url(../img/icon-web.png) no-repeat left 10px;
}

.contact-box .con-text .eml {
    background: url(../img/icon-eml.png) no-repeat left 10px;
}

.contact-box .con-map {
    float: right;
    width: calc(60% - 40px);
    margin-left: 40px;
}

.contact-box .con-map .map {
    border: 1px solid #edecec;
    padding: 10px;
    background: #fff;
}

@media screen and (max-width:768px) {
    .contact-box .con-text {
        width: 100%;
        margin-top: 0;
    }
    .contact-box .con-map {
        width: 100%;
        margin: 15px 0 0;
    }
}


/* 联系方式 结束 */


/* 内容 在线留言 开始 */

.con-message .tit-box {
    padding-top: 0;
    margin-bottom: 30px;
}

.con-contact .tit {
    text-align: center;
    font-size: 30px;
    color: #313131;
    line-height: 1;
    margin-bottom: 25px;
}

.con-contact .info {
    text-align: center;
    font-size: 14px;
    color: #898989;
    line-height: 1;
    margin-bottom: 15px;
    line-height: 26px;
}

.con-contact .line {
    display: block;
    margin: 0 auto 20px;
    width: 27px;
    height: 1px;
    background: #c6c6c6;
}

.con-contact .form {
    margin: 0 auto;
}

.con-contact .form input {
    border: 1px solid #d5d5d5;
    font-size: 14px;
}

.con-contact .name {
    background: transparent url("../img/i_form_ico1.png") no-repeat right 0;
}

.con-contact .phone {
    background: transparent url("../img/i_form_ico2.png") no-repeat right 0;
}

.con-contact .email {
    background: transparent url("../img/i_form_ico3.png") no-repeat right 0;
}

.con-contact .line1 {
    width: 100%;
    height: 48px;
    line-height: 48px;
    padding: 0 46px 0 13px;
    float: left;
}

.con-contact .form textarea {
    width: 100%;
    border: 1px solid #d5d5d5;
    padding: 10px 40px 10px 13px;
    height: 149px;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 20px;
    background: transparent url("/img/i_form_ico4.png") no-repeat right top;
    margin-top: 25px;
}

.con-contact .form .btns_list {
    text-align: center;
}

.con-contact .form .btns_list button {
    position: relative;
    width: 49%;
    height: 45px;
    border: none;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}

.con-contact .form .btns_list .submit {
    background-color: #848484;
    border-radius: 0;
    float: left;
}

.con-contact .form .btns_list .submit:hover {
    background-color: #e50012;
}

.con-contact .form .btns_list .reset {
    background-color: #848484;
    border-radius: 0;
    float: right;
}

.con-contact .form .btns_list .reset:hover {
    background-color: #e50012;
}

.con-contact .form_cb .span-4 {
    position: relative;
}

.con-contact .form_cb .span-4 span {
    position: absolute;
    right: 45px;
    top: 15px;
}

.con-contact .form .btns_list {
    width: 100%;
}

.con-contact .form .btns_list {
    text-align: center;
}

.con-contact .form_cb .span-4 {
    position: relative;
}

.row>.span-4 {
    width: 32%;
    margin-right: 2%;
    float: left;
}

.row>.span-4:nth-child(3) {
    margin-right: 0%;
}

@media(max-width:640px) {
    .row>.span-4 {
        width: 100%;
        margin-right: 0;
        float: none;
        margin-bottom: 20px;
        display: block;
        line-height: 48px;
        height: 48px;
    }
    .con-contact .form textarea {
        margin-top: 0px;
    }
}

@media screen and (max-width:1024px) {
    .major-detail-con .major-det-fr .top-tit .contact-list ul li {
        width: calc(100% / 3 - 30px);
    }
}

@media screen and (max-width:768px) {
    .major-detail-con .major-det-fr {
        width: calc(75% - 30px);
        margin-left: 30px;
    }
    .major-detail-con .major-det-fr .top-tit .contact-list ul li {
        width: calc(50% - 30px);
    }
    .major-detail-con .row>.span-4 {
        width: 100%;
        margin-bottom: 10px;
    }
    .major-detail-con .con-contact .form textarea {
        margin-top: 0;
    }
}

@media screen and (max-width:414px) {
    .major-detail-con .major-det-fl {
        float: left;
        width: 100%;
        float: none;
        margin-bottom: 20px;
        text-align: center;
    }
    .major-detail-con .major-det-fl .img-box {
        text-align: center;
        width: 60%;
        margin: 0 auto;
    }
    .major-detail-con .major-det-fl .top-tit .contact-list ul li {
        width: 100%;
        margin: 10px 0;
    }
    .major-detail-con .major-det-fr {
        float: left;
        width: 100%;
        margin-left: 0;
        float: none;
    }
}


/* 内容在线留言 结束 */


/* 艺术家 开始 */

.art-box ul li .img-box {
    width: calc(35% - 40px);
    margin: 20px;
    float: left;
    overflow: hidden;
}

.art-box ul li .img-box img {
    width: 100%;
    transition: 0.4s all;
}

.art-box ul li:hover .img-box img {
    transform: scale(1.1);
}

.art-box ul li .text-box .btn-more {
    display: block;
    width: 140px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    background: #cf0f0f;
    margin: 30px 0 40px;
    border: 1px solid #cf0f0f;
    transition: 0.4s;
}

.art-box ul li .text-box .btn-more:hover {
    background: transparent;
    color: #cf0f0f;
}

.art-box ul li .text-box {
    float: left;
    width: calc(65% - 40px);
    margin: 20px;
}

.art-box ul li .text-box h2 {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin: 40px 0 30px;
    position: relative;
    padding-left: 20px;
}

.art-box ul li .text-box h2::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border: 2px solid #cf0f0f;
    border-radius: 10px;
    left: 0;
    top: 5px;
}

.art-box ul li .text-box span {
    color: #cf0f0f;
}

.art-box ul li .text-box p {
    font-size: 16px;
    line-height: 32px;
    color: #333;
    position: relative;
    padding-left: 20px;
}

.art-box ul li .text-box p::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    border: 2px solid #cf0f0f;
    border-radius: 10px;
    left: 0;
    top: 10px;
}

.art-box ul li .text-box p span {
    display: -webkit-box;
    color: #666;
}

@media screen and (max-width:768px) {
    .art-box ul li .img-box {
        float: none;
        width: 100%;
        margin: 10px 0;
    }
    .art-box ul li .text-box {
        float: none;
        width: 100%;
        margin: 10px 0;
    }
}
/* 艺术家 结束 */


/*人才招聘*/
.con-join .accordion {
    margin: 0px auto 20px;
    background: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.con-join .accordion .link {
    background: #eee;
    cursor: pointer;
    display: block;
    padding: 15px 15px 15px 42px;
    color: #4d4d4d;
    font-size: 18px;
    line-height: 18px;
    font-weight: 700;
    border-bottom: 1px solid rgb(221, 221, 221);
    position: relative;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.con-join .accordion li:last-child .link {
    border-bottom: 0
}

.con-join .accordion li i {
    position: absolute;
    top: 16px;
    left: 12px;
    font-size: 18px;
    color: #595959;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}

.con-join .accordion li.open i.fa-chevron-down {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.con-join .accordion li.open i {
    color: #cf0f0f;
}

.con-join .accordion li i.fa-chevron-down {
    right: 12px;
    left: auto;
    font-size: 16px;
}

.con-join .submenu {
    display: none;
    background: #fff;
    font-size: 14px;
    padding: 20px 30px;
}

.con-join .submenu ul li {
    display: flex;
    align-items: center;
    line-height: 32px;
    margin-bottom: 20px;
    font-size: 16px;
    width: calc(100% - 20px);
    margin: 10px 0;
}

.con-join .submenu ul li span {
    color: #666;
    padding-left: 20px;
}

.con-join .join-yaoqiu {
    padding-top: 30px;
    border-top: 1px solid #eee;
}

.con-join .join-yaoqiu .join-tit {
    font-size: 22px;
    margin-bottom: 20px;
}

.con-join .join-yaoqiu .join-yaoqiu-text {
    line-height: 32px;
    font-size: 16px;
    color: #666;
    font-weight: 400;
    margin-bottom: 10px;
}

.con-join .btn-more {
     display: block;
     width: 120px;
     line-height: 48px;
     text-align: center;
     background: #cf0f0f;
     color: #fff;
     margin-top: 15px;
     border-radius: 6px;
     border: 1px solid #cf0f0f;
 }
 
 .con-join .btn-more:hover {
     border: 1px solid #cf0f0f;
     color: #cf0f0f;
     background: #fff;
 }
 

/*人才招聘*/

/* 内容 招聘信息填写 开始 */
 
 .recruit-detail-box {
     margin: 30px 0;
 }
 
 .recruit-detail-box h2 {
     font-size: 24px;
     text-align: center;
     margin-bottom: 30px;
 }
 
 .recruit-detail-box .input-box {
     width: 50%;
     float: left;
     margin-bottom: 20px;
 }
 
 .recruit-detail-box .input-box.resume {
     width: 100%;
 }
 
 .recruit-detail-box .input-box.resume .txt {
     width: 10.4%;
     text-align: right;
 }
 
 .recruit-detail-box .input-box.resume textarea {
     margin-left: 1.1%;
     width: 85%;
     height: 200px;
     padding: 10px 1.5%;
     float: left;
     border: none;
     outline: none;
     box-shadow: none;
     -webkit-appearance: none;
     border-radius: 0;
     padding: 10px 2.5%;
     height: 20px;
     border: 1px solid #ddd;
     font-size: 12px;
     resize: none;
     width: 75%;
     height: 100px;
     box-sizing: content-box;
 }
 
 .recruit-detail-box .input-box .txt {
     width: 25%;
     text-align: right;
     float: left;
     width: 20%;
     text-align: right;
     font-size: 14px;
     line-height: 42px;
 }
 
 .recruit-detail-box .input-box input[type=text],
 .recruit-detail-box .input-box select {
     float: left;
     width: 60%;
     border: none;
     outline: none;
     box-shadow: none;
     -webkit-appearance: none;
     border-radius: 0;
     margin-left: 3%;
     padding: 10px 2.5%;
     height: 42px;
     border: 1px solid #ddd;
     font-size: 14px;
 }
 
 .recruit-detail-box .input-box .red {
     line-height: 42px;
     padding-left: 10px;
     color: red;
 }
 
 .recruit-detail-box .input-box.btn-box {
     width: 100%;
 }
 
 .recruit-detail-box .input-box .btns input {
     display: block;
     width: 120px;
     line-height: 48px;
     color: #fff;
     background-color: #cf0f0f;
     border-radius: 6px;
     border: 1px solid #cf0f0f;
     margin: 0 auto;
 }
 /* 内容 招聘信息填写 结束 */


/*三级栏目修改*/
.category-list ul{margin-bottom:30px; text-align:center;}
.category-list ul li{width:160px; display:inline-block; text-align:center; border:1px solid #ddd; margin:10px;}
.category-list ul li a.on,
.category-list ul li:hover a{background:#cf0f0f;color:#fff;}
.category-list ul li a{display:block; padding:15px 0; font-size:15px;}
@media screen and (max-width:768px) {
.category-list ul{text-align:left;}
}
@media screen and (max-width:414px) {
.category-list ul li{width:calc(50% - 24px);}
}