@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:Tit;
	src: url(../fonts/tt.ttf);
}
/* .head-1{
	position: relative;
} */
.head{
	position: fixed;
	z-index: 99;
	left: 0%;
	right: 0%;
	top: 0;
	z-index: 109;
	background-color: #fff;position: fixed;
	box-shadow: 0px 0px 10px rgba(0,0,0,.1);
	
}


.head-logo a h2{
	color: rgba(255,255,255,0.7);
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
	margin-top: 20px;
}
.head-logo a p{
	color: rgba(255,255,255,0.7);
	font-size: 12px;
	text-transform: uppercase;
}
.head .nav li {
	float: left;
	position: relative;
	display: block;
	text-align: center;
	margin: 35px 20px;
	padding-bottom: 20px;
	
	
	
}

.head .nav li:after {
	content: "";
	width: 0;
	height: 2px;
	background:#2b69af;
	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: #222222;
	font-size: 16px;
	padding:0 19px;
}

.head-tel{
	background: url(../image/tel.png) no-repeat;
	margin-top:35px;
}
.head-tel p{
	color: #222;
	font-size:24px;
	font-family:Hero;
	margin-top: 20px;
	padding-left: 40px;
	
}


.title{
	margin: 70px 0;
	
}
.title h2{
	font-size:48px;
	font-weight: bold;
	color: #333333;
	line-height: 60px;
}
.title h2 span{
	color: #2b69af;
}
.title p{
	color: #666666;
	
	font-size: 15px;
	line-height: 60px;
}
.title-center{
	text-align: center;
}
.pro{
	overflow: hidden;
}

.pro-1{
	background:#f5f5f5;
	transition: all 0.6s;
	margin-top:20px;
}

.pro-1:hover{
	transform: translateY(-5px);
	background: #ddd;
	box-shadow: 3px 3px 10px rgba(0,0,0,0.2);
}

.pro-2{
	padding:60px 50px 60px 60px;
}
.pro-2 h2{
	font-size: 36px;
	color: #333;
	line-height: 60px;
	font-weight: bold;
	transition: all 0.6s;
}
.pro-2 h2 span{
	display:block;
	font-weight: normal;
	font-size:24px;
}
.pro-2 h2:hover{
	transform: translateY(-5px);
}
.pro-2 p{
	content: "";
	height: 1px;
	background: #999;
	width:280px ;
	margin: 20px 0;
	transition: all 0.6s;
}
.pro-2:hover p{
	background: #4470af;
	
}
.pro-2 .promore:hover{
	
	background-color: #4470af;
	color: #fff;
	border: 1px solid #4470AF;
	transform: translateX(-5px);
}
.pro-2 .promore{
	display: table;
	padding: 10px 30px;
	border-radius: 50px;
	margin-top: 50px;
	font-size: 15px;
	background-color: transparent;
	border: 1px solid #4470AF;
	transition: all 0.6s;
	color: #4470AF;
}
.pro-3{
	padding:0 50px;
}


.about{
	background: url(../image/img-11.jpg) no-repeat;
	color: #fff;
	margin-top: 70px;
}
.about-1 {
	padding:160px;
}
.about-1 h3{
	font-size:25px;
	font-weight: lighter;
	line-height: 80px;
	transition: all 0.6s;
}
.about-1 h4{
	font-size: 28px;
	line-height: 50px;
	transition: all 0.6s;
}
.about-1 h5{
	content: "";
	height: 1px;
	background:rgba(255,255,255,0.6);
	width:600px ;
	margin: 30px 0;
	
}
.about-1 h3:hover,.about-1 p:hover,.about-1 h4:hover{
	transform: translateX(-5px);
}
.about-1 p{
	font-size: 16px;
	line-height: 40px;
	padding-top: 40px;
	transition: all 0.6s;
}
.about-1 .aboutmore{
	background-color: transparent;
	border: 1px solid rgba(255,255,255,0.6);
	padding: 10px 30px;
	
	display: table;
	border-radius: 50px;
	margin-top: 80px;
	
	transition: all 0.6s;

}
.about-1 .aboutmore:hover{
	background-color: rgba(255,255,255,0.6);
	transform: translateX(-5px);
	
	
}
.about-1 .aboutmore a{
	color: #fff;
	font-size: 15px;
}
.about-2{
	padding:0px;
	margin-top: 100px;
	border-radius: 30px;
	overflow: hidden;
}
.about-2 img{
	overflow: hidden;
	transition: all 0.8s;
	
}
.about-2 img:hover{
	transform: scale(1.1);
}
/* .about-2 li{
	padding: 30px 20px;
} */

.sjpro p{
	text-align: center;
	font-size: 18px;
	line-height: 60px;
}

.casebox {
	background: #f0f0f0;

}

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

}

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

.case-con .caseC li {
	
	background: #fff;
	padding: 30px 13px;
	margin-top: 18px;


}

.case-con .caseC .on {
	border: 1px solid transparent;
	background: #999;
	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;
}
.case03 {
	float: left;
	padding-right: 20px;
}
.case02{
	margin-top: 10px;
}
.caseS {
	margin-top: 10px;
}

.caselist img {
	position: relative;
	
}

.casetit {
	position: absolute;
	bottom: 0;
	left: 5.4%;
	background:rgba(0,0,0,0.5);
	right: 5.3%;
	color: #fff;
	padding:20px 50px;
	transition: all 0.6s;

}

.casetit:hover {
	transform: translateX(5px);
	
}



.casetit h2 {
	color: #fff;
	font-size: 24px;
	line-height: 50px;
	font-weight: bold;
	
}

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


