@font-face {
	font-family: Futura;
	src: url(../fonts/Futura-Bold.otf);
}

@font-face {
	font-family: Hero;
	src: url(../fonts/Hero.otf);
}

@font-face {
	font-family: Radikal;
	src: url(../fonts/Nootype - Radikal.otf);
}

@font-face {
	font-family: Source;
	src: url(../fonts/SourceHanSansCN-Medium.otf);
}

.head-logo {
	margin: 20px auto;
}

.head-logo h3 {
	font-size: 30px;
	color: #16a4d2;
	font-weight: bold;
}

.head-logo p {
	font-size: 10px;
	color: #5f5d5e;
	font-family: Hero;
	text-transform: uppercase;
	line-height: 30px;
}

.head {
	background: #fff;
	box-shadow: 3px 3px 13px rgba(0, 0, 0, 0.2);
}

.head-nav li {
	float: left;
	padding: 40px 25px 38px;
	position: relative;
	display: block;
	font-size: 17px;

}

.head-nav li:hover {
	background: #16a4d2;
	transition: all 0.6s;
}

.head-nav li:hover a {
	color: #fff;
}

.head-tell {
	margin-top: 20px;
}

.tell-1 {
	color: #666;
	font-size: 16px;
	padding-top: 3px;

}

.nav-tel {
	font-size: 28px;
	color: #16A4D2;
	font-family: Radikal;
}

.title {
	margin-top: 60px;
	margin-bottom: 80px;
}

.title h2 {
	font-family: "Source";
	color: #16A4D2;
	font-size: 58px;
	text-transform: uppercase;
}

.title h3 {
	font-size: 34px;
	font-family: Source;
	color: #5f5d5e;
	line-height: 50px;

}

.title span {
	content: "";
	height: 4px;
	width: 88px;
	background: #16A4D2;
	display: inline-block;
	margin-bottom: 10px;
	margin-left: 10px;
}

.title h4 {
	font-size: 71px;
	font-weight: bold;
	color: #16A4D2;
	line-height: 100px;

}

.title p {
	font-size: 16px;
	color: #5f5d5e;
}

.about {
	position: relative;
	margin-top: 90px;

}

.about-tit {
	position: absolute;
	background: #fff;
	padding: 50px;
	left: 6.5%;
	top: 58%;
	transition: all 1s;

}

.about-tit:hover {
	transform: translateY(-10px);
	box-shadow: 3px 3px 13px rgba(0, 0, 0, 0.1);
}

.about-img {
	overflow: hidden;

}

.about-img img {
	transition: all 1s;
}

.about-img:hover img {
	transform: scale(1.1);
}

.about-tit p {
	font-size: 16px;
	color: #666;
	line-height: 35px;

}

.aboutmore {
	margin-top: 50px;
}

.aboutmore a {
	background: #16A4D2;
	padding: 8px 30px;
	color: #fff;
	font-size: 16px;

}

.about-bot {
	margin-top: 80px;
}

.about-2 {
	transition: all 1s;
}

.about-2:hover {
	transform: translateX(-5px);
}

.about-2:nth-child(1) {
	background: url(../image/about3.jpg) no-repeat center;
	padding: 80px 10px 50px 160px;
}

.about-2:nth-child(2) {
	background: url(../image/about4.jpg) no-repeat center;
	padding: 80px 10px 50px 160px;
}

.about-2:nth-child(3) {
	background: url(../image/about5.jpg) no-repeat center;
	padding: 80px 10px 50px 160px;
}

.about-2 h3 {
	font-size: 18px;
	color: #050100;
	font-weight: bold;
}

.about-2 h4 {
	font-size: 16px;
	color: #666;
	line-height: 40px;
}

.sjtit {
	margin: 30px auto;
}

.sjtit h3 {
	text-align: center;
	padding: 5px 0;
	font-size: 24px;
	color: #16A4D2;
	font-family: Source;
	text-transform: uppercase;
}

