@charset "utf-8";
/* Created by yuchunming*/
body{background:#eee;background-image:url(../images/bg.png);}
body,td,input{ font-size:12px; font-family:"宋体";}
body,div,form,img,ul,li,p,h1,h2,h3,h4,h5,h6,dl,dt,dd{margin: 0; padding: 0; border: 0;}
li{ list-style-type:none;}
p{}
.clear{ clear: both; line-height:0px; height:0px; font-size:0px; visibility:hidden;}
.clearfix:after{content:"."; display:block; height: 0; clear: both; visibility: hidden;} /* only FF */ 

.left{ float:left;}
.right{ float:right;}

/* color */
.cRed{color:#C00;}
.cRed2{color:#900;}
.cBold{font-weight:bold;}
.cBlue{color:#014991;}
.cGray{color:#666;}
.cOrange{color:#f60;}
.cGold{color:#c59b36;}
.fontArial{font-family:Arial, Helvetica, sans-serif;}

/* 默认超链样式 */
a{color:#666;text-decoration:none;}
a:hover{color:#C00;text-decoration:underline;}

/*手编超链样式*/
.titRed a{color:#900;}
.link a{color:#014991;text-decoration:none;}
.link a:hover{text-decoration:underline;color:#c00;}

a.linkRed{color:#c00;}
a.linkRed2{color:#900;}
a.linkRed3{color:#f00;}
a.linkBlue{color:#3f6ea2;}
a.orange{color:#ff9900;}
a.linkBlue:hover,a.orange:hover,a.linkRed2:hover,a.linkRed3:hover {color:#c00;}

.top{background-color:#eee;background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee)); /* Saf4+, Chrome */background-image:-webkit-linear-gradient(top, #ffffff, #eeeeee); /* Chrome 10+, Saf5.1+ */background-image: -moz-linear-gradient(top, #ffffff, #eeeeee); /* FF3.6 */ background-image:-ms-linear-gradient(top, #ffffff, #eeeeee); /* IE10 */background-image:-o-linear-gradient(top, #ffffff, #eeeeee); /* Opera 11.10+ */background-image:         linear-gradient(top, #ffffff, #eeeeee);filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#eeeeee'); /* IE6–IE9 */border-bottom:3px #ddd solid;}
.top_box{width:930px;margin:0 auto;padding:10px;}
.top_logo{background:url(../images/logo.gif) no-repeat;width:150px;height:40px;}
.top_menu{color:#333;float:right;margin:20px 10px 0 0;}
.top_menu a{color:#333;}
.top_menu a:hover{color:#c00;}

/* Header */
.banner{background:url(../images/banner_bg.png);border-bottom:2px #ccc solid;}
.banner_box{width:950px;margin:0 auto;}

/* Content */
.inner{width:950px;margin:0 auto;}
.inner_box{background:#fff;border:1px #ddd solid;zoom:1;}
.inner_con{padding:20px 35px;}
.inner_boxShadow{background:url(../images/box_shadow.png) no-repeat;height:45px;_background:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/box_shadow.png',sizingMethod="scale");}
.tit{margin-bottom:30px;}
p{color:#666;line-height:24px;font-size:14px;padding-left:100px;margin-bottom:15px;}
.line{background:url(../images/line.png) no-repeat;width:880px;height:10px;margin:30px 0;}

.txt01{color:#963;font-size:24px;font-family:"微软雅黑", "黑体";padding-left:50px;}
.txt02{color:#666;font-size:14px;padding-left:50px;line-height:30px;}
.txt03{color:#963;font-size:18px;font-family:"微软雅黑", "黑体";padding-left:50px;}

.btn_box{width:950px;height:70px;margin:0 auto;}
.btn_exp{background:url(../images/btn_01.png) no-repeat;width:180px;height:60px;_background:none;filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/btn_01.png',sizingMethod="scale");margin:0 auto;position:relative;top:-10px;cursor:pointer;}

/* footer */
#footer{width:950px;margin:0 auto;color:#333;text-align:center;padding:15px 0;line-height:21px;}
#footer a{color:#333;}
#footer a:hover{color:#c00;}
