::-webkit-scrollbar{display:none;}
*{margin:0;padding:0;}
body{margin:0 auto !important;width:100%;font-family:"Microsoft YaHei";font-size:13px;color:#444; background:#FFFFFF;}
h1,h2,h3,h4,h5,h6,p,div,input{margin:0;padding:0;}
li{list-style:none;margin:0;padding:0;}
a{text-decoration:none;color:#444;-webkit-tap-highlight-color: transparent;-webkit-touch-callout: none;-webkit-user-select: none;}
a:hover{text-decoration: none;color:#f00;}
.fl{float:left;}
.fr{float:right;}
.tc{text-align: center;}
.tl{text-align: left;}
.tr{text-align: right;}
.w{width:100%;}
.bs{box-sizing: border-box;}
img{vertical-align: middle;}
.clearfix:after{display: table;content:"";height:0;clear:both;visibility:hidden;}
input[type="button"],input[type="submit"],input[type="text"],input[type="password"],input[typa="reset"],textarea{cursor: pointer;-webkit-appearance:none;}
input[type="text"],input[type="password"],input[type="email"],input[typa="reset"],select{-webkit-tap-highlight-color:rgba(0,0,0,0);}
input[type="submit"]{border-radius:0;}
input[type="button"]{border-radius:0;}
input[type="text"]{border-radius:0;}
:-moz-placeholder{color: #888;opacity:1;}
::-moz-placeholder{color: #888;opacity:1;}
input:-ms-input-placeholder{color: #888;opacity:1;font-size:1em;}
input::-webkit-input-placeholder{color: #888;opacity:1;font-size:1em;}
select{border: solid 0px #000;appearance:none;-moz-appearance:none;-webkit-appearance:none;background-color:transparent;font-size:1em;}
@media screen and (max-width:374px){html{height: 100%;font-size: 10px;}}
@media screen and (min-width:375px) and (max-width:414px){html{height: 100%;font-size:11px;}}
@media screen and (min-width:415px){html{height: 100%;font-size:12px;}}
*{-webkit-touch-callout:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
header,nav,section,footer{display: block;}
/********************首页***********************/
/*顶部*/
.topfix{
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	
}
header{
	background:#fff;
	padding:10px;
	box-shadow:0px 0px 5px rgba(0,0,0,.1);
	box-sizing: border-box;
	z-index:10;
}
.nav_btn{
	margin-top:11px;
}
nav{
	z-index:100;
	background:rgba(0,0,0,.4);
	height:100%;
	display:none;
}
.navBox{
	background:#fff;
	position:absolute;
	right:0px;
	width:80%;
	height:100%;
	overflow-y:auto;
}
.navBox h1{
	line-height:3em;
	background:#d70016;
	text-align:center;
	font-weight:normal;
	color:#fff;
	padding:0 10px;
	font-size:1.35em;
}
.navBox a{
	display:block;
	width:100%;
	padding-left:10px;
	font-size:1.2em;
	line-height:3.2em;
	border-bottom:1px dashed #ddd;
	box-sizing: border-box;
}
/*主要内容部分*/
.ind{
	margin:3.5% 2.5% 0;
	border-radius:0.4em;
	background:#fff;
	box-shadow:0px 0px 5px rgba(0,0,0,.1);
	overflow:hidden;
	
}

/*图标*/
.icon li{
	float:left;
	width:33.333%;
	text-align:center;
	padding:20px 0px;
	border-right:1px solid #ddd;
	border-top:1px solid #ddd;
	box-sizing: border-box;
}
.icon li img{
	height:2.6em;
	margin-bottom:1em;
}
.icon li:nth-child(3n){
	border-right:0px;
}
.icon li:nth-child(1),.icon li:nth-child(2),.icon li:nth-child(3){
	border-top:0px;
}
/*首页标题*/
.ind_tit{
	border-bottom:1px dashed #ddd;
	line-height:3em;
	padding:0 0.8em 0 0;
}
.ind_tit span.fl{
	color:#0047c2;
	padding:0 0.8em;
	border-bottom:2px solid #0047c2;
	position:relative;
	top:2px;
	font-size:1.25em;
}
/*发展简介*/
.ind_about{
	padding:1em 0.8em;
}
.ind_about>p{
	line-height:180%;
}
.ind_about>p a{
	color:#d70016;
}
.ind_about>div{
	margin-top:1em;
}
.ind_about>div img{
	width:25%;
}
.ind_about>div .text{
	width:73%;
	margin-left:2%;
	line-height:200%;
}
/*轮播图1*/
#banner{width:100%;position:relative;height:100%;box-sizing:border-box;margin-bottom:0px;overflow:hidden;z-index:1;background:#fff;box-sizing: border-box;}
#banner .swiper-container{width:100%;height:100%;}
#banner .swiper-slide{text-align:center;font-size:18px;background:#fff;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;width:100%;height:100%;}
#banner .swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:2px;}
#banner .swiper-pagination-bullet{background:#fff;opacity:1;margin:0 6px !important;width:10px;height:10px;-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;}
#banner .swiper-pagination-bullet-active{background:#d70016;opacity:1;}
/*本地动态*/
.ind_news{
	padding:1.5em 0.8em;
}
.news_list{
	padding:0.8em 0em 0.5em;
}
.news_list li{
	line-height:3em;
	font-size:1.1em;
	border-bottom:1px dashed #ddd;
}
.news_list li a{
	display:block;
	width:100%;
	height:100%;
	background:url(../images/dot.jpg) left center no-repeat;
}
.news_list li a span.fl{
	width:72%;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	padding-left:12px;
}
/*新闻banner*/
#news_banner{width:100%;position:relative;height:100%;box-sizing:border-box;margin-bottom:0px;overflow:hidden;z-index:1;background:#fff;box-sizing: border-box;}
#news_banner .swiper-container{width:100%;height:100%;}
#news_banner .swiper-slide{text-align:center;font-size:18px;background:#fff;display:-webkit-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;-webkit-justify-content:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;width:100%;height:100%;}
#news_banner .swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:0px;}
#news_banner .swiper-pagination-bullet-active{background:#d70016;opacity:1;}
#news_banner .swiper-pagination-bullet {
      width: 20px;
      height: 20px;
      text-align:center;
      line-height: 20px;
      font-size:13px;
      color:#333;
      opacity: 1;
      background:#eee;border-radius:0px !important;
	margin:0px 0px 0px 1px !important;
    }
#news_banner .swiper-pagination-bullet-active {
      color:#fff;
      background: #d70016;
    }
#news_banner .swiper-pagination{
	text-align:right !important;
}
/*爱心风采*/
#ax_banner{
	height:29.2em !important;
	width:100%;
	padding-bottom:1em;
}
#ax_banner .swiper-container {
      width: 100%;
      height: 100%;
    }
#ax_banner .swiper-slide {
      text-align: center;
      font-size:13px;
      background: #fff;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
		height:12.5em !important;
		border-bottom:1px solid #eee !important;
		padding:1em 0px;
    }
#ax_banner .swiper-slide a{
	display:block;
	width:100%;
	height:12.5em;
}
#ax_banner .swiper-slide a img{
	height:10em;
}
#ax_banner .swiper-slide a p{
	line-height:2.5em;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	font-size:1.15em;
}
.ind_ax{
	margin:3.5% 2.5% 0;
	border-radius:0.4em;
	background:#fff;
	border:1px solid #42a2d5;
	overflow:hidden;
	box-shadow:0px 0px 5px rgba(0,0,0,.1);
}
.ind_tit1{
	background:url(../images/ax2.jpg) center top repeat;
	width:100%;
	height:45px;
}
.ind_tit1 div{
	background:url(../images/ax3.jpg) right top no-repeat;
	height:45px;
}
.ind_tit1 div span{
	display:inline-block;
	height:45px;
	background:url(../images/ax1.jpg) left top no-repeat;
	width:120px;
}
/*底部*/
footer{
	background:#0047c2;
	color:#fff;
	padding:1em 0px;
	margin-top:4%;
	line-height:2em;
}
footer a{
	color:#fff;
	padding:0 5px;
}
/*breadmenu*/
.breadmenu{
	border-bottom:2px solid #eeee;
	line-height:44px;
	font-size:1.2em;
	white-space:nowrap;
	overflow-y:hidden;
	overflow-x:auto;
	position:relative;
}
.breadmenu ul{
	text-align:center;
}
.breadmenu li{
	display:inline-block;
	width:100px;
	text-align:center;
}
.breadmenu li.on{
	
	border-bottom:2px solid #d70016;
	position:relative;
	height:44px;
}
.breadmenu li.on a{
	color:#d70016;
}
.page{
	padding:3%;
}
/*公司简介*/
#about p{
	font-size:1.15em;
	line-height:2em;
}
/*新闻列表*/
#news .news_list{
	padding:0px !important;
}
/*页码*/
.flip{
	margin-top:2em;
}
.flip a{
	display:inline-block;
	height:28px;
	border:1px solid #ddd;
	padding:0 10px;
	line-height:28px;
}
.flip a.on{
	background:#d70016;
	border-color:#d70016;
	color:#fff;
}
/*****************新闻详情*******************/
#news_del .title{margin-bottom:15px;border-bottom:1px dashed #ddd;padding-bottom:15px;}

