@charset "utf-8";
/* CSS Document */
/*banner_star*/
.slider .indicators .indicator-item {
	background-color: #666666;
	border: 3px solid #ffffff;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.slider .slides {
	height: 740px
}
.slider .indicators .indicator-item.active {
	background-color: #ffffff;
}
.slider {
	width: 100%;
	margin: 0 auto;
	height: 100%
}
.slider .indicators {
	bottom: 10px;
	z-index: 100;/* text-align: left; */
}
.slider .slides li .caption {
	color: #fff;
	position: absolute;
	top: 12%;
	left: 5%;
	width: 70%;
	opacity: 0
}
.slider .slides li .caption2 {
	color: #fff;
	position: absolute;
	top: 26%;
	left: 18%;
	width: 70%;
	opacity: 0
}
.slider .slides li .caption3 {
	color: #fff;
	position: absolute;
	top: 50%;
	left: 45%;
	width: 70%;
	opacity: 0
}
.slider .slides li div img {
	height: auto;
	background-repeat: no-repeat;
	background-size: 60%;
	background-position: left top
}
.slider .slides li div {
	width: 100%
}

/*banner_end*/

h1{
    border-bottom: 2px solid #c1c1c1;
    color: #000;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}
h1 span{
	color: #81b317;
}
.overlay-about p{
	font-size: 20px;
}

.box_three ul li {
	width: calc(33.3% - 2px);
	float: left;
	position: relative;
	line-height: 0;
	margin: 0 1px;
	overflow: hidden
}
.box_three li>div, .box_three a {
	position: absolute;
	width: 100%;
	line-height: 0
}
.box_three li>div {
	text-align: center;
	bottom: 0;
	height:65px;
	background: rgba(44,150,216,0.8);
	color: #fff;
	font-size: 35px;
	transition: all 0.3s ease-in-out;
}

.box_three li>div .pic img{ height:1px; opacity: 0;transition: all 1s ease-in-out;}


.box_three li:hover>div {
	height: 100%;
	padding-top: 10%;
	background: rgba(44,150,216,0.5);
}

.box_three li:hover>div .pic img{  opacity: 1; height:auto}

.box_three li img {
	transition: all 0.3s ease-in-out
}
.box_three li:hover>img {
	-webkit-filter: blur(2px);
	filter: blur(2px);
	transform: scale(1.1)
}
.box_three a {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0
}

.home-about{
	background: url("../images/background-com.jpg") no-repeat center;
	height: 400px;
}
.overlay-about{
	position: absolute;
    top: 30%;
    left: 50%;
    width: 58%;
    height: 7%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    text-align: center;
    /*background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,1) 53%,rgba(255,255,255,0) 100%);*/
    flex-direction: column;
    transform: translate(-50%, -50%);
}


.choose_title_1{
	font-size: 36px;
    text-align: center;
    padding: 10px 0;
    color: #fff;
    font-weight: bold;
	background: #539528;
	border-right: 5px solid;
}
.choose_title_2{
	font-size: 36px;
    text-align: center;
    padding: 10px 0;
    color: #fff;
    font-weight: bold;
	background: #539528;
}
.service_two {
}
.wrap_index{
	max-width:1920px;
	margin: 0 auto;
}
.mainproduct_four{
	float: left;
    width: 960px;
}
.mainproduct_four ul li {
	width: calc(50% - 6px);
	float: left;
	position: relative;
	line-height: 0;
	margin: 2px 2px;
	overflow: hidden
}
.mainproduct_four li>div, .mainproduct_four a {
	position: absolute;
	width: 100%;
	line-height: 0
}
.mainproduct_four li>div {
	text-align: center;
	bottom: 0;
	height:65px;
	background: rgba(44,150,216,0.8);
	color: #fff;
	font-size: 28px;
	transition: all 0.3s ease-in-out;
}
.mainproduct_four li>div .pic img{ height:1px; opacity: 0;transition: all 1s ease-in-out;}
.mainproduct_four li:hover>div {
	height: 100%;
	padding-top: 1%;
	background: rgba(44,150,216,0.5);
}
.mainproduct_four li:hover>div .pic img{  opacity: 1; height:auto}
.mainproduct_four li img {
	transition: all 0.3s ease-in-out
}
.mainproduct_four li:hover>img {
	-webkit-filter: blur(2px);
	filter: blur(2px);
	transform: scale(1.1)
}
.mainproduct_four a {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0
}

.application_zone_index {
	width: calc(100% - 960px);
    float: left;

}
.application1_index {
	text-align: center;
	margin-top: 110px;
	position: relative;
	
}
.application2_index {
	display: none
}

.application1_index img{
	max-width: 100%;
}


.app_btn1 { top:0; right:300px; position: absolute}
.app_btn2 { top:70px; right:143px; position: absolute}
.app_btn3 { top:210px; right:75px; position: absolute}
.app_btn4 { top:360px; right:130px; position: absolute}
.app_btn5 { top:425px; right:280px; position: absolute}
.app_btn6 { top:370px; left:140px; position: absolute}
.app_btn7 { top:230px; left:80px; position: absolute}
.app_btn8 { top:70px; left:140px; position: absolute}


.tooltip {width:130px;height:120px; display: block; background:rgba(255,255,255,0.00)}


 
 
.tooltip div
{
  display:none;
 color:black;
  background:white; 
}
 
 
.tooltip div img
{
 width:250px
}
 
 
.tooltip:hover div
{
  display:block;
  position:absolute;
  top:0;
  left:100px;
  z-index:1000;
  width:250px;
  border:1px solid rgba(13,142,204,1.00);
  padding:8px;
}







.about_zone {	
}

.company-profile{
	float: left;
	width: 960px
}
.com-pic{
	padding: 60px 80px;
}
.about_zone .info {
	width: calc(100% - 960px);
	float: left;
	padding: 60px 0 0 88px
}
.about_zone h1 {
	margin: 0 0 10px 0;
	color: #539528;
	font-size: 52px;
	font-weight: bold; border: 0
}
.about_zone p {
	margin: 0 0 20px 0;
	font-size: 18px;
	font-family: "Lato", \5FAE\8EDF\6B63\9ED1\9AD4, \65B0\7D30\660E\9AD4, Arial, sans-serif;
}
.app_btn a {
	color: #fff;
	padding: 10px 15px;
	background: #2f2f2f
}
.app_btn a:hover {
	background: rgba(25,124,13,1.00)
}


@media (max-width : 1700px) {
.box_three li:hover>div .pic{width:35%;margin:0 auto}	
}


@media (max-width : 1440px) {
.wrap_index{
	max-width:1440px;
	margin: 0 auto;
}
.overlay-about{top: 26%;}
.mainproduct_four{
	float: left;
    width: 720px;
}	
.application_zone_index {
	width: calc(100% - 720px);
    float: left;
}
	.application1_index{margin-top: 15px;}

.company-profile{
	float: left;
	width: 720px
}
.about_zone .info {
	width: calc(100% - 720px);
	float: left;
}
	
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
.wrap {
	max-width: 1800px;
	margin: 0 auto;padding:0 20px;
}
img{max-width: 100%; border: 0}
#header, #header2 {
	background: #fff;
	height: 130px
}
/*.wrap {
	width: 1200px;
	margin: 0 auto
}*/
/*menu*/

.logo {
	width: 50%;
	float: left
}
.logo img {
/*	width: 250px;
	padding: 25px 20px 0 0*/
}

#nav {}
#nav>ul {

}
#nav>ul>li {
	
}
#nav>ul>li>a {
   
}
#nav>ul>li:hover>a , #nav>ul>li.active>a{color:rgba(75,177,32,1.00); border-bottom:5px solid rgba(75,177,32,1.00)}

