/*
 * 通用
 */
html,
body {
	margin: 0;
    padding: 0;
    min-width: 1200px;
    width: 100%;
	/*height: 2000px;*/
	background: #e5ebf4 url(../images/bg02.jpg) no-repeat center bottom;
}
* {
	padding: 0;
    margin: 0;
	font-family: Microsoft YaHei, arial, SimHei, serif, Baskerville, Georgia;
}
.channel a img,
.channel a:hover img,
.channel span,
.brand .clearfix > div a,
.brand .clearfix > div a img,
.product-list table .list-btn,
.product-list table .list-btn a,
.shoppingCart .list-btn button,
.details-info .details-pricer a,
.aside a {
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
}
*:hover {
	/*transition: all .2s;*/
	/*-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;*/
}
a {
	cursor: pointer;
    color: #333;
    text-decoration: none;
}
a:hover, a:focus {
  color: #333;
  text-decoration: underline;
}
input, select, textarea {
	outline: none;
}
ol, ul {
	list-style: none;
}
iframe {
	border: none;
	margin: 0;
	padding: 0;
	marginwidth: 0;
	marginheight: 0;
	frameborder: no;
	scrolling: no;
	allowtransparency: yes;
}
.aaa {box-shadow: 0 0 1px red;}
.bbb {box-shadow: 0 0 1px green;}
.wrapper {
	position: relative;
	display: block;
	width: 1200px;
	/*padding-right: 15px;
    padding-left: 15px;*/
    margin-right: auto;
    margin-left: auto;
}

/*	
 * 顶部
 */
.header {
	position: relative;
    width: 100%;
    height: 40px;
	background-color: #F2F2F2;
}
.header .navbar-inverse {
	background-color: #F2F2F2;
    border: none;
    margin-bottom: 0;
    min-height: 40px;
    height: 40px;
    line-height: 40px;
    box-shadow: 0 0 1px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 1px rgba(0,0,0,0.3);
}
.header ul.nav > li {
	padding-left: 20px;
}
.header ul.nav > li i {
	padding: 0 5px;
}
.header ul.nav > li > span {
	padding: 0 2px;
	color: #042840;
	font-weight: bold;
}
.header .navbar-inverse .navbar-nav > li >  a {
	color: #333;
	padding: 0;
	line-height: 40px;
}
.header .navbar-right .dropdown-menu {
	left: 0;
	right: auto;
}

/* 导航 */
#nav {
	margin-bottom: 10px;
	position: relative;
	z-index: 9;
	background-color: #fff;
    box-shadow: 0px 0px 10px #333;
    -webkit-box-shadow: 0px 0px 10px #333;
    -moz-box-shadow: 0px 0px 10px #333;
}
#nav .navbar-nav > li > a {
	font-size: 16px;
	color: #042840;
	font-weight: bold;
	padding: 15px 22px;
}
#nav .navbar-nav > li:hover a{
	color: #FFF !important;
	background-color: #042840;
	background-color: rgba(4, 40, 64, 1);
}
#nav .navbar-nav > li:hover > ul.nav  {
	display: block;
}
#nav .navbar-nav > li > ul.nav {
	display: none;
	position: absolute;
    width: 100%;
    text-align: center;
}
#nav .navbar-nav > li > .nav li a {
	color: #FFF;
	background-color: rgba(0, 0, 0, 0.6);
}
#nav .navbar-nav > li > .nav li a:hover {
	text-decoration: underline;
}
#nav .navbar-nav > li > ul.nav:before{
	content: '';
	position:absolute;
	top:-10px;
	left:42%;
	width:0;
	height:0;
	border-style: solid;
	border-width: 0px 10px 10px 10px;
	border-color: transparent transparent rgba(0,0,0,0.6) transparent;
}

/*	
 * banner
 */