#news_del .date{font-size:14pt;}

#news_del .title h1{font-size:22pt;margin-bottom:10px;}
#news_del .cont img{width:100%;margin:10px auto;}
#news_del .cont{padding-bottom:20px;border-bottom:1px dashed #ddd;margin-bottom:10px;font-size:14pt;}
.flip1{line-height:34px;}
#news_del .cont p{
	font-size:14pt;
	line-height:2em;
}
#news_del .cont span{
	font-size:14pt;
	line-height:2em;
}

.flip1 a.prevpage,.flip1 a.nextpage{width:26%;height:32px;background:#d70016;color:#fff;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;position:relative;behavior:url(PIE.htc);line-height:32px;text-align:center;}

.flip1 a.fanhui{width:26%;height:32px;background:#d70016;color:#fff;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;position:relative;behavior:url(PIE.htc);line-height:32px;margin:0 11%;background:#aaa;}
/*公益项目*/
#case li{
	text-align:center;
	padding:15px;
	border-bottom:1px dashed #ddd;
}
#case li a{
	display:block;
}
#case li a img{
	width:100%;
	margin-bottom:10px;
}
#case li a p{
	font-size:1.15em;
}
/*联系我们*/
#contact .text h1{
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
}
#contact .text p{
	font-size:15px;
	line-height:30px;
}
#contact .text img{
	margin-top:5px;
	margin-bottom:10px;
}
/***************捐赠通道**************/
.donor_bank p{
	font-size:1.15em;
	line-height:2em;
}
.donor_shuoming{
	font-size:1.15em;
	line-height:2em;
}
.donor_shuoming h1{
	font-size:16px;
	font-weight:bold;
}
.donor_weixin p{
	font-size:1.15em;
	line-height:2em;
}
.donor_weixin img{
	width:120px;
	margin:10px auto;
}




