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

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

.head {
	background-color: #fff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	padding: 30px 0;
	z-index: 99;
	position: sticky;


}

.head .logo {
	animation-duration: 2s;
	padding: 15px;
}

.head .logo a h2 {
	color: #333;
	font-size: 30px;
	font-weight: bold;
}

.head .logo a h2 span {
	color: #da010c;
}

.head .logo a p {
	font-size: 12px;
	color: #999;
	font-family: Hero;
	text-transform: uppercase;
	letter-spacing: 1.6px;
}

.head .head-nav li {
	float: left;
	padding: 40px 25px 20px;
	position: relative;
	display: block;
	margin: 0 15px;
}

.head .head-nav li:after {
	content: "";
	width: 0;
	height: 2px;
	background: #90c130;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all 0.5s ease 0s;
}

.head .head-nav li:hover:after {
	width: 100%;
}

.head .head-nav li a {
	text-decoration: none;
	height: 100%;
	display: block;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	color: #222;
	font-size: 16px;
}

.head .tel {
	font-size: 21px;
	font-family: futura;
	color: #281e1d;
	background: url(../image/tell.png) no-repeat;
	padding-left: 30px;
	padding-top: 5px;
	margin-top: 30px;
	animation-duration: 2s;

}

.keyword {
	padding-top: 20px !important;
}

.keyword li {
	float: left;
	padding-left: 30px;
	font-size: 15px;
}


.about {
	background: url(../image/aboutbj.jpg) no-repeat center;
}

.about {
	padding: 30px;
	margin-top: 20px;
}

.about .about-tit {
	margin-top: 50px;

}

.about .about-tit h2 {
	padding: 10px 0;
	font-size: 35px;
	color: #015ca7;
	line-height: 40px;
	padding-top: 50px;
}

.about .about-tit h2 span {
	font-weight: bold;
}

.about .about-tit .hr {
	content: "";
	width: 80px;
	height: 3px;
	background-color: #90c130;
	margin-top: 20px;
	margin-bottom: 20px;
}

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

.about .about-tit h3 {
	font-size: 24px;
	font-family: Hero;
	text-transform: uppercase;
}

.about .about-tit h4 {
	font-size: 14px;
	color: #999;
	line-height: 30px;
}

.about .about-1 {
	padding: 100px;
}

.about .about-1 p {
	font-size: 16px;
	color: #666;
	line-height: 40px;
	transition: all 0.6s;
}

.about .about-1:hover p {
	transform: translateY(-5px);
	color: #888;
}

.about .about-2 {
	margin-bottom: 80px;
}

.about .about-3 img {
	border-radius: 10px;
	border: 5px solid transparent;
	transition: all 0.6s;
	

}

.about .about-3 {
	transition: all 0.6s;
}

.about .about-3:hover {
	transform: translateY(-5px);
}

.about .about-3:hover img {
	border: 5px solid #90c130;
}

.sjabout {
	font-size: 16px;
	color: #666;
	line-height: 40px;
	text-align: center;
	margin-bottom: 30px;
	padding: 20px;
}

.sjabout h2 {
	color: #122B40;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 30px;
	padding-top: 15px;
}

.sjabout h2 span {
	color: #083986;
}
.sjabout .about-3{
	margin-top: 10px;
}
.sjabout .about-3 img{
	border-radius: 10px;
}
.product {
	margin: 40px auto 48px auto;
}

.title h2 {
	font-size: 35px;
	font-weight: bold;
	line-height: 80px;
	color: #2d2d2d;
	text-align: center;
}

.title h2 span {
	color: #083986;
}

.title p {
	font-size: 15px;
	color: #999;
	line-height: 30px;
	text-align: center;
}

.pro-class li {
	border-right: 1px solid #fff;
	background: #91c942;
	text-align: center;
	margin-top: 30px;
	padding: 15px;
	transition: all 0.6s;
}

.pro-class li a {
	color: #fff;
	font-size: 18px;
	padding: 25px 60px;

}

.pro-class li:hover {
	background-color: #015ca7;
}

.pro-class li:nth-child(1) a {
	background: url(../image/pro-1.png) no-repeat;
	background-position: 0px 10px;

}

.pro-class li:nth-child(2) a {
	background: url(../image/pro-2.png) no-repeat;
	background-position: 0px 10px;

}

.pro-class li:nth-child(3) a {
	background: url(../image/pro-3.png) no-repeat;
	background-position: 0px 10px;

}


.pro-con {
	margin-top: 50px !important;
}

.mar {
	margin-top: 25px;
}

.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;
	padding: 5px;
	overflow: hidden;
	font-size: 16px;
	color: #666;
	transition: 0.2s;

}

.marqueeleft li:hover .pic {

	transform: translateY(-5px);
}

.marqueeleft li .txt {
	text-align: center;
	line-height: 43px;
	border-bottom: 1px solid #eee;

}



.adv {
	margin: 50px auto 100px;
	text-align: center;
	border-bottom: 1px solid #eee;
}

.adv-con {
	margin-top: 150px;
}

