@import url("reset.css");
@import url("public.css");

@import url("//at.alicdn.com/t/font_2531277_zlgn0ca13n.css");

/* 头部 */
.header {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 101;

    height: 80px;
    transition: all .3s ease-out;
}

.header-index {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1001;
    height: 80px;
    transition: all .3s ease-out;
}

.header .bg {
    width: 100%;
    height: 100%;
    background-color: #1e1e1e;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -2;
    opacity: .9;
}

.header .main {
    height: 80px;
    align-items: center;
    justify-content: space-between;
}
.header .main .logo img{
    height: 60px;
}
.header .main .nav li {
    width: 80px;
    margin: 0 10px;
    text-align: center;
    position: relative;
    height: 80px;
    line-height: 80px;
}

.header .main .nav li.on {
    /* background-color: #ebd46d; */
}

.header .main .nav li.on a {
    color: #000000;
    background-color: #ebd46d;
    box-shadow: 3px 3px 3px #25282a;
}

.header .main .nav li.on::before {
    display: block;
}

.header .main .nav li.on::after {
    display: block;
}


.header .main .nav li::before {
    /*content: '';*/
    background-color: #ebd46d;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    height: 60px;
    width: 100%;
    display: none;
    box-shadow: 2px 2px 2px #000000;
}

.header .main .nav li::after {
    /*content: '';*/
    position: absolute;
    z-index: -1;
    top: 60px;
    left: 0;
    width: 0;
    height: 0;
    border: 40px solid;
    border-color: #ebd46d transparent transparent transparent;
    display: none;
}

.header .main .nav li.on a::before {
    display: block;
}

.header .main .nav li a {
    position: relative;
    display: block;
    height: 80px;
    line-height: 80px;
}

.header .main .nav li a::before {
    content: '';
    background-color: #000000;
    position: absolute;
    z-index: 1;
    top: 60px;
    left: 20%;
    height: 2px;
    width: 60%;
    display: none;
}

.header .user i {
    padding-right: 5px
}

.header .main .nav li.user {
    margin-left: 50px;
    width: auto;
}
.header .main .nav .user a.on{
    color: #ebd46d;
}
.header .sub-nav-main{
    display: none;
    background-color: #1f2226;
}
.header .main .nav li a.sub-a{
    height: 40px;
    line-height: 40px;
}
/*head END*/

.index-banner {
    width: 100%;
    height: 100%;
}

.index-banner .swiper-index-banner {
    width: 100%;
    height: 100%;

}

.index-banner .swiper-slide {
    background-position: center;
    background-size: cover;
    font-size: 0;
}
.index-banner .swiper-slide img{
    width: 100%;
    display: block;
    font-size: 0;
}

.index-banner .swiper-button-prev {
    left: 10%;
}

.index-banner .swiper-button-next {
    right: 10%;
}

.index-banner-bullet {
    width: 40px;
    height: 3px;
    display: inline-block;
    /* border-radius: 50%; */
    background: #ebd46d !important;
    opacity: .2;
    margin: 0 4px;
    display: inline-block;
}

.index-about {
    width: 100%;
    height: 100%;
    background: #000000;
    align-items: center;
    color: #ffffff;
    position: relative;
    z-index: 1;
}

