﻿@charset "utf-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2018-04-13 11:49:46
 * @version $Id$
 */
.other{
	background-color: #39A4DB;
	height: 2em;
	line-height: 2em;
	position: relative; 
}
.other pre{
	position: absolute;
	top: auto;
	right: 15%;
	font-size: 14px;
	color: white;
	cursor: pointer;
}
.Top_Title{
	width: 100%;
	height: 100px;   
}
.Top_Title a{
	display: block;
	margin-left: 15%;
	padding-top: 20px;
 }

 /*菜单栏*/
.banner {
	width: 100%;
	height: 45px;
	background-color: #39A4DB;
}
.nav1 {
	width: 1200px;
	margin: 0 auto;
}
.nav1 li{  /*nav1 下的所有li, 都设置一样的样式，无论是一次还是二级*/
	width: 120px;
	height: 45px;
	line-height: 45px;  
	text-align: center;
	background-color: #39A4DB;
}
.nav1 li a{
	display: block;
	color: white;
}
.nav1>li{ 
	float: left; 
	position: relative; 
	font-weight: bold;
}

.nav1 li:hover{
	background-color: #3C93ED; 
} 
.nav2{ 
	position: absolute;
	top: 45px;
	left: 0;
	z-index: 9999;
	display: none;
}
.nav2 li{
	border-bottom: 1px solid #3C93ED;
}
.nav1 .choosed{
	background-color: #3C93ED; 
}

.foot{
	width: 100%;
	height: 80px;
	border-top: 5px solid #ccc;
}

.foot pre{
	text-align: center;
	margin-top: 20px;
	font-size: 12px;
	color: #565656;
}
.content_sign{
	width: 100%;
	height: 40px;  
	line-height: 40px;
}
.content_sign a{
	color: black;
}
.content_sign a:hover{
	color: #39A4DB;
}