* {
	box-sizing: border-box;
	font-family: Arial,"Helvetica Neue", Helvetica, sans-serif;
}

ul:after {
	content: " ";
	clear: both;
	display: block;
}

ul,
p,
h3 {
	padding: 0;
	margin: 0;
}

a,
a:hover {
	text-decoration: none;
}

ul li {
	list-style: none;
}
nav{
	/*margin-bottom: 15px;*/
	padding-top: 15px;
}
.nav-l {
	float: left;
}
.nav-r {
	margin-top: 16.5px;
	float: right;
}
.nav-l img{
	height: 65px;
}

.nav-r li {
	float: left;
}

.nav-r li:first-child {
	position: relative;
}

.nav-contact {
	margin-left: 8px;
}
.nav-contact p{
	color: #333!important;
	font-weight: bolder;
	font-size: 12px;
}
.nav-contact a{
	color: #333!important;
	font-weight: bolder;
	font-size: 12px;
	display: inline-block;
}
.nav-r li:nth-child(1) input {
	border-radius: 15px;
	padding: 5px 15px;
	outline: none;
	width: 210px;
	border: 1px solid #cccccc;
}

.nav-r li:nth-child(1) button {
	position: absolute;
	right: 12px;
	top: 45%;
	margin-top: 0px;
	display: inline-block;
	font-size: 18px;
	color: #ccc;
	z-index: 2;
	background:none;
	border:none;
}

.nav-r li:last-child button {
	display: inline-table;
	color: #999;
	font-size: 12px;
	margin-right: 5px;
}