.index-about-bg {
    width: 100%;
    height: 100%;
    background-image: url(../bg/about_bg.jpg);
    background-size: cover;
    opacity: .4;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.index-about .left-video {
    position: relative;
    z-index: 2;

}

.index-about .left-video img {
    position: relative;
    z-index: 2;
    width: 580px;
    height: 326px;
}

.video-play img {
    width: 81px !important;
    height: unset !important;
}

.index-about .left-video::after {
    content: '';
    width: 580px;
    height: 326px;
    position: absolute;
    top: -20px;
    left: -20px;
    z-index: 1;
    background: #ebd46d;
}

.about-main {
    position: relative;
    z-index: 3;
}

.index-about .title {
    font-size: 20px;
    font-weight: 600;
    margin-left: 70px;

    position: relative;
    /*padding-bottom: 25px;*/
    display: flex;
    align-items: center;
}

.index-about .title p.cn {
    position: relative;
    z-index: 3;
    letter-spacing: 2px;
    /*display: inline-block;*/
    /*background: #000000;*/
    padding-bottom: 10px;
    margin-right: 20px;
    border-bottom: 1px solid #848484;
    font-size: 16px;
}

.index-about .title p.en {
    color: #ebd46d;
    padding-bottom: 10px;
    font-size: 16px;
}

.index-about .title::after {
    /*content: '';*/
    position: absolute;
    left: 210px;
    top: 10px;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    border: 1px solid #848484;
    z-index: 2;
    background-image: url(/static/skin/index/img/about_logo.png);
    background-size: 40px;
    background-repeat: no-repeat;
    background-color: #000000;
    background-position: center;
}
.index-video{
    display: block;
}
.index-about .right-info {
    font-size: 14px;
    flex-direction: column;
    justify-content: space-around;
}

.index-about .right-info .infos {
    text-align: justify;
}

.index-about .right-info .infos p {
    margin-top: 10px;
    letter-spacing: 2px;
    padding-left: 70px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.7;
    text-indent: 26px;
}

.video-play {
    position: absolute;
    width: 100%;
    height: 100%;
    top: -20px;
    left: 0;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.index-product {
    width: 100%;
    height: 100%;
    background: #000000;
    align-items: center;
    color: #ffffff;
    position: relative;
    z-index: 1;
}

.index-product-bg {
    width: 100%;
    height: 100%;
    background-image: url(../bg/product_bg.jpg);
    background-size: cover;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background-position: center;
}

.index-product .product-main {
    position: relative;
    z-index: 3;
    justify-content: space-between;
    flex-wrap: wrap;
}
.index-product .product-main:after{
    content: '';
    width: 19%;
}
.index-product .item {
    width: 19%;
    position: relative;
}

.product-img img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    filter: brightness(80%);
    display: block;
}

.index-product .infos {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 16px;
}

.index-product .infos .title {
    margin: 0;
    /*font-weight: 600;*/
}

.index-product .infos .type {
    margin-top: 5px;
    /*font-weight: 600;*/
}

.index-product .infos .size {
    margin-top: 30px;
    font-size: 16px;
}

.index-product .infos .btn {
    margin-top: 60px;
    color: #000000;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    line-height: 40px;
}
.index-product .infos .btn .iconfont{
    padding: 15px;
    background-color: #ffffff;
    border-radius: 50%;
}

.index-product .infos-active {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    font-size: 20px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #ebd46d;
    box-sizing: border-box;
}

.index-product .item:hover .infos {
    display: none;

}

.index-product .item:hover .infos-active {
    display: flex;
}

.index-product .infos-active .title {
    margin: 0;
    font-weight: 600;
}

.index-product .infos-active .type {
    margin-top: 5px;
    font-weight: 600;
}

.index-product .infos-active .size {
    margin-top: 5px;
    font-size: 16px;
}

.index-product .infos-active .desc {
    margin-top: 30px;
    font-size: 14px;
    padding: 0 15px;
}

.index-product .infos-active .btn {

    background-color: #ebd46d;
    height: 40px;
    line-height: 40px;
    margin: 0;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #000000;
    font-size: 14px;
}
.index-product .hover-img img{
    max-width: 80%;
}
.index-product .infos-active .btn a {
    color: #000000;
    font-size: 16px;
}

.index-more {
    text-align: center;
    margin-top: 60px;
}

.index-more a {
    display: inline-block;
    border: 1px solid #ebd46d;
    border-radius: 20px;
    padding: 10px 25px;
    font-size: 16px;
    color: #ebd46d;
}

/* 首页新闻资讯 */
.index-news {
    width: 100%;
    height: 100%;
    background: #000000;
    align-items: center;
    color: #ffffff;
    position: relative;
    z-index: 1;
}

.news-main {
    position: relative;
    z-index: 3;
    justify-content: space-between;
    /* overflow: hidden; */
}

.swiper-index-news {
    /* padding: 0 10%; */
    overflow: hidden;
}

.index-news-bg {
    width: 100%;
    height: 100%;
    background-image: url(../bg/news_bg.jpg);
    background-size: cover;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.news-item {
    padding: 30px 30px;
    position: relative;
    z-index: 5;
}

.news-item-bg {
    background: #000000;
    width: 98%;
    height: 100%;
    position: absolute;
    left: 1%;
    top: 0;
    opacity: .7;
    z-index: 4;
}

.news-item .litpic img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.news-item .title {
    text-align: center;
    font-size: 16px;
    margin: 15px 0;
}

.news-item .desc {
    color: #828282;
    margin: 15px 0;
}

.news-item .timedetail {
    color: #828282;
}

.news-item .time {
    width: 50%;
}

.news-item .detail {
    width: 50%;
    text-align: right;
}

.news-item .detail a {
    color: #828282;
}
.news-item{

}

.news-item-bg{

}
.index-news .swiper-slide{
    width: 33.33%;
}
.index-news .swiper-button-prev {
    left: -8%;
}

.index-news .swiper-button-next {
    right: -8%;
}

.index-news .swiper-slide:hover .news-item-bg {
    opacity: 1;
    background: #ebd46d;
}

.index-news .swiper-slide:hover .title {
    color: #000000;
}

.index-news .swiper-slide:hover .desc {
    color: #292929;
}

.index-news .swiper-slide:hover .timedetail {
    color: #292929;
}

.index-news .swiper-slide:hover .detail a {
    color: #292929;
}

/* vr展厅 */
.index-vr {
    width: 100%;
    height: 100%;
    background: #000000;
    align-items: center;
    color: #ffffff;
    position: relative;
    z-index: 1;
}

.vr-main {
    position: relative;
    z-index: 3;
    justify-content: space-between;
}

.index-vr-bg {
    width: 100%;
    height: 100%;
    background-image: url(../bg/vr_bg.jpg);
    background-size: cover;
    opacity: .4;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.vr-btn-info {
    text-align: center;
}

.vr-btn-info .en {
    font-size: 14px;
}

.vr-btn-info .title {
    margin-bottom: 10px;
    /*margin-top: 300px;*/
    margin-top: 10px;
    position: relative;
}

.vr-btn-info .title-line {
    width: 60px;
    height: 2px;
    background: #ffffff;
    display: inline-block;
}

.vr-btn-info .title span {
    font-size: 28px;
    color: #ffffff;
}

.vr-btn-info .title span:first-child {
    color: #ebd46d;
}

.vr-btn-info .vr-btn {
    margin-top: 30px;
}

.vr-btn-info .vr-btn a {
    padding: 10px 25px;
    background: #ebd46d;
    color: #000000;
    font-size: 18px;
    border-radius: 5px;
    display: inline-block;
}

/* 首页招商加盟 */
.index-join {
    width: 100%;
    height: 100%;
    background: #000000;
    align-items: center;
    color: #ffffff;
    position: relative;
    z-index: 1;
}

.join-main {
    position: relative;
    z-index: 3;
    justify-content: space-between;
}

.index-join-bg {
    width: 100%;
    height: 100%;
    background-image: url(../bg/join_bg.jpg);
    background-size: cover;
    opacity: .4;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.join-btn-info {
    justify-content: space-between;
    position: relative;
    z-index: 5;
}

.index-join .join-main-content {
    width: 1200px;
    height: 45px;
    line-height: 45px;
    margin: 0 auto;
    position: relative;
}

.join-btn-info p {
    width: 33%;
    text-align: center;
    margin: 0;
}

.join-btn-info a {
    color: #ebd46d;
    font-size: 16px;
}

.join-btn-info .fenge {
    justify-content: center;
    align-items: center;
}

.join-btn-info .fenge span {
    width: 1px;
    height: 20px;
    background: #ebd46d;
    display: inline-block;
}

.join-main-content .bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 4;
    background: #000000;
    opacity: .9;
    width: 100%;
    height: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.join-img {
    text-align: center;
    width: 1200px;
}

.join-img {
    width: 100%;
}

/* 网页底部 */
.footer {
    width: 100%;
    /* height: 410px; */
    background: #1d1e1f;
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer-nav {
    width: 85%;
}

.footer-nav ul {
    width: 16%;
    padding-left: 0;
    margin-bottom: 0;
}

.footer-nav ul li {
    margin-top: 15px;
}

.footer-nav .title {
    font-size: 16px;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.footer-nav ul a {
    color: #8c8c8c;
}

.footer-nav ul a:hover {
    color: #ebd46d;
}

.foot-eq {
    width: 15%;
    position: relative;
    justify-content: flex-end;
    flex-direction: column;
}
.footer-contact{

}
.footer-contact .tel{

}
.footer-contact .address{
    white-space: nowrap;
}
.foot-eq img {
    width: 100%;
}

.foot-eq .guanzhu {
    margin-bottom: 20px;
}

.foot-eq .guanzhu a {
    display: inline-block;
    margin-left: 20px;
}

.foot-eq .guanzhu a i {
    color: #ffffff;
    font-size: 28px;
    background: #ebd46d;
    padding: 7px;
    border-radius: 50%;
}

.foot-eq .link {
    position: absolute;
    left: -230px;
    bottom: 0;
}

.foot-eq .link .info {
    text-align: right;
    color: #8c8c8c;
}

.foot-hr {
    width: 100%;
    height: 1px;
    background: #ebd46d;
    margin: 30px 0;
}

.copyright {
    color: #8c8c8c;
    text-align: center;
}
.copyright a{
    color: #8c8c8c;
}
.scrolltop{
    cursor: pointer;
}
/* 关于QD */
.about-banner {
    background-image: url(../img/about_banner.jpg);
}

.banner-nav {
    height: 65px;
    line-height: 65px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    justify-content: center;
}

.banner-nav a {
    display: inline-block;
    display: inline-block;
    padding: 0 30px;
    margin: 0 10px;
    font-size: 16px;
    letter-spacing: 2px;
}

.banner-nav a.on {
    background-color: #ebd46d;
    color: #000000;
    font-weight: 600;
}

.banner-nav-bg {
    height: 65px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    background-color: #000000;
    opacity: .6;
}

.about-mian {
    /*background-image: url(../img/about_bg.png);*/
    background-color: #1d1e1f;
    background-size: cover;
    position: relative;
    padding: 120px 0;
}
.no-bg{
    background-color: unset;
    padding: 0;
}
.about-mian .left-info {
    width: 65%;
    border: 2px solid #ebd46d;
    padding: 60px;
    position: relative;
    z-index: 5;
}

.left-info-bg {
    background: #000000;
    opacity: .6;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
}

.about-mian .left-info .infos {
    text-align: justify;
    width: 75%;
    /*color: #ebd46d;*/
    color: rgba(255, 255, 255, 0.5);
    padding-right: 100px;
    position: relative;
    z-index: 5;
}

.about-mian .left-info .infos p {
    margin-bottom: 10px;
    letter-spacing: 2px;
    line-height: 1.7;
    text-indent: 26px;
}

.about-mian .left-info .img {
    width: 25%;
    position: relative;
    z-index: 5;
}

.main-parent {
    position: relative;

}

.right-img {
    position: absolute;
    right: -80px;
    bottom: -80px;
    width: 660px;
    z-index: 5;
    height: 354px;
}

.right-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

/* 产品中心 */
.product-banner {
    background-image: url(../img/product_banner.jpg);
}

.product-swipe {
    height: auto;
    position: relative;
    overflow: hidden;
}

.product-banner-text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
}

.product-banner-text .cn {
    font-size: 36px;
    letter-spacing: 15px;
    /* font-weight: 600; */
    text-indent: 15px;
    color: #ffffff;
}
.product-banner-text .line{
    width: 100px;
    height: 1px;
    background-color: #ffffff;
    /* display: inline-block; */
    /* margin-left: auto; */
    /* margin-right: auto; */
    margin: 15px auto;
}
.product-banner-text .en {
    font-size: 20px;
    color: #ffffff;
}
.product-swipe .swiper-pagination{
    bottom: 50px !important;
}
.product-mian {
    background: #1d1e1f;
    padding: 50px 0;
}

.product-mian .search {
    justify-content: center;
}

.product-mian .search input {
    border: 0;
    background: #868686;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    width: 540px;

    text-indent: 20px;
}

.product-mian .search input::placeholder {
    color: #ffffff;
}

.product-mian .search button {
    border-radius: 0;
    border: 0;
    background: #ebd46d;
    padding: 0 25px;
}

.product-mian .screen {
    margin-top: 60px;
}
#screen_item_series{
    justify-content: space-between;
}
#screen_item_series ul{
    /*justify-content: space-between;*/
    flex-wrap: wrap;
    width: 100%;
    height: 19px;
    overflow: hidden;
}

#screen_item_series li{
    /*flex: 0 0 12.5%;*/
    margin-right: 0;
}
#screen_item_series li:nth-child(1){
    /*flex: 0 0 8%;*/
}
#screen_item_series li:nth-last-child(1){
    margin-top: 15px;
}
#screen_item_series li:nth-last-child(2){
    margin-top: 15px;
}


