@charset "utf-8";
.header {
    width: 100%;
    overflow: hidden;
}

.head_top {
    width: 100%;
    height: 40px;
    background: #f5f5f5;
	padding-left:10px;
}

.head_top p {
    font-size: 14px;
    color: #666;
    line-height: 40px;
}

.head_botm {
    width: 100%;
    background: url(../images/headbg.jpg) no-repeat top center;
}

.head_botm .logo {
    float: left;
    margin-top:10px;
	margin-bottom:10px;
	overflow:hidden;
}
.head_botm .logo img{ width:100%; max-width:548px;}
.search_box {
    float: right;
    margin-top:40px;
	width:100%;
    max-width:380px;
    height:45px;
    border-radius: 20px;
    background: #f4f4f4;
    overflow: hidden;
}
.search_box input {
    float: left;
    padding-left: 20px;
    width:85%;
    height:45px;
    font-size: 14px;
    color: #666;
    border: 0;
    background: #f4f4f4;
}

.search_box button {
    float: left;
    width: 22px;
    height: 45px;
    background: #f4f4f4;
    border: 0;
}

.nav {
    width: 100%;
    height: 50px;
    background: #008937;
}

.nav>ul>li {
    position: relative;
    float: left;
    width:14.2%;
    height: 50px;
    font-size:18px;
    color: #fff;
    text-align: center;
    line-height: 50px;
}

.nav>ul>li a {
    display: block;
}

.nav>ul>li:hover>a,
.nav>ul>li.active>a {
    margin: 5px 0;
    color: #008937;
    line-height: 40px;
    background: #fff;
    border-radius: 5px;
}

.nav>ul>li .menu_nav {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    width: 100%;
    background: #008937;
    z-index: 999;
}

.nav>ul>li .menu_nav li {
    height: auto;
    font-size: 16px;
    line-height: 25px;
}

.nav>ul>li .menu_nav li a {
    padding: 7px 0;
    margin: 0 5px;
    border-bottom: 1px dashed rgba(255, 255, 255, .3);
}

.nav>ul>li .menu_nav li:last-child a {
    border-bottom: 0;
}

.nav>ul>li .menu_nav li:hover {
    background: rgba(255, 255, 255, .2);
}

.adv_section {
    margin:10px 0 20px;
    width: 100%;
    overflow: hidden;
}
.adv_section img {
    width: 100%;
}
.section {
    width: 100%;
    overflow: hidden;
}

.news_slide {
    float: left;
    width:48%;
    overflow: hidden;
	margin-bottom:0px;
}
.swiper-container {
    width: 100%;
    height: 100%;
}

.news_slide .swiper-slide img {width: 100%;}
.news_slide .swiper-slide .cover_tit {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 12px 15px;
    padding-right: 85px;
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: rgba(0, 0, 0, .5);
}
.swiper-pagination-bullet {outline: none;}
.news_slide .swiper-container-horizontal>.swiper-pagination-bullets,
.news_slide .swiper-pagination-custom,
.news_slide .swiper-pagination-fraction {
    width: auto;
    left: initial;
    bottom: 15px;
    right: 15px;
}
.news_slide .swiper-pagination-bullet,
.news_slide .swiper-pagination-bullet-active {
    background: #fff;
}
.trends_section {
	float:right;
	width:50%;
	overflow: hidden;
}
.title_section {
    padding-right: 12px;
    line-height: 38px;
    border-top: 2px solid #008937;
	background:#f2f2f2;
    overflow: hidden;
}

.title_section h6 {
    float: left;
    width: 93px;
    height: 38px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background: #008937;
	position:relative;
}
.title_section h6:after {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -1px;
    content: "";
    width: 0;
    height: 0;
    border: 5px solid;
    border-color: transparent transparent #fff;
}
.title_section .more {
    float: right;
    font-size: 14px;
    color: #008937;
}
.news_list{
    width: 100%;
    overflow: hidden;
    border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #f2f2f2;
	border-right-color: #f2f2f2;
	border-bottom-color: #f2f2f2;
	border-left-color: #f2f2f2;
	padding:10px;
	box-sizing: border-box;
	border-radius: 0 0 5px 5px;}
.news_list li {
    width: 100%;
    overflow: hidden;
}
.news_list li {
    font-size: 16px;
    color: #666;
    line-height:35px;
}
.news_list li a {
    display: block;
    float: left;
    max-width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: background-color 0.3s ease-out, color 0.3s ease-out, opacity 0.3s ease-out;
}

