*,
*:before,
*:after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

body {
	font-size: 14px;
	font-family: SoDoSans, Helvetica Neue, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	color: #666;
	background: #FCFDFF;
}

a {
	color: #666;
	text-decoration: none;
	outline: inherit;
}

a:hover {
	text-decoration: none;
	color: #f69b0b;
	outline: inherit;
}

p,
ul,
li,
h1,
h2,
h3,
h4,
h5 {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

img {
	border: none;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

.clearfix:after,
.clearfix:before {
	content: "";
	display: block;
	clear: both
}

.clearfix {
	display: block
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: normal;
	font-family: SoDoSans, Helvetica Neue, Helvetica, Arial, sans-serif;
}

a,
img {
	-webkit-tap-highlight-color: transparent;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

input,
button,
select,
textarea {
	outline: none;
	-webkit-appearance: none;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
	background-color: transparent;
	background-image: none;
	transition: background-color 50000s ease-in-out 0s;
	font-size: 16px;
}

input {
	background-color: transparent;
}

.ww {
	width: 1160px;
	margin: auto;
}

.header {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background: #fff;
	z-index: 10;
	box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .12), 0 0 2px 0 rgba(0, 0, 0, .24);
}

.headerTop {
	width: 80%;
	margin: auto;
}

.header .logo {
	display: block;
	width: 94px;
	/* height: 80px; */
	margin-top: 6px;
}

.header .logo img {
	width: 100%;
	height: 100%;
}

.header .nav {
	line-height: 100px;
	margin: 0 0 0 30px;
}

.header .nav li {
	float: left;
	padding: 0 8px;
}

.header .nav li a {
	font-size: 16px;
	color: #333;
	font-weight: bold;
	display: block;
	padding: 0 10px;
}

.header .nav li.active a {
	color: #067149;
	border-bottom: 6px solid #067149;
}

.searchBox {
	width: 340px;
	height: 38px;
	margin: 32px 0;
	border-radius: 20px;
	line-height: 50px;
	border: 1px solid #212121;
	overflow: hidden;
}

.searchBox input {
	width: 260px;
	float: left;
	padding: 0 20px 0 30px;
	height: 36px;
	border: none;
	background: none;
	font-size: 16px;
	display: block;
}

.searchBox button {
	background: #212121;
	width: 70px;
	text-align: center;
	border: none;
	height: 36px;
	display: block;
	color: #fff;
	float: right;
	cursor: pointer;
}

.searchBox button i {
	font-size: 20px;
}
.mobile-inner-header{display: none;}
.mobile-inner-nav {
	background-color: rgba(0, 0, 0, 0.8);
	width: 100%;
	position: absolute;
	top: 58px;
	left: 0px;
	padding-top: 20px;
	padding-bottom: 40px;
	display: none;
}
	
	
.headerBottom {
	line-height: 44px;
	background: #1E3932;
	font-weight: bold;
}

.headerBottom p {
	width: 65%;
	margin: auto;
	font-size: 16px;
	color: #fff;
}

.container {
	padding-top: 149px;
	
}

.section .title {
	text-align: center;
	line-height: 24px;
	font-size: 16px;
	color: #999;
	margin-bottom: 40px;
}

.section .title h2 {
	font-size: 32px;
	color: #000;
	font-weight: bold;
	line-height: 40px;
	margin-bottom: 10px;
}


/*--------------------------*/

.hotSale {
	margin: 60px auto;
}
.hotSale .list .bx-wrapper{
	max-width: 100% !important;
	width: 100% !important;
}
.hotSale .list .bx-viewport{
	padding: 10px;
}
.hotSale .list li,.hotSale .list .slide {
	background: #fff;
	box-shadow: 0 0 10px #ddd;
	float: left;
	width: calc(25% - 30px);
	margin-right: 40px;
	padding: 14px;
}

.hotSale .list li:last-child {
	margin: 0;
}

.hotSale .list a {
	display: block;
}

.hotSale .list .imgbox {
	height: 220px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.hotSale .list .content {
	padding: 10px 5px 0;
	line-height: 30px;
	text-align: center;
}

.hotSale .list h3 {
	color: #333;
	font-weight: bold;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
}

.hotSale .list .price font {
	color: #12AD74;
	font-size: 20px;
	font-weight: bold;
	font-style: italic;
	margin-right: 5px;
}

.hotSale .list .price del {
	color: #999;
}

.hotSale .list .buyBtn {
	background: #3DCB79;
	color: #fff;
	margin-top: 5px;
	line-height: 36px;
	border-radius: 2px;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
	overflow: hidden;
}

.buyBtn span {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.buyBtn:hover {
	background-color: rgba(255, 255, 255, 0.2);
}

.buyBtn:hover>span {
	opacity: 0;
	-webkit-transform: translate(0px, 40px);
	transform: translate(0px, 40px);
}

.buyBtn::after {
	content: attr(data-text);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transform: translate(-30%, 0);
	transform: translate(-30%, 0);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.buyBtn:hover::after {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
}


/*--------------*/

.aboutUs {
	background: #D4E9E2;
	padding: 50px 0 30px;
}

.aboutBox .imgAbout {
	width: 34%;
	box-shadow: 0 0 10px #aaa;
}

.aboutBox .content {
	width: 56%;
	font-size: 18px;
	color: #333;
	line-height: 34px;
	padding: 40px 0;
}

.aboutBox .content .more,.product .more {
	display: block;
	width: 160px;
	text-align: center;
	color: #fff;
	background: #1E3932;
	line-height: 40px;
	border-radius: 20px;
	font-size: 16px;
	margin: 30px auto 0;
	float: right;
}


/*------------*/

.product {
	margin: 60px auto;
}

.product .list li {
	width: calc(20% - 26px);
	margin-right: 31.5px;
	padding: 10px;
	margin-bottom: 31px;
	overflow: hidden;
	position: relative;
	-webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}

.product .list li:nth-child(5),
.product .list li:nth-child(10),
.product .list li:nth-child(15),.product .list li:nth-child(20) {
	margin-right: 0;
}

.product .list li .imgbox {
	height: 190px;
	width: 100%;
	top: 0;
	position: relative;
	left: 0;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	transition: transform 0.3s;
}

.product .list li:hover .imgbox {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}



/*----------------*/

.thanksNote {
	background: url(../images/thanks.png) no-repeat right bottom;
	background-size: auto 80%;
	padding: 50px 0;
	background-color: rgb(0, 0, 0, 0.1);
}

.thanksNote .title h2 {
	color: #067149;
}

.thanksNote .content {
	color: #333;
	text-align: center;
	line-height: 34px;
	font-size: 20px;
}

.thanksNote a {
	display: block;
	width: 360px;
	margin: 40px auto 0;
	color: #fff;
	line-height: 50px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	position: relative;
	background: #3DCB79;
	border-radius: 28px;
}

.thanksNote a::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	border-radius: 25px;
	
}

.thanksNote a:hover::before {
	opacity: 0;
	-webkit-transform: scale(1.2, 1.2);
	transform: scale(1.2, 1.2);
}

.thanksNote a::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	background: rgba(3, 57, 50, 0.15);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: scale(0.5, 0.5);
	transform: scale(0.5, 0.5);
	border-radius: 25px;
}

.thanksNote a:hover::after {
	opacity: 1;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

.news {
	margin: 60px auto;
}

.newsBox1 {
	width: 47%;
	line-height: 24px;
}

.newsBox1.fl {
	border-right: 1px solid #ddd;
	width: 50%;
	padding-right: 40px;
}

.newsBox1 h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
	color: #000;
}

.newsBox1 li {
	margin-bottom: 20px;
}

.newsBox1 li h4 {
	color: #333;
	line-height: 30px;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
}

.newsBox1 li a:hover h4 {
	color: #067149;
}

.newsBox1 li p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 48px;
	margin-bottom: 5px;
	color: #888;
}

.newsBox1 .more {
	color: #067149;
	font-weight: bold;
	text-decoration: underline;
}


/*--------------------*/
.contact {
	background: url(../images/contact-bg.jpg) no-repeat center center fixed;
	background-size: cover;
	color: #999;
}

.contact .title h2 {
	color: #fff;
}

.contactBg {
	padding: 60px 0;
	background-color: rgba(3, 85, 54, 0.9);
}
.clientsBox ul{
	margin: 0 -15px;
}
.clientsBox li{
	width: 25%;
	padding: 15px;
	float: left;
}

.latest-news-box {
    background: #FFFFFF;
    border-radius: 4px;
    position: relative;
    transition: 0.5s;
    overflow: hidden;
}

.latest-news-box:hover {
    box-shadow: 0px 0px 30px #29263316;
}

.latest-news-img img {
    width: 100%;
}

.latest-news-content {
    padding: 70px 20px 20px;
    position: relative;
    box-shadow: 0px 0px 30px #29263316;
}
.latest-news-content .post-title {
    background: #EBFAF1;
    position: absolute;
    left: 8%;
    right: 8%;
    top: 0;
    padding: 12px 20px 10px;
    transform: translateY(-40%);
}
.latest-news-content a {
    color: #071C35;
    line-height: 22px;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 44px;
}
.latest-news-content:hover a {
    color: #3DCA79;
}

.latest-news-content .date {
    font-size: 14px;
    font-weight: 700;
    color: #3DCA79;
    margin-bottom: 10px;
    display: inline-block;
}

.post-author {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.blog-meta .post-author img {
    width: 34px;
    height: 34px;
    /* max-width: 100%; */
    display: inline-block;
    /* padding-right: 10px; */
    border-radius: 50%;
    margin-right: 10px;
}
.blog-meta .post-author span {
    color: #333;
    font-size: 12px;
}

/*----------------------------*/
.contactRight,
.contactLeft {
	width: 45%;
}

.contactRight input,
.contactRight textarea {
	display: block;
	width: 100%;
	background: transparent;
	border: 1px solid #fff;
	padding: 12px 15px;
	margin-bottom: 30px;
	color: #fff;
	font-size: 16px;
	font-family: SoDoSans, Helvetica Neue, Helvetica, Arial, sans-serif;
}

.contactRight input[type=submit] {
	background: rgba(255, 255, 255, 0.5);
	font-size: 18px;
}

.contactRight input::placeholder,
.contactRight textarea::placeholder {
	color: #fff;
	font-size: 16px;
}

.contact-info {
	padding: 16px 62px;
	text-align: left;
	font-size: 18px;
	line-height: 36px;
	margin-top: 25px;
}

.contact-info p {
	padding: 27px 10px;
	margin-left: 70px;
	display: inline-block;
	float: left;
	width: auto;
	line-height: 43px;
	margin-top: -22px;
}

.rotated-icon {
	position: relative;
	display: inline-block;
	float: left;
	width: 50px;
}

.sqaure-nebir {
	height: 45px;
	width: 45px;
	border: 3px double #fff;
	transform: rotate(-45deg);
	/* text-align: center; */
	position: absolute;
}

.rotated-icon i {
	position: absolute;
	top: 6px;
	left: 12px;
	font-size: 22px;
}

.footer_bg>p {
	text-align: center;
	color: #b6b5b5;
	line-height: 45px;
	background: #222222;
	margin: 0;
	border-top: 1px #2d2d2d solid;
}

.footers {
	padding-top: 25px;
	color: #b6b5b5;
	line-height: 26px;
}

.foot_left {
	float: left;
	margin-left: 50px;
}

.foot_middle {
	float: left;
}

.foot_middle>img {
	width: 140px;
	margin-bottom: 20px;
}

.foot_right {
	float: right;
	padding-right: 30px;
}

.footer_bg {
	background-color: #222222;
}

.footers h2 {
	font-size: 16px;
	font-weight: bold;
	font-style: normal;
	color: #fff;
	text-decoration: none;
	visibility: visible;
	animation-name: fadeInLeftBig;
	margin-bottom: 8px;
}

.foot_left ul li {
	line-height: 34px;
	color: #b6b5b5;
}

.foot_middle ul li {
	display: inline-block;
	width: 30px;
}

.foot_middle ul li {
	max-width: 100%;
}

.foot_right {
	padding-bottom: 10px;
}

.foot_right ul li {
	line-height: 26px;
}

.foot_right ul li a {
	color: #b6b5b5;
}

.foot_right ul li a:hover {
	color: #fff;
}

.foot_send {
	margin-left: 100px;
	width: 300px;
}

.foot_send p {
	margin: 10px 0 20px;
}

.foot_send .box {
	background: #fff;
	border-radius: 2px;
	overflow: hidden;
	height: 34px;
}

.foot_send .box input {
	border: none;
	background: none;
	padding: 0 10px;
	height: 100%;
	color: #333;
	width: calc(100% - 110px);
}

.foot_send .box button {
	float: right;
	background: #3DCA79;
	color: #fff;
	height: 100%;
	border: none;
	display: block;
	font-size: 16px;
	padding: 0 20px;
}

@media only screen and (min-width: 2000px) {
	body {
		font-size: 20px;
	}
	.ww {
		width: 1440px;
	}
	.header .logo {
		width: 150px;
		margin-top: 10px;
	}
	.header .nav {
		line-height: 170px;
		margin: 0 0 0 50px;
	}
	.header .nav li {
		padding: 0 12px;
	}
	.header .nav li a {
		font-size: 22px;
		padding: 0 16px;
	}
	.header .nav li.active a {
		border-bottom: 10px solid #067149;
	}
	.searchBox {
		width: 400px;
		height: 46px;
		margin: 56px 0;
		border-radius: 23px;
		line-height: 46px;
	}
	.searchBox input {
		width: 300px;
		padding: 0 20px 0 30px;
		height: 36px;
		font-size: 18px;
	}
	.searchBox button {
		width: 90px;
		height: 46px;
	}
	.searchBox button i {
		font-size: 24px;
	}
	.headerBottom {
		line-height: 60px;
	}
	.headerBottom p {
		font-size: 18px;
	}
	.container {
		padding-top: 239px;
	}
	.section .title {
		line-height: 30px;
		font-size: 22px;
	}
	.section .title h2 {
		font-size: 38px;
		line-height: 45px;
		margin-bottom: 14px;
	}
	/*--------------------------*/
	.hotSale {
		margin: 90px auto;
	}
	.hotSale .list .imgbox {
		height: 306px;
	}
	.hotSale .list .content {
		padding: 16px 10px 0;
		line-height: 50px;
	}
	.hotSale .list h3 {
		font-size: 24px;
	}
	.hotSale .list .price font {
		font-size: 32px;
	}
	.hotSale .list .buyBtn {
		margin-top: 10px;
		line-height: 44px;
		border-radius: 4px;
	}
	
	
	/*--------------*/
	.aboutUs {
		padding: 80px 0;
	}
	.aboutBox .imgAbout {
		width: 40%;
		box-shadow: 0 0 10px #aaa;
	}
	.aboutBox .content {
		width: 52%;
		font-size: 24px;
		line-height: 48px;
		padding: 60px 0;
	}
	/*------------*/
	.product {
		margin: 90px auto;
	}
	.product .list li .imgbox {
		height: 242px;
	}
	.aboutBox .content .more,.product .more {
		width: 220px;
		line-height: 54px;
		border-radius: 27px;
		font-size: 22px;
	}
	/*----------------*/
	.thanksNote {
		padding: 80px 0;
	}
	.thanksNote .content {
		line-height: 44px;
		font-size: 26px;
	}
	.thanksNote a {
		width: 480px;
		margin: 40px auto 0;
		line-height: 70px;
		font-size: 28px;
	}
	.thanksNote a::before {
		border-radius: 35px;
	}
	.thanksNote a::after {
		border-radius: 35px;
	}
	.news {
		margin: 90px auto;
	}
	.newsBox1 {
		width: 47%;
		line-height: 38px;
	}
	.newsBox1.fl {
		width: 50%;
		padding-right: 60px;
	}
	.newsBox1 h3 {
		font-size: 28px;
		line-height: 60px;
	}
	.newsBox1 li {
		margin-bottom: 40px;
	}
	.newsBox1 li h4 {
		line-height: 44px;
		font-size: 24px;
	}
	.newsBox1 li p {
		height: 76px;
		margin-bottom: 10px;
	}
	.contactBg {
		padding: 80px 0;
	}
	.contactRight input,
	.contactRight textarea {
		padding: 20px 20px;
		margin-bottom: 40px;
		font-size: 22px;
	}
	.contactRight input[type=submit] {
		font-size: 25px;
	}
	.contactRight input::placeholder,
	.contactRight textarea::placeholder {
		font-size: 22px;
	}
	.contact-info {
		padding: 28px 100px;
		font-size: 26px;
		line-height: 50px;
		margin-top: 34px;
	}
	.contact-info p {
		padding: 46px 30px;
		margin-left: 90px;
		line-height: 50px;
		margin-top: -40px;
	}
	.rotated-icon {
		width: 70px;
	}
	.sqaure-nebir {
		height: 70px;
		width: 70px;
		border: 6px double #fff;
	}
	.rotated-icon i {
		top: 8px;
		left: 20px;
		font-size: 30px;
	}
	.footer_bg>p {
		line-height: 60px;
	}
	.footers {
		padding-top: 40px;
		line-height: 40px;
	}
	.foot_left {
		margin-left: 90px;
	}
	.foot_middle>img {
		width: 160px;
		margin-bottom: 30px;
	}
	.foot_right {
		padding-right: 50px;
	}
	.footers h2 {
		font-size: 26px;
		margin-bottom: 16px;
	}
	.foot_left ul li {
		line-height: 50px;
	}
	.foot_left ul li i {
		font-size: 24px;
	}
	.foot_right {
		padding-bottom: 20px;
	}
	.foot_right ul li {
		line-height: 38px;
	}
	.foot_send {
		margin-left: 100px;
		width: 400px;
	}
	.foot_send p {
		margin: 20px 0 30px;
	}
	.foot_send .box {
		border-radius: 4px;
		height: 50px;
	}
	.foot_send .box input {
		padding: 0 20px;
	}
	.foot_send .box button {
		font-size: 22px;
	}
}

@media only screen and (min-width: 641px) and (max-width: 1440px) {
	body {
		font-size: 13px;
	}
	.ww {
		width: 960px;
	}
	.header .logo {
		width: 70px;
		margin-top: 6px;
	}
	.header .nav {
		line-height: 80px;
	}
	.header .nav li {
		float: left;
	}
	.header .nav li a {
		font-size: 14px;
		padding: 0 6px;
	}
	.header .nav li.active a {
		border-bottom: 4px solid #067149;
	}
	.searchBox {
		width: 300px;
		height: 32px;
		margin: 25px 0;
		border-radius: 16px;
		line-height: 32px;
	}
	.searchBox input {
		width: 230px;
		height: 32px;
		font-size: 14px;
	}
	.searchBox button {
		width: 60px;
		height: 32px;
	}
	.searchBox button i {
		font-size: 16px;
	}
	.headerBottom {
		line-height: 36px;
	}
	.headerBottom p {
		width: 65%;
		font-size: 14px;
	}
	.container {
		padding-top: 118px;
	}
	.section .title {
		line-height: 20px;
		font-size: 14px;
		margin-bottom: 30px;
	}
	.section .title h2 {
		font-size: 28px;
	}
	/*--------------------------*/
	.hotSale {
		margin: 50px auto;
	}
	.hotSale .list li {
		width: calc(25% - 20px);
		margin-right: 26.66666px;
		padding: 10px;
	}
	.hotSale .list li:last-child {
		margin: 0;
	}
	.hotSale .list .imgbox {
		height: 190px;
	}
	.hotSale .list .content {
		padding: 8px 3px 0;
		line-height: 26px;
	}
	.hotSale .list h3 {
		font-size: 14px;
	}
	.hotSale .list .price font {
		font-size: 18px;
	}
	/*--------------*/
	.aboutBox .content {
		width: 56%;
		font-size: 15px;
		line-height: 30px;
		padding: 20px 0;
	}
	/*------------*/
	.product {
		margin: 50px auto;
	}
	.product .list li {
		width: calc(20% - 16px);
		margin-right: 20px;
		padding: 8px;
		margin-bottom: 20px;
	}
	.product .list li:nth-child(5),
	.product .list li:nth-child(10),
	.product .list li:nth-child(15) {
		margin: 0;
	}
	.product .list li .imgbox {
		height: 164px;
	}
	.aboutBox .content .more,.product .more {
		display: block;
		width: 140px;
		font-size: 14px;
		margin: 20px auto 0;
	}
	/*----------------*/
	.thanksNote .content {
		line-height: 28px;
		font-size: 16px;
	}
	.thanksNote a {
		width: 300px;
		margin: 30px auto 0;
		line-height: 40px;
		font-size: 14px;
	}
	.news {
		margin: 50px auto;
	}
	.newsBox1 {
		line-height: 20px;
	}
	.newsBox1.fl {
		padding-right: 20px;
	}
	.newsBox1 h3 {
		font-size: 16px;
		line-height: 32px;
	}
	.newsBox1 li p {
		height: 40px;
	}
	.footers {
		line-height: 22px;
	}
	.foot_middle>img {
		width: 120px;
	}
	.footers h2 {
		font-size: 14px;
	}
	.foot_left ul li {
		line-height: 30px;
	}
	.foot_right ul li {
		line-height: 24px;
	}
	.foot_send .box {
		height: 30px;
	}
	.foot_send .box button {
		font-size: 14px;
	}
}

@media only screen and (min-width: 100px) and (max-width: 640px) {
	.ww {
		width: 92%;
		margin: auto;
	}
	.header {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		background: #fff;
		z-index: 10;
		box-shadow: 0 4px 4px 0 rgba(0, 0, 0, .12), 0 0 2px 0 rgba(0, 0, 0, .24);
	}
	.headerTop {
		width: 100%;
		padding: 0 20px;
	}
	.header .logo {
		display: block;
		width: 44px;
		margin-top: 8px;
	}
	.header .logo img {
		width: 100%;
		height: 100%;
	}
	.header .nav {
		line-height: 100px;
		margin: 0 0 0 30px;
		display: none;
	}
	.searchBox {
		width: calc(100% - 120px);
		height: 32px;
		margin: 13px 50px 13px 0;
		border-radius: 16px;
		line-height: 32px;
	}
	.searchBox input {
		width: calc(100% - 60px);
		padding: 0 20px 0 30px;
		height: 32px;
		font-size: 14px;
	}
	.searchBox button {
		width: 60px;
		height: 32px;
	}
	.searchBox button i {
		font-size: 18px;
	}
	.mobile {
		width: 100%;
		float: left;
		margin-top: 100px;
	}
	.mobile-inner {
		width: 550px;
		margin-right: auto;
		margin-left: auto;
		background-color: #fafafa;
		position: relative;
	}
	.mobile-inner img {
		width: 100%;
		margin-bottom: 30px;
	}
	.mobile-inner p {
		color: #676767;
		line-height: 25px;
		font-size: 16px;
		padding-bottom: 30px;
		padding-right: 30px;
		padding-left: 30px;
		margin: 0px;
	}
	.mobile-inner-header {
		width: 40px;
		height: 40px;
		position: absolute;
		right: 0px;
		top: 5px;
		display: block;
	}
	.mobile-inner-header-icon {
		color: #ffffff;
		height: 50px;
		font-size: 25px;
		text-align: center;
		float: right;
		width: 50px;
		position: relative;
		-webkit-transition: background 0.5s;
		-moz-transition: background 0.5s;
		-o-transition: background 0.5s;
		transition: background 0.5s;
	}
	.mobile-inner-header-icon:hover {
		cursor: pointer;
	}
	.mobile-inner-header-icon span {
		position: absolute;
		left: calc((100% - 25px) / 2);
		top: calc((100% - 1px) / 2);
		width: 25px;
		height: 2px;
		background-color: rgba(0, 0, 0, 1);
	}
	.mobile-inner-header-icon span:nth-child(1) {
		transform: translateY(4px) rotate(0deg);
	}
	.mobile-inner-header-icon span:nth-child(2) {
		transform: translateY(-4px) rotate(0deg);
	}
	.mobile-inner-header-icon-click span:nth-child(1) {
		animation-duration: 0.5s;
		animation-fill-mode: both;
		animation-name: clickfirst;
	}
	.mobile-inner-header-icon-click span:nth-child(2) {
		animation-duration: 0.5s;
		animation-fill-mode: both;
		animation-name: clicksecond;
	}
	@keyframes clickfirst {
		0% {
			transform: translateY(4px) rotate(0deg);
		}
		100% {
			transform: translateY(0) rotate(45deg);
		}
	}
	@keyframes clicksecond {
		0% {
			transform: translateY(-4px) rotate(0deg);
		}
		100% {
			transform: translateY(0) rotate(-45deg);
		}
	}
	.mobile-inner-header-icon-out span:nth-child(1) {
		animation-duration: 0.5s;
		animation-fill-mode: both;
		animation-name: outfirst;
	}
	.mobile-inner-header-icon-out span:nth-child(2) {
		animation-duration: 0.5s;
		animation-fill-mode: both;
		animation-name: outsecond;
	}
	@keyframes outfirst {
		0% {
			transform: translateY(0) rotate(-45deg);
		}
		100% {
			transform: translateY(-4px) rotate(0deg);
		}
	}
	@keyframes outsecond {
		0% {
			transform: translateY(0) rotate(45deg);
		}
		100% {
			transform: translateY(4px) rotate(0deg);
		}
	}
	
	.mobile-inner-nav a {
		display: inline-block;
		line-height: 50px;
		text-decoration: none;
		width: 80%;
		margin-left: 10%;
		color: #FFFFFF;
		border-bottom: solid 1px rgba(255, 255, 255, 0.3);
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		font-weight: 300;
	}
	.mobile-inner-nav a:hover {
		color: rgba(255, 255, 255, 0.4);
		border-bottom: solid 1px rgba(255, 255, 255, 0.2);
	}
	.mobile-inner-nav a {
		-webkit-animation-duration: 0.5s;
		animation-duration: 0.5s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: returnToNormal;
		animation-name: returnToNormal;
	}
	@-webkit-keyframes returnToNormal {
		from {
			opacity: 0;
			-webkit-transform: translate3d(0, 100%, 0);
			transform: translate3d(0, 100%, 0);
		}
		to {
			opacity: 1;
			-webkit-transform: none;
			transform: none;
		}
	}
	@keyframes returnToNormal {
		from {
			opacity: 0;
			-webkit-transform: translate3d(0, 100%, 0);
			transform: translate3d(0, 100%, 0);
		}
		to {
			opacity: 1;
			-webkit-transform: none;
			transform: none;
		}
	}
	.headerBottom {
		line-height: 30px;
	}
	.headerBottom p {
		width: 100%;
		padding: 0 20px;
		font-size: 14px;
		font-weight: normal;
	}
	.container {
		padding-top: 88px;
	}
	.section .title {
		line-height: 20px;
		font-size: 16px;
		margin-bottom: 20px;
	}
	.section .title h2 {
		font-size: 22px;
		line-height: 30px;
		margin-bottom: 5px;
	}
	/*--------------------------*/
	.hotSale {
		margin: 20px auto;
		
	}
	.hotSale .list{
		padding: 6px;
	}
	.hotSale .list li, .hotSale .list .slide {
		box-shadow: 0 0 5px #ddd;
		width: calc(50% - 10px);
		margin: 0 20px 20px 0;
		padding: 8px;
	}
	.hotSale .list li:nth-child(even) {
		margin-right: 0;
	}
	.hotSale .list .imgbox {
		height: 156px;
	}
	.hotSale .list .content {
		padding: 6px 0 0;
		line-height: 24px;
	}
	.hotSale .list h3 {
		font-size: 16px;
	}
	.hotSale .list .price font {
		font-size: 18px;
	}
	.hotSale .list .buyBtn {
		line-height: 30px;
	}
	/*--------------*/
	.aboutUs {
		padding: 20px 0;
	}
	.aboutUs .title {
		margin-bottom: 10px;
	}
	.aboutBox .imgAbout {
		width: 80%;
		margin-right: 10%;
	}
	.aboutBox .content {
		width: 100%;
		font-size: 14px;
		line-height: 22px;
		padding: 0 0 10px;
	}
	/*------------*/
	.product {
		margin: 20px auto;
	}
	.product .list {
		height: 450px;
		overflow: hidden;
	}
	.product .list li {
		width: calc(33.3333% - 10px);
		margin-right: 15px;
		padding: 5px;
		margin-bottom: 15px;
	}
	.product .list li:nth-child(5),
	.product .list li:nth-child(10),
	.product .list li:nth-child(15),
	.product .list li:nth-child(even) {
		margin-right: 15px;
	}
	.product .list li:nth-child(3),
	.product .list li:nth-child(6),
	.product .list li:nth-child(9),
	.product .list li:nth-child(12),
	.product .list li:nth-child(15) {
		margin-right: 0;
	}
	.product .list li .imgbox {
		height: 96px;
	}
	.product .list li h3 {
		font-size: 14px;
	}
	.aboutBox .content .more,.product .more {
		width: 120px;
		line-height: 30px;
		border-radius: 15px;
		font-size: 14px;
		margin: 10px auto 0;
	}
	/*----------------*/
	.thanksNote {
		background-size: auto 40%;
		padding: 20px 0;
	}
	.thanksNote .title {
		margin-bottom: 10px;
	}
	.thanksNote .content {
		line-height: 20px;
		font-size: 14px;
	}
	.thanksNote a {
		width: 240px;
		margin: 14px auto 0;
		line-height: 34px;
		font-size: 14px;
	}
	.news {
		margin: 20px auto;
	}
	.newsBox1 {
		width: 47%;
		line-height: 20px;
	}
	.newsBox1.fl {
		width: 50%;
		padding-right: 20px;
	}
	.newsBox1 h3 {
		font-size: 16px;
		line-height: 30px;
	}
	.newsBox1 li {
		margin-bottom: 10px;
	}
	.newsBox1 li h4 {
		line-height: 26px;
		font-size: 16px;
	}
	.newsBox1 li p {
		height: 40px;
		margin-bottom: 3px;
	}
	.newsBox1 .more {
		font-size: 13px;
	}
	.contactBg {
		padding: 20px 0;
	}
	
	.clientsBox ul{
		margin: 0;
	}
	.clientsBox li{
		width: 100%;
		padding: 0;
		margin-bottom: 20px;
		float: left;
	}



	.contactRight,
	.contactLeft {
		width: 100%;
	}
	.contactRight input,
	.contactRight textarea {
		padding: 10px 15px;
		margin-bottom: 20px;
		font-size: 14px;
	}
	.contactRight input[type=submit] {
		font-size: 18px;
	}
	.contactRight input::placeholder,
	.contactRight textarea::placeholder {
		font-size: 14px;
	}
	.contact-info {
		padding: 10px 20px;
		text-align: left;
		font-size: 14px;
		line-height: 28px;
		margin-top: 0;
	}
	.contact-info p {
		padding: 16px 10px;
		margin-left: 50px;
		line-height: 47px;
		margin-top: -22px;
	}
	.rotated-icon {
		width: 34px;
	}
	.sqaure-nebir {
		height: 34px;
		width: 34px;
	}
	.rotated-icon i {
		top: 4px;
		left: 9px;
		font-size: 18px;
	}
	.footer_bg>p {
		line-height: 40px;
		border-top: none;
		font-size: 13px;
	}
	.footers {
		display: none;
	}
}

.fg{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: rgba(0,0,0,0.8);
	display: none;
}
.tkBox {
	padding: 20px 50px;
	background: #fff;
	position: fixed;
	left: 50%;
	top: 50%;
	width: 460px;
	z-index: 20;
	text-align: center;
	margin: -170px 0 0 -230px;
	background: url(../images/box.png) no-repeat;
	background-size: 100% 100%;
	z-index: 9999;
	display: none;
}

.tkBox p {
	color: #444;
	line-height: 30px;
	font-size: 20px;
	margin-bottom: 70px;
}

.tkBox img {
	width: 30%;
	text-align: center;
	margin-bottom: 14px;
}
.tkBox .close {
    display: block;
    border: none;
    background: #4EA61F;
    color: #fff;
    line-height: 40px;
    margin: 30px auto;
    width: 80%;
    font-size: 16px;
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
}
.tkBox .close img {
	height: 20px;
	width: auto;
	margin: 9px 0 0 2px;
}

.tkBoxTanks {
	margin-top: -220px;
	background: url(../images/box.png) no-repeat;
	background-size: 100% 100%;
}

.tkBoxTanks img {
	width: 30%;
	text-align: center;
	margin-bottom: 10px;
}

.tkBoxTanks h2 {
	color: #a09161;
	font-size: 20px;
	font-family: Impact;
	margin-bottom: 10px;
	font-style: initial;
}

.tkBoxTanks p.des {
	margin-bottom: 20px;
}

@media only screen and (min-width: 100px) and (max-width: 640px) {
	.tkBox {
		padding: 16px 30px;
		left: 10%;
		width: 80%;
		margin: -170px 0 0 0;
	}
	.tkBox p {
		line-height: 26px;
		font-size: 18px;
		margin-bottom: 70px;
	}
}