.screen-more{
    margin-right: 0;
    flex-shrink: 0;
    color: #bdbdbd;
    cursor: pointer;
}
.product-mian .screen .screen-item {
    padding: 15px 0;
    border-bottom: 1px solid #252525;
    display: flex;
}
.product-mian .screen .screen-item .screen-name{
    color: #F1F1F1;
    margin-right: 45px;
    flex-shrink: 0;
}

.product-mian .screen .screen-item ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: 19px;
    overflow: hidden;
    align-items: flex-end;
}
.product-mian .screen .screen-item ul.screen-type-ul{
    padding-right: 76px;
    box-sizing: border-box;
}
.product-mian .screen .screen-item li {
    /*margin-right: 45px;*/
    flex: 0 0 12.5%;
}
.product-mian .screen .screen-item li.first{
    /*flex: 0 0 8%;*/
    width: 85px;
    flex-basis: auto;
}
.product-mian .screen .screen-item li:nth-child(10){
    /*flex: 0 0 8%;*/
    margin-top: 15px;
}
.product-mian .screen .screen-item li:nth-child(18){
    /*flex: 0 0 8%;*/
    margin-top: 15px;
}
.product-mian .screen .screen-item a {
}

.product-mian .screen .screen-item a.on {
    color: #ebd46d;
}

.pro-product {
    background: unset;
    margin-top: 40px;
}

.pro-product .item {
    margin-bottom: 40px;
}
.index-product-empty{
    text-align: center;
}
.index-product-empty p{
    color: #fff;
    font-size: 18px;
    letter-spacing: 3px;
}
/* 新闻资讯 */
.news-banner {
    /*background-image: url(../bg/news_banner.png);*/
}

.news-mian {
    background: #1d1e1f;
    padding: 80px 0;
}

.news-list {
    justify-content: space-between;
    margin: 30px 0;
    flex-wrap: wrap;
}

.news-list .item {
    width: 100%;
    margin-top: 60px;
    border-bottom: 1px solid #383838;
    padding-bottom: 20px;
    display: flex;
}

.news-list .item .img {
    width: 30%;
    margin: 15px 0;
}

.news-list .item img {
    width: 100%;
    height: 140px;
    object-fit: cover;
}

.news-list .item .infos {
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.news-list .item .title {
    color: #ffffff;
    font-size: 18px;
}

.news-list .item .time {
    font-size: 12px;
    color: #828282;
    margin-top: 10px;
}

.news-list .item .desc {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    margin-top: 20px;
}

.news-list .item .detail {
    margin-top: 10px;
}

.news-list .item .detail a {
    color: #ebd46d;
}

.news-list .item .detail a span {
    padding-right: 30px;
}

/* 案例中心 */
.case-banner {
    background-image: url(../bg/case_banner.png);
}

.case-mian {
    background: #1d1e1f;
    padding: 50px 0;
}

.case-list {
    /*justify-content: space-between;*/
    margin: 30px 0;
    /*flex-wrap: wrap;*/
}

.case-list .item {
    margin-top: 60px;
}
.case-list .item .img{
    width: 70%;
}
.case-list .item img {
    width: 100%;
    height: 416px;
    object-fit: cover;
    display: block;
}
.case-0712{
    margin-top: 60px;
}
.case-0712 .item{
    width: 1200px;
    height: 220px;
    background-color: #0C0C0C;
    position: relative;
    /*margin-bottom: 15px;*/
    border-bottom: 20px solid rgba(255, 255, 255, 0.8);
    /*color: rgba(255, 255, 255, 0.8);*/
}
.case-0712 .item .bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 1200px;
    height: 220px;
    z-index: 1;
    opacity: .5;

}
.case-0712 .item .content{
    position: absolute;
    left: 0;
    top: 0;
    width: 1200px;
    height: 220px;
    z-index: 2;
    display: flex;
    align-items: center;
    /*border-bottom: 2px solid #fff;*/
}
.case-0712 .item .data{
    font-size: 330px;
    /*color: #fff;*/
    color: rgba(255, 255, 255, 0.8);
    line-height: 220px;
    font-family: Arial, Helvetica, sans-serif;
    overflow: hidden;
    text-indent: -40px;
    letter-spacing: -30px;
    padding-right: 30px;
}
.case-0712 .item .line{
    width: 2px;
    height: 70px;
    background: #fff;
    margin-left: 40px;
}
.case-0712 .item .right{
    display: flex;
    flex-flow: column;
    justify-content: center;
    margin-left: 20px;
}
.case-0712 .item .right .year{
    font-size: 24px;
    color: #fff;
}
.case-0712 .item .right .title{
    font-size: 20px;
    color: #fff;
    margin-top: 10px;
}

/*视频案例*/
.case-video-240826{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
}
.case-video-240826 .item{
    width: 590px;
    margin-bottom: 10px;

}
.vbox-close{
    top: 20px !important;
    right: 20px !important;
}
.case-video-240826 .item .image{
    position: relative;
}
.case-video-240826 .item .play{
    position: absolute;
    left: 50%;
    margin-left: -29.5px;
    top: 50%;
    margin-top: -29.5px;
    cursor: pointer;
}
.case-video-240826 .item .image .venobox{
    display: block;
    width: 100%;
    border-radius: 5px;
}
.case-video-240826 .item .title{
    font-size: 18px;
    color: #fff;
    margin: 15px 0;
    text-align: center;
}

/*END 视频案例*/
.case-list .item .infos {
    width: 30%;
    background-color: #c7c7c7;
    display: flex;
    flex-flow: column;
    padding: 0 8%;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
}

.case-list .item .title {
    font-size: 18px;
    font-weight: 600;
}
.case-list .item .hr {
    width: 80px;
    height: 2px;
    background-color: #0C0C0C;
    margin-top: 20px;
    position: relative;
}
.case-list .item .info {
    margin-top: 20px;
    color: rgba(0, 0, 0, 0.5);
    text-indent: 2em;
    line-height: 1.7;
}
/* 服务支持 */
.support-banner {
    background-image: url(../bg/support_banner.png);
}