.sjabout p {
	color: #666;
	line-height: 30px;
	font-size: 15px;
	padding: 30px 10px;

}

.sjabout .sjmore {
	margin: 10px 20px;
}

.sjabout .sjmore a {
	background: #16A4D2;
	padding: 5px 25px;
	color: #fff;
	font-size: 16px;
}

.pro {
	margin-top: 80px;
}

.pro-1 {
	overflow: hidden;

}

.pro-1 img {
	transition: all 0.6s;
}

.pro-1 img:hover {
	transform: scale(1.1);
}

.pro-r {
	margin-top: 37px;
}

.pro-2 {
	overflow: hidden;
	position: relative;
	margin: 20px;
}

.pro-2 img {
	transition: all 0.6s;
	overflow: hidden;


}

.pro-2:hover img,
.pro-2:hover p {
	transform: translateY(-5px);
}

.pro-2 p {
	position: absolute;
	background: rgba(0, 0, 0, 0.5);
	left: 0;
	right: 0;
	padding: 15px 0;
	bottom: 0;
	text-align: center;
	color: #fff;
	font-size: 16px;
	transition: all 0.6s;
}

.pro-2 p:hover {
	background: rgba(22, 164, 210, 0.8);
}

.casebox {
	margin: 50px auto;

}

.case-con {
	margin-top: 30px;

}

.case-con .caseC {
	transition: all 0.6s;
}

.case-con .caseC li {
	border-bottom: 1px dashed #ccc;
	padding: 30px 13px;


}

.case-con .caseC .on {
	border: 1px solid transparent;
	background: #16a4d2;
	animation: fadeInAnimation ease 0.7s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;

}

@keyframes fadeInAnimation {
	0% {
		opacity: 0;
	}

	50% {
		opacity: 0.5;
	}

	100% {
		opacity: 1;
	}
}

.case-con .caseC li h3 {
	font-size: 24px;
	font-weight: bold;
	color: #222;

}

.case-con .caseC li h3 span {
	font-size: 42px;
	color: #16A4D2;
	font-family: Source;
	padding-top: 10px;
	font-weight: normal;
	display: inline-block;
}

.case-con .caseC li p {
	font-size: 14px;
	color: #999;
	line-height: 30px;
}

.case-con .caseC .on h3 {
	color: #fff;
}

.case-con .caseC .on h3 span {
	color: #fff;
}

.case-con .caseC .on p {
	color: #fff;
}

.case01 {
	margin-top: 0 !important;
}

.caseS {
	margin-top: 90px;
}

.caselist {
	position: relative;
	margin-left: 30px;
}

.casetit {
	position: absolute;
	bottom: 0;
	left: 60%;
	background: #fff;
	right: 0;
	color: #fff;
	padding: 50px;
	transition: all 0.6s;

}

.casetit:hover {
	transform: translateX(5px);
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
}

.casetit h3 {
	font-size: 90px;
	color: #16a4d2;
	font-weight: bold;
	margin-bottom: 10px;
	font-family: "bodoni mt black";
}

.casetit h2 {
	color: #16a4d2;
	font-size: 30px;
	font-weight: bold;
}

.casetit h4 {
	color: #5f5d5e;
	font-size: 24px;
	line-height: 50px;
	margin-bottom: 60px;
}

.casetit p {
	line-height: 40px;
	font-size: 16px;
	color: #666;
}

.sjadv1 {
	margin-top: 20px;
}

.sjadv1 h2 {
	color: #16a4d2;
	font-size: 30px;
	font-weight: bold;
	margin-top: 20px;
}

.sjadv1 h4 {
	color: #5f5d5e;
	font-size: 24px;
	line-height: 50px;
	margin-bottom: 20px;
}

.sjadv1 p {
	line-height: 40px;
	font-size: 16px;
	color: #666;
}

