﻿@charset "utf-8";
* {
	margin: 0;
	padding: 0
}
html {
	font-size: 100px;
}
body {
	font-family:微软雅黑;
	margin: 0;
	padding: 0;
	background: #f5f4f4;
	color: #3b3b3b;
	font-size: 0.12rem;
	overflow-x: hidden;
}
li {
	list-style-type: none;
}
a {
	color: #3b3b3b;
	text-decoration: none
}
img {
	border: none;
}
.clear {
	clear: both;
}
#header, .ss {
	width: 100%;
	height:.72rem;
	background: #65b752;
	position: relative;
	padding-top:.2rem;
	text-align: center;
	z-index: 1000000000000;
	max-width: 640px;
	margin: 0 auto
}
#header .logo img {
	font-size:.24rem;
	height:.5rem
}
#header .mininav, .mininav1 {
	position: absolute;
	background: url(img/index_09.png) no-repeat;
	background-size: 100% auto;
	width:.3rem;
	height:.5rem
}
#header .mininav1 {
	left:.25rem;
	top:.3rem;
}
#header .mininav {
	right:.25rem;
	top:.22rem;
}
#header .mininav .sub, .mininav1 .sub {
	background: #65b752;
	width: 2rem;
	position: absolute;
	top:.68rem;
	display: none;
	padding:.1rem 0;
}
.mininav1 .sub {
	left: 0;
}
#header .mininav .sub {
	right: 0;
}
#header .mininav a, .mininav1 a {
	display: block;
	line-height:.58rem;
	text-align: center;
	font-size:.24rem;
	color: #fff
}
.search {
	position: absolute;
	top:.14rem;
	right:.3rem;
}
.search a img {
	width:.55rem;
	height:.56rem
}
.ss .right {
	position: absolute;
	right:.39rem;
	top:.2rem;
}
.ss .right .text {
	float: left;
	width: 4rem;
	height:.56rem;
	line-height:.56rem;
	background: none;
	border: 1px solid #fff;
	margin-right:.25rem;
	outline: none;
	color: #fff;
	font-size:.28rem;
	padding-left:.15rem
}
.ss .right .btn {
	background: url(img/index_06.png) no-repeat;
	background-size: 100%;
	float: left;
	width:.55rem;
	height:.56rem;
	border: none;
	outline: none;
	cursor: pointer
}
.rt {
	position: absolute;
	left:.19rem;
	top:.15rem;
}
.rt a.fh {
	display: block;
	width:.43rem;
	height:.43rem;
	padding:.1rem 0 0 .1rem
}
.rt .fh img {
	width:.43rem;
	height:.43rem;
	display: block
}
#content {
	width: 100%;
	max-width: 640px;
	margin: 0 auto
}
.banner {
	width: 6.4rem;
	height: 3.21rem;
	overflow: hidden;
	position: relative;
	max-width: 640px;
	margin: 0 auto
}
.banner img {
	width: 6.4rem;
	height: 3.21rem;
	display: block
}
.banner .hd {
	width: 6.4rem;
	position: absolute;
	bottom:.2rem
}
.banner .hd ul {
	width: 6.4rem;
	text-align: center;
}
.banner .hd li {
	display: inline-block;
width:.1rem;
height:.1rem;
	border-radius: 0.05rem;
	background: #1e0f00;
	margin: 0 3px;
}
.banner .hd li.on {
	background: #fff
}
.video{
	height:3.59rem;
	margin:.31rem .31rem;
}
.section {
	overflow: hidden;
	position: relative;
	z-index: 55;
	/* padding-top:.48rem; */
	/* height: 3.59rem; */
	overflow: hidden;
	margin:0 .31rem
}
.section ul {
	width:100%;
	float: left;
}
.section li {
	width: 33.3333333%;
	float: left;
}
.section li:nth-child(6){
	margin-top:-1.67rem;
	/* margin-left:1.92rem; */
}
.section li a {
	display: block;
	line-height:.62rem;
}
.section li a span{
	z-index:99;
	position:absolute;
	font-size:.24rem;
	color:#fff;
	padding:.85rem 0 0 .5rem;
}
.section li:nth-child(6) span{
	padding:1.6rem 0 0 .5rem;
}
.section li a img{
	display: block;
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.layout {
  display: grid;
  height: 100%;
  /* width: 100%; */
  overflow: hidden;
  margin:.31rem .31rem;
  grid-template-rows: 50px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

input[type="radio"] {
  display: none;
}

label.nav {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-bottom: 2px solid #65b752;
  background: #ecf0f1;
  user-select: none;
  transition: background 0.4s, padding-left 0.2s;
  padding-left: 0;
  border-radius:10px;
}
input[type="radio"]:checked + .xwdt + label.nav {
  background: #65b752;
  color: #ffffff;
}
label.nav span {
  padding-left: 0px;
  position: relative;
  font-size:.26rem;
}
.xwdt {
  grid-column-start: 1;
  grid-row-start: 2;
  grid-column-end: span 3;
  padding: 0px;
  display: flex;
  /* align-items: center; */
}
.xwdt-contents > * {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.2s, transform 0.2s;
}
.xwdt-contents > *:nth-child(1) {
  transition-delay: 0.4s;
}
.xwdt-contents > *:nth-child(2) {
  transition-delay: 0.6s;
}
.xwdt-contents > *:nth-child(3) {
  transition-delay: 0.8s;
}
input[type="radio"] + .xwdt {
  transition: transform 0.2s;
  transform: translateX(100%);
}
input[type="radio"]:checked + .xwdt {
  transform: translateX(0%);
}
input[type="radio"]:checked + .xwdt .xwdt-contents > * {
  opacity: 1;
  transform: translateY(0px);
}
.xwdt-contents {
  max-width: 100%;
  width: 100%;
  margin:0px auto;
}
.xwdt-contents ul li {
	width: 100%;
	height: auto;
	padding: 10px 0px;
	float: left;
	line-height: 30px;
	/* border-bottom: 1px solid #d7d8d8; */
	/* background: url(../images/shouji_44.jpg) no-repeat right center; */
}
.xwdt-contents ul li:nth-child(1){
	padding-top:20px;
}
.xwdt-contents ul li a {
	width: 100%;
	display: black;
	border:none;
	text-align:left;
	margin:0;
	padding:0;
}
.xwdt-contents ul li h3 {
	width: 60%;
    height: .85rem;
    font-size: .23rem;
    color: #333;
    line-height: 25px;
    overflow: hidden;
	/* white-space: nowrap; */
}
.xwdt-contents ul li p {
	width: 60%;
	font-size: .2rem;
	color: #666;
	line-height: 20px;
	overflow: hidden;
}
.lzj {
	width: 35%;
	text-align: center;
	float: left;
	margin-right: .2rem;
}
.lzj img{
	width:100%;
	height: 1.3rem;
	min-height:1.3rem;
}
.angd {
	width: 100%;
	height: auto;
	padding: 10px 0px;
	text-align: center;
}
.angd a {
	width: auto;
	height: 40px;
	padding: 0px 20px;
	color: #999;
	display: block;
	font-size: 14px;
	line-height: 40px;
	border: 1px solid #65b752;
	border-radius: 8px;
	display: inline-block;
}
.product .title {
	text-align: center;
	font-size:.24rem;
}
.product .title h1{
	font-size:.3rem;
	color:#65b752;
}
.product .title img {
	width: 2.73rem;
	height:.71rem;
}
.product .list {
	width: 100%;
	text-align: center;
	height:.3rem;
	overflow: hidden;
}
.product .list a {
	display: inline-block;
	width:.84rem;
	height:.25rem;
	text-align: center;
	line-height:.25rem;
	color: #d42e3b;
	background: #f7eedc;
	border-radius:.06rem
}
.product .list a:hover {
	background: #d42e3b;
	color: #fff;
}
.mod_pro li .photo, .mod_pro li .photo img {
	display: block;
	width: 1.66rem;
	height: 1.68rem;
}
.mod_pro li .tit {
	display: block;
	height:.44rem;
	text-align: center;
	line-height:.44rem;
	/* color: #000; */
	font-size:.24rem;
}
.mod_pro li {
	float: left;
	width: 1.66rem;
	margin:0 .1rem .2rem;
	padding:.05rem .05rem 0;
	border:.01rem solid #f7eedc;
	background: #fff
}
.mod_pro ul {
	width: 5.94rem;
	margin: 0 auto;
}
.product {
	overflow: hidden
}
.ny_pro li {
margin-bottom:.2rem
}
.lxwm{
	margin:.31rem .31rem;
	text-align:center;
	line-height:.4rem;
}
.lxwm .title {
	text-align: center;
	font-size:.24rem;
}
.lxwm .title h1{
	font-size:.3rem;
	color:#65b752;
}
.lxwm p{
	font-size:.22rem;
	line-height:.5rem;
}
.lxwm p:nth-child(3){
	font-size:.4rem;
	line-height:.6rem;
}
#footer {
font-size:.20rem;
	text-align: center;
	width: 100%;
	max-width: 640px;
margin:.2rem auto 0
}
.copyright {
	height:.6rem;
	line-height:.35rem;
	margin-bottom: 1.18rem;
	color: #969494
}
#footer ul {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
	height:1rem;
	line-height:1rem;
	background: #65b752;
	position: fixed;
	z-index: 10000000000;
	bottom: 0px;
}
#footer li {
	float: left;
	width: 33.33%;
	text-align: center;
}
#footer li img {
	width:.auto;
	height:.23rem;
	padding-right:.1rem;
	padding-bottom:.08rem;
	vertical-align: middle
}
#footer ul li a {
	color: #fff;
	font-size:.26rem
}
.main {
	width: 100%;
	height: auto !important;
	height: 300px;
	/* min-height: 300px; */
	background-size: 100% auto;
	padding-top:.31rem;
	/* margin-top:-.08rem; */
	position: relative;
	z-index: 10000
}
.main .title {
margin-bottom:.2rem;
height:.45rem;
}
.main .title .inRtit {
	float: right;
	width: 1.91rem;
	height:.45rem;
	line-height:.45rem;
	background: url(img/pro_03.png) center right no-repeat;
	background-size: auto .45rem;
	margin:0 .41rem 0 0;
	position: relative;
}
.inRtit h4 {
	color: #000;
	font-size:.26rem;
	text-align: center;
	font-weight: normal
}

