/*清除样式*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
*{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* transition: all 0.3s; */
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal
}

ol, ul, li {
    list-style: none
}

caption, th {
    text-align: left
}

q:before, q:after {
    content: ''
}

abbr, acronym {
    border: 0
}

a {
    text-decoration: none;
}

body {
    font-size: 14px;
    font-family: "微软雅黑";
}

.clearfix:after{
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
}
.clearfix{
    zoom:1;
}

body {
     width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
   /*  max-width: 640px; */
    margin: 0 auto;

}
.icon {
    width: 2.5em;
    height: 2.5em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}
/*--------------------------------------------------------*/
.logo{
    display: inline-block;
    margin-top: 12px;
    text-align: center;
    width: 60%;
}
.logo img{
    /*height: 50px;
    width: auto; */
   width: 100%;
}
.pro,.about{
    width: 100%; 
}
.m-title{
    width: 100%;
    text-align: center;
    margin: 10px 0;
    color: #444
}
.m-title h4{
    font-size: 1.4rem;
    font-weight: 400;
}
.m-title svg{
    width: 3em;
    height: 2em;
    color: #257525
}
.product-fenlei {
    margin: 10px 10%;
}
.product-fenlei li {
    text-align: center;
    float: left;
    width: 29%;
    padding: 10px 0;
    border: 1px solid #099a10;
    margin: 10px 2%;
    background-color: #fff;
}
.product-fenlei li a {
    color: #333;
}
.product-fenlei li:hover{
    background-color: #f6f6f6;
}
.product-info ul:nth-of-type(1) li {
    float: left;
    width: 47%;
    margin: 15px 1%;
}
.product-info ul:nth-of-type(1) li a {
    display: inline-block;
    text-align: center;
}
.product-info ul:nth-of-type(1) li a img {
    width: 100%;
}
.product-info ul:nth-of-type(1) li a h2 {
    font-size: 1rem;
    font-weight: 400;
    color: #333333;
    margin: 3px;
}
.more {
    display: block;
    text-align: center;
    background-color: #099a10;
    padding: 10px 20px;
    border-radius: 20px;
    color: #fff;
    margin: 15px auto;
    width: 35%;
}
.more:hover{
    background-color: #098C0F;
}
.about {
    background-color: #f8f8f8;
    padding: 20px 0;
}
.about-info {
    padding: 10px;
}
.about-info div {
    margin: 20px 0;
}
.about-info div img {
    width: 100%;
}
.about-info p {
    font-size: 0.8rem;
    color: #555;
    line-height: 1.4rem;
}
.news-info>ul:nth-of-type(1) li {
    padding: 5px 10px;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}
