@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;
}

header, footer, section, article, aside, nav, hgroup, address, figure, figcaption, menu, details {
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption, th {
    text-align: left;
    font-weight: normal;
}

html, body, fieldset, img, iframe, abbr {
    border: 0;
}

img {
    vertical-align: top;
}

html {
    overflow-x: hidden;
}

i, cite, em, var, address, dfn {
    font-style: normal;
}

[hidefocus], summary {
    outline: 0;
}

li {
    list-style: none;
}

h1, h2, h3, h4, h5, h6, small {
    font-size: 100%;
}

sup, sub {
    font-size: 83%;
}

pre, code, kbd, samp {
    font-family: inherit;
}

q:before, q:after {
    content: none;
}

textarea {
    overflow: auto;
    resize: none;
}

label, summary {
    cursor: default;
}

a, button {
    cursor: pointer;
}

h1, h2, h3, h4, h5, h6, em, strong, b {
    font-weight: bold;
}

del, ins, u, s, a, a:hover {
    text-decoration: none;
}

body, textarea, input, button, select, keygen, legend {
    font: 13px/1 arial, \5b8b\4f53;
    color: #333;
    outline: 0;
}

:focus {
    outline: 0;
}

/*备用样式表*/
.none {
    display: none;
}

.wcb {
    width: 100%;
    height: 30px;
    border: 2px dashed #97CBE0;
}

.hidden {
    visibility: hidden;
}

.clear {
    width: 100%;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
    clear: both;
    display: block;
    _display: inline;
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
    display: block;
    *zoom: 1;
}

/*css3扩展*/
::-webkit-input-placeholder {
    color: #999;
    font-size: 14px;
}

:-moz-placeholder {
    color: #999;
    font-size: 14px;
}

::-moz-placeholder {
    color: #999;
    font-size: 14px;
}

:-ms-input-placeholder {
    color: #999;
    font-size: 14px;
}

/**布局开始**/
* {
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

body {
    background: #fff;
    line-height: 1.2;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    font-family: Helvetica, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, STHeiti, WenQuanYi Micro Hei, Tahoma, Geneva, sans-serif;
    color: #333;
}

p {
    line-height: 1.75;
}

a {
    color: #333;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}

a:hover {
    color: #0E7C42;
}

.text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hide-text2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

　
.hide-text3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/*flex布局*/
.midcenter {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.f_between {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.f_start {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
}

.f_end {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}

.f_center {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
}

.f_middle {
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: center;
    align-items: center;
}

.f_top {
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.f_bottom {
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.main1_bk .left_list > ul {
    display: none
}

.main1_bk .left_list > ul:first-child {
    display: block
}

.f_stretch {
    display: flex;
    display: -webkit-flex;
    -webkit-align-items: stretch;
    align-items: stretch;
}

.f_col {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.f_row {
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.nowrap {
    -webkit-flex-wrap: nowrap;
    -webkit-box-lines: single;
    -moz-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.wrap {
    -webkit-flex-wrap: wrap;
    -webkit-box-lines: single;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
}

/*页面尺寸*/
.wrapper {
    width: 100%;
    margin: 0 auto;
}

.inner {
    width: 1440px;
    margin: 0 auto;
}

/**页面全局宽度**/
.mod {
    padding: 0;
}

.ml {
    float: left;
}

.mr {
    float: right;
}

/*head开始*/
@font-face {
    font-family: 'shuhei';
    src: url(AlimamaShuHeiTi-Bold.ttf);
}

.topbar {
    position: relative;
    z-index: 2;
    padding-top: 12px;
    height: auto;
}

.headfix .topbar {
    padding: 0;
    height: 0;
    overflow: hidden;
}

.top_search {
    width: 240px;
    height: 30px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    margin-right: 32px
}

.top_login {
    padding-left: 14px;
    background: url(/images/new/login.png) left center no-repeat;
    background-size: 14px 16px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #fff
}

.top_login a {
    color: #fff;
    padding: 0 8px;
}


#header {
    position: relative;
    overflow: hidden
}

#header .top {
    position: absolute;
    z-index: 100;
    top: 0px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
}

#header .topbg {
    position: absolute;
    z-index: 1;
    top: 0px;
    left: 0;
    right: 0;
    width: 100%;
    height: 360px;
    background: linear-gradient(to top, rgba(1, 88, 69, 0) 0%, rgba(1, 23, 18, 0.1) 100%);
}

#header .daohang {
    position: relative;
    z-index: 2;
    height: 80px;
}

.header .head-left {
    width: 420px;
}

.header .sitelogo {
    width: 100%;
}

.header .sitelogo img {
    width: 100%;
}

.header .sitetitle {
    font-weight: bold;
    color: #fff;
}

/**站点名称**/
.header .head-right {
    width: calc(100% - 430px);
}

.top_links {
    display: block;
    padding-left: 22px;
    background: url(/images/new/menu.png) left center no-repeat;
    background-size: 14px 14px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    cursor: pointer;
    margin-left: 20px;
    position: relative
}

.top_links:hover {
    color: #00B673;
    background: url(/images/new/menu2.png) left center no-repeat;
    background-size: 14px 14px;
}

/*自定义输入框*/
.wp-search {
    position: relative;
    border: 0;
    box-sizing: border-box;
}

.wp-search form {
    display: block;
}

.wp-search .search-input {
    margin-right: 60px;
    color: #fff;
    padding: 1px;
    padding-left: 38px;
    background: url(/images/new/search.png) 12px center no-repeat;
    background-size: 14px 14px;
}

.wp-search .search-input input.search-title {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    background: none;
    color: #fff;
    font-size: 14px;
    border: 0;
    outline: 0;
    font-family: Helvetica, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, STHeiti, WenQuanYi Micro Hei, Tahoma, Geneva, sans-serif;
}

.wp-search .search-btn {
    width: 60px;
    height: 30px;
    position: absolute;
    right: 0px;
    top: 0px;
    text-align: center
}

.wp-search .search-btn input.search-submit {
    width: 100%;
    height: 30px;
    border: 0;
    outline: 0;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: none;
    font-family: Helvetica, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei, STHeiti, WenQuanYi Micro Hei, Tahoma, Geneva, sans-serif;
}

.wp-search input:-webkit-autofill {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #fff;
}

/*默认主导航样式*/

#nav {
    width: 100%;
}

#nav .inner .wp-panel, #nav .inner .wp-window {
    height: 40px;
}

#nav .inner {
    position: relative;
    width: 100%;
}

/*导航样式：后台绑定时也可以定义配置*/
#nav .wp-menu {
    margin: 0 auto
}

#nav .wp-menu .menu-item {
    display: inline-block;
    position: relative;
}

#nav .wp-menu .menu-item a.menu-link {
    display: inline-block;
    padding: 0 20px;
    line-height: 40px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    font-size: 1.6rem;
    position: relative;
    text-align: center;
}

#nav .wp-menu .menu-item.hover a.menu-link, .wp-menu .menu-item:hover a.menu-link,
#nav .wp-menu .menu-item a.hover {
    color: rgba(255, 255, 255, 1);
}

