@charset "utf-8";
/*
 * CSS Document 
 * by hg148b@foxmail.com
 * 2019.3.28
 */
 
/*--JS--*/
.color-animation{}
.bgcolor-animation{}
.shadows-animation{}

/*--Main Web Style--*/
.bg-main{background-color:#eaeff2;}
*{font-size:16px;}
.box{padding-top:75px;padding-bottom:75px;}
/*--Width screen 1600px (new!)--*/
.containerw{
	width:100%;
	margin-left:auto;
	margin-right: auto;
}
.ui {
	width:100%;
	height:1px;
	background-color: #aa0000;	
}
.left,.t-l,t_l{text-align:left;}
.white{color:#fff;}
.gray{color:#aaa;}

/*--xs--*/
@media (max-width:767px){
	.containerw{width:90%;}
	.box{padding-top:25px;padding-bottom:25px;}
}
/*--sm--*/
@media (min-width: 768px) and (max-width: 991px) {
	.containerw{width:718px;}
	.box{padding-top:50px;padding-bottom:50px;}
}
/*--md--*/
@media (min-width: 992px) and (max-width: 1199px) {
	.containerw{width:942px;}
	.box{padding-top:75px;padding-bottom:75px;}
}
/*--lg--*/
@media (min-width: 1200px) and (max-width: 1599px) {
	.containerw{width:1150px;}
	.box{padding-top:100px;padding-bottom:100px;}
}
/*--lgg--*/
@media (min-width: 1600px) {
	.containerw{width:1550px;}
}

/*-- 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: 15px;
}
.navbar-default .navbar-nav > li > a {
	color: #000;
	font-size: 16px;
}
.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: #aa0000;
	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: #aa0000;
}
.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:#aa0000;
  -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.contact{
	cursor:pointer;
	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;
	}
}

/*--Back-To-Top--*/
#elevator {
	width: 60px;
	position: fixed;
	right: 15px;
	bottom: 15px;
	-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;
}
#elevator .back-to-top,
#elevator .contact-qq,
#elevator .contact-chat{
	display: block;
	width: 60px;
	height: 50px;
	cursor: pointer;
	background-color: #800;
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 2px;
}
#elevator .back-to-top{
	background-color: #555;
	background-image: url(../ico/ico-back-to-top.png);
}
#elevator .contact-qq{
	background-image: url(../ico/ico-qq-white.png);
}
#elevator .contact-chat{
	background-image: url(../ico/ico-contact.png);
}
#elevator a:hover,
#elevator a:active {
	background-color: #a00;
}

/*-- Focus --*/
#focus{}
#focus ol {
	margin-bottom: -10px;
}
#focus .carousel-control{
	width: 10%;
}
#focus .carousel-control.left{
	background-image: linear-gradient(to right,rgba(0,0,0,.25) 0,rgba(0,0,0,.0001) 100%);
}
#focus .carousel-control.right{
	background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.25) 100%);
}

/*-- Focus-Inner --*/
#focus-inner{
	background-repeat: no-repeat;
	background-position: center center;
	height: 400px;
	background-size:100%;
}
/*--xs--*/
@media (max-width:767px){
	#focus-inner{
		height: 150px;
		background-size:130%;
	}
}
/*--sm--*/
@media (min-width: 768px) and (max-width: 991px) {
	#focus-inner{
		height:200px;
		background-size:120%;
	}
}
/*--md--*/
@media (min-width: 992px) and (max-width: 1199px) {
	#focus-inner{
		height: 300px;
		background-size:110%;
	}
}

/*-- Position --*/
#position{
	background-color: #f5f5f5;
}
#position *{
	font-size: 12px;
}
#position ul{
	margin-bottom: 0px;
}
#position a:hover{
	color: #aa0000;
}

/*-- product Frame --*/
#productFrame{}
.head-title{}
.head-title h2{
	font-size:28px;
}
/*--xs--*/
@media (max-width:767px){
	.head-title{
		padding-left: 5px;
		padding-right: 5px;
	}
	.head-title h2{
		font-size:18px;
	}
}
/*--sm--*/
@media (min-width: 768px) and (max-width: 991px) {
	.head-title{
		padding-left: 10px;
		padding-right: 10px;
	}
	.head-title h2{
		font-size:24px;
	}
}

