/* reset */
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{margin:0;padding:0;}
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{display:block;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;font-weight:normal;}
html,body,fieldset,img,iframe,abbr{border:0;}
i,cite,em,var,address,dfn{font-style:normal;}
[hidefocus],summary{outline:0;}
li{list-style:none;}
h1,h2,h3,h4,h5,h6,small{font-size:100%;}
sup,sub{font-size:83%;}
pre,code,kbd,samp{font-family:inherit;}
q:before,q:after{content:none;}
textarea{overflow:auto;resize:none;}
label,summary{cursor:default;}
a,button{cursor:pointer;}
h1,h2,h3,h4,h5,h6,em,strong,b{font-weight:bold;}
del,ins,u,s,a,a:hover{text-decoration:none;}
body,textarea,input,button,select,keygen,legend{font:12px/1.14 arial,\5b8b\4f53;color:#333;outline:0;}
body{background:#fff;}
a{ color: #444; }
a:hover{ color: #000; }
html,body{ overflow-x: hidden ; width: 100%; }
.f-fl{ float: left; }
.f-fr{ float: right; }
.f-cc{ clear: both; }
.f-mb50{ margin-bottom: 50px; }
.f-tar{ text-align: right; }
/* 布局 */
body{ background: #b4bac6; overflow-x: hidden; font-family: "microsoft yahei"; font-size: 13px; color: #333; }
.g-wraper{ width: 990px; margin-left: auto; margin-right: auto; line-height: 26px; }

/* header */
.m-top{ width: 100%; line-height: 30px; height: 30px; padding: 5px 0; background: #fff; overflow: hidden; zoom: 1; }
.m-top .nav{ width: 1200px; margin-left: auto; margin-right: auto; }
.m-top img{ height: 30px; }
.m-top a{ float: left; margin-right: 20px; color: #666; }
.m-top a:hover{ color: #19A97B; }
/* footer */
.m-footer{ text-align: center; background: #2c2f38; line-height: 24px; padding: 30px 0; color: #adafba; font-size: 12px; clear: both; }
.m-footer .links{ margin-bottom: 20px; }
.m-footer a{ color: #ccc; margin: 0 5px; }
.m-footer a:hover{ color: #19A97B; }

.g-skin{ background: #dee9ed; margin-bottom: 50px; }
.m-daoyu{ padding: 20px; font-size: 16px; background: #fff; margin: 20px; }
.m-part{ overflow: hidden; zoom: 1; border-bottom: 1px solid #fff; }
.m-part .item{ padding: 20px; }
.m-part .item dl{ width: 48%; margin-bottom: 20px; }
.m-part .item dt{ width: 100px; overflow: hidden; float: left; }
.m-part .item img{ width: 100%; height: 80px; }
.m-part .item dd{ margin-left: 120px; }
.m-part .item h2{ font-size: 18px; }
.m-part .item a{ color: #f00; font-weight: normal; }
.m-part2 .item a{ color: #d7a400; }
.m-part3 .item a{ color: #2c8afb; }



@media screen and (max-width:768px){
		.g-wraper,.m-part .item dl{ width: auto; float: none; }
		.g-wraper  img{ width: 100%; }
}