#nav .wp-menu .menu-item.hover a.menu-link:before, #nav .wp-menu .menu-item:hover a.menu-link:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    height: 2px;
    background: #fff;
    display: none
}

#nav .sub-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 40px;
    min-width: 100%;
    z-index: 100;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 1) 100%);
    border-radius: 8px;
    padding: 10px 0px;
}

#nav .sub-menu .sub-item {
    position: relative;
    white-space: nowrap;
    vertical-align: top;
    _zoom: 1;
}

#nav .sub-menu .sub-item a {
    display: block;
    color: #222;
    line-height: 24px;
    padding: 5px 20px;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
}

#nav .sub-menu .sub-item.hover > a,
#nav .sub-menu .sub-item a:hover {
    color: #009760;
    display: block;
}

#nav .sub-menu .sub-menu {
    left: 100%;
    top: 0px;
    z-index: 200;
}

#header.headfix .top {
    position: fixed;
    background: #0b4630;
    height: 80px;
}

#header.headfix .topbg {
    height: 0;
}


/**副导航**/
.top_links .daobar2 {
    display: none;
    position: absolute;
    right: 0;
    top: 32px;
    min-width: 100%;
    z-index: 100;
    padding-top: 10px
}

.top_links:hover .daobar2 {
    display: block;
}

.top_links .daobar2 ul {
    background: #fff;
    border-radius: 8px;
    padding: 10px 0px;
    position: relative
}

.top_links .daobar2 ul:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    right: 20px;
    top: -8px;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #fff;
}

.top_links .daobar2 ul li {
    position: relative;
    white-space: nowrap;
    vertical-align: top;
    _zoom: 1;
}

.top_links .daobar2 ul li a {
    display: block;
    color: #222;
    line-height: 24px;
    padding: 5px 20px;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
}

.top_links .daobar2 ul li a:hover {
    color: #00B673
}

.daobar {
    position: absolute;
    z-index: 20;
    bottom: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 1440px;
}

.daobar ul {
    position: relative;
    margin: 0 -7px;
}

.daobar ul li {
    padding: 0 7px;
    width: 16.6%;
}

.daobar ul li .btn {
    width: 100%;
    height: 86px;
    background: #316761;
    border-radius: 4px;
    font-size: 20px;
    font-size: 2rem;
    color: #fff
}

.daobar ul li .btn .icon {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

/**banner**/
.min-h {
    min-height: 80px;
}

.min-h2 {
    min-height: 200px;
}

.mbanner {
    position: relative;
    z-index: 2;
}

.mbanner .swiper-box {
    position: absolute;
    bottom: 120px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 1440px;
    height: 50px;
    padding: 0 40px;
}

.mbanner .swiper-pagination {
    bottom: 0px;
    left: 0px;
    right: auto;
    width: auto;
    line-height: 40px;
    font-size: 1.8rem;
    color: #4d4f51;
    text-align: left
}

.mbanner .swiper-pagination-current {
    font-size: 2.6rem;
    color: #cccdce;
}

.mbanner .swiper-pagination-bullet {
    background: rgba(255, 255, 255);
    opacity: 1
}

.mbanner .swiper-pagination-bullet-active {
    width: 20px;
    border-radius: 8px;
    background: #00B673;
}

.mbanner .swiper-button-next, .mbanner .swiper-button-prev {
    top: 50%;
    margin-top: -12px;
    display: block;
    box-sizing: border-box;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    width: 24px;
    height: 24px;
    display: block;
    z-index: 100;
    cursor: pointer;
    opacity: 1;
    position: absolute;
}

.swiper-button-next:after, .swiper-button-prev:after {
    display: none;
}

.mbanner .swiper-button-prev {
    background: url(/images/new/prev.png) center no-repeat;
    background-size: cover;
    right: 100px;
    left: auto;
}

.mbanner .swiper-button-next {
    background: url(/images/new/next.png) center no-repeat;
    background-size: cover;
    right: 0px;
    left: auto;
}

.mbanner .swiper-slide img {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
    height: auto;
    display: block;
}

.mbanner .swiper-slide .side_bot {
    z-index: 10;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 40%;
    width: 1440px;
    color: #fff;
}

.mbanner .swiper-slide .side_bt {
    width: 60%;
    line-height: 1.4;
    font-size: 60px;
    font-size: 6rem;
    font-weight: bold;
}

.mbanner .swiper-slide .side_wz {
    width: 60%;
    line-height: 1.4;
    font-size: 20px;
    font-size: 2rem;
    color: #fff;
    margin-top: 30px;
}

.mbanner .swiper-slide i.btn {
    margin-top: 50px;
    display: none;
    width: 64px;
    height: 64px;
    background: url(/images/new/more.png) center no-repeat;
    background-size: cover
}

/**首页布局**/
.main2 {
    padding: 64px 0 0px;
    position: relative
}

.main2:before {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 219px;
    height: 311px;
    background: url(/images/new/bg1.png) center no-repeat;
    background-size: cover
}

.main3 {
    padding: 64px 0 0px;
}

.main4 {
    padding: 64px 0 0px;
}

.main5 {
    background: url(/images/new/bg5_pc.png) right top no-repeat;
    background-size: 100% auto;
    position: relative;
    z-index: 2;
}

.main6 {
    padding: 44px 0 64px;
    position: relative
}

.main6:before {
    position: absolute;
    content: '';
    left: 0;
    top: -27px;
    width: 217px;
    height: 270px;
    background: url(/images/new/bg2.png) center no-repeat;
    background-size: cover
}


.index_title {
    width: 282px;
}

.index_title img {
    width: 100%
}

.main2 .title_top {
    margin-top: 20px;
    border-bottom: 1px solid #DDDDDD;
    position: relative
}

.main2 .half {
    height: 40px;
    width: 50%
}

.tab_title a {
    font-size: 20px;
    font-size: 2rem;
    color: #999;
    height: 40px;
    line-height: 40px;
    margin-right: 20px;
    position: relative
}

.tab_title a.selected {
    color: #015845;
    font-weight: 600
}

.tab_title a.selected:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: -2px;
    height: 3px;
    background: #015845;
    border-radius: 8px;
}

.more-btn {
}

.more-btn .wz {
    color: #222;
    font-size: 14px;
    padding-right: 12px;
    background: url(/images/new/more_01.png) right no-repeat;
    background-size: 6px 10px;
}

.more-btn:hover .wz {
    color: #015845;
    background: url(/images/new/more_02.png) right no-repeat;
    background-size: 6px 10px;
}


.bgmain1 {
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: -1px;
    width: 596px;
    height: 49px;
}

.main1_bk {
    margin-top: 38px;
}

.main1_bk .left_list {
    width: 50%;
}

.main1_bk .left_list li {
    padding: 6px 0;
}

.main1_bk .left_list li .box {
    position: relative;
    padding-left: 80px;
    min-height: 28px;
}

.main1_bk .left_list li .tip {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0 8px;
    background: #F1F2F3;
    border-radius: 2px;
    color: #333;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
    line-height: 28px;
}

.main1_bk .left_list li a {
    display: block;
    position: relative;
    padding-right: 110px;
}

