/*

overflow:hidden;text-overflow:ellipsis;white-space:nowrap;

-webkit-transition:all .7s;transition:all .7s;

transition: all 1s;

outline: 1px dashed #fff;outline-offset: -5px;

transform:rotate(360deg);

text-transform: Uppercase;font-family:Arial;

*/

/* 公用标题 */
@keyframes msClock {
	0%,70%,100% {transform: rotate(0) scale(1);}
	
	10%,30% {transform: rotate(-15deg) scale(1);}
	
	20%,40% {transform: rotate(15deg) scale(1);}
}

.swiper-container{width: 100%;cursor: url(../images/gesture.png), default;}

.swiper-container img{cursor: url(../images/gesture.png), default;}




/* 创新优势 */
.box_01{width:100%;height:750px;background:url(../images/cxys_back.jpg) center bottom no-repeat;overflow:hidden;}

.box_01 .center{width:1300px;height:750px;margin:0 auto;position:relative;}

.box_01 .center .left{width:850px;height:750px;float:left;position:relative;z-index:5;}

.box_01 .center .left .h_title{width:auto;padding:16px 0 0 125px;height:90px;margin-top:50px;background:url(../images/h_line.png) 100px center no-repeat;position:relative;}

.box_01 .center .left .h_title::before{content:'';width:71px;height:71px;background:url(../images/h_back.png);position:absolute;top:8px;left:0;animation:Cycle 0.85s linear 0s alternate infinite;}

.box_01 .center .left .h_title h3{width:auto;height:33px;position:relative;z-index:2;overflow:hidden;}

