@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:#000; min-height:auto!important; min-width:auto!important; }
area {  anything:expression(this.onfocus=this.blur);  }
a {  color: #000; cursor:pointer; }
.nav a:hover { color: #ffd200; }

.wrapper { position:relative; width:100%; margin:0 auto; overflow:hidden; }
.wrap { width:1500px; margin:0 auto; }

@media all and (max-width:1580px){
	.wrap { width:1200px; margin:0 auto; }
}
@media all and (max-width:1280px){
	.wrap { width:92%; }
}
  
.topArea { position:fixed; top:30px; left:0; right:0; z-index:9; }
.topArea .wrap { position:relative; width:calc(100% - 60px); }

.logo { float:left; padding:0 55px; background:#fff; box-shadow:rgba(0,0,0,0.1) 0px 0px 15px; border-radius:25px; overflow:hidden; }
.logo .img02 { display:none; }
 
.topCon { float:right; background:#fff; box-shadow:rgba(0,0,0,0.1) 0px 0px 15px; border-radius:25px; padding:0 20px 0 35px; }

.nav { float:left; margin-right:40px; }
.nav ul li { position:relative; float:left; margin-right:25px; font-size:0; }
.nav ul li:last-child { margin-right:0; }
.nav ul li .a1 { position:relative; display:inline-block; font-size:17px; color:#000; line-height:70px; font-weight:bold; padding-left:15px; }
.nav ul li .current .a1,.nav ul li:hover .a1 { background:url(../images/nav.png) no-repeat center left;  }
.clearfix>.current{ background:url(../images/nav.png) no-repeat center left;  }

.nav .sub { position:absolute; top:70px; width:120px; left:50%; margin-left:-60px; padding:10px 0; 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 5px; }
.nav .sub dt:hover a { color:#ffd200; font-weight:bold; }
.nav .subs { position:absolute; top:0px; width:120px; left:150%; margin-left:-60px; padding:10px 0; background:#fff; display:block; z-index:999; }
.nav .subs dd { width:100%; text-align:center; font-size:14px;}
.nav .subs dd a { display:block; color:#333; padding:10px 5px; }
.nav .subs dd:hover a { color:#ffd200; font-weight:bold; }
ol.subs:empty {
    display: none;
}
.tel { float:right; width:250px; background:#000; text-align:center; border-radius:8px; margin-top:18px; }
.tel i { display:inline-block; padding-left:20px; background:url(../images/ico01.png) no-repeat center left; color:#fff; font-size:17px; font-weight:bold; line-height:34px; }

@media all and (max-width:1380px){
	.logo { padding:0 35px; }
	
	.topCon { padding:0 20px; }
	
	.nav { float:left; margin-right:30px; }
	.nav ul li { margin-right:15px; }
	.nav ul li:last-child { margin-right:0; }
}

.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:#000; }
.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);}
 
.header-hint-m { display:none; } 
@media all and (max-width:1200px){
	body { padding-top:60px; }
	.topArea { background:#fff; top:0; box-shadow:rgba(0,0,0,0.1) 0px 0px 15px; }
	.topArea .wrap { position:relative; width:92%; }

	.logo { float:none; padding:0; background:none; box-shadow:none; border-radius:0;  }
	.logo a{display: inline-block; height: 50px;}
	.logo .img01 { display:none; }
	.logo .img02 { display:block; height:60px; width:auto; }
	 
	.topCon { display:none; }
 
	.u-menu { display:block; }
	
	.wrapper { max-width:750px; padding-bottom:60px; }
	.header-hint-m { position: relative;right: auto; margin-left: 16px; font-size: 16px; display: inline-block; }
	.header-hint-m .header-tel-m { margin-left: 0; padding-left: 16px; border-left: 2px solid #EBEBEB; }
	.header-hint-m span { color: #000;text-transform: uppercase; }
	.header-hint-m p { color: #000; font-size: 14px; position: relative; padding-right: 16px; }
	
}
@media all and (max-width:750px){
	.wrapper { padding-bottom:60px; }

}


 
.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(../images/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(../images/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(../images/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(../images/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{ }
}
 
 
.footer { box-shadow:rgba(0,0,0,0.08) 0px 0px 15px; }
.footArea { padding:60px 0; }
.foot01 { float:left; width:615px; display:flex; flex-direction:row; justify-content:space-between; }
.foot01 dl dt { font-size:18px; color:#000; font-weight:bold; margin-bottom:25px; }
.foot01 dl dd { margin-bottom:10px; }
.foot01 dl dd:last-child { margin-bottom:0; }
.foot01 dl dd a { font-size:14px; color:#666; }
.foot01 dl dd:hover a { color:#000; }

.foot02 { float:left; width:185px; margin-left:30px; text-align:center; }
.foot02 p { margin-top:10px; }
.foot02 p i { display:inline-block; padding:0 13px; background:#ffd200; line-height:30px; font-size:20px; color:#000; border-radius:7px; font-weight:bold; }

.foot03 { float:right; width:640px; margin-right:-25px; }
.foot03 ul li { float:left; width:25%; }
.foot03 ul li .p1 { width:130px; border-radius:4px; border:2px solid #ffd200; background:#fff; }
.foot03 ul li .p2 { margin-top:10px; padding-left:42px; background-size:36px 36px!important; color:#000; line-height:20px; }
.foot03 ul li .p2 p { font-size:16px; }
.foot03 ul li .p2 span { display:block; font-size:12px; }

.tail { padding:20px 0; font-size:14px; color:#666; text-align:center; border-top:1px solid #dcdcdc; }
.tail a { color:#666; }
.tail a:hover { color:#000; }

@media all and (max-width:1580px){
	.footArea { padding:40px 0; }
	.foot01 { float:left; width:calc(100% - 650px); }
	.foot01 dl dt { font-size:18px; margin-bottom:15px; }
	.foot01 dl dd { margin-bottom:5px; }
	.foot01 dl dd:last-child { margin-bottom:0; }
	.foot01 dl dd a { font-size:14px; }
 
	.foot02 { float:left; width:150px; margin-left:25px; }
	.foot02 img { width:100px; }
	.foot02 p { margin-top:10px; }
	.foot02 p i { display:block; padding:0; font-size:18px; }

	.foot03 { float:right; width:450px; margin-right:0; }
	.foot03 ul li { float:left; width:23.5%; margin-right:2%; }
	.foot03 ul li:last-child { margin-right:0; }
	.foot03 ul li .p1 { width:100%; box-sizing: border-box; }
	.foot03 ul li .p2 { padding-left:0;  background:none!important; text-align:center;}
	.foot03 ul li .p2 p { font-size:14px; padding-left:0; } 
	.foot03 ul li .p2 span { display:none; } 
}
@media all and (max-width:1200px){
	.footArea { padding:30px 0; }
	.foot01 { display:none; }
	.foot02 { display:none; }
	.foot03 { display:none; }
	/*.foot02 { float:none; width:150px; margin:0 auto; }*/
 
	/*.foot03 { float:none; width:100%; margin:25px auto 0; }*/
	/*.foot03 ul li { float:left; width:23.5%; margin-right:2%; }*/
	/*.foot03 ul li:last-child { margin-right:0; }*/
	/*.foot03 ul li .p2 { margin-top:5px; }*/

	
	.tail { padding:15px 0; font-size:14px; }
}
@media all and (max-width:400px){
	.foot03 { padding:0 10%; box-sizing: border-box; }
	.foot03 ul li { float:left; width:48%; margin-right:4%; }
	.foot03 ul li:nth-child(2n) { margin-right:0; }
	.foot03 ul li:nth-child(n + 3) { margin-top:15px; }
}



.footsj { position:fixed; left:0; right:0; bottom:0; z-index:9999; background:#ffd200; display:none; }
.footsj ul li { float:left; width:33.33%; text-align:center; }
.footsj ul li a { display:block; padding-top:10px; height:60px; box-sizing: border-box; }
.footsj ul li .p1 { height:25px; }
.footsj ul li .p1 img { max-height:20px; }
.footsj ul li .p2 { font-size:14px; color:#000; }

@media all and (max-width:750px){
	.footsj { display:block; }
}
 
.smArea { position:fixed; left:0; right:0; top:0; bottom:0; background:rgba(0,0,0,0.35); z-index:9999999; }
.smBox { position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); padding:50px; width:1080px; background:#fff; border-radius:25px; box-sizing: border-box; z-index:2; }
.smBox .hd { line-height:1; text-align:center; }
.smBox .hd .p1 { position:relative; z-index:5; font-size:24px; color:#000; font-weight:bold; }
.smBox .hd .p2 { position:relative; margin-top:-20px; z-index:1; }
.smBox .bd { margin-top:20px; padding:0 35px; max-height:70vh; overflow-y:auto; }
.smBox .bd .bd01 { font-size:18px; line-height:40px; color: #666;overflow: auto; max-height: 450px;}
.smBox .bd .bd02 { font-size:18px; margin-top:20px; font-weight:bold; }
.smBox .bd .bd03 { margin-top:10px; }
.smBox .bd .bd03 ul li { float:left; width:140px; margin-right:calc(33.33% - 188px); }
.smBox .bd .bd03 ul li:last-child { margin-right:0; }
.smBox .bd .bd03 ul li .p1 { width:135px; border-radius:4px; border:2px solid #ffd200; background:#fff; }
.smBox .bd .bd03 ul li .p2 { margin-top:10px; padding-left:42px; background-size:36px 36px!important; color:#000; line-height:20px; }
.smBox .bd .bd03 ul li .p2 p { font-size:16px; }
.smBox .bd .bd03 ul li .p2 span { display:block; font-size:12px; }
.smBox .bd .bd04 { font-size:16px; line-height:30px; margin-top:15px; }
.smBox .bd .bd05 { margin-top:20px; text-align:center; }
.smBox .bd .bd05 i { display:inline-block; width:160px; line-height:40px; background:#ffd200; color:#000; font-size:18px; border-radius:25px; font-weight:bold; cursor:pointer;margin:0 10px; }

.smBox .bd::-webkit-scrollbar-thumb{min-height:50px;border-radius:3px;background-color:#666}
.smBox .bd::-webkit-scrollbar-track{background:#eee;border-radius:3px;}
.smBox .bd::-webkit-scrollbar-corner{background:transparent}
.smBox .bd::-webkit-scrollbar{width:7px;height:7px}

.sm-close01 { position:absolute; right:20px; top:20px; width:40px; height:40px; background:url(../images/pic24.png) no-repeat center; border-radius:100%; cursor:pointer; z-index:2; }

@media all and (max-width:1580px){
	.smBox { padding:30px; }
}
@media all and (max-width:1200px){
	.smBox { padding:30px 2%; width:92%; }
	.smBox .hd .p1 { font-size:20px; }
 
	.smBox .bd { margin-top:20px; padding:0 10px; max-height:70vh; overflow-y:auto; color:#666; }
	.smBox .bd .bd01 { font-size:14px; line-height:25px; overflow: auto;max-height: 360px; }
	.smBox .bd .bd02 { font-size:16px; margin-top:15px; }
	.smBox .bd .bd03 { margin-top:10px; }
	 
	.smBox .bd .bd04 { font-size:14px; line-height:25px; margin-top:15px; }
	.smBox .bd .bd05 { margin-top:20px; }
	.smBox .bd .bd05 i { width:140px; line-height:40px; font-size:16px; margin:0 4px;}
}
@media all and (max-width:750px){
	.smBox .bd .bd03 ul li { float:left; width:23.5%; margin-right:2%; text-align:center; }
	.smBox .bd .bd03 ul li:last-child { margin-right:0; }
	.smBox .bd .bd03 ul li .p1 { width:100%; box-sizing: border-box; }
	.smBox .bd .bd03 ul li .p2 { margin-top:5px; padding-left:0;  background:none!important; text-align:center; } 
	.smBox .bd .bd03 ul li .p2 p { font-size:12px; padding-left:0; } 
	.smBox .bd .bd03 ul li .p2 span { display:none; }
	
	.sm-close01 {  right:10px; top:10px; width:30px; height:30px; }
}

.ycArea { position:fixed; right:10px; top:50%; width:120px; transform: translateY(-50%); text-align:center; z-index:99; }
.ycArea img { max-width:120px; height:auto; }
.ycArea .p2 { margin-top:10px; cursor:pointer; }

@media all and (max-width:1200px){
	.ycArea { display:none; }
}

.jmCon { position:fixed; right:0; top:0; left:0; bottom:0; background:rgba(0,0,0,0.3); display:none; z-index:99; }
.jmCon .jmTxt { position:absolute; top:50%; left:50%; transform: translate(-50%,-50%); width:80%; background:#fff; border-radius:15px; z-index:9; }
.jmCon .jmTxt .jm-close { position:absolute; top:5px; right:5px; cursor:pointer; z-index:2; }
.jmCon .jmTxt .jm-close img { width:30px; height:auto; }
.jmCon .jmTxt .txt { padding:30px 4%; text-align:center; }
.jmCon .jmTxt .txt .p1 { font-size:20px; font-weight:bold; }
.jmCon .jmTxt .txt .p2 { margin-top:20px; }
.jmCon .jmTxt .txt .p2 img { max-width:56%; }
.jmCon .jmTxt .txt .p3 { margin-top:20px; }
.jmCon .jmTxt .txt .p3 i { display:inline-block; font-size:18px; font-weight:bold; line-height:40px; background:#ffd200; padding:0 15px; border-radius:8px; }
.jmCon .jmTxt .txt .p4 { margin-top:20px; font-size:14px; text-align:left; }



.sjArea { display:none; }
@media all and (max-width:1200px){
	.pcArea { display:none; }
	.sjArea { display:block; }
}

.back-to { position:fixed; bottom:110px; right:2px; z-index:999;display: block; border-radius: 30px; padding: 10px 8px 5px; box-shadow: 1px 3px 4px 0 rgba(0, 0, 0, 0.1); background-color: rgb(255 255 255 / 80%);  text-align:center;}
.back-to .back-top { display:block; width:45px; height:45px; background:url(../images/top.png) no-repeat; background-size: 100%; outline:0 none; text-indent:-9999em; overflow:hidden;}
.back-tel {display: block; width: 45px; height: 45px; background: url(../images/tel.png) no-repeat; background-size: 100%; outline: 0 none;text-indent: -9999em; overflow: hidden;}
.back-to span{color: #666; position: relative; padding: 5px 0; display: inline-block;}
.back-to .back-top:hover { background-position:0 0; }

/*@media all and (max-width:1280px){*/
/*	.back-to { display:none!important; }*/
/*}*/


/*广告*/
.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;}
 