﻿@charset "utf-8";
/*公共部分*/
*{
	margin:0;
	padding:0;
}

body {
	font-family:arial;
}

ul li {
	list-style:none;
}

a {
	text-decoration:none;
}

img {
	border:none;
	outline:none;
}

  
  
  /*导航条*/

.top {
    height: 69px;
    min-width: 1138px;
    width: 100%;
    background-color: #fff;
    font-size: 16px;
    border-bottom: 1px solid #d1d1d1;
}

.head{
	width: 1138px;
    margin: 0 auto;
    position:relative;  
    height: 69px;    
    position: relative;
}
.logo{
	position: absolute;
	top: 10px;
	left:-72px;
	height: 50px;
	width: 250px;
}
.nav-main{
	padding-left: 50px;
	width: auto;
}
.nav {
	float:left;
	margin-left:200px;	 
	font-size:16px;	
	z-index: 99999;
}

.nav li{
	float: left;
	position:relative;
	line-height: 70px;
	margin:0 30px;
	height: 39px;
}

.nav li a{
	padding: 3px 0px;
    position:relative;	
	color:#000000;	
}
.nav li a:hover{
	color: #e7252d;
	border-bottom: 1px solid #e7252d;
}

.top .login{
	position: absolute;
	border: 1px solid #ccc;
	width: 100px;
	height: 40px;
	text-align: center;
	border-radius:20px;
	line-height: 40px;
	top:14px;
	color: #000000;
}
.top .login a{
	color: black;
}
.top .login_1{
	left: 998px;
}
.top .login_2{
	left: 1118px;
}

.top .personal{
	position: absolute;
	width: auto;
	height: 40px;
	text-align: left;
	left: 1000px;
	line-height: 40px;
	top:14px;
	color: #000000;
}
.top .personal .personal-img{
	width: 40px;
    height: 40px;
    /*border-radius:50%;*/	
     /*overflow:hidden;*/
    text-align:center;
    vertical-align:middle;   
}

    .top .personal .personal-img img {
    width:40px;
    height:40px;
    border-radius: 25px;
    background: #dddddd;
    }
.top .personal label{
	width: 90px;
	height: 40px;
	border: none;
	margin-left: 3px;
	font-size:16px;	
	position: absolute;
	top: 0;
	left: 42px;
}

.top .personal .personal-hide{
	width: 300px;
	height: 124px;
	background:url(/Images/Home/LogoTop-hide.png);
	position: absolute;
	left: -100px;
	top: 34px;
	display: none;
    
}
.top .personal:hover .personal-hide{
    z-index:999;
	display: block;
}

.top .personal .personal-hide .hide-acc{
	width: inherit;
	padding-top:20px;
	height: 52px;
	line-height: 52px;
	position: relative;
}
.top .personal .personal-hide .hide-acc .acc-img{
	position: absolute;
	height: 25px;
	width: 25px;
	background: url(/Images/Home/acc-normal.png) no-repeat center;
	left: 63px;
	top: 30px;
}
.top .personal .personal-hide .hide-acc .acc-text{
	position: absolute;
	height: 52px;
	left: 104px;
	line-height: 52px;
	top: 16px;
	color: #333333;
	font-size:16px ;
}

.top .personal .personal-hide .hide-acc:hover .acc-img{
	background: url(/Images/Home/acc-down.png) no-repeat center;
}

.top .personal .personal-hide .hide-acc:hover .acc-text{
	color: #FF2500;
}
.top .personal .personal-hide .hide-exit{
	width: inherit;
	height: 50px;
	line-height: 50px;
	position: relative;
}

.top .personal .personal-hide .hide-exit .acc-img{
	position: absolute;
	height: 25px;
	width: 25px;
	background: url(/Images/Home/exit-normal.png) no-repeat center;
	left: 63px;
	top: 8px;
}
.top .personal .personal-hide .hide-exit .acc-text{
	font-size:16px ;
	position: absolute;
	height: 50px;
	left: 104px;
	line-height: 50px;
	top: -5px;
	color: #333333;
}

.top .personal .personal-hide .hide-exit:hover .acc-img{
	background: url(/Images/Home/exit-down.png) no-repeat center;
}

.top .personal .personal-hide .hide-exit:hover .acc-text{
	color: #FF2500;
}


.foot{
	margin-top: 80px;
	width: 100%;
	height: 310px;
	background-color: #333333;
}
.foot .foot_bottom{
	width: 1138px;
	height: 310px;
	margin: 0 auto;
	position: relative;
}
.foot .foot_bottom .bottom_left{
	position: absolute;
	width: 349px;
	left: 0;
	top: 0;
	margin: 0 110px;
}
.foot .foot_bottom .bottom_left .txt-1{
	font-size: 30px;
	padding-top: 70px;
	color: white;
	font-weight: bold;
	
}
.foot .foot_bottom .bottom_left .txt-2{
	height: 19px;
	border-bottom: white 1px solid;
}
.foot .foot_bottom .bottom_left .txt-3{
	font-size: 18px;
	line-height: 28px;
	margin-top: 20px;
	color: white;
	
}
.foot .foot_bottom .bottom_right{
	position: absolute;
	width: 349px;
	right: 0;
	top:0;
	margin: 0 110px;
}

.foot .foot_bottom .bottom_right .txt-1{
	font-size: 30px;
	padding-top: 70px;
	color: white;
	font-weight:bold ;
}
.foot .foot_bottom .bottom_right .txt-2{
	height: 19px;
	border-bottom: white 1px solid;
}
.foot .foot_bottom .bottom_right .txt-3{
	
	margin-top: 20px;
	
	
}
.foot .foot_bottom .bottom_right .txt-3 p{
	font-size: 18px;
	line-height: 24px;
	color: white;
}
.reserved{
	font-size: 18px;
	color: #666666;
	background-color: #000000;
	height: 40px;
	text-align: center;
	line-height: 40px;
}



