@charset "utf-8";

/* CSS Document */

* {
    margin: 0;
    padding: 0
}

ul li {
    list-style: none
}

img {
    border: 0;
    max-width: 100%
}

a {
    text-decoration: none;
    color: #333;
    text-align: left;
}

.clear {
    clear: both
}

body {
    font-family: "微软雅黑";
    width: 100%;
    min-width: 1300px !important;
    color: #2a2a2a;
    font-size: 12px;
}

.ccsl {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

p {
    text-align: justify
}

input {
    border: none;
    outline: none;
}

.l {
    float: left
}

.r {
    float: right
}

.main {
    width: 1200px !important;
    margin: 0 auto;
}

/* 头部 */

.nav-container {
    display: none;
}

.head_box {
    width: 100%;
    height: 300px;
    position: relative;
    display: flex;
    align-items: flex-start;
    overflow: hidden;
}

.head_box .head_box_img {
    width: 100%;
    /* height: 100%; */
}

.head_box_flex {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.head_box_flex>img {
    margin-bottom: 50px;
}

.search_box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.search_box2 {
    display: none;
}

.search_box input:nth-child(1) {
    width: 500px;
    font-size: 16px;
    box-sizing: border-box;
    padding: 18px 18px;
    border: 1px solid #f1f1f1;
    border-radius: 6px;
}

.search_box .search_btn {
    height: 56px;
    box-sizing: border-box;
    padding: 14px 30px;
    color: #fff;
    font-size: 16px;
    background-color: #bd1a2d;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    margin-left: -6px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.search_box2 input:nth-child(1) {
    width: 180px !important;
}


.search_box2 .search_btn {
    background-color: #dd6464;
    color: #ffffff;
    width: 57px;
    padding: 18px 7px;
}

.search_box .search_btn img {
    width: 16px;
    height: 16px;
    margin-left: 5px;
    margin-bottom: 0;
}

.down_a {
    width: 610px;
    margin-top: 14px;
}

.down_a a {
    color: #716a6a;
    margin-right: 10px;
}

.down_a a:nth-child(1):hover {
    color: #bd1a2d;
}

.main_box {
    background-color: #bd1a2d;
}

.head_boxTwo {
    width: 100%;
    padding-top: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.head_boxTwo .search_box input {
    width: 320px;
    padding: 15px 10px;
    font-size: 12px;
}

.head_boxTwo .search_box .search_btn {
    color: #d81e06;
    background-color: #f9d9bc;
    padding: 5px 20px;
    height: 46px;
    font-size: 14px;
    font-weight: bold;
}

.head_boxTwo .search_box .search_btn img {
    width: 24px;
    height: 24px;
}

/* 头部 end */

/* 头部导航 */
.nav_box {
    height: 100px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 40px;
    margin-bottom: 40px !important;
    box-sizing: border-box;
    /* border-bottom: 1px solid #f1c1aa; */
}

.newsPage {
    padding-bottom: 30px;
    margin-bottom: 0 !important;
}

.nav_a {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
}

.nav_box_header {
    display: none;
}

.nav_a_item>a {
    display: block;
    line-height: 40px;
    color: #f7e4e6;
    position: relative;
}

.nav_a_item a:hover {
    color: #f1c1aa;
}

.befo::before {
    content: '';
    width: 0;
    height: 0;
    border-top: 6px solid #f1c1aa;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid transparent;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -6px;
}

/* .nav_a_item>a:hover::before {
    content: '';
    width: 0;
    height: 0;
    border-top: 6px solid #f1c1aa;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid transparent;
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -6px;
} */

.son {
    position: absolute;
    top: 60px;
    padding: 10px 0;
    box-sizing: border-box;
    display: none;
    align-items: center;
    justify-content: space-between;
}

.son a {
    font-size: 14px;
    margin-right: 30px;
    color: #f7e4e6;
    white-space: nowrap;
}

.nav_tel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: 80px;
    line-height: 20px;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
}

.nav_tel img {
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

/* 头部导航 end */

/* 介绍 */
.introduce {
    height: 298px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.introduce_left {
    width: 60%;
    height: 100%;
    display: flex;
    flex-direction: column;
    color: #f7e4e6;
    /* justify-content: space-between; */
}

.introduce_left .img_title {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.img_title img {
    width: 22px;
    height: 22px;
    margin-right: 10px;
}

.introduce_left .conter {
    width: 100%;
    height: 190px;
    margin: 30px 0 30px;
    overflow: hidden;
    line-height: 24px;
    font-size: 14px;
}

.more a {
    color: #f7e4e6;
    padding-bottom: 5px;
    font-size: 14px;
    border-bottom: 1px solid #f7e4e6;
}

.introduce_right {
    width: 35%;
    /* height: 100%; */
}

.introduce_right img {
    width: 100%;
    height: 100%;
}

.silder {
    width: 100%;
    height: 200px;
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
    position: relative;
    float: left;
}

.silder .silder_list {
    height: 200px;
    overflow: hidden;
    position: relative;
}

.silder .silder_list a {
    position: absolute;
    top: 0;
    left: 0;
}

.silder .silder_list a,
.silder .silder_list img {
    display: inline-block;
    float: left;
}

.silder .silder_page {
    height: 38px;
    text-align: right;
    margin: 0 auto;
    right: 1px;
    overflow: hidden;
    position: absolute;
    bottom: 35px;
}

.silder .silder_page li {
    width: 16px;
    font-size: 12px;
    float: left;
    height: 16px;
    line-height: 16px;
    margin: 15px 10px 0 0;
    background: #F1F1F1;
    display: inline-block;
    text-align: center;
    color: #000;
}

.silder .silder_page li.current {
    background: #C70B31;
    color: #fff;
}

.silder_desc {
    color: #fff;
    loat: left;
    line-height: 35px;
    height: 35px;
    width: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: left;
    text-indent: 10px;
    background: #cc0000;
    font-size: 14px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.silder .silder_page li:hover {
    cursor: pointer;
}

.silder {
    width: 100%;
    overflow: inherit !important;
}

.silder .silder_page {
    bottom: -35px !important;
}

.silder .silder_page li {
    border-radius: 50%;
    color: #F1F1F1 !important;
}

.silder .silder_page li.current {
    background: #f1c1aa !important;
    color: #f1c1aa !important;
}

/* 介绍 end */

/*  */
.tabbar {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    display: flex;
    margin-top: 50px !important;
}

.test {
    padding-bottom: 15px;
    margin-right: 50px;
    position: relative;
    cursor: pointer;
}

.tested {
    color: #f1c1aa;
}

.tested::after {
    content: '';
    width: 0;
    height: 0;
    border-top: 10px solid #bd1a2d;
    border-right: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid transparent;
    position: absolute;
    bottom: -14px;
    left: 50%;
    margin-left: -6px;
}

/*  */


/* 协会动态 最新通知 */
.content_box {
    padding: 40px 0 0;
    overflow: hidden;
    transition: all 0.5s;
}

.content_box_left {
    /* display: inline-block; */
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.newsList {
    /* width: 62%; */
    flex: 1;
    margin-right: 20px;
    height: 297px;
}

.newsList_flex {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.newsList_item {
    width: 100%;
}



.newsList_flex_left {
    width: 49%;
}

.newsList_flex_right {
    width: 49%;
}

.newsList_flex .newsList_item {
    width: 100%;
}

.newsList_flex .newsList_item .newsList_item_title {
    margin-bottom: 16px;
}

.newsList_flex .newsList_flex_left .newsList_item:last-child .newsList_item_title {
    margin-bottom: 0;
}

.newsList_flex .newsList_flex_right .newsList_item:last-child .newsList_item_title {
    margin-bottom: 0;
}

.newsList_item_title {
    width: 100%;
    box-sizing: border-box;
    font-size: 18px;
    font-weight: bold;
    padding-left: 10px;
    border-left: 2px solid #bd1a2d;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.newsList_item_conter {
    width: 100%;
    height: 40px;
    font-size: 14px;
    box-sizing: border-box;
    margin: 10px 0 40px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #818181;
}

.newsList_item_title a:hover {
    color: #bd1a2d;
}

.newsImg {
    width: 300px;
    height: 300px;
}

.newsImg img {
    width: 100%;
    height: 100%;
}

.content_box_right {
    display: none;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.content_box_bottom {
    width: 100%;
    /* margin-top: 40px; */
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.content_box_bottom a {
    display: block;
    width: 32%;
}

/* 协会动态 最新通知 end*/

/* 卡片一 */
.main_card_box {
    width: 100%;
    padding: 40px 0;
    background-color: #f5f5f5;
}

.main_card {
    height: 380px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main_card_item {
    width: 32%;
    height: 100%;
    padding-top: 12px;
    background-color: #fff;
}

.main_card_item_img {
    width: 100%;
    height: 215px;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.main_card_item img {
    width: 100%;
    /* height: 215px; */
}

.card_flex {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.card-flex_left {
    font-size: 20px;
    font-weight: bold;
    position: relative;
    padding-bottom: 5px;
    color: #000;
}

.card-flex_left::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 120%;
    border-bottom: 1px solid #d8d8d8;
}

.card-flex_right a {
    color: #aeaeae;
    font-size: 14px;
}

.card-flex_right a:hover {
    color: #bd1a2d;
}

.card_content {
    width: 100%;
    height: 69px;
    line-height: 26px;
    box-sizing: border-box;
    padding: 10px 20px;
    margin-bottom: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #818181;
    font-size: 15px;
}

.card_ul {
    width: 100%;
    height: 330px;
    box-sizing: border-box;
    padding: 10px 20px;
    /* overflow: hidden; */
    transition: all 0.5s;
}

.card_ul li {
    width: 100%;
    padding-bottom: 12px;
    display: flex;
    align-items: center;
    color: #818181;
}

.card_ul li:last-child {
    padding-bottom: 0;
}

.card_ul li a {
    flex: 1;
    color: #818181;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 15px;
    text-align: left;
}

.card_ul li a:hover {
    color: #bd1a2d;
}

.card_ul li span {
    display: inline-block;
    width: 3px;
    height: 3px;
    margin-right: 5px;
    background-color: #818181;
    border-radius: 50%;
}

/* 卡片一 end */

/* 专家 */
.specialist {
    padding: 40px 0;
}

.ask_hd {
    height: 48px;
    line-height: 48px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #e5e5e5;
}

.ask_hd h2 {
    /* float: left; */
    border-bottom: 2px solid #bd1a2d;
    padding: 0 20px 0 30px;
    color: #bd1a2d;
    font-size: 18px;
}

.ask_hd a {
    margin-right: 10px;
    color: #818181;
}

.ask_hd a:hover {
    color: #bd1a2d;
}

.specialist_box {
    width: 100%;
    /* height: 391px; */
    margin: 30px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.specialist_box a {
    display: block;
    width: 273px;
    height: 100%;
    position: relative;
    transition: all 0.5s;
}

.specialist_box a:hover .msg {
    transition: all 0.5s;
    opacity: 1;
}

.msg {
    position: absolute;
    bottom: 10px;
    left: 50%;
    width: 90%;
    max-height: 350px;
    box-sizing: border-box;
    padding: 10px;
    margin-left: -45%;
    color: #fff;
    background-color: #bd1a2d;
    text-align: center;
    font-size: 14px;
    opacity: 0;
}

.msg div:nth-child(1) {
    margin-bottom: 10px;
}

/* 专家 end */

.shouZgon {
    height: 327px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.shouZgon_left {
    width: 48.5%;
    height: 100%;
}

.shouZgon_left_list {
    width: 100%;
    height: 277px;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    border-top: none;
}

.shouZgon_left_list1 {
    width: 100%;
    box-sizing: border-box;
    border-top: none;
}

.card_uls {
    width: 100%;
    box-sizing: border-box;
    padding: 18px 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.card_uls li {
    width: 49%;
    padding-bottom: 18px;

    display: flex;
    align-items: center;
    color: #818181;
}

.card_uls li a {
    flex: 1;
    color: #333;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.card_uls li a:hover {
    color: #bd1a2d;
}

.card_uls li span {
    display: inline-block;
    width: 3px;
    height: 3px;
    margin-right: 5px;
    background-color: #333;
    border-radius: 50%;
}

.shouZgon_right {
    width: 48.5%;
    height: 100%;
}


.zhuanQu {
    width: 100%;
    margin: 40px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.zhuanQu_left {
    width: 50%;
}

.zhuanQu_left_list {
    border-left: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}

.zhuanQu_right {
    width: 50%;
}

.zhuanQu_right_list {
    border: 1px solid #e5e5e5;
    border-top: none;
}

/* 卡片2 */
.main_card_item_t {
    padding-top: 0;
}

.card2_txt {
    width: 100%;
    height: 28px;
    box-sizing: border-box;
    padding: 0 22px;
    margin: 13px 0 0px;
    font-size: 16px;
    font-weight: bold;
    color: #525252;
    line-height: 28px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.card2_content {
    width: 100%;
    height: 66px;
    line-height: 26px;
    box-sizing: border-box;
    padding: 10px 22px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #818181;
    font-size: 15px;
}

.acrd2_flex {
    width: 100%;
    height: 26px;
    box-sizing: border-box;
    padding: 0 22px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #9b9b9b;
}

.acrd2_flex a {
    font-size: 14px;
    color: #9b9b9b;
    padding-bottom: 5px;
    border-bottom: 2px solid #cacaca;
}

.acrd2_flex a:hover {
    color: #bd1a2d;
    border-bottom: 2px solid #bd1a2d;
}

.main_card_item2 {
    padding-top: 0;
    background-color: transparent;
}

.flex_colum {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.flex_colum a {
    display: block;
    width: 100%;
    height: 48%;
}

.flex_colum img {
    width: 100%;
    height: 100%;
}

/* 卡片2 end */

/* 底部 */
.home_footer {
    width: 100%;
    padding: 50px 0;
    background-color: #bd1a2d;
}

.home_footer_box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.footer_box_left {
    width: 30%;
}

.footer_box_left img {
    max-width: 100%;
}

.footer_conters {
    width: 100%;
    box-sizing: border-box;
    padding-left: 10px;
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: sb;
    color: #e6e6e6;
    font-size: 14px;
}

.footer_conters img {
    margin-right: 5px;
}

.footer_box_right {
    width: 68%;
}

.footer_ul {
    width: 100%;
    font-size: 14px;
    display: flex;
    align-items: start;
    justify-content: space-between;
}

.footer_ul a {
    color: #e6e6e6;
}

.footer_ul a:hover {
    color: #fff;
}

.footer_ul li>a {
    font-size: 15px;
    display: block;
    margin-bottom: 22px;
}

.footer_ul li div.li_item a {
    display: block;
    margin-bottom: 15px;
}


.bottom_box {
    width: 100%;
    padding: 10px 0;
    background-color: #f9d9bc;
}

.bottom_box_t a {
    color: #000;
}

.rolling {
    width: 100%;
    height: 330px;
    overflow: hidden;
    transition: all 1s;
}

#demo {
    width: 100%;
    height: 330px;
    overflow: hidden;
    transition: all 1s;
}

.eyeMore {
    width: 100%;
    margin: 10px 0;
    text-align: right;
    color: #818181;
}

.eyeMore a {
    font-size: 14px;
    color: #818181;
}

.eyeMore a:hover {
    color: #d81e06;
}