﻿@charset "utf-8";
/* CSS Document */


/*back to top*/
.back-to-top {
	position: fixed;
	bottom: 50px;
	right: 1%;
	display: none;
	background-image: url(../images/icon_backtop.png);
	background-repeat: no-repeat;
	height: 60px;
	width: 60px;
	z-index: 99;
	cursor: pointer;
}





body {
}

#wrapper {
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
	width: 100%;
	min-width: 1050px;
	overflow-x: hidden;
}





/*header*/
#wrapper #header_wrap {
	float: left;
	height: 95px;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	position: fixed;
	top: 0;
	z-index:999;
}

#header_wrap #header {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 95px;
	width: 1050px;
}

.logoBox {
	float: left;
	height: 95px;
	width: 50%;
	margin: 0px;
	padding: 0px;
}

.logoBox .headerLogo a {
	float: left;
	padding: 0px;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	height: 95px;
	width: 200px;
	margin: 0px;
}

.headerNavBox {
	float: left;
	height: 95px;
	width: 50%;
	margin: 0px;
	padding: 0px;
}

.headerNavBox ul {
	float: right;
	height: 95px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

.headerNavBox ul li {
	float: left;
	width: 110px;
	height: 95px;
	line-height: 95px;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.headerNavBox ul li:nth-last-child(1) {
	width: 50px;
}

.headerNavBox ul li a {
	float: left;
	color: #000;
	width: 80px;
	height: 95px;
	text-decoration: none;
	cursor: pointer;
	padding: 0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
}

.headerNavBox ul li a:hover {
	background-image: url(../images/nav_hover.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

.headerNavBox ul li .facebook {
	float: left;
	width: 25px;
	height: 25px;
	padding: 7px;
	margin: 0px;
}

.headerNavBox ul li .facebook:hover {
	opacity: 0.7;
	background-image: none;
}





/*slider*/
.banner .indexSlider {
	position: relative;
}

.sliderBtn {
	float: left;
	background-repeat: no-repeat;
	line-height: 4;
	background-image: url(../images/icon_arrow.png);
	height: 38px;
	width: 38px;
	position: absolute;
	margin-left: -19px;
	left: 50%;
	bottom: 50px;
	z-index: 6;
	text-indent: -9999px;
}

.banner #bannerNav_wrap {
	position: absolute;
	float: left;
	height: 95px;
	width: 100%;
	top: 0px;
	background-color:rgba(255,255,255,0.5);
	z-index:99;
	margin: 0px;
	padding: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	min-width: 1050px;
}

.banner #bannerNav {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 95px;
	width: 1050px;
}





#wrapper .content_wrap {
	float: left;
	height: auto;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.content_wrap .content {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	width: 1050px;
}

/*about1*/
#about1 {
	float: left;
	height: auto;
	width: 100%;
	margin: 0px;
	text-align: center;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 60px;
	padding-left: 0px;
}

#about1 .title {
	height: auto;
	width: 380px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	font-size: 1.7em;
	font-weight: normal;
}

#about1 .subtitle {
	height: auto;
	width: 100%;
	text-align: center;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 40px;
	padding-left: 0px;
	font-size: 1.3em;
	margin: 0px;
	float: left;
	font-weight: normal;
}

#about1 .content {
	height: auto;
	width: 100%;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 1em;
	margin: 0px;
	float: left;
	height: 280px;
}

/*about2*/
#about2 {
	float: left;
	height: auto;
	width: 100%;
	margin: 0px;
	text-align: left;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 60px;
	padding-left: 0px;
}

#about2 ul {
	float: left;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#about2 ul li {
	float: left;
	margin: 0px;
	height: auto;
	width: 40%;
	padding-top: 3%;
	padding-right: 5%;
	padding-bottom: 1%;
	padding-left: 5%;
}

#about2 ul li .title {
	height: 70px;
	width: 80%;
	padding: 0px;
	font-size: 1.8em;
	float: left;
	font-weight: normal;
	background-image: url(../images/about_line.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
	line-height: 70px;
	margin-top: 0px;
	margin-right: 20%;
	margin-bottom: 30px;
	margin-left: 0px;
}

/*about3*/
#about3 {
	float: left;
	height: auto;
	width: 100%;
	margin: 0px;
	text-align: center;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 60px;
	padding-left: 0px;
}

#about3 .title {
	height: auto;
	width: 380px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	font-size: 1.7em;
	font-weight: normal;
}

#about3 ul {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#about3 ul li {
	float: left;
	margin: 1%;
	height: auto;
	width: 48%;
	position: relative;
}

#about3 ul li .photo {
	height: auto;
	width: auto;
	display: block;
	float: left;
	width: 100%;
}

#about3 ul li .photo img {
	float: left;
	height: auto;
	width: 100%;
	display: block;
}

