:root {
    --color: #00A54F;
    --deepcolor: #008C43;
    --qiancolor: #02D868;
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    outline: none;
}

html,
body {
    font-family: Source Han Sans;
    font-size: 16px;
    min-width: 1230px;
    outline: none;

}

img {
    max-width: 100%;
    display: block;
    border: 0px;
}

ul,
li {
    list-style: none;
}

.ov {
    overflow: hidden;
}

.pr {
    position: relative;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: var(--color);
    text-decoration: none;
}

.main {
    width: 1200px;
    margin: 0px auto;
}

.flex_box {
    display: flex;

}

.justify_between {
    justify-content: space-between;
}

.mt20 {
    margin-top: 20px;
}

.top {
    padding: 20px 0px;
}

.logo {
    display: flex;
    align-items: center;
}

.logo .logo_text {
    margin-left: 20px;
}

.top_tel {
    color: var(--color);
    align-items: center;
}

.top_tel span {
    display: block;
    font-weight: normal;
    font-size: 16px;
}

.top_tel p {
    font-size: 18px;
    font-weight: bold;
    margin-left: 5px;
}

.top_contact .qr {
    margin-left: 20px;
}

.nav_bg {
    height: 60px;
    background: linear-gradient(0deg, #02B457 0%, #01C25D 100%);
}

.nav>li {
    flex: 1;
    position: relative;
}

.nav li>a {
    color: #fff;
    line-height: 60px;
    display: block;
    text-align: center;
    font-size: 20px;
}

.nav>li::after {
    content: "";
    height: 12px;


    border-right: 1px solid #fff;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
}

.nav>li:last-child::after {
    display: none;
}

.subnav {
    position: absolute;
    width: 100%;
    background-color: var(--deepcolor);
    text-align: center;
    display: none;
    z-index: 99;
}

.subnav a {
    display: block;
    color: #fff;
    line-height: 40px;
    font-size: 16px;
}

.subnav a:hover {
    background-color: var(--color);
}

.nav>li:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.nav>li.active {
    background-color: rgba(0, 0, 0, 0.1);
}

.swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 50%;
    background: #fff;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    background-color: var(--color);
}

.index_imgnews {
    width: 458px;
}

.news_swiper img {
    width: 458px;
    height: 364px;
    object-fit: cover;
}

.news_swiper_page {
    text-align: right;
    bottom: 0px !important;
    line-height: 32px;
}

.news_swiper p {
    position: absolute;
    bottom: 0px;
    display: block;
    z-index: 1900;
    color: #fff;
    width: 100%;
    line-height: 32px;
    padding-left: 15px;
    margin: 0px;
    background-color: rgba(0, 0, 0, 0.5);
}

.news_swiper p span {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 150px);
}

.news_swiper_page span {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 0px;
    width: 22px;
    height: 22px;
    text-align: center;
    line-height: 22px;
    font-size: 12px;
    opacity: 1;
    margin-bottom: 5px !important;
    color: #fff;
}

.news_swiper_page .swiper-pagination-bullet-active {
    background-color: var(--color);
    color: #fff;
}

