.container {
    max-width: 1350px;
}

/*网站公共样式*/

.info-content {
    line-height: 2;
}

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

a:hover {
    color: #d51419;
}

a:focus {
    color: #000;
}

a.btn-more {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    /* Firefox 4 */
    -webkit-transition: all 0.5s ease;
    /* Safari and Chrome */
    -o-transition: all 0.5s ease;
    /* Opera */
}

.banner {
    height: 500px\9 !important;
    overflow: hidden\9 !important;
    overflow: hidden;
}

/*兼容ie低版*/

.text-green {
    color: #00c0ff;
}

/*遮罩层*/

.mask-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    height: 100vh;
    background-color: rgba(0, 0, 0, .7);
    overflow: hidden;
    z-index: 100;
    top: 0;
    left: 0;
}

.mask-bg.active {
    display: block;
}

/*自定义导航动画，也可以用animater.css中的动画，需要在script.js中修改*/

.nav .animated,
.sub-nav .animated {
    animation-duration: 0.4s;
    -webkit-animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.navSlide {
    animation-name: navSlide;
    -webkit-animation-name: navSlide;
}

@keyframes navSlide {
    0% {
        transform: translateY(100%);
        -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -o-transform: translateY(100%);
        opacity: 0;
        visibility: visible;
    }
    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        opacity: 1;
    }
}

/*主菜单*/

@media (min-width:1000px)
/*pc端*/

    {
    .bannerphone {
        display: none !important;
    }
    .header {
        height: 70px;
        line-height: 70px;
        position: relative;
        top: 0;
        z-index: 20;
        width: 100%;
        background-color: #000;
    }
    .header.homeHeader {
        position: absolute;
        background-color: transparent;
    }
    .logo img {
        max-height: 50px;
    }
    .header .col-md-7 {
        padding-left: 0;
        padding-right: 0;
    }
    .logo-box {
        text-align: left;
    }
    .nav {
        position: relative;
    }
    .nav>ul {
        width: 80%;
        margin-left: auto;
    }
    .nav>ul>li {
        float: right;
        text-align: center;
        width: 16.66%;
        max-width: 130px;
    }
    .nav>ul>li>ul {
        position: absolute;
    }
    .nav>ul>li>a {
        font-size: 18px;
        display: block;
        width: 100%;
        color: #a9a9a9;
        position: relative;
    }
    .nav>ul>li.current>a,
    .nav>ul>li>a:hover {
        color: #fff;
    }
    .nav li:hover>ul {
        display: block;
    }
    .nav>ul>li>ul::before {
        display: block;
        margin: 0px auto;
        text-align: center;
        position: absolute;
        top: -8px;
        left: 45%;
        content: "";
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-bottom: 8px solid #fff;
    }
    .nav>ul>li>ul li ul::before {
        display: block;
        margin: 0px auto;
        text-align: center;
        position: absolute;
        top: 20px;
        left: -10px;
        content: "";
        width: 0;
        height: 0;
        border-bottom: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid transparent;
        border-left: 5px solid #fff;
    }
    .nav ul li ul li a {
        display: block;
        width: 100%;
        text-align: center;
        font-size: 15px;
        line-height: 50px
    }
    .nav ul li ul li a:hover {
        text-decoration: none;
        color: #fff;
        background: #0a1859;
    }
    .nav ul li ul li,
    .nav>ul>li>ul::before,
    .nav ul li ul {
        display: none !important;
    }
    .nav ul li {
        position: relative;
    }
    .nav ul li .arrow {
        display: none
    }
    .nav ul li ul {
        background-color: #fff;
        display: none;
        position: absolute;
        left: -18%;
        top: 100px;
        z-index: 2;
        width: 150px;
        border-top: 1px solid #0a1859;
    }
    /*二级ul样式*/
    .nav ul li ul li ul {
        left: 100%;
        top: 0px;
        display: none;
    }
    /*三级以后ul样式*/
    .nav-toggle {
        display: none;
    }
    .Banner5 .callbox-banner {
        position: absolute;
        top: 30%;
        left: 50%;
        transform: translate(-50%, 0);
    }
    .Banner5 .callbox-banner img {
        margin: auto;
    }
    .Banner5 .callbox-banner p {
        text-align: center;
        color: rgb(214, 21, 25);
        line-height: 2;
    }
    .Banner5 .callbox-banner div {
        text-align: center;
        color: #fff;
        line-height: 2;
    }
}