.main .inRtit .sub1, .main .inRtit1 .sub1 {
	background: #efefef;
	width: 1.91rem;
	position: absolute;
	top:.35rem;
	display: none;
	padding:.1rem 0;
}
.inRtit1 .sub1 {
	left: 0;
}
.main .inRtit .sub1 {
	right: 0;
}
.main .inRtit  a, .inRtit1 a {
	display: block;
	line-height:.58rem;
	text-align: center;
	font-size:.24rem;
	color: #3f3f3f
}

.inSelect {
	background: #efefef;
	position: absolute;
	left: 0;
top:.31rem;
	width: 100%;
	display: none;
}
.inSelect p {
}
.inSelect a {
	display: block;
font-size:.20rem;
	color: #333;
line-height:.45rem;
	text-align: center
}
.main .title h3 {
	color: #a1a0a0;
	font-weight: normal;
font-size:.3rem
}
.main .title h3 img {
	display: inline-block;
	width:.25rem;
	height:.24rem;
	vertical-align: middle;
	margin:0 .13rem .08rem .43rem
}
.ny_about .cont, .detail .cont {
	color: #666666;
	font-size:.24rem;
	width: 5.96rem;
	margin: 0 auto;
	line-height:.36rem
}
.ny_about .cont img, .detail .cont img {
	max-width: 100%;
}
.detail .photo img {
	max-width: 100%;
	display: block;
	margin: 0 auto
}
.ny_news li {
/* height:.58rem; */
	line-height:.38rem;
	font-size:.22rem;
	color: #858484;
	overflow: hidden;
	text-overflow:ellipsis;
	margin-bottom:.31rem;
}
.ny_news li a {
	color: #858484;
}
.ny_news li h4{	
    height: .85rem;
    font-size: .22rem;
    line-height: 25px;
    overflow: hidden;
	font-weight:none;
}
.ny_news li .more {
	float: right;
}
.ny_news li span {
font-size:.2rem;
margin-right:.15rem
}
.ny_news .cont {
  max-width: 100%;
  width: 100%;
  margin:0px auto;
}
.ny_news ul {
	width: 5.64rem;
	margin: 0 auto
}
.page {
	width: 100%;
	text-align: center;
padding:.25rem 0;
	font-family: Arial, Helvetica, sans-serif;
}
.page a {
width:.36rem;
line-height:.36rem;
	text-align: center;
height:.36rem;
	display: inline-block;
*display:inline;
*zoom:1;
	text-align: center;
font-size:.18rem;
	color: #777676;
	margin: 0 1%;
	vertical-align: middle;
	border: 1px solid #c9c9c9;
}
.page a.prev {
width:.95rem;
	margin-right: 0.08rem;
}
.page a.next {
width:.95rem;
}
.page a:hover, .page a.cur {
	background: #e7e4e4;
	border-color: #e7e4e4;
}
.detail .tit {
height: .4rem;
line-height: .4rem;
	text-align: center;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}
