#banner {
    background-color: rgb(179, 189, 196);
    transition: 1s background-color 1.3s;
}
#banner .swiper-wrapper {
    transition-delay: 1s;
    transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}
#banner .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
#banner .swiper-slide .title {
    transition-delay: 1s;
    z-index: 10;
    position: absolute;
}
#banner .swiper-slide .title h3 {
    font-weight: 700;
    font-size: calc(55px + 54 * ((53vw + 53vh) - 520px) / 820);
    letter-spacing: -1px;
    color: rgba(255,255,255,0);
    -webkit-text-stroke: 2px #fff;
}
#banner .swiper-slide .img-box {
    width: 100%;
    height: 100%;
    transform: scale(0.6, 0.6);
    transition-duration: 1s;
    transition-property: transform;
    transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
    opacity: 0.9;
    overflow: hidden;
}
#banner .swiper-slide .img-box img {
    object-fit: cover;
    transform: scale(1.2, 1.2) translateX(50%);
    transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
    transition-property: transform;
}
#banner .button-prev, #banner .button-next {
    transition: 0.5s;
    outline: none;
    position: absolute;
    width: 140px;
    z-index: 10;
    top: auto;
    bottom: 4vw;
    transform: translateY(-34px);
    cursor: pointer;
    display: block;
    height: auto;
}
#banner .button-prev:after, #banner .button-next:after{display: none}
#banner .button-prev {
    left: 4vw;
}
#banner .button-next {
    right: 4vw;
}
#banner .button.disabled {
    opacity: 0.2;
    cursor: default;
}
#banner #arrow-svg-home {
    transform: translateY(353px);
}
#banner .button-next #arrow-svg-home {
    transform: translateY(353px) rotateY(180deg);
    transform-origin: 80px 0px 0px;
}
#banner svg {
    transition: 0.5s;
}
#banner .cls-1 {
    transition: 0.5s;
    transform-origin: -20px 40px;
    opacity: 1;
}
#banner .cls-4 {
    transition: 0.5s;
    stroke-width: 2px;
    stroke: #fff;
    fill: none;
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    opacity: 0.4;
    transform-origin: 0px 0px 0px;
}
#banner #arrow-trg {
    transition: 0.5s;
    fill: #fff;
    transform: rotateY(180deg) translate(-53px, 39px);
}
#banner #line {
    transition: 0.5s;
    stroke: #fff;
    transform: translate(50px, 42px);
}
#banner .button-prev:not(.disabled):hover svg {
    transform: translateX(-25px);
}
#banner .button-next:not(.disabled):hover svg {
    transform: translateX(25px);
}
#banner .button:not(.disabled):hover .cls-1 {
    transform: scale(1.1);
}
#banner .button:not(.disabled):hover .cls-4 {
    stroke-dasharray: 2px;
    stroke-dashoffset: 2px;
    opacity: 1;
}
#banner .button:not(.disabled):hover #arrow-trg {
    transform: rotateY(180deg) translate(-37px, 39px);
}
#banner .button:not(.disabled):hover #line {
    transform: translate(35px, 42px) scaleX(0.33);
}
#homeSpace{
    width: 100%;
    text-align: center;
    margin-top: 56px;
}
#homeSpace>span{
    font-size: 32px;
    color: var(--main-color);
    text-align: center;
}
#homeSpace ul li{
    width: 74px;
    border-right:1px solid #383838 ;
    display: inline-block;
    height: 14px;
    line-height: 14px;
}
#homeSpace a{
    color: #383838;
    font-size: 14px;
    display: block;
}
#homeSpaceTitle{
    width: 1202px;
    margin:20px auto 40px;
    display: block;
}

