﻿/* eyoucms.com 易优CMS -- 好用,免费,安全 */
/*头部*/
#header .container{
	position: relative;
	height: 185px;
}
.logo{
	position: absolute;
    left: 4%;
    top: 40px;
    z-index: 1000000;
    width: 20%;
}
/*pc导航*/
.menu_box{
	position: absolute;
	background: url(../img/02.png) no-repeat;
	background-size:100% 100%;
	width: 100%;
	height: 90px; 
	bottom: -45px;
	left: 0;
	z-index: 11111111;
}
.menu{
	width: 95%;
	margin: 8px auto;
}
ul.menu>li{
	float: left;
	text-align: center;
	position:relative;
	height:70px; 
	line-height:55px;
	width:14.28%;
	font-size: 16px;
}
ul.menu>li>a{
	color: #202020;
	line-height: 45px;
	display: inline-block;
	width: 100%;
	border-radius: 6px;
	position: relative;
	z-index: 10;
}
ul.menu>li.current>a{
	color: #622813;
}
ul.menu>li:hover>a{
	color: #fff;
	background: #2C7600;
}
.menu_icon{
	position: absolute;
	top: 3px;
	right: 0;
}
/*pc下拉导航*/
.menu_2{
	display: none; 
	position:absolute;
	 z-index:10000;
	 text-align:center;
	 width:100%;
	 left: 0;
	 top: 65px;
}
.menu_2 li{
	line-height:20px;
	padding:10px 5px;
	margin-bottom: 6px;
	background-color: #559031;
	border-radius: 8px;
}
.menu_2 li:first-child{
	position: absolute;
	top: -9px;
	left: 0;
	width: 100%;
	text-align: center;
	line-height: 0;
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
}
.leef{
	display: block;
    width: 200%;
    position: absolute;
    top: -23px;
    left: -50%;
	z-index: 9;
	display: none;
}
@media(max-width:1200px){
	.leef{
		width: 190%;
		left: -45%;
	}
}
ul.menu>li:hover .leef{
	display: block;
}
.menu_2 li a{
	color: #fff;
}
.menu_2 li:hover{
	background-color: #2C7600;
}
.menu_2 li:first-child:hover{
	background-color: transparent;
}
.menu_2 li:hover a{
	color: #fff;
}

/*首页主体部分*/
#header{
	height: 185px;
	background: url(../img/01.png) center no-repeat;
	background-size:cover; 
	position: relative;
    z-index: 100;
}
.tel{
	position: absolute;
	right: 4%;
	top: 40px;
}
.tel>p.left{
	margin: 10px 6px 0 0;
}
.tel>div.left p{
	font-size: 18px;
}
.tel>div.left h2{
	font-size: 30px;
	color: #377D0D;
}
#content{
	position: relative;
	top:-60px;  
	z-index: 2;
	animation-delay: 0.6s;
	-webkit-animation-delay: 0.6s;
}
.pro{
	background: url("../img/bg.png") top center no-repeat;
	padding-bottom: 40px;
}
.pro1{
	background: url("../img/bg1.png") top center no-repeat;
}
.pro_aside{
	position: relative;
	margin-top: 110px;
	padding: 72px 0 28px;
}
.aside_top{
	position: absolute;
	top: 0;
	left: 0;
}
.aside_bottom{
	position: absolute;
	bottom: 0;
	left: 0;
}
.flower{
	position: absolute;
	top: -38px;
    right: 5px;
	z-index: 1;
}
.pro_aside h2{
	color: #fff;
	font-size: 18px;
	position: absolute;
	top: 35px;
	left: 28%;
}
.aside_list_box{
	background-color: #3C9B00;
	padding-bottom: 30px;
}
.pro_aside>div>ul>li{
	border-bottom: 1px solid #49AE06;
}
.pro_aside>div>ul>li>a{
	color: #E7EFDB;
	display: block;
	overflow: hidden;
	padding: 15px 8% 15px 20%;
}
.pro_aside a{
	cursor: pointer;
}
.more{
	text-align: center;
	margin-top: 20px;
}
.more a{
	display: inline-block;
	background: url(../img/morebutton.png) no-repeat;
	width: 125px;
	height: 24px;
	color: #E7EFDB;
	font-size: 12px;
	line-height: 24px;
}
.more a span{
	margin-left: -25px;
}
.pro_main{
	margin-top: 90px;
}
.title{
	padding: 20px 10px 10px;
	border-bottom: 1px solid #DDDFDB;
	position: relative;
}
.title .title_left{
	line-height: 46px;
	position: relative;
}
.title .title_left::after{
	content: "";
	display: inline-block;
	width: 150px;
	height: 3px;
	background-color: #29853A;
	position: absolute;
	left: -4px;
    bottom: -12px;
}
.title .title_left h2{
	line-height: 46px;
	font-size: 24px;
	color: #2A843A;
	margin: 0 6px;
}
.title .title_left p{
	font-size: 16px;
	color: #DFB847;
}
.title .fy{
	position: absolute;
	right: 10px;
	bottom: 20px;
}
.pro_list dl{
	text-align: center;
	margin-top: 20px;
}
.pro_list dl dt{
	position: relative;
	overflow: hidden;
}
/*.pro_list dl img{
	max-height: 100%;
	margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}*/
