@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: 10px 0;
	z-index: 99;
	position: sticky;
	overflow: hidden;
	
	
}
.head .logo{
	animation-duration:2s ;
}

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

.head .nav li {
	float: left;
	padding: 20px 40px 20px;
	position: relative;
	display: block;
	
}

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

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

.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 {
	animation-duration:2s ;
	margin-top: 20px;
}
.head .tel h3{
	font-size: 30px;
	font-family: Hero;
	padding-left: 10px;
}
.head .tel h2{
	font-size: 14px;
	border-right: 1px solid #999;
	padding-right: 10px;
	padding-left: 10px;
	}




.pro {
	margin-top: 60px;
}




.pro .pro-class li {
	transition: 0.3s;
	width: 20%;
	float: left;


}
.pro .pro-class li img{
	transition: all 0.6s;
}
.pro .pro-class li:hover{
	transform: translateY(-5px);
}
.pro .pro-class li a {
	font-size: 17px;
	color: #333;
	text-align: center;
	line-height: 50px;
}



.pro .pro-class li:hover .pro-classbg {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	background: #0B86D3;
	transform: translateY(-5px);
}

.pro .pro-class li:hover a {
	color: #0b86d3;
}

.pro .pro-class,
.pro .pro-con,
.about,
.adv,
.new,
.sjpro,
.sjabout {
	margin-top: 60px;
}
.pro .pro-con{
	background: url(../image/probj.jpg) no-repeat left;
	padding:80px;
}
.pro .pro-con .pro-img img {
	
	transition: 0.3s;
}

.pro .pro-con .pro-img:hover img {
	transform: translateY(-5px);
}

.pro .pro-new {
	padding-left: 30px;
	animation-duration: 3s;
}

.pro .pro-new h2 a {
	font-size: 30px;
	font-weight: bold;
	color: #222;
	line-height: 40px;
}
.pro .pro-new p {
	color: #666;
	font-size: 16px;
	line-height: 45px;
	padding-top: 20px;
}
.pro-new .pro-1 li{
	width: 20%;
	color: #fff;
	text-align: center;
	float: left;
	
}
.pro-1 .pro-1-bg p{
	padding-top:5px !important;
	color: #fff;
}
.pro-1 .pro-1-bg {
	background: #0b86d3;
	border-radius:10px;
	padding:20px 0 10px;
	margin: 30px 10px;
	transition: all 0.5s;
}
.pro-1 .pro-1-bg:hover{
	transform: translateX(-5px);
}
.pro-new .promore a {
	font-size: 16px;
	color: #666;
	padding: 10px 45px;
	border: 1px #ccc solid;
	border-radius: 30px;
	margin-top:70px;
	display: table;
	transition: 0.3s;
}

.pro-new .promore:hover a {
	font-size: 16px;
	color: #fff;
	padding: 10px 45px;
	border: 1px #e54d0e solid;
	border-radius: 30px;
	background-color: #e54d0e;
	transform: translateY(-5px);
	display: table;
}


.marqueeleft {
	overflow: hidden;
	margin: 20px 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: 15px;
	color: #666;
	transition: 0.2s;
	width: 307px;
	height: 260px;
	
}
/* .marqueeleft li img{
	width: 307px;
	height: 230px;
} */


.marqueeleft li:hover .pic {

	transform: translateY(-5px);
}

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