@media (max-width:1000px)
/*手机端*/

    {
    .bannerpc {
        display: none !important;
    }
    .header {
        box-shadow: 1px 1px 10px 1px rgba(68, 68, 68, 0.12);
        background-color: #000;
        position: relative;
    }
    .header .logo-box {
        height: 70px;
        padding-right: 70px;
        line-height: 70px;
        position: relative;
        z-index: 1;
    }
    .header .logo-box .logo img {
        max-height: 46px;
    }
    .header .nav-toggle {
        position: absolute;
        right: 0px;
        top: 0px;
        font-size: 25px;
        color: #fff;
        min-width: 70px;
        height: 70px;
        line-height: 70px;
        text-align: center;
        cursor: pointer;
        z-index: 2;
    }
    .header .nav-toggle i {
        cursor: pointer;
    }
    .header .nav-toggle.active {
        color: #ccc;
    }
    .nav {
        position: fixed;
        z-index: 999;
        top: 0px;
        right: 0px;
        width: 0px;
        background: #fff;
        height: 100%;
        height: 100vh;
        opacity: 0;
        transition: all 0.2s linear;
        overflow-y: auto
    }
    .nav.active {
        opacity: 1;
        width: 300px;
        max-width: 60%
    }
    .nav ul li {
        line-height: 45px;
        text-align: left;
    }
    .nav ul li ul {
        display: none;
    }
    /*二级ul样式*/
    .nav ul li a {
        padding-left: 30px;
        display: block;
        color: #999;
        font-size: 15px;
        line-height: 3.5;
        border-bottom: 1px solid #dcdcdc
    }
    .nav ul li ul li a {
        padding-left: 60px;
        font-size: 14px;
        background-color: #eeeeee
    }
    .nav ul li ul li ul li a {
        padding-left: 90px;
    }
    .nav ul li ul li ul li li a {
        padding-left: 120px;
    }
    .nav ul li {
        position: relative;
    }
    .nav ul li .arrow {
        position: absolute;
        right: 0px;
        top: 0px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        transition-duration: 0s
    }
    .nav ul li .arrow:after {
        font-family: FontAwesome;
        content: "\f105";
        display: block;
        font-weight: bold;
        font-size: 18px
    }
    .nav ul li.current>a {
        color: #d51419;
    }
    .nav ul li.active>ul {
        display: block
    }
    .nav ul li.active>.arrow {
        transform: rotate(90deg)
    }
    .Banner5 .callbox-banner img {
        margin: auto;
    }
    .Banner5 .callbox-banner p {
        text-align: center;
        color: rgb(214, 21, 25);
        line-height: 2;
    }
    .Banner5 .callbox-banner div {
        text-align: center;
        color: #fff;
        line-height: 2;
        margin-bottom: 30px;
    }
}

/*TOP*/

.header-top {
    line-height: 40px;
    background-color: rgb(34, 34, 34);
    font-size: 13px;
}

.header-top a {
    color: rgb(149, 149, 149);
}

.header-top .float-lg-left,
.header-top .float-lg-right {
    color: rgb(149, 149, 149);
}

/*banner-数字滚动*/

@media (min-width:1000px) {
    .years-box li .title {
        font-size: 100px;
        line-height: 1;
        font-weight: 600;
    }
    .years-box li .title::after {
        position: absolute;
        right: -25px;
        top: 20px;
        font-size: 20px;
        font-weight: 400;
    }
    .years-box li p {
        font-size: 20px;
        margin-top: 10px;
    }
}

@media (max-width:999px) and (min-width:415px) {
    .years-box li .title {
        font-size: 20px;
    }
    .years-box li .title::after {
        position: absolute;
        right: -20px;
        top: 10px;
        font-size: 13px;
    }
    .years-box li p {
        font-size: 14px;
    }
}

@media (max-width:414px) {
    .years-box li {
        padding-left: 0;
        padding-right: 0;
    }
    .years-box li .title {
        font-size: 20px;
    }
    .years-box li .title::after {
        position: absolute;
        right: -14px;
        bottom: 6px;
        font-size: 10px;
    }
    .years-box li p {
        font-size: 10px;
    }
    .years-box {
        padding: 10px 0 !important;
    }
}

.years-box {
    padding: 22px 0;
}

.years-box li {
    color: #fff;
    text-align: center;
}

.years-box li p {
    color: #fff;
}