.support-mian {
    background: #1d1e1f;
    padding: 50px 0;
}
.support-mian-vr{
    background: #1d1e1f;
    width: 100%;
}
.support-list {
    justify-content: center;
    margin: 30px 0;
    /*background: url(../bg/support_main_bg.png);*/
    width: 100%;
    height: 400px;
    background-size: cover;
    flex-direction: column;
    text-align: center;
}

.support-list .top {
    font-size: 20px;
    color: #ffffff;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.support-list .bottom {
    font-size: 36px;
    letter-spacing: 6px;
    color: #ebd46d;
    font-weight: 600;
}

/* 联系我们 */
.contact-banner {
    background-image: url(../bg/contact_banner.png);
}

.contact-mian {
    /*background: url(../bg/contact_main_bg.png);*/
    padding: 50px 0;
    background-size: cover;
    background-color: #404040;
}

.contact-mian .contact-list {
    /*justify-content: space-between;*/
    margin: 30px 0;
    width: 100%;
    /* height: 400px; */
    background: #404040;
}

.contact-mian .left-sign {
    width: 10%;
}

.contact-mian .left-sign .top-hr {
    margin-top: 30px;
    width: 100%;
    height: 1px;
    background: #ebd370;
}

.contact-mian .left-sign .sign {
    text-align: right;
    margin-top: 30px;
}

.contact-mian .left-sign .sign img {

}

.contact-mian .middle-content {
    width: 60%;
    padding-left: 30px;
}

.contact-mian .middle-content .top {
    margin-top: 40px;
    margin-bottom: 40px;
}

.contact-mian .middle-content .top p {
    font-size: 36px;
    color: #ebd370;
    padding-bottom: 20px;
    border-bottom: 1px solid #ebd370;
}

.contact-mian .middle-content .address {
    /*margin-top: 60px;*/
    margin-bottom: 40px;
}

.contact-mian .middle-content .address p {
    margin-bottom: 15px;
    color: rgba(255, 255, 255, 0.5);
}
.contact-mian .middle-content .address .company-name{
    font-size: 20px;
    margin-bottom: 30px;
    color: #ebd46d;
}

.contact-mian .middle-content .tel {
    margin-top: 30px;
}

.contact-mian .middle-content .tel .item {
    margin-bottom: 50px;
}

.contact-mian .middle-content .tel .item p:nth-child(1) {
    color: #ffffff;
}

.contact-mian .middle-content .tel .item p:nth-child(2) {
    font-size: 34px;
    color: #ebd370;
    margin-top: 15px;
    font-weight: 600;
}

.contact-mian .right-weixin {
    width: 30%;

    text-align: center;
    background-color: #ffffff;
    /*background-image: url(../bg/contact_weixin_down2.png);*/
    background-position: bottom center;
    background-repeat: no-repeat;
}

.contact-mian .right-weixin .top {
    font-size: 18px;
    margin-top: 80px;
    font-weight: 600;
}

.contact-mian .right-weixin .fg {
    margin: 15px 0 50px;
}

.contact-mian .right-weixin .fg span {
    width: 3px;
    height: 20px;
    background: #000000;
    display: inline-block;
    transform: rotate(160deg);
}

.contact-mian .right-weixin img {

}

.contact-mian .right-weixin .img img {

}

.contact-mian .map {
    margin: 60px 0;
}

.contact-mian #dituContent {
    width: 1200px;
    height: 300px;
    /* border:#ccc solid 1px; */
}
.guanzhu-p{
    margin-top: 30px;
}
.gzh-img img{
    width: 150px;
}
/*发展历程*/
#licheng_main{

}

#licheng_main .timeline {
    list-style: none;
    margin: 0 0 0 120px;
    padding-left: 30px;
    border-left: 8px solid #3c3c3c;
}
#licheng_main .timeline li {
    margin: 40px 0;
    position: relative;
}
#licheng_main .timeline p {
    /*margin: 0 0 15px;*/
}

#licheng_main .date {
    margin-top: -10px;
    top: 50%;
    left: -128px;
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    color: #afafaf;
}

#licheng_main .circle {
    margin-top: -10px;
    top: 50%;
    left: -44px;
    width: 10px;
    height: 10px;
    background: #ebd46d;
    border: 5px solid #696969;
    border-radius: 50%;
    display: block;
    position: absolute;
}

#licheng_main .content {
    /*max-height: 20px;*/
    padding: 20px;
    border-width: 1px;
    border-style: solid;
    border-radius: 0.5em;
    position: relative;
    border-color: #404448;
    margin-right: 20px;
    transform: translateX(20px);
}
#licheng_main .content:hover{
    border-color: #696e73;
}
#licheng_main .content:before, .content:after {
    content: "";
    width: 0;
    height: 0;
    border: solid transparent;
    position: absolute;
    pointer-events: none;
    right: 100%;
}
#licheng_main .content:before {
    border-right-color: inherit;
    border-width: 10px;
    top: 50%;
    margin-top: -10px;
}
#licheng_main .content:after {

}
#licheng_main .content p {
    max-height: 200px;
    /*color: #eee9dc;*/
    text-align: justify;
    word-break: break-word;
    hyphens: auto;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.5);
    letter-spacing: 2px;
    line-height: 1.7;
}

#licheng_main .radio {
    display: none;
}

