@charset "utf-8";
/* CSS Document */

/*导航栏样式*/
.nav{ width:1000px; height:50px; background:#1b00ff; float:left;}
.nav ul{ float:left; height:50px; line-height:50px; color:#FFF; width:795px;}
.nav li{ float:left; height:50px; color:#fff; font-size:18px; padding-left:20px;}
.nav .fontcolor a{ color:#fefb00;}
.nav li a{  float:left; height:50px; color:#fff; font-size:18px;}
.nav li a:hover{ color:#fefb00; text-decoration:underline;}
.nav .search{ width:185px; height:50px; float:left;}
.search span{ background:url(../images/Search.png) no-repeat; float:right; width:36px; height:15px; margin-top:18px;}

/*当前位置*/
.Current{ width:1000px; height:15px; margin-top:20px; float:left;}
.Current h3{ width:70px; height:15px; color:#1b00ff; float:left;}
.Current h4{ width:930px; border-bottom:#7eb2f4 solid 1px; float:left; height:14px;}

/*content*/
.address{ width:1000px; height:435px; float:left; margin-top:35px;}
.address .left{ width:370px; height:435px; float:left;}
.left h1{ width:370px; height:35px; float:left; color:#ee1813; font-size:18px;}
.left h2{ width:370px; height:35px; color:#1b00ff; font-size:18px; float:left;}
.left p{ width:370px; height:55px; float:left; color:#3e3e3e; font-size:18px; margin-top:25px; }
.left h5 a{ color:#06F; font-size:18px;}
.left h5 a:hover{ color:#f00;}
.address h3{ width:370px; height:35px; font-size:18px; float:left; color:#3e3e3e;}
.address h3 a{ height:35px; font-size:18px; float:left; color:#3e3e3e; margin-right:20px;}
.address span{ width:370px; height:35px; font-size:18px; color:#000; font-weight:bold;}

.address .right{ width:581px; height:384px; float:left; margin-left:45px;}