.years-box li .title {
    position: relative;
    display: inline-block;
}

.years-box li .title::after {
    display: inline-block;
}

.years-box li:first-child .title::after {
    content: "家";
}

.years-box li:nth-child(2) .title::after {
    content: "家";
}

.years-box li:nth-child(3) .title::after {
    content: "亿";
}

/*bootom*/

@media (min-width:1000px) {
    footer {
        padding: 50px 0 20px;
    }
    footer .addpadd1 {
        padding-left: 80px;
    }
    footer .addpadd2 {
        padding-left: 60px;
    }
    footer .list {
        line-height: 1.8;
    }
    footer .list li:nth-child(n+9) {
        display: none;
    }
}

@media (max-width:1000px) {
    footer {
        margin-top: 40px;
        padding: 20px 0 10px;
    }
}

footer {
    width: 100%;
    min-height: 95px;
    background: #000;
    line-height: 2;
    color: rgb(153, 153, 153);
}

footer a {
    color: rgb(153, 153, 153);
}

footer a:hover {
    color: #fff;
}

footer .tit {
    color: #fff;
    font-size: 16px;
    padding-bottom: 10px;
}

footer .ewmImg img {
    max-height: 120px;
    background-color: #fff;
    padding: 8px;
}

/*图片列表*/

.images-list .row .item a {
    display: block;
    overflow: hidden;
}

.images-list .row .item img {
    display: block;
    width: 100%;
    height: auto;
    transition: all 0.3s ease-out 0s;
}

.images-list .row .item a:hover img {
    transform: scale(1.1, 1.1);
}

/*在线客服*/

.zaixian {
    position: fixed;
    bottom: 440px;
    right: 0px;
    z-index: 9;
}

.zaixian .zaixian_com {
    position: relative;
    width: 50px;
    height: 80px;
}

.zaixian_com .zxzx_pic1 {
    position: absolute;
    right: 0px;
    top: 0px;
}

.zaixian_com .zxzx_pic2 {
    position: absolute;
    right: -190px;
    top: -70px;
    z-index: 10;
    width: 170px;
    height: 300px;
}

.zaixian_com .zxzx_pic1 p {
    position: absolute;
    top: 50px;
    left: 18px;
    font-size: 13px;
    color: #fff;
}

.zaixian_com .zxzx_pic2 p {
    position: absolute;
    top: 118px;
    left: 24px;
    font-size: 13px;
    color: #fff;
}

.kf-lf-lj {
    position: absolute;
    width: 100px;
    right: 10px;
    top: 70px;
}

.kf-lf-lj a {
    display: block;
    line-height: 30px;
    padding-left: 10px;
    margin: 5px 0;
    color: #848484;
    font-size: 13px;
}

.kf-lf-lj a .fa {
    padding-right: 4px;
}

.kf-lf-lj a:hover {
    background: #1298fa url(../images/box-kefu2.png) no-repeat 5px center;
    color: #FFF;
    border-radius: 4px;
}

@media(max-width:1000px) {
    .zaixian {
        display: none;
    }
}

/*移动端固定栏目按钮*/

.float-nav-toggle {
    z-index: 10;
    display: block;
    text-align: center;
    position: fixed;
    left: 6px;
    bottom: 60px;
    color: #fff;
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: rgba(13, 13, 13, 0.6);
    border-radius: 20px;
}

@media (max-width: 767px) {
    .display-xs-block {
        display: block !important;
    }
}

/*手机端固定导航栏*/

.footer-fixed {
    position: fixed;
    left: 0;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    padding: 6px 0px 2px;
    color: #fff;
    z-index: 9;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-top: 0.2rem solid #000;
    background: #fff;
}

.footer-fixed ul {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
}

.footer-fixed ul li a {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 13px;
}

.footer-fixed ul li p {
    font-size: 1.3rem;
}

.footer-fixed.active {
    transform: translateX(2.8rem);
    z-index: 9;
}

.footer-fixed2 {
    font-size: 2.8rem;
    padding-top: 0.6rem;
}

.footer-fixed i {
    display: block;
}

.footer-fixed .fa {
    font-size: 22px;
}

@media (min-width:1000px) {
    .footer-fixed {
        display: none !important;
    }
}

@media (max-width:1000px) {
    footer {
        margin-bottom: 50px;
    }
}

/*内容页公共用*/