#licheng_main .licheng-title{
    position: relative;
}
#licheng_main .licheng-title p{
    font-size: 26px;
    color: #ebd46d;
    border-bottom: 1px dashed #80733e;
    padding-bottom: 10px;
}
#licheng_main .licheng-title p span{
    font-size: 36px;
}
#licheng_main .licheng-title .title-icon{
    position: absolute;
    right: 0;
    bottom: -10px;
    transform: rotate(
            180deg
    );
    background-color: #1d1e1f;
}
#licheng_main .licheng-title .title-icon .iconfont{
    color: #ebd46d;
    font-size: 20px;
}
.licheng-item-main{
    margin-top: 30px;
}
.licheng-item-main .item{
    display: flex;
}
.licheng-item-main .item .left{
    width: 15%;
    text-align: center;
    color: #ababab;
    padding-top: 23px;
    flex-shrink: 0;
}
.licheng-item-main .item .left p{
    padding-left: 50%;
    font-size: 18px;
}
.licheng-item-main .item .line{

}
.licheng-item-main .item .line p{
    width: 25px;
    height: 2px;
    background: #0e0e0e;
    box-shadow: 0 1px 1px rgba(255,255,255,0.2);
    margin-top: 30px;
}
.licheng-item-main .item .line-column{
    margin-left: 10px;
    margin-right: 20px;
}
.licheng-item-main .item .line-column p{
    width: 2px;
    height: 100%;
    background: #131313;
    box-shadow: 1px 0 2px rgba(255,255,255,0.2);
}
.licheng-item-main .item .right{
    padding-right: 5%;
    box-sizing: border-box;

}
.licheng-item-main .item .right .title{
    color: #ad9d56;
    font-size: 18px;
    margin-top: 20px;
}
.licheng-item-main .item .right .info{
    color: #929292;
    margin: 30px 0;
    font-size: 16px;
    line-height: 1.7;
}
/*品牌荣誉*/
#rongyu_main{

}
#rongyu_main .rongyu-main{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#rongyu_main .rongyu-main .item{
    width: 30%;
    margin-bottom: 30px;
}
#rongyu_main .rongyu-main .item img{
    width: 100%;
}
/*科研实力*/
#about_keyan{

}
#about_keyan .top-slide{
    background-color: #1d1e1f;
    padding: 120px 0 120px;
}
#about_keyan .top-slide .swiper-img-main{
    position: relative;
    overflow: hidden;
    margin: 0 80px;
}
#about_keyan .top-slide .swiper-img-main .swiper-wrapper{
    justify-content: space-between;
}
#about_keyan .top-slide .swiper-img-main .swiper-slide{
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 300ms;
    flex-flow: column;
    width: 31%;
    margin: 0 1%;

}
.top-slide-title{
    text-align: center;
    margin-bottom: 30px;
}
.top-slide-title .top-p{
    font-size: 22px;
    color: #ebd46d;
    font-weight: 600;
}
.top-slide-title .middle-p{
    font-size: 14px;
    color: #b1b1b1;
    padding: 25px 35%;
    line-height: 1.7;
}
.top-slide-contain{
    position: relative;
}
#about_keyan .top-slide .swiper-img-main .img{
    background: #000000;
}
#about_keyan .top-slide .swiper-img-main .swiper-slide p{
    font-size: 14px;
    margin-top: 15px;
    width: 100%;
    text-align: center;
    color: #9e9e9e;
}
.top-slide-next{
    position: absolute;
    right: 0;
    top: 30%;
}
.top-slide-next .iconfont, .top-slide-prev .iconfont{
    color: #9e9e9e;
    cursor: pointer;
    font-size: 26px;
}
.top-slide-prev{
    position: absolute;
    left: 0;
    top: 30%;
}
#about_keyan .top-slide .swiper-img-main .swiper-slide-active img{
    /*transform: scale(1);*/
    opacity: 1;
}
#about_keyan .top-slide .swiper-img-main .swiper-slide-active p{
    border-bottom: 2px solid #ebd46d;
    padding-bottom: 30px;
    color: #ffffff;
}
#about_keyan .top-slide .swiper-img-main img{
    display: block;
    width: 100%;
    height: 250px;
    object-fit: cover;
    opacity: 0.5;
}
#about_keyan .top-bg{
    /*background-color: #ffffff;*/
    background-color: #1d1e1f;
    /*padding: 80px 0;*/
    position: relative;
    padding-bottom: 60px;

}
#about_keyan .top-bg .top-bg-item-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 180px;
    background: #1d1e1f;
    z-index: 1;
}
#about_keyan .top{
    display: flex;
    position: relative;
    z-index: 2;
}
#about_keyan .top .left-text{
    width: 40%;
    background: #fbfbfb;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 50px;
    box-sizing: border-box;
}
#about_keyan .top-two{
    display: flex;
    position: relative;
    z-index: 2;
}
#about_keyan .top-two .left-text{
    width: 40%;
}
#about_keyan .top-two .left-text img{
    width: 100%;
    height: 550px;
    display: block;
    object-fit: cover;
}
#about_keyan .top-two .right-img-logo{
    width: 60%;
    background: #fbfbfb;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 120px;
    box-sizing: border-box;
    text-align: right;
    padding-right: 50px;
    align-items: flex-end;
}
#about_keyan .top-two .right-img-logo .title{
    font-size: 20px;
    color: rgba(0, 0, 0, 0.8);
    line-height: unset;
}
#about_keyan .top-two .right-img-logo .hr{
    width: 30px;
    height: 2px;
    background: rgba(0, 0, 0, 0.8);
    margin: 20px 0;
}
#about_keyan .top-two .right-img-logo p{
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 1.7;
}
#about_keyan .top-bottom{
    position: relative;
    background-image: url("/static/skin/index/img/keyan/bottom_img.jpg");
    width: 100%;
    height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#about_keyan .top-bottom p{
    text-align: center;
    color: rgba(255, 255, 255, 0.7);
    padding: 0 20%;
    line-height: 1.7;
    font-size: 16px;
}
#about_keyan .top .left-text .title{
    font-size: 24px;
    color: rgba(0, 0, 0, 0.8);
    line-height: unset;
}
#about_keyan .top .left-text .hr{
    width: 30px;
    height: 2px;
    background: rgba(0, 0, 0, 0.8);
    margin: 20px 0;
}
#about_keyan .top .left-text p{
    font-size: 14px;
    color: rgba(0, 0, 0, 0.6);
    line-height: 1.7;
}
#about_keyan .top .right-img-logo{
    width: 60%;
}
#about_keyan .top .right-img-logo img{
    width: 100%;
    height: 550px;
    display: block;
    object-fit: cover;
}
#about_keyan .data{
    /*background-color: #ffffff;*/
    background-color: #1d1e1f;
    padding: 80px 0;
}
#about_keyan .data .data-title{
    text-align: center;
    font-size: 24px;
    /*color: #484848;*/
    color: rgba(255, 255, 255, 0.9);
}
#about_keyan .data .data-hr{
    display: block;
    width: 100px;
    height: 2px;
    /*background: #484848;*/
    background-color: rgba(255, 255, 255, 0.7);
    margin: 20px auto;

}
#about_keyan .middle-img{
    background-color: #c7c7c7;
    padding: 80px 0;
}
#about_keyan .data .data-infos{
    text-align: center;
}
#about_keyan .data .data-infos p{
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.7;
    padding: 0 20%;
}
#about_keyan .data .data-main{
    display: flex;
    margin-top: 60px;
}
#about_keyan .data .data-main .item{
    width: 25%;
    text-align: center;
    border-right: 1px solid #d6d6d6;
}
#about_keyan .data .data-main .item:last-child{
    border-right:0;
}
#about_keyan .data .data-main .num{
    font-size: 42px;
    color: #948440;
    font-weight: 600;
}
#about_keyan .data .data-main .name{
    color: rgba(255, 255, 255, 0.5);
}

#about_keyan .middle{
    display: flex;
    /*margin-top: 80px;*/
}
#about_keyan .middle .left-text{
    width: 40%;
    background: #1d1e1f;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 30px;
    box-sizing: border-box;
    text-align: right;
    padding-right: 50px;
    align-items: flex-end;
}
#about_keyan .middle .left-text .title{
    font-size: 20px;
    color: #ffffff;
}
#about_keyan .middle .left-text .hr{
    width: 30px;
    height: 2px;
    background: white;
    margin: 20px 0;
}
#about_keyan .middle .left-text .text{
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.7;

}
#about_keyan .middle .left-text .text:last-child{
    margin-top: 10px;
}
#about_keyan .middle .right-img-logo{
    width: 60%;
}
#about_keyan .middle .right-img-logo img{
    width: 100%;
    display: block;
}

#about_keyan .bottom-img{
    padding-bottom: 80px;
    background-color: #c7c7c7;
}
#about_keyan .bottom-main{
    display: flex;
    justify-content: space-between;
    padding-right: 12px;
}
#about_keyan .bottom-main .item{
    width: 30%;
}
#about_keyan .bottom-main .item img{
    width: 100%;
    display: block;
    border: 3px solid #1d1e1f;
    box-shadow: 12px 12px 0px #ebd46d;
}
/*生产实力*/
#about_shengchan {
}

#about_shengchan .main{
    display: flex;

}
#about_shengchan .main .img{
    width: 50%;
}
#about_shengchan .main .text{
    width: 50%;
    /*background-color: #c7c7c7;*/
    background-color: #fbfbfb;
    display: flex;
    flex-flow: column;
    padding: 0 8%;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
}
#about_shengchan .main img{
    display: block;
    width: 100%;
}
#about_shengchan .main .title{
    font-size: 18px;
    font-weight: 600;
}
#about_shengchan .main .hr{
    width: 80px;
    height: 2px;
    background-color: #0C0C0C;
    margin-top: 20px;
    position: relative;
}
#about_shengchan .main .hr:after{
    content: '';
    width: 40px;
    height: 2px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #d4ad00;
}
#about_shengchan .main .info{
    margin-top: 20px;
    color: rgba(0, 0, 0, 0.5);
    text-indent: 2em;
    line-height: 1.7;
}

