body,
html {
    overflow-x: hidden;
    min-height: 100vh;
    background-color: #fff;
    color: #3e3e3e
}

@font-face {
    font-family: 'iconfont';
    /* project id 637884 */
    src: url('//at.alicdn.com/t/font_637884_m35xiziopw4s4i.eot');
    src: url('//at.alicdn.com/t/font_637884_m35xiziopw4s4i.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_637884_m35xiziopw4s4i.woff') format('woff'), url('//at.alicdn.com/t/font_637884_m35xiziopw4s4i.ttf') format('truetype'), url('//at.alicdn.com/t/font_637884_m35xiziopw4s4i.svg#iconfont') format('svg');
}

* {
    box-sizing: border-box
}

.iconfont {
    font-family: iconfont
}

#main {
    position: relative;
    overflow: hidden;
    height: 100vh
}

.parallax,
.transition {
    transition: transform 1.5s cubic-bezier(.19, 1, .22, 1), opacity 1.5s cubic-bezier(.19, 1, .22, 1);
    will-change: transform, opacity
}

.container {
    position: relative;
    padding-top: 100px
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 30;
    width: 100%;
    height: 100px;
    border-bottom: 2px solid #e50112;
    background-color: #fff
}

.w1200 {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 1200px
}

.w1400 {
    position: relative;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    max-width: 1400px
}

.NpTips {
    margin: 20px auto;
    text-align: center;
    font-size: 30px
}

.inline-box {
    font-size: 0!important;
    -webkit-text-size-adjust: none
}

.inline-box>* {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px
}

#openlc {
    display: none
}

.menuBG {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    visibility: hidden;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .43);
    opacity: 0
}

.open .menuBG {
    visibility: inherit;
    opacity: 1
}

.header .logo {
    width: 248px;
    height: 98px;
    background-color: #e50112;
    background-image: url(../img/logo.png);
    background-position: center center;
    background-repeat: no-repeat
}

.m_tel {
    width: 100%;
    display: flex;
    padding: 0px 5%;
    align-items: flex-start;
    color: #af0512;
    padding-top: 15px;
    border-top: 1px solid #EBEBEB;
    justify-content: center;
    flex-wrap: wrap;
    display: none;
}

.m_tel>p {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 28px;
}

.m_tel>div {
    width: 100%;
    margin-left: 0px;
    text-align: center;
}

.m_tel>div p span {
    font-size: 14px;
}

.header .menu .m_tel div p span a {
    border: none;
    height: auto;
    margin-bottom: 10px;
}

.header .menu a {
    padding-top: 32px;
    width: 106px;
    height: 98px;
    border-right: 1px solid #f4f4f4;
    text-align: center;
    line-height: 1
}

.header .menu a .cn {
    margin-bottom: 6px;
    font-weight: 700;
    font-size: 20px
}

.header .menu a .en {
    color: #666767;
    text-transform: uppercase;
    opacity: .6
}

.header .menu a:hover {
    background-color: #e50112;
    color: #fff
}

.header .menu a:hover .en {
    color: #fff
}

.header .menu a.active {
    background-color: #e50112;
    color: #fff
}

.header .menu a.active .en {
    color: #fff
}

.header .info {
    padding-top: 0;
    padding-left: 10px;
    color: #e50112;
    line-height: 1
}

.header .info .tel .iconfont {
    margin-right: 5px;
    vertical-align: middle;
    font-size: 32px
}

.header .info .tel span {
    font-size: 18px
}

.header .info .tel span a {
    color: #e50112
}

.header .info .tel span:last-of-type {
    font-size: 18px
}

.header .info>.iconfont {
    position: relative;
    margin-left: 20px;
    font-size: 29px;
    line-height: 32px;
    cursor: pointer
}

.header .info>.iconfont:hover img {
    visibility: inherit;
    opacity: 1
}

.header .info>.iconfont img {
    position: absolute;
    left: 50%;
    visibility: hidden;
    margin-left: -50px;
    width: 100px;
    opacity: 0
}

.header .info>.iconfont:last-of-type {
    color: #7ec45f
}

.banner .cover {
    width: 100%;
    opacity: 0
}

.swiper-slide {
    position: relative;
    overflow: hidden
}

.banner .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.banner .img .banner-t {
    position: absolute;
    bottom: 0;
    left: 23.41%;
    width: 53.12%
}

.banner .img .banner-t img {
    width: 100%
}

.bannerPagination {
    position: absolute;
    bottom: 53px;
    z-index: 5;
    width: 100%;
    height: 3px;
    text-align: center;
    line-height: 1
}

.bannerPagination .swiper-pagination-switch {
    display: inline-block;
    width: 60px;
    height: 3px;
    background-color: #bfbfbf;
    vertical-align: top;
    cursor: pointer;
}

.bannerPagination .swiper-pagination-switch.swiper-active-switch {
    background-color: #e50112
}

.dis {
    padding: 35px 0;
    background-image: url(../img/linerg.jpg);
    background-position: center center;
    color: #fff;
    text-align: center;
    line-height: 1
}

.dis .iconfont {
    font-size: 40px;
    line-height: 1
}

.banner {
    position: relative;
    z-index: 2
}

.bannerSwiper {
    position: relative;
    left: 50%;
    width: 1920px;
    height: 778px;
    transform: translateX(-50%)
}

.banner .text_banner {
    position: absolute;
    background: url(../img/bannerText.jpg) no-repeat center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
    background-size: cover;
}

.dis .cn {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 18px
}

.dis .en {
    text-transform: uppercase;
    font-weight: 700;
    opacity: .6
}

.MobileIndex .dis li a {
    color: #fff
}

.dis li {
    width: 25%
}

.title-box {
    position: relative;
    padding-bottom: 15px;
    text-align: center;
    line-height: 1
}

.title-box .cn {
    font-size: 36px
}

.title-box .en {
    margin-top: 8px;
    color: #dedede;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 16px
}

.title-box::before {
    position: absolute;
    bottom: 0;
    left: 50%;
    display: block;
    margin-left: -21px;
    width: 42px;
    height: 3px;
    background-color: #af0512;
    content: ''
}

.case {
    padding: 60px 0
}

.school {
    padding-top: 35px
}

.school-left {
    width: 790px;
}

.school-left img {
    max-width: 790px;
    max-height: 420px;
}

.school-right .input {
    width: 394px;
    height: 55px;
    outline: 0;
    border: 1px solid #bfbfbf;
    font-size: 18px
}

.school-right .input #school {
    position: relative;
    z-index: 5;
    height: 100%;
    text-indent: 20px;
    line-height: 53px;
    cursor: pointer
}

.school-right .input {
    position: relative;
    width: 100%
}

.school-right .iconfont {
    position: absolute;
    top: 0;
    right: 15px;
    color: #3e3e3e;
    font-size: 20px;
    line-height: 55px
}

.school-right .iconfont.active {
    transform: rotate(180deg)
}

.school-right {
    margin-left: 15px;
    width: 395px
}

.school-right .text {
    margin-top: 15px;
    padding: 30px 33px 0;
    height: 349px;
    background-color: #f2f2f2;
    text-align: center;
}

.school-right .text img {
    display: inline-block;
    width: 100px;
}

.school-right .text .desc {
    margin-top: 10px;
    opacity: .7;
    height: 120px;
    overflow: auto;
}

.school-right .text .sname {
    margin: 20px auto 0;
    font-size: 20px;
    line-height: 1
}

.yph-left,
.yph-right {
    position: relative;
    overflow: visible;
    height: 406px
}

.yph-left img {
    position: absolute;
    top: -21px;
    left: 0
}

.yph-left {
    margin-top: 45px;
    width: 544px
}

.yph {
    position: relative;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 40px
}

.yph .swiper-container {
    top: 0;
    width: 100%;
    height: 100%
}

.yph .swiper-container .swiper-wrapper {
    width: 648px
}

.yph .swiper-container .swiper-slide {
    z-index: 2;
    width: 648px
}

.yph-right {
    margin-left: 8px;
    width: 648px;
    height: auto
}

.yph-plan {
    margin-top: 30px
}

.arrow-leftRl {
    left: 0;
    background-image: url(../img/arr-left.png);
    background-position: center;
    background-repeat: no-repeat
}

.arrow-rightRr {
    right: 0;
    background-image: url(../img/arr-right.png);
    background-position: center;
    background-repeat: no-repeat
}

.arrow-leftRl,
.arrow-rightRr {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: block;
    margin-top: -28px;
    width: 56px;
    height: 56px;
    background-color: #fff;
    cursor: pointer
}

.new {
    padding-bottom: 67px;
    background: url(../img/pi_bg.jpg)
}

.case.new {
    background-image: url(../img/newsbg.png)
}

.news-list {
    position: relative;
    margin-top: 30px;
    height: 345px
}

