* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
a {
    text-decoration: none;
}
li {
    list-style: none;
}
.clearfix::after {
    content: '';
    clear: both;
    display: table;
}
body {
    font-size: 16px;
    color: #4e4e4e;
}
.container {
    width: 1200px;
    margin: 0 auto;
}
.top {
    color: #707070;
    height: 40px;
    line-height: 40px;
}
.top b {
    color: #313131;
}
.left {
    float: left;
}
.right {
    float: right;
}
.top .top-right a {
    color: #313131;
    padding: 0 5px;
}
.top .top-right a.left-border {
    border-left: 1px solid #707070;
}
header nav {
    width: 100%;
    height: 100px;
    /*background-image: linear-gradient(-355deg, #3cc287 0%, #0a716d 92%, #0a716d 100%);*/
    background-color: #06b166;
}
header nav .logo {
    display: block;
    height: 76px;
    margin: 12px 0;
}
header nav .logo img {
    width: auto;
    height: 100%;
}
header nav .nav-list {
    margin: 0 -20px;
}
header nav .nav-list li {
    float: left;
    line-height: 100px;
}
header nav .nav-list li a {
    color: #ffffff;
    display: block;
    padding: 0 20px;
    font-size: 18px;
}

.banner {
    height: 588px;
}

.banner-sub {
    margin-top: -160px;
    position: relative;
    z-index: 6;
}
.banner-sub .swiper-date {
    height: 98px !important;
    position: absolute;
    top: 30px;
    right: 40px;
}
.banner-sub .swiper-container {
    height: 458px;
}

.banner-sub .container {
    display: flex;
    justify-content: space-between;
}
.banner-sub .left {
    width: 684px;
    color: #4e4e4e;
    padding: 30px 40px 60px ;
    border-radius: 8px;
    background-color: #ffffff;
    position: relative;
    margin-top: 160px;
}
.banner-sub .left .swiper-date {
    width: 60%;
}
.banner-sub .left .title {
    padding-bottom: 20px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    border-bottom: dashed 1px rgba(112, 112, 112, 0.6);
}
.banner-sub .left .title h3 {
    font-size: 30px;
}
.banner-sub .left .title h3 img {
    margin-right: 10px;
    vertical-align: middle;
}
.date {
    text-align: right;
    position: relative;
}
.date .year {
    line-height: 16px;
    color: rgba(78, 78, 78, 0.8);
}
.date .month {
    font-size: 20px;
    line-height: 23px;
    font-weight: bold;
}
.date::after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    bottom: -29px;
    right: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 9px solid #4e4e4e;
}
.banner-sub .title-sub {
    font-size: 22px;
    line-height: 29px;
    color: #4e4e4e;
    padding: 20px 0;
    font-weight: normal;
}
.banner-sub .right {
    width: 484px;
    margin-top: 200px;
}
.banner-sub .right li.item-top a {
    display: block;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: dashed 1px rgba(112, 112, 112, 0.6);
}
.banner-sub .right li .title {
    font-size: 20px;
    color: #4e4e4e;
    font-weight: normal;
}
.banner-sub .right li .tip {
    margin-top: 10px;
    color: rgba(78, 78, 78, 0.6);
    padding-left: 10px;
    line-height: 19px;
}
.banner-sub .right li {
    margin-bottom: 20px;
    padding-right: 28px;
}
.banner-sub .right li p {
    color: #4e4e4e;
}
.banner-sub .right .more-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 110px;
    height: 44px;
    color: #06b166;
    margin-left: auto;
    border-radius: 500px;
    border: solid 1px #06b166;
    background-color: rgba(236, 255, 247, 0.6);
}
.banner-sub .right .more-link img {
    margin-left: 5px;
}

