@charset "utf-8";
/* CSS Document */
@media(min-width:1439px){
body,html{margin:0; padding:0;font-family: "Microsoft YaHei","微软雅黑";-webkit-font-smoothing: antialiased;/*抗锯齿效果*/-webkit-tap-highlight-color: transparent; -webkit-overflow-scrolling: touch; overflow-scrolling: touch;overflow: auto;overflow-x: hidden;}
body{max-width: 1920px;margin: 0 auto;}
a,ul,li,ol,p,h1,h2,h3,h4,h5,h6,dl,dt,dd{list-style:none;padding:0;margin:0;text-decoration:none;font-family: "Microsoft YaHei","微软雅黑";color: #333333;font-size: 12px;font-weight: normal;}
* img{display:block;border: none;}
input,select,textarea{padding:0;margin:0;outline:none;font-family: "Microsoft YaHei","微软雅黑";appearance:none;-moz-appearance:none; -webkit-appearance:none;border: none;}
/*p{text-align:justify;text-justify:inter-ideograph;}*/
.clearfix{ clear:both;}
.mob{ display: none;}
.pc{ display: block;}
.fl{ float: left;}
.fr{float:right}
.w2{width: 25%;}
.w7{width: 72.5%;}
.commen{width: 1260px;margin: 0 auto;}
.commen1{width: 1200px;margin: 0 auto;}
.ellipsis{display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
*{box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
}
/* placeholder样式 */
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color: #a6a6a6; 
} 
input:-moz-placeholder, textarea:-moz-placeholder {
color: #a6a6a6; 
} 
input::-moz-placeholder, textarea::-moz-placeholder {
color: #a6a6a6; 
} 
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
color: #a6a6a6; 
}

/*滚动条样式*/
	::-webkit-scrollbar-track-piece{width:8px;background-color:#f0f0f0;border-radius: 5px;}
	::-webkit-scrollbar{width:8px;background-color:#fe0000;border-radius: 5px;}
	::-webkit-scrollbar-thumb{width:8px;background-color:#d90000;border-radius: 5px;}
	::-webkit-scrollbar-thumb:hover{width:8px;background-color:#fe0000;border-radius: 5px;}
	body{background: url(../img/bg.jpg) no-repeat;background-position: center top;padding-top: 310px;}
	/* 导航 */
	.top{width: 100%;z-index: 1000;}
	.nava{float: left;transition: all 0.3s;width: 130px;text-align: center;}
	.nava:first-child{}
	.nava > p{line-height: 46px;}
	.nava > p a{font-size: 16px;color: #fff;display: block;}
	.nav{position: relative;background: #d90000;padding-left: 30px;padding-right: 30px;}
	.nav > h6{line-height: 16px;border-left: 1px solid #ff3434;float: left;height: 16px;margin-top: 15px;margin-left: 23px;margin-right: 24px;}
	.nav .on{background: #fe0000;}
	.nava:hover{background: #FE0000;}
	.navb{background: #f8f8f8;opacity: 0;left: 0; position: absolute;width: 100%;z-index: 2;text-align: center;}
	.navb > h6{display: inline-block;height: 15px;border-left: 1px solid #c6c6c6;margin-top: 3px;position: relative;top:3px;margin-left: 22px;margin-right: 22px;}
	.navba{transition: all 0.3s;display: inline-block;line-height: 40px;}
	.navba a{font-size: 14px;color: #333333;line-height: 30px;transition: all 0.3s;}
	.navba:hover{}
	.navba:hover a{color: #FE0000;}
	.ban{height: 180px;overflow: hidden;position: relative;padding: 30px;background: #fff;}
	.imgbox{position: absolute;margin-left: -600px;left: 50%;width: 1200px;overflow: hidden;height: 120px;}
	.imgbox img{position: absolute;left: 0;top: 0;width: 100%;}
	.boy{display: none;}
	/* 公告 */
	.gg{background: #fff;padding-top: 30px;padding-bottom: 30px;}
	.gga{width: 72.5%;height: 320px;position: relative;}
	.ggb{width: 25%;}
	.gb{position: relative;}
	.gb img{width: 100%;}
	.gb p{position: absolute;bottom: 0;width: 100%; font-size: 16px;line-height: 50px;color: #fff;background: rgba(159,0,0,0.7);letter-spacing: 0.4px;padding-left: 20px;padding-right: 20px;}
	.pagea{position: absolute;right: 35px;bottom: 18px;}
	.pagea li{width: 8px;height: 8px;border-radius: 4px;background: rgba(255,255,255,0.3);display: inline-block;margin-left: 8px;cursor: pointer;}
	.pagea .on{background: rgba(255,255,255,1);}
	/*  */
	.ggc{border-left: 1px solid #c8ced4;border-bottom: 1px solid #c8ced4;border-right: 1px solid #c8ced4;padding-top: 8px;padding-bottom: 11px;}
	.ggtit{height: 36px;background: -webkit-linear-gradient(top,#f10909,#c60000);padding-left: 13px;padding-right: 13px;}
	.ggtit img:first-child{margin-top: 11px;margin-right: 8px;}
	.ggtit h6{font-size: 16px;line-height: 36px;color: #fff;letter-spacing: 0.4px;}
	.ggtit img:nth-child(3){margin-top: 13px;margin-left: 4px;}
	.ggtit p a{font-size: 12px;line-height: 36px;color: #fff;transition: all 0.3s;}
	.ggtit p a:hover{color: #edd8a9;}
	.ggdet{padding-left: 11px;padding-right: 11px;}
	.ggdet img{margin-top: 12px;margin-right: 4px;}
	.ggdet p{font-size: 14px;line-height: 33px;color: #4f4f4f;transition: all 0.3s;width: 80%;}
	.ggdet h6{font-size: 12px;line-height: 33px;color: #4f4f4f;transition: all 0.3s;}
	.ggdet:hover p{color: #F10909;}
	/* 捐款查询 */
	.jk{height: 100px;background: #fff;}
	.jka{background: -webkit-linear-gradient(top,#fff,#fee9e0);border-radius: 4px;border: 1px solid #f4e2dd;width: 72.5%;}
	.jka > p{font-size: 26px;line-height: 88px;color: #d50103;letter-spacing: 1px;text-shadow: 1px 1px 10px #fff;margin-left: 40px;margin-right: 48px;}
	.for1{width: 72.413%;}
	.for2{width: 78.052%;padding-top: 10px;}
	.for2 p{display: inline-block;font-size: 14px;line-height: 30px;color: #373737;margin-right: 4px;}
	.for2 input{display: inline-block;}
	.for2 input[type = text]{width: 395px;height: 30px;line-height: 30px;background: #fff;border: 1px solid #f4e2dd;margin-bottom: 8px;padding-left: 10px;}
	.for2 p:nth-child(3),.for2 p:nth-child(5){letter-spacing: 2.7px;}
	.for2 p:nth-child(5){margin-left: 21px;}
	.for1 input[type = submit]{font-size: 16px;line-height: 38px;color: #fff;height: 38px;border-radius: 5px;background: -webkit-linear-gradient(top,#f10909,#c60000);width: 110px;cursor: pointer;margin-top: 25px;margin-left: 23px;}
	.jkb{width: 25%;}
	.jkb img{width: 100%;}
	/* 捐款账户 */
	.zh{background: #fff;padding-top: 20px;padding-bottom: 30px;}
	.zh .commen1{background: url(../img/h3.jpg) no-repeat;background-size: 100% 100%;height: 100px;padding-left: 14.5%;padding-top: 26px;}
	.zh p{font-size: 14px;line-height: 24px;color: #000000;}
	.zh p{margin-left: 55px;}
	/* 市县动态 */
	.dt{background: #fff;padding-bottom: 7px;}
	.da{width: 72.5%;}
	.db{width: 25%;}
	.dta{width: 48.275%;border-top: 2px solid #d50103;border-left: 1px solid #f4e2dd;border-right: 1px solid #f4e2dd;border-bottom: 1px solid #f4e2dd;}
	.dtb{width: 48.275%;border-top: 2px solid #d50103;border-left: 1px solid #f4e2dd;border-right: 1px solid #f4e2dd;border-bottom: 1px solid #f4e2dd;}
	.dtbt{height: 34px;border-bottom: 1px solid #f4e2dd;background: -webkit-linear-gradient(top,#fffefd,#fee9e0);}
	.dtbt h6{background: #fff; line-height: 33px;border-right: 1px solid #F4E2DD;border-bottom: 1px solid #fff;width: 100px;font-size: 16px;color: #d50103;text-align: center;}
	.dtbt p{}
	.dtbt p a{font-size: 12px;line-height: 33px;color: #4f4f4f;transition: all 0.3s;}
	.dtbt p a:hover{color: #F10909;}
	.dtbt img{margin-top: 11px;margin-right: 17px;margin-left: 4px;}
	.dtdet{background: #fff;padding-left: 12px;padding-right: 18px;padding-top: 8px;padding-bottom: 13px;}
	.dtdeta p{font-size: 14px;line-height: 33px;color: #4f4f4f;transition: all 0.3s;    width: 78%;}
	.dtdeta p span{display: inline-block;width: 2px;height: 2px;background: #F10909;margin-bottom:4px;margin-right: 6px;}
	.dtdeta h6{font-size: 12px;line-height: 33px;color: #999999;}
	.dtdeta:hover p{color: #f10909;}
	.db a{margin-bottom: 12px;display: block;}
	.db a img{width: 100%;}
	/* 弹窗 */
	.zxgxb{position: fixed;width: 100%;height: 100%;background: rgba(0,0,0,0.8);top: 0;left: 0;z-index: 99999999;}
	.zxgxba{position: relative;}
	.zxgxbb{position: absolute;width: 540px;left:calc(50% - 270px);top:150px;background: #fff;border-radius: 25px;padding: 27px 25px 42px 25px;}
	.gxba{position: relative;border-bottom: 1px solid #edebeb;}
	.gxba p{font-size: 26px;font-weight: bold;color: #333333;text-align: center;margin-bottom: 28px;}
	.gxba .z3{position: absolute;right: 0px;top: 0px;cursor: pointer;width: 20px;height: 20px;background: url(../img/z3.png) no-repeat;background-size: cover;}
	.gxbb h6{font-size: 20px;line-height: 36px;color: #000000;text-align: center;letter-spacing: 0.5px;margin-top: 23px;margin-bottom: 30px;}
	.gxbb .z4{display: block; cursor: pointer; width: 340px;margin: 0 auto;text-align: center;background: #d60103;border-radius: 15px;font-size: 20px;line-height: 56px;color: #ffffff;font-weight: bold;}
	
	/* 法规 */
	.fg{background: #fff;padding-bottom: 20px;}
	.fa{width: 72.5%;}
	.fb{width: 25%;}
	.fga{width: 48.275%;}
	.fgb{width: 48.275%;}
	.fga .dtdet,.fgb .dtdet{border-left: 1px solid #f4e2dd;border-right: 1px solid #f4e2dd;border-bottom: 1px solid #f4e2dd;}
	.fgc{width: 100%;margin-bottom: 26px;}
	.fgc:last-child{margin-bottom: 0;}
	.fgc img{width: 100%;}
	/* 友情链接 */
	.lj{background: #fff;}
	.lja{font-size: 16px;line-height: 36px;color: #333333;letter-spacing: 0.5px;padding-bottom: 41px;}
	.lja select{width:21.666%;height: 36px;line-height: 36px;border: 1px solid #c8ced4;padding-left: 46px;cursor: pointer;margin-left: 7.916%;background: url(../img/h9.png) no-repeat;background-position: 80% 15px;}
	/* foot */
	.foot{background: #fff;}
	.foot .commen1{background: #282828;padding-top: 32px;padding-bottom: 41px;border-top: 5px solid #d90000;}
	.fta{text-align: center;}
	.fta p{font-size: 14px;color: #ffffff;letter-spacing: 0.4px;display: inline-block;margin-left: 17px;margin-right: 17px;line-height: 30px;}
	.fta p a{font-size: 14px;color: #ffffff;letter-spacing: 0.4px;transition: all 0.3s;}
	.fta p a:hover{color: #F10909;}
	.ftb{text-align: center;}
	.ftb p{display: inline-block;font-size: 14px;color: #ffffff;letter-spacing: 0.4px;display: inline-block;line-height: 30px;}
	.ftb p a{display: inline-block;font-size: 14px;color: #ffffff;letter-spacing: 0.4px;display: inline-block;line-height: 30px;}
	.ftb p a:hover{color: #F10909;}
	.ftb img{display: inline-block;position: relative;top: 4px;}
	.foot .commen1 > img{margin: 0 auto;margin-top: 9px;}
	/*固定的悬浮窗*/
	.ya{position: fixed;z-index: 9999999;top: 290px;right: 10px;transition: all .3s ease;}
	.ya > p{text-align: right;font-size: 12px;color: #000000;margin-bottom: 6px;cursor: pointer;}
	.yb{background: -webkit-linear-gradient(top,#f10909,#c60000);border-radius: 4px;padding: 6px 7px 8px 7px;}
	.yba{background: #fff;border-radius: 4px;padding: 8px 8px 1px 8px;margin-top: 4px;}
	.yba li{background: #e50000;transition: all 0.3s; border-radius: 4px;text-align: center;height: 30px;width: 110px;margin-bottom: 8px;position: relative;top: 0px;}
	.yba li a{font-size: 14px;color: #ffffff;line-height: 30px;}
	.yb > img{margin: 0 auto;}
	.yb > p{font-size: 12px;color: #ffffff;text-align: center;margin-top: 7px;cursor: pointer;}
	.yba li:hover{top: -2px;}
	/* 底部固定信息 */
	.bot{position: fixed;z-index: 9999999;height: 80px; bottom: 0;left: 0;width: 100%;transition: all 0.3s;background: rgba(194,0,0,0.94);}
	.bot .commen1 > .fl:first-child{position: relative;top: 11px;}
	.bot .commen1 > .fr{margin-top: 15px;cursor: pointer;}
	.bota p{font-size: 14px;line-height: 80px;color: #fff;width: 80%;}
	.bota p span{display: inline-block;width: 2px;height: 2px;background: #fff;margin-bottom: 4px;margin-right: 8px;}
	.bota h6{font-size: 14px;line-height: 80px;color: #fff;}
	.ba{width: 85.5%;margin-left: 22px;}
	.bota{width: 45%;}
	.bota:nth-child(2){margin-left: 10%;}
	/* ======================================================================================================================================== */
	/* 内页开始 */
	/* 公示公告列表页 */
	.gs{background: #fff;padding-top: 31px;}
	.gs .commen1 > .fl{width: 25%;}
	.gs .commen1 > .fr{width: 70.833%;padding-bottom: 42px;}
	.tj{width: 100%;}
	.gsa{width: 100%;overflow: hidden;height: 184px;border-left: 1px solid #ebebeb;border-bottom: 1px solid #ebebeb;border-right: 1px solid #ebebeb;}
	.sj{margin-top: 29px;}
	.sja{width: 100%;position: relative;}
	.sja img{width: 100%;}
	.sja p{width: 100%;position: absolute;left: 0;bottom: 0;font-size: 14px;line-height: 60px;color: #ffffff;background: rgba(159,0,0,0.8) url(../img/h23.png) no-repeat;background-position: 96% 24px;padding-left: 15px;padding-right: 55px;}
	.d{margin-top: 21px;padding-bottom: 30px;}
	.dl{width: 48.666%;margin-bottom: 8px;}
	.dl img{width: 100%;}
	.gtop{border-bottom: 2px solid #eaeaea;}
	.gsbt{border-bottom: 2px solid #e60000;margin-bottom: -2px;}
	.gsbt img{margin-top: 13px;margin-right: 10px;}
	.gsbt p{font-size: 20px;line-height: 48px;color: #111111;font-weight: bold;}
	.pos{font-size: 12px;line-height: 48px;color: #4f4f4f;width: 60%;text-align: right;}
	.pos a{font-size: 12px;line-height: 48px;color: #4f4f4f;transition: all 0.3s;}
	.pos a h1{font-size: 12px;line-height: 48px;color: #4f4f4f;transition: all 0.3s;display: inline-block;transition: all 0.3s;}
	.pos a:hover h1{color: #e60000;}
	.pos a:hover{color: #e60000;}
	.gdet{padding-top: 31px;margin-bottom: 30px;}
	.gdeta{border-bottom: 1px dashed #9a9a9a;margin-bottom: 11px;}
	.gdeta p{font-size: 16px;line-height: 48px;color: #1e1e1e;width: 83%;transition: all 0.3s;}
	.gdeta p span{display: inline-block;width: 4px;height: 4px;background: #E60000;margin-bottom: 4px;margin-right: 19px;}
	.gdeta h6{font-size: 14px;line-height: 48px;color: #727272;}
	.gdeta:hover p{color: #E50000;}
	.pagec{display: table;margin: 0 auto;}
	.pagec p{width: 36px;height: 36px;border-radius: 8px;background: #f6f5f5;display: inline-block;text-align: center;margin-left: 4px;margin-right: 4px;transition: all 0.3s;}
	.pagec p a{font-size: 12px;line-height: 36px;color: #1e1e1e;transition: all 0.3s;display: block;}
	.pagec .a{width: 70px;}
	.pagec .b{background: none;}
	.pagec .on{background: #e60000;}
	.pagec .on a{color: #fff;}
	.pagec p:hover{background: #e60000;}
	.pagec p:hover a{color: #fff;}
	/* 公示公告详情页 */
	.gd{padding-left: 10px;padding-right: 10px;}
	.gd h1{text-align: center;font-size: 20px;line-height: px;color: #1e1e1e;font-weight: bold;letter-spacing: 0.4px;margin-bottom: 15px;}
	.gdt{border-bottom: 1px dashed #888888;padding-top: 30px;padding-bottom: 12px;}
	.gdta{display: table;margin: 0 auto;}
	.gdta p{display: inline-block;font-size: 12;color: #727272;}
	.gdta p:nth-child(2){margin-left: 25px;margin-right: 25px;}
	.gdd p{font-size: 14px;line-height: 20px;color: #333333;}
	
	
	.gdd p a{font-size: 14px;line-height: 20px;color: #333333;}
	.gdd img{margin: 0 auto;max-width: 100%;margin-top: 20px;margin-bottom: 20px;}
	.gdd{border-bottom: 1px dashed #888888;padding-top: 32px;padding-bottom: 36px;}
	.gde{padding-top: 23px;}
	.gde .fl{width: 70%;}
	.gde .fl p{font-size: 14px;line-height: 28px;color: #000000;}
	.gde .fl p a{font-size: 14px;line-height: 28px;color: #282828;transition: all 0.3s;}
	.gde .fr p{width: 80px;height: 36px;border-radius: 5px;background: #f6f5f5;text-align: center;transition: all 0.3s;margin-top: 11px;}
	.gde .fr p a{font-size: 12px;line-height: 36px;color: #1e1e1e;transition: all 0.3s;display: block;}
	.gde .fl p a:hover{color: #E50000;}
	.gde .fr p:hover{background: #E50000;}
	.gde .fr p:hover a{color: #fff;}
	/* 捐款查询 */
	.ca{padding-top: 48px;}
	.ca p{display: inline-block;font-size: 16px;line-height: 40px;color: #000000;}
	.ca h6{display: inline-block;font-size: 16px;line-height: 40px;color: #000000;width: 110px;text-align: center;background: #e6e6e6;}
	.ca input{display: inline-block;}
	/* .ca input[type = text]{} */
	.ca #txtSearchName{display: inline-block;width: 87% ;height: 40px ;padding-left: 15px;font-size: 16px;border: 1px solid #dfe0e1;margin-bottom: 18px;}
	.ca #txtEndTime,.ca #txtStartTime{width: 240px !important;height: 40px !important;margin-left: -4px;position: relative;top: -1px;padding: 4px;border: 1px solid #e6e6e6 !important;}
	.ca h6:nth-child(5){margin-left: 17px;}
	.ca input[type = submit]{width: 100px;height: 40px;line-height: 40px;text-align: center;color: #fff;background: #E50000;border-radius: 5px;cursor: pointer;margin-left: 17px;}
	.cba{border-left: 1px solid #e8ebee;border-right: 1px solid #e8ebee;}
	.cba th{text-align: left;font-weight: normal;font-size: 16px;line-height: 60px;color: #000000;border-bottom: 1px solid #e8ebee;background: #e8ebee;padding-left: 30px;}
	.cba td{border-bottom: 1px solid #e8ebee;font-size: 14px;line-height: 62px;color: #333333;padding-left: 30px;}
	.tr1{}
	.cba{width: 100%;margin-top: 52px;}
	.pa{width: 100%;border-left: 1px solid #e8ebee;border-right: 1px solid #e8ebee;border-bottom: 1px solid #e8ebee;padding-top: 39px;padding-bottom: 50px;}
	/* 市级动态 */
	.fla{margin-bottom: 30px;}
	.fla h6{font-size: 24px;line-height: 50px;color: #ffffff;font-weight: bold;background: #e60000;border-bottom: 2px solid #be0000;padding-left: 30px;}
	.fla > p{background: #f6f5f5 url(../img/h26.png) no-repeat;background-position: 90% 14px;margin-top: 5px;padding-left: 30px;transition: all 0.3s;}
	.fla > p a{font-size: 14px;line-height: 40px ;color: 1e1e1e;display: block;transition: all 0.3s;}
	.fla > .on{background: #e60000 url(../img/h25.png) no-repeat;background-position: 90% 14px;}
	.fla > .on a{color: #fff;}
	.fla > p:hover{background: #e60000 url(../img/h25.png) no-repeat;background-position: 90% 14px;}
	.fla > p:hover a{color: #fff;}
	/* 提交信息 */
	.xx{padding-top: 40px;}
	.xxa{width: 97.647%;margin: 0 auto;margin-bottom: 20px;border: 1px solid #f1f1f1;}
	.xxaa{padding-bottom: 35px;}
	.xxaa > h6{margin-bottom: 20px;}
	.xxaa > p{padding-left: 26px;}
	.xxaa > h5{padding-left: 29px;margin-top: 27px;margin-bottom: 34px;}
	.xxab{padding-left: ;padding-right: ;padding-bottom: 39px;}
	.xxab > h6{margin-bottom: 30px;}
	.xxac{padding-bottom: 39px;}
	.xxa > h6{font-size: 16px;line-height: 40px;color: #333333;background: #f1f1f1;padding-left: 27px;}
	.xxa > p{font-size: 14px;line-height: 20px;color: #333333;}
	.xxa > p span{color: #e60000;}
	.xxa > h5{font-size: 14px;line-height: 20px;color: #8f8f8f;}
	.xxb > span input{width: 16px;height: 16px;border: 1px solid #c7c7c7;margin-left: 35px;cursor: pointer; border-radius: 50%;display: inline-block;margin-right: 11px;}
	.xxb > span label{display: inline-block;position: relative;top: -3px;margin-right: 35px;}
	.xxb{margin-top: 19px;}
	.xxb > span input:checked{background: url(../img/h27.png) no-repeat;background-position: center;}
	.xxc{margin-bottom: 10px;}
	.xxc p{font-size: 14px;line-height: 40px;color: #000000;width: 100px;text-align: right;}
	.xxc p span{color: #e60000;}
	.xxc input[type = text]{}
	.xxc input[type = radio]{width: 16px;height: 16px;border: 1px solid #c7c7c7;margin-left: 35px;cursor: pointer; border-radius: 50%;display: inline-block;margin-right: 11px;margin-top: 11px;}
	.xxc input[type = radio]:checked{background: url(../img/h27.png) no-repeat;background-position: center;}
	#rblQZ_Sex label,#rblZM_Sex label{font-size: 14px;color: #000000;position: relative;top: -3px;}
	
	.xxc h6{font-size: 14px;line-height: 40px;color: #000000;}
	.inp{width: 250px;height: 40px;border: 1px solid #dfe0e1;padding-left: 15px;}
	.bac{background: url(../img/h9.png) no-repeat;background-position: 94% 15px;}
	.xxd textarea{width: 620px;height: 40px;padding-left: 15px;border: 1px solid #dfe0e1;}
	.xxd p{font-size: 14px;line-height: 40px;color: #000000;width: 100px;text-align: right;}
	.xxc{margin-left: 20px;}
	.xxd{margin-left: 20px;}
	.xxac > p{font-size: 14;color: #333333;padding-left: 25px;margin-bottom: 30px;margin-top: 30px;}
	.xx input[type = submit]{cursor: pointer;transition: all 0.3s; width: 220px;height: 40px;border-radius: 5px;border: 1px solid #dfe0e1;text-align: center;line-height: 38px;background: #fff;font-size: 16px;color: #545454;margin: 0 auto;display: block;}
	.xx input[type = submit]:hover{color: #fff;background-color: #E60000;border: 1px solid #E60000;}
	/* 提交信息2 */
	
	
	
	/* 网上祭奠 */
	.jds{padding-left: 33px;padding-top: 48px;}
	.jds p{font-size: 16px;line-height: 40px;color: #000000;display: inline-block;}
	.jds input[type = text]{width: 240px;height: 40px;border: 1px solid #dfe0e1;padding-left: 15px;font-size: 16px;display: inline-block;}
	.jds input[type = submit]{display: inline-blok;width: 100px;height: 40px;line-height: 40px;text-align: center;background: #d90000;border-radius: 5px;font-size: 16px;color: #fff;cursor: pointer;margin-left: 17px;}
	.jds p:nth-child(3){margin-left: 25px;}
	.jda{margin-top: 49px;}
	.jdb{width: 23.53%;margin-bottom: 49px;}
	.jdba{border: 3px solid #eaeaea;padding: 12px 12px 11px 12px;background: #eaeaea;transition: all 0.3s;}
	.jdba img{width: 100%;}
	.jdba p{text-align: center;font-size: 16px;color: #333333;margin-top: 10px;}
	.jdb:hover .jdba{border: 3px solid #bfbfbf;}
	.jdb a > p{background: url(../img/h30.png) no-repeat;background-position: left 0px;font-size: 14px;color: #7f7f7f;padding-left: 20px;margin-top: 16px;}
	.jdb a > h6{font-size: 12px;color: #989898; margin-top: 18px;}
	.jdb:nth-child(3n - 2){margin-left: 3.529%;}
	.jdb:nth-child(3n - 1){margin-left: 11.176%;margin-right: 11.176%;}
	.jdb:nth-child(3n){margin-right: 3.529%}
	/* 网上祭奠详情 */
	.j{background: #fff;padding-top: 34px;}
	#gray .nav{background: #9d9d9f;}
	#gray .nav > h6{    border-left: 1px solid #cfcfcf;}
	#gray .nava:hover{background: #868686;}
	#graya .commen1{border-top: 5px solid #414141;}
	.jaa > h5{font-size: 18px;color: #333333;margin-top: 9px;}
	.jab{margin-top: 6px;}
	.jab p{font-size: 14px;line-height: 43px;color: #333333;width: 33.333%;}
	.ja{padding: 20px;background: #f7f7f7;}
	.ja > img{width: 16.724%;}
	.jaa{width: 78.879%;}
	.jac{margin-top: 14px;}
	.jac h6{width: 5.464%;font-size: 14px;color: #686868;}
	.jac p{width: 94.536%;font-size: 14px;line-height: 20px;color: #686868;}
	.jb{padding-top: 42px;}
	.jb > p{font-size: 20px;font-weight: bold;color: #000000;margin-bottom: 17px;}
	.jb > p span{color: #24446e;}
	.jbb{width: 100%;margin-bottom: 7px;}
	.jba{border: 1px solid #dfe0e1;padding: 37px 33px 0px 32px;}
	.jbc{width: 19.4%;margin-right: 5.39%;}
	.jbc img{width: 100%;}
	/* .jbc input{width: 18px;height: 18px;border-radius: 50%;border: 1px solid #dcdcdc;cursor: pointer;margin-top: 13px;}
	.jbc input:checked{background: url(../img/h27.png) no-repeat;background-position: center;} */
	
	/* .jbc input{width: 18px;height: 18px;border-radius: 50%;border: 1px solid #dcdcdc;cursor: pointer;margin-top: 13px;} */
	/* .jbc input:checked{background: url(../img/h27.png) no-repeat;background-position: center;} */
	.jba > span{display: block;margin-bottom: 20px;}
	.jba > span input{display: inline-block;margin-right: calc(25% - 24px);width: 18px;height: 18px;border-radius: 50%;border: 1px solid #dcdcdc;cursor: pointer;}
	.jba > span input:checked{background: url(../img/h27.png) no-repeat;background-position: center;}
	.jba > span label{display: none;}
	
	
	
	.jbd{margin-bottom: 20px;}
	.jbd p{width: 7.226%;text-align: right;font-size: 16px;color: #000000;line-height: 40px;}
	.jbd input[type = text]{width: 340px;height: 40px;border: 1px solid #dcdcdc;padding-left: 10px;}
	.jbd textarea{width: 92.68%;border: 1px solid #dcdcdc;height: 180px;padding-left: 10px;padding-top: 10px;}
	.jbd a{position: absolute;right: 0px;top: 0px;}
	.jbd a img{border: 1px solid #dcdcdc;height: 40px;}
	.jbda{position: relative;}
	.jbda > img{position: absolute;right: 0px;top: 0px;border: 1px solid #dcdcdc; height: 40px;}
	.jbd:nth-child(4) input{height: 50px;}
	.jbd:nth-child(4) p{line-height: 50px;}
	.jdbe{}
	.jdbe input:first-child{width: 170px;height: 50px;line-height: 50px;text-align: center;font-size: 16px;margin-left: 16px;color: #fff;background: #405e87;cursor: pointer;}
	.jdbe input:nth-child(2){width: 170px;height: 50px;line-height: 50px;text-align: center;font-size: 16px;color: #7a7a7a;background: #e0e0e0;cursor: pointer;}
	.jc{padding-bottom: 29px;padding-top: 35px;}
	.jca{}
	.jcaa{border: 1px solid #dfe0e1;margin-bottom: 10px;}
	.jcab{border-bottom: 1px solid #dfe0e1;background: #f7f7f7;padding-right: 34px;padding-left: 33px;}
	.jcab p{font-size: 16px;line-height: 58px;color: #000000;}
	.jcab h6{font-size: 14px;line-height: 58px;color: #1c4e93;margin-left: 37px;}
	.jcab h5{font-size: 14px;line-height: 58px;color: #b0b0b0;}
	.jc > p{font-size: 20px;font-weight: bold;color: #000000;margin-bottom: 17px;}
	.jc > p span{color: #24446e;}
	.jcaa > p{font-size: 14px;line-height: 22px;color: #333333;padding: 30px 33px 39px 33px;letter-spacing: 0.1px;}
	
	/* 本会简介 */
	.bhjj{width: 100%;padding-top: 38px;}
	.bhjj img{width: 100%;}
	.bha:first-child{margin-bottom: 84px;}
	.bha:nth-child(2){margin-bottom: 55px;}
	.bha h6{font-size: 20px;font-weight: bold;color: #d90000;padding-left: 8px;width: 14.941%;}
	.bha p{font-size: 16px;line-height: 28px;color: #1e1e1e;}
	.bha p span{display: block;font-size: 14px;line-height: 24px;color: #1e1e1e;margin-top: 10px;}
	/* 主要职责 */
	.zyzz{padding-top: 36px;}
	.zyzz h6{font-size: 16px;color: #1e1e1e;margin-bottom: 27px;}
	.zyzz p{font-size: 14px;line-height: 24px;color: #1e1e1e;margin-bottom: 24px;}
	/* 机构组织 */
	.jgbt{background: -webkit-linear-gradient(top,#fff5f5,#ffffff);}
	.jgbt p{text-align: center;line-height: 40px;font-size: 20px;color: #333333;}
	.jgbt p span{display: inline-block;width: 6px;height: 6px;background: #d5d5d5;margin-bottom: 4px;margin-left: 16px;margin-right: 16px;}
	.jgzz img{margin: 0 auto;}
	.jgzz img:nth-child(2){margin-top: 36px;}
	.jgzz img:nth-child(3){margin-top: 42px;}
	.jgdet{border: 1px solid #e6e6e6;padding-top: 27px;padding-bottom: 44px;margin-top: 58px;}
	.jgdet > p{font-size: 16px;color: #1e1e1e;padding-left: 23px;}
	.jgdet > .fl{width: 47.647%;padding-top: 25px;padding-left: 24px;border-right: 1px solid #eeeeee;}
	.jgdet > .fr{width: 52.353%;padding-left: 35px;}
	.jgda{margin-bottom: 20px;}
	.jgda p{width: 60px;line-height: 20px;font-size: 14px;color: #fff;text-align: center;border-radius: 3px;margin-right: 11px;}
	.jgda h6{font-size: 14px;color: #1e1e1e;}
	.jgda:first-child p{background: #d90000;}
	.jgda:nth-child(2) p{background: #fea900;}
	.jgda:nth-child(3) p{background: #f6f5f5;font-size:12px ;color: #1e1e1e;}
	.jge{}
	.jge p{font-size: 14px;line-height: 32px;color: #1e1e1e;}
	.jge h6{font-size: 14px;line-height: 32px;color: #1e1e1e;padding-right: 48px;}
	.jgdet > .fr > p{font-size: 14px;color: #1e1e1e;margin-top: 9px;}
	/* 历史沿革 */
	.lsyg{padding-top: 43px;}
	.yga{margin-bottom: 42px;}
	.yga p{font-size: 18px;color: #e60000;width: 13.529%;font-weight: bold;}
	.yga h6{font-size: 14px;line-height: 24px;color: #1e1e1e;width: 86.471%;}
	.yga h6 span{display: inline-block;width: 170px;margin-top: 15px; height: 40px;border: 1px solid #ebebeb;text-align: center;line-height: 40px;margin-right: 20px;}
	.lsyg img{margin-top: 50px;width: 100%;}
	/* 大事件 */
	.dsj{padding-top: 37px;}
	.dsj img{width: 100%;}
	.ds{padding-top: 39px;}
	.dsja{margin-bottom: 25px;}
	.dsja p{width: 9.764%;text-align: right;font-size: 18px;color: #1e1e1e;}
	.dsja h6{border-bottom: 1px solid #d0d0d0;width: 20px;margin-top: 13px;margin-left: 26px;margin-right: 26px;}
	.dsja h5{width: 77.882%;font-size: 14px;line-height: 20px;color: #1e1e1e;margin-top: 3px;}
	
	/* 在线捐款 */
	.zx{padding-top: 39px;}
	.zxa{margin-bottom: 10px;}
	.zxa > p{font-size: 14px;line-height: 40px;color: #000000;width: 27%;text-align: right;}
	.zxa > p span{color: #e60000;}
	.zxa select{background: url(../img/h9.png) no-repeat;background-position: 97% 15px;}
	.inpa{width: 51.764%;height: 40px;border: 1px solid #dfe0e1;padding-left: 15px;}
	.zxb input{width: 16px;height: 16px;border-radius: 50%;border: 1px solid #c6c6c6;margin-top: 12px;}
	.zxb input:checked{background: url(../img/h27.png) no-repeat;background-position: center;}
	.zxb h6{font-size: 14px;line-height: 40px;color: #1c252c;margin-right: 38px;}
	.zxb img{margin-top: 10px;margin-left: 10px;margin-right: 10px;}
	.zxc{width: 51.764%;position: relative;}
	.zxc input{width: 100%;height: 40px;border: 1px solid #dfe0e1;padding-left: 15px;}
	.zxa textarea{width: 51.764%;height: 180px;border: 1px solid #dfe0e1;padding-left: 15px;}
	.zxc > img{border: 1px solid #dfe0e1;position: absolute;height: 40px;top: 0px;right: 0px;}
	.zxf{padding-left: 43.882%;padding-top: 16px;}
	.zxf input:nth-child(2){width: 130px;height: 40px;text-align: center;line-height: 40px;border-radius: 5px;font-size: 16px;letter-spacing: 1px;color: #fff;margin-left: 16px; background: -webkit-linear-gradient(top,#f10909,#c60000);}
	.zxf input:first-child{width: 130px;height: 38px;text-align: center;line-height: 38px;border-radius: 5px;font-size: 16px;letter-spacing: 1px;border: 1px solid #dfe0e1;background: #fff;color:#545454 ;}
	/* 在线捐款2 */
	.xxe{padding-top: 40px;}
	.t{font-size: 16px;line-height: 40px;color: #333333;width: 100%;background: #f1f1f1;padding-left: 26px;}
	.xxe .t:nth-child(3){margin-top: 21px;}
	.xxf{border: 1px solid #f1f1f1;padding: 24px 23px 30px 26px;}
	.xxf > h6{font-size: 14px;line-height: 24px;color: #d90000;}
	.xxf > p{font-size: 14px;line-height: 24px;color: #000000;}
	.xxf > p span{color: #d90000;}
	.xxf textarea{float: none; margin-top: 25px; width: 100%;border: 1px solid #dfe0e1;height: 160px;padding: 18px 16px 0px 18px;font-size: 14px;line-height: 20px;color: #333;}
	.xxe .xxf:nth-child(4) p:nth-child(2){margin-top: 9px;}
	.xxe .xxf:nth-child(4) p:nth-child(3){margin-top: 38px;}
	.xxe .xxf:nth-child(4) p:nth-child(6){margin-top: 29px;margin-bottom: 14px;}
	.xxf > img{border: 1px solid #DFE0E1;width: 37.5%;margin-top: 13px;}
	.xxg{position: relative;margin-top: 12px;}
	.xxg > p{width: 100px;font-size: 14px;line-height: 30px;color: #000000;text-align: center;border-radius: 4px;background: #f3f3f3;}
	.xxg input[type = file]{width: 100px;height: 30px;position: absolute;opacity: 0;left: 0;top: 0;}
	.xxg h6{font-size: 14px;line-height: 30px;color: #a5a5a5;margin-left: 12px;width: 160px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
	.xxh{}
	.xxha{}
	.xxha{width: 27.5%;}
	.xxha:nth-child(2){margin-left: 8.75%;margin-right: 8.75%;}
	.xxha img{border: 1px solid #DFE0E1;width: 100%;}
	.xxi{position: relative;margin-top: 12px;}
	.xxi > p{width: 100px;font-size: 14px;line-height: 30px;color: #000000;text-align: center;border-radius: 4px;background: #f3f3f3;}
	.xxi input[type = file]{width: 100px;height: 30px;position: absolute;opacity: 0;left: 0;top: 0;}
	.xxi h6{font-size: 14px;line-height: 30px;color: #a5a5a5;margin-left: 12px;width: 100px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
	.xxj{padding-left: 28px;padding-top: 38px;}
	.xxj input[type = radio]{width: 20px;height: 20px;border: 1px solid #dfe0e1;background: #f3f3f3;border-radius: 4px;margin-right: 14px;}
	.xxj p{font-size: 14px;line-height: 20px;color: #000000;width: 91.75%;}
	.xxj input[type = radio]:checked{background: #D90000;}
	.xxe input[type = submit]{width: 220px;color: #fff;font-size: 16px;margin: 0 auto;margin-top: 16px; display: block; line-height: 40px;border-radius: 4px;background: -webkit-linear-gradient(top,#f10909,#c70000);}
	.wxe{padding-top: 40px;}
	.wxe > p{font-size: 20px;color: #5e5e5e;text-align: center;margin-bottom: 27px;}
	.wxe > img{border: 1px solid #e0e0e0;margin: 0 auto;max-width: 100%;}
	.wxea{display: table;margin: 0 auto;margin-top: 25px;}
	.wxea > img{margin-right: 8px;}
	.wxea > p{font-size: 18px;color: #333333;margin-top: 3px;}
	
	/* 线下捐款 */
	.xa{border-bottom: 1px solid #e0e0e0;}
	.xa > .fl{width: 50%;}
	.xa > .fr{width: 50%;}
	.xa p{font-size: 16px;line-height: 20px;color: #333333;padding-top: 45px;}
	.xa p span{display: inline-block;margin-right: 8px; width: 20px;height: 20px;border-radius: 50%;background: #d90000;line-height: 20px;padding-left: 3px; color: #fff;font-style: italic;font-weight: bold;}
	.xa h6{font-size: 14px;line-height: 32px;color: #333333;padding-left: 30px;margin-top: 8px;margin-bottom: 37px;}
	.xa img{margin: 0 auto;}
	.xa:nth-child(3){border-bottom: none;}
	
	/* 政策公开 */
	.gka{position: relative;}
	.gka p{font-size: 14px;line-height: 40px;color: #1e1e1e;display: block;transition: all 0.3s;background: #f6f5f5;margin-top: 5px;padding-left: 30px;transition: all 0.3s;}
	.gka p a{}
	.gka > img{position: absolute;left: 87%;top: 14px;}
	.gka h4{display: none;}
	.gka .on1{background: #d50103;color: #fff;}
	.gka .on{color: #e60000;}
	.gka .on a{color: #e60000;}
	.gkb{padding-top: 6px;padding-bottom: 5px;}
	.gkb h5{font-size: 12px;line-height: 28px;color: #1e1e1e;padding-left: 32px;}
	.gkb h5 a{font-size: 12px;line-height: 28px;color: #1e1e1e;transition: all 0.3s;}
	.gkb h5:hover a{color: #E60000;}
	/* .gka:hover p{background: #d50103 url(../img/b2.png) no-repeat;background-position: 90% 14px;color: #fff;} */
	.zca{margin-bottom: 36px;}
	.zca p{font-size: 16px;line-height: 24px;color: #1e1e1e;transition: all 0.3s;width: 80%;}
	.zca h6{font-size: 14px;line-height: 24px;color: #727272;}
	.zca:hover p{color: #e60000;}
	.ss{margin-top: 48px;margin-bottom: 36px;}
	.ss input[type = text]{padding-left: 23px; border-top-left-radius: 4px;border-bottom-left-radius: 4px;border: 1px solid #d50103;width: 77.6%;height: 48px;}
	.ss input[type = submit]{cursor: pointer; border-top-right-radius: 4px;border-bottom-right-radius: 4px;border: 1px solid #d50103;background: #d50103 url(../img/h48.png) no-repeat;background-position: 40% 14px;text-align: left;padding-left:95px;font-size: 16px;color: #fff; height: 48px;width: 22.4%;}
	
	/* 下载中心 */
	.xz{padding-top: 30px;}
	.xza{border-bottom: 1px solid #eaeaea;margin-bottom: 11px;}
	.xza p{font-size: 16px;line-height: 48px;color: #1e1e1e;width: 80%; transition: all 0.3s;padding-left: 33px;transition: all 0.3s; background: url(../img/h49.png) no-repeat;background-position: 0 16px;}
	.xza h6{font-size: 14px;line-height: 48px;color: #727272;}
	.xza:hover p{background: url(../img/h50.png) no-repeat;background-position: 0 16px;color: #e60000;}
	/* 留言信箱 */
	.lya{background: #f6f5f5;padding: 20px 30px 34px 30px;margin-top: 30px;}
	.lya p{font-size: 14px;color: #4f4f4f;letter-spacing: 0.5px;margin-bottom: 6px;}
	.lya p span{color: #e60000;}
	.lya input[type = text]{width: 100%;height: 50px;border: 1px solid #ebebeb;padding-left: 18px;}
	.lya textarea{width: 100%;height: 160px;border: 1px solid #ebebeb;padding-left: 18px;padding-top: 13px;}
	.lyb{margin-top: 17px;margin-bottom: 18px;}
	.lyc{width: 31.645%;}
	.lyc:nth-child(2){margin-left: 2.532%;margin-right: 2.532%;}
	.lye{width: 43.037%;position: relative;}
	.lye img{position: absolute;height: 50px;right: 0;top: 0;}
	.lye img{position: absolute;height: 50px;right: 0;top: 0;}
	.lyd{margin-top: 17px;}
	.lyf input:nth-child(2){cursor: pointer;margin-left: 12px;width: 170px;height: 50px;line-height: 50px;text-align: center;font-size: 16px;color: #fff; background: -webkit-linear-gradient(top,#f10909,#c70000);}
	.lyf input:first-child{cursor: pointer; width: 170px;height: 50px;line-height: 50px;text-align: center;font-size: 16px;color: #7a7a7a;background: #e0e0e0;}
	.lyg{margin-top: 50px;}
	.lyga{width: 24%;}
	.lyga:nth-child(4){width: 28%;}
	.lyga img{margin-bottom: 14px;}
	.lyga h6{font-size: 14px;line-height: 24px;color: #909090;}
	.lyga p{font-size: 14px;line-height: 24px;color: #000000;}
	.lyh{height: 220px;margin-top: 10px;}
	.lyh iframe{width: 100%;height: 220px;}
	.yba li{color: #fff !important;}
	
	/* 造血干细胞 */
	.zxgxbc{width: 97.649%;margin: 0 auto;}
	.gxbxa{margin-top: 37px;}
	.gxbxa img{margin-left: 21.5%;}
	.gxbxb{border: 1px solid #f1f1f1;padding: 21px 39px 38px 39px;margin-top: 37px;}
	.gxbxb > p{font-size: 20px;font-weight: bold;color: #000000;border-bottom: 1px solid #f1f1f1;text-align: center;padding-bottom: 21px;margin-bottom: 36px;}
	.gxbxc{margin-bottom: 47px;}
	.gxbxc p{font-size: 16px;color: #333333;font-weight: bold;width: 65px;}
	.gxbxc h6{font-size: 14px;line-height: 17px;color: #666666;letter-spacing: 0.1px;width: calc(100% - 65px);}
	.gxbxd{padding-left: 34px;}
	.gxbxd input{width: 24px;height: 24px;border-radius: 8px;border:1px solid #666666;cursor: pointer;margin-right: 12px;}
	.gxbxd input:checked{background: url(../img/z5.jpg) no-repeat;background-size: cover;border: 1px solid #d60103;}
	.gxbxd p{font-size: 14px;color: #666666;line-height: 24px;}
	.gxby{border: 1px solid #f1f1f1;padding: 21px 39px 20px 39px;margin-top: 40px;}
	.gxby > p{font-size: 20px;font-weight: bold;color: #000000;border-bottom: 1px solid #f1f1f1;text-align: center;padding-bottom: 21px;margin-bottom: 36px;}
	.gxby > h6{font-size: 14px;color: #d50103;margin-bottom: 18px;}
	.gxbya{width: 46.668%;margin-bottom: 16px;}
	.gxbyb{width: 46.668%;padding-top: 25px;margin-bottom: 16px;}
	.gxbya p{font-size: 14px;color: #666666;margin-bottom: 4px;}
	.gxbya p span{color: #d50103;margin-right: 4px;}
	.gxbya input{width: 100%;line-height: 40px;padding-left: 16px;font-size: 14px;border: 1px solid #dfe0e1;color: #333333;}
	.gxbya select{width: 100%;line-height: 40px;padding-left: 16px;font-size: 14px;color: #333333;border: 1px solid #dfe0e1;background: url(../img/z9.png) no-repeat;background-position: 95% center;}
	.gxbyb p{font-size: 14px;color: #666666;line-height: 40px;}
	.gxbyb input{width: 16px;height: 16px;border-radius: 8px;border: 1px solid #c6c6c6;position: relative;top:3px;margin-left: 36px;cursor: pointer;}
	.gxbyb label{font-size: 14px;color: #333333;line-height: 40px;}
	.gxbyb input:checked{background: url(../img/z6.png) no-repeat;background-position: center;}
	.gxbz{border-left: 1px solid #f1f1f1;border-right: 1px solid #f1f1f1;border-bottom: 1px solid #f1f1f1;padding: 31px 39px 20px 39px;}
	.gxbz > p{font-size: 14px;color: #333333;}
	.gxbz > p span{color: #999999;margin-left: 28px;margin-right: 28px;}
	.gxbz > h6{font-size: 14px;color: #d50103;margin-bottom: 15px;}
	.gxbza{border-top: 1px solid #f1f1f1;margin-top: 23px;padding-top: 26px;}
	.gxbza > p{font-size: 16px;font-weight: bold;color: #333333;padding-left: 13px;border-left: 3px solid #d50103;margin-bottom: 13px;}
	.gxbk{border: 1px solid #f1f1f1;padding: 31px 39px 48px 39px;margin-top: 39px;}
	.gxbk > p{font-size: 20px;font-weight: bold;color: #000000;border-bottom: 1px solid #f1f1f1;text-align: center;padding-bottom: 21px;margin-bottom: 36px;}
	.gxbka{}
	.gxbkb{}
	.gxbkb p{font-size: 14px;line-height: 40px;color: #333333;}
	.gxbkc{}
	.gxbkc input{width: 16px;height: 16px;border-radius: 8px;border: 1px solid #c6c6c6;position: relative;top:3px;margin-left: 61px;margin-right: 7px; cursor: pointer;}
	.gxbkc input:first-child:checked{background: url(../img/z7.png) no-repeat;background-position: center;border:none;}
	.gxbkc label{font-size: 14px;line-height: 40px;color: #666666;}
	.gxbkc input:nth-child(3):checked{background: url(../img/z8.png) no-repeat;background-position: center;border:none;}
	.gxbkd{border-top: 1px solid #f1f1f1;border-bottom: 1px solid #f1f1f1;margin-top: 23px;padding-top: 32px;padding-bottom: 7px;}
	.gxbkd > p{font-size: 14px;color: #d50103;margin-bottom: 36px;}
	.gxbke{margin-bottom: 32px;}
	.gxbke h6{font-size: 14px;line-height: 17px;color: #333333;margin-bottom: 11px;}
	.gxbkf{margin-top: 11px;}
	.gxbkf input{width: 16px;height: 16px;border-radius: 8px;border: 1px solid #c6c6c6;position: relative;top:3px;margin-right: 11px; cursor: pointer;}
	.gxbkf label{font-size: 14px;color: #666666;}
	.gxbkf input:nth-child(3){margin-left: 61px;}
	.gxbkf input:first-child{margin-left: 12px;}
	.gxbkf input:first-child:checked{background: url(../img/z7.png) no-repeat;background-position: center;border:none;}
	.gxbkf input:nth-child(3):checked{background: url(../img/z8.png) no-repeat;background-position: center;border:none;}
	
	.gxbkg{}
	.gxbkh{padding-top: 31px;}
	.gxbkh input{width: 24px;height: 24px;border-radius: 8px;border:1px solid #666666;cursor: pointer;margin-right: 15px;}
	.gxbkh input:checked{background: url(../img/z5.jpg) no-repeat;background-size: cover;border: 1px solid #d60103;}
	.gxbkh p{width: calc(100% - 40px);font-size: 14px;line-height: 17px;color: #333333;}
	.gxbki{margin-top: 49px;}
	.cancel{width: 46.668%;font-size: 16px;line-height: 40px;color: #282828;border-radius: 10px;background: #f1f1f1;cursor: pointer;}
	.submit{width: 46.668%;font-size: 16px;line-height: 40px;color: #ffffff;border-radius: 10px;background: #d50103;cursor: pointer;}
	
	
	
	
	
	
	
}

@media screen and (min-width:1000px) and (max-width:1439px){
body,html{margin:0; padding:0;font-family: "Microsoft YaHei","微软雅黑";-webkit-font-smoothing: antialiased;/*抗锯齿效果*/-webkit-tap-highlight-color: transparent; -webkit-overflow-scrolling: touch; overflow-scrolling: touch;overflow: auto;overflow-x: hidden;}
a,ul,li,ol,p,h1,h2,h3,h4,h5,h6,dl,dt,dd{list-style:none;padding:0;margin:0;text-decoration:none;color: #000000;font-size: 12px;font-weight: normal;}
* img{display:block;border: none;}
input,select,textarea{padding:0;margin:0;outline:none;font-family: "微软雅黑";-webkit-appearance: none;border: none;}
.clearfix{ clear:both;}
.mob{ display: none;}
.pc{ display: block;}
.fl{ float: left;}
.fr{float:right}
.commen{width: 96%;margin: 0 auto;max-width: 1260px;}
.commen1{width: 96%;margin: 0 auto;max-width: 1200px;}
.ellipsis{display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
*{box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
}

/* placeholder样式 */
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color: #a6a6a6; 
} 
input:-moz-placeholder, textarea:-moz-placeholder {
color: #a6a6a6; 
} 
input::-moz-placeholder, textarea::-moz-placeholder {
color: #a6a6a6; 
} 
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
color: #a6a6a6; 
}


/*滚动条样式*/
	::-webkit-scrollbar-track-piece{width:8px;background-color:#f0f0f0;border-radius: 5px;}
	::-webkit-scrollbar{width:8px;background-color:#fe0000;border-radius: 5px;}
	::-webkit-scrollbar-thumb{width:8px;background-color:#d90000;border-radius: 5px;}
	::-webkit-scrollbar-thumb:hover{width:8px;background-color:#fe0000;border-radius: 5px;}
	
	body{background: url(../img/bg.jpg) no-repeat;background-position: center top;padding-top: 232px;background-size: 1440px;}
	
	/* 导航 */
	.top{width: 100%;z-index: 1000;}
	.nava{float: left;transition: all 0.3s;width: 87px;text-align: center;}
	.nava:first-child{}
	.nava > p{line-height: 46px;}
	.nava > p a{font-size: 16px;color: #fff;display: block;}
	.nav{position: relative;background: #d90000;padding-left: 30px;padding-right: 30px;}
	.nav > h6{line-height: 16px;border-left: 1px solid #ff3434;float: left;height: 16px;margin-top: 15px;margin-left: 23px;margin-right: 24px;}
	.nav .on{background: #fe0000;}
	.nava:hover{background: #FE0000;}
	.navb{background: #f8f8f8;opacity: 0;left: 0; position: absolute;width: 100%;z-index: 2;text-align: center;}
	.navb > h6{display: inline-block;height: 15px;border-left: 1px solid #c6c6c6;margin-top: 3px;position: relative;top:3px;margin-left: 15px;margin-right: 15px;}
	.navba{transition: all 0.3s;display: inline-block;line-height: 40px;}
	.navba a{font-size: 14px;color: #333333;line-height: 30px;transition: all 0.3s;}
	.navba:hover{}
	.navba:hover a{color: #FE0000;}
	.ban{height: 156px;overflow: hidden;padding-top: 30px;padding-bottom: 30px; background: #fff;}
	.ban .commen1{overflow: hidden;position: relative;}
	.imgbox{position: relative;margin-left: -480px;left: 50%;width: 960px;overflow: hidden;height: 96px;}
	.imgbox img{position: absolute;left: 0;top: 0;width: 100%;}
	.imgboxa{position: relative;margin-left: -480px;left: 50%;width: 960px;overflow: hidden;height: 96px;}
	.imgboxa img{position: absolute;left: 0;top: 0;width: 100%;}
	.boy{display: none;}
	/* 公告 */
	.gg{background: #fff;padding-bottom: 30px;}
	.gga{width: 72.5%;height: 320px;position: relative;}
	.ggb{width: 25%;}
	
	.gb{position: relative;height: 320px;overflow: hidden;}
	.gb img{width: 100%;position: relative;width: 870px;left: 50%;margin-left: -435px;}
	.gb p{position: absolute;bottom: 0;width: 100%; font-size: 16px;line-height: 50px;color: #fff;background: rgba(159,0,0,0.7);letter-spacing: 0.4px;padding-left: 20px;padding-right: 20px;}
	.pagea{position: absolute;right: 35px;bottom: 18px;}
	.pagea li{width: 8px;height: 8px;border-radius: 4px;background: rgba(255,255,255,0.3);display: inline-block;margin-left: 8px;cursor: pointer;}
	.pagea .on{background: rgba(255,255,255,1);}
	/*  */
	.ggc{border-left: 1px solid #c8ced4;border-bottom: 1px solid #c8ced4;border-right: 1px solid #c8ced4;padding-top: 8px;padding-bottom: 11px;}
	.ggtit{height: 36px;background: -webkit-linear-gradient(top,#f10909,#c60000);padding-left: 13px;padding-right: 13px;}
	.ggtit img:first-child{margin-top: 11px;margin-right: 8px;}
	.ggtit h6{font-size: 16px;line-height: 36px;color: #fff;letter-spacing: 0.4px;}
	.ggtit img:nth-child(3){margin-top: 13px;margin-left: 4px;}
	.ggtit p a{font-size: 12px;line-height: 36px;color: #fff;transition: all 0.3s;}
	.ggtit p a:hover{color: #edd8a9;}
	.ggdet{padding-left: 11px;padding-right: 11px;}
	.ggdet img{margin-top: 12px;margin-right: 4px;}
	.ggdet p{font-size: 14px;line-height: 33px;color: #4f4f4f;transition: all 0.3s;width: 76%;}
	.ggdet h6{font-size: 12px;line-height: 33px;color: #4f4f4f;transition: all 0.3s;}
	.ggdet:hover p{color: #F10909;}
	
	/* 捐款查询 */
	.jcDate{width: 87px !important;}
	.jk{height: 100px;background: #fff;}
	.jka{background: -webkit-linear-gradient(top,#fff,#fee9e0);border-radius: 4px;border: 1px solid #f4e2dd;width: 72.5%;}
	.jka > p{font-size: 26px;line-height: 70px;color: #d50103;letter-spacing: 1px;text-shadow: 1px 1px 10px #fff;margin-left: 20px;margin-right: 20px;}
	.for1{width: 75%;}
	.for2{width: 73%;padding-top: 4px;}
	.for2 p{display: inline-block;font-size: 14px;line-height: 30px;color: #373737;margin-right: 4px;}
	.for2 input{display: inline-block;}
	.for2 input[type = text]{width: 273px;height: 30px;line-height: 30px;background: #fff;border: 1px solid #f4e2dd;margin-bottom: 3px;padding-left: 10px;}
	.for2 p:nth-child(3),.for2 p:nth-child(5){letter-spacing: 2.7px;}
	.for2 p:nth-child(5){margin-left: 5px;}
	.for1 input[type = submit]{font-size: 16px;line-height: 38px;color: #fff;height: 38px;border-radius: 5px;background: -webkit-linear-gradient(top,#f10909,#c60000);width: 110px;cursor: pointer;margin-top: 16px;margin-left: 23px;}
	.jkb{width: 25%;}
	.jkb img{width: 100%;}
	/* 捐款账户 */
	.zh{background: #fff;padding-top: 20px;padding-bottom: 30px;}
	.zh .commen1{background: url(../img/h3.jpg) no-repeat;background-size: 100% 100%;height: 100px;padding-left: 16.5%;padding-top: 26px;}
	.zh p{font-size: 14px;line-height: 24px;color: #000000;}
	.zh p{margin-left: 15px;width: 365px;}
	/* 市县动态 */
	.dt{background: #fff;padding-bottom: 7px;}
	.da{width: 72.5%;}
	.db{width: 25%;}
	.dta{width: 48.275%;border-top: 2px solid #d50103;border-left: 1px solid #f4e2dd;border-right: 1px solid #f4e2dd;border-bottom: 1px solid #f4e2dd;}
	.dtb{width: 48.275%;border-top: 2px solid #d50103;border-left: 1px solid #f4e2dd;border-right: 1px solid #f4e2dd;border-bottom: 1px solid #f4e2dd;}
	.dtbt{height: 34px;border-bottom: 1px solid #f4e2dd;background: -webkit-linear-gradient(top,#fffefd,#fee9e0);}
	.dtbt h6{background: #fff; line-height: 33px;border-right: 1px solid #F4E2DD;border-bottom: 1px solid #fff;width: 100px;font-size: 16px;color: #d50103;text-align: center;}
	.dtbt p{}
	.dtbt p a{font-size: 12px;line-height: 33px;color: #4f4f4f;transition: all 0.3s;}
	.dtbt p a:hover{color: #F10909;}
	.dtbt img{margin-top: 11px;margin-right: 17px;margin-left: 4px;}
	.dtdet{background: #fff;padding-left: 12px;padding-right: 18px;padding-top: 8px;padding-bottom: 13px;}
	.dtdeta p{font-size: 14px;line-height: 24px;color: #4f4f4f;transition: all 0.3s;    width: 75%;}
	.dtdeta p span{display: inline-block;width: 2px;height: 2px;background: #F10909;margin-bottom:4px;margin-right: 6px;}
	.dtdeta h6{font-size: 12px;line-height: 24px;color: #999999;}
	.dtdeta:hover p{color: #f10909;}
	.db a {display: block; margin-bottom: 12px;}
	.db a img{width: 100%;}
	/* 弹窗 */
	.zxgxb{position: fixed;width: 100%;height: 100%;background: rgba(0,0,0,0.8);top: 0;left: 0;z-index: 99999999;}
	.zxgxba{position: relative;}
	.zxgxbb{position: absolute;width: 440px;left:calc(50% - 220px);top:100px;background: #fff;border-radius: 25px;padding: 27px 25px 42px 25px;}
	.gxba{position: relative;border-bottom: 1px solid #edebeb;}
	.gxba p{font-size: 26px;font-weight: bold;color: #333333;text-align: center;margin-bottom: 28px;}
	.gxba .z3{position: absolute;right: 0px;top: 0px;cursor: pointer;width: 20px;height: 20px;background: url(../img/z3.png) no-repeat;background-size: cover;}
	.gxbb h6{font-size: 20px;line-height: 36px;color: #000000;text-align: center;letter-spacing: 0.5px;margin-top: 23px;margin-bottom: 30px;}
	.gxbb .z4{display: block; cursor: pointer; width: 340px;margin: 0 auto;text-align: center;background: #d60103;border-radius: 15px;font-size: 20px;line-height: 56px;color: #ffffff;font-weight: bold;}
	
	/* 法规 */
	.fg{background: #fff;padding-bottom: 20px;}
	.fa{width: 72.5%;}
	.fb{width: 25%;}
	.fga{width: 48.275%;}
	.fgb{width: 48.275%;}
	.fga .dtdet,.fgb .dtdet{border-left: 1px solid #f4e2dd;border-right: 1px solid #f4e2dd;border-bottom: 1px solid #f4e2dd;}
	.fgc{width: 100%;margin-bottom: 10px;}
	.fgc img{width: 100%;}
	/* 友情链接 */
	.lj{background: #fff;}
	.lja{font-size: 16px;line-height: 36px;color: #333333;letter-spacing: 0.5px;padding-bottom: 41px;}
	.lja select{width:21.666%;height: 36px;line-height: 36px;border: 1px solid #c8ced4;padding-left: 5px;cursor: pointer;margin-left: 7.916%;background: url(../img/h9.png) no-repeat;background-position: 95% 15px;}
	/* foot */
	.foot{background: #fff;}
	.foot .commen1{background: #282828;padding-top: 32px;padding-bottom: 41px;border-top: 5px solid #d90000;}
	.fta{text-align: center;}
	.fta p{font-size: 14px;color: #ffffff;letter-spacing: 0.4px;display: inline-block;margin-left: 4px;margin-right: 4px;line-height: 30px;}
	.fta p a{font-size: 14px;color: #ffffff;letter-spacing: 0.4px;transition: all 0.3s;}
	.fta p a:hover{color: #F10909;}
	.ftb{text-align: center;}
	.ftb p{display: inline-block;font-size: 14px;color: #ffffff;letter-spacing: 0.4px;display: inline-block;line-height: 30px;}
	.ftb p a{display: inline-block;font-size: 14px;color: #ffffff;letter-spacing: 0.4px;display: inline-block;line-height: 30px;}
	.ftb p a:hover{color: #F10909;}
	.ftb img{display: inline-block;position: relative;top: 4px;}
	.foot .commen1 > img{margin: 0 auto;margin-top: 9px;}
	/*固定的悬浮窗*/
	.ya{position: fixed;z-index: 9999999;top: 130px;right: 10px;transition: all .3s ease;}
	.ya > p{text-align: right;font-size: 12px;color: #000000;margin-bottom: 6px;cursor: pointer;}
	.yb{background: -webkit-linear-gradient(top,#f10909,#c60000);border-radius: 4px;padding: 6px 7px 8px 7px;}
	.yba{background: #fff;border-radius: 4px;padding: 8px 8px 1px 8px;margin-top: 4px;}
	.yba li{background: #e50000;transition: all 0.3s; border-radius: 4px;text-align: center;height: 30px;width: 110px;margin-bottom: 8px;position: relative;top: 0px;}
	.yba li a{font-size: 14px;color: #ffffff;line-height: 30px;}
	.yb > img{margin: 0 auto;}
	.yb > p{font-size: 12px;color: #ffffff;text-align: center;margin-top: 7px;cursor: pointer;}
	.yba li:hover{top: -2px;}
	/* 底部固定信息 */
	.bot{position: fixed;z-index: 9999999;height: 80px; bottom: 0;left: 0;width: 100%;transition: all 0.3s;background: rgba(194,0,0,0.94);}
	.bot .commen1 > .fl:first-child{position: relative;top: 11px;}
	.bot .commen1 > .fr{margin-top: 15px;cursor: pointer;}
	.bota p{font-size: 14px;line-height: 80px;color: #fff;width: 75%;}
	.bota p span{display: inline-block;width: 2px;height: 2px;background: #fff;margin-bottom: 4px;margin-right: 8px;}
	.bota h6{font-size: 14px;line-height: 80px;color: #fff;}
	.ba{width: 88%;margin-left: 22px;}
	.bota{width: 46%;}
	.bota:nth-child(2){margin-left: 8%;}
	
	/* ======================================================================================================================================== */
	/* 内页开始 */
	.gs{background: #fff;padding-top: 31px;}
	.gs .commen1 > .fl{width: 25%;}
	.gs .commen1 > .fr{width: 70.833%;padding-bottom: 42px;}
	.tj{width: 100%;}
	.gsa{width: 100%;overflow: hidden;height: 184px;border-left: 1px solid #ebebeb;border-bottom: 1px solid #ebebeb;border-right: 1px solid #ebebeb;}
	.sj{margin-top: 29px;}
	.sja{width: 100%;position: relative;}
	.sja img{width: 100%;}
	.sja p{width: 100%;position: absolute;left: 0;bottom: 0;font-size: 14px;line-height: 60px;color: #ffffff;background: rgba(159,0,0,0.8) url(../img/h23.png) no-repeat;background-position: 96% 24px;padding-left: 15px;padding-right: 55px;}
	.d{margin-top: 21px;    padding-bottom: 30px;}
	.dl{width: 48.666%;margin-bottom: 8px;}
	.dl img{width: 100%;}
	.gtop{border-bottom: 2px solid #eaeaea;}
	.gsbt{border-bottom: 2px solid #e60000;margin-bottom: -2px;}
	.gsbt img{margin-top: 13px;margin-right: 10px;}
	.gsbt p{font-size: 24px;line-height: 48px;color: #111111;font-weight: bold;}
	.pos{font-size: 12px;line-height: 48px;color: #4f4f4f;width: 60%;text-align: right;}
	.pos a{font-size: 12px;line-height: 48px;color: #4f4f4f;transition: all 0.3s;}
	.pos a h1{font-size: 12px;line-height: 48px;color: #4f4f4f;transition: all 0.3s;display: inline-block;transition: all 0.3s;}
	.pos a:hover h1{color: #e60000;}
	.pos a:hover{color: #e60000;}
	.gdet{padding-top: 31px;margin-bottom: 30px;}
	.gdeta{border-bottom: 1px dashed #9a9a9a;margin-bottom: 11px;}
	.gdeta p{font-size: 16px;line-height: 48px;color: #1e1e1e;width: 83%;transition: all 0.3s;}
	.gdeta p span{display: inline-block;width: 4px;height: 4px;background: #E60000;margin-bottom: 4px;margin-right: 19px;}
	.gdeta h6{font-size: 14px;line-height: 48px;color: #727272;}
	.gdeta:hover p{color: #E50000;}
	.pagec{display: table;margin: 0 auto;}
	.pagec p{width: 36px;height: 36px;border-radius: 8px;background: #f6f5f5;display: inline-block;text-align: center;margin-left: 4px;margin-right: 4px;transition: all 0.3s;}
	.pagec p a{font-size: 12px;line-height: 36px;color: #1e1e1e;transition: all 0.3s;display: block;}
	.pagec .a{width: 70px;}
	.pagec .b{background: none;}
	.pagec .on{background: #e60000;}
	.pagec .on a{color: #fff;}
	.pagec p:hover{background: #e60000;}
	.pagec p:hover a{color: #fff;}
	/* 公示公告详情页 */
	.gd{padding-left: 10px;padding-right: 10px;}
	.gd h1{text-align: center;font-size: 20px;line-height: px;color: #1e1e1e;font-weight: bold;letter-spacing: 0.4px;margin-bottom: 15px;}
	.gdt{border-bottom: 1px dashed #888888;padding-top: 30px;padding-bottom: 12px;}
	.gdta{display: table;margin: 0 auto;}
	.gdta p{display: inline-block;font-size: 12;color: #727272;}
	.gdta p:nth-child(2){margin-left: 25px;margin-right: 25px;}
	.gdd p{font-size: 14px;line-height: 20px;color: #333333;}
	
	
	.gdd img{margin: 0 auto;max-width: 100%;margin-top: 20px;margin-bottom: 20px;}
	.gdd{border-bottom: 1px dashed #888888;padding-top: 32px;padding-bottom: 36px;}
	.gde{padding-top: 23px;}
	.gde .fl{width: 70%;}
	.gde .fl p{font-size: 14px;line-height: 28px;color: #000000;}
	.gde .fl p a{font-size: 14px;line-height: 28px;color: #282828;transition: all 0.3s;}
	.gde .fr p{width: 80px;height: 36px;border-radius: 5px;background: #f6f5f5;text-align: center;transition: all 0.3s;margin-top: 11px;}
	.gde .fr p a{font-size: 12px;line-height: 36px;color: #1e1e1e;transition: all 0.3s;display: block;}
	.gde .fl p a:hover{color: #E50000;}
	.gde .fr p:hover{background: #E50000;}
	.gde .fr p:hover a{color: #fff;}
	/* 捐款查询 */
	.ca{padding-top: 48px;}
	.ca p{display: inline-block;font-size: 16px;line-height: 40px;color: #000000;}
	.ca h6{display: inline-block;font-size: 16px;line-height: 40px;color: #000000;width: 110px;text-align: center;background: #e6e6e6;}
	.ca input{display: inline-block;}
	.ca #txtSearchName{display: inline-block;width: 84%;height: 40px;padding-left: 15px;font-size: 16px;border: 1px solid #dfe0e1;margin-bottom: 18px;}
	.ca #txtStartTime,.ca #txtEndTime{width: 145px !important;position: relative;top:-1px; height: 40px !important;margin-left: -4px;border: 1px solid #e6e6e6 !important;}
	.ca h6:nth-child(5){margin-left: 17px;}
	.ca input[type = submit]{width: 100px;height: 40px;line-height: 40px;text-align: center;color: #fff;background: #E50000;border-radius: 5px;cursor: pointer;margin-left: 17px;}
	.cba{border-left: 1px solid #e8ebee;border-right: 1px solid #e8ebee;}
	.cba th{text-align: left;font-weight: normal;font-size: 16px;line-height: 60px;color: #000000;border-bottom: 1px solid #e8ebee;background: #e8ebee;padding-left: 30px;}
	.cba td{border-bottom: 1px solid #e8ebee;font-size: 14px;line-height: 62px;color: #333333;padding-left: 30px;}
	.tr1{}
	.cba{width: 100%;margin-top: 52px;}
	.pa{width: 100%;border-left: 1px solid #e8ebee;border-right: 1px solid #e8ebee;border-bottom: 1px solid #e8ebee;padding-top: 39px;padding-bottom: 50px;}
	
	/* 市级动态 */
	.fla{margin-bottom: 30px;}
	.fla h6{font-size: 24px;line-height: 50px;color: #ffffff;font-weight: bold;background: #e60000;border-bottom: 2px solid #be0000;padding-left: 30px;}
	.fla > p{background: #f6f5f5 url(../img/h26.png) no-repeat;background-position: 90% 14px;margin-top: 5px;padding-left: 30px;transition: all 0.3s;}
	.fla > p a{font-size: 14px;line-height: 40px ;color: #1e1e1e;display: block;transition: all 0.3s;}
	.fla > .on{background: #e60000 url(../img/h25.png) no-repeat;background-position: 90% 14px;}
	.fla > .on a{color: #fff;}
	.fla > p:hover{background: #e60000 url(../img/h25.png) no-repeat;background-position: 90% 14px;}
	.fla > p:hover a{color: #fff;}
	
	/* 提交信息 */
	.xx{padding-top: 40px;}
	.xxa{width: 97.647%;margin: 0 auto;margin-bottom: 20px;border: 1px solid #f1f1f1;}
	.xxaa{padding-bottom: 35px;}
	.xxaa > h6{margin-bottom: 20px;}
	.xxaa > p{padding-left: 26px;}
	.xxaa > h5{padding-left: 29px;margin-top: 27px;margin-bottom: 34px;}
	.xxab{padding-left: ;padding-right: ;padding-bottom: 39px;}
	.xxab > h6{margin-bottom: 30px;}
	.xxac{padding-bottom: 39px;}
	.xxa > h6{font-size: 16px;line-height: 40px;color: #333333;background: #f1f1f1;padding-left: 27px;}
	.xxa > p{font-size: 14px;line-height: 20px;color: #333333;}
	.xxa > p span{color: #e60000;}
	.xxa > h5{font-size: 14px;line-height: 20px;color: #8f8f8f;}
	.xxb span input{width: 16px;height: 16px;border: 1px solid #c7c7c7;margin-left: 35px;cursor: pointer; border-radius: 50%;display: inline-block;margin-right: 11px;}
	.xxb span label{display: inline-block;position: relative;top: -3px;margin-right: 35px;font-size: 14px;}
	.xxb{margin-top: 19px;}
	.xxb span input:checked{background: url(../img/h27.png) no-repeat;background-position: center;}
	.xxc{margin-bottom: 10px;}
	.xxc p{font-size: 14px;line-height: 40px;color: #000000;width: 100px;text-align: right;}
	.xxc p span{color: #e60000;}
	.xxc input[type = text]{}
	.xxc input[type = radio]{width: 16px;height: 16px;border: 1px solid #c7c7c7;margin-left: 35px;cursor: pointer; border-radius: 50%;display: inline-block;margin-right: 11px;margin-top: 11px;}
	.xxc input[type = radio]:checked{background: url(../img/h27.png) no-repeat;background-position: center;}
	.xxc h6{font-size: 14px;line-height: 40px;color: #000000;}
	.inp{width: 180px;height: 40px;border: 1px solid #dfe0e1;padding-left: 15px;}
	.bac{background: url(../img/h9.png) no-repeat;background-position: 94% 15px;}
	.xxd textarea{width: 480px;height: 40px;padding-left: 15px;border: 1px solid #dfe0e1;}
	.xxd p{font-size: 14px;line-height: 40px;color: #000000;width: 100px;text-align: right;}
	.xxc{margin-left: 20px;}
	.xxd{margin-left: 20px;}
	.xxac > p{font-size: 14;color: #333333;padding-left: 25px;margin-bottom: 30px;margin-top: 30px;}
	.xx input[type = submit]{cursor: pointer;transition: all 0.3s; width: 220px;height: 40px;border-radius: 5px;border: 1px solid #dfe0e1;text-align: center;line-height: 38px;background: #fff;font-size: 16px;color: #545454;margin: 0 auto;display: block;}
	.xx input[type = submit]:hover{color: #fff;background-color: #E60000;border: 1px solid #E60000;}
	
	/* 网上祭奠 */
	.jds{padding-left: 33px;padding-top: 48px;}
	.jds p{font-size: 16px;line-height: 40px;color: #000000;display: inline-block;}
	.jds input[type = text]{width: 157px;height: 40px;border: 1px solid #dfe0e1;padding-left: 15px;font-size: 16px;display: inline-block;}
	.jds input[type = submit]{display: inline-blok;width: 100px;height: 40px;line-height: 40px;text-align: center;background: #d90000;border-radius: 5px;font-size: 16px;color: #fff;cursor: pointer;margin-left: 17px;}
	.jds p:nth-child(3){margin-left: 25px;}
	.jda{margin-top: 49px;}
	.jdb{width: 23.53%;margin-bottom: 49px;}
	.jdba{border: 3px solid #eaeaea;padding: 12px 12px 11px 12px;background: #eaeaea;transition: all 0.3s;}
	.jdba img{width: 100%;}
	.jdba p{text-align: center;font-size: 16px;color: #333333;margin-top: 10px;}
	.jdb:hover .jdba{border: 3px solid #bfbfbf;}
	.jdb a > p{background: url(../img/h30.png) no-repeat;background-position: left 0px;font-size: 14px;color: #7f7f7f;padding-left: 20px;margin-top: 16px;}
	.jdb a > h6{font-size: 12px;color: #989898; margin-top: 18px;}
	.jdb:nth-child(3n - 2){margin-left: 3.529%;}
	.jdb:nth-child(3n - 1){margin-left: 11.176%;margin-right: 11.176%;}
	.jdb:nth-child(3n){margin-right: 3.529%}
	
	/* 网上祭奠详情 */
	.j{background: #fff;padding-top: 34px;}
	#gray .nav{background: #9d9d9f;}
	#gray .nav > h6{    border-left: 1px solid #cfcfcf;}
	#gray .nava:hover{background: #868686;}
	#graya .commen1{border-top: 5px solid #414141;}
	.jaa > h5{font-size: 18px;color: #333333;margin-top: 9px;}
	.jab{margin-top: 6px;}
	.jab p{font-size: 14px;line-height: 43px;color: #333333;width: 33.333%;}
	.ja{padding: 20px;background: #f7f7f7;}
	.ja > img{width: 16.724%;}
	.jaa{width: 78.879%;}
	.jac{margin-top: 14px;}
	.jac h6{width: 5.464%;font-size: 14px;color: #686868;}
	.jac p{width: 94.536%;font-size: 14px;line-height: 20px;color: #686868;}
	.jb{padding-top: 42px;}
	.jb > p{font-size: 20px;font-weight: bold;color: #000000;margin-bottom: 17px;}
	.jb > p span{color: #24446e;}
	.jbb{width: 100%;margin-bottom: 7px;}
	.jba{border: 1px solid #dfe0e1;padding: 37px 33px 0px 32px;}
	.jbc{width: 19.4%;margin-right: 5.39%;}
	.jbc img{width: 100%;}
	
	.jba > span{display: block;margin-bottom: 20px;}
	.jba > span input{display: inline-block;margin-right: calc(25% - 24px);width: 18px;height: 18px;border-radius: 50%;border: 1px solid #dcdcdc;cursor: pointer;}
	.jba > span input:checked{background: url(../img/h27.png) no-repeat;background-position: center;}
	.jba > span label{display: none;}
	
	
	
	.jbd{margin-bottom: 20px;}
	.jbd p{width: 10.226%;text-align: right;font-size: 16px;color: #000000;line-height: 40px;}
	.jbd input[type = text]{width: 340px;height: 40px;border: 1px solid #dcdcdc;}
	.jbd textarea{width: 89.68%;border: 1px solid #dcdcdc;height: 180px;}
	.jbd a{position: absolute;right: 0px;top: 0px;}
	.jbd a img{border: 1px solid #dcdcdc;}
	.jbda{position: relative;}
	.jbda > img{position: absolute;right: 0px;top: 0px;height: 40px; border: 1px solid #dcdcdc;}
	.jbd:nth-child(4) input{height: 50px;}
	.jbd:nth-child(4) p{line-height: 50px;}
	.jdbe{}
	.jdbe input:first-child{width: 170px;height: 50px;line-height: 50px;text-align: center;font-size: 16px;margin-left: 16px;color: #fff;background: #405e87;cursor: pointer;}
	.jdbe input:nth-child(2){width: 170px;height: 50px;line-height: 50px;text-align: center;font-size: 16px;color: #7a7a7a;background: #e0e0e0;cursor: pointer;}
	.jc{padding-bottom: 29px;padding-top: 35px;}
	.jca{}
	.jcaa{border: 1px solid #dfe0e1;margin-bottom: 10px;}
	.jcab{border-bottom: 1px solid #dfe0e1;background: #f7f7f7;padding-right: 34px;padding-left: 33px;}
	.jcab p{font-size: 16px;line-height: 58px;color: #000000;}
	.jcab h6{font-size: 14px;line-height: 58px;color: #1c4e93;margin-left: 37px;}
	.jcab h5{font-size: 14px;line-height: 58px;color: #b0b0b0;}
	.jc > p{font-size: 20px;font-weight: bold;color: #000000;margin-bottom: 17px;}
	.jc > p span{color: #24446e;}
	.jcaa > p{font-size: 14px;line-height: 22px;color: #333333;padding: 30px 33px 39px 33px;letter-spacing: 0.1px;}
	
	/* 本会简介 */
	.bhjj{width: 100%;padding-top: 38px;}
	.bhjj img{width: 100%;}
	.bha:first-child{margin-bottom: 84px;}
	.bha:nth-child(2){margin-bottom: 55px;}
	.bha h6{font-size: 20px;font-weight: bold;color: #d90000;padding-left: 8px;width: 14.941%;}
	.bha p{font-size: 16px;line-height: 28px;color: #1e1e1e;    width: 82%;}
	.bha p span{display: block;font-size: 14px;line-height: 24px;color: #1e1e1e;margin-top: 10px;}
	/* 主要职责 */
	.zyzz{padding-top: 36px;}
	.zyzz h6{font-size: 16px;color: #1e1e1e;margin-bottom: 27px;}
	.zyzz p{font-size: 14px;line-height: 24px;color: #1e1e1e;margin-bottom: 24px;}
	.gka .on a{color: #e60000;}
	/* 机构组织 */
	.jgbt{background: -webkit-linear-gradient(top,#fff5f5,#ffffff);}
	.jgbt p{text-align: center;line-height: 40px;font-size: 20px;color: #333333;}
	.jgbt p span{display: inline-block;width: 6px;height: 6px;background: #d5d5d5;margin-bottom: 4px;margin-left: 16px;margin-right: 16px;}
	.jgzz img{margin: 0 auto;max-width: 100%;}
	.jgzz img:nth-child(2){margin-top: 36px;}
	.jgzz img:nth-child(3){margin-top: 42px;}
	.jgdet{border: 1px solid #e6e6e6;padding-top: 27px;padding-bottom: 44px;margin-top: 58px;}
	.jgdet > p{font-size: 16px;color: #1e1e1e;padding-left: 23px;}
	.jgdet > .fl{width: 47.647%;padding-top: 25px;padding-left: 5px;border-right: 1px solid #eeeeee;}
	.jgdet > .fr{width: 52.353%;padding-left: 5px;}
	.jgda{margin-bottom: 20px;}
	.jgda p{width: 60px;line-height: 20px;font-size: 14px;color: #fff;text-align: center;border-radius: 3px;margin-right: 11px;}
	.jgda h6{font-size: 14px;color: #1e1e1e;}
	.jgda:first-child p{background: #d90000;}
	.jgda:nth-child(2) p{background: #fea900;}
	.jgda:nth-child(3) p{background: #f6f5f5;font-size:12px;color: #1e1e1e;}
	.jge{}
	.jge p{font-size: 14px;line-height: 32px;color: #1e1e1e;}
	.jge h6{font-size: 14px;line-height: 32px;color: #1e1e1e;padding-right: 48px;}
	.jgdet > .fr > p{font-size: 14px;color: #1e1e1e;margin-top: 9px;}
	/* 历史沿革 */
	.lsyg{padding-top: 43px;}
	.yga{margin-bottom: 42px;}
	.yga p{font-size: 18px;color: #e60000;width: 17.529%;font-weight: bold;}
	.yga h6{font-size: 14px;line-height: 24px;color: #1e1e1e;width: 82.471%;}
	.yga h6 span{display: inline-block;width: 170px;margin-top: 15px; height: 40px;border: 1px solid #ebebeb;text-align: center;line-height: 40px;margin-right: 20px;}
	.lsyg img{margin-top: 50px;width: 100%;}
	
	/* 大事件 */
	.dsj{padding-top: 37px;}
	.dsj img{width: 100%;}
	.ds{padding-top: 39px;}
	.dsja{margin-bottom: 25px;}
	.dsja p{width: 9.764%;text-align: right;font-size: 18px;color: #1e1e1e;}
	.dsja h6{border-bottom: 1px solid #d0d0d0;width: 20px;margin-top: 13px;margin-left: 26px;margin-right: 26px;}
	.dsja h5{width: 77.882%;font-size: 14px;line-height: 20px;color: #1e1e1e;margin-top: 3px;}
	
	/* 在线捐款 */
	.zx{padding-top: 39px;}
	.zxa{margin-bottom: 10px;}
	.zxa > p{font-size: 14px;line-height: 40px;color: #000000;width: 27%;text-align: right;}
	.zxa > p span{color: #e60000;}
	.zxa select{background: url(../img/h9.png) no-repeat;background-position: 97% 15px;}
	.inpa{width: 51.764%;height: 40px;border: 1px solid #dfe0e1;padding-left: 15px;}
	.zxb input{width: 16px;height: 16px;border-radius: 50%;border: 1px solid #c6c6c6;margin-top: 12px;}
	.zxb input:checked{background: url(../img/h27.png) no-repeat;background-position: center;}
	.zxb h6{font-size: 14px;line-height: 40px;color: #1c252c;margin-right: 38px;}
	.zxb img{margin-top: 10px;margin-left: 10px;margin-right: 10px;}
	.zxc{width: 51.764%;position: relative;}
	.zxc input{width: 100%;height: 40px;border: 1px solid #dfe0e1;padding-left: 15px;}
	.zxc > img{border: 1px solid #dfe0e1;position: absolute;height: 40px;top: 0px;right: 0px;}
	.zxf{padding-left: 33.4%;padding-top: 16px;}
	.zxf input:nth-child(2){width: 130px;height: 40px;text-align: center;line-height: 40px;border-radius: 5px;font-size: 16px;letter-spacing: 1px;color: #fff;margin-left: 16px; background: -webkit-linear-gradient(top,#f10909,#c60000);}
	.zxf input:first-child{width: 130px;height: 38px;text-align: center;line-height: 38px;border-radius: 5px;font-size: 16px;letter-spacing: 1px;border: 1px solid #dfe0e1;background: #fff;color:#545454 ;}
	.zxa textarea{    width: 51.764%;height: 180px;border: 1px solid #dfe0e1;padding-left: 15px;}
	/* 在线捐款2 */
	
	/* 在线捐款2 */
	.xxe{padding-top: 40px;}
	.t{font-size: 16px;line-height: 40px;color: #333333;width: 100%;background: #f1f1f1;padding-left: 26px;}
	.xxf{border: 1px solid #f1f1f1;padding: 24px 23px 30px 26px;}
	.xxf > h6{font-size: 14px;line-height: 24px;color: #d90000;}
	.xxf > p{font-size: 14px;line-height: 24px;color: #000000;}
	.xxf > p span{color: #d90000;}
	.xxf textarea{margin-top: 25px;float: none; width: 100%;border: 1px solid #dfe0e1;height: 160px;padding: 18px 16px 0px 18px;font-size: 14px;line-height: 20px;color: #333;}
	.xxe .xxf:nth-child(4) p:nth-child(2){margin-top: 9px;}
	.xxe .xxf:nth-child(4) p:nth-child(3){margin-top: 38px;}
	.xxe .xxf:nth-child(4) p:nth-child(6){margin-top: 29px;margin-bottom: 14px;}
	.xxf > img{border: 1px solid #DFE0E1;width: 37.5%;margin-top: 13px;}
	.xxg{position: relative;margin-top: 12px;}
	.xxg > p{width: 100px;font-size: 14px;line-height: 30px;color: #000000;text-align: center;border-radius: 4px;background: #f3f3f3;}
	.xxg input[type = file]{width: 100px;height: 30px;position: absolute;opacity: 0;left: 0;top: 0;}
	.xxg h6{font-size: 14px;line-height: 30px;color: #a5a5a5;margin-left: 12px;width: 160px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
	.xxh{}
	.xxha{}
	.xxha{width: 27.5%;}
	.xxha:nth-child(2){margin-left: 8.75%;margin-right: 8.75%;}
	.xxha img{border: 1px solid #DFE0E1;width: 100%;}
	.xxi{position: relative;margin-top: 12px;}
	.xxi > p{width: 100px;font-size: 14px;line-height: 30px;color: #000000;text-align: center;border-radius: 4px;background: #f3f3f3;}
	.xxi input[type = file]{width: 100px;height: 30px;position: absolute;opacity: 0;left: 0;top: 0;}
	.xxi h6{font-size: 14px;line-height: 30px;color: #a5a5a5;margin-left: 12px;width: 100px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
	.xxj{padding-left: 28px;padding-top: 38px;}
	.xxj input[type = radio]{width: 20px;height: 20px;border: 1px solid #dfe0e1;background: #f3f3f3;border-radius: 4px;margin-right: 14px;}
	.xxj p{font-size: 14px;line-height: 20px;color: #000000;width: 91.75%;}
	.xxj input[type = radio]:checked{background: #D90000;}
	.xxe input[type = submit]{width: 220px;color: #fff;font-size: 16px;margin: 0 auto;margin-top: 16px; display: block; line-height: 40px;border-radius: 4px;background: -webkit-linear-gradient(top,#f10909,#c70000);}
	
	.wxe{padding-top: 40px;}
	.wxe > p{font-size: 20px;color: #5e5e5e;text-align: center;margin-bottom: 27px;}
	.wxe > img{border: 1px solid #e0e0e0;margin: 0 auto;max-width: 100%;}
	.wxea{display: table;margin: 0 auto;margin-top: 25px;}
	.wxea > img{margin-right: 8px;}
	.wxea > p{font-size: 18px;color: #333333;margin-top: 3px;}
	
	/* 线下捐款 */
	.xa{border-bottom: 1px solid #e0e0e0;}
	.xa > .fl{width: 50%;}
	.xa > .fr{width: 50%;}
	.xa p{font-size: 16px;line-height: 20px;color: #333333;padding-top: 45px;}
	.xa p span{display: inline-block;margin-right: 8px; width: 20px;height: 20px;border-radius: 50%;background: #d90000;line-height: 20px;padding-left: 3px; color: #fff;font-style: italic;font-weight: bold;}
	.xa h6{font-size: 14px;line-height: 32px;color: #333333;padding-left: 30px;margin-top: 8px;margin-bottom: 37px;}
	.xa img{margin: 0 auto;}
	.xa:nth-child(3){border-bottom: none;}
	
	/* 政策公开 */
	.gka{position: relative;}
	.gka p{font-size: 14px;line-height: 40px;color: #1e1e1e;display: block;transition: all 0.3s;background: #f6f5f5;margin-top: 5px;padding-left: 30px;transition: all 0.3s;}
	.gka p a{}
	.gka .on1{background: #d50103;color: #fff;}
	.gka > img{position: absolute;left: 87%;top: 14px;}
	.gka .on{color: #e60000;}
	.gkb{padding-top: 6px;padding-bottom: 5px;}
	.gkb h5{font-size: 12px;line-height: 28px;color: #1e1e1e;padding-left: 32px;}
	.gkb h5 a{font-size: 12px;line-height: 28px;color: #1e1e1e;transition: all 0.3s;}
	.gkb h5:hover a{color: #E60000;}
	/* .gka:hover p{background: #d50103;background-position: 90% 14px;color: #fff;} */
	.zca{margin-bottom: 36px;}
	.zca p{font-size: 16px;line-height: 24px;color: #1e1e1e;transition: all 0.3s;width: 80%;}
	.zca h6{font-size: 14px;line-height: 24px;color: #727272;}
	.zca:hover p{color: #e60000;}
	.ss{margin-top: 48px;margin-bottom: 36px;}
	.ss input[type = text]{padding-left: 23px; border-top-left-radius: 4px;border-bottom-left-radius: 4px;border: 1px solid #d50103;width: 77.6%;height: 48px;}
	.ss input[type = submit]{cursor: pointer; border-top-right-radius: 4px;border-bottom-right-radius: 4px;border: 1px solid #d50103;background: #d50103 url(../img/h48.png) no-repeat;background-position: 40% 14px;text-align: left;padding-left:75px;font-size: 16px;color: #fff; height: 48px;width: 22.4%;}
	
	/* 下载中心 */
	.xz{padding-top: 30px;}
	.xza{border-bottom: 1px solid #eaeaea;margin-bottom: 11px;}
	.xza p{font-size: 16px;line-height: 48px;color: #1e1e1e;width: 80%; transition: all 0.3s;padding-left: 33px;transition: all 0.3s; background: url(../img/h49.png) no-repeat;background-position: 0 16px;}
	.xza h6{font-size: 14px;line-height: 48px;color: #727272;}
	.xza:hover p{background: url(../img/h50.png) no-repeat;background-position: 0 16px;color: #e60000;}
	
	/* 留言信箱 */
	.lya{background: #f6f5f5;padding: 20px 30px 34px 30px;margin-top: 30px;}
	.lya p{font-size: 14px;color: #4f4f4f;letter-spacing: 0.5px;margin-bottom: 6px;}
	.lya p span{color: #e60000;}
	.lya input[type = text]{width: 100%;height: 50px;border: 1px solid #ebebeb;padding-left: 18px;}
	.lya textarea{width: 100%;height: 160px;border: 1px solid #ebebeb;padding-left: 18px;padding-top: 13px;}
	.lyb{margin-top: 17px;margin-bottom: 18px;}
	.lyc{width: 31.645%;}
	.lyc:nth-child(2){margin-left: 2.532%;margin-right: 2.532%;}
	.lye{width: 43.037%;position: relative;}
	.lye img{position: absolute;height: 50px;right: 0;top: 0;}
	.lyd{margin-top: 17px;}
	.lyf{}
	.lyf input:nth-child(2){cursor: pointer; width: 150px;height: 50px;line-height: 50px;text-align: center;font-size: 16px;color: #fff; background: -webkit-linear-gradient(top,#f10909,#c70000);}
	.lyf input:first-child{cursor: pointer; width: 150px;height: 50px;line-height: 50px;text-align: center;font-size: 16px;color: #7a7a7a;background: #e0e0e0;}
	.lyg{margin-top: 50px;}
	.lyga{width: 25%;}
	.lyga img{margin-bottom: 14px;}
	.lyga h6{font-size: 14px;line-height: 24px;color: #909090;}
	.lyga p{font-size: 14px;line-height: 24px;color: #000000;}
	.lyh{height: 220px;margin-top: 10px;}
	.lyh iframe{width: 100%;height: 220px;}
	
	.yba li{color: #fff !important;}
	
	/* 造血干细胞 */
	.zxgxbc{width: 97.649%;margin: 0 auto;}
	.gxbxa{margin-top: 37px;}
	.gxbxa img{margin-left: 13.5%;}
	.gxbxb{border: 1px solid #f1f1f1;padding: 20px 15px 20px 15px;margin-top: 37px;}
	.gxbxb > p{font-size: 20px;font-weight: bold;color: #000000;border-bottom: 1px solid #f1f1f1;text-align: center;padding-bottom: 21px;margin-bottom: 36px;}
	.gxbxc{margin-bottom: 47px;}
	.gxbxc p{font-size: 16px;color: #333333;font-weight: bold;width: 65px;}
	.gxbxc h6{font-size: 14px;line-height: 17px;color: #666666;letter-spacing: 0.1px;width: calc(100% - 65px);}
	.gxbxd{padding-left: 34px;}
	.gxbxd input{width: 24px;height: 24px;border-radius: 8px;border:1px solid #666666;cursor: pointer;margin-right: 12px;}
	.gxbxd input:checked{background: url(../img/z5.jpg) no-repeat;background-size: cover;border: 1px solid #d60103;}
	.gxbxd p{font-size: 14px;color: #666666;line-height: 24px;}
	.gxby{border: 1px solid #f1f1f1;padding: 20px 15px 20px 15px;margin-top: 40px;}
	.gxby > p{font-size: 20px;font-weight: bold;color: #000000;border-bottom: 1px solid #f1f1f1;text-align: center;padding-bottom: 21px;margin-bottom: 36px;}
	.gxby > h6{font-size: 14px;color: #d50103;margin-bottom: 18px;}
	.gxbya{width: 46.668%;margin-bottom: 16px;}
	.gxbyb{width: 46.668%;padding-top: 25px;margin-bottom: 16px;}
	.gxbya p{font-size: 14px;color: #666666;margin-bottom: 4px;}
	.gxbya p span{color: #d50103;margin-right: 4px;}
	.gxbya input{width: 100%;line-height: 40px;padding-left: 16px;font-size: 14px;border: 1px solid #dfe0e1;color: #333333;}
	.gxbya select{width: 100%;line-height: 40px;padding-left: 16px;font-size: 14px;color: #333333;border: 1px solid #dfe0e1;background: url(../img/z9.png) no-repeat;background-position: 95% center;}
	.gxbyb p{font-size: 14px;color: #666666;line-height: 40px;}
	.gxbyb input{width: 16px;height: 16px;border-radius: 8px;border: 1px solid #c6c6c6;position: relative;top:3px;margin-left: 6px;cursor: pointer;}
	.gxbyb label{font-size: 14px;color: #333333;line-height: 40px;}
	.gxbyb input:checked{background: url(../img/z6.png) no-repeat;background-position: center;}
	.gxbz{border-left: 1px solid #f1f1f1;border-right: 1px solid #f1f1f1;border-bottom: 1px solid #f1f1f1;padding: 31px 39px 20px 39px;}
	.gxbz > p{font-size: 14px;color: #333333;}
	.gxbz > p span{color: #999999;margin-left: 12px;margin-right: 12px;}
	.gxbz > h6{font-size: 14px;color: #d50103;margin-bottom: 15px;}
	.gxbza{border-top: 1px solid #f1f1f1;margin-top: 23px;padding-top: 26px;}
	.gxbza > p{font-size: 16px;font-weight: bold;color: #333333;padding-left: 13px;border-left: 3px solid #d50103;margin-bottom: 13px;}
	.gxbk{border: 1px solid #f1f1f1;padding: 20px 15px 20px 15px;margin-top: 39px;}
	.gxbk > p{font-size: 20px;font-weight: bold;color: #000000;border-bottom: 1px solid #f1f1f1;text-align: center;padding-bottom: 21px;margin-bottom: 36px;}
	.gxbka{}
	.gxbkb{}
	.gxbkb p{font-size: 14px;line-height: 40px;color: #333333;}
	.gxbkc{}
	.gxbkc input{width: 16px;height: 16px;border-radius: 8px;border: 1px solid #c6c6c6;position: relative;top:3px;margin-left: 61px;margin-right: 7px; cursor: pointer;}
	.gxbkc input:first-child:checked{background: url(../img/z7.png) no-repeat;background-position: center;border:none;}
	.gxbkc label{font-size: 14px;line-height: 40px;color: #666666;}
	.gxbkc input:nth-child(3):checked{background: url(../img/z8.png) no-repeat;background-position: center;border:none;}
	.gxbkd{border-top: 1px solid #f1f1f1;border-bottom: 1px solid #f1f1f1;margin-top: 23px;padding-top: 32px;padding-bottom: 7px;}
	.gxbkd > p{font-size: 14px;color: #d50103;margin-bottom: 36px;}
	.gxbke{margin-bottom: 32px;}
	.gxbke h6{font-size: 14px;line-height: 17px;color: #333333;margin-bottom: 11px;}
	.gxbkf{margin-top: 11px;}
	.gxbkf input{width: 16px;height: 16px;border-radius: 8px;border: 1px solid #c6c6c6;position: relative;top:3px;margin-right: 11px; cursor: pointer;}
	.gxbkf label{font-size: 14px;color: #666666;}
	.gxbkf input:nth-child(3){margin-left: 61px;}
	.gxbkf input:first-child{margin-left: 12px;}
	.gxbkf input:first-child:checked{background: url(../img/z7.png) no-repeat;background-position: center;border:none;}
	.gxbkf input:nth-child(3):checked{background: url(../img/z8.png) no-repeat;background-position: center;border:none;}
	
	.gxbkg{}
	.gxbkh{padding-top: 31px;}
	.gxbkh input{width: 24px;height: 24px;border-radius: 8px;border:1px solid #666666;cursor: pointer;margin-right: 15px;}
	.gxbkh input:checked{background: url(../img/z5.jpg) no-repeat;background-size: cover;border: 1px solid #d60103;}
	.gxbkh p{width: calc(100% - 40px);font-size: 14px;line-height: 17px;color: #333333;}
	.gxbki{margin-top: 49px;}
	.cancel{width: 46.668%;font-size: 16px;line-height: 40px;color: #282828;border-radius: 10px;background: #f1f1f1;cursor: pointer;}
	.submit{width: 46.668%;font-size: 16px;line-height: 40px;color: #ffffff;border-radius: 10px;background: #d50103;cursor: pointer;}
	
	
	
	
		
@media (min-width: 1050px){
	.for2 input[type = text]{width: 290px;}
	.jcDate{width: 96px !important;}
	.nava{width: 94px;}
	.navb > h6{margin-left: 20px;margin-right: 20px;}
	.jka > p{line-height: 72px;}
	.for2{padding-top: 5px;}
	.for1 input[type = submit]{margin-top: 17px;}
	.dtdeta p{line-height: 25px;}
	.dtdeta h6{line-height: 25px;}
	.fgc{margin-bottom: 7px;}
	.jds input[type = text]{width: 175px;}
	.zxf{padding-left: 35.4%;}
	/* #txtStartTime,#txtEndTime{width: 158px !important;} */
	.gxbxa img{margin-left: 14.5%;}
	.gxbz > p span{margin-left: 19px;}
	.db a{margin-bottom: 7px;}
	
}
	
	
	
	
@media (min-width: 1100px){
	.nava{width: 100px;}
	.jcDate{width: 105px !important;}
	.jka > p{line-height: 76px;}
	.for2{padding-top: 6px;}
	.for1 input[type = submit]{margin-top: 20px;}
	.for2 input[type = text]{margin-bottom: 5px;width: 308px;}
	.dtdeta p{line-height: 27px;}
	.dtdeta h6{line-height: 27px;}
	.fgc{margin-bottom: 10px;}
	.inp{width: 220px;}
	.xxd textarea{width: 560px;}
	.jds input[type = text]{width: 190px;}
	.ss input[type = submit]{padding-left: 85px;}
	.zxf{padding-left: 37.4%;}
	/* #txtStartTime,#txtEndTime{width: 171px !important;} */
	.gxbxa img{margin-left: 16.5%;}
	.gxbz > p span{margin-left: 23px;}
	.db a{margin-bottom: 12px;}
	
}

@media (min-width: 1150px){
	.nava{width: 108px;}
	.jcDate{width: 114px !important;}
	.jka > p{line-height: 80px;}
	.for2{padding-top: 8px;}
	.for1 input[type = submit]{margin-top: 22px;}
	.for2 input[type = text]{margin-bottom: 5px;width: 328px;}
	.dtdeta p{line-height: 29px;}
	.dtdeta h6{line-height: 29px;}
	.fgc{margin-bottom: 10px;}
	.jds input[type = text]{width: 205px;}
	.zxf{padding-left: 39.4%;}
	/* #txtStartTime,#txtEndTime{width: 185px !important;} */
	.gxbxa img{margin-left: 18.5%;}
	.gxbz > p span{margin-left: 27px;}
	.db a{margin-bottom: 15px;}
}
	

@media (min-width: 1200px){
	.nava{width: 114px;}
	.for2 input[type = text]{margin-bottom: 5px;width: 346px;}
	.jcDate{width: 123px !important;}
	.jka > p{line-height: 83px;}
	.for2{padding-top: 11px;}
	.for1 input[type = submit]{margin-top: 25px;}
	.dtdeta p{line-height: 30px;}
	.dtdeta h6{line-height: 30px;}
	.fgc{margin-bottom: 10px;}
	.imgbox {position: relative;margin-left: -600px;left: 50%;width: 1200px;overflow: hidden;height: 120px;}
	.imgboxa {position: relative;margin-left: -600px;left: 50%;width: 1200px;overflow: hidden;height: 120px;}
	.ban{height: 180px;}
	.inp{width: 250px;}
	.xxd textarea{width: 620px;}
	.jds input[type = text]{width: 220px;}
	.zxf{padding-left: 41.4%;}
	/* #txtStartTime,#txtEndTime{width: 198px !important;} */
	.gxbxa img{margin-left: 19.5%;}
	.gxbz > p span{margin-left: 35px;}
	.db a{margin-bottom: 12px;}
}

@media (min-width: 1250px){
	.nava{width: 120px;}
	.for2 input[type = text]{margin-bottom: 5px;width: 363px;}
	.jcDate{width: 132px !important;}
	.jka > p{line-height: 83px;}
	.for2{padding-top: 11px;}
	.for1 input[type = submit]{margin-top: 25px;}
	.dtdeta p{line-height: 32px;}
	.dtdeta h6{line-height: 32px;}
	.fgc{margin-bottom: 10px;}
	.ss input[type = submit]{padding-left: 95px;}
	.zxf{padding-left: 43%;}
	/* #txtStartTime,#txtEndTime{width: 213px !important;} */
	.gxbxa img{margin-left: 20.5%;}
	.gxbz > p span{margin-left: 40px;}
	.db a{margin-bottom: 15px;}
	
}
@media (min-width: 1300px){
	.inp{width: 270px;}
	.xxd textarea{width: 660px;}
	.jds input[type = text]{width: 250px;}
	.zxf{padding-left: 44%;}
	/* #txtStartTime,#txtEndTime{width: 227px !important;} */
	.gxbxa img{margin-left: 21.5%;}
	.gxbz > p span{margin-left: 45px;}
	.db a{margin-bottom: 5px;}
	
}
@media (min-width: 1350px){
	
	
	
	
	
}
}

@media(max-width:999px){
body,html{padding:0;background: #fff;font-family:HELVETICANEUELTPRO-THEX, Arial,sans-serif;-webkit-font-smoothing:antialiased;-webkit-text-size-adjust:none;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling: touch;max-width: 750px;margin: 0 auto;}
body{overflow-x: hidden;}
a,ul,li,ol,p,h1,h2,h3,h4,h5,h6,dl,dt,dd{list-style:none;padding:0;margin:0;text-decoration:none;font-weight:normal;}
* img{display:block;border: none;}
input,select,textarea{padding:0;margin:0;font-family: "微软雅黑";-webkit-appearance: none;outline: none;border: none;}
p{text-align:justify;}
.pc{display: none;}
.mob{display: block;}
.ellipsis{display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.clearfix{ clear:both;}
.fl{ float: left;}
.fr{float:right}
.commen{width: 92%;margin: 0 auto;}
.commen1{width: 100%;margin: 0 auto;}
*{box-sizing:border-box;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		-o-box-sizing:border-box;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { 
	color: #666; 
	}
	input:-moz-placeholder, textarea:-moz-placeholder { 
	color: #666; 
	}
	input::-moz-placeholder, textarea::-moz-placeholder { 
	color: #666; 
	}
	input:-ms-input-placeholder, textarea:-ms-input-placeholder { 
	color: #666; 
	}
/*手机nav*/
	.sjdhgd{width: 100%;background-size: 100% 100%;position: fixed;z-index: 10000;top: 0;left: 0;background-color: #fff;}
	.sjdh{margin: 0 auto;width: 100%;padding: 4% 1%;transition: all ease 0.4s;}
	.sjdha{width: 100%;}
	.sjdha_t1{width: 78%;overflow: hidden;margin-left: 4%;float: left;}
	.sjdha_t1 img{width: 100%;}
	.sjdha_t2{width: 32px;position: absolute;right: 5%;top: calc(50% - 14px);}
	.sjdha_t2 img{width: 100%;}
	.topa{position: absolute;right: 3%;top: 50%;margin-top: -13px;}
	.topa_a{margin-left: 7px;position: relative;z-index: 100;cursor: pointer;}
	.topa_a img.t1{width: 26px;height: 26px;transition: all ease 0.3s;}
	.topa_a img.t3{position: absolute;left: 0;top: 0;opacity: 0;transition: all ease 0.3s;width: 26px;height: 26px;}
	.topa_a:hover img.t3{opacity: 1;}
	.topa_a:nth-child(1) img.t3{opacity: 1;}
	.huakuai{position: fixed;top: 0;right: -100%;z-index: 100001;transition: all .4s cubic-bezier(.4,0,0,1);width: 100%;background: rgba(0,0,0,0.5);height: 100%;}
	.sjdhb{width: 79%;background: #fff;overflow-y: scroll;height: 100%;padding-bottom: 25%;float: right;}
	.guanbi{width: 100%;}
	.guanbi img{width: 22px;height: 22px;margin: 5%;float: right;}
	.sjdhb_a{width: 100%;}
	.sjdhb_a h6{line-height: 48px;width: 100%;padding-left: 18px;text-transform: uppercase;}
	.sjdhb_a h6 a{font-size: 1.1rem;color: #222222;}
	.sjdhb_a h6 span{font-size: 0.8rem;display: inline-block;margin-left: 7px;color: #b6b6b6;}
	.sjdhb_ah1 h6{border-left: 3px solid #F10909;background: #f6f6f6;}
	.sjdhb_ah1 h6 a{color: #F10909;}
	.sjdhb_aa{width: 100%;height: 0;overflow: hidden;}
	.sjdhb_ah1 .sjdhb_aa{height: auto;}
	.sjdhb_p{width: 100%;line-height: 28px;padding-left: 37px;text-transform: uppercase;margin: 11px 0;}
	.sjdhb_p a{font-size: 0.95rem;color: #333;}
	.sjdhb_pa a{color: #333;}
	.sjdh{box-shadow: 0 -2px 18px -2px #F10909;}
/**手机底部导航**/
	.dan-xia{width:100%;background-color: #fff;position: fixed;left: 0;bottom: 0;z-index: 1000;background-size: 100% 100%;box-shadow: 0 0 20px -5px #000;}
	.dan-xib{width: 25%;padding: 2% 0 1% 0%;}
	.dan-xid img{width: 30px;height: 30px; margin: 0 auto;}
	.dan-xid p{ color:#000;text-align: center;font-size: 0.85rem;line-height: 22px;margin-top: 5px;}
	.dhgd_d{width: 49px;position: absolute;left: calc(50% - 22px);top: -22px;animation: bounce_a 2s infinite;}
	.dhgd_d img{width: 100%;}	
	
	/* banner */
	.banmob{margin-top: 16.5% !important;position: relative;}
	.banmob img{width: 100%;}
	/* 公告 */
	.gg{background: #fff;padding-bottom: 7%;padding-top: 8%;}
	.gga{width: 100%;position: relative;}
	.ggb{width: 100%;}
	
	.gb{position: relative;overflow: hidden;margin-top: 7%;}
	.gb img{width: 100%;}
	.gb p{position: absolute;bottom: 0;width: 100%; font-size: 0.75rem;line-height: 30px;color: #fff;background: rgba(159,0,0,0.7);letter-spacing: 0.4px;padding-left: 3%;padding-right: 24%;}
	.pagea{position: absolute;right: 10px;bottom: 7px;}
	.pagea li{width: 8px;height: 8px;border-radius: 4px;background: rgba(255,255,255,0.3);display: inline-block;margin-left: 4px;cursor: pointer;}
	.pagea .on{background: rgba(255,255,255,1);}
	/*  */
	.ggc{border-left: 1px solid #c8ced4;border-bottom: 1px solid #c8ced4;border-right: 1px solid #c8ced4;padding-top: 1%;padding-bottom: 1%;}
	.ggtit{height: 30px;background: -webkit-linear-gradient(top,#f10909,#c60000);padding-left: 13px;padding-right: 13px;}
	.ggtit img:first-child{margin-top: 8px;margin-right: 8px;}
	.ggtit h6{font-size: 0.95rem;line-height: 30px;color: #fff;letter-spacing: 0.4px;}
	.ggtit img:nth-child(3){margin-top: 9px;margin-left: 4px;}
	.ggtit p a{font-size: 0.85rem;line-height: 30px;color: #fff;transition: all 0.3s;}
	.ggtit p a:hover{color: #edd8a9;}
	.ggdet{padding-left: 3%;padding-right: 3%;}
	.ggdet img{margin-top: 8px;margin-right: 4px;}
	.ggdet p{font-size: 0.85rem;line-height: 26px;color: #4f4f4f;transition: all 0.3s;width: 76%;}
	.ggdet h6{font-size: 0.85rem;line-height: 26px;color: #4f4f4f;transition: all 0.3s;}
	.ggdet:hover p{color: #F10909;}
	
	/* 捐款查询 */
	.cxa{float: left;width: 55%;margin-bottom: 3%;}
	.cxb{float: right;width: 45%;margin-bottom: 2%;}
	.cxa h6{font-size: 1rem;color: #d50103;text-shadow: 1px 1px 5px #fff;margin-top: 1%;margin-bottom: 3%;}
	.cxa p{display: inline-block;font-size: 0.75rem;line-height: 24px;color: #000;}
	.cxa input{display: inline-block;}
	.cxb p{display: inline-block;font-size: 0.75rem;line-height: 24px;color: #000;}
	.cxb input{display: inline-block;}
	.jk{border: 1px solid #f4e2dd;background: -webkit-linear-gradient(top,#fff,#fee9e0);border-radius: 5px;}
	.jkcx{padding: 4%;}
	.jkcx input[type = text]{border: 1px solid #f4e2dd;line-height: 24px;width: 50%;padding-left: 5px;}
	.jkcx .jcDate{width: calc(100% - 70px);}
	.jkcx input[type = submit]{width: 100%;line-height: 24px;color: #fff;text-align: center;font-size: 0.85rem;background: -webkit-linear-gradient(top,#f10909,#c60000);border-radius: 4px;}
	/* 捐款账户 */
	.zh{background: #fff;padding: 5% 4%;background: url(../img/h17.jpg) no-repeat;background-size: 100% 100%;margin-top: 8%;}
	.zha{margin-bottom: 2%;}
	.zha img{width: 40%;}
	.zha p{width: 90px;margin-top: -2%; height: 32px;background: -webkit-linear-gradient(top,#f10909,#c60000);text-align: center;border-radius: 3px;}
	.zha p a{color: #fff;line-height: 32px;}
	.zh .fl p,.zh .fr p{font-size: 0.85rem;line-height: 24px;}
	/* 市县动态 */
	.dt{background: #fff;margin-top: 10%;}
	.dtd{margin-bottom: 4%;}
	.dte{width: 46%;margin-bottom: 4%;}
	.dte img{width: 100%;}
	
	.da{width: 72.5%;}
	.db{width: 25%;}
	.dta{width: 100%;border-top: 2px solid #d50103;border-left: 1px solid #f4e2dd;border-right: 1px solid #f4e2dd;border-bottom: 1px solid #f4e2dd;}
	.dtbt{height: 34px;border-bottom: 1px solid #f4e2dd;background: -webkit-linear-gradient(top,#fffefd,#fee9e0);}
	.dtbt h6{line-height: 33px; width: 100px;font-size: 16px;border-bottom: 1px solid #F4E2DD;color: #d50103;text-align: center;}
	.dtbt h6:first-child{border-right: 1px solid #F4E2DD;}
	.dtbt .on{background: #fff;border-bottom: 1px solid #fff;}
	.dtbt p{}
	.dtbt p a{font-size: 12px;line-height: 33px;color: #4f4f4f;transition: all 0.3s;}
	.dtbt p a:hover{color: #F10909;}
	.dtbt img{margin-top: 11px;margin-right: 17px;margin-left: 4px;}
	.dtdet{background: #fff;padding-left: 3%;padding-right: 3%;padding-top: 5%;padding-bottom: 5%;}
	.dtdeta p{font-size: 14px;line-height: 28px;color: #4f4f4f;transition: all 0.3s;    width: 75%;}
	.dtdeta p span{display: inline-block;width: 2px;height: 2px;background: #F10909;margin-bottom:4px;margin-right: 6px;}
	.dtdeta h6{font-size: 12px;line-height: 28px;color: #999999;}
	.dtdeta:hover p{color: #f10909;}
	/* 手机banner2 */
	.sw{margin-top: 8%;margin-bottom: 8%;width: 120%;margin-left: -10%;}
	.sjban{margin-top: 10%;}
	.sjban img{width: 100%;}
	/* 法规 */
	.fg{background: #fff;padding-bottom: 10%;}
	.fgc{width: 100%;margin-bottom: 10px;}
	/* 友情链接 */
	.lj{background: #fff;}
	.lja{font-size: 16px;line-height: 32px;color: #333333;letter-spacing: 0.5px;padding-bottom: 8%;text-align: center;}
	.lja select{margin-bottom: 4%; width:100%;height: 32px;line-height: 32px;border: 1px solid #c8ced4;text-align: center;text-align-last: center; cursor: pointer;background: url(../img/h9.png) no-repeat;background-position: 95% 13px;}
	/* foot */
	.foot{background: #282828;width: 100%;border-top: 5px solid #d90000;padding-bottom: 17%;}
	.foot .commen1{background: #282828;padding-top: 32px;padding-bottom: 41px;}
	.fta{text-align: center;}
	.fta p{font-size: 0.8rem;color: #ffffff;letter-spacing: 0.4px;display: inline-block;margin-left: 4px;margin-right: 4px;line-height: 30px;}
	.fta p a{font-size: 0.8rem;color: #ffffff;letter-spacing: 0.4px;transition: all 0.3s;}
	.fta p a:hover{color: #F10909;}
	.ftb{text-align: center;}
	.ftb p{display: inline-block;font-size: 0.8rem;color: #ffffff;letter-spacing: 0.4px;display: inline-block;line-height: 30px;}
	.ftb p a{display: inline-block;font-size: 0.8rem;color: #ffffff;letter-spacing: 0.4px;display: inline-block;line-height: 30px;}
	.ftb p a:hover{color: #F10909;}
	.ftb img{display: inline-block;position: relative;top: 4px;}
	.foot .commen1 > img{margin: 0 auto;margin-top: 9px;}
	.ya,.bot{display: none;}
	.ftc{text-align: center;}
	.ftc p{font-size: 0.8rem;color: #ffffff;text-align: center;line-height: 26px;}
	.ftc p img{display: inline-block;position: relative;top:4px;}
	.ftc p a{font-size: 0.8rem;color: #ffffff;}
	
	/* ======================================================================================================================================== */
	/* 内页开始 */
	.gs{background: #fff;padding-top: 6%;}
	.gs .commen1 > .fl{width: 100%;}
	.d,.sj,.tj{display: none;}
	.gs .commen1 > .fr{width: 100%;padding-bottom: 10%;}
	.tj{width: 100%;}
	.gsa{width: 100%;overflow: hidden;height: 184px;border-left: 1px solid #ebebeb;border-bottom: 1px solid #ebebeb;border-right: 1px solid #ebebeb;}
	.sj{margin-top: 29px;}
	.sja{width: 100%;position: relative;}
	.sja img{width: 100%;}
	.sja p{width: 100%;position: absolute;left: 0;bottom: 0;font-size: 14px;line-height: 60px;color: #ffffff;background: rgba(159,0,0,0.8) url(../img/h23.png) no-repeat;background-position: 96% 24px;padding-left: 15px;padding-right: 55px;}
	.d{margin-top: 21px;}
	.dl{width: 48.666%;margin-bottom: 8px;}
	.dl img{width: 100%;}
	.gtop{border-bottom: 2px solid #eaeaea;}
	.gsbt{border-bottom: 2px solid #e60000;margin-bottom: -2px;}
	.gsbt img{margin-top: 10%;}
	.gsbt p{font-size: 1rem;line-height: 48px;color: #111111;font-weight: bold;margin-left: 5px;}
	.pos{display: none;}
	.gdet{padding-top: 4%;margin-bottom: 6%;}
	.gdeta{border-bottom: 1px dashed #9a9a9a;margin-bottom: 2%;}
	.gdeta p{font-size: 0.85rem;line-height: 32px;color: #1e1e1e;width: 80%;transition: all 0.3s;}
	.gdeta p span{display: inline-block;width: 4px;height: 4px;background: #E60000;margin-bottom: 4px;margin-right: 10px;}
	.gdeta h6{font-size: 0.75rem;line-height: 32px;color: #727272;}
	.gdeta:hover p{color: #E50000;}
	.pagec{display: table;margin: 0 auto;}
	.pagec p{width: 32px;height: 32px;border-radius: 8px;background: #f6f5f5;display: inline-block;text-align: center;margin-left: 4px;margin-right: 4px;transition: all 0.3s;}
	.pagec p a{font-size: 0.8rem;line-height: 32px;color: #1e1e1e;transition: all 0.3s;display: block;}
	.pagec .a{width: 50px;}
	.pagec .b{background: none;}
	.pagec .on{background: #e60000;}
	.pagec .on a{color: #fff;}
	.pagec p:hover{background: #e60000;}
	.pagec p:hover a{color: #fff;}
	/* 公示公告详情页 */
	
	.fla{margin-bottom: 4%;}
	.fla h6{font-size: 1rem;line-height: 40px;color: #ffffff;font-weight: bold;background: #e60000;border-bottom: 2px solid #be0000;padding-left: 5%;}
	.fla > p{background: #f6f5f5 url(../img/h26.png) no-repeat;background-position: 90% 10px;margin-top: 2%;padding-left: 5%;transition: all 0.3s;}
	.fla > p a{font-size: 0.85rem;line-height: 30px ;color: #1e1e1e;display: block;transition: all 0.3s;}
	.fla > .on{background: #e60000 url(../img/h25.png) no-repeat;background-position: 90% 10px;}
	.fla > .on a{color: #fff;}
	.fla > p:hover{background: #e60000 url(../img/h25.png) no-repeat;background-position: 90% 10px;}
	.fla > p:hover a{color: #fff;}
	
	.gka{position: relative;}
	.gka p{font-size: 0.85rem;line-height: 40px;color: #1e1e1e;display: block;transition: all 0.3s;background: #f6f5f5;margin-top: 5px;padding-left: 5%;transition: all 0.3s;}
	.gka p a{}
	.gka .on1{background: #d50103;color: #fff;}
	.gka > img{position: absolute;left: 87%;top: 14px;}
	.gka .on{color: #e60000;}
	.gkb{padding-top: 6px;padding-bottom: 5px;}
	.gkb h5{font-size: 0.75rem;line-height: 28px;color: #1e1e1e;padding-left: 7%;}
	.gkb h5 a{font-size: 0.75rem;line-height: 28px;color: #1e1e1e;transition: all 0.3s;}
	.gkb h5:hover a{color: #E60000;}
	
	
	.gd{}
	.gd h1{text-align: center;font-size: 1rem;line-height: px;color: #1e1e1e;font-weight: bold;letter-spacing: 0.4px;margin-bottom: 4%;}
	.gdt{border-bottom: 1px dashed #888888;padding-top: 6%;padding-bottom: 6%;}
	.gdta{display: table;margin: 0 auto;}
	.gdta p{display: inline-block;font-size: 0.7rem;color: #727272;}
	.gdta p:nth-child(2){margin-left: 10px;margin-right: 10px;}
	.gdd p{font-size: 0.85rem;line-height: 22px;color: #333333;}
	
	
	.gdd img{margin: 0 auto;max-width: 100%;margin-top: 3%;margin-bottom: 3%;}
	.gdd{border-bottom: 1px dashed #888888;padding-top: 4%;padding-bottom: 4%;}
	.gde{padding-top: 4%;}
	.gde .fl{width: 70%;}
	.gde .fl p{font-size: 0.75rem;line-height: 24px;color: #000000;}
	.gde .fl p a{font-size: 0.75rem;line-height: 24px;color: #282828;transition: all 0.3s;}
	.gde .fr p{width: 60px;height: 32px;border-radius: 5px;background: #f6f5f5;text-align: center;transition: all 0.3s;margin-top: 6%;}
	.gde .fr p a{font-size: 12px;line-height: 32px;color: #1e1e1e;transition: all 0.3s;display: block;}
	.gde .fl p a:hover{color: #E50000;}
	.gde .fr p:hover{background: #E50000;}
	.gde .fr p:hover a{color: #fff;}
	/* 捐款查询 */
	.ca{padding-top: 6%;}
	.ca p{display: inline-block;font-size: 0.85rem;line-height: 30px;color: #000000;}
	.ca h6{display: inline-block;font-size: 0.85rem;position: relative;top: -2px; line-height: 30px;color: #000000;width: 60px;text-align: center;background: #e6e6e6;}
	.ca input{display: inline-block;}
	.ca input[type = text]{display: inline-block;width: 68%;height: 30px;padding-left: 15px;font-size: 0.85rem;border: 1px solid #dfe0e1;margin-bottom: 10px;}
	.ca .jcDate{width: 82px !important;height: 30px;margin-left: -4px;border: 1px solid #e6e6e6 !important;position: relative;top:-1px;}
	.ca h6:nth-child(5){margin-left: 17px;}
	.ca input[type = submit]{width: 100px;height: 40px;line-height: 40px;text-align: center;color: #fff;background: #E50000;border-radius: 5px;cursor: pointer;display: block;margin: 0 auto;margin-top: 2%;}
	.cb{width: 100%;overflow: auto;}
	.cba{border-left: 1px solid #e8ebee;border-right: 1px solid #e8ebee;white-space: nowrap;}
	.cba th{text-align: left;font-weight: normal;font-size: 0.85rem;line-height: 30px;color: #000000;border-bottom: 1px solid #e8ebee;background: #e8ebee;padding-left: 5px;}
	.cba td{border-bottom: 1px solid #e8ebee;font-size: 0.75rem;line-height: 26px;color: #333333;padding-left: 5px;padding-right: 5px;}
	.cxb #txtStartTime2,.cxb #txtEndTime2{padding: 0 !important;}
	.tr1{}
	.cba{width: 100%;margin-top: 6%;}
	.pa{width: 100%;border-left: 1px solid #e8ebee;border-right: 1px solid #e8ebee;border-bottom: 1px solid #e8ebee;padding-top: 5%;padding-bottom: 6%;}
	/* 提交信息 */
	.xx{padding-top: 6%;}
	.xxa{width: 100%;margin: 0 auto;margin-bottom: 6%;border: 1px solid #f1f1f1;padding: ;}
	.xxaa{padding-bottom: 6%;}
	.xxaa > h6{margin-bottom: 4%;}
	.xxaa > p{width: 96%;margin: 0 auto;}
	.xxaa > h5{padding-left: ;margin-top: 5%;margin-bottom: 6%;}
	.xxab{padding-left: ;padding-right: ;padding-bottom: 6%;}
	.xxab > h6{margin-bottom: 6%;}
	.xxac{padding-bottom: 6%;}
	.xxa > h6{font-size: 0.95rem;line-height: 40px;color: #333333;background: #f1f1f1;padding-left: 5%;}
	.xxa > p{font-size: 0.85rem;line-height: 20px;color: #333333;}
	.xxa > p span{color: #e60000;}
	.xxa > h5{font-size: 0.75rem;line-height: 20px;color: #8f8f8f;width: 96%;margin: 0 auto;margin-top: 3%;margin-bottom: 3%;}
	.xxb span input{width: 16px;height: 16px;border: 1px solid #c7c7c7;margin-left: 15px;cursor: pointer; border-radius: 50%;display: inline-block;margin-right: 10px;}
	.xxb span label{font-size: 0.85rem; display: inline-block;position: relative;top: -3px;margin-right: 55px;margin-bottom: 10px;}
	.xxb{margin-top: 2%;}
	.xxb input:checked{background: url(../img/h27.png) no-repeat;background-position: center;}
	.xxc{margin-bottom: 2%;}
	.xxc p{font-size: 14px;line-height: 40px;color: #000000;width: 100px;}
	.xxc p span{color: #e60000;}
	.xxc input[type = text]{}
	.xxc input[type = radio]{width: 16px;height: 16px;border: 1px solid #c7c7c7;margin-left: 35px;cursor: pointer; border-radius: 50%;display: inline-block;margin-right: 11px;margin-top: 11px;}
	.xxc input[type = radio]:checked{background: url(../img/h27.png) no-repeat;background-position: center;}
	.xxc label{font-size: 14px;line-height: 40px;color: #000000;position: relative;top: -2px;}
	.inp{width: 180px;height: 40px;border: 1px solid #dfe0e1;padding-left: 15px;}
	.bac{background: url(../img/h9.png) no-repeat;background-position: 94% 15px;}
	.xxd textarea{width: 180px;height: 40px;padding-left: 15px;border: 1px solid #dfe0e1;}
	.xxd p{font-size: 14px;line-height: 40px;color: #000000;width: 100px;}
	.xxc{margin-left: 20px;}
	.xxd{margin-left: 20px;}
	.xxac > p{font-size: 0.85rem;color: #333333;width: 96%;margin: 0 auto;margin-bottom: 4%;margin-top: 5%;}
	.xx input[type = submit]{cursor: pointer;transition: all 0.3s; width: 220px;height: 40px;border-radius: 5px;border: 1px solid #dfe0e1;text-align: center;line-height: 38px;background: #fff;font-size: 0.85rem;color: #545454;margin: 0 auto;display: block;}
	.xx input[type = submit]:hover{color: #fff;background-color: #E60000;border: 1px solid #E60000;}
	/* 网上祭奠 */
	.jds{padding-left: 3%;padding-top: 6%;}
	.jds p{font-size: 0.85rem;line-height: 30px;color: #000000;display: inline-block;}
	.jds input[type = text]{width: 74px;height: 30px;border: 1px solid #dfe0e1;padding-left: 15px;font-size: 0.85rem;display: inline-block;}
	.jds input[type = submit]{display: block; width: 100px;height: 30px;line-height: 30px;text-align: center;background: #d90000;border-radius: 5px;font-size: 16px;color: #fff;cursor: pointer;margin: 0 auto;margin-top: 4%;}
	.jds p:nth-child(3){margin-left: 25px;}
	.jda{margin-top: 6%;}
	.jdb{width: 48%;margin-bottom: 4%;}
	.jdba{border: 3px solid #eaeaea;padding: 6px;background: #eaeaea;transition: all 0.3s;}
	.jdba img{width: 100%;}
	.jdba p{text-align: center;font-size: 16px;color: #333333;margin-top: 10px;}
	.jdb:hover .jdba{border: 3px solid #bfbfbf;}
	.jdb a > p{background: url(../img/h30.png) no-repeat;background-position: left 0px;font-size: 14px;color: #7f7f7f;padding-left: 20px;margin-top: 2%;}
	.jdb a > h6{font-size: 12px;color: #989898; margin-top: 2%;}
	.jdb:nth-child(odd){margin-right: 4%;}
	/* 网上祭奠详情 */
	.j{background: #fff;padding-top: 20%;}
	.jaa > h5{font-size: 0.95rem;color: #333333;margin-top: 4%;}
	.jab{margin-top: 2%;}
	.jab p{font-size: 0.85rem;line-height: 26px;color: #333333;width: 48%;}
	.ja{padding: 4%;}
	.ja > img{width: 35%;margin: 0 auto;float: none;}
	.jaa{width: 100%;}
	.jac{margin-top: 2%;}
	.jac h6{font-size: 0.85rem;color: #686868;}
	.jac p{width: 100%;font-size: 0.85rem;line-height: 20px;color: #686868;}
	.jb{padding-top: 6%;}
	.jb > p{font-size: 0.95rem;font-weight: bold;color: #000000;margin-bottom: 3%;padding-left: 3%;}
	.jb > p span{color: #24446e;}
	.jbb{width: 100%;margin-bottom: 19px;}
	.jba{border: 1px solid #dfe0e1;padding: 5%;}
	.jbc{width: 48%;margin-bottom: 4%;}
	.jbc:nth-child(odd){margin-right: 4%;}
	.jbc img{width: 100%;}
	.jbc input{width: 18px;height: 18px;border-radius: 50%;border: 1px solid #dcdcdc;cursor: pointer;margin-top: 2%;}
	.jbc input:checked{background: url(../img/h27.png) no-repeat;background-position: center;}
	
	.jba > span{display: block;margin-bottom: 20px;}
	.jba > span input{display: inline-block;margin-right: 2%;width: 18px;height: 18px;border-radius: 50%;border: 1px solid #dcdcdc;cursor: pointer;}
	.jba > span input:checked{background: url(../img/h27.png) no-repeat;background-position: center;}
	.jba > span label{font-size: 0.85rem;width: 50px;color: #333;line-height: 18px;margin-right: 20px;}
	
	
	.jbd{margin-bottom: 3%;}
	.jbd p{width: 100%;text-align: left;font-size: 16px;color: #000000;line-height: 30px;}
	.jbd input[type = text]{width: 100%;height: 40px;border: 1px solid #dcdcdc;float: none;padding-left: 10px;}
	.jbd textarea{width: 100%;border: 1px solid #dcdcdc;height: 180px;padding-left: 10px;padding-top: 10px;}
	.jbd a{position: absolute;right: 0px;top: 0px;}
	.jbd a img{border: 1px solid #dcdcdc;}
	
	.jbda{position: relative;width: 100%;margin-bottom: 4%;}
	.jbda > img{position: absolute;height: 40px; right: 0px;top: 0px;border: 1px solid #dcdcdc;}
	.jbd:nth-child(4) input{height: 50px;}
	.jbd:nth-child(4) p{line-height: 30px;}
	.jdbe{float: none;display: table;margin: 0 auto;margin-top: 4%;}
	.jdbe input:first-child{width: 120px;height: 30px;line-height: 30px;text-align: center;font-size: 0.9rem;margin-left: 16px;color: #fff;background: #405e87;cursor: pointer;}
	.jdbe input:nth-child(2){width: 120px;height: 30px;line-height: 30px;text-align: center;font-size: 0.9rem;color: #7a7a7a;background: #e0e0e0;cursor: pointer;}
	.jc{padding-bottom: 29px;padding-top: 35px;}
	.jca{}
	.jcaa{border: 1px solid #dfe0e1;margin-bottom: 10px;}
	.jcab{border-bottom: 1px solid #dfe0e1;background: #f7f7f7;padding-right: 3%;padding-left: 3%;}
	.jcab p{font-size: 16px;line-height: 40px;color: #000000;}
	.jcab h6{font-size: 14px;line-height: 40px;color: #1c4e93;margin-left: 4%;}
	.jcab h5{font-size: 14px;line-height: 40px;color: #b0b0b0;}
	.jc > p{font-size: 20px;font-weight: bold;color: #000000;margin-bottom: 17px;}
	.jc > p span{color: #24446e;}
	.jcaa > p{font-size: 14px;line-height: 22px;color: #333333;padding: 5%;letter-spacing: 0.1px;}
	/* 本会简介 */
	.bhjj{width: 100%;padding-top: 6%;}
	.bhjj img{width: 100%;}
	.bha:first-child{margin-bottom: 5%;}
	.bha:nth-child(2){margin-bottom: 5%;}
	.bha h6{font-size: 0.95rem;font-weight: bold;color: #d90000;padding-left: 8px;float: none;display: block;}
	.bha p{font-size: 0.85rem;line-height: 26px;color: #1e1e1e;float: none;display: block;margin-top: 3%;}
	.bha p span{display: block;font-size: 0.75rem;line-height: 22px;color: #1e1e1e;margin-top: 2%;}
	/* 主要职责 */
	.zyzz{padding-top: 4%;}
	.zyzz h6{font-size: 0.95rem;color: #1e1e1e;margin-bottom: 6%;}
	.zyzz p{font-size: 0.85rem;line-height: 24px;color: #1e1e1e;margin-bottom: 3%;}
	/* 机构组织 */
	.jgbt{background: -webkit-linear-gradient(top,#fff5f5,#ffffff);}
	.jgbt p{text-align: center;line-height: 30px;font-size: 1.1rem;color: #333333;}
	.jgbt p span{display: inline-block;width: 6px;height: 6px;background: #d5d5d5;margin-bottom: 4px;margin-left: 10px;margin-right: 10px;}
	.jgzz img{margin: 0 auto;max-width: 100%;}
	.jgzz img:nth-child(2){margin-top: 4%;}
	.jgzz img:nth-child(3){margin-top: 4%;}
	.jgdet{border: 1px solid #e6e6e6;padding-top: 10px;padding-bottom: 10px;margin-top: 5%;}
	.jgdet > p{font-size: 0.85rem;color: #1e1e1e;padding-left: 3%;}
	.jgdet > .fl{width: 100%;padding-top: 2%;padding-left: 2%;padding-bottom: 3%;margin-bottom: 3%; border-bottom: 1px solid #eeeeee;}
	.jgdet > .fr{width: 100%;padding-left: 2%;}
	.jgda{margin-bottom: 3%;}
	.jgda p{width: 50px;line-height: 24px;font-size: 0.75rem;color: #fff;text-align: center;border-radius: 3px;margin-right: 11px;}
	.jgda h6{font-size: 0.7rem;color: #1e1e1e;line-height: 24px;}
	.jgda:first-child p{background: #d90000;}
	.jgda:nth-child(2) p{background: #fea900;}
	.jgda:nth-child(3) p{background: #f6f5f5;font-size:12px;color: #1e1e1e;}
	.jge p{font-size: 0.75rem;line-height: 24px;color: #1e1e1e;}
	.jge h6{font-size: 0.75rem;line-height: 24px;color: #1e1e1e;padding-right: 2%;}
	.jgdet > .fr > p{font-size: 0.75rem;color: #1e1e1e;margin-top: 9px;}
	/* 历史沿革 */
	.lsyg{padding-top: 6%;}
	.yga{margin-bottom: 4%;}
	.yga p{font-size: 0.85rem;color: #e60000;width: 100%;font-weight: bold;}
	.yga h6{font-size: 0.8rem;line-height: 24px;color: #1e1e1e;width: 100%;margin-top: 2%;}
	.yga h6 span{display: inline-block;width: 150px;font-size: 0.7rem; margin-top: 2%; height: 40px;border: 1px solid #ebebeb;text-align: center;line-height: 40px;margin-right: 2%;}
	.lsyg img{margin-top: 4%;max-width: 100%;}
	/* 大事件 */
	.dsj{padding-top: 6%;}
	.dsj img{width: 100%;}
	.ds{padding-top: 5%;}
	.dsja{margin-bottom: 4%;}
	.dsja p{width: 25%;text-align: left;font-size: 0.95rem;color: #1e1e1e;float: none;}
	.dsja h6{border-bottom: 1px solid #d0d0d0;width: 20px;margin-top: 2%;float: none;}
	.dsja h5{width: 100%;font-size: 0.75rem;line-height: 20px;color: #1e1e1e;margin-top: 2%;float: none;}
	/* 在线捐款 */
	.zx{padding-top: 6%;}
	.zxa{margin-bottom: 3%;}
	.zxa > p{font-size: 0.7rem;line-height: 20px;color: #000000;width: 27%;text-align: left;}
	.zxa > p span{color: #e60000;}
	.zxa select{background: url(../img/h9.png) no-repeat;background-position: 97% 15px;}
	.inpa{width: 70%;height: 40px;border: 1px solid #dfe0e1;padding-left: 10px;font-size: 0.8rem;}
	.zxa textarea{    width: 70%;height: 100px;border: 1px solid #dfe0e1;padding-left: 10px;}
	.zxb input{width: 16px;height: 16px;border-radius: 50%;border: 1px solid #c6c6c6;margin-top: 12px;}
	.zxb input:checked{background: url(../img/h27.png) no-repeat;background-position: center;}
	.zxb h6{font-size: 0.8rem;line-height: 40px;color: #1c252c;margin-right: 10px;}
	.zxb img{margin-top: 10px;margin-left: 5px;margin-right: 5px;}
	.zxc{width: 70%;position: relative;}
	.zxc input{width: 100%;height: 40px;border: 1px solid #dfe0e1;padding-left: 15px;}
	.zxc > img{border: 1px solid #dfe0e1;position: absolute;height: 40px;top: 0px;right: 0px;}
	.zxf{padding-top: 4%;display: table;margin: 0 auto;}
	.zxf input:nth-child(2){position: relative;top: -1px; width: 130px;height: 40px;text-align: center;line-height: 40px;border-radius: 5px;font-size: 16px;letter-spacing: 1px;color: #fff;margin-left: 5px; background: -webkit-linear-gradient(top,#f10909,#c60000);}
	.zxf input:first-child{width: 130px;height: 40px;text-align: center;line-height: 40px;border-radius: 5px;font-size: 16px;letter-spacing: 1px;border: 1px solid #dfe0e1;background: #fff;color:#545454 ;}
	/* 在线捐款2 */
	.wxe{padding-top: 40px;}
	.wxe > p{font-size: 20px;color: #5e5e5e;text-align: center;margin-bottom: 27px;}
	.wxe > img{border: 1px solid #e0e0e0;margin: 0 auto;max-width: 100%;}
	.wxea{display: table;margin: 0 auto;margin-top: 25px;}
	.wxea > img{margin-right: 8px;}
	.wxea > p{font-size: 18px;color: #333333;margin-top: 3px;}
	
	/* 在线捐款2 */
	.xxe{padding-top: 6%;}
	.t{font-size: 0.95rem;line-height: 40px;color: #333333;width: 100%;background: #f1f1f1;padding-left: 5%;}
	.xxf{border: 1px solid #f1f1f1;padding: 5%;}
	.xxf > h6{font-size: 0.85rem;line-height: 20px;color: #d90000;}
	.xxf > p{font-size: 0.85rem;line-height: 20px;color: #000000;}
	.xxf > p span{color: #d90000;}
	.xxf textarea{margin-top: 25px;float: none; width: 100%;border: 1px solid #dfe0e1;height: 160px;padding: 18px 16px 0px 18px;font-size: 14px;line-height: 20px;color: #333;}
	.xxe .xxf:nth-child(4) p:nth-child(2){margin-top: 1%;}
	.xxe .xxf:nth-child(4) p:nth-child(3){margin-top: 3%;}
	.xxe .xxf:nth-child(4) p:nth-child(6){margin-top: 4%;margin-bottom: 4%;}
	.xxf > img{border: 1px solid #DFE0E1;width: 100%;margin-top: 4%;}
	.xxg{position: relative;margin-top: 12px;}
	.xxg > p{width: 100px;font-size: 0.85rem;line-height: 30px;color: #000000;text-align: center;border-radius: 4px;background: #f3f3f3;}
	.xxg input[type = file]{width: 100px;height: 30px;position: absolute;opacity: 0;left: 0;top: 0;}
	.xxg h6{font-size: 0.85rem;line-height: 30px;color: #a5a5a5;margin-left: 12px;width: 160px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
	.xxha{width: 100%;margin-bottom: 3%;}
	.xxha img{border: 1px solid #DFE0E1;width: 100%;}
	.xxi{position: relative;margin-top: 12px;}
	.xxi > p{width: 100px;font-size: 0.85rem;line-height: 30px;color: #000000;text-align: center;border-radius: 4px;background: #f3f3f3;}
	.xxi input[type = file]{width: 100px;height: 30px;position: absolute;opacity: 0;left: 0;top: 0;}
	.xxi h6{font-size: 0.85rem;line-height: 30px;color: #a5a5a5;margin-left: 12px;width: 100px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
	.xxj{padding-top: 3%;}
	.xxj input[type = radio]{width: 20px;height: 20px;border: 1px solid #dfe0e1;background: #f3f3f3;border-radius: 4px;margin-right: 5px;}
	.xxj p{font-size: 0.85rem;line-height: 20px;color: #000000;width: 91.75%;}
	.xxj input[type = radio]:checked{background: #D90000;}
	.xxe input[type = submit]{width: 220px;color: #fff;font-size: 0.9rem;margin: 0 auto;margin-top: 3%; display: block; line-height: 40px;border-radius: 4px;background: -webkit-linear-gradient(top,#f10909,#c70000);}
	/* 线下捐款 */
	.xxjk{padding-top: 4%;}
	.xa{border-bottom: 1px solid #e0e0e0;margin-bottom: 2%;}
	.xa > .fl{width: 100%;}
	.xa > .fr{width: 100%;}
	.xa p{font-size: 0.85rem;line-height: 20px;color: #333333;padding-top: 3%;}
	.xa p span{font-size:0.7rem; display: inline-block;margin-right: 2%; width: 20px;height: 20px;border-radius: 50%;background: #d90000;line-height: 20px;padding-left: 5px; color: #fff;font-style: italic;font-weight: bold;}
	.xa h6{font-size: 0.8rem;line-height: 24px;color: #333333;padding-left: 30px;margin-top: 2%;margin-bottom: 2%;}
	.xa img{margin: 0 auto;width: 45%;}
	.xa:nth-child(3){border-bottom: none;}
	/* 政策公开 */
	.zc{margin-bottom: 5%;}
	.zca{margin-bottom: ;}
	.zca p{font-size: 0.85rem;line-height: 30px;color: #1e1e1e;transition: all 0.3s;width: 80%;}
	.zca h6{font-size: 0.75rem;line-height: 30px;color: #727272;}
	.zca:hover p{color: #e60000;}
	.ss{margin-top: 6%;margin-bottom: 4%;}
	.ss input[type = text]{padding-left: 15pxpx; border-top-left-radius: 4px;border-bottom-left-radius: 4px;border: 1px solid #d50103;width: 70.6%;height: 48px;}
	.ss input[type = submit]{cursor: pointer; border-top-right-radius: 4px;border-bottom-right-radius: 4px;border: 1px solid #d50103;background: #d50103 url(../img/h48.png) no-repeat;background-position: 22% 14px;text-align: left;padding-left:12%;font-size: 16px;color: #fff; height: 48px;width: 29%;}
	
	/* 下载中心 */
	.xz{padding-top: 6%;}
	.xza{border-bottom: 1px solid #eaeaea;margin-bottom: 3%;}
	.xza p{font-size: 0.85rem;line-height: 40px;color: #1e1e1e;width: 80%; transition: all 0.3s;padding-left: 33px;transition: all 0.3s; background: url(../img/h49.png) no-repeat;background-position: 0 10px;}
	.xza h6{font-size: 0.75rem;line-height: 40px;color: #727272;}
	.xza:hover p{background: url(../img/h50.png) no-repeat;background-position: 0 10px;color: #e60000;}
	
	/* 留言信箱 */
	.lya{background: #f6f5f5;padding: 4%;margin-top: 6%;}
	.lya p{font-size: 0.85rem;color: #4f4f4f;letter-spacing: 0.5px;margin-bottom: 1%;}
	.lya p span{color: #e60000;}
	.lya input[type = text]{width: 100%;height: 40px;border: 1px solid #ebebeb;padding-left: 18px;}
	.lya textarea{width: 100%;height: 130px;border: 1px solid #ebebeb;padding-left: 18px;padding-top: 13px;}
	.lyb{margin-top: 2%;margin-bottom: 2%;}
	.lyc{width: 100%;}
	.lye{width: 100%;position: relative;margin-bottom: 4%;}
	.lye img{position: absolute;height: 40px;right: 0;top: 0;}
	.lyd{margin-top: 17px;}
	.lyf{float: none;display: table;margin: 0 auto;}
	.lyf input:nth-child(2){display: inline-block; cursor: pointer;margin-left: 12px;width: 100px;height: 40px;line-height: 40px;text-align: center;font-size: 16px;color: #fff; background: -webkit-linear-gradient(top,#f10909,#c70000);}
	.lyf input:first-child{display: inline-block; cursor: pointer; width: 100px;height: 40px;line-height: 40px;text-align: center;font-size: 16px;color: #7a7a7a;background: #e0e0e0;}
	.lyg{margin-top: 50px;}
	.lyga{width: 48%;margin-bottom: 4%;}
	.lyga:nth-child(odd){margin-right: 4%;}
	.lyga img{margin-bottom: 2%;width: 25%;float: left;}
	.lyga h6{font-size: 0.85rem;line-height: 22px;color: #909090;float: left;margin-top: 6%;margin-left: 3%;}
	.lyga p{font-size: 0.75rem;line-height: 22px;color: #000000;}
	.lyh{height: 220px;margin-top: 10px;}
	.lyh iframe{width: 750px;height: 220px;position: relative;left: 50%;margin-left: -375px;}
	/* .zxgxb{display: none;} */
	
	
	/* 造血干细胞 */
	.zxgxbc{width: 100%;}
	.gxbxa{margin-top: 6%;}
	.gxbxa img{margin:0 auto;width: 80%;}
	.gxbxb{border: 1px solid #f1f1f1;padding: 4% 2%;margin-top: 6%;}
	.gxbxb > p{font-size: 1.1rem;font-weight: bold;color: #000000;border-bottom: 1px solid #f1f1f1;text-align: center;padding-bottom: 3%;margin-bottom: 4%;}
	.gxbxc{margin-bottom: 4%;}
	.gxbxc p{font-size: 0.95rem;color: #333333;font-weight: bold;width: 55px;}
	.gxbxc h6{font-size: 0.85rem;line-height: 16px;color: #666666;letter-spacing: 0.1px;width: calc(100% - 60px);}
	.gxbxd{padding-left: 6%;}
	.gxbxd input{width: 24px;height: 24px;border-radius: 8px;border:1px solid #666666;cursor: pointer;margin-right: 12px;}
	.gxbxd input:checked{background: url(../img/z5.jpg) no-repeat;background-size: cover;border: 1px solid #d60103;}
	.gxbxd p{font-size: 0.85rem;color: #666666;line-height: 24px;}
	.gxby{border: 1px solid #f1f1f1;padding: 4% 2%;margin-top: 8%;}
	.gxby > p{font-size: 1.1rem;font-weight: bold;color: #000000;border-bottom: 1px solid #f1f1f1;text-align: center;padding-bottom: 3%;margin-bottom: 4%;}
	.gxby > h6{font-size: 0.85rem;color: #d50103;margin-bottom: 18px;}
	.gxbya{width: 100%;margin-bottom: 4%;}
	.gxbyb{width: 100%;margin-bottom: 4%;}
	.gxbya p{font-size: 0.85rem;color: #666666;margin-bottom: 4px;}
	.gxbya p span{color: #d50103;margin-right: 4px;}
	.gxbya input{width: 100%;line-height: 40px;padding-left: 16px;font-size: 0.85rem;border: 1px solid #dfe0e1;color: #333333;}
	.gxbya select{width: 100%;line-height: 40px;padding-left: 16px;font-size: 0.85rem;color: #333333;border: 1px solid #dfe0e1;background: url(../img/z9.png) no-repeat;background-position: 90% center;}
	.gxbyb p{font-size: 0.85rem;color: #666666;line-height: 40px;}
	.gxbyb input{width: 16px;height: 16px;border-radius: 8px;border: 1px solid #c6c6c6;position: relative;top:3px;margin-left: 6px;cursor: pointer;}
	.gxbyb label{font-size: 0.85rem;color: #333333;line-height: 40px;}
	.gxbyb input:checked{background: url(../img/z6.png) no-repeat;background-position: center;}
	.gxbz{border-left: 1px solid #f1f1f1;border-right: 1px solid #f1f1f1;border-bottom: 1px solid #f1f1f1;padding: 4% 2%;}
	.gxbz > p{font-size: 0.85rem;color: #333333;}
	.gxbz > p span{color: #999999;margin-left: 10px;margin-right: 10px;}
	.gxbz > h6{font-size: 0.85rem;color: #d50103;margin-bottom: 15px;}
	.gxbza{border-top: 1px solid #f1f1f1;margin-top: 5%;padding-top: 5%;}
	.gxbza > p{font-size: 0.9rem;font-weight: bold;color: #333333;padding-left: 13px;border-left: 3px solid #d50103;margin-bottom: 13px;}
	.gxbk{border: 1px solid #f1f1f1;padding: 4% 2%;margin-top: 5%;}
	.gxbk > p{font-size: 1.1rem;font-weight: bold;color: #000000;border-bottom: 1px solid #f1f1f1;text-align: center;padding-bottom: 3%;margin-bottom: 4%;}
	.gxbka{}
	.gxbkb{}
	.gxbkb p{font-size: 0.85rem;float: none; line-height: 40px;color: #333333;}
	.gxbkc{float: none;}
	.gxbkc input{width: 16px;height: 16px;border-radius: 8px;border: 1px solid #c6c6c6;position: relative;top:3px;margin-left: 10px;margin-right: 10px; cursor: pointer;}
	.gxbkc input:first-child:checked{background: url(../img/z7.png) no-repeat;background-position: center;border:none;}
	.gxbkc label{font-size: 0.85rem;line-height: 24px;color: #666666;}
	.gxbkc input:nth-child(3){margin-left: 30px;}
	.gxbkc input:nth-child(3):checked{background: url(../img/z8.png) no-repeat;background-position: center;border:none;}
	.gxbkd{border-top: 1px solid #f1f1f1;border-bottom: 1px solid #f1f1f1;margin-top: 6%;padding-top: 5%;padding-bottom: 2%;}
	.gxbkd > p{font-size: 0.85rem;color: #d50103;margin-bottom: 6%;}
	.gxbke{margin-bottom: 4%;}
	.gxbke h6{font-size: 0.85rem;line-height: 17px;color: #333333;margin-bottom: 5px;}
	.gxbkf{margin-top: 5px;}
	.gxbkf input{width: 16px;height: 16px;border-radius: 8px;border: 1px solid #c6c6c6;position: relative;top:3px;margin-right: 11px; cursor: pointer;}
	.gxbkf label{font-size: 0.85rem;color: #666666;}
	.gxbkf input:nth-child(3){margin-left: 40px;}
	.gxbkf input:first-child{margin-left: 10px;}
	.gxbkf input:first-child:checked{background: url(../img/z7.png) no-repeat;background-position: center;border:none;}
	.gxbkf input:nth-child(3):checked{background: url(../img/z8.png) no-repeat;background-position: center;border:none;}
	.gxbkg{}
	.gxbkh{padding-top: 5%;}
	.gxbkh input{width: 24px;height: 24px;border-radius: 8px;border:1px solid #666666;cursor: pointer;margin-right: 5px;}
	.gxbkh input:checked{background: url(../img/z5.jpg) no-repeat;background-size: cover;border: 1px solid #d60103;}
	.gxbkh p{width: calc(100% - 30px);font-size: 0.85rem;line-height: 17px;color: #333333;}
	.gxbki{margin-top: 5%;}
	.cancel{width: 46.668%;font-size: 0.95rem;line-height: 40px;color: #282828;border-radius: 10px;background: #f1f1f1;cursor: pointer;}
	.submit{width: 46.668%;font-size: 0.95rem;line-height: 40px;color: #ffffff;border-radius: 10px;background: #d50103;cursor: pointer;}
	
	/* 弹窗 */
	.zxgxb{position: fixed;width: 100%;height: 100%;background: rgba(0,0,0,0.8);top: 0;left: 0;z-index: 99999999;}
	.zxgxba{position: relative;}
	.zxgxbb{position: absolute;width: 300px;left:calc(50% - 150px);top:90px;background: #fff;border-radius: 25px;padding: 5%;}
	.gxba{position: relative;border-bottom: 1px solid #edebeb;}
	.gxba p{font-size: 1.3rem;font-weight: bold;color: #333333;text-align: center;margin-bottom: 3%;}
	.gxba .z3{position: absolute;right: 0px;top: 0px;cursor: pointer;width: 20px;height: 20px;background: url(../img/z3.png) no-repeat;background-size: cover;}
	.gxbb h6{font-size: 1rem;line-height: 24px;color: #000000;text-align: center;letter-spacing: 0.5px;margin-top: 3%;margin-bottom: 5%;}
	.gxbb .z4{display: block; cursor: pointer; width: 80%;margin: 0 auto;text-align: center;background: #d60103;border-radius: 15px;font-size: 1rem;line-height: 40px;color: #ffffff;font-weight: bold;}
	
	
	
	
	
@media (min-width: 350px){




	
}	
	
@media (min-width: 374px){
	.jkcx .jcDate{width: 54%;}
	.inp{width: 200px;}
	.xxd textarea{width: 200px;}
	.jds input[type = text]{width: 86px;}
	.xxb span label{margin-right: 72px;}
	
}
	
@media (min-width: 400px){
	.xxb span label{margin-right: 85px;}
	.inp{width: 220px;}
	.xxd textarea{width: 220px;}
	.jds input[type = text]{width: 96px;}
	
	
	
	
}
	
@media (min-width: 414px){
	.jkcx input[type = text]{width: 55%;}
	.xxb span input{margin-left: 12px;}
	.xxb span label{margin-right: 1px;}
	.inp{width: 230px;}
	.xxd textarea{width: 230px;}
	.jds input[type = text]{width: 103px;}
	
	
	
	
}
	
@media (min-width: 450px){
	.inp{width: 265px;}
	.xxd textarea{width: 265px;}
	.xxb span label{margin-right: 10px;}
	.jds input[type = text]{width: 120px;}
	
}
	
@media (min-width: 500px){
	.inp{width: 310px;}
	.xxd textarea{width: 310px;}
	.jds input[type = text]{width: 140px;}
	
	
}		
	
	
	
@media (min-width: 550px){
	.inp{width: 360px;}
	.xxd textarea{width: 360px;}
	.jds input[type = text]{width: 162px;}
	
	
	
	
	
}	
	
@media (min-width: 600px){
	.inp{width: 400px;}
	.xxd textarea{width: 400px;}
	.jds input[type = text]{width: 185px;}
	
	
}	
	
@media (min-width: 650px){
	
	
	
	
}
	
@media (min-width: 700px){
	
	
	
}		
	
@media (min-width: 750px){
	body{max-width: 750px;margin: 0 auto;}
	
	
	
	
}	
	
	
}




