* {
    font-family: "微软雅黑", 'Microsoft YaHei', Arial, Helvetica, sans-serif;
}

body,
div,
span,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
img,
input,
button,
textarea,
p,
a {
    padding: 0;
    margin: 0;
}

img {
    border: 0;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

html,
body {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

* {
    -webkit-touch-callout: none;
    /*系统默认菜单被禁用*/
    -webkit-user-select: none;
    /*webkit浏览器*/
    -khtml-user-select: none;
    /*早期浏览器*/
    -moz-user-select: none;
    /*火狐*/
    -ms-user-select: none;
    /*IE10*/
    user-select: none;
}

input,
textarea {
    -webkit-user-select: auto;
    /*webkit浏览器*/
    margin: 0px;
    padding: 0px;
    outline: none;
}

/******************************************************首页css***********************************/
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.clear {
    clear: both;
}

body,
html {
    width: 100%;
    height: 100%;
    background: #fff;
}

.home_page {
    width: 100%;
}

.menu_bar {
    width: 100%;
    display: table;
}

.menu_left, .menu_right {
    width: 30%;
    display: table-cell;
    position: relative;
}

.menu_middle {
    width: 40%;
    text-align: center;
    display: table-cell;
}

.menu_middle img {
    width: 66%;
    display: block;
    margin: 8% 20%;
}

.menu_left img {
    width: 23%;
    position: absolute;
    top: 50%;
    left: 18%;
    -webkit-transform: translateY(-50%);
}

.search_icon {
    width: 23%;
    position: absolute;
    top: 50%;
    left: 18%;
    -webkit-transform: translateY(-50%);
}

.king_icon {
    width: 23%;
    position: absolute;
    top: 50%;
    right: 18%;
    -webkit-transform: translateY(-50%);
}

.banner_wrapper {
    width: 100%;
}

.swiper-container {
    width: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    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;
}

.swiper-slide img {
    width: 100%;
    display: inline-block;
}

.banner_wrapper .swiper-container {
    --swiper-pagination-color: #ed7100;
}

.banner_wrapper .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 29%;
    left: 0;
    width: 100%;
}

.part1_wrapper {
    width: 100%;
    margin-top: -12%;
    position: relative;
    z-index: 999;
    margin-bottom: 30px;
}

.part1_innerwrapper {
    width: 100%;
    background: #fff;
    position: relative;
}

.part1_bg {
    width: 100%;
    position: absolute;
    top: 4%;
    left: 0;
}

.part1_circle {
    width: 100%;
    display: block;
}

.part1_title {
    width: 100%;
    display: inline-block;
    margin-bottom: 8%;
}

.part1_tab {
    width: 84%;
    margin-left: 8%;
    line-height: 50px;
    background: #fff;
    border-radius: 120px;
    box-shadow: 0px 2px 7px rgba(218, 218, 218, 0.5);
    margin-bottom: 8%;
    position: relative;
    z-index: 999;

}
/* .part1_tab_box{
    
} */

.part1_tab div {
    width: 25%;
    float: left;
    text-align: center;
    color: #333;
    font-size: 14px;
    transition: 0.2s ease-in;
}

.part1_tab .part1_tab_active {
    color: #4ab344;
    font-size: 16px;
    font-weight: bold;
}

.part1_box {
    width: 84%;
    margin-left: 8%;
}

.part1_slide {
    width: 100%;
    padding: 7px;
}

.part1_item {
    width: 100%;
    box-shadow: 0px 2px 7px rgba(218, 218, 218, 0.5);
    border-radius: 15px;
    overflow: hidden;
    position: relative;
}

.part1_itemImg {
    width: 100%;
    margin: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.part1_item img {
    width: 100%;
    height: 1.5rem;
    object-fit: cover;
}

.part1_item:nth-child(2) {
    margin: 0 4.5%;
}

.part1 {
    padding-bottom: 8%;
    position: relative;
}

.part1_box .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0px;
    left: 0;
    width: 100%;
}

.part1_wrapper .swiper-container {
    --swiper-pagination-color: #4ab344;
}

.part3_wrapper .swiper-container {
    --swiper-pagination-color: #4ab344;
}

.part3 {
    padding-bottom: 15%;
    position: relative;
}

.part3_box .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 12px;
    left: 0;
    width: 100%;
}

