/* 重置样式 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike,
strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody,
tfoot, thead, tr, th, td ,textarea,input { margin:0; padding:0;  }
address,cite,dfn,em,var, i {font-style:normal;}
body {font-size: 16rem; line-height: 1.5; font-family:'Microsoft Yahei','simsun','arial','tahoma';  color: #222; width: 100%; height: 100%; background-color: #faf5f5; }
table { border-collapse:collapse; border-spacing:0;}
h1, h2, h3, h4, h5, h6, th { font-size: 100%; font-weight: normal; }
button,input,select,textarea{font-size:100%;}
fieldset,img{border:0;}
a { text-decoration: none; color: #666; background: none }
ul, ol { list-style: none; }
:focus{ outline:none;}
.clearfix{ clear: both; content: ""; display: block; overflow: hidden }
.clear{clear: both;}
.fl{ float: left; }
.fr{float: right;}

p {
  /* text-indent: 2em!important; */
  line-height: 2em!important;
}

.main-body-content p {
font-size: 18rem;
}

/* 公共样式 */

/* 顶部 */
.header{
    width: 100%;
    height: 164rem;
    background-image: url(../images/pice4.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.top-content{
    width: 1200rem;
    height: 164rem;
    margin: 0 auto;
    /* background-color: pink; */
    display: flex;
    justify-content: space-between;
}
.top-content .logo{
    margin-top: 50rem;
    width: 425rem;
    height: 67rem;
}
.search{
    margin-top: 80rem;
}
.search .box{
    width: 227rem;
    height: 40rem;
    /* display: inline-block; */
    float: left;
    line-height: 40rem;
    border: 1rem solid #dd0e20;
    background-color: white;
}
.box img{
    margin-left: 5rem;
    vertical-align:middle;
}
.box input{
    height: 38rem;
    border: none;
}
.search button{
    width: 90rem;
    height: 42rem;
    color: white;
    border: none;
    cursor: pointer;
    outline: none;
    background-color: #dd0e20;
}
/* 导航 */
/* 导航 */
/* .active::after{
	content: '';
	position: absolute;
	bottom: 3rem;
	left: 50%;
	width: 18rem;
	height: 8rem;
	margin-left: -9rem;
	background-image: url('../images/icon6.png');
	background-repeat: no-repeat;
	background-position: center;
	transform: rotate(180deg);
} */
.nav-warp {
	width: 100%;
	height: 70rem;
	padding: 5rem 0;
	background-color: #dd0e20;
	box-sizing: border-box;
}

.nav {
	width: 1200rem;
	height: 60rem;
	background-color: #fff2ea;
	margin: 0 auto;
}
.nav>ul>li>a{
	position: relative;
	font-weight: 800;
	font-size: 18rem;
}

.nav>ul>li>a .icon{
	position: absolute;
	bottom: 3rem;
	left: 50%;
	width: 18rem;
	margin-left: -9rem;
	display: none;
}

.nav>ul>li>a:before{
	content: '';
	position: absolute;
	right: 0;
	width: 10rem;
	height: 60rem;
	background-image: url('../images/tuceng6.png');
	background-repeat: no-repeat;
	background-position: center;
}
.nav>ul>li:last-child>a:before{
	content: '';
	display: none;
}

.nav-content {
	width: 100%;
	position: relative;
    display: flex;
}
.nav-content>li{
	position: relative;
}
.nav-content li {
	float: left;
	height: 60rem;
	line-height: 60rem;
    display: flex;
    flex: 1;
}
.nav-content li a{
	/*padding: 0 22rem;*/
	display: block;
    width: 100%;
    text-align: center;
}
.nav-content li>ul>li>a:hover{
	background-color: #dd0e20;
    color:white;
}
.nav-content li ul {
  position: absolute;
  left: 0;
  top: 60rem;
	width: 760rem;
	margin-left: -250rem;
	display: inline-block;
	display: none;
	background: rgba(246, 243, 241, 0.8);
  z-index: 999;
}
.nav-content li ul a{
	width: 250rem;
	box-sizing: border-box;
    color: black;
	text-align: center;
}

.nav-content li:hover ul {
	display: block;
}
.nav>ul>li:hover .icon{
	display: block;
}
.nav>ul>li:hover.active .icon {
	display: none;
}

/* 轮播图 */
.banner{
    width: 1200rem;
    /* height: 480rem; */
    margin: auto;
    position: relative;
}
.swiper-container img{
    width: 1200rem;
    height: 610rem;
}
.swiper-list{
    width: 1200rem;
    height: 60rem;
    /* background-color: pink; */
    margin: auto;
}
.swiper-list .swiper-slide a{
    display: block;
    color: red;
    text-align: center;
    line-height: 60rem;
    font-size: 24rem;
}
/* 图片 */
.banner-img{
    width: 1200rem;
    height: 120rem;
    margin: 24rem auto;
}
/* 网站公告 */
.webBulletin{
    width: 1200rem;
    height: 50rem;
    margin: 23rem auto;
}
.webBulletin-content{
    width: 1200rem;
    height: 50rem;
    background: white;
    border-bottom: 1rem dashed #ccc;
}
.webBulletin-content span{
    line-height: 50rem;
    vertical-align: top;
    color: #63678b;
}
.webBulletin-content span:nth-child(2){
    color: red;
    font-size: 24rem;
}
#gd-container{
    position:relative;
    display: inline-block;
    width: 980rem;
    overflow: hidden;
    background:#ffffff; 
}
#gd-content{
    position: relative;
    white-space: nowrap;
}
/* 内容部分 */
.content-section{
    width: 1180rem;
    padding: 15rem 10rem;
    margin: auto;
    background-color: white;
    display: flex;
    justify-content: space-between;
    }
    .content-section-left{
        width: 585rem;
        height: 326rem;
    }
    .content-section .content-section-right{
    width: 555rem;
    height: 330rem;
    /* background-color: pink; */
    color: red;
    }
    .content-section .content-section-right .top{
        border-bottom: 1rem solid#ccc;
        padding-bottom: 10rem;
    }
    .content-section .content-section-right .top span{
    	font-weight:bolder;
    }
    .content-section .content-section-right .top span:last-child{
        float: right;
    }
    .content-section .content-section-right .top span a{
        color: red;
        font-weight: bolder;
    }
    .content-section .content-section-right ul li{
    margin: 15rem 0;
    }
    .content-section .content-section-right ul li a{
        font-size: 18rem;
        max-width: 340rem;
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        vertical-align: middle;
    }
    .content-section .content-section-right ul li a:hover{
        color: red;
    }
    .content-section .content-section-right ul li span{
        float: right;
        color: #ccc;
    }
    /* 内容部分2 */
