@charset "utf-8"; 
/*全局初始化样式*/
body{ padding:0px; margin:0px auto; font-family:Microsoft YaHei,arial,'宋体'; color: #666; width: 100%; zoom:1;

/*禁用Webkit内核浏览器的文字大小调整功能*/
-webkit-text-size-adjust:none; 

/*取出点击出现半透明的灰色背景*/
-webkit-tap-highlight-color:rgba(0,0,0,0); 
-webkit-tap-highlight:rgba(0,0,0,0);

/*控制文本可选性*/
-webkit-user-select: none; 
    -ms-user-select: none;
   -moz-user-select: none;
 -khtml-user-select: none;
        user-select: none;
        
/*设置字体的抗锯齿或者说光滑度*/
-webkit-font-smoothing: antialiased;  
}

ul,li,form, dl,dt,dd, div{ padding: 0px; margin: 0px;}
/*默认去除ul、li的默认样式*/
ul,li{ list-style:none; margin: 0;} 
/*初始化下拉菜单、单行输入框、多行输入框的样式*/
select,input,textarea{ border-radius:0; -webkit-border-radius:0; color:#414446;} 
/*表单元素获得焦点时不显示虚线框*/
input:focus { outline: none;}
input,button,select,textarea{outline:none;/*-webkit-appearance:none;*//*强制去除表单自带的样式*/ } 
/*不允许多行输入文本框有滚动条*/
textarea{resize:none;/*-webkit-appearance:none;*//*强制去除textarea自带的样式*/ } 
/*初始化表单元素样式*/
textarea,input,select {background:none; border:none; margin:0; padding:0;}
/*初始化HTML5标签样式*/
audio,canvas,progress,video { display: inline-block; vertical-align:baseline;}
article,aside,footer,header,hgroup,nav,section,figure,figcaption{ display:block;}
/*去除figure边距*/
figure,figcaption{ margin:0px; padding:0px;}

/*初始化图片样式*/
img{ border:none; border:0; max-width:100%; vertical-align:top;}

/*初始化a的样式和字体样式*/
a{ color:#666; text-decoration:none; noline: -webkit-tap-highlight-color:rgba(0,0,0,0);}
a:focus {outline:none; -moz-outline:none;text-decoration: none;}
a:hover{ color: #15182B;text-decoration: none;}

/*清楚浮动*/
.clear{ clear:both; height:0px; overflow:hidden;} /*清除浮动*/
/*全局样式*/
.WarpBox{width:100%;margin: 0 auto;position: relative;}
.h1,.h2,.h3,.h4,.h5,.h6,.p{padding: 0;margin: 0;}
.mb20{margin-bottom:20px;}


/*Pc导航样式*/
.Pc_Head{width:1200px;margin: 0 auto;height: 160px;margin-top:20px;}
.Pc_Head .logo{height: 65px;}
.Pc_Head .logo img{height: 65px;}
.Pc_Head .nav_ul {width:100%;}
.Pc_Head .nav_ul li{margin:20px 0;width:20%;padding:0;float:left;overflow:hidden;height:40px;}
.Pc_Head .nav_ul li a{text-align:center;display:block;font-size:16px;color:#FFF;background:#275fac;padding:0 20px;margin:0 20px;height:30px; line-height:30px;-moz-box-shadow:6px 6px 8px #7f7d7e;-webkit-box-shadow:6px 6px 8px #7f7d7e;box-shadow:6px 6px 8px #7f7d7e;}
.Pc_Head .nav_ul li a.green{background:#359747;}
.Pc_Head .nav_ul li:first-child a{margin-left:0;}
.Pc_Head .nav_ul li:last-child a{margin-right:10px;}


.Bottom{width:1200px;text-align: right;margin:20px auto 0;padding:20px 0 0;overflow: hidden;border-top: 3px solid #c2c3c5;color: #5d5f61;clear: both;}
.Bottom a{color: #5d5f61;}
.Bottom .CopyRight{display: inline-block;}

/* 首页 */
.HomePage{width:1200px;height:790px;margin: 0 auto;overflow: hidden;background: url(../images/home.jpg) top center no-repeat;position:relative;}
.BladediyPage{width:1200px;height:786px;margin: 0 auto;overflow: hidden;background: url(../images/bladediy.jpg) top center no-repeat;position:relative;}
.BladediyPage .loginBtn {position:absolute;left:62px;top:240px;}
.BladediyPage .loginBtn a{color:#FFF;border:0;background:#359747;}
.downloadPdfl{margin-top:20px;text-align:left;padding-left:40px;background: url(../images/downloadpdf.jpg) top left no-repeat;min-height:30px;}
.downloadPdfr{margin-top:20px;text-align:right;padding-right:40px;background: url(../images/downloadpdf.jpg) top right no-repeat;min-height:30px;}
.downloadPdfl p,.downloadPdfr p{margin-bottom:0;}


.ContentBox{width:1200px;margin: 0 auto;background: #fff;height: auto;position: relative;}