.flag {
	margin-left: 8px;
	height: 32px;
}
.nav-box{
	margin-top: 15px;
	background: -webkit-linear-gradient(#7e2f1e,#ab2a2b,#7e2f1e);
  background: -o-linear-gradient(#7e2f1e,#ab2a2b,#7e2f1e); 
  background: -moz-linear-gradient(#7e2f1e,#ab2a2b,#7e2f1e); 
  background: linear-gradient(#7e2f1e,#ab2a2b,#7e2f1e);
 /* background: -webkit-linear-gradient(#342b2e,#666,#342b2e); 
  background: -o-linear-gradient(#342b2e,#666,#342b2e); 
  background: -moz-linear-gradient(#342b2e,#666,#342b2e);
  background: linear-gradient(#342b2e,#666,#342b2e);*/
}
.submenu{
	display: none;
	min-width: 100%;
	position: absolute;
	top: 34px;
	background: -webkit-linear-gradient(#7e2f1e,#ab2a2b,#7e2f1e);
	background: -o-linear-gradient(#7e2f1e,#ab2a2b,#7e2f1e); 
	background: -moz-linear-gradient(#7e2f1e,#ab2a2b,#7e2f1e); 
	background: linear-gradient(#7e2f1e,#ab2a2b,#7e2f1e);
}

.submenu:nth-child(2){ width:300px;}

.nav-bottom li{
	float: left;
	width: 16.66%;
	/*border-right:1px solid #8e8e8e;*/
}
.submenu li{
	position: relative;
	float: none;
	width: auto;
}
.nav-bottom li a{
		padding: 7px 0;
	display: block;
	text-align: center;
	color: #fff;
	font-size: 16px;
	border-right:1px solid #333;
}
.submenu li a{
	width: auto;
	padding: 7px 30px;
	text-align: left;
}
.nav-bottom li:hover .submenu{
	display: block;
}
.nav-bottom li.active a{
	color: #fff;
    
}
.navbar-default .navbar-nav>li>a{
	color: #fff;
}
.smenu{
	position: absolute;
	left: 100%;
	top: 0;
	width: 100%;
	display: none;
	background: -webkit-linear-gradient(#7e2f1e,#ab2a2b,#7e2f1e);
	background: -o-linear-gradient(#7e2f1e,#ab2a2b,#7e2f1e); 
	background: -moz-linear-gradient(#7e2f1e,#ab2a2b,#7e2f1e); 
	background: linear-gradient(#7e2f1e,#ab2a2b,#7e2f1e);
}
.submenu li:hover .smenu{
	display: block;
}
footer{
	padding: 60px 0 30px 0;
	background: #000;
}
footer h3{
	font-size: 18px;
	margin-bottom: 15px;
	color: #fff;
}
.contact{
	padding-left: 35px;
	border-left: 1px solid #ccc;
}

.contact2{ border:none;}
.contact2 p{ color:#333 !important}
.contact2 p a{color:#333 !important}

.contact p{
	margin-bottom: 5px;
	color: #a1a1a1;
}
.contact p a{
	color: #a1a1a1;
}
.contact p:nth-child(4){
	margin-bottom: 25px;
}
.contact input{
	color: #898989;
	height: 30px;
	width: 152px;
	padding: 0 10px;
	border: 1px solid #F8F8F8;
}
.contact button{
	color: #fff;
	border: none;
	margin-left: 5px;
    padding: 5px 10px;
	background: #7e2f1e;
}
.group li a{
	color: #a1a1a1;
	display: inline-block;
	margin-bottom: 10px;
}
/*关于我们*/
.s_nav{
	background: #F5F5F5;
	height: 50px;
	line-height: 50px;
}

.s_nav a{ color:#333 !important}
.s_nav a:last-child{ color:#7e2f1e !important;}

.left-nav{
	padding-left:0;
	margin-top: 20px;
}
.left-nav .active{
	background: linear-gradient(#7e2f1e,#ab2a2b,#7e2f1e);
	margin-bottom: 5px;
	line-height: 48px;
	margin-bottom: 5px;
	border-radius: 3px;
}
.left-nav .active a{
	color: #fff;
	padding: 10px 0;
	font-size: 16px;
	font-weight: bold;
}
.left-nav .mu-list {
	border: 1px solid #999;
	background: #fff;
	line-height: 48px;
	margin-bottom: 5px;
	border-radius: 3px;
}
.left-nav .mu-list a{
	color: #333;
	padding: 10px 0;
	font-size:16px;
	
}
.left-nav-tit {
	margin-bottom: 20px;
	margin-top: 50px;
}
.left-nav-tit i{
	float: left;
	margin-right: 8px;
}
.netit{
	color: #333;
}
.netit:hover{
	color: #ab2a2b;
}

/*产品中心*/
.pro-box{
	/*margin: 15px 0;*/
	padding: 15px 0;
	overflow: hidden;
	transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;/* Firefox 4 */
	-webkit-transition: all 1s ease 0s; /* Safari å’Œ Chrome */
	-o-transition: all 1s ease 0s; /* Opera */
	border:1px solid rgba(255,255,255,0); 
}
.pro-box img{
	width: 90%;
	margin: 0 5%;
	transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;/* Firefox 4 */
	-webkit-transition: all 1s ease 0s; /* Safari å’Œ Chrome */
	-o-transition: all 1s ease 0s; /* Opera */
}
.pro-box p{
	text-align: center;
	margin:30px 0 0;
	font-size: 16px;
	color: #000; 
	display: block;
}
.pro-box:hover{
	border:1px solid rgba(183,183,183,0.6); 
}
.pro-box:hover p{
	color: #478c39;
}
.pro-box:hover img{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-moz-transform:scale(1.2);
}
.up-down{
	padding: 20px 0 50px 0;
	margin-top:50px;
	border-top:1px solid #666;
}

.up-down li{ line-height: 28px;}

.up-down li a{
	color: #666;
}

.navbar {
    margin-bottom: 0px;
    border: none;
}
@media only screen and (min-width: 768px) and (max-width: 1920px){
	.group{
		margin-bottom: 15px;
	}
	.contact{
		margin-bottom: 30px;
	}
	.news img{
		width: 100%;
		height: auto;
	}
}
@media only screen and (max-width: 450px){
	.nav-r{
		display: none;
	}
	.nav-bottom li{
		width: 100%;
	}
	.topnav{
		width: 100%;
		padding: 0;
		margin: 0;
	}
	.navbar-nav{ margin: 0;}
	.sjnav{ width: 100%; padding: 0; margin: 0; border: none;}
	.nav-l img{ height: 40px;}
	.navbar-toggle{
		margin-top: 4px;
	    margin-bottom: 15px;
	}
	.nav-bottom li a{ border-right: none;}
	#leftsead{ display: none;}
}