/*产品详情页*/
#product_detail{

}
#product_detail .main{
    display: flex;
    justify-content: space-between;
    position: relative;
    margin: 40px 0;
}
#product_detail .main .share{
    position: absolute;
    right: 0;
    top: 0;
}
#product_detail .main .share .iconfont{
    color: #ebd46d;
    font-size: 24px;
}
#product_detail .main .left{
    width: 60%;
}
#product_detail .main .right{
    width: 35%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}
.product-detail-swiper-main{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.swiper-product-detail{
    position: relative;
    overflow: hidden;
}
.product-detail-swiper-main .bottom-bg{
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #000000;
    width: 100%;
    height: 80px;
    opacity: 0.9;
    z-index: 2;
}
#product_detail .swiper-product-detail img{
    max-width: 100%;
    max-height: 600px;
    display: block;
    /*height: 600px;*/
    /*object-fit: cover;*/
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}
#product_detail .swiper-button-prev{
    top: unset;
    bottom: 18px;
    left: unset;
    right: 60px;
}
#product_detail .swiper-button-next{
    top: unset;
    bottom: 18px;
}
#product_detail .thumb-main{
    position: absolute;
    left: 10px;
    bottom: 10px;
    width: 323px;
    height: 60px;
    z-index: 3;
    /*padding: 10px;*/
    /*box-sizing: border-box;*/
}
#product_detail .thumb-main img{
    height: 60px;
    width: 100%;
    object-fit: cover;
    display: block;
}
#product_detail .thumb-main .gallery-thumbs{
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}
#product_detail .thumb-main .gallery-thumbs .swiper-slide {
    width: 70px;
    height: 100%;
    opacity: 0.4;
}
#product_detail .thumb-main .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
    border: 1px solid #ebd46d;
}
#product_detail .swiper-button-next:after, #product_detail .swiper-container-rtl .swiper-button-prev:after{
    font-size: 18px;
}
#product_detail .swiper-button-prev:after, #product_detail .swiper-container-rtl .swiper-button-next:after{
    font-size: 18px;
}

#product_detail .main .right .top{
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
}
#product_detail .main .right .top p{
    padding-bottom: 10px;
}
#product_detail .main .right .top .hr{
    display: inline-block;
    width: 20px;
    height: 5px;
    background: #ffffff;
    border-radius: 3px;
    padding-bottom: 0;
}
#product_detail .main .right .middle{
    color: #8c8c8c;
}
#product_detail .main .right .middle p{
    padding-bottom: 10px;
}
#product_detail .main .right .wenan{
    color: #8c8c8c;
}
#product_detail .main .right .wenan p{
    padding-bottom: 10px;
}

/*新闻详情页*/
#news_detail{

}
#news_detail h1{
    text-align: center;
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
}
#news_detail .time{
    text-align: center;
    margin: 20px 0;
}
#news_detail .time span{
    color: #8c8c8c;
    padding: 0 15px;
}
#news_detail .content{
    border-top: 1px solid #383838;
    color: #848484;
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #383838;
}
#news_detail .content img{
    max-width: 100%;
}
#news_detail .back{
    margin: 50px 0 0;
    text-align: center;
}
#news_detail .back a{
    display: inline-block;
    padding: 10px 40px;
    color: #1d1e1f;
    background: #ebd46d;
    border-radius: 5px;
    font-size: 14px;
}
#news_detail .back a .iconfont{
    font-size: 20px;
    padding-right: 10px;
    vertical-align: text-bottom;
}
/*案例详情页*/
#case_detail{

}
#case_detail .top-title{
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
    margin: 30px 0 30px;
}
#case_detail .top-title p{
    padding-bottom: 10px;
}
#case_detail .bottom-swipe{

}
#case_detail .bottom-swipe .swiper-product-detail{
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}
#case_detail .bottom-swipe .swiper-product-detail img{
    width: 100%;
    display: block;
}
#case_detail .bottom-swipe .thumb-main{
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    margin: 20px 0 40px;
    width: 331px;
}
#case_detail .bottom-swipe .thumb-main img{
    display: block;
    height: 80px;
    width: 100%;
    object-fit: cover;
}
#case_detail .thumb-main .gallery-thumbs .swiper-slide {
    width: 70px;
    height: 100%;
    opacity: 0.4;
}
#case_detail .thumb-main .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
    border: 1px solid #ebd46d;
}
/*总部展厅*/
.vr-list{
    justify-content: center;
    /*margin: 30px 0;*/
    /*background: url(../img/vr/vr_bg.jpg);*/
    width: 100%;
    height: 870px;
    background-size: cover;
    flex-direction: column;
    align-items: center;
}
.vr-list .top{
    font-size: 14px;
    color: #ffffff;
}
.vr-list .title{
    margin-bottom: 10px;
    /* margin-top: 300px; */
    margin-top: 10px;
    position: relative;
}
.vr-list .title span{
    font-size: 28px;
    color: #ffffff;
}
.vr-list .title span:first-child {
    color: #ebd46d;
}
.vr-list .hr{
    width: 60px;
    height: 2px;
    background: #ffffff;
    display: inline-block;
    margin-top: 10px;
}
.vr-list .bottom{
    margin-top: 30px;
}
.vr-list .bottom a{
    padding: 10px 25px;
    background: #ebd46d;
    color: #000000;
    font-size: 18px;
    border-radius: 5px;
    display: inline-block;
}

/*在线加盟*/
#join{
    background: #1d1e1f;
    padding-top: 30px;
    padding-bottom: 60px;
}
#join .jieshao{
    margin-top: 30px;
    position: relative;
    z-index: 3;
}
#join .jieshao .left{
    width: 60%;
    box-sizing: border-box;
    padding-right: 60px;
}
#join .jieshao .left .title{
    font-size: 32px;
    color: rgba(255, 255, 255, 0.9);
    margin-top: 20px;
    display: flex;
    align-items: center;
}
#join .jieshao .left .title p{
    letter-spacing: 2px;
}
#join .jieshao .left .title span{
    color: #ebd46d;
}
#join .jieshao .left .title .line{
    width: 100px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.9);
    margin-left: 20px;
}
#join .jieshao .left .infos{
    margin-top: 30px;
}
#join .jieshao .left .infos p{
    color: rgba(255, 255, 255, 0.5);
    margin-bottom: 30px;
    line-height: 1.5;
    text-indent: 26px;
}
#join .jieshao .left .contact-btn{

}
#join .jieshao .left .contact-btn a{
    display: inline-block;
    padding: 10px 30px;
    color: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(255, 255, 255, 0.5);
}
#join .jieshao .left .contact-btn .iconfont{
    padding-left: 15px;
}
#join .jieshao .right{
    width: 40%;
    overflow: hidden;
    position: relative;
    padding: 20px;
}
#join .jieshao .right img{
    display: block;
    width: 100%;
    height: 320px;
    object-fit: cover;
}
#join .jieshao .right .swiper-img-main{
    overflow: hidden;
    position: relative;
}
#join .jieshao .right .right-bg-k{
    position: absolute;
    left: 0;
    top: 0;
    width: 450px;
    height: 300px;
    border: 2px solid rgba(255, 255, 255, 0.5);
}
#join .jieshao .right .join-top-swiper-prev{
    position: absolute;
    left: 20px;
    top: 45%;
    width: 30px;
    height: 30px;

    z-index: 9;
    opacity: 0.5;
}
#join .jieshao .right .join-top-swiper-next{
    position: absolute;
    right: 20px;
    top: 45%;
    z-index: 9;
    opacity: 0.5;
}
#join .jieshao .right .iconfont{
    font-size: 22px;
    color: #ffffff;
    padding: 6px;
    background-color: black;
}
#join .zhengce{
    position: relative;
    padding: 80px 0;
}
#join .zhengce .title{
    font-size: 32px;
}
#join .zhengce .top{
    display: flex;
    align-items: center;
}
#join .zhengce .top .title{
    width: 15%;

}
#join .zhengce .top .hr{
    width: 85%;
    height: 1px;
    background: #545454;
}
#join .zhengce .four-main{
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
}
#join .zhengce .zc-item{
    width: 24.5%;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 10px;
}
#join .zhengce .zc-item .icon{
    margin-bottom: 20px;
}
#join .zhengce .zc-item .icon .iconfont{
    font-size: 16px;
}
#join .zhengce .zc-item .icon-title{
    font-size: 16px;
}
#join .zhengce .zc-item img{
    width: 100%;
    display: block;
}
#join .zhengce .zc-item .text{
    position: absolute;
    left: 20px;
    bottom: 20px;
    color: #ffffff;
}
#join .zc-bg{
    position: absolute;
    background-color: #c7c7c7;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 2;

}
#join .zc-main{
    position: relative;
    z-index: 3;
}
#join .jieshao-main{
    position: relative;
    margin-bottom: 60px;
    margin-top: 50px;
}

