* {
    margin: 0;
    padding: 0;
}

html {
    background: #f5f5f5;
}

a {
    text-decoration: none;
}

ul,
li {
    list-style: none;
}

input {
    outline: none;
}

.top_c {
    width: 100%;
    height: 40px;
    background: #f2f2f2;
    border-bottom: 1px solid #e5e5e5;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.top_nav {
    overflow: hidden;
}

.top_l {
    float: left;
    line-height: 40px;
}

.top_l img {
    vertical-align: text-bottom;
}

.top_l a {
    color: #999999;
    font-size: 16px;
}

.top_r {
    float: right;
}

.top_r ul {
    overflow: hidden;
}

.top_r li {
    float: left;
    margin: 10px 0;
    padding-left: 10px;
}

.top_r a {
    color: #999999;
}

.top_r .top_r_l {
    padding-right: 10px;
    border-right: 1px solid #c5c5c5;
}

.top_r img {
    vertical-align: middle;
}

.logo_c {
    padding: 35px 0;
    background: #fff;
}

.logo_search {
    overflow: hidden;
}

.logo {
    float: left;
    height: 85px;
}

.logo img {
    float: left;
}

.logo span {
    float: left;
    font-size: 36px;
    font-weight: 500;
    margin-left: 15px;
    padding-left: 10px;
    margin-top: 30px;
    /* border-left: 1px solid #000; */
}

.search {
    float: right;
    position: relative;
    margin-top: 40px;
}

.search img {
    position: absolute;
    top: 8px;
    left: 10px;
}

.search .insert {
    float: left;
    padding: 10px;
    border: 1px solid #00a364;
    text-indent: 25px;
    width: 250px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}

.search .sousuo {
    float: left;
    padding: 7px;
    border: 1px solid #00a364;
    width: 90px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    font-size: 16px;
    background-color: #00a364;
    color: #fff;
    cursor: pointer;
}

.nav_c {
    width: 100%;
    background-color: #00a364;
}

.nav_list {
    overflow: hidden;
    line-height: 50px;
}

.nav_list ul {
    overflow: hidden;
}

.nav_list li {
    float: left;
    padding-left: 80px;
    font-size: 18px;
}

.nav_list a {
    color: #fff;
}

.swiper {
    margin: 0 auto;
    width: 100%;
    height: 450px;
    overflow: hidden;
    position: relative;
}

.imgs {
    width: 1000%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0;
}

.imgs img {
    width: 100%;
    height: 100%;
}

.imgs>li {
    width: 10%;
    height: 100%;
    display: inline-block;
}

.arrow {
    position: absolute;
    width: 1200px;
    text-align: center;
    height: 24px;
    top: 50%;
    font-size: 0;
    margin-top: -12px;
}

.arrow .left {
    position: absolute;
    left: 0;
}

.arrow .right {
    position: absolute;
    right: 0;
}

.text {
    position: absolute;
    width: 1200px;
    text-align: center;
    bottom: 80px;
    color: #fff;
}

.text li {
    line-height: 35px;
}

.text h2 {
    font-size: 35px;
    font-weight: 500;
}

.text p {
    font-size: 16px;
    font-weight: 100;
}

.point {
    position: absolute;
    width: 1200px;
    text-align: center;
    height: 15px;
    bottom: 40px;
    font-size: 0;
}

.point>li {
    display: inline-block;
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: 50% 50%;
    margin: 0 5px;
    cursor: pointer;
}

.point>.on {
    background-color: #ffd800;
}

.con {
    background: #f5f5f5;
    padding: 15px 0;
}

.news {
    overflow: hidden;
    margin: 15px 0;
    height: 25px;
    line-height: 25px;
    background: #ececec;
    padding: 5px;
    border-radius: 10px;
}

.news_l {
    float: left;
    font-size: 18px;
    color: #00a364;
    width: 111px;
}

.news_l img {
    vertical-align: bottom;
    padding: 0 5px;
}

.news_r {
    float: left;
    width: 1064px;
}

.news_r .news_list {
    list-style: none;
    margin-left: 0;
}

.news_r ul {
    overflow: hidden;
}

