* {
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: "微软雅黑";
	box-sizing: border-box;
}


/*右导航*/

.ydh {
	width: 65px;
	position: fixed;
	top: 30%;
	right: 0px;
	background-color: #f5f3f3;
	overflow: hidden;
	z-index: 998;
}
.ydh .ly{
	position: relative;
	cursor: pointer;
}
.ydh img {
	margin-top: -3px;
	opacity: 0.8;
}
.ydh .ly:hover .zhuce{
	display: block;
}
.ydh img:hover {
	opacity: 1;
}
.zhuce{
	position: fixed;
	right: 65px;
	top: 30%;
	width: 400px;
	height: 400px;
	background-color: white;
	text-align: center;
	display: none;

	
}
.zhuce input{
	width: 60%;
	height: 35px;
}
.zhuce ul li{
	width: 100%;
	height: 35px;
	color: #000000;

}
.zhuce ul .xm{
margin:25px 0 25px 16px;
	

}
.zhuce ul .ly textarea{
width: 60%;
height: 100px;


}
.btn1{
	width: 40%;
	height: 35px;
	background-color: #6EAA2D;
 position: absolute;
 bottom: 20px;
 left:calc(50% - 70px);

}
.btn1 a{
	text-decoration: none;
	color: white;
	font-size: 20px;
	line-height: 35px;
}
.haoma{
	display: none;
	position: fixed;
	top: 40%;
	right: 65px;
	height: 40px;
	padding: 10px;
	background-color: white;
}
.ydh .ly:hover .haoma{
	display: block;
}

.qq{
	display: none;
	position: fixed;
	top: 48%;
	right: 65px;
	height: 40px;
	padding: 10px;
	background-color: white;
}
.ydh .ly:hover .qq{
	display: block;
}







/*头部*/

.tb-bei {
	width: 100%;
	height: 40px;
	background-color: #313230;
	line-height: 40px;
}

.tb-left {
	display: flex;
	color: white;
	font-size: 14px;
}

.tb-left span {
	margin-left: 5px;
}