#homeSpace ul li:last-child{
    border-right: none;
}
.show_container{
    width: 1200px;
    font-size: 0px;
    margin: 56px auto 0;
    white-space: nowrap;
}
.show_li{
    display: inline-block;
    vertical-align: top;
}
.show_li:nth-child(1){
    width: 517px;
}
.show_li:nth-child(2){
    width: 677px;
    margin-left: 7px;
}
.show_li:nth-child(1) .li_left{
    height: 225px;
    background-image: url("../images/show_li_1_bg.jpg")/*tpa=http://www.cqyxmm.com/template/users/28/1494928/images/show_li_1_bg.jpg*/;
    background-size: 100%;
    background-repeat: no-repeat;
}
.show_li:nth-child(1) .li_right{
    height: 357px;
}
.show_li:nth-child(2) .li_left{
    height: 402px;
}
.show_li:nth-child(2) .li_right{
    height: 180px;
    background-color: var(--main-color-light);
}
.li_left,.li_right{
    display: block;
    width: 100%;
    background-color: #f5f5f5;
    height: 367px;
    vertical-align: top;
    text-align: left;
    font-size: 0;
    overflow: hidden;
}
.li_right{
    margin-top: 7px;
}
.line_bar{
    width: 127px;
    margin: 13px 0 20px 0;
}
.scaleAni{height: 100%;overflow: hidden}
.scaleAni img{width: 100%;height: 100%;object-fit: cover;transition: .3s}
.scaleAni:hover img{transform: scale(1.05)}
.title{
    font-size: 22px;
    color: white;
    font-weight: bold;
    margin-left: 49px;
    margin-top: 52px;
}
.show_li:nth-child(1) .li_left{
    padding-top: 52px;
}
.show_li:nth-child(2) .li_right{
    padding-top: 23px;
}

.detail{
    font-size: 12px;
    width: 408px;
    line-height: 20px;
    margin-top: 10px;
    color: white;
    display: block;
    white-space: normal;
    margin-left: 52px;
    letter-spacing: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.more{
    margin-top: 15px;
    width: 85px;
    height: 21px;
    background-image: url("../images/more.png")/*tpa=http://www.cqyxmm.com/template/users/28/1494928/images/more.png*/;
    background-repeat: no-repeat;
    background-size: 21px 21px;
    background-position: right center;
    color: white;
    font-size: 14px;
    margin-left: 52px;
}
#service{
    width: 100%;
    text-align: center;
    margin-top: 56px;
}
#service .like{overflow:hidden;width:100%;display:block;position:relative;}
#service .like2{height: 100%}
#service .so{display:block;position:absolute;top:0;left:0;width:100%;height:100%;}
#service .like dd{font-size:24px;line-height:60px;color:#333;text-align:center;position:absolute;bottom:0;left:0;width:100%;border-bottom:1px solid #cacac9;background:#fff;z-index:2;margin: 0}
#service .feng{border:1px solid #999;text-align:center;color:#333;padding:16% 0;margin-bottom:4%}
#service .feng dt{font-size:24px;}
#service .feng dd{font-size:16px;padding:1% 0 3%}
#service .key{position:absolute;bottom:60px;margin-bottom:8%;left:8%;z-index:2;max-width:84%}

#service a.road{width:164px;padding:2.5% 0;border:1px solid var(--main-color);display:block;margin:0 auto;-webkit-transition:all 0.5s ease;transition:all 0.5s ease; }
#service a.road::after{height:16px;display:block;width:92px;content:"";margin:0 auto;background-image:url("../images/icon.png")/*tpa=http://www.cqyxmm.com/template/users/28/1494928/images/icon.png*/;background-repeat:no-repeat;background-position:0 0;-webkit-transition:all 0.3s ease-in-out;transition:all 0.3s ease-in-out;}
#service a.road:hover::after{background-position:0 -26px}
#service a.road:hover{background:var(--main-color)}


#slogan{
    width: 100%;
    height: auto;
    margin-top: 87px;
    position: relative;
}
#slogan_text{
    position: absolute;
    top: 80px;
    left: 30%;
    font-size: 44px;

}
#slogan_text p{
    font-size: 44px;
    line-height: 50px;
    color: #181818;
}
#slogan_text p:nth-child(2){
    color: var(--main-color-light);
 }