.main1_bk .left_list li .bt {
    font-size: 16px;
    font-size: 1.6rem;
    color: #222222;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.main1_bk .left_list li .wz {
    font-size: 14px;
    font-size: 1.4rem;
    color: #999;
    line-height: 22px;
    display: none
}

.main1_bk .left_list li .time {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    font-size: 1.4rem;
    color: #999;
    line-height: 28px;
    text-align: right
}

.main1_bk .left_list li:hover .tip, .main1_bk .left_list li.hover .tip {
    background: rgba(33, 148, 106, 0.1);
    color: #0E7C42;
}

.main1_bk .left_list li:hover .bt, .main1_bk .left_list li.hover .bt {
    font-size: 18px;
    font-size: 1.8rem;
    color: #0E7C42;
}

.main1_bk .left_list li:hover .wz, .main1_bk .left_list li.hover .wz {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    margin-top: 8px;
}


.main1_bk .right_list {
    width: calc(50% - 30px);
}

.main1_bk .right_list ul {
    position: relative;
    margin: 0 -10px;
}

.main1_bk .right_list ul li {
    width: 50%;
    padding: 0 10px;
}

.right_list li .img_con {
    width: 100%;
    padding-top: 70%;
    position: relative;
    overflow: hidden;
    border-radius: 4px 4px 0 0;
}

.right_list li .img_con img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s ease-in-out;
}

.right_list li:hover .img_con img {
    transform: scale(1.1);
    transition: all 0.4s ease-in-out;
}

.right_list li .tip {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 72px;
    height: 28px;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 0px 0px 4px 0px;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
    color: #fff;
}

.right_list li .info {
    display: block;
    background: #F3F5F8;
    border-radius: 0 0 8px 8px;
    padding: 20px;
}

.right_list li .bt {
    font-size: 16px;
    font-size: 1.6rem;
    color: #222222;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.right_list li .time {
    font-size: 14px;
    font-size: 1.4rem;
    color: #999;
    line-height: 20px;
    margin-top: 30px;
}

.right_list li:hover .info {
    background: #E9F5F1;
}

.right_list li:hover .bt {
    color: #0E7C42;
}


.main2_title {
    display: none;
}

.main2_bk {
    position: relative;
    z-index: 2
}

.main2_bk .card {
    display: block;
}

.main2_bk .card .img_con {
    width: 100%;
    padding-top: 133%;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.main2_bk .card .img_con .img {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s ease-in-out;
}
.main2_bk .swiper-slide:hover .card .img_con .img {
    transform: scale(1.2);
    transition: all 0.4s ease-in-out;
}
.main2_bk .card .img_con:before {
    position: absolute;
    z-index: 2;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(11, 101, 78, 1) 0%, rgba(0, 0, 0, 0) 100%);
}

.main2_bk .swiper-slide:hover .img_con:before {
    background: linear-gradient(180deg, rgba(0, 151, 96, 0.61) 0%, rgba(33, 148, 106, 1) 100%);
    opacity: 0.8;
}

.main2_bk .box2 {
    position: absolute;
    z-index: 3;
    top: 48px;
    left: 30px;
    right: 30px;
}