.tb-wai {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.tb-em {
	margin-left: 20px;
}
.tb-right ul{
	display: flex;
	position: relative;
}
.tb-right ul li{
	cursor: pointer;
}
.tb-right ul li img {
	display: inline-block;
	padding: 10px 10px 0 10px;
}

.tb-right  span {
	margin-top: 8px;
	display: inline-block;
	width: 1px;
	height: 25px;
	background-color: #7d7e7c;
}
.yc{
	display: none;
	width: 100%;
	background-color: #fff;
	font-size: 14px;
	position: absolute;
	top: 40px;
	left: 0;
	text-align: center;
	z-index: 999;
	
}

.tb-right ul li:hover .yc{
	display: block;
}







/*导航*/

.dh-bei {
	width: 100%;
	height: 90px;
	border-top: 5px solid #65b35a;
	line-height: 90px;
}

.dh-wai {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}

.dh-wai img {
	padding-top: 9px;
	float: left;
	width: 235px;
}

.ml {
	float: left;
	margin-left: 40px;
}

.ml li {
	text-align: center;
	float: left;
	margin-left: 30px;
}

.ml li a {
	font-size: 16px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
.ml li a:hover{
	color: #65b35a;
}

.lxdh {
	width: 145px;
	height: 45px;
	background-color: #65b35a;
	float: right;
	margin-top: 22px;
	color: white;
	line-height: 22px;
	text-indent: 10px;
}

.lxdh .dh1 {
	font-size: 14px;
}

.lxdh .dh2 {
	font-size: 18px;
	font-weight: bold;
}


/*大图*/

.big-bei {
	width: 100%;
	height: 580px;
	position: relative;
}
.big-img li{
	width: 100%;
	height: 580px;
}
.big-img1{
	background: url(../img/Caldaro---the-link-between-man-and-machine.jpg)no-repeat center;
	background-size: 100% 100%;
}
.big-img2{
	background:url(../img/首页2.jpg) no-repeat center;
	background-size: 100% 100%;
	display: none;
}
.big-img3{
	background: url(../img/首页3.jpg)no-repeat center;
	background-size: 100% 100%;
	display: none;
}


.dian{
	width: 80px;
	height: 20px;
	position: absolute;
	bottom: 20px;
	left: calc(50% - 40px);
	display: flex;
	justify-content: space-between;
	
}
.dian li{
	width: 20px;
	height: 20px;
	background-color: white;
	border-radius:50% ;
	cursor: pointer;
}
.dian li.active{
	background-color:#46B028;
}

.big-z {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

.big-nr {
	position: absolute;
	top: 40%;
	left: 25px;
	color: white;
}

.big-nr .ggy-1 {
	font-size: 36px;
	font-weight: bold;
}

.big-nr .ggy-2 {
	font-size: 18px;
	text-indent: 10px;
}

.nr-dj {
	width: 135px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	background-color: #6eaa2d;
	margin-left: 10px;
	margin-top: 35px;
}

.nr-dj a {
	text-decoration: none;
	color: white;
	font-size: 14px;
}


/*产品中心*/

.cp-bei {
	width: 100%;
}

.cp-wai {
	width: 1200px;
	margin: 0 auto;
}

.cp-wai .titile {
	width: 100%;
	padding-top: 80px;
}

.cp-wai .titile h1 {
	font-size: 30px;
}

.cp-wai .titile h1 span {
	color: #65b35a;
}

.cp-wai .titile p {
	font-size: 16px;
	padding-top: 20px;
}

.cp-wai .titile .click {
	width: 90px;
	height: 40px;
	float: right;
	margin-top: -40px;
	display: flex;
	justify-content: space-between;
	user-select: none;
}

.cp-wai .titile .click li {
	width: 38px;
	height: 38px;
	border: 2px solid #4F9545;
	text-align: center;
	line-height: 32px;
	color: #4F9545;
	font-size: 22px;
	cursor: pointer;
}

.cp-xqq {
	width: 100%;
	margin-top: 20px;
	overflow: hidden;
}

.cp-xqq ul {
	display: flex;
	justify-content: space-between;
	padding-bottom: 65px;
}

.swiper-container {
	width: 100%;
}

.img22 {
	width: 100%;
	height: 280px;
	overflow: hidden;
}

.cp-xqq ul li {
	width: 23%;
	height: 370px;
	background-color: #eeeeee;
	text-align: center;
}

.cp-xqq ul li img {
	transition: all 0.5s;
}

.cp-xqq ul li img:hover {
	cursor: pointer;
	transform: scale(1.1);
}

.sp-xq {
	color: white;
	width: 100%;
	height: 90px;
	background-color: #65b35a;
}

.sp-xq p {
	font-size: 24px;
	padding-top: 20px;
}

.sp-xq a {
	font-size: 14px;
	color: white;
}


/*应用领域*/

.yl-bei {
	width: 100%;
	background-color: #f8f8f8;
}

.yl-wai {
	width: 1200px;
	margin: 0 auto;
}

.yl-wai .titile {
	width: 100%;
	padding-top: 50px;
}

.yl-wai .titile h1 {
	font-size: 30px;
}

.yl-wai .titile h1 span {
	color: #65b35a;
}

.yl-wai .titile p {
	font-size: 16px;
	padding-top: 20px;
}

.yl-wai .titile .click1 {
	height: 40px;
	float: right;
	margin-top: -40px;
	display: flex;
	justify-content: space-between;
	user-select: none;
}

.yl-wai .titile .click1 li {
	width: 105px;
	height: 40px;
	border: 2px solid #46b028;
	line-height: 40px;
	color: #4F9545;
	cursor: pointer;
	color: #4F9545;
	font-size: 18px;
	text-align: center;
}

#right1 {
	margin-left: 12px;
}

.yl-xq {
	margin-top: 30px;
}

.yl-xq ul {
	display: flex;
	justify-content: space-between;
}

.img23 {
	width: 100%;
	height: 290px;
	overflow: hidden;
	text-align: center;
	cursor: pointer;
}

.img23:hover img {
	opacity: 0.6;
}

.img23 img {
	transition: all 0.4s;
}

.yl-xq ul li {
	width: 23%;
	height: 430px;
}

.xq-nr .nr1 {
	font-size: 18px;
	font-weight: bold;
	padding: 25px 0 5px 0;
	color: #333333;
}

.xq-nr .nr2 {
	font-size: 16px;
	color: #65b35a;
	padding-bottom: 10px;
}

.xq-nr .xt {
	width: 100%;
	height: 1px;
	background-color: #d9d9d9;
}

.xq-nr .nr3 {
	color: #888888;
	font-size: 16px;
	padding-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.click1 li.active {
	background-color: #46b028;
	color: white!important;
}


/*新闻资讯*/

.xw-bei {
	width: 100%;
	background-color: #383838;
	margin-top: 70px;
}

.xw-wai {
	width: 1200px;
	margin: 0 auto;
}

.xw-wai .titile {
	width: 100%;
	padding-top: 50px;
}

.xw-wai .titile h1 {
	font-size: 30px;
	color: white;
}

.xw-wai .titile h1 span {
	color: #65b35a;
}

.xw-wai .titile p {
	font-size: 16px;
	padding-top: 20px;
}

.xw-wai .titile .click1 {
	height: 40px;
	float: right;
	margin-top: -20px;
	display: flex;
	margin-right: 30px;
	justify-content: space-between;
	user-select: none;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
}

.xw-wai .titile .click1 a {
	color: #46B028;
	text-decoration: none;
}
.xw-wai .titile .click1 a:hover{
	text-decoration: underline;
}
.xw-xq {
	margin-top: 25px;
}

.xw-xq ul li {
	width: 31.5%;
	height: 400px;
	margin-left: 15px;
	cursor: pointer;
}

.img24 {
	width: 100%;
	height: 250px;
	overflow: hidden;
	position: relative;
}
.img24 .date{
	width: 70px;
	height: 60px;
	background-color: #65b35a;
	position: absolute;
	top: 20px;
	left: 0;
	color: white;
	text-align: center;
}
.img24 .date .ri{
	font-size: 24px;
}
.img24 .date .yue{
	font-size: 16px;
}


.xw-xq ul li img {
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}

.xw-xq ul li img:hover {
	transform: scale(1.1);
	opacity: 0.7;
}

.xw-znr {
	width: 100%;
	color: white;
}

.xw-znr .xw-xt{
	display: inline-block;
	width: 100%;
	height: 1px;
	background-color: #9a9a9a;
	opacity: 0.7;
}
.xw-znr .titile1 {
	font-size: 18px;
	font-weight: bold;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.xw-znr .titile2 {
	font-size: 16px;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.xw-xq .bd{
	padding-bottom: 50px;
}
.xw-znr p {
	padding-top: 10px;
}

.xw-znr .time {
	color: #65b35a;
	font-size: 14px;
}


/*底部*/

.db-bei {
	width: 100%;
	height: 290px;
	background-color: #65b35a;
}

.db-tou {
	width: 100%;
	height: 68px;
}

.db-db {
	width: 100%;
	height: 222px;
	background-color: #333;
}

.tou-z {
	width: 1200px;
	height: 68px;
	margin: 0 auto;
	line-height: 68px;
}

.tou-z ul {
	display: flex;
	justify-content: space-around;
}

.tou-z ul li a {
	color: white;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

.db-z {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.db-z p {
	font-size: 14px;
	color: white;
	text-indent: 15px;
	padding-top: 10px;
}
.db-z p a{
	text-decoration: none;
	font-size: 14px;
	color: white;
}
.bt-s {
	display: flex;
	padding-top: 20px;
}

.bt-s div {
	color: white;
	font-size: 18px;
	font-weight: bold;
	padding-top: 15px;
	padding-left: 10px;
}

.img {
	margin-top: 30px;
}