.news-list ul {
    height: 345px
}

.news-list li {
    height: 345px;
    color: #313131;
    cursor: pointer
}

.news-list li .box {
    margin: 0 auto;
    width: 343px
}

.news-list li .box img {
    width: 100%
}

.news-list li:hover .more {
    color: #fff
}

.news-list li:hover .more:after {
    width: 100%
}

.news-list .title {
    font-size: 16px;
    line-height: 2
}

.news-list .timer {
    opacity: .4
}

.news-list .deta {
    height: 36px;
    color: #676767;
    font-size: 12px
}

.news-list .more {
    position: relative;
    width: 120px;
    border: 1px solid #af0512;
    color: #af0512;
    text-align: center;
    line-height: 24px;
    transition: all .5s
}

.news-list .more:after {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 0;
    height: 24px;
    background: #af0512;
    content: '';
    transition: all .5s
}

.news-list .arrow-left,
.news-list .arrow-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: block;
    margin-top: -28px;
    width: 56px;
    height: 56px;
    background-color: #fff;
    cursor: pointer;
    transition: all .5s
}

.news-list .arrow-left {
    left: -56px;
    background-image: url(../img/arr-left.png);
    background-position: center;
    background-repeat: no-repeat
}

.news-list .arrow-right {
    right: -56px;
    background-image: url(../img/arr-right.png);
    background-position: center;
    background-repeat: no-repeat
}

.news-list .arrow-left:hover {
    background-position: 35%
}

.news-list .arrow-right:hover {
    background-position: 75%
}

.newsBox {
    width: 93%;
    height: 365px
}

video {
    width: 100%
}

.index video {
    display: block;
    width: 1200px;
    height: 627px
}

.video {
    position: relative;
    margin-top: 40px;
    background-color: #000;
    line-height: 1
}

.video:hover .paused {
    opacity: 1
}

.iconfont.play {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    margin-top: -45px;
    margin-left: -45px;
    color: #fff;
    font-size: 90px;
    line-height: 1;
    cursor: pointer
}

.iconfont.paused {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    display: none;
    color: #fff;
    font-size: 60px;
    line-height: 1;
    opacity: 0;
    cursor: pointer;
    transition: all .5s;
    transform: translate(-50%, -50%)
}

.video.active .play {
    display: none
}

.video.active .paused {
    display: block
}

.music-box {
    position: fixed;
    bottom: 2%;
    left: 2%;
    z-index: 10;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #fff;
    background-image: url(../img/icon_musci.png);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    box-shadow: 0 0 20px rgba(55, 55, 55, .3);
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    animation: round linear 1s infinite;
    display: none;
}

.music-box.active {
    background-image: url(../img/icon_musciD.png);
    animation: none
}