.part4_wrapper .swiper-container {
    --swiper-pagination-color: #4ab344;
}

.part4 {
    padding-bottom: 12%;
    position: relative;
}

.part4_box .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 12px;
    left: 0;
    width: 100%;
}

.item_txt {
    width: 100%;
    background: #4ab344;
    border-radius: 0px 15px 0px 0px;
    z-index: 10;
    text-align: left;
    color: #fff;
    padding: 6px 0;
    height: 1.1rem;
}

.t_title {
    font-size: 14px;
    padding: 0 10px;
    margin-bottom: 6px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 18px;
}

.t_info {
    font-size: 12px;
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 15px;
}

.part2_wrapper {
    width: 100%;
    position: relative;
}

.part2_innerwrapper {
    width: 100%;
    background: #ecf9ee;
    position: relative;
}

.part2_tab {
    width: 60%;
    margin-left: 20%;
    margin-bottom: 6%;
}

.part2_tab div {
    width: 50%;
    float: left;
    text-align: center;
    color: #333;
    font-size: 15px;
    font-weight: bold;
    position: relative;
}

.part2_tab span {
    width: 45px;
    display: inline-block;
    height: 2px;
    background: #4ab344;
    position: absolute;
    bottom: -4px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    opacity: 0;
}

.part2_tab .part2_tab_active {
    color: #4ab344;
}

.part2_tab_active span {
    opacity: 1;
}

.part2_box {
    width: 84%;
    margin-left: 8%;
}

.part2_item {
    width: 100%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 2px 7px rgba(153, 153, 153, 0.2);
    overflow: hidden;
    padding-bottom: 8px;
    margin-bottom: 40px;
    position: relative;
    z-index: 10;
}


.part2_item_img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    display: block;
    /*border-radius: 10px;*/
}

.part2_item_title {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 12px 5% 0px 5%;
}