.box_01 .center .left .h_title h3 span:nth-of-type(1){display:block;font-size:28px;color:#333;line-height:28px;}

.box_01 .center .left .h_title h3 span:nth-of-type(2){display:block;font-size:28px;color:#dfdfdf;line-height:28px;position:absolute;left:5px;top:5px;z-index:-1;}

.box_01 .center .left .h_title p{font-size:14px;color:#999;margin-top:15px;line-height:15px; letter-spacing:2px;}

.box_01 .center .txtScroll-top{width:750px;height:335px;margin:180px 0 0 100px;overflow:hidden;position:relative;}

.box_01 .center .txtScroll-top .bd{width:565px;height:335px;float:left;overflow:hidden;}

.box_01 .center .txtScroll-top .infoList{width:565px;height:335px;}

.box_01 .center .txtScroll-top .infoList li{width:445px;height:121px;padding:17px 30px 17px 40px;background:#fff;margin-bottom:25px;overflow:hidden;}

.box_01 .center .txtScroll-top .infoList li:nth-of-type(2n-1){border-radius:80px 80px 0 80px;}

.box_01 .center .txtScroll-top .infoList li:nth-of-type(2n){border-radius:80px 0 80px 80px;margin-left:50px;}

.box_01 .center .txtScroll-top .infoList li .num{width:74px;height:121px;line-height:121px;font-size:60px;color:#333; font-family:'SimHei';border-right:solid 1px #f2f2f2;float:left;}

.box_01 .center .txtScroll-top .infoList li .txt{width:345px;height:121px;float:right;}

.box_01 .center .txtScroll-top .infoList li span{display:block;width:22px;height:3px;background:url(../images/dian01.png);margin-top:22px;}

.box_01 .center .txtScroll-top .infoList li h4{font-size:18px;color:#333;line-height:18px;margin-top:10px;}

.box_01 .center .txtScroll-top .infoList li p{width:300px;font-size:12px;color:#999;line-height:18px;margin-top:10px;}

.box_01 .center .txtScroll-top .hd{width:169px;height:57px;overflow:hidden;position:absolute;bottom:0;right:0;z-index:9;display:none;}

.box_01 .center .txtScroll-top .hd .next{width:169px;height:57px; background:url(../images/next01.png);position:relative;cursor:pointer;}

.box_01 .center .txtScroll-top .hd .next::before{content:'';width:14px;height:19px;background:url(../images/mouse02.png);position:absolute;top:18px;left:20px;animation: mouse 1s ease-in-out 0.1s alternate none infinite running; -webkit-animation: mouse 1s ease-in-out 0.1s alternate none infinite running;}

@keyframes mouse {
    from { transform: translateY(0); -webkit-transform: translateY(0); }
    to { transform: translateY(5px); -webkit-transform: translateY(5px); }
}

@-webkit-keyframes mouse {
    from { transform: translateY(0); -webkit-transform: translateY(0); }
    to { transform: translateY(5px); -webkit-transform: translateY(5px); }
}

.box_01 .center .right{width:600px;height:338px;float:right;position:absolute;top:335px;right:0;z-index:2;}

.box_01 .center .right img{display:block;width:867px;height:803px;position:absolute;left:-120px;bottom:0;}




/* 产品中心 */
.box_02{width:100%;height:1026px;padding-top:70px; background:url(../images/cp_back.jpg) center top no-repeat;overflow:hidden;position:relative;}

.box_02 .h_title{width:273px;padding:16px 0 0 125px;height:90px;margin:0 auto;background:url(../images/h_line.png) 100px center no-repeat;position:relative;}

.box_02 .h_title::before{content:'';width:71px;height:71px;background:url(../images/h_back.png);position:absolute;top:8px;left:0;animation:Cycle 0.85s linear 0s alternate infinite;}

@-webkit-keyframes Cycle {0%{-webkit-transform: translateY(5px)}100%{-webkit-transform: translateY(-5px)}}

.box_02 .h_title h3{width:auto;height:33px;position:relative;z-index:2;overflow:hidden;}

.box_02 .h_title h3 span:nth-of-type(1){display:block;font-size:28px;color:#333;line-height:28px;}

.box_02 .h_title h3 span:nth-of-type(2){display:block;font-size:28px;color:#dfdfdf;line-height:28px;position:absolute;left:5px;top:5px;z-index:-1;}

.box_02 .h_title p{font-size:14px;color:#999;margin-top:15px;line-height:15px; letter-spacing:2px;}

.box_02 .bt{width:1560px;height:34px;line-height:34px;margin:40px auto 0 auto;display:flex;justify-content: space-between;}

.box_02 .bt .left{width:470px;font-size:13px;color:#0d0409; font-family:Arial;background:url(../images/line001.png) right center no-repeat;float:left;}

.box_02 .bt .right{width:470px;font-size:13px;color:#0d0409;text-align:right;font-family:Arial;background:url(../images/line001.png) left center no-repeat;float:right;}

.box_02 .bt h4{float:left;font-size:20px;color:#333;font-weight:bold;padding-left:55px;background:url(../images/dian02.png) left center no-repeat;}

.box_02 .list01{width:1560px;height:142px;margin:30px auto 0 auto;display:flex;justify-content: space-between;}

.box_02 .list01 li{width:276px;height:142px;float:left;position:relative;cursor:pointer;}

.box_02 .list01 li a{display:block;}

.box_02 .list01 li .box-img{width:220px;height:142px;padding:0 28px;background:url(../images/cp_bk.png);border-radius:5px;position:absolute;left:0;top:0;transform: rotateY(0);transition: all 0.50s ease-in-out 0s;}

.box_02 .list01 li:hover .box-img{transform: rotateY(-90deg);}

.box_02 .list01 li .box-img span{display:block;width:32px;height:22px;position:absolute;top:0;right:0;font-size:12px;color:#fff;line-height:22px; font-family:Arial;text-align:center;transform: scale(0.7);}

.box_02 .list01 li h4{font-size:18px;color:#333;font-weight:bold;line-height:20px;margin-top:22px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

.box_02 .list01 li p{font-size:12px;color:#999;line-height:13px;margin-top:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

.box_02 .list01 li .more{width:46px;height:45px;background:url(../images/mouse03.png);margin-top:13px;animation: mouse 1s ease-in-out 0.1s alternate none infinite running; -webkit-animation: mouse 1s ease-in-out 0.1s alternate none infinite running;}

.box_02 .list01 li:nth-of-type(1) .box-img::after{content:'';width:119px;height:130px;background:url(../images/cp_ty01.png);position:absolute;bottom:-30px;right:10px;}

.box_02 .list01 li:nth-of-type(2) .box-img::after{content:'';width:108px;height:104px;background:url(../images/cp_ty03.png);position:absolute;bottom:-35px;right:10px;}

.box_02 .list01 li:nth-of-type(3) .box-img::after{content:'';width:155px;height:93px;background:url(../images/cp_ty02.png);position:absolute;bottom:-25px;right:10px;}

.box_02 .list01 li:nth-of-type(4) .box-img::after{content:'';width:120px;height:85px;background:url(../images/cp_ty04.png);position:absolute;bottom:0px;right:10px;}









.box_02 .list01 li .box-content{width:276px;height:142px;position: absolute;top:0;left:0;z-index:2;overflow:hidden;border-radius:5px;transform: rotateY(90deg);transition: all 0.50s ease-in-out 0s;opacity:1;filter:alpha(opacity=100);}

.box_02 .list01 li:hover .box-content{transform: rotateY(0);}

.box_02 .list01 li .box-content img{width:276px;height:142px;vertical-align:top;object-fit:cover;}



.box_02 .bt02{width:1300px;height:22px;line-height:22px;margin:75px auto 0 auto;}

.box_02 .bt02 h4{font-size:20px;color:#333;font-weight:bold;text-align:center;}

.box_02 .list02{width:81.25%;height:475px;margin:30px auto 0 auto;display:flex;justify-content: space-between;}

.box_02 .list02 li{width:22%;height:475px;float:left;position:relative;}

.box_02 .list02 li::after{content:'';width:0;height:1px;background:#ffda4b;position:absolute;bottom:0;left:50%;margin-left:-0;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .list02 li:hover::after{content:'';width:100%;height:1px;background:#ffda4b;position:absolute;bottom:0;left:50%;margin-left:-50%;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .list02 li a{display:block;}

.box_02 .list02 li .img{box-sizing:border-box;width:100%;height:355px;border:solid 1px #eee;border-radius:5px;overflow:hidden;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .list02 li:hover .img{-moz-box-shadow:0px 0px 15px #dddcdc;-webkit-box-shadow:0px 0px 15px #dddcdc;box-shadow:0px 0px 15px #dddcdc;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .list02 li .img img{width:100%;height:355px;vertical-align:top;transition: all 1s;object-fit:cover;}

.box_02 .list02 li:hover .img img{transform: scale(1.03);}

.box_02 .list02 li .name{font-size:18px;color:#333;line-height:20px;text-align:center;margin-top:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

.box_02 .list02 li p{font-size:12px;color:#ccc;line-height:10px;text-align:center;margin-top:12px;text-transform: Uppercase;font-family:Arial;}

.box_02 .list02 li span{display:block;width:100%;height:17px; background:url(../images/xx01.png) center center no-repeat;margin-top:15px;-webkit-transition:all .7s;transition:all .7s;}

.box_02 .list02 li:hover span{background:url(../images/xx02.png) center center no-repeat;-webkit-transition:all .7s;transition:all .7s;}




/* 应用场景 */
.box_03{width:100%;height:916px;padding-top:0; background:url(../images/cj_back.jpg) center top no-repeat;overflow:hidden;position:relative;}

.box_03 .cj_center{width:1300px;height:916px;margin:0 auto;position:relative;}

.box_03 .cj_center .h_title{width:383px;padding:16px 0 0 125px;height:90px;margin:0 auto;background:url(../images/h_line.png) 100px center no-repeat;position:absolute;top:90px;left:0;z-index:9;}

.box_03 .cj_center .h_title::before{content:'';width:71px;height:71px;background:url(../images/h_back.png);position:absolute;top:8px;left:0;animation:Cycle 0.85s linear 0s alternate infinite;}

.box_03 .cj_center .h_title h3{width:auto;height:33px;position:relative;z-index:2;overflow:hidden;}

.box_03 .cj_center .h_title h3 span:nth-of-type(1){display:block;font-size:28px;color:#333;line-height:28px;}

.box_03 .cj_center .h_title h3 span:nth-of-type(2){display:block;font-size:28px;color:#dfdfdf;line-height:28px;position:absolute;left:5px;top:5px;z-index:-1;}

.box_03 .cj_center .h_title p{font-size:14px;color:#999;margin-top:15px;line-height:15px; letter-spacing:2px;}

.box_03 .cj_center .pos{width:210px;height:210px;position:absolute;left:50%;margin-left:-105px;top:340px;z-index:1;}

.box_03 .cj_center .pos::after{content:'';width:240px;height:240px;background:rgba(255,218,75,0.5);position:absolute;top:-15px;left:-15px;z-index:-2;border-radius:50%;-webkit-animation: twinkling 2.1s infinite ease-in-out;animation: twinkling 2.1s infinite ease-in-out;-webkit-animation-fill-mode: both;animation-fill-mode: both;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .cj_center .pos .icon{width:210px;height:210px; background:url(../images/cj_icon.png) center center no-repeat #ffda4b;border-radius:50%;}

.box_03 .cj_center .hd{width:1300px;height:610px;position:relative;}

.box_03 .cj_center .hd ul{width:1300px;height:610px;position:relative;animation: mouse 1s ease-in-out 0.1s alternate none infinite running; -webkit-animation: mouse 1s ease-in-out 0.1s alternate none infinite running;}

.box_03 .cj_center .hd ul li{width:140px;height:140px;border-radius:50%;z-index:2;}

.box_03 .cj_center .hd ul li:nth-of-type(1){position:absolute;left:50%;margin-left:-70px;top:40px;}

.box_03 .cj_center .hd ul li:nth-of-type(2){position:absolute;left:345px;top:320px;}

.box_03 .cj_center .hd ul li:nth-of-type(3){position:absolute;right:345px;top:320px;}

.box_03 .cj_center .hd ul li:nth-of-type(4){position:absolute;left:85px;top:260px;}

.box_03 .cj_center .hd ul li:nth-of-type(5){position:absolute;right:85px;top:260px;}

.box_03 .cj_center .hd ul li:nth-of-type(6){position:absolute;left:225px;bottom:-35px;}

.box_03 .cj_center .hd ul li:nth-of-type(7){position:absolute;right:225px;bottom:-35px;}

.box_03 .cj_center .hd ul li:nth-of-type(8){position:absolute;left:-40px;bottom:-140px;}

.box_03 .cj_center .hd ul li:nth-of-type(9){position:absolute;right:-40px;bottom:-140px;}

.box_03 .cj_center .hd ul li:nth-of-type(10){position:absolute;left:-200px;bottom:85px;}

.box_03 .cj_center .hd ul li:nth-of-type(11){position:absolute;right:-200px;bottom:85px;}

.box_03 .cj_center .hd ul li .img{display:block;width:140px;height:140px;position:relative;z-index:2;}

.box_03 .cj_center .hd ul li .img::before{content:'';width:150px;height:150px;background:rgba(255,218,75,0);position:absolute;top:-5px;left:-5px;z-index:-1;border-radius:50%;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .cj_center .hd ul li.on .img::before{content:'';width:150px;height:150px;background:rgba(255,218,75,1);position:absolute;top:-5px;left:-5px;z-index:-1;border-radius:50%;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .cj_center .hd ul li .img::after{content:'';width:170px;height:170px;background:rgba(255,218,75,0);position:absolute;top:-15px;left:-15px;z-index:-2;border-radius:50%;-webkit-animation: twinkling 2.1s infinite ease-in-out;animation: twinkling 2.1s infinite ease-in-out;-webkit-animation-fill-mode: both;animation-fill-mode: both;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .cj_center .hd ul li.on .img::after{content:'';width:170px;height:170px;background:rgba(255,218,75,0.5);position:absolute;top:-15px;left:-15px;z-index:-2;border-radius:50%;-webkit-animation: twinkling 2.1s infinite ease-in-out;animation: twinkling 2.1s infinite ease-in-out;-webkit-animation-fill-mode: both;animation-fill-mode: both;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .cj_center .hd ul li .img img{display:block;width:140px;height:140px;vertical-align:top;object-fit:cover;overflow:hidden;border-radius:50%;transition: all 1s;}

.box_03 .cj_center .hd ul li.on .img img{transform: scale(1.2);}

@-webkit-keyframes twinkling {
	0% {opacity: 0.2;filter: alpha(opacity=20);-webkit-transform: scale(1);}

	50% {opacity: 0.5;filter: alpha(opacity=50);-webkit-transform: scale(1.12);}

	100% {opacity: 0.2;filter: alpha(opacity=20);-webkit-transform: scale(1);}
}

@keyframes twinkling {
	0% {opacity: 0.2;filter: alpha(opacity=20);-webkit-transform: scale(1);}

	50% {opacity: 0.5;filter: alpha(opacity=50);-webkit-transform: scale(1.12);}

	100% {opacity: 0.2;filter: alpha(opacity=20);-webkit-transform: scale(1);}
}

.box_03 .cj_center .bd{width:1300px;height:250px;margin:20px auto 0 auto;}

.box_03 .cj_center .bd .main{width:1300px;height:250px;overflow:hidden;}

.box_03 .cj_center .bd .main .txt{width:620px;height:250px;margin:0 auto;text-align:center;}

.box_03 .cj_center .bd .main .txt .name{display:block;line-height:25px;font-size:20px;color:#333;font-weight:bold;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .cj_center .bd .main .txt:hover .name{color:#ffda4b;-webkit-transition:all .7s;transition:all .7s;}

.box_03 .cj_center .bd .main .txt p{font-size:16px;color:#666;line-height:35px;height:70px;margin-top:22px;overflow:hidden;}

.box_03 .cj_center .bd .main .txt .more{display:block;width:209px;height:57px; background:url(../images/more02.png);position:relative;cursor:pointer;margin:35px auto 0 auto;}

.box_03 .cj_center .bd .main .txt .more::before{content:'';width:14px;height:19px;background:url(../images/mouse02.png);position:absolute;top:18px;left:20px;animation: mouse 1s ease-in-out 0.1s alternate none infinite running; -webkit-animation: mouse 1s ease-in-out 0.1s alternate none infinite running;}





/* 案例中心 */
.box_04{width:100%;height:auto;padding:70px 0 55px 0;overflow:hidden;}

.box_04 .top{width:1300px;height:106px;margin:0 auto;position:relative;z-index:0;}

.box_04 .top::after{content:'';width:1005px;height:96px;background:#f7f7f7;position:absolute;top:5px;left:605px;border-radius:50px 0 0 50px;z-index:-1;}

.box_04 .top .h_title{width:auto;padding:16px 0 0 125px;height:90px;float:left;background:url(../images/h_line.png) 100px center no-repeat;position:relative;z-index:9;}

.box_04 .top .h_title::before{content:'';width:71px;height:71px;background:url(../images/h_back.png);position:absolute;top:8px;left:0;animation:Cycle 0.85s linear 0s alternate infinite;}

.box_04 .top .h_title h3{width:auto;height:33px;position:relative;z-index:2;overflow:hidden;}

.box_04 .top .h_title h3 span:nth-of-type(1){display:block;font-size:28px;color:#333;line-height:28px;}

.box_04 .top .h_title h3 span:nth-of-type(2){display:block;font-size:28px;color:#dfdfdf;line-height:28px;position:absolute;left:5px;top:5px;z-index:-1;}

.box_04 .top .h_title p{font-size:14px;color:#999;margin-top:15px;line-height:15px; letter-spacing:2px;}

.box_04 .top .case_list{width:610px;height:106px;float:right;display:flex;justify-content: space-between;}

.box_04 .top .case_list li{width:auto;float:left;}

.box_04 .top .case_list li a{display:block;width:100%;line-height:106px;font-size:18px;color:#333;position:relative;z-index:0;}

.box_04 .top .case_list li a::before{content:'';width:100%;height:26px;background:url(../images/dian03.png) center center no-repeat;position:absolute;bottom:10px;left:0;z-index:-1;opacity:0;-webkit-transition:all .7s;transition:all .7s;}

.box_04 .top .case_list li:hover a::before{content:'';width:100%;height:26px;background:url(../images/dian03.png) center center no-repeat;position:absolute;bottom:-8px;left:0;z-index:-1;opacity:1;-webkit-transition:all .7s;transition:all .7s;}

.multipleColumn{width:1230px;height:580px;margin:50px auto 0 auto;position:relative;}

.multipleColumn .hd{width:1230px;height:580px;position:absolute;top:0;left:0;z-index:1;}

.multipleColumn .hd .prev{position:absolute;top:220px;left:-110px;width:60px;height:60px;background:url(../images/case_jt_01.png) center center no-repeat #333;border-radius:30px;cursor:pointer;-webkit-transition:all .7s;transition:all .7s;}

.multipleColumn .hd .next{position:absolute;top:220px;right:-110px;width:60px;height:60px;background:url(../images/case_jt_03.png) center center no-repeat #333;border-radius:30px;cursor:pointer;-webkit-transition:all .7s;transition:all .7s;}

.multipleColumn .hd .prev:hover{background:url(../images/case_jt_02.png) center center no-repeat #ffda4b;-webkit-transition:all .7s;transition:all .7s;}

.multipleColumn .hd .next:hover{background:url(../images/case_jt_04.png) center center no-repeat #ffda4b;-webkit-transition:all .7s;transition:all .7s;}

.multipleColumn .bd{width:1230px;height:580px;overflow:hidden;position:relative;z-index:2;}

.multipleColumn .bd ul{width:370px;height:580px;overflow:hidden;margin-right:60px;}

.multipleColumn .bd ul li{width:370px;height:275px;float:left;overflow:hidden;margin-bottom:30px;}

.multipleColumn .bd ul li a{display:block;}

.multipleColumn .bd ul li .img{width:370px;height:215px;overflow:hidden;}

.multipleColumn .bd ul li .img img{width:370px;height:215px;transition: all 1s;vertical-align:top;object-fit:cover;}

.multipleColumn .bd ul li:hover .img img{transform: scale(1.05);}

.multipleColumn .bd ul li .txt{width:370px;height:60px;line-height:60px;overflow:hidden;position:relative;}

.multipleColumn .bd ul li .txt::after{content:'';width:0px;height:1px;background:#ffda4b;position:absolute;bottom:0;left:0;-webkit-transition:all .7s;transition:all .7s;}

.multipleColumn .bd ul li:hover .txt::after{content:'';width:370px;height:1px;background:#ffda4b;position:absolute;bottom:0;left:0;-webkit-transition:all .7s;transition:all .7s;}

.multipleColumn .bd ul li .txt .name{width:220px;height:60px;font-size:16px;color:#333;float:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;}
		
.multipleColumn .bd ul li:hover .txt .name{color:#ffda4b;-webkit-transition:all .7s;transition:all .7s;}

.multipleColumn .bd ul li .txt .more{width:65px;padding-left:50px;font-size:12px;color:#323232;float:right;background:url(../images/case_jt_05.png) center center no-repeat;}




/* 企业优势 */
.box_05{width:100%;height:1167px;background:url(../images/ys_back.jpg) center top no-repeat;overflow:hidden;position:relative;z-index:0;}

.box_05 .ys_pos{width:251px;height:267px;background:url(../images/ys_hua.png);position:absolute;bottom:265px;left:50px;z-index:-1;-webkit-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}

.box_05 .center{width:1300px;height:1087px;padding-top:80px;margin:0 auto;position:relative;}

.box_05 .center::before{content:'';width:737px;height:454px;background:url(../images/ys_a01.png);position:absolute;top:0;right:-131px;z-index:9;}

.box_05 .center .top{width:1300px;height:106px;overflow:hidden;}

.box_05 .center .top .h_title{width:290px;padding:16px 0 0 125px;height:90px;float:left;background:url(../images/h_line.png) 100px center no-repeat;position:relative;z-index:9;}

.box_05 .center .top .h_title::before{content:'';width:71px;height:71px;background:url(../images/h_back.png);position:absolute;top:8px;left:0;animation:Cycle 0.85s linear 0s alternate infinite;}

.box_05 .center .top .h_title h3{width:auto;height:33px;position:relative;z-index:2;overflow:hidden;}

.box_05 .center .top .h_title h3 span:nth-of-type(1){display:block;font-size:28px;color:#333;line-height:28px;}

.box_05 .center .top .h_title h3 span:nth-of-type(2){display:block;font-size:28px;color:#dfdfdf;line-height:28px;position:absolute;left:5px;top:5px;z-index:-1;}

.box_05 .center .top .h_title p{font-size:14px;color:#999;margin-top:15px;line-height:15px; letter-spacing:2px;}

.look_center{width:1300px;height:690px;margin:43px auto 0 auto;position:relative;}

.look_center .pos{width:451px;height:69px; background:url(../images/ys_a02.png);position:absolute;bottom:45px;right:-131px;z-index:9;}

.look_center .wz{font-size:20px;color:#333;line-height:20px;position:absolute;bottom:0;right:-8px; letter-spacing:8px;z-index:9;}

.look_center .hongdeng{width:320px;height:145px;position:absolute;bottom:45px;left:145px; background:url(../images/ys_pos.png);}

.look_center .hd{width:169px;height:57px;overflow:hidden;position:absolute;bottom:45px;right:510px;z-index:9;}

.look_center .hd .next{width:169px;height:57px; background:url(../images/next.png);position:relative;cursor:pointer;}

.look_center .hd .next::before{content:'';width:14px;height:19px;background:url(../images/mouse02.png);position:absolute;top:18px;left:20px;animation: mouse 1s ease-in-out 0.1s alternate none infinite running; -webkit-animation: mouse 1s ease-in-out 0.1s alternate none infinite running;}

.look_center .bd{width:1300px;height:690px;}

.look_center .bd .main{width:1300px;height:690px;position:relative;}

.look_center .bd .main .txt{width:440px;height:auto;margin-top:165px;float:left;}

.look_center .bd .main .txt h4{width:440px;height:42px; background:url(../images/ys_line.png) 75px center no-repeat;position:relative;}

.look_center .bd .main .txt h4 span:nth-of-type(1){display:block;font-size:22px;color:#333;font-weight:bold;line-height:22px;position:absolute;left:0;top:-2px;}

.look_center .bd .main .txt h4 span:nth-of-type(2){display:block;font-size:14px;color:#999;line-height:18px;position:absolute;left:100px;bottom:0;}

.look_center .bd .main .txt p{font-size:14px;color:#666;line-height:35px;margin-top:42px;}

.look_center .bd .main .img{width:757px;height:529px;float:right;position:relative;}

.look_center .bd .main .img img{width:888px;height:529px;vertical-align:top;position:absolute;right:-131px;top:0;}




/* 企业历程 */
.box_06{width:100%;height:668px;padding-top:60px;background:url(../images/lc_back.jpg) center top no-repeat;overflow:hidden;position:relative;}

.box_06 .center{width:1300px;height:668px;margin:0 auto;}

.box_06 .center .left{width:860px;height:668px;float:left;position:relative;}

.box_06 .center .left .h_title{width:auto;padding:16px 0 0 125px;height:90px;background:url(../images/h_line.png) 100px center no-repeat;position:relative;z-index:9;margin-top:21px;}

.box_06 .center .left .h_title::before{content:'';width:71px;height:71px;background:url(../images/h_back.png);position:absolute;top:8px;left:0;animation:Cycle 0.85s linear 0s alternate infinite;}

.box_06 .center .left .h_title h3{width:auto;height:33px;position:relative;z-index:2;overflow:hidden;}

.box_06 .center .left .h_title h3 span:nth-of-type(1){display:block;font-size:28px;color:#333;line-height:28px;}

.box_06 .center .left .h_title h3 span:nth-of-type(2){display:block;font-size:28px;color:#dfdfdf;line-height:28px;position:absolute;left:5px;top:5px;z-index:-1;}

.box_06 .center .left .h_title p{font-size:14px;color:#999;margin-top:15px;line-height:15px; letter-spacing:2px;}

.box_06 .center .left .pos{width:423px;height:84px; background:url(../images/lc_logo.png);position:absolute;left:-82px;top:275px;}

.box_06 .center .left .txt{width:340px;height:auto;margin-top:260px;text-align:right;}

.box_06 .center .left .txt h4{font-size:20px;color:#333;line-height:20px;}

.box_06 .center .left .txt p{font-size:14px;color:#ccc;line-height:16px; font-family:Arial;margin-top:18px;}

.box_06 .center .left .txt span{display:block;width:37px;height:3px; background:#000;margin:37px 0 0 28px;}

.box_06 .center .left .img{width:476px;height:647px;position:absolute;bottom:0;right:0;}

.box_06 .center .swiper-father{width:405px;height:550px;padding:59px 0;overflow:hidden;float:right;position:relative;z-index:2;}

.box_06 .center .swiper-father::before{content:'';width:1px;height:668px;background:#e1e1e1;position:absolute;top:0;left:202px;z-index:-1;}

.box_06 .center .swiper-father .swiper-button-prev{width:40px;height:40px;margin-top:0;background:url(../images/lc_jt_01.png) center center no-repeat #e9e9e9;border-radius:20px;position:absolute;left:182.5px;top:0;outline: none;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .center .swiper-father .swiper-button-next{width:40px;height:40px;margin-top:0;background:url(../images/lc_jt_02.png) center center no-repeat #e9e9e9;border-radius:20px;position:absolute;left:182.5px;top:628px;outline: none;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .center .swiper-father .swiper-button-prev:hover{background:url(../images/lc_jt_01.png) center center no-repeat #333;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .center .swiper-father .swiper-button-next:hover{background:url(../images/lc_jt_02.png) center center no-repeat #333;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .center .lc_show{width:405px;height:550px;overflow:hidden;}

.box_06 .center .lc_show .swiper-slide{width:405px;height:110px;overflow:visible !important;position:relative;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .center .lc_show .swiper-slide-active{width:405px;height:150px !important;margin-top:-20px;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .center .lc_show .swiper-slide .wz{width:405px;height:40px;line-height:40px;overflow:hidden;position:relative;}

.box_06 .center .lc_show .swiper-slide .wz::before{content:'';width:1px;height:0px;background:#000;position:absolute;top:50%;margin-top:-0px;left:202px;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .center .lc_show .swiper-slide-active .wz::before{content:'';width:1px;height:40px;background:#000;position:absolute;top:50%;margin-top:-20px;left:202px;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .center .lc_show .swiper-slide .wz::after{content:'';width:10px;height:2px;background:#e1e1e1;position:absolute;top:19px;right:203px;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .center .lc_show .swiper-slide-active .wz::after{content:'';width:40px;height:2px;background:#000;position:absolute;top:19px;right:203px;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .center .lc_show .swiper-slide .wz .num{font-size:12px;color:#999;margin-left:120px;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .center .lc_show .swiper-slide .wz .num span{font-size:14px;color:#666;margin-right:3px;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .center .lc_show .swiper-slide-active .wz .num{font-size:18px;color:#fbb334;margin-left:30px;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .center .lc_show .swiper-slide-active .wz .num span{font-size:34px;color:#fbb334;font-weight:bold; font-family:Arial;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .center .lc_show .swiper-slide .wz h4{font-size:17px;color:#333;font-weight:bold;position:absolute;left:230px;top:0;opacity:0;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .center .lc_show .swiper-slide-active .wz h4{opacity:1;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .center .lc_show .swiper-slide p{font-size:14px;color:#666;line-height:30px;height:90px;margin-top:10px;text-align:center;overflow:hidden;opacity:0; background:#fff;-webkit-transition:all .7s;transition:all .7s;}

.box_06 .center .lc_show .swiper-slide-active p{opacity:1;-webkit-transition:all .7s;transition:all .7s;}




/* 行业新闻 */
.box_07{width:100%;height:auto;padding:70px 0;overflow:hidden;position:relative;}

.box_07 .h_title{width:273px;padding:16px 0 0 125px;height:90px;margin:0 auto;background:url(../images/h_line.png) 100px center no-repeat;position:relative;}

.box_07 .h_title::before{content:'';width:71px;height:71px;background:url(../images/h_back.png);position:absolute;top:8px;left:0;animation:Cycle 0.85s linear 0s alternate infinite;}

.box_07 .h_title h3{width:auto;height:33px;position:relative;z-index:2;overflow:hidden;}

.box_07 .h_title h3 span:nth-of-type(1){display:block;font-size:28px;color:#333;line-height:28px;}

.box_07 .h_title h3 span:nth-of-type(2){display:block;font-size:28px;color:#dfdfdf;line-height:28px;position:absolute;left:5px;top:5px;z-index:-1;}

.box_07 .h_title p{font-size:14px;color:#999;margin-top:15px;line-height:15px; letter-spacing:2px;}

.box_07 .news_show{width: 100%;height:470px;margin-top:40px;border-top:solid 1px #efefef;border-bottom:solid 1px #efefef;position:relative;z-index:0;}

.box_07 .news_show::after{content:'';width:100%;height:3px;background:#efefef;position:absolute;bottom:0;left:0;}

.box_07 .news_show .swiper-slide{height:470px;float:left;position:relative;}

.box_07 .news_show .swiper-slide::after{content:'';width:0%;height:3px;background:#f2c900;position:absolute;bottom:0;left:50%;margin-left:-0;-webkit-transition:all .7s;transition:all .7s;}


.box_07 .news_show .swiper-slide:hover::after{content:'';width:100%;height:3px;background:#f2c900;position:absolute;bottom:0;left:50%;margin-left:-50%;-webkit-transition:all .7s;transition:all .7s;}

.box_07 .news_show .swiper-slide::before{content:'';width:1px;height:470px;background:#efefef;position:absolute;top:0;right:0;}

.box_07 .news_show .swiper-slide .bx{width: calc(100% - 40px);height:430px;padding:40px 20px 0 20px;overflow:hidden;}

.box_07 .news_show .swiper-slide a{display:block;}

.box_07 .news_show .swiper-slide .bx span{display:block;font-size:34px;color:#333;font-weight:bold;line-height:28px; font-family:Arial;}

.box_07 .news_show .swiper-slide .img{width:100%;height:215px;margin-top:30px;overflow:hidden;}

.box_07 .news_show .swiper-slide .img img{width:100%;height:215px;vertical-align:top;transition: all 1s;object-fit:cover;}

.box_07 .news_show .swiper-slide .name{font-size:16px;color:#333;line-height:20px;margin-top:30px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

.box_07 .news_show .swiper-slide p{font-size:14px;color:#999;line-height:30px;margin-top:15px;overflow:hidden;height:60px;}





/* 联系我们 */
.box_08{width:100%;height:230px;padding-top:75px; background:#f2f2f2;}

.box_08 .center{width:1300px;height:230px;margin:0 auto;}

.box_08 .center .left{width:323px;height:230px;float:left;}

.box_08 .center .left .h_title{width:auto;height:58px;position:relative;z-index:0;}

.box_08 .center .left .h_title::after{content:'';width:78px;height:94px;background:url(../images/c.png);position:absolute;bottom:0;left:-37px;z-index:-1;}

.box_08 .center .left .h_title h3{font-size:18px;color:#666;line-height:18px;}

.box_08 .center .left .h_title p{width:249px;height:27px;background:url(../images/us.png);margin-top:13px;}

.box_08 .center .left .links01{width:323px;height:54px;line-height:54px;cursor:pointer;position:relative;margin-top:35px;z-index:5;}

.box_08 .center .left .links01 .ft_click01{width:270px;padding-left:53px;height:54px;line-height:54px;position:relative;font-size:18px;color:#1b295e;background:url(../images/links.png);}

.box_08 .center .left .links01 .list01{display:none;width:auto;position:absolute;right:0;top:54px;z-index:55;background:#fff;overflow:hidden;border-radius:3px;}

.box_08 .center .left .links01 .list01 li{width:323px;box-sizing:content-box;height:49px;line-height:49px;border-bottom:solid 1px #e0e0e0;}

.box_08 .center .left .links01 .list01 li:last-child{border-bottom:solid 0px #e0e0e0;}

.box_08 .center .left .links01 .list01 li a{display:block;font-size:14px;text-align:center;color:#666;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;-webkit-transition:all .7s;transition:all .7s;cursor: url(../images/in.png), default;}

.box_08 .center .left .links01 .list01 li:hover a{color:#fff;-webkit-transition:all .7s;transition:all .7s;}

.box_08 .center .left .links01 .list01 .slider {width:400px;height:49px;position: absolute;left: 0;bottom:0;background: #333;opacity:0;z-index:-1;-webkit-transition: top 0.4s, background-color 0.4s;transition: top 0.4s, background-color 0.4s;}

.box_08 .center .left .links01 .list01 li:nth-child(1):hover ~ .slider{top:0;opacity:1;background:#333;-webkit-transition: top 0.4s, background-color 0.4s;transition: top 0.4s, background-color 0.4s;}

.box_08 .center .left .links01 .list01 li:nth-child(2):hover ~ .slider{top:50px;opacity:1;background:#333;-webkit-transition: top 0.4s, background-color 0.4s;transition: top 0.4s, background-color 0.4s;}

.box_08 .center .left .links01 .list01 li:nth-child(3):hover ~ .slider{top:100px;opacity:1;background:#333;-webkit-transition: top 0.4s, background-color 0.4s;transition: top 0.4s, background-color 0.4s;}

.box_08 .center .left .links01 .list01 li:nth-child(4):hover ~ .slider{top:150px;opacity:1;background:#333;-webkit-transition: top 0.4s, background-color 0.4s;transition: top 0.4s, background-color 0.4s;}

.box_08 .center .left .links01 .list01 li:nth-child(5):hover ~ .slider{top:200px;opacity:1;background:#333;-webkit-transition: top 0.4s, background-color 0.4s;transition: top 0.4s, background-color 0.4s;}

.box_08 .center .left .links01 .list01 li:nth-child(6):hover ~ .slider{top:250px;opacity:1;background:#333;-webkit-transition: top 0.4s, background-color 0.4s;transition: top 0.4s, background-color 0.4s;}

.box_08 .center .left .links01 .list01 li:nth-child(7):hover ~ .slider{top:300px;opacity:1;background:#333;-webkit-transition: top 0.4s, background-color 0.4s;transition: top 0.4s, background-color 0.4s;}

.box_08 .center .left .links01 .list01 li:nth-child(8):hover ~ .slider{top:350px;opacity:1;background:#333;-webkit-transition: top 0.4s, background-color 0.4s;transition: top 0.4s, background-color 0.4s;}

.box_08 .center .left .links01 .list01 li:nth-child(9):hover ~ .slider{top:400px;opacity:1;background:#333;-webkit-transition: top 0.4s, background-color 0.4s;transition: top 0.4s, background-color 0.4s;}

.box_08 .center .left .links01 .list01 li:nth-child(10):hover ~ .slider{top:450px;opacity:1;background:#333;-webkit-transition: top 0.4s, background-color 0.4s;transition: top 0.4s, background-color 0.4s;}

.box_08 .center .form{width:880px;height:150px;position:relative;float:right;}

.box_08 .center .form p{width:290px;height:45px;border-radius:5px;overflow:hidden;background:#fff;}

.box_08 .center .form p:nth-of-type(1){position:absolute;left:0;top:0;}

.box_08 .center .form p:nth-of-type(1) input{display:block;width:240px;height:45px;line-height:45px;color:#666;font-size:14px;padding:0 5px 0 45px;box-sizing:content-box;background:url(../images/name.png) 13px center no-repeat;}

.box_08 .center .form p:nth-of-type(2){position:absolute;left:305px;top:0;}

.box_08 .center .form p:nth-of-type(2) input{display:block;width:240px;height:45px;line-height:45px;color:#666;font-size:14px;padding:0 5px 0 45px;box-sizing:content-box;background:url(../images/phone.png) 13px center no-repeat;}

.box_08 .center .form p:nth-of-type(3){width:700px;height:95px;position:absolute;left:0;bottom:0;}

.box_08 .center .form textarea{width:650px;height:85px;line-height:20px;font-size:14px;padding:10px 5px 0 45px;box-sizing:content-box;background:rgba(0,0,0,0);background:url(../images/liuyan.png) 13px 10px no-repeat;}

.box_08 .center .form p:nth-of-type(4){width:270px;position:absolute;right:0;top:0;}

.box_08 .center .form p:nth-of-type(4) input{display:block;width:70px;height:45px;line-height:45px;color:#666;font-size:14px;padding:0 15px;float:left;box-sizing:content-box;background:url(../images/yzm.png) 13px center no-repeat;}

.box_08 .center .form p:nth-of-type(4) img{display:block;float:right;width:90px;height:35px;cursor:pointer;margin:5px;}

.box_08 .center .form .tj{width:160px;height:95px;border:none;overflow:hidden;position:absolute;z-index:0;right:0;bottom:0;border-radius:5px;-webkit-transition:all .7s;transition:all .7s;}

.box_08 .center .form .tj .btn{display:block;width:160px;height:95px;line-height:95px;text-align:center;font-size:14px;color:#fff;border:none;background:none;cursor:pointer;padding:0 !important;-webkit-transition:all .7s;transition:all .7s;}

.btn_bubble_3{background-color: #333;background-repeat: no-repeat;-webkit-transition:all .7s;transition:all .7s;}

.box_08 .center .form .tj:hover .btn{color:#fff;-webkit-transition:all .7s;transition:all .7s;}

.btn_bubble_3:hover, .btn_bubble_3:focus {
 -webkit-animation: btn_3 1s forwards ease-out;
 animation: btn_3 1s forwards ease-out;
 background: radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 90% 90% / 0.88em 0.88em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 23% 141% / 0.81em 0.81em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 17% 90% / 0.68em 0.68em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 15% 94% / 1.12em 1.12em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 42% 126% / 0.86em 0.86em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 102% 120% / 0.58em 0.58em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 12% 121% / 0.67em 0.67em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 69% 87% / 1.18em 1.18em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 32% 99% / 0.79em 0.79em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 84% 129% / 0.79em 0.79em, radial-gradient(circle at center, rgba(0, 0, 0, 0) 30%, #eeeeff 60%, #eeeeff 65%, rgba(0, 0, 0, 0) 70%) 40% 99% / 0.72em 0.72em;
 background-color: #333;
 background-repeat: no-repeat;
}

@-webkit-keyframes btn_3 {
 100% {
  background-position: 92% -220%, 31% -185%, 24% 6%, 16% -328%, 39% -366%, 110% -375%, 5% -60%, 59% -365%, 41% -363%, 82% -8%, 37% -224%;
  box-shadow: inset 0 -140px 0 #333;
 }
}


@keyframes btn_3 {
 100% {
  background-position: 92% -220%, 31% -185%, 24% 6%, 16% -328%, 39% -366%, 110% -375%, 5% -60%, 59% -365%, 41% -363%, 82% -8%, 37% -224%;
  box-shadow: inset 0 -140px 0 #333;
 }
}





/* animated home */
.animated { -webkit-animation-duration: 1s;  animation-duration: 1s;  -webkit-animation-fill-mode: both;  animation-fill-mode: both }
.animated.infinite { -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite}
.animated.hinge {  -webkit-animation-duration: 2s; animation-duration: 2s }

@-webkit-keyframes fadeInUp {
    0% {
        opacity:0;
        -webkit-transform:translate3d(0, 100%, 0);
        transform:translate3d(0, 100%, 0)
    }
    100% {
        opacity:1;
        -webkit-transform:none;
        transform:none
    }
}
@keyframes fadeInUp {
    0% {
        opacity:0;
        -webkit-transform:translate3d(0, 100%, 0);
        transform:translate3d(0, 100%, 0)
    }
    100% {
        opacity:1;
        -webkit-transform:none;
        transform:none
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

.animated_1 { animation-delay:0.3s; }
.animated_2 { animation-delay:0.6s; }
.animated_3 { animation-delay:0.9s; }
.animated_4 { animation-delay:1.2s; }
.animated_5 { animation-delay:1.7s; }
.animated_6 { animation-delay:1.8s; }
.animated_7 { animation-delay:2.1s; }
.animated_8 { animation-delay:2.4s; }
.animated_9 { animation-delay:2.7s; }
.animated_10 { animation-delay:3s; }
.animated_11 { animation-delay:3.3s; }
.animated_12 { animation-delay:3.6s; }

/* animated end */




@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -moz-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