@keyframes round {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

.music-box .btn {
    width: 52px;
    border-left: 1px solid #ccc;
    color: #7a7a7a;
    text-align: center;
    font-size: 18px;
    cursor: pointer
}

.music-box p:first-of-type {
    padding: 0 30px;
    color: #000
}

.music-box p .iconfont {
    margin-right: 5px;
    font-size: 18px
}

.music-box p .time {
    margin-left: 10px
}

.accompany {
    position: relative;
    margin: 50px auto 60px
}

.accompany .accompany-box {
    width: 90%;
    height: 580px
}

.accompany ul {
    height: 500px
}

.accompany li {
    height: auto;
    overflow: inherit;
}

.accompany li .minlogBox {
    float: left;
    margin-right: 45px;
    height: 580px;
    padding: 20px 0;
}

.accompany li .minlogBox:nth-child(6) {
    margin-right: 0;
}

.accompany ul .partner {
    display: block;
    margin: 0 0 12px;
    width: 140px;
    cursor: pointer;
}

.accompany ul .partner .minlogo {
    transition: all .5s;
}

.accompany ul .partner:hover .minlogo {
    transform: scale(1.1);
}

.MobileIndex .accompany li .minlogBox {
    height: 368px;
    margin-right: 5%;
    width: 30%;
}

.MobileIndex .accompany li .minlogBox:nth-child(3n) {
    margin-right: 0;
}

.MobileIndex .minlogBox .partner {
    float: none;
    width: 100%;
    margin: 0 0 10px;
}

.accompany ul .partner span {
    display: block;
    height: 44px;
    text-align: center
}

.accompany ul .partner:nth-child(6n) {
    margin: 0 0 20px 0
}

.accompany ul .minlogo {
    position: relative;
    margin: 0 auto 30px;
    width: 100px;
    height: 100px;
    background-size: cover
}

.accompany ul .minlogo:before {
    position: absolute;
    bottom: -14px;
    z-index: -1;
    width: 100px;
    height: 10px;
    border-radius: 50%;
    background: radial-gradient(center, circle cover, #eaeaea, rgba(255, 255, 255, .35) 99%);
    background: -o-radial-gradient(center, circle cover, #eaeaea, rgba(255, 255, 255, .35) 99%);
    background: -ms-radial-gradient(center, circle cover, #eaeaea, rgba(255, 255, 255, .35) 99%);
    background: -moz-radial-gradient(center, circle cover, #eaeaea, rgba(255, 255, 255, .35) 99%);
    background: -webkit-radial-gradient(center, circle cover, #eaeaea, rgba(255, 255, 255, .35) 99%);
    content: ''
}

.accompany .arrow-left,
.accompany .arrow-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: block;
    margin-top: -28px;
    width: 56px;
    height: 56px;
    background-color: #eee;
    cursor: pointer;
    transition: ease .5s
}

.accompany .arrow-left {
    left: -56px;
    background-image: url(../img/arr-left.png);
    background-position: center;
    background-repeat: no-repeat
}

.accompany .arrow-right {
    right: -56px;
    background-image: url(../img/arr-right.png);
    background-position: center;
    background-repeat: no-repeat
}

.accompany .arrow-left:hover {
    background-position: 35%
}

.accompany .arrow-right:hover {
    background-position: 75%
}

.footer {
    padding: 50px 0 50px;
    background-color: #01061c
}

.footer .w1200 {
    overflow: hidden
}

.footer .fl {
    float: left
}

.footer .webmap a {
    margin-right: 60px;
    color: #fff;
    font-size: 16px
}

.footer .logoText {
    margin: 0 0 25px
}

.footer .information {
    color: rgba(255, 255, 255, .7);
    font-size: 16px
}

.footer .information a {
    color: rgba(255, 255, 255, .7)
}

.footer .fr {
    float: right
}

.footer .ewm {
    display: inline-block;
    margin-bottom: 20px;
    margin-left: 20px;
    color: rgba(255, 255, 255, .6);
    text-align: center
}

.footer .ewm img {
    margin-bottom: 5px;
    width: 80px
}

.collect .minBanner img {
    width: 100%
}

.collect .Protection {
    padding: 126px 0 140px
}

.collect .Protection ul {
    margin: 20px auto 0;
    width: 1200px;
    text-align: center;
    font-size: 0;
    -webkit-text-size-adjust: none;
}

.collect .Protection li {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
}

.collect .Protection li:nth-child(2) {
    margin: 0 17px
}

.collect .Protection .PlateTitle {
    text-align: center;
    font-weight: 700;
    font-size: 48px
}

.collect .Protection .title {
    position: relative;
    margin-top: 10px;
    font-weight: 700;
    font-size: 30px;
    line-height: 70px
}

.collect .Protection .title:after {
    position: absolute;
    bottom: 8px;
    left: 50%;
    margin-left: -41px;
    width: 82px;
    height: 2px;
    background: #e50112;
    content: ''
}

.collect .Protection .deta {
    color: #686868;
    font-size: 16px
}

.collect .bg_rigorous {
    padding: 80px 0 115px;
    background-image: url(../img/bg_rigorous.jpg);
    background-position: center;
    background-size: cover;
    background-attachment: fixed
}

.collect .bg_rigorous .PlateTitle {
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 48px
}

.collect .bg_rigorous ul {
    margin: 54px auto 0;
    width: 1200px;
    color: #fff;
    font-size: 0;
    -webkit-text-size-adjust: none;
}

.collect .bg_rigorous ul li {
    position: relative;
    display: inline-block;
    width: 370px;
    height: 370px;
    background: rgba(0, 0, 0, .6);
    font-size: 14px;
}

.collect .bg_rigorous ul li:nth-child(2) {
    margin: 0 41px
}

.collect .bg_rigorous ul .infor {
    position: absolute;
    top: 50%;
    left: 10%;
    margin-top: -100px;
    width: 80%;
    height: 240px
}

.collect .bg_rigorous .more {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 30px
}

.collect .bg_rigorous .more span {
    float: left;
    display: block;
    width: 30px;
    height: 30px;
    border: 1px solid rgba(117, 112, 109, .74);
    border-radius: 50%;
    color: rgba(117, 112, 109, .74);
    text-align: center;
    font-weight: 100;
    font-size: 27px;
    line-height: 30px
}

.collect .bg_rigorous .more .line {
    float: right;
    display: inline-block;
    margin-top: 15px;
    width: 80%;
    height: 1px;
    background: rgba(117, 112, 109, .74);
    line-height: 30px
}

.collect .bg_rigorous ul li:after {
    position: absolute;
    top: 12px;
    left: 12px;
    width: 342px;
    height: 342px;
    border: 1px solid rgba(255, 255, 255, .3);
    content: ''
}

.collect .bg_rigorous .title {
    margin: 33px 0 10px;
    font-weight: 700;
    font-size: 20px
}

.collect .bg_rigorous .date {
    overflow: hidden;
    height: 44px;
    color: rgba(235, 233, 233, .7);
    font-size: 14px;
    line-height: 1.6
}

.collect .committed {
    padding: 50px 0 25px
}

.collect .committed .PlateTitle {
    text-align: center;
    font-weight: 700;
    font-size: 48px
}

.collect .committed ul {
    overflow: hidden;
    margin: 0 auto;
    width: 1200px
}

.collect .committed li {
    position: relative;
    float: left;
    margin: 62px 20px 0 0;
    width: 386px;
    height: 250px;
    border: 1px solid #efefef;
}

.collect .committed li:nth-child(3) {
    margin: 62px 0 0
}

.collect .committed img {
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -42px;
}

.collect .committed .summary {
    position: absolute;
    top: 108px;
    right: 8%;
    width: 86%;
    text-align: center;
}

.collect .committed .title {
    margin-bottom: 5px;
    font-size: 24px
}

.collect .committed .deta {
    color: #999;
    font-size: 14px
}

.collect .Qualification {
    padding: 25px 0 200px;
    background: url(../img/bg_qualification.png)
}

.collect .Qualification .box {
    position: relative;
    margin: 70px auto 0;
    width: 1200px
}

.collect .Qualification .arrow-left,
.collect .Qualification .arrow-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: block;
    margin-top: -28px;
    width: 56px;
    height: 56px;
    background-color: #eee;
    cursor: pointer;
    transition: all .5s
}

.collect .Qualification .arrow-left {
    left: -200px;
    background-image: url(../img/arr-left.png);
    background-position: center;
    background-repeat: no-repeat
}

.collect .Qualification .arrow-right {
    right: -200px;
    background-image: url(../img/arr-right.png);
    background-position: center;
    background-repeat: no-repeat
}

.collect .Qualification .arrow-right:hover {
    background-position: 75%
}

.collect .Qualification .arrow-left:hover {
    background-position: 35%
}

.collect .Qualification .PlateTitle {
    text-align: center;
    font-weight: 700;
    font-size: 48px
}

.collect .Qualification .QualificationBox {
    position: relative;
    overflow: initial;
    margin: 20px auto;
    width: 790px;
    height: 390px
}

.collect .Qualification ul {
    position: relative;
    width: 790px;
    height: 390px
}

.collect .Qualification li {
    position: absolute;
    top: 146px;
    left: 377px;
    z-index: 0;
    width: 0;
    height: 0;
    border-radius: 4px;
    background: #787878;
    opacity: .9!important;
    cursor: pointer
}

.collect .Qualification li:nth-child(3) {
    opacity: 1!important
}

.collect .Qualification li img {
    width: 100%
}

.brands .texTinformation {
    padding: 135px 0 0
}

.brands .texTinformation .w1200:after {
    position: relative;
    clear: both;
    display: block;
    visibility: hidden;
    width: 100%;
    height: 0;
    content: ""
}

.brands .texTinformation .fl {
    float: left;
    width: 50%
}

.brands .texTinformation .title {
    position: relative;
    font-weight: 500;
    font-size: 48px
}

.brands .texTinformation .title:after {
    position: absolute;
    top: 14px;
    left: -22px;
    width: 10px;
    height: 46px;
    background: #eb0222;
    content: ''
}

.brands .texTinformation .en {
    color: #b5b5b5;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 24px
}

.brands .texTinformation .deta {
    margin-top: 26px;
    width: 86%;
    color: #656565;
    font-size: 16px;
    line-height: 2
}

.brands .texTinformation .deta.lyrics {
    overflow: auto;
    height: 327px
}

.brands .texTinformation .fr {
    position: relative;
    float: right;
    width: 50%
}

.brands .texTinformation .fr p.play.active {
    display: none
}

.brands .texTinformation .fr img {
    float: right;
    width: auto
}

.brands .texTinformation .fr img.china {
    float: left
}

.brands .texTinformation .mobild {
    display: none
}

.brands .Instructions {
    background: #eb0222
}

.brands .Instructions .w1200:after {
    position: relative;
    clear: both;
    display: block;
    visibility: hidden;
    width: 100%;
    height: 0;
    content: ""
}

.brands .Instructions .fl {
    position: relative;
    float: left;
    width: 50%;
    height: 260px
}

.brands .Instructions .fl img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.brands .Instructions .fr {
    float: left;
    padding: 74px 0;
    width: 50%;
    color: #fff;
    text-indent: 12%;
    font-size: 16px;
    line-height: 1.8;
}

.brands .success {
    padding: 30px 0 50px
}

.brands .success .up_top {
    color: #393838;
    font-size: 24px;
    line-height: 1.6
}

.brands .success .minpic {
    overflow: hidden;
    margin-top: 30px
}

.brands .success .minpic img {
    float: left;
    margin-left: 30px
}

.brands .success .minpic img:first-of-type {
    margin-left: 0
}

.brands .Advantage .PlateTitle {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 48px
}

.brands .Advantage .PlateTitle span {
    color: #d01b1e
}

.brands .Advantage ul {
    overflow: hidden
}

.brands .Advantage ul li {
    float: left;
    width: 363px
}

.brands .Advantage ul li:nth-child(2) {
    margin: 0 55px
}

.brands .Advantage ul .pic {
    width: 363px
}

.brands .Advantage ul .title {
    margin-top: 10px;
    color: #333232;
    text-align: center;
    font-size: 20px;
    line-height: 38px
}

.brands .Advantage ul .deta {
    color: #929292;
    text-align: center;
    font-size: 14px
}

.brands .Advantage ol {
    overflow: hidden;
    margin: 45px auto 0
}

.brands .Advantage ol li {
    float: left;
    box-sizing: border-box;
    padding: 25px 15px 65px;
    width: 363px;
    height: 388px;
    border: 1px solid #dcdcdc;
    text-align: center;
}

.brands .Advantage ol li:nth-child(2) {
    margin: 0 55px
}

.brands .Advantage ol .number {
    margin-bottom: 5px
}

.brands .Advantage ol .number img {
    display: inline-block
}

.brands .Advantage ol .title {
    font-weight: 700;
    font-size: 36px
}

.brands .Advantage ol .deta {
    color: #999;
    font-size: 14px;
    line-height: 1.6;
    text-align: justify;
}

.brands .campus {
    padding: 80px 0 56px
}

.brands .campus .en {
    color: #b5b5b5;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 24px
}

.brands .campus ul {
    overflow: hidden;
    margin: 40px auto 0
}

.brands .campus li {
    float: left;
    margin: 0 3% 20px 0;
    width: 364px
}

.brands .campus li .mintitle {
    color: #666;
    font-size: 18px;
    line-height: 2
}

.brands .campus li:nth-child(3n) {
    margin: 0 0 20px
}

.brands .campus .pic {
    width: 364px;
    height: 204px
}

.brands .campus .pic img {
    width: 100%
}

.brands .campus .title {
    position: relative;
    font-weight: 500;
    font-size: 48px
}

.brands .campus .title:after {
    position: absolute;
    top: 14px;
    left: -22px;
    width: 10px;
    height: 46px;
    background: #eb0222;
    content: ''
}

.brands .honor {
    padding: 50px 0;
    background: url(../img/bg_qualification.png)
}

.brands .honor .title {
    position: relative;
    font-weight: 500;
    font-size: 48px
}

.brands .honor .title:after {
    position: absolute;
    top: 14px;
    left: -22px;
    width: 10px;
    height: 46px;
    background: #eb0222;
    content: ''
}

.brands .honor .en {
    color: #b5b5b5;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 24px
}

.brands .honor .QualificationBox {
    position: relative
}

.brands .honor ul {
    position: relative;
    margin: 0 auto;
    width: 826px;
    height: 400px
}

.brands .honor li {
    position: absolute;
    z-index: 1;
    background: #fff;
    opacity: 1!important
}

.brands .honor li .pic {
    opacity: .6
}

.brands .honor li:nth-child(3) .pic {
    opacity: 1
}

.brands .honor li img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.brands .honor .arrow-left,
.brands .honor .arrow-right {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: block;
    margin-top: -28px;
    width: 56px;
    height: 56px;
    background-color: #eee;
    cursor: pointer;
    transition: all .5s
}

.brands .honor .arrow-left {
    left: 0;
    background-image: url(../img/arr-left.png);
    background-position: center;
    background-repeat: no-repeat
}

.brands .honor .arrow-right {
    right: 0;
    background-image: url(../img/arr-right.png);
    background-position: center;
    background-repeat: no-repeat
}

.brands .honor .arrow-left:hover {
    background-position: 35%
}

.brands .honor .arrow-right:hover {
    background-position: 75%
}

.successful_case {
    padding: 85px 0 0
}

.successful_case .PlateTitle {
    text-align: center;
    font-size: 36px
}

.successful_case .PlateTitle span {
    display: block;
    color: #afafaf;
    text-transform: uppercase;
    font-size: 18px
}

.successfulOver {
    margin: 30px auto 30px;
    padding-top: 30px;
    border-top: 1px solid #f6f6f6
}

.successfulOver .btn_arrow {
    position: absolute;
    top: 50%;
    z-index: 9;
    width: 50px;
    height: 50px;
    background: url(../img/pi_bg.jpg);
    cursor: pointer;
    transition: all .5s
}

.successfulOver .btn_L:hover i {
    left: 30%;
}

.successfulOver .btn_R:hover i {
    left: 70%;
}

.successfulOver .btn_L {
    left: -80px
}

.successfulOver .btn_R {
    right: -80px
}

.successfulOver .btn_arrow i {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 12px;
    height: 20px;
    background-size: cover;
    transform: translate(-50%, -50%);
    transition: all .5s;
}

.successfulOver .arr-left {
    background-image: url(../img/arr-left.png)
}

.successfulOver .arr-right {
    background-image: url(../img/arr-right.png)
}

.successfulOver .successful {
    margin-top: 20px;
    width: 100%;
    height: auto
}

.successfulOver .partner {
    margin-bottom: 12px;
    width: 140px;
    cursor: pointer;
}

.successfulOver .partner span {
    display: block;
    text-align: center
}

.successfulOver .minlogo {
    position: relative;
    margin: 0 auto 20px;
    width: 100px;
    height: 100px;
    background-size: cover;
    transition: all .5s;
}

.successfulOver .partner:hover .minlogo {
    transform: scale(1.1);
}

.successfulOver .minlogo:after {
    position: absolute;
    bottom: -14px;
    z-index: -1;
    width: 100px;
    height: 10px;
    border-radius: 50%;
    background: radial-gradient(center, circle cover, #eaeaea, rgba(255, 255, 255, .35) 99%);
    background: -o-radial-gradient(center, circle cover, #eaeaea, rgba(255, 255, 255, .35) 99%);
    background: -ms-radial-gradient(center, circle cover, #eaeaea, rgba(255, 255, 255, .35) 99%);
    background: -moz-radial-gradient(center, circle cover, #eaeaea, rgba(255, 255, 255, .35) 99%);
    background: -webkit-radial-gradient(center, circle cover, #eaeaea, rgba(255, 255, 255, .35) 99%);
    content: ''
}

.successfulOver .swiper-scrollbar {
    position: relative;
    top: 0;
    margin-top: 30px;
    width: 100%;
    height: 2px;
    border-radius: 10px;
    background: rgba(0, 0, 0, .1);
    opacity: 1!important;
    -ms-touch-action: none
}

.successfulOver .swiper-scrollbar-drag {
    position: relative;
    width: 100%;
    height: 100%;
    height: 4px;
    border-radius: 10px;
    background: #dc0600
}

.successfulOver .swiper-scrollbar-cursor-drag {
    margin-top: -1px;
    cursor: move
}

.theVideo .PlateTitle {
    text-align: center;
    font-size: 36px
}

.theVideo .PlateTitle span {
    display: block;
    color: #7a7a7a;
    font-size: 18px
}

.theVideo ul {
    overflow: hidden;
    margin-top: 50px
}

.theVideo li {
    float: left;
    margin: 0 16px 20px 0;
    cursor: pointer
}

.theVideo li:nth-child(3n) {
    margin: 0 0 20px 0
}

.theVideo .pic {
    position: relative;
    overflow: hidden;
    width: 389px;
    height: 218px;
    background: #000;
    background-size: cover
}

.theVideo .pic .img {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .7;
    transition: all .5s
}

.theVideo li:hover .img {
    opacity: 1;
    transform: scale(1.05)
}

.theVideo .play {
    margin: -33px 0 0 -33px;
    width: 66px;
    height: 66px;
    font-size: 66px
}

.theVideo .title {
    color: #666;
    font-size: 18px;
    line-height: 2
}

.video-box {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 500;
    visibility: hidden;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, .9);
    opacity: 0
}

.video-box.active {
    visibility: inherit;
    opacity: 1
}

.video-box .lb {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -400px;
    padding: 20px;
    width: 800px;
    height: auto;
    background: #fff;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-object-position: center center;
    object-position: center center;
    -o-object-fit: contain;
    object-fit: contain
}

#mod_player>div {
    width: 100%!important;
    height: 100%!important
}

.video-box .lb embed {
    width: 100%!important;
    height: 100%!important
}

.video-box .close- {
    position: absolute;
    top: 47px;
    right: 33px;
    z-index: 9;
    width: 30px;
    color: #fff;
    text-align: center;
    font-size: 30px;
    line-height: 30px;
    cursor: pointer
}

.contact .minBanner img {
    width: 100%
}

.contact .info-box {
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.contact .contactBox {
    position: relative;
    overflow: hidden;
    padding: 50px 0 100px 0
}

.contact .info-box .left {
    float: left;
    width: 400px
}

.contact .info-box .left img {
    width: 100%
}

.contact .info-box .right {
    position: relative;
    top: 0;
    right: 0;
    float: right;
    width: 740px;
    height: 100%
}

.contact .info-box .right .intr {
    margin-top: 20px;
    color: #000;
    font-size: 14px;
    line-height: 1.7
}

.contact .info-box .right>p:nth-of-type(1) {
    color: #333;
    font-size: 26px
}

.contact .info-box .right>p:nth-of-type(2) {
    color: #c7c7c7;
    font-size: 18px
}

.map {
    margin-top: 50px;
    margin-bottom: 50px
}

.newsPlate {
    padding: 30px 0;
    position: relative;
    min-width: 400px;
}

.newsPlate .listLoding {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: block;
    z-index: 5;
}

.newsPlate .listLoding i {
    color: #fff;
    position: absolute;
    font-size: 60px;
    font-style: inherit;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: round 1s infinite cubic-bezier(0.5, 0.5, 0.5, 0.5);
}

@keyframes round {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

.Flip {
    margin: 25px auto 75px;
    text-align: center
}

.Flip .Flip-btn {
    display: inline-block;
    overflow: hidden;
    height: 30px;
    vertical-align: top
}

.Flip .Flip-btn .fist {
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin: 0 0;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    background: #dcdcdc;
    color: #999;
    text-align: center
}

.Flip .Flip-btn .fist a:after {
    /*!  */
    /*!  */
    /*!  */
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    margin: -4px 0 0 -5px;
    border-top: 5px solid transparent;
    border-right: 8px solid #9b9b9b;
    border-bottom: 5px solid transparent;
    content: '';
    text-indent: 0;
    -webkit-transition: all .3s;
    transition: all .3s
}

.Flip .Flip-btn .fist a {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    background: #dcdcdc;
    color: #999;
    text-align: center;
    text-indent: 2em;
    font-size: 16px;
    line-height: 30px
}

.Flip .Flip-btn .last {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    background: #dcdcdc;
    color: #999;
    text-align: center
}

.Flip .Flip-btn .last a:after {
    position: absolute;
    top: 50%;
    left: 50%;
    display: inline-block;
    margin: -4px 0 0 -5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #9b9b9b;
    content: '';
    -webkit-transition: all .3s;
    transition: all .3s
}

.Flip .Flip-btn .last a {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    background: #dcdcdc;
    color: #999;
    text-align: center;
    text-indent: 2em;
    line-height: 30px
}

.Flip .Flip-btn .FlipBtn-a {
    display: inline-block;
    overflow: hidden
}

.Flip .Flip-btn .FlipBtn-a a {
    display: inline-block;
    margin: 0 2px;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    background: #dcdcdc;
    color: #999;
    text-align: center;
    font-size: 16px;
    line-height: 30px
}

.Flip .Flip-btn a {
    -webkit-transition: all .3s;
    transition: all .3s
}

.Flip .Flip-jup {
    display: inline-block;
    overflow: hidden;
    margin-left: 45px;
    height: 30px;
    vertical-align: top;
    line-height: 30px
}

.Flip .Flip-jup input {
    display: inline-block
}

.Flip .Flip-jup .text {
    display: inline-block;
    box-sizing: border-box;
    margin: 0;
    width: 66px;
    height: 30px;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    background: no-repeat;
    vertical-align: top;
    text-align: center
}

.Flip .Flip-jup .text-btn {
    width: 64px;
    height: 30px;
    border: 0;
    border-radius: 5px;
    background: #dcdcdc;
    color: #333;
    font-size: 16px
}

.Flip .Flip-btn a.active,
.Flip .Flip-btn a:hover {
    background: #c81528;
    color: #fff
}

.Flip .Flip-btn .fist:hover a:after {
    border-right: 8px solid #fff
}

.Flip .Flip-btn .last:hover a:after {
    border-left: 8px solid #fff
}

.newsPlate ul {
    overflow: hidden
}

.newsPlate li {
    float: left;
    margin: 0 50px 20px 0;
    width: 366px
}

.newsPlate li .more {
    position: relative;
    z-index: 2;
    display: block;
    width: 120px;
    border: 1px solid #af0512;
    color: #af0512;
    text-align: center;
    line-height: 24px;
    transition: all .5s
}

.newsPlate li .more:after {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 0;
    height: 24px;
    background: #af0512;
    content: '';
    transition: all .5s
}

.header .menu a:nth-child(1) {
    display: none
}

@media screen and (min-width:1280px) {
    .newsPlate li:hover .more:after {
        width: 100%
    }
    .newsPlate li:hover .more {
        color: #fff
    }
}

.newsPlate li:nth-child(3n) {
    margin: 0 0 20px 0
}

.newsPlate .item_img {
    height: 230px;
    background-position: center;
    background-size: cover
}

.newsPlate .item_img img {
    width: 100%;
    transition: all .5s
}

.newsPlate .item_wrapper {
    padding-top: 15px
}

.newsPlate .title {
    color: #333;
    font-size: 16px;
    line-height: 30px;
    transition: all .36s ease
}

.newsPlate .description {
    overflow: hidden;
    margin-bottom: 20px;
    height: 52px;
    color: #999;
    font-size: 13px;
    line-height: 26px;
    transition: all .36s ease
}

#lxf-box {
    position: relative;
    width: 1200px;
    margin-bottom: 80px;
}

#lxf-box li {
    position: absolute;
    margin: 0;
    width: 354px;
    cursor: pointer;
    min-height: 235px;
}

#lxf-box li:hover img {
    transform: scale(1.1)
}

#lxf-box li:nth-child(3n) {
    margin: 0
}

#lxf-box li .item_img {
    overflow: hidden;
    height: auto
}

#lxf-box li .PicTitle {
    padding: 5px;
    text-align: center;
    font-size: 20px;
    line-height: 1.6
}

.photoPic {
    position: fixed;
    top: 0;
    z-index: 50;
    visibility: hidden;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: ease .4s
}

.photoPic.active {
    visibility: inherit;
    opacity: 1
}

.photoPic .img {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    height: 80%;
    transform: translate(-50%, -50%)
}

.photoPic .img .btn_arrow {
    position: absolute;
    top: 50%;
    z-index: 9;
    width: 50px;
    height: 50px;
    background: #fff;
    box-shadow: 2px 1px 5px 0 rgba(0, 0, 0, .38);
    cursor: pointer;
    transition: all .5s
}

.photoPic .img .btn_arrow:hover {
    box-shadow: 3px 3px 5px 3px rgba(0, 0, 0, .4)
}

.photoPic .img .btn_L {
    left: -25px
}

.photoPic .img .btn_R {
    right: -25px
}

.photoPic .img .btn_arrow i {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 12px;
    height: 20px;
    background-size: cover;
    transform: translate(-50%, -50%)
}

.photoPic .img .arr-left {
    background-image: url(../img/arr-left.png)
}

.photoPic .img .arr-right {
    background-image: url(../img/arr-right.png)
}

.photoPic .img img {
    position: relative;
    top: 50%;
    z-index: 1;
    padding: 14px;
    max-height: 100%;
    background: #fff;
    box-shadow: 4px 2px 7px 2px rgba(0, 0, 0, .58);
    transform: translateY(-50%)
}

.photoPic .Mack {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .74)
}

.photoPic .close- {
    position: absolute;
    top: 47px;
    right: 33px;
    z-index: 9;
    width: 30px;
    color: #fff;
    text-align: center;
    font-size: 30px;
    line-height: 30px;
    cursor: pointer
}

#cars {
    position: absolute;
    top: 55px;
    left: 0;
    z-index: 5;
    visibility: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    width: 100%;
    height: 287px;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    opacity: 0;
    transition: all .5s
}

#cars li {
    width: 100%;
    border-bottom: 1px solid #ccc;
    background: #fff;
    text-indent: 20px;
    line-height: 40px;
    cursor: pointer
}