#join .tiaojian{
    position: relative;
    margin-bottom: 60px;
}
#join .tiaojian .top{
    display: flex;
    align-items: center;
}
#join .tiaojian .top .title{
    font-size: 32px;
    color: rgba(255, 255, 255, 0.9);
    letter-spacing: 2px;

}
#join .tiaojian .top .title span{
    color: #ebd46d;
}
#join .tiaojian .top .hr{
    width: 100px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.9);
    margin-right: 20px;
}

#join .tj-main{
    justify-content: space-between;
    margin-top: 50px;
}
#join .tj-main .tj-item{
    position: relative;
    height: 480px;
}
#join .tj-main .tj-item:nth-child(1){
    width: 48%;
}
#join .tj-main .tj-item:nth-child(2){
    width: 24%;
}
#join .tj-main .tj-item:nth-child(3){
    width: 24%;
}
#join .tj-main .tj-item .img-text{
    position: absolute;
    /* left: 20px; */
    bottom: 0px;
    /* width: 70%; */
    width: 100%;
    /*padding: 0 20px;*/
    box-sizing: border-box;
    color: #c7c7c7;
    line-height: 1.5;
    background-color: #345472a1;
}
#join .tj-main .tj-item .img{

}
#join .tj-main .tj-item .img img{
    width: 100%;
    height: 480px;
    display: block;
    object-fit: cover;
}
#join .tj-main .tj-item .img-text .title{
    font-size: 16px;
    color: #e8e8e8;
    padding: 5px 0 5px 20px;
}
#join .tj-main .tj-item-three{
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}
#join .tj-main .tj-item-three .tj-item-three-item{
    height: 48%;
    position: relative;
}
#join .tj-main .tj-item-three .tj-item-three-item .img{
    height: 100%;
    width: 100%;
}
#join .tj-main .tj-item-three .tj-item-three-item img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
#join .tiaojian-main{
    position: relative;
    z-index: 3;
}
/*新品动态*/
#join .xinpin{
    position: relative;
    margin: 70px 0;
}
#join .xinpin .top{
    display: flex;
    align-items: center;
}
#join .xinpin .top .title{
    font-size: 32px;
    color: rgba(255, 255, 255, 0.9);
    letter-spacing: 2px;

}
#join .xinpin .top .title span{
    color: #ebd46d;
}
#join .xinpin .top .hr{
    width: 100px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.9);
    margin-right: 20px;
}
.xinpin-main{
    justify-content: space-between;
    margin-top: 50px;
}
.xinpin-main .xp-item{
    width: 31%;
}
.xinpin-main .xp-item .img{

}
.xinpin-main .xp-item .img img{
    display: block;
    width: 100%;
    height: 265px;
    object-fit: cover;
}
.xinpin-main .xp-item .text{
    position: relative;
    width: 85%;
    margin: 0 auto;
    background: #fff;
    top: -30px;
    box-sizing: border-box;
    padding: 15px 30px;
}
.xinpin-main .xp-item .text .title{
    font-size: 16px;
    color: #737373;
    min-height: 42px;
}
.xinpin-main .xp-item .text .foot{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.xinpin-main .xp-item .text .foot .time{
    color: #bdbdbd;
}
.xinpin-main .xp-item .text .foot .more{

}
.xinpin-main .xp-item .text .foot .more a{
    color: #737373;
}

/*客户分享*/
#join .fenxiang .top{
    display: flex;
    align-items: center;
}
#join .fenxiang .top .title{
    font-size: 32px;
    color: rgba(255, 255, 255, 0.9);
    letter-spacing: 2px;

}
#join .fenxiang .top .title span {
    color: #ebd46d;
}
#join .fenxiang .top .hr{
    width: 100px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.9);
    margin-right: 20px;
}
.swiper-img-main-share{
    overflow: hidden;
}
.share-main{
    background: #e8e8e8;
    position: relative;
    text-align: center;
    padding: 0 80px;
    margin: 60px 0;
}
.share-main .img{
    width: 80px;
    height: 80px;
    margin: 0 auto;
    position: relative;
    top: -40px;
}
.share-main .img img{
    display: block;
    width: 100%;
    border-radius: 50%;
    /*border: 1px solid white;*/
}
.share-main .name{
    font-size: 16px;
    margin-bottom: 10px;
}
.share-main .zhiwu{
    margin-bottom: 20px;
    color: #bdbdbd;
}
.share-main .text{
    color: #737373;
    line-height: 1.5;
    padding-bottom: 40px;
}
/*申请表单*/
#join .shenqing{
    /*background: #c7c7c7;*/
    /*padding: 80px 0;*/
    padding-top: 20px;
}
#join .shenqing .top{
    display: flex;
    align-items: center;
}
#join .shenqing .top .title{
    font-size: 32px;
    color: rgba(255, 255, 255, 0.9);
    letter-spacing: 2px;

}
#join .shenqing .top .title span {
    color: #ebd46d;
}
#join .shenqing .top .hr{
    width: 100px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.9);
    margin-right: 20px;
}
#join .shenqing .shenqing-main{
    display: flex;
    margin-top: 50px;

}
#join .shenqing .shenqing-main .left-con{
    width: 30%;
    /*background-color: #1d1e1f;*/
    background-image: url("/static/skin/index/img/join/contact_bg.jpg");
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding: 0 30px;
    box-sizing: border-box;
    text-align: center;
}
#join .shenqing .shenqing-main .left-con p{
    letter-spacing: 2px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.5);
    margin: 5px 0;
}
#join .shenqing .shenqing-main .left-con .tel{
    font-size: 32px;
    font-style: italic;
    color: #ffffff;
}
#join .shenqing .shenqing-main .right-form{
    width: 70%;
}
#join .form-main{
    padding: 70px 40px 20px;
    background-color: #9a9a9a;
}
#join .form-main .name-main{
    justify-content: space-between;
    margin-bottom: 30px;
}
#join .form-main .name-main .name{
    width: 49%;
}
#join .form-main .name-main .tel{
    width: 49%;
}
#join .form-main input{
    display: block;
    width: 100%;
    border: 0;
    background: #ffffff;
    height: 50px;
    line-height: 50px;
    text-indent: 15px;
    font-size: 14px;
}
#join .form-main textarea{
    display: block;
    width: 100%;
    border: 0;
    background: #ffffff;
    height: 150px;
    line-height: 50px;
    text-indent: 15px;
    font-size: 14px;
    font-family: 微软雅黑;
}
#join .form-main .area-main{
    justify-content: space-between;
    margin-bottom: 30px;
}
#join .form-main .area-main .sheng{
    width: 23.5%;
}
#join .form-main .area-main .city{
    width: 23.5%;
}
#join .form-main .area-main .type{
    width: 49%;
}
#join .form-main .textarea-main .area{
    width: 100%;
}

