/*reset*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,
address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,
u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,
summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
html { font-family: "微软雅黑","microsoft yahei","黑体"; }
body{ line-height:1.5; font-family: "微软雅黑","microsoft yahei","黑体"; font-size: 18px;}
ol,ul{ list-style:none }
blockquote,q{ quotes:none }
blockquote:before,blockquote:after,q:before,q:after{ content:'';content:none }
table{ border-collapse:collapse;border-spacing:0 }
a { text-decoration: none; outline: none; color: #333}
img, fieldset { border: 0; }
input, textarea, img { vertical-align: middle; }
:focus { outline: none; }      /* webkit hack */
textarea { overflow: auto; vertical-align: top; }

.clearfix:after {
	content:'';
	display: block;
	float:none;
	clear:both;
}
.clearfix {
	zoom: 1;
}
.banner {
    background: url(../images/banner.jpg) top center no-repeat;
    height: 380px;
}
.container {
    width: 1180px;
    margin-left: auto;
    margin-right: auto;
}
.pic {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.section {
    margin-top: 30px;
}
.section a {
    display: block;
}
.section .title {
    font-size: 20px;
    line-height: 40px;
    background: #159bd4;
    color: #fff;
    padding:0 20px;
}
.mt-100 {
    margin-top: 100px;
}