﻿@charset "utf-8";
@font-face {
	font-family: 'myFont';
	src: url("../fonts/Sansation.otf");
}
.fontLink{font-family:Arial;}
body, div, dl, dt, dd, ul, ol, li,
h1, h2, h3, h4, h5, h6, pre, code,
form, fieldset, legend, input, button,
textarea, p, blockquote, th, td {margin:0;padding:0;}
fieldset, img {border:none;}
/* remember to define focus styles! */
:focus {outline:0;}
address, caption, cite, code, dfn,
em, th, var, optgroup {font-style:normal;font-weight:normal;}
h1, h2, h3, h4, h5, h6 {font-size:100%;}
abbr, acronym {border:none;font-variant:normal;}

input, button, textarea,
select, optgroup, option {font-family: inherit;font-size: inherit;font-style: inherit;font-weight: inherit;*font-family:"Microsoft YaHei",Arial;resize: none;}
code, kbd, samp, tt {font-size: 100%;}
/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input, button, textarea, select {*font-size: 100%;outline:none;}
body {line-height: 1.5; font-family:"microsoft yahei",Arial,sans-serif; font-size:14px; color: #333333;}
ul {list-style: none;}
/* tables still need 'cellspacing="0"' in the markup */
table{border-collapse:collapse;border-spacing:0;
/*è¡¨æ ¼è‡ªåŠ¨æ¢è¡Œ*/
table-layout:fixed;word-wrap:break-word;}
caption, th{text-align:center;}
/*caption, th {text-align: left;}*/
sup, sub {font-size: 100%;vertical-align: baseline;}
/* remember to highlight anchors and inserts somehow! */
:link, :visited , ins {text-decoration: none;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';content: none;}
/* a{transition:.3s; -webkit-transition:.3s; -moz-transition:.3s; -ms-transition:.3s; -o-transition:.3s;} */
/*------------æµ®åŠ¨-----------------*/
.clear{ clear:both; height:0; font-size:0; overflow:hidden; line-height:0;}
.clear10{ clear:both; height:10px; overflow:hidden;}
.clear15{ clear:both; height:15px; overflow:hidden;}
.clear20{ clear:both; height:20px; overflow:hidden;}
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }  
.clearfix:after { clear: both; }  
.clearfix { zoom: 1; }
.fl{float:left;}
.fr{float:right;}
.mt20{margin-top:20px;}

.textover{overflow: hidden;white-space: nowrap;text-overflow: ellipsis;filter:alpha(opacity=50);}
a{color: #333; transition:.3s; -webkit-transition:.3s;}
a:hover,a.cur,.cur a{ color: #003cff;}


.loading, .pace {
	position: fixed;
	left: 0;
	top: 0
}
.pace {
	-webkit-pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	-webkit-transform: translate3d(0, -50px, 0);
	-ms-transform: translate3d(0, -50px, 0);
	transform: translate3d(0, -50px, 0);
	-webkit-transition: -webkit-transform .5s ease-out;
	-ms-transition: -webkit-transform .5s ease-out;
	transition: transform .5s ease-out
}
.pace.pace-active {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.pace, .pace .pace-progress {
	z-index: 2000;
	width: 100%;
	height: 2px;
	pointer-events: none
}
.pace .pace-progress {
	display: block;
	position: fixed;
	top: 0;
	right: 100%;
	background: #e60012
}
.loading {
	height: 100%;
	z-index: 1000;
	background-color: #fff;
	display: none
}



.ewm_tc{display:none;}
.vol_vr{width:100%;height:100%;position:absolute;left:0;top:0;display:none;}
.vol_vr iframe{display:block;width:100%;height:100%;}
.vol_vr.on{display:block;}


.main_con{opacity: 0;}
.main_con.on{opacity: 1;}

.leon_vritemrqhcon{display:none;margin:3% 0 0 0;}
.leon_vrscroll{height:450px;overflow:auto;padding-bottom:20px;box-sizing: border-box;}
.leon_vritemrqhcon.on{display:block;}


.llDtDpPos img{width:500px;}

.xg{width:100vw;height:auto;background:rgba(0,0,0,0.3);position: fixed;left: 0;bottom:0;z-index:99;border-top:1px solid rgba(255,255,255,0.5);transform: translateY(100%);}
.xg dl{text-align:center;padding:20px 0;}
.xg dl dd{display:inline-block;font-size:16px;border:1px solid #fff;line-height:40px;padding:0 20px;margin:0 10px;}
.xg dl dd a{color:#fff;}
.xg dl dd:hover{background:#d60022;border:1px solid #d60022;transition: all 0.5s linear;}
.xg.on{transform: translateY(0);transition: all 0.5s linear;}
.xg_close{width: 32px;
	z-index: 8;
	height: 32px;
	display: block;
	background: url(/images/add_close.png) no-repeat center center/80%;
	position: absolute;
	right: 4px;
	top: 4px;cursor:pointer;}
.download_tccon ul li select{display:inline-block;width:48%;border:none;border-bottom:1px solid #dcdcdc;line-height:38px;font-size:14px;color:#000;height:38px;background:none;color:#999;}
.leon_vrfot{width:100%;background:#f7f8f8;border-radius:8px;border: 1px solid #f4f4f4;box-shadow: 0 0 8px #f4f4f4;padding:20px 0;text-align: center;position: absolute;left:0;bottom:0;z-index: 30;}

@media (max-width:1600px){
    .xg dl{padding:10px 0;}
    .xg dl dd{font-size:14px;line-height:32px;padding:0 10px;}
}

@media (max-width:1024px){
    .xg dl dd{margin:0 2px;padding:0 8px;font-size:13px;}
}
@media only screen and (min-width:960px ) {
	.animation{-moz-transform: translate(0,80px); -o-transform: translate(0,80px); -webkit-transform: translate(0,80px); transform: translate(0,80px);  opacity: 0;}
	.animation.srcospcur{-moz-transform: translate(0,0px); -o-transform: translate(0,0px); -webkit-transform: translate(0,0px); transform: translate(0,0px); opacity: 1; transition:1.3s; -webkit-transition:1.3s; -moz-transition:1.3s; -ms-transition:1.3s; -o-transition:1.3s;}
	
	.iBanner .animation01{-moz-transform: translate(0,80px); -o-transform: translate(0,80px); -webkit-transform: translate(0,80px); transform: translate(0,80px);  opacity: 0;transition:all .4s;}
	.iBanner .ani-slide .animation01{-moz-transform: translate(0,0px); -o-transform: translate(0,0px); -webkit-transform: translate(0,0px); transform: translate(0,0px); opacity: 1; transition:1.3s; -webkit-transition:1.3s; -moz-transition:1.3s; -ms-transition:1.3s; -o-transition:1.3s;}
	
	
}

.table{ height:100%; display:table; margin: 0 auto; width: 100%;}
.table-cell{ display:table-cell; vertical-align:middle;}

.wap{width: 100%; max-width: 1600px; margin: 0 auto;}
:lang(zh-hk) body,body{font-family: "microsoft yahei", "Arial", sans-serif;}
body{color: #333333; font-size: 14px;  width: 100%;  position: relative; background: #fff;height:auto;}
img{max-width: 100%;}
html{ position: relative; width: 100%;height:auto;}
input.but{cursor: pointer;}
.main{min-height: 100vh; position: relative; overflow: hidden; background: #fff;}

/*  */
.bolder{font-weight: bolder;}
a:hover{color: #e60012;}
.oneLine{white-space: nowrap; text-overflow: ellipsis;overflow: hidden;}
.twoLine{text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;word-break: break-all;overflow: hidden;}
.threeLine{text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;word-break: break-all;overflow: hidden;}

/* ********************** */

@keyframes mymove
{
from {top: 8px;opacity: 1;}
to {top: 45px;opacity: 0.5;}
}

@-webkit-keyframes mymove /*Safari and Chrome*/
{
from {top: 8px;opacity: 1;}
to {top: 45px;opacity: 0.5;}
}
.allFixRig{position: fixed;z-index: 6;right: 30px;bottom: 30px;}
.allFixRigNr{}
.allFixRigNr li{margin-top: 10px;}
.allFixRigNrMk{line-height: 50px;position: relative;cursor: pointer;
	}
.allFixRigNrIco{text-align: center;width: 50px;height: 50px;border-radius: 25px;
	background-color: #000000;}
.allFixRigNrIco img{display: inline-block;vertical-align: middle;margin-top: -3px;}
.allFixRigNrJs{position: absolute;top: 0;right: 100%;background-color: #e60012;white-space: nowrap;font-size: 16px;height: 100%; padding: 0 25px;
	letter-spacing: 3px;opacity: 0;
	color: #ffffff;}
.allFixRigNrMk.active .allFixRigNrJs{border-top-left-radius: 25px;border-bottom-left-radius: 25px;}
.allFixRigNrMk.active .allFixRigNrIco{background-color: #e60012;border-radius: 0;border-top-right-radius: 25px;border-bottom-right-radius: 25px;}
.allFixRigNrMk:hover .allFixRigNrJs{border-top-left-radius: 25px;border-bottom-left-radius: 25px;opacity: 1;}
.allFixRigNrMk:hover .allFixRigNrIco{background-color: #e60012;border-radius: 0;border-top-right-radius: 25px;border-bottom-right-radius: 25px;}
.allFixRigNrMk1{cursor: pointer;line-height: 50px;}
.allFixRigNrMk1:hover .allFixRigNrIco{background-color: #e60012;}
.allFixRigNrMk1 .allFixRigNrIco img{transform: rotate(180deg);}
.toTop{width: 60px;position: fixed;z-index: 6;right: 30px;bottom: 30px;border-radius: 50%; -webkit-border-radius: 50%;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;text-align: center;font-size: 14px;
	letter-spacing: 1px;font-weight: bolder;padding-top: 1px;
	color: #000000;cursor: pointer;
	height: 60px;
	border: solid 2px rgba(0,0,0,.2);}
.fh_jiantou{display:block;
	width:0;
	height:0;
	border-left:4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom:8px solid #333;
	margin:13px auto 4px auto;
}
.toTop p{line-height: 1;margin-top: 2px;}
.toTop img{margin-top: 12px;}
.toTop:hover{color:#e60012;border:2px solid #e60012;transition: all 0.4s linear;}
.toTop:hover .fh_jiantou{border-bottom:8px solid #e60012;transition: all 0.4s linear;}




.allTop{position: fixed;width: 100%;height: 94px;left: 0;top: 0;z-index: 10;}
.allTop.on{background: rgba(0,0,0,.8);}
.allTopLeft{margin-left: 5%;display: flex;align-items: center;}
.allTopRight{margin-right: 5%;}
.login_photo span{font-size: 16px;color:#000;padding-left:10px;}
.allTopLeft01{font-size: 18px;letter-spacing: 1px;color: #000;}
.allTopNav{float: left;}
.allTopNav li{display: inline-block;font-size: 18px;line-height: 94px;margin-left: 50px;position: relative;
	letter-spacing: 1px;
	color: #ffffff;
	opacity: 0.7;}
	.allTopNav li a{color: #FFFFFF;display: block;}
.allTopNav li.active{opacity: 1;font-weight: bolder;}
.allTopNav li:hover{opacity: 1;font-weight: bolder;}
.allTopNav li.active::before{content: "";width: 100%;height: 2px;position: absolute;bottom: 20px;left: 0;
	background-color: #ffffff;}
.allTopNav li:hover::before{content: "";width: 100%;height: 2px;position: absolute;bottom: 20px;left: 0;
	background-color: #ffffff;}
.allTopRigBut{float: left;margin-left: 70px;}
.allTopRigBut a{width: 150px;margin: 26px 0 0 8px;
-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;display: inline-block;font-size: 18px;text-align: center;
	letter-spacing: 1px;
	color: #ffffff;
	height: 42px;line-height: 40px;
	border: solid 1px #f8f8f8;}
.allTopRigBut a:hover, .allTopRigBut a.red{background-color: #e60012;border-color: #e60012;font-weight: bolder;}
.topWapNrCon .allTopRigBut a{margin: 0;display: block;color: #000000;border-color: #000000;margin-top: 20px;}
.topWapNrCon .allTopRigBut{display: block;float: none;margin: 0;}
.topWapNrCon .allTopRigBut a:hover, .topWapNrCon .allTopRigBut a.red{background-color: #e60012;border-color: #e60012;color: #FFFFFF; font-weight: bolder;}

	
.allFooter{}
.allFooterTopLeft{margin-left: 5%;}
.allFooterTopLeft01{margin-bottom: 60px;}
.allFooterTopLeft01 li{display: inline-block;font-size: 18px;margin: 0 50px 0 0;}
.allFooterTop{padding: 100px 0 40px;}
.allFooterTopLeft02{font-size: 16px;margin-top: 20px;
	letter-spacing: 1px;}
.allFooterTopLeft02 img{display: inline-block;vertical-align: middle;margin: -3px 13px 0 0;}
.allFooterTopLeft03{margin-top: 48px;}
.allFooterTopLeft03 a{display: block;width: 200px;font-size: 16px;text-align: center;
	line-height: 48px;
	letter-spacing: 2px;
	height: 50px;
	border-radius: 25px;
	border: solid 1px rgba(0,0,0,.3);-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.allFooterTopRig{margin-right: 5%;}
.allFooterTopRig h3{font-size: 18px;letter-spacing: 2px;text-align: right;}
.allFooterTopRig .bdshare-button-style0-16 a{width: 50px;padding: 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;
	height: 50px;border-radius: 50%; -webkit-border-radius: 50%;background: url(/images/villaelevator/douyin.png) no-repeat center center;margin-left: 10px;
	border: solid 2px rgba(0,0,0,.2);}
.allFooterTopRig .bdshare-button-style0-16 .bds_tsina{background: url(/images/villaelevator/weibo.png) no-repeat center center;}
.allFooterTopRig .bdshare-button-style0-16 .bds_weixin{background: url(/images/villaelevator/weixin.png) no-repeat center center;}
.allFooterTopRig .bdsharebuttonbox{margin-top: 15px;}
.allFooterBot{border-top: 1px solid #E5E5E5;color: #333333;text-align: center;line-height: 1.7;font-size: 14px;padding: 14px 0;
	letter-spacing: 1px;}
.noBold{font-weight: normal;}




.llDtDp{background: url(/images/villaelevator/banner1.jpg) no-repeat center center;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;-webkit-background-size: cover;-moz-background-size: cover;background-size: cover;position: relative;height:100vh;width:100vw;}
.llDtDpPos{position: absolute;top: 50%;width: 100%;left: 0;text-align: center;transform: translateY(-50%);
-ms-transform:translateY(-50%);
-moz-transform:translateY(-50%);
-webkit-transform:translateY(-50%);
-o-transform:translateY(-50%);}
.llDtDpPos h3{font-size: 48px;letter-spacing: 2px;line-height: 1;margin-top: 14px;
	color: #ffffff;}
.jxjzNr{position: relative;}
.jxjzNrPos{position: absolute;top: 19%;width: 100%;left: 0;text-align: center;}
.jxjzNrPosEn{font-size: 14px;
	letter-spacing: 21px;font-weight: bold;
	color: #e60012;}
.jxjzNrPosH3{font-size: 60px;margin-top: 10px;
	}
.jxjzNrPosJs{font-size: 18px;line-height: 1.7;margin-top: 31px;
	letter-spacing: 2px;
	color: #ffffff;}
.ssHj{position: relative;}
.ssHjPos{position: absolute;top: 10%;width: 100%;left: 0;text-align: center;}
.jxjzNrPosH3.heise{color: #333333;}
.jxjzNrPosEn.jinse span{ display: inline-block; color: #B07025;
background-image:linear-gradient(to right, #B07024, #EDC56E,#B07024);
     -webkit-background-clip: text;
     -webkit-text-fill-color: transparent;
}
.ssHjPosBot{position: absolute;bottom: 0;width: 100%;left: 0;text-align: center;height: 230px;background-color: #ffffff;
-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding-top: 60px;}
.ssHjPosBotUl{}
.ssHjPosBotUl li{display: inline-block;margin: 0 80px;}
.ssHjPosBotImg{height: 88px;}
.ssHjPosBotUl li p{font-size: 24px;font-weight: bolder;margin-top: 11px;}
.dQbMsMk{position: relative;}
.dQbMsMkImg{width: 66.4%;}
.dQbMsMkWz{width: 33.6%;
-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
.jxjzNrPosH3.lH1{line-height: 1.2;}
.dQbMsMkWzNr{margin: 25% 0 0 12%;}
.dQbMsMkWz01{padding-top: 28px;}
.dQbMsMkWz01 li{font-size: 18px;margin-top: 21px;}
.jxjzNrPosH3.mt30{margin-top: 18px;}
.dQbMsMkWz02{font-size: 24px;margin-top: 22px;}
.dQbMsMkWz03{margin-top: 45px;}
.dQbMsMkWz03 h3{font-size: 30px;margin-bottom: 5px;}
.dQbMsMkWz03 p{font-size: 18px;line-height: 1.7;}
.dQbMsMkWz.fl .dQbMsMkWzNr{margin-left: 15%;}
.muteImg{width: 132px;
	position: absolute;
	bottom: 122px;
	left: 33.6%;
	margin-left: -66px;z-index:999;}

.muteImg::before{display:block;width:100%;height:100%;content: '';position:absolute;left:0;top:0;animation: circle-opacity 1.6s infinite cubic-bezier(0, 0, .49, 1.02);
    -webkit-animation: circle-opacity 1.6s infinite cubic-bezier(0, 0, .49, 1.02);
    animation-delay: 200ms;
    -webkit-animation-delay: 200ms;border-radius:100%;background: rgba(0,180,255,.2)}

	.muteImg::after{display:block;width:100%;height:100%;content: '';position:absolute;left:0;top:0;animation: circle-opacity02 1.6s infinite cubic-bezier(0, 0, .49, 1.02);
		-webkit-animation: circle-opacity02 1.6s infinite cubic-bezier(0, 0, .49, 1.02);
		animation-delay: 200ms;
		-webkit-animation-delay: 200ms;border-radius:100%;background: rgba(0,180,255,.2)}
.dQbMsMkWz04{font-size: 24px;margin-top: 40px;}
.jxysj{background: url(/images/villaelevator/banner4.jpg) no-repeat center center;padding: 30px 0;-webkit-background-size: cover;-moz-background-size: cover;background-size: cover;}
.jxysjImg{margin-left: 40px;}
.jxysj{position: relative;}
.jxysjPos{position: absolute;top: 24%;left: 70%;}
.dQbMsMkWz05{font-size: 18px;line-height: 2;margin-top: 39px;
	color: #ffffff;}
.aqWyTs{position: relative;}
.aqWyTsPos1{position: absolute;top: 22%;width: 100%;left: 0;text-align: center;}
.aqWyTs01{font-size: 18px;line-height: 2;margin-top: 30px;}
.aqWyTsPos2{position: absolute;bottom: 68px;width: 100%;left: 0;text-align: center;}
.aqWyTsPos2 li{display: inline-block;margin: 0 52px;}
.aqWyTsPos2 li h3{font-size: 24px;}
.aqWyTsPos2 li p{font-size: 18px;margin-top: 5px;}
.aqkkNr{position: relative;}
.aqkkNrPos{position: absolute;top: 50%;left: 0;width: 100%;transform: translateY(-50%);text-align: center;
-ms-transform:translateY(-50%);
-moz-transform:translateY(-50%);
-webkit-transform:translateY(-50%);
-o-transform:translateY(-50%);}
.aqkkNrSwiper{margin-top: 70px;}
.aqkkNrSwiper .swiper-wrapper{display:flex;justify-content: space-between;}
.aqkkNrSwiper .swiper-wrapper .swiper-slide{width:32%;}
.aqkkNrSwiper01{width: 260px;font-size: 30px;margin: 0 auto 0;
	letter-spacing: 3px;
	color: #ffffff;font-weight: bolder;
	height: 60px;line-height: 60px;
	background-color: #1e85d5;
	border-radius: 30px;}
.aqkkNrSwiperNr{width: 100%;height: 359px;font-size: 18px;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding: 60px 0 0 60px;margin-top: 30px;
	color: #ffffff;
	background: rgba(5,32,51,.5);
	border-radius: 10px;}
.aqkkNrSwiperNr{text-align: left;}
.aqkkNrSwiperNr li{line-height: 30px;margin-top: 20px;}
.aqkkNrSwiperNr li span{display: inline-block;width: 30px;
	height: 30px;border-radius: 50%; -webkit-border-radius: 50%;text-align: center;margin: 0 13px 0 0;
	background-color: #1e85d5;}
.dQbMsMkWzNr06{font-size: 18px;margin-top: 50px;}
.dQbMsMkWzNr06 dt{font-weight: bolder;
	color: #000000;}
.dQbMsMkWzNr06 dd{margin-top: 11px;}
.dQbMsMkWzNr07{font-size: 18px;line-height: 2.7;margin-top: 46px;}
.dQbMsMkWzNr08{margin-top: 10px;}
.dQbMsMkWzNr08 p{font-size: 24px;}
.dQbMsMkWzNr08 h3{font-size: 60px;font-weight: normal;line-height: 1.2;}
.dQbMsMkWzNr09{font-size: 18px;line-height: 1.7;margin-top: 62px;}
.dQbMsMkWzNr10{	font-size: 18px;line-height: 1.9;margin-top: 14px;}
.dQbMsMkWzNr11{	font-size: 18px;line-height: 1.9;margin-top: 95px;}
.gdLd{background-color: #f8f8f8;text-align: center;padding: 115px 0 60px;}
.gdLdNr{max-width: 1250px;margin: 0 auto 0;padding-top: 5px;}
.gdLdNr li{width: 20%;text-align: center;float: left;margin-top: 38px;}
.gdLdNr01{height: 78px;line-height: 78px;}
.gdLdNr01 img{display: inline-block;vertical-align: middle;margin: -3px 0 0;}
.gdLdNr02{font-size: 18px;font-weight: bolder;}
.sxEzKx{text-align: center;}
.jxjzNrPosJs.heise{color: #000000;}
.sxEzKx01{font-size: 30px;margin-top: 10px;
	letter-spacing: 3px;}
.sxEzKx02{padding: 50px 39px 0;}
.sxEzKx02Mk{width: 49%;}
.sxEzKx02MkImg{margin-top: 39px;}
.sxEzKx{margin-top: 80px;}
.tyGs{padding: 0 39px;}
.tyGsMk{width: 100%;margin-top: 39px;position: relative;}
.tyGsPos{position: absolute;top: 15%;width: 100%;left: 0;text-align: center;}
.tyGsPos01{font-size: 24px;margin-top: 13px;
	letter-spacing: 2px;
	color: #222222;}
.allBut{width: 120px;background: url(/images/villaelevator/img35.png) no-repeat;display: inline-block;line-height: 36px;font-size: 14px;cursor: pointer;
	color: #ffffff;
	height: 36px;}
.tyGsPos02{margin-top: 60px;}
.allBut img{display: inline-block;vertical-align: middle;margin: -3px 11px 0 0;}
.hzLy{padding: 150px 0 110px;background: url(/images/villaelevator/banner8.jpg) no-repeat;-webkit-background-size: 100% 100%;-moz-background-size: 100% 100%;background-size: 100% 100%;margin-top: 39px;text-align: center;}
.hzLyForm{margin-top: 108px;}
.hzLyFormMk{float: left;width: 32%;}
.hzLyForm .mlr5{margin: 0 2%;}
.hzLyFormMk input,.hzLyFormMk select{display: block;width: 100%;height: 55px;background: none;color: rgba(255,255,255,0.8);border: none;border-bottom: 1px solid #919191;font-size: 16px;}
.hzLyForm input::-webkit-input-placeholder {
    color: #FFFFFF;
}
.hzLyForm input:-moz-placeholder {
    color: #FFFFFF;
}
.hzLyForm input:-ms-input-placeholder {
    color: #FFFFFF;
}

.hzLyFormMk select option{color:#333;}
.hzLyAn{margin-top: 60px;}



.xin_phone{font-size:32px;padding-top:6px;}




#container{height:100%;width:100%;z-index:3;position:absolute;left:0;top:0;}

/* ********************** */
.fixedVideo,.alertOpctioy{ position:fixed; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,.7); z-index:99999999999999; display:none;}
.fixedVideo .videoDDD{background: #222 url(/images/villaelevator/loading_1.gif) no-repeat  center; border-radius: 4px; width:658px; height:380px; position:absolute; left:50%; margin-left:-320px; top:50%; margin-top:-190px;}
.fixedVideo .videoDDD iframe,.fixedVideo .videoDDD embed,.fixedVideo .videoDDD video{ width:100%; }
.fixedVideo .videoDDD iframe,.fixedVideo .videoDDD embed{ height: 100%;}
.fixedVideo .videoDDD .openVd{ width:100%; height:100%;}
.allContact{ position:fixed; width:1160px; left:50%; margin-left:-600px; top:10%; height:73%; overflow-y:scroll; background:#fff; padding:40px 20px 20px 40px; z-index:556; }
.closeTxtt{ position:absolute; right:0; top:0px; cursor:pointer; background:#ccc;}
.closeVideo{position: absolute;z-index: 555; left: 100%; top: 0; width: 32px; padding: 5px;background: #1d7eff; border-radius:0 3px 3px 0;}
.hzLyFormMk select{width:50%;float:left;}
@media only screen and (max-width:640px ) {
	.fixedVideo .videoDDD{width: 93%; margin-left: 0; left: 2%;}
	.closeVideo{ left: auto; right: 0; top: auto; bottom: 100%; border-radius: 0;}
}

img.img100{max-width: 100%;width: 100%;display: block;}
.dQbMsMkImg, .sxEzKx02MkImg, .tyGsMk{overflow: hidden;}
.dQbMsMkImg img, .sxEzKx02MkImg img, .tyGsMk .img100{transition:all linear .3s;
-webkit-transition:all linear .3s;-moz-transition:all linear .3s;-ms-transition:all linear .3s;-o-transition:all linear .3s;}
.dQbMsMkImg:hover img, .sxEzKx02MkImg:hover img, .tyGsMk:hover .img100{-webkit-transform:scale(1.15);-moz-transform:scale(1.15);-ms-transform:scale(1.15);-o-transform:scale(1.15);transform:scale(1.15)}


@media screen and (max-width:1710px) {
	.wap{width: 89%; max-width: 1600px; margin-left: auto;margin-right: auto;}
	
}

@media screen and (max-width:1610px) {
	
}

@media screen and (max-width:1460px) {
	.allTopNav li{margin-left: 30px;}
	.llDtDpPos img{width: 360px;}
	.llDtDpPos h3{font-size: 42px;}
	.allTopRigBut{margin-left: 50px;}
	.jxjzNrPosH3{font-size: 50px;}
	.dQbMsMkWzNr{margin-top: 18%;}
	.jxysjImg{width: 70%;}
	.sxEzKx02MkImg{margin-top: 26px;}
	.tyGsMk{margin-top: 26px;}
	.ssHjPosBot{height: 195px;padding-top: 35px;}
	.aqkkNrSwiperNr{padding: 60px 0 0 40px;}
}

@media screen and (max-width:1240px) {
   
}
@media screen and (max-width:1180px) {
   .allTopNav li{margin-left: 20px;}
}

.wrapper{max-width:1600px;margin:auto;width:90%;}
.new-footer{}
.new-footer-top{padding:55px 0;}
.new-footer-top dl{margin-bottom:50px;}
.new-footer-top dd{float:left;margin-right:60px;}
.new-footer-top dd>a{font-size:16px;color:#000000;}
.new-footer-top dd>a:hover{color:#e60012;}
.new-footer-top p{font-size:16px;color:#333;line-height:45px;padding-left:32px;}
.new-footer-top .dh{background:url(/images/lehy/icon01.png) no-repeat left center/20px;}
.new-footer-top .yx{background:url(/images/lehy/icon02.png) no-repeat left center/20px;}
.new-footer-top p a{color:#333;}
.more02{text-align:center;display:inline-block;width:180px;line-height:48px;border-radius:30px;color:#000;font-size:16px;border:1px solid #b2b2b2;}
.new-footer-top .more02{margin-top:35px;}
.more02:hover{color:#e60012;border-color:#e60012;}
.new-footer-top .fl{max-width:calc(100% - 220px);}
.new-footer-top .fr{text-align:right;}
.totop{margin-top:80px;width:56px;height:56px;display:block;background:url(../images/lehy/totop.png) no-repeat center center/24px;}
.new-footer-btm{line-height:24px;text-align:center;font-size:14px;color:#333;border-top:1px solid #e5e5e5;padding:18px 0;}
.new-footer-btm a{color:#333;}
.new-footer-btm a,.new-footer-btm span{display:inline-block;}

.phone_0625{font-size:36px;color:#000;padding-top:90px;display:inline-block;margin-right:7%;}


@media(max-width:1600px){
	.new-footer-top dl{margin-bottom:35px;}
}

@media(max-width:1023px){
	.phone_0625{font-size:32px;}
	.new-footer-top{padding:32px 0;}
    .new-footer-top .fl{max-width:100%;width:100%;position:relative;}
    .new-footer-top dd>a{font-size:14px;}
    .new-footer-top dd{float:none;margin:0 15px 12px 15px;display:inline-block;}
    .new-footer-top dl{border-bottom:1px solid #eaeaea;margin-bottom:22px;padding-bottom:24px;text-align:center;}
    .new-footer-top .fr{display:none;}
    .more02{width:120px;line-height:34px;font-size:14px;}
    .new-footer-top .more02{position:absolute;right:5%;top:54%;}
    .new-footer-top p{font-size:14px;line-height:32px;}
    .new-footer-btm{font-size:12px;line-height:20px;}

	.login_photo span{display: none;}

}




.topWapAll{}
.topWapAllLogo{float: left;margin-top: 10px;margin-left: 2%;}
.topWapAllTopJs{float: left;color: #FFFFFF;font-size: 12px;margin: 20px 0 0 5px;}
.topWapAllTop{height: 50px;overflow: hidden;background: #333333;width: 100%;position: fixed;top: 0;left: 0;z-index: 99;}
.topWapAllLogo img{display: block;height: 30px;width: auto;}
.topWapAllMenu{float: right;margin-right: 5%;margin-top: 16px;}
.topWapAllMenu img{height: 20px;}
.topWapAllSea{position: absolute;top: 50%;right: 78px;transform: translateY(-50%);
-ms-transform:translateY(-50%);
-moz-transform:translateY(-50%);
-webkit-transform:translateY(-50%);
-o-transform:translateY(-50%);}
.topWapBJ{background: rgba(0,0,0,.5);position: fixed;top: 0;right: -100%;width: 100%;height: 100%;z-index: 99999;-webkit-transition:all linear .3s;transition:all linear .3s;}
.topWapNr{width: 70%;background: #FFFFFF;position: fixed;top: 0;right: -70%;height: 100%;z-index: 999999;overflow-y: auto;-webkit-transition:all linear .3s;transition:all linear .3s;}
.topWapNrCon{width: 70%;margin: 0 auto;line-height: 45px;}
.topWapNrCon .DjEj{background: url(../images/row9.png) no-repeat right center;-webkit-background-size:8px auto;background-size:8px auto;}
.topWapNrCon a{display: block;font-size: 16px;}
.topWapNrConLb li div{padding-left: 20px;display: none;}
.topWapNrConmk img{display: inline-block;vertical-align: middle;margin: -3px 8px 0 0;}
.topWapBJ.on{right: 0;}
.topWapNr.on{right: 0;}
.topWapAllTop{display: none;}
@media screen and (max-width:1080px) {
	input[type=button], input[type=submit], input[type=file], button { cursor: pointer; -webkit-appearance: none; } 
   .topWapAllTop{display: block;}
	 .allFooterTopLeft01 li{margin: 10px 10px 0 0;font-size: 16px;}
	 .allFooterTop{padding: 25px 0 30px;}
	 .allFooterTopLeft01{margin-bottom: 10px;}
	 .allFooterTopLeft03{margin-top: 30px;}
	 .allFooterTopLeft03 a{height: 40px;line-height: 40px;width: 140px;}
	 .allFooterTopRig{float: left;margin-left: 5%;margin-top: 20px;}
	 .allFooterTopRig h3{display: none;}
	 .allFooterTopRig .bdshare-button-style0-16 a{margin: 0 10px 0 0;}
	 .allFooterBot{letter-spacing: 0;}
	 
	 
	 .llDtDp{height:100vh;}
	 .llDtDpPos img{width: 300px;}
	 .llDtDpPos h3{font-size: 27px;}
	 
	 
	 .jxjzNrPos{position:relative;padding:35px 5% 70px 5%;box-sizing: border-box;}
	 .jxjzNrPosJs{color:#333;}
	 .jxjzNrPosEn{letter-spacing:10px;}
	 .jxjzNrPosH3{font-size: 27px;margin-top: 0;letter-spacing: 0;}
	 .jxjzNrPosJs{letter-spacing: 0;font-size: 16px;}
	 .jxjzNrPosJs{margin-top: 20px;}
	 .ssHjPos{position:relative;top:0;padding:35px 0 20px 0;box-sizing: border-box;}
	 
	 .ssHjPosBotImg{height: 50px;line-height: 50px;}
	 .ssHjPosBotImg img{max-height: 40px;max-width: 40px;}
	 .ssHjPosBotUl li{width: 20%;margin: 0;float: left;}
	 .ssHjPosBotUl li p{font-size: 16px;margin-top: 5px;}
	 .ssHjPosBot{height:auto;position:relative;margin-bottom:35px;}
	 .dQbMsMkImg{width: 100%;}
	 .dQbMsMkWz{width: 100%;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;padding:35px 5%;box-sizing: border-box;}
	 .dQbMsMkWzNr{width: 100%;margin: 0;}
	 .dQbMsMkWz01 li{font-size: 16px;margin-top: 10px;}
	 .jxjzNrPosH3.mt30{margin-top: 15px;}
	 .dQbMsMkWz01{padding-top: 10px;}
	 .muteImg{width: 120px;margin-left: -60px;left: 50%;top: 20%;bottom:auto;}
	 .dQbMsMkWz.fl .dQbMsMkWzNr{margin: 0;}
	 .dQbMsMkWz02{font-size: 18px;margin-top: 15px;}
	 .dQbMsMkWz03{margin-top: 20px;}
	 .dQbMsMkWz03 h3{font-size: 20px;}
	 .dQbMsMkWz03 p{font-size: 16px;}
	 .dQbMsMkWz04{font-size: 16px;margin-top: 15px;}
	 .jxysjPos{position: static;width: 90%;margin: 30px auto 0;}
	 .jxysjImg{width: 90%;margin: 0 auto 0;float: none;}
	 .dQbMsMkWz05{font-size: 16px;margin-top: 20px;}
	 .aqWyTsPos2{position: static;padding-bottom:35px;}
	 .aqWyTs{}
	 .aqWyTsPos1{position:absolute;width: 90%;margin:0 auto 0 auto;}
	 
	 
	 .aqWyTs01{font-size: 14px;margin-top: 20px;}
	 .aqWyTs01 br{display: none;}
	 .aqWyTsPos2 li h3{font-size: 18px;}
	 .aqWyTsPos2 li p{font-size: 14px;}
	 .aqWyTsPos2 li{display: block;margin: 20px 0 0;}
	 .aqkkNrPos{position: static;width: 100%;margin: 0 auto 0;transform: translateY(0);
-ms-transform:translateY(0);
-moz-transform:translateY(0);
-webkit-transform:translateY(0);
-o-transform:translateY(0);}
	 img.img100.aqkkNrImg{display: none;}
	 .aqkkNr{background: url(/images/villaelevator/banner7.jpg) no-repeat center center;-webkit-background-size: cover;-moz-background-size: cover;background-size: cover;padding: 40px 0;}
	 .aqkkNrSwiper .swiper-wrapper .swiper-slide{width:60%;margin-top: 50px;display:inline-block;}
	 .aqkkNrSwiper01{font-size: 20px;width: 200px;height: 40px;border-radius: 20px;line-height: 40px;}
	 .aqkkNrSwiperNr{height: auto;padding: 15px 15px 30px;font-size: 16px;}
	 .aqkkNrSwiperNr li{margin-top: 15px;}
	 .aqkkNrSwiper{margin-top: 0;}
	 .dQbMsMkWzNr06{font-size: 16px;margin-top: 30px;}
	 .dQbMsMkWzNr07{font-size: 16px;line-height: 1.8;margin-top: 20px;}
	 .dQbMsMkWzNr08 h3{font-size: 30px;margin-top: 8px;}
	 .dQbMsMkWzNr09{font-size: 16px;line-height: 1.7;margin-top: 25px;}
	 .dQbMsMkWzNr10{font-size: 16px;}
	 .dQbMsMkWzNr11{font-size: 16px;margin-top: 25px;}
	 .gdLd{padding: 40px 0;}
	 .gdLdNr01 img{max-width: 40px;max-height: 40px;}
	 .gdLdNr02{font-size: 14px;}
	 .gdLdNr li{margin-top: 30px;}
	 .allRow{display: none!important;}
	 .sxEzKx{margin-top: 40px;}
	 .sxEzKx01{font-size: 20px;letter-spacing: 0;}
	 .sxEzKx02{padding: 0;width: 90%;margin: 0 auto 0;}
	 .sxEzKx02Mk{width: 100%;}
	 .sxEzKx02MkImg{margin-top: 10px;}
	 .tyGs{padding: 0;width: 90%;margin: 0 auto 0;}
	 .tyGsMk{width: 100%;margin-top: 10px;}
	 .sxEzKx02{padding-top: 20px;}
	 .tyGsPos02{margin-top: 30px;}
	 .tyGsPos01{font-size: 18px;margin-top: 9px;}
	 .hzLy{padding: 40px 0;}
	 .hzLyForm{margin-top: 10px;}
	 .hzLyFormMk{width: 100%;margin-top: 10px;}
	 .hzLyForm .mlr5{margin: 10px 0 0;}
	 .hzLyAn{margin-top: 40px;}
	 .toTop{width: 50px;height: 50px;right: 5px;bottom: 5px;font-size: 12px;}

	 .xin_phone{float:none;position:relative;text-align:center;top:20px;}
}

.aqkkNr .swiper-pagination{display:none;}




/*资料下载弹窗*/
.download_tc{width:100vw;height:100vh;background:rgba(0, 0, 0, 0.5);position: fixed;left:0;top:0;z-index:9999;display:none;}
.download_tccon{width:500px;height:300px;background:#fff;border:1px solid #dfe0e0;position: absolute;left:50%;top:50%;transform: translate(-50%, -50%);-webkit-transform: translate(-50%, -50%);padding:0 34px;box-sizing: border-box;}
.download_tccon h2{font-size:24px;color:#595757;padding:30px 0 10px 0;}
.download_tccon ul li{width:100%;display:flex;justify-content: space-between;}
.download_tccon ul li input{display:block;width:100%;border:none;border-bottom:1px solid #dcdcdc;line-height:38px;font-size:14px;color:#000;}

/*获取报价弹窗*/
.offer_btn{display:flex;justify-content: space-between;margin-top:22px;}
.offer_btn>div{width:46%;height:36px;border:1px solid #d2d2d2;box-sizing: border-box;font-size:16px;color:#3e3a39;line-height:36px;text-align:center;cursor: pointer;}
.offer_btn>div:nth-of-type(1):hover{background:#e60011;border:1px solid #e60011;color:#fff;transition: all 0.5s linear;}
.offer_btn>div:nth-of-type(2){background:#e60011;border:1px solid #e60011;color:#fff;}

@media only screen and (max-width: 1024px) {
	.offer_btn > div{font-size:14px;}
}

@media only screen and (max-width: 768px) {
	.download_tccon{width:80%;height:auto;padding-bottom:30px;}
}

@media only screen and (max-width: 450px) {
	/*获取报价弹窗*/
.offer_tccon ul li{width:100%;}
.offer_tccon h2{padding-bottom:0;}
.offer_tccon h4{font-size:12px;line-height:20px;}
.offer_btn{flex-wrap: wrap;}
.offer_btn > div{width:100%;order: 2;font-size:12px;}
.offer_btn > div:nth-of-type(2){order: 1;margin-bottom:10px;}
.offer_tccon ul li dl dd{font-size:12px;}
.download_tccon ul li select{width:100%;margin-right:0;}

.tyGsPos{position:relative;top:0;padding-top:35px;}

.jxjzNrpic{height:288px;background:url(https://smec-portal-oss.smec-cn.com/images/villaelevator/banner2.jpg) no-repeat center center/auto 100%;}
.jxjzNr img.img100{display:none;}
.ssHj img.ssHjImg{height:288px;}
.aqWyTs_pic{height:288px;background:url(https://smec-portal-oss.smec-cn.com/images/villaelevator/banner6.jpg) no-repeat right center/auto 100%;}
img.img100.aqWyTsImg{display: none;}
.aqWyTsPos1{position:relative;width: 90%;margin:35px auto 0 auto;}
.aqkkNrSwiper .swiper-wrapper .swiper-slide{width:100%;}

.xhselbox00 span,.xhselbox10 span,.xhselbox11 span,.xhselbox20 span{width:46% !important;}
.xhselbox00 span,.xhselbox10 span:nth-of-type(2n),.xhselbox20 span:nth-of-type(2n){margin-right:2%;}
.xhselbox00 span,.xhselbox10 span:nth-of-type(3n),.xhselbox20 span:nth-of-type(3n){margin-right:2% !important;}

.aqkkNr .swiper-pagination{display:block;bottom:-10px;position:relative;text-align: center;}
.aqkkNr .swiper-pagination-bullet{width:16px;height:3px;background:#fff;margin:0 4px;border-radius:0;opacity: 1;}
.aqkkNr .swiper-pagination-bullet-active{background:#B07024;}






}

.leon_vr{width:90%;margin:3% auto 0 auto;}
.leon_vrnav{display:flex;margin-top:20px;}
.leon_vrnav span{font-size:26px;color:#595757;padding:0 1% 2% 1%;cursor: pointer;display:inline-block;text-align: center;margin-right:8%;font-weight:bold;line-height:32px;}
.leon_vrnav span b{display:block;}
.leon_vrnav span:nth-of-type(3){margin-right:0;}
.leon_vrnav span.on,.leon_vrnav span:hover{color:#d02d26;border-bottom:3px solid #d02d26;}
.leon_vrnav span.on b,.leon_vrnav span:hover b{font-weight:bold;}
.leon_vritem{justify-content: space-between;display:none;}
.leon_vritem.on{display:flex;}
.leon_vriteml{width:67%;}
.leon_vritemr{width:30.6%;position:relative;}
.leon_nvritemr{width:31.6%;position:relative;}
.leon_vritemr h2{font-size:40px;color:#000;font-weight:bold;cursor: pointer;position:relative;display:flex;align-items: center;}
.leon_vritemr h2 img{width:14px;margin-left:3%;}
.leon_vritemr h3{font-size:20px;color:#595757;padding-top:12%;font-weight:bold;}
.leon_vritemr h3 span{padding-left:10%;}
.leon_vritemr h5{font-size:20px;color:#595757;font-weight:600;}
.leon_vritemr h4{font-size:12px;color:#898989;font-weight:normal;}
.leon_vritemr h4 a{color:#0075d8;}
.leon_vrpzmp4{margin:3% 0 0 0;}
.leon_vrsel span{display:inline-block;width:17%;font-size:14px;color:#595757;border-radius:44px;margin-right:2%;text-align: center;cursor: pointer;margin-top:2%;background:#bfbfbf;height:44px;position:relative;}
.leon_vrsel span b{display:block;width:calc(100% - 4px);height:calc(100% - 4px);background:#fff;border-radius:44px;position:absolute;left:2px;top:2px;font-weight:normal;line-height:40px;}
.leon_vrsel span.on{background:-moz-linear-gradient(left,#b67b35 0%,#efc771 100%);background:-webkit-linear-gradient(linear,left top left bottom,color-stop(0%,#b67b35),color-stop(100%,#efc771));background:-webkit-linear-gradient(left,#b67b35 0%,#efc771 100%);background:-o-linear-gradient(left,#b67b35 0%,#efc771 100%);background:-ms-linear-gradient(left,#b67b35 0%,#efc771 100%);background:linear-gradient(left,#b67b35 0%,#efc771 100%);}
.leon_vrsel span b strong{font-weight:normal;font-size:8px;color:#d02d26;position:absolute;right:8px;top:-9px;}
.leon_vrsel01 span{width:31%;}
.leon_vrsel01 span:nth-of-type(3n){margin-right:0;}
.leon_vrjg{font-size:16px;color:#898989;}
.leon_vrjg span{font-size:26px;color:#000;padding:0 10px;}
.leon_vrpz a{display:inline-block;line-height: 30px;border-radius:30px;font-size:13px;color:#fff;padding:0 6%;background:-moz-linear-gradient(left,#b67b35 0%,#efc771 100%);background:-webkit-linear-gradient(linear,left top left bottom,color-stop(0%,#b67b35),color-stop(100%,#efc771));background:-webkit-linear-gradient(left,#b67b35 0%,#efc771 100%);background:-o-linear-gradient(left,#b67b35 0%,#efc771 100%);background:-ms-linear-gradient(left,#b67b35 0%,#efc771 100%);background:linear-gradient(left,#b67b35 0%,#efc771 100%);}
.leon_vritemr p{font-size:16px;color:#595757;line-height:28px;padding-bottom:2%;}
.vol_zh dl{display:flex;margin:12px auto 0 0;flex-wrap: wrap;}
.vol_zh01 dl{margin:0 auto 3% 0;}
.vol_zh dl dd{text-align: center;cursor:pointer;width:20%;}
.vol_zh dl dd:nth-last-of-type(1){margin-right:0;}
.vol_zh dl dd b{display:block;width:60px;height:60px;position:relative;background:#fff;box-sizing: border-box;border-radius:100%;z-index:2;margin:0 auto;}
.vol_zh dl dd.on b::before{display:block;content: '';width:64px;height:64px;border-radius:100%;background:-moz-linear-gradient(left,#b67b35 0%,#efc771 100%);background:-webkit-linear-gradient(linear,left top left bottom,color-stop(0%,#b67b35),color-stop(100%,#efc771));background:-webkit-linear-gradient(left,#b67b35 0%,#efc771 100%);background:-o-linear-gradient(left,#b67b35 0%,#efc771 100%);background:-ms-linear-gradient(left,#b67b35 0%,#efc771 100%);background:linear-gradient(left,#b67b35 0%,#efc771 100%);position:absolute;left:-2px;top:-2px;animation: xuanz infinite linear 3s;}
.vol_zh dl dd b img{display:block;width:48px;height:48px;position:relative;z-index:3;border:6px solid #fff;border-radius:100%;margin:0 auto;}
.vol_zh dl dd span{display:block;font-size:14px;color:#595757;padding-top:10px;}
.leon_vrpz span{display:inline-block;
	width:0;
	height:0;
	border-top: 4px solid transparent;
	border-left: 4px solid #fff;
	border-bottom: 4px solid transparent;margin-right:10px;}

.leon_vrpz.on a{background:#c9caca;color:#3e3a39;}
.leon_vrpz.cur a{color:#fff;background:-moz-linear-gradient(left,#b67b35 0%,#efc771 100%);background:-webkit-linear-gradient(linear,left top left bottom,color-stop(0%,#b67b35),color-stop(100%,#efc771));background:-webkit-linear-gradient(left,#b67b35 0%,#efc771 100%);background:-o-linear-gradient(left,#b67b35 0%,#efc771 100%);background:-ms-linear-gradient(left,#b67b35 0%,#efc771 100%);background:linear-gradient(left,#b67b35 0%,#efc771 100%);}
.leon_db{display:none;}
.leon_jxcon0806 .leon_vrpz:nth-of-type(1){display:block;}
.leon_jxcon0806 .leon_vrpz:nth-of-type(2){display:none;}

.leon_jxcon{width:100vw;height:100vh;background:rgba(0,0,0,0.3);position:fixed;left:0;top:0;z-index:99999;display:none;}
.leon_jxitem{width:100%;position:absolute;left:0;top:50%;transform: translateY(-50%);display:none;}
.leon_jxitem .swiper-slide{background:#fff;position:relative;}
.leon_jxitemcon{padding:3% 5%;box-sizing: border-box;display:flex;justify-content: space-between;max-height: 600px;}
.leon_jxitemconl{width:30%;max-height:90%;overflow:hidden;}
.leon_jxitemconl img{width:100%;height:auto;}
.leon_jxitemconr{width:65%;max-height:100%;position:relative;}
.leon_jxitemconr h2{font-size:22px;color:#000;}
.leon_jxitemconr h3{font-size:18px;color:#000;padding:1% 0;}
.leon_jxcs{height:500px;overflow:auto;}
.leon_jxcs dl dd{display:block;border-bottom:1px solid #e8e8e8;display:flex;flex-wrap: nowrap;font-size:14px;color:#595757;padding:1% 0;align-items: center;}
.leon_jxcs dl dd span{width:30%;}
.leon_jxcs dl dd span:nth-of-type(2){width:70%;}
.leon_ewm{width:100%;border:1px solid #e7e7e7;display:flex;align-items: center;position:absolute;left:0;bottom:1%;}
.leon_ewm img{width:20%;}
.leon_ewm span{display:block;width:80%;font-size:16px;color:#000;line-height:30px;padding-left:12%;box-sizing: border-box;}
.leon_jxbg{width:100%;height:100%;background:rgba(0,0,0,0.4);position:absolute;left:0;top:0;z-index:22;}
.leon_jxclose{z-index:20;width: 32px;height: 32px;display: block;background:url(https://smec-portal-oss.smec-cn.com/images/order/add_close.png) no-repeat center center/80%;position: absolute;right: 6px;top:6px;cursor: pointer;}
.leon_jxitem .swiper-slide-active .leon_jxbg{display:none;}
.leon_jxitem .swiper-button-next,.leon_jxitem .swiper-button-prev{z-index:99999;display:none;}
.leon_vrqh ul li{height:740px;overflow:hidden;position:relative;}
.leon_vrqh ul li iframe{display: block;
	width: 112%;
	height: 900px;
	border: none;
	position: absolute;
	left: 0;
	top: -140px;
	margin-top: 82px;
	transform: translateX(-12%)}
.leon_vrqh ul li{display:none;}
.leon_vrqh ul li:nth-of-type(1){display:block;}
.leon_gncon .swiper-slide-active .leon_jxbg,.leon_wxnew .swiper-slide-active .leon_jxbg,.leon_czx .swiper-slide-active .leon_jxbg{display:none;}

.leon_gncon,.leon_wxnew,.leon_czx{width:100vw;height:100vh;background:rgba(0,0,0,0.3);position:fixed;left:0;top:0;z-index:99999;display:none;}
.leon_gnitem{width:100%;position:absolute;left:0;top:50%;transform: translateY(-50%);}
.leon_gncon .swiper-slide,.leon_wxnew .swiper-slide,.leon_czx .swiper-slide{padding:2%;box-sizing: border-box;max-height: 600px;background:#fff;border-radius:8px;position: relative;}
.leon_gnxq{display:flex;}
.leon_gnxqpic{width:55%;overflow:hidden;}
.leon_gnxqpic:hover img{transform: scale(1.05);transition: all 0.5s linear;}
.leon_gnxqtext{width:45%;padding-left:3%;box-sizing: border-box;}
.leon_gnxqtext h2{font-size:22px;color:#000;}
.leon_gnxqtext p{font-size:16px;line-height:32px;color:#898989;padding:1% 0;}
.leon_gncon .swiper-slide,.leon_wxnew .swiper-slide,.leon_czx .swiper-slide{width:50%;margin:0 1%;}
.leon_gncc{display:block;width:100%;}
.leon_gncc .leon_vrpz{margin-right:10px;display:inline-block;width:100px;}
.leon_gncc .leon_vrpz a{display:block;width:100%;padding:0;text-align: center;}

.leon_gnclose,.leon_czxclose,.leon_wxclose{right:6px;}

.otherbox_r{width: 100%;margin-top: 20px;}
.otherbox_r dl{display: flex;flex-wrap: wrap;}
.otherbox_r dl dd{width: 50%;margin: 0 0 14px 0;display: flex;align-items: center;}
.otherbox_r dl dd img{border-radius: 8px;overflow:hidden;width: 40px;display: block;margin-right:6px;}
.otherbox_r dl dd h6{font-size: 12px;width: 100%;line-height: 1.4;}
.otherbox_r dl dd span{display: block;font-weight: 500;}
.otherbox_r dl dd b{display: block;font-weight: normal;font-size: 10px !important;}
.otherbox ul li:nth-of-type(1) .otherbox_r dl dd{width: 33.33%;}

.leno_csdb{width:100vw;height:100vh;background:rgba(0,0,0,0.5);position:fixed;left:0;top:0;z-index:999;display:none;}
.leno_csdbcon{width:70%;background:#fff;padding:2%;position:absolute;left:50%;top:50%;transform: translate(-50%,-50%);box-sizing: border-box;-webkit-transform: translate(-50%,-50%);border-radius:8px;}
.leno_csdbtop{background:#dbdbdb;font-size:13px;color:#595757;line-height:30px;text-align: center;display:flex;align-items: center;padding:0.5% 0;}
.leno_csdbtop span strong{font-weight:normal;}
.leno_csdbtop span b{font-size:22px;font-weight:normal;display:block;}
.leno_csdbtop span{display:block;width:18%;}
.leno_csdbtop span:nth-of-type(1),.leno_csdbtop span:nth-of-type(2){width:23%;text-align: left;padding-left:1%;box-sizing: border-box;}
.leno_csdbcon dl{height:400px;overflow:auto;}
.leno_csdbcon dl dd{display:flex;align-items: center;background:#fff;padding:1% 0;text-align: center;}
.leno_csdbcon dl dd:nth-child(2n){background:#f2f2f3;}
.leno_csdbcon dl dd span{display:block;width:18%;font-size:14px;}
.leno_csdbcon dl dd span:nth-of-type(1),.leno_csdbtop span:nth-of-type(1){width:46%;text-align: left;box-sizing: border-box;}
.leno_csdbcon dl dd span:nth-of-type(1){padding-left:2%;}
.leno_csdbcon dl dd span:nth-of-type(2),.leno_csdbcon dl dd span:nth-of-type(3),.leno_csdbtop span:nth-of-type(2),.leno_csdbtop span:nth-of-type(3){width:0;}
.leno_csdbcon dl dd img{width:15px;}
.leno_csdb .mCustomScrollBox{padding-left:0 !important;}
.leno_csdbcon dl dd.leno_csdbjstit{border-top:3px solid #dbdbdb;}
.leno_csdbcon dl dd.leno_csdbjstit span{font-size:20px;font-weight:bold;}
.leno_csdb .mCustomScrollBox{max-width: 100% !important;padding-right:0 !important;}
.leno_csdbcon dl dd.leno_csdbjstit01 span:nth-of-type(1){font-size:16px;}
.leno_csdbcon dl dd.leno_csdbjstit01 span:nth-of-type(1),.leno_csdbcon dl dd.leno_csdbjstit span:nth-of-type(1){padding-left:1%;font-weight:bold;}
.leon_gnbtn_7,.leon_gnbtn_8,.leon_gnbtn_3{margin-bottom:130px;}


.djx_tc{width:100vw;height:100vh;background:rgba(0,0,0,0.5);position:fixed;left:0;top:0;z-index:999;display: none;}
.djx_tc .leon_jxitemcon{width:100%;background:#fff;padding:2%;border-radius: 8px;}
.djx_tc .leon_jxcs{height:300px;overflow:auto;}
.dd_sub{width:160px;height:40px;overflow:hidden;background:#e60012;font-size:14px;line-height:40px;text-align: center;margin-top:10px;}
.dd_sub a{display:block;width:100%;height:100%;color:#fff;}
.dd_sub:hover a{color:#fff;}
.dd_sub:hover{background: #000;transition: all 0.3s linear;}

.leon_djxclose{top:6px;}
.leon_gnclose{top:6px !important;}
.leon_czxclose{top:6px !important;}
.leon_wxclose{top:6px !important;}
.djx_tcall{position: absolute;top:50%;left:50%;transform: translate(-50%,-50%);width: 50%;}



.gnpzb{font-size:14px;color:#000;position: absolute;right:7%;bottom:9.75%;}
.gnpzb img{width:6px;margin-left:10px;}
.gnpzb a{color:#000;}


@media(max-width:1688px){
	.gnpzb{bottom:8.4%;}
}
@media(max-width:1366px){
	.gnpzb{bottom:7%;}
}
@media(max-width:1024px){
	.allTop{position:fixed !important;left:0;top:0;}
	.gnpzb{font-size:10px !important;top:auto;bottom:10px;}
}


@media(max-width:1800px){
	.leon_vrqh ul li{height:640px;}
}

@media(max-width:1600px){
	.leon_vr{width: 94%;}
	.leon_vrnav span{font-size:24px;line-height:30px;}
	.leon_vrqh ul li{height:640px;}
	.leon_vrqh ul li iframe{height:840px;}
	.leon_vritemr h2{font-size:36px;}
	.leon_vritemr h3{font-size:14px;}
	.leon_vrsel span{height:34px;font-size:12px;}
	.leon_vrsel span b{line-height:30px;}
	.leon_vrjg{font-size:14px;}
	.leon_vrjg span{font-size:22px;}
	.leon_vritemr p{font-size:14px;line-height:26px;}
	.leon_jxitemconr h2{font-size:18px;}
	.leon_jxitemconr h3{font-size:14px;}
	.leon_jxcs dl dd{font-size:12px;padding:2% 0;}
	.leon_ewm img{width:16%;}
	.leon_ewm span{font-size:12px;line-height:24px;}
	.leon_jxcs{height:220px;}
	.leon_vritemr h5{font-size:16px;}
	.leon_vrscroll{height:450px;}
	.vol_zh dl dd span{font-size:12px;}
	.vol_zh dl dd b{width:50px;height:50px;}
	.vol_zh dl dd b img{width:40px;height:40px;border:5px solid #fff;}
	.vol_zh dl dd.on b::before{width:54px;height:54px;}
	.leon_vritemr h4{font-size:12px;}
	.leon_vrfot{padding:10px;box-sizing:border-box;}
	.leon_vritemr p{font-size:12px;}
	.leon_gnxqtext h2{font-size:18px;}
	.leon_gnxqtext p{font-size:14px;line-height:24px;}
	.leon_vritemr h4{font-size:10px;}
	.leno_csdbcon dl dd span{font-size:12px;}
}
@media(max-width:1280px){
	.leon_vrqh ul li{height:547px;}
	.leon_vrqh ul li iframe{height:740px;}
	.leon_vritemr h2{font-size:32px;}
	.leon_vrsel span{height:26px;font-size:10px;}
	.leon_vrsel span b{line-height:22px;}
	.leon_vrpzmp4{margin-top:4%;}
	.leon_jxcs{height:190px;}
	.leon_jxcs dl dd span{width:35%;}
	.leon_jxcs dl dd span:nth-of-type(2){width:65%;}
	.leno_csdbtop span b{font-size:18px;}
	.leno_csdbcon dl dd span{font-size:12px;}
	.leno_csdbcon dl{height:300px;}
	.leno_csdbcon dl dd span:nth-of-type(1){font-size:12px;}
	.leno_csdbtop{font-size:12px;line-height:24px;}
	.leno_csdbcon dl dd img{width:10px;}
	.leno_csdbcon{width:90%;}
	.leon_vrnav span{font-size:20px;line-height:26px;}
	.leon_vrscroll{height:405px;}

	
}

@media(max-width:1024px){
	.leon_vr{width:90%;}
	.leon_vritem{flex-direction: column;}
	.leon_vriteml{width:100%;position: fixed;left:0;top:60px;z-index: 98;}
	.leon_vritemr{width:100%;}
	.leon_vritemr h2{margin-top:3%;}
	.leon_vrsel span{margin-top:1%;}
	.leon_vritemr h3{padding-top:8%;}
	.leon_vrpzmp4{margin-top:2%;}
	.leon_vrpzmp4 a{padding:0 !important;width:160px;text-align: center;}
	.leon_vritemr p{padding:0 0 3% 0;}
	.leon_vrnav{margin:3% auto 0 auto;justify-content: center;}
	.leon_vrqh ul li{height:400px;}
	.leon_vrqh ul li iframe{height:600px;}
	.leon_vritemr h2{font-size:28px;}
	.leon_jxcs{height:260px;}
	.leon_jxitem{padding:0 5%;box-sizing: border-box;}
	.leon_vritemr h5{font-size:14px;}
	.leon_vriteml{order: 2;}
	.leno_csdbtop span b{font-size:16px;}
	.leon_vrqh ul li iframe{transform: translateX(-14%);width:114%;top:-220px;}
	.leon_vrscroll{height:auto;}
	.leon_vrfot{margin-bottom:20px;width:90%;position:fixed;left:5%;bottom:10px;z-index:18;margin-bottom:0;}
	.leon_gnxq{flex-direction: column;}
	.leon_gnxqpic{width:100%;}
	.leon_gnxqpic img{max-height:240px;width:100%;height:240px;}
	.leon_gnxqtext{width:100%;padding:0;}
	.leon_gncon .swiper-slide,.leon_wxnew .swiper-slide,.leon_czx .swiper-slide{width:80%;height:360px;}
	.leon_wxnew .swiper-slide{height:420px;}
	.leon_vr.on .leon_vrfot{display:block;}
	.leon_vr.on .leon_gnbtn_7,.leon_vr.on .leon_gnbtn_8,.leon_vr.on .leon_gnbtn_3{margin-bottom:0;}
	.xg_close{width:40px;height:40px;background-size: 60%;}
	.leon_vr .mCSB_draggerRail{display:none !important;}
	.leon_jxcs dl dd:nth-of-type(n+7){display:none;}

	.leon_jxclose{width:40px;height: 40px;background: url(/images/add_close.png) no-repeat center center/60%}
	.djx_tcall{width: 90%;}
	.leon_gnclose{right: 0 !important;top:0 !important;}

	.otherbox ul li{flex-wrap: wrap;}
	.otherbox_l{width: 100%;}
	.otherbox_r{width: 100%;margin-top: 20px;}
	.leon_newvrjg{width: 60%;}
	
	
}

@media(max-width:750px){
	.leon_vrqh ul li{height:220px;}
	.leon_vrqh ul li iframe{height:500px;}	
	.leon_vritemr h2{font-size:24px;}
	.leon_vrpz a{line-height:28px;font-size:14px;padding:0 7%;}
	.leon_jxcs{height:220px;}
	.leno_csdbcon{width:90%;overflow-x: scroll;}
	.leno_csdbtop span b{font-size:14px;padding:1% 0;}
	.leno_csdbtop span,.leno_csdbcon dl dd span{width:18%;}
	.leno_csdb .mCustomScrollBox{}
	.leon_vrnav span{font-size:16px;}
	.leno_csdbcon dl dd span{font-size:10px;}
	.leno_csdbtop span b{font-size:12px;}
	.leno_csdbtop span{font-size:8px;}
	.leno_csdbcon dl dd span:nth-of-type(1){font-size:10px;}
	.leno_csdbtop{line-height:18px;}
	.leon_vritemr .mCustomScrollBox{padding-right:0px;max-width:100%;}
	.vol_zh dl dd span{font-size:10px;}
}

@media(max-width:450px){
	.leon_ewm img{width:18%;}
	.leon_jxcs{height:154px;overflow:hidden;}
	.leon_ewm span{line-height:16px;}
	.leno_csdbtop span{font-size:12px;line-height:24px;}
	.leon_gncon .swiper-slide{height:440px;padding-top:40px;box-sizing: border-box;}
	.tyGsMk img{display:none;}
	.tyGsMkpic{height:240px;background:url(https://smec-portal-oss.smec-cn.com/images/villaelevator/img34.jpg) no-repeat right center/auto 100%;}
	.aqWyTsPos2 li{display:inline-block;width:32.33%;text-align: center;}
	.aqWyTsPos2 li p{display:none;}
	.leon_vritemr h3{padding-top:12%;}
	.leon_vrsel span{margin-top:2%;}
	.leon_vrsel span{width:45%;}
	.leno_csdbcon{width:100vw;height:100vh;}
	.leno_csdb{}
	.leno_csdbcon dl{height:80vh;}
	.leno_csdbtop{margin-top:5vh;}
	.leno_csdbcon dl dd span:nth-of-type(1){font-size:12px;}
	.leno_csdbcon dl dd.leno_csdbjstit01 span:nth-of-type(1){font-size:11px;}
	.xg_close01{z-index:99999;}
	.leon_ewm{display:none;}
	.leon_jxcs dl dd{font-size:9px;}
	.leon_jxitemconr h2{font-size:15px;}
	

	
	
}

.bj_tc p{font-size:12px;color:#333;padding-top:20px;text-align: right;}
.leonnew_vrnav{width:100%;border-bottom:1px solid #ccc;text-align: center;display: flex;}
.leonnew_vrnav span{width:50%;font-size:24px;cursor: pointer;position: relative;background:none;line-height:55px;text-align: center;}
.leonnew_vrnav span.on{font-weight:bold;background:#d02d26;color: #fff;}
.leonnew_vrnav2{margin:20px 0;}
.leonnew_vrnav2 dl{overflow:hidden;}
.leonnew_vrnav2 dl dd{width:19%;border-radius:4px;overflow:hidden;float:left;margin-right:1.25%;cursor: pointer;}
.leonnew_vrnav2 dl dd:nth-last-of-type(1){margin-right:0;}
.leonnew_vrnav2 span{font-size:20px;color:#000;text-align: center;color:#333;cursor: pointer;display: block;width: calc(100% - 2px);height: calc(100% - 2px);border-radius:4px;background: #fff;padding: 10px 0;margin:1px auto;}
.leonnew_vrnav2 span b{display:block;font-weight:normal;}
.leonnew_vrnav2 span strong{display: block;width:40px;margin:0 auto;}
.leonnew_vrnav2 span strong img:nth-of-type(1){display:block;}
.leonnew_vrnav2 span strong img:nth-of-type(2){display:none;}
.leonnew_vrnav2 dl dd.on{background:#e60012;}
.leonnew_vrnav2 dl dd.on span{color:#fff;background:#e60012;}
.leonnew_vrnav2 dl dd.on span strong img:nth-of-type(1){display:none;}
.leonnew_vrnav2 dl dd.on span strong img:nth-of-type(2){display:block;}
.leonnew_vrprocontit{font-size:18px;color: #595757;padding-bottom:14px;font-weight: bold;}
.leonnew_vrprocon{display:none;}
.leonnew_vrprocon.on{display:block;}
.leon_vritemrqhnewcon{display:none;}
.leon_vritemrqhnewcon.on{display:block;}
.leon_vrpznew{margin:30px 0;}
/*.leon_vrpznew01 a{color:#0075d8;background:#fff;padding:0;}*/
.bj_tc{width:100%;height:100%;background:rgba(0,0,0,0.5);position: fixed;left:0;top:0;z-index: 100;display: none;}
.leno_csdbconnew .leno_csdbjs{height:auto !important;overflow: hidden;}
.bj_tc .mCustomScrollBox{max-width: 100% !important;padding-right:0 !important;}







@media(max-width:1688px){
	.leonnew_vrnav2 span{font-size:16px;}
	.leonnew_vrnav2 span strong{width:30px;}
}

@media(max-width:1366px){
	.leonnew_vrnav2 span{font-size:14px;}
}

@media(max-width:1024px){
	.leonnew_vrpro{margin-bottom:20px;}
	.leonnew_vrnav span{font-size:22px;}
	.leonnew_vrnav{padding-top:20px;}
	.leonnew_vrnav{position: fixed;left:0;top:280px;}
	.new_topnav{position: fixed;left:0;top:331px;background:#f2f2f2;z-index: 90;width: 100%;}
}




@keyframes circle-opacity {
    from {
        opacity: 1;
        transform: scale(1);
    }

    to {
        opacity: 0;
        transform: scale(1.5);
    }
}

@-webkit-keyframes circle-opacity {
    from {
        opacity: 1;
        transform: scale(1);
    }

    to {
        opacity: 0;
        transform: scale(1.5);
    }
}

@keyframes circle-opacity01 {
    from {
        opacity: 1;
        transform: scale(0);
    }

    to {
        opacity: 0.5;
        transform: scale(1);
    }
}

@-webkit-keyframes circle-opacity01 {
    from {
        opacity: 1;
        -webkit-transform: scale(0);
    }

    to {
        opacity: 0.5;
        -webkit-transform: scale(1);
    }
}


@keyframes circle-opacity02 {
    from {
        opacity: 1;
        transform: scale(1);
    }

    to {
        opacity: 0;
        transform: scale(2);
    }
}

@-webkit-keyframes circle-opacity {
    from {
        opacity: 1;
        transform: scale(1);
    }

    to {
        opacity: 0;
        transform: scale(2);
    }
}


@keyframes xuanz {
    0%{transform: rotate(0deg);}
	50%{transform: rotate(180deg);}
	100%{transform: rotate(360deg);}
}



/*new*/
.dz_body{overflow:hidden;}
.leon_vr{margin:2% auto 0 auto;}
.new_topnav ul{display: flex;justify-content:space-between;border-bottom:1px solid #e6e6e6;}
.new_topnav ul li{font-size:20px;color:#000000;cursor: pointer;padding:20px 0 14px 0;position: relative;}
.new_topnav ul li.on,.new_topnav ul li:hover{font-weight:bold;}
.new_topnav ul li.on::before,.new_topnav ul li:hover::before{display: block;content: '';width:100%;height:3px;background:#e60012;position: absolute;left:0;bottom:-1px;}


.new_tcname ul li{width:100%;height:auto;border:1px solid #e6e6e6;border-radius:8px;font-size:20px;color:#999999;padding: 32px 0 32px 30px;box-sizing: border-box;margin-top:30px;cursor: pointer;background:#fff;display: flex;justify-content: space-between;align-items: center;position: relative;align-items: center;overflow:hidden;box-sizing: border-box;position: relative;}
.new_tcname ul li b{display:block;font-size:24px;color:#333;padding-bottom: 4px;}
.new_tcname ul li.on{border:2px solid #1a1a1a;}
.new_tcnamer{width: 180px;position: absolute;right: 0;top: 0;}
.new_tcnamel{flex: 1;}
.new_tcnamel span{display: block;font-size: 14px;line-height: 1.7;padding-top: 4px;}

.new_1215qh{display: none;}
.new_1215qh.on{display: block;}

.new_1215qhlistcon{display:none;}
.new_1215qhlistcon.on{display:block;}

.new_1215qhcon{display: none;}
.new_1215qhcon.on{display: block;}

.new_gy{height:400px;overflow:auto;margin-top:30px;}
.new_gy ul li{width: 100%;border:1px solid #e6e6e6;border-radius:8px;padding:20px 30px 20px 30px;box-sizing: border-box;margin-bottom:30px;background:#fff;}
.new_gy ul li h4{font-size:18px;color:#333;font-weight:bold;}
.new_gy ul li h5{font-size:14px;color:#999999;line-height:24px;font-weight:normal;padding:10px 0;}
.new_gy ul li h5 span{color: #e60012;padding-left: 10px;}
.new_ckbtn{font-size:16px;color:#1a1a1a;font-weight:bold;cursor: pointer;display:flex;align-items: center;}
.new_ckbtn img{width: 6px;margin-left: 10px;}
.new_gy ul li p{font-size:12px;color:#1a1a1a;padding-top:10px;}
.new_gy ul li p b{font-weight: normal;color: #e60012;padding-left: 10px;}
.new_gy ul li.on{border:2px solid #1a1a1a;}

.new_lcsel ul li{height:60px;overflow:hidden;border:1px solid #e6e6e6;border-radius:8px;display: flex;justify-content: space-between;align-items: center;padding:0 30px;box-sizing: border-box;margin-top:30px;background:#fff;}
.new_lcsel ul li b{font-size:18px;}
.new_lcsel ul li span{font-size:14px;}
.new_lcsel ul li.on{border:2px solid #1a1a1a;}
.vol_zh{margin:12px auto 0 auto;}

.leon_newvrfot{width:100%;background:#f7f8f8;border-radius:8px;border: 1px solid #f4f4f4;box-shadow: 0 0 8px #f4f4f4;padding:20px 30px;box-sizing:border-box;position: absolute;left:0;bottom:0;z-index: 30;   transform: translateZ(0);-webkit-transform: translateZ(0);transition:all 0.3s linear;}
.leon_newvrfotl{width:100%;overflow:hidden;display: flex;align-items: center;justify-content: space-between;}
.leon_newvrjg{font-size:18px;color:#1a1a1a;} 
.leon_newvrjg b{font-size:30px;}
.leon_newvrjg strong{margin-left:20px;font-weight:normal;}
.leon_newvrfot h4{font-size:14px;line-height:24px;color:#808080;font-weight: normal;padding-top: 10px;}
.leon_newvrfot h4 a{color:#0c5ee1;}
.leon_newvrfotr{width:35%;overflow:hidden;}
.leon_newvrfotr a{display:block;width:100%;color:#fff;background:#e60012;font-size:16px;line-height:60px;text-align: center;font-weight:normal;margin-bottom:10px;}
.leon_newvrfotr a.bz_prev{display: none;}
.leon_newvrfotr a.bz_next{display: block;margin-bottom:0;}
.leon_newvrfotr a.bz_sub{display: none;margin-bottom:0;}
.leon_newvrfotr a.on{display: block;}
.shebei_ts{width: 60%;font-size: 16px;color: #333;line-height: 1.8;display: none;}
.shebei_ts a{color: #0c5ee1;}

.leonnew_vrpro h3{font-size:20px;color:#595757;padding-top:12%;font-weight:bold;}
.leonnew_vrpro h3 span{padding-left:10%;}
.leonnew_vrpro p{font-size:16px;color:#595757;line-height:28px;padding-bottom:2%;}

.jxccoff{display: block;}
.jxccon{display: none;}

.jx_ewm{width:100px;position: absolute;right:2.5%;bottom: 10px;z-index: 60;background: #fff;padding:6px 6px 0 6px;}

.logo img{margin-right:14px;}
.logo img{width:150px !important;}






@media(max-width:1688px){
	.new_tcnamer{width: 154px;}
	.leon_vrqh ul li iframe{height:700px;}
	.new_tcname ul li{margin-top:20px;font-size:16px;padding:30px 0 30px 20px;line-height:24px;}
	.new_tcname ul li b{font-size:20px;}
	.leon_nvritemr{height:650px;}
	.leonnew_vrnav span{}
	.new_topnav ul li{font-size:16px;}
	.leon_newvrfot{padding:10px 20px;}
	.leon_newvrjg{font-size:14px;}
	.leon_newvrjg b{font-size:24px;}
	.leon_newvrfot h4{font-size:12px;line-height:18px;}
	.new_gy{margin-top:20px;}
	.new_gy ul li{padding:10px 20px 10px 20px;margin-bottom:20px;}
	.new_lcsel ul li{margin-top:20px;padding:0 20px;}
	.new_ckbtn{font-size:14px;}
	.new_gy ul li h5{line-height:22px;}
	.leonnew_vrnav span{font-size:24px;}
	.allTop{height:70px !important;}
	.allTopLeft01{font-size:16px !important;}
	.allTopRigBut a{width:150px;height:40px;font-size:16px;line-height: 40px;margin-top:16px;}

	.leonnew_vrpro h3{padding-top:8%;}
	.leonnew_vrpro p{font-size:14px;line-height:26px;}

	.jx_ewm{width:80px;}
	
}

@media(max-width:1024px){
	.new_1215qh:nth-of-type(1){margin-top:400px;}
	.new_1215qh:nth-of-type(2){margin:340px auto 0 auto !important;}
	.new_topnav ul li{padding:10px 0;}
	.logo img{width:100px !important;}
	.allTop{height:60px !important;}
	.allTopLeft01{font-size:14px !important;}
	.leon_vriteml{order: 1;}
	.leon_nvritemr{height:auto;order: 2;}
	.leon_vr{width:100%;margin:0 auto 0 auto !important;}
	.leon_vrqh ul li iframe{width:117%;}
	.leon_nvritemr{width:100%;}
	.dz_body{height:auto;overflow:auto;}
	.new_1215qhlist{width:90%;margin:0 auto 150px auto;}
	.new_gy{height:auto;}
	.leon_newvrfot{position: fixed;left:0;bottom:0;}
	.leon_newvrfotl{width:100%;}
	.leon_newvrfotr{width:30%;}
	.leonnew_vrnav{padding:10px 5% 0 5%;box-sizing: border-box;background:#f2f2f2;z-index: 90;}
	.new_topnav{padding:0 5%;box-sizing: border-box;}
	.leonnew_vrpro h3{padding-top:12%;}
	.leonnew_vrpro p{padding:0 0 3% 0;}
	.new_1215qh:nth-of-type(2){width:90%;margin:0 auto;}
	.leon_newvrfotr a{font-size:14px;}
	.djx_tc .leon_jxitemcon{width:100%;max-height: 400px;}
	.djx_tc .leon_jxcs{height:166px;}
	.jx_ewm{width:60px;}
	.leonnew_vrnav span{line-height:40px;font-size:20px;}

	.new_tcnamer{width: 140px;}
	.new_tcname ul li{padding: 24px 0 24px 20px;}
}