@charset "utf-8";

* {
	margin: 0;
	padding: 0;

}

.clear_mp {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	transition: all .3s;
}

a: {
	text-decoration: none;
}

html,
body {
	margin: 0;
	padding: 0;
	transition: all .3s;
}

.dcenter {
	display: flex;
	align-items: center;
	justify-content: center
}

.daround {
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.iocns-app:last-child{
	width:100%;
}

.dbween {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.max-width {
	max-width: 1400px;
	margin: 0 auto;
}

.navbar-nav .nav-item {
	padding: 0 15px;
	transition: all .3s;
	border-radius: 5px;
}

.navbar-nav .nav-item:hover {
	background-color: #289d11;
	color: #FFFFFF;
}
.navbar-nav .nav-item:hover .nav-link{
	color:white;
}
.navbar-nav .nav-item:hover .xiala{
	display: flex;
}

.navbar-nav .nav-item .nav-link {
	color: #333333;
}

.navbar-nav .nav-item .nav-link:hover {
	color: #FFFFFF;
}

.nav-tel span {
	color: #289d11;
	font-size: 24px;
	margin-left: 5px;
}

.pt60 {
	padding-top: 60px;
}

.f48 {
	font-size: 48px;
	font-weight: bold;
	color: #333333;
}

.f36 {
	font-size: 36px;
	font-weight: bold;
	color: #333333;
}

.greenline {
	position: relative;
	padding-bottom: 15px;
}

.greenline::after {
	content: '';
	background-color: #289d11;
	width: 80px;
	height: 4px;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%);
	border-radius: 5px;
}

.greenline2 {
	display: inline-table;
	position: relative;
	padding-bottom: 15px;
	font-size: 36px;
	color: #333333;
	font-weight: bold;
}

.greenline2::after {
	content: '';
	background-color: #289d11;
	width: 80px;
	height: 4px;
	position: absolute;
	bottom: 0;
	left: 0;
	border-radius: 5px;
}

.prois {
	margin-top: 80px;
}

.prois a {
	text-decoration: none;
}

.promode {
	border: 1px solid gainsboro;
	padding: 30px;
	text-align: center;
	border-radius: 5px;
	background-color: white;
}

.promode img {
	transition: all .3s;
	width: 100%;
}

.pb70 {
	padding-bottom: 70px;
}

.promode:hover img {
	transform: translate(-50px, -50px);
	transform: scale(1.1);
}

.prodes h4 {
	margin-top: 20px;
	font-size: 30px;
	color: #333333;
	font-weight: bold;
}

.prodes button {
	margin-top: 20px;
	border: #a7a7a7 solid 1px;
	color: #666666;
	width: 160px;
	height: 40px;
	border-radius: 25px;
	box-shadow: none;
}

.prodes button:hover {
	background-color: #289d11;
	border: #289d11 solid 1px;
}

.prodes button:focus {
	background-color: #289d11;
	box-shadow: none;
	color: white;
}

.prodes button:active {
	background-color: #289d11;
	box-shadow: none;
	color: white;
}

.p80 {
	padding: 80px;
}

.zhi {
	background-image: url(../img/yiyong.jpg);
	background-repeat: no-repeat;
}

.leftzhi h4 {
	color: #333333;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 30px;
}

.leftzhi p {
	font-size: 20px;
	color: #333333;
	margin: 0;
}

.leftzhi a {
	transition: all .3s;
}

.leftzhi a:hover {
	border-radius: 10px;
	background-color: #62c602;
}

.shili {
	margin-top: 30px;
	padding: 39px;
	background-color: #ffffffde;
	align-items: end;
	width: 133%;
	z-index: 2;
	position: relative;
	transition: all .3s;
}

.shili:hover {
	box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .1);
}

.shili img {
	margin-right: 15px;
	margin-top: 15px;
}

.miaoshu h3 {
	font-size: 24px!important;
	font-weight: bold!important;
	color: #333333!important;
}

.miaoshu h6 {
	margin-top: 15px;
	font-size: 18px;
	color: #4c4c4c;
	margin-bottom: 0;
	line-height: 1.45;
}

.more {
	display: block;
	width: 200px;
	height: 55px;
	background-color: #289d11;
	border-radius: 30px;
	color: white;
	text-align: center;
	line-height: 55px;
	font-size: 24px;
	color: white;
	text-decoration: none;
	margin-top: 30px;
}

