@charset "utf-8";
body{background: #fff;}

#header ul li.active{
	background: rgba(142,142,142,0.7);
}

#banner{
	overflow: hidden;
	width: 100%;
	height: 100vh;
	position: relative;
	z-index: 0;
}
#banner .bd ul li{
	height: 100vh;
	position: relative;
	background-position: center;
	background-size: cover;
	width: 100%;
}
#banner .bd ul li .text{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height:100vh;
	background: rgba(104,104,104,0.35);
}
#banner .bd ul li .text .content{
	position: absolute;
	top: 50%;
	color: #fff;
	left: 0;
	text-align: center;
	width: 100%;
	margin-top: -10px;
}
#banner .bd ul li .text .content h3{
	font-size:22px;
	font-weight: normal;
}


/*翻页按钮*/
#banner .prev,
#banner .next {
  position: absolute;
  width: 40px;
  height: 100px;
  z-index: 1;
  left: 30px;
  text-indent:-99em;
  overflow: hidden;
  top: 50%;
  margin-top: -50px;
  background: url(../img/icon.png) no-repeat 0 -450px;
  opacity: 0.5;
  z-index: 8;
}
#banner .next{
  left: auto;
  right: 30px;
  background-position-x: -100px;
}

#banner:hover .prev,
#banner:hover .next{
  opacity: 0.8;
}
#banner .prev:hover,
#banner .next:hover{
  opacity: 1;
}
.picMarquee-left{
	width: 100%;
	margin:0 auto;
	overflow: hidden;
}
.picMarquee-left .tempWrap{
	min-width: 100%;
}
.picMarquee-left li{
	float: left;
	width: 12.5%;
	list-style-type: none;
}
.picMarquee-left li img{
	width: 100%;
}
.component-content{
	padding:90px 12px;
}
.component-content ul{
    list-style: disc;
    margin: 1em 0;
    padding-left: 2em;
}


.proBlock{
	background: #f9f9f9;
	padding: 60px 0 80px;
}
.proBlock.bg{
	background: #d6d6d6;
}
.proBlock .blockTitle{
	text-align: center;
	padding: 40px 0;
}
.proBlock .blockTitle a h1{
	display: inline-block;
	line-height: 60px;
	padding-right: 50px;
	color: #838282;
	background: url(../img/more.png) no-repeat right center;
}
.proBlock.bg .blockTitle{
	text-align: center;
	padding: 40px 0;
}
.proBlock.bg .blockTitle a h1{
	display: inline-block;
	color: #fff;
	line-height: 60px;
	padding-right: 50px;
	background: url(../img/more2.png) no-repeat right center;
}
.proBlock.bg .blockTitle a h3{
	display: inline-block;
	color: #fff;
	line-height: 60px;
	padding-right: 50px;
	background: url(../img/more2.png) no-repeat right center;
}
.proBlock .blockCon ul{
	text-align: center;
	padding: 0 40px;
}
.proBlock .blockCon ul li {
    display: inline-block;
    vertical-align: top;
    width: 21%;
    margin: 0 1.5%;
    height: 290px;
    overflow: hidden;
    padding-bottom: 40px;
}
.proBlock .blockCon ul li img {
    width: auto;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    max-height: 100%;
}
.proBlock .blockCon ul li a:hover img{
	-moz-box-shadow:0px 0px 10px rgba(0,0,0,0.3);       
	-webkit-box-shadow:0px 0px 10px rgba(0,0,0,0.3);       
	box-shadow:0px 0px 10px rgba(0,0,0,0.3); 	

}
.proBlock .blockCon ul li h2{
	line-height: 50px;
}
.proBlock .blockCon ul li p{
	color: #666;
}



.quality{
	padding: 60px 0 80px;
}
.quality .blockTitle{
	text-align: center;
	padding: 40px 0;
	color: #838282;
}
.quality .blockTitle h2{
	display: inline-block;
	line-height: 60px;
}
.quality .blockCon .pic{
	text-align: center;
	margin-bottom: 10px;
}
.quality .blockCon .quality-content{
	text-align: center;
}

.picList{
	padding: 60px 0 80px;
	background: #d6d6d6;
	overflow: hidden;
}
.picList ul li{
	width: 25%;
	float: left;
	line-height: 0;
}
.picList ul li img{
	width: 100%;
}

.contactBlock{
	background: #f9f9f9;
	padding: 60px 0 80px;
}
.contactBlock .blockTitle{
	text-align: center;
	padding: 40px 0 20px;
	color: #838282;
}
.contactBlock .blockTitle h2{
	display: inline-block;
	line-height: 60px;
}
.email-form{
	padding-top: 70px;
}
.email-form .email-form-input{
	margin-bottom: 10px;
	width: 400px;
}
.email-form .email-form-input input{
	width: 100%;
	-webkit-appearance: none;
    background: #fff;
    border: 1px solid #bbb;
    border-radius: 3px;
    color: #444;
    font-size: 18px;
    padding: 11px 10px;
}
.email-form .email-form-input input::-webkit-input-placeholder{
	color: #ccc;
}
.email-form .email-form-input input::-moz-placeholder{
	color: #ccc;
}
.email-form .email-form-input input::-ms-input-placeholder{
	color: #ccc;
}
.email-form .submit-field{
	border:0;
	-webkit-appearance: none;
    background: #57bcdb;
	border-radius: 100px;
    cursor: pointer;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    margin: 0 auto;
    padding: 20px 45px;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color .3s ease-in-out;
}
@media screen and (max-width: 768px) {
#focus.mobile ul.ulnop li img{
		width: 100%;
	}