#banner {
	position: relative;
	width: 100%;
	/*height: 500px;*/
}
#banner .carousel-indicators li {
	background-color: #999;
	border: none;
}
#banner .carousel-indicators .active {
	width: 20px;
	background-color: #DDDDDD;
}
#banner .carousel-control {
	left: 50%;
	width: 30px;
	color: #ccc;
}
#banner .carousel-control.left {
	margin-left: -630px;
	background: none;
}
#banner .carousel-control.right {
	left: 50%;
	margin-left: 600px;
	background: none;
}
#banner .carousel-indicators {
    left: 50%; 
	width: 200px;
    margin-left: 400px;
    bottom: 10px;
    margin-bottom: 0;
}

/*	
 * 搜索
 */
.search {
	position: relative;
	width: 650px;
	height: 50px;
	font-size: 16px;
	padding: 5px 20px;
	margin: -25px auto 0;
	background-color: #FFFFFF;
	box-shadow: 3px 3px 10px #666;
	-webkit-box-shadow: 3px 3px 10px #666;
	-moz-box-shadow: 3px 3px 10px #666;
	-o-box-shadow: 3px 3px 10px #666;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-o-border-radius: 50px;
	z-index: 2;
}
.search select{
	width: 100px;
	height: 40px;
	border: none;
	cursor: pointer;
	outline: none;
}
.search .search-select {
	display: inline-block;
	width: 110px;
	height: 40px;
	border: none;
	cursor: pointer;
	outline: none;
}
.search .search-select button {
	font-size: 16px;
    padding: 9px;
    border: none;
    margin-top: -5px;
	outline: none !important;
}
.search .search-select .bootstrap-select .dropdown-toggle:focus {
	outline: none !important;
}
.search .search-select .dropdown-menu {
	margin-top: 10px;
}
/* 搜索 联想 */
.search .search-input {
	position: relative;
	display: inline-block;
	width: 420px;
	height: 40px;
	margin-left: 10px;
	border-left: 2px solid #777;
}
.search input.searchInput {
	width: 420px;
	height: 40px;
	padding-left: 20px;
	border: none;
}
.search .search-input .dropdown-menu {
	width: 100%;
	margin-top: 10px;
	max-height: 240px;
    /* overflow: hidden; */
    overflow: auto;
}


.search .search-button {
	position: absolute;
    top: 5px;
    right: 20px;
	display: inline-block;
	width: 40px;
    height: 40px;
    line-height: 40px;
	font-size: 30px;
	color: #042840;
	cursor: pointer;
}

/*	
 * 通道
 */
.channel {
	padding: 80px 0 50px;
}
.channel a {
	position: relative;
	display: block;
	float: left;
	width: 20%;
	text-align: center;
	color: #042840;
}
.channel a:hover {
	text-decoration: none;
}
.channel a:hover img {
    transform: translateY(-8px);
	-webkit-transform: translateY(-8px);
	-moz-transform: translateY(-8px);
	-ms-transform: translateY(-8px);
}
.channel a:hover span {
	opacity: 1;
}
.channel span {
	display: block;
    margin: 0 auto;
    width: 80px;
    height: 10px;
    opacity: 0; 
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.4) 0%, transparent 70%);
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.4) 0%, transparent 70%);
	pointer-events: none;
}
.channel a img {
	width: 60px;
	height: 60px;
}
.channel a h3 {
	margin: 15px 0 30px;
}

/*	
 * 品牌
 */
.brand {
	text-align: center;
	margin-bottom: 100px;
}
.brand h2 {
	margin: 20px 0 50px;
}
.brand .clearfix > div {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 116px;
	height: 130px;
	line-height: 124px;
	margin: 0 -3px;
}
.brand .clearfix > div a {
	position: relative;
	display: inline-block;
	width: 116px;
	height: 130px;
	background: url(../images/brandbg01.png) no-repeat center;
	background-size: cover;
}
.brand .clearfix > div a img {
	max-width: 100px;
    max-height: 56px;
	width: 150px;
}
.brand .clearfix > div a:hover {
	width: 156px;
	height: 174px;
	line-height: 166px;
	background: url(../images/brandbg02.png) no-repeat center;
	background-size: 156px 174px;
	transform: translate(-20px, -20px);
	-webkit-transform: translate(-20px, -20px);
	-moz-transform: translate(-20px, -20px);
	-ms-transform: translate(-20px, -20px);
	-o-transform: translate(-20px, -20px);
	z-index: 99;
}
.brand .clearfix > div a:hover img {
	max-width: 130px;
    max-height: 75px;
}
.brand-two {
	margin-left: 116px;
	margin-top: -30px;
	margin-bottom: -30px;
}