/*-- titles & description --*/
.titles{
	padding-top: 25px;
	padding-bottom: 25px;
	text-align:center;
}
.titles .title{
	font-weight:bold;
	margin: 0px;
	color:#222;
}
.titles .title h1{
	font-weight:bold;
	margin-top: 0px;
	margin-bottom: 15px;
}
.titles .description{
	text-align:center;
	color:#888;
}
/*--xs--*/
@media (max-width:767px){
	.titles{
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.titles .title h1{
		font-size:26px;
	}
	.titles .description{
		font-size:12px;
	}
}
/*--sm--*/
@media (min-width: 768px) and (max-width: 991px) {
	.titles{
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.titles .title h1{
		font-size:28px;
	}
	.titles .description{
		font-size:14px;
	}
}
/*--md--*/
@media (min-width: 992px) and (max-width: 1199px) {
	.titles{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.titles .title h1{
		font-size:32px;
	}
}

/*-- Second menu --*/
.secondmenu{
	padding-top:25px;
	padding-bottom: 25px;
}
.secondmenu ul{
	text-align: center;
}
.secondmenu ul li{
	text-align: center;
	margin: 2px 0px;
	padding:0px;
}
.secondmenu ul li a{
	display:block;
	padding: 15px 25px;
	background-color:#fff;
	color:#000;
}
.secondmenu ul li a:hover{
	background-color:#a00;
	color:#fff;
}
.secondmenu ul li.active a{
	background-color:#a00;
	color:#fff;
}
/*--xs--*/
@media (max-width:767px){
	.secondmenu{
		padding-top:10px;
		padding-bottom: 10px;
	}
	.secondmenu ul li a{
		font-size: 14px;
		padding: 10px 15px;
	}
}
/*--sm--*/
@media (min-width: 768px) and (max-width: 991px) {
	.secondmenu{
		padding-top:15px;
		padding-bottom: 15px;
	}
	.secondmenu ul li a{
		font-size: 14px;
		padding: 12px 20px;
	}
}
/*--md--*/
@media (min-width: 992px) and (max-width: 1199px) {
	.secondmenu{
		padding-top:20px;
		padding-bottom: 20px;
	}
}

/*-- product --*/
.product{
	color: #222;
	display: block;
	position:relative;
	background-color:#fff;
	border:solid 1px #ddd;
	color:#000;
	margin: 15px;
	overflow: hidden;
	-webkit-box-shadow:0 0 0 rgba(0,0,0,0);
	-moz-box-shadow:0 0 0 rgba(0,0,0,0);
	box-shadow:0 0 0 rgba(0,0,0,0);
}
.product:hover{}
.product .img{}
.product .text{
	padding:10px 0px;
	text-align: center;
}
.product .text .title{
	display: block;
	padding:10px 5px;
	font-size:20px;
	color:#000;
}
.product .text .title h3{
	font-size: 18px;
	margin: 0px;
	padding: 0px;
}
.product .text .price{
	color:#a00;
	font-weight: bold;
}
.product .text .range{
	padding:10px 5px;
}
.product .text .range span{
	display: inline-block;
	font-size: 12px;
	color:#888;
	background-color: #ddd;
	padding: 2px 7px;
 -moz-border-radius:5px;
 -webkit-border-radius:5px;
 border-radius:5px;
}
.product .text .range span:hover{
	color: #fff;
	background-color: #222;
}
.product .text .btns{
	padding:10px 5px;
}
.product .category{
	background-color: #222;
	color: #fff;
	display:block;
	font-size: 14px;
	position: absolute;
	top:-50px;
	right:1px;
	padding:5px 10px;
	z-index: 9;
}
.product .tuijian{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 9;
	background-image:url(../img/sys/ruijian.png);
	background-repeat:no-repeat;
	background-position:top left;
	background-size: 100%;
	width:65px;
	height: 60px;
}
.product .more{
	position: absolute;
	right: 0;
	bottom: -50px;
	z-index: 9;
	background-image:url(../img/sys/more.png);
	background-repeat:no-repeat;
	background-position:top left;
	background-size: 100%;
	width:80px;
	height: 40px;
}
/*--xs--*/
@media (max-width:767px){
	.product{
		margin: 5px;
	}
	.product .text .title{
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.product .text .title h3{
		font-size: 14px;
	}
	.product .text .price{
		font-size: 14px;
		font-weight: normal;
	}
	.product .text .range{
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.product .text .btns{
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.product .text .btns a span{
		font-size: 12px;
	}
	.product .text .range span{
		font-size: 12px;
	}
	.product .tuijian{
		width: 40px;
		height: 35px;
	}
	.product .category{
		font-size: 12px;
		padding:2px 5px;
	}
	.product .more{
		width:40px;
		height: 20px;
	}
}
/*--sm--*/
@media (min-width: 768px) and (max-width: 991px) {
	.product{
		margin: 5px;
	}
	.product .text .title{
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.product .text .title h3{
		font-size: 14px;
	}
	.product .text .range{
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.product .text .btns{
		padding-top: 5px;
		padding-bottom: 5px;
	}
	.product .text .btns a span{
		font-size: 12px;
	}
	.product .text .range span{
		font-size: 12px;
	}
	.product .tuijian{
		width: 40px;
		height: 35px;
	}
	.product .category{
		font-size: 12px;
		padding:2px 5px;
	}
	.product .more{
		width:40px;
		height: 20px;
	}
}
/*--md--*/
@media (min-width: 992px) and (max-width: 1199px) {
	.product{
		margin: 10px;
	}
	.product .text .title{
		padding-top: 7px;
		padding-bottom: 7px;
	}
	.product .text .range{
		padding-top: 7px;
		padding-bottom: 7px;
	}
	.product .text .btns{
		padding-top: 7px;
		padding-bottom: 7px;
	}
	.product .text .btns a span{
		font-size: 14px;
	}
	.product .more{
		width:60px;
		height: 30px;
	}
}

<!--Advantage-->
#advantage{
	margin-bottom: 0px;
}
#advantage,
#advantage p{
	text-align: center;
}
#advantage,
#advantage .titles .title,
#advantage .titles .description{
	color: #fff;
}
#advantage .titles .description{
	font-size: 20px;
	font-weight: lighter;
}
#advantage .advantage{
}
#advantage .advantage .item{
	margin-left: 0px;
	margin-right: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#advantage .advantage .prev{
	text-align: center;
}
#advantage .advantage .prev img{
	display:inline-block;
}
#advantage .advantage .title{
	font-size:24px;
}
#advantage .advantage .description{}
/*--xs--*/
@media (max-width:767px){
	#advantage .titles .description{
		font-size: 14px;
	}
	#advantage .advantage .title{
		font-size:16px;
		margin-bottom: 0px;
	}
	#advantage .advantage .description{
		font-size:14px;
		margin-bottom: 0px;
	}
}
/*--sm--*/
@media (min-width: 768px) and (max-width: 991px) {
	#advantage .titles .description{
		font-size: 16px;
	}
	#advantage .advantage .title{
		font-size:18px;
		margin-bottom: 5px;
	}
	#advantage .advantage .description{
		font-size:16px;
		margin-bottom: 5px;
	}
}
/*--md--*/
@media (min-width: 992px) and (max-width: 1199px) {
	#advantage .titles .description{
		font-size: 18px;
	}
}

