@font-face {
	font-family: Futura;
	src: url(../fonts/Futura-Bold.otf);
}

@font-face {
	font-family: Hero;
	src: url(../fonts/Hero.otf);
}
.top{
	position: relative;
}

.head {
	background: url(../image/img-1.png) no-repeat;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	padding: 30px 0;
	z-index:1;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
/* 	overflow: hidden; */

}

.head .logo {
	animation-duration: 2s;
	padding: 15px;
}

.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 .head-nav li {
	float: left;
	padding: 20px 25px 20px;
	position: relative;
	display: block;
	/* margin: 0 15px; */
}

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

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

.head .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 {
	color: #222;
	background: url(../image/tel.png) no-repeat;
	background-position: 20px;
	animation-duration: 2s;
	background-color: #ea1611;
	padding: 40px 0px 40px 80px;
	margin-left: 72px;
}

.head .tel h2 {
	font-size: 16px;
	color: #fff;
	line-height: 20px;
}

.head .tel h3 {
	font-size: 20px;
	color: #fff;
}

.menu1 .ul-list {
  display: flex;
}
.menu1 .ul-list > li {
  position: relative;
/*  padding-left: 10px;
  padding-right: 10px; */
}
.menu1 .ul-list > li:last-child {
  border-right: none;
}
.menu1 .ul-list > li > a {

  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  text-decoration: none;
  color: #222;
  line-height: 40px;
   transition: all 0.5s;
   background-color: transparent !important;  

}
.menu1 .ul-list > li > a:hover{
	color: #ea1611;
	transform: translateY(-3px);

}

.menu1 .ul-list > li:hover .ol-list {
  display: block;
  transition: all 0.5s;
}
.menu1 .ol-list {
  display: none;
  position: absolute;
  top:90px;
  left: 0;
  z-index: 999;
  background:rgba(255,255,255,0.8);
  border-radius: 10px;
  transition:0.5s background;
}
.menu1 .ol-list > li > a {
  font-size: 15px;
  text-decoration: none;
  color: #666;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 35px;
 
}
.menu1 .ol-list > li > a:hover {

}



.null {
	padding: 0 !important;
}
.video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: var(--primary-color) url(../image/banner1.jpg) no-repeat center center/cover;}
.title {

}

.title h3{
	font-size: 16px;
	color: #333;
	line-height: 30px;
	text-transform: uppercase;
	white-space: nowrap;
	overflow: hidden;
	font-family: "arial narrow";

}

.title h2{
	font-size: 30px;
	font-weight: bold;
}


.about {
	padding: 30px;
	background: url(../image/aboutbj.jpg) no-repeat;
}

.about-1 {
	background-color: #ea1611;
}

.about-2 {
	margin:49px auto;
	padding: 20px;
}

.about-2 h1 {
	color: #fff;
	font-size: 46px;
	line-height: 50px;
	font-family: "arial";
	font-weight: bold;

}

.about-2 p {
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	padding-top: 30px;
}

.about-3 {
	padding: 50px;
	margin-top: 100px;
}

.about-3 p {
	font-size: 16px;
	line-height: 45px;
	padding-top: 80px;
}

.aboutmore a {
	display: table;
	background-color: #ea1611;
	color: #fff;
	padding: 10px 30px;
	font-size: 16px;
	margin-top: 80px;
	transition: all 0.6s;
	font-weight: bold;
}

.aboutmore a:hover{
	transform: translateX(5px);
	border: 1px solid #ea1611;
	color: #ea1611;
	background-color: transparent;
}

.sjabout {
	font-size: 16px;
	color: #666;
	line-height: 40px;
	text-align: center;
	margin-bottom: 30px;
	padding: 20px;
}

.sjabout h2,.new h6,.sjzizhi h5,.con h5 {
	color: #122B40;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 30px;
	padding-top: 15px;
	text-align: center;
}

.con h2 span,.new h6 span,.sjabout h2 span{
	color: #ea1611;
}

.sjabout p{
	padding-top: 30px;
}

.product {
	margin: 40px auto 48px auto;
}



.pro-class li {
	text-align: center;
	margin-top: 30px;
	transition: all 0.6s;
	float: left;
}

.pro-class li a {
	color: #333;
	font-size: 18px;
	padding: 25px;
	transition: all 0.6s;
	overflow: hidden;

}

.pro-class li:hover {
	transform: translateX(3px);
}

.pro-class li a:hover {
	color: #ea1611;

}

.pro-con {
	margin-top: 50px !important;
}

