/* CSS Document */

body {
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    background: url(../images/in_bg.jpg) no-repeat center top;
}

img {
    border: 0;
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

a:hover {
    text-decoration: none;
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
}

.clearfix {
    clear: both;
}

#btnPageTop {
    position: fixed;
    right: 30px;
    bottom: -100px;
    z-index: 9999;
    cursor: pointer;
}


/*Banner*/

.banner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    clear: both;
}

.centered-btns_tabs,
.transparent-btns_tabs,
.large-btns_tabs {
    display: block !important;
}

.content-Box {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0 60px 0;
}


/*Cate*/

.cate_zone {
    text-align: center;
    max-width: 1100px;
    margin: 30px auto 20px auto;
}

.cate_menu {
    width: 100%;
    max-width: 274px;
    display: inline-block;
    color: #FFF;
    font-style: italic;
    padding: 10px 0;
    margin: 0 10px 15px 10px;
    text-align: center;
    background: url(../images/cate_menu_bg.png) no-repeat center center;
}


/*search*/

.search_zone {
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px 20px;
    border: 1px solid #e5e5e5;
}

.search_zone:after {
    content: "";
    display: block;
    clear: both;
}

h1 {
    font-size: 17px;
    color: #2a98f4;
    max-width: 500px;
}

.path {
    color: #939393;
    float: left;
    margin: 5px 0 10px 0;
}

.path a {
    color: #939393;
}

.path img {
    vertical-align: text-bottom;
}

.search_box {
    float: right;
}

.search_kw {
    width: 220px;
    height: 27px;
    border: 1px solid #ccc;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    text-align: center;
    color: #0088cc;
    font-size: 15px;
}

.search_box img {
    vertical-align: middle;
    padding-bottom: 3px;
}

.seo_zone {
    font-size: 15px;
    line-height: 35px;
    margin-bottom: 30px;
}


/*Products*/

.products_zone {
    margin: 0 auto;
    text-align: center;
}

.products_list {
    width: calc(95% / 3);
    display: inline-block;
    max-width: 300px;
    margin: 0 20px 50px 20px;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}

.products_pic {
    padding: 55px 0;
    background: url(../images/prod_list_bg.png) no-repeat center center;
}

.products_pic img {
    max-width: 170px;
}

.products_title {
    color: #757575;
    padding: 10px 0 0 0;
    font-weight: bold;
}


/*Products Show*/

.products_show_zone {}

.products_show {
    width: 100%;
    max-width: 550px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
}

.products_show_right {
    width: 100%;
    max-width: 500px;
    display: inline-block;
    vertical-align: top;
    margin: 120px 0 0 0;
}

.products_show_name {
    color: #2abcf4;
    font-size: 20px;
    padding: 3px 0;
    text-align: center;
    border: 2px solid #2abcf4;
    border-radius: 20px;
    -webkit-border-radius: 20px;
}

.btn-box {
    max-width: 100%;
    margin: 40px auto 0 auto;
}

.btn-box a {
    display: inline-block;
    width: 70px;
    height: 70px;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-right: 10px;
}

.btn-box a span {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    text-align: center;
    color: #dfdfdf;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.btn-box a i {
    display: block;
    font-size: 28px;
    width: 70px;
    height: 70px;
    line-height: 65px;
    border: 3px solid #f1f1f1;
    border-radius: 100%;
    -webkit-border-radius: 100%;
}

.btn-box a b {
    display: block;
    width: 70px;
    height: 70px;
    line-height: 65px;
    border: 3px solid #2abcf4;
    border-radius: 100%;
    -webkit-border-radius: 100%;
}

.btn-box a:hover span {
    top: -70px;
    color: #2abcf4;
}

.products_show_title {
    background: url(../images/prod_show_title.png) no-repeat left center;
    min-height: 40px;
    color: #2abcf4;
    font-size: 20px;
    padding: 8px 0 0 50px;
    margin: 50px 0 10px 0;
}

.products_show_introduction {
    font-size: 17px;
    line-height: 35px;
}

.products_show_introduction li {
    list-style: disc;
    list-style-position: soutside;
}


/* news */

.news_list {
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px #d0d0d0 solid;
    margin-bottom: 20px;
}

.news_pic {
    background-repeat: no-repeat;
    padding: 2px;
    width: 125px;
    height: 89px;
    margin-right: 10px;
    float: left;
    border: 1px #CCC solid;
}

.news_title a {
    font-size: 14px;
    color: #325310;
    font-weight: bold;
    text-decoration: none;
}

.news_main {
    height: 70px;
}