.slider {
	position: relative;
	
	width: 100%
}
.slider.fullscreen {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}
.slider.fullscreen ul.slides {
	height: 100%
}
.slider.fullscreen ul.indicators {
	z-index: 2;
	bottom: 30px
}
.slider .slides {
	background-color: #9e9e9e;
	margin: 0;
	height: 580px;
}
.slider .slides li {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 1px;
    z-index: 1;
    width: 100%;
    height: inherit;
    overflow: hidden
}
.slider .slides li img {
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center
}
.slider .slides li .caption {
	color: #fff;
	position: absolute;
	top: 12%;
	left: 5%;
	width: 70%;
	opacity: 0
}
.slider .slides li .caption2 {
	color: #fff;
	position: absolute;
	top: 26%;
	left: 18%;
	width: 70%;
	opacity: 0
}
.slider .slides li .caption3 {
	color: #fff;
	position: absolute;
	top: 50%;
	left: 35%;
	width: 70%;
	opacity: 0
}
.slider .slides li .caption p {
	color: #e0e0e0
}
.slider .slides li.active {
	z-index: 2
}
.slider .indicators {
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0
}
.slider .indicators .indicator-item {
	display: inline-block;
	position: relative;
	cursor: pointer;
	height: 16px;
	width: 16px;
	margin: 0 12px;
	background-color: #e0e0e0;
	-webkit-transition: background-color .3s;
	-moz-transition: background-color .3s;
	-o-transition: background-color .3s;
	-ms-transition: background-color .3s;
	transition: background-color .3s;
	border-radius: 50%
}
.slider .indicators .indicator-item.active {
	background-color: #4CAF50
}	
	
	
	
	
}

