@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 .nav li {
	float: left;
	padding: 30px 35px 20px;
	position: relative;
	display: block;
	
}

.head .nav li:after {
	content: "";
	width: 0;
	height: 2px;
	background: #da010c;
	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 {
	font-size: 21px;
	color: #333;
	background: url(../image/tel.png) no-repeat;
	padding-left: 30px;
	margin-top: 25px;
	animation-duration:2s ;
	
}

.about {
	background: url(../image/aboutbg.jpg) no-repeat;
	background-attachment: fixed;
	}

.about-con{
	margin: 130px auto;
}
.about .about-tit{
	font-size: 16px;
	color: #777;
	padding: 100px;
	line-height: 40px;
	transition: all 0.6s;
}
.about .about-tit:hover{
	transform: translateX(-5px);
}
.about-img{
	margin-top: 80px;
}
.about .about-r{
	overflow: hidden;
}
.about .about-r img{
	transition: all 1s;
	overflow: hidden;
}
.about .about-r img:hover{
	transform: scale(1.1);
}
.pro {
	background: url(../image/probg.jpg) no-repeat;
	
}
.pro-1{
	padding: 200px 50px;
	transition: all 1s;
}
.pro-1:hover{
	background: rgba(255,255,255,0.6);
}
.pro-1:hover h3,.pro-1:hover h2,.pro-1:hover p,.pro-1:hover img{
	transform: translateY(-10px);
	color:#af262b;
}
.pro-1 h3{
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	line-height: 30px;
	transition: all 1s;
}
.pro-1 h2{
	font-size: 30px;
	color: #fff;
	line-height: 30px;
	font-weight:lighter;
	transition: all 1s;
}
.pro-1 img{
	padding: 30px 0;
	transition: all 1s;
}
.pro-1 p{
	font-size:16px;
	color: #fff;
	line-height: 35px;
	transition: all 1s;
}
.pro-img{
	margin-top: 220px;
}

.sjpro,
.sjabout {
	margin-top: 60px;
}

.adv{
	background: url(../image/abbg.png) no-repeat;
	background-size: cover;
	background-attachment:fixed;
}
@media only screen and (max-width:768px) {

	.pro {
		background: #ab312a;
		
	}
	.pro-1{
		padding: 30px !important;
		transition: all 1s;
		border-bottom: 1px solid rgba(255,255,255,0.3);
	}
	.new {
		background:#ab312a !important;
	}
	.new .new-1{
		background: #fff;
		padding:20px !important;
		margin:10px !important;
		transition: all 0.5s;
	}

}
@media only screen and (max-width:1500px){
	.foot {
		background: url(../image/footbg.jpg) no-repeat center !important;
		background-size: cover;
	}
	.head .nav li {
	
		padding: 30px 18px 20px !important;
		
		
	}
	
}
.adv .adv-1{
	padding: 200px 30px;
	transition: all 0.5s;
}
.adv .adv-1:hover{
	background: rgba(255,255,255,0.5);
}
.adv .adv-1:hover h3,.adv .adv-1:hover img,.adv .adv-1:hover p{
	transform: translateY(10px);
}
.adv .adv-1  h3{
	font-size: 24px;
	font-weight: bold;
	color: #333;
	transition: all 0.5s;
}
.adv .adv-1 img{
	padding: 30px 0;
	transition: all 0.5s;
}
.adv .adv-1 p{
	color: #666;
	line-height: 35px;
	font-size: 16px;
	transition: all 0.5s;
}
.new {
	background: url(../image/newbg.jpg) no-repeat;
}
.new .new-1{
	background: #fff;
	padding: 50px 35px;
	margin: 180px 10px;
	transition: all 0.5s;
}
.new .new-1:hover{
	background: rgba(255,255,255,0.4);
	transform: translateY(-5px);
}
.new .new-1:hover h3,.new .new-1:hover h4, .new .new-1:hover p{
	color: #fff;
}
.new .new-1 h3{
	font-size: 18px;
	font-weight: bold;
	line-height: 60px;
}
.new .new-1 h4{
	font-size:16px;
	color: #999;
}
.new .new-1 p{
	font-size: 16px;
	color: #999;
	line-height: 35px;
	padding-top: 30px;
}
.new .new-1 .newmore{
	margin-top: 30px;
	padding: 10px 30px;
	display: table;
	border-radius: 50px;
	border:1px solid #eee;
	color:#999;
	font-size: 14px;
}
.new .new-1:hover .newmore{
	background: #fff;
}
.bg {
	margin: 60px 0 0;
	padding: 0;
	
}


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

.foot-1{
	margin-top: 180px;
	color:#eee;
	padding: 50px;
}
.foot-1 h3{
	font-size: 24px;
	line-height: 90px;
	border-bottom: 1px solid #eee;

}
.foot-1  p{
	font-size: 16px;
	line-height: 35px;
}
.margin{
	margin-top: 20px;
}


.link {
	font-size: 18px;

	padding: 20px 0 20px;
	margin-top: 60px;
	margin-bottom: 80px;
}

.link h4 {
	float: left;
}

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

.footbot {
	padding: 20px 0;
	color: #666;
}
.footbot p{
	font-size: 15px;
}
.footbot a {
	color: #666;
	font-size: 15px;
}

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

.sj-tit{
	margin-top: 20px;
}


.sjpro h3 font,
.sjabout .sjaboutcon h3 font,
.sjnew 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 {
	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;
}

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

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

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

.sjnew {
	background-color: #F5f5f5;
}

.sjfoot{
	background: #333;
	background-size: cover;
	color: #eee;
	font-size: 16px;
	line-height: 35px;
	padding-top: 40px;
}
.sjfoot-left .sjlast{
	font-size: 14px; 
	line-height: 25px; 
	padding-top: 20px; 
	color: #aaa;
	padding-bottom: 20px;
}