@charset "utf-8";
/* CSS Document */

/* reset */
*{ margin: 0; padding: 0; font-family：'微软雅黑';} 
/* 初始化标签在所有浏览器中的margin、padding值 */
fieldset,img { border: 0 none; }   /* 重置fieldset（表单分组）、图片的边框为0*/
dl,ul,ol,menu,li { list-style:none }   /* 重置类表前导符号为onne, menu在HTML5中有效 */
blockquote, q { quotes: none; }   /* 重置嵌套引用的引号类型 */
blockquote:before, blockquote:after,q:before, q:after { content: ''; content: none; }  /* 重置嵌套引用*/
input,select,textarea,button { vertical-align: middle; }  /* 重置表单控件垂直居中*/
button {border:0 none;background-color:transparent; cursor:pointer;}  /* 重置表单button按钮效果 */
body { background: #fff; }   /* 重置body 页面背景为白色 */
body,th,td,input,select,textarea,button { font-size: 13px; line-height: 1 ; font-family: "微软雅黑", "黑体","宋体"; color:#666; } /* 重置页面文字属性 */
a { color:#666; text-decoration: none; }  /* 重置链接a标签 */
a:active, a:hover { text-decoration:none; }   /* 重置链接a标签的鼠标滑动效果 */
address,caption,cite,code,dfn,em,var { font-style:normal; font-weight: normal; }  /* 重置样式标签的样式 */
caption { display:none; }    /* 重置表格标题为隐藏 */
table { width:100%; border-collapse:collapse; border-spacing:0; table-layout:fixed; }    /* 重置table属性 */
img{ vertical-align: top; }  /* 图片在当前行内的垂直位置 */

a{-o-transition: all .3s; -ms-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; transition: all .3s;}



/* 页面设置 */
 
  /* 取消a标签点击后的虚线框 */
a {outline: none;}  
a:active {star:expression(this.onFocus=this.blur());}
 
 /* 设置页面文字等在拖动鼠标选中情况下的背景色与文字颜色 */
/* 
::selection {color: #fff;background-color: #4C6E78;}    
::-moz-selection {color: #fff;background-color: #4C6E78;} 
*/

/* 清除ie系input输入框右边的x和密码框的小眼睛 */
::-ms-clear, ::-ms-reveal{display: none;}

/*清浮动*/
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom:1;/*ie6,7*/ clear:both; }

/* 通用的样式 */

.fl{float:left;}
.fr{float:right;}
.comWidth{width:1200px; margin:0 auto; }
.comWidthP{width:1220px; margin:0 auto; }
.posi_r{position:relative;}


/* 头部的样式 */
.topLineMax{width:100%; height:53px; background:#eff0f0;}
.topLine{width:100%;}
.topL_left{width:auto; margin-top:20px;}
.topL_left p{width:auto; line-height:30px; margin-right:20px; float:left; display:inline-block;}

.topL_right{margin-top:5px;  float:right;}
.topL_right p{width:auto; line-height:20px; padding-left:30px; padding-right:15px; font-size:16px; color:#d0ad13; background:url(../imgs/topLinePhone.png) left center no-repeat;float:left; float:left;}
.topL_right .img_1,.img_2{ float:left; margin-left:10px;}
.topL_right .img_1:hover{}
.topL_right .dropbox_1{ width:100px; height:100px;  position: absolute; z-index:50; display:none; margin-left:-10px; margin-top:-1px; padding-top:10px; }

.topL_right .img_1:hover .dropbox_1{ display:block; position:absolute; }





.top{width:100%; padding-bottom:0px;}
.top .logo{width:300px; height:auto; margin-top:10px; padding-left:0px;}
.top .logo a{float:left;}


/*.nav{width:850px; height:auto; margin-top:55px;}
.nav ul{float:left; margin-right:-20px;}
.nav ul li{width:auto; height:auto; margin-right:35px; float:left; display:inline-block;}*/

.nav{width:900px; height:auto; margin:15px auto ; overflow:visible; }
.nav .nav_cont{width:auto; margin-right:0px;margin-top:20px; float:right; white-space:nowrap;}
.nav .nav_cont .nav_list{width:auto; height:30px; margin-left:30px; font-size:18px; display:inline-block; float:left; position:relative; z-index:10;}
.nav .nav_cont .nav_list:hover{width:auto;}
.nav .nav_cont .nav_list:hover .nav_list_a{color:#4d9ad0;}
.nav .nav_cont .nav_list:hover .nav_drop{display:block;}
.nav_cont .nav_list .nav_list_a{color:#000; height:30px; line-height:30px; padding:0 15px; display:inline-block; float:left; font-weight:normal;}
.nav_cont .nav_list .nav_list_a:hover{ color:#fff;}

.nav_drop{width:130px; display:none; background:#fff; position:absolute; left:-20px; top:30px; z-index:10; overflow:hidden; -webkit-transition:height 2s; -moz-transition:width 2s; -o-transition:height 2s; transition:height 2s;}
.nav_drop_down{float:left; width:130px; height:auto; padding-top:16px; background:url(../imgs/dropTrangle.png) 55px 5px no-repeat; overflow:hidden; z-index:10;}
.nav_drop_down li{float:left; width:130px; height:27px; padding:5px 0; text-align:left; overflow:hidden;}
.nav_drop_down li a{width:88px; height:27px; padding-left:42px; line-height:27px; display:block; overflow:hidden; font-size:14px; color:#686868; background:url(../imgs/dropList.png) 20px center no-repeat;}
.nav_drop_down li a:hover{color:#4d9ad0; background:url(../imgs/dropList.png) 25px center no-repeat;}



/* 头部的样式 end */

/* 广告部分 */
.adFlash{position:absolute; left:0; top:0;}


/* 广告部分 end */


/* 底部 */
.footMax{width:100%; height:90px; background:#f0eeef; float:left; margin-top:20px; text-align:center; }
.foot{width:750px; height:60px;  margin: 0px auto; float: none;padding-top:30px;}
.foot li {line-height:24px; font-size:12px; float:left; padding-right:0px;text-align:center; color:#999; }
.foot li span{width:50px; line-height:24px; font-size:12px; float:left; color:#999;  }
.foot li a{line-height:24px; font-size:16px; float:left;text-align:center; color:#333; padding-left:0px; }
.foot li a:hover{color: #C60;}

.footLeft{width:160px;font-size:16px;float:left; text-align:right; color:#333; padding-top:13px; }

.footRight{width:1040px; height:auto; padding-top:10px;  float:left; }
.footRight  li{ height:25px;font-size:14px;float:left; padding-left:20px;}
.footRight li a{ line-height:25px; font-size:14px; font-weight:normal; color:#aaa; float:left;}
.footRight li a:hover{color:#c60;}




.footDown{width:100%; height:auto; padding:15px 0 15px; text-align:center; overflow:hidden;}
.footDown p{width:auto; font-size:15px; color:#333; display:block;}
.footDown .copyRight{ line-height:33px;}
.footDown .filingNum{ line-height:27px; margin-bottom:30px;}

