@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 微软雅黑, Arial, 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: #fff; color:#555; min-height:auto!important; min-width:auto!important; }
area {  anything:expression(this.onfocus=this.blur);  }
a {  color: #555; }
a:hover { color: #c89650; }

.wrapper { position:relative; width:100%; margin:0 auto; overflow:hidden; }
.wrap { width:1440px; margin:0 auto; }

@media all and (max-width:1480px){
	.wrap { width:1200px; margin:0 auto; }
}
@media all and (max-width:1280px){
	.wrap { width:92%; }
}
  
.topArea { position:relative; z-index:5; }
.topArea .wrap { position:relative; }


.logo { float:left; height:120px; display:flex; align-items: center; }
.logo .img02 { display:none; }

.lxCon { float:right; }
.lxCon ul li { float:left; margin-right:35px; height:120px; display:flex; flex-wrap: wrap;  flex-direction:row; justify-content: space-between; align-items: center; }
.lxCon ul li .p1 { width:45px; }
.lxCon ul li .p2 { width:calc(100% - 45px); font-size:20px; color:#333; line-height:1.5; font-weight:bold; }

.navArea { background:#c89650; }
.nav { float:left; width:67%; }
.nav ul { display:flex; flex-wrap: wrap;  flex-direction:row; justify-content: space-between; }
.nav ul li { position:relative; font-size:0; }
.nav ul li .a1 { position:relative; display:inline-block; font-size:16px; color:#fff; line-height:90px; }
.nav ul li .a1:before { position:absolute; left:50%; bottom:0; width:0; height:2px; background:#fa0f19; display:block; content:"";  transition: all 0.6s;z-index:2; }
.nav ul li.current .a1,.nav ul li:hover .a1 { font-weight:bold; }
.nav ul li.current .a1:before,.nav ul li:hover .a1:before { left:0; width:100%; }

.nav .sub { position:absolute; top:90px; width:150px; left:50%; margin-left:-75px; 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:15px 10px; }
.nav .sub dt:hover { background:#c89650; }
.nav .sub dt:hover a { color:#fff; }

.ssArea { float:right; width:29%; margin-top:22px; background:#fff; border-radius:30px; overflow:hidden; display:flex; flex-wrap: wrap;  flex-direction:row; justify-content: space-between; }
.ssArea .txt { width:calc(100% - 65px); line-height:45px; font-size:14px; padding-left:20px; box-sizing: border-box; }
.ssArea .btn { width:65px; height:45px; background:url(ico04.png) no-repeat center; cursor:pointer; }


.lan { position:absolute; top:50%; right:95px; transform: translateY(-50%); font-size:14px; z-index:5; display:none; }

.serbot { position:relative; float:right; width:80px; height:90px; background:url(ico04.png) no-repeat center; cursor:pointer; display:none; }
 
.search { position:fixed; top:0; left:0; right:0; bottom:0; background:rgba(0,0,0,0.6); display:none; z-index:9999; }
.search .form { position:absolute; top:50%; left:50%; margin-left:-300px; margin-top:-30px; width:600px; background:#fff; font-size:16px; z-index:9; }
.search .form .txt { float:left; height:60px; line-height:60px; padding-left:15px; width:450px; }
.search .form .btn { float:right; height:60px; line-height:60px; width:150px; text-align:center; background:#c89650; color:#fff; cursor:pointer; }
.serclose { position:absolute; right:-50px; top:-50px; color:#fff; font-size:30px; cursor:pointer; }
.search01 { display:block; }
 
@media all and (max-width:750px){
	.search .form { left:5%; margin-left:0; margin-top:-25px; width:90%; font-size:14px; }
	.search .form .txt { height:50px; line-height:50px; padding-left:15px; width:calc(100% - 120px); }
	.search .form .btn { height:50px; line-height:50px; width:100px; }
	.serclose { right:0; top:-40px; font-size:24px; }
}

.u-menu { position:absolute; right:0; top:50%; margin-top:-21px; width:50px; height:42px; transform:translateZ(0px) rotate(0deg); transition:transform 0.4s cubic-bezier(0.4, 0.01, .165, 0.99); cursor:pointer; display:none; z-index:9; }
.u-menu div { position:absolute; left:13px; top:20px; width:25px; height:25px; transform:translateZ(0px) rotate(0deg); transition:transform 0.25s cubic-bezier(0.4, 0.01, 0.165, 0.99) 0s; }
.u-menu div i { position:absolute; left:0; top:0; display:block; width:25px; height:2px; background:#c89650; }
.u-menu .u-menu-top i {transform:translate3d(0px,-8px,0px);-webkit-transform:translate3d(0px,-8px,0px);}
.u-menu .u-menu-middle i {transform:translate3d(0px,0px,0px);-webkit-transform:translate3d(0px,0px,0px);}
.u-menu .u-menu-bottom i {transform:translate3d(0px,8px,0px);-webkit-transform:translate3d(0px,8px,0px);}
 
@media all and (max-width:1480px){
	.logo { height:100px; }
 
	.lxCon ul li { margin-right:25px; height:100px; }
	.lxCon ul li .p1 { width:45px; }
	.lxCon ul li .p2 { width:calc(100% - 45px); font-size:18px; }
 
	.nav { float:left; width:67%; }
	.nav ul li .a1 { font-size:16px; line-height:60px; }
	 
	.nav .sub { top:60px; }
 
	.ssArea { float:right; width:29%; margin-top:10px; }
	.ssArea .txt { width:calc(100% - 55px); line-height:40px; font-size:14px; padding-left:15px; }
	.ssArea .btn { width:55px; height:40px; }
 
}
@media all and (max-width:1200px){
	.topArea { position:relative; }
 
	.navArea { display:none; }
	
	.lxCon { display:none; }
	.lan { display:block; }

	.logo { height:60px; display:flex; align-items: center; justify-content: center; }
	.logo img { max-height:60px; width:auto; max-width:215px; height:auto; }
	.logo .img01 { display:none; }
	.logo .img02 { display:block; }
	 
	.u-menu { display:block; }
	.serbot { width:50px; height:60px; background-size:20px 20px; margin-right:40px; display:block; }
	.serbot:before { height:16px; display:none; }
	
	.tel { float:right; padding-left:0; padding-right:40px; display:none; }
	.tel a { display:block; padding-left:0; width:40px; height:60px; background:url(ico02.png) no-repeat center; background-size:15px 15px; line-height:60px; }
	.tel a i { display:none; }
}
 
.slide_box { background: #fff; width: 650px; height: 100% ; box-sizing:border-box; position: fixed; right: 0; top: 0; padding: 50px 50px 50px 50px; box-sizing: border-box; z-index: 999; transform: translateX(100%);transition: all .6s; z-index: 101; }
.slide_box.active { transform: translateX(0);}
.z_mask { width: 0%; height: 100%; position: fixed;  left: 0; top:0; background: rgba(0,0,0,.8); transition: all .8s; z-index: 101; }
.z_mask.active {width: 100%; }
.slide_nav{ width:100%; height:100%; overflow-y:auto; position:relative; border-top:1px solid #f0f0f0}
.slide_box .close{ width:50px; height:66px; position:absolute; right:0; top:0; cursor:pointer; z-index:2; background:url(close.png) center center no-repeat; background-size:16px}
.slide_nav li { border-bottom:1px solid #f0f0f0;position:relative }
.slide_nav li .jia{ display:block; width:50px; height:45px; text-align:center; line-height:45px; font-size:0; color:#333; position:absolute; right:0; top:0; background:url(plus.png) center center no-repeat; display:none; cursor:pointer}
.slide_nav li .jia.on{ display:block; background-size:16px}
.slide_nav li .jian{ display:block; width:50px; height:45px; text-align:center; line-height:45px; font-size:0; color:#333; position:absolute; right:0; top:0; background:url(reduce.png) center center no-repeat; display:none; cursor:pointer; background-size:16px}
.slide_nav li .jian.on{ display:block}

.slide_nav li>a {display: block;height: 45px;color: #333;line-height: 45px;padding-left: 4%;font-size: 15px;}
.slide_nav .nav_down { display:none; }
.slide_nav .nav_down a {display: block;height: 36px;color: #7f7f7f;line-height: 36px;padding-left: 34px;font-size: 14px; background:url(z2.png) 15px center no-repeat; background-size:auto 10px}
.slide_nav .nav_down a:before {}
.slide_nav .nav_down a.active,.slide_nav .nav_down a:hover { color: #283b66;}
.slide_nav li a:hover{ color: #283b66;}
.slide_nav .nav_down a.active:before,.slide_nav .nav_down a:hover:before { width: 100%; left: 0;}
.slide_nav li .lk{ display: inline-block; vertical-align: top; line-height: 45px; font-size: 15px; color: #333; padding: 0 4% }
.slide_nav li .lk a{ color: #333 }
.slide_nav li .lk a:hover { color: #f26c2a;}
@media all and (max-width:1200px){
	.slide_box{}
	.slide_box { width:80%; padding:66px 0 30px; }
	.z_mask{ }
}
 
 
.foCon { width:100%; height:165px; }
@media all and (max-width:1480px){
	.foCon { height:120px; }
}
@media all and (max-width:1200px){
	.foCon { height:90px; }
}
@media all and (max-width:750px){
	.foCon { height:60px; }
}
 

.footer { position:relative; background:#c89650; }
.tArea { position:absolute; display:flex; align-items: center; text-align:center; left:0; right:0; top:-165px; height:165px; background:url(tArea.png) no-repeat center top; background-size:100% 100%; z-index:2; }

.footArea { display:flex; flex-direction:row; justify-content:space-between; padding-bottom:30px; }
.footArea dl { width:13%; border-top:1px solid #aa7846; padding-top:30px; }
.footArea dl dt { font-size:18px; margin-bottom:25px; font-weight:bold;  }
.footArea dl dt a { display:block; color:#fff; line-height:25px; background:url(ico03.png) no-repeat center right; }
.footArea dl dd { margin-bottom:15px; }
.footArea dl dd a { font-size:14px; color:rgba(255,255,255,0.7); }
.footArea dl dd:hover a  { color:#fff; }

.tail { padding:20px 0; font-size:14px; color:rgba(255,255,255,0.7); border-top:1px solid rgba(255,255,255,0.4); }
.tail a { color:rgba(255,255,255,0.7); }
.tail a:hover { color:#fff; }

.tail .sjArea { text-align:center; }

@media all and (max-width:1480px){
	
	.tArea { top:-120px; height:120px; }
	
	.footArea { padding-bottom:30px; }
	.footArea dl { padding-top:30px; }
	.footArea dl dt { font-size:16px; margin-bottom:20px; }
	.footArea dl dt a { background-size:20px 20px; }
	.footArea dl dd { margin-bottom:10px; }
}
@media all and (max-width:1200px){
	.tArea { top:-90px; height:90px; }
	.tArea img { max-height:40px; }
	
	.footArea { display:none; }
}
@media all and (max-width:750px){
	.tArea { top:-60px; height:60px; }
	.tArea img { max-height:30px; }
	
	.tail { padding:15px 0; font-size:12px; }
}
 
 
 
 
 


.sjArea { display:none; }
@media all and (max-width:1200px){
	.pcArea { display:none; }
	.sjArea { display:block; }
}

.back-to { position:fixed; _position:absolute; _top: expression(eval(document.documentElement.scrollTop)+400); bottom:110px; right:50%; margin-right:-670px; display:none; z-index:999; }
.back-to .back-top { display:block; width:44px; height:44px; background:url(top.png) no-repeat; outline:0 none; text-indent:-9999em; overflow:hidden; }
.back-to .back-top:hover { background-position:0 0; }

/*广告*/
.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;}
 