@charset "utf-8";
/*
 * CSS Document 
 * by hg148b@foxmail.com
 * 2018.11.17
 */

/**************************************************Common****************************************************************/
.box{
	padding-top: 75px;
	padding-bottom: 75px;
}
.bg-main{
	background-color:#eaeff2;
}
/*--xs--*/
@media (max-width:767px){
	.box{
		padding-top: 25px;
		padding-bottom: 25px;
	}
}
/*--sm--*/
@media (min-width: 768px) and (max-width: 991px) {
	.box{
		padding-top: 35px;
		padding-bottom: 35px;
	}
}
/*--md--*/
@media (min-width: 992px) and (max-width: 1199px) {
	.box{
		padding-top: 50px;
		padding-bottom: 50px;
	}
}
/*--lg--*/
@media (min-width: 1200px) {

}


/*-- Header --*/
#header {
	color: #000;
	position:relative;
	z-index:1000;
	background-color:#fff;
	background: -webkit-linear-gradient(#fff, #eee); 			/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(#fff, #eee); 					/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(#fff, #eee); 				/* Firefox 3.6 - 15 */
	background: linear-gradient(#fff, #eee); 							/* 标准的语法 */
}
.navbar-brand{
	display: block;
	padding:0;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}
.navbar-default .navbar-nav > li > a {
	color: #000;
	font-size: 14px;
}
.navbar-default .navbar-nav > li > a:hover {
	color: #fff;
	background: none;
	box-shadow: 0px 5px 5px rgba(0,0,0,0.25) inset;                    /* For Latest Opera */	
	-webkit-box-shadow: 0px 5px 5px rgba(0,0,0,0.25) inset;            /* For Chrome5+, Safari5+ */
	-moz-box-shadow: 0px 5px 5px rgba(0,0,0,0.25) inset;               /* For Firefox3.6+ */
}
.navbar-nav {
	float: right;
	background-color: transparent;
}
.navbar-default .navbar-collapse, 
.navbar-default .navbar-form {
	border: none;
	background: none;
}
.navbar-default {
	border: none;
	background: none;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus{
	color: #fff;
	background-color: #00a0e9;
	box-shadow: 0px 5px 5px rgba(0,0,0,0.25) inset;                    /* For Latest Opera */	
	-webkit-box-shadow: 0px 5px 5px rgba(0,0,0,0.25) inset;            /* For Chrome5+, Safari5+ */
	-moz-box-shadow: 0px 5px 5px rgba(0,0,0,0.25) inset;               /* For Firefox3.6+ */
}
.navbar {
	margin-bottom: 0;
}
.nav > li > a {
	padding: 10px 20px;
}
.navbar-nav > li > a {
	padding-top: 30px;
	padding-bottom: 30px;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	color: #fff;
	background-color: #00a0e9;
}
.navbar-nav {
	margin-top: 0px;
	margin-bottom: 0px;
}
.hvr-sweep-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.hvr-sweep-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:#00a0e9;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-bottom:hover, 
.hvr-sweep-to-bottom:focus, 
.hvr-sweep-to-bottom:active {
	color: white;
}
.hvr-sweep-to-bottom:hover:before, 
.hvr-sweep-to-bottom:focus:before, 
.hvr-sweep-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
#header li.calls{
	padding: 20px 10px;
}
/*--xs--*/
@media (max-width:767px){
	.navbar-brand img {
		height:40px;
	}
	.navbar-brand {
		height:40px;
		margin:10px 5px;
	}
	.navbar-toggle {
		margin-right: 13px;
		margin-top: 13px;
		margin-bottom: 13px;
	}
	.navbar-default .navbar-toggle {
		/*--border: none;--*/
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #000;
	}
	.navbar-nav {
		float: none;
		text-align: center;
		background-color: transparent;
	}
	.nav > li > a {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		text-align:center;
		color: #ddd;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
		color: #fff;
	}
	.navbar-nav {
		border-top-width: 2px;
		border-top-style: solid;
		border-top-color: #103569;
	}
}
/*--sm--*/
@media (min-width: 768px) and (max-width: 991px) {
	.navbar-default .navbar-nav > li > a {
		padding-left: 10px;
		padding-right: 10px;
	}
	.navbar-brand {
		margin-left: 10px;
		margin-right: 10px;
	}
}
/*--md--*/
@media (min-width: 992px) and (max-width: 1199px) {
	.navbar-default .navbar-nav > li > a {
		padding-left: 15px;
		padding-right: 15px;
	}
}



/*--CopyRight--*/
#copy-right{
	color: #888;
	font-size: 14px;
	background-color: #2b3642;
	padding: 25px 0px;
	text-align: center;
}
#copy-right a{
	text-decoration: none;
}
#copy-right img{
	text-align:center
}
#copy-right a{
	color: #888;
}
#copy-right a:hover{
	color: #aaa;
}


