/* CSS Document */
.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.clearfix:after {
    clear: both;
}

*, *:before, *:after {
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
fieldset, img {
    border: none;
}
li {
    list-style-position: inside;
}
body {
    font-size: 14px;
    line-height: 1.4;
	font-family: 'Arial', sans-serif;
	position:relative;
}
* {
    padding: 0;
    margin: 0;
}
.container img {
	max-width: 100%;
}
.container {
	position:relative;
}
/*------------------------------------------------------------------------*/
.top {
    text-align: right;
    border-top: 10px solid #1f4b7c;
	margin-bottom: 10px;
}
.top li {
    display: inline-block;
}
.top ul {
    display: inline-block;
    background: #004f0f;
    height: 25px;
    line-height: 20px;
	position: relative;
	margin-right: 36px;
}
.top ul:before {
	content: '';
	background:url(../images/top1.png) no-repeat;
	width: 36px;
	height: 35px;
	top: 0;
	left: -36px;
	position: absolute;
}
.top ul:after {
	content: '';
	background:url(../images/top2.png) no-repeat;
	width: 36px;
	height: 35px;
	top: 0;
	right: -36px;
	position: absolute;
}
.top a {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0 12px;
    font-weight: bold;
}
.logo {
    width: 40%;
    float: left;
}
.headright {
    width: 60%;
    float: left;
	margin-top: 45px;
}
.search {
    position: relative;
    width: 50%;
    float: left;
}
.search button {
  position: absolute;
  top:12px;
  right:15px;
  border:none;
  text-align:center;
  background: #fff;
}
.search a {
  position: absolute;
  top:10px;
  right:15px;
  border:none;
  text-align:center;
  background: #fff;
}
.search input {
	padding: 12px 15px;
    border: 1px solid #ededed;
    width: 100%;
    font-family: 'Arial', sans-serif;
    color: #afafaf;
 	background: #fff;
	font-size:12px;
	border-radius: 10px;
}
.cart {
    width: 145px;
    float: left;
    background: url(../images/icon-cart.png) no-repeat left center;
    padding-left: 44px;
    font-size: 11px;
    color: #004f0f;
    line-height: 16px;
    position: relative;
    text-transform: uppercase;
    font-weight: bold;
	padding-top: 7px;
	margin: 0 5%;
}
.cart a {
    color: #004f0f;
}
.cart span {
    background: #3677c9;
    color: #fff;
    font-size: 15px;
    position: absolute;
    top: 3px;
    right: 0;
	border-radius: 8px;
	width: 38px;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	text-align: center;
}
.cart span:before {
    content: '';
    position: absolute;
    left: -4px;
    top: 35%;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #3677c9;
}
.selectop a {
    color: #666666;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
	padding: 3px 0;
	display: block;
}
.register a {
	background: url(../images/icon-regis.png) no-repeat left center;
	padding-left: 15px;
}
.login a {
	background: url(../images/icon-login.png) no-repeat left center;
	padding-left: 15px;
}
.selectop {
    float: left;
	padding-top: 3px;
}
/*-----------------------------------navigation----------------------------*/
.navigation {
    margin: 15px 0 30px 0;
    background: #3677c9;
	position: relative;
}
.navigation:after {
    content: '';
    position: absolute;
    bottom: -5px;
	left: 0;
	/*background:url(../images/arrow-bot.png) repeat-x;*/
	height: 6px;
	width: 100%;
}
.mainmenu {
    position: relative;
	clear:both;
}

.mainmenu ul {
	margin-bottom: 0; 
	padding: 0;
}
.mainmenu ul li {
	float:left;
	position:relative;
	list-style: none;
}
.mainmenu ul li:last-child, .mainmenu ul li.parent li {
	background: none;
}
.mainmenu ul li.parent li {
	width: 100%;
}
.mainmenu ul li.parent li a {
	border: none;
	color:#fff;
    line-height: normal;
	text-align:left;
	padding: 8px 20px;
	font-weight: normal;
	text-transform: none;
}
.mainmenu ul li > a:hover, .mainmenu ul li.active > a, .mainmenu ul li:hover > a {
	color:#fff600;
}
.mainmenu ul li.parent ul a:hover {
	color:#fff600;
}
.mainmenu ul li a {
	display: block;
	color:#fff;
	white-space:nowrap;
	font-size:14px;
	text-transform:uppercase;
	position:relative;
	padding: 15px 20px;
	text-align:center;
	font-weight: bold;
}

.mainmenu ul li:last-child a {
	border-right: none;
}
.mainmenu ul.menu > li.parent:hover:after, .mainmenu ul.menu > li.parent.active:after {
    background: url(../images/arrow-hover.png) no-repeat center bottom;
}
.mainmenu ul li.parent > ul {
    visibility: hidden;
    position: absolute;
    top: 30px;
    left: 0;
    background: #3677c9c7;
	padding-bottom: 5px;
	transition: all 0.3s ease 0s;
	opacity: 0;
	z-index:999;
	text-align:left;
}
.mainmenu ul li.parent:hover > ul {
	visibility:visible;
	opacity: 1;
	top: 49px;
}
.mainmenu ul li.parent ul ul, .mainmenu ul li.parent:hover ul ul {
    visibility: hidden;
    position: absolute;
    top: 3px;
    left: 104%;
    background: #fff;
    padding: 0;
	transition: all 0.3s ease 0s;
	opacity: 0;
	z-index:999;
	text-align:left;
	border: 1px solid #e8e8e8;
}
.mainmenu ul ul li.parent-child:hover ul {
	visibility:visible;
	opacity: 1;
	top: 5px;
}
/*----------------------------Slideshow----------------------------------*/
.slideshow .bx-wrapper .bx-prev {
  background: rgba(0, 0, 0, 0) url("../images/pre.png") no-repeat scroll 0 0;
  left: 20px;
}
.slideshow .bx-wrapper .bx-next {
	left: 66px;
	background: url(../images/next.png) no-repeat;
}
.slideshow .bx-wrapper .bx-prev:hover {
  background: rgba(0, 0, 0, 0) url("../images/pre.png") no-repeat scroll 0 0;
}
.slideshow .bx-wrapper .bx-next:hover {
	background: url(../images/next.png) no-repeat;
}
.slideshow .bx-wrapper .bx-controls-direction a {
  height: 37px;
  outline: 0 none;
  position: absolute;
  text-indent: -9999px;
  width: 46px;
  z-index: 9999;
  bottom: 15px;
}
.slideshow {
	margin-bottom:40px;
}
.slideshow .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
    bottom: 15px;
	text-align: right;
	font-size: 12px;
	font-weight: normal;
	padding-right: 15px;
}
.slideshow .bx-wrapper .bx-controls-auto {
	display:none;
}
.leftshow {
    width: 25%;
    float: left;
    padding-right: 15px;
}
.slide {
    width: 75%;
    float: left;
    padding-left: 15px;
}
.leftshow > div {
    border: 1px solid #efefef;
}
.category ul {
    border-bottom: 1px dotted #d1d1d1;
    padding-bottom: 10px;
}
.category li {
    list-style: none;
}
.category {
    padding: 20px 30px 10px;
}
.category h3 {
    color: #1e4c7d;
    margin-top: 0;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
}
.category a {
    color: #585858;
    display: block;
    padding: 4px 0 4px 20px;
	background: url(../images/icon-cat.png) no-repeat left center;
}
.category li:hover a {
    color: #3677c9;
    display: block;
	font-weight: bold;
    padding: 4px 0 4px 20px;
	background: url(../images/icon-cat-hv.png) no-repeat left center;
}
.hotline img {
	    width: 110px;
    float: left;
}
.hotline {
    text-align: center;
    color: #ff0000;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
}
.hotline span {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
}
.hotnow {
    display: block;
    clear: both;
    font-size: 12px;
    background: #1f4b7c;
    color: #fff;
    padding: 2px 0;
}
.hottext {
    float: left;
    margin-left: 10px;
    padding-top: 10px;
}
/*----------------------------------------------------------------------*/
.banner-item {
    width: 50%;
    float: left;
    padding: 0 15px;
    margin-bottom: 40px;
}
.box-item {
    float: left;
    padding: 0 15px;
}
.box1 {
    width: 50%;
}
.box2 {
    width: 25%;
}
.contbox {
    margin-bottom: 30px;
	position:relative;
	overflow: hidden;
}
.boxhalf {
    width: 50%;
    float: left;
}
.boxhalf:nth-child(2) {
	padding-right: 15px;
}
.boxhalf:nth-child(3) {
	padding-left: 15px;
}
.home-product h3, .homemode h3 {
    color: #333333;
    font-size: 30px;
    margin-top: 0;
    text-transform: uppercase;
    font-weight: bold;
	background: url(../images/bgline.png) repeat-x left center;
}
.home-product h3 span, .homemode h3 span {
    background: #fff;
    padding-right: 30px;
}
.home-product {
    clear: both;
}
.box-text {
    background: rgba(54, 119, 201, 0.49);
    text-align: center;
    color: #fff;
    padding: 20px;
    font-size: 13px;
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 10;
	opacity: 0;
	cursor: pointer;
	transition: all 0.7s ease 0s;
	width: 100%;
}
.contbox:hover .box-text {
	opacity: 1;
	transition: all 0.7s ease 0s;
}
.contbox:hover .box-img {
	overflow: hidden;
}
.contbox .box-img img {
	width: 100%;
	transition: all 0.5s ease 0s;
}
.contbox:hover .box-img img {
	-webkit-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1);
	transition: all 0.5s ease 0s;
}
.box-text > div {
	position: relative;
	z-index: 10;
}
.box-text::before {
  border-bottom: 1px solid rgba(255,255,255,0.5);
  border-top: 1px solid rgba(255,255,255,0.5);
  bottom: 5px;
  content: "";
  left: 5px;
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 1;
  transform: scale(0, 1);
  transition: all 0.3s ease-out 0s;
}
.box-text::after {
  border-left: 1px solid rgba(255,255,255,0.5);
  border-right: 1px solid rgba(255,255,255,0.5);
  bottom: 5px;
  content: "";
  left: 5px;
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 1;
  transform: scale(1, 0);
  transition: all 0.3s ease-out 0s;
}
.contbox:hover .box-text::before, .contbox:hover .box-text::after {
  transform: scale(1);
  transition: all 0.3s ease-out 0s;
}
.box-title a {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
}
.box-intro {
    margin: 5px 0;
}
.view-more {
    display: inline-block;
    background: #333333;
    padding: 8px 10px;
	position: relative;
	margin-top: 5px;
}
/* .view-more::before {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  bottom: 3px;
  content: "";
  left: 3px;
  position: absolute;
  right: 3px;
  top: 3px;
  z-index: 1;
}
.view-more::after {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  bottom: 3px;
  content: "";
  left: 3px;
  position: absolute;
  right: 3px;
  top: 3px;
  z-index: 1;
} */
.view-more a {
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
}
/*----------------------------------------------------------------------*/
.pro-item {
    width: 25%;
    float: left;
    padding: 0 15px;
    margin-bottom: 40px;
}
.pro-item > div {
    border: 1px solid #f3f3f3;
    position: relative;
    padding: 10px;
}
.pro-title a {
    color: #204b7e;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: bold;
    display: block;
    padding: 10px 0;
}
.pro-title {
	height: 38px;
}
.price-new {
    font-size: 18px;
    color: #ff7f00;
    font-weight: bold;
    text-transform: uppercase;
    float: left;
    padding-right: 15px;
}
.price-old {
    float: left;
    padding-top: 3px;
    text-decoration: line-through;
    color: #666666;
}
.pro-sale {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #ff7f00;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    padding: 3px 6px;
}
.pro-price {
    overflow: hidden;
    clear: both;
}
.pro-img {
    overflow: hidden;
}
.pro-img img {
    width: 100%;
    transition: all 0.5s ease 0s;
}
.pro-img:hover img {
    -webkit-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1);
    transition: all 0.5s ease 0s;
}
.introduce {
    background: #f6f6f6;
    margin-bottom: 40px;
    padding: 40px 0;
}
.intro-text h3 {
    color: #333333;
    font-size: 36px;
    margin-bottom: 20px;
    margin-top: 25px;
}
.intro-text {
    overflow: hidden;
    padding-left: 30px;
}
.intro-img {
    float: left;
}
.intro-info {
    color: #4f4e4e;
    line-height: 26px;
}
.bbot-item {
    width:100%;
	margin-bottom: 40px;
   /*
   float: left;*/ 
    padding: 0 15px;
    
}
.footcont input {
    border: 1px solid #eeeeee;
    padding: 5px 15px;
    width: 70%;
    float: left;
	color:#999999;
	margin-bottom: 10px;
}
.footcont button {
    background: #004f0f;
    border: none;
    color: #fff;
    font-weight: bold;
    padding: 6px 8px;
}
.reg_mail a {
            background: #1f4b7c;
    border: none;
    color: #fff;
    font-weight: bold;
    padding: 10px 8px;
    position:relative;
    top:6px;
        }
