﻿@charset "UTF-8";


*{margin:0; padding:0;}
#wrap { width:100%; margin:0 auto; }

header { width:100%; margin:0 auto;}
header #box { width:1500px; height:100px; margin:0 auto; }

header #logo { width:160px; height:100px; float:left; margin:0px 0 0 20px; }

header #nav {  width:830px; height:50px; float:left; margin:30px 0 0 0px;}
header #nav ul{margin:0 auto; list-style-type: none;}
header #nav ul li{float:left; margin:10px 0 0 60px; font-size:15px; font-weight:bold;}
header #nav ul li a{text-decoration:none; color:#000;}
header #nav li a:hover{color:red;}

header #login {  width:190px; height:30px; float:left;  margin:0px 0 0 300px;}
header>#login>ul,li{list-style:none; float:left; margin:5px 0 0 10px; font-size:13px }
header #login li a{text-decoration:none; color:#000;}
header #login li a:hover{color:red;}

header #search {border:1px solid red; width:260px; height:20px; background-color:#fff; float:left; margin:5px 0 0 15px;}
header #search input {font-size:16px; width:180px; height:100%;  padding:0 5px; border:0px; outline:none; float:left;}
header #search button {width:50px; height:100%; border:0; background:red; outline:none; float:right; color:#fff;}




footer { background-color:#eee; width:100%; height:200px; margin:0 auto; }
footer #footer_box2 { background-color:#eee; width:1500px; height:200px; margin:0 auto; }

footer>#footer_box2>#lastbox1 { width:950px; height:180px;  float:left; margin:10px;}
footer>#footer_box2>#lastbox2 { width:500px; height:180px;  float:left; margin:10px 0 0 0; }

footer>#footer_box2>#lastbox1>p{font-size:13px; margin:40px 0 0 120px;}

footer>#footer_box2>#lastbox2>ul{ width:300px; margin:20px 0 0 20px;  }
footer>#footer_box2>#lastbox2>ul:nth-of-type(1){margin:30px 0 0 20px;}
footer #footer_box2 #lastbox2 li a{color:black; text-decoration:none; font-size:13px;}
footer #footer_box2 #lastbox2 li a:hover{color:red;}