/*--Footer--*/
#footer{
	color: #aaa;
	background-color: #222;
	text-align:center;
	background-image:url(../img/sys/bg_line_black.png);
	background-repeat:repeat-x repeat-y;
}
#footer a{
	color: #aaa;
}
#footer a:hover{
	color: #fff;
}
#footer form>input{
	margin-bottom: 5px;
}
#footer a.btn{
	color: #fff;
}
#footer .menus{
	padding-top: 5px;
	padding-bottom: 5px;
}
#footer .menus .title{}
#footer .menus .menu{}
#footer .menus .menu li{
	padding-left: 10px;
	padding-right: 10px;
	background-image: url(../img/sys/split-footer-menu.png);
	background-position:center right;
	background-repeat: no-repeat;
}
#footer .contacts{
	padding-top: 50px;
	padding-bottom: 50px;
}
#footer .contacts .item.split{
	background-image:url(../img/sys/split-footer-contact.png);
	background-position:center right;
	background-repeat: no-repeat;
}
#footer .contacts img{
	display: inline-block;
}
#footer .contacts .btn.contact{
	border-color: #888;
	background-color: transparent;
	color: #888;
	margin-top: 5px;
	margin-bottom: 5px;
}
#footer .contacts .btn.contact:hover{
	color: #fff;
	background-color: rgba(255,255,255,0.25);
}
#footer .copyrights{
	padding-top: 5px;
	padding-bottom: 5px;
}
/*--xs--*/
@media (max-width:767px){
	#footer .menus .title h2{
		font-size: 20px;
	}
	#footer .menus .menu a{
		font-size: 12px;
	}
	#footer .menus .menu li{
		padding-left: 5px;
		padding-right: 5px;
	}
	#footer .contacts{
		padding-top: 25px;
		padding-bottom: 25px;
	}
	#footer .copyrights a{
		font-size: 12px;
	}
}
/*--sm--*/
@media (min-width: 768px) and (max-width: 991px) {
	#footer .menus .title h2{
		font-size: 24px;
	}
	#footer .menus .menu a{
		font-size: 14px;
	}
	#footer .menus .menu li{
		padding-left: 10px;
		padding-right: 10px;
	}
	#footer .contacts{
		padding-top: 35px;
		padding-bottom: 35px;
	}
	#footer .copyrights a{
		font-size: 14px;
	}
}
/*--md--*/
@media (min-width: 992px) and (max-width: 1199px) {

}

