@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%;}
.head_botm .logo {
    float: left;
    margin-top:15px;
	margin-bottom:15px;
	overflow:hidden;}
.head_botm .logo img{ width:100%; max-width:405px;}
.search_box {
	float: right;
	width:100%;
	max-width:260px;
	overflow: hidden;
	font-size:16px;
	line-height:30px;
	background-image: url(../images/tel.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 90px;
	padding-top:10px;
	height:80px;
	box-sizing: border-box;
	margin-top:12px;
}
.search_box b{font-size:24px;color:#4C33E5;}
.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:60px;
    background:#36f;
}

.nav>ul>li {
    position: relative;
    float: left;
    width:16.6%;
    height:60px;
    font-size:18px;
    color: #fff;
    text-align: center;
    line-height:60px;
}
.nav>ul>li a {
    display: block;
}
.nav>ul>li:hover>a,
.nav>ul>li.active>a {
    margin:10px 0;
    color: #36f;
    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: 14px;
    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 {
    width:100%;
    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;
}
.cases{background-color: #f5f5f5;padding:60px 0;margin: 0 auto;}
.news{background-color: #fff;padding:60px 0;margin: 0 auto;}
.product{background-color: #fff;padding:60px 0;margin: 0 auto;}
.title_section_first{line-height:30px;overflow: hidden; font-size:18px;color:#333; text-align:center;}
.title_section_first h6{
    width:100%;
    font-size:32px;
	font-weight:normal;
    color: #000;
	line-height:60px;
    text-align: center;
	position: relative;
	padding-bottom:10px;
	margin-bottom:10px;
}
.title_section_first p{font-size:18px;}
.title_section_first h6::after {
    content: "";
    display: block;
    width: 40px;
    height:3px; 
    background:#318645;
    position: absolute;
	margin:auto;
    left: 0;
    right: 0;
    bottom: 0;
}
.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:40px;
    padding-bottom:40px;
	padding-left:10px;
	padding-right:10px;
    width:100%;
    background: #212121;
    overflow: hidden;
}

.footer .foot_text { float: left;}
.footer .foot_text p {
    font-size: 14px;
    color: #bfbfbf;
    line-height: 30px;
}
.footer .foot_text p:first-child {
    position: relative;
	color:#FFFFFF;
	font-size: 16px;
    padding-bottom: 10px;
	margin-bottom:10px;
}
.footer .foot_text p:first-child::after {
    content: "";
    display: block;
    width: 30px;
    height: 1px; 
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.footer .foot_textx {
    float: left;
	border-left:solid 1px #595959;
	padding-left:20px;
	margin-left:160px;
}
.footer .foot_textx p{
    font-size: 14px;
    color: #bfbfbf;
    line-height: 30px;
}
.footer .foot_textx p a{
    font-size: 14px;
    color: #bfbfbf;
    line-height: 30px;
	float:left; width:50%;
}
.footer .foot_textx p:first-child {
    position: relative;
	color:#FFFFFF;
	font-size: 16px;
    padding-bottom: 10px;
	margin-bottom:10px;
}
.footer .foot_textx p:first-child::after {
    content: "";
    display: block;
    width: 30px;
    height: 1px; 
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.foot_ewm {
    float: left;
    width: 120px;
	border-left:solid 1px #595959;
	padding-left:20px;
	margin-left:40px;
}

.foot_ewm img {
    width:80px;
    height:80px;
}
.footer .foot_ewm p:first-child {
    position: relative;
	color:#FFFFFF;
	font-size: 16px;
    padding-bottom: 10px;
	margin-bottom:20px;
}
.footer .foot_ewm p:first-child::after {
    content: "";
    display: block;
    width: 30px;
    height: 1px; 
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.fixed_section {
    position: fixed;
    right: 1%;
    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: 920px;box-sizing: border-box;
}
.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: 20px;
    min-height:290px;
    border: 1px solid #dfdfdf;border-radius:5px;
    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) {
.fixed_section{ display:none;}
.product,.cases,.news{padding:30px 10px;}
.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:0px;}
.trends_section{width:100%;}
.news_list li a{max-width:100%;}
.news_list li .time{ display:none;}
.head_botm {width: 100%;}
.footer .foot_textx{ display:none;}
.head_botm .logo {float: left;margin-top:10px;margin-bottom:10px;}
.head_botm .logo img{width:60%; padding-left:10px;}
.foot_ewm {
    float: right;
    width: 100%;
    text-align: center;
	border-left:0px;
	padding-left:0px;
	margin-left:0px;
}
.footer .foot_ewm p:first-child {margin-bottom:0px;}
.footer .foot_ewm p:first-child::after {
    content: "";
    display: block;
    width: 30px;
    height: 0px; 
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.title_section_first h6{font-size:22px; line-height:30px;}
.title_section_first p {font-size:16px;}
.search_box { display:none;}
.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%;box-sizing: border-box; max-width:1200px; margin:0 auto;}
.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:0px;
            }
        }
.business-scope:after {
            content: "";
            display: block;
            clear: both;
        }
.business-scope {
            background-color: #f5f5f5;
            padding:60px 0;
            margin: 0 auto;box-sizing: border-box;
        }
        /* 核心：1200px 居中容器 */
        .business-wrap {
            width: 1200px;
            margin: 0 auto;
            display: flex;
            align-items: center; /* 这行让左侧文字和卡片 上下居中 */
            justify-content: space-between;
        }

        /* 左侧标题 垂直居中 */
        .section-title{ 
            width: 20%;
        }
        .section-title h2 {
            font-size: 36px;
            color: #222;
            font-weight: 500;
            margin-bottom: 15px;
        }
        .divider {
            width: 40px;
            height: 3px;
            background-color: #00a651;
            margin-bottom: 15px;
        }
        .section-title p {
            font-size: 24px;
            color: #666;
        }

        /* 右侧卡片 */
        .business-cards {
            width: 80%;
            display: flex;
            gap: 30px;
            justify-content: space-between;
        }

        /* 卡片样式 */
        .card {
            position: relative;
            width: calc(33.333% - 20px);
            overflow: hidden;
            border-radius: 4px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.05);
        }
        .card img {
            width: 100%;
            object-fit: cover;
            display: block;
            transition: transform 0.3s ease;
        }
        .card:hover img {
            transform: scale(1.05);
        }
        .card .overlay {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            padding: 20px 0;
            background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
        }
        .card .overlay-text {
            color: #fff;
            font-size: 24px;
            text-align: center;
            font-weight: 500;
        }
@media (max-width: 768px) {
.business-scope {padding:30px 0;
        }
    /* 容器全屏，不固定宽度 */
    .business-wrap {
        width: 100%;
        padding: 0 15px; /* 左右留白，不贴边 */
        flex-direction: column; /* 上下排列 */
        gap:20px;
    }

    /* 左侧标题全屏 + 居中 */
    .section-title {
        width: 100%;
        text-align: center;
    }
    .section-title h2 {
        font-size: 22px; margin-bottom:10px;
    }
    .section-title p {
        font-size: 16px;
    }
    .divider {
        margin: 0 auto 10px; /* 居中 */
    }

    /* 右侧卡片全屏 + 一列布局 */
    .business-cards {
        width: 100%;
        flex-direction: column;
        gap: 20px;
    }
    .card {
        width: 100%; /* 手机端一行一个 */
    }
    .card .overlay-text {
        font-size: 20px;
    }
}
        /* 页面整体容器 */
.service-container {
            display: flex;
            max-width: 1200px;
            margin: 10px auto 20px;
            padding:0px;
            gap: 20px;
        }
/* 左侧服务项目导航 */
.service-sidebar {
    width: 250px;float:left;
}
.sidebar-header {
    background-color: #009640;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    padding: 12px 0;
    margin-bottom: 1px;
}
.service-list {
    border: 1px solid #e5e5e5;
    border-top: none;
}
.service-list li {
    list-style: none;
    padding: 12px 10px;
    border-bottom: 1px solid #e5e5e5;
    color: #333;
    font-size: 16px;
    display: flex;
    align-items: center;
    /* 新增：核心基础样式 */
    position: relative;
    background-color: #fff;
    transition: all 0.2s ease;
}
.service-list li:last-child{border-bottom: 0px solid #e5e5e5;}
/* 新增：悬浮背景+文字变色 */
.service-list li:hover,.service-list li.on{
    background-color: #f5f5f5;
    color: #009640;
}
/* 新增：左侧绿色竖线 */
.service-list li:hover::after,.service-list li.on::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 4px;
    background-color: #009640;
}
/* 原有三角符号 */
.service-list li::before {
    content: "▶";
    color: #009640;
    font-size: 10px;
    margin-right: 8px;
}
.service-main {flex: 1;}
        /* 热门服务标题栏 */
        .main-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 10px 15px;
			background:#f5f5f5;
            margin-bottom: 20px;
        }
        .main-header h2 {
            font-size: 18px;
            color: #333;
            font-weight: 500;
        }
        .main-header h2 span {
            color: #999;
            font-size: 14px;
            font-weight: normal;
            margin-left: 8px;
        }
        .main-header a {
            color: #666;
            font-size: 14px;
            text-decoration: none;
        }
        .main-header a:hover {
            color: #009640;
        }
        /* 服务卡片网格 */
        .service-cards {
            display: grid;
            grid-template-columns: repeat(3, 1fr);
            gap: 20px;
        }
        /* 核心：卡片hover效果修改 */
        .service-card {
            text-align: center;
            position: relative;
            overflow: hidden;
        }
        .card-img-box {
            position: relative;
            width: 100%;
            height: 200px;
            margin-bottom: 10px;
            overflow: hidden;
        }
        .card-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: all 0.3s ease;
        }
        /* 悬浮蒙版 */
        .card-mask {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 150, 64, 0.7); /* 绿色半透明蒙版 */
            display: flex;
            justify-content: center;
            align-items: center;
            opacity: 0;
            transition: opacity 0.3s ease;
        }
        .mask-text {
            color: #fff;
            font-size: 18px;
            text-align: center;
            position: relative;
            padding-bottom: 8px;
        }
        /* 文字下划线 */
        .mask-text::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 40px;
            height: 2px;
            background-color: #fff;
        }
        /* 悬浮触发效果 */
        .service-card:hover .card-img {
            transform: scale(1.05); /* 图片轻微放大 */
        }
        .service-card:hover .card-mask {
            opacity: 1; /* 显示蒙版 */
        }
        .service-card:hover .card-title,
        .service-card:hover .card-desc {
            color: #009640; /* 底部文字变绿色 */
        }
        /* 卡片底部文字 */
        .card-title {
            font-size: 18px;
            color: #333;
            margin-bottom: 5px;
            transition: color 0.3s ease;
        }
        .card-desc {
            font-size: 16px;
            color: #9a9a9a;
            transition: color 0.3s ease;
        }
        @media (max-width: 768px) {
            .service-container {
                flex-direction: column;
            }
            .service-sidebar {
                width: 100%;
            }
            .service-cards {
                grid-template-columns: 1fr;
            }
        }
       /* 外层容器 */
        .about-section {
            display: flex;
            align-items: center;
            justify-content: flex-end;
            background: url("../images/company.jpg") center center / cover no-repeat;
            padding: 60px 80px;
            position: relative;
            overflow: hidden;
        }

        /* 右侧白色卡片 */
        .about-card {
            background-color: #ffffff;
            padding: 40px;
            max-width:700px;
			float:right;
            box-shadow:0 2px 15px rgba(0,0,0,0.05);
        }

        /* 标题样式 */
        .about-card h2 {
            color: #108a46; /* 绿色标题色 */
            font-size: 26px;
            margin-top: 0;
            margin-bottom: 20px;
            font-weight:500;
        }

        /* 正文样式 */
        .about-card p {
            color: #333333;
            line-height: 1.8;
            font-size: 16px;
            margin: 0 0 20px;
            text-align: justify;
        }

        /* 按钮样式 */
        .about-btn {
            display: inline-block;
            background-color: #389e56;
            color: #ffffff;
            padding: 12px 40px;
            text-decoration: none;
            font-size: 16px;
            border: none;
            cursor: pointer;
            transition: background-color 0.3s;
        }

        .about-btn:hover {
            background-color: #2e8b49;
        }

        /* 响应式适配 */
        @media (max-width: 768px) {
            .about-section {
                padding:20px 10px;
                justify-content: center;
            }
            .about-card {
                max-width: 100%;
				padding:10px;
            }
        .about-card h2 {margin-bottom: 15px; font-size:22px;}
        .about-card p {margin-bottom: 15px;}
        }
.grid-box{
        display: flex;
        flex-wrap: wrap;
        gap:20px;
    }
.grid-item{
        width: calc(25% - 15px);
        background:#fff;
        border:1px solid #eee;
        border-radius:8px;
        overflow:hidden;
        box-shadow:0 2px 8px rgba(0,0,0,0.04);
    }
    @media(max-width:768px){
        .grid-item{
            width:100%;
        }
    }
    .grid-item a{
        display:block;
        text-decoration:none;
        color:inherit;
    }
    .grid-item img{
        width:100%;
        height:auto;
        display:block;
    }
    .info{
        padding:18px;
    }
    .title{
        font-size:16px;
        color:#333;
        font-weight:bold;
        margin-bottom:10px;
        line-height:1.4;
    }
    .desc{
        font-size:14px;
        color:#666;
        line-height:1.6;
    }