.pro_list dl dd a{
	color: #fff;
	display: block;
	line-height: 30px;
	background-color: #569635;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.pro_list dt::before{
	background: rgba(255, 255, 255, 0.5);
    content: "";
    height: 100%;
    left: 12px;
    position: absolute;
    z-index: 2;
    top: 0;
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, -100%, 0px);
    -ms-transform: scale(1.9, 1.4) rotate(45deg) translate(0px, -100%);
    -moz-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, -100%, 0px);
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, -100%, 0px);
    -o-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, -100%, 0px);
    transition: transform 0.6s ease 0s;
    -moz-transition: transform 0.6s ease 0s;
    -webkit-transition: transform 0.6s ease 0s;
    -o-transition: transform 0.6s ease 0s;
    width: 100%;
}
.pro_list dt:hover::before{
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0px, 105%, 0px);
	transition: transform 0.6s ease 0s;
    -moz-transition: transform 0.6s ease 0s;
    -webkit-transition: transform 0.6s ease 0s;
    -o-transition: transform 0.6s ease 0s;
}
.company_introduction{
	background-color: #E9F6DE;
	padding-bottom: 30px;
}
.introduction_main{
	margin-top:30px; 
}
.ccn{
	position: relative;
}
.ccn>img{
	border: 8px solid #2C7600;
}
.diamond{
	display: inline-block;
	width: 55%;
    position: absolute;
    right: -28%;
    top: 13%;
}
.introduction_content{
	line-height: 24px;
	margin-top: 20px;
}
.news_top{
	padding: 20px 1%;  
}
.news_top p.left{
	width: 236px;
	height: 153px;
}
.news_top p.left img{
	width: 100%;
	border: 4px solid #579C1F;
}
.summary{
	margin-left: 255px;
}
.summary_title{
	font-size: 16px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	color: #4F4F50;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.summary_content{
	line-height: 24px;
	height: 122px;
	overflow: hidden;
	color: #6A6A6A;
}
.news ul li{
	line-height: 40px;
	color: #B8B8B8;
	padding: 0 1%;
	border-bottom: 1px dashed #DCDCDC;
}
.news ul li a{
	color: #191919;
	max-width: 80%;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.news ul li a:hover{
	color: #1F8600;
}
.news ul li a i{
	margin-right: 4px;
}
.server{
	position: relative;
	background: url(../img/girl.png) right bottom no-repeat;
}
.server_title{
	background: url(../img/title2.png) no-repeat;
	margin-top: 30px;
	line-height: 28px;
	color: #fff;
	padding-left: 15px;
}
.server_tel{
	font-size: 35px;
	color: #FF9600;
	margin: 15px 0;
	position: relative;
	z-index: 10;
}
.server ul li{
	line-height: 24px;
	margin-bottom: 10px;
}
.yz{
	position: absolute;
	right: 0;
	top: -15px;;
}
.friend{
	height: 40px;
	line-height: 40px;
	background-color: #2C7600;
}
.friend_box{
	position: relative;
}
.footer_bg1{
	position: absolute;
    right: 10%;
    top: -23px;
}
.friend_link>b{
	font-size: 16px;
	color: #EAE3D1;
	font-weight: normal;
}
.friend_link>a{
	padding: 0 8px;
	color: #EAE3D1;
	border-right: 1px solid #EAE3D1;
}
.friend_link{
	padding-left: 30px;
}
.friend_link>a:last-child{
	border-right: none;
}
#footer{
	background: #1F8600;
	color: #DADAC2;
	text-align: center;
	line-height: 34px;
	padding: 30px 0 50px;
}
#footer a{
	color: #DADAC2;
}
#footer .container{
	position: relative;
}
.footer1{
	position: absolute;
    top: -30px;
    left: 10px;
}
.phone_footer{
	padding: 10px 2%;
	background-color: #2C7600;
	color: #DADAC2;
}
.phone_footer a{
	color: #DADAC2;
}
.phone_footer>p{
	width: 86%;
	float: left;
}
.yz2{
	top: -43px;
}
.server_tel2{
	font-size: 28px;
}
.title2{
	padding: 10px 0;
}
.title_left2 i.left{
	width: 35px;
}
.title2 .title_left2>h2{
	font-size: 20px;
}
.title2 .title_left2 p {
    font-size: 16px;
    color: #DFB847;
}
.news_list_box .date{
	width: 110px;
	height: 80px;
	background: url(../img/date.png) no-repeat;
	background-size:100% 100%; 
	position: relative;
}
.news_list_box{
	margin-top: 15px;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}