/*--newsIndex--*/
#newsIndex{
	background-image:  url(../img/sys/line-reppet.png);
	background-repeat: repeat-x repeat-y;
	background-position:center center;
	background-color: #a00;
}
#newsIndex .threea{
	background-color: #f5f5f5;
	margin-left: -10px;
	margin-right: -10px;
	margin-top: 5px;
	margin-bottom: 5px;
	-webkit-box-shadow:0 0 0 rgba(0,0,0,0);
	-moz-box-shadow:0 0 0 rgba(0,0,0,0);
	box-shadow:0 0 0 rgba(0,0,0,0);
}
#newsIndex .threea:hover{
	background-color: #fff;
}
#newsIndex .threea .headline{
	background-color: #f5f5f5;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../img/sys/line-reppet2.png);
	background-repeat: repeat-x repeat-y;
	background-position:center center;
}
#newsIndex .threea:hover .headline{
	background-color: #eee;
}
#newsIndex .threea .headline .title h2{
	line-height: 30px;
	color: #222;
	font-size: 20px;
	display: inline;
}
#newsIndex .threea:hover .headline .title h2{
	color: #a00;
}
#newsIndex .threea .headline .more,
#newsIndex .threea .headline .more span{
	font-size: 14px;
}
#newsIndex .threea .headline .more{
	line-height: 20px;
	color: #888;
	display: block;
	float:right;
	margin-top: 5px;
	margin-bottom: 5px;
}
#newsIndex .threea .headline .more:hover{
	color: #222;
}
#newsIndex .threea .prev{
	padding-top: 15px;
	padding-bottom: 15px;
}
#newsIndex .threea .items{
	padding: 10px 0;
}
#newsIndex .threea .items ul li{
	border-bottom: dashed 1px #aaa;
	padding-left: 15px;
	padding-right: 15px;
	overflow: hidden;
}
#newsIndex .threea .items ul li:hover{
	background-color: #f5f5f5;
}
#newsIndex .threea .items ul li a{
	color: #888;
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
}
#newsIndex .threea .items ul li a:hover{
	color: #222;
}
#newsIndex .threea .items ul li a .title{
	font-size: 16px;
	display: inline;
	line-height: 24px;
}
#newsIndex .threea .items ul li a .title .ico{
	background-image:url(../ico/ico-jian.png);
	background-repeat:no-repeat;
	background-position:center center;
	background-size: 100%;
	display: block;
	float: left;
	width:20px;
	height:20px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-right: 5px;
}
#newsIndex .threea .items ul li a .date{
	font-size: 12px;
	display: block;
	float:right;
	line-height: 24px;
}
#newsIndex .items ul.qa li{
	padding-top: 10px;
	padding-bottom: 10px;
}
#newsIndex .items ul.qa li:hover{
	background-color: #f5f5f5;
}
#newsIndex .items ul li a.q,
#newsIndex .items ul li a.a{
	font-size: 16px;
	color: #222;
	line-height:24px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#newsIndex .items ul li a.q{
	color: #a00;
}
#newsIndex .items ul li a.a{
	color: #888;
}
#newsIndex .items ul li a.q h3{
	font-size: 16px;
	line-height:30px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#newsIndex .items ul li a.q span,