#cars li:hover {
    background: #e50112;
    color: #fff
}

#cars.active {
    visibility: inherit;
    opacity: 1
}

.model_news_detail {
    position: relative;
    margin: auto;
    padding-bottom: 35px;
    max-width: 1000px
}

.model_news_detail .back {
    position: relative;
    width: 100%;
    height: 50px
}

.model_news_detail .back a {
    position: absolute;
    top: 20px;
    right: 0;
    display: block;
    width: 150px;
    height: 40px;
    border: 1px solid #c81528;
    background: #FFF;
    color: #c81528;
    text-align: center;
    line-height: 40px
}

.model_news_detail .back a:hover {
    background: #009837;
    color: #FFF
}

.model_news_detail .title {
    padding: 35px 5% 15px 5%;
    width: 90%;
    height: auto;
    text-align: center;
    font-weight: 700;
    font-size: 24px;
    line-height: 35px;
    margin: 0 auto;
}

.model_news_detail .summary {
    padding-bottom: 15px;
    width: 100%;
    height: auto;
    border-bottom: 1px dotted #ccc;
    color: #666;
    text-align: center;
    font-size: 12px;
    line-height: 20px
}

.model_news_detail .summary span {
    color: red;
    font-weight: 700;
    font-size: 14px;
    font-family: Georgia, Times, serif
}