#focus{
	overflow: hidden;
	width: 100%;
	height: 233px;
	position: relative;
	z-index: 0;
}
#focus .bd ul li{
  height: 241px;
	position: relative;
	overflow: hidden;
	background: rgba(104,104,104,1);
}
#focus .bd ul li .text{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
  height: 241px;
	opacity: 0.8;
	background-position: center;
	background-size: cover;	

}
#focus .bd ul li .text .content{
	position: absolute;
	top: 50%;
	color: #fff;
	left: 2%;
	text-align: center;
	width: 96%;
	margin-top: -30px;
}
#focus .bd ul li .text .content h3{
	font-size:17px;
	line-height: 30px;
	font-weight: normal;
}
#focus .hd{
	position: absolute;
	bottom: 3px;
	z-index: 9;
	width: 100%;

}
#focus .hd ul{
	display: block;
	width: 100%;
	text-align: center;
}
#focus .hd ul li{
	width: 10px;
	height: 10px;
	display: inline-block;
	background: #fff;
	text-indent: -999em;
	border-radius: 10px;
	margin:0 5px;
	opacity: 0.5;
}
#focus .hd ul li.on{
	opacity: 1;
}




.component-content{
	padding: 40px 25px;
}
.component-content ul{
    list-style: disc;
    margin: 1em 0;
    padding-left: 2em;
}


.proBlock{
	background: #f9f9f9;
	padding: 20px 0 40px;
}
.proBlock.bg{
	background: #d6d6d6;
}
.proBlock .blockTitle{
	text-align: center;
	padding: 20px 0;
}
.proBlock .blockTitle a h1{
	display: inline-block;
	line-height: 60px;
	padding-right: 50px;
	color: #838282;
	background: url(../img/more.png) no-repeat right center;
}
.proBlock.bg .blockTitle{
	text-align: center;
	padding: 20px 0;
}
.proBlock.bg .blockTitle a h1{
	display: inline-block;
	color: #fff;
	line-height: 60px;
	padding-right: 50px;
	background: url(../img/more2.png) no-repeat right center;
}
.proBlock .blockCon ul{
	text-align: center;
	padding: 0 20px;
}
.proBlock .blockCon ul li{
	display: inline-block;
	width: 46%;
	margin:0 1.5% 20px;
}
.proBlock .blockCon ul li img{
	width: 100%;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;	
}
.proBlock .blockCon ul li a:hover img{
	-moz-box-shadow:0px 0px 10px rgba(0,0,0,0.3);       
	-webkit-box-shadow:0px 0px 10px rgba(0,0,0,0.3);       
	box-shadow:0px 0px 10px rgba(0,0,0,0.3); 	

}
.proBlock .blockCon ul li h2{
	line-height: 30px;
	font-size: 16px;
}
.proBlock .blockCon ul li p{
	color: #666;
}



.quality{
	padding: 20px 25px 40px;
}
.quality .blockTitle{
	text-align: center;
	padding: 20px 0;
	color: #838282;
}
.quality .blockTitle h2{
	display: inline-block;
	line-height: 60px;
}
.quality .blockCon .pic{
	text-align: center;
	margin-bottom: 10px;
}
.quality .blockCon .pic img{
	width: 100%;
}
.quality .blockCon .quality-content{
	text-align: center;
}

.picList{
	padding: 40px 0 40px;
	background: #d6d6d6;
	overflow: hidden;
}
.picList ul{
	padding: 0 25px;
}
.picList ul li{
	width: 50%;
	float: left;
	line-height: 0;
}
.picList ul li img{
	width: 100%;
}


.contactBlock{
	background: #f9f9f9;
	padding: 20px 25px 40px;
}
.contactBlock .blockTitle{
	text-align: center;
	padding: 20px 0 20px;
	color: #838282;
}
.contactBlock .blockTitle h2{
	display: inline-block;
	line-height: 60px;
}
.email-form{
	padding-top: 70px;
}
.email-form .email-form-input{
	margin-bottom: 10px;
	width: 100%;
}
.email-form .email-form-input input{
	width: 100%;
	-webkit-appearance: none;
    background: #fff;
    border: 1px solid #bbb;
    border-radius: 3px;
    color: #444;
    font-size: 18px;
    padding: 11px 10px;
}
.email-form .email-form-input input::-webkit-input-placeholder{
	color: #ccc;
}
.email-form .email-form-input input::-moz-placeholder{
	color: #ccc;
}
.email-form .email-form-input input::-ms-input-placeholder{
	color: #ccc;
}
.email-form .submit-field{
	border:0;
	-webkit-appearance: none;
    background: #57bcdb;
	border-radius: 100px;
    cursor: pointer;
    color: #fff;
    font-size: 18px;
    display: block;
    margin: 0 auto;
    padding: 20px 45px;
    text-decoration: none;
    text-transform: uppercase;
    transition: background-color .3s ease-in-out;
}
}