*{
	margin: 0;
	padding: 0;
}
.body{
	background-color: #ebebeb;
}
.profile .w-03 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:7;
	-webkit-box-orient: vertical;
}
.top{
	width: 100%;
	height: 80px;
	background-color:#ffffff;
}
.top .logo{
	width: 1200px;
	margin: 0 auto;
	padding-top: 5px;
	overflow: hidden;
	position: relative;
}
.top .logo img,.comoany-title,.phone{
	display: inline-block;
}
.top .logo .comoany-title{
	margin-left: 10px;
	position: absolute;
	top: 10px;
}
.top .logo .comoany-title .title{
	font-size: 30px;
	font-weight: bold;
	color: #087241;
}
.top .logo .comoany-title .slogan{
	font-size: 16px;
	color: #333333;
}
.top .logo .phone-pic{
	float: right;
	margin-right: 10px;
	margin-top: 13px;
}
.top .logo .phone{
	float: right;
	margin-top: 10px;
}
.top .logo .phone .chinese{
	font-size: 16px;
	color: #333333;
}
.top .logo .phone .num{
	font-size: 24px;
	font-weight: bold;
	font-family: "bookman old style";
	color: #087241;
}

/* banner部分 */
/* .flicker-example ul{
	margin: 0;
} */
.flickerplate {
	position: relative;
	width: 100%;
	height: 600px;
	background-color: #e6e6e6;
	overflow: hidden
}

/* <!-- 关键词搜索部分 --> */
.key-word{
	width: 100%;
	height: 60px;
	background-image: url(../img/img59.png);
	/* background-color: #087241; */
}
.content{
	width: 1200px;
	/* height: 350px; */
	margin: 0 auto;
	overflow: hidden;
}

.content .search-box{
	display: inline;
	float: right;
	width: 570px;
	height: 60px;
	margin-left: 0;
	position: relative;
	line-height: 60px;
	/* background-color: #ebebeb; */
	/* overflow: hidden; */
}
.content .search-box .search{
	width: 560px;
	height: 60px;
	/* border-radius: 20px;
	border: #01572F 1px solid; */
	border: none;
	border-bottom: #087241 1px solid;
	background-color: #f4f5f9;
	padding-left: 20px;
}
.content .search-box .Icon{
	display: inline-block;
	width: 40px;
	height: 40px;
	/* border: none; */
	border-left: none;
	border-radius: 0 20px 20px 0;
	border-color: #01572F;
	position: absolute;
	background-image: url(../img/ss.png);
	margin-top: 18px;
	margin-left: -50px;
	background-repeat: no-repeat;
	background-size: 29px 29px;
	text-align: center;
}
/* input{
	border: outline:none;
} */

.key-word .content .key{
	display: inline;
	/* float: left; */
	position: relative;
	line-height: 60px;
	overflow: hidden;
}


.key-word .content .hot-word{
	float: left;
	display: inline-block;
	font-size: 15px;
	color:#ffffff;
	font-weight: bold;
	/* margin-right: 40px; */
	
}

.content .key .content-thing{
	list-style: none;
	float: left;
	display: inline-block;
	margin-top: -1px;
	margin-left: 10px;
}
.content .key .content-thing li{
	display: inline;
}

.content .key .content-thing a{
	display: inline-block;
	text-decoration: none;
	font-size: 15px;
	color: #ffffff;
	margin-right: 30px;
	
}
.content .key .content-thing a:hover{
	/* color: #01572F; */
	/* font-weight: bold; */
}
/* 热销产品 */
.hot-product{
	width: 1200px;
	height: 464px;
	margin: 60px auto;
}
.hot-product .title{
	width: 352px;
	margin: 0 auto;
}
.hot-product .title .title-top p{
	display: inline;
	font-size: 30px;
	font-weight: bold;
	margin-left: 40px;
	color: #000000;
}
.hot-product .title .title-top{
	position: relative;
}
.hot-product .title .title-top img{
	position: absolute;
	top: 20px;
	margin-left: 16px;
}
.hot-product .title .title-top .color{
	color: #087241;
}
.hot-product .pro{
	margin-left: -30px;
	margin-top: 40px;
}
.hot-product .content-box{
	display: inline-block;
	margin-left: 20px;
}
.hot-product .content-box .con-1{
	width: 380px;
	height: 254px;
	border: #087241 solid 1px;
	overflow: hidden;
}
.hot-product .content-box .con-1 img{
	transition: all 1s;
	width: 380px;
}
.hot-product .content-box .con-1 img:hover{
	transform: scale(1.2);
}
.hot-product .content-box .adv{
	width: 300px;
	height: 180px;
	background-color: #087241;
	opacity: 0.9;
	transform: translate(44px,-65px);
	position: relative;
}
.hot-product .content-box .adv .title{
	font-size: 24px;
	color: #ffffff;
	font-weight: bold;
	width: 300px;
	padding-top: 20px;
	/* position: absolute;
	top: 20px;
	bottom: 10px;
	left: 80px; */
	text-align: center;
}
.hot-product .content-box .adv .line{
	position: absolute;
	top: 66px;
	left: 63px;
}
.hot-product .content-box .adv .ad-1{
	/* position: absolute; */
	font-size: 16px;
	color: #ffffff;
	/* top: 72px;
	left: 66px; */
	width: 260px;
	height: 86px;
	overflow: hidden;
	text-align: center;
	margin-left: 20px;
	padding-top: 20px;
}
.hot-product .content-box .adv .ad-2{
	font-size: 16px;
	color: #ffffff;
	width: 300px;
	text-align: center;
	padding-top: 10px;
}
.hot-product .content-box .adv img{
	position: absolute;
	top: 144px;
	left: 131px;
}