.about {
	background: url(../image/aboutbj.jpg) no-repeat right;
	overflow: hidden;
}
.demo span{
	font-family: impact;
	font-size:60px;
	color: #0b86d3;
	display: block;
	line-height: 60px;
}
.about-num h6{
	padding-top:5px;
	font-size: 16px;
	color: #666666;
}
.about-num p{
	font-weight: bold;
	color: #0b86d3;
	padding-top: 30px;
	font-size: 18px;

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

.about-left .about-tit {

	padding: 20px 0;
}
.about-left .about-tit p {
	font-size: 16px;
	color: #666;
	line-height: 40px;
	padding:90px 30px 0 0;
}

.adv-txt,.new-tit{
	margin: 60px auto;
}
.adv-1{
	padding:20px 50px;
}
.adv-1 h2,.adv-2 h2{
	font-size:25px;
	color: #0b86d3;
	padding: 20px 0;
	font-weight: bold;
}
.adv-1 p,.adv-2 p{
	font-size: 16px;
	color: #666;
	line-height: 40px;
}
.adv-1 p span,.adv-2 p span{
	color: #0b86d3;
}
.adv-1 .adv-t{
	margin-top:40px;
	
}
.adv-1 .adv-t p{
	font-size: 18px;
	color: #222;
	font-weight: bold;
	text-align: center;
}
.adv-1 .adv-t li {
	border-right: 1px solid #ccc;
	transition: all 0.6s;
}
.adv-1 .adv-t li:hover{
	transform: translateY(-5px);
}
.hr{
	content: "";
	border-top: 1px solid #ccc;
	padding-top: 10px;
	display: block;
	margin-top: 20px;
	margin-bottom: 50px;
}
.adv-2{
	background:#f5f5f5;
	margin-top: 30px;
	
}
.adv-2 .adv-tit{
	padding-top: 100px;
}
.adv-2 .adv-img{
	overflow: hidden;
}
.adv-2 .adv-i{
	margin-top:15px;
}
.adv-2 .adv-img .adv-r{
	position: relative;
}
.adv-2 .adv-img .adv-r .adv-r-t{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(11,134,211,0.6);
	padding: 10px 0;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	color: #fff;
}
@media only screen and (max-width: 1930px)and (min-width:1700px){
	.zfr2{display: none;}
}
@media only screen and (max-width: 1710px) and (min-width:1400px){
	.zfr1{display: none;}
	.about {
		background: url(../image/aboutbj.jpg) no-repeat center;
	
	}
	.head .nav li {
		
		padding: 20px 30px 20px;
	
		
	}
}
@media only screen and (max-width: 1410px){
	.zfr1{display: none;}
	.adv-2 .adv-tit{
		padding-top: 30px;
		padding-bottom: 20px;
	}
	.adv-2 p{
		line-height:35px;
	}
	.hr{
		margin-top:10px;
		margin-bottom:10px;
	}
	.about {
		background: url(../image/aboutbj.jpg) no-repeat center;
	
	}
	.head .nav li {
		
		padding: 20px 20px 20px;
	
		
	}
	
}
@media only screen and (max-width:798px){
	.adv-1{padding:20px 20px;}
	.adv-2{
		background:transparent;
		margin-top: 30px;
		
	}
}
.new-1{
	background: #fff;
	box-shadow: 2px 3px 13px rgba(0,0,0,0.3);
	padding: 20px;
	margin:0 5px;
}

.new-1 h2{
	font-size: 22px;
	line-height: 60px;
	color: #333;
}
.new-1 h2:hover{
	color: #0B86D3;
}

.new-1 h3{
	font-size: 16px;
	color: #666;
}
.new-1 p{
	color: #666;
	font-size: 15px;
	line-height: 30px;
	padding-top: 20px;
	transition: all 0.5s;
}
.new-1 p:hover{
	transform: translateY(-5px);
}
.new-1 .newmore{
	background:#0B86D3 ;
	padding: 7px 20px;
	display: table;
	margin-top: 20px;
	color: #fff;
	transition: all 0.5s;
}
.new-1 .newmore:hover{
	transform: translateY(-5px);
}
.new-2{
	border-bottom: 1px solid #eee;
	margin-left: 30px;
	margin-top: 40px;
	transition: all 0.5s;
}
.new-2:hover{
	transform: translateX(-5px);
}
.new-2-1{
	margin-top: 20px;
}
.new-2-1 h3{
	font-size: 30px;
	font-family: futura;
	color: #222;
	text-align: center;
}
.new-2-1 h4{
	font-size: 16px;
	font-family:hero;
	color: #999;
	text-align: center;
	padding-top: 10px;
}
.new-2-2 h2{
	font-size: 22px;
	color: #222;
	line-height:30px;
}
.new-2-2 p{
	color: #666;
	font-size: 15px;
	line-height: 30px;
	padding-top:10px;
	padding-bottom: 40px;
}
.foot {
	background: url(../image/footbg.jpg) no-repeat;
	background-size: cover;
	margin-top: 60px;
}
.foot-1{
	margin-top:60px;
}
.foot-con {
	margin-top: 30px;
}
.fot-logo{
	margin-top: 40px;
}
.foot-con .foot-left{
	padding-left: 40px;
}
.foot-con .foot-left h3,.sjfoot-left h3 {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	line-height: 60px;
	text-transform: uppercase;
}


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



.foot-con .foot-mid dd a {
	font-size: 16px;
	color: #fff;
	line-height: 40px;
}

.foot-con .foot-mid dd a span {
	padding-left: 20px;
}

.link {
	font-size: 18px;
	border-bottom: 1px #ccc solid;
	padding: 20px 0 20px;
	margin-top: 10px;
	color: #fff;
}

.link h3 {
	float: left;
}

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

.footbot {
	padding: 20px 0;
	font-size: 15px;
	color: #eee;
	margin-top: 30px;
}

.footbot a {
	color: #eee;
	font-size: 15px;
}

.sjpro h3,
.sjabout .sjaboutcon h3,
.sjnew h3,.sjtit h3 {
	text-align: center;
	font-size: 30px;
	color: #0B86D3;
	line-height: 60px;
}




.sjpro h3 font,
.sjabout .sjaboutcon h3 font,
.sjnew h3 font, .sjtit h3 font {
	font-size: 30px;
	color: #333;
	font-weight: bold;
}

.sjpro h5,
.sjabout .sjaboutcon h5,
.sjnew h5 {
	font-size: 15px;
	text-align: center;
	color: #666;
	line-height: 25px;
}

.sjpro-con,.sjtit{
	margin-top: 30px;
}

.sjpro-con .sjtxt {
	font-size: 18px;
	color: #666;
	text-align: center;
	line-height: 60px;
}

.sjpro .sjpromore a {
	font-size: 16px;
	padding: 10px;
	border-radius: 30px;
	background: #0B86D3;
	color: #fff;
	display: block;
	text-align: center;
	margin-top: 20px;
}

.sjabout {
	background: url(../image/sjabout.jpg);
	background-size: cover;
}

.sjabout .sjaboutcon h3 {
	padding-top: 20px;
}

.sjabout .sjaboutcon {
	margin-top: 38px;
	background-color: rgba(255, 255, 255, 0.9);
	border-radius: 30px;
	margin-bottom: 10px;
}

.sjabout .sjaboutcon p {
	line-height: 40px;
	padding: 20px;
	font-size: 16px;
	color: #666;
}

.sjabout .sjaboutmore a {
	font-size: 16px;
	padding: 10px;
	border-radius: 30px;
	background: #0B86D3;
	color: #fff;
	display: block;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.sjnew {
	background-color: #F5f5f5;
}

.sjnew h3 {
	padding-top: 30px;
}

.sjnew h5 {
	padding-bottom: 30px;
}

.sjnew1 {
	margin-bottom: 20px;
}

.sjnew1 li {
	list-style: url(../image/li.jpg);
	line-height: 50px;
	margin-left: 25px;
	font-size: 15px;
	color: #666;
	border-bottom: #ddd 1px solid;

}

.sjnew1 li a span {
	padding-left: 100px;
	color: #aaa;
}
.sjbg {
	padding: 0;
}
.sjfoot{
	background: url(../image/footbg.jpg) no-repeat;
	background-size: cover;
}
.sjfoot-left .sjlast{
	font-size: 14px; 
	line-height: 25px; 
	padding-top: 20px; 
	color: #aaa;
	padding-bottom: 20px;
}
table td {
	border: 1px solid #ccc !important;
	padding: 15px;
}