#join .form-main .button-main{
    text-align: center;
    margin: 30px 0;
}
#join .form-main .button-main button{
    display: inline-block;
    padding: 15px 50px;
    background: #ebd46d;
    border-radius: 5px;
    color: rgba(0, 0, 0, 0.7);
    font-size: 16px;
    border: 0;
    cursor: pointer;
}

/*新闻资讯*/
#news_list{

}
#news_list .news-0711{
    padding: 80px 0;
    /*background-color: #c7c7c7;*/
    background-color: #1d1e1f;
}
#news_list .news-0711 .main .item{
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
    align-items: flex-end;
}
#news_list .news-0711 .item .infos{
    width: 35%;
    display: flex;
    flex-flow: column;
}
#news_list .news-0711 .item .infos .indexof{
    margin-top: 80px;
    font-size: 40px;
    font-weight: 600;
    /*font-family: Verdana;*/
    color: rgba(255, 255, 255, 0.9);
}
#news_list .news-0711 .item .infos .line-column{
    width: 2px;
    height: 30px;
    background-color: #9a9a9a;
    margin-top: 15px;
}
#news_list .news-0711 .item .infos .title{
    font-size: 26px;
    margin-top: 20px;
    color: #ebd46d;
}
#news_list .news-0711 .item .infos .desc{
    margin-top: 20px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.5);
}
#news_list .news-0711 .item .infos .foot{
    display: flex;
    margin-top: 20px;
    color: #5d5d5d;
}
#news_list .news-0711 .item .infos .time{
    color: rgba(255, 255, 255, 0.5);
}
#news_list .news-0711 .item .infos .fg{
    padding: 0 15px;
    color: rgba(255, 255, 255, 0.5);
}
#news_list .news-0711 .item .infos .read{
    color: rgba(255, 255, 255, 0.5);
}
#news_list .news-0711 .item .infos .more{
    margin-top: 20px;
}
#news_list .news-0711 .item .infos .more a{
    display: inline-block;
    padding: 10px 20px;
    background-color: #ebd46d;
    color: rgba(0, 0, 0, 0.8);
}
#news_list .news-0711 .item .img{
    width: 60%;
}
#news_list .news-0711 .item .img img{
    display: block;
    width: 100%;
    /*box-shadow: 2px 2px 2px #969696;*/
}
#news_list .news-0711 .main .item:nth-child(even) .img{
    order: -1;
}
#news_list .news_new{
    padding: 80px 0;
    background-color: #c7c7c7;
}
#news_list .news_new .main{
    display: flex;
}
#news_list .news_new .main .img{
    width: 60%;
    overflow: hidden;
    position: relative;
}
#news_list .news_new .main .img img{
    width: 100%;
    height: 405px;
    object-fit: cover;
    position: relative;
    display: block;

}
#news_list .news_new .main .text{
    width: 40%;
    overflow: hidden;
    position: relative;
    background: #1d1e1f;
    display: flex;
    flex-flow: column;
    align-content: center;
    justify-content: center;
    padding: 40px 50px;
    box-sizing: border-box;
}
#news_list .news_new .main .text .top-name{

}
#news_list .news_new .main .text .top-name p{
    display: inline-block;
    border: 1px solid #8c8c8c;
    padding: 10px 15px;
    color: #ffffff;
    margin-bottom: 40px;
}
#news_list .news_new .main .text .swiper-text-main{
    overflow: hidden;
}
#news_list .news_new .main .text .title{
    font-size: 24px;
    color: #ffffff;
    margin-bottom: 30px;
}
#news_list .news_new .main .text .infos{
    color: rgba(255, 255, 255, 0.5);
    line-height: 1.7;
}
#news_list .news_new .main .text .time{
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}
#news_list .news_new .main .text .time .times{
    color: rgba(255, 255, 255, 0.5);
}
#news_list .news_new .main .text .time .more{

}
#news_list .news_new .main .text .time a{
    color: rgba(255, 255, 255, 0.5);
}
#news_list .news_new .main .text .swipe-text-btn{

}
#news_list .news_new .main .text .swipe-text-btn .left{

}
#news_list .news_new .main .text .swipe-text-btn .right{

}
#news_list .news_new .swipe-text-btn{
    font-size: 0;
    margin-top: 30px;
}
#news_list .news_new .swipe-text-btn .left{
    padding: 5px 45px;
    border: 1px solid #565656;
    display: inline-block;
    font-size: 18px;
    color: #565656;
}
#news_list .news_new .swipe-text-btn .right{
    padding: 5px 45px;
    border: 1px solid #565656;
    display: inline-block;
    font-size: 18px;
    color: #565656;
    border-left: 0;
}
#news_list .new_pinpai{
    padding: 80px 0;
    background-color: #1d1e1f;
}
#news_list .new_pinpai .pub-head{
    text-align: center;
}
#news_list .new_pinpai .pub-head p{
    display: inline-block;
    padding: 10px 35px;
    border: 1px solid #8c8c8c;
    color: #ffffff;
}
#news_list .new_pinpai .main{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#news_list .new_pinpai .main .item{
    width: 31%;
    background-color: #ffffff;
    padding-bottom: 20px;
    margin-top: 50px;
}
#news_list .new_pinpai .main .item .img{

}
#news_list .new_pinpai .main .item .img img{
    width: 100%;
    height: 210px;
    object-fit: cover;
    position: relative;
    display: block;
}
#news_list .new_pinpai .main .item .text{
    padding: 0 20px;
}
#news_list .new_pinpai .main .item .text .title{
    color: #000000;
    text-align: center;
    font-size: 16px;
    margin-top: 15px;
}
#news_list .new_pinpai .main .item .text .infos{
    margin-top: 15px;
    color: rgba(0, 0, 0, 0.5);
    line-height: 1.7;
}
#news_list .new_pinpai .main .item .text .time{
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}
#news_list .new_pinpai .main .item .text .times{
    color: rgba(0, 0, 0, 0.5);
}
#news_list .new_pinpai .main .item .text .more{

}
#news_list .new_pinpai .main .item .text .more a{
    color: rgba(0, 0, 0, 0.5);
}

#news_list .new_meiti{
    padding: 80px 0;
    background-color: #c7c7c7;
}
#news_list .new_meiti .pub-head{
    text-align: center;
}
#news_list .new_meiti .pub-head p{
    display: inline-block;
    padding: 10px 35px;
    border: 1px solid #8c8c8c;
    color: #000000;
}
#news_list .new_meiti .main{
    margin: 50px 0;
}
#news_list .new_meiti .main-ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#news_list .new_meiti .main-ul li{
    width: 47%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #afafaf;
    padding-bottom: 15px;
    margin-bottom: 15px;
    padding-left: 15px;
    position: relative;
}
#news_list .new_meiti .main-ul li:after{
    content: '';
    width: 4px;
    height: 4px;
    background-color: #585858;
    position: absolute;
    left: 0;
    top: 9px;
}
#news_list .new_meiti .main-ul li .title{

}
#news_list .new_meiti .main-ul li .title a{
    font-size: 16px;
    color: #585858;
}
#news_list .new_meiti .main-ul li .time{
    color: #585858;
}
.wap-index-product-main{
    display: none;
}

/*常见问题*/
.question-main{
    display: flex;
}
.question-main .question-item{
    width: 30%;
    margin: 0 1.5%;

}
.question-main .img{
    height: 260px;

}

.question-main .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.question-main p{
    text-align: center;
    font-size: 16px;
    margin-top: 15px;
}
.question-main p a{

}