.main2_bk .box1 {
    position: absolute;
    z-index: 4;
    bottom: -100%;
    left: 30px;
    right: 30px;
    padding-bottom: 40px;
    -webkit-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.main2_bk .title {
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.main2_bk .more-btn {
    margin-top: 58px;
    background: #fff;
    border-radius: 4px;
    height: 60px;
}

.main2_bk .more-btn .wz {
    color: #015845;
    font-size: 20px;
    padding-right: 34px;
    background: url(/images/new/more2.png) right no-repeat;
    background-size: 18px 18px;
}

.main2_bk .bt {
    font-size: 30px;
    font-size: 3rem;
    color: #fff;
    font-weight: 600;
    text-align: center;
    line-height: 40px;
    margin-top: 24px;
}

.main2_bk .icon {
    margin: 0 auto;
    width: 84px;
    height: 84px;
}

.main2_bk .swiper-slide:hover .box1 {
    bottom: 0;
    -webkit-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

.main2_bk .swiper-button-next, .main2_bk .swiper-button-prev {
    top: 50%;
    margin-top: -18px;
    box-sizing: border-box;
    border-radius: 50%;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    width: 48px;
    height: 48px;
    z-index: 100;
    cursor: pointer;
    opacity: 1;
    position: absolute;
    display: none
}

.main2_bk .swiper-button-prev {
    background: #fff url(/images/new/left2.png) center no-repeat;
    background-size: cover;
    left: 0px;
    right: auto;
}

.main2_bk .swiper-button-next {
    background: #fff url(/images/new/right2.png) center no-repeat;
    background-size: cover;
    right: 0px;
    left: auto;
}

.main2_bk .swiper-scrollbar {
    display: none
}


.main3_bk {
    position: relative;
    padding-top: 25px;
}

.main3_bk ul {
    margin: 0 -10px;
}

.main3_bk li {
    width: 33.3%;
    padding: 0 10px;
}

.main3_bk .con {
    padding: 10px;
}

.main3_bk .swiper-button-next, .main3_bk .swiper-button-prev {
    display: none;
    top: 50%;
    margin-top: -18px;
    box-sizing: border-box;
    border-radius: 50%;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    width: 36px;
    height: 36px;
    z-index: 100;
    cursor: pointer;
    opacity: 1;
    position: absolute;
}

.main3_bk .swiper-button-prev {
    background: #fff url(/images/new/left2.png) center no-repeat;
    background-size: cover;
    left: 0px;
    right: auto;
}

.main3_bk .swiper-button-next {
    background: #fff url(/images/new/right2.png) center no-repeat;
    background-size: cover;
    right: 0px;
    left: auto;
}

.main3_bk .con .img_con {
    width: 100%;
    padding-top: 60%;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3)
}

.main3_bk .con .img_con img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.4s ease-in-out;
}

.main3_bk .con:hover .img_con img {
    transform: scale(1.1);
    transition: all 0.4s ease-in-out;
}

.main3_bk .info {
    padding: 32px 16px 24px;
	padding-right:90px;
    position: relative;
    display: block
}

    
.main3_bk .info .bt {
    font-size: 18px;
    font-size: 1.8rem;
    color: #222;
    line-height: 20px;
}

.main3_bk .info .wz {
    line-height: 18px;
    margin-top: 6px;
    font-size: 14px;
    color: rgba(102, 102, 102, 0.64);
	
}

.main3_bk .info .view {
    position: absolute;
    right: 16px;
    top: 32px;
    width: 40px;
    height: 40px;
    background: url(/images/new/view.png) center no-repeat;
    background-size: cover;

}


.main3_bk .con:hover .info .bt {
    color: #0E7C42;
}

.main3_bk .con:hover .info .view {
    background: url(/images/new/viewc.png) center no-repeat;
    background-size: cover;
}


.bgmain2 {
    width: 100%;
    position: relative;
    z-index: 1;
    height: 70px;
}

.bgmain2 img {
    left: 0;
    top: 0;
    position: absolute;
    width: 1920px;
}

.main5bg {
    display: none;
    background-image: url(/images/new/bg5_pc.png) no-repeat;
}

.main5bg img {
    width: 100%;
}

.main5 .inner {
    position: relative;
    padding-top: 567px;
}

.main5 .index_title {
    position: absolute;
    z-index: 2;
    top: 342px;
    left: 0
}

.main4_bk {
    position: relative;
    z-index: 2;
}

.main4_bk:before {
    position: absolute;
    z-index: 1;
    top: 210px;
    bottom: 0;
    content: '';
    right: 0;
    width: calc(100% + 1000px);
    border-radius: 0 40px 0 0;
    background: #fff;
}

.look_more {
    margin-right: 10px;
    padding-right: 20px;
    font-size: 14px;
    color: #fff;
    background: url(/images/new/down2.png) right center no-repeat;
    background-size: 12px 12px;
    display: none
}

.main4_bk .swiper {
    position: relative;
    z-index: 3
}

.main4_bk .con {
    padding-top: 107px;
    padding-left: 564px;
}

.major_box {
    position: relative;
    background: linear-gradient(270deg, #3AAA81 0%, #4ABA91 100%);
    border-radius: 0px 40px 0px 0px;
}

.major_box .major_bt {
    height: 103px;
    padding: 0 32px;
}

.major_box .major_logo {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-right: 14px;
}

.major_box .major_name {
    font-size: 30px;
    font-size: 3rem;
    font-weight: 600;
    color: #fff;
}

.major_box .major_wz {
    padding: 40px 32px 64px;
    border-radius: 0px 40px 0px 0px;
    background: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    color: #222;
    line-height: 24px;
}

.major_box .major_text {
    height: 96px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

.major_box .look {
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}

.major_box .look img {
    width: 80px;
}


.main4_bk .swiper-wrapper {
}

.main4_bk .swiper-slide {
    width: 100%;
    transition: all 0.4s ease-in-out;
}

.main4_bk .swiper-slide .school {
    position: absolute;
    width: 564px;
    left: -554px;
    top: -97px;
}

.main4_bk .swiper-slide .img_con {
    width: 100%;
    height: 360px;
    position: relative;
    border: 1px solid #FFFFFF;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.3);
    border-radius: 16px;
    overflow: hidden;
}

.main4_bk .swiper-slide .img_con img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.main4_bk .swiper-box {
    position: absolute;
    z-index: 10;
    right: 32px;
    top: 107px;
    width: 114px;
    height: 103px;
}

.main4_bk .swiper-button-next, .main4_bk .swiper-button-prev {
    top: 50%;
    margin-top: -24px;
    display: block;
    box-sizing: border-box;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    width: 48px;
    height: 48px;
    display: block;
    z-index: 100;
    cursor: pointer;
    opacity: 1;
    position: absolute;
}

.main4_bk .swiper-button-prev {
    background: url(/images/new/left.png) center no-repeat;
    background-size: cover;
    left: 0px;
    right: auto;
}

.main4_bk .swiper-button-next {
    background: url(/images/new/right.png) center no-repeat;
    background-size: cover;
    right: 0px;
    left: auto;
}

.main4_bk .swiper-pagination {
    bottom: 0px;
    left: 0px;
    right: 0;
    width: 100%;
    line-height: 40px;
    font-size: 1.8rem;
    color: #4d4f51;
    text-align: center
}

.main4_bk .swiper-pagination-current {
    font-size: 2.6rem;
    color: #cccdce;
}

.main4_bk .swiper-pagination-bullet {
    background: #d8d8d8;
    opacity: 1
}

.main4_bk .swiper-pagination-bullet-active {
    width: 20px;
    border-radius: 8px;
    background: #00B673;
}


.main5_bk {
    padding-top: 24px;
    overflow: hidden
}

.main5_bk ul {
    position: relative;
    margin: 0 -10px;
    margin-top: -20px;
}

.main5_bk ul li {
    margin-top: 20px;
    padding: 0 10px;
    width: 50%
}

.main5_bk ul li img {
    width: 100%;
    border: 2px solid #dedede;
    border-radius: 8px;
}

.main5_bk ul li:hover img {
    border: 2px solid #00B673;
}

/**页脚开始**/
#footer {
}

.foot_top {
    background: url(/images/new/footbg.png) center bottom no-repeat;
    background-size: cover;
    padding: 45px 0 45px;
    position: relative
}

.foot_top:before {
    position: absolute;
    z-index: 1;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, #156E57 0%, rgba(34, 132, 80, 0.71) 100%);
}

#footer .inner {
    position: relative;
    z-index: 2;
}

#footer .sitelogo {
    width: 360px;
}

#footer .sitelogo img {
    display: block;
    width: 100%;
}

#footer .sitelink {
    width: calc(100% - 560px);
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
}

#footer .sitelink a {
    margin-right: 40px;
    position: relative;
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    line-height: 18px;
}

#footer .sitelink a:last-child {
    margin-right: 0;
}

#footer .sitelink a:before {
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: -20px;
    content: '';
    width: 1px;
    height: 16px;
    background: #fff
}

#footer .sitelink a:last-child:before {
    display: none
}

#footer .bottom {
    position: relative
}

.copyright {
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    text-align: left;
    position: absolute;
    left: 0;
    bottom: 0;
}

.copyright p {
    margin-bottom: 8px;
    line-height: 1.4;
}

.copyright p .call {
    font-size: 30px;
    font-size: 3rem;
}

.erweima ul {
    position: relative;
    margin-top: -40px;
}

.erweima li {
    width: 160px;
}

.erweima li img {
    display: block;
    margin: 0 auto;
    width: 150px;
    height: 150px;
}

.erweima li .wz {
    font-size: 16px;
    font-size: 1.6rem;
    color: #FFFFFF;
    line-height: 1.2;
    text-align: center;
    margin-top: 10px;
}

.footerwz {
    padding: 14px 20px;
    background: #015845;
    line-height: 25px;
    font-style: 16px;
    font-size: 1.6rem;
    color: rgba(255, 255, 255, 0.4);
    text-align: center
}

/*滚动Arrows */
.slick-prev, .slick-next, .slick-prev:hover, .slick-next:hover {
    height: 62px;
    width: 60px;
    top: 50%;
    margin-top: -30px;
    border: 0px solid #d4d8d9;
    border-radius: 50%;
    outline: none;
}

.slick-prev {
    left: -95px;
    background-position: 0px 0px;
}

.slick-prev:hover {
    background-position: 0px 0px;
    opacity: .8;
    filter: Alpha(opacity=80);
}

.slick-prev:before {
    content: '';
}

.slick-next {
    right: -95px;
    background-position: right 0px;
}

.slick-next:hover {
    background-position: right 0px;
    opacity: .8;
    filter: Alpha(opacity=80);
}

.slick-next:before {
    content: '';
}


/***********************************************************
 * 列表页
 */
/**首页三列布局**/
/**列表页**/
/*栏目图片*/
.list .topbg {
    opacity: 0.18
}

.column-banner {
    position: relative
}

.l-banner {
    height: 28vw;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    overflow: hidden;
}

.l-banner img {
    display: none;
    vertical-align: top;
    height: 100%;
}

.place_name {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 50px;
}

.place_bt {
    font-size: 42px;
    font-size: 4.2rem;
    font-weight: 600;
    line-height: 1.2;
    color: #fff
}