#newsIndex .items ul li a.a span{
	background-repeat:no-repeat;
	background-position:center center;
	background-size: 100%;
	display:block;
	float:left;
	width:20px;
	height:20px;
	margin: 2px 5px 2px 0px;
}
#newsIndex .items ul li a.q span{
	background-image:url(../ico/ico-q.png);
}
#newsIndex .items ul li a.a span{
	background-image:url(../ico/ico-a.png);
}
/*--xs--*/
@media (max-width:767px){
	#newsIndex .threea .items ul li a .title{
		font-size: 14px;
	}
	#newsIndex .threea .items ul li a .title .ico{
		width:18px;
		height:18px;
		margin-top: 2px;
		margin-bottom: 2px;
	}
	#newsIndex .items ul li a.q h3,
	#newsIndex .items ul li a.a{
		font-size: 14px;
	}
	#newsIndex .items ul li a.q span,
	#newsIndex .items ul li a.a span{
		width:16px;
		height:16px;
		margin-top: 6px;
		margin-bottom: 6px;
	}
}
/*--sm--*/
@media (min-width: 768px) and (max-width: 991px) {
	#newsIndex .threea .items ul li a .title{
		font-size: 14px;
	}
	#newsIndex .threea .items ul li a .title .ico{
		width:18px;
		height:18px;
		margin-top: 2px;
		margin-bottom: 2px;
	}
	#newsIndex .items ul li a.q h3,
	#newsIndex .items ul li a.a{
		font-size: 14px;
	}
	#newsIndex .items ul li a.q span,
	#newsIndex .items ul li a.a span{
		width:16px;
		height:16px;
		margin-top: 6px;
		margin-bottom: 6px;
	}
}

/*--Product Detail Menu--*/
#product-detail-menu{
	position: fixed;
	width: 100%;
	top: -60px;
	left: 0px;
	background: rgba(255,255,255,0.95);
	z-index: 999;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: solid 1px #ddd;
}
#product-detail-menu .title{
	display: inline;
	font-size: 20px;
	line-height:34px;
}
#product-detail-menu ul{
	float: right;
}
#product-detail-menu ul li{
	display: inline-block;
}
#product-detail-menu ul a.btn span{
	font-size: 14px;
}
#product-detail-menu ul li{
	margin:0;
	padding-left: 0px;
	padding-right: 0px;
	background-image:url(../img/sys/split-footer-menu.png);
	background-repeat: no-repeat;
	background-position:center right;
}
#product-detail-menu ul li a{
	color:#888;
	font-size: 14px;
	display: block;
	padding: 2px 8px;
}
#product-detail-menu ul li.active a,
#product-detail-menu ul li:hover a{
	color: #fff;
	background-color:#555;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
/*--xs--*/
@media (max-width:767px){
	#product-detail-menu ul{
		float: left;
	}
}

/*--Product Detail--*/
#product-detail{
	text-align: center;
}
#product-detail .part{
	background-position: center center;
	background-repeat:no-repeat;
}
#product-detail .part{
	padding-top: 25px;
	padding-bottom: 25px;
}
#product-detail .part .titles,
#product-detail .part .titles p{
	text-align: left;
}
#product-detail .part .titles .title{
	font-weight: normal;
	margin-bottom: 10px;
}
#product-detail .part .titles .description{

}
#product-detail .part .titles.white .title{
	color: #fff;
}
#product-detail .part .titles.white .description{
	color: #ddd;
}
/*--xs--*/
@media (max-width:767px){
	#product-detail .part{
		padding-top: 15px;
		padding-bottom: 15px;
	}
	#product-detail .part .titles .title{
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 5px; 
	}
	#product-detail .part .titles .description{
		font-size: 14px;
	}
}
/*--sm--*/
@media (min-width: 768px) and (max-width: 991px) {
	#product-detail .part{
		padding-top: 35px;
		padding-bottom: 35px;
	}
	#product-detail .part .titles .title{
		font-size: 20px;
		font-weight: bold;
	}
	#product-detail .part .titles .description{
		font-size: 16px;
	}
}
/*--md--*/
@media (min-width: 992px) and (max-width: 1199px) {
	#product-detail .part{
		padding-top: 35px;
		padding-bottom: 35px;
	}
	#product-detail .part .titles .title{
		font-size: 24px;
		font-weight: bold;
	}
}