/***************捐赠通道**************/
#donor{
	border:1px solid #eee;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	position:relative;
	behavior:url(PIE.htc);
	overflow:hidden;
}
.donor_tit{
	width:100%;
	background:#f7f8f9;
	line-height:55px;
}
.donor_tit a{
width:33.3%;
	font-size:15px;
	text-align:center;
	float:left;
}
.donor_tit a.on{
	background:#d70016;
	color:#fff;
}
.donor_cont{
	padding:10px;
}
.donor_list{
	font-size:15px;
	line-height:30px;
}
.donor_list h1{
	font-size:18px;
	font-weight:bold;
	margin-bottom:8px;
}





.payStyle{position: relative;
    width:49%;
    height: 70px;
    margin-bottom: 10px;
    margin-top: 10px;
	}

.payStyle input {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 70px;
    opacity: 0;
}

.payStyle label {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 97%;
    height: 70px;
    text-align: center;
    line-height: 66px;
    border: 1px solid #d70016;
    background: #fff;
}


.payStyle label img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 70px;
}


#jzmx .title{ font-size:15px; border-left:5px solid #025dd0; line-height:16px; padding-left:15px; }
#jzmx .hong{ color:#FF3333;}
#jzmx .hui{ color:#919191;}


#jzmx .hang{ font-size:14px; line-height:45px; border-bottom:1px solid #e7e7e7;}