.casetit a {
	border: 1px solid #fff;
	padding: 8px 30px;
	display: table;
	font-size: 15px;
	margin-top: 10px;
	color: #fff;
}

.casetit a:hover {
	border: 1px solid #fff;
	background: #fff;
	color: #07913C;

}

.adv {
	margin-top: 50px;
}

.adv1 {
	margin-top: 40px;
}

.adv1 p {
	color: #333;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 50px;
	transition: all 0.6s;
}

.adv1 img {
	transition: all 0.6s;
}

.adv1:hover img {
	transform: rotate(360deg);
}

.adv1:hover p {
	color: #16A4D2;
	transform: translateY(-3px);
}

.marqueeleft {
	overflow: hidden;
	/* margin: 40px auto; */
}

.marqueeleft ul {
	float: left;
}

.marqueeleft li {
	float: left;
	margin: 0 10px;
	display: inline;
	overflow: hidden;
}

.marqueeleft li .pic {
	display: block;
	border-bottom: #ccc 1px solid;
	padding: 5px;
	overflow: hidden;
	font-size: 18px;
	color: #666;
	transition: 0.5s;
}

.marqueeleft li:hover .pic {
	border-bottom: #16A4D2 2px solid;
	transform: translateY(-5px);
}

.marqueeleft li .txt {
	text-align: center;
	line-height: 43px;
}

.margin {
	margin-top: 50px;
}

.title1 h3 {
	font-family: "Source";
	color: #16A4D2;
	font-size: 42px;
	text-transform: uppercase;
	text-align: center;
}

.title1 h4 {
	font-size: 30px;
	color: #5f5d5e;
	line-height: 40px;
	font-family: "Source";
	text-align: center;
}
.new{
	margin-top: 40px;
}
.new .new-con {
	position: relative;
	margin-top: 60px;
}

.new-2 .new-tit {
	background: #fff;
	position: absolute;
	padding: 50px;
	top: 150px;
	left: -150px;
	transition: all 0.6s;
}

.new-1 {
	overflow: hidden;
}

.new-1 img {
	transition: all 0.6s;
}

.new-1 img:hover {
	transform: scale(1.1);
}

.new-2 .new-tit:hover {
	transform: translateY(-10px);
	box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
}

.new-2 .new-tit h2 {
	font-size: 20px;
	color: #5f5d5e;
	line-height: 50px;
	font-weight: bold;
}

.new-2 .new-tit h3 {
	color: #afacad;
	font-size: 14px;
}

.new-2 .new-tit p {
	color: #666666;
	font-size: 14px;
	line-height: 30px;
	padding-top: 15px;
}

.new-2 .new-tit h4 {
	background: #16A4D2;
	padding: 10px 30px;
	color: #fff;
	display: table;
	margin-top: 30px;
}

.new-3 {
	background: #fff;
	padding: 30px;
	box-shadow: 3px 3px 13px rgba(0, 0, 0, 0.2);
	margin: 40px 10px;
	transition: all 0.6s;
}

@media(max-width:768px) {
	.new-3 {

		margin: 20px 10px;

	}

	.foot-con {
		margin: 30px auto 30px !important;
	}
}

.new-3:hover {
	transform: translateX(5px);
	background: #16A4D2;
}

.jiyao1 {
	display: none;
}

