﻿.mfbox {
    width: 1280px;
    margin: 0 auto;
}

.header_top {
    height: 45px;
    line-height: 45px;
    background-color: #FAFAFA;
}

.header_top .mfbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hd_txt {}

.hd_txt span {
    color: #333;
}

.hd_pic {}

.hd_pic>div {
    display: flex;
    align-items: center;
}

.hd_pic span {
    padding-left: 5px;
    color: #333;
}

.header {
    background-color: #fff;
    height: 80px;
}

.header .mfbox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.i_nav .ddsmoothmenu>ul {
    display: flex;
    height: 80px;
    align-items: center;
}

.i_nav .ddsmoothmenu>ul>li {
    width: 120px;
    text-align: center;
    height: 100%;
    position: relative;
}

.i_nav .ddsmoothmenu>ul>li>a {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 80px;
    color: #000;
    box-sizing: border-box;
}

.i_nav .ddsmoothmenu>ul>li>a.navactive,.i_nav .ddsmoothmenu>ul>li>a:hover {
    background: #E9FFE7;
    border-top: 3px solid #3AA634;
    color: #3BA637;
    line-height: 74px;
}
.i_nav .ddsmoothmenu>ul>li ul{
    position: absolute;
    top: 80px !important;
    left: -40px !important;
    width: 200px !important;
    background: #fff;
}
.i_nav .ddsmoothmenu>ul>li ul li a{
    line-height: 40px;
}
.arrowsWrapper{
    display: none;
}
.i_banner_box img{
    width: 100%;
}
.i_about{
    background: url(/templates/Images/about_bg.jpg) no-repeat 100%;
    padding: 100px 0 56px;
}
.i_about .mfbox{
    display: flex;
    justify-content: space-between;
}
.i_about_left{
    width: 570px;
}
.i_about_left img{
    width: 100%;
}
.i_about_right{
    width: 593px;
    padding-top: 43px;
}
.i_about_right span{
    font-size: 60px;
	font-weight: bold;
	color: #3ba436;
	opacity: 0.1;
}
.i_about_right h3{
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #3ba436;
    position: relative;
    padding-bottom: 16px;
    margin-bottom: 20px;
    margin-top: -50px;
}
.i_about_right h3::before{
    content: '';
    position: absolute;
    width: 60px;
	height: 3px;
	background-color: #3ba436;
    left: 0;
    bottom: 0;
}
.i_about_right h4{
    font-size: 22px;
	font-weight: bold;
	color: #333333;
    margin-bottom: 10px;
}
.i_about_right em{
    font-size: 16px;
	color: #3ba436;
    margin-bottom: 26px;
    display: block;
}
.i_about_right p{
    font-size: 16px;
	line-height: 32px;
	color: #333333;
}
.i_about_right .more{
    margin-top: 45px;
}
.i_products{
    padding: 100px 0 50px;
}
.toptitle{
    text-align: center;
}
.toptitle span{
    font-size: 60px;
	color: #3ba436;
	opacity: 0.1;
}
.toptitle h3{
    font-size: 36px;
	font-weight: bold;
	letter-spacing: 2px;
	color: #3ba436;
    position: relative;
    padding-bottom: 34px;
    margin-top: -40px;
}
.toptitle h3::before{
    content: '';
    position: absolute;
    width: 60px;
	height: 3px;
	background-color: #3ba436;
    bottom: 0;
    left: calc(50% - 30px);
}
.i_products_content{
    margin-top: 60px;
}
.i_products_content ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.i_products_content ul li{
    width: 380px;
    box-shadow: 2px 3px 14px 0px rgb(0 0 0 / 10%);
    border-radius: 0px 30px 0px 30px;
    margin-bottom: 38px;
    padding-bottom: 70px;
    position: relative;
}
.i_products_content ul li .pic,.i_products_content ul li .pic img{
    width: 100%;
}
.i_products_content ul li .title{
    font-size: 24px;
    color: #333333;
    padding: 0 20px;
    padding-bottom: 22px;
    margin-bottom: 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
}
.i_products_content ul li .title::before{
    content: '';
    position: absolute;
    width: 30px;
	height: 3px;
	background-color: #3ba436;
    left: 20px;
    bottom: 0;
}
.i_products_content ul li:first-child,.i_products_content ul li:nth-child(2){
    width: 580px;
}
.adv,.adv img{
    width: 100%;
}
.i_news{
    padding: 100px 0;
}
.i_news_content{
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
}
.i_news_left{
    width: 550px;
    border-radius: 0px 30px 0px 30px;
}
.i_news_left .pic,.i_news_left .pic img{
    width: 100%;
    border-radius: 0px 30px 0px 30px;
}
.i_news_left .time{
    font-size: 16px;
	line-height: 36px;
	color: #333333;
}
.i_news_left h3{
    font-size: 24px;
	line-height: 36px;
	color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.i_news_left .infos{
    font-size: 14px;
	line-height: 24px;
	color: #999999;
}
.i_news_left .more{
    margin-top: 25px;
}
.i_news_right{
    width: 617px;
}
.i_news_right ul li{    
    margin-bottom: 40px;
}
.i_news_right ul li a{
    display: flex;
    justify-content: space-between;
}
.i_news_right ul li:last-child{
    margin-bottom: 0;
}
.i_news_right ul li .pic{
    width: 140px;
}
.i_news_right ul li .pic img{
    width: 100%;
}
.i_news_right ul li .title{
    width: calc(100% - 160px);
}
.i_news_right ul li .title .time{
    font-size: 14px;
    line-height: 28px;
	color: #333333;
}
.i_news_right ul li .title h3{
    font-size: 18px;
	line-height: 30px;
	color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.i_news_right ul li .title .infos{
    font-size: 14px;
	line-height: 20px;
	color: #999999;
}
.i_news_right ul li .title .more{
    margin-top: 25px;
}
.i_partner{
    padding: 100px 0;
    background: url(/templates/Images/partner_bg.jpg) no-repeat 100%;
}
.i_partner_content{
    margin-top: 60px;
}
.i_partner_content .swiper {
    width: 100%;
    height:285px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 60px;
}
.i_partner_content .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: calc((100% - 60px) / 3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.i_partner_content .swiper-slide img{
    width: 100%; display: inherit;
}
.i_partner_content .swiper .swiper-pagination{
    bottom: 0;
}
.i_partner_content .swiper .swiper-pagination .swiper-pagination-bullet{
    width: 40px;
	height: 5px;
	background-color: #3ba436;
	border-radius: 3px;
	opacity: 0.3;
}
.i_partner_content .swiper .swiper-pagination .swiper-pagination-bullet-active{
    width: 60px;
	height: 5px;
	background-color: #3ba436;
	border-radius: 3px;
    opacity: 1;
}
.footer{
    background-color: #297025;
    padding: 40px 0;
}
.footer .mfbox{
    display: flex;
}
.footer_left{
    width: 310px;
    position: relative;
}
.footer_left::after{
    content: '';
    position: absolute;
    width: 1px;
	height: 200px;
	background-color: #20571d;
    right: 0;
    top: 0;
}
.footer_center{
    width: 588px;
    position: relative;
}
.footer_center::after{
    content: '';
    position: absolute;
    width: 1px;
	height: 200px;
	background-color: #20571d;
    right: 0;
    top: 0;
}
.footer_right{
    width: 222px;
}
.footer h3{
    font-size: 16px;
	color: #ffffff;
    margin-bottom: 10px;
}
.footer_left h1{
    font-size: 26px;
	color: #ffffff;
    padding-bottom: 23px;   
    margin-bottom: 20px;
    position: relative;
}
.footer_left h1::before{
    content: '';
    position: absolute;
    width: 60px;
	height: 3px;
	background-color: #ffffff;
    left: 0;
    bottom: 0;
}
.footer_left h1::after{
    content: '';
    position: absolute;
    width: 160px;
	height: 1px;
	background-color: #ffffff;
	opacity: 0.7;
    left: 0;
    bottom: 0;
}
.footer_left ul li{
    font-size: 14px;
	color: #ffffff;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}
.footer_left ul li img{
    margin-right: 5px;    
}
.footer_center{
    padding: 0 70px;
    display: flex;
    justify-content: space-between;
}
.footer_center ul{
    min-width: 90px;
}
.footer_center ul li {
    font-size: 14px;
	line-height: 30px;
	color: #ffffff;
}
.footer_center ul h3{
    padding-bottom: 23px;   
    margin-bottom: 20px;
    position: relative;
}
.footer_center ul h3::before{
    content: '';
    position: absolute;
    width: 30px;
	height: 2px;
	background-color: #ffffff;
    left: 0;
    bottom: 0;
}
.footer_center ul h3::after{
    content: '';
    position: absolute;
    width: 90px;
	height: 1px;
	background-color: #ffffff;
	opacity: 0.7;
    left: 0;
    bottom: 0;
}
.footer_right{
    text-align: center;
}
.footer_right .pic{
    width: 100px;
    margin: 0 auto;
}
.footer_right .pic img{
    width: 100%;
}
.footer_right h4{
    font-size: 14px;
	line-height: 24px;
	color: #ffffff;
    margin-top: 10px;
}
.footer_right .erweima{
    margin-top: 42px;
}
.copyright{
    border-top: 1px solid #20571d;
    text-align: center;
    line-height: 54px;
    font-size: 14px;
	color: #ffffff;
    background-color: #297025;  
}
.sidebar{
    padding: 60px 0 0px;
}
.sidebar ul{
    display: flex;
    justify-content: space-between;
}
.sidebar ul{
    justify-content: initial;
}
.sidebar ul li{
    width: calc(100% / 4);
}
.sidebar ul li a{
    font-size: 24px;
	line-height: 32px;
	color: #5c5c5c;
    border-right: 1px solid #cccccc;
    text-align: center;
    display: block;
}
.sidebar ul li:last-child a{
    border-right: none;
}
.sidebar ul li.open{
    position: relative;
    padding-bottom: 30px;
}
.sidebar ul li.open a{
    font-size: 24px;
	font-weight: bold;
	line-height: 32px;
	color: #3ba436;
}
.sidebar ul li.open::after{
    content: '';
    position: absolute;
    width: 160px;
	height: 3px;
	background-color: #3ba436;
    bottom: 0;
    left: calc(50% - 80px);
}
.single_content {
    display: flex;
    justify-content: space-between;
    margin: 100px 0;
}
.single_content .i_about_left{
    width: 652px;
}
.single_content .i_about_right{
    width: 600px;
}
.single_content .i_about_right span{
    font-size: 16px;
    font-weight: normal;
    line-height: 32px;
    color: #3ba436;
    opacity: 1;
}
.single_content .i_about_right h3{
    font-size: 24px;
	font-weight: bold;
	line-height: 32px;
	color: #333333;
    margin-top: 30px;
}
.single_content .i_about_right p{
    font-size: 16px;
	line-height: 32px;
	color: #333333;
}
.single_content .i_about_right h3::before{
    width: 93px;
	height: 2px;
	background-color: #3ba436;
    left: -100px;
    bottom: 92px;
}
.Culture{
	width: 100%;
}
.Culture .toptitle h3{
	font-size: 36px;
	line-height: 32px;
	letter-spacing: 4px;
	color: #333333;
	font-weight: normal;
	margin-top: 0;
}
.Culture .toptitle h3::before{
	width: 40px;
	height: 3px;
	background-color: #3ba436;
    left: calc(50% - 20px);
}
.Culture ul{
	margin-top: 60px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.Culture ul li{
	width: calc(100% / 2 - 20px);
	position: relative;
	background-color: #ffffff;
	box-shadow: 2px 3px 14px 0px 
		rgba(0, 0, 0, 0.1);
	border-radius: 0px 30px 0px 30px;
	padding-bottom: 60px;
	margin-bottom: 60px;
}
.Culture ul li .pic,.Culture ul li .pic img{
	width: 100%;
}
.Culture ul li .title{
    padding: 0 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
}
.Culture ul li .title h3{
	font-size: 24px;
    color: #333333;
	padding-bottom: 12px;
    margin-bottom: 10px;
	position: relative;
}
.Culture ul li .title h3::after{
	content: '';
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: #3ba436;
    left: 0;
    bottom: 0;
}
.Culture ul li .title p {
	font-size: 16px;
	color: #333333;
	margin-bottom: 20px;
}
.pro_dll_content>ul{
    display: flex;
    flex-wrap: wrap;
}
.pro_dll_content>ul li{
    width: calc(100% / 3 - 37px);
    margin-bottom: 30px;
    margin-right: 55px;
}
.pro_dll_content>ul li:nth-child(3n){
    margin-right: 0;
}
.pro_dll_content>ul li .pic,.pro_dll_content>ul li .pic img{
    width: 100%;
}
.pro_dll_content{
    padding: 100px 0    ;
}
.pro_dll_content>ul li h3{
    font-size: 16px;
	font-weight: bold;
	color: #333333;
    text-align: center;
    line-height: 30px;
}
.rongyu_1{
    padding: 100px 0 40px;
}
.rongyu_2{
    padding-bottom: 40px;
}
.toptitle2{
    text-align: center;
}
.toptitle2 h3{
    font-size: 36px;
    line-height: 32px;
    letter-spacing: 4px;
    color: #333333;
    font-weight: normal;
    margin-top: 0;
    position: relative;
    padding-bottom: 34px;
}
.toptitle2 h3::before{
    content: '';
    position: absolute;
    width: 40px;
    height: 3px;
    background-color: #3ba436;
    bottom: 0;
    left: calc(50% - 20px);
}
.rongyu_1 ul,.rongyu_2 ul{
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
}
.rongyu_2 ul li{
    width: calc(100% / 5 - 40px);
    margin-bottom: 40px;
    margin-right: 50px;
}
.rongyu_2 ul li:nth-child(5n){
    margin-right: 0;
}
.rongyu_1 ul li{
    width: calc(100% / 4 - 40px);
    margin-bottom: 40px;
    margin-right: 50px;
}
.rongyu_1 ul li:nth-child(4n){
    margin-right: 0;
}


.rongyu_1 ul li .pic,.rongyu_1 ul li .pic img,.rongyu_2 ul li .pic,.rongyu_2 ul li .pic img{
    width: 100%;
}

.rongyu_1 ul li .pic, .rongyu_2 ul li .pic{
    border: 5px solid #cda766;
}

.rongyu_1 ul li .pic img,.rongyu_2 ul li .pic img{
    display: inherit;
}
.rongyu_1 ul li h3,.rongyu_2 ul li h3{
    font-size: 16px;
    line-height: 30px;
    text-align: center;
	color: #333333;
}
.product_container .sidebar ul li a{
    font-size: 18px;
}
.prduct_content{
    padding: 100px 0;
}
.prduct_content>ul{
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
}
.prduct_content>ul li{
    width: calc(100% / 3 - 37px);
    margin-right: 55px;
    margin-bottom: 30px;
}
.prduct_content>ul li:nth-child(3n){
    margin-right: 0;
}
.prduct_content>ul li .pic,.prduct_content>ul li .pic img{
    width: 100%;
}
.prduct_content>ul li h3{
    font-size: 16px;
	font-weight: bold;
	color: #333333;
    text-align: center;
    line-height: 30px;
}
.prduct_content>ul li .more{
    margin-top: 10px;
}
.navPage ul {
    text-align: center;
}
.navPage li {
    display: inline-block;
    margin: 0px 1px;
}
.navPage a {
    display: inline-block;
    width: 26px;
    height: 26px;
    border: 1px solid #cccccc;
    line-height: 26px;
    color: #cccccc;
}
.navPage a:hover, a.pagebarCurrent {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #297025;
    background-color: #297025;
}
.news_container .sidebar ul{
    justify-content: center;
}
.news_content{
    padding: 0 0 100px;
}
.news_content>ul{
    margin-top: 60px;
}
.news_content>ul li{
    box-shadow: 0px 0px 15px 0px 
		rgba(0, 0, 0, 0.1);
        width: 100%;
        margin-bottom: 40px;
}
.news_content>ul li a{
    display: flex;
}
.news_content>ul li .pic{
    width: 440px;
}
.news_content>ul li .pic img{
    width: 100%;
    height: 235px;
}
.news_content>ul li .title{
    width: calc(100% - 440px);
    padding: 30px;
}
.news_content>ul li .title h3{
    font-size: 24px;
	line-height: 30px;
	color: #333333;
    margin-bottom: 10px;
}
.news_content>ul li .title time{
    font-size: 14px;
	line-height: 30px;
	color: #999999;
    margin-bottom: 10px;
}
.news_content>ul li .title .infos{
    font-size: 16px;
	line-height: 30px;
	color: #666666;
}
.news_content>ul li .title .more{
    justify-content: initial !important;
    margin-top: 20px;
}
.gbook_container{
    padding: 100px 0;
}
.gbook_container .infos{
    font-size: 22px;
	line-height: 40px;
	color: #333333;
    width: 768px;
    text-align: center;
    margin: 60px auto;
}
.gbook_container .infos span{
    color: #3ba436;
    font-weight: bold;
}
.gbook_content .gbook_list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.gbook_content .gbook_list label{
    width: calc(100% / 2 - 40px);
    margin-bottom: 40px;
}
.gbook_content .gbook_list label input{
    background-color: #f5f5f5;
	border-radius: 6px;
	border: solid 1px #d9d9d9;
    font-size: 16px;
	line-height: 40px;
	color: #333333;
    padding: 0 10px;
    width: 100%;
}
.gbook_content .gbook_list label.gbookMain{
    width: 100%;
}
.gbook_content .gbook_list label.gbookMain textarea{
    background-color: #f5f5f5;
	border-radius: 6px;
	border: solid 1px #d9d9d9;
    height: 120px;
    font-size: 16px;
    padding: 10px;
	color: #333333;
    width: 100%;
}
.gbook_formbtn{
    display: flex;
    justify-content: center;
}
.gbook_formbtn input{
    width: 450px;
	height: 50px;
	background-color: #3ba436;
	border-radius: 6px;
    border: none;
    font-size: 16px;
	line-height: 40px;
	color: #ffffff;
}
.contact{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.contact_left{
    width: 443px;
}
.contact_left h3{
    font-size: 36px;
	color: #333333;
    position: relative;
    padding-bottom: 17px;
    margin-bottom: 50px;
}
.contact_left h3::after{
    content: '';
    position: absolute;
    width: 260px;
	height: 1px;
	background-color: #0c8f3e;
    left: 0;
    bottom: 0;
}
.contact_left h3::before{
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background-color: #0c8f3e;
    top: -10px;
    left: -10px;
    z-index: -1;
}
.contact_left p{
    font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	color: #333333;
    margin-bottom: 20px;
}
.contact_left p span{
    font-size: 24px;
	color: #333333;
    margin-left: 10px;
}
.contact_left p em{
	font-weight: normal;
    margin-left: 10px;
}
.contact_right{
    width: 660px;
}
.contact_right img{
    width: 100%;
}
.pro_view_content{
    padding: 90px 0 150px;
}
.pro_view_top{
    display: flex;
    justify-content: space-between;
}
.pro_view_left{
    width: 580px;
}
.pro_view_left img{
    width: 100%;
}
.pro_view_right{
    width: 590px;
    padding-top: 20px;
}
.pro_view_right h3{
    font-size: 36px;
	line-height: 32px;
	color: #333333;
    position: relative;
    padding-bottom: 22px;
    margin-bottom: 20px;
}
.pro_view_right h3::after{
    content: '';
    position: absolute;
    width: 80px;
	height: 3px;
	background-color: #3ba436;
    left: 0;
    bottom: 0;
}
.pro_view_right .infos{
    font-size: 16px;
    text-indent: 20px;
	line-height: 32px;
	color: #333333;
}
.proView_sort{
    margin-top: 80px;
}
.proView_sort ul {
    display: flex;
    width: 100%;
    border-bottom: 2px solid #3ba436;
}
.proView_sort ul li{
    width: 160px;
    font-size: 16px;
	line-height: 44px;
	color: #333333;
    text-align: center;
}
.proView_sort ul li.on{
    background-color: #3ba436;
	border-radius: 4px 4px 0px 0px;
    color: #fff;
}
.pro_view_bottom{
    padding: 40px 20px 150px;
}
.pro_view_bottom h3{
    display: flex;
    align-items: center;
    font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	color: #333333;
}
.pro_view_bottom h3 img{
    margin-right: 20px;
}
.pro_view_bottom p{
    padding: 30px 45px;
}
.pro_view_bottom .titles{
    padding: 30px 45px;
}
.pro_view_bottom .titles .p{
    font-size: 16px;
	line-height: 35px;
	color: #333333;
}
.pro_view_bottom .titles .p span{
    font-weight: bold;
}
.UpDown{
    display: flex;
    justify-content: center;
}
.UpDown span{
    width: 140px;
	height: 40px;
	background-color: #d9d9d9;
    line-height: 40px;
    text-align: center;
	border-radius: 3px;
    color: #ffffff;
    font-size: 16px;
}
.UpDown span.on{
    background-color: #3ba436;
}
.UpDown span.back{
    margin: 0 80px;
}
.news_view_content{
    padding: 100px 0 150px;
}
.p_n_title{
    font-size: 36px;
	line-height: 32px;
	color: #333333;
    text-align: center;
    margin-bottom: 40px;
}
.p_n_info{
    text-align: center;
}
.news_view_content .remark{
    margin: 60px 150px;
}
.news_view_content .remark img{
    max-width: 100%;
}
.datu {
    display: none;
}
.datu.visibility {
    display: block;
}
.datu .proDll_mask {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 9999;
}
.datu img {
    width: auto;
    height: 825px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999999;
}
.datu .guanbi {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 54px;
    position: fixed;
    right: 210px;
    top: 0;
    z-index: 9999999;
    cursor: pointer;
}