.news_list_box .date .day{
	font-size: 30px;
	color: #6D6D6D;
	position: absolute;
	top: 15px;
	left: 4px;
}
.news_list_box .date .month{
	color: #2C2C2C;
    position: absolute;
    bottom: 5px;
    right: 10px;
    font-size: 16px;
}
.news_list{
	margin-left: 120px;
}
.news_list>h2{
	font-size: 16px;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
	margin-bottom: 15px;
}
.news_list>p{
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}
.news_list>p>a{
	color: #5D5D5D;
}
.news_list>p>a:hover{
	text-decoration: underline;
}
.news_list>h2>a{
	color: #252525;
}
.news_list>h2>a:hover{
	color: #1F8600;
}
.news_list_box li{
	margin-bottom: 20px;
}
.news2_list>li{
	margin-top: 30px;
	padding-bottom: 25px;
	border-bottom: 1px dashed #BFBFBF;
}
.news2_list>li>i{
	width: 240px;
}
.news2_list>li>i>img{
	width: 100%;
}
.news2_list>li>div{
	margin-left: 260px;
	overflow: hidden;
}
.news2_list>li>div>h2{
	font-size: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 15px;
	font-weight: bold;
	margin-top: 10px;
}
.news2_list>li>div>h2 a{
	color: #3C3C3C;
}
.news2_list>li>div>h2 a:hover{
	color: #1F8600;
}
.news2_list>li>div>p{
	line-height: 24px;
	max-height: 96px;
	overflow: hidden;
}
.news2_list>li>div>p a{
	color: #595959;
}
.news2_list>li>div>p a:hover{
	text-decoration: underline;
}
.news2_list span.right i.left{
	margin: -2px 5px 0 0;
}
.news2_list div i{
	margin: -2px 5px 0 0;
}
.news_detail_button{
	display: inline-block;
	color: #6DB24A;
	margin-top: 10px;
}
.time{
	margin-bottom: 5px;
}
.main{
	padding:30px 10px 0; 
}
.pro_list{
	overflow: hidden;
}
.pro_scroll{
	position: relative;
}
.pro_list_box{
	float: left;
}
.prev,.next{
	cursor: pointer;
}
.news_list_box li{
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
}
.phone_box .container{
	padding: 0;
}
@media(max-width:1200px){
.pro_aside h2{
	top: 30px;
}
.pro_aside {
    padding: 58px 0 24px;
}
}
@media(max-width:992px){
	.introduction_content{
		height: 144px;
		overflow: hidden;
	}
	.pro_main {
    margin-top: 10px;
}
	.menu_box{
		display: none;
	}
	#header{
		height: 100px;
	}
	.logo{
		position: relative;
		z-index: 111111111;
		left: 5%;
		top: 20px;
		width: 90%;
		text-align: center;
	}
	.diamond {
    right: -35%;
}
.pro{
	background: none;
}
.pro1{
	background: none;
}
#content{
	top: 0;
}
}
@media(max-width:640px){
	.news_detail_button{
		display: none;
	}
	.pro_list_box dl:nth-child(3n+1),.pro_list dl:nth-child(3n+1){
		padding-left: 0;
		padding-right: 10px;
	}
	.pro_list_box dl:nth-child(3n+2),.pro_list dl:nth-child(3n+2){
		padding-left: 5px;
		padding-right: 5px;
	}
	.pro_list_box dl:nth-child(3n+3),.pro_list dl:nth-child(3n+3){
		padding-left: 10px;
		padding-right: 0;
	}
	.pro_main{
		margin-top: 30px;
	}
	.logo{
		top: 10px;
	}
	#header .container {
    height: 88px;
}
#header {
    height: 80px;
}
	.news2_list>li>i{
	 width: 130px;
}
.news2_list>li>div{
	margin-left: 140px;
}
.news2_list>li>div>h2{
	margin: 0 0 5px;
	font-size: 16px;
}
.news2_list>li>div>p{
	font-size: 12px;
	line-height: 20px;
	height: 40px;
}
	#content {
    top: -39px;
}
.diamond {
    right: -28%;
}
.news ul li a{
	max-width: 69%;
}
.yz{
	top: -10px;;
}
.title{
	padding: 20px 0 10px;
}
.title_left i.left{
	width: 25px;
}
.title .title_left>h2{
	font-size: 16px;
}
.title .title_left p {
    font-size: 12px;
    color: #DFB847;
}
}
@media(min-width:992px){
	.pro_list_box dl:last-child{
		display: none;
	}
}
