harset "utf-8";

/* 禁用iPhone中Safari的字号自动调整 */

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	/* 解决IOS默认滑动很卡的情况 */
	-webkit-overflow-scrolling: touch;
}


/* 禁止缩放表单 */

input[type="submit"],
input[type="reset"],
input[type="button"],
input {
	resize: none;
	border: none;
}


/* 取消链接高亮  */

body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


/* 设置HTML5元素为块 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}


/* 图片自适应 */

img {
	width: 100%;
	height: auto;
	width: auto\9;
	/* ie8 */
	display: block;
	-ms-interpolation-mode: bicubic;
	/*为了照顾ie图片缩放失真*/
}


/* 初始化 */

body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	margin: 0;
	padding: 0;
}

body {
	color: #1b1b1b;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	min-width: 320px;
	max-width: 720px;
	padding: 0;
	margin: 0 auto;
}

@media only screen and (min-width: 320px) {
	html {
		font-size: 62.5%!important;
	}
}

@media only screen and (min-width: 360px) {
	html {
		font-size: 72.5%!important;
	}
}

@media only screen and (min-width: 400px) {
	html {
		font-size: 82.5%!important;
	}
}

@media only screen and (min-width: 480px) {
	html {
		font-size: 94%!important;
	}
}

@media only screen and (min-width: 680px) {
	html {
		font-size: 100%!important;
	}
}

em,
i {
	font-style: normal;
}

ul,
li {
	list-style-type: none;
}

strong {
	font-weight: normal;
}

.clearfix:after {
	content: "";
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}

.clearfix {
	zoom: 1;
}

a {
	text-decoration: none;
	color: #969696;
	font-family: 'Microsoft YaHei', Tahoma, Arial, sans-serif;
}

a:hover {
	text-decoration: none;
}

ul,
ol {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-family: 'Microsoft YaHei';
}

img {
	border: none;
}

input {
	font-family: 'Microsoft YaHei';
}


/*单行溢出*/

.one-txt-cut {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}


/*多行溢出 手机端使用*/

.txt-cut {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	/* -webkit-line-clamp: 2; */
	-webkit-box-orient: vertical;
}


/* 移动端点击a链接出现蓝色背景问题解决 */

a:link,
a:active,
a:visited,
a:hover {
	background: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
}

.w50 {
	width: 50%;
}

.w25 {
	width: 25%;
}

.w20 {
	width: 20%;
}

