@charset "utf-8";
/* CSS Document */
*{
	box-sizing: border-box; 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
@font-face {
    font-family: 'supermarketregular';
    src: url('fonts/supermarket-webfont.eot');
    src: url('fonts/supermarket-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/supermarket-webfont.woff2') format('woff2'),
         url('fonts/supermarket-webfont.woff') format('woff'),
         url('fonts/supermarket-webfont.ttf') format('truetype'),
         url('fonts/supermarket-webfont.svg#supermarketregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body {
	font-family: 'supermarketregular', tahoma, san-serif;
	margin: 0;
	font-size: 18px;
	color: #000;
	background-color: #FFF;
}
::-webkit-input-placeholder{
	color: #CCC;
}
:-moz-placeholder{
	color: #CCC;
	opacity: 1;
}
::-moz-placeholder{
	color: #CCC;
	opacity: 1;
}
:-ms-input-placeholder{
	color: #CCC;
}
.layout{ /* web layout */
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
.layout1{ /* web layout */
	width: 1100px;
	margin: 0 auto;
	overflow: hidden;
}
h1{
	font-size: 34px;
	margin-bottom: 10px;
	color: #000;
}
p{
	font-size: 18px;
	margin: 0;
	line-height: 28px;
}
header{
	width: 100%;
	height: 110px;
	background-color: #00C0F3;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 60;
}
.logo{
	float: left;
	margin-top: 15px;
	margin-bottom: 0;
}
nav{
	float: right;
	padding-top: 17px;
}
nav ul{
	list-style: none;
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: 10px;
}
nav li{
	float: left;
	margin-left: 20px;
	margin-right: 20px;
}
nav a{
	text-decoration: none;
	font-size: 20px;
	font-weight: normal;
	color: #666;
}
nav a:link {
     color: #666;
	 text-decoration: none;
}   
nav a:hover{
	opacity: .9;
} 
.heroBanner{
	width: 1003px;
	height: auto;
	text-align: center;
	border-image: none;
	padding-top: 20px;
	padding-bottom: 10px;
}
.heroBanner img{  
	margin-top: 30px;
    position: relative;  
    width: 1000px;  
    height: 334px;  
    float: left;  
}     
.heroBanner span {  
    width: 1003px;  
    height: 433px;  
    display: block;  
    position: absolute;   
    background: url(../images/bannerbg.png) no-repeat;  
}
#slides {
    display: none;
	position: relative;
	height: 455px;
}
.slidesjs-previous{
	position: absolute;
	color: #000;
	top: 40%;
	left: 0;
	margin-left: 10px;
	z-index: 50;
	width: 20px;
	height: 27px;
	background-image: url(../images/sprite_icon.png);
	margin-top: 0;
	margin-right: 5px;
	background-position: -20px 0;
	opacity: .4;
}
.slidesjs-next{
	position: absolute;
	color: #000;
	top: 40%;
	right: 0;
	z-index: 50;
	width: 20px;
	height: 27px;
	background-image: url(../images/sprite_icon.png);
	margin-top: 0;
	margin-right: 5px;
	background-position: -40px 0;
	opacity: .4;
}
.slidesjs-next:hover{
	position: absolute;
	color: #000;
	top: 40%;
	right: 0;
	z-index: 50;
	width: 20px;
	height: 27px;
	background-image: url(../images/sprite_icon.png);
	margin-top: 0;
	margin-right: 5px;
	background-position: -40px 0;
	opacity: .8;
}
.slidesjs-next:hover{
	position: absolute;
	color: #000;
	top: 40%;
	right: 0;
	z-index: 50;
	width: 20px;
	height: 27px;
	background-image: url(../images/sprite_icon.png);
	margin-top: 0;
	margin-right: 5px;
	background-position: -40px 0;
	opacity: .8;
}
.slidesjs-pagination{
	overflow: hidden;
	margin: 0 auto;
	position: absolute;
	bottom: 10px;
	left: 45%;
	z-index: 50;
}
.slidesjs-pagination a{
	display: block;
	background-color: #4D4D4D;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%
}
.slidesjs-pagination a.active{
	background-color: #00C0F3;
}
.slidesjs-pagination li{
	float: left;
	padding-right: 10px;
}
.ourProduct{
	margin-top: 490px;
	width: 1000px;
}
.ourProduct li{
	float: left;
	margin-right: 20px;
}
.ourProduct li:nth-child(3n+3){
	margin-right: 0;
}
.ourProduct li.pd1{
	width: 580px;
}
.ourProduct li h1{
	font-weight: bold;
	letter-spacing: 1px;
	padding-bottom: 10px;
}
.ourProduct li h4{
	color: #00C0F3;
	font-size: 22px;
	padding-left: 50px;
	line-height: 32px;
}
.ourProduct li p{
	width: 580px;
	padding-top: 20px;
	line-height: 28px;
	text-indent: 8%;
}
.ourProduct a:hover{
	opacity: .8;
}
.ourProduct li.pd2{
	width: 126px;
	float:left;
	padding-top: 190px;
}
.ourProduct li.pd3{
	width: 251px;
	float: right;
}
.banner2{
	margin-top: 30px;
}
.ourProduct2{
	margin-top: 50px;
	width: 1000px;
}
.ourProduct2 li{
	float: left;
	margin-right: 20px;
}
.ourProduct2 li:nth-child(2n+2){
	margin-right: 0;
}
.ourProduct2 li.pd4{
	width: 588px;
}
.ourProduct2 li h1{
	font-weight: bold;
	letter-spacing: 1px;
	padding-bottom: 10px;
}
.ourProduct2 li h2{
	font-size: 18px;
	line-height: 28px;
	padding-bottom: 10px;
	text-indent: 8%;
}
.ourProduct2 li p{
	padding-left: 50px;
}
.ourProduct2  li.pd5{
	margin-top: 15px;
	margin-left: 40px;
}
.ourProduct2  li.pd6{
	margin-top: 35px;
}
.ourProduct2 a.lnk1{
	color: #00C0f3;
	font-size: 20px;
	line-height: 28px;
	text-decoration: none;
}
.ourProduct2 a.lnk2{
	color: #000;
	text-decoration: none;
	font-size: 17px;
}
.ourProduct2 a:hover{
	opacity: .8;
}
.aboutUs{
	width: 1000px;
	margin-top: 50px;
}
.aboutUs li{
	margin-right: 150px;
}
.aboutUs li:nth-child(2n+2){
	margin-right: 0;
}
.aboutUs ul{
	margin-top: 30px;
}
.aboutUs li.pd7{
	width: 451px;
	float: left;
}
.aboutUs h2{
	color: #00C0F3;
	font-size: 22px;
	text-indent: 8%
}
.aboutUs p{
	margin-top: 10px;
	text-indent: 8%;
	margin-bottom: 10px;
}
.aboutUs a.lnk3{
	font-size: 20px;
	color: #FFF;
	background-color: #4D4D4D;
	text-decoration: none;
	line-height: 28px;
	padding: 2px 17px;
}
.aboutUs a:hover{
	opacity: .8;
}
.aboutUs li.dload2{
	float: right;
}
.aboutUs li.pd8{
	height: 83px;
	float: left;
	margin-bottom: 20px;
	margin-right: 0;
}
.aboutUs li h3{
	height: 83px;
	float: right;
	padding-top: 20px;
	padding-left: 20px;
}
.aboutUs a.lnk1{
	color: #00C0f3;
	font-size: 20px;
	line-height: 28px;
	text-decoration: none;
}
.aboutUs a.lnk2{
	color: #000;
	text-decoration: none;
	font-size: 17px;
}
.contactUs{
	width: 1000px;
	margin-top: 50px;
}
.contactUs li.contactAyu{
	width: 475px;
	margin-right: 50px;
	float: left;
	margin-top: 30px;
}
.contactUs li img{
	float: left;
	margin-right: 20px;
}
.contactUs li:nth-child(2n+2){
	margin-right: 0;
}
.contactUs h2{
	font-size: 22px;
	color: #00C0F3;
	margin-top: 15px;
}
.contactUs article{
	margin-top: 20px;
	margin-bottom: 10px;
}
.contactUs li h3{
	font-size: 20px;
	margin-bottom: 10px;
	height: 40px;
}
.contactUs li.infoList{
	width: 235px;
	height: 40px;
	margin-top: 10px;
	float: left;
}
.contactUs li.infoList img{
	margin-right: 10px;
}
.contactUs li p{
	font-size: 16px;
	line-height: 20px;
}
.contactUs li a{
	font-size: 16px;
	line-height: 20px;
	text-decoration: none;
	color: #000;
}
.contactUs li a:hover{
	opacity: .8;
}
.contactUs li.infoList:nth-child(2n+2){
	margin-right: 0;
}
.contactUs li.infoList:last-child{
	width: 450px;
}
.contactUs p.infoTxt{
	padding-top: 10px;
	padding-bottom: 10px;
}
.contactUsfm{
	width: 1000px;
	margin-top: 50px;
	margin-bottom: 50px;
}
.contactUsfm>div{
	width: 420px;
	float: left;
	margin-top: 10px;
	margin-right: 30px;
}
.contactUsfm h1{
	margin-top: 140px;
	font-size: 24px;
	line-height: 30px;
	color: #00C0F3;
	text-align: center;
}
.contactUsfm h2{
	font-size: 24px;
	line-height: 30px;
	color: #000;
	text-align: center;
}
.contactUsfm ul{
	padding-left: 90px;
}
.contactUsfm li{
	float: left;
	width: 100px;
	margin-top: 30px;
	margin-right: 20px;
	text-align: center;
}
.contactUsfm p{
	font-size: 16px;
}
.contactUsfm a{
	font-size: 16px;
	color: #000;
	text-decoration: none;
}
.contactUsfm a:hover{
	opacity: .8;
}
.contactUsfm form{
	width: 550px;
	height: 520px;
	overflow: hidden;
	margin-right: 20px;
	background-color: #00C0F3;
}
.contactUsfm form img{
	margin-left: 47px;
	margin-bottom: 5px;
}
.contactUsfm form p{
	margin-left: 47px;
	font-size: 20px;
	color: #FFF;
}
.contactUsfm input[type="text"]{
	color: #000;
	width: 455px;
	height: 28px;
	font-size: 14px;
	background-color: #FFF;
	border: none;
	margin-left: 47px;
	margin-bottom: 8px;
	padding-left: 10px;
	line-height: 20px;
	box-sizing: border-box; /* css3 */
	-webkit-box-sizing: border-box;
	-moz--box-sizing: border-box;
}
.contactUsfm textarea{
	color: #000;
	width: 455px;
	height: 140px;
	font-size: 14px;
	background-color: #FFF;
	border: none;
	margin-left: 47px;
	margin-bottom: 15px;
	padding-left: 10px;
	padding-top: 10px;
	box-sizing: border-box; /* css3 */
	-webkit-box-sizing: border-box;
	-moz--box-sizing: border-box;
}
.contactUsfm input[type="submit"]{
	color: #FFF;
	width: 110px;
	height: 30px;
	font-size: 14px;
	margin-left: 392px;
	background-color: #4D4D4D;
	border: 1px solid #4D4D4D;
	moz-border-radius: 5px;
	box-sizing: border-box; /* css3 */
	-webkit-box-sizing: border-box;
	-moz--box-sizing: border-box;
}
footer{
	width: 100%;
	height: 90px;
	background-color: #00C0F3;
}
footer p{
	height: 32px;
	color: #FFF;
	font-size: 18px;
	line-height: 32px;
	padding-top: 10px;
	margin-bottom: 10px;
}
footer img{
	vertical-align: middle;
}
footer a.menufoot{
	height: 32px;
	color: #FFF;
	font-size: 18px;
	padding-top: 10px;
	margin-bottom: 10px;
}
footer a{
	width: 21px;
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	margin-bottom: 0;
	margin-top: 10px;
}
footer a:hover{
	opacity: .8;
}
/* aboutus page */
.aboutInfo{
	margin-top: 130px;
}
.aboutInfo img{
	margin-top: 0;
}
.aboutInfo li.ap1{
	width: 451px;
	float: left;
}
.aboutInfo li.ap2{
	width: 509px;
	margin-left: 40px;
	float: right;
}
.aboutInfo h2{
	font-size: 24px;
	color: #00C0F3;
	margin-top: 10px;
	margin-bottom: 20px;
}
.aboutInfo h3{
	text-indent: 40px;
	line-height: 28px;
}
.aboutInfo p{
	margin-top: 20px;
}
.vision{
	margin-top: 50px;
}
.vision li.ap1{
	width: 451px;
	float: left;
}
.vision li.ap2{
	width: 509px;
	margin-left: 40px;
	float: right;
}
.vision h2{
	font-size: 24px;
	color: #00C0F3;
	margin-bottom: 30px;
}
.vision p{
	text-indent: 40px;
}
.dwnLoad{
	margin-top: 30px;
}
.dwnLoad ul{
	width: 200px;
}
.dwnLoad li{
	width: 100px;
	float: left;
	text-align: center;
}
.dwnLoad p{
	font-size: 14px;
	line-height: 16px;
}
.dwnLoad a{
	font-size: 14px;
	line-height: 16px;
	color: #000;
	text-decoration: none;
}
.dwnLoad a:hover{
	opacity: .8;
}
.dl h3{
	font-size: 24px;
	color: #00C0F3;
	line-height: 28px;
}
.dl h4{
	font-size: 20px;
	line-height: 24px;
}
.service{
	margin-top: 50px;
	margin-bottom: 50px;
}
.service img{
	float: left;
	margin-right: 30px;
}
.service h1{
	font-size: 24px;
	margin-left: 30px;
	line-height: 67px;
}
.service h2{
	text-indent: 150px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.service h3{
	text-indent: 150px;
	margin-bottom: 10px;
}
.service p{
	text-indent: 100px;
}
.service p.elm{
	text-indent: 120px;
}
.service p.elm2{
	text-indent: 150px;
}
.service p.elm2{
	text-indent: 170px;
}
.service p.elm3{
	text-indent: 185px;
}
.service p.con{
	color: #666;
}
.condi{
	margin-top: 30px;
}