/* 实体参与尽责 */
.join {
    padding: 60px 0;
    background-color: #f8fafd;
}
.join .container {
    width: 1127px;
}
.join .title,
.gift .title,
.cont-inner .title,
.map .title {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    font-size: 30px;
    margin-bottom: 20px;
}
.join .title img,
.gift .title img,
.cont-inner .title img,
.map .title img {
    margin-right: 10px;
}
.join .container>.tip,
.gift .container>.tip,
.map .container>.tip {
    text-align: center;
    margin-bottom: 40px;
    color: rgba(78,78,78,0.6);
}
.join .join-top-list {
    width: 900px;
    height: 57px;
    align-items: baseline;
}
.join .join-top {
    display: flex;
    align-items: center;
    margin-bottom: 80px;
}
.join .join-top .join-top-title span {
    font-size: 21px;
    display: block;
}
.join .join-top .join-top-title {
    color: #06b166;
    font-size: 22px;
    font-weight: bold;
    padding-right: 30px;
    border-right: dashed 1px rgba(112, 112, 112, 0.6);
	margin-right: 30px
}
.join .join-top .item {
    font-size: 18px;
    color: #4e4e4e;
    text-align: center;
}
.join .join-top .item img {
    display: block;
    margin: 0 auto 5px;
    max-height: 32px;
}
.join-top .more-link {
    width: 110px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    background-color: #06b166;
    border-radius: 500px;
    margin-left: 64px;
}
.join-top .more-link img {
    margin-left: 5px;
}
.join-cont { margin-top: 50px; }
.join-cont .cont-title,
.gift-inner .cont-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 27px;
}
.cont-title h4 {
    font-size: 30px;
    font-weight: normal;
}
.cont-title a {
    color: #06b166;
}
.cont-main {
    margin: 0 -20px;
}
.cont-main .item {
    padding: 0 20px;
}
.cont-main .item img {
    width: 540px;
    height: 280px;
    object-fit: cover;
    border-radius: 5px;
}
.cont-main .item h4 {
    color: #4e4e4e;
    margin: 10px 0 8px;
    font-size: 20px;
    font-weight: normal;
}
.cont-main .item p {
    line-height: 24px;
    color: rgba(78, 78, 78, 0.7);
}
.cont-main .item p span {
    margin-right: 40px;
}
.cont-main .item p span b {
    color: #4e4e4e;
}