.quick{
	padding:0 20px;
}
.quick ul{
	text-align:center;
}
.quick li{
	float:left;
	padding:20px 0;
	width:49%;
}
.quick li img{
	width:100%;
}
.quick li:nth-child(2){
	float:right;
}



/*************************商品详情页****************************/
	#pro_banner {
	text-align:center;
}
#pro_banner img {
	vertical-align:middle;
	max-width:100%;
	max-height:100%;
}
.gray {
	width:100%;
	height:10px;
	border:1px solid #ddd;
	border-right:0;
	border-left:0;
	background:#f9f9f9
}
.pro_name {
	padding:6px 10px;
}
.pro_name .price {
	line-height:44px;
}
.pro_name .price b {
	font-size:22px;
	color:#000000;
	font-weight:normal;
}
.pro_name .price span {
	margin-left:10px;
	color:#888;
}
.pro_name h1 {
	padding:0;
	margin:0;
	font-size:15px;
	color:#555;
	line-height:24px;
	margin-bottom:10px;
}
.pro_name p {
	line-height:24px;
}
.pro_name p span {
	float:left;
	width:33.3%;
	color:#999;
	font-size:14px;
}
.pro_activity {
	padding:6px 10px;
	line-height:24px;
	color:#888;
}
.pro_title {
	height:34px;
	line-height:34px;
	color:#94c056;
	font-size:15px;
	border-left:4px solid #94c056;
	padding-left:6px;

	margin-bottom:8px;
}

.pro_cont_list img{ max-width:100%;}
.pro_title a {
	color:#888;
	font-size:18px;
	font-family:"SimSun";
	padding-right:10px;
}


.pro_list{}
.pro_bottom {
	position:fixed;
	bottom:0;
	width:100%;

	background:#fff;
	z-index:1000;
	padding-bottom:20px;
	padding-top:10px;
	padding-left:0px;
	margin-left:0px;
	overflow:hidden; 
	clear:both;
}
.pro_bottom .kf {
	width:20%;
	text-align:center;
	float:left;
}
.pro_bottom .kf img {
	height:18px;
}


