@charset "utf-8";
* {
    outline: 0;
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@font-face {
    font-family: "robotoBold";
    src: url(../fonts/Roboto-Bold-3.ttf);
}
@font-face {
    font-family: "robotoMedium";
    src: url(../fonts/Roboto-Medium-12.ttf);
}
@font-face {
    font-family: "robotoLight";
    src: url(../fonts/Roboto-Light-10.ttf);
}
@font-face {
    font-family: "robotoRegular";
    src: url(../fonts/Roboto-Regular-14.ttf);
}
@font-face {
    font-family: RedHatDisplay-Bold;
    src: url("../fonts/RedHatDisplay-Bold.ttf");
}
@font-face {
    font-family: RedHatDisplay-MediumItalic;
    src: url("../fonts/RedHatDisplay-MediumItalic.ttf");
}
@font-face {
    font-family: RedHatDisplay-Medium;
    src: url("../fonts/RedHatDisplay-Medium.ttf");
}
@font-face {
    font-family: RedHatText-Regular;
    src: url("../fonts/RedHatText-Regular.ttf");
}
@font-face {
    font-family: 'RedHatDisplay';
    src: url("../fonts/RedHatDisplay-Bold.ttf");
    font-weight: bold;
}
@font-face {
    font-family: 'RedHatDisplay';
    src: url("../fonts/RedHatDisplay-Medium.ttf");
    font-weight: 500;
}
@font-face {
    font-family: 'RedHatDisplay';
    src: url("../fonts/RedHatDisplay-Regular.ttf");
    font-weight: normal;
}
@font-face {
    font-family: 'RedHatDisplayMediumItalic';
    src: url("../fonts/RedHatDisplay-MediumItalic.ttf");
}
.overscroll::-webkit-scrollbar, .selects::-webkit-scrollbar {
    width: 4px;
    height: 1px;
}
.overscroll::-webkit-scrollbar-thumb {
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
    background: #E6E6E6;
}
.overscroll::-webkit-scrollbar-track {
    border-radius: 10px;
    background: #fff;
}
.ovf {
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.clearfix {
    zoom: 0;
}
.re,
.relative {
    position: relative;
}
.clearfix:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
}
a, a:link, a:visited {
    color: inherit;
    text-decoration: none;
}
a:hover {
    color: #000;
}
ul, li, ol {
    list-style-type: none;
}
img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    outline: none;
    border: none;
}
.nobg {
    background: none !important;
}
.dis_mb {
    display: none;
}
@media(max-width:768px) {
    .dis_pc {
        display: none;
    }
    .dis_mb {
        display: block;
        max-height: 371px;
    }
}
body {
    width: 100%;
    overflow-x: hidden;
    font-size: 14px;
    font-family: "robotoRegular";
    background: #F5F5F5;
    color: #666;
    line-height: 1.714;
    /*font-family: "RedHatText-Regular";*/
    font-family: 'RedHatDisplay';
}

.dot{display: block;white-space: nowrap; text-overflow: ellipsis;overflow: hidden;}
.dot2,
.dot3,
.dot4{display: -webkit-box;display: box;overflow: hidden;text-overflow: ellipsis;word-break: break-all;-webkit-box-orient: vertical;}
/*2行文本省略号*/
.dot2 {-webkit-line-clamp: 2;}
/*3行文本省略号*/
.dot3 {-webkit-line-clamp: 3;}
/*4行文本省略号*/
.dot4 {-webkit-line-clamp: 4;}
.dot5 {-webkit-line-clamp: 5;}

/* flex 布局 */
.d-flex {
    display: -webkit-flex;
    display: flex;
}
.j-end {
    justify-content: flex-end;
}
.j-center {
    justify-content: center;
}
.j-sb {
    justify-content: space-between;
}
.j-start {
    justify-content: flex-start;
}
.f-wrap {
    flex-wrap: wrap;
}
.f-colu {
    flex-direction: column;
}
.a-center {
    align-items: center;
}
.a-self {
    align-items: self-start;
}
.a-start {
    align-items: flex-start;
}
.a-baseline {
    align-items: baseline;
}
.a-end {
    align-items: flex-end;
}
.al-start {
    align-content: flex-start;
}
.al-end {
    align-content: flex-end;
}
.al-center {
    align-content: center;
}
.al-sb {
    align-content: space-between;
}
.al-sa {
    align-content: space-around;
}
.al-stretch {
    align-content: stretch;
}
/* .wow{-webkit-animation-duration:1.5s;animation-duration:1.5s;} */
.flex {
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
}
.xin .flex {
    justify-content: left;
}
.flexTop {
    align-items: flex-start;
}
.flexWrap {
    flex-wrap: wrap;
}
.flex1 {
    flex: 1 1 auto;
}
.auto {
    max-width: 1200px;
    margin: auto;
}
.iconfont {
    margin: 0;
}
@media(max-width:1200px) {
    .auto {
        padding: 0 2%;
    }
}
.header {
    background: #fff;
    border-bottom: 1px solid #E6E6E6;
    position: relative;
}

.header .white-logo {
    padding: 0;
    opacity: 1;
    position: absolute;
    left: 0;
}
.header .black-logo {
    opacity: 0;
    min-height:24px;
}
.header .line-ol {
    position: relative;
    padding-left: 20px;
    margin-left: 20px;
}
.header .line-ol::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 55%;
    height: 20px;
    width: 1px;
    background: #000;
    transform: translateY(-50%);
}