.w33 {
	width: 33.333333%;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.db {
	display: block !important;
}

.dn {
	display: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	max-width: 640px;
	min-width: 320px;
	background-color: #f8f8f8;
	margin: 0 auto;
}

.header {
	width: 100%;
	overflow: hidden;
	background-color: #fff;
	padding: 0.6rem 1rem;
	height: 4rem;
	position: fixed;
	top: 0;
	z-index: 999;
	max-width: 608px;
	box-sizing: border-box;
}

.logo {
	float: left;
	width: 10rem;
}

.logo img {
	width: 100%;
	float: left;
}

.caidan {
	float: right;
	width: 2.4rem;
}

.caidan img {
	width: 100%;
	float: right;
	margin-top: 0.3rem;
}

.content {
	margin-top: 3.8rem;
	margin-bottom: 4.2rem;
}

.swiper-container {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

.nav {
	overflow: hidden;
	padding-top: 0.6rem;
}

.nav ul {
	overflow: hidden;
	padding-left: 1%;
}

.nav li {
	width: 30%;
	float: left;
	text-align: center;
	margin: 0.6rem 0.45rem;
}

.nav li img {
	width: 48%;
	margin: 0 auto;
}

.nav_title {
	font-size: 1.2rem;
	padding-top: 0.4rem;
	color: #333333;
}

.about {
	margin-top: -1.8rem;
	overflow: hidden;
	border-top: 8px solid #efefef;
}

.about_title {
	font-size: 1.6rem;
	color: #DA2735;
	text-decoration: none;
	padding: 0.6rem;
	text-align: center;
	margin-top: 0.4rem;
}

.fenx {
	margin: 0.6rem 0 1.6rem 0;
}

.about_img {
	background-color: #44b752;
	padding: 0.6rem 0.6rem 0 0.6rem;
}

.about_img img {
	border-radius: 4px;
}

.about_xq {
	padding: 0.8rem 0.6rem;
	line-height: 1.8rem;
	font-size: 1.25rem;
	color: white;
	background-color: #44b752;
	letter-spacing: 0.1rem;
}

.product {
	overflow: hidden;
	margin-top: 1rem;
	padding-bottom: 1rem;
	background-color: whitesmoke;
}

.product_title {
	font-size: 1.6rem;
	color: white;
	background-color: #44b752;
	text-decoration: none;
	padding: 0.6rem;
	text-align: center;
	margin-top: 0.4rem;
}

.product_list {
	overflow: hidden;
}

.product_list ul {
	overflow: hidden;
	padding-left: 0.4rem;
}

.product_list li {
	 width: 47%; 
	float: left;
	padding: 0.4rem;
}

.product_list li img {
	border-radius: 4px;
}

.product_list p {
	text-align: center;
	font-size: 1.3rem;
	padding: 0.4rem 0;
	color: #666666;
}

.ad {
/* 	padding-bottom: 1rem; */
	/* border-bottom: 8px solid #efefef; */
}

.news {
	overflow: hidden;
	padding: 0 1rem;
}

.news_title {
	font-size: 1.6rem;
	color: #DA2735;
	text-decoration: none;
	padding: 0.6rem;
	text-align: center;
	margin-top: 0.4rem;
}

.news_list ul {
	overflow: hidden;
}

.news_list li {
	width: 100%;
	padding: 1rem 0;
	border-bottom: 1px solid #e7e7e7;
	overflow: hidden;
}

.news_list li img {
	width: 26%;
	float: left;
	border-radius: 2px;
}

.news_right {
	width: 70%;
	float: right;
}

.biaoti1 {
	font-size: 1.35rem;
	color: #0b6dc2;
	margin-top: 0.2rem;
}

.neirong1 {
	margin-top: 0.6rem;
	font-size: 1.1rem;
	line-height: 1.4rem;
	color: #333333;
}

.dibu {
	padding: 1rem 0;
	text-align: center;
	font-size: 1.1rem;
	background-color: #f0f0f0;
}

.footer {
	overflow: hidden;
	padding: 0.4rem 1rem;
	height: 4rem;
	position: fixed;
	bottom: 0;
	border-top: 1px solid #e3e3e3;
	background-color: white;
	max-width: 608px;
    z-index:999;
    width: 100%;
    box-sizing: border-box;
}

.footer ul {
	overflow: hidden;
}

.footer li {
	width: 25%;
	float: left;
	text-align: center;
}

.footer li img {
	width: 26%;
	margin: 0 auto;
}

.footer li p {
	font-size: 1.1rem;
	color: #333333;
	margin-top: 0.2rem;
}

.footer .shouye {
	color: #44B752;
}

.footer .cpzhong {
	color: red;
}

.footer .tel {
	color: #007AFF;
}

.footer .map {
	color: #DA2735;
}

.biaotio {
	font-size: 2.2rem;
	height: 7rem;
	line-height: 7rem;
	color: #FFFFFF;
	text-align: center;
	background: url(../images/biaoti_bg.png) no-repeat;
	background-size: 100% 100%;
	margin: 0 auto;
}

.about_nr {
	overflow: hidden;
	padding: 1.4rem 1rem;
	font-size: 1.3rem;
	color: #818080;
	line-height: 2rem;
}

.nr_biaoti {
	padding-left: 1.2rem;
	background: url(../images/line2.png) no-repeat left center;
	font-size: 1.3rem;
	color: #333;
	text-decoration: none;
	margin-bottom: 1.2rem;
}

.nr_biaoti span {
	padding-left: 0.4rem;
	font-size: 1rem;
	color: #b6b6b6;
}

.about_nr img {
	margin-bottom: 0.6rem;
    width:100% !important;
    height:auto !important;
}

.lianxi_nr {
	overflow: hidden;
	padding: 1rem;
	font-size: 1.3rem;
	color: #807c7c;
	line-height: 2rem;
}

.lianxi_nr p {
	font-size: 1.2rem;
}

.table_form td {
	width: 100%;
	height: 3.4rem;
	border: solid 1px #E4E1E1;
	float: left;
	margin: 0.6rem 0;
	border-radius: 2px;
}

.table_form td input {
	height: 3.2rem;
	width: 96%;
	border: 0;
	padding: 0 0.4rem;
	font-size: 1.3rem;
	color: #1b1b1b;
	background-color: #f8f8f8;
}

.table_form td textarea {
	width: 96%;
	height: 7rem;
	border: 0;
	padding-top: 1rem;
	background-color: #f8f8f8;
	font-size: 1.3rem;
	color: #1b1b1b;
	padding-left: 0.4rem;
}

#code {
	width: 60%;
	float: left;
	padding: 0;
	border: solid 1px #E4E1E1;
	padding-left: 1.4rem;
}

.table_form td img {
	width: 30%;
	height: 3.4rem;
	padding-left: 1rem;
}

#dosubmit {
	width: 90%;
	height: 4rem;
	border-radius: 2px;
	background-color: #44B752;
	color: #ffffff;
	font-size: 1.6rem;
}