.gift {
    padding-top: 60px;
    background-color: #ffffff;
}
.gift .container>.tip {
    margin-bottom: 50px;
}
.gift-cont {
    height: 490px;
    background-image: url("../images/gift-bg.png");
    background-position: center;
    background-size: cover;
}
.gift-cont .container {
    height: 100%;
}
.gift-cont .gift-inner {
    width: 620px;
    height: 100%;
    margin-left: auto;
    padding: 16px 40px 0;
    background-color: #ffffff;
}
.swiper-gift.swiper-container {
    height: auto;
}
.swiper-gift h4 {
    font-size: 22px;
    margin-bottom: 10px;
}
.swiper-gift .date {
    text-align: left;
    margin-bottom: 10px;
}
.swiper-gift .date::after {
  display: none;
}
.swiper-gift .date span {
    margin-right: 50px;
}
.swiper-gift img {
    width: 540px;
    height: 280px;
    object-fit: cover;
    display: block;
    border-radius: 5px;
}
.swiper-gift .tip {
    margin-top: 10px;
    line-height: 1.8;
    color: rgba(78, 78, 78, 0.8);
}
.swiper-gift .swiper-pagination {
    width: auto;
    bottom: auto;
    left: auto;
    top: 5px;
    right: 0;
}
.swiper-gift .swiper-pagination-clickable .swiper-pagination-bullet {
    background-color: #cecece;
    border-radius: 500px;
    opacity: 1;
    margin: 0 2px;
    outline: none;
}
.swiper-gift .swiper-pagination-clickable .swiper-pagination-bullet-active {
    width: 30px;
    background-color: #06b166;
}
.cont-inner {
    padding-top: 100px;
}
.cont-inner .container {
    width: 1120px;
    display: flex;
    justify-content: space-between;
}
.cont-inner .title {
    justify-content: left;
    margin-bottom: 40px;
}
.cont-left {
    width: 540px;
}
.cont-left .select-search {
    display: flex;
    margin-bottom: 40px;
}
.cont-left .select-search .select-val {
    width: 140px;
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    text-align: center;
    background-color: #06b166;
    border-radius: 100px 0px 0px 100px;
}
.cont-left .select-search .ipt {
    width: 370px;
    line-height: 50px;
    position: relative;
    border-radius: 0 100px 100px 0;
    background-color: rgba(25,137,101,0.03);
}
.cont-left .select-search .ipt input {
    border: 0;
    width: 85%;
    font-size: 16px;
    padding-left: 20px;
    outline: none;
    color: #4e4e4e;
    background-color: transparent;
}
.cont-left .select-search .ipt input::placeholder {
    font-size: 16px;
}
.cont-left .select-search .ipt img {
    position: absolute;
    right: 20px;
    top: 14px;
    cursor: pointer;
}
.cont-right {
    width: 540px;
}
.ywzs-cont {
    display: flex;
    justify-content: space-between;
}
.ywzs-cont .ywzs-left {
    width: 284px;
    overflow: hidden;
    background-color: rgba(247, 251, 250, 0.7);
    border-radius: 5px 5px 0px 0px;
}
.ywzs-cont .ywzs-left a {
    color: #4e4e4e;
}
.ywzs-cont .ywzs-left img {
    width: 100%;
}
.ywzs-cont .ywzs-right {
    margin-right: 42px;
    margin-top: 23px;
}
.ywzs-cont .ywzs-right a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 166px;
    height: 44px;
    color: #ffffff;
    margin-bottom: 14px;
    border-radius: 500px;
    background-color: #06b166;
}
.ywzs-cont .ywzs-right a:last-of-type {
    background-color: #97cb5f;
}
.ywzs-cont .ywzs-right a img {
    margin-left: 5px;
}
.ywzs-right .ewm {
    text-align: center;
    margin-top: 30px;
}
.ywzs-right .ewm img {
    width: 88px;
    display: block;
    margin: 0 auto 10px;
}
.ywzs-right .ewm p {
    color: #06b166;
}
.zs-cont {
    padding: 20px 16px 30px;
}
.zs-cont p::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 4px;
    width: 8px;
    height: 8px;
    background-color: #06b166;
    border-radius: 100px;
}
.zs-cont p {
    margin-top: 11px;
    font-size: 12px;
    padding-left: 13px;
    position: relative;
}
.zs-cont p span {
    font-weight: bold;
}
.cont-right .gift-people {
    width: 540px;
    height: 390px;
    border-radius: 8px;
    padding: 20px 42px 40px;
    background-color: #f7fbfa;
}
.cont-right .gift-people .gift-people-inner {
    height: 100%;
    overflow: hidden;
}
.gift-head {
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
}
.gift-head .head-item {
    width: 100px;
    text-align: center;
}
.gift-head .head-item1 {
    width: 120px;
    text-align: center;
}
.cont-right .gift-main {
    overflow: hidden;
}
.cont-right .gift-main .strip {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}
.cont-right .gift-main .strip > div {
    width: 100px;
    text-align: center;
}
.cont-right .gift-main .strip .strip-1 {
    width: 120px;
    display: flex;
    align-items: center;
}
.cont-right .gift-main .strip-1 img {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border-radius: 100%;
}

.map {
    padding-top: 100px;
}
.map .container {
    width: 856px;
}
.map .container>.tip {
    margin-bottom: 50px;
}
.map .select-box {
    display: flex;
    background-color: #ffffff;
    padding-right: 20px;
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.08);
    border-radius: 100px;
    overflow: hidden;
}
.map .select-box span {
    width: 200px;
    height: 50px;
    line-height: 50px;
    display: block;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    background-color: #06b166;
}
.map .select-box select {
    width: 80%;
    border: 0;
    font-size: 18px;
    cursor: pointer;
    outline: none;
    padding-left: 20px;
}
.map iframe {
    margin-top: 50px;
}