#about3 ul li figure {
    margin: 0;
    padding: 0;
    height: auto;
    position: relative;
    display: block;
    overflow: hidden;
    height: 100%;
    width: 100%;
}
 
#about3 ul li figure:hover .more {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    opacity: 1;
    top: 0;
}
 
#about3 ul li figure .more {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	filter: alpha(opacity=0);
	opacity: 0;
	position: absolute;
	height: 100%;
	width: 100%;
	background: rgba(51,51,51,.7);
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-o-transition: all .1s ease;
	-ms-transition: all .1s ease;
	transition: all .1s ease;
	-webkit-transition-delay: .1s;
	-moz-transition-delay: .1s;
	-o-transition-delay: .1s;
	-ms-transition-delay: .1s;
	transition-delay: .1s;
	display: block;
	float: left;
}

#about3 ul li figure .more .name {
	color: #FFF;
	width: 90px;
	display: block;
	text-decoration: none;
	font-size: 1.1em;
	margin-top: 130px;
	text-align:justify;
	text-justify:inter-ideograph;
	-ms-text-justify:inter-ideograph;
	-moz-text-align-last:justify;
	-webkit-text-align-last:justify;
	margin-right: auto;
	margin-left: auto;
}

#about3 ul li figure .more .name:after{
	content:'';
	display:inline-block;
	width:100%;
}

#about3 ul li figure .more .name span{
	color: #FFF;
	width: 90px;
	display: block;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d8b018;
	text-decoration: none;
	font-size: 1.6em;
	letter-spacing: 2px;
	margin-right: auto;
	margin-left: auto;
}

#about3 ul li figure a{
	text-decoration: none;
}

/*about4*/
#about4 {
	float: left;
	height: auto;
	width: 100%;
	margin: 0px;
	text-align: center;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 60px;
	padding-left: 0px;
}

#about4 .title {
	height: auto;
	width: 380px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

#about4 img {
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

#about4 ul {
	float: left;
	padding: 0px;
	width: 100%;
	list-style-type: none;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

#about4 ul li p {
	float: left;
	height: auto;
	width: 140px;
	height: 50px;
	line-height: 50px;
	color: #FFF;
	background-color: #4d4d4d;
	text-align: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 0px;
	font-size: 1.35em;
	text-decoration: none;
	border: 1px solid #4d4d4d;
	margin-top: 10px;
	margin-right: 16px;
	margin-bottom: 10px;
	margin-left: 16px;
	cursor: pointer;
}

#about4 ul li p:hover {
	color: #4d4d4d;
	background-color: #fff;
	border: 1px solid #4d4d4d;
}

#about4 ul li p.active {
	color: #4d4d4d;
	background-color: #fff;
	border: 1px solid #4d4d4d;
}

#about4 .content {
	float: left;
	height: auto;
	width: 80%;
	margin: 0px;
	text-align: left;
	padding-top: 20px;
	padding-right: 10%;
	padding-bottom: 20px;
	padding-left: 10%;
	font-size: 1.25em;
	line-height: 1.5;
}

/*certificateBox*/
#certificateBox {
	float: left;
	height: 350px;
	width: 100%;
	margin: 0px;
	text-align: left;
	background-image: url(../images/certificate.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	background-color: #275840;
	color: #FFF;
	padding-top: 75px;
	padding-right: 20%;
	padding-bottom: 75px;
	padding-left: 20%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background-size: contain;
}

@media only screen and (min-width: 1630px) and (max-width: 1840px) {

#certificateBox {
	padding-left: 10%;
}

}

@media only screen and (min-width: 1540px) and (max-width: 1629px) {

#certificateBox {
	padding-left: 4%;
}

}

@media only screen and (min-width: 1365px) and (max-width: 1539px) {

#certificateBox {
	height: 300px;
	padding-top: 60px;
	padding-right: 5%;
	padding-bottom: 60px;
	padding-left: 5%;
}

}

@media only screen and (min-width: 1200px) and (max-width: 1364px) {

#certificateBox {
	height: 250px;
	padding-top: 40px;
	padding-right: 2%;
	padding-bottom: 40px;
	padding-left: 5%;
}

}

@media only screen and (min-width: 1px) and (max-width: 1199px) {

#certificateBox {
	height: 200px;
	padding-top: 35px;
	padding-right: 4%;
	padding-bottom: 35px;
	padding-left: 4%;
	line-height: 1.5;
}

}

/*product*/
#product {
	float: left;
	height: auto;
	width: 100%;
	text-align: center;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 60px;
	padding-left: 0px;
}

#product .title {
	height: auto;
	width: 380px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	font-size: 1.7em;
	font-weight: normal;
}

#product .leftBox {
	float: left;
	height: auto;
	width: 36.325%;
	margin: 0px;
	padding: 0px;
}