.model_news_detail .detailContent {
    margin: 25px 0;
    width: 100%;
    min-height: 300px;
    color: #3E3E3E;
    line-height: 28px
}

.model_news_detail .detailContent img {
    display: block;
    margin: 0 auto;
    height: auto!important;
    max-width: 100%;
    text-indent: 0;
    text-indent: 0
}

.model_news_detail .newShare {
    position: relative;
    margin: 15px 0 35px 0;
    width: 100%;
    height: 25px
}

.model_news_detail .newShare strong {
    float: right;
    margin-right: 10px
}

.model_news_detail .detailPage {
    width: 100%;
    height: auto
}

.model_news_detail .detailPage div a {
    color: #3e3e3e;
    font-weight: 400
}

.model_news_detail .detailPage div a:hover {
    color: #c81528
}

.model_news_detail .detailPage div {
    padding: 5px 0;
    width: 100%;
    height: auto;
    border-bottom: 1px dotted #ccc;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px
}

.model_news_detail .jiathis_style_24x24 .jiathis_counter.jiathis_bubble_style {
    width: 58px
}

.add_title {
    margin-bottom: 30px;
    border-bottom: 2px solid #e50112;
    font-size: 36px;
    line-height: 2
}

.add_map {
    overflow: hidden;
    width: 100%;
    height: auto
}

#map {
    float: left;
    width: 500px;
    height: 300px
}

.add_map_r {
    float: left;
    margin-left: 20px;
    width: calc(100% - 520px);
    height: auto;
    border-top: 1px solid #e50112;
    border-bottom: 1px solid #e50112
}

.contact .info-box .right ul li {
    overflow: hidden;
    width: 100%;
    height: auto;
    border-bottom: 1px solid rgba(0, 0, 0, .1)
}

.contact .info-box .right ul li .m_l {
    position: relative;
    float: left;
    padding: 7px 0;
    width: 140px;
    height: auto
}

.contact .info-box .right ul li .m_l::after {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 1px;
    height: 100%;
    background: rgba(0, 0, 0, .1);
    content: ''
}

.contact .info-box .right ul li .m_r {
    float: left;
    padding: 15px 0;
    padding-left: 100px;
    width: calc(100% - 240px);
    height: auto;
    font-size: 14px;
    line-height: 20px
}

.contact .info-box .right ul li .m_l .icon {
    margin: auto;
    width: 20px;
    height: 20px;
    background: url(../img/con_icon1.png) no-repeat;
    background-size: cover
}

.contact .info-box .right ul li .m_l p {
    text-align: center;
    font-size: 14px;
    line-height: 15px
}

.contact .info-box .right ul li:nth-child(2) .m_l .icon {
    background-image: url(../img/con_icon2.png)
}

