* {
    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;
}

.head {
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    background: #fff;
    position: relative;
    z-index: 1000;
    /* overflow: hidden; */
}

.head .container>* {
    float: left;
}

.head .logo {
    padding: 10px 0;
}

.head .logo img {
    height: 77px;
}

.head .menu {
    padding: 0 20px 0 60px;
}

.head .menu ul {
    display: flex;
}

.head .menu>ul>li {
    position: relative;
}

.head .menu>ul>li>a {
    font-size: 18px;
    display: block;
    /*border-bottom: 2px solid #fff;*/
    line-height: 95px;
    padding: 0 30px;
    margin: 0 1px 0 0;
    color: #888;
}

.head .menu>ul>li:hover>a {
    border-bottom: 2px solid #eee;
    background: #f9f9f9;
}

.head .menu>ul>li.active>a {
    color: #01b88d;
    border-color: #01b88d;
    background: #f9f9f9;
}

.head .menu li div {
    position: absolute;
    display: none;
    width: 100%;
    background: #f9f9f9;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
}

.head .menu li div a {
    display: block;
    transition: all .5s;
    text-align: center;
    border-bottom: 1px solid #eee;
    padding: 12px 0;
    color: #666;
}

.head .menu li div a:last-child {
    border: none;
}

.head .menu li div a.active,
.head .menu li div a:hover {
    background: rgba(0, 0, 0, .05);
}

.head .menu li:hover div {
    display: block;
}

.head .back {
    float: right;
    background: #01b88d;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 30px;
    line-height: 40px;
    color: #fff;
    border-radius: 30px;
    padding: 0 20px;
    box-shadow: 1px 1px 15px rgb(0 0 0 / 10%);
    position: relative;
}

.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 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;
    margin-right: 15px;
}

.expert_list {
    overflow: hidden;
    margin-top: 15px;
}

.expert_list ul {
    overflow: hidden;
}

