@charset "UTF-8";
/*=========== PC public CSS ===========*/
*, :before, :after {
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, pre, form, fieldset, figure, figcaption, table, th, td img {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'Koulen';
    src: url('../fonts/Koulen-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'zhenyangb';
    src: url('../fonts/zhenyangb.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: "Microsoft YaHei", "微软雅黑";
    color: #232323;
    font-size: 16px;
    line-height: 1.7;
    margin: 0 auto;
    background-color: #FFF;
    overflow-x: hidden;
}

.newsDt-1 {
    padding: 64px 0 144px;
    overflow: hidden
}

.newsDt-1 .cur {
    margin-bottom: 34px
}

.newsDt-1 .caseDt1-bt {
    background-color: #ededed
}

ol, ul, li {
    list-style: none;
}

i, em {
    font-style: normal;
}

a {
    color: #232323;
    text-decoration: none;
    outline: none;
    cursor: pointer;
}

a:hover, a:active, a:link, a:visited {
    text-decoration: none;
}

fieldset, img, video {
    max-width: 100%;
    border: none;
    vertical-align: middle;
}

input, select, textarea, button {
    color: #333;
    font-size: 16px;
    font-family: "Microsoft Yahei", Arial, sans-serif;
    outline: none;
    border: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.wp3 {
    width: 90%;
    max-width: 1600px;
    margin: 0 auto
}

.cur a, .cur em, .cur span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #939393;
    line-height: 40px
}

.newsDt-con {
    padding: 96px 96px 60px;
    background-color: #f6f6f6
}

.newsDt-con .hd {
    padding-bottom: 40px;
    text-align: center;
    border-bottom: 1px solid #d2d2d2
}

.newsDt-con .hd h1 {
    margin-bottom: 12px;
    font-size: 24px;
    color: #000;
    font-weight: 400
}

.newsDt-con .hd .info {
    font-size: 14px;
    color: #aaa
}

.newsDt-con .hd .info span {
    margin: 0 10px
}

.newsDt-con .con {
    padding: 44px 0;
    font-size: 14px;
    color: #7e7e7e;
    line-height: 2
}

.newsDt-con .con img {
    display: block;
    margin: 0 auto
}

input, button {
    border-radius: 0;
    -webkit-appearance: none;
}

/*清除IOS默认圆角*/
textarea {
    resize: none;
    outline: none;
    border: none;
}

/*去除右下角拖动边框标识*/
input:-ms-clear {
    display: none;
}

/*消除 IE10 里的叉号*/
input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
    outline: none;
}

::-webkit-input-placeholder {
    color: #8d8d8d;
}

::-moz-placeholder {
    color: #8d8d8d;
}

:-ms-input-placeholder {
    color: #8d8d8d;
}

:-moz-placeholder {
    color: #8d8d8d;
}

table {
    border-collapse: separate;
}

/*边线重叠*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

.btn-swt {
    cursor: pointer;
}

.transition {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.wrap {
    width: 94%;
    max-width: 1600px;
    margin: 0 auto;
}


/* index */
.header {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    line-height: 100px;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    z-index: 999999;
}

.header.on {
    background-color: rgba(0, 0, 0, .5);
}

.logo {
    float: left;
    width: 176px;
    margin-left: 40px;
}

.search {
    float: right;
    width: 100px;
    border-left: 1px solid rgba(255, 255, 255, .2);
    text-align: center;
}

.search img {
    cursor: pointer;
}

.ser-form {
    position: absolute;
    right: 0;
    width: 303px;
    padding: 28px 18px 24px 18px;
    background-color: rgba(0, 0, 0, .5);
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
    line-height: 40px;
    display: none;
}

.ser-form input {
    width: 100%;
    line-height: 40px;
    padding: 0 35px 0 15px;
    background-color: #FFF;
    font-size: 14px;
    color: #333;
}

.ser-form button {
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -11px;;
    cursor: pointer;
    z-index: 22;
    background: transparent;
}

.ser-form button img {
    width: 19px;
}

.search:hover .ser-form {
    display: block;
}

.nav {
    float: right;
    margin-right: 5px;
}

.nav li {
    float: left;
    margin-left: 46px;
}

.nav .en_li {
    margin-left: 1px;
}

.nav li:first-child {
    margin-left: 0;
}

.nav li a {
    display: block;
    color: #fff;
    font-size: 16px;
    position: relative;
    padding: 0 10px;
    text-transform: uppercase;
}

.nav li.on a:after, .nav li a:hover:after {
    width: 100%;
}

.nav li a:after {
    content: "";
    position: absolute;
    left: 50%;
    right: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    background-color: #af2517;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}


.navBtn {
    /* float: right; */
    position: absolute;
    z-index: 9;
    width: 24px;
    cursor: pointer;
    height: 24px;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    
    display: none;
    right: 50px;
    top: 12px;
}
.lang-btn{
    display: none;
    position: absolute;
    top: 13px;
    right: 10px;
    font-size: 16px;
    color: #fff;
    line-height: 1;
    padding: 5px;
   

}

.navBtn b {
    display: block;
    height: 3px;
    width: 100%;
    background-color: #FFF;
    margin: 5px 0;
    border-radius: 2px;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px
}

.navBtn b:last-child {
    margin-bottom: 0
}

.navBtn.open b {
    opacity: 0;
    position: absolute
}

.navBtn.open b:first-child {
    left: 0;
    top: 0;
    opacity: 1;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform-origin: 0 0
}

.navBtn.open b:last-child {
    opacity: 1;
    left: -2px;
    bottom: -1px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform-origin: 0 0;
    -moz-transform: rotate(-45deg)
}

.mobile {
    display: none;
}

.banner {
    position: relative;
    width: 100%;
    height: 100vh;
}

.banner .one-swiper {
    height: 100%;
}

.banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ban-font {
    position: absolute;
    top: 39%;
    left: 0;
    right: 0;
    text-align: center;
    color: #FFF;
}

.ban-font span {
    display: block;
    font-size: 56px;
    font-weight: 500;
}

.ban-font p {
    font-size: 20px;
    font-family: Arial;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.one-swiper .swiper-slide {
    width: 100% !important;
}

.one-swiper.swiper-container-horizontal > .swiper-scrollbar {
    left: 0;
    right: 0;
    width: 100%;
    bottom: 13%;
    height: 1px;
}

.one-swiper .swiper-scrollbar {
    background: rgba(255, 255, 255, .4);
}

.one-swiper .swiper-scrollbar-drag {
    background: #FFF;
}

.one-swiper .swiper-button-prev.swiper-button-disabled, .one-swiper .swiper-button-next.swiper-button-disabled {
    opacity: .6;
}

.one-swiper .swiper-button-prev {
    left: auto;
    top: auto;
    margin-top: 0;
    bottom: 13%;
    margin-bottom: -56px;
    right: 137px;
    width: 77px;
    height: 56px;
    background: url(../images/ban-arrow02.png) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.one-swiper .swiper-button-next {
    left: auto;
    top: auto;
    margin-top: 0;
    bottom: 13%;
    margin-bottom: 0;
    right: 60px;
    width: 77px;
    height: 56px;
    background: url(../images/ban-arrow01.png) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.swiper-num {
    position: absolute;
    left: 66px;
    bottom: 13%;
    margin-bottom: -36px;
    z-index: 2;
    width: 50px;
    text-align: right;
    color: #FFF;
    font-size: 20px;
    font-family: 'Koulen';
    font-style: italic;
    line-height: 1.5;
    letter-spacing: 2px;
}

.swiper-num span {
    display: inline-block;
}

.swiper-num .active {
    font-size: 46px;
}

.index-about {
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../images/index-bg01.jpg) no-repeat top left;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.about-fl {
    float: left;
    width: 50%;
    position: relative;
    display: -webkit-flex;
    display: flex;
    align-content: space-around;
    flex-wrap: wrap;
    height: 100%;
    padding: 0 130px 0 60px
}

.about-fl:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    transform: rotate(136deg);
    background-color: #fff;
}

.about-name {
    width: 100%;
    color: #FFF;
}

.about-name h2 {
    font-size: 42px;
    font-weight: 500;
}

.newsDt-1 .caseDt1-bt {
    background-color: #ededed
}

.caseDt1-bt {
    padding: 17px 68px;
    background-color: #f4f4f4;
    position: relative;
    overflow: hidden
}

.caseDt1-bt a {
    font-size: 16px;
    color: #2b2b2b;
    line-height: 50px;
    background-repeat: no-repeat;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.caseDt1-bt .prev {
    padding-left: 25px;
    float: left;
    width: 40%;
    background-image: url(../images/jt12.png);
    background-position: left center
}

.caseDt1-bt .next {
    padding-right: 25px;
    float: right;
    width: 40%;
    text-align: right;
    background-image: url(../images/jt13.png);
    background-position: right center
}

.caseDt1-bt .return {
    padding-left: 24px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/menu.png);
    background-position: left center;
    overflow: hidden;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.caseDt1-bt a:hover {
    color: #a7202e
}

.about-name span {
    display: block;
    font-family: Arial;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

.about-logo {
    width: 100%;
    text-align: right;
}

.about-fr {
    float: left;
    width: 50%;
    position: relative;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
    background: url(../images/about-bg.jpg) no-repeat top left;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 0 70px 0 100px;
}

.about-fr .about-name {
    display: none;
}

.about-fr p {
    color: #fff;
    font-size: 16px;
    line-height: 2;
    width: 100%;
}

.about-fr ul {
    border-top: 1px solid rgba(255, 255, 255, .22);
    padding-top: 44px;
    margin-top: 25px;
}

.about-fr li {
    float: left;
    padding: 0 60px;
    line-height: 1.05;
    color: #FFF;
    position: relative;
}

.about-fr .en_li {
    padding: 0 10px;
}

.about-fr li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    background-color: rgba(255, 255, 255, .22);
    width: 1px;
    height: 86px;
    margin-top: -43px;
}

.about-fr li:first-child {
    padding-left: 0;
}

.about-fr li:first-child:before {
    display: none;
}

.about-fr li:last-child {
    padding-right: 50px;
}

.about-fr li p {
    font-size: 15px;
}

.about-fr li span {
    font-size: 75px;
    font-family: 'Koulen';
    font-weight: bold;
}

.about-fr li i {
    font-size: 20px;
}

.timenews {
    padding-top: 2px;
    color: #FFFFFF;
    font-size: 14px;
}

.about-fr li:last-child i {
    font-size: 20px;
    font-weight: bold;
}

.about-more {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
    line-height: 100px;
    text-align: center;
    background-image: linear-gradient(to bottom right, #da2d1c 35%, #f6c40d 65%);

}

.about-more:hover {
    background-color: rgba(255, 180, 39, 1);
}

.about-more a {
    display: inline-block;
    color: #FFF;
    font-size: 14px;
}

.about-more a:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 54px;
    height: 7px;
    background: url(../images/more-arrow.png) no-repeat;
    margin-left: 20px;
    margin-top: -2px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.about-more:hover a:after {
    margin-left: 24px;
}


.index-pro {
    position: relative;
    width: 100%;
    height: 100%;
}

.index-pro li {
    float: left;
    width: 25%;
    position: relative;
}

.index-pro li .pro-pic {
    display: block;
    overflow: hidden;
}

.index-pro li .pro-pic img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.index-pro li:hover .pro-pic img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.index-pro li .pro-info {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 304px;
    height: 400px;
    text-align: center;
    border: 5px solid #FFF;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #FFF;
    margin-top: 40px;
}

.index-pro li .pro-info img {
    margin-top: 110px;
}

.index-pro li .pro-info strong {
    display: block;
    font-size: 26px;
    position: relative;
    padding-top: 18px;
    margin-top: 20px;
}

.index-pro li .pro-info strong:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 29px;
    height: 4px;
    background-color: #fff;
    margin: 0 auto;
}

.index-pro li .pro-info p {
    font-size: 14px;
    font-family: Arial;
    color: rgba(255, 255, 255, .6);
    text-transform: uppercase;
}


.index-case {
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../images/index-bg02.jpg) no-repeat top left;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: -webkit-flex;
    display: flex;
    align-items: flex-end;
}

.index-case .swiper-wrapper {
    display: -webkit-flex;
    display: flex;
    align-items: flex-end;
}

.case-swiper .swiper-slide {
    padding: 54px 60px 90px;
    position: relative;
}

.case-swiper .swiper-slide:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 76%;
    /* background-color: #ecaa2e; */
    z-index: -1;
    display: none;
    background-image: linear-gradient(to bottom right, #da2d1c 35%, #f6c40d 65%);
}

.case-swiper .indcase-info {
    color: #FFF;
    width: 76%;
}

.case-swiper .indcase-info .indcase-txt {
    display: block;
    color: #FFF;
    font-size: 36px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.case-swiper .indcase-info p {
    font-size: 16px;
    line-height: 32px;
    height: 64px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: rgba(255, 255, 255, .55);
    margin: 20px 0 32px;
    display: none;
}

.case-swiper .more-btn {
    display: none;
}

.more-btn {
    display: inline-block;
    border: 2px solid rgba(255, 255, 255, .34);
    width: 150px;
    line-height: 51px;
    text-align: center;
    color: #FFF;
    font-size: 14px;
    position: relative;
}

.more-btn:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: -30px;
    width: 50px;
    height: 7px;
    background: url(../images/more-arrows.png) no-repeat;
    margin-left: 20px;
    margin-top: -2px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.more-btn:hover:after {
    right: -36px;
}

.more-btn:hover {
    font-weight: bold;
}

.case-swiper .indcase-pic {
    display: block;
    position: relative;
    padding-top: 68%;
    overflow: hidden;
    margin-top: 40px;
}

.case-swiper .indcase-pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.case-swiper .indcase-pic:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.case-swiper .swiper-slide.swiper-slide-active:before {
    display: block;
}

.case-swiper .swiper-slide.swiper-slide-active .indcase-info p {
    display: block;
}

.case-swiper .swiper-slide.swiper-slide-active .more-btn {
    display: block;
}


.index-join {
    position: relative;
    width: 100%;
    height: 100%;
}

.index-join video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.indexjoin-box {
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 100px;
}

.indexjoin-box .indexjoin-name {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: 20px;
    background: url(../images/index-joinbg.png) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 706px;
    height: 706px;
    text-align: center;
    color: #FFF;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.indexjoin-txt {
    width: 100%;
}

.indexjoin-txt h2 {
    font-size: 32px;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 16px;
}

.indexjoin-txt h2:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 33px;
    height: 4px;
    background-color: #fff;
    margin: 0 auto;
}

.indexjoin-txt p {
    font-size: 20px;
    line-height: 1.9;
}

.indexjoin-txt .more-btn {
    margin-top: 30px;
}

.indexjoin-fl {
    position: absolute;
    left: 100px;
    top: 36%;
    width: 570px;
}

.indexjoin-fr {
    position: absolute;
    right: 100px;
    top: 36%;
    width: 570px;
}

.indexjoin-box li {
    float: left;
    width: 128px;
    height: 128px;
    line-height: 128px;
    text-align: center;
    color: #fff;
    font-size: 19px;
    background-color: #ffb427;
    border-radius: 50%;
    margin-bottom: 70px;
}

.indexjoin-box li.join02 {
    margin-left: 180px;
}

.indexjoin-box li.join03 {
    margin-left: 130px;
    margin-bottom: 0;
}

.indexjoin-box li.join04 {
    margin-left: 180px;
    margin-bottom: 0;
}


.index-news {
    position: relative;
    width: 100%;
    height: 100%;
    background: url(../images/index-bg03.jpg) no-repeat top left;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.news-name {
    color: #FFF;
    text-align: center;
    padding-top: 180px;
}

.news-name h2 {
    font-size: 42px;
}

.news-name span {
    display: block;
    font-size: 16px;
    font-family: Arial;
    text-transform: uppercase;
}

.news-tab {
    font-size: 0;
    text-align: center;
    margin: 26px 0 30px;
}

.news-tab li {
    display: inline-block;
    margin: 0 10px;
}

.news-tab li a {
    color: #bebebe;
    font-size: 16px;
    display: block;
    width: 143px;
    line-height: 56px;
}

.news-tab li.on a {
    color: #fff;
    background-image: linear-gradient(to bottom right, #da2d1c 35%, #f6c40d 65%);
}

.news-tab2 {
    font-size: 0;
    text-align: center;
    margin: 26px 0 30px;
}

.news-tab2 li {
    display: inline-block;
    margin: 0 10px;
}

.news-tab2 li a {
    color: #bebebe;
    font-size: 16px;
    display: block;
    width: 143px;
    line-height: 56px;
}

.news-tab2 li.on a {
    color: #fff;
    background-image: linear-gradient(to bottom right, #da2d1c 35%, #f6c40d 65%);
}

.news-box {
    padding-left: 60px;
}

.news-boxno {
    display: none;
}

.news-swiper .indnews-pic {
    position: relative;
}

.news-swiper .indnews-pic a {
    display: block;
    position: relative;
    padding-top: 65%;
    overflow: hidden;
}

.news-swiper .indnews-pic a img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.news-swiper .indnews-pic a:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.news-swiper .indnews-pic .indnews-time {
    position: absolute;
    left: 22px;
    top: 30px;
    background-color: #fff;
    width: 126px;
    line-height: 32px;
    border-radius: 32px;
    color: #fba720;
    font-size: 14px;
    font-weight: bold;
    padding: 0 10px;
}

.news-swiper .indnews-pic .indnews-time img {
    margin-top: -2px;
    margin-right: 6px;
}

.news-swiper .indnews-txt {
    display: block;
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    /* white-space: nowrap; */
    text-overflow: ellipsis;
    color: #fff;
    margin: 24px 0 16px;
}

.news-swiper .indnews-txt:hover {
    color: #fba720;
}

.news-swiper p {
    font-size: 14px;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: rgba(255, 255, 255, .6);
}

.news-swiper span {
    display: block;
    color: #FFF;
    font-size: 16px;
    margin-top: 30px;
}

.news-swiper span img {
    margin-top: -2px;
    margin-right: 6px;
}

.news-swiper.swiper-container {
    padding-bottom: 60px;
}

.news-swiper .swiper-slide {
    padding: 0px 15px;
}

.news-swiper.swiper-container-horizontal > .swiper-scrollbar {
    height: 4px;
    background: #4d4d4d;
    border-radius: 2px;
    left: 0;
    width: auto;
    right: 60px;
}

.news-swiper .swiper-scrollbar-drag {
    background: #af2517;
    border-radius: 2px;
}

.honor-swiper .swiper-scrollbar-drag {
    background: #af2517;
    border-radius: 2px;
}


.footer {
    background-color: #2d1211;
}

.footer .foot-top {
    padding: 88px 60px 75px;
    position: relative;
    z-index: 1;
}

.footer .foot-top:before {
    content: '';
    position: absolute;
    right: 60px;
    bottom: 0;
    width: 475px;
    height: 533px;
    background: url(../images/foot-bg.png) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: -1;
}

.footer .foot-fl {
    float: left;
    width: 320px;
    margin-right: 120px;
    position: relative;
}

.footer .foot-fl p {
    color: #979797;
    font-size: 14px;
    line-height: 2.36;
}

.footer .foot-fl strong {
    font-size: 16px;
    line-height: 1.8;
    color: #979797;
}

.footer .foot-fl .mInfo {
    display: none;
}

.footer .foot-fl p a {
    color: #979797;
}

.footer .foot-fl > a {
    display: inline-block;
    margin-bottom: 24px;
}

.footer .foot-fl .foot-link {
    margin-top: 30px;
    font-size: 0;
}

.footer .foot-fl .foot-link span {
    display: block;
    color: #FFF;
    font-size: 16px;
    margin-bottom: 16px;
}

.footer .foot-fl .foot-link li {
    display: inline-block;
    margin-right: 14px;
    cursor: pointer;
    transition-duration: 0.3s;
    border-radius: 50%;
    overflow: hidden;
}

.footer .foot-fl .foot-link li .pic-hide {
    display: none;
}
.footer .foot-fl .foot-link li:hover{
    
    background-image: linear-gradient(to bottom right, #da2d1c 35%, #f6c40d 65%);
}
.footer .foot-fl .foot-link li:hover .pic-show {
    -webkit-filter: grayscale(100%) brightness(500%);
    filter: grayscale(100%) brightness(500%);
}


/* .footer .foot-fl .foot-link li:hover .pic-hide {
    display: inline-block;
} */

/* .footer .foot-fl .foot-link li:hover .pic-show {
    display: none;
} */

.code-show .code-db {
    position: absolute;
    bottom: 55px;
    width: 148px;
    background-color: #fff;
    padding: 6px;
    text-align: center;
    display: none;
}

.code-show .code01 {
    left: 0;
}

.code-show .code02 {
    left: 56px;
}

.code-show .code03 {
    left: 112px;
}

.code-show .code04 {
    left: 168px;
}

.code-show .code-db span {
    display: block;
    font-size: 14px;
    color: #666;
}

.footer .foot-fr {
    display: block;
    overflow: hidden;
}

.footer .foot-fr ul {
    text-align: right;
    font-size: 0;
}

.footer .foot-fr li {
    display: inline-block;
    margin-left: 5.5%;
    vertical-align: top;
    text-align: left;
}

.footer .foot-fr li:first-child {
    margin-left: 0;
}

.footer .foot-fr li strong {
    display: block;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 14px;
}

.footer .foot-fr li strong a {
    display: block;
    color: #FFF;
}

.footer .foot-fr li strong a:hover {
    color: #ebaa2d;
}

.footer .foot-fr li p a {
    display: block;
    color: rgba(255, 255, 255, .4);
    font-size: 14px;
    line-height: 2.93;
}

.footer .foot-fr li p a:hover {
    color: #FFF;
}

.foot-copyright {
    border-top: 1px solid rgba(255, 255, 255, .1);
    line-height: 58px;
    padding: 20px 60px 27px;
    position: relative;
}

.foot-copyright .footcr-fl {
    color: #979797;
    font-size: 14px;
}

.foot-copyright .footcr-fl a {
    color: #979797;
    display: inline-block;
}

.foot-copyright .footcr-fl a:hover {
    color: #FFF;
    text-decoration: underline;
}

.foot-copyright .footcr-fr {
    position: absolute;
    top: 20px;
    right: 60px;
}

.foot-copyright .footcr-fr select {
    width: 191px;
    height: 58px;
    border: 1px solid rgba(255, 255, 255, .34);
    background: transparent;
    padding: 0 20px;
    color: #979797;
    font-size: 16px;
}

.foot-copyright .footcr-fr select option {
    color: #666;
    font-size: 16px;
}

.section-foot {
    height: auto !important;
}

.section-foot .fp-tableCell {
    display: block;
    height: auto !important;
}


/* product */
.top-show {
    position: relative;
}

.top-bg img {
    width: 100%;
    object-fit: cover;
}

.top-name {
    position: absolute;
    left: 50%;
    margin-left: -800px;
    color: #FFF;
    top: 50%;
    margin-top: -90px;
    line-height: 1.3;
}

.top-name span {
    display: block;
    font-family: 'zhenyangb';
    font-size: 40px;
    text-transform: uppercase;
}

.top-name strong {
    display: block;
    font-size: 28px;
    font-weight: normal;
}

.top-link {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 62px;
    border-top: 5px solid #2d1211;
    background-color: rgba(45, 18, 17, .33);
}
.top-link .clearfix{
    position: relative;
}
.top-link:before {
    content: '';
    position: absolute;
    right: 0;
    top: -5px;
    width: 561px;
    height: 5px;
    background: url(../images/top-line.png) right top;
}

.toplink-nav {
    /* float: left; */
}

.toplink-nav ul {
    height: auto;
	overflow: hidden;
	overflow-x: auto; 	
	white-space: nowrap; 
	width: auto; 
}

.toplink-nav li {
    /* float: left; */
    display: inline-block;
    text-align: center;
    margin-right: 2px;
}

.toplink-nav li a {
    display: block;
    color: #FFF;
    width: 152px;
    font-size: 16px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.toplink-nav li.on a, .toplink-nav li:hover a {
    background-image: linear-gradient(to bottom right, #da2d1c 35%, #f6c40d 65%);
}

.toplink-search {
    right: 0;
    top: 0;
    float: right;
    width: 224px;
    height: 39px;
    line-height: 39px;
    background-color: #FFF;
    border-radius: 39px;
    overflow: hidden;
    position: absolute;
    margin-top: 10px;
}

.toplink-search input {
    width: 100%;
    line-height: 39px;
    padding: 0 40px 0 20px;
    background-color: #FFF;
    font-size: 14px;
    color: #363636;
}

.toplink-search input::-webkit-input-placeholder {
    color: #363636;
}

.toplink-search input::-moz-placeholder {
    color: #363636;
}

.toplink-search input:-ms-input-placeholder {
    color: #363636;
}

.toplink-search input:-moz-placeholder {
    color: #363636;
}

.toplink-search button {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -11px;
    cursor: pointer;
    background: transparent;
    z-index: 22;
}

.ser-submit img {
    width: 19px;
}

.pro-choose {
    margin-top: 45px;
}

.pro-choose .choose-name {
    border-left: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    line-height: 51px;
    background-color: #f1f1f1;
    padding: 0 25px 0 30px;
}

.choose-name strong {
    display: inline-block;
    color: #373737;
    font-size: 16px;
}

.choose-name strong img {
    margin-right: 10px;
    margin-top: -2px;
}

.choose-name span {
    float: right;
    cursor: pointer;
}

.choose-name span img {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.choose-name span.rotate img {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.pro-choose li {
    border: 1px solid #d9d9d9;
    border-top: none;
    line-height: 36px;
    padding: 7px 30px 7px 140px;
    position: relative;
    font-size: 0;
}

.pro-choose .en_li {
    padding: 7px 30px 7px 220px;
}

.pro-choose .en_li2 {
    padding: 7px 30px 7px 220px;
}

.pro-choose li ul li {
    padding: 7px 30px 7px 70px;
    border: none;
}

.pro-choose li ul li span {
    left: 0;
}

/* .pro-choose li ul {
    padding-left: 20px;

} */

.pro-choose li span {
    color: #373737;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    left: 30px;
}

.pro-choose li a {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #626262;
    margin-right: 82px;
}

.pro-choose li a.on, .pro-choose li a:hover {
    color: #ebaa2d;
}

.list-show {
    margin-top: 45px;
}

.list-show ul {
    margin-left: -2.3%;
}

.list-show li {
    float: left;
    width: 31%;
    margin-left: 2.3%;
    margin-bottom: 45px;
}

.list-show li .list-pic {
    display: block;
    position: relative;
    padding-top: 73%;
    overflow: hidden;
}

.list-show li .list-pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.list-show li:hover .list-pic img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.list-show li .list-txt {
    display: block;
    line-height: 67px;
    padding: 0 12px;
    background-color: #f1f1f1;
    text-align: center;
    color: #4c4c4c;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.list-show li .list-txt:hover {
    background-color: #ebaa2d;
    color: #FFF;
    background-image: linear-gradient(to bottom right, #da2d1c 35%, #f6c40d 65%);
}

.page-show {
    text-align: center;
    margin: 30px 0;
}

.page-show ul {
    display: inline-block;
}

.page-show li {
    float: left;
    text-align: center;
    margin: 0 5px;
    font-size: 15px;
    font-family: Arial;
}

.page-show li img {
    margin-top: -3px;
}

.page-show li span, .page-show li a {
    display: block;
    color: #0f0f0f;
    font-size: 20px;
    min-width: 59px;
    height: 59px;
    line-height: 61px;
    background-color: #e7e7e7;
}

.page-show li.pageactive span {
    background-color: #ebaa2d;
    color: #FFF;
}

.page-show li a:hover {
    background-color: #ebaa2d;
    color: #fff;
}

.m-pages {
    text-align: center;
    margin: 30px 0;
}

.m-pages ul {
    margin-bottom: -10px;
    display: inline;
    vertical-align: middle;
    overflow: hidden;

}

.m-pages li {
    /*padding: 0 6px;*/
    display: inline-block;
    vertical-align: middle;
    /*float: left;*/
    width: 35px;
    text-align: center;
    margin: 0 5px;
    font-size: 15px;
    font-family: Arial;

}

.m-pages a {
    display: block;
    color: #0f0f0f;
    font-size: 20px;
    min-width: 59px;
    height: 59px;
    line-height: 61px;
    background-color: #e7e7e7;
}

.m-pages select {
    display: inline;
    min-width: 66px;
    height: 59px;
    /*line-height: 48px;*/
    color: #0f0f0f;
    padding-left: 10px;
    background: url(/public/static/officialweb/images/qwy-i4.png) transparent center right 4px no-repeat;
    /* background-size: auto;
  background-size: 8px; */
    font-size: 20px;
    border: 1px solid #c8c8c8;
    vertical-align: bottom;
    border-radius: 0px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.m-pages select option {
    width: 100%;
    height: 36px;
    font-size: 16px;
    background-color: transparent;
    color: #333;

}

.m-pages li.active a, .m-pages li a:hover {
    background-color: #ebaa2d;
    color: #fff;
    background-image: linear-gradient(to bottom right, #da2d1c 35%, #f6c40d 65%);
    
}

.m-pages li {
    color: #0f0f0f;
    font-size: 20px;
    min-width: 59px;
    height: 59px;
    line-height: 61px;
    background-color: #e7e7e7;
}


.foot-place {
    margin-top: 70px;
}


/* prodetail */
.crumb {
    margin-top: 60px;
    line-height: 26px;
}

.crumb span {
    display: inline-block;
}

.crumb img {
    width: 19px;
    margin-right: 10px;
    margin-top: -3px;
}

.crumb ol {
    display: inline-block;
    font-size: 0;
}

.crumb li {
    display: inline-block;
    color: #333333;
    font-size: 16px;
}

.crumb li i {
    margin: 0 5px;
}

.crumb li a {
    color: #666;
}

.crumb li a:hover {
    color: #ebaa2d;
}

.prod-base {
    margin-top: 20px;
    position: relative;
}

.prod-base:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 49.56%;
    background-color: #f6f6f6;
    z-index: -1;
}

.prod-fl {
    float: left;
    width: 49.69%;
    position: relative;
}

.prod02-swiper.swiper-container {
    margin: 10px 82px 0;
    position: relative;
}

.prod02-swiper img {
    width: 100%;
    height: 134px;
    object-fit: cover;
}

.prod-fl .swiper-button-prev {
    top: auto;
    bottom: 0;
    left: 0;
    width: 71px;
    height: 134px;
    margin-top: 0;
    background: url(../images/prod-fl.png) no-repeat center #d6d6d6;
}

.prod-fl .swiper-button-next {
    top: auto;
    bottom: 0;
    right: 0;
    width: 71px;
    height: 134px;
    margin-top: 0;
    background: url(../images/prod-fr.png) no-repeat center #d6d6d6;
}

.prod-fl .swiper-button-prev:hover {
    background-color: #ebaa2d;

}

.prod-fl .prod02-swiper .con:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}

.prod-fl .prod02-swiper .swiper-slide-thumb-active .con:after {
    border: 4px solid #cd2133;
}

/*.productImgs-swiper .nav .swiper-slide-thumb-active .con:after{*/
/*    border: 4px solid #cd2133;*/
/*}*/
.swiper-button-prev,
.swiper-button-next:focus {
    outline: none;
}

.prod-fl .swiper-button-next:hover {
    background-color: #ebaa2d;
}

.prod-fl .swiper-button-next.swiper-button-disabled, .prod-fl .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}


.prod-fr {
    float: right;
    width: 49.56%;
    padding: 46px 50px;
}

.prod-fr .prod-font {
    line-height: 29px;
    color: #585858;
    font-size: 14px;
}

.prod-fr .prod-font span {
    display: inline-block;
    width: 70px;
    background-color: #ebaa2d;
    text-align: center;
    color: #FFF;
    margin-right: 12px;
    background-image: linear-gradient(to bottom right, #da2d1c 35%, #f6c40d 65%);
}

.prod-fr h1 {
    color: #212121;
    font-size: 36px;
    margin-top: 10px;
}

.prod-fr p {
    color: #717171;
    font-size: 22px;
    margin-top: 10px;
}

.prod-fr .prod-btn {
    font-size: 0;
    margin-top: 30px;
}

.prod-fr .prod-btn a {
    display: inline-block;
    border: 1px solid #bfbfbf;
    width: 166px;
    line-height: 55px;
    text-align: center;
    color: #717171;
    font-size: 16px;
    margin-left: 14px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.prod-fr .prod-btn a:first-child {
    margin-left: 0;
}

.prod-fr .prod-btn a:hover {
    background-color: #ebaa2d;
    border-color: #ebaa2d;
    color: #FFF;
}

.prod-link {
    margin-top: 40px;
    border-top: 1px solid #c5c5c5;
}

.prod-link li {
    border-bottom: 1px solid #c5c5c5;
    overflow: hidden;
}

.prod-link li a {
    display: block;
    padding: 22px 6px;
    line-height: 42px;
    position: relative;
}

.prod-link li a:after {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -11px;
    width: 22px;
    height: 22px;
    background: url(../images/prod-more.png) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.prod-link li a img {
    margin-right: 30px;
}

.prod-link li:hover a {
    font-weight: bold;
}

.prod-link li:hover a:after {
    right: -50px;
}


.prod-detail {
    margin-top: 90px;
}

.name-detail {
    border-bottom: 3px solid #f6f6f6;
    line-height: 60px;
    margin-bottom: 50px;
}

.name-detail .name-fl {
    display: inline-block;
    color: #2f2f2f;
    font-size: 27px;
    position: relative;
}

.name-detail .name-fl:after {
    content: '';
    position: absolute;
    left: 0;
    right: -10px;
    bottom: -3px;
    height: 3px;
    background-image: linear-gradient(to bottom right, #da2d1c 35%, #f6c40d 65%);
}

.name-detail .name-fl span {
    color: rgba(83, 83, 83, .77);
    font-size: 17px;
    font-family: Arial;
    font-weight: bold;
    margin-left: 10px;
}

.prod-detail p {
    color: #535353;
    font-size: 14px;
    line-height: 2;
    margin-bottom: 40px;
}

.prod-detail p a {
    color: #535353;
}

.prod-detail p a:hover {
    color: #ebaa2d;
}

.prod-detail p img, .prod-detail p video {
    width: 100%;
    height: auto;
    margin-bottom: 36px;
}

.rec-show {
    padding: 20px 0;
}

/* case */
.list-show .list-case li .list-txt {
    background-color: #FFF;
    font-size: 18px;
}

.list-show .list-case li .list-txt:hover {
    color: #ebaa2d;
}


/* about */


.toplink-nav .nav-about li a br {
    display: none;
}

.aboutus-base {
    position: relative;
    background-color: #f6f4f5;
    z-index: 0;
    padding: 130px 0 120px;
}

.aboutus-base:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 322px;
    height: 896px;
    background: url(../images/aboutus-f.png) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    z-index: -1;
}

.title-show {
    text-align: center;
    margin-bottom: 32px;
}

.title-show span {
    display: block;
    color: #292929;
    font-size: 17px;
    font-family: Arial;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    padding-bottom: 13px;
    margin-bottom: 5px;
}

.title-show span:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 52px;
    height: 2px;
    background-color: #ebaa2d;
    margin: 0 auto;
}

.title-show h1 {
    font-size: 28px;
}

.title-show h2 {
    font-size: 28px;
}

.title-show.title-tl {
    text-align: left;
}

.title-show.title-tl span {
    font-size: 16px;
    font-family: "Microsoft Yahei";
}

.title-show.title-tl span:after {
    margin: 0;
    width: 48px;
}

.title-show.title-tl h2 {
    font-size: 26px;
}

.aboutus-base .wrap {
    display: -webkit-flex;
    display: flex;
}

.aboutus-base .aboutus-fl {
    float: left;
    width: 48%;
}

.aboutus-base .aboutus-fr {
    float: right;
    width: 46%;
    margin-left: 6%;
    margin-top: 50px;
}

.aboutus-fl > p {
    color: #292929;
    font-size: 14px;
    line-height: 2;
}

.aboutus-fl ul {
    margin-top: 55px;
}

.aboutus-fl li {
    float: left;
    padding: 0 36px;
    line-height: 1.05;
    position: relative;
}

.aboutus-fl li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    background-color: rgba(155, 155, 155, .88);
    width: 1px;
    height: 49px;
    margin-top: -25px;
}

.aboutus-fl li:first-child {
    padding-left: 0;
}

.aboutus-fl li:first-child:before {
    display: none;
}

.aboutus-fl li:last-child {
    padding-right: 0;
}

.aboutus-fl li p {
    font-size: 14px;
    color: #292929;
    margin-top: 5px;
}

.aboutus-fl li .data-font {
    color: #ebaa2d;
    font-family: Arial;
    font-weight: bold;
}

.aboutus-fl li span {
    font-size: 42px;
}

.aboutus-fl li i {
    font-size: 22px;
    position: relative;
    vertical-align: top;
    margin-left: 2px;
}

.aboutus-fr img {
    width: 100%;
    height: 100%;
    -moz-box-shadow: 0 13px 22px rgba(37, 37, 37, .34);
    -webkit-box-shadow: 0 13px 22px rgba(37, 37, 37, .34);
    box-shadow: 0 13px 22px rgba(37, 37, 37, .34);
}

.pic-tobig {
    overflow: hidden;
}

.pic-tobig img {
    object-fit: cover;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.pic-tobig img:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.aboutus-brand {
    margin-top: 160px;
    position: relative;
}

.brand-fl {
    float: left;
    width: 50%;
}

.brand-fr {
    float: left;
    width: 50%;
}

.brand-info {
    height: 220px;
    padding: 35px 80px;
}

.brand-fl .brand-info {
    padding-left: 50%;
}

.brand-fl .brand-info .title-show {
    margin-bottom: 10px;
}

.brand-fl .brand-info p {
    color: #292929;
    font-size: 22px;
    font-weight: bold;
}

.brand-fr .brand-info p {
    width: 97%;
}

.aboutus-course {
    margin-top: 120px;
}

.course-swiper .course-pic {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}

.course-swiper .swiper-slide.swiper-slide-active .course-pic {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.course-swiper .course-info {
    text-align: center;
    margin-top: 45px;
    padding: 0 30px;
    display: none;
}

.course-swiper .course-info strong {
    display: block;
    color: #292929;
    font-size: 26px;
}

.course-swiper .course-info p {
    color: #707070;
    font-size: 14px;
    line-height: 24px;
    height: 96px;
    margin-top: 20px;
    overflow: hidden;
}

.course-swiper .swiper-slide.swiper-slide-active .course-info {
    display: block;
}

.course-swiper .swiper-button-prev {
    left: 50%;
    margin-left: -21.1%;
    width: 86px;
    height: 86px;
    background: url(../images/course-fl.png) no-repeat center #dddddd;
    margin-top: 0;
    top: auto;
    bottom: 180px;
}

.course-swiper .swiper-button-next {
    right: 50%;
    margin-right: -21.1%;
    width: 86px;
    height: 86px;
    background: url(../images/course-fr.png) no-repeat center #dddddd;
    margin-top: 0;
    top: auto;
    bottom: 180px;
}

.vr-swiper .swiper-button-prev {
    width: 70px;
    height: 70px;
    background: url(../images/course-fl.png) no-repeat center #dddddd;

}

.vr-swiper .swiper-button-next {
    width: 70px;
    height: 70px;
    background: url(../images/course-fr.png) no-repeat center #dddddd;
}

.course-swiper .swiper-button-prev:hover, .course-swiper .swiper-button-next:hover {
    background-color: #ebaa2d;
    -moz-box-shadow: 0 10px 17px rgba(37, 37, 37, .32);
    -webkit-box-shadow: 0 10px 17px rgba(37, 37, 37, .32);
    box-shadow: 0 10px 17px rgba(37, 37, 37, .32);
}

.aboutus-honor {
    background-color: #f8f8f8;
    padding: 80px 0 70px;
    margin-top: 80px;
}

.honor-swiper.swiper-container {
    padding: 10px 0 70px;
}

.honor-swiper .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: #585858;
    opacity: 1;
}

.honor-swiper .swiper-pagination-bullet-active {
    background: #ebaa2d;
}

.honor-swiper.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 9px;
}

.honor-swiper ul {
    margin-left: -1.3%;
}

.honor-swiper li {
    float: right;
    width: 32%;
    margin-left: 1.3%;
    margin-bottom: 22px;
    overflow: hidden;
}

.honor-swiper li:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.honor-swiper li img {
    /*width: 100%;*/
}

.aboutus-video {
    margin-top: 120px;
}

.video-ft {
    position: relative;
}

.video-ft video {
    width: 100%;
}

.video-ft .video-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 120px;
    z-index: 1;
    cursor: pointer;
}

.video-fb {
    margin-top: 28px;
}

.video-swiper.swiper-container {
    padding-bottom: 66px;
}

.video-swiper .swiper-slide {
    position: relative;
}

.video-swiper .swiper-slide.swiper-slide-active:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, .2);
    border: 10px solid #ebaa2d
}

.video-swiper.swiper-container-horizontal > .swiper-scrollbar {
    background: #efefef;
    height: 10px;
    border-radius: 5px;
    left: 0;
    width: 100%;
    bottom: 0;
}

.video-swiper .swiper-scrollbar-drag {
    background: #ebaa2d;
}

.aboutus-vr {
    margin-top: 110px;
}

.vr-show {
    position: relative;
}

.vr-show > img {
    width: 100%;
}

.vr-show span {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 88px;
    z-index: 1;
}

.infos-list {
    margin-top: 100px;
    padding-bottom: 40px;
}

.infos-list a {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.infos-list li {
    position: relative;
    border-bottom: 1px solid #dadada;
    padding: 66px 0;
}

.infos-list li .infos-time {
    float: left;
    width: 120px;
    padding-left: 12px;
    margin-right: 80px;
    color: #848484;
    font-size: 18px;
    font-family: Arial;
    font-weight: bold;
    line-height: 1.32;
    margin-top: 10px;
}

.infos-list li .infos-time strong {
    display: block;
    font-size: 40px;
}

.infos-list li .infos-base {
    display: block;
    overflow: hidden;
    border-right: 1px solid rgba(0, 0, 0, .2);
    padding-right: 200px;
}

.infos-list li .infos-base a {
    display: block;
    color: #292929;
    font-size: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.infos-list li .infos-base a:hover {
    color: #ebaa2d;
}

.infos-list li .infos-base p {
    color: #4f4f4f;
    font-size: 14px;
    line-height: 28px;
    height: 56px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 12px;
}

.infos-more {
    float: right;
    margin-left: 130px;
}

.infos-more a {
    display: inline-block;
    width: 146px;
    line-height: 52px;
    border: 1px solid rgba(53, 53, 53, .44);
    text-align: center;
    color: #353535;
    font-size: 14px;
    font-weight: bold;
    margin-top: 20px;
}

.infos-more a:hover {
    background-color: #ebaa2d;
    border-color: #ebaa2d;
    color: #FFF;
}

.infos-look {
    text-align: center;
    margin-top: 62px;
}

.infos-look a {
    display: inline-block;
    width: 204px;
    line-height: 66px;
    border: 1px solid rgba(53, 53, 53, .44);
    text-align: center;
    color: #353535;
    font-size: 16px;
    font-weight: bold;
}

.infos-look a:hover {
    background-color: #ebaa2d;
    border-color: transparent;
    color: #FFF;
    background-image: linear-gradient(to bottom right, #da2d1c 35%, #f6c40d 65%);
}


/* technology */
.tech-one {
    margin-top: 70px;
}

.tech-one .list-show li .list-pic {
    padding-top: 68.6%;
}

.tech-one .list-show ul {
    margin-left: -3%;
}

.tech-one .list-show li {
    margin-left: 3%;
    width: 30.3%;
    margin-bottom: 30px;
}

.tech-one .list-show {
    margin-top: 20px;
}

.tech-swiper.swiper-container {
    padding-bottom: 40px;
}

.tech-swiper .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    background: #d3d3d3;
    opacity: 1;
}

.tech-swiper .swiper-pagination-bullet-active {
    background: #ebaa2d;
}

.tech-swiper.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 9px;
}

.tech-two {
    background-color: #efefef;
    margin-top: 70px;
    padding: 70px 0 90px;
}

.techno-li {
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: flex;
    justify-content: space-between;
}

.techno-li li {
    float: left;
    width: 20%;
    height: 553px;
    overflow: hidden;
    transition: 0.3s;
    position: relative;
    z-index: 999;
}

.techno-li li.active {
    width: 61%;
}

.techno-li li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    z-index: 2;
}

.techno-li li.active:before {
    display: none;
}

.techno-li li:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 62%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, transparent 100%);
    background: -moz-linear-gradient(left, rgba(0, 0, 0, .5) 0%, transparent 100%);
    background: -ms-linear-gradient(left, rgba(0, 0, 0, .5) 0%, transparent 100%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, transparent 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, transparent 100%);
    z-index: 2;
    display: none;
}

.techno-li li.active:after {
    display: block;
}

.techno-li li .techno-pic {
    height: 553px;
}

.techno-li li .techno-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.techno-li li .techno-data {
    position: absolute;
    left: 30px;
    top: 40px;
    color: #fff;
    font-size: 36px;
    font-family: Arial;
    font-weight: bold;
    z-index: 9;
}

.techno-li li .techno-name {
    position: absolute;
    left: 30px;
    bottom: 50px;
    color: #FFF;
    font-size: 20px;
    z-index: 6;
}

.techno-swiper.swiper-container {
    margin-top: 40px;
    padding-bottom: 60px;
}

.techno-swiper.swiper-container-horizontal > .swiper-scrollbar {
    background: #d5d5d5;
    height: 8px;
    border-radius: 5px;
    left: 0;
    width: 100%;
    bottom: 0;
}

.techno-swiper .swiper-scrollbar-drag {
    background: #ebaa2d;
}


.tech-process {
    margin-top: 94px;
}

.tech-tab {
    text-align: center;
    font-size: 0;
}

.tech-tab li {
    display: inline-block;
    color: #555555;
    font-size: 18px;
    border: 1px solid #a0a0a0;
    width: 169px;
    line-height: 55px;
    margin: 0 6px;
    cursor: pointer;
}

.tech-tab li.on, .tech-tab li:hover {
    background-color: #ebaa2d;
    border:none;
    color: #FFF;
    background-image: linear-gradient(to bottom right, #da2d1c 35%, #f6c40d 65%);
    
}

.tech-show {
    margin-top: 55px;
}

.tech-no {
    display: none;
}

.process-info > p {
    color: #555555;
    font-size: 14px;
    line-height: 2;
}

.process-info ul {
    margin-top: 50px;
    margin-left: -2%;
}

.process-info li {
    float: left;
    width: 23%;
    margin-left: 2%;
    margin-bottom: 20px;
}

.process-info li img {
    width: 100%;
}

.process-info li p {
    color: #555555;
    font-size: 16px;
    text-align: center;
    line-height: 55px;
}


.tech-innovate {
    margin-top: 70px;
}

.innovate-font {
    color: #484848;
    font-size: 16px;
    line-height: 2;
    text-align: center;
}

.innovate-box {
    background: url(../images/tech-bg.jpg) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-top: 50px;
    padding: 66px 0 50px;
}

.innovate-box .wrap {
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.innovate-box .innovate-fl {
    float: left;
    width: 45.5%;
}

.innovate-fl p {
    color: #ffffff;
    font-size: 16px;
    line-height: 2;
}

.innovate-box .innovate-fr {
    float: right;
    width: 46.5%;
    margin-left: 8%;
}

.innovate-fr ul {
    margin-left: -2%;
}

.innovate-fr li {
    float: left;
    width: 48%;
    margin-left: 2%;
    position: relative;
    margin-bottom: 24px;
}

.innovate-fr li img {
    width: 100%;

}
.innovate-fr li:first-child{
    background-image: linear-gradient(to bottom right, #da2d1c 35%, #f6c40d 65%);
}
.innovate-fr li:first-child img {
   opacity: 0;

    
}

.innovate-fr li .innovate-font {
    position: absolute;
    left: 50px;
    top: 50%;
    margin-top: -50px;
    color: #FFF;
    text-align: left;
    line-height: 1.6;
}

.innovate-fr li .innovate-font strong {
    display: block;
    font-size: 26px;
}

.innovate-fr li .innovate-font span {
    display: block;
    font-size: 16px;
    font-family: Arial;
    text-transform: uppercase;
    padding-bottom: 24px;
}

.innovate-fr li .innovate-font span:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 5px;
    background-color: #fff;
}

.reseller-box {
    margin-top: 70px;
    border: 1px solid #dadada;
    position: relative;
    min-height: 870px;
}

.reseller-box:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 440px;
    width: 1px;
    background-color: #dadada;
}

.reseller-box strong {
    display: block;
    color: #252525;
    font-size: 30px;
    font-weight: normal;
    text-transform: uppercase;
}

.res-nav {
    position: absolute;
    top: 0;
    right: 0;
    padding: 50px;
    width: 440px;
}

.res-nav ul {
    border-top: 1px dashed rgba(0, 0, 0, .55);
    margin-top: 40px;
}

.res-nav li {
    border-bottom: 1px dashed rgba(0, 0, 0, .55);
    line-height: 74px;
    color: #252525;
    font-size: 16px;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
    cursor: pointer;
    padding: 0 6px;
}

.res-nav li.on:before, .res-nav li:hover:before {
    content: '';
    position: absolute;
    left: -50px;
    right: -68px;
    top: -1px;
    bottom: -1px;
    background-color: #ebaa2d;
    z-index: -1;
    background-image: linear-gradient(to bottom right, #da2d1c 35%, #f6c40d 65%);
}

.res-nav li.on:after, .res-nav li:hover:after {
    content: '';
    position: absolute;
    right: -68px;
    top: -10px;
    width: 0;
    height: 0;
    border-bottom: 10px solid #aa7819;
    border-right: 17px solid transparent;
    z-index: -1;
}

.res-nav li.on, .res-nav li:hover {
    color: #FFF;
}

.res-show {
    padding: 52px 500px 30px 60px;
}

.res-no {
    display: none;
}

.res-show ul {
    margin-left: -4.3%;
    margin-top: 40px;
}

.res-show li {
    float: left;
    width: 29%;
    margin-left: 4.3%;
    background-color: #f5f5f5;
    margin-bottom: 34px;
}

.res-show li .res-pic {
    display: block;
    position: relative;
    padding-top: 120%;
    overflow: hidden;
}

.res-show li .res-pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.res-show li:hover .res-pic img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.res-show li .res-info {
    padding: 20px 28px;
}

.res-show li .res-info a {
    color: #252525;
    font-size: 18px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.res-show li .res-info a:hover {
    color: #ebaa2d;
}

.res-show li .res-info p {
    color: #ebaa2d;
    font-size: 14px;
    margin-top: 10px;
}

.res-show li .res-info p img {
    margin-top: -2px;
    margin-right: 5px;
}


/* contact */
.cont-base {
    margin-top: 66px;
}

.cont-base ul {
    margin-top: 30px;
    margin-left: -3%;
}

.cont-base li {
    float: left;
    width: 30.3%;
    margin-left: 3%;
    text-align: center;
    position: relative;
    padding: 0 47px 60px;
}

.cont-base li:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 66px;
    background: #f28b00;
    /* background: -webkit-linear-gradient(left, #febf47, #f28b00 100%);
    background: -moz-linear-gradient(left, #febf47, #f28b00 100%);
    background: -ms-linear-gradient(left, #febf47, #f28b00 100%);
    background: -o-linear-gradient(left, #febf47, #f28b00 100%);
    background: linear-gradient(to right, #febf47, #f28b00 100%); */
    background-image: linear-gradient(to bottom right, #da2d1c 35%, #f6c40d 65%);
    z-index: -1;
}

.cont-base li .cont-info {
    height: 131px;
    color: #FFF;
    margin-top: 5px;
    line-height: 1.5;
    overflow: hidden;
}

.cont-base li .cont-info a {
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
    position: relative;
}

.cont-base li .cont-info a:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: #fff;
}

.cont-base li .cont-info a:hover {
    color: #39201e;
}

.cont-base li .cont-info a:hover:after {
    background-color: #39201e;
}

.cont-base li .cont-font span {
    display: block;
    font-size: 20px;
    font-weight: bold;
}

.cont-base li .cont-font strong {
    display: block;
    font-size: 30px;
    font-family: Arial;
}

.cont-base li .cont-font a {
    margin-top: 30px;
}

.cont-base li .cont-fonts {
    text-align: left;
}

.cont-base li .cont-fl {
    float: left;
    width: 131px;
    margin-right: 20px;
    text-align: right;
}

.cont-base li .cont-fr {
    display: block;
    overflow: hidden;
    margin-top: 25px;
}

.cont-base li .cont-fr strong {
    display: block;
    font-size: 28px;
}

.cont-base li .cont-fr span {
    display: block;
    font-size: 16px;
    font-weight: bold;
    margin-top: 15px;
}

.cont-base li .cont-fr a {
    margin-top: 20px;
}


.cont-map {
    margin-top: 115px;
}

.map-box {
    background-color: #f9f9f9;
    overflow: hidden;
    margin-bottom: 48px;
}

.map-fl {
    float: left;
}

.map-fr {
    float: right;
}

.map-info {
    width: 34%;
    padding: 100px 60px 0 60px;
}

.map-info strong {
    display: block;
    color: #444444;
    font-size: 28px;
    position: relative;
    padding-bottom: 24px;
    margin-bottom: 32px;
}

.map-info strong:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 35px;
    height: 5px;
    background-color: #ebaa2d;
}

.map-info p {
    color: #444444;
    font-size: 16px;
    line-height: 30px;
    margin-top: 15px;
}

.map-info p a {
    color: #444444;
}

.map-info p a:hover {
    color: #ebaa2d;
}

.map-show {
    width: 66%;
    height: 549px;
}

.maps {
    height: 100%;
}

.maps * {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
    box-sizing: content-box;
    max-width: none;
}

.cont-serv {
    margin-top: 115px;
}

.cont-serv > p {
    color: #292929;
    font-size: 16px;
    line-height: 2.2;
    text-align: center;
    margin-bottom: 60px;
}

.serv-box {
    display: -webkit-flex;
    display: flex;
}

.serv-pic {
    width: 50%;
}

.serv-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.serv-font {
    width: 50%;
    background: #f28b00;
    /* background: -webkit-linear-gradient(left, #febf47, #f28b00 100%);
    background: -moz-linear-gradient(left, #febf47, #f28b00 100%);
    background: -ms-linear-gradient(left, #febf47, #f28b00 100%);
    background: -o-linear-gradient(left, #febf47, #f28b00 100%);
    background: linear-gradient(to right, #febf47, #f28b00 100%); */
    background-image: linear-gradient(to bottom right, #da2d1c 35%, #f6c40d 65%);
    padding: 50px 70px;
    color: #FFF;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.serv-font strong {
    display: block;
    font-size: 28px;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 24px;
}

.serv-font strong:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 35px;
    height: 5px;
    background-color: #FFF;
}

.serv-font p {
    font-size: 16px;
    line-height: 2;
}

.cont-msg {
    background-color: #f7f7f7;
    margin-top: 110px;
    padding: 80px 0 90px;
}

.cont-msg ul {
    margin-left: -1.3%;
}

.cont-msg ul li {
    float: left;
    width: 32%;
    margin-left: 1.3%;
    margin-bottom: 30px;
}

.cont-msg ul li.msg-text {
    width: 98.7%;
}

.cont-msg ul li input, .cont-msg ul li textarea {
    width: 100%;
    background-color: #FFF;
    padding: 28px 36px;
    font-size: 18px;
    color: #444;
    line-height: 30px;
}

.cont-msg ul li textarea {
    height: 265px;
}

.cont-msg .msg-btn {
    text-align: center;
    margin-top: 10px;
}

.cont-msg .msg-btn input {
    display: inline-block;
    width: 280px;
    line-height: 75px;
    background-color: #ebaa2d;
    background-image: linear-gradient(to bottom right, #da2d1c 35%, #f6c40d 65%);
    color: #fff;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.cont-msg .msg-btn input:hover {
    background-color: #000;
}

.msg-city .iPicker-result {
    border: none !important;
    border-radius: 0 !important;
    display: block;
    height: auto !important;
}

.msg-city .iPicker-input {
    height: auto !important;
}

.msg-city .iPicker-target {
    height: auto;
}

.msg-city .iPicker-container {
    height: auto;
}

.msg-city .iPicker-result i {
    top: 50%;
    margin-top: -12px;
    right: 40px;
}

.msg-city .iPicker-result i.arrow-icon::before {
    background-image: url(../images/msg-arrow.png);
    width: 21px;
    height: 21px;
    transform: scale(1);
    opacity: 1;
}

.msg-city .iPicker-result.iPicker-result-active i::before {
    transform: scale(1) rotate(180deg);
}

.msg-city .iPicker-target[data-theme=panel] .iPicker-list {
    width: 100%;
    position: absolute;
}

.msg-city .iPicker-panel-content li {
    width: auto;
    margin: 2px 4px;
}


/* hr */
.hr-one {
    margin-top: 70px;
}

.hr-font {
    text-align: center;
    color: #292929;
    padding-top: 8px;
}

.hr-font strong {
    display: block;
    font-size: 26px;
    font-weight: normal;
}

.hr-font p {
    font-size: 16px;
    line-height: 1.75;
    margin-top: 14px;
}

.hr-pic {
    margin-top: 52px;
    margin-bottom: 100px;
}

.hr-pic img {
    width: 100%;
}

.hr-box li {
    margin-bottom: 24px;
}

.hr-fl {
    float: left;
    width: 49%;
}

.hr-fr {
    float: right;
    width: 49%;
}

.hr-info {
    padding: 120px 30px 30px 50px;
    color: #292929;
}

.hr-fl.hr-info {
    padding-top: 140px;
    padding-left: 70px;
}

.hr-info strong {
    display: block;
    font-size: 32px;
    position: relative;
    padding-top: 20px;
    margin-bottom: 12px;
}

.hr-info strong:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 29px;
    height: 5px;
    background-color: #ebaa2d;
}

.hr-info p {
    font-size: 16px;
    line-height: 1.75;
    margin-top: 14px;
}

.hr-active {
    background-color: #f5f5f5;
    margin-top: 90px;
    padding: 80px 0;
}

.active-swiper .pic-tobig {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}

.active-swiper .swiper-slide.swiper-slide-active .pic-tobig {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.active-swiper p {
    text-align: center;
    margin-top: 24px;
    color: #292929;
    font-size: 18px;
    opacity: 0;
}

.active-swiper .swiper-slide.swiper-slide-active p {
    opacity: 1;
}

.active-swiper .swiper-button-prev {
    left: 50%;
    margin-left: -20.9%;
    width: 71px;
    height: 134px;
    background: url(../images/course-fl.png) no-repeat center rgba(156, 156, 156, .6);
    margin-top: -80px;
}

.active-swiper .swiper-button-next {
    right: 50%;
    margin-right: -20.9%;
    width: 71px;
    height: 134px;
    background: url(../images/course-fr.png) no-repeat center rgba(156, 156, 156, .6);
    margin-top: -80px;
}

.active-swiper .swiper-button-prev:hover, .active-swiper .swiper-button-next:hover {
    background-color: #ebaa2d;
}


.hr-work {
    margin-top: 80px;
}

.work-swiper.swiper-container {
    padding-bottom: 70px;
}

.work-swiper.swiper-container-horizontal > .swiper-scrollbar {
    background: #d5d5d5;
    height: 8px;
    border-radius: 5px;
    left: 50%;
    margin-left: -800px;
    width: 1600px;
    bottom: 0;
}

.work-swiper .swiper-scrollbar-drag {
    background: #ebaa2d;
}


/* news */
.ninfo-box {
    margin-top: 70px;
}

.ninfo-box ul {
    margin-left: -3.3%;
}

.ninfo-box li {
    float: left;
    width: 30%;
    margin-left: 3.3%;
    background-color: #f5f5f5;
    margin-bottom: 55px;
}

.ninfo-box li .ninfo-pic {
    display: block;
    position: relative;
    padding-top: 70.4%;
    overflow: hidden;
}

.ninfo-box li .ninfo-pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.ninfo-box li:hover .ninfo-pic img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.ninfo-box li .ninfo-font {
    padding: 30px 26px 0;
}

.ninfo-box li .ninfo-font > a {
    color: #464646;
    font-size: 18px;
    line-height: 29px;
    height: 58px;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: block;
}

.ninfo-box li:hover .ninfo-font > a {
    color: #ebaa2d;
}

.ninfo-box li .ninfo-font p {
    color: #a1a0a0;
    font-size: 14px;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 18px;
}

.ninfo-box li .ninfo-more {
    border-top: 1px solid rgba(213, 213, 213, .6);
    margin-top: 24px;
    line-height: 18px;
    padding: 26px 0;
}

.ninfo-box li .ninfo-more span {
    float: left;
    color: #646363;
    font-size: 14px;
    font-family: Arial;
}

.ninfo-box li .ninfo-more a {
    float: right;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.ninfo-box li .ninfo-more a .ninfo-hide {
    display: none;
}

.ninfo-box li .ninfo-more a:hover .ninfo-hide {
    display: inline-block;
}

.ninfo-box li .ninfo-more a:hover .ninfo-show {
    display: none;
}


/* join */


.join {
    height: 825px;
    /* background: url(../images/join-bg03.jpg) no-repeat top center; */
    /* background: url(../images/index-join.mov) no-repeat top center; */
    background-size: cover;
    background-color: #1051a1;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: relative;
  }
  .join .indexjoin-name{
    background: url(../images/yuanquan.png) no-repeat bottom center;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: 20px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 400px; 
    height: 400px;
    text-align: center;
    color: #FFF;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
  .join video{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    object-fit: cover;
  }
  .join::before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../images/join-bg04.gif) no-repeat bottom center;
    background-size: 1920px 112px;
  opacity: .7;
  display: none;
  }
  .join::after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 39px;
    left: 0;
    right: 0;
    background: url(../images/join-bg05.png) no-repeat bottom center;
    /* background-size: 1920px auto; */
    opacity: 1;
    
  
  }
  .join .tit {
    width: 380px;
    text-align: center;
    position: relative;
    margin: auto;
    z-index: 1;
  }
  .join .tit h3 {
    font-size: 20px;
    line-height: 1;
    color: #ffffff;
    font-weight: bold;
  }
  .join .tit h5 {
    font-size: 60px;
    line-height: 1;
    color: #ffffff;
    margin-top: 14px;
  }
  .join .tit p {
    font-size: 18px;
    line-height: 25px;
    color: #ffffff;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 45px;
  }
  .join .tit a {
    font-size: 16px;
    line-height: 1;
    color: #1051a1;
    display: inline-block;
    padding: 15px 67px 15px 35px;
    border-radius: 35px;
    background: url(../images/join-ico01.png) no-repeat right 35px center;
    background-color: #fff;
    transition-duration: .3s;
  }
  .join .tit a:hover {
    box-shadow: 1px 2px 3px #999;
  }
  .join .list {
    position: absolute;
    left: 7%;
    top: 0;
    bottom: 0;
    right: 7%;
  }
  .join .list li {
    width: 120px;
    height: 120px;
    background: url(../images/join-bg04.png) no-repeat center;
    background-size: contain;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-size: 24px;
    line-height: 1;
    color: #ffffff;
    position: absolute;
    z-index: 1;
  }
  .join .list li:nth-child(1) {
    top: 40%;
    left: 0;
    animation: sportst 4s linear infinite;
  }
  .join .list li:nth-child(2) {
    top: 55%;
    left: 8%;
    animation: sportsb 3s linear infinite;
  }
  .join .list li:nth-child(3) {
    top: 40%;
    left: 17%;
    animation: sportst 7s linear infinite;
  }
  .join .list li:nth-child(4) {
    top: 55%;
    left: 24%;
    animation: sportsb 4.5s linear infinite;
  }
  .join .list li:nth-child(5) {
    top: 40%;
    right: 24%;
    animation: sportst 3s linear infinite;
  }
  .join .list li:nth-child(6) {
    top: 55%;
    right: 17%;
    animation: sportsb 5.5s linear infinite;
  }
  .join .list li:nth-child(7) {
    top: 40%;
    right: 8%;
    animation: sportst 8s linear infinite;
  }
  .join .list li:nth-child(8) {
    top: 55%;
    right: 0;
    animation: sportsb 6s linear infinite;
  }
  @keyframes sportsb {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(30px);
    }
    100% {
      transform: translateY(0);
    }
  }
  @keyframes sportst {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-30px);
    }
    100% {
      transform: translateY(0);
    }
  }

.nav-join .toplink-nav li a br {
    display: none;
}

.join-track {
    background: url(../images/join-bg01.jpg) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 92px 0 132px;
}

.join-track .wrap > p {
    text-align: center;
    color: #292929;
    font-size: 16px;
    line-height: 2;
}

.join-track ul {
    background-color: rgba(255, 255, 255, .95);
    padding: 66px 10px;
    margin-top: 60px;
}

.join-track li {
    float: left;
    width: 25%;
    text-align: center;
    padding: 0 10px;
    border-left: 1px solid rgba(192, 192, 192, .88);
    color: #292929;
}

.join-track li:first-child {
    border: none;
}

.join-track li strong {
    display: block;
    font-size: 18px;
    position: relative;
    padding-top: 20px;
    margin-top: 15px;
    margin-bottom: 10px;
}

.join-track li strong:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 30px;
    height: 4px;
    background-color: #525252;
    margin: 0 auto;
}

.join-track li p {
    font-size: 14px;
    line-height: 2;
}

.join-sup {
    margin-top: 90px;
}

.join-sup .wrap > p {
    text-align: center;
    color: #292929;
    font-size: 16px;
    line-height: 2;
}

.join-sup ul {
    margin-top: 10px;
    position: relative;
}

.join-sup ul:before {
    content: '';
    position: absolute;
    right: 38px;
    top: 100px;
    bottom: 100px;
    border-left: 1px dashed #525252;
}

.join-sup li {
    float: left;
    width: 25%;
    text-align: center;
    color: #292929;
    font-size: 18px;
    position: relative;
    margin: 48px 0;
}

.join-sup li:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    border-top: 1px dashed #525252;
    margin-top: -8px;
}

.join-sup li.sup01 {
    width: 12.5%;
    text-align: left;
}

.join-sup li.sup05 {
    width: 12.5%;
    text-align: right;
}

.join-sup li.sup06 {
    float: right;
    width: 12.5%;
    text-align: right;
}

.join-sup li.sup07 {
    float: right;
}

.join-sup li.sup08 {
    float: right;
}

.join-sup li.sup09 {
    float: right;
}

.join-sup li.sup10 {
    float: right;
    width: 12.5%;
    text-align: left;
}

.join-sup li.sup01 .sup-item {
    padding-left: 0;
}

.join-sup li.sup05 .sup-item {
    padding-right: 0;
}

.join-sup li.sup10 .sup-item {
    padding-left: 0;
}

.join-sup li.sup06 .sup-item {
    padding-right: 0;
}

.join-sup li .sup-item {
    text-align: center;
    background-color: #FFF;
    display: inline-block;
    position: relative;
    z-index: 2;
    padding: 10px 30px;
}

.join-sup li strong {
    display: block;
    margin-top: 6px;
}

.join-sup li span {
    display: block;
    font-family: Arial;
}


.join-online {
    background-color: #f9f9f9;
    margin-top: 20px;
    padding: 72px 0;
}

.join-online ul {
    margin-left: -1.5%;
    padding-top: 12px;
}

.join-online li {
    float: left;
    width: 23.5%;
    margin-left: 1.5%;
    text-align: center;
    color: #3e3e3e;
}

.join-online li img {
    width: 100%;
}

.join-online li strong {
    display: block;
    font-size: 20px;
    position: relative;
    padding-bottom: 16px;
    margin-top: 18px;
}

.join-online li strong:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 35px;
    height: 3px;
    background-color: #ebaa2d;
    margin: 0 auto;
}

.join-online li p {
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 超出几行省略 */
    overflow: hidden;
    font-size: 14px;
    line-height: 2;
    margin-top: 8px;
}

.join-step {
    background: url(../images/join-bg02.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 70px 0;
}

.join-step .title-show {
    color: #FFF;
}

.join-step .title-show span {
    color: #FFF;
}

.join-step ul {
    max-width: 1453px;
    height: 336px;
    background: url(../images/join-step.png) no-repeat;
    -webkit-background-size: 100% auto;
    -moz-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    margin: 0 auto;
}

.join-step li {
    float: left;
    width: 12.5%;
    text-align: center;
    padding-top: 103px;
}

.join-step li strong {
    display: block;
    color: #ffb526;
    font-size: 18px;
    font-family: Arial;
    text-transform: uppercase;
}

.join-step li p {
    color: #FFF;
    font-size: 16px;
    line-height: 30px;
    height: 60px;
    margin-top: 5px;
}

.join-store {
    background-color: #f9f9f9;
    padding: 90px 0;
}

.store-choose {
    line-height: 62px;
}

.store-choose .store-city {
    float: left;
    width: 63.5%;
    position: relative;
}

.store-choose .store-search {
    float: right;
    width: 36%;
    padding-right: 140px;
    position: relative;
}

.store-search button {
    position: absolute;
    top: 0;
    right: 0;
    width: 140px;
    background-color: #ebaa2d;
    background-image: linear-gradient(to bottom right, #da2d1c 35%, #f6c40d 65%);
    text-align: center;
    color: #FFF;
    font-size: 16px;
    line-height: 62px;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.store-search button:hover {
    background-color: #333;
}

.store-choose input {
    background-color: #FFF;
    border: 1px solid #FFF;
    width: 100%;
    color: #333333;
    font-size: 16px;
    line-height: 30px;
    padding: 15px 24px;
}


.store-city .iPicker-container {
    width: 32%;
    margin: 0;
    margin-right: 1.3%;
    float: left;
}

.store-city .iPicker-container select {
    height: auto !important;
    background-color: #f9f9f9;
    border: 1px solid #bababa;
    width: 100%;
    color: #333333;
    font-size: 16px;
    line-height: 30px;
    padding: 15px 24px;
}

.store-city .iPicker-result {
    border: none !important;
    border-radius: 0 !important;
    display: block;
    height: auto !important;
    width: 100% !important;
}

.store-city .iPicker-input {
    height: auto !important;
    border-color: #bababa;
    background-color: #f9f9f9;
}

.store-city .iPicker-target {
    height: auto;
}

.store-city .iPicker-container {
    height: auto;
}

.store-city .iPicker-result i {
    top: 50%;
    margin-top: -5px;
    right: 20px;
}

.store-city .iPicker-result i.arrow-icon::before {
    background-image: url(../images/join-arrow.png);
    width: 13px;
    height: 13px;
    transform: scale(1);
    opacity: 1;
}

.store-city .iPicker-result.iPicker-result-active i::before {
    transform: scale(1) rotate(180deg);
}

.store-city .iPicker-list.iPicker-list-show {
    width: 100% !important;
    position: absolute;
}

.store-city .iPicker-select li {
    line-height: 26px;
}

.store-map {
    margin-top: 20px;
    background-color: #FFF;
    height: 612px;
    overflow: hidden;
}

.store-map .store-fl {
    float: left;
    width: 63%;
    height: 100%;
}

.store-map .store-fr {
    float: right;
    width: 37%;
    padding: 32px 26px;
    height: 100%;
}

.store-map ul {
    overflow-y: auto;
    height: 100%;
    padding: 0 36px;
}

.store-map ul::-webkit-scrollbar {
    /*width: 10px;*/
}

/*.store-map ul::-webkit-scrollbar-thumb {*/
/*    background-color: #ebaa2d;*/
/*}*/

.store-map ul::-webkit-scrollbar-track {
    background: #fbfbfb;
}

.store-map li {
    border-bottom: 1px solid #e9e9e9;
    padding: 20px 0;
    cursor: pointer;
}

.store-map li strong {
    display: block;
    color: #333333;
    font-size: 22px;
    margin-bottom: 16px;
}

.store-map li p {
    display: flex;
    position: relative;
    padding-left: 30px;
    color: #666666;
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 12px;
}

.store-map li p + p {
    margin-top: 10px;
}

.store-map li span {
    position: absolute;
    left: 0;
    top: 0;
    width: 21px;
}

.store-map li span img {
    margin-top: -2px;
}

/*.store-map li.on {*/
/*    border-color: #ebaa2d;*/
/*}*/

/*.store-map li.on strong {*/
/*    color: #ebaa2d;*/
/*}*/
.store-map li:hover strong {
    color: #ebaa2d;
}

.store-map li:hover {
    border-color: #ebaa2d;
}

.store-map .store-fl .maps-show {
    height: 100%;
}

.maps-no {
    display: none;
}

.cont-msg.join-msg {
    background-color: #FFF;
    margin-top: 0;
}

.cont-msg.join-msg .join-msgtxt {
    text-align: center;
    color: #292929;
    font-size: 18px;
    margin-bottom: 50px;
}

.cont-msg.join-msg ul li input, .cont-msg.join-msg ul li textarea {
    background-color: #f5f5f5;
}


/* popu */
.big-popu {
    cursor: pointer;
}

.popu-show {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: none;
}

.popu-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6)
}

.popu-box {
    padding: 16px;
    width: 94%;
    max-width: 720px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #FFFFFF;
    z-index: 1;
}

.popu-box .popu-pic {
    width: 100%;
}

.popu-close {
    position: absolute;
    top: 0;
    right: -36px;
    width: 24px;
    height: 24px;
    cursor: pointer;
}


@media screen and (max-width: 1900px) {
    .about-fr li span {
        font-size: 70px;
    }

    .footer .foot-fr li {
        margin-left: 5%;
    }
}

@media screen and (max-width: 1800px) {
    .footer .foot-fr li {
        margin-left: 4%;
    }

    .nav li a {
        padding: 0 7px;
    }

    .nav li {
        margin-left: 32px;
    }

    .about-fr {
        padding: 0 60px;
    }

    .about-fr li span {
        font-size: 62px;
    }

    .about-fr li {
        padding: 0 48px;
    }

    .about-fr li:last-child {
        padding-right: 40px;
    }

    .case-swiper .swiper-slide {
        padding: 40px 24px 40px;
    }

    .case-swiper .swiper-slide:before {
        width: 90%;
    }

    .case-swiper .indcase-info {
        width: 88%;
    }

    .case-swiper .indcase-pic {
        margin-top: 24px;
    }

    .case-swiper .indcase-info p {
        margin-bottom: 20px;
    }

    .case-swiper .indcase-info .indcase-txt {
        font-size: 30px;
    }

    .indexjoin-fl, .indexjoin-fr {
        width: 460px;
    }

    .indexjoin-box li.join02, .indexjoin-box li.join03, .indexjoin-box li.join04 {
        margin-left: 100px;
    }

    .course-swiper .course-info {
        margin-top: 16px;
    }

    .course-swiper .course-info strong {
        font-size: 20px;
    }

    .course-swiper .course-info p {
        margin-top: 10px;
    }

    .course-swiper .swiper-button-prev, .course-swiper .swiper-button-next {
        bottom: 124px;
    }

    .infos-list li .infos-base {
        padding-right: 120px;
    }

    .infos-more {
        margin-left: 80px;
    }

    .cont-map {
        margin-top: 80px;
    }
}

@media screen and (max-width: 1700px) {
    .top-name {
        left: 60px;
        margin-left: 0;
    }

    .top-name span {
        font-size: 36px;
    }

    .prod-fr {
        padding: 30px 40px;
    }

    .prod-link {
        margin-top: 30px;
    }

    .aboutus-fl li {
        padding: 0 24px;
    }

    .map-info {
        padding: 60px 30px 0;
    }

    .map-show {
        height: 500px;
    }
}

@media screen and (max-width: 1600px) {
    .footer .foot-fl {
        margin-right: 100px;
    }

    .footer .foot-fr li {
        margin-left: 30px;
    }

    .pro-choose li a {
        margin-right: 66px;
    }

    .news-name {
        padding-top: 150px;
    }

    .news-swiper.swiper-container {
        padding-bottom: 50px;
    }

    .cont-base li .cont-fr strong {
        font-size: 24px;
    }

    .cont-base li .cont-font strong {
        font-size: 26px;
    }

    .cont-serv {
        margin-top: 80px;
    }

    .work-swiper.swiper-container-horizontal > .swiper-scrollbar {
        left: 3%;
        margin-left: 0;
        right: 3%;
        width: auto;
    }
}

@media screen and (max-width: 1550px) {

    .newsDt-con {
        padding: 76px 76px 50px
    }

    .newsDt-con .hd {
        padding-bottom: 30px
    }

    .newsDt-con .con {
        padding: 34px 0
    }

    .newsDt-1 {
        padding: 50px 0 110px
    }

    .newsDt-1 .cur {
        margin-bottom: 26px
    }

    .logo {
        width: 152px;
    }

    .nav li a {
        padding: 0 4px;
    }

    .nav li {
        margin-left: 24px;
    }

    .ban-font span {
        font-size: 50px;
    }

    .ban-font p {
        font-size: 18px;
    }

    .about-fr li span {
        font-size: 50px;
    }

    .about-name h2 {
        font-size: 40px;
    }

    .index-pro li .pro-info {
        width: 240px;
        height: 320px;
    }

    .index-pro li .pro-info img {
        margin-top: 70px;
    }

    .indexjoin-fl {
        left: 40px;
        width: 380px;
    }

    .indexjoin-fr {
        right: 40px;
        width: 380px;
    }

    .indexjoin-box li.join02, .indexjoin-box li.join03, .indexjoin-box li.join04 {
        margin-left: 60px;
    }

    .news-name {
        padding-top: 120px;
    }

    .news-name h2 {
        font-size: 36px;
    }

    .news-swiper.swiper-container {
        padding-bottom: 36px;
    }

    .news-swiper .indnews-txt {
        margin: 18px 0 10px;
    }

    .news-swiper span {
        display: none;
    }

    .news-swiper .indnews-pic .indnews-time {
        left: 16px;
        top: 20px;
    }

    .footer .foot-fl {
        margin-right: 40px;
    }

    .prod-link li a {
        padding: 15px 6px;
    }

    .prod-detail {
        margin-top: 70px;
    }

    .aboutus-fl li {
        padding: 0 16px;
    }

    .aboutus-fl li span {
        font-size: 32px;
    }

    .aboutus-brand {
        margin-top: 130px;
    }

    .course-swiper .swiper-button-prev, .course-swiper .swiper-button-next {
        width: 66px;
        height: 66px;
        -webkit-background-size: 24px 24px;
        -moz-background-size: 24px 24px;
        -o-background-size: 24px 24px;
        background-size: 24px 24px;
    }

    .vr-swiper .swiper-button-prev, .vr-swiper .swiper-button-next {
        width: 60px;
        height: 60px;
        -webkit-background-size: 24px 24px;
        -moz-background-size: 24px 24px;
        -o-background-size: 24px 24px;
        background-size: 24px 24px;
    }

    .res-nav {
        width: 360px;
    }

    .reseller-box:before {
        right: 360px;
    }

    .res-show {
        padding-right: 420px;
    }

    .res-nav li {
        line-height: 66px;
    }

    .cont-base li {
        padding: 0 20px 36px;
    }

    .cont-base li .cont-fl {
        width: 112px;
        margin-right: 10px;
    }

    .cont-base li .cont-info {
        height: 112px;
    }

    .cont-base li .cont-fr {
        margin-top: 10px;
    }

    .cont-base li .cont-font a {
        margin-top: 10px;
    }

    .serv-font {
        padding: 36px;
    }

    .cont-msg {
        margin-top: 80px;
        padding: 60px 0;
    }

    .hr-pic {
        margin-bottom: 80px;
    }

    .join-track {
        padding: 70px 0 90px;
    }
}

@media screen and (max-width: 1400px) {
    .caseDt1-bt {
        padding: 12px 50px
    }

    .newsDt-1 {
        padding: 30px 0 60px
    }

    .newsDt-con {
        padding: 40px
    }

    .newsDt-con .hd {
        padding-bottom: 20px
    }

    .newsDt-con .hd h1 {
        font-size: 20px
    }

    .newsDt-con .con {
        padding: 20px 0
    }

    .newsDt-1 .cur {
        margin-bottom: 20px
    }

    .footer .foot-fr li {
        width: 20%;
        margin-left: 0;
        margin-bottom: 20px;
    }

    .footer .foot-fr li strong {
        margin-bottom: 10px;
    }

    .footer .foot-fr li p a {
        line-height: 2;
    }

    .footer .foot-top {
        padding: 50px 50px 30px;
    }

    .foot-copyright {
        padding: 20px 60px;
    }

    .case-swiper .swiper-slide.swiper-slide-active .more-btn {
        display: none;
    }

    .case-swiper .swiper-slide {
        padding: 30px;
    }

    .case-swiper .indcase-info p {
        font-size: 14px;
        line-height: 24px;
        height: 48px;
    }

    .top-name {
        margin-top: -50px;
    }

    .top-name span {
        font-size: 32px;
    }

    .logo {
        width: 142px;
    }

    .nav li {
        margin-left: 16px;
    }

    .ban-font span {
        font-size: 42px;
    }

    .ban-font p {
        font-size: 16px;
    }

    .about-fl {
        width: 40%;
        padding: 0 40px;
    }

    .about-name h2 {
        font-size: 36px;
    }

    .about-logo a {
        display: inline-block;
        width: 180px;
    }

    .about-fr {
        width: 60%;
        padding: 0 40px;
    }

    .about-more {
        line-height: 74px;
    }

    .indexjoin-fl, .indexjoin-fr {
        width: 320px;
    }

    .indexjoin-box li.join03 {
        margin-left: 0;
    }

    .crumb {
        margin-top: 42px;
    }

    .prod-fr h1 {
        font-size: 32px;
    }

    .prod-fr p {
        font-size: 18px;
    }

    .prod-fr .prod-btn {
        margin-top: 16px;
    }

    .prod-fr .prod-btn a {
        width: 140px;
        line-height: 48px;
    }

    .prod-detail {
        margin-top: 50px;
    }

    .aboutus-base {
        padding: 60px 0;
    }

    .aboutus-brand, .aboutus-course, .aboutus-video, .aboutus-vr {
        margin-top: 100px;
    }

    .brand-fl .brand-info {
        padding-left: 36%;
    }

    .brand-info {
        height: 240px;
        padding: 30px 60px;
    }

    .aboutus-honor {
        padding: 60px 0;
        margin-top: 60px;
    }

    .infos-list li {
        padding: 40px 0;
    }

    .infos-list li .infos-time {
        font-size: 16px;
        width: 100px;
        margin-right: 40px;
    }

    .infos-list li .infos-time strong {
        font-size: 32px;
    }

    .infos-list li .infos-base {
        padding-right: 50px;
    }

    .infos-more {
        margin-left: 40px;
    }

    .tech-process {
        margin-top: 70px;
    }

    .innovate-fr li .innovate-font {
        left: 24px;
    }

    .innovate-fr li .innovate-font strong {
        font-size: 24px;
    }

    .innovate-fr li .innovate-font span {
        padding-bottom: 16px;
    }

    .tech-innovate {
        margin-top: 50px;
    }

    .res-show li {
        width: 45.7%;
    }

    .map-info strong {
        font-size: 24px;
    }

    .cont-map {
        margin-top: 60px;
    }

    .hr-info {
        padding-top: 80px;
    }

    .hr-fl.hr-info {
        padding-top: 100px;
    }

    .hr-info strong {
        font-size: 28px;
    }

    .nav-join .toplink-nav li a {
        width: 100%;
    }

    .join-sup {
        margin-top: 70px;
    }

    .join-step li {
        padding-top: 80px;
    }

    .join-store {
        padding: 70px 0;
    }

    .indexjoin-box .indexjoin-name {
        margin-top: 50px;
    }

    .news-swiper p {
        display: none;
    }

    .news-swiper.swiper-container {
        padding-bottom: 20px;
    }

    .news-tab {
        margin: 16px 0;
    }

    .news-tab2 {
        margin: 16px 0;
    }
}

@media screen and (max-width: 1280px) {
    .join .list {
        position: absolute;
        left: auto;
        right: auto;
        top: auto;
        bottom: 20px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        padding: 20px 0;
        z-index: 10;
      }
    
      .join .list li {
        position: relative;
        left: auto !important;
        right: auto !important;
        top: auto !important;
        bottom: auto !important;
        animation: none !important;
        margin: 8px;
        width: 100px;
        height: 100px;
        font-size: 18px;
      }
    
    .logo {
        margin-left: 20px;
    }

    .search {
        margin-right: 20px;
        border: none;
        width: 30px;
    }

    .nav {
        margin-right: 20px;
    }

    .nav li {
        margin-left: 12px;
    }

    .swiper-num {
        left: 20px;
    }

    .one-swiper .swiper-button-next {
        right: 20px;
    }

    .one-swiper .swiper-button-prev {
        right: 97px;
    }

    .about-fr ul {
        padding-top: 20px;
        margin-top: 20px;
    }

    .index-pro li .pro-info {
        width: 200px;
        height: 280px;
        border-width: 3px;
    }

    .index-pro li .pro-info img {
        width: 60px;
        margin-top: 50px;
    }

    .index-pro li .pro-info strong {
        font-size: 24px;
    }

    .index-pro li .pro-info p {
        font-size: 12px;
    }

    .case-swiper .indcase-info .indcase-txt {
        font-size: 24px;
    }

    .indexjoin-fl {
        left: 30px;
        width: 240px;
    }

    .indexjoin-fr {
        right: 30px;
        width: 240px;
    }

    .indexjoin-box li {
        width: 100px;
        height: 100px;
        line-height: 100px;
        font-size: 18px;
    }

    .indexjoin-box li.join02, .indexjoin-box li.join04 {
        margin-left: 40px;
    }

    .indexjoin-box .indexjoin-name {
        width: 620px;
        height: 620px;
    }

    .indexjoin-txt h2 {
        font-size: 24px;
    }

    .indexjoin-txt p {
        font-size: 18px;
    }

    .news-tab li a {
        width: 120px;
        line-height: 48px;
    }

    .news-tab2 li a {
        width: 120px;
        line-height: 48px;
    }

    .news-name h2 {
        font-size: 30px;
    }

    .news-name span {
        font-size: 14px;
    }

    .top-name {
        left: 20px;
    }

    .top-name span {
        font-size: 24px;
    }

    .top-name strong {
        font-size: 20px;
    }

    .top-bg img {
        min-height: 360px;
    }

    .pro-choose li a {
        margin-right: 50px;
    }

    .prod-fr h1 {
        font-size: 28px;
    }

    .prod-link {
        margin-top: 16px;
    }

    .prod-link li a {
        line-height: 32px;
    }

    .prod-link li a img {
        width: 32px;
        margin-right: 20px;
    }

    .name-detail {
        margin-bottom: 40px;
    }

    .list-show .list-case li .list-txt {
        font-size: 16px;
    }

    .toplink-nav .nav-about li a {
        width: auto;
    }

    .aboutus-base:before {
        width: 280px;
        height: 799px;
    }

    .aboutus-base {
        padding: 50px 0;
    }

    .aboutus-fl ul {
        margin-top: 32px;
    }

    .aboutus-fl li {
        padding: 0 13px;
    }

    .aboutus-fl li span {
        font-size: 24px;
    }

    .aboutus-fl li i {
        font-size: 16px;
    }

    .aboutus-fl li p {
        font-size: 12px;
    }

    .aboutus-base:before {
        width: 200px;
        height: 557px;
    }

    .aboutus-base .aboutus-fl {
        width: 52%;
    }

    .aboutus-base .aboutus-fr {
        margin-left: 2%;
    }

    .title-show h1, .title-show h2 {
        font-size: 26px;
    }

    .title-show.title-tl h2 {
        font-size: 24px;
    }

    .aboutus-brand, .aboutus-course, .aboutus-video, .aboutus-vr, .infos-list {
        margin-top: 60px;
    }

    .course-swiper .swiper-button-prev {
        margin-left: 0;
        left: 4%;
    }

    .course-swiper .swiper-button-next {
        margin-right: 0;
        right: 4%;
    }

    .aboutus-honor {
        padding: 40px 0;
        margin-top: 40px;
    }

    .video-ft .video-icon {
        width: 80px;
    }

    .infos-look {
        margin-top: 40px;
    }

    .infos-look a {
        width: 160px;
        line-height: 48px;
        font-size: 14px;
    }

    .tech-one, .tech-process {
        margin-top: 50px;
    }

    .tech-two {
        margin-top: 50px;
        padding: 50px 0;
    }

    .tech-tab li {
        width: 132px;
    }

    .reseller-box:before {
        right: 240px;
    }

    .res-nav {
        padding: 24px 30px;
        width: 240px;
    }

    .res-show {
        padding: 24px 270px 24px 30px;
    }

    .reseller-box strong {
        font-size: 24px;
    }

    .res-show ul, .res-nav ul {
        margin-top: 20px;
    }

    .res-nav li {
        line-height: 55px;
        font-size: 14px;
    }

    .res-nav li.on:before, .res-nav li:hover:before {
        left: -30px;
        right: -48px;
    }

    .res-nav li.on:after, .res-nav li:hover:after {
        right: -48px;
    }

    .cont-base {
        margin-top: 50px;
    }

    .cont-icon img {
        width: 120px;
    }

    .cont-base li .cont-fr strong {
        font-size: 18px;
    }

    .cont-base li .cont-font span {
        font-size: 16px;
    }

    .cont-base li .cont-font strong {
        font-size: 20px;
    }

    .cont-map, .cont-serv {
        margin-top: 50px;
    }

    .map-info p {
        margin-top: 10px;
    }

    .map-info {
        width: 40%;
        padding: 40px 24px;
    }

    .map-show {
        width: 60%;
        height: 420px;
    }

    .serv-font strong {
        font-size: 24px;
        padding-bottom: 12px;
        margin-bottom: 15px;
    }

    .cont-msg {
        margin-top: 50px;
        padding: 50px 0;
    }

    .cont-msg ul li input, .cont-msg ul li textarea {
        padding: 16px 20px;
    }

    .msg-city .iPicker-result i {
        right: 20px;
    }

    .cont-msg ul li {
        margin-bottom: 16px;
    }

    .hr-one, .hr-work {
        margin-top: 50px;
    }

    .hr-pic {
        margin-bottom: 50px;
    }

    .hr-info strong {
        font-size: 24px;
    }

    .hr-info, .hr-fl.hr-info {
        padding: 60px 30px 30px;
    }

    .hr-active {
        margin-top: 50px;
        padding: 60px 0;
    }

    .active-swiper .swiper-button-prev, .active-swiper .swiper-button-next {
        width: 60px;
        height: 120px;
    }

    .ninfo-box {
        margin-top: 50px;
    }

    .ninfo-box li {
        margin-bottom: 30px;
    }

    .ninfo-box li .ninfo-font {
        padding: 20px 16px 0;
    }

    .nav-join .toplink-nav li a {
        width: 100%;
    }

    .join-track {
        padding: 50px 0 60px;
    }

    .join-track ul {
        margin-top: 30px;
        padding: 40px 0;
    }

    .join-track li img {
        width: 50px;
    }

    .join-track li strong {
        font-size: 16px;
    }

    .join-track li p {
        font-size: 12px;
    }

    .join-sup {
        margin-top: 50px;
    }

    .join-sup li {
        margin: 30px 0;
    }

    .join-sup li .sup-item img {
        width: 52px;
    }

    .join-online {
        padding: 50px 0;
    }

    .join-online li strong {
        font-size: 18px;
    }

    .join-step {
        padding: 50px 0;
    }

    .join-step ul {
        background: none;
        margin-left: -0.5%;
        height: auto;
    }

    .join-step li {
        width: 12%;
        margin-left: 0.5%;
        background-color: rgba(255, 255, 255, .5);
        border-radius: 8px;
        padding: 40px 6px;
    }

    .join-step li p {
        font-size: 14px;
        line-height: 28px;
        height: 56px;
    }

    .join-store {
        padding: 50px 0;
    }

    .store-search button {
        width: 120px;
    }

    .store-choose .store-search {
        padding-right: 120px;
    }

    .cont-msg.join-msg .join-msgtxt {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .footer .foot-top:before {
        width: 360px;
        height: 404px;
        right: 0;
    }
}

@media screen and (max-width: 1100px) {
    .search {
        display: none;
    }

    .header {
        line-height: 80px;
    }

    .logo {
        width: 120px;
    }

    .nav li a {
        font-size: 14px;
    }

    .ban-font span {
        font-size: 36px;
    }

    .ban-font p {
        font-size: 14px;
        letter-spacing: 1.5px;
    }

    .one-swiper.swiper-container-horizontal > .swiper-scrollbar, .one-swiper .swiper-button-prev, .one-swiper .swiper-button-next, .swiper-num {
        bottom: 66px;
    }

    .about-name h2 {
        font-size: 24px;
    }

    .about-name span {
        font-size: 14px;
    }

    .about-fr li {
        padding: 0 32px;
    }

    .about-fr li:last-child {
        padding-right: 30px;
    }

    .about-more {
        line-height: 70px;
    }

    .news-swiper .indnews-txt {
        font-size: 16px;
        margin: 2px 0 8px;
    }

    .news-swiper.swiper-container {
        padding-bottom: 20px;
    }

    .news-swiper .indnews-pic .indnews-time {
        font-size: 12px;
        width: 112px;
    }

    .footer .foot-top {
        padding: 40px 50px 20px;
    }

    .foot-copyright {
        padding: 16px 40px;
    }

    .foot-copyright .footcr-fr select {
        width: 180px;
    }

    .foot-copyright .footcr-fl {
        font-size: 12px;
    }

    .prod01-swiper img {
        width: 100%;
        height: 360px;
        object-fit: cover;
    }

    .prod02-swiper img {
        height: 80px;
    }

    .prod02-swiper.swiper-container {
        margin-left: 55px;
        margin-right: 55px;
    }

    .prod-fl .swiper-button-prev, .prod-fl .swiper-button-next {
        width: 50px;
        -webkit-background-size: 24px 24px;
        -moz-background-size: 24px 24px;
        -o-background-size: 24px 24px;
        background-size: 24px 24px;
        height: 80px;
    }

    .prod-fr {
        padding: 20px;
    }

    .prod-fr h1 {
        font-size: 24px;
    }

    .prod-fr p {
        font-size: 16px;
    }

    .toplink-nav .nav-about li a {
        width: auto;
    }

    .aboutus-base .aboutus-fr {
        margin-top: 10px;
    }

    .brand-fl .brand-info {
        padding-left: 100px;
    }

    .brand-fl .brand-info p {
        font-size: 20px;
    }

    .brand-info {
        padding: 20px 36px;
    }

    .brand-fr .brand-info p {
        width: 100%;
    }

    .course-swiper .course-info {
        padding: 0;
    }

    .course-swiper .course-info strong {
        font-size: 18px;
    }

    .course-swiper .swiper-button-prev, .course-swiper .swiper-button-next {
        width: 48px;
        height: 48px;
        bottom: 150px;
    }

    .vr-swiper .swiper-button-prev, .vr-swiper .swiper-button-next {
        width: 42px;
        height: 42px;
    }

    .honor-swiper.swiper-container {
        padding-bottom: 40px;
    }

    .infos-list li {
        padding: 20px 0;
    }

    .infos-list li .infos-base a {
        font-size: 18px;
    }

    .infos-more a {
        width: 124px;
        line-height: 48px;
        margin-top: 24px;
    }

    .tech-innovate {
        margin-top: 40px;
    }

    .innovate-font, .innovate-fl p {
        font-size: 14px;
    }

    .innovate-box {
        margin-top: 40px;
        padding: 42px 0;
    }

    .innovate-fr li .innovate-font strong {
        font-size: 18px;
    }

    .innovate-fr li .innovate-font span {
        font-size: 14px;
        padding-bottom: 8px;
    }

    .innovate-fr li .innovate-font span:before {
        height: 3px;
    }

    .innovate-box .innovate-fl {
        width: 50%;
    }

    .innovate-box .innovate-fr {
        width: 48%;
        margin-left: 2%;
    }

    .innovate-fr li {
        margin-bottom: 12px;
    }

    .cont-base li .cont-fl {
        width: 66px;
    }

    .cont-base li .cont-fr strong {
        font-size: 16px;
    }

    .cont-base li .cont-fr span {
        font-size: 14px;
        margin-top: 8px;
    }

    .cont-base li .cont-info {
        height: 88px;
    }

    .cont-base li .cont-info a {
        font-size: 14px;
    }

    .cont-base li .cont-fr a {
        margin-top: 10px;
    }

    .cont-base li .cont-font span {
        font-size: 14px;
    }

    .cont-icon img {
        width: 80px;
    }

    .cont-base li:before {
        top: 40px;
    }

    .cont-base li {
        padding: 0 16px 24px;
    }

    .cont-base ul {
        margin-top: 0;
    }

    .cont-serv > p br {
        display: none;
    }

    .cont-serv > p {
        font-size: 14px;
        line-height: 2;
        margin-bottom: 30px;
    }

    .serv-font p {
        font-size: 14px;
    }

    .serv-font strong {
        font-size: 20px;
    }

    .serv-font strong:before {
        height: 3px;
    }

    .ninfo-box li .ninfo-font > a {
        font-size: 16px;
    }

    .ninfo-box li .ninfo-font p {
        margin-top: 10px;
    }

    .ninfo-box li .ninfo-more {
        margin-top: 12px;
    }

    .nav-join .toplink-search {
        display: none;
    }

    .join-track ul {
        padding: 30px 0 0;
    }

    .join-track li {
        width: 50%;
        margin-bottom: 30px;
    }

    .join-track li:nth-child(3) {
        border: none
    }

    .join-step li {
        width: 24.5%;
        margin-bottom: 10px;
        padding: 24px 10px;
    }

    .store-map .store-fr {
        padding: 24px;
    }

    .store-map ul {
        padding: 0 16px;
    }

    .store-map li strong {
        font-size: 20px;
    }

    .store-map li p {
        font-size: 16px;
    }
}

@media screen and (max-width: 960px) {
    .header {
        line-height: 52px;
    }

    .caseDt1-bt {
        padding: 10px 20px
    }

    .logo {
        width: 90px;
    }

    .navBtn {
        display: block;
    }
    .nav li:last-child{
        display: none;
    }

    .lang-btn{
        display: block;
    }

    .nav {
        position: absolute;
        top: 100%;
        right: -20px;
        width: 200px;
        height: auto;
        overflow-y: auto;
        max-height: 100vh;
        padding: 10px 20px;
        z-index: 9999;
        background-color: #FFF;
        -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        display: none;
    }

    .nav.nav-on {
        display: block;
    }

    .nav li {
        width: 100%;
        margin: 0;
    }

    .nav li a {
        color: #333;
        line-height: 42px;
        border-bottom: 1px solid #CCC;
        padding: 0;
    }

    .nav li a:hover, .nav li.on a {
        color: #ffb427;
    }

    .nav li a:after {
        display: none;
    }

    .about-fl {
        display: none;
    }

    .about-fr {
        width: 100%;
        padding: 0 20px;
    }

    .about-fr .about-name {
        display: block;
        margin-bottom: 20px;
    }

    .about-fr li:before {
        height: 60px;
        margin-top: -30px;
    }

    .about-more {
        line-height: 62px;
    }

    .index-pro li .pro-info {
        width: 150px;
        height: 220px;
    }

    .index-pro li .pro-info img {
        width: 40px;
        margin-top: 40px;
    }

    .index-pro li .pro-info strong {
        font-size: 20px;
    }

    .indexjoin-box .indexjoin-name {
        width: 520px;
        height: 520px;
        margin-top: 20px;
    }

    .indexjoin-txt h2 {
        font-size: 20px;
    }

    .indexjoin-txt p {
        font-size: 16px;
    }

    .indexjoin-txt .more-btn {
        margin-top: 20px;
        line-height: 42px;
        width: 130px;
    }

    .indexjoin-box li {
        margin-bottom: 30px;
        width: 66px;
        height: 66px;
        line-height: 66px;
        font-size: 16px;
    }

    .indexjoin-fl, .indexjoin-fr {
        width: 180px;
    }

    .news-name h2 {
        font-size: 24px;
    }

    .news-box {
        padding-left: 20px;
    }

    .news-tab li a {
        width: 100px;
        line-height: 40px;
        font-size: 14px;
    }

    .news-tab2 li a {
        width: 100px;
        line-height: 40px;
        font-size: 14px;
    }

    .news-swiper .indnews-txt {
        font-size: 14px;
    }

    .news-swiper p {
        font-size: 12px;
        line-height: 24px;
        height: 48px;
    }

    .news-swiper.swiper-container-horizontal > .swiper-scrollbar {
        right: 20px;
    }

    .footer .foot-top {
        padding: 20px;
    }

    .footer .foot-top:before {
        width: 200px;
        height: 224px;
    }

    .footer .foot-fr {
        width: 100%;
        margin-top: 20px;
    }

    .footer .foot-fr ul {
        text-align: left;
    }

    .footer .foot-fr li {
        margin-bottom: 0;
    }

    .footer .foot-fr li p {
        display: none;
    }

    .footer .foot-fr li strong {
        font-size: 14px;
    }

    .footer .foot-fl {
        width: 100%;
        margin: 0;
        float: none;
    }

    .foot-copyright {
        padding: 12px 20px;
        line-height: 42px;
    }

    .foot-copyright .footcr-fr {
        top: 12px;
        right: 20px;
    }

    .foot-copyright .footcr-fr select {
        width: 120px;
        height: 42px;
        font-size: 14px;
        padding: 0 12px;
    }

    .foot-copyright .footcr-fr select option {
        font-size: 14px;
    }

    .top-link {
        line-height: 52px;
    }

    .toplink-nav li a {
        width: 110px;
        font-size: 14px;
    }

    .toplink-nav .nav-about li a, .nav-join .toplink-nav li a {
        width: auto;
        font-size: 14px;
    }

    .toplink-search {
        height: 32px;
        line-height: 32px;
    }

    .toplink-search input {
        line-height: 32px;
    }

    .pro-choose {
        margin-top: 30px;
    }

    .pro-choose .choose-name {
        padding: 0 20px;
    }

    .choose-name strong {
        font-size: 14px;
    }

    .pro-choose li {
        /*padding-right: 20px;*/
        /*padding-left: 100px;*/
        padding: 7px 30px 7px 70px;
    }

    .pro-choose .en_li {
        padding: 7px 30px 7px 20px;
    }

    .pro-choose .en_li2 {
        padding: 7px 30px 7px 40px;
    }

    .pro-choose li a {
        margin-left: 20px;
        margin-right: 20px;
    }

    /*.pro-choose li span{*/
    /*    position: initial;*/
    /*}*/

    .pro-choose li li span {
        padding-left: 14px;
    }

    .pro-choose li span {
        padding-left: 1px;
    }

    .pro-choose li ul li {
        /*padding: 7px 30px 7px 20px;*/
    }

    .pro-choose .en_li .en_span {
        position: initial;
    }
    .pro-choose .en_li .en_li2 span{
        padding-left: 1px;

    }

    .pro-choose .en_li .en_span2 {
        position: initial;
    }

    .pro-choose li span {
        left: 20px;
    }

    .list-show {
        margin-top: 30px;
    }

    .list-show li {
        margin-bottom: 30px;
        width: 47.7%;
    }

    .page-show li span, .page-show li a {
        min-width: 48px;
        height: 48px;
        line-height: 50px;
        font-size: 18px;
    }

    .page-show li img {
        width: 12px;
    }

    .crumb {
        margin-top: 30px;
    }

    .prod-base:before {
        display: none;
    }

    .prod-fl {
        width: 100%;
    }

    .prod-fr {
        width: 100%;
        background-color: #f6f6f6;
        margin-top: 20px;
    }

    .prod01-swiper img {
        height: auto;
    }

    .prod02-swiper img, .prod-fl .swiper-button-prev, .prod-fl .swiper-button-next {
        height: 120px;
    }

    .prod-detail {
        margin-top: 32px;
    }

    .name-detail {
        line-height: 50px;
        margin-bottom: 30px;
    }

    .name-detail .name-fl {
        font-size: 24px;
    }

    .name-detail .name-fl span {
        font-size: 16px;
    }

    .prod-detail p {
        margin-bottom: 30px;
    }

    .prod-detail p img, .prod-detail p video {
        margin-bottom: 0;
    }

    .aboutus-base:before {
        display: none;
    }

    .aboutus-base .wrap {
        display: block;
    }

    .aboutus-base {
        padding: 32px 0;
    }

    .aboutus-base .aboutus-fl {
        width: 100%;
    }

    .title-show {
        margin-bottom: 20px;
    }

    .title-show span, .title-show.title-tl span {
        font-size: 14px;
        padding-bottom: 10px;
    }

    .title-show h1, .title-show h2 {
        font-size: 24px;
    }

    .title-show.title-tl h2 {
        font-size: 22px;
    }

    .aboutus-base .aboutus-fr {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }

    .aboutus-brand, .aboutus-course, .aboutus-video, .aboutus-vr, .infos-list {
        margin-top: 40px;
    }

    .brand-fl {
        width: 100%;
    }

    .brand-fr {
        width: 100%;
        margin-top: 20px;
    }

    .brand-info {
        padding: 16px 20px;
        height: auto;
    }

    .brand-fl .brand-info {
        padding-left: 20px;
    }

    .aboutus-honor {
        padding: 32px 0;
        margin-top: 32px;
    }

    .video-ft .video-icon {
        width: 66px;
    }

    .video-fb {
        margin-top: 12px;
    }

    .video-swiper .swiper-slide.swiper-slide-active:before {
        border-width: 4px;
    }

    .video-swiper.swiper-container {
        padding-bottom: 30px;
    }

    .video-swiper.swiper-container-horizontal > .swiper-scrollbar {
        height: 5px;
    }

    .infos-list li .infos-time {
        padding-left: 0;
        font-size: 14px;
        width: 70px;
        margin-right: 30px;
    }

    .infos-list li .infos-time strong {
        font-size: 26px;
    }

    .infos-list li .infos-base a {
        font-size: 16px;
    }

    .infos-list li .infos-base p {
        margin-top: 6px;
    }

    .infos-list li .infos-base {
        padding-right: 30px;
    }

    .infos-more a {
        width: 100px;
        line-height: 36px;
        font-size: 12px;
    }

    .tech-one {
        margin-top: 36px;
    }

    .tech-one .list-show li {
        width: 47%;
        margin-bottom: 12px;
    }

    .tech-two {
        margin-top: 36px;
        padding: 36px 0;
    }

    .tech-tab li {
        font-size: 16px;
        width: 100px;
        line-height: 42px;
    }

    .techno-li li, .techno-li li .techno-pic {
        height: 480px;
    }

    .techno-li li .techno-data {
        font-size: 24px;
        left: 20px;
        top: 20px;
    }

    .techno-li li .techno-name {
        font-size: 18px;
        left: 20px;
        bottom: 30px;
    }

    .process-info li p {
        font-size: 14px;
        line-height: 40px;
    }

    .innovate-font br {
        display: none;
    }

    .innovate-box {
        margin-top: 24px;
        padding: 30px 0;
    }

    .innovate-box .wrap {
        display: block;
    }

    .innovate-box .innovate-fl {
        width: 100%;
    }

    .innovate-box .innovate-fr {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }

    .reseller-box {
        margin-top: 50px;
    }

    .reseller-box:before {
        display: none;
    }

    .res-nav {
        position: static;
        width: auto;
        padding: 20px;
    }

    .reseller-box strong {
        font-size: 20px;
    }

    .res-nav ul {
        border: none;
        margin-left: -1%;
    }

    .res-nav li {
        float: left;
        width: 24%;
        margin-left: 1%;
        line-height: 48px;
        border: 1px dashed rgba(0, 0, 0, .2);
        text-align: center;
        margin-bottom: 10px;
    }

    .res-nav li.on:before, .res-nav li:hover:before {
        left: -1px;
        right: -1px;
    }

    .res-nav li.on:after, .res-nav li:hover:after {
        display: none;
    }

    .res-show ul, .res-nav ul {
        margin-top: 12px;
    }

    .res-show {
        padding: 20px;
        padding-top: 0;
    }

    .cont-base li .cont-fr strong {
        font-size: 14px;
    }

    .map-info strong {
        font-size: 20px;
        padding-bottom: 16px;
        margin-bottom: 20px;
    }

    .map-info strong:before {
        height: 3px;
    }

    .map-info p {
        font-size: 14px;
        margin-top: 6px;
    }

    .cont-serv {
        margin-top: 40px;
    }

    .cont-msg ul li textarea {
        height: 240px;
    }

    .hr-one {
        margin-top: 40px;
    }

    .hr-font strong {
        font-size: 22px;
    }

    .hr-font p {
        font-size: 14px;
    }

    .hr-font p br {
        display: none;
    }

    .hr-pic {
        margin-top: 20px;
    }

    .hr-info strong {
        font-size: 20px;
        padding-top: 12px;
        margin-bottom: 10px;
    }

    .hr-info, .hr-fl.hr-info {
        padding: 40px 20px;
    }

    .hr-info p {
        font-size: 14px;
    }

    .active-swiper .swiper-button-prev, .active-swiper .swiper-button-next {
        width: 42px;
        height: 80px;
        -webkit-background-size: 24px 24px;
        -moz-background-size: 24px 24px;
        -o-background-size: 24px 24px;
        background-size: 24px 24px;
        margin-top: -68px;
    }

    .work-swiper.swiper-container {
        padding-bottom: 50px;
    }

    .work-swiper.swiper-container-horizontal > .swiper-scrollbar {
        height: 5px;
    }

    .ninfo-box {
        margin-top: 40px;
    }

    .ninfo-box li {
        width: 46.7%;
        margin-bottom: 20px;
    }

    .join-track .wrap > p {
        font-size: 14px;
    }

    .join-sup {
        margin-top: 40px;
    }

    .join-sup .wrap > p {
        font-size: 14px;
    }

    .join-sup li {
        font-size: 16px;
        margin: 20px 0;
    }

    .join-sup li .sup-item img {
        width: 42px;
    }

    .join-sup li .sup-item {
        padding: 5px 10px;
    }

    .join-sup li strong {
        margin-top: 3px;
    }

    .store-choose {
        line-height: 50px;
    }

    .store-choose .store-city {
        width: 59%;
    }

    .store-choose .store-search {
        width: 40%;
        padding-right: 90px;
    }

    .store-choose input {
        padding: 8px;
        font-size: 14px;
    }

    .store-search button {
        line-height: 50px;
        font-size: 14px;
        width: 90px;
    }

    .store-map {
        height: 500px;
    }

    .store-map .store-fr {
        padding: 16px 20px;
    }

    .store-map ul {
        padding: 0;
        padding-right: 16px;
    }

    .store-map li {
        padding: 10px 0;
    }

    .store-map li strong {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .store-map li p {
        font-size: 14px;
        padding-left: 20px;
        margin-bottom: 8px;
    }

    .store-map li span {
        width: 14px;
    }

    .popu-close {
        right: 0;
        top: -36px;
        width: 20px;
    }

    .popu-box {
        padding: 10px;
    }
}

@media screen and (max-width: 768px) {
    .join .indexjoin-name{

        display: none;
    }
    .join {
        height: 620px;
        background-position: top center;
        background-size: cover;
        background-color: #022568;
        padding-bottom: 200px;
        background-image: url(../images/join-bg06.jpg);
        /* margin-top: 40px; */
    
      }
    
      .join .tit h3 {
        font-size: 18px;
      }
    
      .join .tit h5 {
        font-size: 22px;
        margin-top: 10px;
      }
    
      .join .tit {
        width: 230px;
      }
    
      .join .tit p {
        font-size: 12px;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 20px;
      }
    
      .join .tit a {
        font-size: 14px;
        padding: 10px 45px 10px 20px;
        border-radius: 34px;
        background-position: right 15px center;
      }

    .join .list li {
        margin: 5px;
        width: 75px;
        height: 75px;
        font-size: 14px;
      }
    
      .join .list {
        padding: 15px;
      }
      .join::before {

        bottom: 0px;
        background-size: 768px 221px;
        opacity: .7;
    
      }
      .join::after {
        
        bottom: 143px;
        background-size: auto;
        display: none;
        
      }

    .join-step li p{
        word-break: break-all;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2; /* 超出几行省略 */
overflow: hidden;
    }
    .news-name{
        padding-top: 100px;
    }
    .news-tab {
        margin: 28px 0;
    }
    .news-box{
        padding-top: 30px;
    }
    .timenews {
        /* position: relative; */
        padding: 10px 0;
        /* padding-left: 40px; */
    }
    .news-swiper .indnews-txt{
        word-break: break-all;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2; /* 超出几行省略 */
        overflow: hidden;

    }

    .footer .foot-fl .mInfo {
        display: block;
        margin-top: 20px;
    }

    .footer .foot-fl .mInfo strong {
        font-size: 16px;
        line-height: 1.8;
        color: #979797;
    }

    .caseDt1-bt {
        padding: 20px
    }

    .caseDt1-bt a {
        line-height: 40px
    }

    .caseDt1-bt .next, .caseDt1-bt .prev {
        float: none;
        width: auto;
        display: block
    }

    .caseDt1-bt .return {
        position: static;
        display: block;
        text-align: center;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
        transform: translate(0);
        background-position: 36% center;
        line-height: 50px
    }

    .newsDt-1 {
        padding: 20px 0 40px
    }

    .newsDt-con {
        padding: 30px
    }

    .newsDt-con .hd h1 {
        font-size: 18px
    }

    .store-city .iPicker-container {
        width: 100%;
        margin-top: 10px;
    }

    .store-city .iPicker-container select {
        font-size: 16px;
        padding: 5px 10px;
    }
    .store-choose{
        line-height: 30px;
    }

    .pc {
        display: none;
    }

    .mobile {
        display: block;
    }

    .ban-font span {
        font-size: 30px;
    }

    .ban-font p {
        font-size: 12px;
    }

    .swiper-num .active {
        font-size: 36px;
    }

    .one-swiper .swiper-button-next {
        width: 52px;
        height: 38px;
    }

    .one-swiper .swiper-button-prev {
        width: 52px;
        height: 38px;
        right: 72px;
        margin-bottom: -38px;
    }

    .index-pro ul {
        height: 100%;
    }

    .index-pro li {
        width: 50%;
    }

    .index-pro li .pro-pic img {
        height: 50vh;
    }

    .index-pro li .pro-info {
        width: 70%;
        height: 140px;
        border-width: 1px;
    }

    .index-pro li .pro-info strong {
        font-size: 18px;
        padding-top: 0;
        margin-top: 12px;
    }

    .index-pro li .pro-info strong:before {
        display: none;
    }

    .index-pro li .pro-info img {
        margin-top: 20px;
    }

    .case-swiper .swiper-slide {
        padding: 20px 0 0;
    }

    .case-swiper .indcase-info .indcase-txt {
        font-size: 20px;
    }

    .index-case .case-swiper {
        margin-bottom: 120px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .case-swiper .swiper-slide:before {
        width: 100%;
    }

    .case-swiper .indcase-info {
        width: 90%;
        margin-left: 5%;
    }

    .indexjoin-fl {
        width: 100%;
        top: 11%;
        left: 0;

    }
    
    .indexjoin-fr{
        width: 100%;
        top: 74%;
        right: 0;
    }

    .indexjoin-box li {
        width: 30%;
        margin: 10px 10%;
        height: 50px;
        line-height: 50px;
        margin-bottom: 20px;
        font-size: 15px;
        border-radius: unset;
    }

    .indexjoin-box li.join03 {
        /* margin-bottom: 20px; */
    }
    .indexjoin-box li.join02
    , .indexjoin-box li.join03
    , .indexjoin-box li.join01
    , .indexjoin-box li.join04
     {
        margin: 10px 10%;
    }




    .indexjoin-box .indexjoin-name {
        width: 480px;
        height: 480px;
    }

    .indexjoin-box {
        padding-top: 0;
    }

    .indexjoin-txt p {
        font-size: 14px;
        width: 72%;
        margin: auto;
    }

    .news-swiper p {
        display: none;
    }

    .news-name h2 {
        font-size: 20px;
    }

    .news-tab li {
        margin: 0 2px;
    }

    .news-tab li a {
        width: 71px;
        line-height: 32px;
        font-size: 12px;
    }

    .news-tab2 li {
        margin: 0 2px;
    }

    .news-tab2 li a {
        width: 100%;
        padding: 0 5px;
        line-height: 32px;
        font-size: 12px;
    }

    .foot-copyright {
        line-height: 26px;
        padding-bottom: 20px;
    }

    .foot-copyright .footcr-fr {
        position: static;
        height: 40px;
        line-height: 40px;
        margin-top: 10px;
    }

    .top-name span {
        font-size: 20px;
    }

    .top-name strong {
        font-size: 16px;
    }

    .top-bg img {
        min-height: 300px;
    }

    .list-show li {
        margin-bottom: 20px;
    }

    .list-show li .list-txt {
        line-height: 58px;
    }

    .foot-place {
        margin-top: 50px;
    }

    .crumb {
        margin-top: 20px;
        position: relative;
        padding-left: 20px;
    }

    .crumb ol {
        white-space: nowrap;
        overflow-x: scroll;
        display: block;
    }

    .crumb ol::-webkit-scrollbar {
        display: none;
    }

    .crumb li {
        font-size: 14px;
    }

    .crumb span {
        position: absolute;
        left: 0;
    }

    .crumb img {
        width: 14px;
        margin-right: 0;
    }

    .prod-base {
        margin-top: 12px;
    }

    .name-detail .name-fl {
        font-size: 20px;
    }

    .title-show h1, .title-show h2 {
        font-size: 20px;
    }

    .title-show.title-tl h2 {
        font-size: 18px;
    }

    .brand-fl .brand-info p {
        font-size: 16px;
    }

    .honor-swiper li {
        width: 98%;
        text-align: center;
        margin-bottom: 16px;
    }

    .honor-swiper .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }

    .video-ft .video-icon {
        width: 60px;
    }

    .vr-show span {
        width: 50px;
    }

    .infos-more {
        display: none;
    }

    .infos-list li .infos-base {
        padding-right: 0;
        border: none
    }

    .infos-list {
        padding-bottom: 0;
    }

    .techno-li li, .techno-li li .techno-pic {
        height: 300px;
    }

    .techno-li li .techno-data {
        font-size: 20px;
    }

    .techno-li li .techno-name {
        font-size: 16px;
    }

    .techno-swiper.swiper-container {
        margin-top: 20px;
        padding-bottom: 30px;
    }

    .tech-show {
        margin-top: 30px;
    }

    .tech-process {
        margin-top: 40px;
    }

    .process-info ul {
        margin-top: 20px;
    }

    .process-info li {
        width: 48%;
        margin-bottom: 10px;
    }

    .reseller-box {
        margin-top: 30px;
    }

    .reseller-box strong {
        font-size: 18px;
    }

    .res-show li .res-info {
        padding: 12px;
    }

    .res-show li .res-info a {
        font-size: 16px;
    }

    .res-show li {
        margin-bottom: 24px;
    }

    .cont-base ul {
        margin-left: 0;
    }

    .cont-base li {
        width: 100%;
        margin-left: 0;
        position: relative;
        margin-bottom: 10px;
        text-align: left;
        padding: 20px 20px 20px 80px;
    }

    .cont-icon {
        position: absolute;
        left: 12px;
        top: 50%;
        margin-top: -25px;
    }

    .cont-base li .cont-info {
        height: auto;
        margin-top: 0;
    }

    .cont-base li:before {
        top: 0;
    }

    .cont-icon img {
        width: 60px;
    }

    .cont-base {
        margin-top: 40px;
    }

    .cont-map {
        margin-top: 30px;
    }

    .map-box {
        margin-bottom: 30px;
    }

    .map-show {
        height: 360px;
    }

    .serv-box {
        display: block;
        margin-bottom: 10px;
    }

    .serv-pic {
        width: 100%;
    }

    .serv-font {
        width: 100%;
        padding: 24px;
    }

    .cont-msg {
        margin-top: 40px;
        padding: 40px 0;
    }

    .cont-msg ul {
        margin-left: 0;
    }

    .cont-msg ul li {
        width: 100%;
        margin-left: 0;
        margin-bottom: 10px;
    }

    .cont-msg ul li input, .cont-msg ul li textarea {
        padding: 8px 20px;
        font-size: 16px;
    }

    .cont-msg ul li.msg-text {
        width: 100%;
    }

    .cont-msg ul li textarea {
        height: 180px;
    }

    .cont-msg .msg-btn input {
        width: 200px;
        line-height: 55px;
        font-size: 16px;
    }

    .hr-pic {
        margin-bottom: 30px;
    }

    .hr-box li {
        margin-bottom: 12px;
    }

    .hr-info, .hr-fl.hr-info {
        padding: 24px 16px;
    }

    .hr-info strong {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .hr-info strong:before {
        height: 3px;
    }

    .hr-info p {
        margin-top: 5px;
    }

    .active-swiper p {
        font-size: 18px;
        margin-top: 12px;
    }

    .hr-active {
        margin-top: 40px;
        padding: 40px 0;
    }

    .hr-work {
        margin-top: 40px;
    }

    .join-track {
        padding: 36px 0;
    }

    .join-track ul {
        margin-top: 16px;
    }

    .join-track li img {
        width: 42px;
    }

    .join-online li {
        width: 48.5%;
        margin-bottom: 10px;
    }

    .join-online li strong {
        margin-top: 10px;
        font-size: 15px;
    }

    .join-online li p {
        line-height: 1.6;
    }

    .store-choose .store-city {
        width: 52%;
    }

    .store-choose .store-search {
        width: 47%;
    }

    .store-map .store-fl {
        font-size: 13px;
        height: 350px;
        width: 100%;
    }

    .store-map .store-fr {
        width: 100%;
    }

    .store-map {
        height: auto;
    }

    .store-map li strong {
        font-size: 16px;
        margin-bottom: 6px;
    }

    .store-map li p {
        margin-bottom: 2px;
    }

    .store-map ul::-webkit-scrollbar {
        width: 4px;
    }
}

@media screen and (max-width: 760px) {
    .pc{
        display: none;
    }
    .top-link {
        border-width: 3px;
    }

    .top-link:before {
        display: none;
    }

    .toplink-search {
        float: left;
        margin-bottom: 10px;
    }

    .toplink-nav .nav-about li a {
        width: auto;
        line-height: 26px;
        padding: 0 10px;
    }

    .toplink-nav .nav-about li a br, .nav-join .toplink-nav li a br {
        display: inline-block;
    }

    .nav-join .toplink-nav li a {
        width: 100%;
        line-height: 26px;
        padding: 0 10px;
    }

    .tech-process .tech-tab li {
        font-size: 14px;
        width: 86px;
        line-height: 36px;
        margin: 0 3px 10px;
    }

    .tech-show {
        margin-top: 10px;
    }

    .res-nav li {
        width: 32.3%;
        font-size: 12px;
    }

    .cont-map {
        margin-top: 20px;
    }

    .map-info {
        width: 100%;
        padding: 20px;
    }

    .map-show {
        width: 100%;
        height: 300px;
        overflow: hidden;
    }

    .active-swiper .swiper-button-prev {
        left: 37.5%;
    }

    .active-swiper .swiper-button-next {
        right: 37.5%;
    }

    .active-swiper .swiper-button-prev, .active-swiper .swiper-button-next {
        width: 32px;
        height: 60px;
        -webkit-background-size: 16px 16px;
        -moz-background-size: 16px 16px;
        -o-background-size: 16px 16px;
        background-size: 16px 16px;
        margin-top: -48px;
    }

    .active-swiper p {
        font-size: 16px;
        margin-top: 8px;
    }

    .toplink-nav li a {
        width: 100px;
    }

    .join-sup ul:before {
        display: none;
    }

    .join-sup li {
        width: 30%;
        margin: 6px 0;
        font-size: 14px;
    }

    .join-sup li .sup-item {
        padding: 3px 5px;
    }

    .join-sup li .sup-item img {
        width: 36px;
    }

    .join-sup li.sup01 {
        width: 20%;
    }

    .join-sup li.sup04 {
        width: 20%;
        text-align: right;
    }

    .join-sup li.sup04 .sup-item {
        padding-right: 0;
    }

    .join-sup li.sup04 .sup-item {
        padding-left: 0;
    }

    .join-sup li.sup05 {
        width: 20%;
        text-align: left;
    }

    .join-sup li.sup05 .sup-item {
        padding-right: 5px;
        padding-left: 0;
    }

    .join-sup li.sup06 {
        float: left;
        width: 30%;
        text-align: center;
    }

    .join-sup li.sup06 .sup-item {
        padding-left: 5px;
    }

    .join-sup li.sup07 {
        float: left;
        text-align: center;
    }

    .join-sup li.sup08 {
        float: left;
        text-align: right;
        width: 20%;
    }

    .join-sup li.sup08 .sup-item {
        padding-left: 5px;
        padding-right: 0;
    }

    .join-sup li.sup09 {
        float: left;
        text-align: left;
        width: 20%;
    }

    .join-sup li.sup09 .sup-item {
        padding-left: 0;
    }

    .join-sup li.sup10 {
        width: 30%;
        float: left;
        text-align: center;
    }

    .join-sup li.sup10 .sup-item {
        padding-left: 5px;
    }

    .join-sup li.sup10:after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        width: 50%;
        background-color: #FFF;
    }

    .store-choose .store-city {
        width: 100%;
    }

    .store-choose .store-search {
        width: 100%;
        margin-top: 10px;
    }
}

@media screen and (max-width: 550px) {
    .about-fr li span {
        font-size: 35px;
    }

    .about-fr p {
        font-size: 14px;
        line-height: 1.8;
    }

    .about-fr p.about-no {
        display: none;
    }

    .about-fr li {
        padding: 0 16px;
    }

    .about-fr li:last-child {
        padding-right: 0;
    }

    .about-fr li span {
        font-size: 25px;
    }

    .about-fr li i {
        font-size: 16px;
    }

    .about-fr li:last-child i {
        font-size: 16px;
    }

    .index-pro li .pro-info p {
        display: none;
    }

    .index-pro li .pro-info img {
        width: 32px;
        margin-top: 26px;
    }

    .index-pro li .pro-info strong {
        font-size: 16px;
    }

    .index-pro li .pro-info {
        height: 120px;
    }

    .indexjoin-box li {
        font-size: 14px;
    }

    .indexjoin-box .indexjoin-name {
        width: 400px;
        height: 400px;
    }

    .indexjoin-txt h2 {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .indexjoin-txt .more-btn {
        margin-top: 10px;
    }

    .toplink-search {
        display: none;
    }

    .top-link {
        line-height: 40px;
    }

    .toplink-nav li a {
        padding: 0 6px;
        width: auto;
    }

    .top-name {
        margin-top: -20px;
    }

    .top-name span {
        font-size: 18px;
    }

    .top-bg img {
        min-height: 240px;
    }

    .pro-choose {
        margin-top: 20px;
    }

    .list-show {
        margin-top: 20px;
    }

    .list-show li {
        margin-bottom: 16px;
    }

    .page-show {
        margin: 20px 0;
    }

    .page-show li {
        margin: 0 2px;
    }

    .page-show li span, .page-show li a {
        min-width: 36px;
        height: 36px;
        line-height: 38px;
        font-size: 15px;
    }

    .page-show li img {
        width: 10px;
    }

    .m-pages li {
        margin: 0 4px;
        width: 32px;
    }

    .m-pages a, .m-pages select {
        height: 36px;
        font-size: 15px;
        line-height: 30px;
        min-width: 36px;
    }

    .m-pages li img {
        width: 12px;
    }

    .m-pages a {
        font-size: 15px;
        min-width: 36px;
        height: 36px;
        line-height: 38px;
        background-color: #e7e7e7;
    }

    .m-pages li {
        color: #0f0f0f;
        font-size: 15px;
        min-width: 36px;
        height: 36px;
        line-height: 61px;
        background-color: #e7e7e7;
    }


    .prod02-swiper img, .prod-fl .swiper-button-prev, .prod-fl .swiper-button-next {
        height: 80px;
    }

    .prod-fr {
        padding: 16px;
    }

    .prod-fr h1 {
        font-size: 22px;
    }

    .toplink-nav .nav-about li a {
        width: auto;
        padding: 0 6px;
    }

    .aboutus-fl ul {
        margin-top: 0;
    }

    .aboutus-fl li span {
        font-size: 20px;
    }

    .aboutus-fl li i {
        font-size: 14px;
    }

    .aboutus-fl li {
        width: 50%;
        text-align: center;
        padding: 0;
        margin-top: 20px;
    }

    .aboutus-fl li:before {
        height: 40px;
        margin-top: -20px;
    }

    .aboutus-fl li:nth-child(3):before {
        display: none;
    }

    .footer .foot-fr li {
        width: 25%;
    }

    .techno-li {
        display: block;
    }

    .techno-li li {
        width: 100%;
        margin-bottom: 10px;
    }

    .techno-li li.active {
        width: 100%;
    }

    .techno-li li:before {
        display: none;
    }

    .techno-li li:after {
        display: block;
    }

    .techno-li li, .techno-li li .techno-pic {
        height: 200px;
    }

    .reseller-box {
        margin-top: 24px;
    }

    .res-nav {
        padding: 16px;
    }

    .reseller-box strong {
        font-size: 16px;
        font-weight: bold;
    }

    .res-nav ul {
        margin-left: -2%;
    }

    .res-nav li {
        width: 48%;
        margin-left: 2%;
        line-height: 40px;
    }

    .res-show ul {
        margin-left: 0;
    }

    .res-show li {
        width: 100%;
        margin-left: 0;
        margin-bottom: 16px;
    }

    .res-show {
        padding: 16px;
        padding-top: 0;
    }

    .hr-pic {
        margin-bottom: 20px;
    }

    .hr-fl {
        width: 100%;
    }

    .hr-fr {
        width: 100%;
    }

    .hr-info, .hr-fl.hr-info {
        padding: 10px 0;
    }

    .ninfo-box {
        margin-top: 30px;
    }

    .ninfo-box ul {
        margin-left: 0;
    }

    .ninfo-box li {
        width: 100%;
        margin-left: 0;
    }

    .ninfo-box li .ninfo-font > a {
        height: auto;
    }

    .ninfo-box li .ninfo-font p {
        height: auto;
    }

    .nav-join .toplink-nav li a {
        padding: 0 2px;
        width: 100%;
    }

    .join-track li {
        width: 100%;
        border: none
    }

    .join-sup li {
        font-size: 12px;
    }

    .join-sup li .sup-item img {
        width: 30px;
    }

    .join-step {
        padding: 30px 0;
    }

    .join-step li {
        width: 49.5%;
        margin-bottom: 6px;
        padding: 10px;
    }

    .join-step li strong {
        font-size: 16px;
    }

    .store-map .store-fr {
        padding: 10px;
    }

    .store-map ul {
        padding-right: 10px;
    }

    .store-map li strong {
        font-size: 14px;
    }

    .store-map li p {
        font-size: 12px;
    }

    .store-map li {
        padding: 6px 0;
    }

    .code-show .code-db {
        width: 120px;
    }

    .code-show .code-db span {
        font-size: 12px;
    }

    .list-show ul {
        margin-left: 0;
    }

    .list-show li {
        margin-left: 0;
        width: 100%;
        margin-bottom: 12px;
    }

    .list-show li .list-txt {
        font-size: 14px;
        line-height: 48px;
    }

    .list-show .list-case li .list-txt {
        font-size: 14px;
    }
}

@media screen and (max-width: 375px) {
    .header {
        line-height: 46px;
    }

    .logo {
        width: 80px;
        margin-left: 12px;
    }

    /* .navBtn {
        margin-right: 12px;
        margin-top: 9px;
    } */

    .nav {
        width: 100%;
    }

    .ban-font span {
        font-size: 24px;
    }

    .ban-font p {
        letter-spacing: 1px;
    }

    .one-swiper.swiper-container-horizontal > .swiper-scrollbar, .one-swiper .swiper-button-prev, .one-swiper .swiper-button-next, .swiper-num {
        bottom: 55px;
    }

    .swiper-num {
        left: 12px;
        font-size: 18px;
        margin-bottom: -32px;
        width: 36px;
    }

    .swiper-num .active {
        font-size: 30px;
    }

    .one-swiper .swiper-button-next {
        width: 40px;
        height: 29px;
        right: 12px;
    }

    .one-swiper .swiper-button-prev {
        width: 40px;
        height: 29px;
        right: 52px;
        margin-bottom: -29px;
    }

    .ban-font {
        top: 50%;
        margin-top: -50px;
    }

    .about-fr {
        padding: 0 12px;
    }

    .about-fr .about-name {
        margin-bottom: 12px;
    }

    .about-name h2 {
        font-size: 20px;
    }

    .about-name span {
        font-size: 12px;
    }

    .about-fr ul {
        padding-top: 12px;
        margin-top: 12px;
    }

    .about-fr li span {
        font-size: 24px;
    }

    .about-fr li i {
        font-size: 14px;
    }

    .about-fr li:last-child i {
        font-size: 16px;
    }

    .about-fr li p {
        font-size: 14px;
    }

    .about-more {
        line-height: 45px;
    }

    .about-fr p {
        font-size: 12px;
    }

    .index-pro li .pro-info strong {
        font-size: 15px;
    }

    .index-pro li .pro-info {
        margin-top: 20px;
    }

    .index-case .case-swiper {
        margin: 0 12px 20px;
    }

    .case-swiper .indcase-pic {
        margin-top: 12px;
    }

    .case-swiper .swiper-slide.swiper-slide-active .more-btn {
        display: inline-block;
    }

    .more-btn {
        width: 124px;
        line-height: 42px;
    }

 
    .news-tab li a {
        width: 66px;
    }

    .news-tab2 li a {
        /* width: 66px; */
    }

    .news-swiper .indnews-pic .indnews-time {
        display: none;
    }

    .footer .foot-fl > a {
        width: 100px;
    }

    .footer .foot-fl p {
        line-height: 2;
    }

    .footer .foot-fl .foot-link {
        margin-top: 15px;
    }

    .top-name {
        left: 12px;
    }

    .top-name span {
        font-size: 16px;
    }

    .top-name strong {
        font-size: 14px;
    }

    .pro-choose .choose-name {
        padding: 0 12px;
        line-height: 42px;
    }

    .choose-name strong img {
        width: 12px;
    }

    .pro-choose li {
        padding-right: 12px;
        padding-left: 88px;
    }

    .pro-choose li span {
        left: 12px;
    }

    .pro-choose li a {
        margin-right: 20px;
        font-size: 12px;
    }

    .foot-place {
        margin-top: 30px;
    }

    .footer .foot-top, .foot-copyright {
        padding: 16px 12px;
    }

    .crumb {
        margin-top: 16px;
    }

    .prod-base {
        margin-top: 10px;
    }

    .prod02-swiper img, .prod-fl .swiper-button-prev, .prod-fl .swiper-button-next {
        height: 50px;
    }

    .prod-fl .swiper-button-prev, .prod-fl .swiper-button-next {
        width: 36px;
    }

    .prod02-swiper.swiper-container {
        margin-left: 42px;
        margin-right: 42px;
    }

    .prod-fr {
        padding: 12px;
    }

    .prod-fr .prod-font {
        font-size: 12px;
        line-height: 24px;
    }

    .prod-fr .prod-font span {
        width: 40px;
        margin-right: 6px;
    }

    .prod-fr h1 {
        font-size: 18px;
    }

    .prod-fr p {
        font-size: 14px;
    }

    .prod-fr .prod-btn a {
        font-size: 14px;
        width: 110px;
        line-height: 40px;
    }

    .prod-link li a {
        line-height: 26px;
        font-size: 14px;
    }

    .prod-link li a img {
        width: 26px;
        margin-right: 10px;
    }

    .prod-link li a:after {
        width: 16px;
        height: 16px;
        margin-top: -8px;
    }

    .prod-detail {
        margin-top: 24px;
    }

    .name-detail {
        line-height: 40px;
        margin-bottom: 20px;
    }

    .name-detail .name-fl {
        font-size: 18px;
    }

    .name-detail .name-fl span {
        font-size: 14px;
        margin-left: 6px;
    }

    .prod-detail p {
        margin-bottom: 16px;
    }

    .rec-show {
        padding: 0;
    }

    .title-show {
        margin-bottom: 12px;
    }

    .title-show span, .title-show.title-tl span {
        font-size: 12px;
        padding-bottom: 6px;
    }

    .title-show h1, .title-show h2 {
        font-size: 18px;
    }

    .title-show.title-tl h2 {
        font-size: 16px;
    }

    .aboutus-base {
        padding: 24px 0;
    }

    .aboutus-brand, .aboutus-course, .aboutus-video, .aboutus-vr, .infos-list {
        margin-top: 20px;
    }

    .brand-info {
        padding: 10px 12px;
    }

    .brand-fl .brand-info {
        padding-left: 12px;
    }

    .brand-fl .brand-info p, .brand-fr .brand-info p {
        font-size: 14px;
    }

    .course-swiper .swiper-button-prev, .course-swiper .swiper-button-next {
        width: 36px;
        height: 36px;
        -webkit-background-size: 16px 16px;
        -moz-background-size: 16px 16px;
        -o-background-size: 16px 16px;
        background-size: 16px 16px;
        bottom: 140px;
    }

    .vr-swiper .swiper-button-prev, .vr-swiper .swiper-button-next {
        width: 30px;
        height: 30px;
        -webkit-background-size: 16px 16px;
        -moz-background-size: 16px 16px;
        -o-background-size: 16px 16px;
        background-size: 16px 16px;
    }

    .course-swiper .swiper-slide.swiper-slide-active .course-info {
        margin-left: -42px;
        margin-right: -42px;
    }

    .course-swiper .course-info strong {
        font-size: 16px;
    }

    .course-swiper .course-info p {
        font-size: 12px;
        margin-top: 6px;
    }

    .honor-swiper.swiper-container {
        padding: 0 0 30px;
    }

    .honor-swiper li {
        margin-bottom: 10px;
    }

    .aboutus-honor {
        padding: 24px 0 16px;
        margin-top: 24px;
    }

    .video-ft .video-icon {
        width: 36px;
    }

    .video-swiper.swiper-container {
        padding-bottom: 20px;
    }

    .infos-list li {
        padding: 12px 0;
    }

    .infos-list li .infos-time {
        float: none;
        width: auto;
        margin: 0;
        margin-bottom: 6px;
    }

    .infos-list li .infos-time strong {
        display: inline-block;
        font-size: 20px;
        margin-right: 6px;
    }

    .infos-list li .infos-base a {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        white-space: inherit;
    }

    .infos-list li .infos-base p {
        height: auto;
    }

    .infos-look {
        margin-top: 20px;
    }

    .infos-look a {
        width: 140px;
    }

    .tech-one {
        margin-top: 24px;
    }

    .tech-one .list-show {
        margin-top: 0;
    }

    .tech-one .list-show li {
        margin-bottom: 10px;
    }

    .tech-one .list-show li .list-txt {
        font-size: 14px;
        line-height: 36px;
    }

    .tech-swiper .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
    }

    .tech-two {
        margin-top: 30px;
        padding: 30px 0;
    }

    .tech-process {
        margin-top: 30px;
    }

    .tech-innovate {
        margin-top: 20px;
    }

    .innovate-fr li .innovate-font strong {
        font-size: 16px;
    }

    .innovate-fr li .innovate-font span {
        font-size: 12px;
    }

    .innovate-fr li .innovate-font {
        margin-top: -36px;
        left: 16px;
    }

    .cont-base {
        margin-top: 24px;
    }

    .cont-base li .cont-font strong {
        font-size: 18px;
    }

    .cont-base li .cont-font span {
        font-size: 12px;
    }

    .cont-base li .cont-font a {
        margin-top: 5px;
    }

    .map-info strong {
        font-size: 18px;
        padding-bottom: 8px;
        margin-bottom: 12px;
    }

    .map-box {
        margin-bottom: 20px;
    }

    .map-info {
        padding: 16px;
    }

    .cont-serv {
        margin-top: 24px;
    }

    .serv-font {
        padding: 16px;
    }

    .serv-font strong {
        font-size: 18px;
    }

    .cont-msg {
        margin-top: 30px;
        padding: 30px 0;
    }

    .cont-msg ul li input, .cont-msg ul li textarea {
        font-size: 14px;
        padding: 8px 10px;
    }

    .cont-msg ul li textarea {
        height: 150px;
    }

    .cont-msg .msg-btn input {
        width: 160px;
        line-height: 50px;
        font-size: 14px;
    }

    .msg-city .iPicker-result i.arrow-icon::before {
        width: 15px;
        height: 15px;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }

    .msg-city .iPicker-result i {
        margin-top: -7px;
    }

    .hr-one {
        margin-top: 30px;
    }

    .hr-font strong {
        font-size: 18px;
    }

    .hr-info strong {
        font-size: 16px;
    }

    .hr-active {
        margin-top: 30px;
        padding: 30px 0;
    }

    .hr-work {
        margin-top: 30px;
    }

    .work-swiper.swiper-container {
        padding-bottom: 20px;
    }

    .ninfo-box, .join-sup {
        margin-top: 24px;
    }

    .ninfo-box li {
        margin-bottom: 12px;
    }

    .ninfo-box li .ninfo-font {
        padding: 16px 12px 0;
    }

    .ninfo-box li .ninfo-font > a {
        line-height: 26px;
    }

    .ninfo-box li .ninfo-more {
        padding: 16px 0;
    }

    .join-track {
        padding: 30px 0;
    }

    .join-track li strong {
        font-size: 15px;
        padding-top: 12px;
        margin-bottom: 8px;
    }

    .join-online {
        padding: 24px 0;
    }

    .store-map {
        height: auto;
    }

    .store-map .store-fl {
        width: 100%;
        height: 350px;
        overflow: hidden;
    }

    .store-map .store-fr {
        width: 100%;
        height: 200px;
    }

    .join-store {
        padding: 30px 0;
    }
}

@media screen and (max-width: 360px) {
    .toplink-nav li a {
        font-size: 12px;
    }

    .toplink-nav .nav-about li a {
        font-size: 12px;
        width: auto;
    }

    .pro-choose li {
        line-height: 30px;
    }

    .pro-choose li span {
        font-size: 12px;
    }

    .pro-choose li a {
        margin-right: 16px;
    }

    .footer .foot-fr li {
        width: 33.3%;
    }

    .tech-tab li {
        width: 88px;
        margin: 0 2px;
    }

    .innovate-box {
        margin-top: 12px;
        padding: 20px 0;
    }

    .map-show {
        height: 240px;
    }

    .ninfo-box li .ninfo-font > a {
        font-size: 15px;
        line-height: 24px;
    }

    .nav-join .toplink-nav li {
        margin-right: 0;
    }

    .nav-join .toplink-nav li a {
        font-size: 12px;
        width: 100%;
    }

    .join-online li strong {
        font-size: 14px;
        padding-bottom: 6px;
    }
}