.place_wz {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.8;
    color: #fff
}

.col_path {
    height: 68px;
    color: #666;
    font-size: 16px;
    font-size: 1.6rem;
    background: #fff;
    box-shadow: 0px 1px 0px 0px #E0E0E0;
    position: relative;
    padding-right: 50px;
}

/**当前位置**/
.col_path a {
    color: #666;
    padding-right: 20px;
    margin-right: 8px;
    position: relative
}

.col_path a:before {
    position: absolute;
    right: 0;
    content: '/';
    color: #E0E0E0
}

.col_path a:hover, .col_path a:last-child {
    color: #015845
}

.col_path a:last-child {
    margin-right: 0;
    padding-right: 0;
}

.col_path a:last-child:before {
    display: none
}

/**主体列表页开始**/
#l-container {
    background: #F3F5F8;
}

#l-container .inner {
    padding: 50px 0;
    box-sizing: border-box;
}

/**主体文章页开始**/
#d-container {
}

#d-container .inner {
    background: #fff;
}

.col_menu {
    width: 270px;
    float: left;
    margin-right: -270px;
    position: relative;
}

.col_menu .l-qh {
    margin-bottom: 10px;
}

.col_menu .col_menu_head {
    border-radius: 8px 8px 0 0;
    background: rgba(33, 148, 106, 1);
    height: 64px;
    padding-left: 56px;
    position: relative
}

/**位置栏目背景**/
.col_menu .col_menu_head h3.col_name {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: normal;
    color: #fff;
}

/**位置栏目字体**/
.col_menu .col_menu_head h3.col_name .col_name_text {
    display: block;
    line-height: 50px;
    padding: 0px 5px 0px 30px;
}

/**栏目名称图标**/
.col_menu .col_menu_con {
    border-radius: 0 0 8px 8px;
    background: #fff;
    overflow: hidden;
    display: block
}

/*栏目列表*/
.col_list {
}

.col_list .wp_listcolumn {
}

.col_list .wp_listcolumn .wp_column a {
    display: block;
    color: #222;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 600;
    background: none;
    position: relative
}

.col_list .wp_listcolumn .wp_column a.col_item_link:before {
    position: absolute;
    content: '';
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d8d8d8
}

.col_list .wp_listcolumn .wp_column a .column-name {
    display: block;
    padding-left: 56px;
    line-height: 64px;
    color: #222;
}

.col_list .wp_listcolumn .wp_column a.col_item_link:hover,
.col_list .wp_listcolumn .wp_column a.col_item_link.selected {
    color: #009760;
}

.col_list .wp_listcolumn .wp_column a.col_item_link.selected span.column-name {
    color: #009760;
}

.col_list .wp_listcolumn .wp_column a.col_item_link.selected:before {
    background: #009760;
}

/*二级子栏目**/
.col_list .wp_listcolumn .wp_column .sub_list a {
    color: #333;
    padding: 10px 56px;
    background: #fff;
    font-size: 14px;
    font-size: 1.4rem;
}

.col_list .wp_listcolumn .sub_list a .column-name {
    display: block;
    line-height: 20px;
    padding-left: 0px;
    cursor: pointer;
}

.col_list .wp_listcolumn .wp_column a.sub-item-link.selected, .col_list .wp_listcolumn .wp_column a.sub-item-link:hover {
    font-weight: 600;
    background: rgba(33, 148, 106, 0.1);
    color: #009760;
    position: relative
}

.col_list .wp_listcolumn .wp_column a.sub-item-link.selected span.column-name, .col_list .wp_listcolumn .wp_column a.sub-item-link:hover span.column-name {
    color: #009760;
}

.col_list .wp_listcolumn .wp_column a.sub-item-link.selected:before, .col_list .wp_listcolumn .wp_column a.sub-item-link:hover:before {
    position: absolute;
    content: '';
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background: url(/images/new/more5.png) no-repeat;
    background-size: cover
}


/**栏目新闻**/
.col_news {
    width: 100%;
    min-height: 500px;
    float: right;
}

.col_news .col_news_box {
    margin-left: 298px;
    background: #FFFFFF;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 20px 40px;
}

.col_news_head {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 40px;
}

.col_metas .col_title {
    float: left;
    height: 48px;
    line-height: 48px;
    font-size: 24px;
    font-size: 2.4rem;
    color: #9f9f9f;
    margin-right: 94px;
    cursor: pointer
}

.col_metas .col_title.active {
    font-weight: 600;
    color: #015845;
    border-bottom: 3px solid #009760;
    border-radius: 2px;
    position: relative;
    height: 49px;
    margin-bottom: -1px;
}

.col_news .col_news_box2 {
    margin-left: 298px;
    box-sizing: border-box;
    padding: 0px 0px;
}

.col_news .col_news_box2 .col_news_head {
    padding-top: 10px;
    margin-bottom: 20px;
}

.col_news .col_news_box2 .col_title {
    height: 54px;
    line-height: 54px;
}

.col_metas .col_title2 {
    float: left;
    height: 48px;
    line-height: 48px;
    font-size: 24px;
    font-size: 2.4rem;
    color: #222;
    font-weight: 600;
}

.col_news_title {
    margin-bottom: 40px;
}

.col_news_title .title_wzbt {
    padding-left: 21px;
    font-weight: 600;
    font-size: 30px;
    font-size: 3rem;
    color: #015845;
    line-height: 42px;
    position: relative;
}

.col_news_title .title_wzbt:before {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 3px;
    height: 42px;
    background: #015845;
}

.col_news_con {
    padding: 0px
}

.col_news_list {
}

.col_news_list .wp_article_list .list_item {
}

/**栏目新闻列表**/
.col_news_list .wp_article_list .list_item .Article_Index {
}

/**栏目新闻图标序号**/
.col_news_list .wp_entry, .col_news_list .wp_entry p {
    line-height: 1.75;
    font-size: 14px;
    color: #333;
}

.col_news_list .wp_entry p {
    margin-bottom: 10px;
}

.col_news_list .wp_entry table {
    margin-bottom: 4px;
}

.col_news_list .wp_entry img {
    max-width: 800px;
    _width: expression(this.width > 800 ? "800px" : this.width);
}

/**列表页文章图片大小限制**/


/**视频文章列表**/
.viewnews_list li {
    margin-bottom: 40px;
}

.viewnews_list li .news_pho {
    width: 388px;
    display: block
}

.viewnews_list li .news_pho .tupic {
    width: 100%;
    padding-top: 55%;
    border-radius: 8px;
    position: relative;
    overflow: hidden
}

.viewnews_list li .news_pho .tupic img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: .5s all ease;
    -ms-transition: .5s all ease;
    transition: .5s all ease;
}

.viewnews_list li .news_pho:hover .tupic img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.viewnews_list li .news_pho .tupic:before {
    position: absolute;
    z-index: 2;
    content: '';
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background: url(/images/new/play2.png) center no-repeat;
    background-size: cover;
    border-radius: 50%;
    box-shadow: 0px 2px 23px 0px rgba(0, 0, 0, 0.5);
}