@media(max-width:1500px) {
	.new-2 .new-tit {
		background: #fff;
		position: absolute;
		padding: 30px;
		top: 40px;
		left: -150px;
		transition: all 0.6s;
	}

	.jiyao1 {
		display: block;
	}

	.jiyao {
		display: none;
	}

	.casetit {
		position: absolute;
		bottom: 0;
		left: 40%;
		background: #fff;
		color: #fff;
		padding: 20px;
		transition: all 0.6s;

	}

	.casetit h4 {
		margin-bottom: 30px;
	}

	.caseS {
		margin-top: 150px;
	}

	.pro-r {
		margin-top: 50px;
	}

	.about-tit {
		padding: 25px;
	}

	.pro {
		margin-top: 40px;
	}

	.casebox {
		margin: 5px auto;
	}
	
	.title {

	    margin-bottom: 40px;
	}



}
@media(max-width:1700px) {
	.new-2 .new-tit {
		background: #fff;
		position: absolute;
		padding: 30px;
		top: 110px;
		left: -150px;
		transition: all 0.6s;
	}

	.jiyao1 {
		display: block;
	}

	.jiyao {
		display: none;
	}

	.casetit {
		position: absolute;
		bottom: 0;
		left: 40%;
		background: #fff;
		color: #fff;
		padding: 20px;
		transition: all 0.6s;

	}

	.casetit h4 {
		margin-bottom: 30px;
	}

	.caseS {
		margin-top: 150px;
	}

	.pro-r {
		margin-top: 28px;
	}

	.about-tit {
		padding: 25px;
	}

	.pro {
		margin-top: 40px;
	}

	.casebox {
		margin: 5px auto;
	}
	
	.title {

	    margin-bottom: 40px;
	}



}

.new-3:hover h3 span,
.new-3:hover h3,
.new-3:hover h2,
.new-3:hover p {
	color: #fff;
}

.new-3 h3 span {
	font-weight: bold;
	color: #16A4D2;
	font-size: 30px;
}

.new-3 h3 {
	font-size: 16px;
	color: #333f47;
}

.new-3 h2 {
	color: #333;
	font-size: 18px;
	line-height: 60px;
}

.new-3 p {
	font-size: 14px;
	color: #777;
}

.foot {
	background: url(../image/footbg.jpg) no-repeat center top;
	margin-top: 60px;
}

.link {
	font-size: 18px;
	padding: 10px 30px 10px;
	margin-top: 30px;
	color: #fff;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 50px;
	margin-bottom: 30px;
}

.link h3 {
	float: left;
	font-size: 16px;
	border-right: 1px solid #fff;
	padding-right: 20px;
	margin-top: 15px;
}

.link h3 span {
	font-size: 18px;
	font-family: hero;
	display: block;
}

.link ul li a {
	float: left;
	font-size: 14px;
	padding-left: 25px;
	color: #fff;
	padding-top: 8px;
}

.foot-con {
	margin: 30px auto 70px;
}

.foot-1 {
	margin-top: 50px;
}

.foot .foot-1 h3 {
	font-family: hero;
	color: #fff;
	text-transform: uppercase;
	font-size: 21px;
	padding: 0 20px;
}

.foot .foot-1 h2 {
	font-size: 30px;
	color: #fff;
	font-family: futura;
	padding: 10px 20px;

}

.foot .foot-1 p {
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	padding: 0 20px;

}

.foot .foot-2 {
	margin-top: 70px;
	padding-left: 10px;
}

.foot .foot-2 dt {
	color: #d5d5d5;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 20px;

}

.foot .foot-2 dd a {
	color: #c5c5c5;
	font-size: 16px;
	line-height: 35px;
}

.foot .foot-3 {
	color: #fff;
	margin-top: 50px;
	padding-left: 30px;
}

.foot .foot-3 p {
	font-size: 16px;
	text-align: center;
	padding: 15px;
}

.foot-bot {
	padding: 15px 0;
}

.foot-bot p {
	font-size: 14px;
	color: #fff;
	text-align: center;
}

.foot-bot p a {
	color: #fff;
}

.sjpro-con {
	background: #f5f5f5;
	padding: 20px;
	margin-top: 10px;
}

.sjtit h4 {
	color: #5f5d5e;
	font-size: 24px;
	font-family: Source;
	text-align: center;
}


.sjcase-1 p {
	font-size: 15px;
	line-height: 50px;
	text-align: center;
}



.tell {
	background: #2c70b9;
	padding: 15px 0;
}