.news_list1 {
	padding: 1.4rem 0.6rem;
	overflow: hidden;
}

.news_list1 li {
	width: 45.8%;
	float: left;
	margin: 0.6rem;
}

.box1 {
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
}

.box2 {
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(18, 53, 67, .55);
	color: #FFFFFF;
	font-size: 1.7rem;
	position: absolute;
	left: 0;
	bottom: 0;
	top: -2%;
	padding: 4rem 0;
}

.newslist {
	overflow: hidden;
	padding: 0.4rem 1.2rem;
}

.newslist li {
	width: 100%;
	border-bottom: 1px solid #E6E6E6;
	padding: 1.2rem 0;
	overflow: hidden;
}

.newslist li img {
	float: left;
	width: 32%;
	border-radius: 4px;
}

.newslist li a {
	display: block;
	overflow: hidden;
}

.newslist_r {
	float: right;
	width: 64%;
}

.right_title {
	font-size: 1.2rem;
	color: #44B752;
}

.right_dsc {
	font-size: 1.1rem;
	margin-top: 0.4rem;
	color: #666666;
}

.show {
	padding: 0.8rem;
}

.show_bt {
	font-size: 1.6rem;
	color: #666666;
	padding: 0.4rem 0;
}

.fabutime {
	font-size: 1.35rem;
	color: #999999;
	margin-top: 0.2rem;
}

.show_xq {
	/* margin-top: 1rem; */
	font-size: 1.35rem;
	letter-spacing: 0.1rem;
	/* color: #666666; */
	/* line-height: 2rem; */
}

.show_xq img {
	margin-bottom: 0.8rem;
	border-radius: 4px;
   /* width:100% !important; */
    height:auto !important;
}

.pre {
	padding: 0.4rem 0.8rem;
	font-size: 1.35rem;
	color: #666666;
}

.pre span {
	color: red;
}

.pre a {
	color: #666666;
}

.next {
	font-size: 1.35rem;
	color: #666666;
	padding: 0 0.8rem;
	padding-bottom: 1rem;
}

.next span {
	color: red;
}

.next a {
	color: #666666;
}

.product_lb {
	overflow: hidden;
	margin-top: 1rem;
	padding: 0 0.8rem;
}

.product_lb li {
	background-color: #44B752;
	margin-bottom: 1rem;
	border-radius: 5px;
	font-size: 1.4rem;
	color: #f8f8f8;
	overflow: hidden;
}

.yiji {
	float: left;
	width: 40%;
	padding: 0.8rem 0 0.8rem 1.6rem;
}

.yijitu {
	width: 20%;
	float: right;
	margin-top: 0.1rem;
	padding: 0.8rem 1.6rem 0.8rem 0;
}

.yijitu img {
	width: 30%;
	float: right;
}

.erji {
	background-color: white;
	padding: 0.8rem 1.6rem;
	overflow: hidden;
	display: none;
}

.erji li {
	margin: 0.65rem 2.5% !important;
	width: 28.2% !important;
	float: left;
	text-align: center;
	background-color: white;
	color: #000000;
}