/*--Product Detail prev--*/
#product-detail .prev{
	background-color: #fff;
}
#product-detail .prev .titles{
	padding-top: 75px;
	padding-bottom: 75px;
}
#product-detail .prev .titles h1{
	color: #a00;
	font-weight: bold;
}
#product-detail .prev .titles p{
	font-size: 20px;
}
#product-detail-prev-thumb .carousel-control.left,
#product-detail-prev-thumb .carousel-control.right{
	background-image: none;
}
#product-detail-prev-thumb .carousel-control.left span,
#product-detail-prev-thumb .carousel-control.right span{
	color: #000;
}
#product-detail-prev-thumb .carousel-indicators li{
	border-color: #888;
}
#product-detail-prev-thumb .carousel-indicators li.active{
	border-color: transparent;
	background-color:#222;
}
/*--xs--*/
@media (max-width:767px){
	#product-detail .prev .titles{
		padding-top: 15px;
		padding-bottom: 15px;
	}
	#product-detail .prev .titles h1{
		font-size: 24px;
	}
	#product-detail .prev .titles p{
		font-size: 14px;
	}
}
/*--sm--*/
@media (min-width: 768px) and (max-width: 991px) {
	#product-detail .prev .titles{
		padding-top: 25px;
		padding-bottom: 25px;
	}
	#product-detail .prev .titles h1{
		font-size: 28px;
	}
	#product-detail .prev .titles p{
		font-size: 16px;
	}
}
/*--md--*/
@media (min-width: 992px) and (max-width: 1199px) {
	#product-detail .prev .titles{
		padding-top: 55px;
		padding-bottom: 55px;
	}
	#product-detail .prev .titles h1{
		font-size: 32px;
	}
}

/*--Product Detail range--*/
#range{}
#range .item{
	margin-left: 0px;
	margin-right: 0px;
} 
#range .item>a{
	color:#222;
	display: block;
	text-align: center;
	background-color: #f5f5f5;
	margin: 5px -10px;
	-webkit-box-shadow:0 0 0 rgba(0,0,0,0);
	-moz-box-shadow:0 0 0 rgba(0,0,0,0);
	box-shadow:0 0 0 rgba(0,0,0,0);
}
#range .item>a:hover{
	background-color: #fff;
}
#range .item>a .text{
	padding-top: 15px;
	padding-bottom: 15px;
} 
#range .item>a .text h3{
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 5px;
}
#range .item>a:hover .text h3{
	color: #a00;
}
#range .item>a .text p{
	font-size: 14px;
	color: #888;
	margin-bottom: 0px;
}

/*--xs--*/
@media (max-width:767px){
	#range .item>a .text{
		padding-top: 10px;
		padding-bottom: 10px;
	} 
	#range .item>a .text h3{
		font-size: 16px;
	} 
	#range .item>a .text p{
		font-size: 12px;
	} 
}

/*--Product Detail Real--*/
#real{}
#real .item {
	padding-left: 5px;
	padding-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
}
#real .item a{
	display:block;
	background-color:#a00;
	-webkit-box-shadow:0 0 0 rgba(0,0,0,0);
	-moz-box-shadow:0 0 0 rgba(0,0,0,0);
	box-shadow:0 0 0 rgba(0,0,0,0);
}

/*--Product Detail after-sale-service--*/
#after-sale-service{}
#after-sale-service .item{
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#after-sale-service .item a{
	position:relative;
	display: block;
	background-color: #f5f5f5;
	color: #222;
	padding:50px 5px;
	margin: 5px 5px;
	-webkit-box-shadow:0 0 0 rgba(0,0,0,0);
	-moz-box-shadow:0 0 0 rgba(0,0,0,0);
	box-shadow:0 0 0 rgba(0,0,0,0);
	border: solid 1px #ddd;
}
#after-sale-service .item.active a{
	background-color: #a00;
	color: #fff;
}
#after-sale-service .item a:hover{
	background-color: #fff;
	color: #000;
}
#after-sale-service .item.active a:hover{
	background-color: #b00;
	color: #fff;
	border-color: #c00;
}
#after-sale-service .item a .title{
	font-weight: 600;
	font-size: 84px;
}
#after-sale-service .item a .title span{
	font-size: 14px;
}
#after-sale-service .item a .desc{

}
#after-sale-service .item a .length{
	font-size:12px;
	display: block;
	position:absolute;
	top:0;
	right:0;
	background-color: #888;
	color:#FFF;
	padding: 5px 15px;
}
#after-sale-service .item a .length.stand{
	background-color: #A00;
	color:#FFF;
}
#after-sale-service .left{
	text-align: left;
}
/*--xs--*/
@media (max-width:767px){
	#after-sale-service .item a{
		padding-top: 15px;
		padding-bottom: 15px;
	}
	#after-sale-service .item a .title{
		font-size: 48px;
	}
	#after-sale-service .item a .desc{
		font-size: 12px;
	}
	#after-sale-service .item a .length{
		padding: 2px 8px;
	}
}
/*--sm--*/
@media (min-width: 768px) and (max-width: 991px) {

}
/*--md--*/
@media (min-width: 992px) and (max-width: 1199px) {

}