.index_title_bg {
    height: 62px;
    background: linear-gradient(180deg, rgba(2, 216, 104, 0.5) 0%, #FFFFFF 100%);
    display: flex;
    align-items: center;
    padding: 0px 20px;
    width: 100%;
}
.index_xwdt{
    width: 722px;
}
.news_tabs{
    display: flex;
}
.news_tabs li{
    cursor: pointer;
    margin:0px 20px;
    font-size: 20px;
}
.index_title_bg p{
    margin:0px 10px;
    font-size: 20px;
}
.news_tabs li.act a{
    color: var(--deepcolor);
}

.news_container li{
    display: none;
}
.news_container li.act{
    display: block;
}
.news_list a{
    display: flex;
    align-items: center;
    margin-top: 20px;
    justify-content: space-between;
    line-height: 16px;
    border-bottom: 1px dashed #ddd;
    padding: 0px 10px;
    padding-bottom: 13px;
}
.more{
    color: #666;
    margin-left: auto;
    font-size: 14px;
}
.news_list a:hover{
    border-bottom: 1px dashed var(--color);
}
.news_list a:hover span{
    color: var(--color);
}
.news_list a p{
    width: calc(100% - 120px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 16px;
}
.news_list a p img{
    display: inline;
    vertical-align: middle;
    margin-right: 5px;
}
.news_list  span{
    color: #999;
}
.pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    font-size: 14px;
}


.page-link {
    position: relative;
    display: block;
    height: 35px;
    padding: 0px 14px;
    color: #666;
    background-color: #eee;
    font-size: 14px;
    text-align: center;
    line-height: 35px;
    border-radius: 2px;
    margin: 0px 6px;
}

.page-link:hover {
    background-color: var(--color);
    color: #FFF;
}

.page-link.active {
    background-color: var(--color);
    color: #FFF;
}
.zj_swiper .ov{
    border: 1px solid #ddd;
    padding: 20px;
    box-shadow: 0px 0px 5px #ddd;
    margin-bottom: 10px;
}
.zj_swiper img{
    width: 185px;
    height: 185px;
    object-fit: contain;
    transition: all 0.3s;
}
.zj_swiper a{
    text-align: center;
   margin-top: 20px;
    display: block;
}
.zj_swiper a:hover img{
    transform: scale(1.1);
}
.ry_swiper .ov{
    border: 1px solid #ddd;
    padding: 10px;
    box-shadow: 0px 0px 5px #ddd;    
}
.about_bg{
    background: url(../images/foot_bg.jpg) top center no-repeat;
    height: 400px;
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.about_title{
    display: flex;
}
.about_title p{
    font-size: 20px;
    margin-left: 10px;
}
.index_about_info{
    margin-top: 20px;
    line-height: 32px;
    width: 900px;
}
.index_about_info a{
    width: 91px;
    height: 42px;
    border: 1px solid var(--color);
    border-radius: 21px;
    color: var(--color);
    display: block;
    text-align: center;
    line-height: 42px;
    margin-left: auto;
    margin-top: 40px;
}
.foot_bg{
    background-color: var(--color);
    padding: 20px 0px;
    color: #fff;
}
.foot_bg a{
    color: #fff;
}
.foot_bg p span{
    display: inline-block;
   
   margin-left: 30px;
}

.foot_bg p a{
      display: inline-block;
   
   margin-left: 30px;
}
.foot_bg p{
    line-height: 32px;
}
.foot_bg p a img{
    display: inline;
    vertical-align: sub;
}
.left_box .classname {
    background-color: var(--color);
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    height: 60px;
    line-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.class_list {
    border: 1px solid #ddd;
    border-bottom: 0px;
    background-color: rgba(255, 255, 255, 0.5);
}

.class_list a {
    display: block;
    text-align: center;
    border-bottom: 1px solid #ddd;
    font-size: 18px;
    height: 48px;
    line-height: 48px;
}

.class_list a.act {
    background-color: #eee;
    
}

.class_list a:hover {
    background-color: #eee;
    
}

.right_box {
    min-height: 600px;
    width: 940px;
    background-color: rgba(255, 255, 255, 0.5);
    box-sizing: border-box;
    margin-bottom: 40px;
}

.currclass {
    font-size: 18px;
    color: var(--color);
}

.speedlink {
    font-size: 14px;
    color: #999;
}

.speedlink a {
    color: var(--color);
}

.right_title {
    border-bottom: 1px solid var(--color);
    line-height: 60px;
    height: 60px;
}
.left_box {
    width: 240px;
}
.news_title{
	
	font-size: 22px;
	margin-top: 30px;
	font-weight: bold;
	color: #333333;
	
	text-align: center;
}
.news_date{
	
	font-size: 14px;
	margin-top: 20px;
	text-align: center;
	font-weight: 500;
	color: #999;
	border-bottom: 1px dashed #ddd;
    padding-bottom: 20px;
    display: block;
}
.news_date span{
	display: inline-block;
	margin: 0px 10px;
}
.news_info{
	padding-top: 30px;
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	line-height: 32px;
	
}
.news_content img{
    display: inline;
}
.img_list{
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
}
.img_list li{
    width: 290px;
    margin-top: 20px;
}
.img_list li a{
    display: block;
    border: 1px solid #ddd;
    padding: 20px;
    text-align: center;
}
.img_list li a p{
    width: calc(100% - 1px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 10px;
}
.img_list li a img{
    transition: all 0.3s;
    width: 248px;
    height: 248px;
    object-fit: cover;
}
.img_list li a:hover img{
    transform: scale(1.1);
}
.img_list li a:hover{
    box-shadow: 0px 0px 5px #ddd;
}
.banner img{
    width: 1920px;
    height: 500px;
}
.foot_bg{
    text-align: center;
}

#map {
    width: 100%;
    height: 450px;
    margin-top: 20px
}
#map img{
    max-width:none !important;
}

.form_item{
    display: flex;
    margin-top: 20px;
    font-size: 14px;
    align-items: center;

}
.form_item span{
    width: 75px;
    text-align: right;
    margin-right: 20px;
    color: #666;
}
.form_item span i{
    font-style: normal;
    color: red;
}
.form_item .inp{
    width: 360px;
    height: 34px;
    border: 1px solid #DDDDDD;
    text-indent: 10px;
}
.form_item .biginp{
    width: 860px;
    padding: 10px;
    resize: none;
    border: 1px solid #DDDDDD;
}
.form_item .sminp{
    width: 110px;
    height: 34px;
    border: 1px solid #DDDDDD;
    text-indent: 10px;
    margin-right: 10px;
}
.form_btn{
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.form_btn .btn{
    width: 116px;
    height: 42px;
    background: var(--color);
    border-radius: 4px;
    color: #fff;
    text-align: center;
    line-height: 42px;
    border: 0px;
    font-size: 14px;
    margin: 20px 10px;
}