.news_list li a span {
    margin-right: 5px;
    color: #008937;
}

.news_list li .time {
    color: #999;
    float: right;
}

.title_section_first {
    padding-right: 12px;
    line-height: 42px;
    border-top: 2px solid #008937;
    background: #f2f2f2;
    overflow: hidden;
}

.title_section_first h6 {
    float: left;
    width: 120px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background: #008937;
	position:relative;
}
.title_section_first h6:after {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -1px;
    content: "";
    width: 0;
    height: 0;
    border: 5px solid;
    border-color: transparent transparent #fff;
}
.title_section_first .sec_link {
    float: left;
    display: block;
    width: 120px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    text-align: center;
}

.title_section_first .more {
    float: right;
    font-size: 14px;
    color: #008937;
}

.expert_slide {
    position: relative;
    overflow: hidden;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #f2f2f2;
	border-right-color: #f2f2f2;
	border-bottom-color: #f2f2f2;
	border-left-color: #f2f2f2;
	padding:15px 36px;
	box-sizing: border-box;
	border-radius:0 0 5px 5px;
}
.expert_slide .hd a {
    position: absolute;
    top: 50%;
    margin-top: -13px;
}

.expert_slide .hd .prev {
    left:10px;
}

.expert_slide .hd .next {
    right:10px;
}
.expert_slide .bd,
.expert_slide .bd ul {
    width: 100%;
    overflow: hidden;
}
.expert_slide li{
    float: left;
    margin-right:10px;
	margin-left:10px;
    width: 168px;
}
.expert_slide li img{width:100%; max-height:210px; margin-bottom:5px;}
.expert_slide li p {
    font-size: 16px;
    color: #333;
    text-align: center;
    line-height:30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: background-color 0.3s ease-out, color 0.3s ease-out, opacity 0.3s ease-out;
}
.news_tab {
    float: left;
    width: 100%;
}
.news_tab .hd {
    position: relative;
    width: 100%;
    overflow: hidden;}
.news_tab .hd li {
    float: left;
    width: 120px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
}
.news_tab .hd li:after {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -1px;
    content: "";
    width: 0;
    height: 0;
    border: 5px solid;
    border-color: transparent transparent #fff;
}
.news_tab .hd li.on {
    color: #fff;
    background: #008937;
}
.news_tab .hd li .more {
    display: none;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    color: #008937;
    font-weight: normal;}
.news_tab .hd li.on .more {display: block;}
.news_tab_cont{
    width: 100%;
    overflow: hidden;}
.news_tab_box{
    width: 100%;
    overflow: hidden;
}
.news_tab .news_list li {
    line-height:37px;
}
.section_three_right {
    float: right;
    width: 310px;
}
.quick_first_list {
    width: 100%;
    overflow: hidden;
}

.quick_first_list li {
    display: table;
    margin-bottom: 15px;
    width: 308px;
    height: 48px;
    font-size: 16px;
    color: #008937;
    font-weight: bold;
    text-align: center;
    background: #e5edfa;
    border: 1px solid #008937;
    border-radius: 2px;
}

.quick_first_list li a {
    display: table-cell;
    vertical-align: middle;
}

.quick_first_list li img {
    margin-right: 10px;
}

.adv_two {
    width: 100%;
    height: 120px;
    overflow: hidden;
}

.adv_two img {
    width: 100%;
    height: 120px;
}

.title_section_two {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: 2px solid #008937;
}

.title_section_two h6 {
    float: left;
    position: relative;
    top: 1px;
    width: 130px;
    height: 40px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    background: #008937;
}

.title_section_two h6:after {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -1px;
    content: "";
    width: 0;
    height: 0;
    border: 5px solid;
    border-color: transparent transparent #fff;
}

.title_section_two .more {
    float: right;
    font-size: 14px;
    color: #999;
    transition: background-color 0.3s ease-out, color 0.3s ease-out, opacity 0.3s ease-out;
}

.service_list {
    width: 100%;
    text-align: center;
    overflow: hidden;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #f2f2f2;
	border-right-color: #f2f2f2;
	border-bottom-color: #f2f2f2;
	border-left-color: #f2f2f2;
	padding:10px;
	box-sizing: border-box;
	border-radius:0 0 5px 5px;
}
.service_list li {
    display: inline-block;
    margin: 0 10px;
    width: 175px;
    height: 80px;
}

.service_list li img {
    width: 175px;
    height: 80px;
}

