@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 {
	background-color: #fff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	padding: 15px 0;
	z-index: 99;
	position: sticky;
	
	
}
.head .logo{
	animation-duration:2s ;
}


.head .nav li {
	float: left;
	padding-top: 20px;
	position: relative;
	display: block;
	text-align: center;
	padding-bottom: 20px
	
}

.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: #002855;
	font-size: 16px;
	border-right: 1px solid rgba(0,40,85,0.3);
	padding-right: 26px;
	padding-left: 26px;
}
.head .nav li .first{
	border-left: 1px solid rgba(0,40,85,0.3);
}

.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 {

	animation-duration:2s ;
}



.pro {
	margin-top: 60px;
}
.pro .pro-1{
	background: url(../image/pro-1.png) no-repeat center 100%;
	padding:20px 50px;
	text-align: center;
	height: 375px;
	transition: 0.5s;

}
.pro .pro-2{
	background: url(../image/pro-2.png) no-repeat center 100%;
	padding:20px 50px;
	text-align: center;
	height: 375px;
	transition: 0.5s;

}
.pro .pro-3{
	background: url(../image/pro-3.png) no-repeat center 100%;
	padding:20px 50px;
	text-align: center;
	height: 375px;
	transition: 0.5s;

}
.pro .pro-4{
	background: url(../image/pro-4.png) no-repeat center 100%;
	padding:20px 50px;
	text-align: center;
	height: 375px;
	transition: 0.5s;

}
.pro .pro-1:hover,.pro .pro-2:hover,.pro .pro-3:hover,.pro .pro-4:hover{
	transform: translateY(-5px);

}
.pro .pro-1 h2{
	color:#da8e4a;
	font-size: 30px;
	font-weight: bold;
	line-height: 80px;
}
.pro .pro-1 p{
	color: #da8e4a;
	font-size: 15px;
	line-height: 25px;
}
.pro .pro-2 h2{
	color:#a473ab;
	font-size: 30px;
	font-weight: bold;
	line-height: 80px;
}
.pro .pro-2 p{
	color: #a473ab;
	font-size: 15px;
	line-height: 25px;
}
.pro .pro-3 h2{
	color:#be6b6b;
	font-size: 30px;
	font-weight: bold;
	line-height: 80px;
}
.pro .pro-3 p{
	color: #be6b6b;
	font-size: 15px;
	line-height: 25px;
}
.pro .pro-4 h2{
	color:#72a9c7;
	font-size: 30px;
	font-weight: bold;
	line-height: 80px;
}
.pro .pro-4 p{
	color: #72a9c7;
	font-size: 15px;
	line-height: 25px;
}
.pro .pro-class,
.pro .pro-con,
.pro-old,
.about,
.adv,
.new,
.sjpro,
.sjabout {
	margin-top: 60px;
}

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

.about {
	background: url(../image/about1.jpg) no-repeat center 100%;
	margin-top: 400px;
	
}

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

}
.about-right{
	margin-top: 360px;
	margin-bottom: 90px;
}
.about-left .about-tit {

	padding: 60px 70px;
}

.about-left .about-tit h5{
	color: #fff;
	font-family:"Tit";
	text-transform: uppercase;
	font-size: 56px;
}

.about-left .about-tit h3{
	font-size:18px;
	color: #fff;
	line-height: 60px;

}

.about-left .about-tit .hr{
	content: "";
	height: 2px;
	width: 420px;
	background-color: #da291c;
}
.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: #da291c;
	padding: 10px 50px;
	color: #fff;
	font-size: 16px;
	transition: 0.2s;
}

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

.about-con {
	position: relative;
	z-index: 999;
}


.about-con .about-top {
	position: absolute;
	
	top: -3%;
}
.about-con .about-bot {
	position: absolute;
	
	top: -36%;
}


@media only screen and (max-width:768px) {

	.adv-tit h5{
		font-family:"tit";
		font-size:20px;
		letter-spacing:3px !important;
	
	}
	.adv-tit h2{
		font-size:30px !important;
	
	}
}

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