.viewnews_list li .news_pho .tip {
    position: absolute;
    z-index: 3;
    border-radius: 8px 0px 16px 0px;
    padding-left: 26px;
    font-size: 14px;
    color: #fff;
    line-height: 28px;
}

.viewnews_list li .tip.live {
    width: 76px;
    height: 28px;
    background: #00B673 url(/images/new/view1.png) 8px center no-repeat;
    background-size: 12px 12px;
}

.viewnews_list li .tip.wait {
    width: 76px;
    height: 28px;
    background: rgba(0, 0, 0, 0.6) url(/images/new/view2.png) 8px center no-repeat;
    background-size: 12px 12px;
}

.viewnews_list li .tip.over {
    width: 66px;
    height: 28px;
    background: rgba(0, 0, 0, 0.6) url(/images/new/view3.png) 8px center no-repeat;
    background-size: 12px 12px;
}

.viewnews_list li .news_info {
    width: calc(100% - 428px);
}

.viewnews_list li .news_info .bt {
    margin: 10px 0;
    line-height: 24px;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 600;
    color: #222;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.viewnews_list li .news_info:hover .bt {
    color: #009760;
}

.viewnews_list li .news_info .wz {
    line-height: 24px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.viewnews_list li .news_info .time {
    margin-top: 20px;
    line-height: 30px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #888;
}

.viewnews_list li .news_info .btn {
    margin-top: 12px;
    width: 120px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #A1A1A1;
}

.viewnews_list li .news_info .btn .more {
    font-size: 16px;
    font-size: 1.6rem;
    color: #333;
    padding-right: 21px;
    background: url(/images/new/more1.png) right no-repeat;
    background-size: 12px 12px;
}

.viewnews_list li .news_info .btn:hover {
    border: 1px solid rgba(14, 124, 66, 1);
}

.viewnews_list li .news_info .btn:hover .more {
    color: rgba(14, 124, 66, 1);
    background: url(/images/new/more2.png) right no-repeat;
    background-size: 12px 12px;
}

/**文章列表**/
.article_list li {
    margin-bottom: 20px;
    background: #FFFFFF;
    border: 1px solid #ffffff;
    border-radius: 8px;
    padding: 32px 0px;
    -webkit-transition: .5s all ease;
    -ms-transition: .5s all ease;
    transition: .5s all ease;
}

.article_list li:hover {
    border: 1px solid #0E7C42;
    box-shadow: 0px 10px 7px 0px rgba(173, 173, 173, 0.1);
}

.article_list li a {
    padding-right: 190px;
    position: relative
}

.article_list li a:before {
    position: absolute;
    content: '';
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    background: url(/images/new/detail3.png) no-repeat;
    background-size: cover;
    -webkit-transition: .5s all ease;
    -ms-transition: .5s all ease;
    transition: .5s all ease;
}

.article_list li a:hover:before {
    background: url(/images/new/detail4.png) no-repeat;
    background-size: cover;
}

.article_list .date {
    width: 136px;
    height: 100px;
    border-right: 1px solid #DEDEDE;
}

.article_list .date .time {
    width: 77px;
    height: 94px;
    background: #035943;
    border-radius: 8px;
    padding: 8px 2px 2px;
}

.article_list .date .month {
    font-weight: bold;
    font-size: 40px;
    font-size: 4rem;
    color: #fff;
}

.article_list .date .year {
    width: 100%;
    border-radius: 6px;
    background: #FFFFFF;
    height: 28px;
    line-height: 27px;
    font-weight: bold;
    font-size: 14px;
    font-size: 1.4rem;
    color: #015845;
    text-align: center
}

.article_list .info {
    width: calc(100% - 178px);
}

.article_list .info .bt {
    line-height: 28px;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.article_list .info .wz {
    margin-top: 10px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #666;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all
}

.article_list li a:hover .info .bt, .article_list li a:hover .info .wz {
    color: #015845;
}

.article_list li .tip {
    background: #E5722D;
    border-radius: 12px;
    padding: 0px 8px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 24px;
    color: #FFFFFF;
    margin-left: 10px;
    display: inline-block;
}


/**宣传片列表**/
.xuanchuan_list {
    position: relative;
    margin: 0 -20px;
}

.xuanchuan_list li {
    width: 50%;
    padding: 0 20px;
    margin-bottom: 40px;
}

.xuanchuan_list li .news_pho {
    width: 100%;
    display: block
}

.xuanchuan_list li .news_pho .tupic {
    width: 100%;
    padding-top: 55%;
    border-radius: 8px;
    position: relative;
    overflow: hidden
}

.xuanchuan_list li .news_pho .tupic img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: .5s all ease;
    -ms-transition: .5s all ease;
    transition: .5s all ease;
}

.xuanchuan_list li .news_pho:hover .tupic img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.xuanchuan_list li .news_pho .tupic:before {
    position: absolute;
    z-index: 2;
    content: '';
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background: url(/images/new/play2.png) center no-repeat;
    background-size: cover;
    border-radius: 50%;
    box-shadow: 0px 2px 23px 0px rgba(0, 0, 0, 0.5);
}

.xuanchuan_list li .info {
    padding: 0 12px;
    margin-top: 20px;
    display: block;
}

.xuanchuan_list li .news_bt {
    line-height: 24px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 600;
    color: #222;
}

.xuanchuan_list li .time {
    margin-top: 10px;
    line-height: 16px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #888;
}

.xuanchuan_list li a:hover .news_bt {
    color: #009760;
}


/**视觉列表**/
.shijue_list {
    position: relative;
    margin: 0 -24px;
    margin-top: -10px;
}

.shijue_list li {
    width: 50%;
    padding: 0 24px;
    margin-bottom: 36px;
}

.shijue_list li .news_pho {
    width: 176px;
    display: block
}

.shijue_list li .news_pho .tupic {
    width: 100%;
    padding-top: 130%;
    border-radius: 8px;
    position: relative;
    overflow: hidden
}

.shijue_list li .news_pho .tupic img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: .5s all ease;
    -ms-transition: .5s all ease;
    transition: .5s all ease;
}

.shijue_list li .news_pho:hover .tupic img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.shijue_list li .news_pho .tupic:before {
    position: absolute;
    z-index: 2;
    content: '';
    z-index: 2;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background: url(/images/new/play2.png) center no-repeat;
    background-size: cover;
    border-radius: 50%;
    box-shadow: 0px 2px 23px 0px rgba(0, 0, 0, 0.5);
}

.shijue_list li .news_info {
    width: calc(100% - 196px);
}

.shijue_list li .news_info .bt {
    margin: 10px 0;
    line-height: 24px;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 600;
    color: #222;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.shijue_list li .news_info:hover .bt {
    color: #009760;
}