.detail .related {
	padding: 0.06rem 0;
	text-align: center;
}
.detail .related span {
padding: 0 .1rem;
}
.detail .text {
padding: .1rem;
}
.detail .text .photo {
	text-align: center;
}
.detail .other {
	padding: 0.08rem 0;
	width: 100%;
}
.detail .other li {
line-height: .24rem;
}
.detail .print {
	padding: 0.08rem 0;
	text-align: right;
	clear: both;
}
.detail .print a {
margin-right: .2rem;
}
.detail .text .pro_photo {
	text-align: center;
}
.baidushare {
	border-radius: 10px;
	border: solid 1px #b5b5b5;
	background-color: #fff;
	height: 2.0rem;
	position: absolute;
	left: 2px;
bottom: .98rem;
	width: 98%;
	display: none;
}
.bdshare-button-style0-32 a {
	background: none!important;
	display: block;
	float: left;
width: .95rem !important;
	height: 1rem !important;
	background-position: 0!important;
	margin: 0 !important;
	font-size: 0 !important
}
.bdshare-button-style0-32 .bds_tsina {
	background: url(img/sina.png) no-repeat !important;
	background-size: 100% !important
}
.bdshare-button-style0-32 .bds_qzone {
	background: url(img/qqzone.png) no-repeat!important;
	background-size: 100% !important
}
.bdshare-button-style0-32 .bds_weixin {
	background: url(img/weixin.png) no-repeat!important;
	background-size: 100% !important
}
.bdshare-button-style0-32 .bds_tqq {
	background: url(img/weibo.png) no-repeat!important;
	background-size: 100% !important
}
.bdshare-button-style0-32 .bds_renren {
	background: url(img/renren.png) no-repeat!important;
	background-size: 100% !important
}
.bdshare-button-style0-32 .bds_sqq {
	background: url(img/sqq.png) no-repeat!important;
	background-size: 100% !important
}
.cancelbtn {
	width: 90%;
	background-color: #fff;
height:.3rem;
	border: solid 1px #87cef3;
	border-radius: 5px;
	color: #3c8fdd;
margin-top:.3rem;
font-size:.24rem
}
#footer ul li.on .baidushare {
	display: block
}
.s_info {
	width: 80%;
	margin: 0 auto
}
.s_info li {
height:.46rem;
line-height:.46rem;
font-size:.2rem;
}
.s_info li span {
	float: right;
}
.pagelink {
	height: 26px;
	width: 350px;
	line-height: 26px;
	margin: 20px auto 0 auto;
	padding: 20px 10px;
	TEXT-ALIGN: center
}
.pagelink li {
	float: left;
	margin-right: 3px;
	list-style-type: none;
	border: solid 1px;
}
.pagelink a, .pagelink span {
	padding: 0 3px;
}
.pagelink .thisclass {
	padding: -5px auto 3px;
	color: #F00;
	border: solid 1px #FF0000;
}
.pagelink .thisclass a {
	padding: -5px auto 3px;
	color: #F00;
	;
}
.pagelink a.on, .pagelink a:hover {
	color: #F9003B;
}