.more {
    float: right;
    margin-top: -10px;
}

/* contact us */
#contactus {
	float: left;
	padding: 0px;
	margin: 20px 0px 20px 10px;
	display: inline;
	width: 100%;
	font-size: 12px;
	border-left: 1px #ccc solid;
	border-top: 1px #ccc solid;
}
.contact_table {
	background-color: #eff6d1;
	font-size: 12px;
	margin-bottom: 20px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.contact_table th {
	color: #000;
	font-weight: normal;
	background-color: #9cbb20;
	text-align: left;
	padding-left: 10px;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #ccc;
}
.contact_table td {
	height: 24px;
	color: #333333;
	text-align: left;
	padding: 4px 0px 4px 10px;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.contact_table  tr.altrow {
	background-color: #FFFFFF;
}
#contactus_title {
	font-size: 12px;
	margin: 20px;
	color: #555;
	line-height: 20px;
}
#contactus_title span {
	font-size: 16px;
	color: #325310;
	font-weight: bold;
}
#contactus_title a {
	color: #555;
	text-decoration: none;
}

/* sitemap */
#sitemap {
	margin: 10px 0px 20px 10px;
	padding: 10px;
	width: 100%;
	height: auto;
	/*border: 1px solid #FFF;*/
	/*background-color: #ebebeb;*/
	font: 10px arial, helvetica, sans-serif;
	display: inline;
}
#sitemap a {
	text-decoration: none;
}
#sitemap ul {
	margin: 0px;
	padding: 4px 6px;
	text-align: left;
	list-style-type: none;
	font-size: 11px;
}
#sitemap ul li {
	padding: 5px 0px 0px 10px;
}
#sitemap ul li a {
	margin: 0px;
	padding: 0px;
	text-align: left;
	color: #900;
	display: block;
	_height: 20px;
	clear: both;
}
#sitemap ul ul {
	padding: 0px;
	margin: 0px;
}
#sitemap ul ul li {
	background: none;
}
#sitemap ul ul li a {
	margin: 0px;
	padding: 0px;
	color: #06C;
	display: block;
}
#sitemap ul ul ul {
	padding: 0px;
	margin: 0px;
}
#sitemap ul ul ul li {
	background: none;
	height: 20px;
}
#sitemap ul ul ul li a {
	margin: 0px;
	padding: 0px;
	color: #063;
	display: block;
}
/* ??�憿?��𤩎�?*/
#sitemap ul ul ul li.sitemap-products {
	margin: 0px;
	padding: 2px;
	float: left;
}
#sitemap ul ul ul li.sitemap-products a {
	margin: 0px;
	padding: 0px 5px 0px 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	width: auto;
	color: #333333;
	white-space: nowrap;
	display: inline;
	clear: both;
}
#sitemap ul ul ul ul {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	/*width: 480px;
*/
}
/* ?∪�憿?��𤩎�?*/
#sitemap ul ul ul ul li.sitemap-products {
	margin: 0px;
	padding: 2px;
	float: left;
}
#sitemap ul ul ul ul li.sitemap-products a {
	margin: 0px;
	padding: 0px 5px 0px 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	width: auto;
	color: #333333;
	white-space: nowrap;
	display: inline;
	clear: both;
}

#page{
    width: 100%;
    text-align: center;
}




.table_scroll{
	/*overflow-x: scroll;*/
	}
.datatable{
	border-collapse:collapse;
	max-width: 1200px;
	background-color: #f9ffe0;
	}

.datatable td{
	border-right: 1px solid #0f0f0f;
	border-bottom:1px solid #0f0f0f;
	padding:0px;
	font-size:14px;
	text-align:center;
	color:#2e2e2e;
	}
	
.datatable tr.altrow {
	background-color: #c8e595;
}
.datatable tr.altrow1 {
	background-color: #e0f8ff;
}	
	

.addthis_button img{
    height: 0px
}


/* About Us */
.aboutus_main{ 
	width: 100%; 
	display: inline-block; 
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	padding: 10px;
	text-align: left;
}
/*.aboutus_title {
	font-size: 28px;
	color: #01431f;
	font-weight: bold;
	position: absolute;
	top: 200px;
}*/
.aboutus_title_2 {
	font-size: 28px;
	color: #01431f;
	font-weight: bold;
	text-align: left;
}
.aboutus_txt01 {
	font-size: 14px;
	color: #575757;
	line-height: 22px;
	text-align: left;
}
/*.aboutus_txt02 {
	font-size: 14px;
	color: #575757;
	line-height: 22px;
	position: absolute;
	top: 375px;
	right: 14px;
	width: 64%;
	text-align: left;
}*/
.about_pic01 {
    display: inline-block;
    vertical-align: middle;
}
.aboutus_txt02 {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #575757;
    line-height: 40px;
    width: 50%;
    text-align: left;
}
/*.aboutus_txt03 {
	font-size: 14px;
	color: #575757;
	line-height: 22px;
	position: absolute;
	width: 44%;
	top: 633px;
	left: 0;
	text-align: left;
}*/
.about_pic02 {
    display: inline-block;
    vertical-align: middle;
}
.aboutus_txt03 {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #575757;
    line-height: 40px;
    width: 62%;
    text-align: left;
}