.part2_item_txt {
    color: #666;
    font-size: 13px;
    line-height: 20px;
    padding: 0px 5%;
    margin-bottom: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.part2_bg {
    width: 100%;
    display: block;
    margin-top: -32%;
}

.find_more {
    width: 4em;
    text-align: center;
    color: #4ab344;
    font-size: 16px;
    position: absolute;
    bottom: 9%;
    left: 0;
    right: 0;
    margin: auto;
}

.part3_wrapper {
    width: 100%;
    margin-top: -16%;
    position: relative;
    z-index: 999;
}

.part3_innerwrapper {
    width: 100%;
    background: #fff;
    position: relative;
    padding-bottom: 28px;
}

.part3_box {
    width: 84%;
    margin-left: 8%;
    margin-top: 5px;
}

.part3_silde {
    width: 100%;
}

.part3_unit {
    width: 100%;
    float: left;
}

.part3_unit:first-child {
    margin-right: 4%;
}

.part3_unit img {
    width: 50%;
    margin: 0% 5%;
}

.part3_info {
    width: 100%;
}

.part3_txt {
    width: 70%;
    text-align: left;
    padding-top: 14px;
    margin: auto;
}

.part3_item_title {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 2px;
}

.part3_item_txt {
    color: #666;
    font-size: 12px;
}

.part3_bg {
    width: 100%;
    position: absolute;
    top: 8%;
    left: 0;
}

.part4_wrapper {
    width: 100%;
    position: relative;
}

.part4_innerwrapper {
    width: 100%;
    background: #ecf9ee;
    position: relative;
}

.part4_box {
    width: 84%;
    margin-left: 8%;
    overflow: hidden;
}

.part4 {
    width: 180%;
    margin-left: -40%;
}

.part4 .swiper-slide {
    -webkit-transition: transform 1.0s;
    -moz-transition: transform 1.0s;
    -ms-transition: transform 1.0s;
    -o-transition: transform 1.0s;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    background: transparent;
}

.part4 .swiper-slide-active,
.part4 .swiper-slide-duplicate-active {
    -webkit-transform: scale(1);
    transform: scale(1);
    border: 1px solid #4ab344;
    border-radius: 10px;
}

.part4_slide {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 2px 7px rgb(153 153 153 / 20%);
    overflow: hidden;
    width: 100%;
}

.part4_slide img {
    width: 95%;
    margin: 5% 2.5% 2% 2.5%;
    border-radius: 6px;
    height: 1rem;
    object-fit: cover;
}

.p_title {
    color: #333;
    font-size: 12px;
    text-align: left;
    padding: 0% 3%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.p_num {
    color: #4ab344;
    font-size: 30px;
    text-align: right;
    padding: 3%;
}

.part4_bg_top {
    width: 42%;
    position: absolute;
    top: 10%;
    right: 4%;
}

.part4_bg_bottom {
    width: 100%;
    display: block;
    margin-top: -7%;
}

.part5_wrapper {
    width: 100%;
    margin-top: -12%;
    position: relative;
    z-index: 999;
}

.part5_innerwrapper {
    width: 100%;
    position: relative;
    padding: 0 0px 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.padding030 {
    padding: 0 30px;
}

.part5_box {
    width: 100%;
    height: 3.15rem;
    overflow: scroll;
    position: relative;
    z-index: 10;
    padding: 0 30px;
}

.yuer_topic .part5_box {
    height: auto;
}

.part5_unit {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    align-items: self-start;
}

.item5_left {
    width: 36%;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 3%
}

.item5_right {
    width: 60%;
}

.item5_left img {
    width: 100%;
    height: 90px;
    display: block;
    object-fit: cover;
}

.item5_title {
    color: #333;
    font-size: 14px;
    line-height: 0.17rem;
    font-weight: bold !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
}

.item5_info {
    color: #333;
    font-size: 12px;
    line-height: 0.15rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.part5_bg {
    width: 100%;
    position: absolute;
    top: 11%;
    left: 0;
}

.part6_wrapper {
    width: 100%;
    position: relative;
}

.part6_innerwrapper {
    width: 100%;
    background: #ecf9ee;
    padding-bottom: 100px;
}

.part6_bg {
    width: 100%;
    position: absolute;
    top: 0%;
    left: -5%;
}

.part6_box {
    width: 84%;
    margin-left: 8%;
    position: relative;
    z-index: 10;
}

.part6_info {
    color: #333;
    font-size: 12px;
    line-height: 20px;
    padding-bottom: 30px;
}

.part6_title {
    width: 100%;
    display: inline-block;
    margin-bottom: 4%;
}

.video_area {
    width: 100%;
    height: 1.5rem;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
}

.video_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.play_btn {
    width: 10%;
    display: block;
    position: absolute;
    left: 45%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    z-index: 999;
}

.bottom_bar {
    width: 100%;
    margin-top: -12%;
    position: relative;
    z-index: 999;
    padding-bottom: 36px;
}

.bottom_title {
    width: 100%;
    display: inline-block;
    margin-bottom: 16px;
    margin-top: -4%;
}

.bottom_box {
    width: 65%;
    margin-left: 9%;
}

.video_areaVideo {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.bottom_box p {
    color: #333;
    font-size: 14px;
    line-height: 30px;
    padding-left: 40px;
}

.tel {
    background: url(../img/bottom_icon1.png) 10px center no-repeat;
    background-size: 18px 18px;
}

.e-mail {
    background: url(../img/bottom_icon2.png) 10px center no-repeat;
    background-size: 18px 18px;
}

.address {
    background: url(../img/bottom_icon3.png) 10px center no-repeat;
    background-size: 20px 20px;
}

.bottom_innerwrapper {
    width: 100%;
    background: #fff;
    position: relative;
}

.code {
    width: 14%;
    position: absolute;
    right: 10%;
    bottom: 5%;
    z-index: 999;
}

.yuer_topic .part5_innerwrapper {
    /*margin-top: -4%;*/
}

.loading_more {
    width: 4em;
    text-align: center;
    color: #4ab344;
    font-size: 15px;
    border-bottom: 1px solid #4ab344;
}

.yuer_topic {
    padding-bottom: 100px;
}

.introduction_wrapper .part5_innerwrapper {
    margin-top: -4%;
}

.introduction_txt {
    width: 84%;
    margin: 0% 8% 4% 8%;
    color: #333;
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
}

.introduction_wrapper .part1_title {
    margin-bottom: 4%;
}

.introduction_txt_center {
    width: 84%;
    margin: 0% 8% 4% 8%;
    color: #333;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
}

.introduction_img {
    width: 84%;
    margin: 0% 8% 4% 8%;
    display: block;
}

.introduction_title_center {
    width: 84%;
    margin: 0% 8% 4% 8%;
    color: #333;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    font-weight: bold;
}

.introduction_wrapper .video_area {
    width: 84%;
    margin: 0% 8% 4% 8%;
}

.article_wrapper .video_area {
    width: 84%;
    margin: 0% 8% 4% 8%;
}

.recommend_wrapper {
    margin-top: 0;
}

.recommend_wrapper .part5_box {
    height: auto;
}

.recommend_wrapper .part5_innerwrapper {
    padding-bottom: 160px;
}

.recommend_wrapper .loading_more {
    color: #4ab344;
    bottom: 7%;
}

.recommend_wrapper .loading_more span {
    background: #4ab344;
}

.article_wrapper {
    width: 100%;
    padding: 20px 0px;
}

.article_title {
    width: 84%;
    margin: 0% 8% 2% 8%;
    color: #333;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    font-weight: bold;
}

.article_info {
    width: 84%;
    margin: 0% 8% 4% 8%;
    color: #999;
    font-size: 12px;
    text-align: center;
}

.article_info span:nth-child(1) {
    margin-right: 20px;
}

.gray_line {
    width: 84%;
    height: 1px;
    background: #f2f2f2;
    margin: 0% 6% 4%;
}

.end_tip {
    color: #333;
    font-size: 14px;
    text-align: center;
    height: 20px;
    line-height: 20px;
    padding: 6% 0px 10% 0%;
}

.left_line {
    display: inline-block;
    width: 0.7rem;
    height: 1px;
    background: #f2f2f2;
    vertical-align: middle;
    margin-right: 10px;
}

.right_line {
    display: inline-block;
    width: 0.7rem;
    height: 1px;
    background: #f2f2f2;
    vertical-align: middle;
    margin-left: 10px;
}

.article_operation {
    width: 84%;
    margin: 0% 8% 6% 8%;
}

.article_link {
    width: 60%;
    float: left;
    color: #333;
    font-size: 14px;
}

.article_link span {
    margin-right: 12px;
    color: #337ab7;
}

.article_like {
    width: 40%;
    float: right;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.collect,.collectQx {
    width: 20px;
    height: 20px;
    /*padding-left: 30px;*/
    /*color: #333;*/
    /*font-size: 14px;*/
    /*background: url(../img/sc4.png) 2px center no-repeat;*/
    /*background-size: 24px 24px;*/
}
.likeQx,.like  {
    width: 20px;
    height: 20px;
    /*padding-left: 30px;*/
    /*color: #333;*/
    /*font-size: 14px;*/
    /*background: url(../img/dz3.png) 2px center no-repeat;*/
    /*background-size: 24px 24px;*/
    margin-left: 20px;
}
.other_article {
    width: 84%;
    margin: 0% 8% 4% 8%;
    color: #333;
    font-size: 14px;
    display: block;
}

.other_article span {
    color: #333;
    font-size: 15px;
    font-weight: bold;
}

.gray_line_s {
    margin: 8%;
}

.blue_link {
    width: 84%;
    padding: 4% 8% 0% 8%;
    color: #337ab7;
    font-size: 14px;
}


.none {
    display: none;
}