/* 产品分类 */
.product{
	width: 1200px;
	margin: 60px auto 0;
}
.product .top{
	width: 100%;
	height: 300px;
}
.product .top .title-box{
	width: 100%;
	height: 300px;
	background-image: url(../img/img10.png);
	position: relative;
}
.product .top .title-box .title{
	display: inline-block;
	width: 1200px;
	font-size: 30px;
	color: #FFFFFF;
	font-weight: bold;
	position: absolute;
	top: 35px;
	text-align: center;
}

.product .top .title-box .slogan-2{
	width: 1200px;
	text-align: center;
	font-size: 16px;
	color: #FFFFFF;
	position: absolute;
	top: 80px;
}
.product .top .title-box img{
	position: absolute;
	top: 144px;
	left: 520px;
}
.product .top .title-box a{
	position: absolute;
	text-decoration: none;
	display: inline-block;
	color: #333333;
	width: 150px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #ffffff;
	top: 239px;
}
.product .top .title-box .pro-01{
	left: 440px;
}
.product .top .title-box .pro-02{
	left: 610px;
}

.product .top .title-box a:hover{
	background-position: top;
	background-color: #087241;
	color: #ffffff;
}

/* 优势 */
.ad-box{
	width: 100%;
	height: 400px;
	background-image: url(../img/img25.png);
}
.ad-box .title-box{
	width: 1200px;
	margin: 0 auto;
}
.ad-box .title{
	width: 480px;
	margin: 0 auto;
	padding-top: 60px;
	padding-bottom: 20px;
}
.ad-box .title p{
	display: inline-block;
	font-size: 30px;
	font-weight: bold;
	color: #ffffff;
}
.ad-box .title .color{
	color: #f2b035;
}
.ad-box .title img{
	margin: 5px 15px;
}
.ad-box .english{
	width: 610px;
	font-size: 12px;
	color: #ffffff;
	text-transform: uppercase;
	margin: 0 auto 80px;
}
.ad-box .con-box{
	width: 1200px;
	height: 500px;
	margin: 0 auto;
	font-size: 0;
}
.ad-box .ad{
	display: inline-block;
	width: 400px;
}
.ad-box .ad .pic-box{
	width: 400px;
	height: 300px;
	overflow: hidden;
}
.ad-box .ad .pic-box img{
	width: 400px;
	transition: all 1s;
}
.ad-box .ad .pic-box img:hover{
	transform: scale(1.3);
}
.ad-box .ad .pro{
	width: 400px;
	height: 200px;
	background-color: #ffffff;
}
.ad-box .ad .pro .ad-01{
	font-size: 24px;
	color: #087241;
	font-weight: bold;
	padding: 20px 0 5px;
	margin-left: 10px;
}
.ad-box .ad .pro .ad-02{
	font-size: 16px;
	color: #333333;
	margin-bottom: 15px;
	margin-left: 10px;
}
.ad-box .ad .pro .ad-03{
	font-size: 15px;
	color: #666666;
	margin-bottom: 20px;
	margin-left: 10px;
}
.ad-box .ad .pro .num-01{
	width: 40px;
	font-size: 30px;
	color: #333333;
	font-weight: bold;
	font-family: "bookman old style";
	border-bottom: #087241 6px solid;
	margin-left: 10px;
}

/* 范围 */
.scale-box{
	width: 100%;
	margin-top: 373px;
	
}
.scale-box .title{
	width: 1920px;
	margin: 0 auto;
}
.scale-box .title p,img{
	display: inline-block;
}
.scale-box .title p{
	font-size: 30px;
}
.scale-box .title .point{
	margin: 5px 10px;
}
.scale-box .title .color{
	color: #087241;
	font-weight: bold;
}