.section_item {
    width: 585px;
    overflow: hidden;
}

.programme_list {
    margin-top: 20px;
    width: 100%;
    overflow: hidden;
}

.programme_list li {
    margin-bottom: 20px;
    width: 100%;
    overflow: hidden;
}

.programme_list li:last-child {
    margin-bottom: 0;
}

.programme_list li a {
    display: flex;
}

.programme_list li img {
    float: left;
    width: 150px;
    height: 110px;
}

.programme_list li .item_cont {
    align-self: center;
    margin-left: 12px;
    width: 420px;
}

.programme_list li .item_cont h6 {
    margin-bottom: 10px;
    font-size: 16px;
    color: #333;
    font-weight: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: background-color 0.3s ease-out, color 0.3s ease-out, opacity 0.3s ease-out;
}

.programme_list li .item_cont p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*要显示的行数*/
    overflow: hidden;
}

.product_list {
    margin-top: 20px;
    width: 100%;
    overflow: hidden;
}

.product_list li {
    float: left;
    margin-right: 15px;
    width: 135px;
}

.product_list li:last-child {
    margin-right: 0;
}

.product_list li img {
    margin-bottom: 10px;
    width: 100%;
    height: 170px;
}

.product_list li p {
    font-size: 16px;
    color: #333;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*要显示的行数*/
    overflow: hidden;
    transition: background-color 0.3s ease-out, color 0.3s ease-out, opacity 0.3s ease-out;
}

.title_section_three {
    padding-bottom: 10px;
    width: 100%;
    line-height: 17px;
    border-bottom: 1px solid #dcdcdc;
    overflow: hidden;
}

.title_section_three h6 {
    float: left;
    padding-left: 8px;
    font-size: 18px;
    color: #008937;
    border-left: 5px solid #008937;
}

.title_section_three .sec_link {
    margin-left: 15px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
}

.title_section_three .more {
    float: right;
    font-size: 14px;
    color: #999;
    transition: background-color 0.3s ease-out, color 0.3s ease-out, opacity 0.3s ease-out;
}

.proceedings_slide {
    position: relative;
    overflow: hidden;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #f2f2f2;
	border-right-color: #f2f2f2;
	border-bottom-color: #f2f2f2;
	border-left-color: #f2f2f2;
	padding:15px 36px;
	box-sizing: border-box;
	border-radius:0 0 5px 5px;
}

.proceedings_slide .hd a {
    position: absolute;
    top: 50%;
    margin-top: -13px;
}

.proceedings_slide .hd .prev {
    left:10px;
}

.proceedings_slide .hd .next {
    right:10px;
}
.proceedings_slide .bd,
.proceedings_slide .bd ul {
    width: 100%;
    overflow: hidden;
}
.proceedings_slide li {
    float: left;
    margin-right:10px;
	margin-left:10px;
    width: 168px;
}
.proceedings_slide li .img_box{margin-bottom:10px;width:100%;border:1px solid #dcdcdc;overflow:hidden;box-sizing: border-box; padding:10px;}
.proceedings_slide li .img_box img{width:100%;max-height:210px;}
.proceedings_slide li:hover .img_box img{transform: scale(1.1);transition: all 1s;}
.proceedings_slide li p {
    font-size: 14px;
    color: #333;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*要显示的行数*/
    overflow: hidden;
    transition: background-color 0.3s ease-out, color 0.3s ease-out, opacity 0.3s ease-out;
}
.adv_item {width:49%; overflow: hidden; margin-bottom:10px;}
.adv_item img{width: 100%;}
.adv_item img:hover {transform: scale(1.1);transition: all 1s;}
.link_list {
    width: 100%;
    overflow: hidden;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #f2f2f2;
	border-right-color: #f2f2f2;
	border-bottom-color: #f2f2f2;
	border-left-color: #f2f2f2;
	padding:10px;
	box-sizing: border-box;
	border-radius: 0 0 5px 5px;
}

.link_list li {float: left;margin-right:40px;font-size:16px;color:#333;line-height:36px;}
.link_list li a {
    transition: background-color 0.3s ease-out, color 0.3s ease-out, opacity 0.3s ease-out;
}
.footer {
    padding-top:15px;
    padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
    width:100%;
    background: #008937;
    overflow: hidden;
}

.footer .foot_text {
    float: left;
    margin-top: 5px;
}

.footer .foot_text p {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
}

.foot_ewm {
    float: right;
    width: 100px;
    text-align: center;
}

.foot_ewm img {
    width:80px;
    height:80px;
}

.foot_ewm p {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
}

.fixed_section {
    position: fixed;
    right: 12%;
    top: 25%;
    z-index: 999;
}

.fixed_section li {
    display: table;
    position: relative;
    margin-bottom: 10px;
    width: 70px;
    height: 81px;
    background: #fff;
    text-align: center;
    border-radius: 3px;
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, .15);
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .15);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .15);
}

