@charset "UTF-8";
body{
    background: #f4f9f5;
}
/*banner*/
.banner{
    width: 100%;
    height: 455px;
    overflow: hidden;
    position: relative;
	top:0;
}
.banner-box{
	position:absolute;
	left:50%;
	margin-left:-960px;
	width:1920px;
	height:455px;
}


/*about*/
.content{
    margin-bottom: 40px;
    background: none;
}
.about{
    padding-top: 30px;
}
.about p{
    color: #333;
    font-size: 15px;
    line-height: 28px;
}

.nav_tab_main{
    width: 100%;
}
.nav_tab_main h2{
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    line-height: 50px;
    background: #1c8239;
    text-align: center;
    line-height: 50px;
}
.nav_tab-box{
    background: #065c1f;
}
.nav_tab_main li.ny-tabli{
    position: relative;
    margin: 10px;
}
.nav_tab_main li a{
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 40px;
    padding: 0 20px;
    border-radius: 5px;
    display: block;
}
.nav_tab_main li.current a.ny-tab1,.nav_tab_main li:hover a.ny-tab1{
    color: #065c1f;
    background: #fff;
}


/*case_detail*/
.newsdetail{
    margin-top: 30px;
}
.Article-title{
    text-align: center;
    border-bottom: 1px dashed #d1d1d1;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.Article-title h2{
    color: #333;
    font-size: 22px;
}
.Article-title span{
    color: #666;
    font-size: 14px;
    padding: 0 5px;
}
.ca_de-box{
    margin-bottom: 10px;
    color: #333;
    font-size: 15px;
    line-height: 25px;
}
.ca_de-box p,.newsinfo p{
    color: #333;
    font-size: 15px;
    line-height: 25px;
}
.reLink{
    padding-top: 20px;
}

/*store*/
.caselist {
    margin-top: 30px;
}
.caselist ul{
    margin: 0 -10px 25px -10px;
}
.caselist li a h2{
    position: absolute;
    background: rgba(0,0,0,0.6);
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    line-height: 315px;
    text-align: center;
    color: #ffff;
    font-size: 15px;
    font-weight: 700;
    opacity: 0;
    -webkit-transform: scale(0.02);
    -moz-transform: scale(0.02);
    -ms-transform: scale(0.02);
    -o-transform:scale(0.02);
    transform: scale(0.02);
}
.caselist li:hover a h2{    
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -o-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 1;
}

/*news*/
.newslist li{
    width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 20px 0;
    border-bottom: 1px dashed #d0d4d1;
}
.news_pic{
    width: 24%;
    float: left;
    overflow: hidden;
}
.newslist li:hover .news_pic img{
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -ms-transform: scale(1.04);
    -o-transform: scale(1.04);
    transform: scale(1.04);
}
.news-box{
    width: 73%;
    float: right;
}
.news-box h2{
    line-height: 30px;
    font-size: 15px;
    margin-bottom: 10px;
}
.news-box h2 a{
    color: #444444;
    font-size: 15px;
    line-height: 30px;
}
.news-box .news_ly {
    margin-top: 15px;
}
.news-box .news_ly span{
    color: #777;
    font-size: 14px;
    line-height: 20px;
    padding-right: 20px;
}
.news-box .news_ly span img{
    padding-right: 8px;
}
.news-box p{
    color: #7b7b7b;
    font-size: 14px;
    line-height: 24px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    word-break: break-all;
}
.newslist ul.newslist2{
    margin:0 -15px;
}
.newslist .newslist2 li{
    border-bottom: none;
    width: 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}
.newslist .newslist2 li .news_pic,.newslist .newslist2 li .news-box{
    width: 100%;
}
.newslist .newslist2 li .news_pic{
    margin-bottom: 8px;
}
.newslist li .newslist-dbo{
    margin: 0 15px;
    position: relative;
}
.newslist .newslist2 li .news-box p{
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-all;
}
.newslist .newslist2 li .news-dbo{
    width: 76%;
    float: right;
}
.newslist .newslist2 li .news_ly{
    width: 20%;
    float: left;
    position: relative;
    text-align: center;
    margin-top: 10px;
}
.newslist2 li .news_ly h2{
    color: #444444;
    line-height: 45px;
    font-size: 40px;
    border-right: 1px solid #d0d4d0;
}
.newslist2 li .news_ly h2 span{
    color: #444444;
    display: block;
    font-size: 14px;
    padding-right: 0;
}
.newslist2 li .news-box h2{
    margin-bottom:0px;
}
.newslist3{
    margin-bottom: 20px;
}


/*team*/

.teamlist ul{
    margin: 30px -10px;
}
.teamlist li,.caselist ul li{
    width: 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    margin-bottom:25px;
}
.teamlist li a,.caselist ul li a{
    position: relative;
    overflow: hidden;
    margin: 0 10px;
    background: #fff;
    display: block;
}
.team-pic{
    position: relative;
    width: 100%;
    overflow: hidden;
    text-align: center;
}
.teamlist li:hover .team-pic img{
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.teamlist h2{
    text-align: center;
    font-size: 444444;
    font-size: 16px;
    line-height: 40px;
    font-weight: 700;
}
.teamlist li:hover .team-name h2{
    color: #66c681
}

/*contact*/
.contact{
    padding-top: 40px;
}
.contact_left{
    width: 100%;
    margin-bottom: 20px;
}
.contact_left li{
    width: 33.33%;
}
.contact_left li span,.contact_left li p{
    display: block;
    margin: 0 auto;
    text-align: center;
}
.contact_left li p{
    margin-top: 20px;
    color: #666666;
    font-size: 15px;
    line-height: 25px;
}
.contact_left li p a:hover{
    color: #666
}
.contact_left h5{
    color: #444;
    font-size: 22px;
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 20px;
}
.contact_left h5::after{
    content: "";
    position: absolute;
    width: 40px;
    height: 2px;
    background: #b41320;
    left: 0;
    bottom: 0;
}
.contact_left li{
    color: #444;
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 10px;
}
.contact_right{
    width: 100%;
    height: 402px;
}

.yy_mess-box{
    margin-top: 20px;
}
.form_left input ,.form_left textarea{
    width: 32.23%;
    height: 45px;
    background: none;
    font-size: 14px;
    color: #333;
    border: 1px solid #d3d3d3;
    padding: 10px 0 10px 15px;
    line-height: 45px;
    margin-bottom: 10px;
    border-radius: 4px;
    position: relative;
}
.form_left input.email1{
    margin: 1.33%;
}
.form_left textarea{
    width: 100%;
    height: 160px;
    line-height: 30px;
    padding-top: 5px;
}
.form-yzm{
    width: 32.23%;
    float: left;
}
#submit-button{
    width: 32.23%;
    background: #378f50;
    height: 45px;
    text-align: center;
    line-height: 45px;
    color: #fff;
    font-size: 14px;
    float: right;
    border-radius: 4px;
    cursor: pointer;
}





























































