@charset "utf-8";

body,
ul,
li,
p,
strong,
h1,
h2,
h3,
h4,
h5,
h6,
a,
input,
button {
    margin: 0px;
    padding: 0px;
}

body {
    font-size: 14px;
    color: #4a4a4a;
    width: 100%;
    max-width: 414px;
    margin: 0px auto;
}

li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
b {
    font-weight: normal;
}

a {
    text-decoration: none;
    color: #4a4a4a;
}

a:hover {
    text-decoration: none;
    color: #4a4a4a;
}

.clearFix::after {
    content: "";
    display: table;
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}
img {max-width:100%;border:none;vertical-align:top;}


.w1200 {
    width: 100%;
    margin: 0px auto;
    padding: 0px 10px;
    box-sizing: border-box;
}

.clear {
    clear: both;
}

.container {
    width: 100%;
    max-width: 414px;
    margin: 0px auto;
}


/* 首页开始 */
/* 导航栏 */
header {
    width: 100%;
    height: auto;
    padding: 0px 0 0px;
}

.logo {
    font-size: 20px;
    text-align: center;
}

.logo a {
    color: #fff;
}

.logo img {
    width: 100%;
}

nav {
    width: 100%;
    height: auto;
    background-color: #009a44;
}

nav ul {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
}

nav li {
    width: 100%;
    line-height: 45px;
    border: 1px solid #fff;
    flex: 1;
    min-width: 33%;
    box-sizing: border-box;
    text-align: center;
}

nav li a {
    display: inline-block;
    width: 100%;
    color: #fff;
    font-size: 14px;
    transition: all ease 0.5s;
}

nav li a:hover {
    color: #FFF;
}

/* banner */
.banner {
    width: 100%;
    height: auto;
}

.banner img {
    width: 100%;
}

/* 首页产品 */
.index-pro {
    width: 100%;
    padding: 20px 0;
}

.index-tit {
    width: 100%;
}

.index-center {
    width: 100%;
    height: auto;
    padding: 0px 0px 10px;
    border-bottom: 1px solid black;
}

.index-center>h2 {
    font-size: 16px;
    color: #009a44;
}

.index-center>a {
    font-size: 16px;
}

.index-pro-body {
    width: 100%;
    padding: 0px 0;
}

.index-pro-box {
    width: 100%;
    margin-top: 30px;
}

.index-pro-box ul {
    font-size: 0;
}

.index-pro-box li {
    width: 47.5%;
    display: inline-block;
    margin-bottom: 20px;
    margin-right: 4%;
    text-align: center;
}

.index-pro-box li:nth-child(2n) {
    margin-right: 0px;
}

.index-pro-pic {
    width: 100%;
    height: 160px;
    border: 1px solid #aaa;
    overflow: hidden;
}

.index-pro-pic img {
    width: 100%;
    height: 100%;
    transition: all ease 0.5s;
}

.index-pro-pic:hover img {
    transform: scale(1.1);
}

.index-pro-box li p {
    line-height: 2em;
    font-size: 16px;
    padding: 5px 0;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

/* 首页关于我们 */
.index-about {
    width: 100%;
    height: auto;
}

.index-about-fl {
    width: 50%;
    padding: 68px 0;
}

.index-about-fl li {
    display: block;
    padding: 30px 0;
}

.index-about-text {
    width: 100%;
    padding: 10px 0 0px;
    box-sizing: border-box;
}

.index-about-text .index-center>strong {
    color: #b8c7da;
}

.index-about-text .index-center>p,
.index-about-text .index-center>h1 {
    color: #009a44;
}

.index-about-text .index-center>.index-line {
    background-color: #fff;
}

.index-about-box {
    width: 100%;
    margin: 30px auto;
    line-height: 2em;
    text-indent: 2em;
    color: #000;
}

/* 首页案例 */
.index-case-swiper {
    padding: 30px 0;
}

.index-case-list {
    height: auto;
    overflow: hidden;
    text-align: center;
}

.index-case-pic>img {
    width: 100%;
    transition: all ease 0.5s;

}

.index-case-list:hover img {
    transform: scale(1.1);
}

.index-case-text {
    width: 100%;
    padding: 5px 0;
}

.index-case-text p {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 首页新闻 */
.index-news {
    width: 100%;
    padding: 0px 0 10px;
}

.index-news-body {
    margin: 15px auto;
    padding: 0px 0;
    box-sizing: border-box;
}

.index-news-body ul {
    width: 100%;
    height: auto;
}

.index-news-body ul li {
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}

.index-news-text {
    width: 100%;
    height: auto;
}

.index-news-instro {
    width: calc(100% - 50px);
}

.index-news-instro>strong {
    font-size: 16px;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	display:block;
	
}

.index-news-instro>div {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 2em;
}

.index-news-more {
    font-size: 36px;
    color: #666;
}

/* footer */
footer {
    width: 100%;
    height: auto;
    background: #009a44;
    padding: 15px 0 70px;
    box-sizing: border-box;
    position: relative;
}

footer a {
    color: #fff;
}

.footer-contact {
    width: 100%;
    color: #fff;
    line-height: 1.5em;
    text-align: center;
}
.footer-contact a {color:#fff;}
.footer-nav {
    width: 100%;
    height: auto;
    position: fixed;
    bottom: 0;
    left: 0px;
    z-index: 99999;
}

.footer-nav ul {
    width: 100%;
    display: flex;
}

.footer-nav li {
    flex: 1;
    text-align: center;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    background: #009a44;
    border: 1px solid #ccc;
}

.footer-nav li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 16px;
}


/* 关于我们页面 */
.main {
    width: 100%;
}

.content {
    width: 100%;
    min-height: 350px;
}

.title {
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid #009a44;
}

.title span {
    font-size: 16px;
	font-weight: bold;
}

.title a {
    font-size: 12px;
}

.about {
    width: 100%;
    line-height: 2em;
    padding: 20px 0;
}
.about img {max-width:100%;height: auto !important;}



.advantage-tit{
    padding: 20px 0;
    text-align: center;
    font-size: 20px;
}
.advantage li {
    margin: 0 0 30px;
}

.num {
    width: 120px;
    text-align: center;
}

.advantage-text {
    width: 100%;
    font-size: 14px;
    line-height: 1.7em;
}

.honor-swiper {
    padding-bottom: 100px;
}

.honor .swiper-button-next,
.honor .swiper-button-prev {
    top: 90%;
    background-color: #b2d199;
    background-size: 50%;
}

.honor .swiper-button-next {
    right: 40%;
}

.honor .swiper-button-prev {
    left: 40%;
}

.honor-list {
    overflow: hidden;
}

.honor-list img {
    width: 100%;
    transition: all ease 0.5s;
}

.honor-list:hover img {
    transform: scale(1.1);
}

.about-mask {
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    width: 100%;
    height: 100%;
    display: none;
}

.about-mask img {
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.pro-title {
    border-bottom: none;
	background-color: #f5f5f5;
}

.product {
    width: 100%;
    padding: 20px 0;
}

.product-class {
    display: block;
}
.productsd img{
	max-width:100%;
}
#pro-ul {
    display: flex;
    flex-wrap: wrap;
}

#pro-ul>li {
    width: 100%;
    flex: 1;
    min-width: 45%;
    text-align: center;
    position: relative;
    border: 1px solid #ccc;
}
#pro-ul>li>a {
    display: inline-block;
    color: #000;
    width: 100%;
    font-size: 12px;
    padding: 10px 0;
}
#pro-ul>li.active {
    border-color:#009a44;
}
#pro-ul>li.active>a {
    color: #009a44;
}