@media (min-width:1000px) {
    .breadcrumb {
        margin-left: 15px;
    }
    .same-gray-bg {
        background-color: #f4f4f4;
        margin-bottom: -70px;
    }
}

@media (max-width:1000px) {}

.breadcrumb-bg {
    background-color: #f4f4f4;
}

.breadcrumb {
    padding: 15px 0;
    color: rgb(204, 204, 204);
}

.breadcrumb a {
    color: rgb(102, 102, 102);
}

.breadcrumb li .fa {
    color: #e2b03d;
}

.breadcrumb>li+li::before {
    content: "⊙";
    padding: 0 5px;
    color: rgb(204, 204, 204);
}

.breadcrumb li:first-child a span:hover,
.breadcrumb li:last-child a:hover {
    text-decoration: underline;
}

.pagination>li>a,
.pagination>li>span {
    padding: 4px 10px;
}

.card1 {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.card2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    height: 44px;
}

.card3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
    height: 60px;
}

.page ul li .fa {
    padding-right: 10px;
}

.page ul li:hover a,
.page ul li:hover {
    color: #00c0ff;
}

.news-page ul li {
    color: #0f89dd;
}

.news-page ul li a:hover,
.news-page ul li:hover {
    color: #000;
}

.pagedetail {
    background: #f5f5f5;
    border: #E5E5E5 1px solid;
    padding: 5px;
    margin: 40px 0 20px;
    color: #868686;
    text-indent: 24px;
    font-size: 13px;
}

.html5zoo-arrow-left-0 {
    background: url(../images/left_img.png) no-repeat center !important;
    margin-left: 10px;
    width: 50px !important;
    height: 50px !important;
    background-size: cover !important;
}

.html5zoo-arrow-right-0 {
    background: url(../images/right_img.png) no-repeat center !important;
    margin-right: 10px;
    width: 50px !important;
    height: 50px !important;
    background-size: cover !important;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    background-color: #000;
    border-color: #000;
}

/*转动*/

.zhuan {
    -webkit-animation: logoRotate 0.8s ease-in-out 0.8s alternate none 1;
    animation: logoRotate 0.8s ease-in-out 0.8s alternate none 1;
}

@-webkit-keyframes logoRotate {
    0% {
        -webkit-transform: rotateY(0deg);
    }
    100% {
        -webkit-transform: rotateY(-180deg);
    }
    0% {
        -webkit-transform: rotateY(-180deg);
    }
    100% {
        -webkit-transform: rotateY(0deg);
    }
}

@keyframes logoRotate {
    0% {
        transform: rotateY(0deg);
    }
    100% {
        transform: rotateY(-180deg);
    }
    0% {
        -webkit-transform: rotateY(-180deg);
    }
    100% {
        -webkit-transform: rotateY(0deg);
    }
}

/*子栏目样式*/

.sub-nav-box .sub-nav>ul>li {
    text-align: center;
    line-height: 38px;
    display: inline-block;
}

.sub-nav-box .sub-nav>ul>li>ul {
    position: absolute;
}

.sub-nav-box .sub-nav>ul>li.active>a {
    color: #d51419;
}

.sub-nav-box .sub-nav li:hover>ul {
    display: block;
}

.sub-nav-box .sub-nav>ul>li>ul::before {
    display: block;
    margin: 0px auto;
    text-align: center;
    position: absolute;
    top: -8px;
    left: 45%;
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ed8e82;
}

.sub-nav-box .sub-nav>ul>li>ul li ul::before {
    display: block;
    margin: 0px auto;
    text-align: center;
    position: absolute;
    top: 20px;
    left: -10px;
    content: "";
    width: 0;
    height: 0;
    border-bottom: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid transparent;
    border-left: 5px solid #fff;
}

.sub-nav-box .sub-nav ul li ul li a {
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    line-height: 50px
}

.sub-nav-box .sub-nav ul li ul li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(0, 0, 0, 0.1);
}

.sub-nav-box .sub-nav ul li {
    position: relative;
}

.sub-nav-box .sub-nav ul li .arrow {
    display: none
}

.sub-nav-box .sub-nav ul li ul {
    background-color: #ed8e82;
    display: none;
    position: absolute;
    left: 0;
    z-index: 2;
    width: 100%;
}

/*二级ul样式*/

.sub-nav-box .sub-nav ul li ul li ul {
    left: 100%;
    top: 0px;
    display: none;
}

/*三级以后ul样式*/