.shijue_list li .news_info .wz {
    line-height: 24px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.shijue_list li .news_info .time {
    margin-top: 26px;
    line-height: 30px;
    font-size: 14px;
    font-size: 1.4rem;
    color: #888;
}

.shijue_list li .news_info .btn {
    margin-top: 12px;
    width: 120px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #A1A1A1;
}

.shijue_list li .news_info .btn .more {
    font-size: 16px;
    font-size: 1.6rem;
    color: #333;
    padding-right: 21px;
    background: url(/images/new/more1.png) right no-repeat;
    background-size: 12px 12px;
}

.shijue_list li .news_info .btn:hover {
    border: 1px solid rgba(14, 124, 66, 1);
}

.shijue_list li .news_info .btn:hover .more {
    color: rgba(14, 124, 66, 1);
    background: url(/images/new/more2.png) right no-repeat;
    background-size: 12px 12px;
}

/**图片列表**/
.school_pic {
    background: #fff;
    border-radius: 8px;
    padding: 40px;
}

.school_pic ul {
    position: relative;
    margin: 0 -10px;
}

.school_pic ul li {
    padding: 0 10px;
    margin-bottom: 30px;
    width: 33.3%
}

.school_pic li .news_pho {
    width: 100%;
    display: block
}

.school_pic li .news_pho .tupic {
    width: 100%;
    padding-top: 70%;
    border-radius: 20px;
    position: relative;
    overflow: hidden
}

.school_pic li .news_pho .tupic img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: .5s all ease;
    -ms-transition: .5s all ease;
    transition: .5s all ease;
}

.school_pic li .news_pho:hover .tupic img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.school_pic li .news_bt {
    line-height: 24px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 600;
    color: #222;
    padding: 15px 20px;
    text-align: center
}

.school_pic li a:hover .news_bt {
    color: #009760;
}

.big_img {
    position: fixed;
    z-index: -10;
    opacity: 0;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 20% 10%;
    box-sizing: border-box;
}

.big_img .close {
    display: block;
    position: absolute;
    z-index: 3;
    top: 10px;
    right: 10px;
    background: url(/images/new/close2.png) no-repeat center;
    background-size: cover;
    width: 40px;
    height: 40px;
    opacity: 1;
    cursor: pointer;
    transition: 0.3s ease;
}

.big_img .swiper-title {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #303130), color-stop(100%, #000101));
    border-bottom: 1px solid #42403f;
    color: #ffffff;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
    text-align: center;
}

.big_img .swiper-container2 {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 800px;
    height: 500px;
    overflow: hidden;
    background: #000;
    border-radius: 8px;
}

.big_img .swiper-container2 .swiper-pagination-fraction {
    position: absolute;
    top: 0px;
    left: 0;
    bottom: auto;
    width: auto;
    color: #fff;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
}

.big_img .swiper-container2 .swiper-wrapper {
    width: 100%;
    height: 100%;
}

.big_img .swiper-button-next, .big_img .swiper-button-prev {
    width: 47px;
}

.big_img .swiper-button-next {
    right: 0;
    background: url(/images/new/next.png) center no-repeat;
    background-size: 40px 40px;
}

.big_img .swiper-button-prev {
    left: 0;
    background: url(/images/new/next.png) center no-repeat;
    background-size: 40px 40px;
    transform: rotate(-180deg)
}

.big_img .swiper-slide {
    background: transparent;
    width: 100%;
    height: 100%;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-bottom: 1.5rem;
    box-sizing: border-box;
}

.big_img .swiper-slide .tu_name {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.6);
    height: 1.5rem;
    font-size: 0.28rem;
    line-height: 1.5rem;
    color: #fff;
    padding: 0 0.1rem;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.big_img .swiper-slide .tu_cellbox {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.big_img .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
}


/**文章页**/
.infobox {
    margin: 0 auto;
    width: 100%;
}

.article {
    padding: 40px;
    background: #fff;
    border-radius: 8px;
}

.article h1.arti_title {
    line-height: 1.6;
    font-family: "Microsoft YaHei";
    font-size: 28px;
    font-size: 2.8rem;
    color: #222;
    text-align: center;
    margin: 0 auto;
    width: 80%;
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 20px;
    word-break: break-all;
}

/**文章标题**/
.article .arti_metas {
    margin-top: 10px;
    line-height: 1.8;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    font-size: 1.4rem;
    color: #666;
    text-align: center
}

.article .arti_metas span {
    margin: 0 5px;
}

/**文章其他属性**/
.article .zhaiyao {
    background: #F6F7F9;
    border-radius: 8px;
    margin: 24px 0 0px;
    padding: 17px 24px;
    line-height: 1.8;
    font-size: 16px;
    color: #333;
    text-indent: 2em;
}

/**摘要**/
.article .viewplay_bt {
    color: #013B2F;
    font-size: 2.6rem;
    font-weight: 600;
    text-align: center;
    margin: 24px auto 0;
    width: 80%;
}

.article .entry {
    margin: 0 auto;
    overflow: hidden;
    padding: 20px 0;
}

/**文章内容**/
.article .entry .read video {
    display: block;
    width: 100%;
    height: 80vh;
}

.article .entry .read, .article .entry .read p {
    line-height: 1.8;
    font-size: 16px;
    color: #333;
}

/**阅读字体**/
.article .entry .read p {
    margin-top: 10px;
}

.article .entry .read img {
    margin: 0 auto;
    display: block;
    max-width: 940px;
    _width: expression(this.width > 940 ? "940px" : this.width);
}

/**文章阅读部分图片大小限制**/
.article .entry .read table {
    margin: 0 auto;
    border: none !important;
}

.col_news_con .article {
    padding: 0;
}

.col_news_con .article h1.arti_title {
    width: 100%;
}

/* 分享二维码 */
.share_con {
    background: #009760;
    border-radius: 8px;
    padding-left: 40px;
    height: 68px;
}

.share_con .bt {
    font-size: 20px;
    font-size: 2rem;
    color: #fff
}

.share_con .link {
    height: 48px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.2);
    padding: 0 24px;
    font-size: 16px;
    font-size: 1.6rem;
    color: #fff;
    line-height: 48px;
}