.pro-1{
	margin-top: 60px !important;
}
.pro-1 .pro-2{
	padding:22px;
	transition: 0.6s; 
	margin-top: 15px;
}
.pro-2:hover{
	transform: translateY(-5px);
}
.pro-2 .pro-3{
	border-bottom: 2px solid #d3d3d3;
	border-left: 2px solid #d3d3d3;
	border-right: 2px solid #d3d3d3;
	position: relative;
	transition: 0.6s; 
}
.pro-2:hover .pro-3{
	border-bottom: 2px solid transparent;
	border-left: 2px solid transparent;
	border-right: 2px solid transparent;
	background-color: #d3d3d3;
}
.pro-2:hover .pro-3 h2{
	color: #222;
}
.pro-3 h2{
	font-size: 17px;
	color: #666;
	font-weight: bold;
	text-align: center;
	line-height:70px;
}
.pro-3 .pro-4{
	position: absolute;
	right: 20px;
	top: 30px;
}
.pro-4 {
	font-size: 34px;
	border-radius: 50px;
	padding:10px 20px;
	background-color: #d3d3d3;
	color:#595858;
	font-weight: bold;
	transition: all 0.6s;
}
.pro-2:hover .pro-4{
	color: #fff;
	background-color: #ea1611;
	transform: translateY(-5px);
}
.con-tit{
	margin-top: 60px;
}
.con-tit h1{
	font-size:18px;
	color: #fff;
	line-height:40px;
	text-align: center;
	text-transform: uppercase;
}
.con-tit p{
	color: #fff;
	font-size:48px;
	text-align: center;
	color: #fff;
	font-weight: bold;
}
.con{
	background: url(../image/adv4.jpg)no-repeat 100%;
}
.con-2{
	background-color: #fff;
	margin-top: 50px;
	padding: 20px !important;
	box-shadow: 3px 3px 13px rgba(0,0,0,0.1);
}
.con-1 h3{
	font-size:50px;
	color: #ea1611;
	font-family:"arial black";
}
.con-1 {
	padding: 5px 20px 70px;
	
}

.hr1{
	border-right: 1px solid #ccc;
}
.hr2{
	border-left: 1px solid #ccc;
}
.con-1 .con-3 h2{
	font-size: 34px;
	line-height: 60px;
}
.con-1 .con-3 p{
	font-size:16px;
	line-height: 30px;
	color: #888;
}
.con-1 .con-4{
	margin-top: 30px;
}
.center{
	text-align: center;
}
.equ{
	margin-top: 80px;
}
.mar {
	margin-top: 25px;
}

.marqueeleft {
	overflow: hidden;
	margin: 80px auto 30px;
}

.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: 16px;
	color: #666;
	transition: 0.2s;

}

.marqueeleft li:hover .pic {

	transform: translateY(-5px);
}

.marqueeleft li .txt {
	text-align: center;
	line-height: 43px;
	border-bottom: 1px solid #eee;

}




.new-con{
	margin-top: 70px !important;
}
.new{
	margin:50px auto !important;
}
.new-l{
	margin: 0 7px;
	padding: 20px 0;
}
.new-l h3{
	color: #333;
	padding: 30px 10px 10px;
	font-size: 22px;
}
.new-l h5{
	font-size: 16px;
	color: #666;
	padding: 5px 10px;
}
.new-l p{
	padding: 5px 10px;
	color: #666;
	line-height: 35px;
	font-size: 16px;
	text-align: left;
}
.new-l .newmore{
	background: #ea1611;
	padding: 10px 50px;
	display: table;
	margin-left: 10px;
	color: #fff;
	font-size: 16px;
	margin-top: 20px;

}
.new-r{
	margin-left: 30px !important;
	border-bottom: 1px solid #eee;
	margin-top: 30px !important;
}
.new-r .new-date h1{
	color: #222;
	font-size: 48px;
	text-align: center;
	padding-top: 10px;
	font-weight: bold;
}
.new-r .new-date h2{
	color: #999;
	font-size:18px;
	text-align: center;
	font-weight: normal;
}
.new-r h3{
	color: #333;
	font-size: 22px;
	line-height: 60px;
	
}
.new-r p{
	font-size: 16px;
	color: #666;
	line-height: 30px;
	padding-bottom: 30px;
	text-align:left;
}

.foot {
	background-color: #292929;
}

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


.link {
	font-size: 16px;
	padding: 20px 0 20px;
	margin-top: 60px !important;
	background-color: #171717;
}

.link h3 {
	float: left;
	color: #fff;
	line-height: 20px;
	font-size: 16px;
}

.link h3 span {
	font-size: 18px;
	font-family: hero;
	display: block;
	color: #fff;
}

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

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

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

.foot-1 p,
.foot1-1 p {
	font-size: 16px;
	color: #fff;
	line-height: 25px;
}

.foot-1 h3,
.foot1-1 h3 {
	font-size: 26px;
	color: #fff;
	font-weight: bold;
}