@media (max-width : 1280px) {
.slider .slides {
	height: 500px
}
.slider .slides li div img {
	background-size: 70%;
}
.slider .slides li .caption {
	left: 10%
}

}

@media (max-width : 1200px) {
.about_zone .info {
	padding: 80px 0px 0 30px
}
}

@media (max-width : 1000px) {
.box_three li>div {
	font-size: 25px;
	padding: 0;
	
}
	.box_three li:hover>div{padding-top:8%}
	.box_three li>div{height:50px}
.about_zone .info {
	padding: 50px 0 0 20px
}
.about_zone h1 {
	font-size: 48px
}
.slider .slides {
	height: 480px
}
.slider .slides li .caption {
	top: 20%;
	left: 5%
}
.slider .slides li .caption3 {
	top: 20%;
	right: 5%;
	left: auto
}
}

@media (max-width : 900px) {
.slider .slides {
	height: 350px
}
	
.logo {width: 100%; padding-top: 10px;}
	#header, #header2 {height: 70px;}
	.overlay-about {width: 96%;top: 20%;}
	

@media (max-width : 600px) {
.application1_index {
	display: none
}
.slider .slides {
	height: 260px
}

	
	.logo {width: 100%; padding-top: 10px;}
	#header, #header2 {height: 70px;}
	.overlay-about {width: 96%;top: 12%;}
	
	
	.mainproduct_four li:hover>div{padding-top:8%}
	.mainproduct_four li>div{height:56px;width: 95%; bottom: 10px;}
	.mainproduct_four ul li{float:none;width:100%;padding: 10px 10px;}
	.mainproduct_four{float: none;width: 100%;}
	
	.choose_title_1 {margin: 0 10px; border: none;}
	.choose_title_2 {margin: 0 10px;}
	.company-profile{float: none;width: 100%;padding: 20px 10px;}
	.com-pic {padding:0;}
	
	
	
}


@media (max-width : 480px) {
	.logo {width: 100%; padding-top: 10px;}
	#header, #header2 {height: 70px;}
	.overlay-about {width: 96%;top: 7%;}
	.pro_cate .info {text-align: center;background-position: center top;background-size: contain;}
	.pro_cate ul li {width: 100%;margin: 0 auto;}
	.pro_cate ul li img {transition: all 0.5s ease-in-out;width: 90%;}
	.ft_flower {background: url(../images/ft_1.jpg) center top no-repeat;height: 150px;}
	.slider .slides li img{background-position:75%}
	.box_three li:hover>div{padding-top:5%}
}
