@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;
}

.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 .nav li {
	float: left;
	padding: 30px 32px 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;
	font-family: futura;
	color: #da010c;
	background: url(../image/tel.png) no-repeat;
	padding-left: 30px;
	margin-top: 5px;
	animation-duration: 2s;

}

.banner {
	position: relative;
	animation-duration: 2s;
}

.banner .ban-txt {
	background-color: #fff;
	padding: 30px 50px;
	color: #666;
	font-size: 16px;
	position: absolute;
	bottom: 10%;
	left: 18%;
	animation-duration: 3s;
}

.banner .ban-txt .tell {
	background: url(../image/tell.png) no-repeat;
	background-size: 46px 46px;
	padding: 14px 0 10px 52px;
}

.banner .ban-txt .add {
	background: url(../image/add.png) no-repeat;
	background-size: 46px 46px;
	padding: 14px 0 10px 52px;
}

.pro {
	margin-top: 60px;
}

.pro-tit {
	text-align: center;

}

.pro-tit h4 {
	font-size: 48px;
	color: #202020;
	line-height: 60px;
	font-weight: bold;
}

.pro-tit h4 font {
	font-size: 40px;
	color: #333;
	font-weight: bold;
}

.pro-tit h5 {
	font-size: 16px;
	color: #666;
	line-height: 60px;
}

.pro-1 {
	overflow: hidden;
	margin-top: 20px;
}

.pro-1 img {
	position: relative;
	transition: all 0.8s ease 0.1s;
	overflow: hidden;
}

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

.pro-1 .pro-txt {
	background: rgba(0, 0, 0, 0.4);
	margin: 10px 15px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 1;
	transition: all 0.6s;



}

.pro-1:hover .pro-txt {
	opacity: 0;

}

.pro-1 .pro-txt .pro-bor {
	border: 1px solid rgba(255, 255, 255, 0.3);
	margin: 20px;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.pro-1 .pro-txt h2 {
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	padding-bottom: 20px;
	border-bottom: 1px solid #fff;
	margin: 80px 50px;


}

.pro .pro-class,
.pro .pro-con,
.pro-old,
.about,
.adv,
.new,
.sjabout {
	margin-top: 60px;
}

.sjpro {
	margin-top: 20px;
}

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

.about .about-left {
	margin-top: 138px;
	margin-bottom: 100px;

}

.about-left .about-tit {
	padding: 60px 55px;
}

.about-left .about-tit h3 img {
	padding: 13px 10px 0 10px;
}

.about-left .about-tit h4 {
	font-size: 36px;
	color: #fff;
	line-height: 60px;
}

.about-left .about-tit h4 font {
	font-size: 40px;
	color: #333;

}

.about-left .about-tit h5 {
	font-size: 24px;
	color: #333;
	line-height: 40px;
}

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

.about-left .aboutmore a {
	border-radius: 30px;
	display: table;
	background: #ef004e;
	padding: 10px 50px;
	color: #fff;
	font-size: 16px;
	transition: 0.2s;
}

.about-left .aboutmore a:hover {
	text-decoration: underline;
	transform: translateY(-5px);
}



.about .aboutimg {
	position: absolute;
	right: 0;
	top: 0
}



@media only screen and (max-width: 1400px){
	.adv-1 {

		padding: 23px 100px 22px !important;

	}

}


@media only screen and (max-width: 1500px) and (min-width:1400px){
	.adv-1 {

		padding: 43px 60px 45px !important

	}

}
@media only screen and (max-width: 1600px) and (min-width:1500px){
	.adv-1 {

		padding: 60px 100px 53px !important

	}

}
@media only screen and (max-width: 1700px) and (min-width:1600px){
	.adv-1 {

		padding:64px 100px 63px !important

	}

}

.adv-1 {
	background: url(../image/adv1.jpg) no-repeat 100%;
	padding: 83px 200px 83px;
	color: #fff;
}

.adv-1 h2 {
	font-size: 24px;
	line-height: 40px;
	font-weight: bold;
}

.adv-1 h3 {
	color: #999;
	font-size: 14px;
	padding-bottom: 30px;
}

.adv-1 p {
	font-size: 15px;
	line-height: 30px;
}

.adv-img {
	padding: 0 !important;
}

.new {
	position: relative;


}

.new-1 {
	background: #f5f5f5;
	margin: 10px 10px 60px;
	padding: 30px 0;
	transition: all 0.6s;
}

.new-1 h1 span {
	color: #ef004e;
	font-family: impact;
	font-size: 30px;
}

.new-1 h1 {
	font-size: 16px;
	color: #999;
	padding-left: 35px;

}

.new-1 h2 {
	color: #202020;
	font-size: 18px;
	line-height: 60px;
	padding: 10px 35px;
}

.new-1 p {
	font-size: 15px;
	color: #414040;
	padding: 20px 35px;
	line-height: 30px;

}

.new-1 .newmore {
	background-color: #ef004e;
	padding: 8px 30px;
	border-radius: 30px;
	display: table;
	color: #fff;
	margin-left: 30px;
	border: 1px solid transparent;
}

.new-1:hover .newmore {
	border: 1px #ef004e solid;
	background-color: transparent;
	color: #666;
}

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

.new-img {
	position: absolute;
	bottom: 0;
	left: -5%;
	z-index: -999;
}

.foot-top {
	background-color: #ef004e;
	padding: 20px 0;
}

.foot-top .foot-1 span {
	color: #fff;
	font-size: 15px;
	line-height: 55px;
	padding-left: 20px;

}

.foot {
	background: #202020;
	padding: 100px 0 20px;

}

.foot-nav dd a {
	color: #d5d5d5;
	font-size: 15px;
	line-height: 30px;

}

.foot-nav a:hover {
	color: #969393;

}

.foot-nav dd {
	transition: all 0.4s;
}

.foot-nav dd:hover {
	transform: translateY(-2px);
}

.foot-nav dt {
	color: #d5d5d5;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 30px;
}

.padding {
	padding-top: 50px;
}

.sjfoot-left h3 {
	color: #222;
	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: #666;
	line-height: 40px;
}


.link {
	font-size: 18px;
	padding: 20px 0 20px;
	margin-top: 60px;
	color: #d5d5d5;
}

.link h3 {
	float: left;
}

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

.footbot {
	padding: 20px 0;
	font-size: 15px;
	color: #666;
	text-align: center;
	border-top: 1px solid #666;
	margin-top: 10px;
}

.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;
}




.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;
	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: #da2228;
	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;
}

@media only screen and (max-width: 780px) {
	.footbot {
		padding: 20px 0;
		font-size: 15px;
		color: #666;
		text-align: center;
		border-top: 1px solid transparent;

	}

	.foot {
		background: #202020;
		padding: 10px 0 10px;

	}

}
