.index-conmmon-t img {
    position: relative;
    width: 31px;
    height: 31px;
    transform: translate(65px, -55px);
}
.news_detail_box .article p{
    background-color: transparent !important;
}
.page-content-body img{
    margin: 0 auto;
    width: auto;
    max-width: 800px !important;
    height: auto !important;
    float: none !important;
    display: block;
}
.index-conmmon-t {
    text-align: center;
    font-size: 36px;
    font-family: SourceHanSerifCN-Bold, SourceHanSerifCN;
    font-weight: bold;
    color: #00757f;
    line-height: 51px;
}
index_fam_item_time img:nth-of-type(2){
display:none;
}
.bread_crumb_loaction a:hover{
color:#CFA484;
}
.mobile_header .home-header-inner {
    position: absolute;
    top: calc(50% - 13px);
    right: 7%;
}
.index_top .search-icon {
    width: 30px;
    height: 30px;
    margin-left: 30px;
    cursor: pointer;
color: #fff;
    position: relative;
}
.search-icon::before {
    left: 0;
    top: 0;
    right: 0;
    content: "";
    bottom: 0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    background: rgba(0, 0, 0, 0);
    z-index: -1;
}
.mobile_header .search-border {
    width: 28px;
    height: 28px;
}
.search-border {
    width: 36px;
    box-sizing: border-box;
    border: 1px solid #fff;
    height: 36px;
    border-radius: 36px;
    position: absolute;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    font-size: 34px;
}
.transition {
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.search-input {
    display: none;
    width: calc(100% - 36px);
    height: 100%;
}
.index_intro {
    padding: 90px 0 40px;
    background: url('../images/intro-bg.png') center 100%/100% no-repeat;
    background-size: auto;
}
.icon-search {
    width: 16px;
    height: 16px;
}
.icon-search:before {
    content: "\e75d";
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.second_menu_box{
transition: .3s !important;
}
.index_intro_pic {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.index_intro_con {
    display: flex;
    padding: 0 60px 0 100px;
}

.index_intro_con_r {
    position: relative;
    z-index: 3;
    transform: translateY(-50px);
    flex: 1;
    margin-left: 200px;
    width: 50%;
    padding: 43px 55px;
    box-sizing: border-box;
    font-size: 16px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    color: #333333;
    line-height: 32px;
    border-radius: 12px;
    background: url('../images/intro-con-bg.png') 100%/100% no-repeat #fff;
}

.index_intro_con_l {
    transform: translateY(50px);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.index_intro_con_l_btn {
    font-size: 16px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    color: #ffffff;
    line-height: 28px;
    display: flex;
    align-items: center;
    opacity: 0.8;
    cursor: pointer;
    transform: translateY(-20px);
}

.index_intro_con_l_btn img {
    width: 9px;
    height: 9px;
    margin-left: 6px;
}

.index-link {
    padding: 40px 0;
    background: url('../images/link-bg.png') center 100%/100% no-repeat;
}

.index_link_list {
    display: flex;
    flex-wrap: wrap;
}

.index_link_item {
    margin-right: 60px;
    margin-bottom: 30px;
    font-size: 22px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: 500;
    color: #333333;
    line-height: 30px;
    cursor: pointer;
    position: relative;
}

.index_link_item::after {
    width: 100%;
    height: 4px;
    position: absolute;
    content: "";
    background-color: #BC3B25;
    bottom: -10px;
left:0px;
    transform: scale(0, 1);
    transition: 0.5s;
    -webkit-transform: scale(0, 1);
    -webkit-transition: 0.5s;
}

.index_link_item:hover::after {
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
}

.index_link_item:last-of-type {
    margin-right: 0;
}

.index_fir {
    background: url('../images/news-bg.png') center 100%/100% no-repeat #eeeeee;
    background-size: auto;
    padding: 60px 0 65px;
}

.index_fam_list {
    display: flex;

}

.index_fam_item:hover .index_fam_item_con {
    background-color: #027680;
}

.index_fam_item:hover .index_fam_item_con .ellipsis-1 {
    color: #fff !important;
}

.index_fam_item:hover .index_fam_item_con .ellipsis-3 {
    color: #fff;
}
.index_fam_item_con .index_fam_item_time img:nth-of-type(2){
   display: none;
}
.index_fam_item:hover .index_fam_item_con .index_fam_item_time p {
    color: #fff !important;
}
.index_fam_item:hover .index_fam_item_con .index_fam_item_time img:nth-of-type(1){
    display:none;
}
.index_fam_item:hover .index_fam_item_con .index_fam_item_time img:nth-of-type(2){
   display: inline-block;
}
.index_fam_item {

    width: calc(33.33% - 34px);
    cursor: pointer;
    margin-right: 52px;
}

.index_fam_item :last-of-type {
    margin-right: 5px;
}

.index_fam_item:hover .index_fam_item_con p:nth-of-type(1) {
    color: #00757f;
}

.index_fam_item_img {
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.index_fam_item_con {
    transition: all .3s linear;
    width: 100%;
    background-color: #fff;
    padding: 18px 20px;
    box-sizing: border-box;
    min-height: 184px;
}

.index_fam_item_con p:nth-of-type(1) {
    font-size: 18px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: 500;
    color: #333333;
    margin-bottom: 10px;
}

.index_fam_item_con p:nth-of-type(2) {
min-height: 66px;
    font-size: 14px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    color: #999999;
    line-height: 22px;
    margin-bottom: 14px;
}

.index_fam_item_time img {
    width: 16px;
    height: 16px;
    margin-right: 4px;
    vertical-align: inherit;
}

.index_fam_item_time {
    display: flex;
    align-items: center;
}

.index_fam_item_time p {
    font-size: 14px !important;
    font-family: PingFang-SC-Medium, PingFang-SC;
    color: #999999 !important;
    margin-bottom: 0 !important;
}

.index_news {
    margin-bottom: 70px;
}

.index_news_wrap {
    display: flex;
    justify-content: space-between;
}

.index_news_l {
    width: 40%;
    position: relative;
    height: 326px;
}

.index_news_l .swiper-container {
    height: 100%;
}

.index_news_l .swiper-wrapper {
    height: 100%;
}

.index_news_l .swiper-slide {
    height: 100%;
}

.index_news_l img {
    width: 100%;
    height: 100%;
}

.index_news_l_con {
    cursor: pointer;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50px;
    background: rgba(12, 12, 12, 0.6);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
    box-sizing: border-box;
}

.index_news_l_con p {
    font-size: 18px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    color: #ffffff;
}

.index_news_r {
    width: calc(100% - 40% - 20px);
}

.index_news_r_list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-wrap: wrap;
}

.index_news_r_item:hover {
    z-index: 2;
    transform: translate3d(0, -5px, 0);
}

.index_news_r_item {
    cursor: pointer;
    width: calc(50% - 10px);
    min-height: 158px;
    padding: 24px;
    box-sizing: border-box;
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
    transition: all .3s linear;
    background: url('../images/index-news-bg.png') center 100%/100% no-repeat #00757f;
}

.index_news_r_item:nth-of-type(2) {
    background: url('../images/index-news-bg.png') center 100%/100% no-repeat #bd3a24;
}

.index_news_r_item:nth-of-type(3) {
    margin-bottom: 0;
    background: url('../images/index-news-bg.png') center 100%/100% no-repeat #349399;
}

.index_news_r_item:nth-of-type(4) {
    margin-bottom: 0;

    background: url('../images/index-news-bg.png') center 100%/100% no-repeat #168098;
}

.index_news_r_item_l {
padding-top: 7px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.index_news_r_item_l img {
    width: 12px;
    height: 12px;
}

.index_news_r_item_l_time {
    border-top: 3px solid #fff;
    padding-top: 4px;
    margin-bottom: 26px;
}

.index_news_r_item_l_time p:nth-of-type(1) {
    font-size: 18px;
    font-family: Georgia;
    color: #ffffff;
    line-height: 21px;
}

.index_news_r_item_l_time p:nth-of-type(2) {
    font-size: 12px;
    font-family: Georgia;
    color: #ffffff;
    line-height: 14px;
    text-align: right;
}

.index_news_r_item_r {
    width: 100%;
    margin-left: 10px;
}

.index_news_r_item_r p:nth-of-type(1) {
    font-size: 18px;
    height: 56px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    font-weight: 500;
    color: #ffffff;
    line-height: 28px;
    margin-bottom: 6px;
}

.index_news_r_item_r p:nth-of-type(2) {
    font-size: 14px;
    font-family: PingFang-SC-Medium, PingFang-SC;
    color: #ffffff;
    line-height: 24px;
}
