.changeState {
    position: fixed;
    right: 10px;
    top: 200px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #D71516;
    color: #fff;
    text-align: center;
    z-index: 999999;
}

* {
    margin: 0;
    padding: 0;
    font-family: sans-serif;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

input {
    outline: none
}

a:hover {
    color: #D71516 !important;
}

.back {
    
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.header {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #F1F1F1;
}

.headerInn {
    width: 1200px;
    margin: 0 auto;
}

.langSelect {
    height: 40px;
}

.langSelect li {
    float: right;
    color: #666666;
}

.langSelect a {
    padding: 0 4px;
    color: #666666;
}

.header2 {
    height: 120px;
    border-bottom: 2px solid #F1F1F1;
}

.headerInn {
    height: 120px;
    margin: 0 auto;
    width: 1200px;
    position: relative;

}

.logo {
    padding-top: 21px;
    padding-left: 9px;
}

.search {
    position: absolute;
    top: 41px;
    right: 0;
}

.searchIcon {
    position: absolute;
    top: 7px;
    right: 15px;
}

.search input {
    height: 38px;
    line-height: 38px;
    padding: 0 50px 0 15px;
    width: 135px;
    border-radius: 4px;
    border: 1px solid #A1A1A1;
    font-size: 0.9rem;
    color: #666666;

}

.contactus {
    position: absolute;
    top: 41px;
    right: 210px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-size: 1.3rem;
    text-align: center;
    background: #D71516;
    border-radius: 4px;
    padding: 0 1.5rem;
}

.menu {
    height: 60px;
    width: 100%;
}

.menuEn {
    background: linear-gradient(#F1474A, #D71418);
}

.menuInn {
    position: relative;
}

.menuInn, .menuInn > ul {
    width: 1200px;
    margin: 0 auto;
    height: 60px;
    line-height: 60px;
}

.menuInn > ul > li {
    float: left;
    height: 20px;
    line-height: 20px;
    margin-top: 20px;
    width: 148px;
    text-align: center;
    border-right: 1px solid #666666;
    
    color: #666;
    font-size: 1.4rem;
}

.menuInnEn > ul > li {
    float: left;
    height: 60px;
    line-height: 60px;
    margin-top: 0;
    width: auto;
    padding: 0 33px;
    text-align: center;
    border-right: 1px solid #C11315;
    border-left: 1px solid #E14F55;
    
    color: #fff;
    font-size: 1rem;
    background: linear-gradient(#F1474A, #D71418);
}

.menuInnEn > ul > li:first-child {
    border-left: 0;
}

.menuInn > ul > li:last-child {
    border-right: none !important;
}

.menuInn > ul > li a {
    color: #666;
}

.menuInnEn > ul > li a {
    color: #fff;
}

.menuInnEn > ul > li a:hover {
    color: #fff !important;
}

.menuDown {
    position: absolute;
    top: 60px;
    overflow: hidden;
    width: 100%;
    z-index: 99999;
}

.menuDown > ul {
    width: 100%;

}

.menuDown > ul > li {
    width: 150px;
    min-height: 1px;
    float: left;
    background: #fff;
}

.menuDown > ul > li > ul {
    width: 130px;
    padding: 0 10px;
    background: #666666;
}

.menuDown > ul > li > ul > li {
    text-align: center;
    color: #fff;
    height: 40px;
    line-height: 40px;
    border-top: 1px solid #7b7b7b;
    border-bottom: 1px solid #595959;
    display: none;
}

.menuDown > ul > li > ul > li a:hover {
    
    color: #D71516 !important;
}

.menuDown > ul > li > ul > li a {
    color: #fff;
}

.menuBottom {
    width: 100%;
    background: #D5D5D5;
}

.menuBottomInn {
    width: 1180px;
    padding-left: 20px;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
    color: #696969;
    position: relative;
}

.triangle {
    position: absolute;
    left: 46px;
    top: -20px;
}

.main {
    width: 100%;
    background: #F1F1F1;
}

.mainInn {
    width: 1200px;
    padding-bottom: 20px;
    margin: 0 auto;
}

.bannerEn {
    width: 100%;
    position: relative;
}

.bannerInnEn {
    width: 1200px;
    margin: 0 auto;
}

.bannerBottomBack {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #000000;
    opacity: 0.7;
    position: absolute;
    bottom: 0;
}

.bannerBottom {
    width: 100%;
    position: absolute;
    bottom: 0;
}

.bannerBottomInn {
    width: 1200px;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: relative;
    color: #fff;
}

.greyLine {
    width: 100%;
    height: 10px;
    background: #D5D5D5;
}


.banner {
    margin-bottom: 15px;
}

.notice {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #fff;
    margin-bottom: 15px;
}

.noticeLabel {
    width: 160px;
    float: left;
}

.noticeContent {
    width: 1040px;
    float: left;
}

.noticeContent li {
    width: 520px;
    position: relative;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.speaker {
    position: absolute;
    left: 55px;
    top: 15px;
}

.noticeText {
    margin-left: 90px;
    width: 430px;
    height: 50px;
    line-height: 50px;
    font-size: 1.2rem;
    color: #666;

}

.news {
    width: 100%;
    overflow: hidden;
    background: #fff;
}

.newsL {
    float: left;
    width: 785px;
    padding-right: 15px;

}

.newsLTab {
    width: 100%;
    height: 64px;
    line-height: 60px;
    
    background: #fff;
    margin-bottom: 10px;
    position: relative;
}

.newsLTab li {
    float: left;
    margin: 0 40px;
    font-size: 1.5rem;
    font-weight: 900;
    color: #333;
    text-align: center;
    border-bottom: 4px solid #fff;
    cursor: pointer;
}

.newsTabOn {
    border-bottom: 4px solid #D71516 !important;
    color: #D71516 !important;
}

.newsLLine {
    width: 100%;
    height: 1px;
    background: #D71516;
    position: absolute;
    top: 62px;
    left: 0;
    z-index: 9;
}

.newsList {
    width: 725px;
    padding: 0 30px;
    overflow: hidden;
}


.newsList > ul > li > ul > li {
    padding: 20px 0;
    overflow: hidden;
}

.newsListLiL {
    width: 240px;
    float: left;
    margin-right: 20px;
}

.newsListLiL img {
    width: 240px;
    height: 180px;
}

.newsListLiR {
    width: 465px;
    float: left;
}

.newsListLiR-jigou {
    width: 100%;
    float: left;
}

.newsListLiTitle {
    padding-top: 20px;
    color: #D71516;
    font-size: 1.2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newsListLiTitle-jigou {
    padding-top: 10px !important;
}
.li-jigou{
    padding: 0px !important;
}

.li-jigou-line{
    border-bottom: 1px solid #D71516;
    padding-bottom: 10px !important;
    margin-bottom: 8px;
}

.newsListLiTitle a {
    color: #D71516;
}

.newsListLiTitle-jigou-a {
    color: #666666 !important;
}

.newsListLiTitle a:hover {
    text-decoration: underline !important;
    text-underline: #D71516 !important;
}

.newsListLiDesc {
    padding-top: 10px;
    color: #666;
    font-size: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.newsListLiDate {
    padding-top: 10px;
    text-align: right;
    color: #666;
    font-size: 1.2rem;
}

.newsR {
    margin: 10px;
    padding: 10px;
    width: 358px;
    border: 1px solid #aaa;
    float: left;
    border-radius: 4px;
}

.donateTitle {
    background: #D71516;
    border-radius: 4px;
    font-size: 1.2rem;
    font-weight: 900;
    color: #fff;
    text-align: center;
    line-height: 40px;
    height: 45px;
}

.donateTitle table {
    width: 100%;
}

.donateData {
    width: 100%;
    height: 300px;
    overflow: hidden;
    text-align: center;
    
    border-bottom: 1px solid #ddd;
}

.donateData table {
    width: 100%;
    padding: 10px 0;
    color: #666;
    font-size: 0.95rem;
    table-layout: fixed;
    line-height: 1.8rem;
}

.donateDataOne {
    width: 20%;
    overflow: hidden;
}

.donateDataTwo {
    width: 28%;
    overflow: hidden;
}

.donateDataThree {
    width: 30%;
    overflow: hidden;
}

.donateDataFour {
    width: 22%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.donateArea {
    padding: 20px;
    width: calc(100% - 40px);
    border-bottom: 1px solid #ddd;
}

.donateAreaL1 {
    overflow: hidden;
    padding-bottom: 20px;
}

.donateBtnRed {
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #D71516;
    color: #fff;
    font-size: 1.2rem;
    width: calc(50% - 10px);
    margin-right: 20px;
    border-radius: 4px;
    float: left;
}

.donateBtnRed a {
    color: #fff;
}

.donateBtnRed:hover {
    color: #fff;
}

.donateBtnSkyblue {
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #81BCE8;
    color: #fff;
    font-size: 1.2rem;
    width: calc(50% - 10px);
    border-radius: 4px;
    float: left;
}

.donateAreaL2 {

}

.donateBtnBlue {
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #50A8E8;
    color: #fff;
    font-size: 1.2rem;
    border-radius: 4px;
}

.donateQcode {
    padding: 20px;
}

.donateQcode img {
    margin: 0 auto;
    width: 210px;
    display: block;
}

.donateQcode p {
    text-align: center;
    padding-top: 10px;
}

.more1 {
    margin: 20px 0 20px 0;
    background: #fff;
    overflow: hidden;
}

.more2 {
    margin: 0 0 20px 0;
    background: #fff;
    overflow: hidden;
}

.moreL {
    width: 280px;
    height: 280px;
    float: left;
    position: relative;
}

.moreLBtn {
    width: 122px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #fff;
    color: #666;
    position: absolute;
    left: 30px;
    bottom: 29px;
    border-radius: 4px;
}


.moreR1 {
    padding: 20px 10px;
    float: left;
    width: 900px;
}

.moreR {
    padding: 30px 60px;
    float: left;
    width: 800px;
}

.moreR ul li {
    width: 360px;
    float: left;
    height: 43px;
    line-height: 43px;
    border-bottom: 1px dotted #A1A1A1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.moreR ul li:nth-child(2n+1) {
    margin-right: 80px;
}

.moreR ul li a {
    color: #666666;
    font-size: 1rem;
}

.moreR ul li a:hover {
    color: #D71516 !important;
}

.video {
    background: #fff;
}

.videoTab {
    height: 60px;
    line-height: 60px;
    padding: 0 0 0 20px;
    border-bottom: 1px solid #D71516;


}

.videoVideo img {
    width: 360px;
    height: 200px;
}

.videoTabTt {
    line-height: 22px;
    height: 24px;
    float: left;
    margin-top: 20px;
    border-left: 6px solid #D71516;
    color: #D71516;
    font-size: 1.4rem;
    padding-left: 10px;
    font-weight: 900;
}

.enTab {
    height: 60px;
    line-height: 60px;
    padding: 0 0 0 20px;
    border-bottom: 1px solid #D71516;


}

.enTabTt {
    line-height: 22px;
    height: 24px;
    float: left;
    margin-top: 20px;
    border-left: 6px solid #D71516;
    color: #D71516;
    font-size: 1.4rem;
    padding-left: 10px;
    
}

.enText {
    line-height: 1.5rem;
    font-size: 0.95rem;
    color: #9e9e9e;
    padding-bottom: 30px;
}

.enLine {
    width: 100%;
    background: #E2E2E2;
    height: 1px;
    border-top: 1px solid #E8E8E8;
    border-bottom: 1px solid #FAFAFA;
}

.enL2 {
    overflow: hidden;
    height: 480px;
}

.enL2L {
    width: 780px;
    margin-right: 20px;
    float: left;
    overflow: hidden;
}

.enL2R {
    width: 400px;
    float: left;
}

.enNewsL {
    overflow: hidden;
    width: 100%;
}

.enNewsLL {
    width: 240px;
    float: left;
    margin-right: 20px;
    overflow: hidden;
    padding: 10px 0;
}

.enNewsLL img{
    width: 240px;
    height: 180px;
}

.enNewsLR {
    width: 465px;
    float: left;
    padding: 20px 0;
    line-height: 1.5rem;
    font-size: 0.95rem;
    color: #9e9e9e;
}

.enNewsLR a {
    color: #D71516;
}

.enNewsLList {
    padding: 20px 0;
    float: left;
    width: 100%;
}

.enNewsLList li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 2rem;
    font-size: 0.95rem;
    color: #9e9e9e;
}

.enNewsL1 {
    padding: 34px 45px 20px 45px;
    font-size: 1.1rem;
}

.enNewL1Btn1 {
    padding: 0 20px;
    width: 270px;
    height: 40px;
    line-height: 40px;
    text-align: right;
    color: #fff;
    background: #D71418;
    border-radius: 0.3rem;
    margin-bottom: 10px
}

.enNewL1Btn2 {
    padding: 0 20px;
    width: 270px;
    height: 40px;
    line-height: 40px;
    text-align: right;
    color: #fff;
    background: #50A8E8;
    border-radius: 0.3rem;
    margin-bottom: 10px
}

.enNewL1Btn3 {
    padding: 0 20px;
    width: 270px;
    height: 40px;
    line-height: 40px;
    text-align: right;
    color: #fff;
    background: #81BCE8;
    border-radius: 0.3rem;
    margin-bottom: 10px
}

.enNewL2 {
    width: 330px;
    padding: 10px 10px 10px 15px;
    overflow: hidden;
}

.enNewsL2L {
    float: left;
    width: 135px;
}

.enNewL2R {
    float: left;
    margin-left: 10px;
    padding: 40px 0 0 0;
    width: 185px;
    line-height: 1.5rem;
    font-size: 0.95rem;
    color: #9e9e9e;
}


.footerEn {
    width: 100%;
    background: #F1F1F1;
    text-align: center;
    color: #A2A2A2;
    line-height: 2rem;
    padding-bottom: 5rem;
}

.footerEnL1 a {
    color: #A2A2A2;
    padding: 0 20px;
}

.footerEnL2 {
    color: #999999;
    text-align: center;
}





.moreHref {
    float: right;
    padding-right: 1rem;

}

.moreHref a {
    color: #1566a1;
}

.videoList {
    overflow: hidden;
}

.videoList li {
    float: left;
    width: 360px;
    padding: 20px;
}

.videoTitle {
    color: #666;
    font-size: 1rem;
    line-height: 1.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.coop {
    margin-top: 20px;
    background: #ffffff;
}

.coopImg {
    padding: 20px;
    overflow: hidden;
}

.coopImg > ul > li > ul > li {
    float: left;
    margin-right: 13px;
    margin-bottom: 13px;
}

.coopImg-img {
    width: 180px;
    height: 80px;
}

.footer {
    background: linear-gradient(#F1474A, #D71418);
    height: 380px;
    padding: 10px 0
}

.footerInn {
    width: 1200px;
    margin: 0 auto;
}

.ftL1 {
    margin: 20px 0 10px 0;
    overflow: hidden;
}

.ftL1L {
    width: 259px;
    height: 290px;
    border-right: 1px solid #fff;
    float: left;
    line-height: 1.5rem;
    color: #fff;
    text-align: center;
}

.ftL1L img {
    margin: 50px auto 5px auto;
    display: block;
}

.ftL1M {
    float: left;
    padding: 50px 50px 0 50px;
    width: 464px;
    border-right: 1px solid #fff;
    height: 240px;
}

.h1fff {
    color: #fff;
    font-size: 2.4rem;
}

.h3fff {
    color: #fff;
    font-size: 1rem;
    line-height: 4rem;
    overflow: hidden;
}

.h4fff {
    color: #fff;
    font-size: 1.2rem;
    line-height: 3rem;
    overflow: hidden;
    padding-bottom: 10px;
}

.h3fff img {
    margin: 12px 15px 0 10px;
}

.h4fff img {
    margin: 5px 15px 0 0;
}

.fl {
    float: left;
}

.fff {
    color: #fff;
    font-size: 0.9rem;
    line-height: 2rem;
}

.ftL1R {
    width: 325px;
    padding-left: 50px;
    padding-top: 10px;
    float: left;
}

.h2fff {
    color: #fff;
    font-size: 1.2rem;
}


.oh {
    overflow: hidden;
}

.pl10 {
    color: white;
}

.ftL2 {
    padding-top: 10px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    font-weight: 100;
}

.show {
    display: block;
}

.hide {
    display: none;
}

.sw1Slide {
    width: 174px;
    height: 230px;
    margin-right: 25px !important;
    border: 1px solid #C6C6C6;
}

.sw1Slide img {
    width: 100%;
    height: 160px;
}

.sw1sbar {
    display: none !important;
}

.swiper-container {
    
    
}

.swiper1 .swiper-container {
    width: 800px !important;
    margin-left: 50px !important;
}

#bannerSwiper {
    width: 1200px !important;
    margin-left: 0 !important;
}

.swiper1 {
    position: relative;
}

.swiper-button-prev {
    background-image: url("../image/left.png");
}

.swiper-button-next {
    background-image: url("../image/right.png");
}

.sw1text {
    color: #666666;
    padding: 0 10px;
    margin: 0.5rem 0;
    line-height: 1.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.mainBanner {
    width: 100%;
    background: #F1F1F1;
}

.mainBanner img {
    width: 100%;
}

.mainInn2 {
    width: 1200px;
    margin: 0 auto 0 auto;
    overflow: hidden;
    padding: 10px 0;
}

.mainInn2L {
    width: 280px;
    float: left;
    background: #fff;
    padding: 10px;

}


.mainInn2R {
    width: 890px;
    float: right;
    background: #fff;
}

.leftTitle {
    padding: 0.5rem 0.8rem;
    height: 1rem;
    line-height: 1rem;
    border-left: 6px solid #D71516;
    font-size: 1.6rem;
}

.leftMenu {
    padding: 10px 10px;
    border-top: 2px solid #D71516;
    margin: 15px 0;
}

.leftBtnCtnBtn1 {
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #D71516;
    color: #fff;
    font-size: 1.2rem;
    border-radius: 4px;
}

.leftBtnCtnBtn2 {
    margin-top: 10px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #50A8E8;
    color: #fff;
    font-size: 1.2rem;
    border-radius: 4px;
}


.leftBtnCtn {
    padding: 10px 10px;
    border-top: 2px solid #D71516;
    margin: 15px 0;
}

.projectList {
    width: 280px;
    padding-top: 5px;
    margin-top: 10px;
    border-top: 2px solid #D71516;
    padding-bottom: 10px;
}

.projectList > ul {
    
}

.projectList > ul > li {
    width: 278px;
    height: 120px;
    margin-top: 10px;
    border: 1px solid #DCDCDC;
}

.projectLiL {
    width: 120px;
    float: left;
    overflow: hidden;
}

.projectLiL img {
    width: 100%;
    height: 120px;
}

.projectLiR {
    width: 128px;
    margin: 15px;
    float: left;
}

.projectLiRTitle {
    width: 128px;
    line-height: 1.4rem;
    margin: 0 0.5rem 0 0.2rem;
    font-size: 1.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.projectLiRHref {
    margin-top: 1rem;
    border-top: 2px solid #D71516;
    padding-top: 10px;
    color: #666;
}

.projectLiRHref a {
    color: #666;
}

.hotList {
    width: 280px;
    padding-top: 5px;
    margin-top: 10px;
    border-top: 2px solid #D71516;
    padding-bottom: 10px;
}

.hotList > ul > li {
    width: 278px;
    height: 120px;
    margin-top: 10px;
    border: 1px solid #DCDCDC;
}

.hotLiL {
    width: 120px;
    float: left;
    overflow: hidden;
}

.hotLiL img {
    width: 100%;
    height: 120px;
}

.hotLiR {
    width: 128px;
    margin: 15px;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.hotLiR {
    color: black;
    height: 98px;
}

.hotLirAbstract{
    width: 120px;
    height: 70px;
    overflow: hidden;
    float: left;
    color: #8c8c8c;
    font-size: 12px;
}

.hotLiR_title{
    height: 46px;
    overflow: hidden;
}

.bread {
    width: 860px;
    margin: 0 15px;
    height: 55px;
    line-height: 60px;
    border-bottom: 2px solid #D71516;
    font-size: 1.1rem;
    color: #666;
}

.bread a{
    color: #666;
}

.postList {
    margin: 10px 4% 74px 4%;
}

.postList > ul > li {
    line-height: 55px;
    height: 55px;
    border-bottom: 1px dotted #C6C6C6;
    color: #666;
    overflow: hidden;
}

.postLiL {
    width: calc(100% - 12rem);
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.postLiL a {
    color: #666;
}

.postLiR {
    width: 12rem;
    float: right;
    text-align: right;
}

.postListNav {
    text-align: center;
    color: #666;
    line-height: 2rem;
    
}

.postListNav a {
    color: #666;
}

.postListNavOn {
    color: #D71516 !important;
}

.postList2 {
    padding: 0 30px;
}

.postList2 > ul > li {
    padding: 20px 0;
    overflow: hidden;
    border-bottom: 1px dotted #C6C6C6;
}

.postList2LiL {
    width: 240px;
    float: left;
    margin-right: 20px;
}

.postList2LiL img {
    width: 100%;
    height: 180px;
}

.postList2LiR {
    width: 570px;
    float: left;
}

.postList2LiTitle {
    padding-top: 20px;
    color: #D71516;
    font-size: 1.2rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.postList2LiTitle a {
    color: #D71516;
}

.postList2LiTitle a:hover {
    text-decoration: underline !important;
    text-underline: #D71516 !important;
}

.postList2LiDesc {
    padding-top: 10px;
    color: #666;
    font-size: 0.8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.postList2LiDate {
    padding-top: 10px;
    text-align: right;
    color: #666;
    font-size: 1.2rem;
}


.postList2LiSrc {
    padding-right: 2rem;
    font-size: 1rem;
}

.leftMenu {
    overflow: hidden;
}

.leftMenu > ul > li {
    padding: 0 6%;
    width: 88%;
    height: 50px;
    line-height: 50px;
    position: relative;
    border-bottom: 1px dotted #C6C6C6;
    background-image: url("../image/s2.png");
    background-position: 90% 16px;
    background-repeat: no-repeat;
}

.leftMenu > ul > li a {
    display: block;
    color: #666;
    font-size: 1.4rem;
    width: 100%;
    height: 100%;
}

.leftMenuLiOn, .leftMenu > ul > li:hover {
    background-color: #D71516;
    color: #fff;
    background-image: url("../image/s1.png") !important;
}


.leftMenuLiOn a, .leftMenu > ul > li:hover a {
    color: #fff !important;
}

.article {
    padding: 20px 50px;
    width: 790px;
    background: #fff;
}

.article_en{
    padding: 20px 50px;
    width: 1090px;
    background: #fff;
}

.articleTitle {
    line-height: 1.7rem;
    
    font-size: 1.5rem;
    font-weight: 900;
    color: #333;
    width: 90%;
    margin: 0 5%;
    text-align: center;
}

.articleSubtitle {
    line-height: 2rem;
    font-size: 1.3rem;
    color: #333;
    width: 90%;
    margin: 0 5%;
    text-align: center;
}

.articleDesc {
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
    color: #666;
    padding: 10px 0;
    text-align: center;
}

.articleDescL {
    padding-right: 50px;
}

.articleContent {
    color: #666;
    line-height: 2rem;
    padding: 1rem 0 3rem 0;
    margin: 1rem 0;
    border-bottom: 1px dotted #C6C6C6;
    
}

.articleContent img{
    max-width: 100%;
}

.articleFooter {
    width: 90%;
    margin: 0 auto 3rem auto;
    overflow: hidden;
}

.articleFooterL {
    width: 60%;
    float: left;
    overflow: hidden;
    color: #666;
}

.articleFooterR {
    float: right;
    padding: 0 2rem;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    background: #D71516;
    color: #fff;
    border-radius: 0.3rem;

}

.articleFooterL a {
    color: #666;
}

.articleFooterR a {
    display: block;
    height: 100%;
    width: 100%;
    color: #fff;
}

.articleFooterR a:hover {
    color: #fff !important;
}

.oneline {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.member {
    padding: 20px 50px;
    width: 790px;
    background: #fff;
}

.memberTitle {
    height: 50px;
    line-height: 50px;
    padding-left: 40px;
    color: #D71516;
    font-size: 1.4rem;
    border-bottom: 1px dotted #C6C6C6;
    background-image: url("../image/ld.png");
    background-repeat: no-repeat;
    background-position: 0 11px;
}

.memberSingle {
    padding-bottom: 1.25rem;
    border-bottom: 1px dotted #C6C6C6;
}

.memberLabel {
    line-height: 4rem;
    height: 4rem;
    font-size: 1.4rem;
    color: #333;
}

.memberSingleCtn {
    overflow: hidden;
    width: 790px;

}

.memberSingleL {
    float: left;
    width: 150px;
}

.memberSingleR {
    float: left;
    padding: 0.5rem 30px 0 20px;
    width: 590px;
}

.memberSingleL img {
    width: 100%;
    height: 180px;
}

.memberSingleName {
    font-size: 1.4rem;
    color: #333;
    line-height: 3rem;
    height: 3rem;
}

.memberSingleDesc {
    color: #989898;
    font-size: 0.9rem;
}

.memberMultiCtn {
    padding: 0 0 1.25rem 0;
    border-bottom: 1px dotted #C6C6C6;
    overflow: hidden;
}

.memberMultiCtn > ul > li {
    float: left;
    width: 150px;
    padding-right: 47px;
    height:320px;

}

.memberMultiAvtar {
    width: 150px;
    
}

.memberMultiAvtar img {
    width: 100%;
}

.memberMultiName {
    font-size: 1.4rem;
    color: #333;
    line-height: 3rem;
    height: 3rem;
    text-align: center;
}

.memberMultiDesc {
    color: #989898;
    font-size: 0.85rem;
    text-align: center;
}

.register {
    padding: 20px 50px;
    width: 790px;
    background: #fff;
}

.registerTitle {
    text-align: center;
    line-height: 5rem;
    height: 5rem;
    font-size: 1.6rem;
    color: #333;
    font-weight: 900;
}

.registerCtn {
    overflow: hidden;
}

.registerCtn > ul > li {
    overflow: hidden;
    line-height: 3rem;
    height: 3rem;
    font-size: 1.2rem;
    color: #666;
}

.registerLiL {
    width: 20%;
    float: left;
    text-align: right;
}

.registerLiR {
    width: 79%;
    margin-left: 1%;
    float: left;
}

.registerLiR select, .registerLiR option, .registerLiR input[type=text] {
    line-height: 2rem;
    height: 2rem;
    border-radius: .3rem;
    outline: none;
    border: 1px solid #A1A1A1;
    font-size: 1.2rem;
    color: #666;
}

.registerLiR input[type=radio] {
    margin: 0 .5rem;
    color: #666;
}

.registerLiR input[type=checkbox] {
    margin: 0 .5rem;
    color: #666;
}

.red {
    color: #D71516;
}

.w100 {
    width: 96%;
    padding: 0 2%;
}

.w100s {
    width: 100%;
    padding: 0 2%;
}

.w50 {
    width: 46%;
    padding: 0 2%;
}

.w50s {
    width: 50%;
    padding: 0 2%;
}

.w25 {
    width: 21%;
    padding: 0 2%;
}

.w25s {
    width: 25%;
    padding: 0 2%;
}

.registerDesc {
    color: #666;
    text-align: center;
    line-height: 2rem;
    height: 2rem;
}

.registerBtn {
    width: 18rem;
    padding: 0 1rem;
    line-height: 3rem;
    height: 3rem;
    text-align: center;
    color: #fff;
    background: #50A8E8;
    border-radius: 0.3rem;
    margin: 2rem auto;
    font-weight: 900;
    font-size: 1.4rem;
}

.pl{
    padding-left: 1rem;
    display: none;
}

.projectInfo{
    margin-top: 1rem;
    overflow: hidden;
}

.projectInfoL{
    float: left;
    width: 300px;
    height: 200px;
    background: #eee;
}

.projectInfoL img{
    width: 300px;
    height: 200px;
}

.projectInfoR{
    float: left;
    margin-left: 40px;
    width: 450px;
    height: 300px;
}

.projectInfoR1{
    padding-top: 1rem;
    font-size: 1.4rem;
    font-weight: 900;
    color: #333;
}

.projectInfoR2{
    overflow: hidden;
    width: 100%;
    margin-top: 0.5rem;
}

.projectInfoR2>ul>li{
    float: left;
    width: 30%;
}

.projectLabel{
    line-height: 1.6rem;
    color: #666;
}

.projectMoney{
    line-height: 1.6rem;
    color: #D71516;
}

.projectButton{
    width: 10rem;
    
    text-align: center;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #D71516;
    color: #fff;
    font-size: 1.2rem;
    border-radius: 4px;
    margin-top: 0.5rem;
}

.projectButton a{
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
}

.projectButton a:hover{
    color: #fff!important;
}


.album {
    margin: 40px 40px 0 40px;
    overflow: hidden;
}

.album ul {
    width: 100%;
}


.album > ul > li {
    width: 248px;
    float: left;
    border: 1px solid #efefef;
    margin-bottom: 35px;
}

.album > ul > li:nth-child(3n+1), .album > ul > li:nth-child(3n+2) {
    margin-right: 30px;
}

.album > ul > li a {
    display: block;
    width: 100%;
    color: #666;
}

.album > ul > li img {
    display: block;
    width: 100%;
    height: 140px;
}

.albumText {
    height: 44px;
    margin: 20px 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.4rem;
    font-size: 1.2rem;
}







@media screen and (min-width: 1200px) {

}

@media screen and (min-width: 960px) and (max-width: 1199px) {

}

@media screen and (min-width: 768px) and (max-width: 959px) {

}

@media only screen and (min-width: 480px) and (max-width: 767px) {

}

@media only screen and (max-width: 1199px) {
    .menu {
        display: none;
    }

    .mainInn {
        width: 100%;
        height: auto;
        margin-top: 6rem;
    }

    .banner{
        margin-bottom: 0.5rem;
    }

    .banner img {
        width: 100%;
        height: auto;
    }

    .noticeLabel {
        display: none;
    }

    .noticeLabelMob {
        display: block !important;
        float: left;
        height: 4rem;
        width: 6rem;
        position: relative;
    }

    .noticeLabelMob img {
        height: 4rem;
        width: 6rem;
    }

    .notice {
        height: 4rem;
        overflow: hidden;
        margin-bottom:0.5rem
    }

    .noticeLabelText {
        position: absolute;
        left: 1rem;
        line-height: 1.5rem;
        width: 3rem;
        top: 0.5rem;
        color: #fff;
        font-size: 1.2rem;
    }

    .noticeContent {
        padding-top: 0;
        width: 70%;
        overflow: hidden;
    }

    .noticeText {
        line-height: 2rem;
        height: 2rem;
        margin-left: 1.5rem;
        font-size: 1rem;
    }

    .speaker {
        width: 1rem;
        height: 1rem;
        top: 0.5rem;
        left: 1%;
    }

    .noticeContent li {
        height: 2rem;
        line-height: 2rem;
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .newsL {
        width: 100%;
        padding-right: 0;
    }

    .newsList {
        width: 92%;
        margin: 0 4% 1rem 4%;
        padding: 0;

    }

    .show .newsListLiL img {
        display: none;
    }

    .show > ul > li:first-child .newsListLiL img {
        display: block !important;
    }

    .newsListLiL {
        width: 100%;
        margin-right: 0;

    }

    .newsListLiDate{
        font-size: 0.9rem;
    }

    .newsListLiTitle {
        font-size: 1rem;
        padding-top: 0.5rem;
    }

    .newsListLiDesc{
        -webkit-line-clamp: 4!important;
        line-height: 1.2rem;
    }

    .newsListLiL img {
        width: 100%;
        padding: 0;
        height: auto;
    }

    .newsListLiR {
        width: 100%;
        padding: 0;
    }

    .newsList > ul > li > ul > li {
        border-bottom: 1px dotted #aaa;
        padding: 0.5rem 0;
    }

    .newsR {
        width: 92%;
        margin: 0 4%;
        padding: 0;
    }

    .donateQcode {
        display: none;
    }

    .moreTitleImg {
        display: none;
    }

    .moreTitleImgMob {
        display: block !important;
    }

    .more1 {
        margin: 0.5rem 0;
    }

    .more2{
        margin: 0 0 0.5rem 0;
    }

    .moreL {
        width: 100%;
        height: auto;
        float: none;
    }

    .moreTitleImgMob {
        width: 100%;
    }

    .moreLBtn {
        display: none;
    }

    .moreR1 {
        width: 100%;
        padding: 0;
        float: none;
    }

    .swiper1 {
        display: none;
    }

    .moreR1Mob {
        display: block !important;
        width: 92%;
        margin: 1rem 4% 0 4%;
        overflow: hidden;
    }

    .moreR1Mob > ul > li {
        float: left;
        width: 47%;
        margin-bottom: 1rem;
        border: 1px solid #C6C6C6;
    }

    .moreR1Mob > ul > li:nth-child(2n+1) {
        margin-right: 4%;
    }

    .moreR1Mob > ul > li img {
        width: 100%;
        height: 240px;
        line-height: 7rem;
    }

    .moreR1MobText {
        height: 38px;
        margin: 0.5rem;
        line-height: 1.2rem;
        font-size: 0.8rem;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;

    }

    .moreR1MobText a{
        color: #666;
    }

    .moreR {
        width: 100%;
        padding: 0 4%;
    }

    .moreR ul li {
        width: 92%;
        height: 2.8rem;
        line-height: 2.8rem;
    }

    .moreR ul li:last-child {
        border: none;
    }

    .videoList li {
        width: 92%;
        margin: 1rem 4%;
        padding: 0;
    }

    .videoVideo img {
        width: 100%;
        height: auto;
    }

    .newsLTab {
        height: 3rem;
        line-height: 3rem;
    }

    .newsLTab li {
        margin: 0 1rem;
        font-size: 1rem;
    }

    .newsLLine {
        position: absolute;
        top: 3.15rem;
        left: 0;
    }


    .footer {
        width: 100%;
        height: auto;
    }

    .footerInn {
        width: 100%;
    }

    .ftL1L {
        width: 92%;
        margin: 0 4%;
        border-right: none;
        border-bottom: 1px dotted #fff;
        height: auto;
        padding-bottom: 1rem;
        font-size: 1rem;
        float: none;
    }

    .ftL1M {
        display: none;
    }

    .ftL1MMob {
        display: block !important;
        border-top: 1px dotted #fff;
        border-bottom: 1px dotted #fff;
        padding: 1rem 0;
        margin-bottom: 1rem;
    }

    .ftL2 {
        display: none;
    }

    .ftL1R {
        width: 92%;
        margin: 0 4%;
        padding: 1rem 0;
        float: none;
    }

    .h2fff {
        text-align: center;
        font-size: 1.2rem;

    }

    .ftL1L img {
        margin: 1rem auto 5px auto;
    }

    .oh {
        width: 50%;
        float: left;
    }

    .h4fff {
        padding-left: 0;
        padding-top: 1rem;
        font-size: 1rem;
    }

    .h4fff img {
        margin: 5px 0.5rem 0 0;
    }

    .h1fff {
        text-align: center;
        font-size: 1.2rem;
    }

    .coopImg {
        padding: 1rem 2%;
    }

    .coopImg > ul > li > ul > li {
        width: 7rem;
        height: auto;
        margin-right: 0.2rem;
        margin-bottom: 0.5rem;
    }

    .coopImg > ul > li > ul > li img {
        width: 7rem;
        height: 3rem;
    }

    .header2 {
        width: 100%;
    }

    .headerInn {
        width: 100%;
        height: auto;
    }

    .search {
        display: none;
    }

    .contactus {
        display: none;
    }

    .header2 {
        display: none;
    }

    .header2Mob {
        background: #D71418;
        display: block !important;
        width: 100%;
        height: 4rem;
        position: fixed;
        top: 2rem;
        z-index: 10000;
    }

    .logoMob {
        width: 13rem;
        padding-top: 0.7rem;
        padding-left: 2%;
    }

    .header {
        position: fixed;
        top: 0;
        line-height: 2rem;
        height: 2rem;
        z-index: 10000;
    }

    .menuMobBtn {
        float: right;
        padding-top: 1rem;
        padding-right: 4%;
        width: 2rem;
        height: 1.6rem;
    }

    .menuMob {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 6rem;
        z-index: 9999;
        display: none;
    }

    .menuMobBack {
        width: 100%;
        height: 100%;
        background: #000;
        opacity: 0.5;
        z-index: 9999;
        position: fixed;
        top: 6rem;
    }

    .menuMobInn {
        width: 92%;
        margin: 0 4%;
        height: 100%;
        z-index: 10000;
        position: fixed;
        top: 6rem;
        overflow-y: scroll;

    }

    .menuMobInn::-webkit-scrollbar {
        display: none
    }

    .menuMobInn > ul > li {
        text-align: center;
        color: #fff;
        
        line-height: 3rem;
    }

    .menuMobInn > ul > li a {
        text-align: center;
        color: #fff;
    }

    .menuMobInn > ul > li > div {
        border-bottom: 1px solid #fff;
    }

    .menuMobInn > ul > li:last-child > div {
        border-bottom: none;
    }

    .menuMobInn > ul > li > ul > li {
        background: #fff;
        color: #666 !important;
        margin-bottom: 0.4rem;
        display: none;
        width: 100% !important;
    }

    .menuMobInn > ul > li > ul > li a {
        color: #666 !important;
    }

    .menuMobInn > ul > li > ul > li:first-child {
        margin-top: 0.4rem;
    }

    .videoList {
        display: none;
    }

    .videoListMob {
        display: block !important;
    }

    .videoListMob .swiper-container {
        width: 100% !important;
        margin-left: 0 !important;
    }

    .videoTitle {
        margin: 0.5rem;
        color: #333;
        line-height: 1.2rem;
    }

    .swiper-button-prev {
        background-image: url(../image/left.png) !important;
        margin-top: -4rem;
    }

    .swiper-button-next {
        background-image: url(../image/right.png) !important;
        margin-top: -4rem;
    }


    #bannerSwiper {
        width: 100% !important;
        margin-left: 0 !important;
    }

    .mainBanner {
        margin-top: 6rem;
    }

    .mainInn2R {
        width: 100%;
        float: left;
    }

    .mainInn2 {
        width: 100%;
    }

    .bread {
        width: calc(100% - 30px);
    }

    .postLiL {
        width: 100%;
    }

    .postLiR {
        display: none;
    }

    .postList2LiL {
        width: 100%;
    }

    .postList2LiL img {
        width: 100%;
    }

    .postList2LiR {
        width: 100%;
    }

    .article {
        width: calc(100% - 10px);
        margin: 0 auto;
        padding: 1.5rem 0;
    }

    .article_en {
        width: calc(100% - 10px);
        margin: 0 auto;
        padding: 1.5rem 0;
        margin-top: 70px;
    }

    .articleDescL {
        display: block;
        text-align: center;
        padding-left: 0;
        padding-right: 0;
    }

    .articleContent {

    }

    .articleFooterL {
        width: 100%;
        float: none;
    }

    .articleFooterR {
        float: none;
        margin-top: 1rem;
    }

    .member {
        width: calc(100% - 2rem);
        padding: 2rem 1rem;
    }

    .memberTitle {
        font-size: 1.2rem;
        background: none;
        padding: 0;
        text-align: center;
    }

    .memberLabel {
        text-align: center;
    }

    .memberSingleCtn {
        width: 100%;
    }

    .memberSingleR {
        width: calc(100% - 150px - 20px);
        float: left;
        padding: 0 0 0 20px;
    }

    .memberMultiCtn > ul > li {
        padding-right: calc(100% - 300px);
        margin-top: 1rem;
    }

    .memberMultiCtn > ul > li:nth-child(2n) {
        padding-right: 0;
    }

    .register {
        width: 92%;
        padding: 2rem 4%;
    }

    .registerLiL {
        float: none;
        width: 92%;
        margin: 0 4%;
        text-align: left;

    }

    .registerCtn > ul > li {
        height: auto;
    }

    .registerLiR {
        float: none;
        width: 92%;
        margin: 0 4%;
    }

    .w100 {
        width: 96%;
        padding: 0 2%;
    }

    .w100s {
        width: 100%;
        padding: 0 2%;
    }

    .w50 {
        width: 96%;
        padding: 0 2%;
    }

    .w50s {
        width: 100%;
        padding: 0 2%;
    }

    .w25 {
        width: 46%;
        padding: 0 2%;
    }

    .w25s {
        width: 50%;
        padding: 0 2%;
    }

    .mainInn2L {
        width: calc(100% - 20px);
        margin-top: 1rem;
    }

    .projectList {
        width: 100%;
    }

    .projectList > ul > li {
        width: calc(100% - 2px);
    }

    .projectLiR {
        width: calc(100% - 150px);
    }

    .projectLiRTitle {
        width: 100%
    }

    .hotList {
        width: 100%;
    }

    .hotList > ul > li {
        width: calc(100% - 2px);
    }

    .hotLiR {
        width: calc(100% - 150px);
    }

    .hotLiRTitle {
        width: 100%
    }

    .hotLirAbstract{
        width: 100%;
    }

    .menuBottom {
        display: none;
    }

    .bannerEn {
        margin-top: 6rem;
    }

    .bannerInnEn {
        width: 100%;
    }

    .bannerInnEn img {
        width: 100%;
    }

    .bannerBottomInn {
        width: 100%;
    }

    .mainInnEn {
        margin-top: 0 !important;
    }

    .enText {
        padding: 0 4%;
    }

    .enL2 {
        height: auto;
    }

    .enL2L {
        width: 100%;
    }

    .enNewsLL {
        width: 100%;
        float: none;
    }

    .enNewsLL img {
        width: 92%;
        margin: 0 4%;
    }

    .enNewsLR {
        float: none;
        width: 92%;
        margin: 0 4%;
    }

    .enNewsLList {
        float: none;
        width: 92%;
        margin: 0 4%;
    }

    .enL2R {
        width: 100%;
    }

    .enNewL1Btn1 {
        width: calc(90% - 40px);
        margin: 0 auto 1rem auto;
    }

    .enNewL1Btn2 {
        width: calc(90% - 40px);
        margin: 0 auto 1rem auto;
    }

    .enNewL1Btn3 {
        width: calc(90% - 40px);
        margin: 0 auto 1rem auto;
    }

    .enNewL2 {
        margin: 0 auto;
    }

    .projectInfoL{
        float: none;
        width:100%;
        height: auto;
    }

    .projectInfoL img{
        width: 100%;
        height: 100%;
    }

    .projectInfoR{
        float: none;
        width: 92%;
        margin: 0 4%;
        height: auto;
    }

    .projectInfoR1{
        text-align: center;
    }

    .projectInfoR2>ul>li{
        float: none;
        text-align: center;
        width: 100%;
    }

    .projectButton{
        width: 92%;
        margin: 0.5rem 4%;
    }

    
    .album {
        margin: 2rem 4% 0 4%;
    }

    .album > ul > li {
        width: calc(48% - 2px);
        margin-bottom: 1rem;
    }

    .album > ul > li:nth-child(3n+1), .album > ul > li:nth-child(3n+2){
        margin-right: auto;
    }

    .album > ul > li:nth-child(2n+1){
        margin-right: 4%;
    }

    .album > ul > li img{
        height: 8rem;
    }

    .albumText{
        margin: 1rem 0.75rem;
        font-size: 1rem;
    }
    

}


@media only screen and (max-width: 479px) {
    .moreR1Mob > ul > li img {
        height: 120px;
    }
}