.foot-left {
    width: 45%;
    float: left;
}
.foot-cen, .foot-right {
    width: 25%;
    float: left;
    margin-left: 2%;
}
.fhalf {
    width: 50%;
    float: left;
}
.footer h3 {
    font-size: 16px;
    margin-top: 0;
    color: #333333;
    text-transform: uppercase;
    font-weight: bold;
}
.footer li {
    color: #333;
}
.line {
    border-top: 1px solid #e1e1e1;
    margin-bottom: 30px;
}
.footmod {
    margin-bottom: 20px;
	clear: both;
	color: #666666;
	line-height: 24px;
}
.footer li a {
    color: #666666;
    padding: 1px 0;
    display: inline-block;
}
.footcont td {
    padding-right: 20px;
}
.footcont p {
    clear: both;
    font-size: 13px;
    line-height: 20px;
}
.copyright {
    border-bottom: 5px solid #1f4b7c;
    text-align: center;
}
.copycont {
    display: inline-block;
    background: #1f4b7c;
    position: relative;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 2px 7%;
	height: 25px;
}
.copycont a {
    color: #fff;
}
.copyright .copycont::before {
	position: absolute;
	background:url(../images/bot1.png) no-repeat;
	width: 36px;
	height: 25px;
	left: -36px;
	top: 0;
	content: '';
}
.copyright .copycont::after {
	position: absolute;
	background:url(../images/bot2.png) no-repeat;
	width: 36px;
	height: 25px;
	right: -36px;
	top: 0;
	content: '';
}
/*----------------------------------------------------------------------*/
.breadcrumb > li + li:before {
    color: #1f4b7c;
	background:url(../images/bredli.png) no-repeat center center;
}
.breadcrumb > li {
    display: inline-block;
    padding: 0;
	font-size: 13px;
}
.breadcrumb a {
    color: #1f4b7c;
}
.bread-crumb {
	background: #fff;
}
.main-left {
    width: 40%;
    float: left;
	padding-right: 15px;
}
.info-img {
    padding: 15px;
    border: 1px solid #f3f3f3;
    margin-bottom: 20px;
}
.addtocart a {
    background: url(../images/icon-cart2.png) no-repeat 15px center #3677c9;
    color: #fff;
    display: inline-block;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 7px 25px 7px 70px;
    border-radius: 8px;
}
.addtocart {
    text-align: center;
    margin-bottom: 30px;
}
.main-right {
    width: 60%;
    float: left;
    padding-left: 25px;
    color: #666666;
	line-height: 24px;
	margin-bottom: 30px;
}
.linedes {
    border-bottom: 1px solid #eeeeee;
    margin: 10px 0;
}
.component h1 {
    margin-top: 0;
    color: #333333;
    font-size: 26px;
    font-weight: bold;
}
.pro-sku strong {
    color: #222121;
    text-transform: uppercase;
}
.price-old-other span {
    text-decoration: line-through;
}
.price-new-other span {
    color: #ff7f00;
    font-size: 24px;
    font-weight: bold;
}
.list-ser {
    background: #f1fff4;
    display: inline-block;
    padding: 13px 30px;
    border: 1px solid #ebebeb;
    border-radius: 10px;
    margin: 15px 0;
}
.list-ser li {
    list-style: url(../images/icon-tick.png);
    margin-left: 20px;
    padding: 2px 0;
    padding-left: 8px;
}
.main-product {
    clear: both;
	margin-bottom: 30px;
}
/*----- Tabs -----*/
.tabs {
    width:100%;
    display:inline-block;
}
 