.news-info>ul:nth-of-type(1) li a {
    display: block;
    color: #333;
}
.news-info>ul:nth-of-type(1) li div {
    float: left;
    min-width: 120px;
}
.news-info>ul:nth-of-type(1) li a p {
    font-size: 1rem;
    line-height: 2rem;
}
.news-info>ul:nth-of-type(1) li a span {
    font-size: 0.8rem;
    color: #666;
    line-height: 2rem;
}
.news-info>ul:nth-of-type(1) li a svg {
    width: 1.4em;
    float: right;
    height: 4em;
    margin-top: 5px;
}
.news-info>ul:nth-of-type(1) li a p svg{
    float: left;
    width: 0.6em;
    color: #099a10;
    height: 1em;
    margin: 10px;
}
.case-title{
    color: #333;
    font-size: 1.2em;
}
.footer {
    background-color: #6B707E;
    padding: 40px 20px;
    text-align: center;
    color: #fff;
    line-height: 1.6rem;
    font-size: 0.8rem;
}
.footer a{
    color: #fff
}
.footer a:hover{
    color: #099a10
}
.footer-nav{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
background-color: #f8f8f8;
}
.footer-con>ul>li{
    width: 33.3%;
    float: left;
    text-align: center;
        padding: 10px 0;
}
.footer-con>ul>li>a{
    color: #257525;
    display:block;
    cursor: pointer;

}
.footer-con>ul>li a>span{
    display: block;
    color: #333
}
/*share css style*/
#mobile_share{
    position:fixed;
    right:0;
    bottom:90px;
    width: 123px;
    z-index: 99999;
    background: #fff;
    padding: 0;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-in-out;  
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateX(100%);
}
#mobile_share h2.title{
    text-align:center;
    line-height:30px;
    height:30px;
    background: #717577;
    color: #fff;
    font-size:14px;
}
#mobile_share .share_item{
    padding: 8px;
    background: #fff;
    border: 1px solid #f1f1f1;
}
#mobile_share .share_item li{
    display: block;
    overflow:hidden;
    margin: 8px 0;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 8px;
}
.share-link {
    display: block;
    margin:0 auto;
    width: 105px;
    overflow: hidden;
    line-height: 32px;
    font-size: 12px;
    padding-left: inherit;
}
.share-link i{
    background: url(../images/share_icon.png) no-repeat;
    background-size: 200px 32px;
     width:35px;
     height:32px;
     display: block;
     float: left;
     margin-right: 10px;
}
.share-link span{
    display:block;
    font-size: 12px;
    float: right;
    text-align: left;
    margin;color: #666;
}
.share-weibo i{
    background-position:0 0;
}
.share-renren i{
    background-position:-42px 0;
}
.share-douban i{
    background-position:-84px 0;
}
.share-qweibo i{
    background-position:-126px 0;
}
.share-qzone i{
    background-position:-168px 0;
}
.bShadow-2,
.bShadow-2h:hover{
    -webkit-box-shadow:rgba(150,150,150,0.1) 0px 0px 20px 0px;
    -moz-box-shadow:rgba(150,150,150,0.1) 0px 0px 20px 0px;
    box-shadow:rgba(150,150,150,0.1) 0px 0px 20px 0px;
}
.bShadow-8,
.bShadow-8h:hover{
    -webkit-box-shadow:rgba(0,0,0,0.1) 0px 15px 35px 0px,rgba(0,0,0,0.07) 0px 3px 10px 0px;
    -moz-box-shadow:rgba(0,0,0,0.1) 0px 15px 35px 0px,rgba(0,0,0,0.07) 0px 3px 10px 0px;
    box-shadow:rgba(0,0,0,0.1) 0px 15px 35px 0px,rgba(0,0,0,0.07) 0px 3px 10px 0px;
}
.bShadow-10,
.bShadow-10h:hover{
    -webkit-box-shadow:rgba(62,57,107,0.3) 0px 6px 16px 0px;
    -moz-box-shadow:rgba(62,57,107,0.3) 0px 6px 16px 0px;
    box-shadow:rgba(62,57,107,0.3) 0px 6px 16px 0px;
}
.list-title{
    background-color: #F1F2F3;
    color: #099a10;
    padding: 5px 15px;
}
.product-list ul li{
    background-color: #fff;
    border-left: 5px solid #f8f8f8;
    color: #333;
    padding: 5px 10px;
    line-height: 40px;
}
.product-list ul li:hover{
    background-color: #f8f8f8;
    border-left: 5px solid #257525;
    color: #333
}
.product-list ul li svg{
    width: 1em;
    height: 3em;
    float: right;
}
.product-list ul li a{
    color: #333;
    display: block;
}
.zhanwei{
    width: 100%;
    height: 100px;
    opacity: 0
}
.neiye-about{
    padding: 10px;

}
.neiye-about img{
    display: block;
    width: 80%;
    margin: 0 auto;
    height: auto;
}
.pagination li{
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    line-height: 30px;
    text-align: center;
    background-color: #eee;
    margin: 5px;
    border: 1px solid #eee;
}
.pagination li:hover{
    background-color: #257525;
}
.pagination li:hover a{
    color: #fff
}
.pagination li a{
    color: #333;
        display: block;
}    
.pagination{
    text-align: center;
    margin: 15px 0;
}
.disabled{
    cursor: not-allowed;
    pointer-events: none;
}
.pagination .active{
    border: 1px solid #257525;
    background-color: #fff;
}
.mes td input{
    height: 50px;
    vertical-align: top;
    padding-left: 5px
}

.mes tr{
    margin: 20px;
    display: block;
}
.content{
    width: 300px;
    resize: none;
    height: 60px
}
.code{
    width: 100px;
}
.bottom{
    outline: none;
    background-color: #257525;
    line-height: 20px;
    border-radius: 20px;
    color: #fff;
    border: none;
    width: 100px;
    height: 35px !important;
    padding:0 !important;
}
.info-title{
    margin-top: 20px;
    color: #257525;
    padding: 5px 15px;
    text-align: center;
}
.info-title h2{
    font-weight: 400;
    font-size: 1.4em
}
.zhaiyao{
    background-color: #F1F2F3;
    padding: 5px 15px;
    margin: 15px 0;
}
.pro-word{
    padding: 10px;

}
.pro-word a{
    color: #333;
    font-weight: 600;
}
.shangyipian p{
    background-color: #F1F2F3;
    width: 95%;
    margin: 10px auto;
    border-radius: 5px;
    line-height: 35px;
    padding: 5px 10px;
}
.shangyipian svg{
    width: 1.5em;
    height: 1.5em;
    margin-top: 5px;
    vertical-align: top;
}
.shangyipian a{
    color: #333;
    font-weight: 600;
}
.xgbq {
	border-top: 1px dashed #ededed;
	border-bottom: 1px dashed #ededed;
	font-size: 12px;
	color: #999;
	width: 90%;
	margin: 10px auto;
	display: block;
}