.news_list li {
    width: 325px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news_r li {
    float: left;
    margin-left: 25px;
    color: #aaaaaa;
    list-style: inside;
    line-height: 25px;
}

.expert {
    margin: 40px 0;
}

.con_title {
    overflow: hidden;
}

.con_title h2 {
    float: left;
    font-weight: 500;
    padding: 5px 0;
    border-bottom: 3px solid;
    border-image: linear-gradient(90deg, #059ddf, #5eb95b) 4;
}

.con_title span {
    float: right;
    color: #b3b3b3;
    line-height: 44px;
}

.expert_con {
    height: 350px;
}

.expert_list {
    overflow: hidden;
    margin-top: 15px;
}

.expert_list_cur {
    display: none;
}

.expert_list ul {
    overflow: hidden;
}

.expert_list li {
    float: left;
    width: 225px;
    background: #fff;
    border-radius: 10px;
    text-align: center;
    /* margin: 10px 0 10px 18px; */
    transition: box-shadow .5s linear;
}

.expert_list li:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .25);
}

.expert_list .expert_fir {
    margin-left: 0;
}

.expert_img {
    width: 225px;
    height: 160px;
}

.expert_img img {
    width: 100%;
    height: 100%;
}

.expert_text {
    padding: 0 12px;
}

.expert_text h3 {
    padding: 5px 0;
    color: #333;
}

.expert_text .p1 {
    padding: 5px 0;
    color: #4d4d4d;
}

.expert_text .p2 {
    margin: 10px 0 15px 0;
    font-size: 14px;
    text-align: left;
    color: #8c8c8c;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.train {
    overflow: hidden;
    margin: 40px 0;
}

.train_more {
    margin-right: 15px;
}

.train_l {
    width: 1200px;
    overflow: hidden;
    float: left;
}

.train_con {
    height: 640px;
}

.train_list {
    margin-top: 15px;
    display: none;
}

.train_list ul {
    overflow: hidden;
}

.train_list li {
    float: left;
    width: 285px;
    background: #fff;
    border-radius: 10px;
    margin-right: 15px;
    margin-bottom: 20px;
    transition: box-shadow .5s linear;
}

.train_list li:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .25);
}

.train_img {
    width: 285px;
    height: 180px;
    position: relative;
}

.train_img span {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    padding: 5px;
    background: rgba(0, 0, 0, 0.5);
    font-size: 12px;
}

.train_text {
    padding: 0 12px;
    overflow: hidden;
}

.train_text p {
    font-size: 18px;
    margin: 10px 0;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.train_text h4 {
    float: left;
    font-size: 14px;
    margin: 15px 0;
    color: #b9b9b9;
    font-weight: normal;
}

.train_text span {
    float: right;
    font-size: 14px;
    margin: 13px 0;
    border: 1px solid #6ebd6b;
    color: #6ebd6b;
    padding: 2px 5px;
    border-radius: 10px;
}

.train_r {
    float: left;
    width: 290px;
    margin-left: 10px;
}

.broadcast {
    margin-top: 15px;
    height: 937px;
    overflow-y: auto;
}

.broadcast ul {
    /* border-left: 1px solid #d3d3d3; */
    background: url("../img/长竖线.png") repeat-y;
    background-position: 3px;
}

.broadcast li {
    margin-left: 21px;
    list-style-type: disc;
    font-size: 20px;
    padding-top: 35px;
}

.broadcast .broadcast_fir {
    padding-top: 0;
}

.broadcast .begin {
    color: #00a364;
}

.broadcast .begin span {
    background: #00a364;
}

.broadcast .live {
    color: #21a3e6;
}

.broadcast .live span {
    background: #21a3e6;
}

.broadcast .back {
    color: #ffc600;
}

.broadcast .back span {
    background: #ffc600;
}

.broadcast span {
    padding: 3px 5px;
    font-size: 14px;
    background: #00a364;
    color: #fff;
    border-radius: 10px;
}

.broadcast p {
    color: #666;
    font-size: 16px;
    margin: 10px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.broadcast_img {
    width: 260px;
    height: 120px;
    border-radius: 10px;
}

.broadcast_img img {
    width: 100%;
    height: 100%;
}

.broadcast::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}

.broadcast::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: rgba(0, 0, 0, 0.2);
}

