@charset "utf-8";
body,div,h1,h2,h3,h4,h5,h6,ul,li,ol,dl,dt,dd,p,span,img,form,table,th,td{ margin:0; padding:0;}
body, input, textarea, select, button {padding:0;margin:0;word-wrap:break-word;line-height: normal;}
h1,h2,h3,h4,h5{font-size:14px;outline:0;margin:0}
ol, ul {list-style:none}
img {border: 0;max-width: 100%;}
table {border-collapse:collapse;border-spacing:0;}
html {-webkit-font-smoothing: antialiased;}
body{font-size:14px;line-height: 1.6;word-wrap:break-word;background: #fff;color: #333;font-family: "Microsoft YaHei",'微软雅黑',Arial,Helvetica,sans-serif;padding-top: 62px;}
input, textarea {color: #999;font-size: 14px;}
::-webkit-input-placeholder { /* WebKit browsers */
  color: #999;
}
:focus {outline:0}
a {
    transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    text-decoration:none;
    color: #333;
    outline:none;
}
a:focus{text-decoration: none}
a:hover {text-decoration:none;color: #666;outline:none;}
a:visited {outline:none;}
a:active {outline:none;}

/* common */
.overlay {width: 100%;height: 100%;position: absolute;left: 0;top: 0;background: rgba(0, 0, 0, 0.15);}
.pagination {margin: 30px auto;}

/* header */
.main-nav {background-image: linear-gradient(to right, #d4bad0 0%, #1794d6 60%);border: none;min-height: 62px;margin-bottom: 0;box-shadow: 1px 1px 5px #999;}
.main-nav a {font-size: 16px;}
.navbar-inverse .navbar-nav>li>a {margin: 0 30px;padding: 0;color: #fff;line-height: 60px;}
.navbar-inverse .navbar-nav>li>a:hover {color: #fff;}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {background-color: transparent;border-bottom: 2px solid #fff;line-height: 60px;}
.navbar-inverse .navbar-nav>li:hover>a, .navbar-inverse .navbar-nav>li:hover>a:focus, .navbar-inverse .navbar-nav>li:hover>a:hover {background-color: transparent;border-bottom: 2px solid #fff;line-height: 60px;}
.dropdown-menu {background: rgba(18, 115, 223, 0.8);text-align: center;border: none;}
.dropdown-menu>li>a {color: #fff;margin: 10px 0;}
.dropdown-menu>li>a:hover {background: none;color: #fff;}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {background: none;}
.navbar-brand {padding: 2px 15px;}
.navbar-brand img {height: 56px;}
.navbar-inverse .navbar-toggle {border-color: #fff;}
.navbar-inverse .navbar-toggle {background: none;}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {background: none;}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {max-height: 1000px;}

/* footer */
.footer {background-image: linear-gradient(to right, #f9c2d0 0%, #1794d6 60%);text-align: center;color: #fff;padding-top: 80px;padding-bottom: 80px;margin-top: 120px;}
.footer a {color: #fff;}
.footer .info {margin-top: 30px;font-size: 16px;line-height: 1.8;}
.fixed-menu {position: fixed;bottom: 100px;z-index: 9999;background: #6CB880;color: #fff;border-radius: 10px;padding: 15px 20px;text-align: center;}
.fixed-menu a {color: #fff;font-size: 14px;}
.fixed-menu p {border-top: 1px solid #fff;margin-top: 15px;padding-top: 15px;}
.fixed-menu p:nth-child(1) {border-top: none;margin-top: 0px;padding-top: 0px;}

/* home */
.home-banner .swiper-slide {height: auto;}
.home-banner .swiper-slide a {display: block;height: auto;}
.home-about {position: relative;}
.home-about .info {padding-top: 60px;padding-bottom: 30px;color: #31609F;text-align: justify;}
.home-about .info .title {margin-top: 20px;font-size: 14px;}
.home-about .info .content p {margin-top: 20px;}
.home-about .img2 img {height: 30px;}
.home-about .info .content p.more {text-align: right;margin-top: 25px;}
.home-about .more a {color: #1794D6;}
.home-banner2 {height: 276px;background: url(../images/home-img3.jpg) center top no-repeat;background-size: cover;}
.home-news {}
.home-news .category {position: relative;top: -20px;padding: 0px 80px;}
.home-news .category .row {background: #fff;padding-top: 20px;}
.home-news .category-title {text-align: center;}
.home-news .category a {font-size: 16px;color: #555353;}
.home-news .category a.active {color: #1794D6;font-weight: bold;border-bottom: 3px solid #1794D6;}
.home-article-list {display: none;}
.home-article-list.active {display: block;}
.home-news .article-item .cover img {border-radius: 10px 10px 0 0;}
.home-news .article-item .info {box-shadow: 1px 2px 5px #eee;padding: 25px;}
.home-news .article-item .title {font-size: 16px;color: #000;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;line-height: 1.4;height: 44px;}
.home-news .article-item .description {margin-top: 6px;font-size: 13px;height: 60px;color: #888888;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.home-news .article-item .bottom {margin-top: 30px;display: flex;align-items: center;justify-content: space-between;}
.home-news .article-item .date {font-size: 14px;color: #888888;}
.home-news .article-item .more a {width: 105px;height: 26px;border-radius: 13px;background-image: linear-gradient(to right, #d4bad0 0%, #1794d6 60%);display: inline-block;text-align: center;color: #fff;font-size: 12px;line-height: 26px;}
.home-news .article-item2 {margin-top: 30px;display: flex;justify-content: space-between;box-shadow: 0px 0px 5px #eee;padding: 20px;flex-wrap: wrap;}
.home-news .article-item2 .cover {position: relative;}
.home-news .article-item2 .article-cover {border-radius: 10px;}
.home-news .article-item2 .icon-play {position: absolute;left: 50%;top: 50%;margin-left; -33px;margin-top: -33px;width: 44px;height: 44px;}
.home-news .article-item2:hover .icon-play {opacity: 0.8;}
.home-news .article-item2 .sub-title {color: #1794D6;font-size: 16px;}
.home-news .article-item2 .title {margin-top: 30px;height: 25px;overflow: hidden;}
.home-news .article-item2 .title a {color: #1794D6;font-size: 18px;}
.home-news .article-item2 .date {font-size: 14px;color: #888888;}
.home-news .article-item2 .description {font-size: 14px;color: #888888;margin-top: 15px;height: 66px;overflow: hidden;}
.home-links {margin-top: 80px;}
.home-links .container {display: flex;justify-content: space-between;}
.home-donation {background: linear-gradient(to right, #FEC3D0 0%, #FEC3D0 50%, #1794D6 50%, #1794D6 100%);margin-top: 50px;padding: 45px 0;}
.home-donation .info .title {font-size: 20px;text-align: center;}
.home-donation .info .content {font-size: 18px;padding: 15px 80px;line-height: 1.8;}
.home-donation .info .qrcode {font-size: 18px;font-weight: bold;text-align: center;margin-top: 30px;}
.home-donation .info .qrcode p {margin-top: 10px;}
.home-donation .info .qrcode img {width: 160px;}
.home-donation .data {color: #fff;padding: 0 15px 0 80px;}
.home-donation .data a {color: #fff;}
.home-donation .data .title {font-size: 20px;text-align: center;margin-bottom: 15px;}
.home-donation .data p {font-size: 16px;font-weight: bold;margin-bottom: 10px;}
.home-donation .data table {font-size: 16px;}
.home-donation .data table td {line-height: 1.8;}
.home-banner3 {height: 306px;background: url(../images/home-img4.jpg) center top no-repeat;background-size: cover;}
.home .footer {margin-top: 0;}
.home-data-swiper {height: 260px;overflow: hidden;margin-top: 20px;}
.home-data-swiper .swiper-slide {display: flex;justify-content: flex-start;flex-direction: row;align-items: center;line-height: 1.4;height: auto;}
.home-data-swiper .swiper-slide .left {display: flex;justify-content: space-between;align-items: center;}
.home-data-swiper .name {flex: 0 1 160px;}
.home-data-swiper .text {flex: 1;padding: 0 15px;}
.home-data-swiper .money {flex: 0 1 70px;}

/* article */
.article-list {margin-top: 30px;}
.article-item {margin-top: 30px;}
.article-item .cover {position: relative;}
.article-item .cover img {border-radius: 10px 10px 0 0;}
.article-item .icon-play {position: absolute;left: 50%;top: 50%;margin-left: -22px;margin-top: -22px;width: 44px;height: 44px;}
.article-item:hover .icon-play {opacity: 0.8;}
.article-item .info {box-shadow: 1px 2px 5px #eee;padding: 25px;}
.article-item .title {font-size: 16px;color: #000;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;line-height: 1.4;height: 44px;}
.article-item .description {margin-top: 6px;font-size: 13px;height: 60px;color: #888888;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.article-item .bottom {margin-top: 30px;display: flex;align-items: center;justify-content: space-between;}
.article-item .date {font-size: 14px;color: #888888;}
.article-item .more a {width: 105px;height: 26px;border-radius: 13px;background-image: linear-gradient(to right, #d4bad0 0%, #1794d6 60%);display: inline-block;text-align: center;color: #fff;font-size: 12px;line-height: 26px;}
.article-item2 {margin-top: 30px;display: flex;justify-content: space-between;box-shadow: 0px 0px 5px #eee;padding: 20px;align-items: center;flex-wrap: wrap;}
.article-item2 .cover {position: relative;}
.article-item2 .article-cover {border-radius: 10px;}
.article-item2 .icon-play {position: absolute;left: 50%;top: 50%;margin-left: -33px;margin-top: -33px;}
.article-item2:hover .icon-play {opacity: 0.8;}
.article-item2 .sub-title {color: #1794D6;font-size: 16px;}
.article-item2 .title {margin-top: 10px;height: 28px;overflow: hidden;}
.article-item2 .title a {color: #1794D6;font-size: 18px;}
.article-item2 .description {font-size: 14px;color: #888888;margin-top: 5px;height: 66px;overflow: hidden;}
.article-item2 .bottom {margin-top: 20px;display: flex;align-items: center;justify-content: space-between;}
.article-item2 .date {font-size: 14px;color: #888888;}
.article-item2 .more img {height: 26px;margin-right: 25px;}
.article-detail h1 {font-size: 20px;color: #4EB5E6;margin-top: 15px;}
.article-detail .content {margin-top: 35px;}
.list-paddingleft-2 {padding-left: 20px;}
.list-paddingleft-2.padding30 {padding-left: 50px;}
.list-paddingleft-2.padding60 {padding-left: 80px;}
.article-detail .content video {width: 100%;height: auto;}

/* question */
.question .main-title {color: #1794D6;font-size: 20px;font-weight: bold;margin-top: 30px;}
.question .category {margin-top: 35px;overflow: hidden;}
.question .category a {color: #1794D6;font-size: 16px;height: 40px;font-weight: bold;margin-right: 20px;padding: 5px 25px;float: left;}
.question .category a.active {border-bottom: 4px solid #1794D6;}
.question-list {margin-top: 45px;}
.question-item {margin-top: 30px;line-height: 1.8;}
.question-item .title {font-size: 14px;color: #1794D6;font-weight: bold;}
.question-item .content {margin-top: 5px;color: #666;}

/* download */
.download-list {}
.download-item {text-align: center;margin-top: 50px;}
.download-item .cover img {box-shadow: 0px 0px 15px #999;width: 80%;}
.download-item .title {font-size: 16px;margin-top: 15px;color: #000;line-height: 1.4;height: 22px;overflow: hidden;}
.download-item .btns {margin-top: 15px;}
.download-item .btns a {width: 105px;height: 26px;border-radius: 13px;background-image: linear-gradient(to right, #d4bad0 0%, #1794d6 60%);display: inline-block;text-align: center;color: #fff;font-size: 12px;line-height: 26px;}

/* information */
.information-list {}
.information-item {text-align: center;margin-top: 50px;}
.information-item .cover img {box-shadow: 0px 0px 15px #999;width: 80%;}
.information-item .title {font-size: 16px;margin-top: 15px;color: #000;line-height: 1.4;height: 22px;overflow: hidden;}
.information-item .btns {margin-top: 15px;}
.information-item .btns a {width: 105px;height: 26px;border-radius: 13px;background-image: linear-gradient(to right, #d4bad0 0%, #1794d6 60%);display: inline-block;text-align: center;color: #fff;font-size: 12px;line-height: 26px;}
.financial-data {padding-top: 30px;}
.singlepage .page-content .financial-data .title {text-align: center;font-size: 18px;font-weight: bold;color: #4EB5E6;}
.singlepage .page-content .financial-data p {margin-top: 5px;font-size: 16px;font-weight: bold;}
.financial-data table {margin-top: 20px;}
.singlepage .page-content .financial-data table td {padding: 10px;}

/* milestone */
.milestone-list {margin-top: 50px;}
.milestone-list .line {height: 100%;border-left: 2px dashed #999;position: absolute;left: 50%;}
.milestone-year {width: 50%;position: relative;text-align: right;padding: 0 30px;}
.milestone-year:nth-child(2n+1) {left: 50%;text-align: left;}
.milestone-year .year {color: #1794D6;border-top: 3px solid #1794D6;border-bottom: 3px solid #1794D6;font-size: 28px;font-weight: bold;display: inline-block;position: relative;}
.milestone-year .year::after {position: absolute;width: 10px;height: 10px;content: '';background: #1794D6;border-radius: 50%;top: 50%;margin-top: -5px;right: -36px;}
.milestone-year:nth-child(2n+1) .year::after {width: 0;height; 0;}
.milestone-year:nth-child(2n+1) .year::before {position: absolute;width: 10px;height: 10px;content: '';background: #1794D6;border-radius: 50%;top: 50%;margin-top: -5px;left: -34px;}
.milestone-item {margin-top: 30px;}
.milestone-item .date {margin-top: 0px;color: #1794D6;font-weight: bold;}
.milestone-item .date a {color: #1794D6;}
.milestone-item .content {margin-top: 0px;color: #999;}
.milestone-item .content a {color: #999;}
.milestone-item .image {margin-top: 5px;}
.milestone-item .image img {border: 1px solid #1794D6;}

/* about */
.about-banner img {width: 100%;}
.category-list {background: #ecf7fc;padding: 120px 40px 30px;font-size: 14px;}
.category-list p {border-bottom: 1px solid #ddd;padding-bottom: 5px;margin-top: 20px;}
.category-list a {color: #999;}
.category-list a.active {color: #4EB5E6;font-weight: bold;}
.category-list a:hover {color: #4EB5E6;font-weight: bold;}
.category-list2 {background: #ecf7fc;padding: 40px;margin-top: 35px;}
.category-list2 a {display: block;height: 50px;line-height: 50px;text-align: center;color: #fff;font-weight: bold;background: #fec3d0;margin-top: 15px;font-size: 16px;}
.footer-category .category-list2 {display: none;}
.page-left {padding-right: 70px;}
.singlepage .page-content {padding-top: 20px;color: #666;line-height: 1.8;text-align: justify;}
.singlepage .page-content p {margin-top: 15px;}
.singlepage .page-content td {padding: 5px;border: 1px solid #ddd;}
.team-item {margin-top: 35px;overflow: hidden;}
.team-item .info p {margin-top: 5px;line-height: 1.6;}
.team-item .info .name {color: #1794D6;font-size: 16px;margin-top: 25px;}
.team-item .info .title {color: #1794D6;font-size: 14px;}
.team-item .info .description {color: #999;font-size: 12px;margin-top: 15px;}


@media (max-width: 1400px) {
    .home-banner2 {height: 330px;}
}
@media (max-width: 1200px) {
    .navbar-inverse .navbar-nav>li>a {margin: 0 20px;}
}
@media (max-width: 767px) {
    /* wap */
    .navbar-inverse .navbar-nav>li>a {margin: 0 10px;}
    .navbar-brand img {height: 40px;}
    .navbar-brand {padding-top: 5px;}
    .navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {border-bottom: none;}
    .navbar-inverse .navbar-nav>li:hover>a, .navbar-inverse .navbar-nav>li:hover>a:focus, .navbar-inverse .navbar-nav>li:hover>a:hover {border-bottom: none;}
    .navbar-inverse .navbar-nav>li>a {line-height: 50px;font-size: 20px;}
    .dropdown-menu {text-align: left;}
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {color: #fff;}
    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {border-color: #fff;background: rgba(18, 115, 223, 0.8);}
    .main-nav {min-height: 50px;}
    .home-banner3 {height: 120px;}
    .footer {padding-top: 30px;}
    .footer {padding-bottom: 30px;}
    .footer-title img {width: 200px;}
    .page-left {padding-right: 15px;}
    .home-donation {background: none;padding: 0;}
    .home-donation .container {padding: 0;}
    .home-donation .info {background: #FEC3D0;padding: 30px 15px;}
    .home-donation .info .content {padding: 15px 0;font-size: 16px;}
    .home-donation .data {background: #1794d6;padding: 30px 15px;}
    .home-news .category {padding: 0;}
    .home-banner2 {height: 120px;}
    .home-banner .swiper-slide {height: auto;}
    .home-banner .swiper-slide a {height: auto;}
    .home-news .article-item2 .title {margin-top: 10px;}
    .article-item2 .info {width: 100%;}
    .article-item2 .more img {margin-right: 0;}
    body{padding-top: 50px;}
    .category-list {display: none;}
    .category-list2 {display: none;}
    .footer-category .category-list2 {display: block;}
    .home-news .category-title {padding-left: 5px;padding-right: 5px;}
    .home-news .category-title a {font-size: 14px;}
    .home-data-swiper .name {flex: 0 1 120px;}
}
@media (min-width: 768px) {
    /* not wap */
    .navbar-nav {float: right;}
}
@media (max-width: 1499px) {
    .fixed-menu {right: 10px;}
}
@media (min-width: 1500px) {
    .fixed-menu {left: 50%;margin-left: 580px;}
}
