﻿@charset "utf-8";
/* CSS Document */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,blockquote,p{margin:0;padding:0;}
body{ color:#555; font-size:14px; font-family:"微软雅黑";}
ul, ol { list-style: none;} 
img,fieldset{vertical-align:top;border:0;}
h1,h2,h3,h4,h5,h6 {font-size:100%; font-weight:normal;}
address,cite,code,em,th {font-weight:normal; font-style:normal;}
input,button,textarea,select{font:100% Arial,''; vertical-align:middle}
table,td,tr,th{font-size:12px;}
.nodispaly{ display:none}
.line{line-height:50px;}
.lineer{line-height:40px;}
.FK{color: #999;}
.F14{font-size: 14px;}
.Fl{float: left;}
.Fr{float: right;}
.clearfix{*zoom:1;}
.clearfix:after{display:block; overflow:hidden; clear:both; height:0px; visibility:hidden; content:".";}
.layout{ width:1200px; margin:0 auto;}
a{color:#555; text-decoration:none; transition: all 0.3s;}
a:hover {color:#006cb7; text-decoration:underline; }








.header{height: 100px;position: fixed;width: 100%;min-width: 1200px;left: 0px;top: 0px;z-index: 100;background: #FFF;box-shadow: 0 0 3px rgba(0,0,0,0.2);}
.header .box{position: relative;}
.header .box h1{position: absolute;left: 0px;top: 20px;}
.header .box .nav{text-align: center;}
.header .box .nav ul{font-size: 0px;}
.header .box .nav li{display: inline-block;font-size: 16px;width: 120px;position: relative;}
.header .box .nav li p{line-height: 100px;}
.header .box .nav li p a{display: block;}
.header .box .nav li p a:hover{display: block;text-decoration: none;}
.header .box .nav li p a.current{color: #006cb7;}
.header .box .nav li dl{position: absolute;left: -20px;top: 100px;background: #FFF;width: 160px;visibility: hidden;opacity: 0;transition: all 0.3s;}
.header .box .nav li:hover dl{visibility: visible;opacity: 1;}
.header .box .nav li dd{line-height: 40px;border-bottom: 1px solid #EEE;}
.header .box .nav li dd a{display: block;}
.header .box .nav li dd a:hover{display: block;text-decoration: none;}
.header .box .dh{position: absolute;right: 0px;top:32px;font-size: 24px;color: #006cb7;}
.header .box .dh i{width: 40px;height: 40px;background: url(../images/pic1.png) no-repeat;display: block;float: left;margin-right: 10px;}


.foot{text-align: center;background: #222;padding:50px 0;line-height: 24px;color: #999;margin-top: 50px;min-width: 1200px;}
.foot .ewm{margin-top: 10px;}
.foot .link{margin-top: 10px;}
.foot .link a{margin:0 10px;color: #999;}
.foot .link a:hover{color: #006cb7;}