#product .midBox {
	float: left;
	height: auto;
	width: 27.35%;
	margin: 0px;
	padding: 0px;
}

#product .rightBox {
	float: left;
	height: auto;
	width: 36.325%;
	margin: 0px;
	padding: 0px;
}

#product .leftBox, #product .midBox, #product .rightBox {
	position: relative;
}

#product .photo {
	height: auto;
	width: auto;
	display: block;
	float: left;
	width: 100%;
}

#product img {
	float: left;
	height: auto;
	width: 100%;
	display: block;
}

#product figure {
    margin: 0;
    padding: 0;
    height: auto;
    position: relative;
    display: block;
    cursor: pointer;
    overflow: hidden;
    height: 100%;
    width: 100%;
}
 
#product figure:hover .more {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    opacity: 1;
    top: 0;
}
 
#product figure .more {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	filter: alpha(opacity=0);
	opacity: 0;
	position: absolute;
	height: 100%;
	width: 100%;
	background: rgba(51,51,51,.7);
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	-o-transition: all .1s ease;
	-ms-transition: all .1s ease;
	transition: all .1s ease;
	-webkit-transition-delay: .1s;
	-moz-transition-delay: .1s;
	-o-transition-delay: .1s;
	-ms-transition-delay: .1s;
	transition-delay: .1s;
	display: block;
	float: left;
}

#product figure .more .name {
	color: #FFF;
	width: 100%;
	display: block;
	text-decoration: none;
	font-size: 1.1em;
	text-align: center;
	position: absolute;
	top: 45%;
}

#product .more_wrap {
	float: left;
	height: auto;
	width: 100%;
	background-color: #f1f1f1;
	padding-top: 50px;
	padding-right: 0px;
	padding-bottom: 50px;
	padding-left: 0px;
	margin: 0px;
}

#product .more_wrap .more {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	width: 1050px;
	text-align: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#product .more_wrap .more a {
	text-decoration: none;
	float: right;
	height: auto;
	width: 115px;
	height: 35px;
	line-height: 35px;
	color: #1A1A1A;
	background-color: #f1f1f1;
	text-align: center;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding: 0px;
	border: 1px solid #4d4d4d;
}

#product .more_wrap .more a:hover {
	color: #f1f1f1;
	background-color: #555555;
	border: 1px solid #555555;
}

#product figure a {
	text-decoration: none;
}

/*contact*/
#contact {
	float: left;
	height: 280px;
	width: 100%;
	margin: 0px;
	text-align: center;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	position: relative;
}

#contact .more a {
	text-decoration: none;
	float: right;
	height: auto;
	width: 115px;
	height: 35px;
	line-height: 35px;
	color: #1A1A1A;
	background-color: #fff;
	text-align: center;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	padding: 0px;
	border: 1px solid #4d4d4d;
	position: absolute;
	left: 50%;
	margin-left: -57px;
}

#contact .more a:hover {
	color: #f1f1f1;
	background-color: #555555;
	border: 1px solid #555555;
}

/*map*/
#map {
	float: left;
	height: auto;
	width: 100%;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #E5E5E5;
}

#map iframe{
	height: auto;
	width: 100%;
	height: 330px;
}

/*footer*/
#wrapper .footer_wrap {
	float: left;
	height: auto;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #E5E5E5;
}

.footer_wrap #footer {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: auto;
	width: 1050px;
}

.footer_wrap #footer .left {
	float: left;
	height: 320px;
	width: 50%;
	background-image: url(../images/footer_logo.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 90px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 100px;
	margin: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

.footer_wrap #footer .left h3 {
	font-size: 1.8em;
	line-height: 1.5;
	font-weight: normal;
	letter-spacing: 5px;
	padding-top: 15px;
}

.footer_wrap #footer .left h4 {
	font-size: 1.15em;
	line-height: 1.8;
	font-weight: normal;
	letter-spacing: 5px;
}

.footer_wrap #footer .right {
	float: left;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: auto;
	width: 50%;
	margin: 0px;
}

#footer .right .facebookBox {
	float: right;
	height: 230px;
	width: 256px;
	margin: 0px;
}

/*copyright*/
#wrapper .copyright_wrap {
	float: left;
	height: auto;
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.copyright_wrap #copyright {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	height: 100px;
	line-height: 100px;
	width: 1050px;
}

.copyright_wrap #copyright p {
	font-size: 0.85em;
}

#wrapper .copyright_wrap #copyright p a {
	color: #000;
	text-decoration: none;
}









/*parallaxBox*/
#wrapper #content_1 .center .title {
	text-align: center;
	float: left;
	font-size: 1.4em;
	width: 100%;
	color: #fff;
	font-weight: normal;
	height: 50px;
	padding-top: 90px;
}