/*--Product Detail contact-info--*/
#contact-info{
	border-top: solid 1px #ddd;
	background-color: #fff;
}
#contact-info>div{
	padding-top: 50px;
	padding-bottom: 50px;
}
#contact-info .left,#contact-info .right{
	padding-left: 50px;
	padding-right: 50px;
	margin-top: 50px;
	margin-bottom: 50px;
}
#contact-info .left a,#contact-info .right a{
	color:#222;
}
#contact-info .left a:hover,#contact-info .right a:hover{
	color:#a00;
}
#contact-info .left{
	text-align: right;
	border-right: solid 1px #ddd;
}
#contact-info .left form>*{
	margin-bottom: 5px;
}
#contact-info .right{
	text-align: left;
}
/*--xs--*/
@media (max-width:767px){
	#contact-info .t-l,#contact-info .t-r{
		text-align: center;
	}
	#contact-info .left,#contact-info .right{
		text-align: center;
		margin-top: 5px;
		margin-bottom: 5px;
	}
	#contact-info .left{
		border-right-width: 0px;
	}
}

/*--Product Detail after-sale-service--*/
#case{}
#case .item{
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#case .item a{
	display: block;
	color: #222;
	padding:0px;
	margin: 5px 5px;
	-webkit-box-shadow:0 0 0 rgba(0,0,0,0);
	-moz-box-shadow:0 0 0 rgba(0,0,0,0);
	box-shadow:0 0 0 rgba(0,0,0,0);
	border: solid 1px #aaa;
}

/*--Product Detail trial--*/
#trial{}
#trial .forms{}
#trial .forms form input,#trial .forms form select{
	margin-top: 5px;
	margin-bottom: 5px;
}

/*--Case center--*/
#case-center{
	padding-top: 50px;
	padding-bottom: 50px;
}

/*--Video--*/
#video{}
#video .item{
	padding-left: 0px;
	padding-right: 0px;
}
#video .item a{
	position:relative;
	display: block;
	background-color: #a00;
	margin: 5px;
	-webkit-box-shadow:0 0 0 rgba(0,0,0,0);
	-moz-box-shadow:0 0 0 rgba(0,0,0,0);
	box-shadow:0 0 0 rgba(0,0,0,0);
	border: solid 1px #aaa;
}
#video .item a span.play{
	display: block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:2;
	background-image:url(../img/sys/play.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:35px;
	background-color: rgba(0,0,0,0.25);
}

/*--Dialog Tel--*/
#dialog-tel{}
#dialog-tel .modal-body .forms {
	padding-top: 50px;
	padding-bottom: 50px;
}
#dialog-tel .modal-body .forms form input,
#dialog-tel .modal-body .forms form a{
	margin-top: 5px;
	margin-bottom: 5px;
}
#dialog-tel .modal-body .forms p.bz {
	margin-top:25px;
}
/*--xs--*/
@media (max-width:767px){
	#dialog-tel .modal-body .forms {
		padding-top: 25px;
		padding-bottom: 25px;
	}
}

/*--Dialog Price--*/
#dialog-price{}
#dialog-price .forms{
	padding-top: 50px;
	padding-bottom: 50px;
}
#dialog-price .forms form input,
#dialog-price .forms form a{
	margin-top: 5px;
	margin-bottom: 5px;
}
#dialog-price .forms p.bz{
	margin-top: 25px;
}
/*--xs--*/
@media (max-width:767px){
	#dialog-price .forms{
		padding-top: 15px;
		padding-bottom: 15px;
	}
}
/*--sm--*/
@media (min-width: 768px) and (max-width: 991px) {
	#dialog-price .forms{
		padding-top: 25px;
		padding-bottom: 25px;
	}
}
/*--md--*/
@media (min-width: 992px) and (max-width: 1199px) {
	#dialog-price .forms{
		padding-top: 35px;
		padding-bottom: 35px;
	}
}