/*	
 * 
 */
 
 
 
 
 
 
/* 放大预览 */
#Bigimg{
    position: fixed;
    top: 0;
    left: 0;
	width: 100%;
    height: 100%;
    background:rgba(0,0,0,0.2);
    z-index:1000;
}
#Bigimg img {
    position:fixed;
    max-width: 1024px;
    max-height: 900px;
    left:50%;
    top:50%;
	transform: translate(-50%, -50%);
   	-webkit-transform: translate(-50%, -50%);
   	-moz-transform: translate(-50%, -50%);
    z-index: 10001;
   	cursor: zoom-out;/* 鼠标缩小 */
}
#Bigimg iframe {
	position:fixed;
    width: 1024px;
    height: 600px;
    left:50%;
    top:50%;
	transform: translate(-50%, -50%);
   	-webkit-transform: translate(-50%, -50%);
   	-moz-transform: translate(-50%, -50%);
    z-index: 10001;
   	cursor: zoom-out;/* 鼠标缩小 */
}



/*	
 * 底部
 */
.footer {
	position: relative;
	width: 100%;
	height: 295px;
	padding-top: 30px;
	color: #FFFFFF;
	background: url(../images/footer.jpg) no-repeat top center;
}
.footer .col-md-3 {
	width: 30%;
}
.footer .col-md-2 {
	width: 15%;
}
.footer .col-md-5 {
	width: 40%;
}
.footer h4 {
	padding-bottom: 20px;
}
.footer p {}
.footer p a {
	color: #FFFFFF;
}
.footer .advantage {
	text-align: center;
}
.footer .advantage ul {
	padding: 0;
	margin-bottom: 8px;
}
.footer .advantage ul li {
	float: left;
    margin: 20px 5px;
	padding: 0 15px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #afafaf;
	border-radius: 40px;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	-ms-border-radius: 40px;
}
.footer .advantage ul li img {
	margin: -5px 5px 0 0;
}

.footer .bottom {
	padding: 20px 0 10px;
	border-top: 1px solid #afafaf;
	color: #afafaf;
	text-align: center;
}




/*	
 * 登录
 */
#login {
	position: relative;
	width: 100%;
	height: 100%;
	background: url(../images/loginbg.jpg) no-repeat center;
}
.login {
	position: relative;
	width: 450px;
	height: 450px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.login > a {
	display: block;
	text-align: center;
	margin-bottom: 30px;
}
.login .input-group {
	height: 50px;
	background-color: #FFFFFF;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	box-shadow: 0 0 20px #b5b5b5;
	-webkit-box-shadow: 0 0 20px #b5b5b5;
}
.login .input-group-addon {
	padding-left: 20px;
	padding-right: 5px;
    font-size: 20px;
	color: #BABABA;
	border: none;
	background-color: transparent;
}
.login .form-control {
	/* margin-top: 15px; */
	height: 50px;
	border: none;
	box-shadow: none;
}
.login .has-error .form-control:focus {
	box-shadow: none;
	background-color: transparent;
}
.login .form-control-feedback {
	top: 10px;
}
.login  #captcha{
	width: 270px;
}
.login #imgCode {
	margin-top: 13px;
}
.login label {
	font-weight: normal;
}
.login #submitbtn {
	margin: 0 125px;
	width: 200px;
	height: 50px;
	font-size: 18px;
	color: #FFFFFF;
	background-color: #042840;
}
