﻿@charset "utf-8";
/* CSS Document */

/* reset */
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button{ margin: 0; padding: 0; font-family：'微软雅黑';} 

 
/* 页面设置 */
 
  /* 取消a标签点击后的虚线框 */

 
 /* 设置页面文字等在拖动鼠标选中情况下的背景色与文字颜色 */
/* 
::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;}
a,li,input,span{-o-transition: all 0.2s; -ms-transition: all 0.2s; -moz-transition: all 0.2s; -webkit-transition: all 0.2s; transition: all 0.2s;}
.icons{background:url(image/left.png); background-repeat:no-repeat; display:block;}
.posi_r{position:relative;}


/* 头部的样式 */





		/* 导航条 */
.topMax{width:100%; min-width:1210px; height:auto;}

.logo{margin-top:32px;}
.logo a{float:left;}
.logo img{width:198px; height:32px; float:left;}

.nav{width:1000px; height:auto; padding-top:10px; overflow:visible;}
.nav_ul{width:auto; float:right; white-space:nowrap;}
.nav_ul .nav_list{width:auto; height:86px; margin-right:20px; font-size:16px; display:inline-block; float:left; position:relative; z-index:10;}
.nav_ul .nav_list:hover{width:auto;}
.nav_ul .nav_list:hover .nav_list_a{color:#0e8094;}
.nav_ul .nav_list:hover .nav_drop{height:auto; transition:all 0.4s; opacity:1; filter:alpha(opacity:100); -webkit-transition: height .25s ease .1s; -moz-transition: height .25s ease .1s; -o-transition: height .25s ease .1s; transition: height .25s ease .1s; -webkit-transition: opacity .25s ease .1s; -moz-transition: opacity .25s ease .1s; -o-transition: opacity .25s ease .1s; transition: opacity .25s ease .1s;}
.nav_ul .nav_list .nav_list_a{color:#000; height:86px; line-height:86px; padding:0 15px; display:inline-block; float:left; font-weight:normal;}
.nav_ul .nav_list .nav_list_a:hover{ color:#0e8094;}

.nav_drop{width:130px; height:0; background:#fff; position:absolute; left:-20px; top:86px; z-index:9; overflow:hidden; -webkit-transition:height 2s; -moz-transition:height 2s; -o-transition:height 2s; transition:height 2s;          opacity:0; filter:alpha(opacity:0);}
.nav_drop_down{float:left; width:130px; height:auto; padding-top:16px; 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(../image/left.png) 20px center no-repeat;}
.nav_drop_down li a:hover{color:#0e8094; background:url(../image/left.png) 25px center no-repeat;}

		/* 导航条 end */