.content-tow{
    width: 1180rem;
    height: 100rem;
    background-color: white;
    margin: 23rem auto;
    display: flex;
    justify-content: space-between;
    padding-right: 20rem;
}
.content-tow a{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
/* 内容3 */
.content-three{
    width: 1200rem;
    height: 310rem;
    margin: auto;
    /* background-color: pink; */
    display: flex;
    justify-content: space-between;
}
.content-three .content-three-left{
width: 555rem;
height: 280rem;
background: white;
padding: 15rem 10rem;
}
.content-three .content-three-left .top{
color: red;
font-weight: bolder;
/* background-color: pink; */
border-bottom: 1rem solid #ccc;
display: flex;
justify-content: space-between;
}
.content-three .content-three-left .top .top-left{
    position: relative;
}
.content-three .content-three-left .top .top-left img{
vertical-align: text-bottom;
}
.content-three .content-three-left .top .top-left .icon{
    width: 100rem;
    height: 6rem;
    position: absolute;
    bottom: -5rem;
    left: 0;
}
.content-three .content-three-left .top a{
    color: red;
}
.content-three .content-three-left ul li{
    margin: 15rem 0;
    color: red;
}
.content-three-left ul li a{
    font-size: 18rem;
    max-width: 340rem;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}
.content-three-left ul li a:hover{
    color:red;
}
.content-three-left ul li span{
    float: right;
    color: #ccc;
}

.content-three .content-three-right{
width: 555rem;
height: 280rem;
padding: 15rem 10rem;
background-color: white;
}
.content-three-right  .top{
    color: red;
    font-weight: bolder;
    /* background-color: pink; */
    border-bottom: 1rem solid #ccc;
    display: flex;
    justify-content: space-between;
}
.content-three-right  .top .top-left{
    position: relative;
}

.content-three-right .top .top-left img{
    vertical-align: text-bottom;
    }
.content-three-right .top .top-left .icon{
        width: 185rem;
        height: 6rem;
        position: absolute;
        bottom: -5rem;
        left: 0;
    }
 .content-three-right .top a{
        color: red;
    }
.content-three-right ul li{
        margin: 15rem 0;
        color: red;
    }
    .content-three-right ul li a{
        font-size: 18rem;
        max-width: 340rem;
        display: inline-block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        vertical-align: middle;
    }
    .content-three-right ul li a:hover{
        color:red;
    }
    .content-three-right ul li span{
        float: right;
        color: #ccc;
    }
/* 内容4 */
.content-four{
width: 1200rem;
height: 260rem;
margin: 23rem auto;
/* background-color: pink; */
display: flex;
justify-content: space-between;
}
.content-four-left{
width: 780rem;
height: 260rem;
/* background-color: pink; */
display: flex;
flex-direction: row;
align-content: space-between;
justify-content: space-between;
flex-wrap: wrap;
}
.content-four-left img{
width: 174rem;
height: 115rem;
}
.content-four-right{
width: 380rem;
height: 230rem;
padding: 15rem 10rem;
background-color: white;
}
.content-four-right .top{
color: red;
font-weight: bolder;
/* background-color: pink; */
border-bottom: 1rem solid #ccc;
display: flex;
justify-content: space-between;
}
.content-four-right  .top .top-left{
position: relative;
}

.content-four-right .top .top-left img{
vertical-align: text-bottom;
}
.content-four-right .top .top-left .icon{
width: 120rem;
height: 6rem;
position: absolute;
bottom: -5rem;
left: 0;
}
.content-four-right .top a{
color: red;
}
.content-four-right ul li{
margin: 15rem 0;
color: red;
}
.content-four-right ul li a{
display: inline-block;
max-width: 250rem;
font-size: 18rem;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
vertical-align: middle;
}
.content-four-right ul li a:hover{
color:red;
}
.content-four-right ul li span{
float: right;
color: #ccc;
}
/* 内容5 */
.underside{
width: 1200rem;
overflow: hidden;
margin: auto;
display: flex;
justify-content: space-between;
margin-bottom: 100rem;
}
.underside .left-side{
width: 780rem;
/* background-color: pink; */
}
.left-side .make-donation{
display: flex;
justify-content: space-between;
}
.left-side .make-donation img{
width: 382rem;
height: 251rem;
}
.message{
height: 458rem;
padding: 20rem 10rem;
background-color: white;
}
.message .top{
color: red;
font-weight: bolder;
/* background-color: pink; */
border-bottom: 1rem solid #ccc;
display: flex;
justify-content: space-between;
}
.message  .top .top-left{
position: relative;
}

.message .top .top-left img{
vertical-align: text-bottom;
}
.message .top .top-left .icon{
width: 120rem;
height: 6rem;
position: absolute;
bottom: -5rem;
left: 0;
}
.message .top a{
color: red;
}
.message-item ul li{
border-bottom: 1rem dashed #ccc;
position: relative;
}
.message-item ul li p{
margin: 0 10rem;
line-height: 40rem;
font-weight: bolder;
max-width: 580rem;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
vertical-align: middle;
}
.message-item ul li .p1 a{
color: red;
}
.message-item ul li p:nth-child(1)::before{
content: url("../images/zy1.png");
position: absolute;
left: 0;
top: 0;
/* margin: 0 10rem; */
}


.icon1{
    position: absolute;
    bottom: 6rem;
    left: 0;
}
.content{
    width: 1200rem;

    /* background-color: pink; */
    margin:15rem auto 0;
    display: flex;
    justify-content: space-between;
}
.content .side-navigation{
    width: 200rem;
}
.content .side-navigation ul{
    background-color: #f7f8f8;
}
.content .side-navigation ul li{
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 5rem;
    text-align: center;
    line-height: 60rem;
    margin-bottom: 2rem;
}
.content .side-navigation ul li a{
    width: 200rem;
    font-weight: bolder;
    
}
.content .side-navigation ul li:hover{
    overflow: visible;
    white-space: inherit;
    background-color: red;
}
.content .side-navigation ul li:hover a{
    color: white;
}


.main-body{
width: 960rem;
/* height: 800rem; */
/* background-color: aqua; */
}
.main-body .top{
    display: flex;
    justify-content: space-between;
}
.main-body .news1{
    width: 100%;
}
.main-body .news1 ul li{
    padding: 40rem 0 20rem;
    border-bottom: 1rem solid #ccc;
    display: flex;
    justify-content: space-between;
}
.main-body .news1 ul li a::before{
    content: url("../images/149.png");
    margin-right: 10rem;
}
.main-body .news1 ul li a{
    color: black;
    font-weight: 400;
    max-width: 580rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}
.main-body .news1 ul li span{
    color: #ccc;
}

.main-body .news{
    width: 100%;
    /* height: 750rem; */
    /* background-color: pink; */
    overflow: hidden;
}
.main-body .news .info{
    /* margin-left: 20rem; */
    width: 70rem;
    display: inline-block;
}
.main-body .news input{
    width: 240rem;
    margin-right: 20rem;
    margin-top: 20rem;
    border: 1rem solid #ccc;
}
.main-body .news select{
    border: 1rem solid #ccc;
}
.btn{
    border: none;
    margin: 50rem auto;
    display: block;
    color: white;
    background-color: red;
    width: 130rem;
    height: 50rem;
    border-radius: 5rem;
    font-weight: bolder;
    cursor: pointer;
}
.news .content{}
.news .content ul li{
    margin-top: 50rem;
}
.news .content ul li div img{
    vertical-align: middle;
}
.news .content ul li div p{
    display: inline-block;
     margin-left: 10rem;
    color: #dd0e20;
    font-weight: bolder;
    max-width: 600rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}
.news .content ul li div span{
    margin-left: 50rem;color: #ccc;
}
.news .content ul li p{
    color: #3684dc;
    font-weight: bolder;
    margin-left: 15rem;
    max-width: 500rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
}


.news table{
    margin-top: 20rem;
}
.news .th-item{
    color: white;
    background-color: #dd0e20;
}
.news .tr-item{
    text-align: center;
    height: 50rem;
    border-bottom: 1rem solid #ccc;
}
.news .tr-item .download{
    color: red;
    text-decoration:underline;
    cursor: pointer;
}
.spring-frame{
    width: 100vw;
    height: 100vh;
    background-color: rgba(191, 191, 191, .5);
    /* background-color: #ccc; */
    position: fixed;
    /* z-index: 9999; */
    left: 0;
    top: 0;
    /* opacity: .5; */
    display: none;
}
.spring-frame-content{
    width: 600rem;
    height: 400rem;
    background-color: white;
    /* background-color: pink; */
    position: absolute;
    top: 50%;
    left: 50%;
    display: none;
    transform: translate(-50%,-50%);  
}
.spring-frame-content img{
    width: 250rem;
    margin: auto;
    display: block;
}
.spring-frame-content button{
    width: 250rem;
    height: 70rem;
    margin: auto;
    display: block;
    border: none;
    border-radius: 10rem;
    margin-top: 20rem;
    background-color: #dd0e20;
    color: white;
    font-size: 24rem;
    cursor: pointer;
}



.underside .right-side{
width: 400rem;
/* background-color: #63678b; */
display: flex;
flex-direction: column;
justify-content: space-between;
}
.right-side .method-of-donation{
width: 378rem;
height: 560rem;
background-color: white;
border: 1rem solid red;
padding: 10rem 10rem 0;
position: relative;
}
.right-side .method-of-donation h1{
color: red;
font-weight: bolder;
margin-bottom: 10rem;
}
.right-side .method-of-donation .Line{
width: 100%;
height: 1rem;
background-color: #ccc;
position: relative;
}
.right-side .method-of-donation .Line span{
width: 65rem;
height: 2rem;
background-color: red;
display: block;
position: absolute;
bottom: 0;
left: 0;
}

.method-of-donation .information ul li{
margin-top: 10rem;
}
.method-of-donation .information ul li p{
font-weight: bolder;
}

.right-side .method-of-donation .donation-img{
width: 100%;
position: absolute;
bottom: -5rem;
left: 0;
}
.right-side .location{
width: 398rem;
height: 290rem;
/* background-color: aqua; */
border: 1rem solid red;
}
.location h1{
color: red;
font-weight: bolder;
margin: 5rem 0 5rem 10rem;
}
.location .Line{
width: 100%;
height: 1rem;
background-color: #ccc;
position: relative;
margin-bottom: 10rem;
}
.location .Line span{
width: 65rem;
height: 2rem;
background-color: red;
display: block;
position: absolute;
bottom: 0;
left: 0;
}
.right-side .location img{
width: 100%;
height: 242rem;
}



.main-body-content{

}
.main-body-content h1{
    text-align: center;
    font-size: 30rem;
    font-weight: bolder;
    margin-top: 50rem;
}
.main-body-content h2{
    text-align: center;
    font-size: 24rem;
    color: #ccc;
}
.main-body-content div{
    /* text-align: center; */ 
    margin-top: 50rem;
}
.main-body-content div span{
    font-size: 26rem;
}
.main-body-content div input{
    width: 350rem;
    height: 40rem;
    vertical-align: bottom;
    font-size: 18rem;
    border: 1rem solid #dd0e20;
    padding-left: 5rem;
}
.main-body-content button{
    border: none;
    margin: auto;
    display: block;
    color: white;
    background-color: red;
    width: 130rem;
    height: 50rem;
    border-radius: 5rem;
    font-weight: bolder;
    cursor: pointer;
    margin-top: 20rem;
}



/* 外面盒子样式---自己定义 */
.page_div{margin:20rem 10rem 20rem 0;color:#666}
/* 页数按钮样式 */
.page_div button{display:inline-block;min-width:30rem;height:28rem;cursor:pointer;color:#666;font-size:13rem;line-height:28rem;background-color:#f9f9f9;border:1rem solid #dce0e0;text-align:center;margin:0 4rem;-webkit-appearance: none;-moz-appearance: none;appearance: none;}
#firstPage,#lastPage,#nextPage,#prePage{width:50rem;color:#0073A9;border:1rem solid #0073A9}
#nextPage,#prePage{width:70rem}
.page_div .current{background-color:#dd0e20;border-color:#0073A9;color:#FFF}
/* 页面数量 */
.totalPages{margin:0 10rem}
.totalPages span,.totalSize span{color:#0073A9;margin:0 5rem}
/*button禁用*/
.page_div button:disabled{opacity:.5;cursor:no-drop}


/* 底部 */
.footer{
    width: 100%;
    overflow: hidden;
    margin: 60rem 0 20rem 0;
}
.footer ul{
    width: 1200rem;
    margin: auto;
    display: flex;
    justify-content: center;
}
.footer ul li{
    padding: 0 10rem;
}

.footer .Links{
    width: 100%;
    height: 40rem;
    background-color: #dd0e20;
    margin-top: 20rem;
}
.footer .Links div{
    width: 1200rem;
    height: 40rem;
    margin: auto;
}
.footer .Links div ul li,.footer .Links div ul li a{
    line-height: 40rem;
    color: white;
    font-weight: bolder;
}
.footer .linkey{
    width: 1200rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}
.footer .linkey div{
    margin-top: 15rem;
}

.method-of-donation .information ul li {
    margin-top: 10rem;
}

/* 分页 */
.page_left {
        float: left;
    }

    .page_right {
        float: right;
    }
    .page_right a{
        background-color: #fff;
        border-radius: 3rem;
        border: 1rem solid #dddddd;
        color: #000000;
        padding: 6rem 12rem;
        margin: 0 3rem;
    }
    .page_right a:hover{
       border-color: #dd0e20;
    }
    .page-active{
       background-color: #dd0e20;
    }

    .page_right .page-porv ,
    .page_right .page-next {
        color: #bfbfbf;
    }
    .fred{
    color:red