.adv-tit h2{
	color: #002855;
	font-size: 42px;
	font-weight: bold;
	text-align: center;
}
.adv-tit h5{
	font-family:"tit";
	font-size:24px;
	text-transform: uppercase;
	letter-spacing:20px;
	text-align:center;
	line-height: 60px;
}
.adv-con {
	margin-top: 50px;
}
.adv-1,.adv-2,.adv-3,.adv-4{
	padding: 0px;
	
}
.adv-1 h3,.adv-4 h3{
	font-size:34px;
	font-weight: bold;
	color: #002855;
	line-height:50px;
	text-align: center;
	padding-top: 100px;
}
.adv-1 h4,.adv-4 h4{
	color: #002855;
	font-family: hero;
	font-size: 15px;
	text-align: center;
	padding-bottom: 125px;
}
.sjadv{
	padding:20px;
}
.sjadv h3{
	font-size:34px;
	font-weight: bold;
	color: #002855;
	line-height:50px;
	padding: 15px 0 10px;
}
.sjadv h4{
	color: #002855;
	font-family: hero;
	font-size: 15px;
}
.sjadv p{
	color:#002855 ;
	font-size: 16px;
	line-height: 30px;
	padding-top: 15px;
}
.adv-2,.adv-3{
	position: relative;
}
.adv-2 p{
	color:#002855 ;
	font-size: 16px;
	position: absolute;
	bottom: 10%;
	left: 10%;
	line-height: 30px;
}
.adv-4 h3{
	font-size:34px;
	font-weight: bold;
	color: #002855;
	line-height:50px;
	text-align: center;
	padding-top: 100px;
}
.adv-3 p{
	position: absolute;
	color:#002855 ;
	font-size: 16px;
	position: absolute;
	top: 10%;
	right: 10%;
	line-height: 30px;
}
.new-tit h4{
	font-size: 30px;
	color: #002855;
	line-height: 50px;
	text-align: center;
}
.new-tit h3{
	font-family: "tit";
	text-transform: uppercase;
	text-align: center;
	font-size: 48px;
	padding-top: 50px;
}
.new{
	background: url(../image/newbj.jpg) no-repeat center 100%;
}
.new-con{
	padding:70px 0;
}
.new-1{
	padding:53px;
	transition: all 0.6s;

}
.new-con .new-1 h5{
	color: #fff;
	font-size:25px;
	font-family: hero;
	line-height: 50px;
}
.new-con .new-1 h2{
	color: #fff;
	font-size:18px;
	line-height: 30px;
}
.new-con .new-1 img{
	padding: 30px 0;
}
.new-con .new-1 P{
	font-size: 15px;
	color: #fff;
	line-height: 30px;
}
.new-1:hover{
	background-color: rgba(255,255,255,0.2);
	transform: translateY(-5px);
}
.foot {
	background: url(../image/footbg.jpg) no-repeat center 100%;
	background-size: cover;

}

.foot-con {
	margin-top: 80px;
}
.foot-pad{
	margin-top: 30px;
}
.foot-left h3,.sjfoot-left h3{
	font-family: tit;
	text-transform: uppercase;
	font-size: 30px;
	color: #2a4a6d;
	padding-bottom: 20px;
}
.foot-left h4{
	font-size: 30px;
	font-family: hero;
}
.foot-con .foot-left h3 span img ,.sjfoot-left h3 span img{
	padding-right: 10px;
	padding-top: 23px;
}

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

.foot-con .foot-mid dt a {
	font-size: 20px;
	color: #333;
	line-height: 40px;
}

.foot-con .foot-mid dd a {
	font-size: 16px;
	color: #666;
	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-bottom:80px;
}

.link h3 {
	float: left;
}

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

.footbot {
	padding: 60px 0 30px;
	font-size: 15px;
	color: #666;
	text-align: center;
}

.footbot a {
	color: #666;
	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;
}

.sjabout {
	background: url(../image/sjabout.jpg) no-repeat center 100%;
	background-size: cover;
}
.sjabout .sjaboutcon h5{
	font-family: tit;
	font-size: 40px;
	text-transform: uppercase;
	color: #fff;
}
.sjabout .sjaboutcon h3 {
	padding-top: 10px;
	color: #fff;
}

.sjabout .sjaboutcon {
	margin-top: 38px;
	border-radius: 30px;
	margin-bottom: 10px;
	text-align: center;
}

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

.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;
	font-family: "tit";
	text-transform: uppercase;
	text-align: center;
	font-size: 48px;
	padding-top: 50px;
	
}

.sjnew h4 {
	padding-bottom: 30px;
	font-size: 30px;
	color: #002855;
	line-height: 50px;
	text-align: center;
}

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

