@charset "UTF-8";

/*公共*/
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
    margin: 0;
    padding: 0;
}

html,
body,
fieldset,
img,
iframe,
abbr {
    border: 0;
}

html {
    overflow-x: hidden;
}

header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
    display: block;
}

body {
    background-color: #fff;
    color: #424242;
    font-size: 14px;
    font-family: "Microsoft YaHei", "Arial", Tahoma, Geneva, sans-serif;
}

.clearfix:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
    display: block;
    *zoom: 1;
}

.wrapper {
    width: 100%;
    margin: 0 auto;
}

.wrapper .inner {
    width: 1400px;
    margin: 0 auto;
}

.none {
    display: none;
}

li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
    font-size: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
    font-weight: bold;
}

a:link,
a:visited {
    text-decoration: none;
    color: #424242;
}

a:hover,
a:active {
    text-decoration: none;
    color: #4ba097;
}

img,
video {
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

:root {
    --swiper-theme-color: #c6c6c6;
}

.tooltip-inner {
    background: #fff !important;
    width: 110px;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bs-tooltip-top .arrow::before {
    border-top-color: #fff;
}

/*页面头部*/
.header {
    background: linear-gradient(rgba(119, 192, 185, 1), rgba(98, 185, 176, 0.85));
    position: absolute;
    top: 0;
    z-index: 100000;
    height: 110px;
    padding: 0 40px;
}

body.fp-viewing-page1-0 .header {
    background: linear-gradient(rgba(119, 192, 185, 0.9), rgba(255, 255, 255, 0.1));
    position: absolute;
    top: 0;
    z-index: 100000;
    height: 110px;
    padding: 0 40px;
}

.logo {
    margin-top: 15px;
    float: left;
}

.logo img {
    height: 70px;
    margin-top: 8px;
}

.menu {
    height: 65px;
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    color: #fff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    float: right;
}

.topMenu {
    font-size: 13px;
    padding: 0 4px;
    display: flex;
    align-items: center;
}

.topMenu a {
    color: #fff;
    padding: 0 4px;
}

.head-tool-search .form-control-sm {
    display: inline-block;
    width: 150px;
    vertical-align: middle;
    border-Radius: 0;
    background-clip: unset;
    border: 0px solid #ffffff;
    margin-left: 10px;
    opacity: 0.75;
}

.head-tool-search button {
    border-Radius: 0;
}

.head-tool-search .input-group-append {
    background-color: #fff;
    height: 31px;
    padding: 8px;
    margin-left: 0;
    opacity: 0.75;
    border: 0;
}

.head-tool-search .searchicon {
    width: 16px;
    height: 16px;
}

.mainMenu .nav_list {
    display: inline-block;
    vertical-align: middle;
}

.mainMenu .nav_list .nav_item {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    position: relative;
}

.mainMenu .nav_list .nav_item:not(:last-child) {
    margin-right: 42px
}

.header_drop {
    background: rgb(75 160 152 / 90%);
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 100000;
    height: 0;
    padding: 0 40px;
}

.header_drop .nav_list {
    display: inline-block;
    vertical-align: middle;
    margin-top: 7px;
}

.header_drop .nav_list .nav_item {
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    position: relative;
}

.header_drop .nav_list .nav_item:not(:last-child) {
    margin-right: 42px
}

.header_drop .nav_list {
    display: inline-block;
    vertical-align: middle;
}

.header_drop .nav_list .nav_item {
    display: inline-block;
    position: relative;
    vertical-align: top
}

.header_drop .nav_list .nav_item .first_level {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    position: relative
}

.header_drop .nav_list .nav_item .second_list {
    padding-top: 15px
}

.header_drop .nav_list .nav_item .second_list .second_item {
    margin: 15px 0;
    font-size: 16px;
    color: #fff;
    display: block;
    position: relative
}

.header_drop .nav_list .nav_item .second_list .second_item:hover {
    color: #ffd000
}

/* 侧导航 */
body.fp-viewing-page1-0 .sideWrap {
    bottom: 1920px;
    top: auto;
}

.sideWrap {
    width: 130px;
    margin-top: -250px;
    position: fixed;
    right: -80px;
    top: 50%;
    z-index: 99;
    padding-right: 20px;
    transition: 1s;
}

.sideWrap:hover {
    right: 0;
    opacity: 1;
}

.sideMenu {
    width: 100px;
}

.sideMenu .menu_logo {
    width: 100px;
    height: 111px;
    position: relative;
    top: 10px;
}

.sideMenu .menu_logo img {
    width: 100px;
}

.sideMenu .menu_body {
    border-radius: 0 0 50px 50px;
    background: linear-gradient(#57b8ae, #4ba098);
    height: 414px;
    width: 100px;
    margin: 0 auto;
    padding: 5px 10px 0;
}

.sideMenu .menu_body ul li {
    padding: 10px 0;
    border-top: 1px solid #82d6cd;
    transition: 1s;
}

.sideMenu .menu_body ul li span {
    display: block;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    transition: 1s;
}

/* 轮播页面 */
.main-banner {
    display: block;
    height: 100vh !important;
}

.banner {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    z-index: 99;
    top: 0;
    left: 0;
}

#bannersCarousel {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    z-index: 2;
}

.carousel-inner {
    height: 100%;
}

.carousel-item {
    transition: -webkit-transform 0.6s ease, transform 0.6s ease;
    transition: transform 0.6s ease, -webkit-transform 0.6s ease;
    height: 100%;
}

.carousel-item .active {
    display: block;
}

.carousel-indicators li {
    width: 50px;
    height: 5px;
    margin: 5px;
}

.video-box {
    width: 100%;
    height: 100%;
}

.video-box {
    position: absolute;
    left: 50%;
    top: 50%;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%);
}

.index-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-item .text {
    width: 1400px;
    position: absolute;
    bottom: 10%;
    left: 50%;
    margin-left: -700px;
}

.carousel-item .text h2 {
    font-size: 38px;
    color: #fff;
    width: auto;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.5;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.5) !important;
}