.foot-1 h4,
.foot1-1 h4 {
	font-size: 16px;
	color: #fff;
}

.foot-2 {
	color: #fff;
	font-size: 16px;
	margin-top: 90px;
	line-height: 35px;
}

.foot-2 a {
	color: #fff;
}

.foot-3 {
	margin-top: 20px;
}

.foot-nav {
	border-bottom: 1px solid  rgba(255, 255, 255, 0.4);
	padding: 15px 0;
	margin-bottom: 70px;
}
.foot-nav li a {
	float: left;
	padding: 0 50px;
	color: #fff;
	font-size: 18px;
	transition: 0.6s;
	border-right: 1px solid  rgba(255, 255, 255, 0.5);
	margin: 15px auto;
}

.foot-nav li a:hover {
	color: #eee;
	transform: translateX(-5px);
}
.foot-logo p{
	color: rgba(255,255,255,0.5);
	font-size: 14px;
	line-height: 30px;
	padding: 15px;
}
.foot-bot p {
	font-size: 14px;
	color: #fff;
	text-align: center;
}
.foot-bot {
	font-size: 16px;
	padding: 20px 0 20px;
	margin-top: 60px !important;
	background-color: #171717;
}
.foot-bot p a {
	color: #fff;
}

.sjfoot {
	background: #292929;
	background-size: cover;
	color: #fff;
}

.sjfoot-left .sjlast {
	font-size: 14px;
	line-height: 25px;
	padding-top: 20px;
	color: #fff;
	padding-bottom: 20px;
}

.sjcase p {
	font-size: 16px;
	text-align: center;
	padding: 20px 0;

}



.sjcase h2 {
	font-size: 20px;
	color: #333;
	padding: 10px 0;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}

.sjcase h2 span {
	color: #ea1611;
}

.sjcase img {
	border-radius: 10px;
}

.sjhead-nav li {
	background: #0768B2;
	border: 1px solid #fff;
	padding: 8px 0;
	text-align: center;

}

.sjhead-nav li a {
	color: #fff;
	font-size: 14px;
}

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

	.new-1 {
		padding: 40px;

	}

	.new h2 {
		font-size: 20px;
	}
	.new-con {
	    margin-top:1px !important;
	}
	.new {
	    margin: 30px auto !important;
	}
	.con-1 .con-3 h2{

		line-height:20px;
	}
	.con-1 .con-3 p {
	    margin-top: 10px;
	}
	.hr1{
		border-right: 1px solid #fff;
	}
	.hr2{
		border-left: 1px solid #fff;
	}
	.con-2 {
	  
	    margin-top: 20px;
	   
	}
}

@media only screen and (max-width:1700px) {
	.about-2 {
		margin: 42px auto;

	}

	.about-3 {

		margin-top: 20px;
	}

	.pro-class li {

		padding: 1px;

	}
	.head .head-nav li {
	
		padding: 30px 10px 20px;
	
	}
	.head .tel {
	    margin-left: 142px;
	}
	.menu1 .ol-list > li > a {
	    line-height: 25px;
	}
}

@media only screen and (max-width:1605px) {
	.about-2 {
		margin: 32px auto;

	}

	.about-3 p {

		padding-top: 20px;
	}
	.head .head-nav li {
	
		padding: 30px 10px 20px;
	
	}
	.head .tel {
	    margin-left: 95px;
	}
}

@media only screen and (max-width:1505px) {
	.pro-class li a {

		padding: 15px;


	}

	.head .head-nav li {

		padding: 30px 5px 20px;

	}

	.about-2 {
		margin: 6px auto;

	}

	.aboutmore a {

		margin-top: 20px;

	}
	.head .tel {
	    margin-left: 72px;
	}
}

@media only screen and (max-width:1405px) {
	.pro-class li a {

		padding: 15px;


	}

	.about-2 {

		padding: 18px;
	}

	.about-3 {
		margin-top: 10px;
	}

	.about-3 {
		padding: 30px;
	}

	.new-3 {

		padding: 40px;
	}
	.new-3 h3 {
	    
	    padding-top: 10px;
	}
	.new-3 h2 {
	   
	    padding-bottom: 20px;
	}
	.head .tel li {
	   
	    margin-left: 10px;
	}
	.about-2 p {
	
		padding-top: 22px;
		}
	.head .tel h3 {
		    font-size: 16px;
		
		}
	.head .tel {
	    margin-left: 25px;
	}
	.head .head-nav li {
	    padding: 30px 5px 11px;
	}
	   
}

@media only screen and (max-width:1300px) {
	.head .head-nav li {
	    padding: 30px 3px 11px;
	}
	.head .tel {
	    margin-left: 5px;
	}
}