/*--Dialog Chat--*/
#dialog-chat{}
#dialog-chat .modal-body{
	padding: 0px;
	margin: 0px;
}
#dialog-chat .modal-body .iframeBox{
	position:relative;
}
#dialog-chat .modal-body .iframeBox iframe{
	width:100%;
	min-height: 500px;
}
#dialog-chat .modal-body .iframeBox .closeMarsk{
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: #fff;
	width:80px;
	height:30px;
	z-index: 2;
}
#dialog-chat .modal-dialog{}
/*--xs--*/
@media (max-width:767px){
	#dialog-chat .modal-body .iframeBox .closeMarsk{
		width:45px;
		height:45px;
		background-color: #40a0fc;
	}
}
/*--sm--*/
@media (min-width: 768px) and (max-width: 991px) {
	#dialog-chat .modal-dialog{ width:650px;}
}
/*--md--*/
@media (min-width: 992px) and (max-width: 1199px) {
	#dialog-chat .modal-dialog{ width:700px;}
}
/*--lg--*/
@media (min-width: 1200px) and (max-width: 1599px) {
	#dialog-chat .modal-dialog{ width:700px;}
}
/*--lgg--*/
@media (min-width: 1600px) {
	#dialog-chat .modal-dialog{ width:700px;}
}

/*--about--*/
#about{}
#about .forms form input,
#about .forms form textarea{
	margin-top: 5px;
	margin-bottom: 5px;
}
#about .contact-item{
	margin-left:-10px;
	margin-right:-10px;
}
#about .contact-item .item{
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 25px 15px;
	display:block;
	background-color:#fff;
	border: solid 1px #ddd;
	-webkit-box-shadow:0 0 0 rgba(0,0,0,0);
	-moz-box-shadow:0 0 0 rgba(0,0,0,0);
	box-shadow:0 0 0 rgba(0,0,0,0);
}
#about .contact-item a{
	color:#222;
}
#about .contact-item a:hover{
	color:#a00;
}

#complaint form input,
#complaint form textarea,
#complaint form a.btn
{
	margin-top: 5px;
	margin-bottom: 5px;
}
/*--xs--*/
@media (max-width:767px){
	#about .contact-item{
		margin-left: auto;
		margin-right: auto;
	}
}
/*--sm--*/
@media (min-width: 768px) and (max-width: 991px) {

}
/*--md--*/
@media (min-width: 992px) and (max-width: 1199px) {

}
/*--lg--*/
@media (min-width: 1200px) and (max-width: 1599px) {

}











/*--Error404--*/
#error404{
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 150%;
}
#error404 .content{
	height: 800px;
}
/*--xs--*/
@media (max-width:767px){
	#error404 .content{height: 200px;}
}
/*--sm--*/
@media (min-width: 768px) and (max-width: 991px) {
	#error404 .content{height: 300px;}
}
/*--md--*/
@media (min-width: 992px) and (max-width: 1199px) {
	#error404 .content{height: 400px;}
}
/*--lg--*/
@media (min-width: 1200px) and (max-width: 1599px) {
	#error404 .content{height: 500px;}
}

/*--submit-success--*/
#submit-success{
	text-align: center;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 150%;
}
#submit-success .content{
	padding-top: 200px;
	padding-bottom: 200px;
}
#submit-success .content .ico{
	font-size: 86px;
	color: #3aa112;
}
/*--xs--*/
@media (max-width:767px){
	#submit-success .content{
		padding-top: 50px;
		padding-bottom: 50px;
	}
}
/*--sm--*/
@media (min-width: 768px) and (max-width: 991px) {
	#submit-success .content{
		padding-top: 75px;
		padding-bottom: 75px;
	}
}
/*--md--*/
@media (min-width: 992px) and (max-width: 1199px) {
	#submit-success .content{
		padding-top: 100px;
		padding-bottom: 100px;
	}
}
/*--lg--*/
@media (min-width: 1200px) and (max-width: 1599px) {
	#submit-success .content{
		padding-top: 150px;
		padding-bottom: 150px;
	}
}


/*--Customized--*/
#customized{
	background-repeat: no-repeat;
	background-position:center center;
	background-color: #fff;
}
#customized .titles{
	background-color: rgba(255,255,255,0.25);
	color: #a00;
	font-weight: bold;
	text-align:center;
	padding-top: 300px;
	padding-bottom: 300px;
}