.contact .info-box .right ul li:nth-child(3) .m_l .icon {
    background-image: url(../img/con_icon2.png)
}

.contact .info-box .right ul li:nth-child(4) .m_l .icon {
    background-image: url(../img/con_icon2.png)
}

.contact .info-box .right ul li:nth-child(5) .m_l .icon {
    background-image: url(../img/con_icon3.png)
}

.contact .info-box .right ul li:nth-child(6) .m_l .icon {
    background-image: url(../img/con_icon2.png)
}

.contact .info-box .right ul {
    position: relative;
    bottom: 0;
    left: 0;
    margin-top: 40px;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, .1);
    line-height: 2
}

.contact .info-box .right ul .addr:hover {
    text-decoration: underline
}

.hisbtn {
    position: absolute;
    top: 60%;
    z-index: 5;
    box-sizing: border-box;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    background: #e50112 url(../img/arr_icon.png) no-repeat;
    background-size: cover;
    opacity: 0;
    cursor: pointer
}

.hisbtn:hover {
    background-color: #da251d;
    opacity: 1
}

.hisbtn.prev {
    left: 0;
    -webkit-transform: rotate(-180deg)
}

.hisbtn.next {
    right: 0
}

.history_list:hover .hisbtn {
    opacity: .5
}

.history_list {
    position: relative;
    overflow: hidden;
    box-sizing: initial;
    margin-top: 40px;
    width: 100%;
    height: 500px
}

.history_list ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 20000px;
    height: 100%
}

.history_list ul li {
    position: relative;
    float: left;
    margin-right: 20px;
    width: 285px;
    height: 100%;
    cursor: pointer
}

.history_list ul li .hbs {
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 40px;
    width: calc(100% - 0px);
    height: auto
}

.history_list ul li .hbs .icon {
    position: absolute;
    bottom: 0;
    left: 20px;
    width: 1px;
    height: 100%;
    background: rgba(0, 0, 0, .2)
}

.history_list ul li .hbs .icon:after {
    position: absolute;
    left: 50%;
    margin-left: -7px;
    width: 10px;
    height: 10px;
    border: 2px solid rgba(0, 0, 0, .2);
    border-radius: 50%;
    background: #FFF;
    content: ''
}

.history_list ul li .hbs .hdes {
    overflow: hidden;
    width: 100%;
    height: 92px;
    line-height: 1.7;
    transition: all .5s
}

.history_list ul li .hbs .hdes p {
    margin-bottom: 10px
}

.history_list ul li .hbs .hyar {
    width: 100%;
    height: auto;
    color: #da251d;
    font-size: 30px;
    line-height: 50px
}

.history_list ul li .h_box {
    position: relative;
    width: 48%;
    height: auto;
    text-align: right
}

.history_list ul li .h_box {
    margin-left: 52.2%;
    text-align: left
}

.history_list ul li.even .h_box:after {
    left: -20px
}

.history_list ul li.even .h_box:before {
    left: -30px
}

.history_list ul li .h_box:after {
    position: absolute;
    top: 0;
    right: -20px;
    width: 1px;
    height: 100%;
    background: #DDD;
    content: ''
}

.history_list ul li .h_box:before {
    position: absolute;
    top: 0;
    right: -30px;
    z-index: 10;
    width: 10px;
    height: 10px;
    border: 5px solid #DDD;
    border-radius: 50%;
    background: #da251d;
    content: ''
}

.history_list ul li .h_box .title {
    margin-bottom: 10px;
    width: 100%;
    height: auto;
    color: #da251d;
    font-weight: 700;
    font-size: 18px;
    line-height: 30px
}

.history_list ul li .h_box .des {
    padding-bottom: 15px;
    width: 100%;
    height: auto;
    line-height: 24px
}

.minBanner img {
    width: 100%
}

.newCase {
    display: flex;
}

.successfulOver .newCase .partner {
    margin: 0px auto;
}

.newCase ul {
    display: flex;
    flex-wrap: wrap;
}

.newCase ul li {
    width: calc(100%/ 6);
    position: relative;
    margin-bottom: 40px;
}

.newCase ul li:before {
    position: absolute;
    bottom: 37px;
    width: 100px;
    margin-left: -80px;
    left: 50%;
    height: 10px;
    border-radius: 50%;
    /*background: radial-gradient(center, circle cover, #eaeaea, rgba(255, 255, 255, .35) 99%);*/
    /*background: -o-radial-gradient(center, circle cover, #eaeaea, rgba(255, 255, 255, .35) 99%);*/
    /*background: -ms-radial-gradient(center, circle cover, #eaeaea, rgba(255, 255, 255, .35) 99%);*/
    /*background: -moz-radial-gradient(center, circle cover, #eaeaea, rgba(255, 255, 255, .35) 99%);*/
    /*background: -webkit-radial-gradient(center, circle cover, #eaeaea, rgba(255, 255, 255, .35) 99%);*/
    content: '';
    bottom: 24px;
    width: 100px;
    margin-left: -50px;
}

@media screen and (max-width:1024px) {
    .w1200 {
        margin: 0 auto;
        width: 96%
    }
    .successfulOver .minlogBox {
        margin-right: 28px;
    }
    .MobileIndex .case {
        padding: 30px 0;
    }
    .header .info {
        display: none
    }
    .header .info .tel span {
        display: block;
        font-size: 14px
    }
    .header .info .tel .iconfont {
        display: none
    }
    .header .info>.iconfont {
        display: none
    }
    .header .menu a {
        width: 120px
    }
    .bannerSwiper {
        left: 0;
        width: 100%;
        height: 415px;
        transform: translateX(0)
    }
    .school-left {
        width: 59%
    }
    .school-left img {
        width: 100%
    }
    .school-right {
        margin-left: 1%;
        width: 40%
    }
    .school-right .input {
        height: 32px;
        font-size: 16px
    }
    .school-right .input #school {
        height: 32px;
        font-size: 16px;
        line-height: 32px
    }
    .school-right .iconfont {
        line-height: 32px
    }
    .school-right .text {
        box-sizing: border-box;
        padding: 20px 33px 0;
        height: 262px
    }
    .school-right .text img {
        width: 80px
    }
    .yph-plan {
        margin: 30px auto 0;
        width: 96%
    }
    .yph-plan img {
        width: 100%
    }
    .yph {
        margin: 0 auto;
        width: 96%
    }
    .yph-left {
        display: none
    }
    .yph-right {
        float: left;
        display: block;
        margin: 0 auto;
        width: 100%;
        height: 740px
    }
    .yph-left img {
        width: 100%
    }
    .yph .swiper-container .swiper-slide img {
        width: 100%
    }
    .news-list {
        margin: 30px auto 0;
        width: 88%
    }
    .video {
        margin: 40px auto 0;
        width: 96%
    }
    .index video {
        width: 100%;
        height: auto
    }
    .accompany {
        margin: 50px auto;
        width: 90%
    }
    .footer {
        padding: 50px 0
    }
    .footer .w1200 {
        width: 96%
    }
    .accompany .accompany-box {
        height: auto
    }
    .accompany ul .partner {
        float: left;
        display: block;
        margin: 0 10px 20px;
        padding: 0 0;
        width: calc(100% / 6 - 20px)
    }
    .accompany ul .partner span {
        display: block;
        height: 44px;
        text-align: center
    }
    .accompany ul .partner:nth-child(6n) {
        margin: 0 0 20px 0
    }
    .accompany ul .minlogo {
        width: 50px;
        height: 50px
    }
    .accompany ul .minlogo:before {
        display: none;
        width: 50px
    }
    .brands .texTinformation {
        padding: 65px 0 0
    }
    .news-list li .box {
        width: 100%
    }
    .news-list li {
        padding: 0 10px
    }
    .brands .texTinformation .fl {
        margin-bottom: 20px;
        width: 100%
    }
    .brands .texTinformation .deta {
        width: 100%
    }
    .brands .texTinformation .deta.lyrics {
        overflow: inherit;
        height: auto
    }
    .brands .texTinformation .fr {
        display: none;
        width: 100%
    }
    .brands .texTinformation .fr img {
        width: 100%
    }
    .history_list {
        margin: 0 auto;
        width: 90%
    }
    .hisbtn {
        opacity: 1
    }
    .hisbtn.prev {
        left: 0
    }
    .brands .Advantage ul li {
        width: 32%
    }
    .brands .Advantage ul .pic {
        width: 100%
    }
    .brands .Advantage ul .pic img {
        width: 100%
    }
    .brands .Advantage ul li:nth-child(2) {
        margin: 0 2%;
        padding: 0 0 20px
    }
    .brands .Advantage ol li {
        padding: 25px 30px 65px;
        width: 30%
    }
    .brands .Advantage ol li:nth-child(2) {
        margin: 0 5%
    }
    .brands .campus li {
        width: 31%
    }
    .brands .campus .pic {
        width: 100%;
        height: auto
    }
    .collect .Protection li {
        width: 31%
    }
    .collect .Protection {
        padding: 70px 0 70px
    }
    .collect .Protection ul {
        width: 96%
    }
    .collect .Protection li img {
        width: 100%
    }
    .collect .Protection .title {
        font-size: 24px
    }
    .collect .Protection .deta {
        font-size: 14px
    }
    .collect .bg_rigorous ul {
        width: 96%;
        text-align: center
    }
    .collect .bg_rigorous ul li {
        width: 30%
    }
    .collect .bg_rigorous ul li:after {
        width: 91%
    }
    .collect .committed ul {
        width: 96%
    }
    .collect .committed li {
        margin: 62px 4% 0 0;
        width: 48%
    }
    .collect .committed img {
        left: 30px
    }
    .collect .Qualification .QualificationBox {
        margin: 20px auto 0;
        width: 96%;
        height: 150px
    }
    .collect .Qualification .box {
        width: 100%
    }
    .collect .Qualification ul {
        margin: 0 auto
    }
    #lxf-box {
        margin: 0 auto 40px;
        width: 96%;
    }
    .successfulOver .partner {
        margin-bottom: 20px
    }
    .successfulOver .partner span {
        display: block;
        text-align: center
    }
    .successfulOver .minlogBox .minlogo {
        margin: 0 auto 20px
    }
    .newsPlate li {
        margin: 0 1% 20px 0;
        width: 32%
    }
    .newsPlate .title {
        overflow: hidden;
        height: 30px
    }
    .contact .contactBox {
        padding: 50px 0 50px
    }
    .contact .info-box .left {
        display: none
    }
    .contact .info-box .right {
        position: relative
    }
    .contact .info-box .right ul {
        position: relative;
        margin: 20px 0 40px
    }
}