.erji a {
	font-size: 1.2rem;
	color: #333333;
}

.pd_title {
	padding:1.2rem;
	color: #323333;
	font-size: 1.6rem;
	text-align: center;
}

.pb_xqo{
	padding:1rem 1.2rem;
	font-size: 1.25rem;
	color: #666666;
	line-height: 2.2rem;
}

.pb_xqo img{
    width:100% !important;
    height:auto !important;
}

.pbxqy{
	margin-top: -0.8rem;
}

.kouhao{
    font-size: 16px;
    float: left;
    color:red;
    margin-top: 6px;
    margin-left: 1rem;
}

.nav2 {
    width: 90%;
    padding-bottom: 12px;
    margin: 0 auto;
    overflow: hidden;
}

.nav2 span {
    display: block;
    width: 33.3%;
    text-align: center;
    line-height: 36px;
    color: white;
    float: left;
    font-size: 1rem;
    cursor: pointer;
    /* background: url(../images/weixiu_bg01.png) no-repeat; */
	background-color:#44B752 ;
    background-size: 100% 100%;
}

.nav2 span.active3 {
    /* background: url(../images/weixiu_bg02.png) no-repeat; */
background-color:#44B752 ;
    color: #fff;
		background-size: 100% 100%;
}

.tedian{
	padding: 1rem 1.2rem;
	font-size: 1.2rem;
	font-size: 1.25rem;
	color: #1960e8;
	line-height: 2.2rem;
}

.xiangguan{
	padding: 1rem 1.2rem;
	font-size: 1.2rem;
	font-size: 1.25rem;
	color: #666666;
	line-height: 2.2rem;
}

.qita_pro{
	width: 100%;
	overflow: hidden;
}

.qita_pro li{
	width: 30.5%;
	float: left;
	font-size: 1rem;
	line-height: 1.4rem;
	text-align: center;
	margin: 0.4rem;
}

.qita_pro li p{
	margin-top: 0.4rem;
    height: 2.8rem;
}

.qita_pro li a{
	color:#666666;
}

.kswx {
    width:100%;
    margin: 0 auto;
    /* padding: 20px 0 10px 0; */
   /* border-bottom: 8px solid #efefef; */
    overflow: hidden;
}

.kswx .zhubiaoti {
    text-align: center;
    font-size: 1.5rem;
    letter-spacing: 2px;
    color: #44b752;
    margin-bottom: 6px;
}

.kswx .fubiaotiy {
    text-align: center;
    font-size: 1.2rem;
    color:  #666;
    margin-bottom: 0.4rem;
}

.kswx_list {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding-left: 0.2rem;
}

.kswx_list li {
    float: left;
    width: 28%;
    height: auto;
    text-align: center;
    margin: 0.3rem;
    padding:0 0.4rem;
    cursor: pointer;
    border: 1px solid #44b752;
    border-radius: 8px;
    cursor: pointer;
}

.kswx_bt {
  /* padding:0.6rem 0; */
    font-size: 0.8rem;
    color:#014366;
    letter-spacing: 2px;
}

.kswx_list li img {
    width: 6.2rem;
    height: 6.2rem;
    margin:0 auto;
    margin-bottom: 10px;
}

.liaojieya{
    width:46%;
    margin:0 auto;
    font-size:1.3rem;
    text-align: center;
    border-radius: 0.6rem;
    background-color:#46a644;
    padding: 0.6rem 0;
    color:white;
    cursor: pointer;
    margin-top:1rem;
}

.liaojieya a{
    color:white;
    display:block;
}

.guanggao {
    background: url("../images/banner022.png") no-repeat;
    background-size: 100% 100%;
    height: auto;
    overflow: hidden;
}
.guanggao {
    width: 100%;
    margin: 0 auto;
}

.wzy1{
   width:62%;
   float:right;
   text-align: left;
   color:white;
}

.wzy1_p1{
   padding-top:0.6rem;
   font-size:1.2rem;
}

.wzy1_p2{
   padding-top:0.4rem;
   font-size:1rem;
}

.wzy1_p3{
   font-size:1rem;
   padding-bottom:0.6rem;
}

