@charset "utf-8";
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { margin: 0; padding: 0; }
body, button, input, select, textarea { font: 12px/1.5 微软雅黑, sans-serif; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; }
address, cite, dfn, em, i, var { font-style: normal; }
ul, ol { list-style: none; }
legend { color: #000; }
fieldset, img { border: 0; vertical-align: bottom; }
section, article, aside, header, footer, nav, dialog, figure { display: block; }
figure { margin: 0; }
button, input, select, textarea { font-size: 100%; border:0; background:none; outline:none; resize: none; }
textarea{resize:none;border:none;-webkit-appearance:none;border-radius:0;}
input[type=text] { resize:none;border:none;-webkit-appearance:none;border-radius:0; }
input[type=submit] { resize:none;border:none;-webkit-appearance:none;border-radius:0; }
input[type=reset] { resize:none;border:none;-webkit-appearance:none;border-radius:0; }
table { border-collapse: collapse; border-spacing: 0; }
.clear { display: block; height: 0; overflow: hidden; clear: both; }
.clearfix:after { content: '\20'; display: block; height: 0; clear: both; }
.clearfix { *zoom:1;}
a:link, a:visited, a:hover, a:active { text-decoration: none; }
/*a { blr:expression_r(this.onFocus=this.blur());}*/
a { text-decoration: none; outline: none; /*transition-duration: 0.3s, 0.3s;*/ }
.hidden { display: none; }
.invisible { visibility: hidden; }
.fl{ float:left; display:inline; }
.fr{ float:right; display:inline; }
.fn{ float:none; }
.tl{ text-align:left; }
.tr{ text-align:right; }
.tc{ text-align:center; }
.hide{ display:none; }
.show{ display:block; }
.noBg { background: none !important; }
.noBorder { border: none !important; }
.noMg { margin: 0!important; }
.mr0{ margin-right:0 !important; float:right !important;}
p[style='color:red;font-weight:600'] { display:none!important; }
/*.info{text-align: justify; text-justify: inter-ideograph;}*/

/*Body*/
body {  margin: 0 auto; overflow-x: hidden;  background: url(bg.png) repeat top left; color:#94897C; min-height:auto!important; min-width:auto!important; }
area {  anything:expression(this.onfocus=this.blur);  }
a {  color: #94897C; }
a:hover { color: #94897C; }

.wrapper { position:relative; width:100%; margin:0 auto; }
.wrap { width:1660px; margin:0 auto; }

@media all and (max-width:1680px){
	.wrap { width:1200px; margin:0 auto; }
}
@media all and (max-width:1280px){
	.wrap { width:92%; }
}

@font-face{
    font-family: 'GoogleSans';
    src: url('../fonts/GoogleSans-Regular.ttf');
    src: local('?'), url('../fonts/GoogleSans-Regular.ttf') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: 'PinyonScript';
    src: url('../fonts/PinyonScript-Regular.ttf');
    src: local('?'), url('../fonts/PinyonScript-Regular.ttf') format('woff');
    font-weight: normal;
    font-style: normal;
}

  
.topArea { position:absolute; top:10px; left:0; right:0; z-index:9; transition: all 0.4s; }
.topArea .wrap { position:relative; }

.logo { float:left; }
.logo a { height:90px; display:flex; align-items: center; }
.logo a img { max-height:90px; }
.logo .img02 { display:none; }
 
.tel { position:relative; float:right; margin-left:30px; width:22px; height:90px; background:url(ico05.svg) no-repeat center; cursor:pointer; }
.tel:before { position:absolute; left:-16px; top:50%; transform: translateY(-50%); display:block; content:""; width:1px; height:10px; background:rgba(255,255,255,0.5); z-index:2; }
.tel p { position:absolute; right:0; top:90px; width:200px; text-align:right; font-size:28px; color:#94897C; font-family: 'GoogleSans'; z-index:2; display:none; }
.tel:hover p { display:block; }

.top01 { float:right; height:90px; display:flex; align-items: center; }
.top01 a { border:1px solid #94897C; border-radius: 4px; width:100px; height:30px; text-align:center; color:#94897C; cursor:pointer; }
.top01 a i { display:inline-block; line-height:30px; padding-left:25px; font-size:14px; }
.top01 a.a1 { margin-right:10px; border-color:rgba(148, 137, 124, 0.80); background: rgba(148, 137, 124, 0.80); backdrop-filter: blur(2px); color:#fff; }

.top01 a.a1 i { background:url(ico01.svg) no-repeat center left; }
.top01 a.a2 i { background:url(ico03.svg) no-repeat center left; }

.nav { float:right; margin-right:85px; }
.nav ul li { position:relative; float:left; margin-right:20px; font-size:0; }
.nav ul li:last-child { margin-right:0!important; }
.nav ul li .a1 { position:relative; display:flex; align-items: center; text-align:center; font-size:14px; color:#E1DEDB; width:105px; height:90px; overflow:hidden; z-index:2; }
.nav ul li .a1:before { position:absolute; bottom:15px; left:50%; width:0; height:1px; display:block; content:""; transition: all 0.6s; background:#fff; z-index:-1; }
.nav ul li .a1 p { width:100%; height:25px; overflow:hidden; }
.nav ul li .a1 i { position:relative; top:0; display:block;  height:25px; line-height:25px; transition: all 0.6s; overflow:hidden; }
.nav ul li .a1 span { position:relative; top:0; display:block; height:25px; line-height:25px; font-weight:bold; text-transform: uppercase; transition: all 0.6s; overflow:hidden; }


.nav ul li.current .a1 i,.nav ul li:hover .a1 i { top:-25px; }
.nav ul li.current .a1 span,.nav ul li:hover .a1 span { top:-25px; }
.nav ul li.current .a1:before,.nav ul li:hover .a1:before { left:0; width:100%; }
 
.nav .sub { position:absolute; top:90px; width:120px; left:50%; margin-left:-60px; background:#fff; display:none; z-index:999; }
.nav .sub dt { width:100%; text-align:center; font-size:14px; }
.nav .sub dt a { display:block; color:#333; padding:10px; }
.nav .sub dt:hover { background:#94897C; }
.nav .sub dt:hover a { color:#fff; }

/*
.topArea_zhai { position:fixed; top:0; background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 42, 41, .6)), to(rgba(43, 42, 41, 0)));
    background: -webkit-linear-gradient(top, rgba(43, 42, 41, .6), rgba(43, 42, 41, 0));
    background: -o-linear-gradient(top, rgba(43, 42, 41, .6) 0, rgba(43, 42, 41, 0) 100%);
    background: linear-gradient(180deg, rgba(43, 42, 41, .6), rgba(43, 42, 41, 0)); backdrop-filter: blur(20px); transition: all .4s ease-in-out; }
.topArea_zhai .wrap { display:flex; flex-wrap: wrap;  flex-direction:row-reverse; justify-content: center; align-items: center; }
.topArea_zhai .logo { display:none; }
.topArea_zhai .tel { float:none; height:50px; }
.topArea_zhai .tel p { top:50px; }
.topArea_zhai .top01 { float:none; height:50px; }
.topArea_zhai .nav { float:none; }
.topArea_zhai .nav ul li .a1 { line-height:50px; }
.topArea_zhai .nav ul li .a1 i { height:50px; }
.topArea_zhai .nav ul li .a1 span { height:50px; }
.topArea_zhai .nav .sub { top:50px; }

.topArea_zhai .nav ul li .a1 { line-height:50px; height:50px; }
.topArea_zhai .nav ul li .a1 i { height:50px; }
.topArea_zhai .nav ul li .a1 span { height:50px; }


.topArea_zhai .nav ul li.current .a1 i,.topArea_zhai .nav ul li:hover .a1 i { top:-50px; }
.topArea_zhai .nav ul li.current .a1 span,.topArea_zhai .nav ul li:hover .a1 span {   top:-50px; }
*/

.xlArea { position:fixed; top:-50px; left:0; right:0; background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 42, 41, .6)), to(rgba(43, 42, 41, 0)));
    background: -webkit-linear-gradient(top, rgba(43, 42, 41, .6), rgba(43, 42, 41, 0));
    background: -o-linear-gradient(top, rgba(43, 42, 41, .6) 0, rgba(43, 42, 41, 0) 100%);
    background: linear-gradient(180deg, rgba(43, 42, 41, .6), rgba(43, 42, 41, 0)); backdrop-filter: blur(20px);  transition: all .4s ease-in-out; z-index:999; }
.xlArea .wrap { display:flex; flex-wrap: wrap;  flex-direction:row-reverse; justify-content: center; align-items: center; }
.xlArea .logo { display:none; }
.xlArea .tel { float:none; height:50px; /*background:url(ico06.svg) no-repeat center;*/ }
.xlArea .tel:before { background:#fff; opacity:0.5; }
.xlArea .tel p { top:50px; }
.xlArea .top01 { float:none; height:50px; }
.xlArea .top01 a.a2 { border:1px solid rgba(255,255,255,0.5); color:#fff; }
.xlArea .top01 a.a2 i { background: url(ico04.svg) no-repeat center left; }
.xlArea .nav { float:none; }
.xlArea .nav ul li .a1:before { bottom:0!important; background:#fff!important; }
.xlArea .nav ul li .a1 { height:50px; color:#fff; }
 
.xlArea .nav .sub { top:50px; }
 
 
 

.topArea.on { top:-150px; } 
.xlArea.on { top:0; }

 
.topArea_ny { top:0; /*background: rgba(255, 253, 251, 0.80); backdrop-filter: blur(5px);*/ }
.topArea_ny .logo .img01 { display:none; }
.topArea_ny .logo .img02 { display:block; }
.topArea_ny .nav ul li .a1 { color:#94897C; }
.topArea_ny .tel { background:url(ico06.svg) no-repeat center; }
.topArea_ny .tel:before { background:#94897C; opacity:0.5; }

@media all and (max-width:1200px){
	.topArea_ny { top:10px; background:none; backdrop-filter: blur(0px); }
}

 
.topArea_cs .logo .img01 { display:none; }
.topArea_cs .logo .img02 { display:block; }
.topArea_cs .nav ul li .a1 { color:#94897C; }
.topArea_cs .nav ul li .a1:before { background:#94897C!important; }
.topArea_cs .tel { background:url(ico06.svg) no-repeat center; }
.topArea_cs .tel:before { background:#94897C; opacity:0.5; }


 
@media all and (max-width:1680px){
	.tel { margin-left:30px; }
	.tel:before { left:-16px; }
	.tel p { top:90px; font-size:24px; }
 
	.top01 a { width:100px; height:30px; }
	.top01 a i { line-height:30px; padding-left:25px; font-size:14px; }
	.top01 a.a1 { margin-right:10px; }
 
	.nav { margin-right:10px; }
	.nav ul li { margin-right:35px; }
	.nav ul li .a1 { width:auto; }
}
@media all and (max-width:1280px){
	.nav ul li .a1 { font-size:12px; }
}
@media all and (max-width:1200px){
	 
	.tel { display:none; }
	.nav { display:none; }
	.top01 { display:none; }
	
	.logo { position:relative; left:50%; transform: translateX(-50%); height:60px; display:flex; align-items: center; justify-content: center; }
 
}


.Area-hd { position: relative; line-height:1.1; color:#94897C; }
.Area-hd .p1 { position: relative; font-size: 20px; }
.Area-hd .p1 i { position: relative; display: inline-block; padding-left:35px; }
.Area-hd .p1 i:before { position: absolute; left: 0; top:50%; transform: translateY(-50%); display: block; content: ""; width:18px; height:1px; background: #94897C; z-index: 2;}
.Area-hd .p2 { font-size: 58px; margin-top: 15px; font-family: "GoogleSans"; text-transform: uppercase;  }
.Area-hd .p4 { font-size:46px; margin-top: 20px; line-height: 1.1; font-weight: 100; }

.mBtn { position: relative; display: block; width:210px; border-bottom:1px solid rgba(148,137,124,0.3); text-align: center; z-index: 1; }
.mBtn:before { position: absolute; left:0; width:100%; height:0; bottom:0; display: block; content: ""; background:rgba(148,137,124,0.15); transition: all 0.6s; z-index: 1; }
.mBtn i { position:relative; display: inline-block; padding-left:35px; font-size: 16px; color:#94897C; height: 60px; line-height: 60px; background: url(ico11.svg) no-repeat center left; z-index: 2;}

.mBtn:hover:before { height:100%; }

@media all and (max-width:1680px){
	.Area-hd .p1 { font-size: 16px; }
	.Area-hd .p1 i { padding-left:30px; }
	.Area-hd .p1 i:before { width:15px; }
	.Area-hd .p2 { font-size: 38px; margin-top: 15px; }
	.Area-hd .p4 { font-size:28px; margin-top: 20px; }

	.mBtn { width:210px; }
	.mBtn i { padding-left:35px; font-size: 16px; height: 50px; line-height: 50px; }
}
@media all and (max-width:1200px){
	.Area-hd { text-align: center; }
	.Area-hd .p1 { font-size: 14px; }
	.Area-hd .p1 i { padding-left:0; padding-top:15px; }
	.Area-hd .p1 i:before { width:10px; left:50%; top:0; transform: translateX(-50%); }
	.Area-hd .p2 { font-size: 24px; margin-top: 15px; }
	.Area-hd .p4 { font-size:18px; margin-top: 15px; }

	.mBtn { width:180px; margin: 0 auto; }
	.mBtn i { padding-left:35px; font-size: 14px; height: 40px; line-height: 40px; }
}
@media all and (max-width:900px){
	.Area-hd .p4 { font-weight: 400; }
}

 
 
.footer { background: #231F20; }
.tArea { padding:50px 0 40px; border-bottom:1px solid rgba(255,255,255,0.1); }
.footArea { padding:25px 0; }
.foot01 { float:left; width:435px; padding-top:30px; font-size:14px; line-height:25px; }
.foot01 .p1 { padding-left:25px; }
.foot01 .p2 { padding-left:25px; margin-top:10px; font-size:28px; font-family: "GoogleSans"; font-weight:bold; line-height:1.1; }

.foot01 .p11 { background:url(ico07.svg) no-repeat center left; }
.foot01 .p12 { background:url(ico08.svg) no-repeat center left; margin:15px 0; }
.foot01 .p13 { background:url(ico09.svg) no-repeat center left; }

.foot01 .p13 a { opacity:0.7; }
.foot01 .p13 a:hover { opacity:1; }


.foot02 { position:relative; padding-top:165px; float:right; width:190px; }
.foot02 ul { display:flex; flex-wrap: wrap;  flex-direction:row; justify-content: space-between; align-items: center; }
.foot02 ul li { cursor:pointer; }
.foot02 ul li .img01 { opacity:0.5; }
.foot02 ul li .img02 { position:absolute; width:110px; top:30px; left:50%; transition: all 0.6s; transform: translateX(-50%); z-index:2; opacity:0; visibility:hidden; }

.foot02 ul li.on .img01 { opacity:1; }
.foot02 ul li.on .img02 { opacity:1; visibility:visible; }

.foot22 { display:none; }
.foot22 .gallery-top-ewm01 { width:100%; margin:0 auto; }
.foot22 .gallery-thumbs-ewm01 { width:100%; margin-top:25px; }
.foot22 .gallery-thumbs-ewm01 .swiper-wrapper { display:flex; flex-wrap: wrap;  flex-direction:row; justify-content: space-between; align-items: center; }
.foot22 .gallery-thumbs-ewm01 .swiper-slide { width:auto; opacity:0.5; cursor:pointer; }

.foot22 .gallery-thumbs-ewm01 .swiper-slide-thumb-active { opacity:1; }




.foot03 { float:right; width:675px; margin-right:70px; display:flex; flex-wrap: wrap;  flex-direction:row; justify-content: space-between; }
.foot03 dl dt { font-size:14px; margin-bottom:25px; }
.foot03 dl dd { margin-bottom:5px; }
.foot03 dl dd a { font-size:14px; color:#fff; opacity:0.5; }
.foot03 dl dd:hover a { opacity:1; }

.tail { padding:15px 0; font-size:12px; color:rgba(255,255,255,0.5); border-top:1px solid rgba(255,255,255,0.1); }
.tail a { color:rgba(255,255,255,0.5); }
.tail a:hover { color:#fff; }

.tail .sjArea { text-align:center; }

@media all and (max-width:1680px){
	.tArea { padding:50px 0 40px; }
	.footArea { padding:25px 0; }
	.foot01 { width:28%; padding-top:30px; font-size:14px; line-height:25px; }
	.foot01 .p1 { padding-left:25px; }
	.foot01 .p2 { padding-left:25px; margin-top:10px; font-size:28px;  }
 
	.foot01 .p12 { margin:15px 0; }
 
	.foot02 { padding-top:165px; float:right; width:150px; }
	.foot02 ul li .img02 { width:110px; top:30px; }

 
	.foot03 { float:right; width:42%; margin-right:4%; }
	.foot03 dl dt { font-size:14px; margin-bottom:20px; }
	.foot03 dl dd { margin-bottom:5px; }
	.foot03 dl dd a { font-size:14px; }
}
@media all and (max-width:1200px){
	.tArea { padding:40px 0 30px; }
	.tArea img { max-height:40px; width:auto; }
	.footArea { padding:25px 0; }
	.foot01 { width:calc(100% - 250px); padding-top:0; font-size:14px; line-height:25px; }
	.foot01 .p1 { padding-left:25px; }
	.foot01 .p2 { padding-left:25px; margin-top:10px; font-size:24px;  }
 
	.foot01 .p12 { margin:10px 0; }
 
	.foot02 { padding-top:130px; float:right; width:150px; }
	.foot02 ul li .img02 { width:110px; top:0; }

 
	.foot03 { float:right; width:42%; margin-right:4%; display:none; }
	.foot03 dl dt { font-size:14px; margin-bottom:20px; }
	.foot03 dl dd { margin-bottom:5px; }
	.foot03 dl dd a { font-size:14px; }
}
@media all and (max-width:900px){
	.foot21 { display:none; }
	.foot22 { display:block; }
}
@media all and (max-width:750px){
	.tArea { text-align:center; }
	
	.foot01 { float:none; width:100%; padding-top:0; font-size:14px; line-height:25px; text-align:center; }
	.foot01 .p1 { padding-left:0; }
	.foot01 .p2 { padding-left:0; margin-top:10px; font-size:24px;  }
 
	.foot01 .p11 { background:none; }
	.foot01 .p12 { background:none; margin:10px 0; }
	.foot01 .p13 { background:none; }
 
	.foot02 { padding-top:0; float:none; width:150px; margin:30px auto 0; }
	.foot02 ul li .img02 { width:110px; top:0; }
	
	.tail { padding:15px 0; }
}
 
/*手机端底部按钮*/
.fixfoot { position:fixed; left:8vw; width:84vw; bottom:15px; background: rgba(255, 251, 245, 0.80); backdrop-filter: blur(2px); border-radius:100px; display:none; z-index:9999; }
.fixfoot ul { padding:0 4%; display:flex; flex-wrap: wrap;  flex-direction:row; justify-content: space-between; }
.fixfoot ul li { width:50px; text-align:center; }
.fixfoot ul li a { display:block; padding:10px 0; }
.fixfoot ul li .p1 { display:block; height:30px; }
.fixfoot ul li .p1 img { height:25px; width:auto; }
.fixfoot ul li .p2 { font-size:12px; color:#94897C; }
 
.fixfoot ul li .img02 { display:none; }

.fixfoot ul li:nth-child(1) .p1 .img01 { margin-top:5px; height:20px; width:auto; }
.fixfoot ul li:nth-child(1) .p1 .img02 { margin-top:5px; height:20px; width:auto; }
 
 
.fixfoot ul.aa li { opacity:0.3; } 
.fixfoot ul.aa li:nth-child(1) { opacity:1; } 
.fixfoot ul.aa li:nth-child(1) .img01 { display:none; }
.fixfoot ul.aa li:nth-child(1) .img02 { display:inline-block; }
 
@media all and (max-width:1200px){
	.footer { padding-bottom:100px; }
	.fixfoot { display:block; }
}
@media all and (max-width:360px){
	.fixfoot { left:4vw; width:92vw; bottom:15px; }
	.fixfoot ul li { width:40px; }
	.fixfoot ul li .p1 { height:25px; }
	.fixfoot ul li .p1 img { height:20px; width:auto; }
}
 
/*手机端弹窗导航*/
.muBox { position:fixed; left:11vw; width:78vw; bottom:-883px; padding: 20px 0; background: rgba(54, 46, 36, .18); backdrop-filter: blur(10px); border-radius: 16px; box-sizing: border-box; transition: all 0.6s; z-index:999; }
.muBox .bd { width:80%; margin:0 auto; }
.muBox .bd01 { display:flex; flex-wrap: wrap;  flex-direction:row; justify-content: center; align-items: center; }
.muBox .bd01 strong { margin:0 15px; font-size:16px; }
.muBox .bd02 { margin-top:15px; }
.muBox .bd02 ul li:nth-child(n + 1) { margin-top:15px; }
.muBox .bd02 ul li a { display:block; text-align:center; font-size:14px; color:#fff; line-height:20px; }

.muBox.on { bottom:83px; }


/*表单*/
.meBox { position:fixed; top:0; left:0; width:100%; height:100vh; background: rgba(0, 0, 0, 0.50); backdrop-filter: blur(2.5px); z-index:99999999; display:none; }
.meBox.on { display:block; }

.meBox .bd { position:absolute; left:50%; top:50%; transform: translate(-50%,-50%); width:750px; padding:80px; background: rgba(255, 251, 245, 0.95); /*backdrop-filter: blur(1px);**/ box-sizing: border-box; }
.meBox .bd .bbclose { position:absolute; top:-58px; right:-78px; width:58px; height:58px; border-radius:100%; background:url(ico17.svg) no-repeat center; background-size:100% 100%; cursor:pointer; z-index:2; }

.meBox .bd .p1 { font-size:14px; line-height:25px; letter-spacing: 1.4px; }
.meBox .bd .p3 { font-size:20px; letter-spacing: 2px; margin-bottom:10px; font-weight:bold; }
.meBox .bd .p2 { margin-top:50px; }
.meBox .bd .p2 ul { display:flex; flex-wrap: wrap;  flex-direction:row; justify-content: space-between; }
.meBox .bd .p2 ul li { width:46%; }
.meBox .bd .p2 ul li:nth-child(n + 3) {  margin-top:55px; }
.meBox .bd .p2 ul li .p21 { font-size:16px; letter-spacing: 1.6px; }
.meBox .bd .p2 ul li .p21 i { color:#ef0000; }
.meBox .bd .p2 ul li .p22 { margin-top:5px; border-bottom:1px solid rgba(148,137,124,0.3); }
.meBox .bd .p2 ul li .p22 .text { height:35px; line-height:35px; color:#94897C; opacity: 0.7; font-size:14px; }
.meBox .bd .p2 ul li .p22 .textarea { height:110px; padding:15px 20px; color:#94897C; font-size:14px; box-sizing: border-box; }
.meBox .bd .p2 ul li .p22 select { width:100%; height:35px; line-height:35px; color:#94897C; opacity: 0.5; font-size:14px; -webkit-appearance: none; -moz-appearance: none; appearance: none; background:url(ico19.svg) no-repeat center right; }

.meBox .bd .p2 ul li.li01 { width:100%; }
.meBox .bd .p2 ul li.li01 .p22 { margin-top:10px; border:1px solid rgba(148,137,124,0.3); }
.meBox .bd .p2 ul li.li02 { width:100%; margin-top:20px; text-align:center; }
.meBox .bd .p2 ul li.li02 .btn01 { position:relative; margin:0 auto; display:inline-block; padding:15px 10px; border-bottom:1px solid #94897C; cursor:pointer; }
.meBox .bd .p2 ul li.li02 .btn01:before { position: absolute; left:0; width:100%; height:0; bottom:0; display: block; content: ""; background:rgba(148,137,124,0.15); transition: all 0.6s; z-index: 1; }
.meBox .bd .p2 ul li.li02 .btn01 i { position:relative; display:inline-block; padding-left:30px; font-size:16px; line-height:25px; color:#94897C; background:url(ico20.svg) no-repeat center left; z-index:2; }

.meBox .bd .p2 ul li.li02 .btn01:hover:before  { height:100%; }

 
.meBox .bd .p2 ul li ::-webkit-input-placeholder { color:#94897C; opacity: 0.7; }
.meBox .bd .p2 ul li ::-moz-placeholder { color:#94897C; opacity: 0.7; }
.meBox .bd .p2 ul li ::-ms-input-placeholder { color:#94897C; opacity: 0.7; } 
.meBox .bd .p2 ul li ::placeholder { color:#94897C; opacity: 0.7; }


@media all and (max-height:1000px){
	.meBox .bd { padding:60px; }
	.meBox .bd .p2 ul li:nth-child(n + 3) { margin-top:30px; }
}
@media all and (max-height:900px){
	.meBox .bd .bbclose { top:0; }
}

@media all and (max-width:1680px){
	.meBox .bd { width:750px; padding:40px; }
	.meBox .bd .bbclose { top:-45px; right:-65px; width:45px; height:45px; }

	.meBox .bd .p1 { font-size:14px; line-height:25px; letter-spacing: 1.4px; }
	.meBox .bd .p3 { font-size:20px; letter-spacing: 2px; margin-bottom:10px; }
	.meBox .bd .p2 { margin-top:30px; }
 
	.meBox .bd .p2 ul li { width:46%; }
	.meBox .bd .p2 ul li:nth-child(n + 3) { margin-top:15px; }
	.meBox .bd .p2 ul li .p22 { margin-top:0; }
	.meBox .bd .p2 ul li .p22 .textarea { height:90px; padding:10px 15px; }
	
	.meBox .bd .p2 ul li.li01 .p22 { margin-top:5px; }
	 
	.meBox .bd .p2 ul li.li02 { width:100%; margin-top:15px; }
}
@media all and (max-width:1200px){
	
}
@media all and (max-width:900px){
	.meBox .bd { width:90%; padding:30px 4%; }
	.meBox .bd .bbclose { top:-45px; right:0; width:35px; height:35px; }

	.meBox .bd .p1 { font-size:14px; line-height:25px; letter-spacing: 0; }
	.meBox .bd .p3 { font-size:20px; letter-spacing: 0; margin-bottom:10px; }
	.meBox .bd .p2 { margin-top:30px; }
 
	.meBox .bd .p2 ul li { width:46%; }
	.meBox .bd .p2 ul li:nth-child(n + 3) { margin-top:15px; }
	.meBox .bd .p2 ul li .p21 { font-size:14px; }
	.meBox .bd .p2 ul li .p22 { margin-top:0; }
	.meBox .bd .p2 ul li .p22 .textarea { height:60px; padding:10px; }
	
	.meBox .bd .p2 ul li.li01 .p22 { margin-top:5px; }
	 
	.meBox .bd .p2 ul li.li02 { width:100%; margin-top:15px; }
	.meBox .bd .p2 ul li.li02 .btn01 { padding:10px; }
	.meBox .bd .p2 ul li.li02 .btn01 i { padding-left:30px; font-size:14px; line-height:25px; }
}

.rArea { position:fixed; top:50%; right:10px; transform: translateY(-50%); z-index:999; }
.rArea ul { width:58px; padding:20px 0; background: rgba(148, 137, 124, 0.90); border-radius: 100px; box-shadow: 0 4px 4px 0 rgba(148, 137, 124, 0.30); backdrop-filter: blur(5px); }

.rArea ul li { position:relative; text-align:center; }
.rArea ul li a { display:block; cursor:pointer; padding:10px 0; }
.rArea ul li:before { position:absolute; left:50%; bottom:0; transform: translateX(-50%); display:block; content:""; width:20px; height:1px; opacity: 0.5; background: #D9D9D9; z-index:1; }
.rArea ul li:last-child:before { display:none; }
.rArea ul li .p1 { margin:0 auto; width:29px; height:29px; display:flex; flex-wrap: wrap;  flex-direction:row; justify-content: center; align-items: center; }
.rArea ul li .p2 { font-size:12px; margin-top:5px; color:#fff; }

.rArea ul li .pp { position:absolute; right:65px; top:0; padding:10px; width:120px; background:#fff; box-shadow:0px 0px 20px rgba(0,0,0,0.1); font-size:14px; text-align:center; border-radius:5px; display:none; }
.rArea ul li .pp .pp01 img { width:100%; }
.rArea ul li .pp .pp02 { color:#333; margin-top:10px; }

.rArea ul li:hover .pp { display:block; }

.rArea .back { display:none; }
.rArea .back a { width:58px; height:58px; border-radius: 100px; background: rgba(148, 137, 124, 0.90); box-shadow: 0 4px 4px 0 rgba(148, 137, 124, 0.30); backdrop-filter: blur(5px); display:flex; flex-wrap: wrap;  flex-direction:row; justify-content: center; align-items: center; }

@media all and (max-width:1200px){
	.rArea { display:none; }
}


#logojz { opacity:1; transition: all 1.2s; }
#logojz.on { opacity:0; visibility:hidden; }











.sjArea { display:none; }
@media all and (max-width:1200px){
	.pcArea { display:none; }
	.sjArea { display:block; }
}

 
 
/*广告*/
.ad_closed{width:16px;height:16px;line-height:16px;text-align:center;background:#f00;color:#fff;position:absolute;top:0;right:0;cursor:pointer;}

/*弹出广告*/
#popup{position:fixed;top:50%;left:50%;z-index:9999;}
#ad_shadow{width:100%;background:#000;position:fixed;top:0;left:0;z-index:9000;opacity:0.4;filter:alpha(opacity=40);}

/*漂浮广告*/
#ad1{position:absolute;z-index:9999;}

/*左侧门帘*/
#hangL{position:absolute;left:0;z-index:9999;}

/*右侧门帘*/
#hangR{position:absolute;right:0;z-index:9999;}

/*拉屏广告*/
#bigScreen{position:relative;left:50%;top:0;height:0;overflow:hidden;}
#bigScreen .ad_closed{top:10px;}
 