.broadcast::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    background: rgba(0, 0, 0, 0.1);
}

.serve {
    margin-bottom: 40px;
}

.title {
    border-bottom: 1px solid #e6e6e6;
}

.serve_con {
    height: 400px;
}

.serve_l {
    overflow: hidden;
    margin-top: 15px;
}

.serve_li_cur {
    display: none;
}

.serve_l ul {
    overflow: hidden;
}

.serve_l li {
    float: left;
    margin-left: 10px;
}

.serve_l .serve_l_fir {
    margin-left: 0;
}

.shibie {
    position: relative;
}

.ewm {
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
    width: 131px;
    height: 128px;
    margin: 0 auto;
}

.serve_list {
    padding: 10px;
    background: #fff;
    width: 565px;
    border-radius: 10px;
}

.serve_title {
    overflow: hidden;
}

.serve_title h3 {
    float: left;
    font-weight: 500;
    padding-left: 5px;
    border-left: 3px solid #63bb53;
}

.serve_title a {
    color: #b3b3b3;
}

.serve_title span {
    float: right;
    line-height: 25px;
}

.serve_text {
    padding: 20px 0;
    overflow: hidden;
    border-bottom: 1px solid #cccccc;
}

.serve_img {
    float: left;
    width: 200px;
    height: 140px;
    border-radius: 10px;
}

.serve_img img {
    width: 100%;
    height: 100%;
}

.serve_t {
    float: left;
    margin-left: 10px;
    width: 265px;
    height: 140px;
}

.serve_t h3 {
    font-weight: 500;
}

.serve_t p {
    color: #999999;
    font-size: 14px;
    margin-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.serve_p p {
    line-height: 39px;
    color: #666666;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.show_li {
    overflow: hidden;
    margin: 20px 0;
    border-bottom: 1px solid #e6e6e6;
}

.show_li ul {
    overflow: hidden;
    float: left;
}

.show_li span {
    float: right;
    color: #b3b3b3;
    line-height: 44px;
}

.show_li li {
    float: left;
    margin-left: 40px;
    padding: 5px 0;
    cursor: pointer;
}

.show_li li:hover {
    border-bottom: 2px solid #00a364;
    color: #00a364;
}

.show_li .show_li_fir {
    margin-left: 0;
}

.show_con {
    /* position: relative; */
    height: 620px;
}

.show_c {
    /* position: absolute;
    top: 0;
    left: 0; */
    display: none;
    overflow: hidden;
}

.show_c ul {
    overflow: hidden;
}

.show_c li {
    width: 285px;
    background: #fff;
    border-radius: 10px;
    float: left;
    margin: 0 0 20px 20px;
    transition: box-shadow .5s linear;
}

.show_c li:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .25);
}

.show_c .show_c_fir {
    margin-left: 0;
}

.show_img {
    width: 285px;
    height: 180px;
}

.show_img img {
    width: 100%;
    height: 100%;
}

.show_text {
    padding: 0 12px;
    overflow: hidden;
}

.show_c a {
    color: #333;
}

.show_c h3 {
    font-weight: 500;
    font-size: 18px;
    margin: 10px 0;
}

.show_c p {
    float: left;
    padding: 10px 0;
    border-top: 3px solid;
    border-image: linear-gradient(90deg, #059ddf, #5eb95b) 4;
    color: #cccccc;
    font-size: 14px;
}

.footer {
    width: 100%;
    height: 200px;
    background: #00a364;
    text-align: center;
    border-top: 2px solid #fdd35c;
}

.footer_text {
    margin-top: 70px;
    color: #fff;
    line-height: 40px;
}

.footer_text span {
    margin-left: 20px;
}

.questions_con {
    height: 300px;
}

.questions_li_cur {
    display: none;
}

.answers_p {
    float: right;
}

.answers_p_q {
    color: green;
}

.answers_p_a {
    color: orange;
}

.expert {
    overflow: hidden;
    margin: 40px 0;
}

.expert_more {
    margin-right: 15px;
}

.expert_l {
    width: 1200px;
    overflow: hidden;
    float: left;
}

.expert_con {
    height: 640px;
}

.expert_list {
    margin-top: 15px;
    display: none;
}

.expert_list ul {
    overflow: hidden;
}

.expert_list li {
    float: left;
    width: 285px;
    background: #fff;
    border-radius: 10px;
    margin-right: 15px;
    margin-bottom: 20px;
    transition: box-shadow .5s linear;
}

.expert_list li:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .25);
}