@media screen and (max-width:768px) {
    .accompany li{
        display: flex;
        flex-wrap: wrap;
        float: none;
    }
    .accompany ul{
        display: flex;
    }
    .MobileIndex .accompany li .minlogBox{
        height: auto;
        padding: 0px;
    }
    .accompany li,.accompany ul{
        height: auto !important;
    }
    .MobileIndex .minlogBox .partner{
        margin-bottom: 0px;
    }
    .brands .honor li img {
        position: relative;
        top: inherit;
        left: inherit;
        transform: inherit;
    }
    .m_tel {
        display: flex;
    }
    .newCase ul li {
        width: calc(100%/ 4);
        margin-bottom: 20px;
    }
    .successfulOver .minlogo {
        width: 70px;
        height: 70px;
        margin-bottom: 10px;
    }
    .newCase ul li:before {
        display: none;
    }
    .successfulOver .partner {
        width: 100%;
    }
    .header .menu a:nth-child(1) {
        display: block
    }
    .brands .texTinformation .deta img {
        width: 100%
    }
    .MobileIndex .case {
        padding: 50px 0 0px 0px;
    }
    .brands .texTinformation .pc {
        display: none
    }
    .brands .texTinformation .mobild {
        display: block
    }
    .header .info {
        display: none
    }
    .header .logo {
        width: 124px;
        height: 49px;
        background-size: 80%
    }
    .inline-box.menu {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 5;
        width: 60%;
        height: 100%;
        background: #FAFAFA;
        transition: ease .5s;
        transform: translateX(-100%);
        padding-top: 30%;
    }
    .header .menu a {
        display: block;
        padding: 0;
        width: 100%;
        height: 49px;
        border-top: 1px solid #EBEBEB;
        font-size: 1.3rem
    }
    .header .menu a .cn {
        font-weight: 400;
        font-size: 18px;
        line-height: 50px
    }
    .header .menu a .en {
        display: none
    }
    .header {
        height: 49px
    }
    .container {
        padding-top: 49px
    }
    .bannerSwiper {
        height: 200px
    }
    .bannerPagination {
        bottom: 5%
    }
    .dis .iconfont {
        font-size: 22px
    }
    .dis .cn {
        font-size: 14px
    }
    .dis {
        padding: 10px 0
    }
    .school-left {
        width: 100%
    }
    .school-right {
        margin: 0;
        margin-top: 20px;
        width: 100%
    }
    .school-right .input {
        box-sizing: border-box;
        width: 100%
    }
    #cars {
        top: 31px;
        height: 250px
    }
    .yph-right {
        height: 270px
    }
    .yph {
        padding: 30px 0
    }
    .newPagination {
        height: 10px;
        text-align: center
    }
    .newPagination span {
        display: inline-block;
        margin: 0 5px;
        width: 10px;
        height: 10px;
        border: 1px solid #af0512;
        border-radius: 50%;
        background: #af0512
    }
    .newPagination span.swiper-active-switch {
        background: #fff
    }
    .news-list .arrow-left,
    .news-list .arrow-right {
        display: none
    }
    .accompany {
        width: 96%
    }
    .accompany ul .partner {
        box-sizing: border-box;
        margin: 0 10px 10px;
        padding: 0 0;
        width: calc(100% / 3 - 20px)
    }
    .accompany ul .partner:nth-child(6n) {
        margin: 0 10px 10px
    }
    .accompany ul .minlogo {
        margin: 0 auto;
        width: calc(100vw / 3 - 70px);
        height: calc(100vw / 3 - 70px);
        background-size: contain
    }
    .accompany ul .partner span {
        margin-top: 5px;
        font-size: 12px;
        line-height: 16px;
        height: 36px;
    }
    .accompany .accompany-box {
        width: 96%;
        height: auto
    }
    .accompany .accompany-box .goodPagination {
        position: relative;
        height: 20px;
        text-align: center
    }
    .accompany .accompany-box .goodPagination span {
        display: inline-block;
        margin: 0 5px;
        width: 10px;
        height: 10px;
        border: 1px solid #af0512;
        border-radius: 50%;
        background: #af0512
    }
    .accompany .accompany-box .goodPagination span.swiper-active-switch {
        background: #fff
    }
    .accompany .arrow-left,
    .accompany .arrow-right {
        display: none
    }
    .footer .fr {
        display: none
    }
    .footer .webmap a {
        display: inline-block
    }
    #openlc.btn {
        position: fixed;
        right: 0;
        z-index: 5;
        padding: 5px 5px;
        background: rgba(0, 0, 0, 0);
        display: block;
        top: 0;
    }
    .lcbody {
        position: relative;
        width: 38px;
        height: 38px;
        transition: transform .4s cubic-bezier(.4, .01, .165, .99);
        transform: translateZ(0) rotate(0);
    }
    .lcbody img {
        width: 100%
    }
    .lcitem {
        position: absolute;
        top: 0;
        left: 0;
        width: 30px;
        height: 30px;
        -webkit-transition: -webkit-transform .25s cubic-bezier(.4, .01, .165, .99) 0s;
        transition: transform .25s cubic-bezier(.4, .01, .165, .99) 0s;
        -webkit-transform: translateZ(0) rotate(0);
        transform: translateZ(0) rotate(0)
    }
    .open .lcitem .rect {
        background: #fff
    }
    .lcitem .rect {
        position: absolute;
        top: 14px;
        left: 0;
        overflow: hidden;
        width: 30px;
        height: 1px;
        background: #999;
        -webkit-transition: -webkit-transform .2s ease .2s;
        transition: transform .2s ease .2s
    }
    .lcitem .rect:after {
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: #e50112;
        content: '';
        animation: move 1s infinite ease-in-out
    }
    .open .lcitem .rect:after {
        opacity: 0
    }
    @keyframes move {
        0%,
        100% {
            left: -100%
        }
        99% {
            left: 100%
        }
    }
    .lcitem .rect.top {
        -webkit-transform: translate3d(0, -6px, 0);
        transform: translate3d(0, -6px, 0)
    }
    .lcitem .rect.bottom {
        -webkit-transform: translate3d(0, 6px, 0);
        transform: translate3d(0, 6px, 0)
    }
    body.open .lcbody {}
    body.open .lcitem {
        -webkit-transition: -webkit-transform .25s cubic-bezier(.4, .01, .165, .99) .2s;
        transition: transform .25s cubic-bezier(.4, .01, .165, .99) .2s;
        -webkit-transform: translateZ(0) rotate(45deg);
        transform: translateZ(0) rotate(45deg)
    }
    body.open .lcitem.bottom {
        -webkit-transform: translateZ(0) rotate(-45deg);
        transform: translateZ(0) rotate(-45deg)
    }
    body.open .lcitem .rect {
        -webkit-transition: -webkit-transform .2s ease 0s;
        transition: transform .2s ease 0s;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    body.open .inline-box.menu {
        box-shadow: 6px 1px 11px 2px rgba(0, 0, 0, .1);
        transform: translateX(0)
    }
    .brands .texTinformation:nth-child(3) .fr {
        display: block
    }
    .brands .texTinformation {
        padding: 25px 0 0
    }
    .brands .texTinformation .title {
        font-size: 28px
    }
    .brands .Instructions .fl img {
        position: relative;
        top: 0;
        left: 0;
        margin: 0 auto;
        height: 30px;
        transform: translate(0, 0)
    }
    .brands .Instructions .fl {
        float: none;
        width: auto;
        height: auto
    }
    .brands .Instructions .fr {
        padding: 24px 0 0;
        width: 100%;
        text-indent: 0;
    }
    .brands .Instructions {
        padding: 25px 0
    }
    .history_list ul li .hbs .icon {
        display: none
    }
    .brands .success .up_top {
        margin-bottom: 20px;
        font-size: 18px
    }
    .hisbtn {
        width: 24px;
        height: 24px
    }
    .history_list {
        width: 96%
    }
    .history_list ul li .hbs .hyar {
        font-size: 20px;
        line-height: 40px
    }
    .brands .Advantage .PlateTitle {
        font-size: 30px
    }
    .brands .success {
        padding: 30px 0 45px
    }
    .brands .Advantage ul li {
        padding: 0 0 20px;
        width: 100%
    }
    .brands .Advantage ol li {
        margin: 0 auto 20px;
        padding: 25px 30px;
        width: 100%;
        height: auto;
    }
    .brands .Advantage ol li:nth-child(2) {
        margin: 0 auto 20px
    }
    .brands .campus .title {
        font-size: 30px
    }
    .brands .campus li {
        margin: 0 3% 40px;
        width: 96%
    }
    .brands .honor ul {
        left: 0;
        box-sizing: content-box;
        height: 250px
    }
    .brands .honor .QualificationBox {
        box-sizing: content-box;
        margin-top: 50px;
        padding: 20px 0 40px;
        height: 160px
    }
    .brands .honor .pagination {
        position: relative;
        margin-top: 10px;
        text-align: center
    }
    .brands .honor .pagination span {
        display: inline-block;
        margin: 0 3px;
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background: #e50112;
        opacity: .2
    }
    .brands .honor .pagination span.swiper-active-switch {
        opacity: 1
    }
    .brands .honor ul li {
        position: relative;
        float: left;
        overflow: inherit
    }
    .brands .honor ul li.swiper-slide-active {
        z-index: 8
    }
    .brands .honor ul li.swiper-slide-active .pic {
        overflow: inherit;
        transform: scale(1.2)
    }
    .brands .honor li .pic {
        opacity: 1;
        transition: all .5s
    }
    .brands .honor .arrow-left,
    .brands .honor .arrow-right {
        display: none
    }
    .brands .honor .title {
        font-size: 30px
    }
    .brands .campus li .mintitle {
        font-size: 14px
    }
    .brands .Advantage ol .number img {
        height: 50px
    }
    .brands .Advantage ol .title {
        font-size: 24px
    }
    .collect .Protection .PlateTitle {
        font-size: 30px
    }
    .collect .Protection li {
        margin: 0 auto 30px;
        width: 100%
    }
    .collect .Protection li:nth-child(2) {
        margin: 0 auto 30px
    }
    .collect .Protection .title {
        font-size: 20px;
        line-height: 50px
    }
    .collect .Protection {
        padding: 35px 0
    }
    .minBanner {
        position: relative;
        left: 50%;
        width: 200%;
        transform: translateX(-50%)
    }
    .collect .bg_rigorous .PlateTitle {
        font-size: 30px
    }
    .collect .bg_rigorous ul li,
    .collect .bg_rigorous ul li:nth-child(2) {
        margin: 0 auto 20px;
        width: 100%;
        height: 210px
    }
    .collect .bg_rigorous ul li:after {
        height: 90%
    }
    .collect .bg_rigorous ul .infor {
        top: 15%;
        margin-top: 0;
        height: 78%
    }
    .collect .bg_rigorous ul .infor i {
        display: inline-block;
        height: 26px
    }
    .collect .bg_rigorous ul .infor i img {
        height: 100%
    }
    .collect .bg_rigorous .title {
        margin: 10px 0 10px
    }
    .collect .bg_rigorous {
        padding: 40px 0 35px;
        background-attachment: inherit
    }
    .collect .committed .PlateTitle {
        font-size: 30px
    }
    .collect .committed li {
        margin: 30px 0 0;
        width: 100%;
        height: 150px
    }
    .collect .committed li:nth-child(2n) {
        margin: 30px 0 0
    }
    .collect .committed img {
        top: 50%;
        left: 3%;
        margin: 0 auto;
        width: 50px;
        transform: translateY(-50%)
    }
    .collect .committed .summary {
        top: 50%;
        right: 3%;
        width: 76%;
        transform: translateY(-50%)
    }
    .collect .Qualification .PlateTitle {
        font-size: 30px
    }
    .collect .Qualification ul {
        box-sizing: inherit
    }
    .collect .Qualification .QualificationBox {
        box-sizing: content-box;
        padding: 40px 0;
        height: 200px;
        max-height: 300px
    }
    .collect .Qualification .QualificationBox .pagination {
        position: absolute;
        bottom: 20px;
        width: 100%;
        height: 10px;
        text-align: center
    }
    .collect .Qualification .QualificationBox .pagination span {
        display: inline-block;
        margin: 0 3px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #e50112;
        opacity: .3
    }
    .collect .Qualification .QualificationBox .pagination span.swiper-active-switch {
        opacity: 1
    }
    .collect .Qualification {
        padding: 25px 0 20px
    }
    #lxf-box li {
        position: relative;
        width: 100%;
        left: 0!important;
    }
    .successfulOver .successful {
        height: auto;
        margin-top: 0px;
    }
    .successfulOver {
        margin-bottom: 50px
    }
    .successfulOver .swiper-scrollbar {
        overflow: inherit;
        margin-top: 10px;
        height: 6px
    }
    .successfulOver .swiper-scrollbar-drag {
        margin-top: 0;
        height: 100%
    }
    .successfulOver .minlogBox {
        margin-right: 1%;
        width: 32%;
        height: auto
    }
    .successfulOver .minlogBox:nth-child(3) {
        margin-right: 0
    }
    .successful_case .PlateTitle {
        font-size: 24px
    }
    .newsPlate li,
    .newsPlate li:nth-child(3n) {
        margin: 0 auto 20px;
        width: 100%
    }
    .newsPlate {
        width: 100%;
        min-width: 100%;
    }
    .model_news_detail .title {
        box-sizing: border-box;
        padding: 10px 0;
        height: auto;
        overflow: auto;
        margin: 0 auto;
    }
    .model_news_detail .detailContent {
        margin: 25px auto;
        width: 96%
    }
    .model_news_detail .newShare {
        display: none
    }
    .model_news_detail .detailPage {
        margin: 0 auto;
        width: 96%
    }
    .contact .info-box .right {
        width: 100%
    }
    .contact .info-box .right ul li .m_l {
        padding: 14px 0
    }
    .contact .info-box .right ul li .m_r {
        padding: 10px;
        width: calc(100% - 140px);
        margin-top: 12px;
    }
    .contact .info-box .right ul li:first-child .m_r {
        margin-top: 0px;
    }
    .title-box .en {
        font-size: 14px;
    }
    #map {
        float: none
    }
    .map {
        height: 300px
    }
    .title-box .cn {
        font-size: 24px
    }
    .footer .logoText {
        margin: 25px 0
    }
    .footer .logoText img {
        height: 20px
    }
    .arrow-leftRl,
    .arrow-rightRr {
        margin-top: -15px;
        width: 30px;
        height: 30px;
        background-size: 30%
    }
    .iconfont.play {
        margin-top: -20px;
        margin-left: -20px;
        font-size: 40px;
        display: none;
    }
    .collect .Qualification li {
        position: relative;
        top: 0;
        left: 0;
        float: left;
        overflow: inherit;
        margin-bottom: 38px;
        width: auto;
        height: auto;
        background: 0 0
    }
    .collect .Qualification li img {
        transition: all .5s
    }
    .collect .Qualification li.swiper-slide-active {
        z-index: 5
    }
    .collect .Qualification li.swiper-slide-active img {
        transform: scale(1.2)
    }
    .successfulOver .minlogBox .minlogo {
        width: 60px;
        height: 60px
    }
    .successfulOver .minlogBox .minlogo:after {
        left: 50%;
        transform: translateX(-50%)
    }
    .successfulOver .minlogBox .partner {
        margin: 0 auto;
        width: 100px
    }
    .successfulOver .minlogBox .partner span {
        height: 42px
    }
    .video-box .lb {
        left: 0;
        margin-left: 0;
        width: 100%
    }
}