/*----- Tab Links -----*/
/* Clearfix */
.tab-links:after {
	display:block;
	clear:both;
	content:'';
}
.tab-links li {
  float: left;
  list-style: outside none none;
  margin: 0 2px;
}
.tab-links li:first-child {
  margin-left: 0;
}
.tab-links a {
    background: #dfdfdf none repeat scroll 0 0;
    color: #666666;
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    padding: 12px 17px 6px;
    transition: all 0.15s linear 0s;
    text-transform: uppercase;
    font-weight: bold;
}
.tab-links a:hover {
  background: #1f4b7c;
  color:#fff;
}
.tab-links li.active a, .tab-links li.active a:hover {
  background: #1f4b7c;
  color: #fff;
}
ul.tab-links {
    margin: 0;
    border-bottom: 3px solid #1f4b7c;
}
/*----- Content of Tabs -----*/
.tab-content {
  background: #fff none repeat scroll 0 0;
  color: #666666;
  line-height: 25px;
  padding: 15px 20px;
}
.tab-content p {
  margin-bottom: 15px;
}
.tab {
	display:none;
}

.tab.active {
	display:block;
}
.maps-footer .line{
    margin: 0 0 4px;
}
/*----------------------------------------------------------------------*/
@media (min-width:1200px) {
	.container { max-width: 1180px; }
}
@media (min-width:992px) {
	.mainmenu .collapse { display: block; height:auto!important; }
	.navbar-toggle, .navmobile { display: none; }
}
@media (max-width:1200px) {
	.mainmenu ul li a {
		padding: 15px 10px;
	}
	.search {
   		width: 45%;
	}
	.headright {
	    width: 55%;
	}
	.logo {
		width: 45%;
	}
	.hottext {
		margin: 0;
		line-height: 20px;
	}
	.hotline img {
		width: 90px;
	}
	.category a {
		padding: 2px 0 0px 20px;
	}
	.category {
		padding: 15px 30px 10px;
	}
	.box-intro {
		display: none;
	}
	.box-text {
		padding: 10px;
	}
	.footcont td {
		padding-right: 10px;
	}
	.intro-img {
		width: 40%;
	}
	.intro-text h3 {
		margin-top: 0;
		margin-bottom: 10px;
	}
	.pro-title {
		margin-bottom: 5px;
	}
}
@media (max-width:991px) {
	.container {
		padding: 0 15px;
	}
	.navigation {
		display:none;
	}
	.mainmenu ul li { 
		display: block;
		margin:0;
		float:none;
	}
	.mainmenu > ul {
		z-index:99999;
		position:absolute;
		text-align:left;
		background:#004f0f;
		width:96%;
		margin-top:3px;
		left:2%;
		min-height:36px;
	}
	.mainmenu .navbar-toggle {
		text-transform: uppercase;
		margin-bottom: 0;
		background: transparent;
		padding: 5px 0;
	}
	.mainmenu ul li a {
		background: #004f0f;
		color:#fff;
		padding: 12px 18px;
		border:none;
		border-bottom:1px dotted rgba(232,232,232,0.5);
		text-align:left;
		line-height: normal;
		font-weight: normal;
	}
	.mainmenu ul li:hover a {
		color:#fff600;
		background: #00420d;
	}
	.mainmenu ul li.parent ul a {
		color: #fff;
		background: url(../images/arrow.png) no-repeat 20px center #004f0f;
		padding-left: 35px;
		border-bottom:1px dotted rgba(232,232,232,0.5);
	}
	.mainmenu ul li a:hover, .mainmenu ul li.active a {
		color:#fff600;
		background: #00420d;
	}
	.mainmenu ul li.parent ul a:hover {
		color:#fff600;
		background: url(../images/arrow.png) no-repeat 20px center #00420d;
	}
	.mainmenu {
		border: medium none;
		float: left;
		margin-top: 0;
		padding: 0;
		position:static;
	}
	.mainmenu ul.menu > li:before, .mainmenu ul.menu > li:after {
		display:none;
	}
	.mainmenu ul li.parent ul {
		visibility:visible;
		position:static;
		opacity: 1;
		background:#01addf;
		padding:0;
		margin:0;
		border: none;
	}
	.mainmenu ul li.parent ul ul, .mainmenu ul li.parent:hover ul ul {
		background: #01addf;
		padding: 0;
		z-index: 999;
		text-align: left;
		position:static;
		opacity: 1;
		visibility:visible;
		border: none;
	}
	.mainmenu ul li.parent ul ul li {
	}
	.navmobile .cart {
		background: url(../images/icon-top-1.png) no-repeat left center;
		width: auto;
		color: #fff;
		padding-left: 31px;
		line-height: 20px;
		font-size: 14px;
		padding-top: 0;
		margin-top: 5px;
	}
	.navmobile .cart a {
		color:#fff;
	}
	.selectop {
		padding-top: 5px;
	}
	.selectop > div {
		float: left;
		padding-right: 30px;
	}
	.selectop a {
		color: #fff;
	}
	.register a {
		background: url(../images/icon-top-2.png) no-repeat left center;
	}
	.login a {
		background: url(../images/icon-top-3.png) no-repeat left center;
	}
	.leftshow {
		/* display: none; */
width:100% !important;
padding-right:0;
margin-bottom:10px;
	}
	.slide {
		width: 100%;
		padding-left: 0;
	}
	.box1 {
		width: 100%;
	}
	.box2 {
		width: 50%;
	}
	.foot-left {
		width: 100%;
	}
	.foot-cen, .foot-right {
		width: 50%;
		margin-left: 0;
		margin-bottom: 30px;
	}
	.box-intro {
		display: block;
	}
	.box-text {
		padding: 20px;
	}
	.top, .headright .cart, .headright .selectop {
		display: none;
	}
	.header {
		margin-bottom: 15px;
	}
	.navmobile {
		background: #004f0f;
		padding: 3px 0;
		margin-bottom: 15px;
	}
	.logo {
		width: 60%;
		padding-right: 15px;
	}
	.headright {
		width: 40%;
		padding-left: 15px;
	}
	.search {
		width: 100%;
	}
	.main-left {
		width: 45%;
	}
	.main-right {
		width: 55%;
		padding-left: 15px;
	}
}
@media (max-width:768px) {
	.pro-item {
		width: 50%;
	}
	.intro-text {
		overflow: inherit;
		padding-left: 0;
	}
	.intro-img {
		margin-right: 20px;
	}
	.main-left {
		width: 100%;
		padding-right: 0;
		text-align: center;
	}
	.main-right {
		width: 100%;
		padding-left: 0;
	}
}
@media (max-width:720px) {
}
@media (max-width:640px) {
	.banner-item {
		width: 100%;
	}
}
@media (max-width:600px) {
	.logo {
		width: 100%;
		padding-right: 0;
		text-align: center;
	}
	.headright {
		width: 100%;
		padding-left: 0;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.bbot-item {
		width: 100%;
	}
	.foot-cen, .foot-right {
		width: 100%;
	}
}
@media (max-width:480px) {
	.pro-item {
		padding: 0 5px;
	}
	.pro-title{height:auto;}
	.copycont {
		padding: 5px 10px;
		height: inherit;
	}
	.copyright .copycont::before, .copyright .copycont::after {
		display: none;
	}
	.copyright {
		background: #004f0f;
		border-bottom: 0;
	}
	.copyright p {
		line-height: normal;
	}
	.fhalf {
		width: 100%;
	}
	.slideshow .bx-wrapper .bx-controls-direction a {
		display: none;
	}
	.slideshow .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
		bottom: 5px;
		padding-right: 5px;
	}
	.boxhalf {
		width: 100%;
	}
	.boxhalf:nth-child(2) {
    	padding-right: 0;
	}
	.boxhalf:nth-child(3) {
		padding-left: 0;
	}
	.box2 {
		width: 100%;
	}
	.intro-img {
		width: 100%;
	}
}
@media (max-width:430px) {
}
@media (max-width:360px) {
	.selectop > div {
		padding-right: 10px;
	}
}


.form-col-left {
  float: left;
  text-align:right;
  width: 25%;
  padding-right:5px;
}
.form-col-right {
  width: 75%;
  float: left;
}
.form-row {
  overflow: hidden;
  margin-bottom: 10px;
}
.form-contact-text {
  width: 50%;
  padding: 2px 10px;
  color:#000;
}
.form-contact button, .PQTButton {
    padding: 4px 25px;
    margin-right: 10px;
    border-radius: 5px;
    border: none;
	font-weight: bold;
}
.form-contact button:hover, .PQTButton:hover {
	background:red;
	color:#fff;
}

@media (max-width:991px) {
	.form-contact-text {
	  width: 100%;
	  padding: 2px 10px;
	  color:#000;
	}
.cart span {
top:-8px;
z-index:100000000;width: 30px;
    height: 30px;line-height: 2;

}



}

.hotline_product {
        color: red;
    font-size: 22px;
    font-weight: bold;
    margin-top: 10px;
}