@charset "utf-8";
body {
	font-family: Poppins, "MingLiU", "Source Han Sans CN", "noto sans", "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei", "Microsoft Yahei UI", SimHei, "\5B8B\4F53", simsun, sans-serif;
	color: #333333;
	background-color: #ffffff;
	font-weight: 300;
}
body,div,p,span,form,iframe,table,td,th,input,textarea,button,label,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6{margin:0;padding:0;}
ol, ul{ 
	list-style: none outside none;
}
a{
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
a:hover,a:focus{
	text-decoration: none;
	color: #5e5141;
}
.container{
	width: 1200px;
}
/*-----------------------------------------------------------*/
.phone-navmain{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	z-index: 12;
	display: none;
}
.back-box{
	position: absolute;
	left: -70%;
	top: 0;
	width: 70%;
	height: 100%;
	background-color: #ffffff;
}
.back-box button{
	position: absolute;
	right: 15px;
	top: 10px;
	background: none;
	border: none;
	color: #333333;
	outline: none;
}
.phone-nav-list{
	margin-top: 30px;
}
.phone-nav-list li{
	display: block;
}
.phone-nav-list li a{
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 14px;
	color: #333333;
	border-bottom: 1px solid #eeeeee;
	text-transform: uppercase;
	padding-top: 8px;
	padding-bottom: 8px;
}
.phone-nav-list li dl dd a{
	font-size: 12px;
	color: #666666;
	padding-left: 20px;
}
.phone-header{
	height: 50px;
	background-color: #ebae00;
	display: none;
}
.phone-header img{
	height: 40px;
	float: left;
	margin-top: 5px;
}
.phone-header button{
	float: right;
	background: none;
	border: none;
	outline: none;
	color: #9d5400;
	height: 50px;
	margin-right: 15px;
}
.phone-header button i{
	font-size: 24px;
}
.page-header{
	height: auto;
	background-color: #f1f1f1;
	padding-bottom: 0px;
    margin: 0px;
    border-bottom: none;
    text-align: center;
}
.page-header-top{
	background-color: #333333;
	height: 36px;
}
.page-header-top p{
	line-height: 36px;
	color: #ffffff;
    font-weight: 400;
    text-transform: uppercase;
    font-size: large;
}
.page-header-bottom{
	background-color: #333333;
	height: 40px;
}
.page-header-logo{
	margin-top: 0px;
}
.page-header-mid{
	position: relative;
	background-color: #ebae00;
	height: 80px;
}
.nav-list ul li{
	display: inline-block;
	margin-left: 25px;
	margin-right: 25px;
	position: relative;
}
.nav-list ul li a{
	display: block;
	font-size: 14px;
	line-height: 40px;
	color: #ffffff;
	text-transform: uppercase;
}
.nav-list ul li a:hover{
	color: #ebae00;
}
.nav-list .active a{
	color: #ebae00;
	font-weight: 500;
}
.nav-list .active{
	color: #ebae00;
	font-weight: 500;
}
.nav-list .active dl dd a{
	color: #ffffff;
}
.nav-list ul li dl{
	position: absolute;
	top: 40px;
	left: -80px;
	background-color: #444444;
	width: 320px;
	display: none;
	z-index: 9;
}
.nav-list ul li dl dd a{
	font-size: 12px;
	border-bottom: 1px solid #555555;
}
.nav-list ul li dl dd:last-child a{
	border-bottom: none;
}
.search-main{
	position: absolute;
	left: 30px;
	top: 25px;
}
.search-box{
	width: 260px;
	margin-bottom: 5px;
}
.search-box input{
	width: calc(260px - 30px);
	float: left;
	height: 30px;
	border: 1px solid #9d5400;
	outline: none;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 12px;
	transition: all 300ms ease;
}
.search-box input:focus{
	border: 1px solid #9d5400;
	transition: all 300ms ease;
}
.search-box button{
	width: 30px;
	height: 30px;
	float: left;
	background-color: #9d5400;
	border: none;
	outline: none;
	color: #ffffff;
	transition: all 300ms ease;
}
.search-box button:hover{
	background-color: #9d5400;
	transition: all 300ms ease;
}
.header-cart{
	position: absolute;
	right: 30px;
	top: 25px;
}
.header-cart-list{
	position: absolute;
	right: 0;
	top: 30px;
	width: 360px;
	height: 300px;
	background-color: #ffffff;
	box-shadow:0 15px 30px rgba(0,0,0,0.15);
	z-index: 9;
	display: none;
}
.header-cart ul{
	padding: 10px;
	width: 100%;
	height: 260px;
	overflow-y: auto;
}
.header-cart-enter{
	position: absolute;
	bottom: 5px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	display: block;
	color: #9d5400;
	padding-top: 5px;
	padding-bottom: 5px;
}
.header-cart ul::-webkit-scrollbar {
  /*滚动条整体样式*/
	width : 2px;  /*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}
.header-cart ul::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
	border-radius: 10px;
	box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
	background   : #999999;
}
.header-cart ul::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
	box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	background   : #ededed;
}
.header-cart ul li{
	display: block;
	width: 100%;
	position: relative;
	border-bottom: 1px solid #eeeeee;
	padding-top: 5px;
	padding-bottom: 5px;
}
.header-cart ul li:first-child{
	padding-top: 0;
}
.header-cart ul li:last-child{
	padding-bottom: 0;
	border-bottom: none;
}
.header-cart ul li span{
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -10px;
}
.header-cart ul li img{
	width: 50px;
	height: 50px;
	float: left;
	margin-left: 15px;
}
.header-cart ul li p{
	width: calc(100% - 65px);
	float: left;
	text-align: left;
	color: #333333;
	font-size: 12px;
	padding-right: 30px;
	padding-left: 10px;
	height: 34px;
	overflow: hidden;
	margin-top: 6px;
}
.header-cart ul li button{
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -13px;
	text-transform: uppercase;
	width: auto;
	height: 26px;
	width: 26px;
	line-height: 20px;
	background-color: #ffffff;
	color: #9d0000;
	border: 1px solid #9d0000;
	outline: none;
	font-size: 12px;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.header-cart ul li button:hover{
	background-color: #9d0000;
	color: #ffffff;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.into-cart{
	display: block;
	position: relative;
    background-color: #9d5400;
    border: 1px solid #9d5400;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    width: 260px;
    height: 30px;
    line-height: 26px;
    font-size: 12px;
	cursor: pointer;
    -webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.into-cart:hover{
	background-color: #723d00;
	color: #ffffff;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.into-cart span{
	position: absolute;
	right: -10px;
	top: -10px;
	width: 20px;
	height: 20px;
	line-height: 20px;
	background-color: #ff0000;
	color: #ffffff;
	border-radius: 10px;
}
.home-phone-banner{
	display: none;
}
.home-video-banner{
	width: 100%;
	position: relative;
	line-height: 0;
}
.home-video-banner video{
	width: 100%;
}
.home-video-banner:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	line-height: 0;
	z-index: 1;
}
.home-video-banner .text{
	position: absolute;
	left: 50%;
	top: 50%;
	line-height: 0;
	color: #ffffff;
	transform: translate(-50%,-50%);
	z-index: 2;
	text-align: center;
}
.home-video-banner .text h1{
	text-transform: uppercase;
	font-weight: 700;
}
.home-video-banner .text h2{
	font-weight: 300;
	text-transform: uppercase;
	font-size: 20px;
	margin-top: 20px;
}
.home-midtext{
	padding-top: 40px;
	padding-bottom: 30px;
}
.home-midtext p{
	font-weight: 300;
    text-transform: uppercase;
    font-size: 25px;
    text-align: center;
}
.home-title{
	text-transform: uppercase;
	text-align: center;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.home-title h2{
	color: #333333;
	font-size: 28px;
	letter-spacing: 3px;
	font-weight: 500;
}
.home-title h5{
	color: #999999;
	margin-top: 10px;
	font-weight: 200;
	text-transform: capitalize;
	font-family: 'robotoregular';
}
.home-title a{
	display: inline-block;
	background-color: #9d5400;
	padding: 5px 20px;
	color: #ffffff;
	margin-top: 10px;
	font-size: 12px;
}
.home-products{
	padding-bottom: 30px;
}
.home-products-item{
	position: relative;
}
.home-products-item:hover:after{
	opacity: 1;
	transition: all 300ms;
}
.home-products-item:hover> .text{
	opacity: 1;
	transition: all 300ms;
	transform: translate(-50%,-50%);
}
.home-products-item:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index: 1;
	opacity: 0;
	transition: all 300ms;
}
.home-products-item .text{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-10%);
	text-align: center;
	z-index: 2;
	opacity: 0;
	transition: all 300ms;
}
.home-products-item .text h5{
	color: #ffffff;
	text-transform: uppercase;
	font-size: 38px;
	margin-bottom: 30px;
}
.home-products-item .text .more-link{
	color: #ffffff;
	text-transform: uppercase;
	font-size: 12px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	padding: 3px 15px;
}
.home-products-item .text .more-link:hover{
	background-color: #ffffff;
	color: #333333;
}
.home-customer .col-md-4{
	padding: 0;
}
.page-mainimage{
	position: relative;
	margin-bottom: 20px;
}
.page-mainimage p{
	position: absolute;
	left: 25px;
	bottom: 20px;
	color: #ffffff;
	text-shadow: 0 2px 4px rgba(0, 0, 0, .6);
	color: #ffffff !important;
	font-size: 24px !important;
	margin-bottom: 0 !important;
	font-weight: 700;
	text-transform: uppercase;
}
.page-customer{
	margin-bottom: 60px;
}
.page-customer .container{
	width: 1170px;
}
.page-customer .item .text h5{
	color: #ffffff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	font-size: 20px !important;
	margin-bottom: 20px;
}
.home-customer .item{
	display: block;
	position: relative;
}
.home-customer .item:hover:after{
	opacity: 1;
	transition: all 300ms;
}
.home-customer .item:hover>.text .more-link{
	opacity: 1;
}
.home-customer .item:hover>.text{
	transform: translate(-50%,-50%);
}
.home-customer .item:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index: 1;
	opacity: 0;
	transition: all 300ms;
}
.home-customer .item .text{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-30%);
	text-align: center;
	z-index: 2;
	opacity: 1;
	transition: all 300ms;
	z-index: 2;
}
.home-customer .item .text h5{
	color: #ffffff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	font-size: 28px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.home-customer .item .text .more-link{
	color: #ffffff;
	text-transform: uppercase;
	font-size: 12px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	padding: 3px 15px;
	opacity: 0;
}
.home-customer .item .text .more-link:hover{
	background-color: #ffffff;
	color: #333333;
}
.home-customer img{
	width: 100%;
}
.home-hot{
	padding-top: 30px;
	position: relative;
}
.home-hot img{
	width: 100%;
}
.home-hot .item{
	position: relative;
}
.home-hot .item:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	z-index: 1;
}
.home-hot-text{
	position: absolute;
	top: 20%;
	width: 100%;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	z-index: 2;
	text-transform: uppercase;
}
.home-hot-text h4{
	font-size: 49px;
	color: #ffffff;
}
.home-hot-text h5{
	font-size: 25px;
	color: #ffffff;
	margin-top: 10px;
}
.home-hot-text p{
	padding-right: 350px;
	color: #ffffff;
	font-size: 16px;
	line-height: 34px;
	margin-top: 10%;
}
.home-hot-text a{
	display: inline-block;
	margin-top: 20px;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 14px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	padding: 5px 20px;
}
.home-hot-text a:hover{
	background-color: #ffffff;
	color: #333333;
}
.home-hot-nav{
	position: absolute;
	bottom: 60px;
	width: 100%;
	z-index: 9;
}
.home-hot-nav ul{
	text-align: right;
}
.home-hot-nav ul li{
	display: inline-block;
	width: 30px;
	height: 30px;
	background-color: #ffffff;
	border: 2px solid #ebae00;
	border-radius: 15px;
	text-align: center;
	line-height: 27px;
	color: #ebae00;
	cursor: pointer;
	margin-left: 5px;
}
.home-hot-nav .active{
	background-color: #ebae00;
	color: #ffffff;
}
/*.home-services-full{
	background-image: url(../images/servicesfullbg.jpg);
	min-height: 500px;
	padding-top: 100px;
	padding-bottom: 120px;
	background-attachment: fixed;
	color: #ffffff;
	text-align: center;
}*/
.home-services-full-img{
	display: none;
}
.home-services-full{
	position: relative;
}
.home-services-full video{
	width: 100%;
}
.home-services-full:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
}
.home-services-full-text{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 2;
	text-align: center;
}
.home-services-full-text h5{
	text-align: center;
	font-size: 40px;
	margin-bottom: 20px;
	text-transform: uppercase;
	color: #ffffff;
}
.home-services-full-text p{
	color: #ffffff;
	text-align: center;
	margin-bottom: 20px;
	text-transform: capitalize;
}
.home-services-full-text a{
	display: inline-block;
	margin-top: 20px;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 14px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	padding: 5px 20px;
}
.home-services-full a:hover{
	background-color: #ffffff;
	color: #333333;
}
.home-services-two{
	padding-top: 40px;
	padding-bottom: 50px;
}
.home-services-two .item{
	background-color: #ebae00;
	border-top: 10px solid #9d5400;
    box-shadow: 0 0px 0px rgba(0,0,0,0);
    transform:translate3d(0px,0px,0px);
	transition: all 300ms;
}
.home-services-two .item:hover{
  box-shadow: 0 3px 8px rgba(0,0,0,0.3);
	transform:translate3d(0px,-4px,0px);
	transition: all 300ms;
}
.home-services-two .item .text{
	padding: 20px;
}
.home-services-two .item .text h2{
	font-size: 28px;
	font-weight: bold;
	color: #9d5400;
	margin-top: 10px;
	text-transform: uppercase;
}
.home-services-two .item .text h5{
	font-size: 16px;
	color: #9d5400;
	margin-top: 10px;
	margin-bottom: 10px;
	text-transform: capitalize;
}
.home-services-two .item .text p{
	font-size: 14px;
	color: #9d5400;
	line-height: 24px;
}
/*
.home-services-two-img{
	position: relative;
}
.home-services-two-img:hover:after{
	opacity: 1;
	transition: all 300ms;
}
.home-services-two-img:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	opacity: 0;
	transition: all 300ms;
}*/
.home-cases{
	padding-top: 40px;
	padding-bottom: 50px;
}
.home-cases img{
	margin-bottom: 0px;
  box-shadow: 0 0px 0px rgba(0,0,0,0);
    transform:translate3d(0px,0px,0px);
	transition: all 300ms;
}
.home-cases img:hover{
  box-shadow: 0 3px 8px rgba(0,0,0,0.3);
    transform:translate3d(0px,-4px,0px);
	transition: all 300ms;
}
.home-cases .item{
	margin-bottom: 20px;
}
.home-cases .item p{
	text-transform: capitalize;
	font-family: 'robotoregular';
	text-align: right;
	margin-top: 5px;
}
/*.home-cases .item div{
	position: relative;
}
.home-cases .item div:hover:after{
	opacity: 1;
	transition: all 300ms;
}
.home-cases .item div:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	opacity: 0;
	transition: all 300ms;
}*/
.bottom-services .item:first-child{
	background-color: #5c5c5c;
}
.bottom-services .item{
	width: 50%;
	height: 200px;
	float: left;
	position: relative;
	background-color: #999999;
}
.bottom-services .item:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index: 1;
	opacity: 0;
	transition: all 300ms;
}
.bottom-services .item:hover:after{
	opacity: 1;
	transition: all 300ms;
}
.bottom-services .item .text{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 30px;
	padding-left: 50px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	color: #ffffff;
	z-index: 2;
}
.bottom-services .item .text h4{
	font-size: 28px;
	text-transform: uppercase;
}
.bottom-services .item .text h5{
	font-size: 16px;
	margin-top: 5px;
	line-height: 22px;
	text-transform: none;
	font-weight: 300;
}
.bottom-services .item .text a{
	position: absolute;
	right: 20px;
	bottom: 20px;
	display: inline-block;
    margin-top: 10px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 14px;
    border: 1px solid #ffffff;
    padding: 5px 20px;
}
.bottom-services .item .text a p{
	font-size: 14px;
	color: #ffffff;
}
.bottom-services .input-box{
	margin-top: 10px;
}
.bottom-services .input-box input{
	background: none;
	border: none;
	outline: none;
	border: 1px solid #ffffff;
	height: 34px;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
}
.bottom-services .input-box button{
	background: none;
	border: none;
	outline: none;
	border: 1px solid #ffffff;
	background-color: #999999;
	height: 34px;
	text-transform: uppercase;
	padding-left: 15px;
	padding-right: 15px;
	float: left;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.bottom-services .input-box button:hover{
	background-color: #9d5400;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.bottom-services .input-box button:first-child{
	margin-right: 20px;
}
footer{
	background: url(../images/footerbg3.jpg) center center;
}
.footer-content{
	
	padding-top: 40px;
	padding-bottom: 30px;
	position: relative;
}
.footer-content:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
	z-index: 1;
}
.footer-content .container{
	position: relative;
	z-index: 2;
}
.footer-content h5{
	color: #ffffff;
	font-size: 20px;
	margin-top: 0px;
	margin-bottom: 15px;
	text-align: right;
}
.footer-content ul li{
	color: #ffffff;
	line-height: 24px;
	font-size: 14px;
	text-align: right;
}
.footer-content img{
	float: right;
	margin-bottom: 10px;
}
.footer-content img:after{
	content: '';
	display: table;
	clear: both;
}
.footer-bottom{
	background-color: rgba(0,0,0,0.9);
	padding-top: 15px;
	padding-bottom: 15px;
}
.footer-bottom p{
	text-align: center;
	color: #ffffff;
}
.footer-bottom p a{
	color: #ffffff;
}
.footer-list li{
	line-height: 24px;
	color: #ffffff;
	text-align: left !important;
	text-transform: none;
}
.footer-list li a{
	color: #ffffff;
}
.footer-list li:first-child{
	font-weight: bold;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.proshow-main{
	padding-top: 30px;
	padding-bottom: 30px;
}
.proshow-header-img-ul{
	margin-left: -2.5px;
	margin-right: -2.5px;
}
.proshow-header-img-ul:after{
	content: '';
	display: table;
	clear: both;
}
#proShowOwl{
	margin-bottom: 2.5px;
}
.proshow-header-img-ul li{
	float: left;
	width: 12.5%;
	padding: 2.5px;
	cursor: pointer;
}
.proshow-header-info h1{
	font-size: 27px;
	font-weight: 100;
}
.proshow-header-info ul{
	margin-bottom: 20px;
}
.proshow-header-info ul li{
	line-height: 32px;
	color: #666666;
	font-family: 'robotoregular';
	padding-top: 2px;
	border-bottom: 1px solid #eeeeee;
}
/*.proshow-header-info ul li:last-child{
	border-bottom: none;
}*/
.proshow-header-info ul li span:first-child{
	color: #333333;
	width: 130px;
	float: left;
	margin-right: 0px;
	font-weight: bold;
}
.proshow-header-info ul li span:last-child{
	color: #666666;
	width: calc(100% - 130px);
	float: left;
}
.proshow-header-info ul li:after{
	content: '';
	display: table;
	clear: both;
}
.proshow-header-info-app h5{
	margin-bottom: 15px;
}
.proshow-header-info-app:after{
	content: '';
	display: table;
	clear: both;
}
.proshow-header-info-app .item{
	width: 16.6667%;
	float: left;
	padding-left: 2.5px;
	padding-right: 2.5px;
}
.proshow-header-info-app .item .circle i{
	font-size: 60px;
}
.proshow-header-info-app .item .circle{
	border: 1px solid #9d5400;
	border-radius: 10px;
	text-align: center;
	color: #9d5400;
	cursor: pointer;
	transition: all 300ms ease;
}
.proshow-header-info-app .item .circle:hover{
	background-color: #9d5400;
	border: 1px solid #ffffff;
	color: #ffffff;
	transition: all 300ms ease;
}
.proshow-header-info-btn a{
	width: 100%;
	height: 36px;
	line-height: 36px;
	border-radius: 10px;
}
.proshow-header-info-btn .row{
	margin-left: -5px;
	margin-right: -5px;
}
.proshow-header-info-btn .col-md-6{
	padding-left: 5px;
	padding-right: 5px;
}
.button-default{
	display: inline-block;
	background-color: #9d5400;
	border: 1px solid #9d5400;
	color: #ffffff;
	border-radius: 20px;
	text-transform: uppercase;
	margin-bottom: 10px;
	text-align: center;
  cursor: pointer;
}
.button-default:hover{
	background-color: #723d00;
	color: #ffffff;
}
.button-default-empty{
	display: inline-block;
	background-color: #ffffff;
	border: 1px solid #9d5400;
	color: #9d5400;
	text-align: center;
	border-radius: 20px;
	text-transform: uppercase;
	margin-bottom: 10px;
  cursor: pointer;
}
.button-default-empty:hover{
	color: #ffffff;
	background-color: #9d5400;
	border: 1px solid #9d5400;
}
.proshow-mid{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}
.proshow-qar{
	border-bottom: 1px solid #d1d1d1;
}
.proshow-qar h5{
	line-height: 40px;
	position: relative;
	cursor: pointer;
}
.proshow-qar h5 i{
	position: absolute;
	right: 0;
	top: 0px;
}
.proshow-reply{
	padding: 10px;
	padding-top: 0;
	line-height: 24px;
	display: none;
}
.proshow-reply::-webkit-scrollbar {
  /*滚动条整体样式*/
	width : 2px;  /*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}
.proshow-reply::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
	border-radius: 10px;
	box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
	background   : #999999;
}
.proshow-reply::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
	box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
	border-radius: 10px;
	background   : #ededed;
}
.proshow-reply-open{
	display: block;
}
.proshow-other{
	margin-top: 30px;
}
.proshow-other .title{
	font-size: 30px;
	letter-spacing: 3px;
	margin-bottom: 20px;
}
.proshow-other-row:after{
	content: '';
	display: table;
	clear: both;
}
.proshow-other-row{
	margin-left: -10px;
	margin-right: -10px;
}
.proshow-other-row .item{
	float: left;
	width: 20%;
	padding-left: 10px;
	padding-right: 10px;
}
.products-item{
	margin-bottom: 20px;
}
.products-item-img{
	display: block;
	position: relative;
}
.products-item-img:hover>.products-item-imghover{
	opacity: 1;
	transition: all 300ms ease;
}
.products-item-img:hover>.products-item-black{
	opacity: 1;
	transition: all 300ms ease;
}
.products-item-img:hover>.products-item-black a{
	transform: translate(-50%,-50%);
	transition: all 300ms ease;
}
.products-item-black{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	opacity: 0;
	transition: all 300ms ease;
}
.products-item-black a{
	position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-10%);
	color: #ffffff;
	text-transform: uppercase;
	font-size: 12px;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	padding: 3px 15px;
	transition: all 300ms ease;
}
.products-item-black a:hover{
	background-color: #ffffff;
	color: #333333;
	transition: all 300ms ease;
}
.products-item h5{
	font-weight: 100;
	font-size: 16px;
	text-align: left;
	margin-top: 10px;
	line-height: 18px;
	height: 36px;
	overflow: hidden;
}
.products-item-btn{
	text-align: center;
	margin-top: 5px;
}
.products-item-btn a{
	display: inline-block;
	background-color: #eeeeee;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #333333;
	border-radius: 10px;
	margin-left: 2.5px;
	margin-right: 2.5px;
	text-transform: uppercase;
	font-size: 12px;
  cursor: pointer;
}
.products-item-btn a:hover{
	background-color: #9d5400;
	color: #ffffff;
}
.products-item-imghover{
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: all 300ms ease;
}
.prolist-main{
	padding-top: 30px;
	padding-bottom: 30px;
}
.left-sidebar{
	
}
.left-sidebar h3{
	font-size: 20px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.left-sidebar h5{
	text-transform: none;
	font-family: 'robotoregular';
	font-weight: bold;
	position: relative;
	margin-bottom: 20px;
	font-size: 16px;
	cursor: pointer;
}
.left-sidebar h5 i{
	position: absolute;
	right: 0;
	top: 0;
	font-family: 12px;
}
.left-sidebar ul{
	font-family: 'robotoregular';
	margin-bottom: 20px;
	display: none;
}
.left-sidebar ul li{
	text-transform: none;
}
.left-sidebar ul li:last-child a{
	border-bottom: none;
}
.left-sidebar ul li a{
	color: #999999;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #eeeeee;
	position: relative;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.left-sidebar ul li a:before{
	content: '';
	position: absolute;
	left: 5px;
	top: 17px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #666666;
	opacity: 0;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.left-sidebar ul li a:hover{
	padding-left: 20px;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.left-sidebar ul li a:hover:before{
	opacity: 1;
	-webkit-transition: all 900ms;
	-moz-transition: all 900ms;
	-o-transition: all 900ms;
	transition: all 900ms;
}
.left-sidebar .active a{
	padding-left: 20px;
	font-weight: bold;
	color: #666666;
	position: relative;
}
.left-sidebar .active a:before{
	content: '';
	position: absolute;
	left: 5px;
	top: 17px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #666666;
	opacity: 1;
}
.page-content{
	padding-top: 30px;
	padding-bottom: 30px;
}
.page-title{
	text-transform: uppercase;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 15px;
	margin-bottom: 20px;
	color: #333333;
	font-size: 28px;
	letter-spacing: 3px;
	font-weight: 500;
}
.bread-nav{
	text-transform: uppercase;
	margin-bottom: 0px;
	text-align: right;
  margin-bottom: 20px;
}
.bread-nav ul li{
	display: inline-block;
	position: relative;
	padding-left: 20px;
}
.bread-nav ul li:first-child:before{
	display: none;
}
.bread-nav ul li:before{
	content: '>';
	position: absolute;
	left: 5px;
	top: 0;
}
.bread-nav ul li a{
	color: #333333;
}
.cooperate-content h2{
	font-size: 20px;
	line-height: 32px;
	text-align: left;
	color: #333333;
	margin-bottom: 10px;
	text-transform: capitalize;
}
.cooperate-content p{
	color: #666666;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 10px;
}
.cooperate-content h5{
	font-weight: bold;
	color: #333333;
	font-size: 16px;
	margin-bottom: 5px;
	text-transform: capitalize;
}
.cooperate-item{
	margin-bottom: 15px;
}
.cooperate-item .text{
	padding-top: 5px;
}
.cooperate-item .text h5{
	font-size: 24px;
	font-weight: 500;
}
.cooperate-link{
	margin-bottom: 50px;
}
.aboutus-content h2{
	font-size: 20px;
	line-height: 32px;
	text-align: left;
	color: #333333;
	margin-bottom: 10px;
	text-transform: capitalize;
}
.aboutus-content p{
	color: #666666;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 10px;
}
.aboutus-content h5{
	font-weight: bold;
	color: #333333;
	font-size: 16px;
	margin-bottom: 5px;
	text-transform: none;
}
.aboutus-sixbox .item{
	background-color: #f2f4f6;
	margin-bottom: 20px;
}
.aboutus-sixbox .item i{
	display: block;
	width: 60px;
	height: 60px;
	float: left;
	font-size: 70px;
	margin-left: 10px;
	margin-top: 10px;
}
.aboutus-sixbox .item .text{
	padding: 20px;
	width: calc(100% - 70px);
	padding-top: 30px;
	min-height: 209px;
	float: left;
}
.aboutus-sixbox .item .text p{
	margin-bottom: 0;
	line-height: 22px;
}
.aboutus-sixbox .item .text h5{
	margin-bottom: 10px;
}
.about-video{
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	box-shadow:0 4px 10px rgba(0,0,0,0.3);
	margin-bottom: 20px;
	cursor: pointer;
}
.about-video:after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.3);
	z-index: 1;
}
.about-video p{
	font-size: 28px;
	color: #ffffff;
	position: absolute;
	left: 20px;
	bottom: 10px;
	text-transform: none;
	z-index: 2;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.aboutus-owl{
	margin-bottom: 30px;
	position: relative;
}
#aboutusOwl{
	
}
.aboutus-owl-left{
	position: absolute;
    left: -60px;
    top: 50%;
    background: none;
    outline: none;
    border: none;
    z-index: 9;
    color: #333333;
    margin-top: -30px;
}
.aboutus-owl-left i{
	font-size: 40px;
}
.aboutus-owl-right{
	position: absolute;
    right: -60px;
    top: 50%;
    background: none;
    outline: none;
    border: none;
    z-index: 9;
    color: #333333;
    margin-top: -30px;
}
.aboutus-owl-right i{
	font-size: 40px;
}
.customer-content h2{
	font-size: 20px;
	line-height: 32px;
	text-align: left;
	color: #333333;
	margin-bottom: 10px;
	text-transform: capitalize;
}
.customer-content p{
	color: #666666;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 10px;
}
.customer-content h5{
	font-weight: bold;
	color: #333333;
	font-size: 16px;
	margin-bottom: 5px;
	text-transform: none;
}
.customer-content h5 i{
	margin-right: 10px;
	font-size: 28px;
	font-weight: normal;
}
.shopping-list .item:first-child{
	padding-top: 0;
}
.shopping-list .item:last-child{
	border-bottom: none;
	padding-bottom: 0;
}
.shopping-list .item{
	position: relative;
	border-bottom: 1px solid #eeeeee;
	padding-top: 10px;
	padding-bottom: 10px;
}
.shopping-list .item .idnumber{
	position: absolute;
	left: 0;
	top: 50%;
	color: #333333;
	font-size: 16px;
	font-weight: 700;
	margin-top: -11px;
}
.shopping-list .item img{
	width: 80px;
	height: 80px;
	float: left;
	margin-left: 30px;
}
.shopping-list .item .info{
	width: calc(100% - 110px);
	float: left;
	padding-top: 15px;
	padding-left: 20px;
	padding-right: 90px;
}
.shopping-list .item .info h2{
	font-size: 24px;
	color: #333333;
	font-weight: 300;
	margin-bottom: 5px;
}
.shopping-list .item .info ul li{
	display: inline-block;
	color: #666666;
	margin-right: 30px;
	font-family: 'robotoregular';
}
.shopping-list .item .delbtn{
	position: absolute;
	right: 0;
	top: 50%;
	text-transform: uppercase;
	width: 80px;
	height: 30px;
	line-height: 20px;
	margin-top: -15px;
	background-color: #ffffff;
	color: #9d0000;
	border: 1px solid #9d0000;
	outline: none;
	font-size: 12px;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.shopping-list .item .delbtn:hover{
	background-color: #9d0000;
	color: #ffffff;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.shopping-form{
	margin-bottom: 30px;
}
.shopping-form label{
	display: block;
	margin-bottom: 5px;
	text-transform: capitalize;
}
.shopping-form input{
	width: 100%;
	height: 32px;
	border: 1px solid #999999;
	outline: none;
	padding-left: 10px;
	padding-right: 10px;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
	margin-bottom: 10px;
}
.shopping-form input:focus{
	border: 1px solid #9d5400;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.shopping-form textarea{
	width: 100%;
	border: 1px solid #999999;
	outline: none;
	padding: 10px;
	height: 233px;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.shopping-form textarea:focus{
	border: 1px solid #9d5400;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.shopping-form button{
	display: block;
	margin-left: auto;
	margin-right: auto;
    background-color: #9d5400;
    border: 1px solid #9d5400;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    width: 260px;
    height: 34px;
    line-height: 26px;
    font-size: 14px;
    margin-top: 10px;
    -webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.shopping-form button:hover{
	background-color: #723d00;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.cases-content p{
	color: #666666;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 10px;
}
.cases-select{
	margin-bottom: 20px;
	position: relative;
}
.cases-select:after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	background-color: #eeeeee;
	width: 100%;
	z-index: -1;
}
.cases-select ul li{
	display: inline-block;
	text-transform: uppercase;
	color: #666666;
	font-size: 16px;
	line-height: 30px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 1px solid #eeeeee;
	cursor: pointer;
}
.cases-select .active{
	font-weight: 700;
	color: #333333;
	border-bottom: 1px solid #999999;
}
/*.cases-img .item img{
	padding: 20px;
	background-color: #ebae00;
}*/
.cases-img .item p{
	text-transform: capitalize;
	font-family: 'robotoregular';
	text-align: right;
	margin-top: 5px;
}
.cases-video video{
	padding: 10px;
	background: #333333;
}
.cases-video .item p{
	text-transform: capitalize;
	font-family: 'robotoregular';
	text-align: right;
	margin-top: 5px;
}
.cases-section section{
	display: none;
}
.cases-section .active{
	display: block;
}
.contact-content h2{
	font-size: 20px;
	line-height: 32px;
	text-align: left;
	color: #333333;
	margin-bottom: 10px;
	text-transform: none;
}
.contact-content p{
	color: #666666;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 10px;
}
.contact-form{
	margin-bottom: 30px;
}
.contact-form label{
	display: block;
	margin-bottom: 5px;
	text-transform: capitalize;
}
.contact-form input{
	width: 100%;
	height: 32px;
	border: 1px solid #999999;
	outline: none;
	padding-left: 10px;
	padding-right: 10px;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
	margin-bottom: 20px;
}
.contact-form input:focus{
	border: 1px solid #9d5400;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.contact-form textarea{
	width: 100%;
	border: 1px solid #999999;
	outline: none;
	padding: 10px;
	height: 385px;
	margin-bottom: 10px;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.contact-form textarea:focus{
	border: 1px solid #9d5400;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.contact-form button{
	float: right;
    background-color: #9d5400;
    border: 1px solid #9d5400;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    width: 260px;
    height: 34px;
    line-height: 26px;
    font-size: 14px;
    margin-top: 10px;
    -webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.contact-form button:hover{
	background-color: #723d00;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.contact-item{
	background-color: #f9f9f9;
	padding: 20px;
	margin-bottom: 20px;
	position: relative;
}
.contact-item li{
	font-family: 'robotoregular';
	line-height: 28px;
	color: #666666;
}
.contact-item li h2{
	font-weight: bold;
	text-transform: uppercase;
	color: #333333;
	font-family: Poppins;
	letter-spacing: 2px;
}
.contact-item li span{
	font-weight: 700;
	display: inline-block;
	width: 150px;
	color: #333333;
}
.contact-item iframe{
	margin-top: 10px;
}
.contact-item:hover>.contact-item-btn{
	opacity: 1;
	transition: all 300ms;
}
.contact-item-btn{
	opacity: 0;
	background: none;
	border: none;
	outline: none;
	position: absolute;
	right: 30px;
	top: 20px;
	background-color: #ffffff;
	width: 46px;
	border-radius: 6px;
	box-shadow:0 4px 8px rgba(0,0,0,0.15);
	transition: all 300ms;
	transform:translate3d(0px,0px,0px);
}
.contact-item-btn:hover{
	transform:translate3d(0px,-4px,0px);
	transition: all 300ms;
}
.contact-item-btn i{
	font-size: 32px;
}
.page-list{
	text-align: right;
	font-size: 0;
	margin-top: 10px;
	margin-bottom: 10px;
}
.page-list ul li span{
	display: inline-block;
	font-size: 14px;
	border: 1px solid #ebae00;
	margin-left: 2px;
	margin-right: 2px;
	color: #ebae00;
	padding: 5px 10px;
	border-radius: 10px;
}
.page-list ul li a{
	display: inline-block;
	font-size: 14px;
	border: 1px solid #ebae00;
	margin-left: 2px;
	margin-right: 2px;
	color: #ebae00;
	padding: 5px 10px;
	border-radius: 10px;
}
.page-list ul li a:hover{
	background-color: #ebae00;
	color: #ffffff;
}
.page-list .current{
	background-color: #ebae00;
	color: #ffffff;
}
.page-list .disabled{
	color: #9d5400;
	border: 1px solid #9d5400;
}
.page-list .active{
	background-color: #ebae00;
}
.page-list .active a{
	color: #ffffff;
}
.clock-float{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
	z-index: 999;
	display: none;
}
.clock-float-main{
	width: 500px;
	padding: 30px;
	background-color: #ffffff;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	border-top: 10px solid #9d5400;
}
.clock-float-main h5{
	font-size: 16px;
	margin-bottom: 10px;
	line-height: 24px;
}
.clock-float-main label{
	font-size: 12px;
	display: block;
	margin-bottom: 5px;
	text-transform: capitalize;
}
.clock-float-main input{
	width: 100%;
	height: 32px;
	border: 1px solid #999999;
	outline: none;
	padding-left: 10px;
	padding-right: 10px;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
	margin-bottom: 10px;
}
.clock-float-main input:focus{
	border: 1px solid #9d5400;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.clock-float-main button{
	float: right;
    background-color: #9d5400;
    border: 1px solid #9d5400;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    width: 260px;
    height: 34px;
    line-height: 26px;
    font-size: 12px;
    margin-top: 10px;
    outline: none;
    -webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
.clock-float-main button:hover{
	background-color: #723d00;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
}