.adv h2 span,
.case h2 span,
.new h2 span {
	color: #083986;
}

.adv p,
.case p,
.new p {
	font-size: 16px;
	color: #999;
	text-align: center;
	padding-bottom: 30px;
}

.new_box {
	position: relative;
}

.newtel {
	position: relative;

}

.adv3 {
	position: absolute;
	bottom: 0;
	left: 16%;


}

.new_telst li .adv1 {
	padding: 50px 20px;
	font-size: 24px;
	color: #083986;
	font-weight: bold;
}

.new_telst li .adv1 img {
	float: left;
	margin-top: 10px;
}

.adv1 .adv1-1 {
	float: left;
	padding-left: 10px;
	padding-top: 20px;
}

.adv1 p {
	color: #666;
	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
}

.new_telst li.newon .adv1 {

	color: #fc0000;
}

.new_lst {
	position: relative;
	margin-top: 50px;
}

.adv2-3 {
	position: absolute;
	bottom: 5%;
	left: 2%;
	right: 2%;

}

.adv2 {
	padding: 40px 10px;
	background: rgba(255, 255, 255, 0.8);
	box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);
}

.adv2 h2 {
	font-size: 34px;
	color: #083986;
	padding: 15px 0;
	font-weight: bold;

}

.adv2 h5 {
	font-size: 18px;
	color: #222;
}

.adv2-l {
	border-right: 1px solid #eee;
	padding-left: 50px;
}

.adv2-r p {
	color: #666;
	line-height: 30px;
	font-size: 16px;
	padding: 0 30px;
}

.adv4{
	margin-top: 50px;
}

.adv2-1 {
	padding-left: 320px;
	background: url(../image/img-8.jpg) no-repeat center 100%;
	padding-top: 85px;
	padding-bottom: 135px;
	padding-right: 30px;
}

.adv4-3 {
	padding-right: 320px;
	background: url(../image/img-8.jpg) no-repeat center 100%;
	padding-top: 85px;
	padding-bottom: 95px;
	padding-left: 30px;
}

.adv2-1 h2,
.adv4-3 h2 {
	font-size: 24px;
	color: #015ca7;
	padding-left: 80px;
	font-weight: bold;
	background: url(../image/adv1.png) no-repeat 100%;
	display: table;
	line-height: 40px;
}

.adv5-1 {
	background: url(../image/ico8.png) no-repeat;

}

.adv6-1 {
	background: url(../image/ico9.png) no-repeat;

}

.adv5-1 h4,
.adv6-1 h4 {
	font-size: 14px;
	color: #999;
	padding-left: 80px;
	line-height: 30px;
	margin-bottom: 40px;
}

.adv2-1 p,
.adv4-3 p {
	font-size: 16px;
	color: #666;
	line-height: 40px;
	background: url(../image/ico10.png) no-repeat;
	background-position: 0px 10px;
	padding-left: 25px;
}

.adv2-1 .adv2-t {
	margin-top: 40px;

}

.adv2-1 .adv2-t p {
	font-size: 18px;
	color: #222;
	font-weight: bold;
	text-align: center;
}

.adv2-1 .adv2-t li {
	border-right: 1px solid #ccc;
	transition: all 0.6s;
}

.adv2-1 .adv2-t li:hover {
	transform: translateY(-5px);
}

.adv2-2 {
	padding: 0 !important;
}

.adv2-con {
	margin-top: 20px;
}

.case {
	margin-top: 100px;
}

.case-1 {
	margin: 30px auto;
	transition: all 0.6s;

}

.case-1:hover {
	transform: translateY(-10px);

}

.case-1 img {
	border: 5px solid transparent;
}

.case-1:hover img {
	border: 5px solid #083986;
}

.case-1 p {
	line-height: 60px;
	border-bottom: 1px solid #eee;
	padding-bottom: 0;
}

.case-1:hover p {
	color: #083986;
	border-bottom: 1px solid #083986;
}


.new {
	margin: 70px auto !important;
}

.new-1 {
	padding: 20px;
	transition: 0.6s;
}

.new-1:hover {
	transform: translateY(-5px);
	background: #fff;
	box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);
}

.new-1 h5 {
	font-size: 14px;
	color: #015ca7;
	line-height: 40px;
}

.new-1 img {
	border-radius: 10px;
}

.new-1 h2 {
	font-size: 17px;
	color: #222;
	line-height: 80px;
}

.new-1 p {
	text-align: left;
	font-size: 15px;
	color: #666;
	line-height: 35px;
}

.new-1 .newmore {
	display: table;
	padding: 10px 30px;
	background-color: #d2d2d2;
	color: #333;
	border-radius: 50px;

}

.new-1 .newmore:hover {
	background-color: #015CA7;
	color: #fff;
}

.foot {
	background: url(../image/footbg.jpg) no-repeat;
	background-size: cover;
}

.foot-con {
	margin-top: 80px;
}

.sjfoot-left h3 {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	line-height: 60px;
}