@media screen and (min-width:1000px) {
    .sub-nav-box {
        margin: 0 auto;
        text-align: center;
    }
    .sub-nav-box .sub-nav>ul>li {
        border-radius: 50px;
        margin: 0 10px;
        background-color: #fff;
    }
    .sub-nav-box .sub-nav>ul>li>a {
        padding: 0px 32px;
        display: block;
    }
    .sub-nav-box .sub-nav>ul>li.active>a {
        font-weight: bold;
    }
}

@media screen and (max-width:1000px) {
    .sub-nav-box .sub-nav>ul>li {
        margin-right: 10px;
    }
    .sub-nav-box .sub-nav>ul>li>a {
        width: 100%;
        height: 34px;
        display: inline-block;
        font-size: 13px;
        overflow: hidden;
        background-color: #f4f4f4;
    }
    .sub-nav-box .sub-nav ul li {
        width: 29%;
        line-height: 34px;
    }
    .sub-nav-box .sub-nav ul li ul li,
    .sub-nav-box .sub-nav ul li ul::before {
        display: none;
    }
}

/*内页公共样式*/

@media (min-width:1000px) {
    .same-padding {
        padding-top: 70px;
    }
    .sameTitle {
        padding: 50px 0;
    }
    .sameTitle .en {
        font-size: 40px;
    }
    .sameTitle .cn {
        font-size: 20px;
        margin-top: -4px;
    }
    .index-service-bg2 {
        margin-bottom: -80px;
    }
}

@media(max-width:1000px) {
    .same-padding {
        padding-top: 30px;
    }
    .sameTitle {
        padding: 30px 0;
    }
    .sameTitle .en {
        font-size: 20px;
    }
    .sameTitle .cn {
        font-size: 18px;
    }
    .index-service-bg2 {
        margin-bottom: -40px;
    }
}

.sameTitle .en {
    color: #ccc;
}

.sameTitle .cn {
    color: rgb(214, 21, 25);
}

/*内页-解决方案*/

@media (min-width:1000px) {
    .product-box li {
        padding-bottom: 30px;
    }
    .product-box li .title {
        font-size: 16px;
    }
    .show {
        position: relative;
    }
    /*鼠标触发下拉遮罩样式*/
    .show img {
        display: block;
        width: 100%;
    }
    .show .mask {
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
        position: absolute;
        bottom: 0;
        left: 0;
        transition: 0.3s linear;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        opacity: 0;
    }
    .show:hover .mask {
        opacity: 1;
    }
    .show .mask img {
        max-width: 45px;
        max-height: 45px;
    }
}

@media (max-width:1000px) {
    .product-box li {
        padding-bottom: 10px;
    }
    .show .mask {
        display: none;
    }
}

.product-box li {
    text-align: center;
}

.product-box li .title {
    line-height: 1.5;
    padding: 10px 10px 0;
    color: #555;
}

.product-box li .title:hover {
    color: #d51419;
}

.product-box li .introduct {
    color: #a9a9a9;
    padding-top: 6px;
}

.product-box li .price {
    font-size: 16px;
    color: #d5a353;
    font-weight: bold;
    padding-bottom: 6px;
}

/*内页-新闻中心*/

@media(min-width:1000px) {
    .news-list {
        margin: 50px 15px 0;
    }
    .news-list .row {
        margin-bottom: 30px;
        padding-bottom: 30px;
    }
    .news-list .row .date {
        width: 85px;
        height: 85px;
    }
    .news-list .row .title a {
        font-size: 15px;
        padding-top: 16px;
    }
    .news-list .row .title .time {
        font-size: 15px;
    }
    .news-list .row .date li:first-child {
        font-size: 28px;
        line-height: 50px;
    }
    .news-list .row .date li:last-child {
        font-size: 13px;
    }
    .news-list .row .col-md-1 {
        width: 9%;
    }
    .news-list .row .col-md-11 {
        width: 91%;
    }
}

@media(max-width:1000px) {
    .news-list .row {
        margin-bottom: 10px;
    }
    .news-list .row .date {
        width: 60px;
        height: 60px;
    }
    .news-list .row .date li:first-child {
        font-size: 24px;
        height: 38px;
        line-height: 38px;
    }
    .news-list .row .date li:last-child {
        font-size: 13px;
    }
    .news-list .row {
        padding: 10px 0 24px;
    }
}

.news-list .row {
    border-bottom: 1px dotted #dbd4cd;
    overflow: hidden;
}