.fixed_section li a {
    display: table-cell;
    vertical-align: middle;
}

.fixed_section li img {
    margin-top: 5px;
}

.fixed_section li p {
    margin-top: 5px;
    font-size: 14px;
    color: #333;
    line-height: 24px;
}

.fixed_section li .ewm_section {
    position: absolute;
    bottom: 0;
    width: 138px;
    height: 138px;
    right: 0;
    text-align: center;
    background: #fff;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    opacity: 0;
    z-index: -1;
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    z-index: 999;
}

.fixed_section li:hover .ewm_section {
    opacity: 1;
    right: 100%;
    z-index: 1;
    visibility: visible;
}

.fixed_section li .ewm_section img {
    margin-top: 10px;
    width: 120px;
    height: 120px;
}

@media screen and (min-width:0px) and (max-width:1600px) {
    .fixed_section {
        right: 2%;
    }
}

@media screen and (min-width:0px) and (max-width:1280px) {
    .fixed_section {
        right: 1%;
    }
}

.breadnav {
    padding: 13px 0;
    font-size: 14px;
    color: #333;
    overflow: hidden;
}

.breadnav img {
    margin-right: 10px;
}

.breadnav span {
    margin: 0 5px;
}

.breadnav a {
    transition: background-color 0.3s ease-out, color 0.3s ease-out, opacity 0.3s ease-out;
}

.page_content {
    margin-bottom: 20px;
    width: 100%;
    overflow: hidden;
}

.sidenav {
    float: left;
    width: 240px;
}

.sidenav_tit {
    padding-left: 30px;
    height: 75px;
    font-size: 24px;
    color: #fff;
    line-height: 75px;
    background: #008937;
}

.sidenav_list {
    margin-bottom: 19px;
    width: 100%;
    overflow: hidden;
}

.sidenav_list li {
    margin-bottom: 1px;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #666;
    background: #f2f2f2;
}

.sidenav_list li a {
    display: block;
    padding-left: 55px;
    background: url(../images/icon10.png) 30px center no-repeat;
    transition: background-color 0.3s ease-out, color 0.3s ease-out, opacity 0.3s ease-out;
}

.sidenav_list li:hover a,
.sidenav_list li.active a {
    color: #008937;
    background: url(../images/icon10_2.png) 30px center no-repeat;
}

.page_adv_list {
    width: 100%;
    overflow: hidden;
}

.page_adv_list li {
    position: relative;
    margin-bottom: 15px;
    width: 100%;
    height: 100px;
}

.page_adv_list li img {
    width: 100%;
    height: 100px;
}

.page_adv_list li label,
.adv_slide label {
    display: block;
    z-index: 999;
    position: absolute;
    left: 7px;
    bottom: 5px;
    width: 40px;
    height: 22px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    line-height: 22px;
    background: rgba(0, 0, 0, .4);
}

.cont_right {
    float: right;
    width: 940px;
}

.adv_slide {
    position: relative;
    margin-bottom: 20px;
    width: 100%;
    height: 130px;
    overflow: hidden;
}

.adv_slide .swiper-slide img {
    width: 100%;
    height: 130px;
}

.adv_slide label {
    left: 10px;
    bottom: 10px;
}

.adv_slide .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
}

.adv_slide .swiper-pagination-bullet-active {
    background: #f6ab00;
}

.page_panel {
    padding: 29px;
    min-height:290px;
    border: 1px solid #dfdfdf;
    overflow: hidden;
}
.subpage_title {
    padding-bottom: 15px;
    margin-bottom:10px;
    width: 100%;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    border-bottom: 3px solid #008937;
    overflow: hidden;
}

.first_list,
.first_list li {
    width: 100%;
    overflow: hidden;
}

.first_list li {
    margin-bottom: 20px;
}

.first_list li:last-child {
    margin-bottom: 0;
}

.first_list li a {
    display: flex;
}

.first_list li .img_box {
    float: left;
    width: 118px;
    height: 168px;
    border: 1px solid #eee;
}