.xgbq>a {
	font-size: 12px;
	display: inline-block;
	color: #666;
	line-height: 20px;
}
.pro_ts {
	padding-bottom: 5px;
	text-align: left !important;
	width: 90%;
	margin: auto;
	height: auto;
	overflow: hidden;
}

.pro_ts li {
	display: inline-block;
	margin-top: 10px;
	text-align: center;
	overflow: hidden;
	width: 46%;
	margin-left: 2%;
	margin-right: 2%;
	margin-bottom: 10px;
	float: left;
}

.pro_ts li a {
	display: inline-block;
	overflow: hidden;
	border: 1px solid #fff;
	box-shadow: 3px 1px 5px #aaa;
	width: 100%;
}

.pro_ts li a img {
	display: block;
	width: 100%;
	height: auto;
	vertical-align: middle;
}

.pro_ts li h3 {
	display: block;
	width: 100%;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	text-align: center;
	background: #367BF0;
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	overflow: hidden;
}
.products_title {
	background: url(../images/eef.jpg) 18px center no-repeat #fff;
	background-size: 2px 22px;
	text-align: left;
	padding-left: 30px;
	font: 100 14px/40px "微软雅黑"; 
	height: 40px;
	width: 100%;
	border-bottom: 1px solid #d5d5d5;
}
.product_cate {
	width: 90%;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 10px;
	overflow: hidden;
}

.product_cate_title {
	background: url(../images/eef.jpg) 18px center no-repeat #fff;
	background-size: 2px 22px;
	text-align: left;
	padding-left: 30px;
	border-bottom: 1px solid #d5d5d5;
	font: 100 16px/40px "微软雅黑";
	height: 40px;
	width: 100%;
	border-bottom: 1px solid #d5d5d5;
}

.product_cate ul {}

.product_cate ul li {
	height: 35px;
	line-height: 35px;
	border-bottom: 1px solid #d3d3d3;
	background: url(../images/abcd.png) 95% center no-repeat;
	background-size: 20px 20px;
}

.product_cate ul li a {
	font: 100 12px/35px "微软雅黑";
	padding-left: 20px;
	text-align: left;
	display: block;
	color: #666;
}
.products{
	position: relative;
	width: 90%;
	margin: 0 auto;
	margin-top: 10px;
	background: #fff;
	margin-bottom: 40px;
}
.products ul{
	padding-bottom: 5px;
	text-align: left;
}
.products ul li{
	display: inline-block;
	margin-top: 15px;
	text-align: center;
	overflow: hidden;
	width: 49%;
	padding: 5px;
}
.products ul li a{
	display: inline-block;
	overflow: hidden;
	border: 1 solid #fff;
	width: 100%;
}
.products ul li a img{
	display: block;
	width: 100%;
	height: auto;
	vertical-align: middle;
}
.products ul li h3{
	display: block;
	width: 100%;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
	color: #099a10;
}
.lie{
	position: relative;
	width: 90%;
	margin: 0 auto;
	margin-top: 10px;
	background: #fff;
}
.lie ul li{
	height: 35px;
	line-height: 35px;
	border-bottom: 1px solid #d3d3d3;
}
.lie ul li a{
	font: 100 12px/35px "微软雅黑";
	padding-left: 28px;
	text-align: left;
	display: block;
}
.lie ul li a:visited{
	color: #666;
}
.lie ul li a:link{
	color: #333;
}
.distraction{
	width: 100%;
	height: 58px;
}
.zhai{
	width: 100%;
	height: auto;
	color:#fff;
	margin-top: 5px;
	font: 100 14px/30px 微软雅黑;
	background: #ededed;
	padding: 5px;
}
.qijishu-footer{
	 background-color: #6B707E;
	padding: 40px 20px;
	text-align: center;
	color: #fff;
	line-height: 1.6rem;
	font-size: 0.8rem;
	margin-bottom: 80px;
}
.qijishu-footer > a{
	color: #fff
}
.qijishu-footer > a:hover{
	color: #099a10
}

