@charset "UTF-8";
body, form, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, p, header, menu, footer, section, iframe, video, article, button {
    margin: 0;
    padding: 0;
}
*{
    box-sizing: border-box;
}
html, body {
    width: 100%;
    min-width: 1120px;
    height: 100%;
}
body {
    font-size: 12px;
    font-family: 'PingFang SC','STHeitiSC-Light','Microsoft YaHei','Helvetica',Sans-serif !important;
    background: #ffffff;
    position: relative;
    text-align: justify;
}
.text{
    text-indent: 2em;
}
/* 清除图片默认边框 */
img{
    border:0;
}
.dsn{
    display: none;
}
a {
    outline: 0;
    text-decoration: none;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}
img {
    display: block;
    width: 100%;
    border: 0;
}
ul, li {
    list-style: none;
}
.w1120{
    margin: auto;
    width: 1120px;
}
.w300{
    width: 300px;
}
.w560{
    width: 560px;
}
.h66{
    height: 66px;
}
.h100{
    height: 100px;
}
.state{
    color: #fff;
    padding-left: 30px;
    background-color: #f85032;
    display: table-cell;
    vertical-align: middle;
}
.state>h1{
    font-weight: normal;
    font-size: 22px;
}
.state>p{
    font-size: 18px;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.clear{
    clear: both;
}
.clearfix{
    overflow: hidden;
    zoom: 1;
}
/*header*/
@keyframes move
{
    from {top: -100px;}
    to {top: 0;}
}

@-webkit-keyframes move /*Safari and Chrome*/
{
    from {top: -100px;}
    to {top: 0;}
}

header{
    width: 100%;
    height: 80px;
    padding: 0 20px;
    position: absolute;
    background: #fff;
    border: none;
    box-shadow: 0 2px 5px #ddd;
    z-index: 100;
    left:0;
    top:0;
}
.container{
    width: 80%;
    min-width: 1120px;
    margin: auto;
    height: 80px;
}
.logo{
    width: auto;
    height: 58px;
    margin-top: 11px;
}
.search{
    width: 400px;
    height: 40px;
    border: 1px solid #ccc;
}
.hidden{
    position: fixed;
    top: 0;
    background-color: #fff;
    animation: move 0.8s ease;
    -webkit-animation: move 0.8s ease;
    box-shadow: 0 2px 10px #ddd;
}
.showed{
    top:0;
    z-index: 9999;
    position: fixed;
}

/*导航栏*/
nav{
    width: 666px;
    height: 40px;
}
nav>ul{
    height: 80px;
}
nav>ul>li{
    float: left;
    height: 80px;
    width: 12.4%;

}
nav>ul>li>a{
    color: #000;
    font-size: 16px;
    width: 100%;
    display: block;
    height: 80px;
    line-height: 80px;
    text-align: center;
}
.hidden>.container>nav>ul>li>a{
    color: #000;
}
.hidden>.container>nav>ul>li>.this{
    color: #f85032!important;
}
nav>ul>li>a:hover{
    color: #f85032;
}
.second_ul>li>a {
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    color: #000;
    font-size: 14px;
}
.second_ul>li>a:hover{
    color: #fff;
    background-color: #f85032;
}
.second_ul{
    display: none;
    background-color: rgba(255,255,255,0.7);
    position: absolute;
    z-index: 10;
    width: 100px;
}
.color1{
    background-color: rgba(255,255,255,0.7);
}
.color2{
    color: #fff;
    background-color: #f85032;
}
.this{
    color: #f85032;
}
.active{
    color: #fff!important;
    background: url(../../../images/red_bg_01.png) no-repeat!important;
    background-size: cover!important;
}
/*搜索*/
.searchBar .input {
    height: 40px;
    font-size: 15px;
    padding: 5px 0 5px 10px;
    width: 235px;
    float: left;
    overflow: hidden;
    background: none;
    line-height: 24px;
    color: #aaaaaa;
}
input, select, textarea {
    outline: 0;
    -webkit-user-modify: read-write-plaintext-only;
    border: 0;
}
.searchBox {
    width: 243px;
    height: 40px;
    float: left;
    overflow: hidden;
}
.searchBar {
    height: 40px;
    width: 315px;
    background-color: #f9f9f9;
    border: #e4e4e4 1px solid;
}
.searchBar .searchBt {
    display: block;
    width: 70px;
    height: 40px;
    margin-top: -1px;
    overflow: hidden;
    text-indent: -999px;
    float: right;
    background: url(../../../images/search.png) no-repeat 0 0;
    background-size: cover;
    cursor: pointer;
}
/*轮播*/
.swiper-container {
    width: 100%;
    height: 548px;
}
.ani{
    width: 1120px;
    padding: 0 250px;
    margin: auto;
    position: absolute;
    bottom: 0;
    border-top: 1120px;
    border-right: 100px solid transparent;
    border-bottom: 150px solid rgba(255,255,255,0.7);
    border-left: 0;
    height: 20px;
}
.ani_01{
    width: 1120px;
    padding: 0 200px;
    margin: auto;
    position: absolute;
    bottom: 0;
    right: 0!important;
    border-top: 1120px;
    border-right: 0!important;
    border-bottom: 150px solid rgba(255,255,255,0.7);
    border-left: 100px solid transparent!important;
    height: 20px;
}
.ani>a>p,.ani_01>a>p{
    font-size: 20px;
    color: #000;
    line-height: 38px;
}
.ani>a>p:first-child,.ani_01>a>p:first-child{
    margin-top: 39px;
    font-weight: bolder;
    font-size: 28px;
}
.banner_main{
    width: 100%;
    height: 548px;
    margin: auto;
    position: relative;
}
.banner1{
     width: 100%!important;
     height: 100%;
     background: url(../../../images/banner_01.png) 0 0 no-repeat;
     background-position: center top;
     background-size: cover;
 }
.banner2{
    width: 100%!important;
    height: 100%;
    background: url(../../../images/banner_02.png) 0 0 no-repeat;
    background-position: center top;
    background-size: cover;
}
.banner3{
    width: 100%!important;
    height: 100%;
    background: url(../../../images/banner_03.png) 0 0 no-repeat;
    background-position: center top;
    background-size: cover;
}
.swiper-pagination-bullet{
    background-color: #fff!important;
}
.swiper-pagination-bullet-active{
    width: 30px!important;
    border-radius: 50px!important;
    background-color: #f85032!important;
}
/*内容模板*/
.border{
    border: 1px solid #e9e8e5;
}
.total{
    padding: 150px 0 0;
}
.left{
    width: 230px;
}
.state_01 {
    width: 230px;
    padding: 10px 0;
    color: #000;
    padding-left: 30px;
    background-color: #f2f4f4;
    margin-bottom: 15px;
}
.state_01>h1 {
    font-size: 18px;
}
.state_01>p {
    font-size: 14px;
}
.state_01:hover{
    cursor: pointer;
    color: #fff;
    background-color: #f85032;
}
.right{
    width: 875px;
}
.title{
    color: #fff;
    background: url(../../../images/red_bg.png) no-repeat;
    background-size: cover;
    width: 875px;
    padding: 21px 0;
    padding-left: 30px;
    font-size: 16px;
    font-weight: bold;
}
.article{
    padding: 15px 30px 50px;
    border-top: none;
}
.article>h1{
    color: #000;
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    margin-top: 40px;
}
.article>h2{
    font-size: 16px;
    line-height: 30px;
    font-weight: normal;
    margin-top: 40px;
}
.article>p{
    font-size: 16px;
    line-height: 30px;
    text-indent: 2em;
    text-align:justify;
}
.span_1,.span_2,.span_3,.span_4{
    background: url("../../../images/ic_donor.png") no-repeat;
    background-size: 20px 120px;
}
.span_1{
    background-position: 0 0;
}
.span_2{
    background-position: 0 -31px;
}
.span_3{
    background-position: 0 -62px;
}
.span_4{
    background-position: 0 -93px;
}
.article>h1:first-child{
    margin-top: 0;
}
/*底部*/
footer{
    width: 100%;
    background-color: #464952;
}
.footer_left,.footer_right{
    text-align: left;
}
footer p,footer>p>a{
    font-size: 14px;
    color: #fff;
    line-height: 40px;
}
.footer_left>p>a{
    font-size: 14px;
    color: #fff;
    line-height: 40px;
}
.footer_right>img{
    width: auto;
    height: 130px;
    margin-bottom: .5rem;
}
.footer_right>span{
    color: #fff;
    margin-left: -7px;
}
.ui{
    text-align: center;
    padding-top: 30px;
}
.footer{
    width: 1120px;
    margin: auto;
    padding: 80px 0 20px;
}
.contact>a {
    display: inline-block;
    width: 25px;
    height: 25px;
    background-size: 90px 25px;
    margin: 10px 5px 0 0;
}
.contact>a:first-child{
    background: url(../../../images/contact.png) no-repeat 0 0;
    background-size: 90px 25px;
}
.contact>a:nth-child(2){
    background: url(../../../images/contact.png) no-repeat -33px 0;
    background-size: 90px 25px;
}
.contact>a:last-child{
    background: url(../../../images/contact.png) no-repeat -66px 0;
    background-size: 90px 25px;
}
/*回到顶部*/
.backTop {
    display: block;
    width: 40px;
    height: 40px;
    background: url(../../../images/bt_top.gif) no-repeat 0 0;
    position: fixed;
    z-index: 99;
    bottom: 5px;
    right: 5px;
    display: none;
}
.backTop:hover {
    background: url(../../../images/bt_top.gif) no-repeat 0 -50px;
}
.tu_1{
    height: 250px;
    width: 1120px;
    margin: auto;
    background: url(../../../images/bg_1.png) no-repeat;
    background-size: contain;
    background-position: left bottom;
}

.inf h2 {
    font-weight: 600;
    margin-top: 20px;
}





