.first_list li .img_box img {
    width: 100%;
    height: 168px;
}

.first_list li .item_cont {
    align-self: center;
    margin-left: 15px;
    width: 745px;
}

.first_list li .item_cont h6 {
    margin-bottom: 10px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: background-color 0.3s ease-out, color 0.3s ease-out, opacity 0.3s ease-out;
}

.first_list li .item_cont p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*要显示的行数*/
    overflow: hidden;
}

.first_list li .item_cont .more {
    margin-top: 25px;
    color: #008937;
}

.two_list {
    margin-bottom: -30px;
    width: 100%;
    overflow: hidden;
}

.two_list li {
    float: left;
    position: relative;
    margin-right: 86px;
    margin-bottom: 30px;
    width: 153px;
    height: 208px;
    border: 1px solid #eee;
}

.two_list li:nth-child(4n+4) {
    margin-right: 0;
}

.two_list li img {
    width: 100%;
    height: 208px;
}

.two_list li p {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px 5px;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
    background: rgba(0, 0, 0, .4);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.page_panel_item {
    margin-bottom: 30px;
    width: 100%;
    overflow: hidden;
}

.page_panel_item:last-child {
    margin-bottom: 0;
}

.page_panel_title {
    margin-bottom: 25px;
    width: 100%;
    line-height: 20px;
    overflow: hidden;
}

.page_panel_title h6 {
    float: left;
    padding-left: 10px;
    font-size: 18px;
    color: #008937;
    border-left: 7px solid #008937;
}

.page_panel_title .more {
    float: right;
    font-size: 16px;
    color: #999;
    transition: background-color 0.3s ease-out, color 0.3s ease-out, opacity 0.3s ease-out;
}

.three_list {
    margin-top:10px;
    margin-bottom:-10px;
}

.three_list,
.three_list li {
    width: 100%;
    overflow: hidden;
}

.three_list li {
    font-size: 16px;
    color: #333;
    line-height:35px;
}

.three_list li a {
    display: block;
    float: left;
    max-width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: background-color 0.3s ease-out, color 0.3s ease-out, opacity 0.3s ease-out;
}

.three_list li a span {
    margin-right: 10px;
    color: #999;
}

.three_list li .time {
    float: right;
    color: #999;
}

.four_list {
    margin-bottom: -25px;
    width: 100%;
    overflow: hidden;
}

.four_list li {
    float: left;
    margin-bottom: 20px;
    margin-right:13px;
	margin-left:13px;
    width:150px;
}
.four_list li .img_box {
    margin-bottom: 5px;
    width: 100%;
    border: 1px solid #eee;
}
.four_list li .img_box img {width: 100%;}
.four_list li p {
    font-size: 16px;
    color: #333;
    text-align: center;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: background-color 0.3s ease-out, color 0.3s ease-out, opacity 0.3s ease-out;
}
.introduction_section,
.introduction_title {
    width: 100%;
    overflow: hidden;
}
.introduction_title {
    padding-bottom: 15px;
}

.introduction_title h6 {
    font-size: 24px;
    color: #333;
    text-align: center;
    font-weight: normal;
}

.introduction_text {
    padding-top: 10px;
    width: 100%;
    overflow: hidden;
}

.introduction_text,
.introduction_text p,
.introduction_text p span {
    font-size: 14px;
    color: #666;
    line-height: 2.0;
}

.introduction_text img,
.introduction_text p img,
.introduction_text p span img,
.NewsText img,
.NewsText p img,
.NewsText p span img {
    max-width: 100%;
}

.NewsText {
    padding-top: 15px;
    width: 100%;
    overflow: hidden;
}

.NewsText,
.NewsText p,
.NewsText p span {
    font-size: 14px;
    color: #666;
    line-height: 2;
}

.five_list,
.five_list li,
.six_list,
.six_list li {
    width: 100%;
    overflow: hidden;
}

.five_list li,
.six_list li {
    margin-bottom: 20px;
}

.five_list li:last-child,
.six_list li:last-child {
    margin-bottom: 0;
}

.five_list li a,
.six_list li a {
    display: flex;
}

.five_list li .img_box {
    display: table;
    width: 218px;
    height: 118px;
    text-align: center;
    border: 1px solid #eee;
}

.five_list li .img_box span {
    display: table-cell;
    vertical-align: middle;
}

.five_list li .img_box img {
    max-width: 95%;
    max-height: 95%;
}

.five_list li .item_cont {
    align-self: center;
    margin-left: 15px;
    width: 645px;
}

.five_list li .item_cont h6,
.six_list li .item_cont h6 {
    margin-bottom: 15px;
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: background-color 0.3s ease-out, color 0.3s ease-out, opacity 0.3s ease-out;
}

.five_list li .item_cont p,
.six_list li .item_cont p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*要显示的行数*/
    overflow: hidden;
}

