@charset "utf-8";
/* Created by yuchunming*/
body{background:url(../images/web_bg.png);}
body,td,input{ font-size:12px; font-family: "宋体",Arial;}
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{ text-indent:2em;}
.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 */ 


h1{text-indent:-9999px;height:0px;line-height:0px;}

.left{ float:left;}
.right{ float:right;}

/* color */
.cRed{color:#C00;}
.cRed2{color:#900;}
.cRed3{color:#f33;}
.cBold{font-weight:bold;}
.cBlue{color:#014991;}
.cGray{color:#666;}
.cOrange{color:#f60;}
.cGold{color:#c59b36;}
.cGreen{color:#080;}

/* 默认超链样式 */
a{color:#369;text-decoration:none;}
a:hover{color:#c00;text-decoration:underline;}
.fontArial{font-family:Arial, Helvetica, sans-serif;}
.big{font-size:14px;font-weight:bold;}

/*手编超链样式*/
.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;}

.box{width:950px;margin:0 auto;}

/* 顶底(白底) */
.top{background:#fff;border-top:5px #ddd solid;}
.top_inner{width:950px;margin:0 auto;padding:20px 10px 10px 10px;}
.top_logo{background:url(../images/logo.png) no-repeat;width:270px;height:45px;}
.top_logo:a{cursor:pointer;}
.top_menu{color:#666;float:right;}
.top_menu a{color:#666;text-shadow:none;}
.top_menu a:hover{color:#c00;}
.top_hotline{color:#333;font:20px/27px  "微软雅黑",Arial;text-align:right;margin-top:5px;}
.top_hotline span{font:bold 24px/27px  Helvetica,Arial;color:#e30d0d;}

/* banner */
#banner{background:url(../images/banner_bg.png) repeat-x;height:240px;border-bottom:4px #eee solid;}
#banner .banner_img{width:950px;height:240px;margin:0 auto;}

/* 内容 */
.con_box{background:#fff;width:950px;margin:0 auto;border-right:1px #eee solid;border-left:1px #eee solid;-moz-box-shadow: 0px 0px 10px #dddddd;-webkit-box-shadow: 0px 0px 10px #dddddd;box-shadow: 0px 0px 10px #dddddd;padding:10px 0 25px 0;}

.tit_box{width:900px;height:110px;margin:10px 25px;}
.tit_01{background:url(../images/tit_01.png) no-repeat;}
.tit_02{background:url(../images/tit_02.png) no-repeat;}
.tit_03{background:url(../images/tit_03.png) no-repeat;}
.tit_04{background:url(../images/tit_04.png) no-repeat;}
.tit_05{background:url(../images/tit_05.png) no-repeat;}
.tit_06{background:url(../images/tit_06.png) no-repeat;}
.tit_07{background:url(../images/tit_07.png) no-repeat;}

.inner_box{width:820px;margin:0px 50px 10px 80px;font:14px/27px "宋体"}
.inner_box p{padding:10px 0;}
.inner_img_01{background:url(../images/con_img_01.png) no-repeat;height:180px;}
.inner_img_02{background:url(../images/con_img_02.png) top right no-repeat;height:180px;}
.inner_img_03{background:url(../images/con_img_03.png) no-repeat;height:225px;}
.inner_img_04{background:url(../images/con_img_04.png) no-repeat;height:140px;}

.btn_01{background:#c00;border:1px #900 solid;color:#fff;padding:10px 15px;-moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 4px;-moz-box-shadow: 0px 2px 0px #000000;-webkit-box-shadow: 0px 2px 0px #eeeeee;box-shadow: 0px 2px 0px #eeeeee;font-weight:bold;}
.btn_01:hover{background:#900;color:#fff;text-decoration:none;}

/* footer */
.inner_footer{background:#663020;text-shadow:none;border-top:4px #f2eadc solid;}
#footer{width:950px;margin:0 auto;color:#fff;text-align:center;padding:15px 0;line-height:21px;}
#footer a{color:#fff;}
#footer a:hover{color:#ff9;}

#toTop {display:none;text-decoration:none;position:fixed;right:50%;_top:10px;_right:10px;bottom:380px;overflow:hidden;width: 40px;height: 53px;border:none;text-indent:-999px;z-index:20;background: url(../images/top.png) no-repeat 0 0;}
#toTop:hover {background-position:-40px 0;}
#toTop:active, #toTop:focus {outline:none;}