/* 列表页分页 */
#pages { padding:14px 0 10px;}
#pages a { display:inline-block; height:22px; line-height:22px; background:#fff; border:1px solid #e3e3e3; text-align:center; color:#333; padding:0 10px}
#pages a.a1 { background:url(../images/admin_img/pages.png) no-repeat 0 5px; width:56px; padding:0 }
#pages a:hover { background:#f1f1f1; color:#000; text-decoration:none }
#pages span { display:inline-block; height:22px; line-height:22px; background:#44b752; border:1px solid #44b752; color:#fff; text-align:center;padding:0 10px}
.page .noPage { display:inline-block; width:56px; height:22px; line-height:22px; background:url(../img/icu/titleBg.png) repeat-x 0 -55px ; border:1px solid #e3e3e3; text-align:center; color:#a4a4a4; }

.text-c{text-align: center}

.list_dh{
	height: 51px;
	border-top: 1px solid #444;
	border-bottom: 1px solid #444;
	background: #fff;
}
.list_dh ul>li{float: left;text-align: left;line-height: 50px;position: relative;margin-right: 9px;font-size: 12px;}
.li_search{float: right !important;margin-right: 0!important;}
.list_dh ul>li>a:after{content: "";display: block;position: absolute; height: 2px;width: 0;transition: .3s; background: #6FB928;bottom: 1px;left: 0;}
.list_dh ul>li>a{text-transform: capitalize; color: #9c9c9c;font-weight: bold;position: relative;display: inline-block;height: 50px;padding: 0 5px;}
.list_dh ul>li.active a,.list_dh ul>li:hover>a{
	color: #6FB928;
}

.list_dh ul li a i{
	font-size: 14px;
	font-weight: normal;
}

/* .list_dh .subnav_pro{
	position: absolute;
	top: 100%;
	padding: 10px 14px;
	left: 0px;
	z-index: 11;
	background: #333;
	display: none;
} */

.list_dh .subnav_pro ol li{
	display: block;
	float: none;
	line-height: 26px;
	font-size: 14px;
}
.list_dh .subnav_pro ol li a{
	color: #999;
	transition: .3s;
	white-space: nowrap;
}
.list_dh .subnav_pro ol li a:hover{
	color: #fff !important;
	background: #6FB928;
}

/* .list_dh ul>li.active>a:after,.list_dh ul>li:hover>a:after{
	width: 100%;
} */
.wrapper{box-sizing: border-box;padding: 0 15px;}







.banner .swiper-container{height: auto;}
.banner .swiper-wrapper{height: auto;}
.banner .swiper-slide{height: auto;}

.anliyaa .swiper-container{height: auto;}
.anliyaa .swiper-wrapper{height: auto;}
.anliyaa .swiper-slide{height: auto;}

.xgtj{
	margin-bottom: 80px;
}
.xgtj img{
	width: 100%;
}
.xgtj ul li{
	width: 49%;
	float: left;
	margin-right: 2%;
	margin-bottom: 10px;
}
.xgtj ul li:nth-of-type(2n){
	margin-right: 0;
}
.xgtj ul li p{
	transition: .3s;
}
.xgtj ul li:hover p{
	color: #6FB928;
}
.xgtj ul li p{
	text-align: center;
	line-height: 40px;
	color: rgb(120,120,120);
}
.xgtj .lis{
	margin-top: 20px;
}
.xgtj{
	margin-top: 20px;
}
.pn{
	margin: 20px 0;	
	color: #999;
}
.pn a,.pn span{
	color: #999;
	font-size: 14px;
}
.pn .prev{
	float: left;
	width: 50%;
}
.pn .next{
	float: left;
	width: 50%;
	text-align: right;
}
.cbl_title span{
	color: #999999;
}
.cbl_title a{
	float: right;
	color: #999;
	transition: .3s;
}
.cbl_title a:hover{
	color: #6FB928;
}
.tem36-news-list .item .img{
	width: 300px !important;
}
.tem36-news-list .text{
	width: 100% !important;
	box-sizing: border-box;
	padding: 0 5px;
}
.cont_title span{
	font-family: Montserrat-Bold !important;
    font-size: 36px !important;
}