.more:hover {
	color: white;
	text-decoration: none;
}

.cs h4 {
	color: #333333;
	font-size: 36px;
	font-weight: bold;
}

.cs p {
	font-size: 24px;
	color: #333333;
	margin-bottom: 0;
	margin-top: 20px;
	margin-bottom: 50px;
}

.cs img {
	margin-top: 15px;
}

.cahngsuo {
	margin-top: 70px;
	background-image: url(../img/1.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.changsuomo {
	height: 100%;
	padding: 45px 90px;
	background-color: #FFFFFF;
	transition: all .3s;
}

.changsuomo:hover {
	background-color: #62c602;
	border-radius: 20px;
	transform: scale(1.05);
	box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .1);
}

.changsuomo:hover p {
	color: white;
}

.changsuomo p {
	font-size: 24px;
	color: #333333;
	margin-top: 46px;
}

.changsuomo2 {
	height: 100%;
	padding: 45px 90px;
	background-color: #eef7f4;
	transition: all .3s;
}

.changsuomo2:hover {
	background-color: #62c602;
	border-radius: 20px;
	transform: scale(1.05);
	box-shadow: 0 10px 10px 0 rgba(0, 0, 0, .1);
}

.changsuomo2:hover p {
	color: white;
}

.changsuomo2 p {
	font-size: 24px;
	color: #333333;
	margin-top: 46px;
}

.cssed {
	display: flex;
}

.abouted span {
	font-weight: bold;
	font-size: 24px;
	color: #289d11;
	position: relative;
	bottom: -10px;
}

.abouted p {
	line-height: 2;
	color: #666666;
	margin-bottom: 0;
	margin-top: 45px;
}

.cssed span {
	font-weight: bold;
	font-size: 24px;
	color: #289d11;
	position: relative;
	bottom: -10px;
}

.swiper-case .swiper-button-prev {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #a9a9a9;
	background-image: url(../img/leftjiantou.png);
	background-size: auto;
	transition: all .3s;
	right: 85px;
	left: auto;
	top: -0;
}

.swiper-case .swiper-button-next {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #a9a9a9;
	background-image: url(../img/righttou.png);
	background-size: auto;
	transition: all .3s;
	right: 15px;
	top: -0;

}

.swiper-case .swiper-button-next:hover {
	background-color: #289d11;
	right: 10px;
}

.swiper-case .swiper-button-prev:hover {
	background-color: #289d11;
	right: 90px;
}

.swiper-case {
	margin-top: 50px;
}

.guanyu {
	background: url(../img/ab_bg.jpg) no-repeat center;
}

.three {
	margin-top: 70px;
}

.three-mode {
	text-decoration: none;
	color: #333333;
}

.three-mode:hover {
	text-decoration: none;
	color: #289d11;
}

.three-dsc {
	margin-left: 15px;
}

.three-dsc h5 {
	color: #333333;
	font-size: 24px;
	transition: all .3s;
}

.three-dsc h6 {
	color: #666666;
	font-size: 18px;
	transition: all .3s;
}

.three-mode:hover {
	margin-top: -20px;
}

.three-mode:hover .three-dsc h5 {
	color: #289d11;
}

.three-mode:hover .three-dsc h6 {
	color: #289d11;
}

.huibao {
	transition: all .3s;
}

.huibao:hover {
	margin-top: -20px;
}

.huibao p {
	margin-top: 15px;
	font-size: 24px;
	color: #333333;
}

.huibao h6 {
	font-size: 18px;
	color: #666666;
}

.qiatan a {
	margin-top: 60px;
	display: inline-block;
	color: white;
	font-weight: bold;
	font-size: 24px;
	width: 380px;
	height: 64px;
	background-color: #2aa300;
	text-align: center;
	line-height: 64px;
	border-radius: 30px;
	transition: all .3s;
	text-decoration: none;
}

.qiatan a:hover {
	border-radius: 10px;
	background-color: #62c602;
}

.links img {
	margin-right: 25px;
}

.links a {
	font-size: 18px;
	color: #666666;
	text-decoration: none;
	margin: 0 5px;

}

.links a:hover {
	text-shadow: 8px 12px 14px #289d11, 1px 2px 20px #28a745;
	font-weight: bold;
}

.footer {
	padding: 40px 0;
	background-color: #f6f6f6;
}

.footer ul {
	list-style: none;
}

.footer ul li {
	display: inline-block;
}

.footer ul li {
	border-right: 1px solid #a7a7a7;
	transition: all .3s;
}

.footer ul li:hover {
	transform: translate(20px, 0);
}

.footer ul li a {
	text-decoration: none;
	color: #333333;
	font-size: 18px;
	padding: 0 35px;
	transition: all .3s;
}

.footer ul li a:hover {
	color: #289d11;
}

.footer ul li:last-child {
	border-right: none;
}

.footer ul li:first-child a {
	padding-left: 0;
}

.add {
	line-height: 2;
}

.add span {
	font-size: 16px;
	color: #666666;
}

.add p {
	font-size: 16px;
	color: #666666;
	margin-bottom: 0;
}

.add a {
	font-size: 16px;
	color: #666666;
	text-decoration: none;
}

.address {
	border-right: 1px solid #a7a7a7;
	padding-right: 10px;
}

.swiper-zhi .swiper-slide img {
	
}

.leftzhi h3 {
	text-transform: uppercase;
	font-size: 100px;
	font-weight: bold;
	color: #e5e5e5;
	margin: 0;
}

.t-ab {
	position: relative;
	top: -50px;
}

.colums span {
	font-size: 60px;
	font-weight: bold;
	color: #eeeeee;
	writing-mode: vertical-rl;
	text-transform: uppercase;

}

.honert {
	text-decoration: none !important;
	border: 1px solid #f5f7f9;
}

.honert :honer {
	text-decoration: none;
}

.honert p {
	color: #666666;
	background-color: #f5f7f9;
	padding: 15px 0;
	margin-bottom: 0;
}

.honert img {
	
}

.conta {
	border-left: 4px solid #289d11;
	padding-left: 20px;
}

.conta h3 {
	color: #289d11;
	font-size: 36px;
	margin: 0;
}

.conta p {
	color: #289d11;
	font-size: 20px;
	margin: 0;
}

.liax {
	background: url(../img/lieoji.jpg) no-repeat center;
	background-size: cover;
	background-attachment: fixed;
}

.leftliu h3 {
	color: #333333;
	font-size: 36px;
	margin: 0;
	margin-top: 40px;
}

.leftliu h6 {
	font-size: 20px;
	color: #333333;
	margin: 0;
	margin-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid gray;
}

.leftliu p {

	font-size: 18px;
	color: #333333;
	margin: 0;
	margin-top: 20px;
}

.leftliu h5 {
	font-size: 48px;
	color: #289d11;
	margin: 0;
	margin-top: 20px;
}

.form-control {
	background: none;
	box-shadow: none;
	border: none;
	border-bottom: 1px solid gray;
	border-radius: 0;
	margin-top: 30px;
}

.form-control:focus {
	background: none;
	box-shadow: none;

	border-color: #289d11;
}

.form-control:active {
	background: none;
	box-shadow: none;
	border-color: #289d11;
}

.sub button {
	background-color: #289d11;
}

.sub button:focus {
	background-color: #289d11;
}

.sub button:active {
	background-color: #289d11;
}

.xiding {
	padding-right: 150px;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
}

.xiding h4 {
	font-size: 36px;
	color: #3333333;
}

.xiding p {
	font-size: 20px;
	color: #333333;
	line-height: 2;
}

.iconeds {
	display: flex;
	align-items: center;
	justify-content: space-around;
}

.iconeds p {
	font-size: 14px;
}

.xuanzhuan {
	-webkit-transform: rotate(360deg);
	animation: rotation 1s linear infinite;
	-moz-animation: rotation 1s linear infinite;
	-webkit-animation: rotation 1s linear infinite;
	-o-animation: rotation 1s linear infinite;
	transition: all .3s;
}
.xuanzhuan:hover {
	-webkit-transform: rotate(360deg);
	animation: rotation .5s linear infinite;
	-moz-animation: rotation .5s linear infinite;
	-webkit-animation: rotation .5s linear infinite;
	-o-animation: rotation .5s linear infinite;
	transition: all .3s;
}
.iconeds .icon{
	transition: all .3s;
}
.iconeds .icon:hover{
	margin-top: -20px;
}
.backabout{
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(../img/xianguan1738.jpg);
}
.xiala{
	display: none;
	list-style: none;
	position: absolute;
	left: -50%;
	z-index: 9999;
	width: 100%;
	background-color: white;
	text-align: center;
	transform: translate(50%);
	padding: 30px 20px 20px 20px;
	flex-direction: column;
    align-items: start;
    max-height: 280px;
    flex-wrap: wrap;
}

.xiala li a{
	display: block;
	padding: 10px;
	text-decoration: none;
	color: #333333;
	transition: all .3s;
	font-size: 16px;
}
.xiala li a:hover{
	background-color: #289d11;
	color: white;
}

.navbar .animated{
	animation-fill-mode: none;
}

img{
	max-width:100%;
}


@-webkit-keyframes rotation {
	from {
		-webkit-transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
	}
}







@media screen and (max-width: 768px) {
	.xiding{
		padding-right:0;
	}
	.liax {
		padding-left: 0;
		padding-right: 0;
	}

	.leftliu h5 {
		font-size: 20px;
	}

	.leftliu p {
		font-size: 16px;
	}

	.leftliu h6 {
		font-size: 16px;
	}

	.leftliu h3 {
		font-size: 20px;
	}

	.conta h3 {
		font-size: 18px;
	}

	.colums span {
		font-size: 50px;
	}

	.leftzhi h3 {
		font-size: 80px;
	}

	.navbar {
		padding: 0;
		padding-bottom: 10px;
	}

	.nav-tel {}

	.footer ul li {
		display: block;
		border: none;
	}

	.footer ul li a {
		padding: 0;
	}

	.links img {
		display: block;
		width: 30%;
	}

	.links a {
		font-size: 16px;
	}

	.footer ul li a {
		font-size: 16px;
	}

	.footer {
		padding: 20px 0;
	}

	.pb70 {
		padding-bottom: 20px;
	}

	.pt60 {
		padding-top: 20px;
	}

	.qiatan a {
		margin-top: 60px;
		display: inline-block;
		color: white;
		font-weight: bold;
		font-size: 20px;
		width: 100%;
		height: 40px;
		background-color: #2aa300;
		text-align: center;
		line-height: 40px;
		border-radius: 30px;
		transition: all .3s;
		text-decoration: none;
	}

	.huibao p {
		font-size: 16px;
	}

	.huibao h6 {
		font-size: 14px;
	}

	.cs h4 {
		font-size: 20px;
	}

	.cs p {
		font-size: 16px;
	}

	.three-mode img {
		width: 25%;
	}

	.three-dsc h5 {
		font-size: 16px;
	}

	.three-dsc h6 {
		font-size: 12px;
	}

	.three-dsc {
		margin-left: 5px;
	}

	.abouted p {
		margin-top: 15px;
	}

	.greenline2 {
		font-size: 20px;
	}

	.abouted span {
		font-size: 16px;
	}

	.abouted {
		padding-top: 15px;
	}

	.swiper-case .swiper-button-prev {
		right: auto;
		left: -10px;
		top: 50%;
	}

	.swiper-case .swiper-button-next {
		right: -10px;
		left: auto;
		top: 50%;
	}

	.swiper-case .swiper-button-next:hover {
		right: -10px;
		left: auto;
		top: 50%;
	}

	.swiper-case {
		margin-top: 20px;
	}

	.changsuomo {
		padding: 10px;
	}

	.changsuomo p {
		font-size: 18px;
	}

	.p80 {
		padding: 10px;
	}

	.swiper-zhi .swiper-slide {
		width: 100%;
	}

	.more {
		display: block;
		width: 100%;
		height: 35px;
		background-color: #289d11;
		border-radius: 30px;
		color: white;
		text-align: center;
		line-height: 35px;
		font-size: 16px;
		color: white;
		text-decoration: none;
		margin-top: 30px;
		margin-bottom: 15px;
	}

	.leftzhi p {
		font-size: 14px;
	}

	.leftzhi h4 {
		font-size: 20px;
	}

	.prodes h4 {
		font-size: 16px;
		color: #333333;
		font-weight: bold;
	}

	.promode {
		padding: 15px;
	}

	.prodes button {
		margin-top: 10px;
		border: #a7a7a7 solid 1px;
		color: #666666;
		width: 100px;
		height: 39px;
		border-radius: 12px;
		box-shadow: none;
	}

	.f48 {
		font-size: 20px;
	}

	.f36 {
		font-size: 20px;
	}

	.prois {
		margin-top: 40px;
	}
}