.aboutus_txt01 span {
	color: #cf3404;
	font-weight: bold;
}
.certificate_img{
		text-align: left;
	}
.certificate_img p{
	display: inline-block;
	vertical-align: top;
	margin: 5px 5px;
}
#products-spec {
    padding: 7px 0 10px 0;
}
.show_price {
    font-size: 16px;
    line-height: 22px;
    padding: 0 0 10px 0;
}
#prod_price {
    font-size: 24px;
    font-family: "Times New Roman",Times,serif;
    font-weight: bold;
    color: #F00;
}

/*for service*/
#service01 {
    padding:0px 10px 0px 10px;
    width: 100%;
    clear:both;
}

.service01 .title {
    clear:both;
    margin-bottom:20px;
    line-height:40px;
}

.service01_show {
    padding-bottom:10px;
}

.service01_show td.main {
    clear:both;
    padding:6px 0px 0px 30px;
}

.service01_show td.title {
    padding:6px 0px 6px 30px;
    font-size:16px;
    font-weight:bold;
    color:#325310;
}

.table01 {
    border-top:4px solid #9cbb20;
    border-bottom:3px solid #9cbb20;
    padding:10px;
}

.table01 td.y {
    background-color:#eee;
}


@media only screen and (max-width: 1135px) {
    body {
        background-image: none;
    }
	.table_scroll{ overflow-x: scroll;}
	.datatable{ width: 1000px;}
}

@media only screen and (max-width: 680px) {
    .products_list {
        width: 100%;
        margin: 0 0 40px 0;
        padding: 0 10px;
    }
}

@media only screen and (max-width: 570px) {
	/*.datatable {
        width: 100%;
    }
    .datatable tr {
        margin-bottom: 0;
        display: block;
        border-bottom: 1px solid #ddd;
    }
    .datatable th {
        display: block;
		height: 30px;
    }
    .datatable td {
        display: block;
        font-size: 13px;
        margin-bottom: 0;
        border-bottom: 1px dotted #ccc;
    }
    .datatable td:last-child {
        border-bottom: 0;
		height: auto;
		padding: 10px 5px;
    }
    .datatable td:before {
        content: attr(data-label);
        text-transform: uppercase;
        font-weight: bold;
    }
    .datatable input {
        max-width: 80%;
    }
    .datatable textarea {
        max-width: 280px;
    }*/
	/*contact us*/
	.contact_table {
        width: 100%;
    }
    .contact_table tr {
        margin-bottom: 0;
        display: block;
        border-bottom: 1px solid #ddd;
    }
    .contact_table th {
        display: block;
    }
    .contact_table td {
        display: block;
        font-size: 13px;
        margin-bottom: 0;
        border-bottom: 1px dotted #ccc;
    }
    .contact_table td:last-child {
        border-bottom: 0;
		height: auto;
		padding: 5px 0 0 0;
    }
    .contact_table td:before {
        content: attr(data-label);
        text-transform: uppercase;
        font-weight: bold;
    }
    .contact_table input {
        max-width: 280px;
    }
    .contact_table textarea {
        max-width: 280px;
        max-height: 28px;
    }
	.contact_btn{
		margin: 0px 5px 0 0;
	}
	/*About Us*/
	.aboutus_title{
		position: inherit;
		top: 0;
	}
	.aboutus_txt02{
		position: inherit;
		top:0;
		right: 0;
		width: 100%;
	}
	.aboutus_txt03{
		position: inherit;
		top:0;
		right: 0;
		width: 100%;
	}
	.certificate_img{
		text-align: center;
	}
}

@media only screen and (max-width: 480px) {
    .products_show_title {
        margin-left: 20px;
    }
    .products_show_introduction {
        padding: 0 20px;
    }
	.btn-box a{ margin: 0;}
}

@media only screen and (max-width: 350px) {
    .btn-box {
        max-width: 250px;
        margin-top: 20px;
    }
    .products_show_right {
        margin: 0;
    }
}