.six_list li img {
    float: left;
    width: 185px;
    height: 120px;
}

.six_list li .item_cont {
    align-self: center;
    margin-left: 15px;
    width: 675px;
}

.three_list.two {
    margin-top: -10px;
    margin-bottom: -5px;
}

.three_list.two li {
    line-height: 36px;
}

.seven_list {
    margin-bottom: -25px;
    width: 100%;
    overflow: hidden;
}

.seven_list li {
    float: left;
    margin-right: 20px;
    margin-bottom: 25px;
    width: 280px;
    height: 218px;
    overflow: hidden;
}

.seven_list li:nth-child(3n+3) {
    margin-right: 0;
}

.seven_list li img {
    margin-bottom: 10px;
    width: 100%;
    height: 160px;
}

.seven_list li p {
    font-size: 16px;
    color: #333;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /*要显示的行数*/
    overflow: hidden;
    transition: background-color 0.3s ease-out, color 0.3s ease-out, opacity 0.3s ease-out;
}

.expert_section {
    width: 150px;
    height: 205px;
    margin: 0 auto;
    margin-bottom: 25px;
}

.expert_section img {
    width: 100%;
    height: 205px;
}

.investigation_section {
    padding: 0 20px;
    height: 584px;
    overflow: hidden;
    background: url(../images/img31.jpg) no-repeat;
}

.investigation_item {
    margin-top: 10px;
    overflow: hidden;
}

.investigation_item.Left {
    width: 425px;
}

.investigation_title {
    margin-bottom: 15px;
    width: 100%;
    line-height: 40px;
    overflow: hidden;
}

.investigation_title h6 {
    float: left;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 40px;
}

.investigation_item .investigation_title img {
    float: left;
    margin-top: 10px;
    margin-right: 10px;
}

.investigation_item .investigation_title h6 {
    float: left;
    font-size: 18px;
    color: #008937;
}

.investigation_title .more {
    float: right;
    font-size: 16px;
    color: #999;
    transition: background-color 0.3s ease-out, color 0.3s ease-out, opacity 0.3s ease-out;
}

.investigation_item .three_list li a {
    max-width: 100%;
}

.investigation_item.Right {
    width: 390px;
}

.query_section,
.query_form,
.query_form .row { width: 100%;overflow: hidden;}
.query_form{margin-bottom:20px;}
.query_form .row{margin-top:20px;}
.query_form .row:nth-child(2){margin-top:20px;margin-bottom:20px;}
.query_form .inp_box {width: 415px;overflow: hidden;}
.w455 {
    width: 455px !important;
}

.query_form .inp_box label {
    display: block;
    float: left;
    width: 85px;
    font-size: 16px;
    color: #333;
    line-height: 40px;
    text-align: right;
}

.query_form .inp_box.w455 label {width: 120px;}
.query_form .inp_box input {
    display: block;
    float: left;
    padding-left: 10px;
    width: 318px;
    height: 38px;
    font-size: 14px;
    color: #666;
    border: 1px solid #bfbfbf;
    border-radius: 3px;
	box-sizing: border-box;
}

.query_form .inp_box select {
    display: block;
    float: left;
    width: 330px;
    height: 40px;
    font-size: 14px;
    color: #666;
    border: 1px solid #bfbfbf;
    border-radius: 3px;
}