#slogan_text div{
    font-size: 20px;
    background-color: #393939;
    color: white;
   padding: 4px;
    margin-top: 20px;
}
#seriesClassic{
    width: 100%;
    text-align: center;
    margin-top: 56px;
    padding-top: 60px;
    padding-bottom: 60px;
    background: url("../images/seriesClassicbg.jpg")/*tpa=http://www.cqyxmm.com/template/users/28/1494928/images/seriesClassicbg.jpg*/ no-repeat ;
    background-size: 100% 100%;
    background-position: 0 0;
}
#seriesClassic>span{
    font-size: 32px;
    color: var(--main-color);
    text-align: center;
}
#seriesClassicTitle{
    width: 1202px;
    margin: 20px auto 40px;
    display: block;
}
.product-swiper {
    width: 100%;
    height: auto;
}
.product-swiper .swiper-slide {
    text-align: center;
    font-size: 18px;
    width: 288px;
    background: transparent;
    background-size: 100% 406px;
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
}
.product-swiper .swiper-slide a{
    display: block;
    position: relative;
    z-index: 2;
    font-size: 0;
}
.product-swiper .swiper-slide a:after{
    content: '';
    position: absolute;
    width: calc(100% - 24px);
    height: calc(100% - 24px);
    border: 2px solid white;
    z-index: 99;
    pointer-events: none;
    left: 12px;
    top: 12px;
}
.product-swiper .bottom_title{
    font-size: 16px;
    color: #666666;
    width: 100%;
    text-align: center;
}
.product-swiper .over{
    width: 100%;
    height: 100%;
    background-color: var(--pellucidity-main-color);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0;
    -webkit-transition: all 0.5s ease-out;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.product-swiper .over:hover{
    -webkit-transition: all 0.5s ease-out;
    opacity: 1;
    
}
.product-swiper .over span{
    color: white;
    display: block;
}
.product-swiper .over .cn{
    font-size: 22px;
    font-weight: bold;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 12px;
}
.product-swiper .over .en{
    font-size: 14px;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 137px;
}

.product-swiper .line{
    width: 30px;
    height: 4px;
    background: white;
    margin: 22px auto 0;
}
.product-swiper .plus{
    width: 45px;
    height: 45px;
    border-radius: 45px;
    border: 1px solid #ffffff;
    font-size: 47px;
    text-align: center;
    line-height: 38px;
    margin: 26px auto 0;
    color: white;
}

#news{
    width: 100%;
    text-align: center;
    margin-top: 56px;
}
#news>span{
    font-size: 32px;
    color: var(--main-color);
    text-align: center;
}
#news ul li{
    width: 100px;
    border-right:1px solid #383838 ;
    display: inline-block;
    height: 14px;
    line-height: 14px;
}
#news ul li:last-child{
    border-right: none;
}
#news a{
    color: #666666;
    font-size: 14px;
    display: flex;
}
#newsTitle{
    width: 1202px;
    margin: 20px auto 40px;
    display: block;
}
#newest_div{
    width: 100%;
    display: inline-block;
    padding-top: 10px;
    background: #fff;
}
.newest_list{
    height: 27px;
    width: 100%;
    margin-top: 20px;
    border-bottom: 1px solid #cbcaca;
    display: inline-block;
    text-align: left;
}
.newest_title,.newest_date{
    font-size: 12px;
    color: #747474;
    vertical-align: top;
    text-align: left;
}
.newest_date{
    text-align: right;
    width: 30%;
    padding-right: 13px;
}
.newest_title{
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    padding-left: 13px;
}
.news_swiper{
    width: 100%;
    height: 330px;
    margin-top: 0px;
    font-size: 0;
}
.news_swiper .swiper-slide{
    display: block;
    width: 100%;
    height: 100%;
}
.more_news{
    width: 100%;
    text-align: right;
    display: block;
    margin-top: 10px;
    color: #747474;
    font-size: 12px;
    padding: 0 13px 10px;
}
#news_left{}
#video_container{
    width: 100%;
    height: 330px;
    background: black;

}
#news_right{}
.column{
    width: 50%;
    height: 180px;
    display: inline-block;
    vertical-align: top;
    background-color: white;
    text-align: left;
    padding-left: 10px;
    margin-top: 10px;
}
.column:nth-child(1){
    margin-right: 3px;
}
.column:nth-child(2){
    background-image: url("../images/service_bg.jpg")/*tpa=http://www.cqyxmm.com/template/users/28/1494928/images/service_bg.jpg*/;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
}
.column span{
    display: block;
}
.column span:nth-child(1){
    color: #707070;
    font-size: 13px;
    margin-top: 13px;
}
.column span:nth-child(2){
    color: #280100;
    font-size: 25px;
    margin-top: 8px;
}
.column span:nth-child(4){
    color: #787878;
    font-size: 14px;
    margin-top: 10px;
}
.column a:nth-child(5) span{
    color: #000000;
    font-size: 14px;
    width: 100px;
    height: 32px;
    border: 1px solid #c0c0c0;
    line-height: 32px;
    margin-top: 13px;
    text-align: center;
}
.column span:nth-child(3){
    display: block;
    width: 80px;
    height: 4px;
    background-color: var(--main-color);
    margin-top: 10px;

}
#news_bottom{
    background-color: #f8f8f8;
    padding-bottom: 10px;
}
#contact_container{
    display: flex;
}