/*--Back-To-Top--*/
#elevator2 {
	width: 60px;
	height: 120px;
	position: fixed;
	right: 10px;
	bottom: 10px;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition: opacity .4s ease-in-out;
	-o-transition: opacity .4s ease-in-out;
	opacity: 1;
	z-index: 999;
}
#elevator2 a {
	display: block;
	position:absolute;
}
#elevator2 .back-to-top{
	width: 60px;
	height: 50px;
	bottom: 70px;
	cursor: pointer;
	margin-bottom: 2px;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #aaa;
	background-image: url(../ico/ico-back-to-top.png);
}
#elevator2 .qrcode{
	width: 60px;
	height: 50px;
	bottom: 10px;
	cursor: pointer;
	margin-bottom: 2px;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #aaa;
	background-image: url(../ico/ico-qrcode.png);
}
#elevator2 a:hover {
	background-color: #0075ab;
}
#elevator2 a:active {
	background-color: #00608c;
}











/**************************************************Search****************************************************************/
#search-input{
	padding-top: 150px;
	padding-bottom: 150px;
}

#search-autofill{
	font-size: 14px;
	background-color: #fff;
	position: absolute;
	width: 100%;
	z-index: 9;
}
/*--search-autofill--*/
#search-autofill ul li{
	line-height: 25px;
	padding-left: 15px;
	padding-right: 15px;
	cursor: default;
}
#search-autofill ul li:hover{
	background-color: #eee;
}
#search-autofill hr{
	margin-top: 0px;
	margin-bottom: 0px;
}
#search-autofill span{
	padding: 5px 15px;
	background-color: #f5f5f5;
	display:block;
}
/*--search-result--*/
#search-result .title span{
	color: #888;
	font-size: 14px;
}
#search-result .product{
	position: relative;
	color: #222;
	background-color:#fff;
	display:block;
	text-align: center;
	text-decoration:none;
	margin-top: 15px;
	margin-bottom: 15px;
}
#search-result .product h3{
	font-size: 16px;
	padding:5px 0px;
	margin-top: 15px;
}
#search-result .product span{
	color:#a00;
	font-size: 12px;
	display: block;
	padding-top:5px;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
#search-result .product .trangle{
	display: none;
	width:10px;
	height: 10px;
	position:absolute;
	left:50%;
	bottom: -10px;
	margin-left: -5px;
	margin-bottom: 1px;
	background-image:url(../ico/ico-trangle.png);
	background-repeat:no-repeat;
}
#search-result .product.active .trangle{
	display: block;
}
#search-result .product.active,
#search-result .product.active h3,
#search-result .product.active span{
	color: #fff;
	background-color: #00A0E9;
}
/*--search-detail--*/
#search-detail{
	margin-top: 15px;
	margin-bottom: 15px;
}
#search-detail img.graph{
	border:solid 1px #ddd;
}
#search-detail table{
	font-size: 14px;
	background-color: #fff;
}
#search-detail table a{
	text-decoration: none;
}
#search-detail table tbody{
	background-color:#a00;
}
/*--xs--*/
@media (max-width:767px){
	#search-input{
		padding-top: 75px;
		padding-bottom: 75px;
	}
}
/*--sm--*/
@media (min-width: 768px) and (max-width: 991px) {
	#search-input{
		padding-top: 100px;
		padding-bottom: 100px;
	}
}
/*--md--*/
@media (min-width: 992px) and (max-width: 1199px) {
	#search-input{
		padding-top: 125px;
		padding-bottom: 125px;
	}
}
/*--lg--*/
@media (min-width: 1200px) {

}



/**************************************************Other****************************************************************/
.pr { position:relative;}
.mb25 { margin-bottom:25px;}
.white{color: #fff}