@charset "utf-8";
/* CSS Document */
*{margin:0;padding:0;}
body{margin:0;padding:0;font-size:14px;color:#383836;line-height:1.8;font-family:"Microsoft YaHei","微软雅黑";}
img{border:0;vertical-align:middle;}
ul,li{list-style-type:none;}
strong,em,h1,h2,h3,h4,h5,h6{font-weight:normal;font-style:normal;}
a{color:#535353;text-decoration:none;cursor:pointer;}
a:hover{color:#3ca6ff;text-decoration:none;}
.clear{clear:both;}
.fl{float:left;}
.fr{float:right;}
.w1200{width: 1200px;margin: 0 auto;}

/*nav*/
.nav {background:#0099ff;height:48px;width:100%;margin-bottom:20px;}
.nav ul {width: 1200px;margin: 0 auto;}
.nav ul li { float:left;}
.nav ul li a { width:120px; height:48px; text-align:center; line-height:40px; display:block;  background:#0099ff; color:#fff;font-size:18px;border-right:solid 1px #0074d9;}
.nav ul li a:hover{background:#0050b4; color:#fff; }
.nav ul li ul li a { border-right:none; background:#0050b4;;}
.nav ul li ul { position:absolute; display:none;}
.nav ul li ul li { float:none;}
.nav ul li:hover ul{ display:block; z-index:999999; }
.nav ul li:hover ul li a:hover{background:#0099ff; width:120px;}
.menu_ec .head{height:80px;overflow:hidden;}
.menu_ec .head img{margin-top:20px;}
.menu_ec .head .fr{line-height:80px;width:440px;}
.menu_ec .head .fr a{color:#000;font-size:16px;display:inline-block;text-align: center;width:80px; line-height:40px;}
.menu_ec .head .fr a:hover{color:#0099ff;}
.menu_ec .head .fr span a{width:68px;border:1px solid #959595;line-height:28px;border-radius:3px;margin-right:10px;}
.menu_ec .head .fr span a:hover{background:#0099ff;color:#fff;border:0;}