.share_con .linkwz {
    width: 400px;
    margin-right: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.share_con .copylink {
    text-decoration: underline;
    color: #fff
}

.share_btn {
    height: 48px;
    line-height: 48px;
    padding: 0 16px 0 35px;
    background: url(/images/new/share.png) 10px center no-repeat;
    background-size: 18px 18px;
    font-size: 18px;
    font-size: 1.8rem;
    color: #fff;
    position: relative
}

.share_btn .img {
    display: none;
    position: absolute;
    bottom: 46px;
    left: 50%;
    z-index: 100;
    margin-left: -60px;
    width: 120px;
    height: 120px;
    background: #fff;
    padding: 10px;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.share_btn .img:before {
    position: absolute;
    content: '';
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 0px;
    height: 0px;
    border: 10px solid #fff;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
}

.share_btn .img img {
    display: block;
    width: 100px;
    height: 100px;
    background: #D8D8D8;
    border-radius: 6px;
}

.share_btn:hover .img {
    display: block
}

.shares {
    text-align: center;
}

.shares ul {
    width: auto;
    margin: 0 auto;
    text-align: right;
    float: right;
}

.shares li {
    float: left;
    margin: 0 6px;
    position: relative;
}

.shares li a {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 0px solid red;
    opacity: .6;
    filter: Alpha(opacity=60);
    vertical-align: top;
}

.shares li a:hover {
    opacity: 1;
    filter: Alpha(opacity=100);
}

.shares li.i1 a {
    background-position: 0px 0px;
}

.shares li.i2 a {
    background-position: -72px 0px;
}

.shares li.i3 a {
    background-position: -144px 0px;
}

.shares li span {
    display: block;
    line-height: 22px;
    font-size: 12px;
    color: #D0D4EA;
    text-align: center;
}

.shares li .con {
    display: none;
    position: absolute;
    bottom: 80px;
    left: 50%;
    z-index: 100;
    margin-left: -50px;
    width: 100px;
}

.shares li .con img {
    width: 90px;
    height: 90px;
    vertical-align: top;
    background: #fff;
}

/**相关推荐**/
.tuijian {
    padding: 40px;
    background: #fff;
    border-radius: 8px;
    margin-top: 30px;
}

.tuijian .title {
    font-size: 30px;
    font-size: 3.2rem;
    font-weight: 600;
    color: #222222;
    line-height: 1;
    margin-bottom: 20px;
}

.tuijian .xuanchuan_list {
    position: relative;
    margin: 0 -10px;
}

.tuijian .xuanchuan_list li {
    width: 33.3%;
    padding: 0 10px;
}

.tuijian .xuanchuan_list li:nth-child(4) {
    display: none
}

.tuijian .xuanchuan_list li .news_pho .tupic:before {
    left: 12px;
    bottom: 12px;
    top: auto;
    transform: none;
    background: none;
    box-shadow: none;
    background-size: cover;
}


/*翻页*/
.page {
    padding: 30px 0;
}

.page span {
    color: #999;
}

.page a {
    display: inline-block;
    background: #015845;
    padding: 6px 10px;
    border-radius: 3px;
    font-size: xx-small;
    color: #fff;
    margin-left: 10px;
}

.page p {
    display: inline-block;
    margin-left: 20px;
}

.page p input {
    border: solid 1px #ccc;
    height: 29px;
    line-height: 29px;
    width: 53px;
    text-align: center;
    border-radius: 4px;
    margin: 0 5px;
}

.page p button {
    background: #8299b7;
    color: #fff;
    height: 29px;
    line-height: 29px;
    width: 54px;
    text-align: center;
    border-radius: 4px;
    margin-left: 10px;
}


/**翻页**/
#wp_pager {
    text-align: center;
    padding-top: 20px;
}

#wp_pager ul.pages {
    display: inline-block;
    margin: 10px 0 10px;
    padding: 0;
    font-size: 14px;
}

#wp_pager ul.pages li {
    float: left;
    margin: 0 6px;
    line-height: 30px;
    list-style: none;
    color: #333;
    cursor: pointer;
}

#wp_pager ul.pages li a {
    display: inline-block;
    line-height: 28px;
    width: 30px;
    background: #F6F7F9;
    border: 1px solid #DFDFDF;
    border-radius: 2px;
    color: #333;
}

#wp_pager ul.pages li a:hover {
    color: #fff;
    background: #015845;
}

#wp_pager ul.pages li a.pgPrev, #wp_pager ul.pages li a.pgNext {
    color: #999;
    border: 0;
    line-height: 30px;
}

#wp_pager ul.pages li a.pgPrev:hover, #wp_pager ul.pages li a.pgNext:hover {
    color: #999;
    background: none
}

#wp_pager ul.pages li a.pgCurrent {
    color: #fff;
    background: #015845;
    border-radius: 2px;
    font-weight: 500;
}

/**弹框提示**/
.tiplay {
    position: fixed;
    z-index: 1000;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4)
}

.tip_boxwz {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 16px;
    line-height: 1.4;
    color: #fff;
    background: rgba(0, 0, 0, 0.7);
}

/*弹窗公共样式2018/5/12*/
.mask {
    margin: 0;
    padding: 0;
    border: none;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.5;
    filter: alpha(opacity=60);
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}

#Popup {
    position: fixed;
    z-index: 10000;
    display: none;
    top: 80px;
}

#Popup div.close {
    position: absolute;
    right: 0;
    font-size: 30px;
    line-height: 50px;
    top: 0;
    padding: 0 10px;
    font-weight: normal;
}

#Popup div.close a.close_btn {
    display: block;
    color: #333;
    font-family: sans-serif;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
}

#Popup div.close a.close_btn:hover {
    color: #F00;
    transform: rotate(180deg) scale(1.2);
    -webkit-transform: rotate(180deg) scale(1.2);
    -moz-transform: rotate(180deg) scale(1.2);
    -o-transform: rotate(180deg) scale(1.2);
    -ms-transform: rotate(180deg) scale(1.2);
}


.login {
    background: #fff;
    z-index: 2;
    top: 20%;
    right: 10%;
    padding: 30px 60px;
    width: 320px;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0.07) 0 0 50px;
    box-sizing: content-box;
}

.login .title h1 {
    line-height: 40px;
    color: #3386f0;
    font-size: 26px;
}

.login p {
    font-size: 16px;
    margin-bottom: 10px;

}

.login_user, .login_pass, .login_code {
    margin-top: 20px;
    border-radius: 5px;
    position: relative;
}

.login input {
    background: #fafbff;
    border: solid 1px #eeeeee;
    height: 50px;
    line-height: 50px;
    padding: 0 6%;
    width: 88%;
    font-size: 16px;
}

.login_code input {
    width: 40%;
    float: left;
}


.login_button {
    margin: 30px 0 10px 0;
}

.login_button input {
    width: 100%;
    height: 50px;
    background: #3582f8;
    border-radius: 4px;
    transition: .3s;
    font-size: 16px;
    border: 0;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    font-family: Microsoft YaHei, SimHei, Tahoma;
    font-weight: 100;
    /*	background-image: linear-gradient(60deg, #3582f8 0%, #2ac38a 100%);*/
}

/*弹窗公共样式结束*/

.ss_box {
    position: fixed;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: none
}

.ss_con {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    height: 50px;
    background: #fff;
}

.ss_con input {
    display: block;
    width: calc(100% - 60px);
    height: 50px;
    border: 0;
    box-sizing: border-box;
    padding: 0 10px;
}

.ss_con .tijiao {
    width: 60px;
    height: 50px;
    background: #00B673;
    color: #fff;
    font-size: 16px;
}

/*报名弹框样式结束*/
.baoming_box {
    position: fixed;
    z-index: 2;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: none
}

.baoming_con {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 4px 10px 0px rgba(213, 213, 213, 0.5);
}

.baoming_con .close {
    position: absolute;
    top: -18px;
    right: -26px;
    width: 24px;
    height: 24px;
    background: url(/images/new/close2.png) center no-repeat;
    background-size: 24px 24px;
}

.baoming_list {
    padding: 30px 30px;
}

.baoming_btn1 {
    height: 64px;
    background: #147B64;
    margin-bottom: 20px;
}

.baoming_btn2 {
    height: 64px;
    background: linear-gradient(180deg, #FFFFFF 0%, #E6E6E6 100%);
}

.baoming_list img {
    width: 304px;
}

.box2 .box_middleright {
    overflow-x: auto;
}

.look .more-btn .wz {
    color: #015845;
    background: url(/images/new/more_02.png) right no-repeat;
    background-size: 6px 10px;
}
.new_more .more-btn{ display: none}
.new_more .more-btn:first-child{ display: flex}