/******************/

.talk-a {
    float: right;
    height: 24px;
    line-height: 24px;
    background: url("../images/love.png") left center no-repeat;
    margin-top: 38px;
    color: #ffffff;
    font-size: 16px;
    padding-left: 32px;
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.talk-a:hover {
    color: #f95360;
    background: url("../images/love2.png") left center no-repeat;
}

.menu-box {
    overflow: hidden;
    min-width: 130px;
    position: relative;
    float: right;
    height: 42px;
    line-height: 42px;
    border: 1px solid #fff;
    font-size: 16px;
    border-radius: 42px;
    margin: 29px 0 0 40px;
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.menu-hov {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    color: #ffffff;
    font-size: 16px;
    padding: 0 60px 0 20px;
    height: 42px;
}

.nav-bar2 {
    position: absolute;
    right: 15px;
    top: 19px;
    height: 14px;
    display: block;
    z-index: 25;
}

.nav-ac .nav-bar2 {}

.nav-icon {
    display: inline-block;
    position: relative;
    width: 18px;
    height: 3px;
    background-color: #fff;
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: background-color, -webkit-transform;
    transition-property: background-color, transform;
    transition-property: background-color, transform, -webkit-transform;
    /* -webkit-transition-duration: 300ms; transition-duration: 300ms;*/
}

.nav-icon:before,
.nav-icon:after {
    content: '';
    display: block;
    width: 18px;
    height: 3px;
    position: absolute;
    background: #fff;
    -webkit-transition-property: margin, -webkit-transform;
    transition-property: margin, -webkit-transform;
    transition-property: margin, transform;
    transition-property: margin, transform, -webkit-transform;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
}

.nav-icon:before {
    margin-top: -5px;
}

.nav-icon:after {
    margin-top: 5px;
}

.nav-ac .nav-icon {
    background: none;
}

.nav-ac .nav-icon:before {
    margin-top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nav-ac .nav-icon:after {
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*********************/
.menu-nav {
    width: 0;
    float: right;
    overflow: hidden;
    height: 42px;
    overflow: hidden;
    position: relative;
    z-index: 26;
    padding: 0 20px;
}

.menu-nav a {
    color: #fff;
    width: 90px;
    display: block;
    float: left;
    text-align: center;
}

.menu-nav a:hover {
    color: #ffa32b;
}

.navfixed {
    position: fixed !important;
    top: 50% !important;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    z-index: 999;
    background: #fff url("https://www.jxdrkj.com/public/static/home/images/fixed_hand.png") center left no-repeat;
    background-size: 30px auto;
    animation: dashou 1s linear infinite;
    animation-fill-mode: forwards;
}

.left-bar {
    display: none;
}

/********ZZZZZZZ********************/
.awareFraudWrap {
    display: none;
}

@keyframes dashou {

    50% {
        background-position-x: 10px;
    }

    100% {
        background-position-x: 0px;
    }

}

/* 轮播图 */
.sl-index {
    position: relative;
    background: #f5f5f5;
    overflow: hidden;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/*css variables*/
:root {
    --thumbnail-width: 20px;
    --thumbnail-height: 3px;
    --shadow: rgba(0, 0, 0, .25);
}

#sections-wrapper {
    position: relative;
    overflow: hidden;
    height: 100vh;
}

section {
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.hide-bottom {
    transform: translateY(100%);
}

.hide-top {
    transform: translateY(-100%);
}

.segment {
    height: 100%;
    display: inline-block;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
}

.segment-inner {
    position: absolute;
    top: 0;
    background: no-repeat center center / cover;
    height: 100%;
    width: 100vw;
}

.sections-control {
    text-align: center;
    font-size: 0;
    position: absolute;
    right: 0px;
    bottom: 25px;
    box-sizing: border-box;
    width: 100%;
}

.av-container .sections-control {}

.section-thumbnail {
    background: url("../images/line2.jpg") -68px 0 no-repeat;
    width: 68px;
    height: 5px;
    display: block;
    margin: 0 15px;
    position: relative;
    transition: .3s all ease;
    cursor: pointer;
    display: inline-block;
}

.section-thumbnail:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: var(--thumbnail-height);
    top: 50%;
    /*margin-top:calc(var(--thumbnail-height)/2 * -1);*/
}

.section-thumbnail:hover {
    opacity: 1;
    background: url("../images/line2.jpg") 0px 0 no-repeat;
}

.section-thumbnail.active {
    opacity: 1;
    background: url("../images/line2.jpg") 0px 0 no-repeat;
}

/***************/


/*****新闻NEWS***************/
.news-box {
    position: relative;
    height: 640px;
    overflow: hidden;
    width: 1366px;
    margin: 0 auto;
    margin-top: 100px;
}

.news-tab {
    position: absolute;
    left: 0;
    top: 80px;
    height: 420px;
    background: #2d3843;
    padding: 30px;
    width: 320px;
    z-index: 22
}

.news-on,
.news-off {
    display: block;
    height: 75px;
    margin-top: 18px;
    color: #fff;
    position: relative;
}

.news-on:before,
.news-off:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #2a60e8;
    z-index: 18;
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.news-on:after,
.news-off:after {
    content: "";
    position: absolute;
    left: 200px;
    top: 0;
    width: 0;
    height: 100%;
    background: url("../images/jt1.png") left center no-repeat;
    z-index: 18;
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.news-on span,
.news-off span {
    color: #ffffff;
    font-size: 24px;
    padding-left: 38px;
    line-height: 75px;
    position: relative;
    z-index: 19;
}

.news-on:before {
    width: 100%;
}

.news-on:after {
    width: 46px;
    left: 250px;
}

.news-on span {
    color: #2d3843;
}

.news-bom {
    color: #1b2229;
    font-size: 18px;
    letter-spacing: 5px;
    margin-top: 18px;
}

.news-bom img {
    width: 320px;
    height: 180px;
    display: block;
    margin-bottom: 6px;
}

.news-right {
    width: 1170px;
    height: 640px;
    background: #fff;
    float: right;
}

.news-list {
    width: 920px;
    float: right;
    overflow: hidden;
    margin-right: 30px;
    margin-top: 52px;
}

.news-list li {
    position: relative;
    padding: 40px 0;
    line-height: 26px;
    border-bottom: 1px solid #f0f0f0;
    color: #888888;
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.news-list li h1 {
    color: #232e3a;
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 100;
}

.news-list li h3 {
    font-size: 14px;
    height: 52px;
    overflow: hidden;
}

.news-list li .date {
    position: absolute;
    right: 0px;
    top: 43px;
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.news-list li:hover {
    padding-right: 200px;
}

.news-list li:hover .date {
    right: 200px;
}

.news-list li:hover h1 {
    color: #2a60e8;
}

.news-list li:after {
    position: absolute;
    left: 0;
    bottom: -1px;
    content: "";
    height: 1px;
    width: 0;
    background: #2a60e8;
    -webkit-transition: all 0.7s linear;
    -ms-transition: all 0.7s linear;
    transition: all 0.7s linear;
}

.news-list li:hover:after {
    width: 100%;
}

.news-list li .cuo-btn {
    position: absolute;
    right: -200px;
    bottom: 40px;
    width: 160px;
    height: 100px;
    font-weight: 100;
    line-height: 100px;
    color: #232e3a;
    font-size: 18px;
    text-align: center;
    background: #2a60e8;
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.news-list li:hover .cuo-btn {
    right: 0;
}

@keyframes myanim {
    0% {
        font-size: 18px;
    }

    /* 初始动画值 */
    25% {
        font-size: 16px;
    }

    50% {
        font-size: 18px;
    }

    75% {
        font-size: 16px;
    }

    100% {
        font-size: 18px;
    }

    /* 最终动画值 */
}

.cuo-btn {
    transition: all 200ms ease-in 0s;
    -webkit-transition: all 200ms ease-in 0s;
    -ms-transition: all 200ms ease-in 0s;
    animation-name: myanim;
    /*规定 @keyframes 动画的名称。*/
    animation-duration: 2s;
    /*规定动画完成一个周期所花费的秒或毫秒。默认是 0。*/
    animation-timing-function: linear;
    /*规定动画的速度曲线。默认是 "ease"。*/
    animation-delay: 0s;
    /*规定动画何时开始。默认是 0。*/
    animation-iteration-count: infinite;
    /*规定动画被播放的次数。默认是 1 这里infinite是无限 */
    animation-direction: normal;
    /*规定动画是否在下一周期alternate逆向地播放。默认是 "normal"。 正常播放*/
    animation-play-state: running;
    /*规定动画是否正在运行或暂停。默认是 "running"。*/
    animation-fill-mode: forwards;
    /*还停留在B点*/
}

/*************/
.zx-box {
    width: 1200px;
    height: 150px;
    background: #2a60e8;
    margin: 0 auto;
    color: #333333;
    font-size: 14px;
    text-align: center;
    padding-top: 50px;
}

.zx-box .case-btn {
    bottom: 35px;
}

/*********/
.kj-a {
    border-left: 1px solid #e6e6e6;
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}

.kj-a li {
    position: relative;
    float: left;
}

.kj-a a {
    display: block;
    height: 177px;
    width: 239px;
    border: 1px solid #e6e6e6;
    font-size: 16px;
    border-left: none;
    text-align: center;
    color: #666666;
    line-height: 80px;
}

.kj-a a img {
    display: block;
    height: 53px;
    margin: 0 auto;
    margin-top: 42px;
}

.cool-l span {
    position: absolute;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.cool-l .line-1 {
    left: 0px;
    top: 0px;
    width: 0%;
    height: 2px
}

.cool-l .line-2 {
    right: 0px;
    top: 0px;
    width: 2px;
    height: 0%
}

.cool-l .line-3 {
    right: 0px;
    bottom: 0px;
    width: 0%;
    height: 2px
}

.cool-l .line-4 {
    left: 0px;
    bottom: 0px;
    width: 2px;
    height: 0%
}

.cool-l:hover .line-1,
.cool-l:hover .line-3 {
    width: 100%
}

.cool-l:hover .line-2,
.cool-l:hover .line-4 {
    height: 100%
}

.kj1 span {
    background: #35c2fa;
}

.kj1:hover a {
    color: #35c2fa
}

.kj2 span {
    background: #eb6247;
}

.kj2:hover a {
    color: #eb6247
}

.kj3 span {
    background: #ffa241;
}

.kj3:hover a {
    color: #ffa241
}

.kj4 span {
    background: #1296db;
}

.kj4:hover a {
    color: #1296db
}

.kj5 span {
    background: #9a74db;
}

.kj5:hover a {
    color: #9a74db
}

/**********************************/
.class-ul {
    overflow: hidden;
}

.class-ul li {
    width: 400px;
    float: left;
    overflow: hidden;
}

.class-ul li .img-box {
    width: 400px;
    height: 195px;
    overflow: hidden;
}

.class-ul li .class-box {
    width: 398px;
    height: 193px;
    color: #666666;
    border: 1px solid #f1f1f1;
    text-align: center;
    font-size: 14px;
    background: url("../images/bg1.jpg") 0 -12px no-repeat;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.class-ul .c1 .class-box,
.class-ul .c3 .class-box {
    background: url("../images/bg1.jpg") 0 -401px no-repeat;
}

.class-ul li h1 {
    color: #058cd3;
    font-size: 18px;
    margin: 30px 0 20px;
}

.bm-btn {
    color: #666;
    width: 114px;
    height: 34px;
    line-height: 34px;
    display: block;
    margin: 0 auto;
    margin-top: 30px;
    border: 1px solid #d9d9d9;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.class-ul li:hover .class-box {
    background: url("../images/bg1.jpg") 0 -207px no-repeat;
    color: #fff;
}

.class-ul li:hover h1 {
    color: #fff;
}

.class-ul li:hover .bm-btn {
    color: #fff;
    border: 1px solid #fff;
    font-size: 16px;
}

/*************************/
.gray-bg {
    background: #f5f5f5;
    padding-bottom: 60px;
    overflow: hidden;
}

.about-info {
    float: left;
    overflow: hidden;
    width: 500px;
    padding: 0 50px;
    background: #fff;
    height: 379px;
    color: #888888;
    font-size: 15px;
    line-height: 30px;
}

.about-info h1 {
    color: #333333;
    font-size: 18px;
    text-align: center;
    margin: 28px 0 10px
}

.about-btn {
    color: #fff;
    width: 157px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-top: 25px;
    background: #058cd3;
    -webkit-border-radius: 19px;
    border-radius: 19px;
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.about-btn:hover {
    width: 160px;
    height: 39px;
    line-height: 39px;
    font-size: 18px;
    box-shadow: 5px 5px 8px #aaa;
}

/* 轮播图 */
.about-slide {
    position: relative;
    background: #f5f5f5;
    overflow: hidden;
    width: 600px;
    height: 379px;
    float: left;
}

.about-slide .hd {
    height: 12px;
    overflow: hidden;
    position: absolute;
    right: 0px;
    bottom: 40px;
    z-index: 1;
    width: 100%;
    text-align: center;
    display: none;
}

.about-slide .hd ul {
    overflow: hidden;
    zoom: 1;
}

.about-slide .hd ul li {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: #fff;
    margin: 0 5px;
    border-radius: 50%;
    line-height: 50px;
    cursor: pointer;
}

.about-slide .hd ul li.on {
    background: #058cd3;
}

.about-slide .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.about-slide .bd li {
    zoom: 1;
    vertical-align: middle;
}

.about-slide .bd li img {
    height: 379px;
    width: 600px;
    display: block;
}

.about-slide .prev,
.about-slide .next {
    position: absolute;
    bottom: 20px;
    display: block;
    width: 40px;
    height: 40px;
    overflow: hidden;
    background: url("../images/prev.jpg") no-repeat;
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.about-slide .prev {
    right: 70px;
}

.about-slide .prev:hover {
    background-position: -40px 0;
}

.about-slide .next {
    right: 20px;
    background-position: -120px 0;
}

.about-slide .next:hover {
    background-position: -80px 0;
}

/********************************/
/*教练风采*/
.picScroll-left {
    overflow: hidden;
    position: relative;
    padding-bottom: 85px;
}

.picScroll-left .hd {
    height: 0px;
    position: relative;
}

.picScroll-left .bd {}

.picScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picScroll-left .bd ul li {
    margin-right: 33px;
    float: left;
    _display: inline;
    overflow: hidden;
    width: 275px;
    position: relative;
}

.picScroll-left .bd ul li img {
    display: block;
    width: 275px;
    height: 340px;
}

.picScroll-left .bd ul li h1 {
    width: 273px;
    border: 1px solid #f1f1f1;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #333333;
    font-size: 18px;
    background: url("../images/bg1.jpg") 0 -155px;
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.picScroll-left .bd ul li:hover h1 {
    background-position: 0 -207px;
    border: 1px solid #058cd3;
    color: #fff;
}

/*翻页*/
.picScroll-left .prev,
.picScroll-left .next {
    position: absolute;
    bottom: 0;
    display: block;
    width: 49px;
    height: 49px;
    background: url("../images/prev2.png") 0 0 no-repeat;
    overflow: hidden;
    cursor: pointer;
    z-index: 99;
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.picScroll-left .prev {
    left: 540px;
}

.picScroll-left .prev:hover {
    background-position: -49px 0;
}

.picScroll-left .next {
    right: 540px;
    background-position: -148px 0;
}

.picScroll-left .next:hover {
    background-position: -99px 0;
}

/*学校新闻*/
.news-left {
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.news-left .hd {
    height: 0px;
    position: relative;
}

.news-left .bd {
    width: 1210px;
    overflow: hidden;
}

.news-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.news-left .bd ul li {
    margin: 0 37px 10px 0;
    float: left;
    _display: inline;
    overflow: hidden;
    width: 375px;
    position: relative;
    height: 400px;
    background: #fff;
    -webkit-box-shadow: 5px 5px 5px #ddd;
    -ms-box-shadow: 5px 5px 5px #ddd;
    box-shadow: 5px 5px 5px #ddd;
}

.news-left .bd ul li img {
    display: block;
    width: 375px;
    height: 200px;
}

.news-left .bd ul li .news-con {
    padding: 20px;
    color: #666;
    font-size: 14px;
    line-height: 20px;
}

.news-left .bd ul li h1 {
    color: #333333;
    font-size: 16px;
}

.news-left .bd ul li h3 {
    color: #bbbbbb;
    padding: 5px 0;
}

.news-left .bd ul li:hover h1 {
    color: #058cd3;
}

/*翻页*/
.news-left .prev,
.news-left .next {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 49px;
    height: 49px;
    background: url("../images/prev2.png") 0 0 no-repeat;
    overflow: hidden;
    cursor: pointer;
    z-index: 99;
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.news-left .prev {
    left: -60px;
}

.news-left .prev:hover {
    background-position: -49px 0;
}

.news-left .next {
    right: -60px;
    background-position: -148px 0;
}

.news-left .next:hover {
    background-position: -99px 0;
}

/***************************************/
.news-btn {}

.news-btn {
    color: #fff;
    width: 157px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    display: block;
    margin-top: 20px;
    background: #058cd3;
    -webkit-border-radius: 19px;
    border-radius: 19px;
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.news-btn:hover {
    width: 160px;
    height: 39px;
    line-height: 39px;
    font-size: 18px;
    box-shadow: 5px 5px 8px #aaa;
}

/****************/
.guide-box {
    height: 440px;
    overflow: hidden;
}

.guide-tab {
    text-align: center;
}

.guide-on,
.guide-off {
    color: #888888;
    font-size: 14px;
    margin: 0 5px 10px;
    width: 136px;
    height: 34px;
    line-height: 34px;
    display: inline-block;
    border: 1px solid #d7d7d7;
    cursor: pointer;
    -webkit-border-radius: 17px;
    border-radius: 17px;
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.guide-on {
    background: #058cd3;
    border: 1px solid #058cd3;
    color: #fff;
    box-shadow: 5px 5px 5px #888
}

.guide-inn {}

/*学车指南*/
.guide-inn {
    overflow: hidden;
    position: relative;
    padding-bottom: 85px;
}

.guide-inn .hd {
    height: 0px;
    position: relative;
}

.guide-inn .hd ul {
    display: none;
}

.guide-inn .bd {}

.guide-inn .bd ul {
    overflow: hidden;
    zoom: 1;
    width: 1250px;
}

.guide-inn .bd ul li {
    margin: 40px 40px 0 0;
    float: left;
    _display: inline;
    overflow: hidden;
    width: 580px;
    height: 134px;
    color: #777777;
    line-height: 24px;
    background: #f8f8f8;
    position: relative;
}

.guide-inn .bd ul li img {
    display: block;
    width: 134px;
    height: 134px;
    float: left;
    margin-right: 27px;
}

.guide-inn .bd ul li h1 {
    margin: 20px 0 10px;
    color: #333333;
    font-size: 16px;
}

.guide-inn .bd ul li:after {
    content: "";
    position: absolute;
    bottom: 18px;
    left: 162px;
    width: 16px;
    height: 2px;
    background: url("../images/line1.jpg") -26px 0 no-repeat;
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.guide-inn .bd ul li:hover {
    color: #fff;
    background: #058cd3;
}

.guide-inn .bd ul li:hover h1 {
    color: #fff;
}

.guide-inn .bd ul li:hover:after {
    background-position: -10px 0;
}

/*翻页*/
.guide-inn .prev,
.guide-inn .next {
    position: absolute;
    top: 383px;
    display: block;
    width: 49px;
    height: 49px;
    background: url("../images/prev2.png") 0 0 no-repeat;
    overflow: hidden;
    cursor: pointer;
    z-index: 99;
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.guide-inn .prev {
    left: 540px;
}

.guide-inn .prev:hover {
    background-position: -49px 0;
}

.guide-inn .next {
    right: 540px;
    background-position: -148px 0;
}

.guide-inn .next:hover {
    background-position: -99px 0;
}

/*****内页*****/
.inban {
    height: 300px;
    position: relative;
}

.wz-bg {
    height: 50px;
    background: #f5f5f5;
}

.wz {
    background: url("../images/wz.jpg") 0 no-repeat;
    padding-left: 10px;
    float: right;
    color: #888888;
    font-size: 14px;
    line-height: 50px;
}

.wz a {
    color: #888888;
    padding: 0 7px;
}

.wz a:hover {
    color: #058cd3;
    text-decoration: underline;
}

.inmain {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.left {
    width: 240px;
    float: left;
    position: relative;
}

.left-t {
    position: absolute;
    left: 50%;
    margin-left: -600px;
    bottom: -50px;
    width: 240px;
    height: 100px;
    background: #058cd3;
    line-height: 100px;
    text-align: center;
    color: #fff;
    font-size: 24px;
}

.left-c {
    margin-top: 30px;
    overflow: hidden;
    padding-bottom: 30px;
    background: #f5f5f5;
}

.left-c a {
    display: block;
    height: 55px;
    line-height: 53px;
    color: #666666;
    margin-top: 1px;
    text-align: center;
    font-size: 16px;
    background: url("../images/leftc.jpg") -242px 0 no-repeat;
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.left-c a:hover,
.left-c a.on {
    background-position: -2px 0;
    color: #fff;
}

.right {
    width: 900px;
    min-height: 400px;
    float: right;
    overflow: hidden;
}

.right-t {
    margin-top: 30px;
    height: 52px;
    line-height: 52px;
    font-size: 24px;
    color: #15a2d6;
    border-bottom: 1px solid #ececec;
}

.right-t span {
    color: #bbbbbb;
    font-size: 16px;
    margin-left: 6px;
}

/******/
.inpic {
    overflow: hidden;
    width: 950px;
}

.inpic li {
    float: left;
    width: 283px;
    overflow: hidden;
    margin: 25px 25px 0 0;
    line-height: 30px;
}

.inpic li img {
    width: 283px;
    height: 203px;
    display: block;
}

.inpic li h1 {
    border: 1px solid #f1f1f1;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #333333;
    font-size: 18px;
    background: url("../images/pich1.jpg") 0 -50px;
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.inpic li:hover h1 {
    background-position: 0 0px;
    border: 1px solid #058cd3;
    color: #fff;
}

.coach-pic li {
    width: 206px;
}

.coach-pic li img {
    width: 206px;
    height: 253px;
}

/*************/
.fanye {
    text-align: center;
    padding: 40px 0 0px 0;
}

.fanye a {
    display: inline-block;
    padding: 0 10px;
    height: 26px;
    border: 1px solid #cacaca;
    line-height: 26px;
    font-size: 14px;
    color: #6d6d6d;
    margin: 0 6px;
}

.fanye a:hover {
    background: #058cd3;
    border: 1px solid #138edc;
    color: #fff;
}

innews {}

/******************/
.innews {
    overflow: hidden;
    margin-top: 10px;
}

.innews li {
    padding: 10px;
    border-bottom: 1px dashed #e0e0e0;
    position: relative;
    color: #888888;
    line-height: 22px;
    font-size: 14px;
    padding: 25px 0;
    overflow: hidden;
}

.innews li img {
    width: 216px;
    height: 114px;
    display: block;
    float: left;
    margin-right: 25px;
}

.innews li .date {
    margin-top: 10px;
}

.innews li h1 {
    font-size: 16px;
    color: #333;
    padding: 10px 0 5px
}

.innews li:hover h1 {
    color: #058cd3
}

.info-c {
    color: #555555;
    font-size: 15px;
    line-height: 34px;
    margin: 20px 0 0 0;
    overflow: hidden;
}

.info-c img {
    max-width: 100%;
}

.info-t {
    line-height: 30px;
    padding-top: 30px;
    text-align: center;
    font-size: 24px;
    color: #555555;
}

.info-sp {
    text-align: center;
    color: #767676;
    border-bottom: 1px dashed #767676;
    padding: 7px 0;
    margin: 5px 28px 0 0px;
    height: 25px;
    line-height: 25px;
}

.fenx {
    margin-left: 20px;
    display: inline;
    _display: none;
}

.sxpian {
    border-top: 1px dashed #c0c0c0;
    margin: 40px 0px 0 0px;
    padding-top: 25px;
    line-height: 30px;
    color: #474747;
    font-size: 14px;
}

.sxpian a {
    margin-left: 6px;
    color: #969696;
}

.sxpian a:hover {
    color: #058cd3;
    text-decoration: underline;
}

/**分享***/
.bdsharebuttonbox {
    display: inline;
    _display: none;
    margin-left: 10px;
}

.bdsharebuttonbox a {
    float: none !important;
    width: 19px !important;
    height: 18px !important;
    display: inline-block !important;
    padding-left: 0px !important;
    margin: 0 2px !important;
    position: relative;
    top: 4px;
}

.bds_sqq {
    background: url("../images/share9.png") no-repeat !important;
    background-position: -49px 0 !important;
}

.bds_weixin {
    background: url("../images/share9.png") no-repeat !important;
    background-position: 0px 0 !important;
    margin-left: 6px;
}

.bds_tsina {
    background: url("../images/share9.png") no-repeat !important;
    background-position: -25px 0 !important;
}

.bds_qzone {
    background: url("../images/share9.png") no-repeat !important;
    background-position: -74px 0 !important;
}

.bds_tqq {
    background: url("../images/share9.png") no-repeat !important;
    background-position: -98px 0 !important;
}

.bds_more {
    background: url("../images/share9.png") no-repeat !important;
    background-position: -123px 0 !important;
}

/******************************/
.red {
    color: #ff0000;
}

.con_r {
    margin: 30px 0 0 85px;
}

.con_r tr {
    height: 62px;
}

.mark {
    color: #dd001f;
    font-size: 16px;
    position: relative;
    top: 2px;
    padding: 0 5px;
}

.lx_area {
    float: left;
    width: 480px;
    height: 130px;
    padding: 7px 10px;
    border: 1px solid #d7d7d7;
    line-height: 24px;
    margin-right: 2px;
}

.lx_inp {
    width: 328px;
    padding: 0 10px;
    height: 38px;
    border: 1px solid #d7d7d7;
    margin-right: 10px;
}

.lx_sub {
    width: 150px;
    height: 45px;
    display: inline-block;
    background: #058cd3;
    border-radius: 2px;
    behavior: url("js/pie.htc");
    position: relative;
    z-index: 2;
    border: none;
    border-bottom: 2px solid #145492;
    cursor: pointer;
    color: #ffffff;
    font-size: 18px;
    margin: 30px 13px 0 0;
}

.lx_reset {
    background: #c9c9c9;
    border-bottom: 2px solid #a5a5a5;
    color: #222222;
}

.td1 {
    float: left;
    line-height: 40px;
    color: #222222;
    font-size: 14px;
    text-align: right;
    padding-right: 10px !important;
    width: 100px;
}

.sex-rad {
    line-height: 40px;
}

.rad {
    position: relative;
    top: 3px;
    margin-right: 5px;
}

.lx_inp:hover,
.lx_inp:focus,
.lx_area:hover,
.lx_area:focus {
    box-shadow: 0px 0px 3px #058cd3;
}

/* formbox */
#formbox {
    margin-bottom: 40px;
    margin-top: 20px;
}

#formbox .label {
    width: 100px;
    text-align: right;
    font-size: 14px;
}

#formbox .span-150 {
    width: 100px;
}

#formbox .text {
    width: 100px;
    height: 16px;
    padding: 4px 3px;
    border: 1px solid #bbb;
    font-size: 14px;
    font-family: arial, "宋体";
}

#formbox .text-1 {
    width: 100px;
}

#formbox .blank {
    width: 16px;
    height: 16px;
    margin: 2px 5px 0;
}

#formbox .img img {
    height: 26px;
    margin: 0 5px;
}

#formbox .succeed {
    background: url("images/pwdstrength.gif") no-repeat -105px 0;
}

#formbox .yellow_button {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    border: none;
    cursor: pointer;
}

#formbox .highlight1 {
    box-shadow: 0px 0px 3px #1e7bd3;
}

#formbox .highlight2 {
    box-shadow: 0px 0px 3px #f00;
    color: #f00;
}

#formbox .pwdbg {
    background: #FFF8EB;
}

#formbox .focus {
    color: #999;
    line-height: 22px;
    *line-height: 20px;
}

#formbox .null,
#formbox .error {
    color: red;
    line-height: 22px;
    *line-height: 20px;
}

#formbox #referrer {
    color: #999;
    font-size: 12px;
}

#formbox #protocol {
    margin: 0px 5px 0 0;
    display: inline;
}

.hide {
    display: none;
}

.invisible {
    visibility: hidden;
}

.overflow {
    overflow: hidden;
}

.clear {
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
}

.imforwarp {
    width: 1021px;
    overflow: hidden;
    margin-top: 55px;
}

#lightbox-infoFooter {
    display: block !important;
}

#lightbox-caption-title {
    text-decoration: none !important;
    color: #000000;
    font-size: 14px;
}

#lightbox-currentNumber {
    display: none !important;
}

#lightbox-close {
    background: url("../images/close_btn_06.png") no-repeat;
    width: 29px !important;
    transition: all 200ms ease 0s;
    -webkit-transition: all 200ms ease 0s;
    -ms-transition: all 200ms ease 0s;
    height: 29px;
    position: absolute;
    right: -14px;
    top: -14px;
    z-index: 9999;
}

#lightbox-close:hover {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

#lightbox-imageBox,
#lightbox-infoBox {
    border: #FFF 5px solid !important;
}

/* 案例列表 */
.test {
    background-color: #F00;
}

.ny_main {
    width: 1200px;
    height: auto;
}

.ny_tit_p1 {
    text-align: center;
    line-height: 60px;
    font-size: 55px;
    color: #a7a7a7;
}

.ny_tit_p2 {
    text-align: center;
    line-height: 24px;
    font-size: 18px;
    color: #a7a7a7;
}

.ny_menu_box {
    width: 100%;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background-color: #2a60e8;
    margin-top: 42px;
    margin-bottom: 40px;
    color: #fff;
}

.ny_menu_box a {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    width: 175px;
}

.ny_menu_box .on {
    font-weight: bold;
}

.ny_main_box {
    width: 100%;
    height: auto;
    overflow: hidden;
}


.fenye {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: right;
}

.fenye ul {
    text-align: center;
}

.fenye li {
    display: inline-block;
    width: auto;
    text-align: center;
    line-height: 40px;
    height: 40px;
    margin-left: 10px;
    background-color: #D3D3D3;
    color: #555555;
    font-size: 14px;
}

.fenye li a,
.fenye li span {
    padding-left: 15px;
    padding-right: 15px;
    display: block;
}

.fenye li:hover {
    background-color: #2a60e8;
    color: #fff;
}

.fenye .active {
    background-color: #2a60e8;
    color: #fff;
}

/* 案例详情 */
.ny_mbx {
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #7b838e;
    font-size: 12px;
}

.ny_mbx a {
    color: #7b838e;
}

.ny_mbx .on {
    color: #2a60e8;
}

.ny_wz_tit_p1 {
    color: #232e3a;
    font-size: 32px;
    text-align: center;
    line-height: 60px;
    padding-bottom: 10px;
    padding-top: 40px;
}

.ny_wz_tit_p2 {
    color: #232e3a;
    font-size: 16px;
    text-align: left;
    line-height: 24px;
}

.m_linebox {
    height: 1px;
    width: 100%;
    background-color: #E1E1E1;
    margin-top: 30px;
    margin-bottom: 60px;
}

.wenzhang {
    font-size: 14px;
    line-height: 32px;
}

.ny_menutit {
    font-size: 32px;
    color: #232e3a;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 30px;
}

.m_info_margin {
    margin-left: 20px;
    margin-right: 20px;
}

.swiper-button-next {
    width: 70px;
    height: 150px;
    background-color: #E1E1E1;
}

.swiper-button-prev {
    width: 70px;
    height: 150px;
    background-color: #E1E1E1;
}

.swiper-button-prev,
.swiper-container-rtl {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23AAAAAA'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23AAAAAA'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.swiper-button-next:hover {
    background-color: #2a60e8;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev:hover {
    background-color: #2a60e8;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.ny_s_page {
    width: 100%;
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.m_server_right {
    width: 550px;
    height: 450px;
    margin-top: 100px;
    float: right;
}

.m_server_right .p1 {
    color: #fff;
    font-size: 34px;
    line-height: 60px;
}

.m_server_right .p2 {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 40px;
}

.m_server_right .p3 {
    color: #fff;
    font-size: 18px;
    line-height: 40px;
}

.m_server_right .p4 {
    color: #232e3a;
    font-size: 16px;
    line-height: 58px;
    text-align: center;
    width: 260px;
    height: 58px;
    background-color: #2a60e8;
    display: block;
    margin-top: 35px;
}

.m_server_left {
    width: 550px;
    height: 450px;
    margin-top: 100px;
    float: left;
}

.m_server_left .p1 {
    color: #fff;
    font-size: 34px;
    line-height: 60px;
}

.m_server_left .p2 {
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 40px;
}

.m_server_left .p3 {
    color: #fff;
    font-size: 18px;
    line-height: 40px;
}

.m_server_left .p4 {
    color: #232e3a;
    font-size: 16px;
    line-height: 58px;
    text-align: center;
    width: 260px;
    height: 58px;
    background-color: #2a60e8;
    display: block;
    margin-top: 35px;
}

.about_box {
    width: 1080px;
    height: 530px;
    border-bottom: 1px solid #E1E1E1;
    margin-top: 60px;
}

.about_bright {
    width: 700px;
    height: auto;
    float: right;
}

.about_bright .p1 {
    color: #232e3a;
    font-size: 24px;
    line-height: 40px;
}

.about_bright .p1 font {
    color: #232e3a;
    font-size: 98px;
}

.about_bright .p2 {
    color: #232e3a;
    font-size: 16px;
    line-height: 32px;
    padding-top: 10px;
}

.about_box_in {
    width: 620px;
    height: auto;
    padding: 35px;
    background-color: #F6F6F6;
    line-height: 28px;
    font-size: 16px;
    margin-top: 22px;
}

.contact_box {
    width: 1200px;
    height: 880px;
    background-color: #fff;
}

.ditu {
    width: 1200px;
    height: 360px;
}

.iw_poi_title {
    color: #007fbf;
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap;
}

.iw_poi_content {
    overflow: visible;
    padding-top: 4px;
    white-space: -moz-pre-wrap;
    word-wrap: break-word;
    line-height: 24px;
    color: #616364;
    font-weight: bold;
}

.contact_box_ri {
    width: 460px;
    height: 460px;
    float: right;
    margin: 70px;
    margin-top: 50px;
    padding-right: 75px;
}

.msg_table {
    width: 500px;
    font-size: 16px;
    margin-top: 60px;
}

.m_edt {
    height: 40px;
    line-height: 40px;
    width: 180px;
    border: 0px;
    border-bottom: 1px solid #E1E1E1;
    margin-top: 10px;
}

.m_sub {
    width: 190px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    background-color: #2a60e8;
    font-size: 16px;
    border: 0px;
    color: #232e3a;
}


.ny_wz_tit_p3 {
    font-size: 14px;
    color: #232e3a;
    text-align: center;
}

.back_list {
    width: 156px;
    height: 38px;
    border: 2px solid #5D6275;
    display: block;
    text-align: center;
    line-height: 38px;
}

.np_box {
    width: 100%;
    height: 65px;
    margin-top: 30px;
}

.np_box a {
    width: 550px;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #E6E6E6;
    color: #888888;
    display: block;
    float: left;
}

.np_box a span {
    color: #232e3a;
}

.contact_b_l {
    width: 422px;
    height: 422px;
    float: right;
    margin-right: 60px;
    margin-top: 40px;
}

.mcp {
    color: #232e3a;
    font-size: 18px;
    line-height: 32px;
    padding-top: 30px;
    position: relative;
}

.mcp img {
    margin-right: 10px;
    position: absolute;
    top: 35px;
}

.swiper-pagination {}


.mny_casebox:hover {
    background-color: #FEC045;
}

.mny_casebox:hover .p1 {
    color: #fff;
    padding-left: 20px;
}

.mny_casebox:hover .p2 {
    color: #fff;
    padding-left: 20px;
}

.mny_casebox:hover img {}

.m_server_right .p3 {
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.m_server_left .p3 {
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.m_server_right .p3:hover {
    color: #2a60e8 !important;
}

.m_server_left .p3:hover {
    color: #2a60e8 !important;
}

.ny_newsbox {
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    height: 427px;
}

.ny_newsbox:hover {
    background-color: #2a60e8;
}

.ny_newsbox:hover .p1 {
    padding-left: 20px;
    color: #fff;
}

.ny_newsbox:hover .p2 {
    padding-left: 20px;
    color: #fff;
}

.ny_newsbox .p1 {
    width: 320px;
    margin: 0px auto;
}

.ny_newsbox .p2 {
    width: 320px;
    margin: 0px auto;
}

.np_box * {
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.np_box a:hover {
    color: #2a60e8;
}

.np_box a:hover span {
    color: #2a60e8;
}

/********************************/


.so-inp {
    overflow: hidden;
    position: relative;
    float: right;
    height: 36px;
    line-height: 36px;
    border: 1px solid #666;
    font-size: 16px;
    border-radius: 36px;
    margin: 32px 0 0 20px;
    padding: 0 36px 0 18px;
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    width: 40px;
}

.so-inp:focus {
    width: 150px;
}

.br-c2 {
    height: 688px;
}

.br-c2 .br-four {
    width: 1040px;
    margin: 0 auto;
    margin-top: 90px;
}

.slide-ts .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 30px;
}

.slide-ts2 {
    width: 1280px;
    margin: 0 auto;
    margin-top: 60px;
    height: 460px;
}

.sb-con {
    width: 1100px;
    text-align: center;
    margin: 0 auto;
    font-size: 20px;
    line-height: 40px;
    color: #fff;
}

.slide-ts2 img {
    height: 200px;
    margin: 0 auto;
    display: block;
    margin-top: 30px;
}


.slide-ts2 .swiper-slide {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 380px !important;
}

.slide-ts2 .swiper-pagination-bullet {
    bottom: 0;
}

/**/
/********方案sevice*************************/
.pram-box {
    width: 1366px;
    overflow: hidden;
    margin-bottom: 30px;
}

.pram-box li {
    position: relative;
    float: left;
    width: 350px;
    height: 345px;
    text-align: center;
    margin: 50px 50px 0 0;
    padding: 0px 22px 0px;
    color: #7b838e;
    font-size: 14px;
    line-height: 30px;
    background: #fff;
}

.pram-box li img {
    display: block;
    height: 130px;
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 5px;
    position: relative;
    z-index: 20;
    -webkit-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.pram-box li h1 {
    color: #4d535a;
    font-size: 24px;
    margin: 15px 0 15px 0;
    letter-spacing: 2px;
}

.pram-box li p,
.pram-box li h1 {
    position: relative;
    z-index: 20;
    -webkit-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
}

.pram-box li:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    top: 50%;
    background: #FEBF44;
    z-index: 19;
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.pram-box li:hover:after {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.pram-box li:hover,
.pram-box li:hover h1 {
    color: #fff;
}

.pram-box li:hover em {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.pram-box li:hover img {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.pram-box li:hover p,
.pram-box li:hover h1 {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

/******/


.ns-news {
    height: 506px;
    background: url("../images/ns-bg.jpg") center repeat-y;
    margin-top: 30px;
}

.ns-news li {
    position: relative;
    height: 142px;
    margin: 10px 0;
    float: left;
    padding: 0 35px 0 100px;
    width: 480px;
    background: #f0f0f0 url("../images/ns-r.jpg") right center no-repeat;
    color: #a0a0a0;
    font-size: 14px;
    line-height: 24px;
    -webkit-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

.ns-news li:nth-child(2n) {
    float: none;
    float: right;
    background: #f0f0f0 url("../images/ns-l.jpg") left center no-repeat;
    padding: 0 21px 0 114px;
}

.ns-news li .ns-date {
    width: 100px;
    position: absolute;
    left: 0;
    top: 18px;
    text-align: center;
    color: #232b34;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
}

.ns-news li:nth-child(2n) .ns-date {
    left: 14px;
}

.ns-news li .ns-date p {
    font-size: 36px;
}

.ns-news li h1 {
    color: #232b34;
    font-size: 18px;
    margin: 30px 0 10px 0;
}

.ns-news li h3 {
    height: 48px;
    overflow: hidden;
    color: #a0a0a0;
}

.ns-news li:hover {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
}

.ns-news li:hover h1 {
    color: #ffa32b;
}

.ns-news li:nth-child(2n):hover {
    -webkit-transform: translateX(-8px);
    transform: translateX(-8px);
}

.btn-z8 {
    top: -30px;
    box-shadow: 5px 5px 10px #f7f7f7;
    -webkit-box-shadow: 5px 5px 10px #f7f7f7;
    -ms-box-shadow: 5px 5px 10px #f7f7f7;
}

.ffg-bg {
    background: #f0f0f0;
    position: relative;
    padding-top: 50px;
}

.bj-inp {
    width: 180px;
    padding: 0 10px;
    height: 50px;
    line-height: 50px;
    background: #fff;
    border: none;
    margin-right: 20px;
}

.bj-inp:hover,
.bj-inp:focus {
    -webkit-box-shadow: 3px 3px 6px #aaa inset;
    box-shadow: 3px 3px 6px #aaa inset;
}

.bj-sub {
    width: 177px;
    height: 50px;
    line-height: 50px;
    background: rgba(0, 0, 0, .8);
    text-align: center;
    color: #fff;
    font-size: 16px;
    border: none;
    cursor: pointer;
    -webkit-border-radius: 7px;
    border-radius: 7px;
}

.bj-sub:hover {
    background: rgba(0, 0, 0, .9);
}

/**************/

.about-p2 {
    color: #232e3a;
    line-height: 36px;
    font-size: 24px;
    margin: 150px 0 40px 50px;
}

.about-p3 {
    background: #fbb428;
    height: 520px;
    position: relative;
}

.about-p3 img {}

.p3-other .p2-con {
    margin-left: 60px;
}

.p3-other img {
    left: auto;
    right: 0;
}

.p2-con {
    margin: 110px 0 0 655px;
    color: #fff;
    line-height: 30px;
    font-size: 18px;
}

.p2-con h1 {
    font-size: 36px;
    line-height: 48px;
}

.p2-addr {
    background: url("../images/p2-adr.png") 0 0 no-repeat;
    padding-left: 38px;
    margin-top: 100px;
    line-height: 34px;
}

.white-bg2 {
    background: #fff;
    padding-bottom: 50px;
    position: relative;
    overflow: hidden;
}

.about-con3 {
    color: #8d8d8d;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    margin-top: 55px;
}

/********************/
.about-list {
    overflow: hidden;
    width: 1250px;
    margin-top: 20px;
}

.about-list li {
    float: left;
    width: 260px;
    margin: 25px 30px 0 13px;
    line-height: 40px;
    text-align: center;
    color: #636363;
    font-size: 14px;
}

.about-list li img {
    display: block;
    width: 260px;
    height: 185px;
}

.sev-ban {
    height: 665px;
}

.sev-head {
    text-align: center;
    color: #6b6b6b;
    line-height: 40px;
    font-size: 16px;
    margin-top: 40px;
}

.sev-head h1 {
    color: #2c2c34;
    font-size: 34px;
    margin-bottom: 20px;
}

.sev-head h3 {
    color: #ff8400;
    font-size: 24px;
    margin-top: 10px;
}

.img-s1 {
    position: absolute;
    bottom: -3px;
    left: 54%;
}

.img-s2 {
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: -500px;
}

.img-s3 {
    position: absolute;
    bottom: 40px;
    left: 50%;
    margin-left: 20px;
}

.img-s4 {
    position: absolute;
    bottom: 50px;
    left: 50%;
    margin-left: -550px;
}

.m_server_left,
.m_server_right {
    color: #8b8b8b;
    font-size: 16px;
    line-height: 30px;
    width: 575px;
}

.sev-tit {
    font-size: 36px;
    color: #fff;
    line-height: 40px;
    margin-bottom: 15px;
}

.sev-tit p {
    color: #e0e0e0;
    font-size: 30px;
}

.s-con1 .sev-tit {
    color: #ff8400;
}

.s-con2 .sev-tit p {
    color: #2474b0;
}

.s-con2 .m_server_right,
.s-con4 .m_server_right {
    width: 500px;
    color: #fff;
}

.s-con3 .sev-tit {
    color: #86c371;
}

.s-con4 .sev-tit p {
    color: #fff;
}

.sev-bot {
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    margin-top: 50px;
}

.stand-list {
    text-align: center;
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

.stand-list li {
    width: 28%;
    float: left;
    margin-top: 50px;
    font-size: 18px;
    line-height: 28px;
    color: #676767;
    padding: 30px 0;
}

.stand-list li:nth-child(2) {
    width: 43%;
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
}

.stand-list li h1 {
    font-size: 72px;
    color: #fcaf19;
    line-height: 72px;
    margin-bottom: 20px;
    font-weight: bold;
    font-family: "Arial"
}

.stand-con {
    color: #636363;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    margin-top: 50px;
}

.btn-z10 {
    position: relative;
    margin-top: 60px;
    background: #f0f0f0;
}

.stand-bg {
    height: 740px;
}

.brand-box2 {
    background: url("../images/ss-sk.jpg") top center no-repeat;
    height: 520px;
    overflow: hidden;
    position: relative;
}

.tlc {
    text-align: center;
}

.tlc2 {
    color: #fcaf19;
    margin-top: 50px;
    text-align: center;
}

.brand-list {
    overflow: hidden;
    margin-top: 30px;
}

.brand-list li {
    float: left
}

.brand-list img {
    width: 175px;
    height: 175px;
    margin: 20px 0 0 20px;
}

#containermap,
#containermap2,
#containermap3 {
    width: 100%;
    height: 590px;
    background-color: #eee
}

#containermap .tt,
#containermap2 .tt,
#containermap3 .tt {
    padding: 0;
    margin: 0;
    line-height: 30px;
    font-size: 18px
}

#imgDemo,
#imgDemo2,
#imgDemo3 {
    float: left;
    padding: 24px 14px 10px 0;
    width: 100px;
}

#containermap .add,
#containermap2 .add,
#containermap3 .add {
    font-size: 12px;
    line-height: 20px;
    padding: 0;
    margin: 0;
    color: #666
}

.con-tit1 {
    color: #fbbe46;
    font-size: 24px;
    margin-bottom: 10px;
    position: relative;
    top: -10px;
}

.con-tit3 {
    color: #fbbe46;
    font-size: 24px;
    margin: 10px 0;
}

/*******************/
.soso-box {
    position: relative;
    float: right;
}

.so-sub {
    position: absolute;
    right: 0px;
    top: 32px;
    width: 36px;
    height: 38px;
    border: none;
    background: none;
    cursor: pointer;
    background: url("../images/soso.png") center no-repeat;
}

/*************/
.tb-ac1 {
    width: 100%;
    height: 100%;
    background: #232e3a url("../images/g_dh.gif") center no-repeat;
    -webkit-background-size: 62px 62px;
    background-size: 62px 62px;
}

.tb-ac2 {
    width: 100%;
    height: 100%;
    background: #eaeaea url("../images/g_lu.gif") center no-repeat;
    -webkit-background-size: 62px 62px;
    background-size: 62px 62px;
}

.tb-ac3 {
    width: 100%;
    height: 100%;
    background: #232e3a url("../images/g_pho3.png") center no-repeat;
    -webkit-background-size: 62px 62px;
    background-size: 62px 62px;
}

.tb-ac4 {
    width: 100%;
    height: 100%;
    background: #eaeaea url("../images/g_pho4.png") center no-repeat;
    -webkit-background-size: 62px 62px;
    background-size: 62px 62px;
}

.tb-ac5 {
    width: 100%;
    height: 100%;
    background: #232e3a url("../images/g_pho5.png") center no-repeat;
    -webkit-background-size: 62px 62px;
    background-size: 62px 62px;
}

.tb-ac66 {
    position: relative;
    top: -82px;
    width: 164px;
    height: 164px;
    background: #fff url("../images/wei.jpg") center no-repeat;
    -webkit-background-size: 164px 164px;
    background-size: 164px 164px;
}

.wei-tbimg .tb-ac66 {
    top: -62px;
}

/******************/
.case-ul {
    overflow: hidden;
    width: 1280px;
}

.case-ul li {
    position: relative;
    overflow: hidden;
    float: left;
    width: 360px;
    height: 330px;
    border-bottom: 1px solid #e1d1e1;
    margin-right: 60px;
    margin-bottom: 48px;
}

.case-ul li a {
    display: block;
}

.case-ul li .p1 {
    color: #232e3a;
    font-size: 18px;
    line-height: 32px;
    height: 32px;
    overflow: hidden;
    padding-top: 10px;
}

.case-ul li .p2 {
    color: #888888;
    font-size: 14px;
    line-height: 18px;
    padding-top: 5px;
    overflow: hidden;
}

.case-ul li .p2 span {
    background: url("../images/lnum.jpg") left center no-repeat;
    float: right;
    padding-left: 25px;
}

.case-ul li .img {
    width: 360px;
    height: 230px;
    overflow: hidden;
    position: relative;
}

.case-ul li img {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.case-ul li:hover img {
    transform: scale(1.1);
    transform: rotate(0deg) scale(1.1, 1.1) skew(0deg) translate(0, 0);
    -ms-transform: rotate(0deg) scale(1.1, 1.1) skew(0deg) translate(0, 0);
    -webkit-transform: rotate(0deg) scale(1.1, 1.1) skew(0deg) translate(0, 0);
}

.case-ul li img,
.case-ul li .p1,
.case-ul li .p2,
.case-ul li:before {
    -webkit-transition: 0.4s ease-in 0s;
    -moz-transition: 0.4s ease-in 0s;
    -ms-transition: 0.4s ease-in 0s;
}

.case-ul li .img:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    z-index: 3;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    top: -100%;
    transition: opacity 0.35s;
    -webkit-transition: opacity 0.35s;
}

.case-ul li:hover .img:before {
    top: 0;
    opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
}

.case-ul li .ca-shade {
    width: 100%;
    height: 230px;
    display: block;
    position: absolute;
    z-index: 99;
    left: 0;
    top: 0;
    background: url("../images/nal_yan.png") center -10px no-repeat;
    text-align: center;
}

.case-ul li .ca-shade {
    transition: -ms-transform 0.35s cubic-bezier(1, .57, .78, 1.0);
    transition: -webkit-transform 0.35s cubic-bezier(1, .57, .78, 1.0);
    transition: -moz-transform 0.35s cubic-bezier(1, .57, .78, 1.0);
    transition: transform 0.35s cubic-bezier(1, .57, .78, 1.0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
}

.mny_casebox:hover {
    box-shadow: 3px 3px 5px #aaa;
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
}

/******************/
.case-ul li:hover .ca-shade,
.news-list2 li:hover .ca-shade {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
}

.case-ul li .ca-shade i,
.news-list2 li .ca-shade i {
    display: block;
    top: 50%;
    position: relative;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
}

.case-ul li .ca-shade i em,
.news-list2 li .ca-shade i em {
    display: inline-block;
    width: 50px;
    height: 65px;
    background-image: url("../images/go.png");
    transform: scale(0.7, 0.7);
    -webkit-transform: scale(0.7, 0.7);
    -moz-transform: scale(0.7, 0.7);
    -o-transform: scale(0.7, 0.7);
}

.case-ul li .ca-shade i em,
.news-list2 li .ca-shade i em {
    -ms-animation: sprite-animate-go 1s steps(51) infinite;
    animation: sprite-animate-go 1s steps(51) infinite;
    -o-animation: sprite-animate-go 1s steps(51) infinite;
    -moz-animation: sprite-animate-go 1s steps(51) infinite;
    -webkit-animation: sprite-animate-go 1s steps(51) infinite;
}

@-webkit-keyframes sprite-animate-go {
    from {
        background-position: 0 0
    }

    to {
        background-position: -2550px 0
    }
}

@-moz-keyframes sprite-animate-go {
    from {
        background-position: 0 0
    }

    to {
        background-position: -2550px 0
    }
}

@-o-keyframes sprite-animate-go {
    from {
        background-position: 0 0
    }

    to {
        background-position: -2550px 0
    }
}

@keyframes sprite-animate-go {
    from {
        background-position: 0 0
    }

    to {
        background-position: -2550px 0
    }
}

.case-ul li:before {
    content: "";
    position: absolute;
    width: 0;
    height: 3px;
    bottom: -1px;
    left: 0;
    background: #2a60e8;
    -webkit-box-shadow: 1px 1px 1px #2a60e8;
    -ms-box-shadow: 1px 1px 1px #2a60e8;
    box-shadow: 1px 1px 1px #2a60e8;
}

.case-ul li:hover:before {
    width: 100%;
}

/***********************/
.news-list2 {
    overflow: hidden;
    width: 1300px;
}

.news-list2 li {
    position: relative;
    overflow: hidden;
    float: left;
    width: 340px;
    height: 390px;
    border-bottom: 1px solid #e1d1e1;
    margin-right: 90px;
    margin-bottom: 50px;
}

.news-list2 li .eyess {
    background: url("../images/lnum.jpg") center left no-repeat;
    padding-left: 25px;
    float: right;
    color: #4d535a;
}

.news-list2 li a {
    display: block;
    height: 390px;
}

.news-list2 li .ny_date_box {
    width: 40px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    background-color: #2a60e8;
    float: left;
}

.news-list2 li .img {
    width: 340px;
    height: 200px;
    overflow: hidden;
    position: relative;
}

.news-list2 li .img img {
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}

.news-list2 li .p1 {
    font-size: 18px;
    color: #232e3a;
    line-height: 28px;
    height: 28px;
    overflow: hidden;
    margin: 10px 0;
}

.news-list2 li .p2 {
    font-size: 14px;
    color: #888888;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}

.news-list2 li .p3 {
    font-size: 16px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    color: #4d535a;
    line-height: 58px;
    height: 58px;
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    background: #fff;
}

.news-list2 li:hover img {
    transform: scale(1.1);
    transform: rotate(0deg) scale(1.1, 1.1) skew(0deg) translate(0, 0);
    -ms-transform: rotate(0deg) scale(1.1, 1.1) skew(0deg) translate(0, 0);
    -webkit-transform: rotate(0deg) scale(1.1, 1.1) skew(0deg) translate(0, 0);
}

.news-list2 li img,
.news-list2 li .p1,
.news-list2 li .p2,
.news-list2 li:before {
    -webkit-transition: 0.4s ease-in 0s;
    -moz-transition: 0.4s ease-in 0s;
    -ms-transition: 0.4s ease-in 0s;
}

.news-list2 .img:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    z-index: 3;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    top: -100%;
    transition: opacity 0.35s;
    -webkit-transition: opacity 0.35s;
}

.news-list2 li:hover .img:before {
    top: 0;
    opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
}

.news-list2 li .ca-shade {
    width: 100%;
    height: 230px;
    display: block;
    position: absolute;
    z-index: 99;
    left: 0;
    top: 0;
    background: url("../images/nal_yan.png") center -10px no-repeat;
    text-align: center;
}

.news-list2 li .ca-shade {
    transition: -ms-transform 0.35s cubic-bezier(1, .57, .78, 1.0);
    transition: -webkit-transform 0.35s cubic-bezier(1, .57, .78, 1.0);
    transition: -moz-transform 0.35s cubic-bezier(1, .57, .78, 1.0);
    transition: transform 0.35s cubic-bezier(1, .57, .78, 1.0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
}

.mny_casebox:hover {}

.news-list2 li a:before {
    z-index: 10;
    text-align: center;
    line-height: 58px;
    content: "MORE+";
    font-size: 18px;
    color: #fff;
    position: absolute;
    width: 0;
    height: 58px;
    bottom: -1px;
    left: 0;
    background: #2a60e8;
    -webkit-box-shadow: 1px 1px 1px #2a60e8;
    -ms-box-shadow: 1px 1px 1px #2a60e8;
    box-shadow: 1px 1px 1px #2a60e8;
    z-index: 18;
    -webkit-transition: 0.3s ease 0s;
    -moz-transition: 0.3s ease 0s;
    -ms-transition: 0.3s ease 0s;
}

.news-list2 li:hover p3 {}

.news-list2 li:hover a:before {
    width: 100%;
}

.cool-l span {
    position: absolute;
    background: #2a60e8;
    -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94)
}

.cool-l .line1 {
    left: -2px;
    top: -2px;
    width: 0%;
    height: 2px
}

.cool-l .line2 {
    right: -2px;
    top: -2px;
    width: 2px;
    height: 0%
}

.cool-l .line3 {
    right: -2px;
    bottom: -2px;
    width: 0%;
    height: 2px
}

.cool-l .line4 {
    left: -2px;
    bottom: -2px;
    width: 2px;
    height: 0%
}

.cool-l:hover .line1,
.cool-l:hover .line3 {
    width: 160px;
}

.cool-l:hover .line2,
.cool-l:hover .line4 {
    height: 42px;
}

/***************/
.slide-contact {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 520px;
    overflow: hidden;
}

.slide-contact .con-next {
    width: 64px;
    height: 64px;
    top: 50%;
    margin-top: -32px;
    right: 0;
    position: absolute;
    background: url("../images/con-next.jpg") no-repeat;
}

.slide-contact img {
    width: 100%;
    height: 520px;
}

/************/

/***************************/
/*******************1.10***********************************/
/********************************/
.about-top {
    height: 400px;
    position: relative;
}

.con-con {
    position: absolute;
    top: 148px;
    left: 50%;
    width: 1000px;
    margin-left: -500px;
    background: url("../images/about-tit.png") top center no-repeat;
    padding: 120px 0 0;
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    z-index: 1;
}

.con-con h1 {
    font-size: 20px;
    margin-bottom: 30px;
}

.dr-tit {
    text-align: center;
    color: #4d535a;
    font-size: 30px;
    line-height: 36px;
    font-weight: 500;
    margin-top: 60px;
}

.dr-tit p {
    font-family: "Arial"
}

.about-x2 {
    padding: 25px 0px;
    color: #5b5b5b;
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
    text-align: center;
}

.about-x2 .yellow {
    font-size: 20px;
    color: #fdba0b;
    margin-bottom: 10px;
    text-align: center;
}

.about-x3 {
    padding: 30px 25px 80px;
    overflow: hidden;

}

.about-x3 li {
    float: left;
    width: 50%;
    text-align: center;
    color: #7d7d7d;
    font-size: 18px;
    font-weight: 500;
}

.about-x3 li h1 {
    font-family: "Arial";
    color: #2c81f5;
    font-size: 72px;
    line-height: 80px;
    font-weight: bold
}

.dr-half {
    height: 450px;
    position: relative;
    background: url("../images/dran-bg.jpg") top center no-repeat;
    overflow: hidden;
}

.dr-half .dr-tit {
    color: #fff;
}

.half-box {
    font-weight: 500;
    margin-top: 55px;
    background: #2c81f5 url("../images/dao.png") 40px no-repeat;
    width: 380px;
    padding: 0px 50px 0 150px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    height: 180px;
    font-size: 16px;
    line-height: 28px;
    position: relative;
    z-index: 2;
}

.half-box h1 {
    display: none;
}

.half-box2 {
    float: none;
    float: right;
    color: #fff;
    background: #2c81f5 url("../images/ran.png") 40px no-repeat;
}

/***********/
.erb-bg {
    background: url("../images/erb-bg.jpg") center no-repeat;
}

.envir-box {
    margin-top: 55px;
    width: 1200px;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

.envir-box img {
    display: block;
}

.honorList {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.honorList .item {
    width: 210px;
    background: url("../images/xx-xc.png") top center no-repeat;
    padding-top: 17px;
    font-size: 18px;
    border-bottom: 1px dashed #dcdcdc;
    padding-bottom: 30px;
    margin-bottom: 20px;
    font-weight: 500;
    text-align: center;
}

.honorList .item:nth-child(3) {
    width: 326px;
    background: url("../images/xx-xc2.png") top center no-repeat;
    padding-top: 22px;

}

.honorList .item:nth-child(3) img {
    display: block;
    width: 282px;
    height: 200px;
    margin: 0 auto 35px;
}

.honorList .item img {
    display: block;
    width: 147px;
    height: 212px;
    margin: 0 auto 35px;
    box-shadow: 0 0 25px rgba(0, 0, 0, .1);

}

.erbImg {
    display: block;
    margin: 60px auto 100px;
}

.ebr-c {
    overflow: hidden;
    margin-left: 458px;
    width: 200px;
    height: 370px;
    padding: 0 14px 0 26px;
    background: #fdba0b;
    color: #ffffff;
    font-size: 14px;
    line-height: 24px;
}

.ebr-c h1 {
    font-size: 36px;
    border-bottom: 2px solid #ffffff;
    width: 72px;
    line-height: 66px;
    margin: 108px 0 18px;
}

.honor-list {
    overflow: hidden;
    margin: 55px 0 80px;
}

.honor-list li {
    float: left;
    width: 175px;
    height: 230px;
    margin: 0 32px 0 33px;
}

.honor-list img {
    width: 100%;
    height: 100%;
}

.after-sale {
    height: 520px;
    background: url(../images/sh-bg.jpg) center 30px no-repeat;
    position: relative;
}

.after-sale li {
    position: absolute;
    color: #4d535a;
    font-size: 14px;
    line-height: 24px;
    padding-top: 115px;
    width: 330px;
    text-align: center;
}

.after-sale li.sh1 {
    background: url(../images/sh1.png) right top no-repeat;
    left: 30px;
    top: 0;
}

.after-sale li.sh2 {
    background: url(../images/sh2.png) left top no-repeat;
    right: 0;
    top: 0;
}

.after-sale li.sh3 {
    background: url(../images/sh3.png) 115px top no-repeat;
    left: 30px;
    top: 278px;
}

.after-sale li.sh4 {
    background: url(../images/sh4.png) 30px top no-repeat;
    right: 0;
    top: 278px;
}

/*********114**************/
.con-top2 .con-con {
    background: url("../images/about-tit2.png") top left no-repeat;
    text-align: left;
    margin-left: -600px;
    top: 148px;
}

.inban-case {
    background: url("../images/inban-case.jpg") top center no-repeat;
}

.inban-news {
    background: url("../images/inban-news.jpg") top center no-repeat;
}

.inban-case .con-con {
    background: url("../images/case-tit6.png") top left no-repeat;
    width: 550px;
    text-align: left;
    margin-left: -600px;
    top: 150px;
}

.inban-news .con-con {
    background: url("../images/news-tit6.png") top left no-repeat;
    width: 550px;
    text-align: left;
    margin-left: -600px;
    top: 150px;
}

.con-four {
    overflow: hidden;
    padding: 60px 0 40px;
}

.con-four li {
    width: 25%;
    float: left;
    text-align: center;
    color: #666666;
    font-size: 14px;
    line-height: 24px;
}

.con-four li img {
    height: 45px;
}

.con-four li h1 {
    color: #2e2e2e;
    font-size: 20px;
    margin: 15px 0 5px;
}

.con-four li h3 {
    font-size: 16px;
    font-weight: bold;
}

/**************/
.con-tit9 {
    margin-top: 50px;
    color: #232e3a;
    font-size: 30px;
    text-align: center;
}

.loute-ul {
    border-right: none;
    margin: 50px 0;
    overflow: hidden;
}

.loute-ul li {
    float: left;
    position: relative;
    border: 1px solid #dcdcdc;
    border-left: none;
    padding: 77px 37px 0;
    height: 280px;
    width: 324px;
}

.loute-ul li:first-child {
    border-left: 1px solid #dcdcdc;
}

.loute-ul li img {
    height: 77px;
    display: block;
    margin: 0 auto;
}

.loute-ul li:before {
    content: "";
    width: 339px;
    height: 100%;
    position: absolute;
    border: 1px solid #fff;
    top: 10px;
    left: 30px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.loute-ul li:hover:before {
    width: 398px;
    left: -1px;
    top: -1px;
    border: 1px solid #2a60e8;
    z-index: 1;
}

.loute-ul li h1 {
    color: #232e3a;
    font-size: 24px;
    padding: 20px 0 25px;
    border-bottom: 1px dashed #999999;
    text-align: center;
}

.loute-ul li:hover h1 {
    border-bottom: 1px dashed #2a60e8;
}

.loute-ul li h3 {
    color: #232e3a;
    line-height: 30px;
    margin: 20px 10px 0;
    text-align: center;
    font-size: 16px;
}

/************************/
.main-about {
    height: auto !important;
}

.main-about .section {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 600px !important;
    position: relative;
}

.main-about .section .fa-texts {
    margin-top: 100px;
    position: relative;
    z-index: 99;
}

.main-about .section .fa-texts ul {
    height: auto;
    overflow: hidden;
}

.main-about .section .fa-texts ul li {
    float: left;
    width: 68px;
    margin-right: 20px;
    position: relative;
    overflow: hidden;
}

.main-about .section .fa-texts ul li .icon {
    position: relative;
    width: 66px;
    height: 66px;
    border: 1px solid #fff;
    background-repeat: no-repeat;
    overflow: hidden;
    transition: 0.5s;
}

.main-about .section .fa-texts ul li:before {
    content: "";
    position: absolute;
    left: -66px;
    top: 1px;
    width: 66px;
    height: 66px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
}

.main-about .section .fa-texts ul li:hover:before {
    left: 1px;
}

.main-about .section .fa-texts ul {
    margin-top: 35px;
}

.main-about .section .fa-texts ul li.a1 {
    animation-duration: .6s !important;
}

.main-about .section .fa-texts ul li.a2 {
    animation-duration: .7s !important;
}

.main-about .section .fa-texts ul li.a3 {
    animation-duration: .8s !important;
}

.main-about .section .fa-texts ul li.a4 {
    animation-duration: 1s !important;
}

.main-about .section .fa-texts ul li.a5 {
    animation-duration: 1.2s !important;
}

.main-about .section .fa-texts ul li.a6 {
    animation-duration: 1.4s !important;
}

.main-about .section .fa-texts h3 {
    color: #ffffff;
    margin-bottom: 15px;
    line-height: 40px;
    font-size: 40px;
    transition: 0.5s;
}

.main-about .section .fa-texts h3 p {
    font-size: 30px;
    line-height: 40px;
}

.main-about .section .fa-texts h3:hover {
    letter-spacing: 2px;
}

.main-about .section .fa-texts p {
    line-height: 1.9;
    font-size: 16px;
    color: #ffffff;
}

.main-about .section .fa-texts h4 {
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    margin-top: 5px;
}

.main-about .section .fa-img {
    transition: 0.8s;
    transition-delay: 0.2s;
}

.main-about .section .right-con .fa-img,
.main-about .section .left-con .fa-img {
    position: absolute;
    left: 50%;
    width: 500px;
}

.main-about .section1 {
    padding-top: 100px;
    background-image: -webkit-linear-gradient(180deg, rgb(25, 63, 85) 0%, rgb(25, 77, 107) 0%, rgb(25, 97, 139) 55%, rgb(25, 120, 174) 100%);
    background-image: linear-gradient(180deg, rgb(25, 63, 85) 0%, rgb(25, 77, 107) 0%, rgb(25, 97, 139) 55%, rgb(25, 120, 174) 100%);
    background-image: -ms-linear-gradient(180deg, rgb(25, 63, 85) 0%, rgb(25, 77, 107) 0%, rgb(25, 97, 139) 55%, rgb(25, 120, 174) 100%);
    transform: translateY(0);
}

.main-about .section3 {
    background-image: -webkit-linear-gradient(180deg, rgb(152, 207, 95) 0%, rgb(126, 193, 65) 0%, rgb(106, 183, 43) 55%, rgb(78, 168, 11) 100%);
    background-image: -ms-linear-gradient(180deg, rgb(152, 207, 95) 0%, rgb(126, 193, 65) 0%, rgb(106, 183, 43) 55%, rgb(78, 168, 11) 100%);
    background-image: linear-gradient(180deg, rgb(152, 207, 95) 0%, rgb(126, 193, 65) 0%, rgb(106, 183, 43) 55%, rgb(78, 168, 11) 100%)
}

.main-about .section2 {
    background-image: linear-gradient(180deg, rgb(8, 91, 211) 0%, rgb(11, 89, 203) 0%, rgb(13, 86, 194) 55%, rgb(18, 82, 180) 100%);
    background-image: -webkit-linear-gradient(180deg, rgb(8, 91, 211) 0%, rgb(11, 89, 203) 0%, rgb(13, 86, 194) 55%, rgb(18, 82, 180) 100%);
    background-image: -ms-linear-gradient(180deg, rgb(8, 91, 211) 0%, rgb(11, 89, 203) 0%, rgb(13, 86, 194) 55%, rgb(18, 82, 180) 100%);
}

.main-about .section4 {
    background-image: linear-gradient(112deg, #fda456, #f98556);
}

.section.section1 .left-con,
.section.section3 .left-con {
    float: left;
    width: 45%;
}

.section.section2 .right-con,
.section.section4 .right-con {
    width: 45%;
    float: right;
}

.main-about .section1 .fa-img {
    top: 208px;
    margin-left: 100px;
}

.main-about .section2 .fa-img {
    top: 125px;
    margin-left: -600px;
}

.main-about .section3 .fa-img {
    top: 135px;
    margin-left: 50px;
}

.main-about .section4 .fa-img {
    top: 60px;
    margin-left: -550px;
}


.section1 .fa-texts ul li .icon {
    background-image: url("../images/sev-icon1.png");
}

.section1 .fa-texts ul li:before {
    background-color: #1975aa;
}

.section1 .fa-texts ul li .icon1 {
    background-position: -1px -1px;
}

.section1 .fa-texts ul li .icon2 {
    background-position: -93px -1px;
}

.section1 .fa-texts ul li .icon3 {
    background-position: -185px -1px;
}

.section1 .fa-texts ul li .icon4 {
    background-position: -277px -1px;
}

.section1 .fa-texts ul li .icon5 {
    background-position: -369px -1px;
}

.section1 .fa-texts ul li .icon6 {
    background-position: -461px -1px;
}

/***/

.section2 .fa-texts ul li .icon {
    background-image: url("../images/sev-icon2.png");
}

.section2 .fa-texts ul li:before {
    background-color: #085bd3;
}

.section2 .fa-texts ul li .icon1 {
    background-position: -1px -1px;
}

.section2 .fa-texts ul li .icon2 {
    background-position: -93px -1px;
}

.section2 .fa-texts ul li .icon3 {
    background-position: -185px -1px;
}

/**/
.section3 .fa-texts ul li .icon {
    background-image: url("../images/sev-icon4.png");
}

.section3 .fa-texts ul li:before {
    background-color: #99d060;
}

.section3 .fa-texts ul li .icon1 {
    background-position: -1px -1px;
}

.section3 .fa-texts ul li .icon2 {
    background-position: -93px -1px;
}

.section3 .fa-texts ul li .icon3 {
    background-position: -185px -1px;
}

.section3 .fa-texts ul li .icon4 {
    background-position: -277px -1px;
}

/***/
.section4 .fa-texts ul li .icon {
    background-image: url("../images/sev-icon3.png");
}

.section4 .fa-texts ul li:before {
    background-color: #fda556;
}

.section4 .fa-texts ul li .icon1 {
    background-position: -1px -1px;
}

.section4 .fa-texts ul li .icon2 {
    background-position: -93px -1px;
}

.section4 .fa-texts ul li .icon3 {
    background-position: -185px -1px;
}

.section4 .fa-texts ul li .icon4 {
    background-position: -277px -1px;
}

.section4 .fa-texts ul li .icon5 {
    background-position: -369px -1px;
}

.section4 .fa-texts ul li .icon6 {
    background-position: -461px -1px;
}

.main-about .section .fa-texts ul li:hover .icon {
    background-color: transparent;
}

.main-about .section .fa-texts ul li:hover .icon {
    background-color: transparent;
}

.main-about .section4 .left-con {
    float: left;
}

.main-about .section4 .wrap {
    position: static;
    margin: 0 auto;
    padding: 0;
    height: auto;
}

.main-about .section3 {
    padding-top: 0;
}

/*********************/
/********************/
.fw_scroll {
    overflow: hidden;
    width: 1200px;
}

.lc_tab_box {
    width: 1353px;
    padding: 175px 50px;
    margin: 0 15px;
    position: relative;
    left:
}

.lc_tab_xt {
    width: auto;
}

.lc_tab_box img {
    display: block;
    position: relative;
}

.fw_lc_list {
    text-align: center;
}

.fw_lc_list h3 {
    font-size: 18px;
    font-weight: normal;
    color: #000;
}

.fw_lc_list p {
    font-size: 11px;
    color: #3e3e3e;
    line-height: 20px;
    margin-top: 13px;
}

.fw_lc_list:hover h3,
.fw_lc_list:hover p {
    color: #f9ab12;
}

.fw_lc_list.fw_lc_list1 {
    position: absolute;
    top: 155px;
    left: -15px;
    padding-bottom: 115px;
    background: url(../images/icon64.png) no-repeat center bottom;
    width: 192px;
}

.fw_lc_list.fw_lc_list2 {
    width: 176px;
    position: absolute;
    top: 230px;
    left: 132px;
    padding-top: 105px;
    background: url(../images/icon65.png) no-repeat center top;
}

.fw_lc_list.fw_lc_list3 {
    width: 264px;
    position: absolute;
    top: 125px;
    left: 256px;
    padding-bottom: 105px;
    background: url(../images/icon66.png) no-repeat center bottom;
}

.fw_lc_list.fw_lc_list4 {
    width: 176px;
    position: absolute;
    top: 180px;
    left: 465px;
    padding-top: 105px;
    background: url(../images/icon67.png) no-repeat center top;
}

.fw_lc_list.fw_lc_list5 {
    width: 270px;
    position: absolute;
    top: 75px;
    left: 567px;
    padding-bottom: 105px;
    background: url(../images/icon68.png) no-repeat center bottom;
}

.fw_lc_list.fw_lc_list6 {
    width: 176px;
    position: absolute;
    top: 185px;
    left: 819px;
    padding-top: 105px;
    background: url(../images/icon69.png) no-repeat center top;
}

.fw_lc_list.fw_lc_list7 {
    width: 270px;
    position: absolute;
    top: 115px;
    left: 970px;
    padding-bottom: 105px;
    background: url(../images/icon70.png) no-repeat center bottom;
}

.fw_lc_list.fw_lc_list8 {
    width: 240px;
    position: absolute;
    top: 215px;
    left: 1153px;
    padding-top: 105px;
    background: url(../images/icon71.png) no-repeat 60% top;
}

.fw_lc_list.fw_lc_list1:hover {
    background: url(../images/icon64_1.png) no-repeat center bottom;
}

.fw_lc_list.fw_lc_list2:hover {
    background: url(../images/icon65_1.png) no-repeat center top;
}

.fw_lc_list.fw_lc_list3:hover {
    background: url(../images/icon66_1.png) no-repeat center bottom;
}

.fw_lc_list.fw_lc_list4:hover {
    background: url(../images/icon67_1.png) no-repeat center top;
}

.fw_lc_list.fw_lc_list5:hover {
    background: url(../images/icon68_1.png) no-repeat center bottom;
}

.fw_lc_list.fw_lc_list6:hover {
    background: url(../images/icon69_1.png) no-repeat center top;
}

.fw_lc_list.fw_lc_list7:hover {
    background: url(../images/icon70_1.png) no-repeat center bottom;
}

.fw_lc_list.fw_lc_list8:hover {
    background: url(../images/icon71_1.png) no-repeat 60% top;
}

/*****************************/
.tll {
    text-align: left;
}

.ny_menu_box {
    position: relative;
}

.ny_menu_box a {
    text-align: center;
}

.webdesigntuts-workshop {
    height: 82px;
    left: auto;
    bottom: auto;
}

.webdesigntuts-workshop:before,
.webdesigntuts-workshop:after {
    content: '';
    display: block;
    height: 1px;
    left: 50%;
    margin: 0 0 0 -400px;
    position: absolute;
    width: 800px;
}

.webdesigntuts-workshop:before {
    display: none;
    background: #444;
    background: -webkit-linear-gradient(left, #151515, #444, #151515);
    background: -moz-linear-gradient(left, #151515, #444, #151515);
    background: -o-linear-gradient(left, #151515, #444, #151515);
    background: -ms-linear-gradient(left, #151515, #444, #151515);
    background: linear-gradient(left, #151515, #444, #151515);
    top: 192px;
}

.webdesigntuts-workshop:after {
    display: none;
    background: #000;
    background: -webkit-linear-gradient(left, #151515, #000, #151515);
    background: -moz-linear-gradient(left, #151515, #000, #151515);
    background: -o-linear-gradient(left, #151515, #000, #151515);
    background: -ms-linear-gradient(left, #151515, #000, #151515);
    background: linear-gradient(left, #151515, #000, #151515);
    top: 191px;
}

.webdesigntuts-workshop form {

    border-radius: 5px;
    background: #fff;
    border-bottom: 4px solid #2655cb;
    overflow: hidden;
    display: inline-block;
    font-size: 0px;
    margin: 14px 20px;
    position: relative;
    z-index: 1;
}

.webdesigntuts-workshop input {
    color: #555;
    display: block;
    float: left;
    font-size: 13px;
    font-weight: 400;
    height: 42px;
    margin: 0;
    padding: 12px 10px;
    width: 260px;
    line-height: 18px;
    border-radius: 5px 5px;
    border: none;
}

.ie .webdesigntuts-workshop input {
    line-height: 40px;
}

.webdesigntuts-workshop input::-webkit-input-placeholder {
    color: #888;
}

.webdesigntuts-workshop input:-moz-placeholder {
    color: #888;
}

.webdesigntuts-workshop input:focus {
    /* -webkit-animation: glow 800ms ease-out infinite alternate;
	-moz-animation: glow 800ms ease-out infinite alternate;
	-o-animation: glow 800ms ease-out infinite alternate;
	-ms-animation: glow 800ms ease-out infinite alternate;
	animation: glow 800ms ease-out infinite alternate;

	border-color: #fff;*/
    box-shadow: inset 0 0 3px #aaa;
    outline: none;
}

.webdesigntuts-workshop input:focus::-webkit-input-placeholder {
    color: #222;
}

.webdesigntuts-workshop input:focus:-moz-placeholder {
    color: #222;
}

.webdesigntuts-workshop button {
    border-radius: 0 5px 5px 0;
    color: #333;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    ;
    font-size: 0;
    background: url(../images/soso.png) center no-repeat;
    height: 40px;
    line-height: 40px;
    width: 60px;
    border: none;
    cursor: pointer;
}

.webdesigntuts-workshop button:hover,
.webdesigntuts-workshop button:focus {
    outline: none;
}

.webdesigntuts-workshop button:active {
    top: 1px;
}


@keyframes glow {
    0% {
        border-color: #2a60e8;
        box-shadow: 0 0 5px rgba(255, 192, 69, .2), inset 0 0 5px rgba(255, 192, 69, .1), 0 2px 0 #000;
    }

    100% {
        border-color: #fdb01b;
        box-shadow: 0 0 20px rgba(255, 192, 69, .6), inset 0 0 10px rgba(255, 192, 69, .4), 0 2px 0 #000;
    }
}

/*****************/
.hon-container {
    width: 1200px;
    padding: 0 50px;
    margin-top: 40px;
    margin-bottom: 30px;
}

.hon-container:before,
.hon-container:after {
    display: none;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 100%;
    z-index: 9;
    background: #fff;
}

.hon-container:after {
    left: auto;
    right: 0;
}

.hon-container .sev-next,
.hon-container .sev-prev {
    width: 32px;
    height: 32px;
    background: url(../images/prev.png) no-repeat;
}

.hon-container .sev-next {
    background-position: -108px 0;
    right: 0;
}

.hon-container .sev-prev {
    background-position: 0 0;
    left: 0;
}

.hon-container .sev-next:hover {
    background-position: -76px 0;
}

.hon-container .sev-prev:hover {
    background-position: -32px 0;
}

.hon-list1 img {
    width: 275px;
    height: 193px;
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    display: block;
}

.hon-list1 img:hover {
    transform: scale(1.1);
    transform: rotate(0deg) scale(1.1, 1.1) skew(0deg) translate(0, 0);
    -ms-transform: rotate(0deg) scale(1.1, 1.1) skew(0deg) translate(0, 0);
    -moz-transform: rotate(0deg) scale(1.1, 1.1) skew(0deg) translate(0, 0);
    -webkit-transform: rotate(0deg) scale(1.1, 1.1) skew(0deg) translate(0, 0);
    -o-transform: rotate(0deg) scale(1.1, 1.1) skew(0deg) translate(0, 0);
}

.hon-list1 .swiper-slide {
    font-size: 16px;
    line-height: 20px;
}

.hon-list2 img {
    width: 220px;
    height: 293px;
    -webkit-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    display: block;
}

.hon-list2 img:hover {
    transform: scale(1.1);
    transform: rotate(0deg) scale(1.1, 1.1) skew(0deg) translate(0, 0);
    -ms-transform: rotate(0deg) scale(1.1, 1.1) skew(0deg) translate(0, 0);
    -moz-transform: rotate(0deg) scale(1.1, 1.1) skew(0deg) translate(0, 0);
    -webkit-transform: rotate(0deg) scale(1.1, 1.1) skew(0deg) translate(0, 0);
    -o-transform: rotate(0deg) scale(1.1, 1.1) skew(0deg) translate(0, 0);
}

.hon-list2 .swiper-slide {
    font-size: 16px;
    line-height: 20px;
}

.honor-bg {
    padding: 60px 0;
    background: #eeeeee;
    margin-top: 50px;
}

.imforwarp {
    width: 1021px;
    overflow: hidden;
    margin-top: 55px;
}

#lightbox-infoFooter {
    display: block !important;
}

#lightbox-caption-title {
    text-decoration: none !important;
    color: #000000;
    font-size: 14px;
}

#lightbox-currentNumber {
    display: none !important;
}

#lightbox-close {
    background: url(../images/close8.png) no-repeat;
    font-size: 0;
    width: 32px !important;
    transition: all 200ms ease 0s;
    -webkit-transition: all 200ms ease 0s;
    -ms-transition: all 200ms ease 0s;
    height: 32px;
    position: absolute;
    right: -14px;
    top: -14px;
    z-index: 9999;
}

#lightbox-close:hover {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

#lightbox-imageBox,
#lightbox-infoBox {
    border: #FFF 5px solid !important;
}

.fixed-aa {
    width: 280px;
    height: 90px;
    background: rgba(0, 0, 0, .7) url(../images/flex-hand22.png) center right no-repeat;
    background-position-x: 200px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 90px;
    color: #fff;
    font-size: 26px;
    line-height: 90px;
    padding-left: 45px;
    box-sizing: border-box;
    animation: fixed 1.5s linear infinite alternate;
    transition: all .3s;
    display: none;
    z-index: 99;
}

.fixed-aa:hover {
    color: #ffdd00;
}

@keyframes fixed {
    0% {
        background-position-x: 200px;
    }

    50% {
        background-position-x: 180px;
    }

    100% {
        background-position-x: 200px;
    }
}

.tbsList {
    display: flex;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 20px;
    margin-top: 20px;

}

.tbsList .item {
    flex: 1;
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    transition: all .35s;
}

.tbsList .item:hover {
    color: #f4b303;
}

.tbsList .item.active {
    color: #f4b303;
}

.tbsb {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #5d5d5d;
    margin-top: 30px;
}

.tbsb .item {
    display: none;
}

.tbsb .item.active {
    display: block;
}

.tbsb img {
    margin-right: 10px;
}

.tbdsb {
    width: 100%;
}

.tbsBtn {
    text-align: center;
    width: 220px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    color: #fff;
    background: linear-gradient(to right, #fdbb0f, #fcde95);
    font-size: 18px;
    margin: 40px auto;
    cursor: pointer;
}

/***********0611**************/
.bluefont {
    color: #2c81f5;
}

.ln-news8 {
    display: flex;
    justify-content: space-between;
}

.dr-tit .tbt8 {
    color: #4d535a;
    font-size: 18px;
    font-weight: 100;
    margin-top: 10px;
}



.ruanzhu25 {
    overflow: hidden;
    height: 820px;
    background: #e7f4fd url(../images/honorbg88.jpg) bottom center no-repeat;
    position: relative;
}

.zzswiper {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 70px;
}

.zzswiper .item {
    width: 289px;
    height: 500px;
    background: url(../images/zzitembg.png) no-repeat;
}

.zzswiper .item:nth-child(2n) {
    margin-top: 60px;
}

.zzswiper .item img {
    width: 190px;
    height: 260px;
    display: block;
    margin: 40px 0 0 50px;
}

.zzswiper .item h1 {
    font-size: 20px;
    color: #2c81f5;
    font-weight: bold;
    text-align: center;
    margin-top: 130px;
}

.ruanzhu25 .zzz-prev,
.ruanzhu25 .zzz-next {
    width: 64px;
    height: 64px;
    opacity: .7;
}

.ruanzhu25 .zzz-prev {
    background: url(../images/zzprev.png) no-repeat;
    left: 50%;
    margin-left: -700px;
}

.ruanzhu25 .zzz-next {
    background: url(../images/zznext.png) no-repeat;
    right: 50%;
    margin-right: -700px;
}

.lc-four {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

.lc-four .item {
    width: 140px;
    text-align: center;
    color: #171254;
    font-size: 16px;
    line-height: 50px;
    position: relative;
}

.lc-four .item::before {
    content: "";
    position: absolute;
    left: 100%;
    top: 10px;
    width: 125px;
    height: 100px;
    background: url(../images/lcc86.png) center no-repeat;
    animation: lrff 2s linear infinite;
    animation-fill-mode: forwards;
}

.lc-four .item:last-child::before {
    display: none;
}

.lc-four .item img {
    display: block;
}

.sale-new8 {
    background: #171254;
    overflow: hidden;
    padding-bottom: 100px;
    margin-top: 120px;
}

.tbwhite8 {
    color: #fff !important;
}

.tbwhite8 .tbt8 {
    color: #fff;
}

.sale-list88 {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
    position: relative;
}

.sale-list88 .item {
    width: 190px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    position: relative;
    z-index: 2;
}

.sale-list88 .tbline8 {
    position: absolute;
    left: 110px;
    top: 80px;
    width: 980px;
    height: 4px;
    overflow: hidden;
}

.sale-list88 .tbline8::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 5000px;
    height: 2px;
    border-bottom: 2px dashed #726f97;
    animation: goleft 20s linear infinite;
    animation-fill-mode: forwards;
}

.sale-list88 .item img {
    display: block;
}





/********ZZZZZZZ********************/


@keyframes goleft {

    50% {
        left: -100%;
    }

    100% {
        left: 0;
    }

}
@keyframes lrff {
    0% {
        transform: translateX(0); 
    }
    25% {
        transform: translateX(-5px);
    }
    50% {
        transform: translateX(0);
    }
    75% {
        transform: translateX(5px);
    }
    100% {
        transform: translateX(0); 
    }

}

.pro-news8 {
    background: #10122a;
   
}
.pro-news8 .pro-sec {
    
    max-width: 1920px;
    padding: 0 5%;
    margin: 0 auto;
    display: flex !important;
    justify-content: center;
    flex-direction: column;
}
.pro-news8 .pro-sec .fp-tableCell {
    display: flex !important;
    height: auto !important;
    justify-content: space-between;
}
.pro-news8 .pro-sec:nth-child(2n) .fp-tableCell{
    flex-direction: row-reverse;
}

.pro-news8 .pro-left8 {
    width: 48%;
    color: #b3b2ce;
    font-size: 16px;
    line-height: 28px;
}
.pro-news8 .pro-left8 .tbt{
    color: #ffffff; 
    font-size: 60px;
    line-height: 66px;
    margin-top: 100px;
}
.pro-news8 .pro-left8 .tbc {
    width: 666px;
}
.pro-news8 .pro-left8 .tblist {
    display: flex;
    margin-top: 50px;
    margin-bottom: 50px;
}
.pro-news8 .pro-left8 .tblist .item {
    margin-right: 30px;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    cursor: pointer;
}
.pro-news8 .pro-left8 .tblist .item .pic {
    width: 66px;
    height: 66px;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 10px;
    position: relative;

}
.pro-news8 .pro-left8 .tblist .item .pic::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 66px;
    height: 66px;
    background: url(../dist/mom/img/icon01.png) no-repeat;
    transition: all .3s;
}
.pro-news8 .pro-left8 .tblist .item:hover .pic::before {
    transform: rotate(180deg);
}
.pro-news8 .pro-left8 .tblist .item .pic img {
    display: block;
    margin: 40px;
    height: 40px;
    margin: 13px 0 0 13px;
    position: relative;
    z-index: 2;
}
.pro-news8 .pro-left8 .tbmore {
    display: block;
    margin-top: 30px;
    height: 60px;
    line-height: 60px;
    width: 180px;
    border: 2px solid #8f909c;
    text-align: center;
    border-radius: 60px;
    color: #b3b2ce;
    font-size: 16px;
    overflow: hidden;
    position: relative;
}
.pro-news8 .pro-left8 .tbmore em {
    position: relative;
    z-index: 2;
}
.pro-news8 .pro-left8 .tbmore::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right,#02ccfb,#3347e4);
    border-radius: 60px;
    transform: scale(0);
    transition: all .3s;
}
.pro-news8 .pro-left8 .tbmore:hover {
    border: 2px solid #10122a;
    color: #fff;
}
.pro-news8 .pro-left8 .tbmore:hover::before {
    transform: scale(1);
}
.pro-news8 .pro-right8 {
    width: 48%;
    height: 650px;
  
}
.pro-news8 .pro-right8 img {
    max-width: 100%;
    max-height: 100%;
    display: block;
}
