@charset "utf-8";
/*
Copyright ibw.cn
Created by ibw
*/
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 Microsoft YaHei, Arial, sans-serif; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; }
address, cite, dfn, em, var { font-style: normal; }
ul, ol { list-style: none; }
a { text-decoration: none; }
legend { color: #000; }
fieldset, img { border: 0; vertical-align: top; }
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; }
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 { text-decoration: none; }
a:hover, a:active { text-decoration: none; }
a { blr:expression_r(this.onFocus=this.blur());}
a { outline: none; transition:all 0.5s; }
img{transition:all 0.5s;}
table { border-collapse: collapse; border-spacing: 0; }
.hidden { display: none; }
.invisible { visibility: hidden; }
.noBg { background: none !important; }
.noBd { border: none !important; }
.noMr{margin-right:0 !important; float:right !important;}
.i{text-align: justify; text-justify: inter-ideograph;}

/*Body*/
body { color: #fff; }
a { color: #fff; }
a:hover { color: #ffa53b; }
.wrapper{width:100%; margin: 0 auto; overflow:hidden; }
.wrap { width: 1200px; margin: 0 auto;}
.g-in { width: 1200px; margin: 0 auto;}

.t-c{width:1200px;height:66px;margin:36px auto;}
.t-c .logo{float:left;}

.t-c form{width:184px;height:34px;background:url(search.png);float:right;margin-top:16px;}
.t-c form .text{width:143px;height:34px;line-height:34px;float:left;padding-left:10px;color:#fff;}
.t-c form .ibtn{width:31px;height:34px;float:right;cursor:pointer;}

.nav{margin:16px 0 0 210px;float:left;}
.nav ul li { float: left; display: inline; position:relative; z-index:10; margin-right:14px; }
.nav ul li a { display: block; height: 34px; line-height:34px; font-size: 16px; padding:0 20px; text-align:center;}
.nav ul li a:hover, .nav ul li a.current {background:#fff;color:#09406f;font-weight:bold;border-radius:4px;}

/*Banner*/
.banner {position:relative; left:50%; width:1920px; margin-left:-960px; text-align:center;}
.banner .hd { position:absolute; left:0; bottom:20px; width:100%; height:12px; z-index:4; }
.banner .hd ul { width:1200px; height:12px; margin:0 auto; text-align:center; }
.banner .hd ul li { display:inline-block; *display:inline; zoom:1; width:8px; height:8px; margin:0 5px; border-radius:12px; border:2px solid #fff; border-radius:12px; line-height:999px; overflow:hidden; cursor:pointer; vertical-align:top;}
.banner .hd ul .on {background:#fff;}

.footer{border-top:1px solid rgba(255,255,255,0.2);}
.footer .g-in{}
.footer .z{float:left;}
.footer .z .ftnav{font-size:16px;border-bottom:1px solid rgba(255,255,255,0.2);padding:30px 0;}
.footer .z .ftnav a{color:#fff;float:left;margin-right:60px;}
.footer .z .ftnav a:last-child{margin-right:0;}
.footer .z .ftnav a:hover{color: #ffa53b;}
.footer .z .box{padding-top:38px;}
.footer .z .ftlogo{float:left;}
.footer .z .ewm{float:left;width:105px;text-align:center;margin-left:20px;}
.footer .z .ewm p{font-size:14px;padding-top:3px;}
.footer .z .add{float:left;font-size:16px;margin:-5px 0 0 40px;line-height:30px;}
.footer .y{float:right;}
.footer .y h2{font-size:24px;color:#ffa53b;padding:30px 0 15px;}
.footer .y form{display:block;}
.footer .y form input[type="text"]{width:339px;height:35px;background:rgba(255,255,255,0.2);box-sizing:border-box;color:#fff;
	padding-left:9px;display:block;font-size:14px;}
.footer .y form textarea{width:339px;height:79px;background:rgba(255,255,255,0.2);box-sizing:border-box;color:#fff;
	padding:9px;display:block;margin:20px 0;font-size:14px;}
.footer .y form input[type="submit"]{width:120px;height:35px;background:#ffa53b;color:#fff;cursor:pointer;font-size:14px;}

.footer .copyright{text-align:center;padding:35px 0 15px;opacity:0.8;}

.footer input::-webkit-input-placeholder{
    color:#fff;
    opacity:0.6;
}
.footer input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#fff;
    opacity:0.6;
}
.footer input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
	color:#fff;
	opacity:0.6;
}
.footer input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#fff;
    opacity:0.6;
}
.footer textarea::-webkit-input-placeholder{
    color:#fff;
    opacity:0.6;
}
.footer textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#fff;
    opacity:0.6;
}
.footer textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
	color:#fff;
	opacity:0.6;
}
.footer textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#fff;
    opacity:0.6;
}

.backtop{width:34px;height:38px;background:url(top.png);position:fixed;bottom:40px;right:40px;z-index:999;cursor:pointer;}