﻿

/*过年*/
.left-year{
    width:100px;
    height:400px;
    position: fixed;
    overflow:hidden;
	left:0px;
    z-index:99998;

}
.right-year{
    width:100px;
    height:400px;
    position: fixed;
    overflow:hidden;
	right:0px;
    z-index:99998;
}

@charset "utf-8";
/* CSS Document */
body {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: #888;
    line-height: 30px;
    text-align: center;
}
a:hover {text-decoration:none !important;}
.header-outdiv{
	background-color: #77b3d4 !important;
	width:100%;
	padding-right: 10px;
	z-index:99997;
	box-shadow: 0 4px 8px 0 rgba(7,17,27,.1);
	height: 55px;
	min-height:55px; 
	height:auto!important;
}
.ul-float{
	width:42%;
	float:left;}
.search-float{
	width:15%;
	float:left;}
.login-float{
	width:15%;
	float:left;
	text-align:right;
	color:#4D555D;
	font-size:14px;}
.logo-top{
	margin-left:20px;
    width:15%;
	float:left;
    margin-top:-4px;
}
.fuliu-ulTwo li a{
	font-size:14px;
	color:#fff;
	text-decoration:none;
	float:left;
	height:35px;}
.fuliu-ulTwo li a:hover{
	color:#fff;
	font-weight: bold;
	background:url(/images/Shared/ahover.png) no-repeat center bottom;
    background-color:#77b3d4;
}
.fuliu-ulTwo li{
	float:left;
	list-style-type:none;
	color:#4D555D;
	font-weight: bold;
	margin-left:13px;
	margin-right:13px;
	margin-top:15px;
	margin-bottom:10px;
    background-color:#77b3d4  !important;
}
.dropdown-menu {  margin:0 !important;text-align:center;z-index:47483647; } 
.fuliu-ulTwo li:hover .dropdown-menu {  
	display: block;
	left: -45px;
	box-shadow:none;
	border-radius:0px;
	width:160px;
	text-align:center !important;} 
.ul-down{
	background-color:#fff !important;z-index:47483647;box-shadow: 0 4px 8px 0 rgba(7,17,27,.1);border-radius:10px;}
.ul-down li {
    background-color:#fff;
}
.ul-down li a{
	padding: 0px 10px; 
	font-size:14px !important;
	line-height:14px !important;
	height:12px;
	width:130px;
	color:#1e7eb2 !important;
    background-color:#fff;
}
.ul-down li a:hover{
	font-size:16px;
	color:#359210 !important;
    background:none;
	background-color:#fff  !important;
	font-weight:bold;}

.fuliu-search form {
/*  position: relative;*/
/*  width: 300px;
  margin: 0 auto;*/
}
.fuliu-search div {
  width:200px;
  margin-top:10px;
  margin-bottom:10px;
  border-bottom: 2px solid #fff;
}
.fuliu-search input {
  width: 180px;
  height: 30px;
  border:none;
  background:none;
  outline:none;
  color:#fff;
}
.fuliu-glyphicon-search{color:#fff;}


.shop-cart {
/*	float:right;*/
	margin-right:10px;
	width:90px;
    position: relative;
    height: 36px;
    line-height: 36px;
    margin-top: 10px;
    margin-bottom: 10px;
	border-radius: 32px;
	border: 2px solid #fff;
}
.shop-cart  p span{
	color:#fff; 
}
.shop-cart-in{
	width:10%;float:left;}
.shop-cart-in a{text-decoration: none;}
.shop-cart-in a:hover div{background:#1e7eb2;border: 2px solid #1e7eb2;} 
.shop-cart-in a:hover div p span{color:azure;} 

.login-float p{
	margin-top:12px;
}
.login-float p span{
	margin-left:5px;
	margin-right: 5px;
	color:#fff;
}
.login-float p span a{
	text-decoration: none;
	color:#fff;
	font-weight: bold;
}
.login-float p span a:hover{
	color:#1e7eb2;
}


input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color: #fff;font-size:12px;
}
input:-moz-placeholder, textarea:-moz-placeholder {
color: #fff;font-size:12px;
}
input::-moz-placeholder, textarea::-moz-placeholder {
color: #fff;font-size:12px;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
color: #fff;font-size:12px;
}

#box{
    display: none;  
    width: 315px;  
    height:220px;  
    background:#fff;  
    padding: 12px;
	border-radius:5px;
    text-align: left;  
    position: absolute;
	box-shadow: 0 4px 8px 0 rgba(7,17,27,.1);
    z-index:47483647;
}
#box p span{color:#1e7eb2;font-size:14px;}
#box p a span{
	color:#a3a4a4;font-size:14px;
}
#box p a{text-decoration:none;}
#box p a:hover span{
	color:crimson;
}

@media (max-width:1700px){
	.fuliu-search form {
  margin-left:180px;
}
}
@media (max-width:1600px){
	.fuliu-search form {
  margin-left:140px;
}
}
@media (max-width:1500px){
    .fuliu-search form {
  margin-left:85px;
}
	.fuliu-ulTwo li{
	margin-left:8px;
	margin-right:8px;
	font-size:14px;}
}
@media (max-width:1300px){
    .fuliu-search form {
  margin-left:5px;
}
	.header-outdiv{
	height: 152px !important;
}
	.ul-float{
	width:65%;
	float:left;}
	.search-float{
	width:20%;
	float:left;
	margin-left:21%;}
}
@media (max-width:1000px){
.header-outdiv{
	height:200px !important;
}
.ul-float{
	width:100%;
	float:left;}
.search-float{
	width:50%;
	float:left;
	margin-left:40px;}
.login-float{width:20%;}
}





