@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}
ul, li, form, dl, dt, dd, div, ul, li, p, em, i, address {
    font-style: normal;
    list-style: none;
    padding: 0px;
    margin: 0px;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.tl {
    text-align: left !important;
}
.tr {
    text-align: right;
}
.tc {
    text-align: center !important;
}
.hide {
    display: none;
}
.block {
    display: block;
}
.clear {
    clear: both;
}
.clearfix:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
.relative {
    position: relative;
}
.bodyon {
    overflow: hidden;
}
.nones {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    top: 0;
}
.table {
    display: table;
    width: 100%;
    border-collapse: collapse;
}
.table-tr {
    display: table-row;
}
.table-th {
    display: table-cell;
    height: 100%;
    border: 1px solid gray;
    text-align: center;
    vertical-align: middle;
}
.table .cell {
    display: table-cell;
    vertical-align: middle;
}
@-webkit-keyframes icon-bounce {
    0%, 100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}
@-moz-keyframes icon-bounce {
    0%, 100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}
@-o-keyframes icon-bounce {
    0%, 100% {
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    25% {
        -moz-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    50% {
        -moz-transform: rotate(-15deg);
        -ms-transform: rotate(-15deg);
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    75% {
        -moz-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    85% {
        -moz-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
}
/*单行文本省略号*/
.dot {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.dot2, .dot3, .dot4 {
    display: -webkit-box;
    display: box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
}
.dot2 {
    -webkit-line-clamp: 2;
}
/*多行文本省略号*/
.dot3 {
    -webkit-line-clamp: 3;
}
.dot4 {
    -webkit-line-clamp: 4;
}
/*input字体*/
:-moz-placeholder {
    color: #999999;
}
::-moz-placeholder {
    color: #999999;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #999999;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #999999;
}
select {
    /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
    border: solid 1px #d9d9d9;
    text-indent: 1em;
    /*很关键：将默认的select选择框样式清除*/
    appearance: none;
    color: #999999;
    -moz-appearance: none;
    -webkit-appearance: none;
    /*在选择框的最右侧中间显示小箭头图片*/
    background: url(../images/selectarr.png) no-repeat scroll 95% center transparent;
    /*为下拉小箭头留出一点位置，避免被文字覆盖*/
    padding-right: 14px;
}
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
    display: none;
}
/*effict*/
.Scale-img {
    overflow: hidden;
    zoom: 1;
    overflow: hidden;
}
.Scale-img img, .Scale-img span {
    opacity: 1;
    -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
    transition: opacity 0.6s, transform 0.6s;
}
.Scale-img:hover img, .Scale-img:hover span {
    opacity: 1;
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
    top: 0px;
    left: 0px;
}
.effict {
    transition: all ease 0.3s;
}
.imgbox {
    overflow: hidden;
    position: relative;
    /*background:url(../uploadfiles/nopic.jpg) center center no-repeat; background-size:contain;*/
}
.imgbox span {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s;
    -webkit-transition: all .3s;
}
.imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.item:hover .imgbox span {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.ico {
    display: flex;
    vertical-align: middle;
    position: relative;
    align-items: center;
    justify-content: center;
    margin: 0px auto;
}
.ico .i1, .ico .i2 {
    position: absolute;
    z-index: 100;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.ico .i1 {
    transition: 400ms;
}
.ico .i2 {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    filter: alpha(opacity=0);
    transition: 500ms;
}
.li:hover .ico .i2, .li.on .ico .i2 {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
}
.li:hover .ico .i1, .li.on .ico .i1 {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.w1440 {
    max-width: 75%;
    /*max-width: 1440px;*/
    margin: 0 auto;
}
@media (max-width:1024px) {
.w1440 { max-width:92%;}
}
.pd120 {
    padding: 6% 0;
}
.pd100 {
    padding: 5% 0;
}
.pdo100 {
    padding: 5% 0 0 0;
}
/*pages*/
.Pages {
    clear: both;
    text-align: center;
    padding-top: 3%;
    font-size: 16px;
    line-height: 45px;
}
.Pages a {
    display: inline-block;
    vertical-align: middle;
    min-width: 45px;
    height: 45px;
    border: 1px solid #e5e5e5;
}
.Pages span {
    font-style: normal;
}
.Pages a {
    margin: 0 5px;
    padding: 0 15px;
}
.Pages a:hover, .Pages a.a_cur {
    background: #c7000a;
    border: 1px solid #c7000a;
    color: #fff;
}
.Pages .a_next i {
    transform: rotate(180deg);
}
@media (max-width:1280px) {
.Pages{font-size: 14px;line-height:36px;}
.Pages a{min-width: 36px; height: 36px;}
}
@media (max-width:767px) {
    .Pages {
        line-height: 30px;
        font-size: 14px;
    }
    .Pages a {
        min-width: 30px;
        height: 30px;
        margin: 0;
        padding: 0 8px;
    }
}
/*pages end*/
/* 新闻中心 */
.nBan {
    margin-top: 6.1em;
    position: relative;
    min-height: 70px;
}
.nBan .img {
    padding-top: 26%;
}
.nBan .subMenu {
    line-height: 3.65vw;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 99;
    width: 100%;
}
.nBan .subMenu .subtit {
    display: none;
}
.nBan .subMenu ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}
.nBan .subMenu ul li {
    width: 20%;
    text-align: center;
    font-size: 1vw;
    color: #fff;
    position: relative;
    transition: all .5s;
}
.nBan .subMenu ul li::before {
    content: '';
    display: block;
    border-top: 5px solid #c7000a;
    border-bottom: 5px solid transparent;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -5px;
    opacity: 0;
}
.nBan .subMenu ul li a {
    color: #fff;
}
.nBan .subMenu ul li.on {
    background: #c7000a;
}
.nBan .subMenu ul li:hover {
    background: #c7000a;
}
.nBan .subMenu ul li.on::before {
    opacity: 1;
}

@media(max-width:1540px) {
.nBan .subMenu{line-height: 50px}
.nBan .subMenu ul li{font-size: 16px}
}

@media(max-width:1024px) {
    .nBan {
        margin-top: 0;
        min-height: 50px;
    }
    .nBan .subMenu {
        line-height: 50px;
    }
    .nBan .subMenu ul li {
        font-size: 15px;
    }
}
@media(max-width:640px) {
    .pd120 {
        padding: 30px 0;
    }
    .pd100 {
        padding: 30px 0;
    }
    .pdo100 {
        padding: 30px 0 0 0;
    }
    .nBan .subMenu {
        position: static;
        margin-top: 0px;
        background: none;
        width: 100%;overflow-y: hidden;
    }
    /* .nBan .subMenu .subtit {
        display: block;
        line-height: 35px;
        padding: 0 20px;
        background: #c7000a;
        color: #fff;
        position: relative;
    } */
    .nBan .subMenu .subtit::after {
        content: '';
        display: block;
        width: 20px;
        height: 20px;
        background: url(../images/yjt.svg) no-repeat center center;
        position: absolute;
        right: 10px;
        top: 50%;
        margin-top: -10px;
        background-size: 15px;
        transition: all .5s;
    }
    .nBan .subMenu .subtit.on::after {
        transform: rotate(90deg);
        -webkit-transform: rotate(90deg)
    }
    /* .nBan .subMenu ul {
        padding: 10px;
        line-height: 30px;
        border: 1px solid #e6e6e6;
        display: none;
        flex-wrap: wrap;
    } */
    .nBan .subMenu ul{width: max-content;}
    .nBan .subMenu ul li {
        font-size: 14px;
        width: 100%;
        text-align: left;
        box-sizing: border-box;
        padding: 0 20px;
    }
    .nBan .subMenu ul li a {
        color: #333;
        white-space: nowrap;
    }
    .nBan .subMenu ul li.on a,.nBan .subMenu ul li:hover a  {
        color: #fff;
    }
    .nBan .img {
        padding-top: 33%;
    }
}
.nNews ul {
    margin-left: -2%;
}
.nNews ul li {
    width: 31.33%;
    float: left;
    margin-bottom: 3%;
    margin-left: 2%;
}
.nNews ul li a {
    display: block;
    background: #f8f8f8;
    transition: all .5s;
    -webkit-transition: all .5s;
}
.nNews ul li .img {
    padding-top: 60%;
}
.nNews ul li .txt {
    padding: 30px 20px;
}
.nNews ul li .txt .title {
    font-size: 16px;
    color: #666;
}
.nNews ul li .txt .date {
    font-family: dinb;
    font-size: 14px;
    color: #999;
    margin-top: 10px;
}
.nNews ul li:hover a {
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
@media(max-width:1024px) {
    .nNews ul li {
        width: 48%;
    }
    .nNews ul li .txt {
        padding: 15px 10px;
    }
    .nNews ul li .txt .title {
        font-size: 14px;
    }
    .nNews ul li .txt .date {
        margin-top: 5px;
    }
}
@media(max-width:768px) {
    .nNews ul{margin-left: 0}
    .nNews ul li {
        width: 100%; margin-left: 0
    }
.nNews ul li .img {
    padding-top: 55%;
}
}
/* 新闻详情 */
.w1200 {
    width: 94%;
    max-width: 1200px;
    margin: 0 auto;
}
.NewsInfo {
    padding: 0 100px;
    position: relative;
}
.NewsInfo .NewsInfoTit {
    text-align: center;
    margin-bottom: 50px;
}
.NewsInfo .NewsInfoTit h2 {
    font-size: 32px;
    color: #000;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
}
.NewsInfo .NewsInfoTit .date {
    font-size: 16px;
    color: #999;
}
.NewsInfo .NewsInfoTit .date i {
    color: #333;
}
.NewsInfo .NewsInfoTit .date span {
    display: inline-block;
    margin: 0 20px;
}
.NewsInfo .NewsInfoTit .date .datebox {
    font-family: dinb;
}
.NewsInfo .NewsInfoCon {
    font-size: 16px;
    line-height: 30px;
    color: #666;
}
.NewsInfo .NewsInfoCon img {
    display: block;
    margin: 10px auto;
    max-width: 100%;
}
.NewsInfo .NewsInfoPage {
    margin-top: 5%;
    padding-top: 5%;
    background: url(../images/newsline.png) repeat-x top left;
    padding-right: 330px;
    position: relative;
}
.NewsInfo .NewsInfoPage dd {
    line-height: 70px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eaeaea;
    font-size: 16px;
    padding-left: 90px;
    position: relative;
}
.NewsInfo .NewsInfoPage dd b {
    font-weight: normal;
    position: absolute;
    left: 0;
    top: 0;
    color: #999;
}
.NewsInfo .NewsInfoPage dd a {
    display: block;
    padding-right: 120px;
    position: relative;
}
.NewsInfo .NewsInfoPage dd a span {
    font-family: dinb;
    color: #999;
    position: absolute;
    right: 0;
    top: 0;
}
.NewsInfo .NewsInfoPage .goback {
    position: absolute;
    right: 0;
    top: 50%;
    width: 160px;
    line-height: 60px;
    background: #c7000a;
    text-align: center;
}
.NewsInfo .NewsInfoPage .goback a {
    display: block;
    color: #fff;
    font-size: 16px;
}
.NewsInfo .NewsInfoPage .goback img {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: -2px;
}
.NewsInfo .Enjoy {
    position: absolute;
    left: 0;
    top: 3%;
}
.NewsInfo .Enjoy .EnjoyBox {
    position: fixed;
    top: 30%;
}
.NewsInfo .Enjoy .bshare-custom a {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    padding-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #f8f8f8;
    margin-bottom: 10px;
}
.NewsInfo .Enjoy .bshare-custom a.bshare-weixin {
    background-image: url(../images/wx.png);
}
.NewsInfo .Enjoy .bshare-custom a.bshare-qzone {
    background-image: url(../images/kj.png);
}
.NewsInfo .Enjoy .bshare-custom a.bshare-sinaminiblog {
    background-image: url(../images/wb.png);
}
.NewsInfo .Enjoy .bshare-custom a.bshare-qqim {
    background-image: url(../images/qq.png);
}

.NewsInfo .Enjoy .bshare-custom .wx{position:relative;}
.NewsInfo .Enjoy .bshare-custom .wx .wxbox{position:absolute;left:110%;top:0;padding:10px;border:1px solid #e5e5e5;width:140px;background:#fff;z-index:99;text-align:center;line-height:2;box-shadow:0 0 10px rgba(0,0,0,0.1);display:none;}
.NewsInfo .Enjoy .bshare-custom .wx:hover .wxbox{display:block;}

.NewsInfo .Enjoy .name {
    width: 60px;
    line-height: 1.3;
    text-align: center;
    box-sizing: border-box;
    padding: 0 25px;
    font-size: 16px;
    display: block;
    margin-bottom: 20px;
}
.otherNews {
    margin-top: 6%;
}
.otherNews .slick-list {
    margin-left: -20px;
}
.otherNews .slick-track {
    padding-bottom: 30px;
}
.otherNews .item {
    margin-left: 20px;
}
.otherNews .item a {
    display: block;
    background: #f8f8f8;
    transition: all .5s;
    -webkit-transition: all .5s;
}
.otherNews .item .img {
    padding-top: 60%;
}
.otherNews .item .txt {
    padding: 30px 20px;
}
.otherNews .item .txt .title {
    font-size: 16px;
    color: #666;
    line-height: 28px;
    width: 80%;
    height: 56px;
}
.otherNews .item .txt .date {
    font-family: dinb;
    font-size: 14px;
    color: #999;
    margin-top: 10px;
}
.otherNews .item:hover a {
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
@media(max-width:1024px) {
    .NewsInfo .NewsInfoTit h2 {
        font-size: 20px;
        padding-bottom: 12px;
        margin-bottom: 12px;
    }
    .NewsInfo .NewsInfoTit .date {
        font-size: 14px;
    }
    .NewsInfo .NewsInfoTit {
        margin-bottom: 30px;
    }
    .NewsInfo .NewsInfoCon {
        font-size: 14px;
        line-height: 25px;
    }
    .NewsInfo .NewsInfoPage dd {
        font-size: 14px;
        line-height: 40px;
    }
    .NewsInfo .NewsInfoPage .goback {
        width: 120px;
        line-height: 35px;
    }
    .otherNews .item .txt .title {
        width: 100%;
        font-size: 14px;
        line-height: 25px;
        height: 50px;
    }
    .NewsInfo .Enjoy .bshare-custom .wx{display:inline-block;}
}
@media(max-width:640px) {
    .NewsInfo {
        padding: 0;
    }
    .NewsInfo .Enjoy .EnjoyBox {
        position: static;
    }
    .NewsInfo .Enjoy {
        position: static;
        padding: 30px 0;
    }
    .NewsInfo .Enjoy .name {
        width: 100%;
        font-size: 14px;
    }
    .NewsInfo .Enjoy .bshare-custom {
        text-align: center;
    }
    .NewsInfo .Enjoy .bshare-custom a {
        display: inline-block;
        width: 35px;
        height: 35px;
        background-size: 15px;
        margin: 0 5px;
    }
    .NewsInfo .NewsInfoPage {
        padding-right: 0;
    }
    .NewsInfo .NewsInfoPage .goback {
        position: static;
        margin-top: 20px;
        font-size: 14px;
    }
    .NewsInfo .NewsInfoPage dd {
        padding-left: 60px;
    }
    .NewsInfo .NewsInfoPage dd a {
        padding-right: 80px;
    }
    .NewsInfo .NewsInfoPage .goback a {
        font-size: 14px;
    }
    .NewsInfo .NewsInfoTit h2 {
        font-size: 18px;
    }
    .otherNews .item .txt {
        padding: 15px 10px;
    }
    .otherNews .item {
        margin-left: 10px;
    }
    .otherNews .slick-list {
        margin-left: -10px;
    }
    .hometitle {
        padding-bottom: 0;
    }
}
/* 经典案例 */
.Case ul {
    margin-left: -2%;
}
.Case ul li {
    width: 31.33%;
    float: left;
    margin-left: 2%;
    margin-bottom: 3%;
}
.Case ul li a {
    display: block;
    transition: all .5s;
    -webkit-transition: all .5s;
}
.Case ul li .img {
    padding-top: 60%;
}
.Case ul li .title {
    line-height: 90px;
    text-align: center;
    color: #333;
    font-size: 16px;
}
.Case ul li:hover a {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
@media(max-width:768px) {
    .Case ul li {
        width: auto;float: none;
    }
    .Case ul li .title {
        line-height: 60px;
        font-size: 15px;
    }
}
@media(max-width:640px) {
    .Case ul li .title {
        line-height: 42px;
        font-size: 14px;
    }
}
/* 案例详情 */
.CaseInfo .CaseInfoTit {
    text-align: center;
    margin-bottom: 30px;
}
.CaseInfo .CaseInfoTit h2 {
    font-size: 36px;
    color: #000;
}
.CaseInfo .CaseInfoTit b {
    width: 120px;
    height: 2px;
    background: #c7000a;
    margin: 20px auto 0;
    display: block;
}
.CaseInfo .CaseInfoCon {
    font-size: 16px;
    line-height: 30px;
    color: #666;
    margin-bottom: 50px;
}
.CaseInfo .CaseInfoCon img {
    display: block;
    margin: 10px auto;
    max-width: 100%;
}
.CaseInfo .CaseInfoImg {
    max-width: 950px;
    margin: 0 auto;
}
.CaseInfo .CaseInfoImg .item {position: relative;padding-top: 570px;}
.CaseInfo .CaseInfoImg .item img{position:absolute;width: 100%;height: 100%;left: 0;top: 0;}
.slick-dots {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    text-align: center;
    z-index: 99;
}
.slick-dots li {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff;
    margin: 0 10px;
}
.slick-dots li button {
    display: none;
}
.slick-dots li.slick-active {
    background: #c7000a;
}
.CaseInfo .CaseInfoPage {
    margin-top: 5%;
    padding-top: 5%;
    background: url(../images/newsline.png) repeat-x top left;
    padding-right: 330px;
    position: relative;
}
.CaseInfo .CaseInfoPage dd {
    line-height: 70px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eaeaea;
    font-size: 16px;
    padding-left: 90px;
    position: relative;
}
.CaseInfo .CaseInfoPage dd b {
    font-weight: normal;
    position: absolute;
    left: 0;
    top: 0;
    color: #999;
}
.CaseInfo .CaseInfoPage dd a {
    display: block;
    padding-right: 120px;
    position: relative;
}
.CaseInfo .CaseInfoPage dd a span {
    font-family: dinb;
    color: #999;
    position: absolute;
    right: 0;
    top: 0;
}
.CaseInfo .CaseInfoPage .goback {
    position: absolute;
    right: 0;
    top: 50%;
    width: 160px;
    line-height: 60px;
    background: #c7000a;
    text-align: center;
}
.CaseInfo .CaseInfoPage .goback a {
    display: block;
    color: #fff;
    font-size: 16px;
}
.CaseInfo .CaseInfoPage .goback img {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: -2px;
}
@media(max-width:1750px) {
.CaseInfo .CaseInfoTit h2{ font-size: 32px;}
}
@media(max-width:1540px) {
.CaseInfo .CaseInfoTit h2 { font-size: 26px;}
.CaseInfo .CaseInfoImg{zoom: 0.8;}
}
@media(max-width:1280px) {
.CaseInfo .CaseInfoTit h2 { font-size: 22px;}
    .CaseInfo .CaseInfoCon {font-size: 14px;}
    .CaseInfo .CaseInfoPage dd{font-size: 14px; line-height: 45px;}
    .CaseInfo .CaseInfoPage .goback{line-height: 50px; width: 120px;}
    .CaseInfo .CaseInfoPage .goback a{font-size: 14px;}
}

@media(max-width:1024px) {
    .CaseInfo .CaseInfoTit {
        margin-bottom: 20px;
    }
    .CaseInfo .CaseInfoTit h2 {
        font-size: 20px;
    }
    .CaseInfo .CaseInfoTit b {
        width: 30px;
        margin-top: 10px;
    }
    .CaseInfo .CaseInfoCon {

        line-height: 25px;
        margin-bottom: 30px;
    }
    .slick-dots {
        bottom: 15px;
    }
    .slick-dots li {
        margin: 0 5px;
        width: 8px;
        height: 8px;
    }
    .CaseInfo .CaseInfoPage dd {
        font-size: 14px;
        line-height: 40px;
    }
    .CaseInfo .CaseInfoPage .goback {
        width: 120px;
        line-height: 35px;
    }
    .CaseInfo .CaseInfoImg{zoom: 1;}
    .CaseInfo .CaseInfoImg .item{padding-top: 12%;}
}
@media(max-width:640px) {
    .CaseInfo .CaseInfoTit h2 {
        font-size: 18px;
    }
    .CaseInfo .CaseInfoPage {
        padding-right: 0;
    }
    .CaseInfo .CaseInfoPage .goback {
        position: static;
        margin-top: 20px;
        font-size: 14px;
    }
    .CaseInfo .CaseInfoPage dd {
        padding-left: 60px;
    }
    .CaseInfo .CaseInfoPage dd a {
        padding-right: 80px;
    }
    .CaseInfo .CaseInfoPage .goback a {
        font-size: 14px;
    }
}
/* 联系方式 */
.Contact .Contact_part1 .Contact_con {
    background: #f7fcff;
}
.Contact .Contact_part1 .Contact_con ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.Contact .Contact_part1 .Contact_con ul li:nth-child(1) {
    width: 43%;
    border-right: 1px solid #e1edf5;
}
.Contact .Contact_part1 .Contact_con ul li:nth-child(2) {
    width: 25%;
    border-right: 1px solid #e1edf5;
}
.Contact .Contact_part1 .Contact_con ul li:nth-child(3) {
    width: 32%;
    text-align: center;
}
.Contact .Contact_part1 .Contact_con ul li dd {
    height: 6.3vw;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s;
}
.Contact .Contact_part1 .Contact_con ul li dd:nth-child(1) {
    border-bottom: 1px solid #e1edf5;
}

.Contact .Contact_part1 .Contact_con ul li:nth-child(1) dd:nth-child(1) {
    display: flex;
    justify-content: flex-start;
    padding-left: 15%;
}
.Contact .Contact_part1 .Contact_con ul li:nth-child(1) {
    text-align: center;
}
.Contact .Contact_part1 .Contact_con ul li .name {
    font-size: 1.5vw;
    color: #000;
}
.Contact .Contact_part1 .Contact_con ul li dd .text {
    text-align: left;
    margin-left: 0.6vw;
    width: 70%;
}
.Contact .Contact_part1 .Contact_con ul li dd .text p {
    font-size: 1vw;
    color: #333;
}
.Contact .Contact_part1 .Contact_con ul li dd .text span {
    font-size: 0.8vw;
    color: #666;
    display: block;
    margin-top: 8px;
}
.Contact .Contact_part1 .Contact_con ul li dd .icon {
    width: 2.65vw;
}
.Contact .Contact_part1 .Contact_con ul li dd .icon img {
    max-width: 1.88vw;
}
.Contact .Contact_part1 .Contact_con ul li dd.zbcom:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    transform: translate3d(0, -5px, 0);
    -webkit-transform: translate3d(0, -5px, 0);
}
.Contact .Contact_part1 .Contact_con ul li dd:hover .icon {
    -webkit-animation: icon-bounce 0.5s alternate;
    -moz-animation: icon-bounce 0.5s alternate;
    -o-animation: icon-bounce 0.5s alternate;
    animation: icon-bounce 0.5s alternate;
}
.Contact .Contact_part1 .Map {
    margin: 60px 0;
}
.Contact .Contact_part1 .Map #map {
    height: 600px;
}
.BMap_shadow, .BMap_shadow img, .BMap_shadow div {
    display: none;
}
.Contact .Contact_part1 .Map .infobox {
    padding-left: 60px;
    position: relative;
    min-height: 40px;
}
.Contact .Contact_part1 .Map .infobox .infologo {
    width: 50px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.Contact .Contact_part1 .Map .infobox h3 {
    font-size: 16px;
    min-height: 40px;
    display: flex;
    align-items: center;
}
.Contact .Contact_part2 ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -3%;
}
.Contact .Contact_part2 ul li {
    width: 31.33%;
    margin-bottom: 2%;
    margin-left: 2%;
    box-sizing: border-box;
    /*border: 1px solid #eaeaea;*/
    padding: 2vw 2vw;
    position: relative;
    transition: all .5s;
    background:#f7f7f7;
}
.Contact .Contact_part2 ul li::before {
    content: '';
    display: none;
    width: 2px;
    height: 20px;
    background: #c7000a;
    position: absolute;
    left: -1px;
    top: -1px;
    transition: all .5s;
    -webkit-transition: all .5s;
}
.Contact .Contact_part2 ul li:hover::before {
    height: calc(100% + 2px);
}
.Contact .Contact_part2 ul li .name {
    font-size: 1.2vw;
    font-weight: normal;
    color: #666;
}
.Contact .Contact_part2 ul li.more img{width: 3.2vw;}
.Contact .Contact_part2 ul li b {
    display: block;
    width: 40px;
    height: 1px;
    background: #bbb;
    margin: 15px 0;
}
.Contact .Contact_part2 ul li:hover b{background:#fff;}
.Contact .Contact_part2 ul li dl dd {
    color: #666;
    line-height: 1.5vw;
    padding-left: 2.55vw;
    position: relative;
    font-size: 0.8vw;
}
.Contact .Contact_part2 ul li dl dd span {
    position: absolute;
    left: 0;
    top: 0;
}
.Contact .Contact_part2 ul li dl dd em {font-style: normal;}
.Contact .Contact_part2 ul li:nth-child(3) dl dd em{display: block;max-width: 242px;}
.Contact .Contact_part2 ul li .addmap {
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 50%;
    background: #c7000a;
    text-align: center;
    margin-top: 20px;
}
.Contact .Contact_part2 ul li .addmap img {
    position: relative;
    top: -2px;
}
.Contact .Contact_part2 ul li.more {
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 12vw;
}
.Contact .Contact_part2 ul li.more a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.Contact .Contact_part2 ul li.more:hover img {
    -webkit-animation: icon-bounce 0.5s alternate;
    -moz-animation: icon-bounce 0.5s alternate;
    -o-animation: icon-bounce 0.5s alternate;
    animation: icon-bounce 0.5s alternate;
}
.Contact .Contact_part2 ul li:hover .addmap {
    -webkit-animation: icon-bounce 0.5s alternate;
    -moz-animation: icon-bounce 0.5s alternate;
    -o-animation: icon-bounce 0.5s alternate;
    animation: icon-bounce 0.5s alternate;
}

.Contact .Contact_part2 ul li:hover{background:#c7171d;color:#fff;}
.Contact .Contact_part2 ul li:hover .name{color:#fff;}
.Contact .Contact_part2 ul li:hover dl dd{color:#fff;}

@media(min-width:1025px){
    .Contact .Contact_part2 ul li:hover {
        /*box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);*/
        /*transform: translate3d(0, -5px, 0);*/
        /*-webkit-transform: translate3d(0, -5px, 0);*/
    }
}
@media(max-width:1540px) {
.Contact .Contact_part1 .Contact_con ul li .name{ font-size: 18px;}
}
@media(max-width:1280px) {
.Contact .Contact_part1 .Contact_con ul li .name{ font-size: 16px;}
.Contact .Contact_part1 .Contact_con ul li dd .text span{font-size: 14px}
/* .Contact .Contact_part2 ul li .name { font-size: 16px;}
.Contact .Contact_part2 ul li dl dd { font-size: 14px;  line-height: 25px; } */
}

@media(max-width:1024px) {
    .Contact .Contact_part1 .Contact_con ul li dd .icon img{max-width: 23px;}
    .Contact .Contact_part2 ul li .name { font-size: 16px;}
.Contact .Contact_part2 ul li dl dd { font-size: 14px;  line-height: 25px;padding-left: 50px;}
    .Contact .Contact_part1 .Contact_con ul li .name {
        font-size: 20px;
        font-weight: bold;
    }
    .Contact .Contact_part1 .Contact_con ul li dd .icon {
        width: 35px;
    }
    .Contact .Contact_part1 .Contact_con ul li dd .text {
        margin-left: 10px;
    }
    .Contact .Contact_part1 .Contact_con ul li dd .text p {
        font-size: 15px;
    }
    .Contact .Contact_part1 .Contact_con ul li dd .text span {
        font-size: 14px;
    }
    
    .Contact .Contact_part1 .Map{margin: 25px 0;}
    .Contact .Contact_part2 ul li {
        padding: 28px;
    }

    .Contact .Contact_part2 ul li.more {
        min-height: 200px;
    }
    .Contact .Contact_part2 ul li.more img {
        max-height: 50px;
    }
}
@media(max-width:640px) {
    .Contact .Contact_part1 .Contact_con ul li:nth-child(1) {
        width: 100%;
        border-right: none;
    }
    .Contact .Contact_part1 .Contact_con ul li:nth-child(2) {
        width: 100%;
        border-right: none;
    }
    .Contact .Contact_part1 .Contact_con ul li:nth-child(3) {
        width: 100%;
    }
    .Contact .Contact_part1 .Contact_con ul li dd {
        border-bottom: 1px solid #e1edf5;
        justify-content: flex-start;
        height: auto;
        padding: 15px 20px;
    }
    .Contact .Contact_part1 .Contact_con ul li .name {
        font-size: 18px;
        padding: 10px 0;
    }
    .Contact .Contact_part1 .Contact_con ul li .ewa {
        padding: 20px 0;
    }
    .Contact .Contact_part1 .Contact_con ul li .ewa img {
        max-height: 110px;
    }
    .Contact .Contact_part1 .Map #map {
        height: 300px;
    }
    .Contact .Contact_part1 .Map .infobox h3 {
        font-size: 14px;
        white-space: nowrap;
    }
    .Contact .Contact_part1 .Map .infobox {
        padding-left: 45px;
    }
    .Contact .Contact_part1 .Map .infobox .infologo {
        width: 35px;
    }
    .Contact .Contact_part2 ul li {
        width: 98%;margin-bottom:4%;
    }
}
/* 合作伙伴 */
.Partner ul {
    margin-left: -2%;
}
.Partner ul li {
    width: 14.667%;
    float: left;
    margin-left: 2%;
    margin-bottom: 3%;
    box-sizing: border-box;
    border: 1px solid #eaeaea;
    transition: all .3s;
    -webkit-transition: all .3s;
}
.Partner ul li .imgbox {
    padding-top: 50%;
}
.Partner ul li .imgbox img {
    width: auto;
    height: auto;
    max-width: 80%;
    max-height: 70%;
    object-fit: contain;
}
.Partner ul li:hover {
    border: 1px solid #c7000a;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    transform: translate3d(0, -5px, 0);
    -webkit-transform: translate3d(0, -5px, 0);
}
@media(max-width:1024px) {
    .Partner ul li {
        width: 18%;
    }
}
@media(max-width:640px) {
    .Partner ul li {
        width: 31.33%;
    }
}
/* 售后服务 */
.Service {
    background: url(../images/servicebg.jpg) no-repeat center center;
    background-size: cover;
}
.Service .ServiceBox .item {
    padding-left: 75px;
    position: relative;
    margin-top: 45px;
}
.Service .ServiceBox .item:first-child {
    margin-top: 0;
}
.Service .ServiceBox .item .icon {
    position: absolute;
    left: 0;
    top: 10px;
}
.Service .ServiceBox .item .con {
    line-height: 2.2;
    font-size: 16px;
}
.Service .ServiceBox .item .con .title {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}
.Service .ServiceBox .item .con .text .red {
    color: #c7000a;
}
.Message .MessageBox .Formbox {
    margin-left: -3%;
}
.Message .MessageBox .Formbox .inputbox {
    margin-left: 3%;
    float: left;
    margin-bottom: 2%;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    position: relative;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}
.Message .MessageBox .Formbox .inputbox.col30 {
    width: 30.33%;
}
.Message .MessageBox .Formbox .inputbox.col100 {
    width: 97%;
}
.Message .MessageBox .Formbox .inputbox input {
    height: 58px;
    line-height: 58px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
    border: none;
    font-size: 16px;
}
.Message .MessageBox .Formbox .inputbox b {
    color: #c7000a;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    font-weight: normal;
}
.Message .MessageBox .Formbox .inputbox textarea {
    height: 160px;
    box-sizing: border-box;
    padding: 15px 20px;
    width: 100%;
    border: none;
    font-size: 16px;
}
.Message .MessageBox .Formbtn {
    text-align: center;
    margin-top: 30px;
}
.Message .MessageBox .Formbtn button {
    width: 250px;
    line-height: 60px;
    font-size: 16px;
    color: #fff;
    background: #c7000a;
    border: none;
}
.Service_sh {
    padding-top: 0;
}
.Service_sh .Service_sh_box {
    padding: 60px;
    text-align: center;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.Service_sh .Service_sh_box .text {
    font-size: 40px;
    color: #fff;
}
.Service_sh .Service_sh_box ul {
    margin: 30px 0;
}
.Service_sh .Service_sh_box ul li {
    display: inline-block;
    margin: 0 20px;
    color: #fff;
    font-size: 20px;
}
.Service_sh .Service_sh_box ul li .icon {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: -1px;
}
.Service_sh .Service_sh_box .btn {
    margin: 0 auto;
    width: 200px;
    line-height: 53px;
    border-radius: 53px;
    border: 1px solid #fff;
    font-size: 16px;
}
.Service_sh .Service_sh_box .btn a {
    color: #fff;
    display: block;
}
.Service_sh .Service_sh_box .btn i {
    font-family: 宋体;
    font-weight: bold;
    display: inline-block;
    margin-left: 8px;
    position: relative;
    top: -1px;
}
.Service_sh .Service_sh_box .btn:hover {
    background: #c7000a;
    border: 1px solid #c7000a;
}
@media(max-width:1024px) {
    .Service .ServiceBox .item .con .title {
        font-size: 16px;
    }
    .Service .ServiceBox .item .con {
        font-size: 14px;
        line-height: 2;
    }
    .Message .MessageBox .Formbox .inputbox input {
        height: 38px;
        line-height: 38px;
        font-size: 14px;
    }
    .Message .MessageBox .Formbox .inputbox textarea {
        height: 100px;
        font-size: 14px;
    }
    .Message .MessageBox .Formbtn button {
        width: 150px;
        line-height: 38px;
        font-size: 14px;
    }
    .Service_sh .Service_sh_box .text {
        font-size: 20px;
        font-weight: bold;
    }
    .Service_sh .Service_sh_box ul li {
        font-size: 14px;
    }
    .Service_sh .Service_sh_box .btn {
        width: 120px;
        line-height: 35px;
        border-radius: 35px;
        font-size: 14px;
    }
}
@media(max-width:640px) {
    .Service .ServiceBox .item {
        padding-left: 50px;
    }
    .Service .ServiceBox .item .icon {
        width: 30px;
    }
    .Message .MessageBox .Formbox .inputbox.col30 {
        width: 97%;
    }
    .Service_sh .Service_sh_box {
        padding: 30px;
    }
    .Service_sh .Service_sh_box .text {
        font-size: 18px;
    }
    .Service_sh .Service_sh_box ul {
        margin: 18px 0;
    }
    .Service_sh .Service_sh_box ul li {
        margin: 0 10px;
        line-height: 40px;
    }
    .Service_sh .Service_sh_box ul li .icon img {
        max-height: 18px;
    }
}
/* 董事长致辞 */
.Dszzc .DszzcLeft {
    width: 35%;
    background: #f8f8f8;
}
.Dszzc .DszzcLeft .Dszimg img {
    width: 100%;
}
.Dszzc .DszzcLeft .Dsztxt {
    padding: 20px 40px;
    line-height: 1.67;
    background: url(../images/dszlogobg.png) no-repeat right 30px top 30px;
    font-size: 0.8vw;
}
.Dszzc .DszzcRight {
    width: 60%;
}
.Dszzc .DszzcRight .name {
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}
.Dszzc .DszzcRight .con {
    font-size: 0.8vw;
    line-height: 2;
    color: #666;
}
.Dszzc .DszzcRight .qm {
    vertical-align: bottom;
    text-align: right;
    font-size: 16px;
    color: #666;
}
.Dszzc .DszzcRight .qm img {
    vertical-align: bottom;
}
@media(max-width:1024px) {
    .Dszzc .DszzcLeft .Dsztxt {
        padding: 10px;
        font-size: 14px;
        line-height: 25px;
    }
    .Dszzc .DszzcRight .name {
        font-size: 16px;
    }
    .Dszzc .DszzcRight .con {
        font-size: 14px;
        line-height: 25px;
    }
    .Dszzc .DszzcRight .qm {
        font-size: 14px;
    }
}
@media(max-width:640px) {
    .Dszzc .DszzcLeft {
        width: 100%;
        margin-bottom: 20px;
    }
    .Dszzc .DszzcRight {
        width: 100%;
    }
}
/* 荣誉资质 */
.threeNav {
    text-align: center;
    margin-bottom: 60px;
}
.threeNav ul li {
    display: inline-block;
    width: 200px;
    line-height: 60px;
    background: #efefef;
    font-size: 16px;
    margin: 0 5px;
    transition: all .3s;
}
.threeNav ul li a {
    color: #000;
    display: block;
}
.threeNav ul li.on {
    background: #c7000a;
}
.threeNav ul li.on a {
    color: #fff;
}
.threeNav ul li:hover {
    background: #c7000a;
}
.threeNav ul li:hover a {
    color: #fff;
}
.Honor ul {
    margin-left: -3%;
}
.Honor ul .item {
    background: url(../images/honorboxbg.jpg) no-repeat center center;
    background-size: cover;
    float: left;
    width: 22%;
    margin-left: 3%;
    margin-bottom: 3%;
    transition: all .5s;
    -webkit-transition: all .5s;
}
.Honor ul .item .img {
    padding-top: 30px;
    background: url(../images/honorimgbg.png) no-repeat center center;
    background-size: cover;
}
.Honor ul .item .img .imgbox {
    padding-top: 13vw;
}
.Honor ul .item .img span {
    align-items: flex-end;
}
.Honor ul .item .img img {
    max-width: 100%;
    width: auto;
    max-height: 13vw;
    max-width: 13vw;
    height: auto;
    object-fit: contain;
    padding: 10px;
    background: url(../images/honorbg.png) no-repeat center center;
    background-size: 100% 100%;
    position: relative;
}
/* .Honor ul .item:hover .img span,.Honor ul .item:hover .img span img{transform: scale(1);-webkit-transform: scale(1);} */
.Honor ul .item .img .box {
    position: relative;
    text-align: center;
}
.Honor ul .item .img .box::before {
    content: '';
    display: block;
    width: 110%;
    height: 100%;
    background: url(../images/honoryy.png) no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    right: 10px;
    bottom: 0;
}
.Honor ul .item .txt {
    line-height: 1.6;
    text-align: center;
    font-size: 0.8vw;
    height: 4.7vw;
    display: flex;
    align-items: center;
    justify-content: center;
    /*padding: 0 10px;*/
    width: 88%;
    margin: 0 auto;
    color: #666;
}
.Honor ul .item:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
}
@media(max-width:1024px) {
    .Honor ul .item{width:30.33%;}
    .Honor ul .item .img {
        padding-top: 20px;
    }
    .Honor ul .item .img .imgbox {
        padding-top: 185px;
    }
    .Honor ul .item .img img {
        max-height: 180px;
        max-width: 180px;
    }
    .Honor ul .item .txt {
        font-size: 14px;
        height: 70px;
        line-height: 1.5;
        padding: 0 10px;
        width: 100%;
    }
    .threeNav {
        margin-bottom: 30px;
    }
    .threeNav ul li {
        width: 120px;
        line-height: 35px;
        font-size: 14px;
    }
}
@media(max-width:640px) {
    .Honor ul .item {
        width: 47%;
    }
    .Honor ul .item .img .imgbox{padding-top:140px;}
    .Honor ul .item .img img {
        padding: 5px;
        max-width: 80%;
        max-height:140px;
    }
    .Honor ul .item .txt{height:85px;}
    .threeNav {
        margin-bottom: 20px;
    }
    .threeNav ul li {
        width: 90px;
        line-height: 30px;
        margin: 3px;
    }
}
/* 人才招聘 */
.Job .item {
    background: #f9fafa;
    padding: 20px 25px;
    margin-bottom: 20px;
}
.Job .item .itemtit {
    position: relative;
    cursor: pointer;
}
.Job .item .itemtit .name {
    font-size: 20px;
    font-weight: normal;
    color: #333;
}
.Job .item .itemtit .btn {
    width: 30px;
    height: 30px;
    background: url(../images/open.png) no-repeat center center;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15px;
}
.Job .item .itemtit.on .btn {
    background: url(../images/close.png) no-repeat center center;
}
.Job .item .itemcon {
    padding: 20px 0;
    border-top: 1px solid #eaeaea;
    margin-top: 20px;
    font-size: 16px;
    color: #333;
    display: none;
}
.Job .item .itemcon .tag dl dd {
    display: inline-block;
    margin-right: 30px;
}
.Job .item .itemcon .tag dl dd img {
    display: inline-block;
    margin-right: 8px;
    position: relative;
    top: -2px;
}
.Job .item .itemcon .con {
    margin: 30px 0 20px 0;
}
.Job .item .itemcon .con .contit {
    font-size: 18px;
}
.Job .item .itemcon .con .conbox {
    color: #666;
    line-height: 30px;
    margin-top: 10px;
}
.Job .item .itemcon .jobemail a {
    color: #c7000a;
}
.Job .item .itemcon .jobemail {
    color: #c7000a;
}
@media(max-width:1024px) {
    .Job .item .itemtit .name {
        font-size: 16px;
        font-weight: bold;
    }
    .Job .item .itemcon {
        font-size: 14px;
    }
    .Job .item .itemcon .con .contit {
        font-size: 16px;
    }
}
@media(max-width:640px) {
    .Job .item {
        padding: 15px;
        margin-bottom: 10px;
    }
    .Job .item .itemcon .con .conbox {
        line-height: 25px;
    }
    .Job .item .itemcon .tag dl dd {
        display: block;
        margin-right: 0;
        line-height: 25px;
    }
}
/* 企业文化 */
.Culture .Culture_1 {
    background: url(../images/culbg.jpg) no-repeat center center;
}
.Culture .Culture_1 .Culture_Box {
    padding-left: 50%;
    position: relative;
}
.Culture .Culture_1 .Culture_Box .Culture_img {
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.Culture .Culture_1 .Culture_Box .Culture_img .imgbox {
    height: 100%;
}
.Culture .Culture_1 .Culture_Box .Culture_txt {
    border-top: 1px solid #eaeaea;
}
.Culture .Culture_1 .Culture_Box .Culture_txt ul li {
    padding: 20px 0;
    padding-left: 50px;
    border-bottom: 1px solid #eaeaea;
    font-size: 22px;
    transition: all .5s;
}
.Culture .Culture_1 .Culture_Box .Culture_txt ul li:hover {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding-left: 60px;
}
.Culture .Culture_1 .Culture_Box .Culture_txt ul li .tit {
    font-weight: bold;
    color: #c7000a;
    margin-bottom: 12px;
}
.Culture .Culture_1 .Culture_Box .Culture_img:hover .imgbox span {
    transform: scale(1.05);
    -webkit-transform: scale(1.05s);
}
.tabNav {
    text-align: center;
    margin-bottom: 50px;
}
.tabNav ul li {
    display: inline-block;
    width: 200px;
    line-height: 60px;
    background: #efefef;
    font-size: 16px;
    margin: 0 5px;
    transition: all .3s;
}
.tabNav ul li a {
    color: #000;
    display: block;
}
.tabNav ul li.on {
    background: #c7000a;
}
.tabNav ul li.on a {
    color: #fff;
}
.tabNav ul li:hover {
    background: #c7000a;
}
.tabNav ul li:hover a {
    color: #fff;
}
.tabConBox {
    position: relative;
}
.tabConBox .tabCon {
    position: absolute;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all .5s;
    -webkit-transition: all .5s;
    left: 0;
    top: 0;
}
.tabConBox .tabCon.on {
    position: relative;
    opacity: 1;
    visibility: visible;
}
.tabConBox .tabCon .slick-list {
    margin-left: -30px;
}
.tabConBox .tabCon .item {
    margin-left: 30px;
}
.tabConBox .tabCon .item .imgbox {
    padding-top: 60%;
}
.tabConBox .tabCon .item .tit {
    font-size: 16px;
    text-align: center;
    margin-top: 15px;
}
.slick-arrow {
    width: 60px;
    height: 60px;
    position: absolute;
    z-index: 999;
    border-radius: 50%;
    top: 50%;
    margin-top: -30px;
    background-color: #efefef;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all .5s;
}
.slick-arrow.slick-prev {
    background-image: url(../images/prev.png);
    left: -90px;
}
.slick-arrow.slick-next {
    background-image: url(../images/next.png);
    right: -90px;
}
.slick-arrow:hover {
    background-color: #c7000a;
}
.slick-arrow.slick-prev:hover {
    background-image: url(../images/prevc.png);
}
.slick-arrow.slick-next:hover {
    background-image: url(../images/nextc.png);
}
@media(max-width:1024px) {
    .Culture .Culture_1 .Culture_Box .Culture_txt ul li {
        padding: 12px 0;
        font-size: 16px;
        padding-left: 40px;
    }
    .tabNav ul li {
        width: 120px;
        line-height: 35px;
        font-size: 14px;
    }
    .slick-arrow {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        top: 40%;
    }
    .slick-arrow.slick-prev {
        left: 5px;
    }
    .slick-arrow.slick-next {
        right: 5px;
    }
}
@media(max-width:640px) {
    .tabConBox .tabCon .slick-list {
        margin-left: -10px;
    }
    .tabConBox .tabCon .item {
        margin-left: 10px;
    }
    .tabNav {
        margin-bottom: 20px;
    }
    .tabNav ul li {
        width: 90px;
        line-height: 30px;
        margin: 3px;
    }
    .tabConBox .tabCon .item .tit {
        font-size: 14px;
    }
    .Culture .Culture_1 .Culture_Box {
        padding-left: 0;
    }
    .Culture .Culture_1 .Culture_Box .Culture_img {
        width: 100%;
        position: static;
    }
    .Culture .Culture_1 .Culture_Box .Culture_img .imgbox {
        padding-top: 100%;
    }
    .Culture .Culture_1 .Culture_Box .Culture_txt ul li {
        padding: 15px;
        font-size: 14px;
    }
    .Culture .Culture_1 .Culture_Box .Culture_txt ul li .tit {
        margin-bottom: 5px;
    }
}
/* 企业概况 */
.VideoInfo {
    width: 95%;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
}
.VideoInfo video {
    width: 100%;
}
.mfp-close-btn-in .mfp-close {
    color: #fff !important;
    opacity: 1 !important;
}
.hometitle_b .cn::after {
    display: none;
}
.About .AboutCon {
    font-size: 16px;
    line-height: 35px;
}
.About .AboutImg {
    margin: 3% 0;
    padding: 10% 30px;
    text-align: center;
    color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.About .AboutImg .txt {
    font-size: 40px;
    margin-bottom: 5%;
}
.About .AboutImg .btn {
    margin: 0 auto;
    width: 200px;
    line-height: 53px;
    border-radius: 53px;
    border: 1px solid #fff;
    font-size: 16px;
}
.About .AboutImg .btn a {
    color: #fff;
    display: block;
}
.About .AboutImg .btn i {
    font-family: 宋体;
    font-weight: bold;
    display: inline-block;
    margin-left: 8px;
    position: relative;
    top: -1px;
}
.About .AboutImg .btn:hover {
    background: #c7000a;
    border: 1px solid #c7000a;
}
.About .AboutNum ul::after {
    content: '';
    display: block;
    clear: both;
}
.About .AboutNum ul li {
    width: 25%;
    float: left;
    text-align: center;
}
.About .AboutNum ul li p {
    color: #c7000a;
    font-size: 40px;
    font-family: dinb;
}
.About .AboutNum ul li p span {
    font-size: 3.64583333333333vw;
}
.About .AboutNum ul li .dec {
    font-size: 16px;
    margin-top: 15px;
}
.History {
    background: url(../images/hisbg.jpg) no-repeat center center;
    background-size: cover;
    margin-bottom: 5%;
}
.History .slider-for .itema {
    padding: 0 95px;
}
.History .slider-for .itema .slick-track {
    padding: 5px 0;
}
.History .slider-for .itema .slick-list {
    margin-left: -30px;
}
.History .slider-for .itema .item {
    margin-left: 30px;
    transition: all .5s;
}
.History .slider-for .itema .item .imgbox {
    padding-top: 60%;
}
.History .slider-for .itema .item .txt {
    padding: 20px;
    font-size: 16px;
    line-height: 1.6;
}
.History .slider-for .itema .item:hover {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.History .slider-for .itema .item .txt .year {
    font-size: 24px;
    margin-bottom: 5px;
    color: #333;
}
.History .slider-for .itema .slick-arrow {
    top: 35%;
}
.History .slider-nav {
    position: relative;
    margin-bottom: 30px;
}
.History .slider-nav::before {
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    background: url(../images/hisline.png) repeat-x left center;
    position: absolute;
    top: 52px;
    left: 0;
}
.History .slider-nav .item {
    text-align: center;
    box-sizing: border-box;
}
.History .slider-nav .item .type {
    font-size: 18px;
    color: #333;
    transition: all .5s;
    -webkit-transition: all .5s;
    height: 30px;
}
.History .slider-nav .item .time {
    font-family: dinb;
    font-size: 1.6vw;
    color: #333;
    margin-top: 0;
    line-height: 1;
}
.History .slider-nav .item .dec{width: 65%;margin: 0px auto;}
.History .slider-nav .item:nth-child(4) .dec{width: 73%;}
@media(max-width:1440px){
    .History .slider-nav .item .time{font-size: 24px;}
    .About .AboutImg .txt{font-size: 30px}
    .About .AboutImg .btn{width: 160px; line-height: 45px; height: 45px;font-size: 14px;}
}
.History .slider-nav .item .dec {
    font-size: 0.9vw;
    line-height: 28px;
    color: #999;
    margin-top: 20px;
}
.History .slider-nav .item .dotico {
    position: relative;
    margin: 20px auto;
    width: 13px;
    height: 13px;
}
.History .slider-nav .item .dotico span::after {
    content: '';
    display: block;
    width: 1px;
    height: 13px;
    background: #c7000a;
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -0.5px;
}
.History .slider-nav .item .dotico span {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 50%;
    border: 3px solid #c7000a;
    box-sizing: content-box;
}
.History .slider-nav .item .dotico::before, .History .slider-nav .item .dotico:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: #c7000a;
    opacity: 0.5;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    display: none;
}
.History .slider-nav .item .dotico::before {
    animation: scale 2s linear infinite;
}
.History .slider-nav .item .dotico::after {
    animation: scale 2s 1s linear infinite;
}
.History .slider-nav .item.slick-current .dotico::before, .History .slider-nav .item.slick-current .dotico::after {
    display: block;
}
.History .slider-nav .item.slick-current .dotico span {
    background: #c7000a;
}
.History .slider-nav .item.slick-current .type {
    font-size: 24px;
    color: #c7000a;
}
.History .slider-nav .slick-arrow {
    top: 29%;
}
.History .slider-nav .slick-arrow.slick-prev {
    left: -40px;
}
.History .slider-nav .slick-arrow.slick-next {
    right: -40px;
}
@keyframes scale {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 0.3;
    }
    100% {
        transform: scale(3);
        -webkit-transform: scale(3);
        opacity: 0;
    }
}
@media(max-width:1024px) {
    .History .slider-nav .item .dec{width: auto !important;}
    .About .AboutCon {
        font-size: 14px;
        line-height: 25px;
    }
    .About .AboutImg .txt {
        font-size: 20px;
        font-weight: bold;
    }
    .About .AboutImg .btn {
        width: 120px;
        line-height: 35px;
        height: 35px;
        border-radius: 35px;
        font-size: 14px;
    }
    .About .AboutNum ul li p {
        font-size: 20px;
    }
    .About .AboutNum ul li p span {
        font-size: 40px;
    }
    .About .AboutNum ul li .dec {
        font-size: 14px;
    }
    .History .slider-nav .item {
        padding: 0 10px;
    }
    .History .slider-nav .item .type {
        font-size: 14px;
    }
    .History .slider-nav .item.slick-current .type {
        font-size: 18px;
    }
    .History .slider-nav .item .time {
        font-size: 22px;
    }
    .History .slider-nav .item .dec {
        font-size: 14px;
        line-height: 25px;
        margin-top: 10px;
    }
    .History .slider-for .itema {
        padding: 0;
    }
    .History .slider-for .itema .item .txt .year {
        font-size: 18px;
    }
    .History .slider-for .itema .item .txt .dec {
        font-size: 14px;
    }
    .History .slider-for .itema .item .txt {
        padding: 10px;
    }
}
@media(max-width:640px) {
    .About .AboutImg .txt {
        font-size: 16px;
    }
    .About .AboutImg .btn {
        line-height: 30px;
        height: 32px;
    }
    .About .AboutNum ul li p span {
        font-size: 28px;
    }
    .About .AboutNum ul li .dec {
        margin-top: 5px;
        font-size: 12px;
        padding: 0 5px;
    }
    .History .slider-nav .item.slick-current .type {
        font-size: 16px;
    }
    .History .slider-nav .item .time {
        font-size: 16px;
    }
    .History .slider-nav .item .dec {
        font-size: 13px;
        line-height: 20px;
    }
    .History .slider-nav {
        margin-bottom: 15px;
    }
    .History .slider-for .itema .slick-list {
        margin-left: -10px;
    }
    .History .slider-for .itema .item {
        margin-left: 10px;
        transition: all .5s;
    }
    .History .slider-nav .item {
        padding: 0 5px;
    }
}
/* 舞台机械 */
.Wutai_part1 {
    overflow: hidden;
}
.Wutai_part1 .WutaiBoxL {
    width: 43%;
}
.Wutai_part1 .WutaiBoxL .item .img {
    padding-top: 530px;
}
.Wutai_part1 .WutaiBoxR {
    width: 52.5%;
    line-height: 40px;
    color: #666;
    font-size: 16px;
}
.Wutai_part1 .WutaiBoxR strong {
    color: #000;
}
.Wutai_part1 .slick-dots {
    bottom: 20px;
}
.Wutai_part1 .slick-dots li {
    background: #cacdd2;
    margin: 0 8px;
}
.Wutai_part1 .slick-dots li.slick-active {
    background: #c7000a;
}
.Wutai_part2 .slick-list {
    margin-left: -30px;
}
.Wutai_part2 .slick-track {
    padding: 5px 0;
}
.Wutai_part2 .item {
    margin-left: 30px;
    transition: all .5s;
}
.Wutai_part2 .item .img {
    padding-top: 72%;
}
.Wutai_part2 .item .txt {
    padding: 20px;
    text-align: center;
    font-size: 16px;
}
.Wutai_part2 .item:hover {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.Solu_case .slick-list {
    margin-left: -30px;
}
.Solu_case .slick-track {
    padding: 5px 0;
}
.Solu_case .item {
    margin-left: 30px;
    transition: all .5s;
}
.Solu_case .item .img {
    padding-top: 72%;
}
.Solu_case .item .txt {
    padding: 20px;
    text-align: center;
    font-size: 16px;
}
.Solu_case .item:hover {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media(max-width:1440px) {
    .Wutai_part1 .WutaiBoxR {
        line-height: 36px;font-size: 15px;
    }
}
@media(max-width:1024px) {
    .Wutai_part2 .item .txt {
        padding: 10px;
        font-size: 14px;
    }
    .Solu_case .item .txt {
        padding: 10px;
        font-size: 14px;
    }
    .Wutai_part1 .WutaiBoxR {
        line-height: 28px;
        font-size: 14px;
    }
    .Wutai_part1 .WutaiBoxL .item .img {
        padding-top: 420px;
    }
}
@media(max-width:640px) {
    .Wutai_part2 .slick-list {
        margin-left: -10px;
    }
    .Wutai_part2 .item {
        margin-left: 10px;
    }
    .Solu_case .slick-list {
        margin-left: -10px;
    }
    .Solu_case .item {
        margin-left: 10px;
    }
    .Wutai_part1 .WutaiBoxL {
        width: 100%;
    }
    .Wutai_part1 .WutaiBoxR {
        width: 100%;
        margin-top: 20px;
    }
    .Wutai_part1 .WutaiBoxL .item .img {
        padding-top: 85%;
    }
    .Wutai_part1 .WutaiBoxR {
        line-height: 25px;
    }
}
/* 视频系统 */
.Solu_img .Solu_imgBox {
    text-align: center;
    max-width: 896px;
    margin: 0 auto;
    overflow: hidden;
}
.Solu_img .Solu_imgBox img {
    max-width: 896px;
    width: 100%;
    transition: all .5s;
    -webkit-transition: all .5s;
}
.Solu_img .Solu_imgBox img:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.Solu_slider .Solu_sliderBox {
    padding: 4% 0;
    background: url(../images/solubg.jpg) no-repeat center center;
    background-size: cover;
}
.Solu_slider .Solu_sliderBox_con {
    max-width: 1200px;
    margin: 0 auto;
}
.Solu_slider .Solu_slider_img {
    text-align: center;
    max-width: 50vw;
    margin: 0 auto;
}
.Solu_slider .Solu_slider_img .item img {
    transition: all .5s;
    -webkit-transition: all .5s;
}
.Solu_slider .Solu_slider_img .item:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.Solu_slider .Solu_slider_con {
    margin-top: 30px;
    text-align: center;
    font-size: 16px;
    color: #666;
    line-height: 40px;
}
.Solu_slider .slick-dots {
    bottom: 20px;
}
.Solu_slider .slick-dots li {
    background: #a3abaf;
}
.Solu_slider .slick-dots li.slick-active {
    background: #c7000a;
}
@media(max-width:1440px) {
    .Solu_slider .Solu_slider_con {
        font-size: 14px;
        line-height: 25px;
    }
}
/* 工艺呈现 */
.Gongyicx_part1 {
    background: url(../images/gybg.jpg) no-repeat center center;
    background-size: cover;
}
.Gongyicx_part1 .GongyicxBox {
    padding-right: 25%;
    position: relative;
}
.Gongyicx_part1 .GongyicxBox .slider-for {
    width: 100%;
}
.Gongyicx_part1 .GongyicxBox .slider-for .item {
    position: relative;
}
.Gongyicx_part1 .GongyicxBox .slider-for .item .img {
    padding-top: 540px;
}
.Gongyicx_part1 .GongyicxBox .slider-for .item .img::after {
    content: '';
    display: block;
    width: 100%;
    height: 50%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(to top, #000, rgba(0, 0, 0, 0));
}
.Gongyicx_part1 .GongyicxBox .slider-for .item .txt {
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    left: 0;
    bottom: 0;
    color: #fff;
    box-sizing: border-box;
    padding: 30px 60px;
}
.Gongyicx_part1 .GongyicxBox .slider-for .item .txt .tit {
    font-size: 26px;
}
.Gongyicx_part1 .GongyicxBox .slider-for .item .txt .dec {
    font-size: 18px;
    line-height: 1.8;
    margin-top: 10px;
}
.Gongyicx_part1 .GongyicxBox .slider-nav {
    width: 27%;
    position: absolute;
    right: 0;
    top: 0;
}
.Gongyicx_part1 .GongyicxBox .slider-nav .item {
    height: 70px;
    font-size: 22px;
    line-height: 70px;
    margin: 10px 0;
    position: relative;
}
.Gongyicx_part1 .GongyicxBox .slider-nav .item::before {
    content: '';
    display: block;
    width: 0;
    height: 100%;
    background: #c7000a;
    position: absolute;
    right: 0;
    top: 0;
    opacity: 0;
    transition: all .5s;
}
.Gongyicx_part1 .GongyicxBox .slider-nav .item .icon {
    display: inline-block;
}
.Gongyicx_part1 .GongyicxBox .slider-nav .item .icon {
    margin-right: 32px;
    width: 40px;
}
.Gongyicx_part1 .GongyicxBox .slider-nav .item .icon .img2 {
    display: none;
}
.Gongyicx_part1 .GongyicxBox .slider-nav .item a {
    display: block;
    padding: 0 30px;
    text-align: center;
    position: relative;
    z-index: 99;
}
.Gongyicx_part1 .GongyicxBox .slider-nav .item.slick-current::before {
    width: 100%;
    opacity: 1;
}
.Gongyicx_part1 .GongyicxBox .slider-nav .item.slick-current a {
    color: #fff;
}
.Gongyicx_part1 .GongyicxBox .slider-nav .item.slick-current .icon .img1 {
    display: none;
}
.Gongyicx_part1 .GongyicxBox .slider-nav .item.slick-current .icon .img2 {
    display: inline-block;
}
.Gongyicx_part1 .GongyicxBox .slider-nav .item:hover .icon {
    -webkit-animation: icon-bounce 0.5s alternate;
    -moz-animation: icon-bounce 0.5s alternate;
    -o-animation: icon-bounce 0.5s alternate;
    animation: icon-bounce 0.5s alternate;
}
.Gongyicx_part2 {
    overflow: hidden;
}
.Gongyicx_part2 .GongyicxBox {
    margin-left: -2%;
}
.Gongyicx_part2 .GongyicxBox .item {
    width: 48%;
    margin-left: 2%;
    float: left;
}
.Gongyicx_part2 .GongyicxBox .item .itemtit {
    line-height: 70px;
    background: #f7f7f7;
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
}
.Gongyicx_part2 .GongyicxBox .item .itemlist ul li {
    line-height: 28px;
    margin-bottom: 12px;
    font-size: 14px;
    padding-left: 25px;
    position: relative;
    font-size: 16px;
    transition: all .5s;
    -webkit-transition: all .5s;
}
.Gongyicx_part2 .GongyicxBox .item .itemlist ul li i {
    font-family: 宋体;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    transition: all .5s;
    -webkit-transition: all .5s;
    color: #999;
}
.Gongyicx_part2 .GongyicxBox .item .itemlist ul li a {
    color: #666;
}
.Gongyicx_part2 .GongyicxBox .item .itemlist ul li:hover a {
    color: #c7000a;
}
.Gongyicx_part2 .GongyicxBox .item .itemlist ul li:hover {
    padding-left: 35px;
}
.Gongyicx_part2 .GongyicxBox .item .itemlist ul li:hover i {
    left: 10px;
    color: #c7000a;
}
.Gongyicx_part2 .GongyicxBox .item .itemtable table {
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #eaeaea;
    width: 100%;
    text-align: center;
}
.Gongyicx_part2 .GongyicxBox .item .itemtable table td {
    height: 60px;
    border: 1px solid #eaeaea;
    font-size: 16px;
    color: #666;
}
.Gongyicx_part2 .GongyicxBox .item .itemtable table tr {
    transition: all .5s;
}
.Gongyicx_part2 .GongyicxBox .item .itemtable table tr.trTit td {
    font-size: 18px;
}
.Gongyicx_part2 .GongyicxBox .item .itemtable table tr:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    border: 1px solid #eaeaea;
}
.Gongyicx_part2 .GongyicxBox .item .itemtable table tr:hover td {
    color: #c7000a;
    border: 1px solid #fff;
}
.Gongyicx_part2 .GongyicxBox .item .itemtable table tr.trTit:hover {
    box-shadow: 0 0ss 0 rgba(0, 0, 0, 0.1);
}
.Gongyicx_part2 .GongyicxBox .item .itemtable table tr.trTit:hover td {
    color: #666;
    border: 1px solid #eaeaea;
}
.Gongyicx_part2 .GongyicxBox .item.on .itemtit {
    background: #c7000a;
    color: #fff;
}
@media(max-width:1024px) {
    .Solu_slider .Solu_slider_img{max-width: none;}
    .Solu_slider_con div{max-width: none !important;}
    .Gongyicx_part1 .GongyicxBox .slider-for .item .txt {
        padding: 20px;
    }
    .Gongyicx_part1 .GongyicxBox .slider-for .item .txt .tit {
        font-size: 16px;
    }
    .Gongyicx_part1 .GongyicxBox .slider-for .item .txt .dec {
        font-size: 14px;
        line-height: 22px;
    }
    .Gongyicx_part1 .GongyicxBox .slider-nav .item {
        font-size: 15px;
        height: 50px;
        line-height: 50px;
        margin: 5px 0;
    }
    .Gongyicx_part1 .GongyicxBox .slider-for .item .img {
        padding-top: 360px;
    }
    .Gongyicx_part1 .GongyicxBox .slider-nav .item .icon {
        width: 22px;
        margin-right: 20px;
    }
    .Gongyicx_part2 .GongyicxBox .item .itemtit {
        line-height: 45px;
        font-size: 16px;
    }
    .Gongyicx_part2 .GongyicxBox .item .itemlist ul li {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 8px;
    }
    .Gongyicx_part2 .GongyicxBox .item .itemtable table tr.trTit td {
        font-size: 16px;
    }
    .Gongyicx_part2 .GongyicxBox .item .itemtable table td {
        height: 48px;
        font-size: 14px;
    }
}
@media(max-width:768px) {
    .Gongyicx_part2 .GongyicxBox .item {
        width: 98%;
        margin-bottom: 20px;
    }
    .Gongyicx_part1 .GongyicxBox {
        padding-right: 0;
    }
    .Gongyicx_part1 .GongyicxBox .slider-nav {
        width: 100%;
        position: static;
    }
    .Gongyicx_part1 .GongyicxBox .slider-nav .item {
        margin: 0;
    }
    .Gongyicx_part1 .GongyicxBox .slider-for .item .img {
        padding-top: 70%;
    }
    .Gongyicx_part1 .GongyicxBox .slider-for .item .img::after {
        height: 90%;
    }
}
.compensate-for-scrollbar {
    margin-right: 0 !important;
}