.new{
}
.new .new-1{
	background-color: #fff;
	padding: 20px;
	
	margin:10px 15px 50px;
	transition: all 0.6s;
}
.new .new-1:hover{
	transform: translateY(-5px);
}
.new .new-1 span{
	display: block;
	font-size: 16px;
	color: #999;
	padding-top: 20px;
}
.new .new-1 h2{
	color: #222;
	font-size: 20px;
	font-weight: bold;
	line-height: 60px;
}
.new .new-1 h2:hover{
	color:#4470AF;
}
.new .new-1 p{
	font-size: 15px;
	color: #666;
	padding:20px 0 30px;
	line-height: 35px;
}
.new .new-1 p:hover{
	color: #999;
}
.new .new-1 .newmore{

	display: table;
	padding: 10px 30px;
	border-radius: 50px;
	margin-top: 50px;
	font-size: 16px;
	background-color: #4470af;
	color: #fff;
	border: 1px solid #4470AF;
	transition: all 0.6s;
	
}
.new .new-1 .newmore:hover{
	border-top:1px solid #4470AF;
	background-color: transparent;
	transform: translateY(-5px);
	color:#4470AF;
	
}


.foot {
	background: url(../image/img-12.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;
}

.sjfoot-left a{
	color: #fff;
}

.foot-nav2{
	margin-top: 30px;
}

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


.foot-1 p{
	font-size:16px;
	color: #fff;
	line-height: 25px;
}
.foot-1 h3{
	font-size:26px;
	color: #fff;
	font-weight: bold;
}
.foot-1 h4{
	font-size: 16px;
	color: #fff;
}
.foot-2{
	color: #fff;
	font-size: 16px;
	margin-top:70px;
}
.foot-2 a{
	color: #fff;
	margin-bottom: 30px;
}
.foot-2 dt{
	padding-bottom: 30px;
}
.foot-2 dd{
	line-height: 35px;
}
.foot-2 dd a{
	color: rgba(255,255,255,0.7);
	font-size: 15px;
}
.foot-3{
	margin-top:90px;
}
.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: #fff;
	font-size: 16px;
	line-height: 45px;
}
.foot-nav li a{
	float: left;
	padding: 0 80px;
	color: #fff;
	font-size: 18px;
	transition: 0.6s;
	border-right: 1px solid #fff;
}
.foot-nav li a:hover{
	color: #eee;
	transform: translateX(-5px);
}
.link {
	font-size: 16px;
	margin-bottom:30px;
	padding-left: 0 !important;
	margin-top: 80px;
	border-bottom:  1px solid rgba(255,255,255,0.5);
	
}

.link h3 {
	float: left;
	padding: 20px 15px;
	border-radius: 50px;
	color: #fff;
}

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

.foot-4 {
	padding: 10px 0 10px;
	font-size: 15px;
	color: rgba(255,255,255,0.5);
	text-align: center;
}

.foot-4 a {
	color: rgba(255,255,255,0.5);
	font-size: 15px;
}

.sjfoot-left h3{
	margin-top: 50px;
}

.sjpro-con {
	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: #da2228;
	color: #fff;
	display: block;
	text-align: center;
	margin-top: 20px;
}


.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;
}
.sj-2{
	background: url(../image/img-13.jpg) no-repeat;
	margin-top: 15px;
}
@media only screen and (max-width:768px) {
	.pro-2{
		padding:30px 20px 30px 30px;
	}
	.pro-2 h2{
		font-size:30px;
	}
	.pro-2 h2 span{
		font-size:20px;
	}
	.pro-2 .promore,.pro-6 .promore{
		margin-top:10px;

	}
	.about-1 {
		padding:20px !important;
	}
	.about-1 h3{
		font-size:24px;
		
	}
	.title h2 {
	    font-size: 30px;
	    line-height: 40px;
	}
	.title p {
	
	    line-height:35px;
	}
	
}

@media only screen and (max-width:1700px) {
	.about-1 h4 {
	    font-size:22px !important; }
	.about-1 {
	    padding: 90px 160px !important;;
	}
	.casetit {
	    left: 0.5%;
	    right: 0.5%;
	    
	}
	
}
@media only screen and (max-width:1500px){
	.head .nav li a {
		
		padding:0 10px !important;
	}
	.about-1 {
		padding:100px;
	}
	.about-1 h4 {
	    font-size:20px !important; }
		.about-1 {
		    padding: 80px 100px 80px 150px !important;;
		}
		
	.case-con .caseC li {
	   
	    padding: 20px 13px;

	}
	.pro-2 h2 {
	    font-size: 28px;
	   
	}
	.about-1 h5 {
	  
	    width: 450px;}
		
		.pro-2 p {
		   
		    width: 250px;
		   
		}
	   

}
@media only screen and (max-width:1400px){
	.pro-2 {
	    padding: 60px 30px 60px 60px;
	}
	.about-1 {
	    padding: 80px 100px 80px 105px !important;;
	}
	.case-con .caseC li p {
	    font-size: 12px;
	 
	}
	.case-con .caseC li {
	   
	    padding: 17px 13px;
	
	}
	.title {
	    margin: 40px 0;
	}
	
}
@media only screen and (max-width:1300px){
	.head .nav li {
		margin: 35px 15px;
		
		
		
		
	}
	
}

@media only screen and (max-width:768px) {
	.pro-2{
		padding:30px 20px 30px 30px;
	}
	.pro-2 h2{
		font-size:30px;
	}
	.pro-2 h2 span{
		font-size:20px;
	}
	.pro-2 .promore,.pro-6 .promore{
		margin-top:10px;

	}
	.about-1 {
		padding:20px !important;
	}
	.about-1 h3{
		font-size:24px;
		
	}
	.title h2 {
	    font-size: 30px;
	    line-height: 40px;
	}
	.title p {
	
	    line-height:35px;
	}
	
}