.news-list .row .title a {
    color: #555;
    font-weight: bold;
}

.news-list .row .title a:hover {
    color: #d51419;
}

.news-list .row .title p {
    padding-top: 2px;
    color: #999;
    line-height: 22px;
}

.news-list .row .date {
    background: #969393;
    text-align: center;
    color: #fff;
    transition: all .1s ease;
}

/*分页-关于我们*/

@media (min-width:1000px) {
    .mCustomScrollBox {
        padding: 0 10px 0px;
    }
    .mCustomScrollBox {
        padding-right: 50px;
    }
    .memp-bg {
        padding: 80px 0 100px;
    }
    .mCSB_inside>.mCSB_container {
        margin-right: 0 !important;
    }
    .mCustomScrollBox.mCS-light {
        padding-right: 30px !important;
    }
    .about-me-line {
        background: #d61519;
        width: 100px;
        height: 3px;
        position: absolute;
        left: -40px;
        top: 70px;
        z-index: 1;
    }
    .about-aptitude-bg {
        background-color: rgb(244, 244, 244);
        margin-bottom: -70px;
        position: relative;
        padding-bottom: 60px;
    }
    .about-aptitude-img {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        background: url(../images/guanyu2.jpg);
        background-attachment: fixed;
        width: 100%;
        height: 382px;
    }
    .about-aptitude-box {
        position: relative;
        z-index: 2;
    }
    .about-tit-box {
        position: relative;
        text-align: center;
    }
    .about-tit-box .en {
        font-size: 100px;
        color: #fff;
        line-height: 1;
        font-weight: 600;
        margin-top: 80px;
    }
    .about-tit-box .cn {
        position: absolute;
        width: 100%;
        font-size: 32px;
        color: rgb(34, 34, 34);
        top: 45px;
        font-weight: 600;
    }
    .about-tit-box .tips {
        font-size: 18px;
        color: rgb(136, 136, 136);
        margin-bottom: 30px;
    }
}

@media(max-width:1000px) {
    .mCustomScrollBox {
        padding-bottom: 20px;
    }
    .memp-bg {
        padding: 30px 0;
    }
    .about-aptitude-bg {
        background-color: rgb(244, 244, 244);
        margin-bottom: -50px;
        position: relative;
        padding-bottom: 10px;
    }
    .about-aptitude-img {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        background: url(../images/guanyu2.jpg);
        background-attachment: fixed;
        width: 100%;
        height: 382px;
        background-position: top;
    }
    .about-aptitude-box {
        position: relative;
        z-index: 2;
    }
    .about-tit-box {
        position: relative;
        text-align: center;
    }
    .about-tit-box .en {
        font-size: 40px;
        color: #fff;
        line-height: 1;
        font-weight: 600;
        margin-top: 30px;
    }
    .about-tit-box .cn {
        position: absolute;
        width: 100%;
        font-size: 18px;
        color: rgb(34, 34, 34);
        top: 12px;
        font-weight: 600;
    }
    .about-tit-box .tips {
        font-size: 14px;
        color: rgb(136, 136, 136);
        margin-bottom: 20px;
    }
    .about-aptitude-box img {
        margin-bottom: 20px;
    }
}

._mCS_1 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background: #131313;
    width: 5px;
}

._mCS_1 .mCSB_scrollTools .mCSB_draggerRail {
    background: #c2c2c2;
    width: 2px;
}

.ScrollContent .mCSB_scrollTools .mCSB_buttonUp,
.ScrollContent .mCSB_scrollTools .mCSB_buttonDown,
.ScrollContent .mCSB_scrollTools .mCSB_buttonLeft,
.ScrollContent .mCSB_scrollTools .mCSB_buttonRight {
    background-image: url(../images/mCSB_buttons.png);
}

.ScrollContent .mCSB_scrollTools .mCSB_buttonUp {
    background-position: -96px 0;
}

.ScrollContent .mCSB_scrollTools .mCSB_buttonDown {
    background-position: -96px -20px;
}

.ScrollContent {
    max-height: 386px;
}

.memp-bg {
    background: #f4f4f4;
    color: rgb(90, 90, 90);
}

/*banner-分页*/

@media (min-width:1000px) {
    .zdybanner {
        height: 670px;
    }
}

@media (max-width:1000px) {}

.zdybannerp {
    width: 100%;
}

.Banner5 .zdybanner {
    position: relative;
    overflow: hidden;
}