@charset "utf-8";

/*reset: 重设外观 */
a{ text-decoration:none; color:#262626;}
body,div,q,iframe,form,
ul,li,dl,dt,dd,h1,h2,h3,h4,h5,h6{ margin: 0; padding: 0;}
img,fieldset{border: none 0;}
body,td,textarea{word-break: break-all; line-height:1.5;}
body,input,textarea,select,button{margin: 0; font-size: 12px; font-family: "微软雅黑";}
div,p,table,th,td{ font-size:1em; font-family:inherit; line-height:inherit;}
td{word-wrap:break-word; word-break:break-all;}
ul,dl,li{list-style: none outside;}
em,i,u,q,s,dl,caption{ font-style: normal; font-weight: normal; text-decoration: none; }
p{text-align: justify; text-justify: inter-ideograph; margin-top:0em; margin-bottom:1em;}
textarea {line-height:1.4;}

* html textarea,*+html textarea {overflow:auto; overflow-x: hidden; }/*使多行文本框不显示默认的竖向滚动条*/
* html iframe, * html frame {overflow:auto; }/*使浮动窗口不显示默认的竖向滚动条*/
* html input {overflow: hidden; }/*使按钮文字不溢出*/
/*end reset*/

/*Global:常用样式*/
.fl{ float:left; _display:inline;}
.fr{ float:right; _display:inline;}
.clearfix{display: block; display: table; *display: inline-block; _height: 1%;}
.clearfix:after {content:'\20'; display:block; clear:both;}
.clearself{ overflow:hidden; _overflow:visible; _height:1%;}
.inline-block{display:inline-block;*zoom: 1;*display: inline;vertical-align:middle;overflow:hidden;}
.justify{ text-align: justify; text-justify: inter-ideograph;}
.clear{font-size:0;height:0;line-height:0;overflow:hidden;clear:both;}
/* end Global */

/*公用样式*/
.pageWidth { width:210mm; margin:0 auto; line-height: 2}



/*第一页*/
.headCon{
    text-align: center;
    font-size: 14px;
    background:#fff;
}
.headCon h3{
    padding:30px 0;
    font-weight: normal;
    font-size: 20px;
}
.main{
    width:90%;
    margin:0 auto;
    background:#fff;
    font-size: 14px;
}
.part .title{
    height:30px;
    line-height: 30px;
    background:#0092ae;
    color: #fff;
    text-align: center;
    margin:13px 0;
}
.part .contentL,.part .contentR{
    width:40%;
}
.part .contentL span,.part .contentR span{
    width:135px;
    color: #067c93;
    padding-right:5px;
    text-align: right;
    display: inline-block;
}
/*第二页*/
.tablebox{
    width:100%;
    padding:30px 0;
    padding-bottom: 25px;
    text-align: center;
}
.tablebox th{
    background:#0092ae;
    font-weight: normal;
    color: #fff;
    border-right:1px solid #fff;
    padding:5px;
}
.tablebox th.last{
    border-right:1px solid #0092ae;
}
.tablebox td{
    background: #ebebeb;
    color: #424242;
    border-right:1px solid #fff;
    padding:5px;
}
.tablebox td.last{
    border-right:1px solid #ebebeb;
}
.echartbox{
    text-align: center;
}
/*第三页*/
.echartmod{
    padding-top:16px;
    line-height: 1.9;
    border-bottom: 1px solid #ccc;
}
.echart-image{
    padding-right:410px;
}
.echart-image.nopadding{padding-right:0;}
.echart-image img{
    width:95%;
}
.keyword{
    font-size: 24px;
    color: #0092ae;
    padding-bottom:20px;
}
.keyword span{
    display: inline-block;
    width:73px;
    height:30px;
    line-height:30px;
    background:#d6d6d6;
    text-align: center;
    font-size: 14px;
    color: #000;
    margin-left:5px;
}
.echart-text{
    width:410px;
}
.echart-text.noneWidth{
    width:auto;
}
.textbox{margin-bottom:15px;}
.textbox p{float:none;margin-bottom: 0;width:auto;padding-left:28px;}
.textbox p.noneWidth{float:none;width:auto;padding-left:28px;}
.textbox span{
    float:left;
    display: block;
    width:25px;
    height: 25px;
    line-height: 25dpx;
    text-align: center;
    color: #fff;
    background: url('/Public/home/images/number_bg_new.png') no-repeat center;
    margin-top:3px;
}

.imagesmod{
    text-align: center;
    padding:50px 0;
}
.imagesmod img{
    width:100%;
}
.echart-title{padding-top:10px;padding-bottom:20px;}
.planCon{padding-left:15px;}
.planCon .planConL{width:33.3%;}
.plantable{
    text-align: center;
    width:100%;
}
.plantable td{
    border-right:5px solid #fff;
    background:#ebebeb;
    padding:5px;
}
.plantable td.last{
    border-right:0;
}