#pro-ul>li>ul {
    position: absolute;
    top: 38px;
    left: 0;
    z-index: 999;
    width: 100%;
    background: #fff;
    text-align: center;
    display: none;
}

#pro-ul>li>ul li {
    line-height: 30px;
}

.product ul {
    font-size: 0px;
}

.product li {
    width: 47.5%;
    height: auto;
    margin-bottom: 20px;
    text-align: center;
    display: inline-block;
    margin-right: 4%;
}

.product li:nth-child(2n) {
    margin-right: 0;
}

.product-pic {
    width: 100%;
    height: auto;
    border: 1px solid #aaa;
    overflow: hidden;
}

.product-pic img {
    width: 100%;
    transition: all ease 0.5s;
}

.product-pic:hover img {
    transform: scale(1.1);
}

.product li p {
    font-size: 14px;
    line-height: 2em;
    padding: 5px 0;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}	
.show_tit {font-size:18px;color:#000;text-align:center;line-height:1.3;padding:15px 5px;}
.show_pic {text-align:center;}
.show_pic img {max-width:100%;}
.show_des {font-size:16px;color:#666;margin:15px 0;}
.show_des a {display: block;padding:10px;background-color:#eee;}
.productsd img {max-width:100%;height:auto !important;}
.productsd iframe {max-width:100%;height:280px !important;}

.pager {
    width: 100%;
    text-align: center;
}

.pager a,.pager span {
    display: inline-block;
    height: 30px;
    border-radius: 3px;
    text-align: center;
    line-height: 30px;
    margin: 0px 1px 5px;
    background: #bfbfbf;
	padding:0 10px;
}

.pager span {
    background-color: #009a44;
    color: #fff;
}



/* 产品内页 */
.productsd {
    width: 100%;
    min-height: 200px;
}
.productsd b,.productsd strong {font-weight:bold;}


.ny-pager {
    font-size: 14px;
	background-color:#eee;
	padding:10px;
	margin-top:20px;
}
.ny-pager p {padding:3px 0;}

/* 新闻资讯 */
.news,
.newsd {
    width: 100%;
    padding: 0px 0;
}


/* 新闻内页 */
.newsd-tit {
    font-size: 18px;
    text-align: center;
}

.newsd-tit p {
    line-height: 2em;
    color: #999;
    font-size: 14px;
}

.newsd-body {
    width: 100%;
    min-height: 200px;
    font-size: 16px;
    padding: 15px 0;
    line-height: 2em;
}

/* 留言页面 */
.message {
    width: 100%;
}

.message li {
    width: 100%;
    margin-bottom: 10px;
}

.message li label {
    line-height: 2em;
    font-size: 14px;
}

.message li input[type="text"] {
    width: 100%;
    height: 35px;
    border: 1px solid #ccc;
    text-indent: 10px;
    outline: none;
}

.message li textarea {
    width: 100%;
    height: 150px;
    resize: none;
    border: 1px solid #ccc;
    padding: 5px;
    box-sizing: border-box;
    outline: none;
}

.message li input[type="submit"] {
    width: 100%;
    height: 35px;
    text-align: center;
    border: 1px solid #009a44;
    outline: none;
    background: none;
}

/* 联系我们 */
.contact {
    width: 100%;
    padding: 20px 0;
}

.contact-text {
    font-size: 16px;
    line-height: 2em;
}

.map {
    width: 100%;
    height: 360px;
    margin-top: 30px;
}

.iw_poi_title {
    color: #CC5522;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap
}

.iw_poi_title b {
    float: none !important;
    width: auto !important;
}

.iw_poi_content {
    font: 12px arial, sans-serif;
    overflow: visible;
    padding-top: 4px;
    white-space: -moz-pre-wrap;
    word-wrap: break-word
}

#map img {
    width: auto !important;
    height: auto !important;
    max-width: none !important;
}