#myCarousel .carousel-control{
	display: none;
}
#myCarousel:hover .carousel-control{
	display: block;
}
.about{
	background: #f6f6f8;
	padding: 35px 0;
}
.title {
	margin-bottom: 30px;
}
.title p{
	text-align: center;
}
.title p:first-child{
	color: #444444;
	font-size: 18px;
}
.title p:last-child{
	color: #838383;
	margin-bottom: 20px;
}
.title p:last-child span{
	padding-bottom: 5px;
	border-bottom: 2px solid #F0AD4E;
}
.about-txt{
	text-align: justify;
	text-indent: 2em;
	letter-spacing: 2px;
	margin-bottom: 2px;
}
.products{
	padding-top:80px;
}
.pro-item p{
	text-align: center;
}
.carousel-control.left{
	background-image:none;
}
.carousel-control.right{
	background-image:none;
}
.carousel-control{
	width: 40px;
	height: 70px;
	background: #231815;
	top: 50%;
	font-size: 42px;
	margin-top: -35px;
}
.carousel-control.left{
	border-radius: 10px 0 0 10px;
}
.carousel-control.right{
	border-radius: 0 10px 10px 0;
}
.btn-more{
	background: none;
	display: inline-block;
	border: 1px solid #cccccc;
	color: #999999;
	margin-top: 40px;
	padding: 5px 50px;
}
.btn-more:hover{
	text-decoration: none;
}
.news-link-group{
	border-bottom: 1px solid #838383;
	margin-bottom: 30px;
}
.news-link-group li:first-child p{
	font-size: 16px;
	margin-bottom: 5px;
}
.news-link-group li:first-child p:nth-child(1){
	color: #555555;
}
.news-link-group li:first-child p:nth-child(2){
	color: #838383;
}
.news-link-group li a{
	color: #999;
	margin-top: 17.5px;
	display: inline-block;
}
.news-item{
	padding: 0;
	background: #e68322;
}
.new-txt p:nth-child(1){
	margin-top: 5px;
	font-size: 16px;
	color: #fff;
}
.new-txt p:nth-child(2){
	text-align: justify;
	text-indent: 2em;
	color: #fff;
}
.new-txt p:nth-child(3){
	color: #fff;
	text-align: right;
	font-size: 12px;
}
.othernews{
	margin-top: 15px;
}
.othernews li {
	margin-bottom: 15px;
}
.othernews li i{
	color: #e68322;
	margin-right: 5px;
}
.othernews li a{
	color: #999;
	float: left;
}
.othernews li p{
	color: #a1a1a1;
	float: right;
}
.message{
	margin-top: 40px;
	padding: 60px 0;
	background: url(../img/index/shutterstock_142024078.jpg)no-repeat center center;
}
.contact li{
	font-size: 16px;
	color: #333;
	margin-bottom: 15px;
}
.container li a{
	color: #333;
	font-size: 16px;
}
form input{
	color: #999;
	border: 1px solid #F0AD4E;
	background: none;
	font-size: 16px;
	width: 100%;
	padding: 5px 15px;
	margin-bottom: 15px;
}
.form-l input:last-child{
	margin-bottom: 0;
}
form textarea{
	color: #999;
	background: none;
	padding: 5px 15px;
	border: 1px solid #F0AD4E;
	height: 132px;
	width: 100%;
}
form button{
	padding: 5px 0;
	color: #999;
	width: 100%;
	margin-top: 15px;
	border: 1px solid #F0AD4E;
	background: none;
}
#leftsead{width:131px;height:143px;position:fixed;top:258px;right:0px;z-index: 35;}
*html #leftsead{margin-top:258px;position:absolute;top:expression(eval(document.documentElement.scrollTop));}
#leftsead li{width:131px;height:53px;}
#leftsead li img{float:right;border-bottom-left-radius:5px;border-top-left-radius:5px;}
#leftsead li a{height:49px;float:right;display:block;min-width:47px;max-width:131px;}
#leftsead li a .shows{display:block;}
#leftsead li a .hides{margin-right:-166px;cursor:pointer;cursor:hand;}
#leftsead li a.youhui .hides{display:none;position:absolute;right:216px;top:2px;}
@media screen and (max-width: 450px){
#leftsead{
	display: none;
}
}