.expert_list li {
    float: left;
    width: 225px;
    background: #fff;
    border-radius: 10px;
    text-align: center;
    margin: 10px 7.5px 10px 7.5px;
    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 h4 {
    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-bottom: 40px;
}

.train_more {
    margin-right: 15px;
}

.train_l {
    width: 1200px;
    overflow: hidden;
    float: left;
}

.train_list {
    margin-top: 15px;
}

.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_l {
    overflow: hidden;
    margin-top: 15px;
}

.serve_l ul {
    overflow: hidden;
}

.serve_l li {
    float: left;
    margin-left: 10px;
    margin-bottom: 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 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 {
    margin-top: 20px;
} */

.show_li {
    overflow: hidden;
    margin: 20px 0;
    border-bottom: 1px solid #e6e6e6;
}

.show_li span {
    float: right;
    color: #b3b3b3;
    line-height: 44px;
}

.show_li ul {
    overflow: hidden;
    float: left;
}

.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_li .act {
    border-bottom: 2px solid #00a364;
    color: #00a364;
}

.show_con {
    /* position: relative; */
    /* height: 310px; */
    height: 275px;
}

.show_c {
    /* position: absolute;
    top: 0;
    left: 0; */
    display: none;
    overflow: hidden;
}

.show_c ul {
    overflow: hidden;
}

.show_con .cur {
    display: block;
}

.show_c li {
    width: 224px;
    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: 100%;
    /* height: 180px; */
    height: 158px;
}

.show_img img {
    width: 100%;
    height: 100%;
}

.show_text {
    padding: 0 12px;
    overflow: hidden;
}

.show_text h5 {
    line-height: 20px;
}

.show_c a {
    color: #333;
}

.show_c h3 {
    font-weight: 500;
    font-size: 18px;
    margin: 10px 0;
}

.show_c p {
    float: left;
    padding: 5px 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;
}

.show_text span {
    float: right;
    font-size: 14px;
    margin: 13px 0;
    border: 1px solid #6ebd6b;
    color: #6ebd6b;
    padding: 2px 5px;
    border-radius: 10px;
}

.num {
    margin-top: 40px;
}

.num>ul {
    overflow: hidden;
}

.num>ul>li {
    width: 33.3%;
    text-align: center;
    float: left;
    font-size: 20px;
}

.num>ul {
    background-color: #fff;
    /* background-image: url("../img/bg-counter.png"); */
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    /* padding: 80px 20px 60px 21px; */
    padding: 60px 20px 60px 20px;
    border-radius: 10px;
}

.num>ul:hover {
    opacity: 0.7;
}

.num>ul>li .entry {
    font-size: 19px;
    font-weight: 400;
    color: #333;
}

.num>ul>li span {
    color: #5b8022;
    /* font-size: 52px; */
    font-size: 40px;
    display: block;
    font-weight: 600;
    /* margin-bottom: 30px; */
    margin-bottom: 25px;
}

.ec_ec {
    overflow: hidden;
    margin: 20px 0 0 0;
    border-bottom: 1px solid #e6e6e6;
}

.ec_ec span {
    float: right;
    color: #b3b3b3;
    line-height: 44px;
}

.ec_ec ul {
    overflow: hidden;
    float: left;
}

.ec_ec li {
    float: left;
    /*margin-left: 40px;*/
    cursor: pointer;
    font-size: 24px;
    font-weight: 500;
    padding: 5px 0;
    /* border-bottom: 3px solid;
    border-image: linear-gradient( 90deg, #059ddf, #5eb95b) 4; */
}

.ec_ec li:hover {
    border-bottom: 3px solid;
    border-image: linear-gradient( 90deg, #059ddf, #5eb95b) 4
}

.ec_ec .ec_ec_fir {
    margin-left: 0;
}

.ec_ec .act {
    border-bottom: 3px solid;
    border-image: linear-gradient( 90deg, #059ddf, #5eb95b) 4
}


/* .ec_con {} */

.ec_canvas {
    /*width: 720px;*/
    /* margin-left: 5%; */
    /* margin-right: 5%; */
    /*float: left;*/
    height: 310px;
}

.ec_text {
    width: 100%;
    /* margin-right: 5%; */
    /*float: right;*/
    /*height: 270px;*/
    /*background: url(../img/biankuang.png);*/
    /*background-size: 100% 100%;*/
    padding:10px 0 20px 0;
}

.ec_text h3 {
    line-height: 50px;
}

.ec_text p {
    line-height: 30px;
}

.ec_c {
    display: none;
    /*height: 310px;*/
    overflow: hidden;
}


/* .cur {
    display: block;
} */

.ec_con .cur {
    display: block;
}


/* 成果转化 */

.cg_cyl {
    overflow: hidden;
}

.chengguo {
    width: 600px;
    float: left;
}

.chengguo_l {
    overflow: hidden;
    margin-top: 15px;
}

.chengguo_l ul {
    overflow: hidden;
}

.chengguo_l li {
    float: left;
    margin-left: 10px;
    margin-bottom: 10px;
}

.chengguo_l .chengguo_l_fir {
    margin-left: 0;
}

.chengguo_list {
    padding: 10px;
    background: #fff;
    width: 565px;
    border-radius: 10px;
}

.chengguo_title {
    overflow: hidden;
}

.chengguo_title li {
    float: left;
    /* font-weight: 500;
    padding-left: 10px;
    /* border-left: 3px solid #63bb53; */
    cursor: pointer;
}

.chengguo_title a {
    color: #b3b3b3;
}

.chengguo_title span {
    float: right;
    line-height: 25px;
}

.chengguo_text {
    /* padding: 20px 0 0; */
    overflow: hidden;
    height: 162px;
    /* border-bottom: 1px solid #cccccc; */
}

.chengguo_img {
    float: left;
    width: 200px;
    height: 140px;
    border-radius: 10px;
}

.chengguo_img img {
    width: 100%;
    height: 100%;
}

.chengguo_t {
    float: left;
    margin-left: 10px;
    width: 545px;
    height: 27px;
    line-height: 27px;
}

.chengguo_t h3 {
    font-weight: 500;
}


/* .chengguo_t p {
    color: #999999;
    font-size: 14px;
    margin-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
} */

.chengguo_t_font {
    color: #565656;
    font-size: 14px;
    /* margin-top: 15px; */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.chengguo_p p {
    line-height: 39px;
    color: #666666;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.chanyel {
    /* margin: 40px 0; */
    float: right;
    width: 600px;
}

.chanyel_list {
    overflow: hidden;
    margin-top: 15px;
    height: 217px;
}


/* .chanyel_list>ul {
    overflow: hidden;
    width: 1000%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0;
}

.chanyel_list>ul img {
    width: 100%;
    height: 100%;
}

.chanyel_list>ul>li {
    width: 10%;
    height: 100%;
    display: inline-block;
} */

.chanyel_list li {
    float: left;
    width: 29%;
    height: 34.25px;
    background: linear-gradient(147deg, #ffffff, #f1f1f1);
    border-radius: 10px;
    text-align: center;
    margin: 10px 2%;
    transition: box-shadow .5s linear;
    box-shadow: 2px 2px 5px rgb(0 0 0 / 25%);
}

.chanyel_list li:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .25);
}

.chanyel_img {
    width: 210px;
    height: 160px;
}

.chanyel_img img {
    width: 100%;
    height: 100%;
}

.chanyel_text {
    padding: 0 12px;
}

.chanyel_text h3 {
    padding: 5px 0;
    color: #333;
}

.chanyel_text h4 {
    padding: 5px 0;
    color: #333;
}

.chanyel_text .p1 {
    padding: 5px 0;
    color: #4d4d4d;
}

.chanyel_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;
}

.huananA {
    margin-top: 20px;
    position: relative;
}

.huanan_vt {
    overflow: hidden;
    margin-top: 10px;
}

.huanan_v {
    width: 600px;
    height: 330px;
    float: left;
}

.huanan_v img {
    width: 100%;
    height: 100%;
}

.huanan_t {
    width: 500px;
    height: 290px;
    float: right;
    background: url(../img/biankuang.png);
    background-size: 100% 100%;
    padding: 20px 30px;
    font-size: 18px;
}

.huanan_t p {
    line-height: 35px;
}

.dongtai_c {
    /* position: absolute;
    top: 0;
    left: 0; */
    /* display: none; */
    overflow: hidden;
}

.dongtai_c ul {
    overflow: hidden;
}

.dongtai_con {
    margin-top: 20px;
}


/* .dongtai_con .cur {
    display: block;
} */

.dongtai_c li {
    width: 285px;
    background: #fff;
    border-radius: 10px;
    float: left;
    margin: 0 0 20px 20px;
    transition: box-shadow .5s linear;
}

.dongtai_c li:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .25);
}

.dongtai_c .dongtai_c_fir {
    margin-left: 0;
}

.show_img {
    width: 100%;
    height: 180px;
    /* height: 158px; */
}

.show_img img {
    width: 100%;
    height: 100%;
}

.show_text {
    padding: 0 12px;
    overflow: hidden;
}

.show_text h5 {
    line-height: 20px;
}

.dongtai_c a {
    color: #333;
}

.dongtai_c h3 {
    font-weight: 500;
    font-size: 18px;
    margin: 10px 0;
}

.dongtai_c p {
    float: left;
    padding: 15px 0;
    border-top: 3px solid;
    border-image: linear-gradient(90deg, #059ddf, #5eb95b) 4;
    color: #cccccc;
    font-size: 14px;
}

.mt20 {
    margin-top: 20px;
}

.mb20 {
    margin-bottom: 20px;
}


