@charset "utf-8";
/**
===============================================================
	author : 中易互联
	name   : CSS Document
	date   : 2015-06-28
	QQ     : 332966318
===============================================================
**/
/**
===============================================================
	+ CSS RESET +
===============================================================
**/
html{-webkit-text-size-adjust:none;}/*解决chrome浏览器下字体不能小于12px*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,img{margin:0;padding:0}
body{background:#FFF url(../Images/Index_01.png) 0 0 repeat-x;color:#333;font-family:"新宋体",Arial, Helvetica, sans-serif;font-size:12px;line-height:22px;min-width:1000px;}
address,caption,cite,code,dfn,em,i,th,var,h1,h2,h3,h4,h5,h6{font-style:normal;font-weight:normal;}
q:before,q:after{content:'';}
a,fieldset,img{border:0;}
img{vertical-align:middle;}
div{overflow:hidden;}
li{list-style-type:none;}
input[type="submit"],input[type="reset"],input[type="button"],button{-webkit-appearance:none;}/*去掉苹果的默认UI来渲染按钮*/
a{outline:none;text-decoration:none;}
a:hover{text-decoration:underline;}
/**
===============================================================
	+ A HREF 默认样式 +
===============================================================
**/
a:link{color:#333;}
a:visited{color:#333;}
a:hover{color:#D92727;}
a:active{color:#333;}

/**
===============================================================
	+ INDEX +
===============================================================
**/
/* Header */
.header{height:70px;}
.header .logo{height:60px;margin-top:5px;width:215px;}
.header .QQ{margin-left:150px;padding-top:15px;}
.header .fav{display:inline;margin-right:20px;padding-top:10px;}
.header .fav a{display:block;height:20px;line-height:20px;padding-left:16px;}
.header .fav a.ico_01{background:url(../Images/tt_03.jpg) 0 5px no-repeat;}
.header .fav a.ico_02{background:url(../Images/tt_06.jpg) 0 5px no-repeat;}
.header .fav a.ico_03{background:url(../Images/tt_08.jpg) 1px 5px no-repeat;}

/* Nav */
.nav{background:url(../Images/menu_bg.jpg) 0 0 no-repeat;height:35px;line-height:35px;margin:5px auto 0 auto;width:1000px;}
.nav ul{width:740px;}
.nav ul li{background:url(../Images/menu_line.jpg) right 0 no-repeat;float:left;height:35px;min-width:60px;padding:0 10px;}
.nav ul li a{color:#FFF;font-size:14px;font-weight:bold;}
.nav ul li a:hover{color:#FFF08D;}
.nav ul li.on{background:url(../Images/menu_on.gif) 50% 0 no-repeat;text-align:center;width:60px;}
.nav ul li.on a{color:#333;}
.nav .mfgg{text-align:center;width:252px;}
.nav .mfgg a{color:#008000;}

/* 文字转换 */

/* 特殊文字 */
.tab{border-top:1px solid #D8D8D8;border-left:1px solid #D8D8D8;display:block;margin-top:10px;width:999px;}
.tab td{border-right:1px solid #D8D8D8;border-bottom:1px solid #D8D8D8;padding:10px;text-align:center;}
.tab td p{text-align:left;}
.tab td.w-01{width:120px;}
.tab td.w-02{width:837px;}

/* Footer */
.footer{background:#ffecd9;border:1px solid #f4ddbd;margin:20px auto 0 auto;padding:10px;text-align:center;width:978px;}
.footer span{font-family:"微软雅黑";padding:0 3px;}


/**
===============================================================
	+ PUBLIC +
===============================================================
**/
.auto{margin:0 auto;width:1000px;}
.fl{float:left;}
.fr{float:right;}
.clear{clear:both;height:0;overflow:hidden;width:100%;}
.container{width:100%;}
.bgf{background:#00FF66;}
/**
===============================================================
	+ TRANSITION +
===============================================================
**/
.transition{transition:all 0.4s;-o-transition:all 0.4s;-moz-transition:all 0.4s;-ms-transition:all 0.4s;-webkit-transition:all 0.4s;}
/**
===============================================================
	+ OPACITY +
===============================================================
**/
.opacity{filter:alpha(Opacity=70);opacity:0.7;-moz-opacity:0.7;-o-opacity:0.7;-webkit-opacity:0.7;}
/**