﻿html,body{margin:0px;padding:0px;height:100%;}
body{background:#fff;font-size:14px;color:#333;}
*{
box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;/*填充边距溢出*/
/*word-wrap:break-word;word-break:break-all;/*字母内容自动换行*/
-webkit-overflow-scrolling:touch;overflow-scrolling:touch;/*上下拉动滚动条时卡顿、慢*/
outline:none;/*轮廓不出现*/
}
form,dl,dt,dd,ul,li,p{margin:0px;padding:0px;list-style-type:none;}
h1,h2,h3{margin:0px; padding:0px;}
i{font-style:normal;}
a{color:#333;text-decoration:none;blr:expression(this.onFocus=this.blur());outline:none;}:focus{outline:0;}/*去掉a标签的虚线框，避免出现奇怪的选中区域*/
a:active{-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
pre{white-space:pre-wrap;word-wrap: break-word; margin:0px}

img{max-width:100%;vertical-align:middle;
	image-rendering:-webkit-optimize-contrast;/*针对WebKit引擎图标缩放变虚*/
	image-rendering:crisp-edges;/*WebKit引擎现不支持该值，Firefox支持*/
}

/*网站位置*/
.siteplace{width:1200px;margin:0px auto;padding-top:15px;color:#666;}
.siteplace a{color:#666;}

/*顶部*/
.topbox{background:#333;height:25px;line-height:25px;color:#aaa}
.topbox a{color:#aaa}
.topbox .con{width:1200px; margin:0px auto; text-align:right}
.topbox .lt{float:left;}
.topbox .rt{float:right;}

/*导航*/
.navbox{width:100%;margin:0px auto;background:#fff; border-bottom:1px solid #f6f6f6; padding:10px 0px; z-index:2}
.nav{width:1200px;margin:0px auto;overflow:hidden;}
.nav li{float:left;}
.nav a{display:block;width:130px;height:70px;line-height:70px;font-size:16px;text-align:center; font-size:17px;}
.nav a:hover{color:#0089e1;}
.nav .on{color:#0089e1;}

/*子导航*/
.nav .hover .sub{display:block}
.nav .sub{width:132px;text-align:center;position:absolute;z-index:99;display:none;}
.nav .sub a{background:#eee;height:55px;line-height:55px;font-size:16px;}
.nav .sub a:hover{background:#fff;}


/*底部*/
.footbox{background:#333;color:#bbb;overflow:hidden;padding:20px 0px;margin-top:20px}
.footbox .con{width:1200px;margin:0px auto; overflow:hidden;}
.footbox li{float:left}
.footbox .lt{width:85%;line-height:32px; font-size:16px}
.footbox .rt{width:15%;text-align:center}
.footbox .footnav{margin-bottom:40px;color:#fff;}
.footbox .footnav a{color:#fff;padding-right:30px;}

/*版权*/
.copyright{background:#000;text-align:center;padding:20px 0px;color:#d7d7d7;font-size:16px;}
.copyright a{color:#d7d7d7;}