/*--------------------------首页-----------------------*/
.banner {height: 100vh;box-sizing: border-box;padding-top: var(--main-theight);display: flex;background-image: url("../images/banner-0bg.jpg");overflow: hidden;}
.banner-box {display: flex;align-items: center;position: relative;}
.banner-msg h1 {font-size: var(--fz48);color: var(--cf);}
.banner-msg p {font-size: var(--fz38);color: var(--cf);font-weight: 100;margin-top: 10px;}
.banner-r {position: absolute;bottom: 0;right: 0;width: 48%;}
.banner-t1 {text-align: center;}
.banner-rbox {position: relative;padding-top: 60px;}
.banner-img img {display: block;}
.banner-t2 {position: absolute;right: 0;width: 100%;top: 0;}
.banner-r1 {position: absolute;right: 60%;top: 60px;}
.banner-r2 {position: absolute;right: 32%;top: 20px;}
.banner-r3 {position: absolute;right: 8%;top: -20px;}
.about {background: #f9f9f9;position: relative;overflow: hidden;}
.about-rg {position: absolute;right: 0;top: 0;height: 100%;width: 25%;background: url("../images/about-r.jpg") no-repeat center;background-size: cover;}
.about-box {padding-right: 20%;display: flex;justify-content: space-between;align-items: flex-end;position: relative;}
.about-bg {position: absolute;left: -20px;top: 15px;}
.about-l {position: relative;z-index: 3;padding: var(--fz48) 0;}
.about-tit {font-size: var(--fz30);font-weight: bold;color: var(--c0);margin-bottom: var(--fz24);}
.about-desc {font-size: 14px;color: var(--c3);line-height: 2;margin-bottom: var(--fz38);}
.about-more {display: flex;width: 40px;height: 40px;align-items: center;justify-content: center;background: var(--blue);border-radius: 10px;transition: .3s;}
.about-more span {font-size: 12px;color: var(--cf)}
.about-more:hover {background: var(--red);}
.about-ls {padding-top: var(--fz30);}
.about-ls li {border-bottom: 2px solid #505050;}
.about-ls li a {padding: var(--fz24) 0;display: flex;align-items: center;justify-content: space-between;}
.about-ls li span {transition: .3s;color: var(--c0);}
.about-ls li:hover span {padding-right: 10px;color: var(--blue);}
.about-c {position: relative;z-index: 3;flex-shrink: 0;margin: 0 10%;padding-top: var(--fz72);}
.about-r {padding: var(--fz38) 0;display: flex;flex-direction: column;justify-content: space-between;position: relative;z-index: 3;flex-shrink: 0;align-self: stretch}
.about-r-item {background: var(--cf);padding-left: var(--fz30);padding-right: 5px;padding-bottom: 20px;}
.about-r-item h1 {font-size: 18px;color: #c1c1c1;font-weight: 100;padding: var(--fz24) 0;position: relative;border-bottom: 1px solid #dcdcdc;margin-bottom: 20px;}
.about-r-item h1:after {content: "";position: absolute;bottom: 0;top: 5px;width: 3px;background: var(--blue);left: var(--fzrv30);opacity: 0;transition: .3s;}
.about-r-item:hover h1:after {opacity: 1;}
.about-r-item h2 {font-size: 18px;font-weight: 100;color: var(--c0);margin-bottom: 10px;padding-right: 20px;}
.about-r-item p {font-size: 14px;color: var(--c9);padding-right: 20px}
.youshi {padding: var(--fz100) 0;background: var(--cf);}
.youshi-ls {display: grid; grid-template-columns: repeat(5, 1fr);grid-gap: var(--fz30);}
.youshi-ls li {background: url("../images/youshi-1.jpg") no-repeat center;background-size: cover;text-align: center;padding: 60px 0;}
.youshi-ls li h1 {}
.youshi-ls li span {font-size: var(--fz72);color: var(--cf);font-family: "axis"}
.youshi-ls li i {font-size: 18px;color: var(--cf);}
.youshi-ls li h5 {font-size: 18px;color: var(--cf);}
.youshi-ls li:nth-child(even) {background-image: url("../images/youshi-2.jpg");}
.yanghu {background: url("../images/c-1.jpg") no-repeat center;background-size: cover;padding: var(--fz100) 0;}
.yanghu-box {display: flex;align-items: center;justify-content: space-between;}
.yanghu-l h1 {font-size: var(--fz48);color: var(--cf);}
.yanghu-l p {font-size: var(--fz24);color: var(--cf);margin: 10px 0;}
.yanghu-r {display: flex;align-items: center;}
.yanghu-item {display: flex;align-items: flex-end;margin-left: 60px;}
.yanghu-item img {padding-bottom: 20px;margin-right: 15px;}
.yanghu-item h1 {font-size: var(--fz30);color: var(--cf);}
.yanghu-item p {font-size: 18px;color: var(--cf);}
.baoyang {padding: 60px 0;background: url("../images/y-1.jpg") no-repeat center;background-size: cover;overflow: hidden;}
.baoyang-box {display: flex;align-items: center;justify-content: space-between;}
.baoyang-l {width: 75%;position: relative;}
.baoyang-l:after {content: "";position: absolute;width: 200%;height: 140%;top: -20%;background: var(--cf);right: -50px;box-shadow: 0 10px 10px rgba(0, 0, 0, .2);transform: skew(-4.5deg, 0)}
.baoyang-r {text-align: right;flex-shrink: 0;}
.baoyang-r img {margin-bottom: var(--fz30);}
#homesw {padding-bottom: var(--fz24);}
#homesw li {padding: 15px 0;font-size: var(--fz24);color: var(--cf);cursor: pointer;position: relative;}
#homesw li:after {content: "";position: absolute;bottom: 0;left: 0;width: 0;height: 1px;background: var(--cf);transition: .3s ease-in;}
#homesw li.on {font-size: var(--fz30);font-weight: bold;}
#homesw li.on:after {left: -40px;width: 200%;}
.baoyang-rbs {display: inline-block;}
.baoyang-more {display: flex;width: 40px; height: 40px; align-items: center; justify-content: center; background: var(--cf); border-radius: 10px; transition: .3s;}
.baoyang-more span {transition: .3s;}
.baoyang-more:hover {background: var(--blue);}
.baoyang-more:hover span {color: var(--cf);}
.zhengshu {padding: var(--fz100) 0;overflow: hidden;background: var(--cf);}
.zhengshu-t {display: flex;align-items: center;justify-content: space-between;}
.zhengshu-l {}
.zhengshu-l h1 {font-size: var(--fz48);color: var(--c3);}
.zhengshu-l p {font-size: var(--fz24);color: var(--c3);margin: 10px 0;}
.zhengshu-r {font-size: 18px;color: var(--cf);position: relative;padding: 10px var(--fz24);}
.zhengshu-r:after {content: "";position: absolute;width: 100%;height: 100%;top: 0;background: linear-gradient(to right, var(--blue), var(--red));left: 0;box-shadow: 0 0 15px rgba(211, 49, 60, .3);transform: skew(-4.5deg, 0);transition: .3s;}
.zhengshu-r a {position: relative;z-index: 3;}
.zhengshu-r:hover:after {border-radius: 10px;}
.zhengshu-ls {position: relative;margin-top: var(--fz72);}
.zhengshu-sw {padding: 0 70px;}
.zhengshu-sw .swiper-slide {height: auto;}
.zhengshu-sw a {display: flex;flex-direction: column;height: 100%;}
.zhengshu-imgbox {padding: 15px;background: #f2f2f2;overflow: hidden;transition: .3s;height: 100%;flex: 1;}
.zhengshu-imgbox img {width: 100%;object-fit: contain;display: block;height: 100%;}
.zhengshu-sw a p {text-align: center;font-size: 18px;color: var(--c3);margin-top: var(--fz24);transition: .3s;flex-shrink: 0}
.zhengshu-sw a:hover p {color: var(--blue);}
.zhengshu-sw a:hover .zhengshu-imgbox {background: var(--bluelight);}
.zsswiper-btn {position: absolute;top: 40%;padding: var(--fz30) 10px;border-radius: 5px;background: var(--blue);cursor: pointer;transition: .3s;overflow: hidden;z-index: 3;}
.zsswiper-btn:after {content: "";position: absolute;left: 0;top: 0;height: 100%;width: 100%;background: linear-gradient(to top right, var(--blue), var(--red));opacity: 0;transition: .3s;}
.zsswiper-btn img {position: relative;z-index: 2;}
.zsswiper-btn:hover:after {opacity: 1;}
.zhengshu-prev {left: 0;}
.zhengshu-next {right: 0;}
.chanpin {padding: var(--fz100) 0;background: url("../images/cp-1.jpg") no-repeat center;background-size: cover;overflow: hidden;}
.chanpin-tit {text-align: center;}
.chanpin-tit h1 {font-size: var(--fz48);color: var(--cf);margin-bottom: 10px;}
.chanpin-tit p {font-size: var(--fz24);color: var(--cf);font-family: "kr"}
.chanpin-pb {background: url("../images/cp-2.png") no-repeat center;
  background-size: 100% 100%;padding: var(--fz100) 0;margin-top: 70px;}
.chanpin-item {display: flex;align-items: center;justify-content: space-between;margin-bottom: var(--fz72);}
.chanpin-item:last-child {margin-bottom: 0;}
.chanpin-item:nth-child(even) {flex-direction: row-reverse}
.chanpin-img {width: 50%;position: relative;}
.chanpin-img:after {content: "";position: absolute;box-shadow: 0 10px 10px rgba(0, 0, 0, .2);bottom: 0;left: 5%;width: 90%;height: 100%;transform: skew(-8.5deg, 0)}
.chanpin-img img {display: block;width: 100%;position: relative;z-index: 2;}
.chanpin-info {width: 40%;box-sizing: border-box;}
.chanpin-item:nth-child(odd) .chanpin-info {padding-right: var(--fz100);}
.chanpin-item:nth-child(even) .chanpin-info {padding-left: var(--fz100);}
.chanpin-name {margin-bottom: var(--fz72);}
.chanpin-name h1 {font-size: var(--fz36);color: var(--blue);}
.chanpin-name p {font-size: 18px;color: var(--c3);margin: 10px 0;}
.chanpin-ls {}
.chanpin-ls li {font-size: 18px;color: var(--c3);transition: .3s;background: var(--bluelight);margin-right: 10px;margin-bottom: 10px;display: inline-block;}
.chanpin-ls li a {display: block;padding: 5px 15px;}
.chanpin-ls li:hover {background: var(--blue);color: var(--cf);}
.chanpin-jk {display: flex;align-items: center;flex-wrap: wrap;justify-content: space-between;}
.chanpin-jk li {width: 50%;padding: 15px 0;}
.chanpin-jk li a {display: flex;align-items: center;}
.chanpin-jk li span {font-family: "kr";font-size: var(--fz36);color: #ededed;margin-right: 15px;}
.chanpin-jk li i {font-size: var(--fz24);color: var(--c3);transition: .3s}
.chanpin-jk li a:hover i {color: var(--blue);}
.yundong {padding: var(--fz100) 0;overflow: hidden;background: var(--cf);}
.yundong-tit {display: flex;align-items: center;justify-content: space-between;}
.yundong-tit-l {}
.yundong-tit-l h1 {font-size: var(--fz48);color: var(--c3);}
.yundong-tit-l p {font-size: var(--fz24);color: var(--c3);margin: 10px 0;}
.yundong-pb {padding-top: var(--fz48);}
.yundong-img {border-radius: 15px;overflow: hidden;}
.yundong-ly {position: relative;z-index: 3;margin-top: -200px;padding: 0 var(--fz72);}
.yundong-ly-t {font-size: var(--fz30);color: var(--cf);padding-left: 60px;margin-bottom: var(--fz30);}
.yundong-ly-b {display: flex;justify-content: space-between;}
.yundong-ly-item {width: 49%;padding: var(--fz30) var(--fz48);box-sizing: border-box;border-radius: 15px;overflow: hidden;}
.yundong-ly-item h3 {font-size: var(--fz24);color: var(--cf);font-weight: normal;margin-bottom: 15px;}
.yundong-ly-item ul {display: grid;grid-template-columns: repeat(4, 1fr);}
.yundong-ly-item li {font-size: 18px;color: var(--cf);padding: 10px 0;position: relative;}
.yundong-ly-item li:after {content: "";position: absolute;left: -10px;top: 50%;width: 4px;height: 4px;margin-top: -2px;background: rgba(255, 255, 255, .6);}
.yundong-fd {display: flex;align-items: center;justify-content: space-between;text-align: center;margin-top: var(--fz100);}
.yundong-fd a {display: block;}
.yundong-fd a img {margin-bottom: var(--fz30);}
.yundong-fd a h1 {font-size: var(--fz30);color: var(--c6);transition: .3s;}
.yundong-fd a p {font-size: 14px;color: #c1c1c1;font-family: "kr";text-transform: uppercase;margin-top: 5px;}
.yundong-fd a:hover h1 {color: var(--blue);}
.hezuo {background: url("../images/qq-1.jpg") no-repeat center;background-size: cover;overflow: hidden;}
.hezuo-tit {display: flex;justify-content: space-between;padding-top: 200px;padding-bottom: 120px;}
.hezuo-tit-l {}
.hezuo-tit-l h1 {font-size: var(--fz48);color: var(--cf);}
.hezuo-tit-l p {margin: 10px 0;font-size: 18px;color: var(--cf);font-family: "kr";}
.hezuo-bot {padding: 0 var(--fz100);background: url("../images/pj-1.jpg") no-repeat center;background-size: cover;position: relative;}
.hezuo-bot:after {width: 140px;content: "";position: absolute;top: 0;height: 100%;left: 100%;background: url("../images/tf-1.jpg") no-repeat center;background-size: cover;border-bottom: 10px solid var(--blue);box-sizing: border-box}
.hezuo-block {width: 80px;height: 5px;background: #c0484f;}
.hezuo-bot h1 {font-size: var(--fz30);color: var(--blue);margin-top: var(--fz30);}
.hezuo-bot ul {display: grid;grid-template-columns: repeat(4, 200px);justify-content: space-between;padding: 20px 0;}
.hezuo-bot ul li {padding: 20px 0;}
.hezuo-bot ul h2 {font-size: var(--fz24);color: var(--blue);font-weight: normal;font-family: "kr";position: relative;margin-bottom: 10px;}
.hezuo-bot ul h2:after {content: "";position: absolute;width: var(--fz72);height: 1px;background: var(--blue);left: 30px;bottom: 5px;}
.hezuo-bot ul p {font-size: 16px;color: var(--c3);line-height: 2;text-align: justify;}
/*--------------------------产品百科详情-----------------------*/
.nybanner {margin-top: var(--main-theight);height: 600px;display: flex;align-items: center;justify-content: center;}
.nybanner-info {text-align: center;}
.nybanner-info h1 {font-size: var(--fz48);color: var(--cf);margin-bottom: 10px;}
.nybanner-info p {font-size: var(--fz30);color: var(--cf);}
.nybanner-info span {font-size: var(--fz24);color: var(--cf);margin-top: 5px;display: block;}
.mbx {background: #f9f9f9;padding: var(--fz20) 0;font-size: 16px;color: var(--c0);border-bottom: 1px solid #dedede;overflow: hidden;}
.mbx a {transition: .3s;}
.mbx a:hover {color: var(--blue);}
.cpbkde {overflow: hidden;}
.cpbkde-tc {padding: var(--fz48) 0;overflow: hidden;background: var(--cf);}
.cpbkde-tit {text-align: center;margin-bottom: var(--fz30);}
.cpbkde-tit h1 {font-size: var(--fz24);color: var(--c3);padding-bottom: 15px;margin-bottom: 15px;border-bottom: 1px solid #efefef;}
.cpbkde-tit p {font-size: 16px;color: var(--c9);}
.cpbkde-tit p span {display: inline-block;padding: 0 10px;}
.cpbkde-tit p span i {color: var(--c3);}
.cpbkde-info {font-size: 16px;color: var(--c3);text-align: justify;line-height: 1.8;width: 90%;margin: 0 auto}
.cpbkde-fb {background: var(--blue);padding: var(--fz30) 0;overflow: hidden;}
.cpbkde-np {display: flex;align-items: center;justify-content: space-between;}
.cpbkde-np a {width: 48%;background: var(--cf);border-radius: 10px;box-sizing: border-box;font-size: 16px;padding: var(--fz20) var(--fz30);transition: .3s;}
.cpbkde-np a i {color: var(--blue);}
.cpbkde-np a:hover {color: var(--blue);}
/*--------------------------证书与检测报告-----------------------*/
.zzzs {padding: var(--fz30) 0;}
.zzzs-t {display: flex;border-radius: 10px;overflow: hidden;background: var(--cf);margin-bottom: var(--fz30);}
.zzzs-t-l {background: url("../images/kl-bg.jpg") no-repeat center;background-size: cover;position: relative;flex-shrink: 0;width: 400px;overflow: hidden;}
.zzzs-t-a {position: absolute;bottom: var(--fz72);padding-left: var(--fz72);box-sizing: border-box;padding-top: var(--fz72);}
.zzzs-t-a img {}
.zzzs-t-a h1 {font-size: var(--fz30);color: var(--cf);margin: 10px 0;}
.zzzs-t-a p {font-family: "kr";font-size: var(--fz24);color: var(--cf);}
.zzzs-t-r {width: 100%;overflow: hidden;padding: var(--fz48);display: flex;justify-content: space-between;box-sizing: border-box}
.zzzs-t-cot {width: 48%;}
.zzzs-t-cot h1 {padding-left: var(--fz20);position: relative;font-size: var(--fz24);color: var(--c3);margin-bottom: 10px;}
.zzzs-t-cot h1:after {position: absolute;width: 5px;height: 5px;background: var(--blue);transform: rotate(45deg);content: "";left: 4px;top: 50%;margin-top: -2px;}
.zzzs-t-cot ul {}
.zzzs-t-cot li {padding: 12px 0;position: relative;font-size: 16px;color: var(--c3);border-bottom: 1px solid #e8e8e8;}
.zzzs-t-cot li p {position: relative;padding: 0 var(--fz20);line-height: 1.7;}
.zzzs-t-cot li p:after {content: "";width: 4px;height: 4px;background: var(--blue);left: 4px;top: 12px;position: absolute;}
.zzzs-ls {display: grid;grid-template-columns: repeat(4, 1fr);grid-gap: var(--fz30);margin-bottom: var(--fz48);}
.zzzs-ls li {}
.zzzs-ls li a {display: flex;background: var(--cf);height: 100%;flex-direction: column;}
.zzzs-ls-img {background: #f2f2f2;height: 100%;padding: 15px;transition: .3s;}
.zzzs-ls-img img {height: 100%;width: 100%;display: block;object-fit: contain}
.zzzs-ls li p {padding: 15px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;text-align: center;transition: .3s;flex-shrink: 0}
.zzzs-ls li:hover .zzzs-ls-img {background: var(--bluelight);}
.zzzs-ls li:hover p {color: var(--blue);}
/*--------------------------联系我们-----------------------*/
.lxwm-t {padding-top: var(--fz72);background: url("../images/pq-bg.jpg") no-repeat center var(--cf);background-size: 100% auto;}
.lxwm-bx {display: flex;justify-content: space-between;}
.lxwm-lf {width: 50%;}
.lxwm-tit {background: url("../images/i12.png") no-repeat left top;padding-left: var(--fz24);padding-top: var(--fz24);background-size: auto 90%;}
.lxwm-tit h1 {font-size: var(--fz36);color: var(--c3);}
.lxwm-tit p {font-size: var(--fz36);font-family: "kr";color: #e6e6e6;text-transform: uppercase}
.lxwm-tit span {display: block;text-transform: capitalize}
.lxwm-fs {margin-bottom: var(--fz100);}
.lxwm-fs h2 {font-size: var(--fz24);color: var(--c3);margin-top: var(--fz100);padding-top: var(--fz36);}
.lxwm-fs ul {border-top: 1px solid #efefef;margin-top: var(--fz36);padding-top: var(--fz24);}
.lxwm-fs ul li {display: flex;align-items: center;padding: 5px 0;}
.lxwm-fs ul li img {flex-shrink: 0;margin-right: 10px;}
.lxwm-dt {padding-top: var(--fz36);}
.lxwm-line {width: 260px;height: 15px;background: linear-gradient(to right, var(--red), var(--blue));margin-top: var(--fz36);}
.lxwm-rg {font-size: var(--fz48);padding-left: 2em;padding-top: 1em;position: relative;background: url("../images/pq-01.png") no-repeat 1em top;}
.lxwm-ra {position: absolute;left: 0;top: 15%;}
.lxwm-ra h1 {font-size: var(--fz85);color: var(--red);font-family: "kr";padding-left: 15px;}
.lxwm-ra h2 {color: var(--cf);font-size: var(--fz48);}
.lxwm-ra h2 span {color: var(--blue);}
.lxwm-ra em {display: block;height: 15px;background: linear-gradient(to right, var(--red), var(--blue));margin-top: 10px;}
.lxwm-map {border-bottom: 1px solid var(--blue);border-top: 1px solid var(--blue);}
#maps {height: 680px;}
/*--------------------------产品百科-----------------------*/
.cpsy {background: url("../images/ck-bg.jpg") no-repeat center;background-size: cover;padding: var(--fz48) 0;overflow: hidden;}
.cpsy-qt {display: flex;align-items: center;justify-content: space-between;margin-bottom: var(--fz72);}
.cpsy-qt-l {display: flex;align-items: center;}
.cpsy-qt-l h1 {font-size: var(--fz36);color: var(--c3);margin-bottom: 10px;}
.cpsy-qt-l p {font-size: var(--fz36);color: #e6e6e6;font-family: "kr";line-height: 1.2;}
.cpsy-qt-l p span {display: block;}
.cpsy-qt-l img {display: block;margin-left: var(--fz30);}
.cpsy-qt-r {}
#cptype {display: grid;grid-template-columns: repeat(2, 1fr);grid-gap: var(--fz30) var(--fz20);}
#cptype li {cursor: pointer}
#cptype li span {font-size: 16px;color: var(--c3);position: relative;transition: .3s;padding-left: 10px;}
#cptype li.on span {font-weight: bold;color: var(--red);}
#cptype li span:after {content: "";position: absolute;bottom: -10px;left: 0;width: 100%;height: 5px;background: linear-gradient(to right, var(--blue), var(--red));border-radius: 100px;transition: .3s;opacity: 0;}
#cptype li.on span:after {opacity: 1;}
.cpsy-sw {padding-bottom: var(--fz100);}
.cpsy-ctrl {display: flex;align-items: center;justify-content: center;margin-bottom: var(--fz36);}
.cpsy-ctrl div {margin: 0 5px;cursor: pointer}
.cpsy-ctrl div img {display: block;}
.swiper-cp {border-radius: 10px;box-shadow: 0 27px 35px rgba(0, 0, 0, .27);overflow: hidden;}
.cpsyin {display: flex;justify-content: space-between;background: var(--cf);}
.cpsyin-l {width: 48%;position: relative;}
.cpsyin-r {width: 52%;box-sizing: border-box;padding: var(--fz60)}
.cpsyin-r h1 {font-size: var(--fz24);color: var(--c3);}
.cpsyin-r p {font-size: 16px;color: var(--c3);line-height: 30px;-webkit-line-clamp: 5;height: 150px;margin: var(--fz38) 0;}
.cpsyin-r a {display: inline-block;font-size: 16px;color: var(--cf);padding: 10px var(--fz20);border-radius: 5px;background: linear-gradient(to right, var(--blue), var(--red));transition: .3s;}
.cpsyin-r a:hover {transform: translateY(-5px);box-shadow: 0 10px 10px rgba(0, 0, 0, .2)}
.cpbt {background: url("../images/bk-bg.jpg") no-repeat top center #cad5db;background-size: 1920px auto;overflow: hidden;}
.cppr {position: relative;padding: var(--fz85) 0;}
.cpprabs {position: absolute;right: -60px;top: var(--fz30);max-height: 90%;}
.cppr-t {padding-left: var(--fz36);}
.cppr-t h1 {font-size: var(--fz36);color: var(--c3);padding: var(--fz20) 0;}
.cppr-t p {font-size: var(--fz30);color: var(--cf);display: inline-block;background: var(--blue);padding: 10px 20px;border-radius: 1000px;}
.cppr-t ul {padding-top: var(--fz20);}
.cppr-t li {display: inline-block;}
.cppr-t li a {display: block;font-size: 18px;color: var(--c0);background: var(--cf);transition: .3s;padding: 10px 15px;border-radius: 5px;}
.cppr-t li.on a {background: var(--red);color: var(--cf);}
.cppr-t li a:hover {background: var(--red);color: var(--cf);}
.cppr-sw {margin-top: var(--fz100);height: 380px;overflow: hidden;}
.cppr-box {}
.cppr-item {float: left;margin-right: var(--fz34);}
.cppr-item-bx {display: block;background: var(--cf);border-radius: 5px;overflow: hidden;}
.cppr-imgbx {padding: var(--fz30);}
.cppr-item p {font-size: var(--fz24);color: var(--cf);text-align: center;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;background: var(--blue);padding: 10px;}
.cpys {padding-bottom: var(--fz100);overflow: hidden;}
.cpys-tit {display: flex;align-items: baseline;margin-left: var(--fz24);padding-left: var(--fz20);background: url("../images/i12.png") no-repeat left;background-size: auto 100%;margin-bottom: var(--fz60);}
.cpys-tit h1 {font-size: var(--fz36);color: var(--c3);}
.cpys-tit p {font-size: var(--fz34);color: #f4f4f4;font-family: "kr";margin-left: 10px;}
.cpys-ls {display: grid;grid-template-columns: repeat(3, 1fr);grid-gap: var(--fz30)}
.cpys-ls li {background: linear-gradient(to bottom, var(--cf), #c8d3d6);box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.27);border-radius: 5px;text-align: center;padding: var(--fz48);}
.cpys-ls li h5 {margin: 0 auto;font-size: var(--fz60);color: var(--c3);font-family: "kr";font-style: italic;line-height: .8;position: relative;width: 100px;}
.cpys-ls li h5:after {height: 5px;content: "";position: absolute;left: 0;bottom: 0;width: 100%;background: linear-gradient(to right, var(--blue), var(--red));border-radius: 2px;}
.cpys-ls li h1 {margin: 0 auto;font-size: var(--fz30);color: var(--c3);margin-top: var(--fz24);}
.cpys-ls li h2 {margin: 0 auto;font-size: 16px;color: var(--c3);font-weight: normal;width: 250px;line-height: 1.65;margin-top: 10px;}
/*--------------------------合作招商-----------------------*/
.hztp {padding: var(--fz100) 0;background: url("../images/hz-bg.jpg") no-repeat center var(--cf);background-size: 100% auto;}
.hztp-t {display: flex;justify-content: space-between;}
.hztp-t-r {display: flex;align-items: flex-start;padding-top: var(--fz20);padding-right: 300px;}
.hztp-t-r img {margin-top: 10px;margin-right: var(--fz24);}
.hztp-t-r ul {transform: skew(-15deg)}
.hztp-t-r ul li {background: linear-gradient(to right, #e4eef6, transparent);margin-bottom: 5px;padding: 5px var(--fz24);}
.hztp-t-r ul li p {transform: skew(10deg);position: relative;font-size: 18px;color: var(--blue);}
.hztp-t-r ul li p:before {content: "";position: absolute;left: -10px;width: 5px;height: 5px;top: 50%;margin-top: -3px;border-radius: 50%;background: var(--red);}
.hztp-b {position: relative;padding-top: 200px;padding-bottom: 170px;display: flex;justify-content: space-between;}
.hztp-b h5 {display: flex;align-items: center;font-size: var(--fz24); color: var(--c3);margin-bottom: var(--fz20);padding-left: var(--fz20);}
.hztp-b h5 i {padding: 0 10px;}
.hztp-b h5 span {width: 5px;height: var(--fz38);background: linear-gradient(to bottom, var(--red), var(--blue));transform: skew(-20deg);border-radius: 111px;}
.hztp-b h1 {background: linear-gradient(to right, var(--red), var(--blue));-webkit-background-clip: text;-webkit-text-fill-color: transparent;font-size: var(--fz72);line-height: var(--fz72);}
.hztp-b-r {padding-top: 250px;padding-right: var(--fz100);margin-right: var(--fz48);}
.hztp-u1, .hztp-u2, .hztp-u3 {position: absolute;padding: 10px;background: rgba(255, 255, 255, .2);border-radius: 50%;box-shadow: -12.213px 14.555px 46px 0px rgba(1, 91, 179, 0.16)}
.hztp-u1 img, .hztp-u2 img, .hztp-u3 img {border-radius: 50%;}
.hztp-u1 {top: var(--fz20);right: var(--fz60);}
.hztp-u2 {top: 320px;right: 500px;}
.hztp-u3 {top: 380px;left: 320px;}
.xmys {background: url("../images/xm-bg.jpg") no-repeat top center;background-size: cover;padding: var(--fz100) 0;overflow: hidden;}
.xmys-t {display: flex;align-items: center;justify-content: space-between;margin-bottom: var(--fz72);}
.xmys-t-r {font-size: var(--fz24);color: var(--cf);font-weight: bold;position: relative;padding-left: var(--fz20);padding-right: 5px;padding-bottom: 10px;}
.xmys-t-r:after {content: "";position: absolute;bottom: 0;left: 0;width: 100%;height: 10px;background: linear-gradient(to right, transparent 2%, var(--red), var(--blue));}
.xmys-ls {display: grid;grid-template-columns: repeat(4, 1fr);grid-gap: 10px;}
.xmys-bx {width: 195px;margin: auto;text-align: justify;padding: var(--fz60) 0;}
.xmys-bx h1 {display: flex;align-items: baseline;margin-bottom: var(--fz20);}
.xmys-bx h1 span {font-size: var(--fz24);font-weight: normal;font-family: "kr";color: var(--blue);margin-right: 10px;}
.xmys-bx h1 i {height: 1px;width: var(--fz48);background: var(--blue);}
.xmys-bx p {font-size: 16px;color: var(--c0);text-align: justify;line-height: 30px;min-height: 90px}
/*--------------------------工程案例列表-----------------------*/
.gcal {padding: var(--fz72) 0;}
.gctit {padding-bottom: var(--fz72);text-align: center;position: relative;}
.gctit:before {content: "Project";text-transform: uppercase;font-family: "kr";font-size: var(--fz100);color: #eee;position: absolute;top: 0;width: 100%;left: 0;}
.gctit-bx {position: relative;z-index: 2;}
.gctit h1 {font-size: var(--fz36);color: var(--c3);margin-bottom: 5px;}
.gctit span {display: block;width: var(--fz20);height: 5px;background: linear-gradient(to right, var(--blue), var(--red));margin: 0 auto;}
.gctit p {margin-top: var(--fz20);font-size: 18px;color: var(--red);font-weight: bold;}
.gcal-dsf {position: relative;background: url("../images/gcbg.jpg") no-repeat top center;background-size: 100% auto;padding-top: var(--fz100);margin-bottom: var(--fz30);overflow: hidden;}
.gclogo {position: absolute;left: 50%;top: var(--fz100);margin-left: -86px;}
.gcbp {display: block;width: 100%;}
.gcls {background: var(--cf);border-radius: 10px;padding: var(--fz36);margin-bottom: var(--fz36);}
.gcls ul {display: grid;grid-template-columns: repeat(3, 1fr);grid-gap: 10px var(--fz100)}
.gcls ul li {font-size: 14px;color: var(--c3);overflow: hidden;text-overflow: ellipsis;white-space: nowrap;padding-left: var(--fz20);position: relative;}
.gcls ul li:before {content: "";width: 4px;height: 4px;border-radius: 50%;background: var(--red);position: absolute;left: 5px;top: 50%;margin-top: -2px;}
/*--------------------------关于我们-----------------------*/
.gywm-iui {overflow: hidden;padding: var(--fz36) 0;}
.gywm-iui img {display: block;width: 100%;border-radius: 10px;}
.gywm-jj {padding: var(--fz36) var(--fz60);}
.gywm-jj-tp {display: flex;align-items: center;justify-content: space-between;overflow: hidden;margin-bottom: var(--fz48);}
.stit {}
.stit {padding-bottom: var(--fz24);position: relative;}
.stit:before {content: "About";font-family: "kr";text-transform: uppercase;font-size: var(--fz100);color: #eee;position: absolute;top: 0;width: 100%;left: 0;}
.stit-bx {position: relative;z-index: 2;}
.stit h1 {font-size: var(--fz36);color: var(--c3);margin-bottom: 5px;}
.stit span {display: block;width: var(--fz20);height: 5px;background: linear-gradient(to right, var(--blue), var(--red));}
.gywm-vbtn {background: url("../images/quo.jpg") no-repeat center;background-size: cover;text-align: center;padding: var(--fz24) var(--fz60);border-radius: 10px;cursor: pointer;}
.gywm-vbtn p {font-size: var(--fz24);color: var(--cf);margin-top: 5px;}
.gywm-jj-info {font-size: 16px;color: var(--c3);line-height: 1.7;text-align: justify;}
.gywm-jj-info p {position: relative;}
.gywm-jj-info p:before {content: "";width: 4px;height: 4px;background: var(--blue);border-radius: 50%;position: absolute;left: -13px;top: 11px;}
.gywm-pp {background: url("../images/ppbg.jpg") no-repeat center;background-size: cover;padding: var(--fz85) 0;overflow: hidden;}
.gywm-pp-bx {display: flex;justify-content: space-between;}
.gywm-pp .stit:before {color: #77beff;content: "Brand"}
.gywm-pp-r {}
.gywm-pp-r ul {display: grid;grid-template-columns: repeat(2, 1fr);grid-gap: var(--fz30);}
.gywm-pp-r li {background: var(--cf);padding-left: var(--fz48);padding-right: 10px;position: relative;}
.gywm-pp-r li:before {content: "";height: var(--tph);width: 5px;background: var(--red);position: absolute;left: 0;top: 0;}
.gywm-pp-r li:nth-child(2):before {background: var(--blue);}
.gywm-pp-r li:nth-child(3):before {background: var(--blue);}
.gywm-pp-r li p {height: var(--tph);line-height: var(--tph);font-size: var(--fz30);color: #c1c1c1;font-family: "kr";border-bottom: 1px solid #dfdfdf;}
.gywm-pp-r li h1 {font-weight: normal;font-size: var(--fz24);color: var(--c0);margin-bottom: 10px;}
.gywm-pp-r li h2 {font-size: var(--fz20);color: var(--blue);}
.gywm-pp-r li div {padding: var(--fz30);padding-left: 0;}
.gywm-youshi {padding: var(--fz60) 0;}
.gywm-tlc {background: url("../images/tlcbg.jpg") no-repeat top center;background-size: cover;padding: var(--fz72) 0;overflow: hidden;}
.gywm-tlc-bx {padding-top: var(--fz48);display: flex;justify-content: space-between;align-items: flex-end;}
.gywm-lc .stit:before {content: "process"}
.gywm-tlc-zai {margin-top: var(--fz48);}
.gywm-tlc-r {display: flex;align-items: center;}
.gywm-tlc-r div {margin-left: 5px;cursor: pointer;}
.gywm-tlc-r img {display: block;}
.gywm-blc {padding: var(--fz85) 0;position: relative;overflow: hidden;}
.gywm-blc:before {content: "";background: var(--blue);position: absolute;left: 0;top: 0;width: 100%;height: 60%;}
@keyframes bcrun {
  0% {background-position-x: 0;}
  100% {background-position-x: -40px;}
}
.gywm-blc:after {content: "";width: 100%;height: 35px;background: url("../images/bc01.png") repeat-x;position: absolute;left: 0;top: 0;animation: bcrun infinite linear 5s;}
.blc-swiper .swiper-slide {height: 100%;}
.blc-swiper-bx {background: #fff;border-radius: 10px;padding: var(--fz20);height: 100%;}
.gywm-blc-h1 {font-size: var(--fz30);color: var(--c3);padding: 10px var(--fz20);border-bottom: 1px solid #dfdfdf;}
.gywm-blc-p {color: var(--c3);line-height: 1.7;text-align: justify;padding: 10px var(--fz20);}
.gywm-hz {margin-bottom: var(--fz38);}
.stit2 {text-align: center;}
.stit2 span {margin: 0 auto}
.gywm-hz .stit:before {content: "connection"}
.gywm-conn {background: var(--cf);border-radius: 10px;padding: var(--fz20);margin-top: var(--fz60);}
.gywm-conn ul {display: grid;grid-template-columns: repeat(4, 1fr);grid-gap: var(--fz20)}
.gywm-conn li {background: var(--cf);border: 1px solid #ebebeb}
.gywm-conn li img {display: block;width: 100%;height: var(--fz100);object-fit: contain;}
.gywm-gc {position: relative;}
.gywm-gc:before {content: "";position: absolute;top: 240px;bottom: 0;left: 0;width: 100%;;background: url("../images/gygc.jpg") no-repeat center;background-size: cover;}
.gywm-gcbx {display: flex;position: relative;z-index: 3;border-radius: 10px;overflow: hidden;}
.gywm-gcbx-l {justify-content: center;width: 40%;text-align: center;padding: 120px 0;background: url("../images/uiu.jpg") no-repeat center;background-size: cover;position: relative;}
.gywm-gcbx-l:before {content: "";background: url("../images/uiul.png") no-repeat top right;background-size: contain;position: absolute;top: 0;right: 0;width: var(--fz100);height: var(--fz100);}
.gywm-gcbx-l:after {content: "";background: url("../images/uiup.png") no-repeat bottom left;background-size: contain;position: absolute;bottom: 0;left: 0;width: var(--fz60);height: var(--fz60);}
.gywm-gcbx-l .stit:before {content: "Project";color: var(--cf);}
.gywm-gcbx-dc {margin-top: var(--fz30);font-size: 18px;color: var(--red);}
.gywm-gcbx-mo {padding-top: 10px;}
.gywm-gcbx-mo a {display: inline-block;background: var(--red);border-radius: 5px;font-size: 14px;color: var(--cf);padding: 5px 10px;transition: .3s;}
.gywm-gcbx-mo a:hover {transform: translateY(-3px);}
.gywm-gcbx-dc {}
.gywm-gcbx-r {position: relative;width: 60%;}
.gywm-gcbx-r img {display: block;height: 100%;width: 100%;object-fit: cover;position: absolute;left: 0;top: 0;}
.gywm-gcls {padding: var(--fz85) var(--fz36);overflow: hidden;}
.gywm-gcls ul {display: grid;grid-template-columns: repeat(3, 1fr);grid-gap: 10px var(--fz100)}
.gywm-gcls ul li {font-size: 14px;color: var(--cf);overflow: hidden;text-overflow: ellipsis;white-space: nowrap;padding-left: var(--fz20);position: relative;}
.gywm-gcls ul li:before {content: "";width: 4px;height: 4px;border-radius: 50%;background: var(--cf);position: absolute;left: 5px;top: 50%;margin-top: -2px;}
.popvideo {position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: rgba(0, 0, 0, .8);z-index: 99999;padding: 10vh 10vw;box-sizing: border-box;display: none;}
.popvideo-close {position: absolute;right: 3vw;top: 3vw;width: 40px;height: 40px;border-radius: 50%;border: 2px solid #fff;cursor: pointer}
.popvideo-close span {position: absolute;top: 50%;left: 20%;width: 60%;transform: rotate(45deg);height: 2px;background: #fff;}
.popvideo-close span:nth-child(2) {transform: rotate(-45deg)}
.popvideo-cont {width: 100%;height: 100%;}
.popvideo-cont video {width: 100%;height: 100%;display: block}
/*--------------------------体育馆养护-----------------------*/
.tygyh-tct {background: url("../images/tct.jpg") no-repeat top center;background-size: 100% auto;}
.tygyh-dwq {display: flex;justify-content: space-between;align-items: center;padding: var(--fz60) 0;overflow: hidden;}
.tygyh-dwq-l {background: url("../images/jks.png") no-repeat var(--fz20) top;padding-top: var(--fz38);}
.tygyh-dwq-l h1 {font-size: var(--fz36);color: var(--c3);margin-bottom: 10px;}
.tygyh-dwq-l p {font-family: "kr";font-size: var(--fz34);color: #e6e6e6;text-transform: uppercase}
.tygyh-dwq-r {display: flex;align-items: center;}

.tygyh-dwq-item {margin-left: var(--fz48);background: var(--cf);border-radius: var(--fz20);padding: var(--fz24) var(--fz20);padding-left: var(--itpl);position: relative;overflow: hidden;}
.tygyh-dwq-item:after{content: "";position: absolute;left: 0;top: 0;height: 100%;width: calc(var(--itpl) - var(--fz20));background: url("../images/cc01.jpg") no-repeat center;background-size: cover}
.tygyh-dwq-item:last-child:after{background-image: url("../images/cc02.jpg");}

.tygyh-dwq-item:first-child {margin-left: 0;}
.tygyh-dwq-item h1 {font-size: var(--fz30);color: var(--c3);margin-bottom: 10px;}
.tygyh-dwq-item p {font-size: 18px;color: var(--c3);}
.tygyh-dwq-item-s1 a {font-weight: bold;color: var(--blue);}

.yhitem {background: var(--cf); box-shadow: 0 14px 35px 0 rgba(0, 0, 0, 0.09);padding: var(--fz30) var(--fz72);position: relative;overflow: hidden;}
.yhitem-no {position: absolute;left: 0;top: 0;}
.yhitem-top {display: flex;align-items: center;justify-content: space-between;}
.yhitem-top-l {padding-left: var(--fz48);display: flex;align-items: center;width: 50%;box-sizing: border-box;justify-content: space-between;}
.yhitem-top-l h1 {margin-left: -100px;font-size: var(--fz36);color: var(--c3);display: flex;align-items: center;}
.yhitem-top-l h1 span{font-size: var(--fz48);color: var(--red);font-family: "kr";font-weight: normal;font-style: italic;}
.yhitem-top-l h1 i{margin-left: var(--fz20);}

.yhitem-top-r {width: 50%;box-sizing: border-box;padding-left: var(--fz20);}
.yhitem-top-tip {background: url("../images/i20.png") no-repeat left 5px;padding-left: var(--fz30);}
.yhitem-top-tip h1 {font-size: var(--fz24);color: var(--c3);margin-bottom: 5px;}
.yhitem-top-tip p {font-size: 18px;color: var(--c3);}
.yhitem-sdbs{text-align: center;margin-bottom: var(--fz20);}
.yhitem-sdbs p{font-size: var(--fz48);color: var(--red);font-family: "kr";font-style: italic;}
.yhitem-sdbs h1{font-size: var(--fz36);color: var(--c3);}

.yhitem-bot {padding-bottom: var(--fz30);}
.yhitem-bot img {display: block;width: 100%;}
.yhitem-line {padding-right: var(--fz34);}
.yhitem-line img {display: block;width: 100%;}
.tygyh-ls1 {padding-bottom: var(--fz85);}
.tygyh-ls1 .yhitem {margin-bottom: var(--fz60);}
.tygyh-ls1 .yhitem:last-child {margin-bottom: 0;}
/*--------------------------运动木地板-----------------------*/

.ydd-st {position: relative;padding-top: var(--fz48);padding-bottom: 180px;overflow: hidden;}
.ydd-st:before {content: "";background: url("../images/tct.jpg") no-repeat top center;background-size: cover;height: 170px;padding: var(--fz48) 0;z-index: 2;position: absolute;left: 0;top: 0;width: 100%;}
.ydd-st:after {content: "";;background: url("../images/sui.jpg") no-repeat top center;background-size: cover;position: absolute;left: 0;bottom: 0;width: 100%;height: calc(100% - 170px - var(--fz48) - var(--fz48));}
.ydd-st-bx {position: relative;z-index: 3;display: flex;justify-content: space-between;}
.ydd-st-r {width: 540px;background: rgba(0, 0, 0, .5);padding: var(--fz60);box-sizing: border-box;overflow: hidden;}
.ydd-st-item {border-radius: 10px;overflow: hidden;padding: var(--fz36);margin-bottom: var(--fz20);}
.ydd-st-item:last-child {margin-bottom: 0;}
.ydd-st-item h1 {font-size: var(--fz24);color: var(--cf);font-weight: normal;margin-bottom: var(--fz20);padding-left: 10px;}
.ydd-st-item ul {display: grid;grid-template-columns: repeat(2, 1fr);grid-gap: var(--fz20);}
.ydd-st-item li {font-size: 18px;color: var(--cf);padding-left: 10px;position: relative;}
.ydd-st-item li:before {content: "";width: 4px;height: 4px;background: rgba(255, 255, 255, .5);position: absolute;left: 0;top: 10px;}
.yddtit {}
.yddtit img {margin-left: 10px;}
.yddtit h1 {font-size: var(--fz36);color: var(--c3);margin-top: -5px;margin-bottom: 5px;}
.yddtit p {font-size: var(--fz34);color: #e6e6e6;font-family: "kr";text-transform: uppercase;line-height: 1.12;}
.yddtit p span{display: block;}
.ydd-jg {position: relative;padding: var(--fz85) 0;}
.ydd-jg:after {content: "";width: 100%;height: 60%;bottom: 0;left: 0;position: absolute;background: url("../images/ksx.jpg") no-repeat center;background-size: cover;}
.ydd-jg-bx {display: flex;justify-content: space-between;position: relative;z-index: 3;}
.ydd-jg-l {width: 26%;}
.ydd-jg-nav {background: url("../images/wd.jpg") no-repeat center;background-size: cover;padding: var(--fz24) 0 var(--fz24) var(--fz72);margin-top: var(--fz34);}
.ydd-jg-nav li {padding: 10px var(--fz60);font-size: 18px;color: var(--cf);cursor: pointer;position: relative;border-radius: 5px 0 0 5px;transition: .3s;margin: 2px 0;}
.ydd-jg-nav li:after {content: ">";position: absolute;right: var(--fz48);top: 50%;transform: translate3d(10px, -50%, 0);color: var(--cf);transition: .3s;opacity: 0;}
.ydd-jg-nav li.on {background: #026cd0;}
.ydd-jg-nav li:hover{background: #026cd0;}
.ydd-jg-nav li.on:after {opacity: 1;transform: translate3d(0, -50%, 0)}
.ydd-jg-nav li:hover:after {opacity: 1;transform: translate3d(0, -50%, 0)}
.ydd-jg-r {width: 74%;background: var(--cf);padding: var(--fz48);box-sizing: border-box;overflow: hidden;}
.ydd-swiper{width: 100%;height: 100%;}
.ydd-jg-r-bx{display: block;width: 100%;height: 100%;position: relative;}
.ydd-jg-r-bx img{width: 100%;height: 100%;object-fit: contain;display: block;position: absolute;left: 0;top: 0;}
.ydd-zb{padding: var(--fz72) 0;}
.ydd-zb-t{display: flex;align-items: center;justify-content: space-between;margin-bottom: var(--fz48);}
.ydd-zb-t-r{display: flex;align-items: center;}
.ydd-zb-t-r img{margin-right: 10px;}
.ydd-zb-t-r p{font-size: 18px;color: var(--c3);line-height: 2;}

.ydd-zb-b{}
.ydd-zb-b ul{display: grid;grid-template-columns: repeat(2,1fr);grid-gap: var(--fz20);}
.ydd-zb-b li{padding: var(--fz20) var(--fz30);background: var(--cf);border-radius: 10px;display: flex;align-items: flex-start;}
.ydd-zb-im{width:130px;flex-shrink: 0;}
.ydd-zb-if{flex: 1;overflow: hidden;padding-left: var(--fz20);}
.ydd-zb-tt{font-size: 18px;color: var(--c3);margin-bottom: 10px;}
.ydd-zb-ms{font-size: 14px;color: var(--c3);text-align: justify;line-height: 1.8;}

.ydd-az{background: url("../images/nvj.jpg") no-repeat center;background-size: cover;padding: var(--fz85) 0;}
.ydd-az .yddtit{text-align: center;}
.ydd-az .yddtit img{margin-left: 0;}
.ydd-az .yddtit h1{color: var(--cf);}
.ydd-az .yddtit p{color: var(--cf);}

.ydd-az-bz{margin-top: var(--fz60);}
.ydd-az-bz ul{display: grid;grid-template-columns: repeat(5,1fr);grid-gap: var(--fz60);}
.ydd-az-bz li{position: relative;padding-top: var(--fz15);text-align: center;}
.ydd-az-bz li span{position: absolute;width: var(--fz30);line-height: var(--fz30);color: var(--cf);font-size: 14px;font-weight: bold;z-index: 3;right: 0;top: 0;background: var(--red);}
.ydd-az-bz li img{height: 150px;border-radius: 10px;display: block;width: 100%;object-fit: cover;margin-bottom: var(--fz38);}
.ydd-az-bz li h1{font-size: 18px;color: var(--cf);margin-bottom: 5px;}
.ydd-az-bz li p{font-size: 18px;color: var(--cf);}

.ydd-cd{padding-top: var(--fz100);background: var(--cf);}
.ydd-cd .yddtit{text-align: center;}
.ydd-cd-t{background: url("../images/nvm.jpg") no-repeat top center;background-size: cover;padding-bottom: 220px;}
.ydd-cd-b{position: relative;z-index: 4;margin-top: -180px;padding-bottom: var(--fz100);}
.ydd-cd-im{display: block;width: 100%;box-shadow: 0 0 15px rgba(0,0,0,0.3);position: relative;z-index: 3;}
.ydd-cd-b:after{content: "";position: absolute;bottom: 0;left: 0;width: 100%;height: 80%;background: url("../images/osad.jpg") no-repeat center;background-size: cover;}
