body{
	background: #fff;
	padding-top: 180px;
	transition: all 0.3s;
}
.hertre{
	width: 100%;
	height: 160px;
	background: #ffffff;
	position: absolute;
	top: 0;
	z-index: 999;
	transition: all 0.3s;
}
.hertre_cen{
	width: 1400px;
	height: 100%;
	margin: auto;
	/* position: relative; */
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.logo{
	width: auto;
	overflow: hidden;
	transition: all 0.3s;
}
.logo img{
	width: 100%;
	height: auto;
}
.nav_om{
	width: max-content;
	height: auto;
}
.nav_om ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.nav_om ul li{
	/* line-height: 160px; */
	font-size: 20px;
	color: #fff;
	text-align: center;
	/* position: relative; */
	transition: all 0.2s;
	margin: 0 auto;
	padding: 70px 24px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.nav_om ul li.nav_cen{
	font-size: 18px;
    color: #fff;
}
.nav_om ul li:hover{
	font-size: 18px;	
    color: #fff;
}
.nav_om ul li:hover #headerHover{
	display: block;
}



#headerHover{
    position: absolute;
    left: 0;
    right: 0;
    top: 160px;
    display: none;
    width: auto;
    height: auto;
    padding: 0 10%;
    background-color: white;
}

.product_itemBox{
    position: relative;
    width: 80%;
    height: 100%;
	margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.product_itemBox .product_item{
    width: auto;
    height: auto;
	margin: 0 auto;
    text-align: center;
    position: relative;
	padding: 40px 0;
}

.product_img{
	width: auto;
	height: 166px;
	margin: 40px auto;
}

.product_effect{
    width: auto;
    height: 30px;
	padding: 0 50px;
    border-radius: 15px;
    /* background-color: #dedede; */
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(0deg, #2b2f1e, #434a35);
}

.product_model{
	padding: 0;
	margin: 0 auto;
	line-height: 1;
	color: #000;
	cursor: pointer;
}


/* .nav_om_ul{
    position: absolute;
	background: #fff;
    color: #000;
    top: 180px;
    width: max-content;
    overflow: hidden;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    padding: 10px 0;
} */
/* .nav_om_ul a{
  width: 100%;
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 44px;
  text-align: center;
  transition: all 0.3s;
  padding: 0 20px;
}
.nav_om_ul a:hover{
  background: #059c54;
}
.nav_om_ul a.nav_om_ul_a{
	background: #059c54;
} */
.en{
	width: max-content;
	position: relative;
	font-size: 20px;
	color: #fff;
	line-height: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.en:hover{
	color: #000;
}

.fixed{
	height: 100px;
}
.fixed .nav_om ul li{
	font-size: 14px;
	margin: 0 15px;
	line-height: 100px;
}
.fixed .logo{
	width: 100px;
}
.fixed_body{
	padding-top: 100px;
}
.fixed .nav_om_ul{
	top: 100px;
}
.hertre_in{
	background: none;
}
.hertre_in .nav_om ul li{
	color: #fff;
	font-size: 18px;
}
.hertre_in .nav_om ul li:hover{
	background: #fff;
	color: #000;
    cursor: pointer;
}
.hertre_in ul li .nav_cen_img img{
	right: 10px;
}

.hertre_in .en{
	color: #fff;
	font-size: 18px;
}
.hertre_in .en_img img,
.hertre_in .form_img img{
	right: 0;
}
.body_in{
	padding-top: 0px;
}
.fixed_in{
	background: #fff;
}
.banner{
	width: 100%;
	height: auto;
	overflow: hidden;
	/* position: relative; */
}
.banner img{
	width: 100%; 
	height: auto;
}
.banner .swiper-pagination{
	bottom: 30px !important;
	z-index: 99 !important;
}
.banner .swiper-pagination-bullet{
	width: 16px;
	height: 16px;
	background: #fff;
	opacity:1;
	margin: 0 12px !important;
}
.banner .swiper-pagination-bullet-active{
	background: #8fb54e;
}
.banner h1{
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-size: 85px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 85px;
	padding-bottom: 60px;
	text-shadow: rgb(0,0,0,0.8) 0 5px 5px;
}
.banner h1::after{
	content: "";
	width: 135px;
	height: 15px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.menu-icon {
    height: 24px;
    width: 30px;
    position: absolute;
    top: 23px;
    right: 20px;
    cursor: pointer;
    display: none;
    z-index: 9999;
}
.menu-icon__line:nth-child(1){
	margin-top: 0px;
}
.menu-icon__line {
    height: 3px;
    width: 30px;
    display: block;
    background-color: #fff;
    margin-top: 7px;
    cursor: pointer;
    -webkit-transition: background-color .5s ease, -webkit-transform .2s ease;
    transition: background-color .5s ease, -webkit-transform .2s ease;
    transition: transform .2s ease, background-color .5s ease;
    transition: transform .2s ease, background-color .5s ease, -webkit-transform .2s ease;
}
.menu-icon__line-left {
    width: 30px;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.menu-icon__line-right {
    width: 30px;
    float: right;
    -webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;
}
.nav-active .menu-icon__line {
    background-color: #fff;
    -webkit-transform: translate(0px, 0px) rotate(-45deg);
          transform: translate(0px, 0px) rotate(-45deg);
}
.nav-active .menu-icon__line-left {
    width: 15px;
    -webkit-transform: translate(2px, 4px) rotate(45deg);
          transform: translate(2px, 4px) rotate(45deg);
}
.nav-active .menu-icon__line-right {
    width: 15px;
    float: right;
    -webkit-transform: translate(-3px, -3.5px) rotate(45deg);
          transform: translate(-3px, -3.5px) rotate(45deg);
}
.nav {
    position: fixed;
    z-index: 999;
}
.nav:before, .nav:after {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(20, 21, 26,0.6);
    border-bottom-left-radius: 200%;
    z-index: -1;
    -webkit-transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
    transition: -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
    transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
    transition: transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, -webkit-transform cubic-bezier(0.77, 0, 0.175, 1) 0.6s, border-radius linear 0.8s;
    -webkit-transform: translateX(100%) translateY(-100%);
          transform: translateX(100%) translateY(-100%);
}
.nav:after {
    background: rgba(9,9,12,0.8);
    -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.nav:before {
    -webkit-transition-delay: .2s;
          transition-delay: .2s;
}
.nav__content {
    position: fixed;
    visibility: hidden;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    width: 100%;
    text-align: center;
}
.nav__list {
    position: relative;
    padding: 0;
    margin: 0;
    z-index: 2;
}
.nav__list-item {
    position: relative;
    display: block;
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
    opacity: 0;
    text-align: center;
    color: #fff;
    overflow: hidden; 
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 3px;
    -webkit-transform: translate(100px, 0%);
    transform: translate(100px, 0%);
    -webkit-transition: opacity .2s ease, -webkit-transform .3s ease;
    transition: opacity .2s ease, -webkit-transform .3s ease;
    transition: opacity .2s ease, transform .3s ease;
    transition: opacity .2s ease, transform .3s ease, -webkit-transform .3s ease;
    margin-top: 0;
    margin-bottom: 0;
}
.nav__list-item a{ 
    position: relative;
    text-decoration: none;
    overflow: hidden; 
    cursor: pointer;
    z-index: 2;
    display: inline-block;
    text-transform: uppercase;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear; 
}

.nav__list-item a:hover{
    color: rgba(255,255,255,1);
}

.nav-active .nav__content {
    visibility: visible;
}

.nav-active .nav {
    visibility: visible;
}
.nav-active .nav:before, .nav-active .nav:after {
    -webkit-transform: translateX(0%) translateY(0%);
          transform: translateX(0%) translateY(0%);
    border-radius: 0;
}
.nav-active .nav:after {
    -webkit-transition-delay: .1s;
          transition-delay: .1s;
}
.nav-active .nav:before {
    -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.nav-active .nav__list-item {
    opacity: 1;
    -webkit-transform: translateX(0%);
          transform: translateX(0%);
    -webkit-transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, color .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, transform .3s ease, color .3s ease;
    transition: opacity .3s ease, transform .3s ease, color .3s ease, -webkit-transform .3s ease;
}
.nav-active .nav__list-item:nth-child(0) {
    -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}
.nav-active .nav__list-item:nth-child(1) {
    -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.nav-active .nav__list-item:nth-child(2) {
    -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}
.nav-active .nav__list-item:nth-child(3) {
    -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.nav-active .nav__list-item:nth-child(4) {
    -webkit-transition-delay: 1.1s;
          transition-delay: 1.1s;
}
.nav-active .nav__list-item:nth-child(5) {
    -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.nav-active .nav__list-item:nth-child(6) {
    -webkit-transition-delay: 1.3s;
          transition-delay: 1.3s;
}
.nav-active .nav__list-item:nth-child(7) {
    -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}
.nav-active .nav__list-item:nth-child(8) {
    -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.nav-active .nav__list-item:nth-child(9) {
    -webkit-transition-delay: 1.6s;
          transition-delay: 1.6s;
}
.nav-active .nav__list-item:nth-child(10) {
    -webkit-transition-delay: 1.7s;
          transition-delay: 1.7s;
}

.block{
	margin: auto;
}
.block{
	width: 95%;
	height: 40px;
	color: #fff;
	margin: auto;
	margin-top: 20px;
	justify-content: center;
}
.block .form_img img,
.block .en_img img{
    filter: drop-shadow(20px 0px 0 #fff);
}
.block form{
	display: block;
	width: 100%;
	position: static;
}




#introduce{
    width: 100%;
    height: 1000px;
    display: flex;
	align-items: center;
}

.main_product{
    position: relative;
    /* width: calc(880 / 1920 * 100vw); */
    /* width: 880px; */
    width: 45%;
    height: 100%;
}

.main_product_Img_2{
	width: 100%;
	height: 100%;
	position: relative;
}

.main_product_Img_box{
    position: relative;
    height: auto;
}

.navImg_2{
    position: absolute;
    bottom: 250px;
    left: 5%;
    /* width: calc((760 / 1920) * 100vw); */
    width: 90%;
	z-index: 10;
}

.main_info{
    width: 100%;
    position: absolute;
    bottom: 115px;
}

.main_info p{
    color: #000;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 20px;
    margin: 20px auto;
    text-align: center;
}

.info_btn{
    width: 298px;
    height: 78px;
    background-color: #3c6231;
    color: #fff;
    letter-spacing: 20px;
    font-size: 30px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.product_introduce{
    /* margin-left: 880px; */
    width: calc(1040 / 1920 * 100vw);
    padding-top: 102px;
    /* background-color: #2b2f1e; */
}

.font_point{
    display:inline-block;
    /* width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: white;
    margin: 0 auto; */
    margin-left: 10px;
    /* position: relative; */
}

.product_introduce_p1{
    letter-spacing: 8px;
    font-size: 30px;
    margin-top: 0;
    display: flex;
    /* margin-top: 150px; */
}

.product_introduce_p2{
    display: inline-block;
    letter-spacing: 18px;
    font-size: 48px;
    margin-bottom: 10px;
}

.product_introduce_img{
    width: 100%;
}

.product_introduce_img>img{
    /* width: 75%; */
}

.product_introduce_p3{
    letter-spacing: 18px;
    line-height: 48px;
    font-size: 26px;
    margin-top: 80px;
}

.border_6{
    width: 312px;
    height: 6px;
    background-color: #305234;
    margin-bottom: 56px;
}

#nav2{
    width: 100%;
    height: auto;
    background-color: #b9d0b4;
    display: flex;
    justify-content: space-evenly;	
    align-items: center;
    padding: 80px 0;
}

.product_introduce_p4{
    margin: 0;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 32px;
}

.marginT0{
    margin-top: 0;
}

.marginB70{
    margin-bottom: 70px;
}

.nav2_icon{
    display: flex;
    height: auto;
    position: relative;
    top: 35%;
}

.nav2_icon_item{
    width: 194px;
    height: auto;
    display: flex;
    flex-direction: column;
    margin-left: 2vw;
}

.nav2_icon_item .a{
    text-decoration: none;
    text-align: center;
}

.nav2_icon_item label{
    font-size: 24px;
    letter-spacing: 3px;
    color: #000;
    text-align: center;
    /* cursor: pointer; */
}

.icon_item_box{
    width: 194px;
    height: 194px;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

#nav3{
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: -4px;
	background: url('../images/Nav03.png') no-repeat;
	background-size: cover;
}

.nav3_img{
    width: 100%;
    /* width: 1920px; */
    height: auto;
    position: relative;
    /* top: 0;
    z-index: 0; */
}

.nav3_title{
    color: #fff;
}

.content{
    display: flex;
    justify-content: center;
}

.flex_tb{
    height: auto;
    width: 80vw;
	margin: 0 auto;
	padding:  200px 0;
}

.nav3_inner{
    display: flex;
    justify-content: center;
}

.nav3_icon{
    margin-right: 60px;
    animation-delay: 0.2s;
    animation-name: zoomIn;
    animation: zoomIn .2s;
}

@keyframes zoomIn{
    from{
        opacity: 0;
        transform: scale3d(.3, .3, .3);
    }
    to{
        opacity: 1;
    }
    
}

.nav3_lable{
    padding-top: 40px;
}

.product_introduce_p5{
    font-size: 36px;
    letter-spacing: 7px;
    margin-bottom: 100px;
}

.p5_border6{
    width: 210px;
    height: 6px;
    background-color: #afd572;
    margin-bottom: 75px;
}

.spacing7{
    letter-spacing: 7px;
}

#business{
    width: 100%;
    height: 996px;
    /* background-color: #3c6231; */
    display: flex;
    position: relative;
}

#business:hover{
    cursor: pointer;
}
/* .shade{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
} */

.business_item{
    width: 25vw;
    height: 100%;
    /* background-image: url("../img/business_1.png");
    background-repeat:no-repeat;
    background-size: 100% 100%; */
    transition: all .5s;
    position: relative;
    overflow: hidden;
}

.business_item>img{
    /* width: 100%;
    height: 100%; */
    position: absolute;
    left: -25%;
    /* transform: translate(50%, 0); */
    /* display: flex; */
}

.business_label{
    position: relative;
    display: flex;
    color: #fff;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.anim_label{
    width: 100%;
    height: 156px;
    color: #fff;
    position: relative;
    top: 0;
    padding: 46px 0 10px 46px;
    transition: all .5s;
}

.business_label_1{
    width: 50px;
    font-size: 34px;
    font-weight: bold;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    z-index: 2;
}

.anim_label_1{
    /* width: 50px; */
    font-size: 34px;
    font-weight: bold;
    /* position: absolute;
    top: 50%; */
    /* transform: translate(0, -50%); */
    z-index: 2;
    position: relative;
    margin: 0;
    margin-bottom: 10px;
}

.business_label_2{
    width: auto;
    white-space:nowrap;
    font-size: 20px;
    text-transform: uppercase;
    transform: rotate(90deg);
    /* white-space:nowrap; */
    text-align: center;
    position: absolute;
    top: 50%;
    margin-left: 64px;
    z-index: 2;
    /* transform: translate(0, -50%); */
}

.anim_label_2{
    width: auto;
    white-space:nowrap;
    font-size: 20px;
    text-transform: uppercase;
    /* transform: rotate(90deg); */
    /* white-space:nowrap; */
    /* text-align: center; */
    /* position: absolute; */
    /* top: 50%; */
    /* margin-left: 64px; */
    z-index: 2;
    position: relative;
    margin: 0;
    letter-spacing: 4px;
    /* transform: translate(0, -50%); */
}

.business_item:after{
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-color: rgb(0, 0, 0);
    opacity: 0.4;
    z-index: 1;
    width: 100%;
    height: 100%;
    transition: all .5;
}

.anim_label:after{
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-color: #3c6231;
    opacity: 0.8;
    z-index: 1;
    width: 100%;
    height: 100%;
    transition: all .5;
}

.business_item:hover{
    width: 50vw;
    background-size: 100% 200%;
    background-position: 50% 50%;
}

.business_item:hover>.anim_label{
    top: -156px;
}

.business_item:hover>.business_label{
    visibility: hidden;
}

.business_item:hover:after{
    opacity: 0;
}

#footer{
    width: 100%;
    height: auto;
    background-color: white;
    z-index: 100 !important;
    position: relative;
}

.footerbox{
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
	padding: 36px 0;
}

.footerIcon{
}

.wauto{
    width: auto;
    margin: 0 auto;
}
.footerbox ul{
    height: auto;
}

.footerbox li{
    display: flex;
    font-size: 14px;
    color: #222;
    margin-bottom: 16px;
    /* white-space:nowrap; */
    
}

.footerbox ul li:nth-child(1){
    font-size: 20px;
    font-weight:bolder;
    /* margin-bottom: 26px; */
}

.footerbox li a{
    color: #222;
    text-decoration: none;
}

.footerbox li a:hover{
    text-decoration: underline #222;
}

.footerbottom hr{
    border-color: #e8e8e8;
}

.footerbottom{
    width: auto;
    height: auto;
    position: relative;
}

.ICP{
    color: #909090;
    margin: 0 auto;
	padding: 15px 0;
    text-align: center;
}

.ab_nav{
    width: 100%;
    height: auto;
    /* margin-bottom: -4px;
    position: relative; */
}
.ab_con1{
	padding: 200px 0 0;
	background: url('../images//download.png') no-repeat;
	background-size: cover;
}
.ab_con2{
	padding: 0;
	background: url('../images//download2.png') no-repeat;
	background-size: cover;
}
.ab_con3{
	padding: 0;
	background: url('../images//download3.png') no-repeat;
	background-size: cover;
}
.ab_con4{
	padding: 0;
	background: url('../images//download5.png') no-repeat;
	background-size: cover;
}

.ab_nav>.ab_img{
    width: 100%;
    height: auto;
    z-index: 10;
    position: relative;
}

.ab_info_box{
    display: flex;
    z-index: 100 !important;
    color: #fff;
	padding: 200px 0 80px;
    justify-content: space-evenly;
}

.ab_info{
    width: 40%;
}

.ab_info_line{
    width: 207px;
    height: 6px;
	margin-bottom: 60px;
    background-color: #afd572;
}
.ab_info_p3{
	letter-spacing: 3px;
	line-height: 40px;
}
.case_all_box{
	top: 0;
    position: relative;
    margin: 150px auto 150px;
}
.ab_icon{
    width: auto;
    height: 500px;
    position: relative;
}

.icon{
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon_1{
    width: 144px;
    height: 144px;
    position: relative;
    left: -76px;
    top: 58px;
}

.icon_2{
    width: 170px;
    height: 170px;
    position: relative;
    left: 150px;
    top: -120px;
}

.icon_3{
    width: 269px;
    height: 269px;
    position: relative;
    left: -20px;
    top: -116px;
}

.spacing{
    letter-spacing: 10px;
}

.ab_h1{
    /* position:absolute;
    z-index: 100 !important;
    top: 15%;
    left: 50%;
    transform: translate(-50%, 0); */
    color: #fff;
    text-align: center;
}
.about_p1{
	color: #fff;
	letter-spacing: 8px;
    font-size: 30px;	
}
.about_p2{
	color: #fff;
	letter-spacing: 18px;
    font-size: 48px;
    margin-bottom: 10px;
}
.info_page{
	width: 100%;
	height: auto;
	background: url('../images/case_10.png') no-repeat;
	background-size: 100%;
}
.info_page_box{
	width: 100%;
	text-align: center;
	margin: 0 auto;
	padding: 200px 0 100px;
}
.info_top_title{
	width: 100%;
	height: auto;
}
.info_bg_bg h2, .info_bg_bg p{
	margin: 20px auto;
}

#case{
    width: 100%;
    /* height: calc(auto - 500px); */
    position: relative;
	padding: 400px 0 100px;
    background: #e7efe5 url('../images/Nav03.png') no-repeat;
    /* z-index: 1; */
}

.case_all{
    width: 80%;
    height: auto;
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: center;
}

.case_box{
    position: relative;
    /* width: auto; */
    width: 272px;
    margin-right: 20px;
    margin-bottom: 20px;
    cursor: pointer;
}

.case_box:after{
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-color: rgb(0, 0, 0);
    opacity: 0.3;
    z-index: 12;
    width: 100%;
    height: 100%;
    transition: all .5;
}

.case_box:hover:after{
    opacity: 0;
}

.case_img{
    position: relative;
    z-index: 10;
    width: 272px;
    height: 423px;
}

.case_item{
    width: 100%;
    height: 100%;
    text-align: center;
    position:absolute;
    top: 0;
    left: 0;
    z-index: 100 !important;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.case_p1{
    width: 60%;
    font-size: 20px;
    position: relative;
}

.case_p2{
    text-transform: uppercase;
    width: 60%;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 7px;
    position: relative;
}


.product_nav{
	background: #e7efe5 url('../images/Nav03.png') no-repeat;
	background-size: 100%;
	padding: 0 0 100px;
}

.product_content{
    color: #fff;
    text-align: center;
	padding: 160px 0 0;
    z-index: 10 !important;
}
.product_content_p1{
	font-size: 24px;
	margin-bottom: 40px;
}
.product_content_p2{
	font-size: 48px;
	margin-bottom: 10px;
}
.product_content_p3{
	text-transform: uppercase;
	width: 25%;
	margin: 0 auto 80px;
}
.product_content_p4{
	color: #222;
	width: 40%;
	letter-spacing: 3px;
	margin: 0 auto 100px;
}
.product_content_img{
	margin: 0 auto;
	width: auto;
    height: 800px;
}
.product_content3{
	width: 100%;
	height: auto;
	padding: 100px 0;
	background: #e7efe5;
}
.product_content3_con{
	width: 1400px;
	margin: 0 auto;
	height: auto;
	display: flex;
    justify-content: space-between;
	align-items: center;

}
.product_content4{
	width: 100%;
	height: auto;
	color: #3c6231;
	text-align: center;
	padding-top: 80px;
	background: #e7efe5;
}
.product_content4_p1{
	font-size: 24px;
}
.product_content4_p2{
	font-size: 48px;
	font-weight: bold;
	margin-top: 30px;
}

.green{
    color: #3c6231;
    width: 60%;
    display: flex;
    justify-content: space-evenly;
    margin: 0 auto;
}

.green_label_1{
    display: flex;
    flex-direction: column
}

.green_label_1>.green_label{
    font-size: 32px;
    font-weight: bold;
}

.product_icon_item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.product_icon_item>span{
    font-size: 18px;
    margin-top: 15px;
}

.nav_bg{
    width: 100%;
}

.product_item_box{
    /* width: 80%; */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin:0 auto;
	padding: 200px 0;
}

.product_item{
    /* margin-right: 40px;
    margin-bottom: 60px; */
}

.product_item>img{
    border-radius: 10px;
}

.product_item_p1{
    margin-bottom: 5px;
    margin-top: 12px;
    font-size: 36px;
}

.product_item_p2{
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 48px;
}

.in_top{
	padding-top: 280px;
    text-align: center;
}
.contact_p1{
	letter-spacing: 8px;
    font-size: 30px;
	margin-bottom: 20px;
	color: #fff;
}
.contact_p2{
	letter-spacing: 18px;
    font-size: 48px;
	color: #fff;
}
.in_top2{
	width: 1400px;
	margin: 0 auto;
	padding:80px 0 180px;
}
.in_top2 p{
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 3px;
	margin: 10px auto;
	color: #fff;
}
.contactImg{
	width: 100%;
    height: 600px;
}

.case_info {
    width: 100%;
    position: relative;
    padding: 80px 0;
    background: #e7efe5;
	margin-bottom: 0;
}
.case_info_box{
    position:absolute;
    top: 200px;
    left: 0;
    z-index: 10 !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.case_info_top{
    display: flex;
    width: 1400px;
	height: auto;
	margin: 0 auto;
    align-items: center;
    justify-content: space-between;
}

/*.info_in_main{*/
/*    width: auto;*/
/*    height: 480px;*/
/*    margin-right: 10%;*/
/*}*/
.info_in_bg{
	height: 1200px !important;
	width: auto;
	z-index: 10;
    position: relative;
}
.case_info_top_title{
    width: 50%;
    height: 480px;
}

.case_info_bottom{
    width: 1400px;
    display: flex;
    justify-content: space-between;
    margin-top: 120px;
    color: #fff;
    font-size: 24px;
    letter-spacing: 10px;
}

.case_info_bottom_item{
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}
.info_t_p{
	font-size: 36px;
}
.info_bg_bg_box{
    width: 100%;
    height: auto;
	margin: 0 auto;
    background-color: #e7efe5;
}
.info_bg_bg{
    width: 1400px;
    height: auto;
	margin: 0 auto;
    background-color: #e7efe5;
    padding: 60px 0;
}

.info_bg_bg>label{
    margin: 60px 0;
    font-size: 14px;
    color: #22222282;
}
.info_bg_bg label span{
    color: #000;
}
.info_bg_bg p{
    font-size: 16px;
    letter-spacing: 3px;
}

.info_static_img{
    width: 100%;
    height: auto;
    overflow: hidden;
}

.info_bg_bg img{
    width: 100%;
    height: 50vw;
}
.info_box_info_p1{
	margin-top: 0;
	margin-bottom: 40px;
	font-size: 32px;
	text-transform: uppercase;
}
.info_box_info_p2{
	font-size: 36px;
	margin-bottom: 72px;
}
.info_box_info_p3{
	letter-spacing: 3px;
    line-height: 40px;
}

.article_{
    display: flex;
    font-size: 14px;
    color: #22222282;
    flex-direction: column;
}

.contactbg{
	background: url('../images/cantact.png') no-repeat;
	background-size: cover;
}