.carousel-control-prev {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .0001) 100%);
    background-repeat: repeat-x;
}

.carousel-control-next {
    right: 0;
    left: auto;
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .5) 100%);
    background-repeat: repeat-x;
}

.video-mask {
    position: absolute;
    display: none;
    z-index: 99;
    opacity: 0.5;
    width: 100%;
    height: 100%;
}

/* 新闻页面 */
.main-news {
    background: url(/static/images/index/home4.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
}

.main-news .post {
    width: 100%;
    display: flex;
    justify-content: center;
}

.main-news .post .title .text {
    position: relative;
    display: block;
    color: #4ba098;
    font-size: 36px;
    font-weight: bold;
    padding: 110px 0 30px;
}

.main-news .post .more .text {
    position: relative;
    display: block;
    color: #4ba098;
    font-size: 20px;
    font-weight: bold;
    padding: 30px 0 0;
}

.main-news.active .content .left,
.main-news.active .content .right {
    transform: none;
    opacity: 1;
}

.main-news .content .left {
    transform: translate(50%, 0);
    transition: all 1s ease-out 0s;
    opacity: 0;
}

.main-news .content .right {
    transform: translate(-50%, 0);
    transition: all 1s ease-out 0s;
    opacity: 0;
}

.main-news .content {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.main-news .content .left {
    width: 57%;
}

.main-news .content .left ul {
    margin: 0 -23px;
}

.main-news .content .left ul li {
    float: left;
    width: 50%;
}

.main-news .content .left ul li .item_box {
    margin: 0 23px;
    position: relative;
    background: rgba(255, 255, 255, 0.42);
}

.main-news .content .left ul li .item_imgs {
    overflow: hidden;
    height: 235px;
}

.main-news .content .left ul li .item_imgs img {
    width: 100%;
    height: 100%;
    transition: 1s;
}

.main-news .content .left ul li .item_imgs img:hover {
    transform: scale(1.12);
}

.main-news .content .left ul li .item_wz {
    border: #e7e7e7 1px solid;
    border-top: 0;
}

.main-news .content .left ul li .item_con {
    padding: 26px 0 30px 0;
    position: relative;
    margin: 0 37px 0 23px;
}

.main-news .content .left ul li .item_con::before {
    position: absolute;
    content: "";
    width: 75px;
    height: 2px;
    background: #4ba098;
    transition-duration: 0.8s;
}

.main-news .content .left ul li:hover .item_con::before {
    width: 100%;
}

.main-news .content .left ul li .item_title {
    font-weight: bold;
    font-size: 18px;
    line-height: 29px;
    height: 56px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 25px 0 19px;
}

.main-news .content .left ul li .item_text {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    height: 67px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.main-news .content .left ul li .item_date {
    background: #4ba098;
    background: rgb(75 160 152 / 80%);
    position: absolute;
    top: 200px;
    left: 25px;
    width: 75px;
    height: 61px;
    color: #fff;
    text-align: center;
}

.main-news .content .left ul li .item_day {
    font-size: 29px;
    font-weight: bold;
    line-height: 18px;
    margin: 10px 0;
}

.main-news .content .left ul li .item_year {
    font-size: 11px;
    line-height: 18px;
}

.main-news .content .right {
    width: 45%;
}

.main-news .content .right ul {
    margin: 0 23px;
}

.main-news .content .right ul li {
    float: left;
    width: 100%;
}

.main-news .content .right ul li .item_box {
    margin: 0 23px 40px;
    position: relative;
}

.main-news .content .right ul li .item_date {
    float: left;
    width: 64px;
    text-align: center;
}

.main-news .content .right ul li .item_year {
    background: #4ba098;
    line-height: 19px;
    font-size: 10px;
    font-weight: bold;
    color: #fff;
}

.main-news .content .right ul li .item_day {
    color: #4ba098;
    line-height: 40px;
    font-size: 30px;
    font-weight: bold;
    background: rgba(255, 255, 255, 0.42);
}

.main-news .content .right ul li .item_con {
    margin-left: 90px;
}

.main-news .content .right ul li .item_title {
    font-size: 18px;
    font-weight: bold;
    line-height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-top: 15px;
}

/* 信息页面 */
.main-infos {
    background: url(/static/images/index/home3.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
}

.main-infos .inner {
    display: flex;
    justify-content: space-between;
}

.event {
    display: flex;
    justify-content: space-between;
    padding: 110px 0 0;
}

.main-infos.active .hotNews,
.main-infos.active .notice,
.main-infos.active .picNews {
    transform: none;
    opacity: 1;
}

.main-infos .hotNews {
    transform: translate(-30%, 0);
    transition: all 1s ease-out 0s;
    opacity: 0;
}

.main-infos .notice {
    transform: translate(30%, 0);
    transition: all 1s ease-out 0s;
    opacity: 0;
}

.main-infos .picNews {
    transform: translate(0, 100%);
    transition: all 1s ease-out 0s;
    opacity: 0;
}

.hotNews {
    width: 400px;
}

.hotNews .post .title {
    font-size: 36px;
    font-weight: bold;
    cursor: pointer;
    display: inline-block;
    margin-right: 20px;
    color: #4ba098;
    z-index: 11;
}

.hotNews .item {
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
}

.hotNews .item img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.hotNews .item img:hover {
    transform: scale(1.12);
    transition-duration: 0.8s;
}

.hotNews .item .title {
    width: 100%;
    /* overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; */
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    /* height: 24px; */
    margin-top: 18px;
}

.hotNews .item .summary {
    font-size: 13px;
    line-height: 24px;
    /* text-align: justify; */
    margin-top: 12px;
}

.hotNews .item .summary a {
    color: #6b6b6b;
}

.hotNews .item span {
    color: #6b6b6b;
    font-size: 12px;
    margin-top: 12px;
    display: block;
}

.notice {
    width: 900px;
}

.notice .post {
    width: 100%;
    margin-bottom: 10px;
}

.noticeTitle {
    font-size: 36px;
    font-weight: bold;
    cursor: pointer;
    display: inline-block;
    margin-right: 20px;
    color: #868B88;
    z-index: 11;
}

.noticeTitle .line,
.noticeTitle.selected .line {
    font-size: 36px;
    font-weight: bold;
    display: inline-block;
    color: #868B88;
    margin-right: 20px;
}

.noticeTitle.selected {
    color: #4ba098;
}

.notice .notice-list {
    width: 100%;
}

.notice-list ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.notice-list ul>li {
    width: 430px;
    display: flex;
    align-items: center;
    height: 80px;
    overflow: hidden;
    margin-bottom: 15px;
}

.notice-list ul>li a {
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
}

.notice-list ul>li span {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: none;
    width: 60px;
    height: 60px;
    margin-right: 20px;
    font-size: 28px;
    line-height: 40px;
    font-weight: bold;
    color: #4ba098;
    background: rgba(255, 255, 255, 0.42);
}

.notice-list ul>li span b {
    width: 100%;
    height: 18px;
    line-height: 18px;
    font-size: 10px;
    text-align: center;
    background-color: #4ba097;
    color: #fff;
    font-weight: normal;
}

.notice .tab-none {
    display: none;
}

.notice .tab-on {
    display: block;
}

.picNews-list {
    width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.picNews {
    display: flex;
    justify-content: space-between;
}

.picNews-list-item {
    width: 300px;
    background: rgba(255, 255, 255, 0.42);
    border: #e7e7e7 1px solid;
    /* overflow: hidden; */
}

.picNews-list-item img {
    width: 100%;
    height: 160px;
    object-fit: cover;
}

.picNews-list-item img:hover {
    transform: scale(1.12);
    transition-duration: 0.8s;
}

.picNews-list-item .title {
    width: 100%;
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    /* white-space: nowrap; */
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    /* height: 40px; */
    padding: 15px;
}

.picNews-list-item .summary {
    font-size: 13px;
    line-height: 24px;
    text-align: justify;
}

.picNews-list-item .summary a {
    color: #6b6b6b;
}

.picNews-list-item span {
    color: #6b6b6b;
    font-size: 12px;
    display: block;
    padding: 0 15px 15px;
}

/* 特色页面 */
.main-trait {
    background: url(/static/images/index/home1.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
}

.main-trait .post {
    width: 100%;
    display: flex;
    justify-content: center;
}

.main-trait .post .title .text {
    position: relative;
    display: block;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    padding: 110px 0 0;
}

.main-trait .sub {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.main-trait .sub .title .text {
    position: relative;
    display: block;
    color: #fff;
    font-size: 32px;
    font-weight: bold;
}

.main-trait .content {
    height: 450px;
}

.main-trait .content ul {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.main-trait .content li {
    width: 18.5%;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
}

.main-trait .content li a {
    display: block;
    position: relative;
    width: 100%;
    height: 85%;
    transition: .5s;
}

.main-trait .content li a .img_zd,
.main-trait .content li a .img_hezi {
    height: 100%;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.3s ease-in;
}

.main-trait .content li a .txt-box {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.main-trait .content li a h5 {
    width: 100%;
    display: flex;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    font-weight: 700;
    align-items: center;
    justify-content: flex-end;
    opacity: 0;
    transition: .5s;
}

.main-trait .content li a h5 img {
    display: block;
    width: 16px;
    margin-left: 16px;
}

.main-trait .content li a .icon {
    margin-top: 10px;
    position: relative;
    width: 120px;
    height: 120px;
    align-self: center;
}

.main-trait .content li a .icon img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 60px;
    max-height: 60px;
}

.main-trait .content li a p {
    font-size: 16px;
    line-height: 32px;
    color: #fff;
    font-weight: 200;
}

.main-trait .content li a .p1 p {
    -webkit-line-clamp: 7;
    height: 190px;
    opacity: 0;
}

.main-trait .content li a .p1 {
    padding: 0 15px;
    margin-top: 25px;
    height: 0;
    transition: .5s;
    overflow: hidden;
}

.main-trait .content li a .p2 p {
    height: 90px;
    text-align: center;
}

.main-trait .content li a .p2 {
    margin-top: 24px;
    height: 90px;
    transition: .5s;
    overflow: hidden;
}

.main-trait .content li a h3,
.content li a h3 p {
    margin-top: 0;
    font-size: 36px;
    line-height: 25px;
    color: #fff;
    text-align: center;
    transition: .5s;
    font-weight: 700;
}

.main-trait .content li a h4,
.content li a h4 p {
    font-size: 18px;
    line-height: 25px;
    color: #fff;
    text-align: center;
    margin-top: 10px;
}

.content li .lines {
    width: 100%;
    display: block;
}

.main-trait .content li:hover a {
    height: 95%;
}

.main-trait .content li:hover a h5 {
    opacity: 1;
}

.main-trait .content li:hover a .p1 {
    height: 200px;
}

.main-trait .content li:hover a .p1 p {
    opacity: 1;
}

.main-trait .content li:hover a .p2 {
    height: 0;
    margin-top: 0;
}

.main-trait .content li:hover a .p2 p {
    opacity: 0;
}

.main-trait .content li:hover a h3 {
    margin-top: 28px;
}

/* 国际页面 */
.main-global {
    background: url(/static/images/index/home4.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
}

.main-global .post {
    width: 100%;
    display: flex;
    justify-content: center;
}

.main-global .post .title .text {
    position: relative;
    display: block;
    color: #4ba098;
    font-size: 36px;
    font-weight: bold;
    padding: 110px 0 0;
}

.main-global .content .top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.main-global .content .top a {
    display: block;
    position: relative;
    border-radius: 18px;
    overflow: hidden;
}

.main-global .bg-mask:hover .pic:before {
    content: '';
    position: absolute;
    top: 0;
    left: -86%;
    z-index: 2;
    display: block;
    width: 50%;
    height: 100%;
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, .1));
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, .1));
}

.main-global .bg-mask:hover .pic img {
    transition: 1s;
    transform: scale(1.12);
}

.main-global .bg-mask:hover .pic:before {
    -webkit-animation: shine .5s;
    animation: shine .5s;
}

@keyframes shine {
    100% {
        left: 115%;
    }
}

.main-global .content .top a h3 {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 20px;
    line-height: 60px;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    z-index: 3;
    transition: .5s;
}

.main-global .content .top a .box {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    z-index: 5;
    opacity: 0;
    background: url("/static/images/index/s3-img-10.png") no-repeat 50% /contain;
    transition: .5s;
}

.main-global .content .top a .box .icon {
    position: relative;
    width: 50px;
    height: 70px;
}

.main-global .content .top a .box h4 {
    font-size: 24px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    margin-top: 30px;
}

.main-global .content .top_l {
    width: 28%;
}

.main-global .content .top_l a {
    height: 530px;
    margin-top: 24px;
}

.main-global .content .top_l .pic img {
    height: 530px;
    object-fit: cover;
}

.main-global .content .top_r {
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.main-global .content .top_r a {
    width: 48.5%;
    height: 250px;
    margin-top: 24px;
}

.main-global .content .top_r .pic img {
    width: 100%;
    object-fit: cover;
}

.main-global .content .top a:hover h3 {
    opacity: 0;
}

.main-global .content .top a:hover .box {
    top: 0;
    height: 100%;
    opacity: 1;
}

/* 媒体页面 */
.main-media {
    background: url(/static/images/index/home2.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
}

.main-media .post {
    display: flex;
    justify-content: flex-start;
    padding: 50px 0 0;
}

.main-media .mediaTitle {
    font-size: 36px;
    font-weight: bold;
    cursor: pointer;
    display: inline-block;
    margin-right: 20px;
    color: #868B88;
    z-index: 11;
}

.mediaTitle .line,
.mediaTitle.selected .line {
    font-size: 36px;
    font-weight: bold;
    display: inline-block;
    color: #868B88;
    margin-right: 20px;
}

.main-media .mediaTitle.selected {
    color: #4ba098;
}

.main-media .content .more a {
    width: 100%;
    display: flex;
    justify-content: center;
    color: #4ba098;
    font-size: 20px;
    font-weight: bold;
    padding: 10px 0 0;
}

.main-media .content-list {
    width: 100%;
    background: url(/static/images/index/bg.png) repeat-x center;
    height: 320px;
}

.main-media .content-box {
    margin: 0 auto;
    background: url(/static/images/index/bg.png) repeat-x center;
    z-index: 10;
    height: 320px;
}

.main-media .content-box ul {
    position: relative;
}

.main-media .content-box ul li {
    position: relative;
    transition-duration: 0.8s;
}

.main-media .content-box ul li.slick-current {
    opacity: 1;
}

.main-media .content-box ul li .item_box {
    display: flex;
    justify-content: space-between;
}

.main-media .content-box ul li .item_wz {
    margin-top: 120px;
    width: 50%;
}

.main-media .content-box ul li .item_imgs img {
    width: 550px;
    height: 450px;
}

.main-media .content-box ul li .item_imgs img:hover {
    transform: scale(1.12);
    transition-duration: 0.8s;
}

.main-media .content-box ul li .item_title {
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 30px;
}

.main-media .content-box ul li .item_text {
    transition: all 0.4s ease-in-out;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 45px;
}

.main-media .content-box ul li .item_title a {
    color: #fff;
}

.main-media .swiper-page {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    bottom: 50%;
    z-index: 10;
}

.slick-prev {
    position: relative;
    background: url(/static/images/index/p42-prev.png) no-repeat center;
    width: 24px;
    height: 54px;
    left: 40px;
}

.slick-next {
    position: relative;
    background: url(/static/images/index/p42-next.png) no-repeat center;
    width: 24px;
    height: 54px;
    right: 40px;
}

.main-media.active .content-btn ul li {
    transform: none;
}

.main-media .content-btn ul li {
    transform: rotateY(90deg);
}

.main-media .content-btn ul li.n1 {
    transition: 1.2s 0.2s;
}

.main-media .content-btn ul li.n2 {
    transition: 1.2s 0.3s;
}

.main-media .content-btn ul li.n3 {
    transition: 1.2s 0.4s;
}

.main-media .content-btn ul li.n4 {
    transition: 1.2s 0.5s;
}

.main-media .content-btn ul li.n5 {
    transition: 1.2s 0.6s;
}

.main-media .content-btn ul li.n6 {
    transition: 1.2s 0.7s;
}

.main-media .content-btn ul li.n7 {
    transition: 1.2s 0.8s;
}

.main-media .content-btn ul li.n8 {
    transition: 1.2s 0.9s;
}

.main-media .content-btn {
    margin: 10px auto 0;
}

.main-media .content-btn ul li {
    float: left;
    width: 25%;
    padding: 10px;
}

.main-media .content-btn ul li .item_box {
    transition: all 0.4s ease-in-out;
}

.main-media .content-btn ul li.n1 .item_box,
.main-media .content-btn ul li.n5 .item_box {
    background: #6fd1c7;
}

.main-media .content-btn ul li.n2 .item_box,
.main-media .content-btn ul li.n6 .item_box {
    background: #62b5ad;
}

.main-media .content-btn ul li.n3 .item_box,
.main-media .content-btn ul li.n7 .item_box {
    background: #4b847e;
}

.main-media .content-btn ul li.n4 .item_box,
.main-media .content-btn ul li.n8 .item_box {
    background: #3e7670;
}

.main-media .content-btn ul li:hover .item_box {
    background: #fff;
}

.main-media .content-btn ul li:hover .item_wz .item_title {
    color: #333333;
}

.main-media .content-btn ul li:hover .item_wz .item_time {
    color: #114E2D;
}

.main-media .content-btn ul li:hover .item_wz .item_text {
    color: #666666;
}

.main-media .content-btn ul li .item_wz {
    display: block;
    padding: 10px 28px 10px;
}

.main-media .content-btn ul li .item_wz div {
    color: #fff;
    transition: all 0.4s ease-in-out;
}

.main-media .content-btn ul li .item_wz .item_time {
    font-size: 14px;
    line-height: 15px;
}

.main-media .content-btn ul li .item_wz .item_title {
    margin: 10px 0;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 20px;
}

/* 数据页面 */
.main-data {
    background: url(/static/images/index/home.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
}

.main-data .post {
    width: 100%;
    display: flex;
    justify-content: center;
}

.main-data .post .title .text {
    position: relative;
    display: block;
    color: #4ba098;
    font-size: 36px;
    font-weight: bold;
}

.main-data .slide-box {
    height: 410px;
    padding: 60px 40px 0;
}

.numBox .item {
    padding: 15px;
    position: relative;
    margin: 10px auto;
    text-align: center;
    line-height: 1.1;
    border-radius: 50%;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 1;
    -webkit-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;
    border: 1px dashed #419a91;
    box-sizing: border-box;
}

.numBox .num {
    color: #4ba098;
}

.numBox .txt {
    margin-top: 4px;
    font-size: 15px;
    color: #333
}

.numBox .item {
    animation: 5s ease-out 1.5s infinite ripple;
    width: 160px;
    height: 160px;
    z-index: 3;
    transition-delay: .7s;
    background: rgb(255, 255, 255, .7);
}

.numBox .item .num {
    font-size: 36px;
}

.numBox .item .txt {
    margin-top: 0;
    font-size: 18px;
    font-weight: bold;
}

@keyframes ripple {

    0%,
    100%,
    50% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    25% {
        -webkit-transform: translateY(-15px);
        -moz-transform: translateY(-15px);
        -o-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px)
    }

    75% {
        -webkit-transform: translateY(15px);
        -moz-transform: translateY(15px);
        -o-transform: translateY(15px);
        -ms-transform: translateY(15px);
        transform: translateY(15px)
    }
}

@-webkit-keyframes ripple {

    0%,
    10%,
    50% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }

    25% {
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    75% {
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        -o-transform: translateY(10px);
        -ms-transform: translateY(10px);
        transform: translateY(10px)
    }
}

.swiper-btn a {
    bottom: 50%;
    transition: .5s;
    position: absolute;
    -webkit-transition: .5s;
}

.swiper-btn a.prev {
    left: 50px;
}

.swiper-btn a.next {
    right: 50px;
}

.swiper-btn a.prev:hover {
    -webkit-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px);
    z-index: 100;
}

.swiper-btn a.next:hover {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
    z-index: 100;
}

/* 页面底部 */
.main-foot {
    background-color: #62B9B0;
}

.main-foot .post {
    width: 100%;
    display: flex;
    justify-content: center;
}

.main-foot .post .title .text {
    position: relative;
    display: block;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    padding: 110px 0 30px;
}

.link-wrapper {
    margin-top: 10px;
    background-color: #62B9B0;
    width: 100%;
    display: flex;
    justify-content: center;
}

.link {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
}

.link a {
    color: #fff;
}

.link h2 {
    font-size: 20px;
    margin: 30px 0 20px;
}

.link-icon {
    width: 90%;
}

.link-icon ul {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    justify-content: space-between;
}

.link-icon li {
    height: 65px;
    line-height: 65px;
    font-size: 16px;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
}

.link-icon i {
    width: 60px;
    font-size: 36px;
    font-weight: normal;
}


.link-text {
    width: 90%;
    border-top: 1px solid #fff;
    margin: 30px 0;
}

.link-text ul {
    display: grid;
    grid-template-columns: auto auto auto auto auto auto;
    justify-content: space-between;
    margin-top: 20px;
}

.link-text li {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
}

.main-footer {
    background-color: #4ba097;
    height: 260px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.footer-container {
    display: flex;
    justify-content: space-between;
}

.footer-left {
    width: 440px;
    display: flex;
    flex-direction: column;
    margin-top: 40px;
}

.footer-left img {
    height: 75px;
    width: 300px;
}

.footer-left .icons {
    display: flex;
    justify-content: flex-start;
    margin-top: 30px;
}

.footer-left .icons img {
    object-fit: scale-down;
    height: 30px;
    width: auto;
    margin-right: 22px;
}

.footer-right {
    width: 1210px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
}

.contact {
    width: 450px;
}

.contact .text {
    color: #fff;
    border-left: 1px solid #62B9B0;
    padding-left: 60px;
}

.contact .text a {
    color: #fff;
}

.contact .text p {
    margin: 0;
    line-height: 30px;
    height: 30px;
}

.friendLink {
    width: 180px;
    height: 150px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.fdpic {
    width: 200px;
    height: 100px;
    position: fixed;
    top: 87%;
    right: 10px;
    transform: translateY(-50%);
    z-index: 9999;
    overflow: hidden;
}

.fd-close {
    position: absolute;
    top: 5px;
    right: 5px;
    color: #666;
    font-size: 14px;
    z-index: 9999;
    background-color: #fff;
    border-radius: 3px;
    color: #999;
    padding: 0 3px;
    cursor: pointer;
}

.fdpic .swiper-slide-active a img {
    animation: img_scale 6s linear;
}

@keyframes img_scale {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.fdpic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}