﻿* {
	margin: 0;
	padding: 0;
    box-sizing: border-box;
	list-style-image: none;
	list-style-type: none;
}

html {
	-webkit-text-size-adjust: none;
}

body {
	background-color: #FFF;
	font-family: "Microsoft YaHei" ! important;
	font-size: 16px;
}

img {
	border: none;
}

a {
	text-decoration: none;
	color: #666;
	cursor: pointer;
}

a:hover {
	color: #22A7F0;
}
.container-green{
    margin: 0 auto;
	width: 1080px;
}
/* 头部 */
.header-Green {
    margin-bottom: 20px;
}
.header-Green img{
	width:100%;
	object-fit: cover;
	min-width:1080px
}


.green-content-head {
    line-height: 30px;
    background-image: url('../img/testimg1.jpg');
    background-size: 100%;
    height: 134px;
    margin-bottom: 40px;
    text-indent: 24px;
    font-size: 14px;
    padding-left: 100px;
    padding-right: 82px;
    padding-top: 22px;
}
/* 内容 */
.content1 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.content1-l {
    height: 300px;
    width: 48%;
    position: relative;
    overflow: hidden;
}
.swiper-banner-box{
    
}
.swiper-pagination{
    right: 10px;
   top:3px;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom:25px;
}

.c1d{
    z-index: 99999999;
    width: 100%;
    height: 30px;
    position: absolute;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
}
.c1w{
    color:#fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 20px;
    position: absolute;
    width: 500px;
    line-height: 30px;
}
.swiper-pagination-bullet{
    background-color: #61B850;
    margin-right: 5px;
}
.news-con {
    display: inline-block;
margin-top: 10px;
    width: 5px;
    height: 5px;
    background-color: #61B850;
}
.img-banner-box{
    overflow: hidden;
    position: relative;
}
.img-banner-box a{
    display: block;
    height: 100%;
}
.img-banner-box img{
    width: 100%;
    height: 300px;
}
.title-box{
    display: flex;
    justify-content: space-between;
}
.title-box .more{
    padding-top: 10px;
    font-size: 16px;
}
.title-box a {
    color: #61B850;
    font-size: 22px;
}
.ca{
    display: none;
}
.ca:first-of-type{
    display: block;
}
.title-box {
    padding-left: 20px;
    border-left: #61B850 solid 5px;
    margin-bottom: 16px;
}
.news-box li{
    margin-bottom: 16px;
}
.news-title {
    font-size: 16px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 75%;
    padding-left: 10px;
}

.news-time {
    color: rgb(182, 182, 182);
    padding-left: 26px;
    display: inline-block;
    overflow: hidden;
}

.news-box {
    height: 270px;
    overflow: hidden;
}

.content2 .content2-l .news-box .news-con{
    margin-top: 10px;
}

.news-box a span:hover{
    color: #61B850;
}

.content1-r {
    width: 48%;
}

.content2 {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.content2-l {
    width: 48%;
}

.zhibo-title {

    padding-left: 10px;
    font-weight: bold;
    font-size: 16px;
}

.news-box p {
    display: flex;
    padding-bottom: 10px;
}
.news-box  .blue{
    color: #27c2d4;
}
.news-box  a {
    display: flex;
    justify-content: space-between;

}

.body-bannner{
    width: 100%;
    margin-bottom: 20px;
}
.body-bannner img{
    width: 100%;
}


.zhibo-content {
    font-size: 16px;
    flex:1
}

.content2-r {
    width: 48%;
}
.swiper-banner-box1{
    height: 400px;
    overflow: hidden;
}
.swiper-banner-box1 .video{
    height: 100%;
    width: 100%;
}
.swiper-banner-box1 .swiper-slide{
    width: 262px;
    margin-right: 10px;
}
.swiper-banner-box1{
    position: relative;
    margin-bottom: 30px;
}

.book-f{
    padding:50px;
    background-image: url('../img/jn_5.png');
    background-size: 100% 100%;
    height:750px
}
/* 底部 */

.foot-Green{
    margin-top: 20px;
    background-color: rgb(97, 184, 80);
}
.foot-Green-w{
    color: aliceblue;
    padding: 50px;
    font-size: 16px;
    width:1200px;
    margin: 0 auto;
    text-align: center;
}