@charset "UTF-8";
/* CSS Document */
a,article,aside,b,body,caption,center,dd,del,details,div,dl,dt,em,embed,fieldset,figure,font,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,hr,html,i,iframe,img,label,li,menu,nav,object,ol,output,p,pre,section,span,strong,sub,table,tbody,td,th,time,tr,tt,u,ul{border:0;margin:0;padding:0;font-size:100%}
html,body{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
b,strong{ font-weight:bold;}
h1,h2,h3,h4,h5{ font-weight:normal;}
img{color:transparent;font-size:0;vertical-align:middle;-ms-interpolation-mode:bicubic}
li{display:list-item; list-style:none;}
table{border-collapse:collapse;border-spacing:0}
th,td,caption{font-weight:normal;vertical-align:top;text-align:left}
q{quotes:none}
q:before,q:after{content:'';content:none}
sub,sup,small{font-size:75%}
sub,sup{line-height:0;position:relative;vertical-align:baseline}
sub{bottom:-0.25em}
sup{top:-0.5em}
svg{overflow:hidden}

.clearfix:after{clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0}
.clearfix{display:inline-block}
*html .clearfix{height:1%}
.clearfix{display:block}
.fl, .fr{ display: inline; float: left; }
.fr{ float: right; }
i, em, cite{ /*font-style: normal;*/}
div{ display:block;}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="tel"], input[type="color"], input[type="button"]{
	 -webkit-transition: all .5s;
	 -moz-transition: all .5s;
	 transition: all .5s;
	 outline:none;
	padding:0;
}

input[type=text]:focus, select:focus, textarea:focus, input[type="button"]:focus{
	background-color: #fff;
	border-color: #ee4a44;
	-webkit-box-shadow: 0 0 5px rgba(238,74,68,.5);
	-moz-box-shadow: 0 0 5px rgba(238,74,68,.5);
	box-shadow: 0 0 5px rgba(238,74,68,.5);
}
.font12{ font-size:12px;}
.font14{ font-size:14px;}
.font16{ font-size:16px;}
.font18{ font-size:18px;}
.font20{ font-size:20px;}
.font24{ font-size:24px;}
.gray_6{ color:#666;}
.gray_9{ color:#999;}


body {
  font: 14px/1.5em "Microsoft YaHei","微软雅黑", Arial, Helvetica, sans-serif,simsun,"宋体";
  line-height: 1.375em;
}

/*Link*/
a{ text-decoration:none; color:#333;}
a:link    { text-decoration:none;color:#333;}
a:visited { text-decoration:none;}
a:hover   { text-decoration:none;color:#ee4a45;}
a:active  { text-decoration:none;}
a{outline:none;}/* only Firefox */
a{blr:expression(this.onFocus=this.blur());}/* onlyIE+ */

a.red{color:#ee4a45;}
.red{color:#ee4a45;}
a.orange, .orange{ color:#f76c3a;}
a.orange:hover{color:#ee4a45;}

/*foot*/
#footer{ background-color:#333; padding:25px 0 0 0; margin:25px 0 0 0;}
#weintro{height:; overflow:hidden; padding-bottom:15px;}
.weteam{ width:318px; float:left; color:#ccc; margin-right:23px;}
.weteam ul li{ border-bottom:1px solid #464646; line-height:35px;}
.weteam a{ color:#ccc;}
.weteam a:hover{ color:#fff;}
.weteam h2{ font-size:16px; color:#fff;}
.weteam p{ padding-bottom:10px; font-size:12px; /*text-indent:24px;*/}
p.ours{ margin-top:20px; display:table; text-indent:0;}
p.ours a{ margin:0 4px 4px 0; width:35px; height:35px; overflow:hidden; display:block; float:left;}
p.ours a img{ width:35px;}
p.job{ margin:15px 0 5px 0; line-height:20px;}
p.jobs{ margin-top:5px;}
p.jobs a{ width:159px; display:block; float:left;}
p.jobs a.w_318{ width:318px;}
.rnone{ margin-right:0;}
#copyright{ height:52px; line-height:55px; overflow:hidden; color:#fff; font-size:12px; background-color:#222;}
#copyright span.fl{ padding-left:110px; background:url(../images/default/ico.png) no-repeat scroll 0 -359px;}
a.sina, a.qq, a.weixin, a.douban{ width:27px; height:27px; display:block; float:left; margin:13px 0 0 10px; background:url(../images/default/ico.png) no-repeat scroll 0 -328px;}
a.sina:hover{ background:url(../images/default/ico.png) no-repeat scroll 0 -296px;}

a.qq{background:url(../images/default/ico.png) no-repeat scroll -37px -328px;}
a.qq:hover{background:url(../images/default/ico.png) no-repeat scroll -37px -296px;}

a.weixin{background:url(../images/default/ico.png) no-repeat scroll -74px -328px;}
a.weixin:hover{background:url(../images/default/ico.png) no-repeat scroll -74px -296px;}

a.douban{background:url(../images/default/ico.png) no-repeat scroll -111px -328px;}
a.douban:hover{background:url(../images/default/ico.png) no-repeat scroll -111px -296px;}