.sjfoot-left h3 span img {
	padding-right: 10px;
	padding-top: 23px;
}

.sjfoot-left p {
	font-size: 16px;
	color: #fff;
	line-height: 40px;
}


.link {
	font-size: 16px;
	padding: 20px 0 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}

.link h3 {
	float: left;
	color: #fff;
	line-height: 20px;
	font-size: 16px;
}

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

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

.foot1-1:nth-child(1) {
	background: url(../image/fot1.png)no-repeat left;
	padding-left: 55px;
	margin: 40px 0;
}

.foot1-1:nth-child(2) {
	background: url(../image/fot2.png)no-repeat left;
	padding-left: 55px;
	margin: 40px 0;
}

.foot-1:nth-child(1) {
	background: url(../image/fot1.png)no-repeat left;
	padding-left: 55px;
	margin: 40px 0;
}

.foot-1:nth-child(2) {
	background: url(../image/fot3.png)no-repeat left;
	padding-left: 55px;
	margin: 40px 0;
}

.foot-1 p,
.foot1-1 p {
	font-size: 16px;
	color: #fff;
	line-height: 25px;
}

.foot-1 h3,
.foot1-1 h3 {
	font-size: 26px;
	color: #fff;
	font-weight: bold;
}

.foot-1 h4,
.foot1-1 h4 {
	font-size: 16px;
	color: #fff;
}

.foot-2 {
	color: #fff;
	font-size: 16px;
	margin-top: 90px;
	line-height: 35px;
}

.foot-2 a {
	color: #fff;
}

.foot-3 {
	margin-top: 40px;
}

.foot-nav {
	border-bottom: 1px dashed #fff;
	padding: 15px 0;
	margin-bottom: 70px;
}

.foot-nav1 h4 {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 20px;
}

.foot-nav1 li a {
	color: rgba(255, 255, 255, 0.7);
	font-size: 16px;
	line-height: 45px;
}

.foot-nav li a {
	float: left;
	padding: 0 66px;
	color: #fff;
	font-size: 18px;
	transition: 0.6s;
	border-right: 1px solid #fff;
}

.foot-nav li a:hover {
	color: #eee;
	transform: translateX(-5px);
}

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

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

.sjfoot {
	background: url(../image/footbg.jpg) no-repeat;
	background-size: cover;
	color: #fff;
}

.sjfoot-left .sjlast {
	font-size: 14px;
	line-height: 25px;
	padding-top: 20px;
	color: #fff;
	padding-bottom: 20px;
}

.sjcase p {
	font-size: 16px;
	text-align: center;
	padding: 20px 0;

}



.sjcase h2 {
	font-size: 20px;
	color: #333;
	padding: 10px 0;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}

.sjcase h2 span {
	color: #083986;
}
.sjcase img{
	border-radius: 10px;
}
.sjhead-nav li {
	background: #0768B2;
	border: 1px solid #fff;
	padding: 8px 0;
	text-align: center;

}

.sjhead-nav li a {
	color: #fff;
	font-size: 14px;
}
@media only screen and (max-width:768px) {
	
	.new-1 {
		padding: 40px;
		
	}
	.new h2{
		font-size: 20px;
	}
}
@media only screen and (max-width:1700px) {
	.adv2-1 {
		padding-left: 190px;
		background: url(../image/img-8.jpg) no-repeat center 100%;
		padding-top: 85px;
		padding-bottom: 80px;
		padding-right: 30px;
	}
	
	.adv4-3 {
		padding-right: 190px;
		background: url(../image/img-8.jpg) no-repeat center 100%;
		padding-top: 55px;
		padding-bottom:40px;
		padding-left: 30px;
	}
}
@media only screen and (max-width:1605px){
	.adv2-1 {
		padding-left: 68px;

		padding-top: 60px;
		padding-bottom:85px;
		padding-right: 30px;
	}
	
	.adv4-3 {
		padding-right: 68px;

		padding-top: 60px;
		padding-bottom:45px;
		padding-left: 30px;
	}
}
@media only screen and (max-width:1505px){
	.adv2-1 {
		padding-left: 68px;

		padding-top: 46px;
		padding-bottom: 60px;
		padding-right: 30px;
	}
	
	.adv4-3 {
		padding-right: 68px;
		
		padding-top: 40px;
		padding-bottom:30px;
		padding-left: 30px;
	}
}

@media only screen and (max-width:1405px){
	.adv2-1 {
		padding-left: 30px;
	
		padding-top: 26px;
		padding-bottom: 60px;
		padding-right: 30px;
	}
	
	.adv4-3 {
		padding-right: 30px;
		
		padding-top: 20px;
		padding-bottom:20px;
		padding-left: 30px;
	}
}

@media only screen and (max-width:1300px) {
	.adv2-1 {
		padding-left: 30px;
	
		padding-top:20px;
		padding-bottom: 10px;
		padding-right: 30px;
	}
	
	.adv4-3 {
		padding-right: 30px;
		
		padding-top: 20px;
		padding-bottom:10px;
		padding-left: 30px;
	}
}