.pagess {clear: both;margin:20px 0;overflow: hidden;margin-left: 0px;text-align: center;font-size:12px}
.pagess ul li { display:inline-block;border: 1px solid #ccc;padding: 2px 9px;margin: 0 3px;line-height: 20px;background: #fff;color:#999}
.pagess ul li:hover{ background:#ccc; color:#fff;border: 1px solid #ccc}
.pagess ul li:hover a{color:#fff;}
.pagess ul li.thisclass {display: inline-block;border: 1px solid #ccc;padding: 2px 9px;margin: 0 3px;background: #ccc;color: #fff;}
.pagess ul li.thisclass a {color: #fff;}
.pagess ul li a{ display:block;color:#999;font-size:.24rem;}
.pagess ul li a:hover {color: #fff;}

.jygy-two-right{
	/* border:30px solid rgb(236,241,226); */
	/* margin-top:-50px; */
	/* border-radius:500px; */
	background: rgb(150,201,50);
	padding:.31rem .31rem .62rem;
}
.jygy-form{
	width:290px;
	height:377px;
	/*background: pink;*/
	margin:35px auto;
	text-align: center;
}
.jygy-form a{
	color:black;
}
.jygy-form-bt{
	 font-size:30px;
	 color:rgb(28,28,28);
	 display: block;
	 /*margin-bottom:40px;*/
}
.jygy-form select{
	width:100%;
	height:40px;
	outline: none;
	border-radius: 10px;
	padding-left:15px;
	margin-bottom: 20px;
	margin-top:40px;
	border:1px solid white;
}
.jygy-form input{
	width:95%;
	height:40px;
	outline: none;
	border-radius: 10px;
	padding-left:15px;
	border:none;
	margin-bottom: 20px;
}
.jygy-two-sub{
	width:120px;
	height:40px;
	background: rgb(253,219,67);
	margin-top:15px;
	border:none;
	outline: none;
	border-radius:10px;
	cursor:pointer;
	font-size:14px;
	color:rgb(33,33,33);
}
.jygy-two-sub-p{
	border:1px dashed white;
	padding-top:5px;
    padding-bottom:3px;
    padding-left:37px;
    padding-right:37px;
}
.jmhz-two-div{
	padding:.31rem;
	background: tomato;
}
.jmhz-two-div:nth-child(1){
	margin-left:0px;
	background: rgb(222,238,189);
}
.jmhz-two-div:nth-child(2){
	background: rgb(191,229,117);
}
.jmhz-two-div:nth-child(3){
	background: rgb(150,201,50);
}
.jmhz-two-div-bt{
	width:60px;
	height:45px;
	/*background:skyblue;*/
	margin:.4rem auto 0;
}
.jmhz-two-div p{
	text-align: center;
	line-height: .8rem;
	font-size:18px;
	color: rgb(23,23,23);
}
.jmhz-two-div-text1{
    width:100%;
    /* height:140px; */
    /*background:teal;*/
    margin:0 auto;
    font-size:.24rem;
    color:rgb(51,51,51);
    line-height: 25px;
}
.jmhz-two-div-text2{
    width:100%;
    /* height:192px; */
    /*background:teal;*/
    margin:0 auto;
    font-size:.24rem;
    color:rgb(51,51,51);
    line-height: 25px;
}
.jmhz-two-div-text3{
    width:100%;
    /* height:110px; */
    /*background:teal;*/
    margin:0 auto;
    font-size:.24rem;
    color:rgb(51,51,51);
     line-height: 25px;
}
.vdbox {
	display:none;
	position:absolute;
	top:25%;
	left:5%;
	width:90%;
	height: 3.59rem;
    margin:0 auto;
	z-index:9999999;
	overflow:auto;
}
.vdmask {
	display:none;
	position:absolute;
	top:0%;
	left:0%;
	width:100%;
	min-height:1100px;
	background-color:black;
	z-index:99999;
	-moz-opacity:0.8;
	opacity:.80;
	filter:alpha(opacity=88);
}
.close:hover {
	cursor:pointer;
	color:rgb(55,198,192);
}