*{
	font-family: "Arial";
	padding: 0;
	margin: 0;
	font-size: 62.5%;
}
ul{
	list-style: none;
}
a,a:hover{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
/*@font-face{
	font-family: "fzlt_GBK";
	src:url(../font/fzlt.ttf);
}*/
.clear{
	clear: both;
}
.logo{
	float: left;
	margin-top: -24px;
}

.wei{
	display: none;
}

.banner_back{
	position: relative;
	background:url(../images/1407488570070.jpg) center 0px / 100% 100% no-repeat;
	height: 100%; 
}
.banner_back .navv{
	width:100%;
    height: 85px;
    margin: 0 auto;
    position: fixed;
    bottom: 7%;
    z-index: 999;
}
.navv ul li{
	text-align:center;
	width: 25%;
	float: left;
	overflow:hidden;
}
.navv ul li p img{ width:50%; height:50%;}
.navv ul li p.text{
	color:#fff;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	margin-top:10px;
	font-size:14px;
}

header{
	width: 1150px;
	margin: 10px auto;
	position: relative;
}
.lang{ margin-bottom:6px}
header u{
	display: none;
	width: 30px;
	height: 30px;
	background: url(../images/icon_2.png) no-repeat;
	float: right;
	margin-top: 10px;
}
header .lang span{
	float: right;
}
header .lang span a{
	color: #616161;
	font-size: 1.4rem;
	line-height: 25px;
}
header .search { float:right}
header .search form{
	float: right;
}
header .search form input[type=text]{
	width: 150px;
	/*padding: 0px 25px 0px 4px;*/
	outline: none;
	height: 25px;
	border-radius: 30px;
	padding:0 5px;
	border: 1px solid #c7c4c4;
}
header .search form input[type=submit]{
	outline: none;
	border:none;
	width: 16px;
	height: 16px;
	position: absolute;
	background:url(../images/icon.png) no-repeat;
	top:6px;
	right:8px;
	cursor: pointer;
}
header .search .s_box{
	position: relative;
}
nav{
	float:left;
	/*margin-right: -17px;*/
	margin-top:5px;
	margin-left:62px;
}
nav> ul> li{
	float: left;
}
nav >ul> li> a{
	color: #616161;
	font-size: 1.6rem;
	padding: 0px 16px;
	border-right: 1px solid #616161;
}
nav ul li a:hover{
	color: #e27a19;
}
nav >ul> li:last-of-type >a{
	border-right:1px solid #fff;
}
nav ul li ul{
	position: absolute;
	width: 65%;
	left: 20.5%;
	background-color: #fff;
	z-index: 20;
	height: 0px;
	box-shadow: 0 2px 3px #adadad;
	overflow: hidden;
	transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
nav ul li ul li{
	display: inline-block;
}
nav ul li ul li a{
	font-size: 1.6rem;
	display: inline-block;
	padding: 20px 10px;
	color: #616161;
}
nav> ul> li:hover ul{
	height: 58px;

}
.juz{
	display: block;
	margin: 0 auto;
}
.scroll_horizontal .box .list li i{
	display: block;
	background: url(../images/icon_1.png) no-repeat;
	background-size: 100% auto;
	width: 310px;
	height: 230px;
	position: absolute;
	left: 10px;
	top: -230px;
}
.scroll_horizontal .box .list li i a{
	width: 310px;
	height: 230px;
	display: block;
}
.scroll_horizontal .box .list li h3{
	width: 310px;
	height: 83px;
	position: absolute;
	left: 10px;
	background-color: #262626;
	bottom:-83px;
}
.scroll_horizontal .box .list li h3 a{
	color: #fff;
	text-align: center;
	display: block;
	font-size: 1.8rem;
	font-weight: normal;
	line-height: 80px;
}
footer{
	background-color: #bfbfbf;
	margin-top: 45px;
}
footer .top{
	width: 1100px;
	margin: 0 auto;
	padding-top:20px; 
}
footer .top .nav ul{
	float: left;
}
footer .top .nav ul li{
	float: left;
}
footer .top .nav ul li a{
	color: #000;
	font-size: 1.6rem;
	padding: 0px 27px;
	border-right: 1px solid #616161;
}
footer .top .nav ul li:last-of-type a{
	border-right: none;
}
footer .top .nav .email{
	float: right;
}
footer .top .nav .email i{
	display: block;
	background: url(../images/email.png) no-repeat;
	background-size: 100% auto;
	width: 25px;
	height: 17px;
	float: left;
	margin-top: 3px;
	margin-right: 3px;
}
footer .top .nav .email a{
	font-size: 1.6rem;
	color: #000;
	float: left;
	display: block;
}
footer .top .three{
	margin-top: 10px;
}
footer .top .three div{
	float: left;
}
footer .top .three .foot_logo{
	margin-left: 25px;
	margin-top: 35px;
}
footer .top .three .text {
	margin-top: 20px;
	margin-left: 115px;
}
footer .top .three .text p span{
	font-size: 1.4rem;
	line-height: 30px;
}
footer .top .three .text p span:last-of-type{
	margin-left: 20px;
}
footer .top .three .ma{
	margin-left: 109px;
	margin-top: 20px;
}
footer .top .three .ma img{
	float: left;
}
footer .top .three .ma p{
	float: left;
	margin-left: 50px;
	margin-top: 35px;
	line-height: 20px;
}
footer .down{
	text-align: center;
	font-size: 1.2rem;
	padding: 10px 0;
	background-color: #9a9a9a;
	margin-top: 15px;
}
.qq{
	position: fixed;
	right: 0;
	top: 40%;
	width: 58px;
	height: 200px;
	background-color: rgba(0,0,0,0.58);
	z-index: 100;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}
.qq .qq_bk a{
	display: block;
	width: 42px;
	height: 42px;
	background:url(../images/qq.png) no-repeat;
	margin-top: 20px;
	margin-left: 10px;
}
.qq .qq_bk a:first-of-type{
	background-position-y:-130px; 
}
.qq .qq_bk a:last-of-type{
	background-position-y:-70px;
}
.qq .ma{
	padding: 10px;
	border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
	background: rgba(0,0,0,0.58); 
	position: absolute;
	right: 58px;
	top: 60px;
	display: none;
}
.qq .phone{
	padding: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background: rgba(0,0,0,0.58);
    position: absolute;
    right: 58px;
    top: 15px;
    font-size: 16px;
    color: #fff;
    width: 130px;
    height: 25px;
    line-height: 27px;
    display: none;
}


@media(max-width: 1024px){
	header{
		width: 975px;
	}
	.logo img{
		width: 200px;
	}
	.scroll_horizontal{
		width: 900px;
		height: 250px;
	}
	.scroll_horizontal .list li{
		width: 250px;
	}
	.scroll_horizontal .box{
		height: 250px;
		width: 820px;
	}
	.scroll_horizontal .list li img{
		width: 250px;
		height: 250px;
	}
	.scroll_horizontal .box .list li i{
		width: 250px;
	}
	.scroll_horizontal .box .list li h3{
		width: 250px;
	}
	.scroll_horizontal .box .list li h3 a{
		font-size: 1.6rem;
	}
	footer .top{
		width: 965px;
	}
	footer .top .three .text{
		margin-left: 50px;
	}
	footer .top .three .ma{
		margin-left: 39px;
	}
	nav> ul> li:hover ul{
		display: none;
	}
	.lang,header .search{
		display:none;
	}
	nav{float:right;margin-right:-17px; margin-top:20px}
	.logo{ margin-top:0}
}
@media(max-width: 800px){
	header{
		width: 710px;
	}
	/*.logo{
		margin-top: -25px;
		margin-left: 20px;
	}*/
	.logo img{
		width: 150px;
	}
	nav{
		margin-top: 5px;
		margin-right:0;
	}
	nav{
		position: absolute;
		z-index: 11;
		right: 10%;
		top: 13px;
		margin-top: 0;
		display: none;
	}
	nav ul{
		border:1px solid #bbbbbb;
	}
	nav ul li a{
		border-right: none;
		padding: 0 15px;
	}
	nav ul li{
		float: none;
		text-align: center;
		padding: 5px;
		background-color: #fff;
	}
	nav ul li ul{ display:none}
	header u{
		display: block;
	}
	nav ul li a{
		padding: 0 13px;
	}
	.scroll_horizontal{
		width: 640px;
	}
	.scroll_horizontal .box{
		width: 540px;
	}
	footer .top{
		width: 710px;
	}
	footer .top .nav ul li a{
		padding: 0 10px;
		font-size: 1.4rem;
	}
	footer .top .three .foot_logo img{
		width: 150px;
	}
	footer .top .three .ma img{
		width: 70px;
	}
	footer .top .three .foot_logo{
		margin-left: 12px;
	}
	footer .top .three .text{
		margin-left: 29px;
	}
	footer .top .three .ma p{
		margin-left: 15px;
		margin-top: 15px;
	}
	footer .top .three .ma{
		margin-left: 18px;
	}
	footer .top .three .text p span{
		font-size: 1.2rem;
		line-height: 25px;
	}
	.flex-control-nav{
		bottom: 0px;
	}
}
@media(max-width: 700px){
	header{
		width: 515px;
	}
	.logo{
		margin-left: 0;
	}
	nav ul li a{
		font-size: 1.4rem;
		padding: 0 5px;
	}
	.scroll_horizontal .box{
		width: 265px;
	}
	.scroll_horizontal{
		width: 335px;
	}
	footer .top{
		width: 515px;
	}
	footer .top .nav {
		display: none;
	}
	footer .top .three .foot_logo{
		display: none;
	}
	footer .top .three .text{
		margin-left: 8px;
		margin-top: -20px;
	}
	footer .top .three .ma{
		margin-left: 6px;
		margin-top: -15px;
	}
	.qq{
		display: none;
	}
	.pc{
		display: none;
	}
	.wei{
		display: block;
	}

}
@media(max-width: 480px){
	header{
		width: 90%;
	}
	
	header .search form input[type=text]{
		width: 10rem;
	}
	header .search span{
		float: left;
	}
	.logo{
		margin-top: 5px;
	}
	
	
	.scroll_horizontal{
		width: 300px;
	}
	.scroll_horizontal .box{
		width: 270px;
	}
	.scroll_horizontal .prev, .scroll_horizontal .next{
		top: 106%;
	}
	.scroll_horizontal .next{
		right: 30px;
	}
	.scroll_horizontal .prev{
		left: 30px;
	}
	footer .top{
		width: 300px
	}
	footer .top .three div{
		float: none;
	}
	footer .top .three .text p span{
		display: block;
	}
	footer .top .three .text p span:last-of-type{
		margin-left: 0;
	}
	footer .top .three .text{
		float: left;
		margin-left: 0;
	}
	footer .top .three .ma{
		float: right;
		margin-left: 1%;
	}
	footer .down{
		padding: 10px 20px;
	}
	footer .top .three .ma img{
		float: none;
		display: block;
		margin:0 auto;
		width: 95px;
	}
	footer .top .three .ma p{
		float: none;
		margin-left:0;
		margin-top: 0;
	}
	.search{
		display: none;
	}
}
@media(min-width: 321px ) and (max-width: 480px){
	.scroll_horizontal .next{
		right: -15px;
	}
	.scroll_horizontal .prev{
		left: -15px;
	}
	.scroll_horizontal .prev, .scroll_horizontal .next{
		top: 50%;
	}
}