.pro_bottom .pro_shop {
	position:absolute;
	right:5%;
	width:20%;
	background: #94c056;
	border-bottom-right-radius: 20px;
	border-top-right-radius:20px;
	height:3.8rem;
	top:6px;
	text-align:center;
	line-height:3.8rem;
	color:#fff;
	font-size:1.4rem;
	
}
.pro_bottom .pro_cart {
	position:absolute;
	right:2%;
	width:50%;
	background: #D50000;
	border-radius: 20px;
	border-radius:20px;
	height:3.8rem;
	top:6px;
	text-align:center;
	line-height:3.8rem;
	color:#fff;
	font-size:1.6rem;

}
.page_pro {
	height:3.4rem;
	background: #46cab5;
	line-height:3.4rem;
	box-shadow:0 0 0.6rem rgba(0,0,0,.3);
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index:10000;
	padding:0 8px;
}
.page_pro>a {
	width:10%;
}
.page_pro span.fl {
	width:80%;
	text-align:center;
}
.page_pro span.fl a {
	color:#fff;
	padding:2px 10px 3px;
}
.page_pro span.fl a.on {
	background:#fff;
	color:#000000;
	border-radius:20px;
}
#pro_del {
	position:fixed;
	top:3.5rem;
	left:0;
	width:100%;
	height:100%;
	overflow-y:auto;
}
#pro1 {
	margin-bottom:15px;
}
#pro_eva {
	margin-bottom:15px;
}
#pro_sale {
	margin-bottom:15px;
}
/*****************购物车弹出框*********************/
	#pro_box,#pro_box1,#pro_box2{
	position:fixed;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.7);
	top:0;
	left:0;
	z-index:1200;
	display:none;
}
#pro_box .cont,#pro_box1 .cont,#pro_box2 .cont {
	position:absolute;
	bottom:0;
	width:100%;
	height:60%;
	background:#fff;
}
/*关闭按钮*/
	#pro_box .close1 img,#pro_box1 .close1 img,#pro_box2 .close1 img {
	text-align:right;
	position:absolute;
	right:0;
	top:0;
}
/*产品信息*/
	.pro_news {
	padding:0 8px 8px;
	border-bottom:1px dashed #ddd;
	display:flex;
	display:-webkit-flex;
	align-items: center;
}
.pro_news .img {
	width:100px;
	border:1px solid #ddd;
}
.pro_news .img img {
	max-width:100%;
}
.pro_news .text {
	width:100%;
	overflow:hidden;
	padding-left:10px;
}
.pro_news .text h1 {
	font-size:15px;
	line-height:24px;
	margin-bottom:10px;
}
.pro_news .text b {
	font-size:18px;
	font-weight:normal;
	color:#000000;
}
/*表单*/
	#pro_box form,#pro_box1 form,#pro_box2 form {
	padding:10px;
	overflow-y:auto;
	position:absolute;
	top:30px;
	left:0;
	width:100%;
	height:100%;
	bottom:50px;
	padding-bottom:80px;
}
#pro_box form p,#pro_box1 form p {
	font-size:15px;
	line-height:30px;
	margin-bottom:5px;
}
#pro_box form .btn-primary,#pro_box1 form .btn-primary {
	border:1px solid #ddd;
	background:#fff;
	color:#555;
	margin-right:8px;
	height:28px;
	line-height:15px;
	box-shadow:0 0 0 #fff;
	border-radius:28px;
	margin-bottom:8px;
	padding-left:20px;
	padding-right:20px;
}
#pro_box form .active ,#pro_box1 form .active {
	background: #c10022;
	color:#fff;
	outline:none;
	border:1px solid #000000;
}
.pro_box_btn input[type="button"],.pro_box_btn1 input[type="button"] {
	width:20px;
	height:20px;
	border:none;
	outline:none;
}
.pro_box_btn input.reduce ,.pro_box_btn1 input.reduce {
	background:url(../images/index22.png) center no-repeat;
	background-size:100%;
}
.pro_box_btn input.add,.pro_box_btn1 input.add {
	background:url(../images/index23.png) center no-repeat;
	background-size:100%;
}
.pro_box_btn span {
	display:inline-block;
	height:20px;
	line-height:20px;
	vertical-align: top;
	width:20px;
	text-align:center;
}
#pro_box form input[type="submit"] ,#pro_box1 form input[type="submit"] {
	background: #94c056;
	height:44px;
	line-height:44px;
	color:#fff;
	font-size:15px;
	outline:none;
	position:fixed;
	left:0;
	bottom:0;
	width:100%;
	border:none;
}
.fixed {
	position:absolute;
	bottom:0;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:hidden;
}



.pagex{ margin:0 auto;}
.pagex ul{}
.pagex ul li{ float:left;line-height:30px; background: #003300; margin:1%; padding:0 2%; }
.pagex ul li a{ color:#FFFFFF;}

.nr{height:100%; padding-bottom:20px;overflow:scroll; padding:1%; text-align:left;}
.nr img{ max-width:100%;}



	