.expert_img {
    width: 285px;
    height: 180px;
    position: relative;
}

.expert_img span {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    padding: 5px;
    background: rgba(0, 0, 0, 0.5);
    font-size: 12px;
}

.expert_text {
    padding: 0 12px;
    overflow: hidden;
}

.expert_text p {
    font-size: 18px;
    margin: 10px 0;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.expert_text h4 {
    float: left;
    font-size: 14px;
    margin: 15px 0;
    color: #b9b9b9;
    font-weight: normal;
}

.expert_text span {
    float: right;
    font-size: 14px;
    margin: 13px 0;
    border: 1px solid #6ebd6b;
    color: #6ebd6b;
    padding: 2px 5px;
    border-radius: 10px;
}

.expert_r {
    float: left;
    width: 290px;
    margin-left: 10px;
}

.select_l_l {
    /* border: 1px #ccc solid; */
}

.select_title {
    /* padding: 5px 20px; */
    position: relative;
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 20px;
    margin: 0 0 25px 0;
    text-align: center;
    color: #111;
    padding-top: 20px;
}

.select_li {
    overflow: hidden;
    /* border-top: 1px dashed #ccc; */
    /* padding: 20px 20px; */
    position: relative;
    padding: 10px 0;
    display: flex;
    flex-wrap: wrap;
}

.select_li_title {
    /* float: left;
    width: 90px; */
    float: left;
    color: #999;
    font-size: 13px;
    padding: 10px 0 0 0;
}

.select_li_list {
    float: left;
}

.select_li_list li {
    /* overflow: hidden;
    float: left;
    margin-left: 35px;
    cursor: pointer; */
    float: left;
    padding: 5px 12px;
    border-radius: 30px;
    border: 1px solid #ddd;
    font-size: 14px;
    margin: 3px 5px 3px 0;
    cursor: pointer;
}

.select_li_list li:hover {
    /* color: #00a364; */
    background: linear-gradient(to right, #00d8b6, #01b6b8);
    color: #fff;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 10%);
}

.select_li_list .select_fl0 {
    margin-left: 0;
}

.select_list {
    margin-top: 15px;
    display: none;
}

.select_list ul {
    overflow: hidden;
}

.select_list li {
    float: left;
    width: 280px;
    background: #fff;
    border-radius: 10px;
    /* margin-right: 18px;
    margin-bottom: 20px; */
    margin: 0 10px 20px;
    transition: box-shadow .5s linear;
    height: 300px;
}

.select_list li:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .25);
}

.select_img {
    width: 100%;
    height: 180px;
    position: relative;
}

.select_img img {
    width: 100%;
}

.select_img span {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #fff;
    padding: 5px;
    background: rgba(0, 0, 0, 0.5);
    font-size: 12px;
}

.select_text {
    padding: 0 12px;
    overflow: hidden;
}

.select_text p {
    font-size: 18px;
    height: 48px;
    margin: 10px 0;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.select_text h4 {
    float: left;
    font-size: 14px;
    margin: 15px 0;
    color: #b9b9b9;
    font-weight: normal;
}

.select_text span {
    float: right;
    font-size: 14px;
    margin: 13px 0;
    border: 1px solid #6ebd6b;
    color: #6ebd6b;
    padding: 2px 5px;
    border-radius: 10px;
}

.select_r {
    float: left;
    width: 290px;
    margin-left: 10px;
}

.bb1da {
    /* border-bottom: 1px dashed #ccc; */
    background: #fff;
    box-shadow: 3px 3px 10px rgb(0 0 0 / 2%);
    border-radius: 3px;
    padding: 0 15px;
}