@charset "UTF-8";
/*初始化css*/
body{min-width:1200px;font-family:微软雅黑;color: #333;}
*,*:before,*:after {box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,
strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,
details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video,form
{margin:0;padding:0;border:0;outline:none;}
input{margin:0;padding:0;outline:none;}
li{list-style:none;}
a,ins{text-decoration:none;}
*:focus{outline:none;}
a{color:#444;}
a:hover{color:#018301;transition:all 0.2s;-webkit-transition:all 0.2s;-o-transition:all 0.2s;-moz-transition:all 0.2s;}
.fl{float:left;}
.fr{float:right;}
.cf:after{display:block;content:'';height:0;visibility:hidden;clear:both;}
.cf{zoom:1;}
.hide{display:none;}
.block{display:block;}

.width1200{width: 1200px;margin: 0 auto;}
.main{background: #fff url(main-bg.png) repeat-x;min-height: 500px;padding-top: 20px;padding-bottom: 100px;}
.current-position{height: 70px;line-height: 70px;font-size: 16px;font-family: 宋体;padding-left: 10px;}
.column-page-left{width: 260px;}
.column-page-right{width: 910px;}
.column-page-left h1{background: url(parent-col.png) no-repeat;height: 57px;line-height: 57px;font-size: 23px;color: #fff;padding-left:55px;letter-spacing:2px;}
.column-page-left ul li{margin-top: 20px;}
.column-page-left ul li  a{display:block;border:2px solid #c9e4c8;height: 55px;line-height: 55px;text-align: center;font-size: 20px;color: #018301;}
.column-page-left ul li.col-active  a{border:0;background: #c9e4c8;}
.column-page-right h2{height: 44px;line-height: 44px;font-weight: normal;border-bottom: 1px solid #c9e4c8;}
.column-page-right h2 span{display: block;padding:0 10px;font-size: 23px;color:#018301;height: 43px;border-bottom: 3px solid #018301;line-height: 43px;}
.column-page-right ul{padding-top: 20px;}
.column-page-right ul li{padding-left:20px;font-size: 17px;line-height: 45px;color: #3a3939;background: url(list-pic.png) no-repeat left center;}
.column-page-right ul li a{color: #3a3939;}
.column-page-right ul li a:hover{color: #018301;}