.form_footer {
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.form_footer button {
    display: inline-block;
    margin: 0 5px;
    width: 80px;
    height: 40px;
    font-size: 16px;
    border-radius: 3px;
    border: 1px solid #008937;
}

.form_footer button[type="submit"] {
    color: #fff;
    background: #008937;
}

.form_footer button[type="reset"] {
    color: #008937;
    background: #fff;
}

.query_table {
    width: 100%;
    overflow: hidden;
}

.query_table table {
    width: 100%;
    border: 1px solid #dbdbdb;
    overflow: hidden;
}

.query_table table tr,
.queryresults_table table tr {
    border-bottom: 1px solid #dbdbdb;
}

.query_table table thead th {
    padding: 14px 10px;
    padding-left: 25px;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    text-align: left;
    border-right: 1px solid #dbdbdb;
    background: #fff;
}

.query_table table td,
.queryresults_table table td {
    padding: 14px 10px;
    padding-left: 25px;
    font-size: 14px;
    color: #333;
    text-align: left;
    border-right: 1px solid #dbdbdb;
    background: #f8f8f8;
}

.query_table table tbody tr:nth-child(even) td {
    background: #fff;
}

.query_table table td a {
    color: #008937;
    transition: background-color 0.3s ease-out, color 0.3s ease-out, opacity 0.3s ease-out;
}

.query_table table td a:hover {
    text-decoration: underline;
}

.queryresults_section,
.queryresults_title {
    width: 100%;
    overflow: hidden;
}

.queryresults_title {
    margin-bottom: 25px;
    text-align: center;
}

.queryresults_title h6 {
    font-size: 24px;
    color: #333;
    font-weight: normal;
}

.queryresults_title p {
    margin-top: 5px;
    font-size: 14px;
    color: #666;
    line-height: 24px;
}

.queryresults_table {
    width: 100%;
    overflow: hidden;
}

.queryresults_table table {
    width: 100%;
    border: 1px solid #dbdbdb;
    overflow: hidden;
}

.queryresults_table table tr td {
    font-size: 16px;
    color: #333;
    background: #fff;
}

.queryresults_table table tr td:nth-child(1) {
    font-weight: bold;
}

.queryresults_table table tbody tr:nth-child(even) td {
    background: #f8f8f8;
}


/************************* 滑过样式 **********************/

.title_section .more:hover,
.news_list li a:hover,
.expert_slide li a:hover p,
.title_section_two .more:hover,
.programme_list li a:hover .item_cont h6,
.product_list li a:hover p,
.title_section_three .more:hover,
.proceedings_slide li a:hover p,
.link_list li a:hover,
.breadnav a:hover,
.breadnav a.active,
.first_list li a:hover .item_cont h6,
.page_panel_title .more:hover,
.three_list li a:hover,
.four_list li a:hover p,
.five_list li a:hover .item_cont h6,
.six_list li a:hover .item_cont h6,
.seven_list li a:hover p,
.investigation_title .more:hover {
    color: #008937;
}

@media screen and (min-width:0px) and (max-width:1400px) {
    .fixed_section {
        right: 0;
    }
    .fixed_section li {
        width: 60px;
        height: 70px;
    }
}

@media screen and (min-width:0px) and (max-width:1340px) {
    .fixed_section {
        right: 0;
    }
}
@media (max-width: 768px) {
.content {padding:10px;}
.mt20{margin-top:1px !important}
.adv_item {width:100%;overflow: hidden;margin-bottom:10px;}
.news_slide{width:100%;overflow: hidden;margin-bottom:10px;}
.trends_section{width:100%;}
.news_list li a{max-width:100%;}
.news_list li .time{ display:none;}
.head_botm {width: 100%;
    background: url(../images/headbg.jpg) no-repeat top center;
    background-size: auto 100%;
}
.head_botm .logo {
    float: left;
    margin-top:10px;
	margin-bottom:4px;
}
.head_botm .logo img{width:80%; padding-left:10px;}
.foot_ewm {
    float: right;
    width: 100%;
    text-align: center;
}
.search_box {
    float:left;
    margin-top:10px;
	width:98%;
	margin-left:1%;
    max-width:420px;
    height:35px;
    border-radius: 20px;
    background: #f4f4f4;
    overflow: hidden;
}
.search_box input {
    float: left;
    padding-left: 20px;
    width:85%;
    height:35px;
    font-size: 14px;
    color: #666;
    border: 0;
    background: #f4f4f4;
}
.search_box button {
    float: left;
    width: 22px;
    height:35px;
    background: #f4f4f4;
    border: 0;
}
.sidenav {
    float: left;
    width: 100%;
}
.sidenav_tit {
    padding-left:30px;
    height:50px;
    font-size:22px;
    color: #fff;
    line-height:55px;
    background: #008937;
}
.sidenav_list li {
    margin-bottom: 1px;
    width: 100%;
    height:40px;
    line-height:40px;
    font-size: 16px;
    color: #666;
    background: #f2f2f2;
}
.cont_right {
    float: right;
    width: 100%;
}
.page_panel {
    padding:10px;
    min-height:290px;
    border: 1px solid #dfdfdf;
    overflow: hidden;
}
.four_list li {
    float: left;
    margin-bottom:15px;
    margin-right:1%;
	margin-left:1%;
    width:48%;
}
.query_form .inp_box {width:100% !important;}
.query_form .inp_box input{width:100% !important;}
.query_form .inp_box select {width:100% !important;}
.query_form .row{margin-top:0px;}
.query_form .row:nth-child(2){margin-top:0px;margin-bottom:10px;}
.query_form .inp_box label{text-align:left;}
/* 汉堡菜单容器 */
.menu-toggle {
    position: absolute;
    top:8px;
    right:10px;
    width:40px;
    height:24px;
    cursor: pointer;
    z-index: 1000;
  }
  
  /* 汉堡线条 */
  .menu-toggle span {
    position: absolute;
    height:4px;
    width: 100%;
    background: #008937;
    border-radius: 2px;
    transition: all 0.3s ease;
  }
  
  /* 三条线定位 */
  .menu-toggle span:nth-child(1) {top: 0; }
  .menu-toggle span:nth-child(2) {top: 10px; }
  .menu-toggle span:nth-child(3) {bottom: 0; }
  
  /* 激活状态X形 */
  .menu-toggle.active span:nth-child(1) {
    transform: translateY(13px) rotate(45deg);
  }
  .menu-toggle.active span:nth-child(2) { opacity: 0; }
  .menu-toggle.active span:nth-child(3) {
    transform: translateY(-13px) rotate(-45deg);
  }
  
  /* 导航菜单适配 */
  .nav {
    position: fixed;
    top: 0;
    left: -100%;
    width: 80%;
    height: 100vh;
    background: #fff;
    transition: all 0.4s ease;
    z-index: 999;
  }
  
  .nav.active {
    left: 0;
    box-shadow: 3px 0 15px rgba(0,0,0,0.2);
  }
  
  .nav>ul {
    flex-direction: column;
    margin-top: 80px;
  }
  
  .nav>ul>li {
    width: 100%;
    height: auto;
    text-align: left;
    border-bottom: 1px solid #eee;
  }
  
  .nav>ul>li>a {
    padding: 15px;
    margin: 0;
    line-height: normal;
    color: #333;
    border-radius: 0;
  }
  
  .nav>ul>li:hover>a,
  .nav>ul>li.active>a {
    margin: 0;
    background: #f5f5f5;
    color: #008937;
  }
  
  /* 子菜单适配 */
  .menu_nav {
    position: static;
    box-shadow: none;
    background: #f9f9f9;
  }
  
  .menu_nav li a {
    padding: 12px 20px;
    border-bottom: 1px dashed #ddd;
  }
}
/* 桌面端样式保持不变 */
@media (min-width: 769px) {
  .menu-toggle { display: none; }
  .nav { 
    position: static;
    height: auto;
    width: auto;
  }
  .nav>ul { display: flex; }
}
body.menu-active {overflow: hidden;}
.container {width:100%;padding:14px;margin:0;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #f2f2f2;
	border-right-color: #f2f2f2;
	border-bottom-color: #f2f2f2;
	border-left-color: #f2f2f2;box-sizing: border-box;}
        .logo-scroller {
            height: 300px;
            overflow: hidden;
            position: relative;
        }
        .logo-container {
            position: absolute;
            width: 100%;
            animation: scrollUp 10s linear infinite;
        }
        
        .logo-container:hover {
            animation-play-state: paused;
        }
        
        .logo-row {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
			padding:0px;
			margin:0px;
        }
        
        .logo-item {
            width: 175px;
            height: 73px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin:10px;
            background-color: white;
            border-radius:5px;
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
            transition: all 0.3s ease;
            overflow: hidden;
        }
        
        .logo-item:hover {
            transform: translateY(-5px) scale(1.05);
            box-shadow: 0 8px 15px rgba(0, 0, 0, 0.15);
            z-index: 10;
        }
        
        .logo-item img {
            max-width:100%;
            max-height:100%;
            object-fit: contain;
            transition: transform 0.3s;
        }
        
        .logo-item:hover img {
            transform: scale(1.1);
        }  
        @keyframes scrollUp {
            0% {
                transform: translateY(0);
            }
            100% {
                transform: translateY(-50%);
            }
        }
        @media (max-width: 768px) {
            .logo-item {
                width: calc(33.33% - 20px);
                height: 60px;
                margin: 8px;
            }
            
            .logo-row {
                padding: 12px 0;
            }
            
            .logo-scroller {
                height: 240px;
            }
            
            .container {
                padding:10px;
            }
        }