.header.relat{ position:relative;}
.nav {
    padding-left: 60px;
}
.nav li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 30px;
    position: relative;
}
.nav li>a {
    display: block;
    border-bottom: 2px solid transparent;
    line-height: 63px;
    margin-bottom: -1px;
    position: relative;
    z-index: 30;
}
.nav li em {
    display: none;
}
.nav li .sub {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    width: 100vw;
    background: #fff;
    z-index: 50;
    border-top: 1px solid #E6E6E6;
    padding: 57px 0;
    display: none;
}
.nav li .sub2 {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    min-width: 100%;
    z-index: 50;
    background: #fff;
    border-top: 1px solid #E6E6E6;
    display: none;
}
.nav li .sub2 li {
    display: block;
    margin: 0;
}
.nav li .sub2 a {
    display: block;
    white-space: nowrap;
    padding: 0 30px;
    border: none;
    line-height: 40px;
    text-align: center;
    color: #666;
}
.nav li .sub2 a:hover {
    background: #E6E6E6;
    color: #666;
}
.nav li:first-child {
    position: static;
}
.nav li .sub .auto {
    flex-wrap: wrap;
    align-items: stretch;
}
.nav li .sub dl {
    width: 20%;
    padding: 0 40px;
    margin-bottom: 20px;
}
.nav li .sub dl dt {
    font-size: 20px;
    color: #333;
    margin-bottom: 20px;
}
.nav li .sub dd {
    line-height: 30px;
}
.nav li .sub a {
    display: block;
    white-space: nowrap;
}
.nav li .sub .seeMore a {
    color: #44B0FF;
}
.nav li.cur>a {
    color: #ff6600;
    border-color: #ff6600;
}
.searchBox {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    z-index: 30;
    width: 640px;
    max-width: 100%;
    -webkit-transition: .6s;
    transition: .6s;
    top: -60px;
    opacity: 0;
}
.searchBox input {
    width: 100%;
    height: 40px;
    padding: 0 40px 0 20px;
    border: 1px solid #666;
    background: #fff;
    border-radius: 3px;
}
.searchBox .searchBtn {
    position: absolute;
    right: 10px;
    width: 20px;
    text-align: center;
    line-height: 20px;
    top: 50%;
    margin-top: -10px;
    z-index: 20;
}
.hide.header .searchBox {
    opacity: 1;
    top: 10px;
}
.topInner {
    -webkit-transition: .6s;
    transition: .6s;
}
.hide.header .topInner {
    opacity: 0;
    -webkit-transform: translate(0, -60px);
    transform: translate(0, -60px);
}
.openSearch {
    cursor: pointer;
    width: 50px;
    text-align: center;
}
.lange {
    white-space: nowrap;
}
.lange a {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #666;
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
.lange a:last-child {
    padding: 0;
    margin: 0;
    border: none;
}
.mask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: rgba(0, 0, 0, .8);
    display: none;
}
.swiperControl {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    z-index: 10;
    white-space: nowrap;
    color: #fff;
    line-height: 24px;
}
.swiperControl .btns span {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #fff;
    color: #fff;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    line-height: 22px;
    text-align: center;
    cursor: pointer;
    margin-right: 10px;
    position: relative
}
.swiperControl .btns span i {
    font-size: 12px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.swiperControl .swiperPages {
    width: auto;
}
.swiperControl .btns span.prev i {}
.banText {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 100%;
    color: #fff;
    z-index: 10;
}
.banText .left {
    max-width: 50%;
}
.banText h3 {
    font-size: 60px;
    font-weight: normal;
}
.homeBan{ position:relative;}
.homeBan, .homeBan .swiper-wrapper, .homeBan .swiper-container {
    height: auto !important;
}
.homeBan .swiper-slide {
    overflow: hidden;
}
.homeBan .swiper-slide>img {
    width: 100%;
    -webkit-transition: 1s linear 2s;
    transition: 1s linear 2s;
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.homeBan .swiper-slide-active>img, .homeBan .swiper-slide-duplicate-active>img {
    -webkit-transition: 6s linear;
    transition: 6s linear;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}
.moreBlock {
    margin-top: 20px;
}
.moreBlock a {
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px;
    line-height: 36px;
    background: #FF6600;
    border-radius: 18px;
    color: #fff;
}
.moreBlock a i {
    font-size: 14px;
    margin-left: 10px;
}
.imageBlock {
    margin-top: 20px;
    font-size: 0;
}
.imageBlock .item {
    width: 50%;
    margin-bottom: 20px;
    padding-right: 10px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    opacity: 0;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    transition: opacity .6s linear, -webkit-transform .6s ease-out;
    -webkit-transition: opacity .6s linear, -webkit-transform .6s ease-out;
    transition: opacity .6s linear, transform .6s ease-out;
    transition: opacity .6s linear, transform .6s ease-out, -webkit-transform .6s ease-out;
}
.imageBlock .item.show {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.imageBlock .item:nth-child(2n) {
    padding-right: 0;
    padding-left: 10px;
}
.imageBlock .item .text {
    position: absolute;
    left: 10px;
    top: 20%;
    right: 10px;
    z-index: 20;
    font-size: 14px;
    text-align: center;
    color: #fff;
    padding: 0 20px;
}
.imageBlock .item .text h3 {
    font-size: 40px;
    font-weight: normal;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.imageBlock .item .more {
    font-size: 12px;
    color: #fff;
    display: block;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}
.imageBlock .item .more i {
    font-size: inherit;
    margin-left: 10px;
}
.imgbox {
    overflow: hidden;
    position: relative;
}
.imgbox img {
    width: 100%;
    -webkit-transition: 1s;
    transition: 1s;
}
.item:hover .imgbox img, .imgbox:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.fullImage {
    position: relative;
}
.positionCenter {
    position: absolute;
    z-index: 20;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 90%;
}
.fullImage h3 {
    color: #fff;
    font-size: 40px;
    font-weight: normal;
}
.videoBtn {
    width: 150px;
    margin: 20px auto 0;
    text-align: center;
    border: 1px solid #fff;
    line-height: 44px;
    border-radius: 44px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    -webkit-transition: .6s;
    transition: .6s;
}
.videoBtn i {
    font-size: 14px;
    margin-left: 10px;
}
.videoBtn:hover {
    background: #fff;
    color: #ff6600;
}
.slideMarquee .bd li {
    width: 500px;
    margin-right: 40px;
    border-radius: 10px;
    overflow: hidden;
}
.title {
    margin-bottom: 60px;
    text-align: center;
}
.slideMarquee {
    padding: 60px 0;
    width: 100%;
    overflow: hidden;
}
.anniu {
    text-align: center;
    color: #44B0FF;
    padding-bottom: 100px;
    font-size: 20px;
}
.title h3 {
    font-size: 40px;
    font-weight: normal;
    color: #333;
}
.sliderLeft {
    margin-bottom: 40px;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}
.sliderRight {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}
.footer {
    padding: 60px 0;
    background: #000;
    color: #999;
}
.footTop {
    align-items: flex-start;
    margin-bottom: 60px;
}
.footTop .item {
    padding-right: 30px;
}
.footTop .item .t {
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
}
.footTop .item li {
    line-height: 30px;
    white-space: nowrap;
}
.submitBox {
    position: relative;
    height: 36px;
    border: 1px solid #666;
    border-radius: 4px;
    overflow: hidden;
    max-width: 210px;
    line-height: 36px;
    margin: 10px 0;
}
.submitBox input {
    border: none;
    height: 100%;
    width: 100%;
    background: none;
    padding: 0 40px 0 10px;
    color: #999;
}
.submitBox .btn {
    position: absolute;
    background: #999;
    right: 0;
    top: -1px;
    bottom: -2px;
    width: 40px;
    color: #000;
    text-align: center;
    z-index: 10;
    cursor: pointer;
}
.footCenter {
    border-bottom: 1px solid #333;
    padding-bottom: 15px;
}
.footCenter .flogo img{ min-height:24px;}
.flinks {
    padding-left: 60px;
    padding-top: 10px;
}
.flinks a {
    margin-right: 30px;
}
.socails .item {
    width: 24px;
    text-align: center;
    line-height: 22px;
    background: #999;
    color: #000;
    border-radius: 50%;
    margin-right: 20px;
    cursor: pointer;
    height: 24px;
    -webkit-transition: .4s;
    transition: .4s;
}
.socails .item i {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
}
.socails .item:hover {
    background: #fff;
}
.socails .item:last-child {
    margin-right: 0;
}
.footBottom {
    padding-top: 15px;
    line-height: 30px;
}
.footBottom .flexLeft {
    font-size: 12px;
    color: #666;
}
.bottomLinks a {
    margin-right: 30px;
}
.popMask {
    position: fixed;
    z-index: 99;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    left: 0;
    top: 0;
    display: none;
}
.subForm {
    width: 500px;
    background: #fff;
    max-width: 90%;
    padding: 40px 60px 60px;
    text-align: center;
    font-size: 20px;
    color: #333;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 40%;
    font-weight: 500;
}
.subForm .img {
    margin-bottom: 40px;
}
.subForm .input {
    margin: 20px 0;
}
.subForm .input input {
    width: 100%;
    height: 48px;
    border: 1px solid #ccc;
    padding: 0 10px;
    color: #ccc;
    font-size: 14px;
}
.subForm .submit {
    width: 100%;
    font-size: 16px;
    line-height: 48px;
    color: #fff;
    background: #FF6600;
    border-radius: 4px;
    cursor: pointer;
    border: none;
}
.subForm .close {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    line-height: 40px;
    cursor: pointer;
}
@media(max-width:1280px) {
    .nav li .sub dl {
        padding: 0 10px;
    }
    .nav li .sub dl dt {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .nav li .sub a {
        white-space: normal;
        line-height: 1.5;
        padding: 7px 0;
    }
    .nav li {
        margin: 0 20px;
    }
    .nav {
        padding-left: 40px;
    }
    .banText .left img {
        max-height: 50px;
    }
    .banText h3 {
        font-size: 32px;
        margin-top: 20px;
    }
    .imageBlock .item .text h3 {
        font-size: 28px;
    }
    .title h3 {
        font-size: 28px;
    }
    .title {
        margin-bottom: 40px;
    }
    .slideMarquee .bd li {
        width: 300px;
        margin-right: 20px;
    }
    .sliderLeft {
        margin-bottom: 20px;
    }
    .slideMarquee {
        padding: 50px 0;
    }
    .fullImage h3 {
        font-size: 28px;
    }
    .footTop {
        flex-wrap: wrap;
    }
    .footTop .item {
        padding-right: 20px;
        margin-bottom: 20px;
    }
    .footTop .item .t {
        margin-bottom: 10px;
    }
}
@media(max-width:768px) {
    .header {
        height: 60px;
    }
    .nav {
        position: fixed;
        left: 0;
        width: 100%;
        bottom: 0;
        background: #fff;
        z-index: 60;
        top: 60px;
        padding: 0 20px;
        overflow: auto;
        display: none;
    }
    .logo {
        height: 60px;
        padding-bottom: 6px;
    }
    .logo a {
        /*display: inline-block;*/
        /*padding-top: 13px;*/
    }
    .nav li {
        margin: 0;
        display: block;
        position: relative !important;
    }
    .nav li>a {
        border-width: 1px;
        font-size: 18px;
        padding-right: 40px;
    }
    .nav li .sub, .nav li .sub2 {
        position: static;
        width: auto;
        -webkit-transform: none;
        transform: none;
        border: none;
        padding: 10px 0;
    }
    .nav li .sub .flex {
        flex-wrap: wrap;
    }
    .nav li .sub dl {
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
    }
    .nav li .sub dl dt {
        font-size: 16px;
        margin-bottom: 0;
    }
    .nav li.hasChild em {
        display: block;
        font-style: normal;
        position: absolute;
        right: 0;
        top: 0;
        line-height: 63px;
        font-size: 20px;
        width: 40px;
        text-align: center;
    }
    .nav li .sub2 a {
        text-align: left;
        font-size: 14px;
        line-height: 1.5;
        padding: 7px 2%;
    }
    .nav li .sub2 a {
        text-align: left;
        font-size: 14px;
        line-height: 1.5;
        padding: 7px 2%;
    }
    .openMenu {
        width: 24px;
        margin-left: 10px;
        height: 24px;
        position: relative;
        cursor: pointer;
    }
    .openMenu i {
        position: absolute;
        top: 50%;
        margin-top: -1px;
        width: 90%;
        height: 2px;
        background: #999;
        right: 0;
    }
    .openMenu i:after, .openMenu i:before {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        background: #999;
        -webkit-transition: .4s;
        transition: .4s;
    }
    .openMenu i:before {
        top: -6px;
    }
    .openMenu i:after {
        top: 6px;
    }
    .openMenu.cur i:before {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 0;
    }
    .openMenu.cur i:after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 0;
    }
    .openMenu.cur i {
        background: none;
    }
    .banText h3 {
        font-size: 20px;
        margin-top: 10px;
    }
    .banText .left {
        max-width: none;
    }
    .banText .left img {
        max-width: 40%;
    }
    .moreBlock a {
        font-size: 12px;
        line-height: 30px;
        padding: 0 10px;
    }
    .moreBlock a i {
        font-size: 12px;
        margin-left: 5px;
    }
    .imageBlock .item {
        margin-bottom: 10px;
        padding: 0 !important;
        width: 100%;
    }
    .imageBlock .item .text h3 {
        font-size: 24px;
    }
    .fullImage h3 {
        font-size: 20px;
        white-space: nowrap;
    }
    .videoBtn {
        font-size: 14px;
        line-height: 36px;
    }
    .slideMarquee {
        padding: 30px 0;
    }
    .title {
        margin-bottom: 30px;
    }
    .title h3 {
        font-size: 24px;
    }
    .slideMarquee .bd li {
        width: 200px;
        margin-right: 10px;
    }
    .sliderLeft {
        margin-bottom: 10px;
    }
    .footer {
        padding: 40px 0 0;
    }
    .footTop .item {
        width: 100%;
        margin-bottom: 0;
        padding: 0 10px;
    }
    .footTop .item .t {
        position: relative;
        margin-bottom: 0;
        color: #999;
        border-bottom: 1px solid #333;
        line-height: 50px;
        padding-right: 20px;
    }
    .footTop .item ul {
        padding: 10px;
        display: none;
    }
    .footTop .item .t:after {
        content: "+";
        position: absolute;
        right: 0;
        top: 0;
        width: 20px;
        text-align: center;
    }
    .footCenter, .footCenter .flexLeft {
        flex-wrap: wrap;
    }
    .footTop {
        margin-bottom: 30px;
    }
    .flogo {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }
    .flinks {
        padding: 0;
        text-align: center;
        margin-bottom: 20px;
    }
    .flinks a {
        margin: 0 15px;
        display: inline-block;
        vertical-align: middle;
        line-height: 30px;
    }
    .socails {
        width: 100%;
        text-align: center;
        justify-content: center;
    }
    .footBottom {
        flex-wrap: wrap;
        line-height: 1.71;
        text-align: center;
    }
    .bottomLinks a {
        margin: 0 8px;
        display: inline-block;
        vertical-align: middle;
    }
    .footBottom .lange {
        text-align: center;
        width: 100%;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .subForm {
        padding: 20px;
        top: 50%;
    }
    .subForm .img {
        margin-bottom: 20px;
    }
    .subForm .input input {
        height: 40px;
    }
}
.pbanner {
    width: 100%;
    overflow: hidden;
    height: 450px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
    font-size: 16px;
}
.pbanner .wapban{ display:none;}
.pbanner .img{ width:100%}
.pbanner .positionCenter {
    width: 100%;
    max-width: 100%;
}
.pbanner h3 {
    font-size: 40px;
    font-weight: normal;
}
.pageMain {
    padding: 5% 0;
}
.twoSides {
    align-items: stretch;
}
.sideMenu {
    width: 285px;
    background: #fff;
    padding: 20px;
    flex: 0 0 auto;
    max-width: 25%;
}
.sear {
    position: relative;
    margin-bottom: 20px;
    border: 1px solid #666;
    height: 32px;
    border-radius: 16px;
}
.sear input {
    background: none;
    outline: none;
    border: none;
    width: 100%;
    height: 100%;
    padding: 0 20px 0 40px;
    color: #333;
}
.sear i {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    text-align: center;
    line-height: 32px;
}
.categray .item {
    position: relative;
    padding-right: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #333;
}
.categray .item a {
    display: block;
}
.categray .item i {
    position: absolute;
    right: 0;
    top: 0;
    color: #ccc;
    font-size: 12px;
    cursor: pointer;
    width: 30px;
    text-align: center;
    -webkit-transition: .4s;
    transition: .4s;
}
.categray .item.cur i {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
    color: #333;
}
.categray .item li {
    font-size: 14px;
    color: #666;
}
.categray li.cur a {
    color: #ff6600;
}
.categray .item ul {
    display: none;
    list-style: none;
}
.productCenter {
    margin-bottom: -20px;
}
.productCenter .items {
    flex-wrap: wrap;
}
.productCenter .flex {
    justify-content: space-between;
}
.productCenter .item {
    width: 33.33%;
    padding-left: 20px;
    margin-bottom: 20px;
}
.productCenter .item a {
    display: block;
    background: #fff;
    padding: 20px;
    -webkit-transition: .4s;
    transition: .4s;
}
.productCenter .item .imgbox {
    line-height: 240px;
    font-size: 0;
    text-align: center;
}
.productCenter .item .imgbox img {
    width: auto;
    max-height: 80%;
    max-width: 80%;
}
.productCenter .item .t {
    font-size: 20px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}
.productCenter .item span {
    color: #44B0FF;
}
.productCenter .item span i {
    font-size: 14px;
    padding-left: 5px;
}
.productCenter .item a:hover {
    box-shadow: 0 0 20px #ccc;
}
.Pages {
    margin-top: 60px;
    text-align: center;
    color: #999;
}
.Pages a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    width: 30px;
    text-align: center;
    line-height: 28px;
    border: 1px solid #999;
    border-radius: 4px;
    height: 30px;
    -webkit-transition: .4s;
    transition: .4s;
}
.Pages a i {
    font-size: inherit;
}
.Pages a.a_cur, .Pages a:hover {
    color: #fff;
    background: #FF6600;
    border-color: #FF6600;
}
.productDesc {
    margin-bottom: 60px;
    font-size: 28px;
    color: #333;
}
.bgWhite {
    background-color: #fff !important;
}
.solutions {
    flex-wrap: wrap;
}
.solutions .item {
    position: relative;
    width: 31.83%;
    margin-bottom: 1.66%;
    margin-right: 1.66%;
}
.solutions .item:nth-child(3n) {
    margin-right: 0;
}
.solutions .item .text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 10;
    color: #fff;
    padding: 30px;
}
.solutions .item .text h3 {
    font-weight: normal;
    margin-bottom: 10px;
}
.solutions .item .text .view {
    display: inline-block;
    border: 1px solid #fff;
    line-height: 34px;
    border-radius: 4px;
    padding: 0 20px;
    -webkit-transition: .4s;
    transition: .4s;
}
.solutions .item .text .view:hover {
    background: #fff;
}
.infoTop {
    padding: 40px 0 5%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.infoTop .positionCenter {
    width: 100%;
}
.infoTop h3 {
    font-size: 40px;
    color: #fff;
    text-align: center;
    font-weight: normal;
    line-height: 54px;
}
.minContent {
    max-width: 800px;
    margin: 0 auto;
    padding-bottom: 100px;
    font-size: 16px;
}
.minContent h3 {
    font-size: 28px;
    color: #333;
    font-weight: normal;
    margin: 1em 0;
}
.relations {
    padding: 95px 0;
    background: #F5F5F5;
}
.relaSlider {
    padding: 0 100px;
    position: relative;
}
.relaSlider .swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.relaSlider .prev, .relaSlider .next {
    width: 50px;
    line-height: 50px;
    position: absolute;
    text-align: center;
    top: 50%;
    margin-top: -25px;
    cursor: pointer;
    color: #ccc;
}
.relaSlider .prev i, .relaSlider .next i {
    font-size: 20px;
}
.relaSlider .prev {
    left: 0;
}
.relaSlider .next {
    right: 0;
}
.relaSlider .swiper-slide {
    background: #fff;
}
.relaSlider .swiper-slide a {
    display: block;
    background: #fff;
    padding: 20px;
    -webkit-transition: .4s;
    transition: .4s;
    text-align: center;
}
.relaSlider .swiper-slide .imgbox {
    line-height: 240px;
    font-size: 0;
    text-align: center;
}
.relaSlider .swiper-slide .imgbox img {
    width: auto;
    max-height: 80%;
    max-width: 80%;
}
.relaSlider .swiper-slide .t {
    font-size: 20px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}
.relaSlider .swiper-slide span {
    color: #44B0FF;
}
.relaSlider .swiper-slide span i {
    font-size: 14px;
    padding-left: 5px;
}
.relaSlider .swiper-slide a:hover {
    box-shadow: 0 0 20px #ccc;
}
@media(max-width:768px) {
    .pbanner {
        height: auto;
        padding-bottom: 50%;
    }
    .pbanner.hauto{padding-bottom: 0;}
    .pbanner .pcban{ display:none}
    .pbanner .wapban{ display:block;}
    .pbanner h3 {
        font-size: 24px;
    }
    .twoSides {
        flex-wrap: wrap;
    }
    .sideMenu {
        width: 100%;
        max-width: none;
        margin-bottom: 20px;
    }
    /* .categray .item{display:none;} .categray .item.cur{display:block;padding-right:0;} .categray .item i{display:none;} .categray .item ul{display:block !important;white-space:nowrap;overflow:auto;width:100%;padding-bottom:8px;} .categray .item ul::-webkit-scrollbar{width:4px;height:1px;} .categray .item ul::-webkit-scrollbar-thumb{border-radius:4px;-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.1);background:#999;} .categray .item ul::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2);border-radius:10px;background:#F5F5F5;} .categray .item ul li{display:inline-block;vertical-align:middle;margin-right:20px;} */
    .productCenter .item {
        width: 49%;
        padding: 0;
        margin-bottom: 2%;
    }
    .productCenter .item .imgbox {
        line-height: 158px;
    }
    .productCenter .item .t {
        font-size: 16px;
    }
    .productCenter .item span {
        font-size: 12px;
    }
    .Pages {
        margin: 40px 0 10px;
    }
    .productDesc {
        margin-bottom: 30px;
        font-size: 16px;
    }
    .solutions .item {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    .solutions .item:nth-child(3n) {
        margin-right: 2%;
    }
    .solutions .item:nth-child(2n) {
        margin-right: 0;
    }
    .relations {
        padding: 50px 0;
    }
    .relaSlider {
        padding: 0 60px;
    }
    .relaSlider .prev, .relaSlider .next {
        width: 40px;
        line-height: 40px;
    }
    .relaSlider .prev i, .relaSlider .next i {
        font-size: 24px;
    }
    .relaSlider .swiper-slide .t {
        font-size: 16px;
    }
    .relaSlider .swiper-slide .imgbox {
        line-height: 158px;
    }
    .minContent {
        padding-bottom: 50px;
    }
    .infoTop h3 {
        font-size: 28px;
        line-height: 1.7;
    }
}
@media(max-width:560px) {
    .solutions .item {
        width: 100%;
        margin-right: 0 !important;
    }
    .infoTop h3 {
        font-size: 20px;
        line-height: 1.5;
    }
    .minContent h3 {
        font-size: 22px;
    }
}
.Gallery .item {
    width: 32.33%;
    margin-right: 1%;
    margin-bottom: 1%;
    cursor: pointer;
    overflow: hidden;
}
.Gallery .item .text {
    display: none;
}
.photoMask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    z-index: 99;
    display: none;
}
.photoMask .container {
    position: absolute;
    max-width: 80%;
    max-height: 80%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
}
.photoMask .container .close {
    width: 50px;
    height: 50px;
    z-index: 20;
    position: absolute;
    right: 50px;
    top: 0;
    cursor: pointer;
    text-align: center;
    line-height: 50px;
}
.photoSlider {
    position: relative;
    padding: 0 50px;
}
.photoSlider .prev, .photoSlider .next {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    cursor: pointer;
    color: #fff;
    text-align: center;
    line-height: 50px;
}
.photoSlider .prev {
    left: 0;
}
.photoSlider .next {
    right: 0;
}
.photoSlider .swiper-container {
    background: #fff;
}
.photoSlider .swiper-wrapper {
    align-items: center;
}
.photoSlider .imgbox {
    max-height: 60vh;
    margin-bottom: 20px;
}
.photoSlider .swiper-slide {
    background: #fff;
    padding: 50px;
    text-align: center;
}
.photoSlider .swiper-slide .inner {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    color: #999;
}
.photoSlider .swiper-slide .inner .t {
    color: #333;
    font-size: 16px;
}
.photoSlider .swiper-slide .inner .c a {
    padding-right: 10px;
}
@media(max-width:768px) {
    .photoMask .container {
        max-width: 90%;
    }
    .photoSlider {
        padding: 0;
    }
    .photoSlider .prev, .photoSlider .next {
        color: #999;
        z-index: 20;
        width: 40px;
    }
    .photoMask .container .close {
        right: 0;
    }
    .photoSlider .swiper-slide {
        padding: 50px 40px 30px;
    }
}
.pageMenu {
    margin-bottom: 60px;
    border-bottom: 1px solid #E6E6E6;
    text-align: center;
    font-size: 20px;
    color: #666;
}
.pageMenu li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 30px;
    position: relative;
}
.pageMenu li a {
    display: block;
    padding-bottom: 10px;
    border-bottom: 2px solid transparent;
}
.pageMenu li.cur a {
    border-color: #000;
    color: #000;
}
.pageMenu li:after {
    content: "";
    width: 1px;
    height: 14px;
    background: #707070;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -12px;
}
.pageMenu li:last-child:after {
    display: none;
}
.lighting {
    flex-wrap: wrap;
}
.lighting .item {
    width: 31.99%;
    margin-right: 2%;
    margin-bottom: 2%;
    transition: .4s;
}
.lighting .item:nth-child(3n) {
    margin-right: 0;
}
.lighting .item:hover {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
.lighting .item .text {
    padding: 20px;
    color: #999;
    font-size: 14px;
}
.lighting .item .text .t {
    font-size: 20px;
    color: #333;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 7px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /* line-height: 2; */
    text-overflow: ellipsis;
    /* min-height: 65px; */
}
.lighting .item .tag {
    position: absolute;
    padding: 0 20px;
    line-height: 32px;
    font-size: 12px;
    color: #fff;
    background: rgba(255, 102, 0, 0.8);
    border-radius: 0 0 10px 0;
    z-index: 20;
}
.lighting .item .tag2 {
    background: rgba(102, 102, 102, 0.8);
}
.lighting .item .tag3 {
    background: rgb(59, 186, 75, 0.8);
}
.lighting .item .text .t2 {
    color: #FF6600;
}
.lighting .item .text span {
    margin-right: 20px;
}
.lighting .item .text span i {
    margin-right: 5px;
    font-size: 12px;
}
@media(max-width:768px) {
    .lighting .item {
        width: 49%;
    }
    .lighting .item:nth-child(3n) {
        margin-right: 2%;
    }
    .lighting .item:nth-child(2n) {
        margin-right: 0;
    }
    .lighting .item .text .t {
        font-size: 18px;
        min-height: auto;
    }
    .pageMenu li {
        padding: 0 20px;
    }
    .pageMenu {
        margin-bottom: 30px;
        font-size: 16px;
    }
}
@media(max-width:480px) {
    .lighting .item {
        width: 100%;
        margin-right: 0 !important;
    }
    .lighting .item .text .t {
        font-size: 16px;
    }
}
.topInfo {
    max-width: 800px;
    margin: 0 auto 100px;
    text-align: center;
    font-size: 16px;
}
.topInfo h3 {
    font-weight: normal;
    color: #333;
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 40px;
}
.listTop {
    margin-bottom: 60px;
    line-height: 32px;
}
.listTop h3 {
    color: #333;
    font-weight: normal;
    font-size: 28px;
}
.selectBox {
    position: relative;
    border: 1px solid #666;
    border-radius: 4px;
    line-height: 32px;
    padding: 0 40px 0 10px;
    cursor: pointer;
    width: 200px;
    white-space: nowrap;
    display: inline-block;
}
.selectBox .selectDown {
    position: absolute;
    z-index: 20;
    background: #fff;
    left: 0;
    top: 100%;
    width: 100%;
    margin-top: 1px;
    border-radius: 4px;
    overflow: hidden;
    line-height: 34px;
    display: none;
}
.selectBox .selectBoxCur {
    white-space: nowrap;
    overflow: hidden;
}
.selectBox .selectDown>div:hover {
    background: #F5F5F5;
    cursor: pointer;
}
.selectBox .selectDown>div {
    padding: 0 10px;
    overflow: hidden;
}
.selectBox .sn-down {
    position: absolute;
    right: 0;
    width: 40px;
    text-align: center;
    font-size: 12px;
    top: 0;
}
.Educator {
    flex-wrap: wrap;
    align-items: stretch;
    justify-content:flex-start;
}
.Educator .item {
    position: relative;
    width: 31.99%;
    margin-right: 2%;
    margin-bottom: 2%;
}
.Educator .item:nth-child(3n) {
    margin-right: 0;
}
.Educator .item .text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 70px 20px 20px;
    font-size: 20px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: -webkit-linear-gradient(to bottom, transparent, #000);
    background: -ms-linear-gradient(to bottom, transparent, #000);
    background: linear-gradient(to bottom, transparent, #000);
}
.EducatorInfo {
    width: 66.66%;
    font-size: 16px;
}
.EducatorInfo .imgbox {
    margin-right: 40px;
}
.EducatorInfo h3 {
    font-size: 28px;
    color: #333;
    font-weight: normal;
}
.EducatorInfo .tit2 {
    color: #999;
    margin-bottom: 2em;
}
.EducatorRelations {
    margin-top: 100px;
    overflow:hidden;
}
.EducatorRelations .swiperControl {
    color: #666;
    position: static;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 40px;
}
.EducatorRelations .swiperControl .btns span {
    color: #666;
    border-color: #666;
    line-height: 34px;
    width: 40px;
    height: 40px;
}
.EducatorRelations .swiperControl .btns span i {
    font-size: 18px;
}
.EducatorSide {
    width: 16.66%;
}
.EducatorSide .tit {
    font-size: 20px;
    margin-bottom: 20px;
}
.EducatorSide .Educator .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
}
.EducatorSide .Educator .item .text {
    padding: 27px 20px 14px;
    font-size: 14px;
}
.share {
    padding-top: 20px;
}
.share .item {
    margin-bottom: 20px;
}
.share .item i {
    display: inline-block;
    width: 26px;
    text-align: center;
    line-height: 26px;
    background: #666;
    font-size: 16px;
    color: #fff;
    border-radius: 50%;
    margin-right: 10px;
}
.share .item a {
    display: block;
}
.share .item:hover i {
    background: #3B5796;
}
.share .item a:hover {
    color: #44B0FF;
}
@media(max-width:768px) {
    .topInfo {
        margin: 20px auto 40px;
    }
    .Educator .item {
        width: 49%;
    }
    .Educator .item:nth-child(3n) {
        margin-right: 2%;
    }
    .Educator .item:nth-child(2n) {
        margin-right: 0;
    }
    .Educator .item .text {
        font-size: 16px;
    }
    .listTop {
        display: block;
        text-align: right;
        margin-bottom: 30px;
    }
    .listTop h3 {
        font-size: 24px;
        margin-bottom: 15px;
        text-align: left;
    }
    .topInfo h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .EducatorInfo .imgbox {
        float: none;
        width: 100%;
        margin: 0 0 30px;
    }
    .EducatorInfo {
        width: 100%;
    }
    .EducatorRelations {
        margin-top: 40px;
    }
    .EducatorRelations .swiperControl {
        font-size: 16px;
    }
    .EducatorRelations .swiperControl .btns span {
        width: 34px;
        height: 34px;
        line-height: 28px;
    }
    .EducatorSide {
        width: 100%;
        margin-top: 30px;
    }
    .EducatorInfo h3 {
        font-size: 24px;
    }
    .EducatorSide .Educator .item {
        width: 49%;
        margin-right: 2%;
    }
    .EducatorSide .Educator .item:nth-child(2n) {
        margin-right: 0;
    }
}
.sideRight {
    margin-left: 20px;
}
.appList {
    padding: 0 40px;
    background: #fff;
}
.appList .item {
    padding: 40px 0 60px;
    border-bottom: 1px solid #E6E6E6;
    align-items: flex-start;
}
.appList .item:last-child {
    border: none;
}
.appList .item .appIcon {
    width: 80px;
    height: 80px;
    flex: 0 0 auto;
    border-radius: 18px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.appList .item .content {
    font-size: 16px;
    padding-left: 20px;
}
.appList .item .content h3 {
    font-size: 28px;
    color: #333;
    font-weight: normal;
    margin-bottom: 20px;
    line-height: 1.2;
}
.appList .item .appLinks {
    margin-top: 40px;
}
.appLinks .appitem {
    padding-right: 20px;
    flex: 0 0 auto;
}
.appBtn {
    background: #000;
    color: #fff;
    border-radius: 6px;
    padding: 0 15px;
}
.appBtn .icon i {
    font-size: 32px;
}
.appBtn .linkFor {
    font-size: 12px;
    line-height: 1;
    padding-left: 10px;
    white-space: nowrap;
}
.appBtn .linkFor .p1 {
    font-size: 16px;
    margin-top: 5px;
}
.pbanner.autoHeight {
    height: auto;
    padding: 80px 0;
}
.pbanner.autoHeight .positionCenter {
    position: static;
    transform: none;
}
@media(max-width:1024px) {
    .appList .item .appLinks {
        flex-wrap: wrap;
    }
    .appLinks .appitem {
        margin-bottom: 20px;
    }
    .appList .item .content h3 {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .appBtn .icon i {
        font-size: 24px;
    }
    .appBtn .linkFor .p1 {
        font-size: 14px;
    }
    .appBtn {
        padding: 5px 10px;
    }
}
@media(max-width:768px) {
    .sideRight {
        margin-left: 0;
        width: 100%;
    }
    .appList {
        padding: 0 20px;
    }
    .appList .item {
        padding: 30px 0 0;
        display: block;
    }
    .appList .item .content {
        font-size: 14px;
        padding: 20px 0;
    }
    .appLinks .appitem {
        padding-right: 10px;
    }
}
.faq {
    width: 71%;
}
.faqcon {
    background: #fff;
    padding: 40px;
}
.catgray {
    line-height: 32px;
    font-size: 16px;
    margin-bottom: 25px;
}
.catgray>div {
    display: inline-block;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #707070;
    line-height: 1;
}
.catgray>div:last-child {
    margin: 0;
    padding: 0;
    border: none;
}
.catgray .cur>a {
    color: #FF6600;
}
.topTools {
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 30px;
    flex-wrap: wrap;
}
.topTools .sear {
    margin-bottom: 25px;
}
.faqItems .item {
    padding: 0 20px;
}
.faqItems .item .qustion {
    position: relative;
    /*padding-right: 70px;*/
    /*line-height: 60px;*/
    font-size: 16px;
    color: #333;
    cursor: pointer;
    padding: 10px 70px 10px 0px;
}
.faqItems .item .qustion .t {
    /*white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
}
.faqItems .item .qustion i {
    position: absolute;
    right: 0;
    top: 50%;
    color: #ccc;
    font-size: 14px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-top: -20px;
    -webkit-transition: .4s;
    -ms-transition: .4s;
    transition: .4s;
}
.faqItems .item .ans {
    border-top: 1px solid #E6E6E6;
    padding: 20px 0;
    display: none;
}
.faqItems .item .ans .serverBtn {
    margin-top: 20px;
    font-size: 12px;
    color: #999;
}
.faqItems .item .ans .serverBtn i {
    margin-right: 10px;
}
.faqItems .item:nth-child(2n+1) {
    background: #F5F5F5;
}
.faqItems .item.cur .qustion i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.feedback {
    width: 27.5%;
}
.feedbackCon {
    background: #fff;
    padding: 30px 40px
}
.feedback .tit {
    font-size: 20px;
    color: #333;
    margin-bottom: 20px;
}
.form .line {
    margin-bottom: 10px;
    font-size: 12px;
}
.form .line input {
    width: 100%;
    height: 30px;
    padding: 0 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: none;
    color: #666;
}
.form .line textarea {
    height: 90px;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px;
    /*font-family: inherit;*/
    resize: vertical;
}
.form .line .yzm {
    flex: 0 0 auto;
    margin-left: 10px;
}
.formBtns {
    text-align: center;
    margin-top: 30px;
}
.formBtns .btn {
    display: inline-block;
    vertical-align: middle;
    width: 118px;
    text-align: center;
    line-height: 32px;
    border-radius: 16px;
    background: #FF6600;
    color: #fff;
    cursor: pointer;
    border: none;
}
@media(max-width:768px) {
    .faq {
        width: 100%;
    }
    .feedback {
        width: 100%;
        margin-top: 30px;
    }
    .faqcon {
        padding: 30px 10px;
    }
    .catgray>div {
        margin-right: 10px;
        padding-right: 10px;
    }
    .topTools .sear {
        width: 100%;
    }
    .feedbackCon {
        padding: 30px 10px;
    }
}
.contentBlock h3 {
    font-size: 30px;
    font-weight: normal;
    color: #333;
    margin-bottom: 20px;
}
.contentBlock .subtit {
    font-size: 16px;
    color: #666;
    margin-bottom: 20px;
    font-weight: bold;
    font-family: "RedHatDisplay-Bold"
}
.contentBlock .table {
    margin-top: 60px;
}
.contentBlock .table td {
    height: 50px;
    padding-right: 60px;
    border: none;
}
.contentBlock .table td:nth-child(2) {
    color: #44B0FF;
}
.followUs {
    margin-top: 60px;
    padding-top: 60px;
    border-top: 1px solid #E6E6E6;
}
.followUs .tit {
    font-size: 30px;
    color: #333;
    margin-bottom: 30px;
}
.followUs .item {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5%;
    width: 48px;
    text-align: center;
    line-height: 48px;
    border-radius: 50%;
    background: #3B5796;
    color: #fff;
    cursor: pointer;
}
.followUs .item i {
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
}
.followUs .item:nth-child(2) {
    background: #55ADED;
}
.followUs .item:nth-child(3) {
    background: #E90101;
}
.followUs .item:nth-child(4) {
    background: #E23F5C;
}
.followUs .item:nth-child(5) {
    background: #0779B8;
}
.followUs .item:nth-child(6) {
    background: #000000;
}
@media(max-width:768px) {
    .contentBlock h3 {
        font-size: 20px;
    }
    .contentBlock .table {
        margin-top: 40px;
    }
    .contentBlock .table table, .contentBlock .table tabody, .contentBlock .table tr, .contentBlock .table td {
        display: block;
    }
    .contentBlock .table td {
        height: auto;
        padding-right: 0;
        line-height: 34px;
    }
    .followUs {
        padding-top: 30px;
        margin-top: 30px;
        padding-bottom: 30px;
    }
    .followUs .tit {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .followUs .item {
        width: 34px;
        line-height: 34px;
    }
    .followUs .item i {
        font-size: 18px;
    }
}
.searhBlock {
    justify-content: center;
    margin-bottom: 60px;
}
.searhBlock .sear {
    margin-bottom: 0;
    margin-right: 30px;
    height: 40px;
    border-radius: 20px;
    width: 400px;
    background: #fff;
    border: none;
    color: #999;
}
.searhBlock .sear i {
    line-height: 40px;
}
.searhBlock .sear input {
    color: #999;
    font-size: 14px;
}
.searhBlock .selectBox {
    line-height: 40px;
    border-radius: 20px;
    border: none;
    background: #fff;
    padding-left: 20px;
}
.mapcontainer {
    position: relative;
}
#map {
    position: absolute;
    left: 0;
    width: 66.67%;
    top: 0;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.storList {
    margin-left: 66.67%;
    background: #fff;
}
.storList>.tit {
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    padding: 0 10px;
    color: #333;
    background: #E6E6E6;
}
.storList .items {
    height: 660px;
    overflow: auto;
    padding: 10px 20px;
    counter-reset: storeIndex;
}
.storList .item {
    padding: 20px;
    border-bottom: 1px solid #E6E6E6;
}
.storList .item .tit {
    font-size: 20px;
    color: #333;
    margin-bottom: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1;
}
.storList .item .tit:before {
    counter-increment: storeIndex;
    content: counter(storeIndex)".";
}
.storList .item .tit span {
    font-size: 14px;
    color: #999;
    padding-left: 15px;
}
.storList .item .btn {
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
    padding: 0 20px;
    background: #FF6600;
    color: #fff;
    border-radius: 18px;
    margin-top: 20px;
}
.storList .item:hover {
    background: #E6E6E6;
}
.storList .item i.iconfont {
    padding-right: 8px;
}
.jobban {
    text-align: center;
    max-width: 640px;
    margin: auto;
}
.jobban .sear {
    margin: 30px auto 0;
    border: none;
    background: #fff;
    max-width: 400px;
    height: 40px;
    border-radius: 20px;
    color: #666;
}
.jobban .sear i {
    line-height: 40px;
}
.topCatgrayBlock {
    background: #fff;
    margin-bottom: 26px;
    position: relative;
    z-index: 30;
    padding: 30px 40px;
    line-height: 34px;
    margin-top: -100px;
}
.topCatgrayBlock .item {
    justify-content: flex-start;
    margin-bottom: 20px;
    align-items: flex-start;
}
.topCatgrayBlock .item .catt {
    flex: 0 0 auto;
    width: 140px;
}
.topCatgrayBlock .item a {
    display: inline-block;
    vertical-align: middle;
    padding-right: 30px;
}
.topCatgrayBlock .item a.cur {
    color: #FF6600;
}
.jobList {
    padding: 40px;
    background: #fff;
}
.jobList .line {
    border-bottom: 1px solid #E6E6E6;
}
.jobList .line .lineHead {
    line-height: 60px;
    white-space: nowrap;
    font-size: 16px;
    color: #333;
    cursor: pointer;
    padding-left: 20px;
}
.jobList .line .lineHead>div {
    flex: 0 0 auto;
    width: 20%;
    padding-right: 20px;
}
.jobList .line .lineHead .dd5 {
    width: 10%;
}
.jobList .line .lineHead .dd1 {
    flex: 1 1 auto;
    text-align: left;
    width: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.jobList .line .lineHead .dd5 {
    text-align: center;
}
.jobList .line .lineText {
    color: #999;
    font-size: 14px;
    line-height: 2;
    padding: 10px 20px 40px;
    display: none;
}
.jobList .line .lineText b, .jobList .line .lineText strong {
    color: #333;
    font-weight: normal;
    font-size: 16px;
}
.jobList .line .apply {
    margin-top: 30px;
    text-align: center;
}
.jobList .line .apply a {
    display: inline-block;
    width: 147px;
    text-align: center;
    line-height: 36px;
    border-radius: 18px;
    background: #FF6600;
    color: #fff;
}
.jobList .line.lineTop .lineHead {
    line-height: 40px;
    background: #F5F5F5;
}
.pb5 {
    padding-bottom: 5%;
}
.pbanner.h800 {
    height: 800px;
}
.jobList .line.lineTop {
    border: none;
}
.jobList .line .lineHead .dd5 i {
    color: #ccc;
    font-size: 14px;
    -webkit-transition: .3s;
    -ms-transition: .3s;
    transition: .3s;
    display: inline-block;
    vertical-align: middle;
}
.jobList .line .lineHead.cur .dd5 i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.pageForm {
    background: #fff;
    padding: 40px 0 50px;
    font-size: 16px;
}
.pageForm .tit {
    font-size: 28px;
    padding: 0 40px 40px;
    border-bottom: 1px solid #E6E6E6;
    margin-bottom: 40px;
    color: #333;
}
.pageForm .line {
    padding: 0 40px;
    margin-bottom: 20px;
    line-height: 2;
}
.pageForm .line .input {
    width: 540px;
    max-width: 100%;
    position: relative;
    padding-right: 20px;
}
.pageForm .line input[type="text"] {
    width: 100%;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0 10px;
    outline: none;
    color: #666;
}
.pageForm .line textarea {
    width: 100%;
    height: 150px;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px;
    outline: none;
    resize: none;
    color: #666;
}
.pageForm .line input:focus {
    border-color: #666;
}
.pageForm .line .flieBtn {
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
    background: #F5F5F5;
    border: 1px solid #ccc;
    padding: 0 10px;
    border-radius: 4px;
    cursor: pointer;
    margin-right: 10px;
    color: #999;
    font-size: 14px;
}
.pageForm .line .tip {
    font-size: 12px;
    color: #999;
}
.pageForm .line .code input[type="text"] {
    width: 120px;
    border-radius: 0;
    border-left: none;
    border-right: none;
    border-top: none;
    margin-right: 10px;
    text-align: center;
}
.pageForm .line .code .img {
    display: inline-block;
    vertical-align: middle;
}
.pageForm .line .file {
    margin-bottom: 60px;
}
.pageForm .btns {
    padding: 0 40px;
    width: 520px;
    max-width: 100%;
    text-align: center;
    margin-top: 60px;
}
.pageForm .btns .btn {
    display: inline-block;
    vertical-align: middle;
    width: 125px;
    text-align: center;
    line-height: 40px;
    border-radius: 20px;
    background: #FF6600;
    color: #fff;
    cursor: pointer;
    border: none;
}
.pageForm.style2 {
    padding: 0;
    background: none;
}
.pageForm .lineGroup {
    margin-bottom: 60px;
}
.pageForm .lineGroup .tit {
    padding: 0;
    font-size: 20px;
    border: none;
    margin-bottom: 20px;
}
.pageForm .lineGroup .line {
    padding: 0;
}
.radios .item {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    font-size: 14px;
    cursor: pointer;
    line-height: 30px;
}
.radios .item .inp {
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
    width: 14px;
    height: 14px;
    position: relative;
}
.radios .item .inp input {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
    z-index: 10;
}
.radios .item .inp i {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border: 1px solid #666;
    border-radius: 50%;
}
.radios .item .inp i:after {
    width: 50%;
    height: 50%;
    content: "";
    position: absolute;
    left: 25%;
    top: 25%;
    border-radius: 50%;
}
.radios .item .inp input:checked+i:after {
    background: #44B0FF;
}
.radios .item .inp input:checked+i {
    border-color: #44B0FF;
}
.radios .item label {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
}
.pageForm.style2 .line .input {
    width: 820px;
}
.pageForm .line .require:after {
    content: "*";
    width: 20px;
    color: #E63900;
    line-height: 20px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -10px;
}
.pageForm .line .selectBox {
    border-color: #ccc;
    background: #fff;
    font-size: 14px;
}
.pageForm .line .selectBox:after {
    right: -20px;
}
.pageForm .addBtn {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    border: 1px solid #44B0FF;
    padding: 0 10px;
    line-height: 30px;
    border-radius: 4px;
    color: #44B0FF;
    cursor: pointer;
    -webkit-transition: .4s;
    transition: .4s;
    display: none;
}
.pageForm .addBtn i {
    font-style: normal;
    padding-right: 5px;
    display: inline-block;
    vertical-align: middle;
}
.pageForm .addBtn:hover {
    background: #44B0FF;
    color: #fff;
}
.privacy {
    font-size: 14px;
    color: #999;
}
.privacy input[type="checkbox"] {
    width: 14px;
    height: 14px;
    vertical-align: middle;
    margin-right: 5px;
    margin-bottom: 3px;
}
.privacy span {
    color: #44B0FF;
    cursor: pointer;
}
.Firmware {
    margin-bottom: -20px;
}
.Firmware .item {
    background: #fff;
    margin-bottom: 20px;
    padding: 40px;
    line-height: 2;
}
.Firmware .item .tit {
    font-size: 20px;
    color: #333;
    margin-bottom: 20px;
    border-bottom: 1px solid #E6E6E6;
    line-height: 1;
    padding-bottom: 20px;
    padding-right: 80px;
    position: relative;
}
.Firmware .item .tit span {
    font-size: 14px;
    color: #666;
    padding-left: 20px;
}
.Firmware .item .tit .download {
    position: absolute;
    right: 0;
    width: 40px;
    line-height: 40px;
    text-align: center;
    color: #44B0FF;
    top: 50%;
    margin-top: -25px;
}
.Firmware .item .tit .download i {
    font-size: 18px;
}
.Firmware .item .text .t {
    font-size: 16px;
    color: #333;
}
.Firmware .item .text .c {
    margin-bottom: 10px;
}
.Guides {
    padding: 40px;
    background: #fff;
}
.Guides .item {
    position: relative;
    line-height: 64px;
    font-size: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 50px;
    padding-left: 20px;
    color: #333;
}
.Guides .item:nth-child(2n+1) {
    background: #F5F5F5;
}
.Guides .item .download {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    text-align: center;
    color: #44B0FF;
}
.sideRight>.tit {
    font-size: 28px;
    color: #333;
    margin-bottom: 40px;
}
@media(max-width:768px) {
    .mapcontainer {
        padding-bottom: 50%;
    }
    #map {
        height: auto;
        padding-bottom: 50%;
        top: auto;
        bottom: 0;
        width: 100%;
    }
    .storList {
        margin: 0;
    }
    .storList .items {
        height: auto;
        padding: 10px;
    }
    .searhBlock .sear {
        margin-right: 10px;
    }
    .searhBlock {
        margin-bottom: 30px;
    }
    .pbanner.h800 {
        height: 50vh;
    }
    .topCatgrayBlock {
        margin-top: 30px;
        padding: 20px 10px 10px;
        line-height: 2;
    }
    .topCatgrayBlock .item {
        display: block;
    }
    .topCatgrayBlock .item .catt {
        width: auto;
        color: #333;
        font-size: 16px;
    }
    .topCatgrayBlock .item a {
        padding-right: 20px;
    }
    .jobList {
        padding: 20px;
        width: 100%;
        overflow: hidden;
    }
    .jobList .lines {
        overflow: auto;
    }
    .jobList .line .lineHead .dd2, .jobList .line .lineHead .dd3, .jobList .line .lineHead .dd4 {
        display: none;
    }
    .jobList .line .lineHead {
        line-height: 50px;
        padding-left: 10px;
    }
    .jobList .line .lineHead>div {
        width: auto;
    }
    .jobList .line .lineHead .dd5 {
        width: 70px;
        padding: 0 10px;
    }
    .jobList .line .lineText {
        padding: 10px 10px 20px;
    }
    .pageForm .tit {
        padding: 0 20px 20px;
        font-size: 22px;
        margin-bottom: 20px;
    }
    .pageForm .line {
        padding: 0 20px;
    }
    .pageForm .line .file {
        margin-bottom: 0;
    }
    .pageForm .btns {
        padding: 0 20px;
        margin-top: 40px;
    }
    .pageForm {
        padding: 20px 0 30px;
    }
    .pageForm .lineGroup {
        margin-bottom: 30px;
    }
    .Guides {
        padding: 20px 10px;
    }
    .sideRight>.tit {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .Guides .item {
        line-height: 45px;
        font-size: 14px;
        padding-left: 10px;
    }
}
.aboutBlock {
    padding: 5% 0;
}
.aboutBlock .text {
    max-width: 800px;
    text-align: center;
    margin: 0 auto 50px;
    font-size: 16px;
}
.aboutBlock2 {
    padding: 6% 0;
    background: #F5F5F5;
    text-align: center;
    font-size: 16px;
}
.aboutBlock2 .text {
    max-width: 800px;
    margin: auto;
}
.mails {
    padding: 5% 0;
}
.mails .items {
    position: relative;
}
.mails .items .item {
    margin-right: 50%;
    text-align: right;
    font-size: 20px;
    position: relative;
    padding-right: 5%;
}
.mails .items .item .tit {
    font-size: 28px;
    color: #333;
    line-height: 1;
    margin-bottom: 10px;
}
.mails .items .item .imgbox {
    margin-top: 20px;
    border-radius: 10px;
    overflow: hidden;
}
.mails .items .item:nth-child(2n) {
    margin-right: 0;
    margin-left: 50%;
    text-align: left;
    padding-right: 0;
    padding-left: 5%;
}
.mails .items .item:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #ccc;
    top: 0;
    right: 0;
    margin-right: -11px;
    background: #fff;
    z-index: 5;
}
.mails .items .item:before {
    content: "";
    position: absolute;
    top: 5px;
    width: 12px;
    height: 12px;
    background: #ccc;
    border-radius: 50%;
    right: -6px;
    z-index: 10;
}
.mails .items .item:nth-child(2n):after {
    left: -11px;
    right: auto;
}
.mails .items .item:nth-child(2n):before {
    left: -6px;
    right: auto;
}
.mails .items:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    border-right: 1px solid #ccc;
    height: 100%;
}
.mails .items .item+.item {
    margin-top: -9%;
}
.mails .items .item:last-child {
    margin: 0;
    text-align: center;
    width: 100%;
    padding: 0;
    padding-top: 30px;
    background: #fff;
    z-index: 10;
}
.mails .items .item:last-child:before {
    left: 50%;
    margin-left: -6px;
}
.mails .items .item:last-child:after {
    left: 50%;
    margin-left: -11px;
}
.mails .items .item:last-child .imgbox {
    display: none;
}
.advantage {
    padding: 100px 0;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.advantage .text {
    max-width: 800px;
    margin: 0 auto 90px;
}
.advantage .text h3 {
    font-size: 40px;
    font-weight: normal;
    margin-bottom: 20px;
}
.advantage .data {
    justify-content: space-around;
    padding-bottom: 10%;
    align-items: flex-start;
}
.advantage .data .item {
    padding: 0 20px;
    font-size: 20px;
}
.advantage .data .item .count {
    font-size: 100px;
    font-weight: bold;
    font-family: "RedHatDisplay-Bold"
    line-height: 1;
    margin-bottom: 20px;
}
.advantageText {
    position: relative;
    margin-top: -100px;
    padding-bottom: 5%;
}
.advantageText .auto {
    background: #fff;
    padding: 100px 2%;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
}
.advantageText .content {
    max-width: 800px;
    margin: auto;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
}
.advantageText .content h3 {
    font-size: 40px;
    line-height: 1;
    font-weight: normal;
    color: #333;
    margin-bottom: 40px;
}
@media(max-width:1024px) {
    .mails .items .item {
        font-size: 16px;
    }
    .mails .items .item .tit {
        font-size: 20px;
    }
    .advantage .text h3 {
        font-size: 24px;
    }
    .advantage .data .item .count {
        font-size: 40px;
    }
    .advantage .data .item {
        font-size: 18px;
    }
    .advantageText .auto {
        margin: 0 20px;
        padding: 40px 2%;
    }
    .advantageText {
        margin-top: -50px;
    }
    .advantage {
        padding: 50px 0;
    }
    .advantageText .content h3 {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .advantageText .content {
        font-size: 14px;
    }
}
@media(max-width:560px) {
    .aboutBlock2 {
        padding: 30px 0;
    }
    .aboutBlock .text {
        margin: 0 auto 30px;
        font-size: 14px;
    }
    .mails .items .item {
        font-size: 12px;
        overflow: hidden;
        margin-right: 0 !important;
        padding: 0 !important;
        margin-left: 0 !important;
        margin-bottom: 40px;
    }
    .mails .items .item .content {
        width: 46%;
        float: left;
    }
    .mails .items .item .imgbox {
        float: right;
        width: 46%;
        margin-top: 0;
    }
    .mails .items .item:before {
        left: 50% !important;
        margin-left: -5px !important;
        right: auto !important;
        width: 10px;
        height: 10px;
    }
    .mails .items .item:after {
        left: 50% !important;
        margin-left: -10px !important;
        right: auto !important;
        width: 18px;
        height: 18px;
    }
    .mails .items .item+.item {
        margin-top: 0;
    }
    .mails .items .item:nth-child(2n) .content {
        float: right;
    }
    .mails .items .item:nth-child(2n) .imgbox {
        float: left;
    }
    .mails .items .item .tit {
        font-size: 18px;
    }
    .mails .items .item:last-child {
        padding-top: 40px !important;
    }
    .mails .items .item:last-child .content {
        width: auto;
        float: none;
    }
    .advantage .text {
        margin-bottom: 30px;
    }
    .advantage .data .item {
        font-size: 14px;
    }
    .advantage .data .item .count {
        font-size: 20px;
    }
}
@media(min-width:768px) {
    .lighting.newsCenter .item {
        width: 49%;
    }
    .lighting.newsCenter .item:nth-child(3n) {
        margin-right: 2%;
    }
    .lighting.newsCenter .item:nth-child(2n) {
        margin-right: 0;
    }
}
.newsInfo {
    width: 67%;
    max-width: 800px;
    font-size: 16px;
}
.contentHead {
    margin-bottom: 60px;
    font-size: 14px;
    color: #999;
}
.contentHead h3 {
    font-size: 28px;
    color: #333;
    font-weight: normal;
    padding-bottom: 10px;
}
.newsInfo img {
    width: 100%;
    height: auto;
}
.newsInfo h4 {
    font-size: 20px;
    color: #333;
    font-weight: normal;
}
.infoSide {
    width: 25%;
}
.infoSide .tit {
    font-size: 20px;
    color: #333;
    line-height: 1;
    margin-bottom: 20px;
}
.newsLabel {
    margin-bottom: 40px;
    font-size: 12px;
    line-height: 22px;
}
.newsLabel a {
    padding-right: 20px;
    color: #44B0FF;
    display: inline-block;
    vertical-align: middle;
}
.sideNews .item {
    margin-bottom: 20px;
}
.sideNews .item .t {
    color: #333;
    margin: 10px 0 6px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.sideNews .item .c {
    color: #999;
    font-size: 12px;
}
.pbanner.pro {
    height: 100vh;
    font-size: 40px;
}
.pbanner.pro .positionCenter {
    text-align: center;
    top: 10%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.pbanner.pro h3 {
    font-size: 80px;
    font-weight: bold;
    font-family: "RedHatDisplay-Bold"
    line-height: 1;
    margin-bottom: 24px;
}
.pbanner img {
    width: 100%;
}
@media(max-width:768px) {
    .newsInfo {
        width: 100%;
    }
    .contentHead {
        margin-bottom: 30px;
    }
    .contentHead h3 {
        font-size: 20px;
    }
    .newsInfo h4 {
        font-size: 18px;
    }
    .infoSide {
        width: 100%;
        margin-top: 30px;
    }
    .infoSide .tit {
        font-size: 18px;
    }
}
.black {
    background: #000;
    color: #fff;
}
.section {
    padding: 7% 0;
    width: 100%;
    text-align: center;
}
.section .text {
    max-width: 720px;
    margin: auto;
    font-size: 20px;
}
.section .text .tit {
    font-size: 40px;
    margin-bottom: 30px;
}
.imagesScroll {
    height: 300vh;
}
.scrollContainer {
    position: sticky;
    top: 0;
    text-align: center;
}
.imgsSection {
    margin-top: 7%;
}
.imgsContainer img {
    margin: auto;
    height: 483px;
    display: none;
}
.imgsContainer img:first-child {
    display: block;
}
.fullContainer .content {
    margin-bottom: 60px;
    font-size: 20px;
}
.fullContainer .tit {
    font-size: 60px;
    line-height: 1.2;
    margin-bottom: 30px;
}
.fullContainer .imgbox {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    border-radius: 20px;
}
.fullContainer .imgbox .text {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 100%;
    font-size: 20px;
    z-index: 30;
}
.fullContainer .imgbox .text .con {
    max-width: 420px;
    position: relative;
    opacity: 0;
    top: 60px;
    -webkit-transition: 2s;
    transition: 2s;
}
.fullContainer .imgbox .text.show .con {
    opacity: 1;
    top: 0;
}
.sectionImg {
    margin-top: 100px;
    text-align: center;
}
.photos {
    padding: 7% 0;
    font-size: 0;
}
.photos .item {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 40%;
    margin-right: 10%;
    margin-bottom: 10%;
    font-size: 20px;
    opacity: 0;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    transition: opacity .6s linear, -webkit-transform .6s ease-out;
    -webkit-transition: opacity .6s linear, -webkit-transform .6s ease-out;
    transition: opacity .6s linear, transform .6s ease-out;
    transition: opacity .6s linear, transform .6s ease-out, -webkit-transform .6s ease-out;
}
.photos .item:nth-child(2n) {
    margin-right: 0;
    margin-left: 10%;
    top: 150px;
}
.photos .item .tit {
    margin-top: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.photos .item.show {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: opacity .6s linear, -webkit-transform .6s ease;
    -webkit-transition: opacity .6s linear, -webkit-transform .6s ease;
    transition: opacity .6s linear, transform .6s ease;
    transition: opacity .6s linear, transform .6s ease, -webkit-transform .6s ease;
}
.techSpecs {
    padding: 6% 0 0;
}
.titleLeft {
    font-size: 40px;
    color: #333;
    margin-bottom: 60px;
}
.table table {
    width: 100%;
    border-spacing: 0;
}
.table th {
    font-size: 20px;
    font-weight: normal;
    color: #333;
    text-align: left;
    height: 40px;
    border: none;
    border-bottom: 1px solid #E6E6E6;
}
.table td {
    text-align: left;
    height: 40px;
    border: none;
    border-bottom: 1px solid #E6E6E6;
}
.table {
    margin-bottom: 60px;
}
.download {
    padding-bottom: 6%;
}
.dlist {
    width: 48%;
}
.dlist .tit {
    font-size: 28px;
    margin-bottom: 10px;
}
.dlist .item {
    margin-bottom: 20px;
    position: relative;
}
.dlist .item .a {
    display: block;
    font-size: 20px;
    line-height: 64px;
    background: #F5F5F5;
    padding: 0 60px 0 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.dlist .item i.iconfont {
    position: absolute;
    width: 20px;
    text-align: center;
    line-height: 20px;
    right: 20px;
    top: 50%;
    margin-top: -10px;
}
.dlist .item .a span {
    font-size: 14px;
    color: #999;
    padding-left: 10px;
}
.section .text.left {
    max-width: 960px;
    text-align: left;
    margin: 0;
}
.sectionImages {
    margin-top: 100px;
    font-size: 0;
}
.sectionImages .imgbox {
    display: inline-block;
    vertical-align: middle;
    width: 48%;
    margin-right: 2%;
}
.sectionImages .imgbox:nth-child(2n) {
    margin-left: 2%;
    margin-right: 0;
}
.pbanner.pro.style2 .positionCenter {
    text-align: left;
    top: 45%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.pbanner.pro.style2 .positionCenter .videoBtn {
    margin: 30px 0 0;
}
.layerLines {
    padding: 7% 0;
}
.imgLine {
    overflow: hidden;
    margin-bottom: 150px;
}
.imgLine .text {
    width: 45%;
    max-width: 490px;
    float: left;
    font-size: 20px;
    margin-right: 5%;
}
.imgLine .text .tit {
    font-size: 60px;
    line-height: 1.2;
    margin-bottom: 30px;
}
.imgLine .img {
    float: right;
    width: 50%;
    text-align: right;
}
.imgLine:nth-child(2n) .text {
    float: right;
    margin-right: 0;
    margin-left: 5%;
}
.imgLine:nth-child(2n) .img {
    float: left;
    text-align: left;
}
.imgLine:last-child {
    margin-bottom: 0;
}
.autoSlider {
    margin-top: 60px;
    position: relative;
}
.autoSlider .swiper-container {
    overflow: visible;
}
.autoSlider:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    right: 100%;
    top: 0;
    z-index: 10;
    position: absolute;
}
.autoSliderControl {
    margin-top: 30px;
    text-align: left;
}
.autoSliderControl span {
    display: inline-block;
    vertical-align: middle;
    width: 46px;
    text-align: center;
    line-height: 44px;
    height: 46px;
    border: 1px solid #fff;
    border-radius: 50%;
    margin-right: 20px;
    cursor: pointer;
}
.fullContainer .content.center {
    text-align: center;
}
.fullContainer .content.center .auto {
    max-width: 720px;
}
.fullContainer .ul {
    width: 56%;
    padding-top: 5%;
}
.fullContainer .ul li {
    margin-bottom: 10%;
    padding-right: 30%;
    position: relative;
    font-size: 20px;
    line-height: 50px;
    max-height: 90px;
    overflow: hidden;
    -webkit-transition: .6s;
    transition: .6s;
    top: 150px;
    opacity: 0;
}
.fullContainer .ul li:after {
    width: 26%;
    content: "";
    border-bottom: 1px solid #fff;
    position: absolute;
    right: 0;
    top: 50%;
}
.fullContainer .show .ul li {
    top: 0;
    opacity: 1;
}
.fullContainer .show .ul li:nth-child(2) {
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}
.fullContainer .show .ul li:nth-child(3) {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}
.fullContainer .show .ul li:nth-child(4) {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}
.fullContainer .show .ul li:nth-child(5) {
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
}
.fullImage .imgbox img {
    -webkit-transform: none;
    transform: none;
}
.threeImgs {
    overflow: hidden;
    margin-top: 60px;
}
.threeImgs .item {
    float: left;
    width: 48%;
    padding-bottom: 30%;
    margin-left: 2%;
    margin-bottom: 2%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    -webkit-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: .6s;
    transition: .6s;
}
.threeImgs .item:first-child {
    width: 50%;
    margin-left: 0;
    padding-bottom: 62%;
}
.threeImgs .item.show {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
@media(max-width:1024px) {
    .pbanner.pro h3 {
        font-size: 44px;
    }
    .pbanner.pro {
        font-size: 18px;
        height: 92vh;
    }
    .section .text .tit {
        font-size: 28px;
    }
    .section .text {
        font-size: 18px;
    }
    .imgsSection {
        margin-top: 40px;
    }
    .scrollContainer {
        padding-top: 40px;
    }
    .fullContainer .content {
        margin-bottom: 30px;
        font-size: 16px;
    }
    .fullContainer .tit {
        font-size: 30px;
    }
    .fullContainer .imgbox .text {
        font-size: 18px;
    }
    .photos .item {
        width: 47%;
        margin-right: 3%;
    }
    .photos .item:nth-child(2n) {
        margin-left: 3%;
    }
    .titleLeft {
        font-size: 30px;
        margin-bottom: 30px;
    }
    .table {
        margin-bottom: 40px;
    }
    .dlist .tit {
        font-size: 20px;
    }
    .dlist .item .a {
        font-size: 16px;
    }
    .dlist .item .a span {
        font-size: 12px;
    }
    .imgLine .text .tit {
        font-size: 36px;
    }
    .imgLine .text {
        font-size: 16px;
    }
    .imgLine .img {
        width: 40%;
    }
    .imgLine {
        margin-bottom: 50px;
    }
    .autoSliderControl span {
        width: 32px;
        height: 32px;
        line-height: 30px;
    }
    .autoSliderControl span i {
        font-size: 12px;
    }
    .fullContainer .ul li {
        font-size: 16px;
        line-height: 24px;
        max-height: 48px;
    }
}
@media(max-width:768px) {
    .scrollContainer {
        padding-top: 60px;
    }
    .section .text .tit {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .section .text {
        font-size: 14px;
    }
    .imgsContainer img {
        height: auto;
        width: 100%;
    }
    .fullContainer .tit {
        font-size: 24px;
    }
    .fullContainer .imgbox .text,
    .fullContainer .imgbox .text *{
        font-size: 14px;
        line-height: 1.4;
    }
    .sectionImg {
        margin: 50px auto 0;
    }
    .sectionImg img {
        max-width: 60%;
    }
    .photos .item:nth-child(2n) {
        top: 50px;
    }
    .photos .item .tit {
        font-size: 14px;
        margin-top: 10px;
    }
    .photos .item {
        margin-bottom: 10px;
    }
    .photos {
        padding: 7% 0 70px;
    }
    .titleLeft {
        font-size: 24px;
        margin-bottom: 10px;
    }
    .table th {
        font-size: 16px;
    }
    .table td {
        font-size: 12px;
        padding: 7px 0;
    }
    .dlist .tit {
        font-size: 18px;
    }
    .dlist {
        width: 100%;
        float: none;
    }
    .dlist .item .a {
        font-size: 14px;
        padding: 0 40px 0 10px;
        line-height: 40px;
    }
    .dlist .item i.iconfont {
        right: 10px;
        font-size: 13px;
    }
    .imgLine .text, .imgLine:nth-child(2n) .text {
        float: none;
        width: auto;
        margin: 0 0 30px;
        font-size: 14px;
    }
    .imgLine .text .tit {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .imgLine .img, .imgLine:nth-child(2n) .img {
        width: auto;
        float: none;
        text-align: center;
        max-width: 60%;
        margin: auto;
    }
    .sectionImg.autoWidth img {
        max-width: 100%;
    }
    .autoSlider {
        margin-top: 30px;
    }
    .autoSlider .swiper-container {
        overflow: hidden;
    }
    .autoSliderControl {
        text-align: center;
    }
    .fullContainer .ul li {
        font-size: 12px;
        margin-bottom: 10px;
        line-height: 20px;
        max-height: 40px;
    }
}
.videoMask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    z-index: 99;
    display: none;
}
.videoContainer {
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 90%;
}
.videoContainer .close {
    position: absolute;
    right: 0;
    top: -20px;
    line-height: 20px;
    cursor: pointer;
    color: #fff;
    z-index: 10;
}
.videoContainer .close i {
    font-size: 14px;
}
.videoContainer video {
    width: 100%;
    display: block;
    position: relative;
    z-index: 9999;
}
@media(max-width:560px) {
    .videoContainer {
        width: 90%;
    }
}
/* 2021.10.18 */
.page-title {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
    color: #333333;
    margin-bottom: 60px;
}
.text-desc {
    font-size: 16px;
    line-height: 26px;
    color: #333333;
}
.productCenter {
    flex: 1;
}
.flex-no {
    justify-content: unset;
}
.submitBox button {
    width: 100%;
    display: block;
    height: 100%;
    outline: none;
    border: none;
    cursor: pointer;
}
/* 2021 10.19 */
/*搜索*/
.video .dot2 {
    display: none;
}
.search-box {
    margin: 70px auto 50px;
}
.home-con-three {
    margin-top: 40px;
}
.search-box .Tnews {
    text-align: center;
    line-height: 40px;
    font-size: 38px;
    color: #333333;
}
.search-box .Tnews {
    text-align: center;
    line-height: 40px;
    font-size: 38px;
    color: #333333;
}
.search-box .Tnews::after {
    content: '';
    display: block;
    width: 1em;
    height: 2px;
    background-color: #1685da;
    margin: 25px auto;
}
.home-con-three .search-shell {
    position: relative;
    padding: 0 20px;
    line-height: 50px;
    border-radius: 8px;
    overflow: hidden;
}
.home-con-three .search-shell input {
    color: #000;
}
.home-con-three .search-shell input {
    font-size: 16px;
    width: 100%;
    line-height: 50px;
    height: 50px;
    padding-right: 100px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.home-con-three .search-shell .but_a {
    cursor: pointer;
    font-size: 20px;
    position: absolute;
    right: 0;
    height: 100%;
    width: 110px;
    text-align: right;
    color: #fff;
    padding: 0 20px;
    background: #1685da url(../images/search_icon2.png) no-repeat 20px center;
    border-radius: 8px 0 0 8px;
    margin-top: 0;
}
.search-list table tr {
    border-bottom: 1px solid #ccc;
    text-align: center;
}
/*table td,table th{padding:5px 10px;border:1px solid #ddd;box-sizing:border-box;text-align:center;} table{background-color:transparent;border-spacing:0;border-collapse:collapse;font-size:16px;width:100%;border-top:solid 1px #ddd;border-left:solid 1px #ddd;box-sizing:border-box;} */
.search-list table {
    max-width: 1200px;
    width: 100%;
    margin: auto;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
.search-shell {
    position: relative;
    padding: 100px 10px;
    line-height: 50px;
    /* border:solid 1px #ffffff;*/
    border-radius: 8px;
    overflow: hidden;
    max-width: 700px;
    border-radius: 50px;
    margin: auto;
}
.search-shell input {
    color: #333333;
    font-size: 16px;
    width: 100%;
    line-height: 50px;
    /* height:50px;*/
    padding-right: 100px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50px;
    padding-left: 48px;
    border-color: transparent;
    padding-right: 20px;
}
.search-shell .but_a {
    cursor: pointer;
    font-size: 20px;
    position: absolute;
    right: 0;
    height: 100%;
    width: 110px;
    text-align: right;
    color: #fff;
    padding: 0 20px;
    background: #1685da url(../images/search_icon2.png) no-repeat 20px center;
    border-radius: 8px 0 0 8px;
    margin-top: 0;
    display: none;
}
.iconfont1:before {
    content: "\e6ad";
    cursor: pointer;
    font-size: 20px;
    position: absolute;
    left: 15px;
    height: 100%;
    width: 100%;
    max-width: 24px;
    /* top:14px;*/
    max-height: 24px;
    text-align: right;
    color: #000;
    border-radius: 0;
    display: block;
    margin-top: 0;
    padding: 2px 0;
    font-family: "iconfont" !important;
}
i.iconfont1.sn-search {
    /*font-family: "iconfont" !important;*/
    font-size: 16px;
    font-style: normal;
}
.box-lcon.padd.wow.fadeInLeft {
    background: #000;
}
input::-webkit-input-placeholder {
    color: #333333;
}
.search-list ul li {
    list-style: none;
    float: left;
    font-size: 16px;
    /*font-family: Roboto;*/
    font-weight: 400;
    line-height: 19px;
    color: #666666;
    margin-right: 60px;
    line-height: 2;
}
.search-list {
    margin: auto;
    margin-top: 6rem;
    margin-bottom: 2rem;
    max-width: 1200px;
    display: flex;
}
li:hover .sp {
    border-bottom: 2px solid #FF6600;
}
ul.wow.fadeInUp .sp {
    padding-bottom: 5px;
}
/*PicList002938 */
.PicList002938 ul {
    padding: 1.93vw 0;
    border-bottom: 1px dotted #cecece;
}
.PicList002938 li .inner {
    padding-left: 33px;
    font-size: 16px;
}
.PicList002938 li time {
    color: #c8c8c8;
}
.PicList002938 li time a {
    float: left;
    color: #e43937;
    text-decoration: none;
    font-size: 14px;
    /*font-family: Roboto;*/
    font-weight: 400;
    line-height: 17px;
    color: #44B0FF;
}
.PicList002938 li p {
    color: #b8b8b8;
    line-height: 1.625em;
    height: 3.25em;
    font-weight: 400;
    line-height: 19px;
    color: #FF6600;
    line-height: 1.5;
}
.PicList002938 li aside {
    font-size: 18px;
    margin-bottom: 15px;
}
.PicList002938 li aside a {
    color: #1e1e1e;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: #333333;
}
.PicList002938 li aside a:hover {
    color: #ff6600;
}
.PicList002938 {
    padding-bottom: 5%;
}
@media(min-width:481px) {
    .PicList002938 ol {
        width: 177px;
    }
}
@media(max-width:640px) {
    .PicList002938 li .inner {
        padding-left: 3vw;
        font-size: 14px;
    }
    .PicList002938 li aside {
        font-size: 16px;
    }
}
@media(max-width:480px) {
    .PicList002938 .ytable, .PicList002938 .ytable-cell {
        display: block;
    }
    .PicList002938 ul {
        padding: 3vw 0;
        overflow: hidden;
    }
    .PicList002938 li .inner {
        padding: 3vw;
    }
}
.auto.auto_1150 {
    max-width: 1200px;
    margin: auto;
}
li.ytable-cell {
    list-style: none;
}
img.img-block {
    max-width: 331px;
    max-height: 200px;
    float: left;
    margin-right: 20px;
}
.ytable-cell {
    display: table-cell;
    vertical-align: middle;
}
ol.ytable-cell img {
    max-width: 331px;
    max-height: 200px;
}
/*搜索*/
}
@media screen and (max-width:768px) {
    /*搜索*/
    .video .dot2 {
        display: none;
    }
    .search-box {
        margin: 70px auto 50px;
    }
    .home-con-three {
        margin-top: 40px;
    }
    .search-box .Tnews {
        text-align: center;
        line-height: 40px;
        font-size: 38px;
        color: #333333;
    }
    .search-box .Tnews {
        text-align: center;
        line-height: 40px;
        font-size: 38px;
        color: #333333;
    }
    .search-box .Tnews::after {
        content: '';
        display: block;
        width: 1em;
        height: 2px;
        background-color: #1685da;
        margin: 25px auto;
    }
    .home-con-three .search-shell {
        position: relative;
        padding: 0 20px;
        line-height: 50px;
        border-radius: 8px;
        overflow: hidden;
    }
    .home-con-three .search-shell input {
        color: #000;
    }
    .home-con-three .search-shell input {
        font-size: 16px;
        width: 100%;
        line-height: 50px;
        height: 50px;
        padding-right: 100px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }
    .home-con-three .search-shell .but_a {
        cursor: pointer;
        font-size: 20px;
        position: absolute;
        right: 0;
        height: 100%;
        width: 110px;
        text-align: right;
        color: #fff;
        padding: 0 20px;
        background: #1685da url(../images/search_icon2.png) no-repeat 20px center;
        border-radius: 8px 0 0 8px;
        margin-top: 0;
    }
    .search-list table tr {
        border-bottom: 1px solid #ccc;
        text-align: center;
    }
    /*table td,table th{padding:5px 10px;border:1px solid #ddd;box-sizing:border-box;text-align:center;} table{background-color:transparent;border-spacing:0;border-collapse:collapse;font-size:16px;width:100%;border-top:solid 1px #ddd;border-left:solid 1px #ddd;box-sizing:border-box;} */
    .search-list table {
        max-width: 1200px;
        width: 100%;
        margin: auto;
        border-top: 1px solid #ccc;
        border-left: 1px solid #ccc;
    }
    form {
        max-width: 80%;
        margin: auto;
    }
    .search-shell {
        position: relative;
        padding: 80px 0px;
        line-height: 50px;
        /* border:solid 1px #ffffff;*/
        border-radius: 8px;
        overflow: hidden;
        max-width: 700px;
        border-radius: 50px;
        margin: auto;
    }
    .search-shell input {
        color: #333333;
        font-size: 16px;
        width: 100%;
        line-height: 35px;
        /* height:50px;*/
        padding-right: 100px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 50px;
        padding-left: 48px;
        border-color: transparent;
        padding-right: 20px;
    }
    .search-shell .but_a {
        cursor: pointer;
        font-size: 20px;
        position: absolute;
        right: 0;
        height: 100%;
        width: 110px;
        text-align: right;
        color: #fff;
        padding: 0 20px;
        background: #1685da url(../images/search_icon2.png) no-repeat 20px center;
        border-radius: 8px 0 0 8px;
        margin-top: 0;
        display: none;
    }
    .iconfont1:before {
        content: "\e6ad";
        cursor: pointer;
        font-size: 20px;
        position: absolute;
        left: 48px;
        height: 100%;
        width: 100%;
        max-width: 24px;
        /* top:14px;*/
        max-height: 24px;
        text-align: right;
        color: #000;
        border-radius: 0;
        display: block;
        margin-top: 0;
        padding: 2px 0;
    }
    i.iconfont1.sn-search {
        /*font-family: "iconfont" !important;*/
        font-size: 16px;
        font-style: normal;
    }
    .box-lcon.padd.wow.fadeInLeft {
        background: #000;
    }
    input::-webkit-input-placeholder {
        color: #333333;
    }
    ul.wow.fadeInUp li {
        list-style: none;
        float: left;
        font-size: 16px;
        /*font-family: Roboto;*/
        font-weight: 400;
        line-height: 19px;
        color: #666666;
        margin-right: 20px;
        line-height: 2;
    }
    .search-list {
        margin: auto;
        margin-top: 10px;
        margin-bottom: 0rem;
        max-width: 1200px;
        display: flex;
        padding: 0 20px;
    }
    li:hover .sp {
        border-bottom: 2px solid #FF6600;
    }
    ul.wow.fadeInUp .sp {
        padding-bottom: 5px;
    }
    /*PicList002938 */
    .PicList002938 ul {
        padding: 1.93vw 0;
        padding-top: 25px;
        border-bottom: 1px dotted #cecece;
    }
    .PicList002938 li .inner {
        padding: 20px;
        font-size: 16px;
    }
    .PicList002938 li time {
        color: #c8c8c8;
        display: flex;
    }
    .PicList002938 li time a {
        float: left;
        color: #e43937;
        text-decoration: none;
        font-size: 14px;
        /*font-family: Roboto;*/
        font-weight: 400;
        line-height: 17px;
        color: #44B0FF;
    }
    .PicList002938 li p {
        color: #b8b8b8;
        line-height: 1.625em;
        height: 3.25em;
        font-weight: 400;
        line-height: 19px;
        color: #FF6600;
        font-size: 14px;
        line-height: 1.5;
    }
    .PicList002938 li aside {
        font-size: 18px;
        margin-bottom: 5px;
    }
    .PicList002938 {
        padding-bottom: 5%;
    }
    /*@media(min-width:481px){.PicList002938 ol{width:177px;} } @media(max-width:640px){.PicList002938 li .inner{padding-left:3vw;font-size:14px;} .PicList002938 li aside{font-size:16px;} } @media(max-width:480px){.PicList002938 .ytable,.PicList002938 .ytable-cell{display:block;} .PicList002938 ul{padding:3vw 0;} .PicList002938 li .inner{padding:3vw;} } */
    .auto.auto_1150 {
        max-width: 1200px;
        margin: auto;
    }
    li.ytable-cell {
        list-style: none;
    }
    img.img-block {
        max-width: 331px;
        max-height: 200px;
        /*float:left;*/
        margin-right: 20px;
    }
    /*.ytable-cell{display:table-cell;vertical-align:middle;} */
}
/*搜索*/
/* 2021.10.19 */
.lighting.video a {
    cursor: pointer;
}
.video-s {
    width: 100%;
    height: 100%;
    background-color: #333;
    position: fixed;
    display: none;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
}
.video-s {
    width: 100%;
    height: 100%;
}
.video-s video {
    width: 100%;
    height: 100%;
    object-fit: fill;
}
.video-s .close {
    position: absolute;
    right: 0px;
    top: -16px;
    cursor: pointer;
    font-size: 30px;
}
.video-s .vido-content {
    width: 800px;
    height: 550px;
    overflow: hidden;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding-top: 30px;
}
@media(max-width:1024px) {
    .video-s .vido-content {
        width: 60%;
        height: 40%;
    }
}
@media(max-width:768px) {
    .video-s .vido-content {
        width: 60%;
        height: 32%;
    }
    ol.ytable-cell img {
        max-width: 70px;
        max-height: 100%;
    }
    .PicList002938 li aside a {
        color: #1e1e1e;
        text-decoration: none;
        font-size: 16px;
        font-weight: 600;
        line-height: 24px;
        color: #333333;
    }
    .PicList002938 li aside a:hover {
        color: #ff6600;
    }
    .selectBox {
        margin: auto;
        display: block;
        text-align: left;
    }
}
@media(max-width:480px) {
    .video-s .vido-content {
        width: 86%;
        height: 36%;
    }
}
.onactive a {
    color: #ff6600;
}
.onactive a span {
    border-bottom: 2px solid #FF6600;
}
.PicList002938 li aside {
    cursor: pointer;
}
/* 20211117 */
@media(min-width:768px) {
    .nav>li>a {
        height: 65px;
        line-height: 70px;
    }
}
.nav li .sub dl dt {
    font-weight: bold;
    font-family: "RedHatDisplay-Bold"
}
.videoContainer {
    background: #000;
    width: 960px;
    height: 540px;
    max-height: 90%;
}
.socails .item:hover a {
    color: inherit;
}
.submitBox input {
    height: 36px;
}
.submitBox {
    overflow: visible;
    line-height: 1;
}
.submitBox .line {
    overflow: hidden;
    border-radius: 4px;
}
.submitBox .err {
    font-size: 12px;
    display: none;
    position: absolute;
    left: 10px;
    top: 100%;
    margin-top: 60px;
}
.footer {
    background: #262626;
}
.submitBox input::placeholder {
    color: #999;
}
.bread a {
    color: #fff;
}
.sear input::placeholder {
    color: #999;
}
.productCenter .item .t {
    font-weight: bold;
    font-family: "RedHatDisplay-Bold"
}
.solutions .item .text h3 {
    margin-bottom: 0;
}
.sideNav {
    position: fixed;
    right: 60px;
    bottom: 10%;
    width: 42px;
    display: block !important;
    z-index: 9
}
.sideNav .item {
    cursor: pointer;
    line-height: 38px;
    background: #fff;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #ccc;
    margin-top: 10px;
}
.sideNav .item i {
    font-size: 20px;
    color: #ccc;
}
.photoSlider .prev i, .photoSlider .next i {
    font-size: 20px;
}
.photoSlider .imgbox img {
    max-height: 100%;
    width: auto;
}
.photoSlider .imgbox {
    text-align: center;
    display: inline-block;
}
.lighting .item .text .t {
    line-height: 1;
    margin-bottom: 6px;
}
.Educator .item .text {
    padding-bottom: 14px;
}
.EducatorSide .Educator .item .text {
    padding-bottom: 10px;
}
.share .item a:hover {
    color: #666;
}
.share .item:hover i {
    background: #666;
}
.share .item i {
    background: #999;
}
.appList .item .appLinks {
    padding-right: 110px;
}
.form .line input::placeholder {
    color: #999;
}
.searhBlock .sear input {
    color: #333;
}
.searhBlock .sear input::placeholder {
    color: #999;
}
.pbanner.hauto {
    height: auto;
}
.pbanner.hauto video {
    display: block;
    width: 100%;
}
.advantage .data .item:first-child em {
    display: none;
}
.advantage .data .item .count {
    margin-bottom: 0;
}
.storesNew .item {
    background: #fff;
    margin-bottom: 20px;
    padding: 33px 40px;
    cursor: pointer;
    font-size: 16px;
    line-height: 24px;
    color: #666;
    align-items: center;
    justify-content: flex-start;
}
.storesNew .item:hover {
    box-shadow: 0px 10px 10px rgb(0 0 0 / 10%);
}
.storesNew .item .tit {
    font-size: 28px;
    color: #333;
    line-height: 1;
}
.storesNew .item .tit span {
    display: block;
    font-size: 16px;
    color: #999;
    margin-top: 10px;
}
.storesNew .item>div {
    padding-right: 50px;
}
.storesNew .item .store_address {
    padding-left: 50px;
    width: 445px;
}
.storesNew .item .store_tel {
    padding-left: 50px;
    flex: 1 1 auto;
}
.storesNew .item .mapLink {
    padding-left: 50px;
    padding-right: 0;
    border-left: 1px solid #ccc;
    height: 80px;
    line-height: 80px;
    font-size: 14px;
    white-space: nowrap;
}
.storesNew .item .mapLink i {
    font-size: 12px;
    padding-left: 5px;
}
.contentBlock .table td:first-child {
    width: 340px;
}
.pageForm .line .flieBtn:hover {
    background: #d1d1d1;
    color: #fff;
}
.pageForm .line input[type="text"]::placeholder {
    color: #999;
}
.search-shell input::placeholder {
    color: #999;
}
.search-shell #SearchBtn {
    left: 10px;
    position: absolute;
    top: 50%;
    line-height: 24px;
    margin-top: -12px;
    font-size: 16px;
}
.footBottom .lange a {
    color: #999;
}
.footBottom .lange a:hover {
    color: #fff;
}
.pbanner.pro {
    line-height: 1;
}
.pbanner.pro .videoBtn {
    margin-top: 30px;
}
.pbanner.pro .positionCenter {
    top: 35%;
}
.pbanner.pro {
    height: auto;
}
.pbanner.pro video {
    display: block;
    width: 100%;
}
.proDots {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 30;
    background: #fff;
}
.header {
    z-index: 60;
}
.proDots .flex {
    justify-content: space-between;
    align-items: center;
    height: 56px;
    font-size: 14px;
    color: #666;
}
.proDots .tit {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    font-family: "RedHatDisplay-Bold"
}
.proDots .btns a {
    padding-left: 60px;
}
.pbanner.pro.style2 {
    height: 100vh;
}
.categray.style2 .item a {
    font-weight: bold;
    font-family: "RedHatDisplay-Bold"
}
.categray.style2 .item ul {
    display: block;
}
.categray.style2 .item ul li a {
    font-weight: normal;
}
.mv video {
    width: 100%;
}
@media(max-width:1024px) {
    .appList .item .appLinks {
        padding-right: 0;
    }
    .storesNew .item>div {
        padding-right: 20px;
    }
    .storesNew .item {
        padding: 30px 20px;
        font-size: 14px;
    }
    .storesNew .item .tit {
        font-size: 20px;
    }
    .storesNew .item .store_address {
        width: 320px;
        padding-left: 20px;
    }
    .storesNew .item .store_tel {
        padding-left: 20px;
    }
    .storesNew .item .mapLink {
        padding-left: 30px;
        height: auto;
        line-height: 2;
    }
    .proDots .btns a {
        padding-left: 30px;
    }
}
@media(max-width:560px) {
    .storesNew .item {
        padding: 20px 10px;
        flex-wrap: wrap;
    }
    .storesNew .item .tit {
        width: 100%;
        margin-bottom: 10px;
    }
    .storesNew .item .store_address {
        width: 100%;
        padding: 0;
        margin-bottom: 5px;
    }
    .storesNew .item .store_tel {
        padding-left: 0;
    }
    .storesNew .item .mapLink {
        border: none;
    }
    .pbanner.pro {
        font-size: 14px;
    }
    .pbanner.pro .positionCenter {
        top: 15%;
    }
    .pbanner.pro h3 {
        font-size: 24px;
    }
    .pbanner.pro .videoBtn {
        margin-top: 20px;
        width: 120px;
        line-height: 30px;
        font-size: 12px;
    }
    .pbanner.pro.style2 {
        height: 50vh;
    }
    .proDots .flex {
        flex-wrap: wrap;
        height: 60px;
        line-height: 24px;
        padding: 10px 2%;
    }
    .proDots .btns a {
        padding-left: 10px;
        display: inline-block;
        vertical-align: middle;
        font-size: 14px;
    }
    .proDots .btns {
        font-size: 0;
        width: 100%;
    }
    .proDots .btns a:first-child {
        padding-left: 0;
    }
    .pbanner.pro.style2 .positionCenter {
        padding-left: 20px;
    }
}
@media(max-width:1200px) {
    .sideNav {
        right: 10px;
        bottom: 10px;
    }
}
@media(max-width:768px) {
    .nav li>a {
        border: none;
    }
    .categray .item {
        display: block;
    }
    .footBottom .flexLeft {
        display: flex;
        flex-direction: column-reverse;
        padding-bottom: 20px;
        text-align: left;
    }
    .footBottom .lange {
        display: none;
    }
    .bottomLinks a {
        margin-left: 0;
    }
    .flogo, .flinks, .socails {
        text-align: left;
        justify-content: flex-start;
    }
    .flinks a {
        margin-left: 0;
        margin-right: 10px;
        line-height: 1.5;
    }
    .lighting .item .text {
        padding: 10px;
    }
    .anniu {
        padding-bottom: 30px;
    }
    .minContent {
        line-height: 1.5;
        padding-top: 10px;
    }
    .minContent h3 {
        font-size: 20px;
        margin: 10px 0;
    }
    .table td {
        padding-right: 10px;
    }
    .section .text {
        padding-left: 10px;
        line-height: 1.5;
    }
    .section .text .tit {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .fullContainer .tit {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .fullContainer .content {
        padding-left: 10px;
        line-height: 1.5;
        font-size: 14px;
    }
    .sectionImages {
        margin-top: 10px;
        padding: 0 10px;
    }
    .fullContainer .content {
        margin-bottom: 10px;
    }
    .fullContainer .imgbox .text, .imgLine .text {
        padding: 0 20px;
    }
    .listTop h3 {
        text-align: center;
    }
}
/* 20211203 */
.section {
    padding: 0 0 7%;
}
.fullImage {
    margin-bottom: 7%;
}
.lange a:hover {
    color: #000;
}
.nav li .sub .auto {
    justify-content: flex-start;
}
.searchKeys {
    position: absolute;
    width: 100%;
    left: 0;
    top: 100%;
    background: #fff;
    padding: 20px 0;
    color: #999;
    font-size: 14px;
    line-height: 32px;
    display: none;
}
.searchKeys .tit {
    padding: 0 20px;
    margin-bottom: 10px;
}
.searchKeys .op a {
    display: block;
    cursor: pointer;
    padding: 0 20px;
    font-size: 16px;
    color: #333;
}
.searchKeys .op a:hover {
    background: #F5F5F5;
}
.swiperControl .btns span i {
    margin-bottom: 2px;
}
footer.footer a:hover {
    color: #fff;
}
.submitBox.correct {
    border-color: #fff;
}
.submitBox.correct .btn {
    background: #fff;
}
.submitBox button {
    background: none;
}
.photoSlider .imgbox img {
    -webkit-transform: none !important;
    transform: none !important;
}
.aboutBlock2 .title {
    margin-bottom: 20px;
}
.selectBox .selectDown {
    width: auto;
    left: 20px;
    right: 20px;
    max-height: 204px;
    overflow: auto;
}
.selectBox .selectDown::-webkit-scrollbar, .selects::-webkit-scrollbar {
    width: 4px;
    height: 1px;
}
.selectBox .selectDown::-webkit-scrollbar-thumb {
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
    background: #666;
}
.selectBox .selectDown::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #f2f2f2;
}
.storesNew .item .tit {
    width: 25%;
    flex: 0 0 auto;
}
.storesNew .item .store_tel {
    width: 230px;
    flex: 0 0 auto;
}
.storesNew .item .mapLink {
    width: 145px;
    flex: 0 0 auto;
}
.storesNew .item .store_address {
    width: auto;
    flex: 1 1 auto;
}
@media(max-width:1024px) {
    .storesNew .item .store_tel {
        width: 150px;
    }
}
@media(max-width:560px) {
    .storesNew .item .tit {
        width: auto;
    }
}
.followUs .item a {
    color: #fff;
}
.pageForm .selectBox .selectDown {
    left: 0;
    right: 0;
}
.productInfo {
    flex: 1 1 auto;
}
.productInfo .productDesc {
    color: #fff;
    background: #000;
    margin-bottom: 0;
    padding: 30px 30px 30px 8%;
}
.productInfo img {
    width: 100%;
}
.home .fullImage.scaleBlock {
    margin-bottom: 0;
}
/* 20211207 */
.text-desc ul, .text-desc ol, .text-desc li {
    /* list-style-type:disc; */
    list-style-type: unset;
}
.productInfo .download {
    padding-left: 20px;
    padding-right: 20px;
}
.productInfo .download .titleLeft {
    font-size: 24px;
    margin: 20px 0;
}
.productInfo .dlist .tit {
    font-size: 18px;
}
.photoSlider .imgbox img {
    max-height: 60vh;
}
/* 20211217 */
.lange a {
    font-size: 12px;
}
.nav li .sub dl dt {
    line-height: 1;
    margin-bottom: 5px;
}
.homeBan .swiper-slide img {
    width: 100%;
}
.homeBan .swiper-slide img {
    width: 100%;
}
.videoBtn:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.25);
}
.home .fullImage.scaleBlock .scaleContent {
    transform: scale(1) !important;
}
.anniu a {
    color: inherit;
}
.searchBox input {
    background: none;
    border: none;
    padding: 0 20px 0 40px;
}
.searchBox .searchBtn {
    right: auto;
    left: 10px;
}
.searchKeys {
    margin-top: 15px;
    width: auto;
    left: -1px;
    right: -1px;
}
.socails .item {
    font-size: 0;
    line-height: 1;
}
.socails .item i {
    margin: 0;
    line-height: 24px;
    display: inline;
}
.submitBox .btn {
    border-radius: 0 4px 4px 0;
    bottom: -1px;
}
.selectBox .selectDown {
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}
.categray .item {
    padding-right: 0;
}
.categray .item>a {
    padding-right: 30px;
    position: relative;
    z-index: 10;
}
.infoTop>img {
    width: 100%;
    border-radius: 10px;
}
.minContent h3 {
    margin: 0;
}
.pageMenu li.cur a {
    border-color: #ff6600;
    color: #ff6600;
}
.lighting .item .imgbox img, .sideNews .item img, .sectionImages .imgbox img {
    -webkit-transform: none !important;
    transform: none !important;
}
.selectBox {
    border-radius: 17px;
    padding: 0;
}
.selectBox .selectDown {
    left: -1px;
    right: -1px;
    padding: 10px 0;
    z-index: 19;
}
.selectBox .selectDown>div {
    padding: 0 20px;
}
.selectBox.hover {
    border-radius: 17px 17px 0 0;
    border-color: transparent;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
}
.selectBox.hover .selectDown {
    border-radius: 0 0 17px 17px;
    margin-top: -1px;
    display: block;
}
.selectBox .selectBoxCur {
    padding-left: 20px;
    padding-right: 40px;
    position: relative;
    z-index: 20;
    border-radius: 17px;
}
.selectBox.hover .selectBoxCur {
    border-radius: 17px 17px 0 0;
}
.topInfo h3 {
    font-weight: bold;
    font-family: "RedHatDisplay-Bold"
}
.twoSides {
    align-items: flex-start;
}
.productInfo .productDesc {
    color: #333;
    background: none;
    padding: 0;
    margin-bottom: 10px;
}
.productInfo .download .titleLeft {
    text-align: center;
}
.productInfo .download .dlist .item i.iconfont {
    color: #44B0FF;
}
.clicki .categray .item i {
    z-index: 30;
}
.lighting .item .text .t2 {
    margin-bottom: 10px;
}
.contentHead h3 {
    font-weight: bold;
    font-family: "RedHatDisplay-Bold"
}
.searhBlock .selectBox {
    padding-left: 0;
}
.searhBlock .selectBox {
    border: 1px solid transparent;
}
.sear i {
    width: 20px;
    left: 20px;
}
.sear input {
    padding-left: 50px;
}
.proDots {
    top: 65px;
}
.dlist .item .a {
    position: relative;
    z-index: 20;
    background: none;
}
.dlist .item {
    background: #F5F5F5;
}
.dlist .item i.iconfont {
    color: #44B0FF;
}
.section .text .con {
    animation-delay: 0.2s;
}
.section .sectionImg {
    animation-delay: 0.4s;
    animation-duration: 3s;
}
.sectionImages .imgbox:nth-child(2) {
    animation-delay: 0.4s;
}
.imgLine .text .con {
    position: relative;
    -webkit-transition: .5s;
    transition: .5s;
    top: 60px;
    opacity: 0;
}
.imgLine .text .con.cur {
    opacity: 1;
    top: 0;
}
.imgLine .text .con ul li {
    list-style: outside disc none;
    margin-left: 1em;
}
.imgLine .text .con ol li {
    list-style: outside decimal none;
    margin-left: 1em;
}
.fullContainer .imgbox .text .con {
    -webkit-transition: 1s;
    transition: 1s;
}
@media(max-width:768px) {
    .nav li .sub dl dt {
        line-height: 1;
        margin-bottom: 5px;
    }
    .nav li>a {
        line-height: 40px;
        padding-top: 10px;
    }
    .nav li .sub {
        padding: 0;
    }
    .searchKeys {
        margin-top: 10px;
    }
    .proDots {
        margin-top: -5px;
    }
}
@media(min-width:768px) {
    .sideMenu {
        position: sticky;
        top: 5%;
    }
    .pbanner .positionCenter {
        top: 45%;
    }
    .pbanner.pro .positionCenter {
        top: 195px;
    }
    .pbanner.pro h3 {
        min-height: 80px;
    }
    .pbanner.pro .positionCenter .text {
        min-height: 40px;
    }
    .pbanner.pro {
        margin-bottom: 7%;
    }
}
/* 20211223 */
.productCenter .flex {
    justify-content: flex-start;
}
.lighting .item .text .t {
    line-height: 1.5;
}
.text-desc ul, .text-desc ol, .text-desc li, .newsInfo ul, .newsInfo ol, .newsInfo li {
    /* list-style-type:auto; */
    list-style-type: unset;
}
.photoSlider .swiper-slide .inner {
    max-width: 500px;
}
.categray.style2 .item a i {
    display: none;
}
.productCenter .item .imgbox {
    margin: -20px -20px 0;
}
.listTop .selectBox {
    width: 230px;
}
@media(max-width:768px) {
    .footCenter, .footBottom {
        margin-left: 10px;
        margin-right: 10px;
    }
    .categray .item.cur>a {
        color: #f60;
    }
    .productCenter .item {
        margin-right: 2%;
    }
    .productCenter .item:nth-child(2n) {
        margin-right: 0;
    }
    .categray.style2 .item ul {
        display: none;
    }
    .categray.style2 .item a i {
        display: block;
    }
    .Gallery .item {
        width: 49%;
    }
    .lighting {
        padding: 5px;
    }
    .lighting .item {
        box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    }
    .Firmware .item {
        padding: 20px;
    }
    .appList .item .appIcon {
        float: left;
    }
    .appList .item .content h3 {
        margin-left: 100px;
        height: 80px;
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }
    .appList .item .content {
        padding-top: 0;
    }
    .appLinks .appitem:last-child {
        display: none;
    }
}
@media(min-width:768px) {
    .nav li:hover>a {
        color: #ff6600;
        border-color: #ff6600;
    }
}
@media(max-width:640px) {
    .advantage>.auto {
        margin: 0 20px;
    }
    .advantage .data .item .count {
        font-size: 26px;
    }
    .aboutBlock .text {
        margin: 0 20px 30px;
    }
    .aboutBlock2>.auto {
        margin: 0 20px;
    }
    .pbanner .positionCenter {
        padding: 0 20px;
        line-height: 1.2;
    }
    .pbanner h3 {
        margin-bottom: 10px;
    }
}
/* 2021/12/27 */
.photoSlider .swiper-slide .inner .c, .photoSlider .swiper-slide .inner .t {
    text-align: center;
}
.photoSlider .swiper-slide .inner {
    max-width: 1080px;
}
.photoSlider .imgbox {
    display: block;
}
#TopKey::-webkit-input-placeholder {
    color: #999;
}
#TopKey::-moz-placeholder {
    color: #999;
}
#TopKey:-ms-input-placeholder {
    color: #999;
}
#TopKey:-moz-placeholder {
    color: #333;
}
.categray .item>a {
    font-weight: bold;
    font-family: "RedHatDisplay-Bold"
}
.sear i {
    left: 10px;
}
.sear input {
    padding-left: 40px;
}
.selectBox .sn-down, .categray .item.cur i {
    color: #ccc;
}
.sideMenu {
    position: static;
}
.sideMenu.sideMenu2 {
    position: sticky;
    top: 5%;
}
.productInfo2 .dlist .item {
    background: #fff;
}
.twoSides .productInfo {
    padding-left: 20px;
}
.selectBox .selectDown {
    box-shadow: 0px 5px 30px rgb(0 0 0 / 10%);
}
.selectBox.hover {
    box-shadow: 0px 5px 30px rgb(0 0 0 / 10%);
}
.Firmware .item .tit {
    font-weight: bold;
    font-family: "RedHatDisplay-Bold"
}
.lighting {
    flex-wrap: wrap;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.lighting .item {
    margin-right: 20px;
}
@media(max-width:1100px) {
    .lighting .item {
        margin-right: 2%;
    }
}
.appList {
    padding: 0px;
    background: none;
    padding-left: 20px;
}
.appList .items {
    padding: 0 40px;
    background: #fff;
}
@media (max-width: 768px) {
    .appList {
        padding-left: 0px;
    }
    .appList .items {
        padding: 0 20px;
    }
    .twoSides .productInfo {
        padding-left: 0px;
    }
}
.form .line textarea::-webkit-input-placeholder {
    color: #999;
}
.form .line textarea::-moz-placeholder {
    color: #999;
}
.form .line textarea:-ms-input-placeholder {
    color: #999;
}
.form .line textarea {
    color: #666;
}
.videoBtn i::before {
    display: none;
}
.videoBtn i::after {
    content: '';
    width: 14px;
    height: 14px;
    background-image: url(../uploadfiles/img3.svg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 4px;
    right: 0;
}
.videoBtn i {
    width: 16px;
    height: 16px;
    display: inline-block;
    position: relative;
}
.lighting .item {
    margin-bottom: 20px;
}
.lighting.newsCenter .item .text .t {
    margin-bottom: 6px;
}
@media (min-width: 768px) {
    .pbanner.pro .positionCenter {
        top: 8.6%;
    }
    .pbanner.pro.relative, .pbanner.pro.style2 {
        margin-top: 65px;
    }
    .pbanner.pro {
        margin-top: 56px !important;
    }
}
.pbanner.pro .videoBtn {
    border: 1px solid #fff;
}
.pbanner.pro .videoBtn:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.25);
}
.imageBlock {
    margin-top: 10px;
}
@media (max-width: 768px) {
    .lighting .item .text {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .pageMenu li a {
        padding-bottom: 0px;
        margin-bottom: 10px;
    }
    .pbanner .positionCenter .bread {
        font-size: 14px;
    }
    .Firmware .item .text .c {
        word-break: break-all;
    }
    .advantage .data .item .count {
        font-size: 34px;
    }
    .searhBlock {
        flex-wrap: wrap;
    }
    .searhBlock .sear {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .searhBlock .selectBox {
        width: 100%;
    }
    .contentBlock .table td {
        line-height: 8px;
    }
    .contentBlock .table tr {
        margin-bottom: 10px;
    }
    .jobList {
        padding: 20px 10px;
    }
    .pbanner.pro.relative, .pbanner.pro.style2 {
        margin-top: 60px;
    }
}
.box-lcon.padd {
    background: #000;
}
.dlist .item .a1 {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 20px;
    top: 50%;
    margin-top: -10px;
    z-index: 22;
}
@media (max-width: 768px) {
    .dlist .item .a1 {
        right: 10px;
    }
}
/* 2021/12/30 */
.imageBlock {
    margin-top: 20px;
}
@media (max-width: 768px) {
    .imageBlock {
        margin-top: 10px;
    }
}
.sideNews .item .t, .sideNews .item .c, .lighting .item .text .t2, .lighting .item .text .t, .lighting .item .text .c {
    line-height: 1.5;
}
.lighting .item .text .t {
    padding-bottom: 1px;
}
.selectBox .selectDown {
    height: auto;
    max-height: 100000px;
    padding: 0;
}
.selectBox .selectDown .div {
    max-height: 204px;
    overflow: auto;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
}
.selectBox .selectDown>div:hover {
    background: none;
}
.selectBox .selectDown .div::-webkit-scrollbar, .selects::-webkit-scrollbar {
    width: 4px;
    height: 1px;
}
.selectBox .selectDown .div::-webkit-scrollbar-thumb {
    border-radius: 4px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
    background: #666;
}
.selectBox .selectDown .div::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    background: #f2f2f2;
}
.searhBlock .selectBox {
    position: relative;
}
.searhBlock .selectBox .p {
    font-size: 14px;
    color: #333;
    position: absolute;
    right: 0;
    top: 110%;
    line-height: 1.5;
    text-align: center;
    width: 100%;
    margin-top: 10px;
    white-space: normal;
}
@media (max-width: 768px) {
    .pageMain {
        padding-bottom: 40px;
    }
    .lighting .item {
        box-shadow: 0 3px 25px rgb(0, 0, 0, .1);
    }
}
.selectBox .selectDown {
    box-shadow: 0px 20px 30px rgb(0 0 0 / 10%);
}
.selectBox.hover {
    border: none;
}
.pbanner.pro.style2 {
    height: 106vh;
}
@media (max-width: 560px) {
    .pbanner.pro.style2 {
        height: 25vh;
        /*background-size: contain;*/
    }
}
.pbanner.pro {
    height: 106vh;
}
@media (max-width: 1024px) {
    .pbanner.pro {
        height: 92vh;
    }
}
@media (max-width: 768px) {
    .pbanner.pro {
        height: 53.333vw;
    }
}
.page {
    position: relative;
    z-index: 1;
}
.nav {
    z-index: 9999;
}
/*2022/4/15*/
.section ui, .section li, .section ol, .aboutBlock2 ul, .aboutBlock2 li, .aboutBlock2 ol, .pageMain ul, .pageMain li, .pageMain ol {
    list-style-type: unset;
}
.minContent ul li, .minContent ol li {
    list-style-type: unset;
}
.EducatorInfo .text .content ul li, .EducatorInfo .text .content ol li {
    list-style-type: unset;
}
.jobList .line .lineText ul li, .jobList .line .lineText ol li {
    list-style-type: unset;
}
.fullimage01 .con ul li, .fullimage01 .con ol li {
    list-style-type: unset;
}
.layerLines01 .con ul li, .layerLines01 .con ol li {
    list-style-type: unset;
}
.page.bgWhite .inBox img {
    width: 100%;
}
@media (max-width: 768px) {
    .pbanner {
        padding-bottom: 50%;
        height: auto;
    }
}
.reviseh01 .tempWrap {
    width: 100% !important;
}
.swiper-wrapper, .swiper-container {
    height: auto !important;
}
.section .sectionImg {
    text-align: center !important;
}
.gonew {
    padding: 70px 0 10.52%;
}
.gonew .ctitle {
    font-size: 53px;
    color: #333333;
    text-align: center;
    font-family: "RedHatDisplay-Bold" !important;
    margin-bottom: 52px;
    text-align: center;
    line-height: 1;
}
.gonew .gonew_list {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.gonew .gonew_list .gonew_item:not(:nth-child(3n+1)) {
    margin-left: 20px;
}
.gonew .gonew_list .gonew_item {
    width: calc(33.33% - 13.333px);
    background-color: #fff;
    position: relative;
    padding: 30px 20px 0.92%;
    margin-bottom: 20px;
}
.gonew .gonew_list .gonew_item .imgbox {
    padding: 5%;
    height: 278px;
    display: flex;
    align-items: center;
}
.gonew .gonew_list .gonew_item img {
    /*max-height: 160px;*/
    width: auto;
    margin: 0 auto;
    display: block;
}
.gonew .gonew_item .cnew {
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    background: #FF6600;
    opacity: 1;
    border-radius: 0px 0px 13px 0px;
    color: #fff;
    font-style: oblique;
    display: none;
    text-align: center;
    line-height: 30px;
    /*font-family: 'RedHatDisplay-MediumItalic';*/
    font-size: 14px;
}
.gonew .gonew_list .gonew_item.curnew .cnew {
    display: block;
}
.gonew .gonew_item .ctit {
    font-size: 16px;
    /*font-family: "RedHatDisplay-Medium";*/
    line-height: 21px;
    color: #333333;
    opacity: 1;
    position: absolute;
    right: 30px;
    top: 15px;
    display: flex;
    align-items: flex-start;
}
.gonew .gonew_item .ctit span {
    font-size: 12px;
    margin-left: 5px;
}
.gonew .gonew_item .t01 {
    font-size: 16px;
    /*font-family: "RedHatDisplay-Medium";*/
    line-height: 1.26;
    color: #333333;
}
.gonew .gonew_item .t02 {
    font-size: 20px;
    font-family: "RedHatDisplay-Bold" !important;
    line-height: 1.26;
    color: #333333;
    padding-bottom: 8px;
}
.gonew .gonew_item .t03 {
    font-size: 14px;
    /*font-family: "RedHatDisplay-MediumItalic";*/
    line-height: 1.3125;
    color: #333333;
}
.gonew .gonew_item .t04 {
    font-size: 16px;
    /*font-family: "RedHatText-Regular";*/
    line-height: 1.3125;
    color: #333333;
    margin-top: 7px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
     display: none;
}
.gonew .cmain {
    position: relative;
}
.gonew .gosearch {
    position: absolute;
    right: 0;
    top: -52px;
    height: 32px;
    z-index: 2;
    width: 165px;
}
.gonew .gosearch .gose_item {
    height: 100%;
    font-size: 14px;
    /*font-family: "RedHatText-Regular";*/
    color: #666666;
    cursor: pointer;
    line-height: 32px;
    overflow: hidden;
    background-color: #fff;
}
.gonew .gosearch .gose_item:first-child {
    border-radius: 21px;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    -ms-border-radius: 21px;
    -o-border-radius: 21px;
    overflow: hidden;
    padding: 0 25px;
}
.gonew .gosearch .gose_item:last-child {
    border-radius: 0 0 21px 21px;
    -webkit-border-radius: 0 0 21px 21px;
    -moz-border-radius: 0 0 21px 21px;
    -ms-border-radius: 0 0 21px 21px;
    -o-border-radius: 0 0 21px 21px;
}
.gonew .gosearch .gose_item:not(:first-child):hover {
    background-color: rgba(245, 245, 245, 1);
}
.gonew .gosearch .gose_item:not(:first-child) {
    display: none;
}
.gonew .gosearch .gose_item:not(:first-child) a {
    width: 100%;
    padding: 0 25px;
    display: block;
}
.gonew .gosearch .gose_item:hover a {
    color: #666;
}
.gonew .gosearch.cur .gose_item:not(:first-child) {
    display: block;
}
.gonew .gosearch .gose_item:first-child::before {
    content: '';
    display: block;
    position: absolute;
    border-bottom: 1px solid #999;
    border-left: 1px solid #999;
    right: 20px;
    width: 6px;
    height: 6px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    top: calc(50% - 4.99px);
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
}
.gonew .gosearch.cur .gose_item:first-child::before {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    top: 16px;
}
.gonew .gosearch.cur {
    background-color: unset;
}
.gonew .gosearch.cur .ctmain {
    box-shadow: 0px 4px 13px rgba(0, 0, 0, 0.1);
    border-radius: 21px;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    -ms-border-radius: 21px;
    -o-border-radius: 21px;
    overflow: hidden;
    background-color: #fff;
}
@media (max-width: 1024px) {
    .gonew .gonew_list .gonew_item {
        width: 49%;
        margin-bottom: 2%;
    }
    .gonew .gonew_list .gonew_item:not(:nth-child(3n+1)) {
        margin-left: 0%;
    }
    .gonew .gonew_list .gonew_item:not(:nth-child(2n+1)) {
        margin-left: 2%;
    }
    .gonew .ctitle {
        font-size: 36px;
    }
}
@media (max-width: 640px) {
    .gonew .gonew_item .cnew {
        width: 36px;
        font-size: 12px;
        line-height: 18px;
        border-radius: 0 0 6px 0;
        -webkit-border-radius: 0 0 6px 0;
        -moz-border-radius: 0 0 6px 0;
        -ms-border-radius: 0 0 6px 0;
        -o-border-radius: 0 0 6px 0;
    }
    .gonew .gonew_list .gonew_item .imgbox {
        /*max-width: 80%;*/
        /*margin: 0 auto;*/
        /*height: auto;*/
        max-width: 100%;
        margin: 0 auto;
        height: auto;
        padding: 15px;
    }
    .gonew .gonew_item .ctit {
        right: 8.19%;
        top: 6px;
        font-size: 12px;
        line-height: 1;
    }
    .gonew .gonew_list .gonew_item {
        padding-top: 10%;
        padding:6% 4.19% 4.19%;
    }
    .gonew .gonew_item .t01, .gonew .gonew_item .t03 {
        font-size: 12px;
    }
    .gonew .gonew_item .t02, .gonew .gonew_item .t04 {
        font-size: 14px;
    }
    .gonew .gonew_item .t02 {
       line-height: 1;
        margin-top: 4%;
        padding-bottom: 4%;
    }
    .gonew {
        position: relative;
        padding-top: 70px;
    }
    .gonew .cmain {
        position: static;
        padding: 0 10px;
    }
    .gonew .gosearch {
        width: 100%;
        top: 0;
        background-color: #fff;
    }
    .gonew .gosearch .gose_item:first-child {
        border-radius: unset;
        -webkit-border-radius: unset;
        -moz-border-radius: unset;
        -ms-border-radius: unset;
        -o-border-radius: unset;
    }
    .gonew .gosearch.cur .ctmain {
        border-radius: unset;
        -webkit-border-radius: unset;
        -moz-border-radius: unset;
        -ms-border-radius: unset;
        -o-border-radius: unset;
    }
    .gonew .ctitle {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .gonew .gosearch .gose_item {
        font-size: 14px;
        max-width: 140px;
        margin: 0 auto;
        position: relative;
        text-align: center;
    }
}
/* 2022.11.25 */
.pbanner.pro .videoBtn.black{
    background-color: #000;
    border: #fff;
    color: #fff;display: none;
}
.flinks a {
    font-family: RedHatDisplay-Medium;
}
.nav li#nav205{
    font-style: oblique;
}
.Firmware .item .tit {
    font-family: "RedHatText-Regular"; 
}

.pageMenu li.cur a,
.lighting .item .text .t,.listTop h3,.EducatorInfo h3,.EducatorSide .tit,.Firmware .item .text .t,
.sideRight>.tit,.pageMenu li.cur a,.appList .item .content h3,
.catgray>div,.faqItems .item .qustion .t,.feedback .tit,.sear input,.form .line input,
.form .line textarea,.formBtns .btn,.faqItems .item .ans,.advantage .text h3,.advantage .content,
.advantage .data .item p,.lighting.newsCenter .item .text .t,.infoSide .tit,
.newsLabel a,.contentBlock h3,.contentBlock .subtit,.followUs .tit,
.pageForm .lineGroup .tit,.radios .item label,.pageForm .lineGroup .line,
.privacy,.pageForm .line .code input[type="text"],.pageForm .btns .btn,.reviseh01 .title h3,
.aboutBlock2 .title h3,.mails .title h3,.aboutBlock .text,.aboutBlock2 .text,
.mails .items .item .text,.mails .items .item .tit,.advantageText{
    font-family: RedHatDisplay-Medium;
}
.advantage .data .item .count span,
.pbanner.pro h3,.section .text .tit,.relations .title h3,.techSpecs .titleLeft,
.fullContainer .tit,.imgLine .text .tit{
    font-family: RedHatDisplay-Bold;
}

.erList{ display: flex; flex-flow: row wrap;font-family: RedHatText-Regular;}
.erList dl{ width: 32%; margin-right: 2%; background-color: #fff; padding: 2%; margin-bottom: 2%;}
.erList dl:nth-child(3n){ margin-right: 0;}
.erList dt{ font-size: 16px; color: #666666; text-transform: uppercase;margin-bottom: 20px; font-weight: bold;line-height:1;}
.erList .list{ padding-bottom: 10px;}
.erList .list a{ display: block; padding-left: 18px; position: relative; color: #44B0FF; font-size: 12px; line-height: 20px; margin-bottom: 10px;}
.erList .list a::before{ content: ''; position: absolute; left: 0; top: 0; width: 12px; height: 20px; background: url(../images/icon_pdf.png) no-repeat center; background-size: contain;}

.erList .more{ text-align: center;line-height:1;}
.erList .more a{ display: inline-block; color: #666666; font-size: 12px;}
.erList .more a:hover{color: #44B0FF;}
.erList .more i{ font-style: normal; font-family: serif; font-weight: bold;}
.er_history{ text-align: center; margin-top: 3%;font-family: RedHatText-Regular;}
.er_history a{display: inline-block; color: #44B0FF; font-size: 20px;}
.er_history i{font-style: normal; font-family: serif; font-weight: bold; display: inline-block; margin-left: 5px;}
.erList .list a:hover,
.erList .more a:hover,
.er_history a:hover{text-decoration: underline;}
@media (max-width: 640px) {
	.erList dl{ width: 100%; margin-right: 0;padding:8%;}
}

.er_historyList{ background-color: #fff; padding: 2%;padding-bottom:calc(4% - 10px);font-family: RedHatText-Regular;}
.er_historyList .title,
.er_historyList dt{font-size: 16px; color: #666666; text-transform: uppercase;margin-bottom: 15px; text-align: left;line-height:1; font-weight: bold;}
.er_historyList .title{ font-weight: bold; margin-bottom: 30px;}
.er_historyList dl:not(:last-child){ margin-bottom: 25px;}
.er_historyList .list{ display: flex; flex-flow: row wrap;}
.er_historyList .list a{ width: 32%; margin-right: 2%; margin-bottom: 2%;display: block; padding-left: 18px; position: relative; color: #44B0FF; font-size: 12px; line-height: 20px; margin-bottom: 10px;}
.er_historyList .list a::before{ content: ''; position: absolute; left: 0; top: 0; width: 12px; height: 20px; background: url(../images/icon_pdf.png) no-repeat center; background-size: contain;}
.er_historyList .list a:nth-child(3n){ margin-right: 0;}
@media (max-width: 640px) {
    .er_historyList {padding:8%;padding-bottom: calc(8% - 10px);}
	.er_historyList .list a{ width: 100%; margin-right: 0;}
}
.productInfo img {
    display: block;
}
/*20240325*/
.cookies {position: fixed; left:0; bottom:0; width: 100%; z-index: 100000; background-color:rgba(0,0,0,.4); padding:0.8em 1em; color:#fff; display: none; justify-content: space-between; align-items: center; flex-wrap: wrap;}
.cookies .btn {display:flex; justify-content:space-between; width:11em;}
.cookies .btn span {display:block;border:2px solid #fff; border-radius: 3px; width: 5.1875em; line-height: 2.5625em; text-align: center; cursor: pointer;font-weight:bold;}
.cookies .btn span:hover {background-color:#fff;color:#000;}
.cookies .text {width: calc(100% - 12em);}


/*  */
.pr {
    position: relative;
}
.ban-Inside {
	position: relative;
	padding-top:90px;
	transition: 0.5s;
}
.ban-Inside .piro{position: relative;}
.ban-Inside.back-white{background:#fff;}
.ban-Inside.back-black{background:#000;}
.ban-Inside img{width:100%;}
.ban-Inside .text{
    line-height: 1.5;
    color:#fff;
    position:absolute;
    width:100%;
    top:6%;
    left:0;
    text-align:center;
}
.ban-Inside .tit-big {
    font-weight: bold;
    font-size: 53px;
}
.ban-Inside .tit-small {
    font-size: 33px;
    /*font-weight: lighter;*/
}
.ban-Inside .more {
    margin-top: 15px;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ban-Inside .more a {
    width: auto;
    margin: 0;
    cursor: pointer;
    padding: 5px 25px;
    font-weight: lighter;
    color: #fff;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    border: solid 2px #fff;
    border-radius: 100px;
    transition: all 0.3s;
}
.ban-Inside .more .white {
    margin-left: 15px;
    display: block;
    width: 15px;
    height: 15px;
    background-image: url(../images/arrow1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-top: 2px;
}
.ban-Inside .more .bluck {
    margin-left: 15px;
    display: block;
    width: 15px;
    height: 15px;
    background-image: url(../images/arrow4.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-top: 2px;
}
/*.ban-Inside .more i::after{ display:none;}*/
 .ban-Inside .more a:hover{ color:#000;background-color:rgba(255, 255, 255, 0.35) !important;border: solid 2px #fff;} 
 /*.ban-Inside .more a:hover i{ background-image: url(../images/arrow3.png); } */
 .ban-Inside .more a:hover .bluck{ background-image: url(../images/arrow4.png); } 
@media(max-width:1024px) {
.ban-Inside .text{ top:17%;}
}
@media(max-width:768px) {
    .ban-Inside .text {
        top:7%;
    }
    .ban-Inside .tit-big {
        font-size: 30px;
    }
    .ban-Inside .tit-small {
        font-size: 18px;
    }
    .ban-Inside .more {
        margin-top: 15px;
    }
}
@media(max-width:640px) {
    .ban-Inside {
        padding-top:78px;
    }
    .ban-Inside img {
        height: 70vh;
        object-fit: cover;
    }
	.ban-Inside .wap_pic img {
	    height: auto;
	    object-fit: contain;
	}
    .ban-Inside .tit-big {
        font-size: 27px;
    }
    .ban-Inside .tit-small {
        font-size: 17px;
    }
    .ban-Inside .more a {
        padding: 6px 20px;
		line-height: 20px;
		font-size: 12px;
		border: solid 1px #fff;
    }
	.ban-Inside .more i{
		background-size: 10px auto;
	}
}

/* 产品详情 */
.details-black {
    background: #000;
}
.details-white {
    background: #fff;
}
.proDots {
    position: fixed;
    left: 0;
    top:66px;
    width: 100%;
    z-index: 30;
    background: #fff;
}

.proDots .flex {
    justify-content: space-between;
    align-items: center;
    height: 56px;
    font-size: 14px;
    color: #666;
}
.proDots .tit {
    font-size: 16px;
    color: #333;
    font-weight: bold;
}
.proDots .btns a {
    padding-left: 60px;
}
.proDots .tit-name {
    padding: 10px 0;
    border-bottom: solid 1px #3D3F40;
}
.proDots.details-white .tit-name{ border-bottom:solid 1px #f2f2f2;}
.proDots.details-black .tit-name{ border-bottom:solid 1px #3D3F40;}

.proDots .point {
    padding: 10px 0;
}
.proDots .point .tit {
    margin-right: 20px;
    color: #737373;
}
.proDots .point a {
    display: inline-block;
    margin-right: 20px;
    color: #fff;
}
.proDots .point a:hover, .proDots .point a.is-current {
    opacity: .5;
}
.proDots .point a:last-child {
    margin-right: 0;
}


.proDots-black .auto {
    padding: 0 20px;
    padding-left: 193px;
}
.proDots-black .point a:hover, 
.proDots-black .point a.is-current {
    opacity: .5;
}
.proDots-black .point a{
	padding-left: 0;
}

.proDots.details-white{color:#000000;background:#fff;}
.proDots.details-white .point a{ color:#000;}
.proDots.details-black{ color:#fff; background:#000000;}
.proDots.details-black .point a{ color:#fff;}

.details-box .pro-one {
    padding-top:100px;
}
.details-box .pro-one .item {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}
.details-box .pro-one .item img {
    width: 100%;
    transition: all .5s;
}
.details-box .pro-one .item:hover img {
    transform: scale(1.05);
}
.details-box .pro-one .item .arrow {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 20px;
    bottom: 20px;
    background-image: url(../images/arrow2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
}
.details-box .pro-one.leng4 .auto {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.details-box .pro-one.leng4 .item {
    margin: 13px 0;
}
.details-box .pro-one.leng4 .item:nth-child(1), .details-box .pro-one.leng4 .item:nth-child(4) {
    width: 40.334%;
}
.details-box .pro-one.leng4 .item:nth-child(2), .details-box .pro-one.leng4 .item:nth-child(3) {
    width: 57.5%;
}
@media(min-width:640px) {
    .details-box .pro-one.leng6 .auto {
        column-count: 3;
        column-gap: 21px;
    }
    .details-box .pro-one.leng6 .item {
        margin-bottom: 21px;
    }
}
.details-box .Protit {
    line-height: 1.2;
    font-size: 69px;
    font-weight: bold;
    color: #000;
    text-align: center;
    word-wrap: break-word;
}
.details-box .Prodes {
    margin: 40px 0;
    text-align: center;
    font-size: 30px;
    color: #868686;
    padding: 0 20px;
    font-weight: bold;
    /* word-break: break-all;*/
}
.details-box .corner {
    border-radius: 15px;
    overflow: hidden;
    padding: 0 10px;
}
.details-box .corner img {
    transition: all .5s;
    border-radius: 15px;
}
.details-box .corner .web-img {
    display: none;
}
/* .details-box .corner:hover img{ transform:scale(1.05);} */
/*.details-box .pro-two{ padding-top:100px;}*/
.details-box .pro-two .item {
    margin-bottom: 100px;
}
.details-box .pro-padd{padding-top:100px;}
.details-box .pro-three {
    margin-bottom: 100px;
    overflow:hidden;
}
.details-box .pro-three .switc-box .swiper-wrapper {
    /* margin: 0 -2vw; */
}

.details-box .pro-three .switc-box .swiper-slide {
    padding: 0 20px;
    height: auto;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    overflow: hidden;
}
.details-box.pc_pic .pro-three .switc-box .swiper-slide{
    margin-right: 0 !important;
}
.details-box .pro-three .switc-box .swiper-wrapper {
    align-items: stretch;
}
.details-box .pro-three .switc-box .swiper {
    margin: 0 -20px;
    overflow: visible;
}
.details-box .pro-three .switc-box .swiper-slide img {
    opacity: .4;
    transition: all .5s;
    width: 100%;
    border-radius: 15px;
}
.details-box .pro-three .switc-box2 .swiper-slide img {
    opacity: 1;
}
.details-box .pro-three .switc-box .swiper-slide-active img {
    opacity: 1;
}
.details-box .pro-three .switc-box .centre {
    margin: 20px 0 0;
}
.details-box .pro-three .switc-box .swiper-but {
    margin: 0 5px;
    left: auto;
    right: auto;
    top: 0;
    width: 36px;
    height: 36px;
    position: relative;
    border: solid 1px #A6A6A6;
    border-radius: 100%;
    overflow: hidden;
}
.details-box .pro-three .switc-box .swiper-but::after {
    color: #A6A6A6;
    font-size: 14px;
    font-weight: bold;
}
.details-box .pro-three .switc-box .swiper-but:hover {
    border-color: #44B0FF;
}
.details-box .pro-three .switc-box .swiper-but:hover::after {
    color: #44B0FF;
}
.details-box .pro-three .switc-box .swiper-pagination {
    font-size: 0;
    min-width: 135px;
    line-height: 36px;
    width: calc(100% - 90px);
    bottom: 0;
    position: relative;
}
.details-box .pro-three .switc-box .swiper-pagination .swiper-pagination-bullet {
    background-color: #A6A6A6;
    width: 20px;
    height: 2px;
    border-radius: 20px;
    opacity: 1;
}
.details-box .pro-three .switc-box .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #383838;
}
.details-box .pro-four img {
    transition: all .5s;
    width: 100%;
}
.details-box .pro-four .web-img {
    display: none;
}
.details-box .pro-five {
    background: #F0F0F0;
    padding: 65px 0;
}
.details-box .pro-five .tit-small {
    line-height: 0.8;
    margin-bottom: 30px;
    font-weight: bold;
    color: #000;
    font-size: 36px;
    text-align: center;
}
.details-box .pro-five .switc-box {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 65px;
}
.details-box .pro-five .switc-box .swiper-slide a {
    padding: 25px;
    display: block;
    background: #fff;
    text-align: center;
    border-radius: 20px;
    overflow: hidden;
}
.details-box .pro-five .switc-box .swiper-slide .pic {
    overflow: hidden;
}
.details-box .pro-five .switc-box .swiper-slide .pic figure {
    padding-bottom: 90%;
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.5s;
    background-size: contain;
}
.details-box .pro-five .switc-box .swiper-slide a:hover .pic figure {
    transform: scale(1.1);
}
.details-box .pro-five .switc-box .swiper-slide .text {
    margin-top: 15px;
}
.details-box .pro-five .switc-box .swiper-slide .tit-one {
    font-size: 16px;
    color: #333;
    height: 3.4em;
}
.details-box .pro-five .switc-box .swiper-slide .more {
    font-size: 12px;
    color: #44B0FF;
}
.details-box .pro-five .switc-box .swiper-but {
    width: 36px;
    height: 36px;
    border: solid 1px #A6A6A6;
    border-radius: 100%;
    overflow: hidden;
}
.details-box .pro-five .switc-box .swiper-but::after {
    color: #A6A6A6;
    font-size: 14px;
    font-weight: bold;
}
.details-box .pro-five .switc-box .swiper-button-prev::after {
    margin-left: -1px;
}
.details-box .pro-five .switc-box .swiper-button-next::after {
    margin-left: 3px;
}
.details-box .pro-five .switc-box .swiper-but:hover {
    border-color: #44B0FF;
}
.details-box .pro-five .switc-box .swiper-but:hover::after {
    color: #44B0FF;
}
.details-box .pro-six {
    background: #fff;
    padding: 70px 0 0;
}
.details-box .pro-six .tit {
    margin-bottom: 30px;
    font-size: 48px;
    color: #000;
    font-weight: 500;
}
.details-box .pro-six .table{ margin-bottom:0;}
.details-box .pro-six .table table {
    font-weight: normal;
    width: 100%;
    text-align: left;
}
.details-box .pro-six .table table th {
    padding: 5px;
    width: 50%;
    border-bottom: solid 1px #eee;
    font-weight: bold;
}
.details-box .pro-six .table table td {
    padding: 5px;
    border-bottom: solid 1px #eee;
}
.details-box .pro-seven {
    background: #fff;
    padding:70px 0 150px;
}
.details-box .pro-seven .tit {
    margin-bottom: 30px;
    font-size: 36px;
    color: #000;
    font-weight: 500;
}
.details-box .pro-seven .ul{
	align-items: flex-start;
}
.details-box .pro-seven .ul li {
    width: 45%;
}
.details-box .pro-seven .ul li .name {
    margin-bottom: 10px;
    line-height: 1.4;
    font-size: 24px;
    color: #808080;
}
.details-box .pro-seven .ul li .txt{
	margin-bottom: 15px;
}
.details-box .pro-seven .ul li .txt a {
    font-weight: lighter;
    position: relative;
    background: #F0F0F0;
    padding: 10px 15px;
    display: block;
}
.details-box .pro-seven .ul li .txt a i {
    position: absolute;
    right: 10px;
    top: 50%;
    display: block;
    width: 18px;
    height: 18px;
    background-image: url(../images/dow.png);
    transform: translateY(-50%);
}
.details-box.details-black .Protit {
    color: #fff;
}
.details-box.details-black .pro-three .switc-box .swiper-pagination .swiper-pagination-bullet {
    background: #fff;
    opacity: .4;
}
.details-box.details-black .pro-three .switc-box .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
}
@media(max-width:1024px) {
    .proDots-black .auto{
        padding-left:316px;
    }
}
@media(max-width:768px) {
    .proDots {
        top: 62px;
    }
	.proDots {
        margin-top: -5px;
    }
    .proDots .auto {
        padding: 0 2%;
    }
	.proDots .flex {
        flex-wrap: wrap;
        height: 60px;
        line-height: 24px;
        padding: 10px 2%;
    }
	.proDots .btns {
	font-size: 0;
	width: 100%;
    }
	.proDots .btns a {
	padding-left: 10px;
	display: inline-block;
	vertical-align: middle;
	font-size: 12px;
    }
	.proDots .btns a:first-child {
        padding-left: 0;
    }
    .details-box .pro-one {
        padding: 60px 0;
    }
    .details-box .Protit {
        font-size: 36px;
    }
    .details-box .Prodes {
        font-size: 22px;
        margin: 30px 0;
    }
    .details-box .pro-two .item {
        margin-bottom: 40px;
    }
    .details-box .pro-three {
        margin-bottom: 40px;
    }
    .details-box .pro-five .switc-box .swiper-slide .pic figure {
        background-size: contain;
    }
    .details-box .pro-six .tit {
        margin-bottom: 20px;
        line-height: 1.5;
        font-size: 36px;
    }
	.details-box .pro-seven{
		padding:50px 0;
	}
    .details-box .pro-seven .tit {
        margin-bottom: 20px;
        line-height: 1.5;
        font-size: 36px;
    }
    .details-box .pro-seven .ul li .name {
        font-size: 18px;
    }
    .details-box .pro-five .tit-small {
        font-size: 28px;
    }
	.details-box .pro-five .switc-box .swiper-slide a{
		padding: 12px;
	}
	.details-box .pro-three .switc-box .swiper{
		overflow: hidden;
	}
	.details-box .pro-six{
		padding: 50px 0;
	}
}
@media(max-width:640px) {
    .details-box .pro-two{ padding-top:0;}
    .details-box .pro-five .switc-box .swiper-slide {
        opacity: .5;
    }
    .details-box .pro-five .switc-box .swiper-slide-active {
        opacity: 1;
    }
    .details-box .pro-five .switc-box .swiper-but {
        top: auto;
        bottom: -45px;
        margin-top: 0;
    }
    .details-box .pro-five .switc-box .swiper-button-prev {
        left: 39%;
    }
    .details-box .pro-five .switc-box .swiper-button-next {
        right: 39%;
    }
	
	.details-box .pro-three .switc-box .swiper {
        margin:0;
	}
    .details-box .pro-three .switc-box .swiper-slide{
        padding:0;
        border-radius:10px;
        transition:all .5s;
    }
    .details-box .pro-three .switc-box .swiper-slide-prev {
        opacity: 0
    }
    /*.details-box .pro-three .switc-box .swiper::before {
	    content: '';
        position: absolute;
        background: #fff;
        width: 16px;
        height: 100%;
        left: -25px;
        top: 0;
	}*/
    .details-box .pro-three .switc-box .centre {
        justify-content: space-between;
    }
	.details-box .pro-three .switc-box .Juz{
		width: 99%;
		padding: 0 2%;
	}
	.details-box .pro-three .switc-box .swiper-pagination{
		text-align: left;
	}
	.details-box .pro-three .switc-box .swiper-button{
		width: 92px;
	}
	
	
}
@media(max-width:640px) {
    .proDots {
        top:0;
        font-size: 12px;
    }
    .proDots .point a {
        margin-right: 5px;
    }
    .proDots .point .tit {
        margin-right: 5px;
    }
    .details-box .Protit {
        font-size: 32px;
        padding: 0 10px;
        text-align: left;
    }
    .details-box .Prodes {
        margin: 10px 0 30px;
        font-size: 16px;
        padding: 0 10px;
        text-align: left;
    }
    .details-box .corner img {
        /* display: none; */
        transition: all .5s;
        
    }
    .details-box .corner .web-img {
        width: 100%;
        display: block;
    }
    .details-box .pro-one {
        display: none;
    }
    .details-box .pro-padd {
        padding:30px 0 0;
    }
    .details-box .pro-three {
        margin-bottom: 20px;
		overflow: hidden;
    }
    .details-box .pro-four img {
        display: none;
        transition: all .5s;
    }
    .details-box .pro-four .web-img {
        width: 100%;
        display: block;
    }
    .details-box .pro-five .switc-box {
        padding: 0;
    }
    .details-box .pro-seven .ul li {
        width: 100%;
        margin-bottom: 20px;
    }
	
	
}
.ban-Inside .wap_pic,
.details-box .wap_pic{ display: none;}
@media(max-width:640px) {
.ban-Inside .pc_pic,
.details-box .pc_pic{ display: none;}
.ban-Inside .wap_pic,
.details-box .wap_pic{ display: block; padding-right:0;}
.details-box .switc-box.wap_pic{ padding-left:calc(2% + 10px);}
.details-box .wap_pic img {display: block;}
.details-box .pro-padd {
        padding: 70px 0 0;
    }
}
.selectBox .selectDown .div a{ display: block;}