/* 公司简介 */
.company-box{
	width: 100%;
	height: 520px;
	margin-top: 40px;
	background-image: url(../img/img40.png);
}
.company-box .company{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.company-box .company .left-pic{
	width: 600px;
	height: 450px;
	padding-top: 168px;
}
.company-box .company .name{
	width: 600px;
	height: 60px;
	background-color: #ffffff;
	margin-top: 180px;
}
.company-box .company .name p{
	font-size: 18px;
	color: #333333;
	margin-left: 20px;
	line-height: 60px;
}
/* .company-box .company .profile-box{
	position: absolute;
} */
.company-box .profile{
	float: right;
	width: 560px;
	height: 270px;
	margin-top: -607px;
	color: #ffffff;
}
.company-box .company .profile .english{
	font-size: 48px;
	color: #ffffff;
	margin-left: 90px;
	margin-bottom: 5px;
	font-family: "bookman old style";
}
.company-box .company .profile .chinese{
	font-size: 24px;
	text-align: center;
	margin-bottom: 5px;
}
.company-box .company .profile .w-03{
	font-size: 16px;
	line-height: 30px;
	text-align-last: center;
}
.company-box .company .profile img{
	margin-left: 240px;
	margin-bottom: 10px;
}
.company-box .company .profile .link{
	text-align: center;
	margin-top: 10px;
}
.company-box .company .profile a{
	display: inline-block;
	text-decoration: none;
	color: #333333;
	width: 130px;
	height: 40px;
	background-color: #ffffff;
	text-align: center;
	line-height: 40px;
	margin-right: 10px;
}
.company-box .company .profile a:hover{
	background-color: #f2b035;
	color: #ffffff;
}
.company-box .pic{
	width: 951px;
	margin-top: -156px;
	margin-left: 960px;
	font-size: 0;
}
.company-box .pic .link{
	display: inline-block;
	text-decoration: none;
	width: 230px;
	height: 156px;
	overflow: hidden;
	border: none;
}
.company-box .pic .link img{
	width: 230px;
	transition: all 1s;
}
.company-box .pic .link img:hover{
	transform: scale(1.3);
}


/* 新闻中心 */
.news-box{
	width: 100%;
	margin-top: 226px;
}
.news-box .con{
	width: 1200px;
	margin: 0 auto;
}
.news-box .con .title{
	width: 176px;
	margin: 0 auto;
	margin-bottom: 40px;
}
.news-box .con .title p{
	display: inline-block;
	font-size: 30px;
	color: #333333;
	font-weight: bold;
	text-align: center;
}
.news-box .con .title img{
	margin: 5px 10px;
}
/* .news-box .con .top-01{
	font-size: 0;
} */
.news-box .con .top-01 p{
	display: inline-block;
}
.news-box .con .top-01 .Icon{
	margin: -5px 10px -5px 0;
}
.news-box .con .top-01 .chinese{
	font-size: 24px;
	font-weight: bold;
	color: #333333;
}
.news-box .con .top-01 .line{
	margin: -4px 10px;
}
.news-box .con .top-01 .english{
	font-size: 18px;
	color: #999999;
}
.news-box .con .top-01 .link{
	display: inline-block;
	text-decoration: none;
	float: right;
	color: #333333;
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #dcdcdc;
}
.news-box .con .top-01 .link:hover{
	background-color: #087241;
	color: #ffffff;
}
.news-box .con .top-01 .bottom-line{
	margin-top: 15px;
}
/* .news-box .con .top-01{
	border-bottom: 1px #999999 solid;
} */
.news-box .con .left{
	display: inline-block;
	width: 560px;
	margin-top: 40px;
}
.news-box .con .left .news-pic{
	width: 560px;
	height: 300px;
}
.news-box .con .left .news-pic img{
	width: 560px;
}
.news-box .con .left .num-box{
	margin-top: 20px;
}
.news-box .con .left .num-box .num{
	display: inline-block;
}
.news-box .con .left .num-box .num .day{
	font-size: 48px;
	font-weight: bold;
	color: #087241;
}
.news-box .con .left .num-box .num .year{
	font-size: 16px;
	color: #333333;
}
.news-box .con .left .num-box img{
	margin: 0 20px;
}
.news-box .con .left .num-box .first{
	display: inline-block;
	width: 440px;
}
.news-box .con .left .num-box .first .news-01{
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	color: #087241;
}
.news-box .con .left .num-box .first .dec{
	width: 440px;
	height: 35px;
	overflow: hidden;
	font-size: 14px;
	color: #666666;
	margin-top: 15px;
}
.news-box .con .right{
	display: inline-block;
	width: 600px;
	position: relative;
	top: -23px;
	margin-left: 35px;
}
.news-box .con .right .one{
	width: 600px;
	height: 120px;
	background-color: #ffffff;
	margin-bottom: 20px;
}
.news-box .con .right .first .news-01{
	text-decoration: none;
	font-size: 16px;
	color: #333333;
	/* transition: all 1s; */
}
.news-box .con .right .num-box{
	margin-left: 20px;
	padding-top: 16px;
}
.news-box .con .right .num-box .num{
	display: inline-block;
}
.news-box .con .right .num-box .num .day{
	font-size: 48px;
	font-weight: bold;
	color: #087241;
}
.news-box .con .right .num-box .num .year{
	font-size: 16px;
	color: #333333;
}
.news-box .con .right .num-box img{
	margin: 0 20px;
}
.news-box .con .right .num-box .first{
	display: inline-block;
	width: 440px;
}
.news-box .con .right .num-box .first .news-01:hover{
	color: #087241;
	transform: translate(10px);
}
.news-box .con .right .num-box .first .dec{
	width: 440px;
	height: 35px;
	overflow: hidden;
	font-size: 14px;
	color: #666666;
	margin-top: 15px;
}
.news-box .con .bottom-line{
	position: relative;
	top: -16px;
}

/* 常见问题 */
.pro-box{
	width: 100%;
	margin-top: 60px;
}
.pro-box .con{
	width: 1200px;
	margin: 0 auto;
}
.pro-box .con .title{
	display: inline-block;
	width: 140px;
	height: 140px;
	background-color: #087241;
}
.pro-box .con .title .chinese{
	font-size: 18px;
	color: #ffffff;
	padding: 20px 0 10px 17px;
}
.pro-box .con .title .english{
	font-size: 18px;
	color: #ffffff;
	text-transform: uppercase;
	margin-left: 17px;
}
.pro-box .con .title img{
	margin-top: 10px;
	margin-left: 17px;
}
.pro-box .con .pro{
	display: inline-block;
	width: 440px;
	margin-left: 40px;
}
.pro-box .con .pro .news-01{
	text-decoration: none;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
}
.pro-box .con .pro .news-01:hover{
	color: #087241;
}
.pro-box .con .pro .dec{
	height: 35px;
	overflow: hidden;
	font-size: 14px;
	color: #666666;
	margin-top: 20px;
}
.pro-box .con .mid{
	margin-left: 20px;
}

/* 底部导航 */
.bottom-nav{
	width: 100%;
	height: 450px;
	background-color: #313131;
	margin-top: 100px;
	background-image: url(../img/img58.png);
}
.bottom-nav .con{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.bottom-nav .site,.phone,.emile{
	display: inline-block;
}
.bottom-nav .con p{
	display: inline-block;
	font-size: 14px;
	color: #ffffff;
}
.bottom-nav .con .contact{
	margin-top: 40px;
}
.bottom-nav .con .contact img{
	position: relative;
	top: 5px;
	margin-right: 5px;
}
.bottom-nav .con .site{
	margin-right: 280px;
}
.bottom-nav .con .emile{
	float: right;
}
.bottom-nav .con .phone .num{
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
	font-family: "bookman old style";
}
.bottom-nav .con .link-box{
	display: inline-block;
	margin-top: 110px;
}
.bottom-nav .con .link-box .key{
	display: inline-block;
	margin-right: 40px;
}
.bottom-nav .con .link-box .key .link{
	margin-top: 35px;
}
.bottom-nav .con .link-box .key .link-02{
	position: relative;
	top: -30px;
}
.bottom-nav .con .link-box .key p{
	font-size: 16px;
	color: #ffffff;
}
.bottom-nav .con .link-box .key .key-02{
	position: relative;
	top: -30px;
}
.bottom-nav .con .link-box .key a{
	text-decoration: none;
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
	color: #e5e5e5;
}
.bottom-nav .con .link-box .key a:hover{
	color: #087241;
}
.bottom-nav .con .erweima{
	display: inline-block;
	width: 196px;
	/* float: right; */
	margin-left: 500px;
}
.bottom-nav .con .erweima p{
	display: block;
}
.bottom-nav .con .erweima .left{
	position: relative;
	top: -10px;
}
.bottom-nav .con .erweima .left .saomiao{
	width: 150px;
	height: 36px;
	background-color: #087241;
	line-height: 36px;
	font-size: 14px;
	text-align: center;
	margin-bottom: 30px;
	margin-left: 46px;
}
.bottom-nav .con .erweima .left .chinese{
	font-size: 14px;
	margin-left: 97px;
}
.bottom-nav .con .erweima .left .num-02{
	font-size: 24px;
	font-weight: bold;
	color: #ffffff;
	margin-left: 20px;
	font-family: "bookman old style";
}
.bottom-nav .con .pic{
	display: inline-block;
	width: 140px;
	height: 140px;
	overflow: hidden;
}
.bottom-nav .con .pic img{
	float: right;
	width: 140px;
}
.bottom-nav .con .xinxi{
	width: 1200px;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	margin-top: 60px;
}
.pin01 ul li p a{
	font-size: 15px;
	color: #333;
	padding: 0 0 0 15px;

}















