@charset "utf-8";
.MainMenu #links .down a:before{content:"";position:absolute;top:7px;bottom:7px;left:-20px;width:4px;background: #0a66a7;-webkit-transform:scaleY(0);-ms-transform:scaleY(0);transform:scaleY(0);-webkit-transition:-webkit-transform .3s cubic-bezier(.162,.85,.45,1);transition:transform .3s cubic-bezier(.162,.85,.45,1);}

.MainMenu #links .down a.active:before,.MainMenu #links .down a:hover:before{-ms-transform-origin:top;-webkit-transform-origin:top;transform-origin:top;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}
.cp-top{ width:1000px; height:120px; margin: 50px auto 0  auto;}
.cp-top-logo { width: 350px; margin: 0 auto;}
.cp-top-logo img{ width: 350px; }
.cp-top-logo img :active{ transform: scale(1,1.5); }
.cp-top-txt{ color: #000;text-align: center;font-size: 20px;margin-top: 20px; letter-spacing: 2px;font-weight: bold;}
.cp-fenlei{width: 1120px;height: 250px;margin: 50px auto 0 auto; }
.cp-fenlei ul li{ float: left;margin-right: 15px;width: 350px;height: 240px;    overflow: hidden; position: relative;
border:3px solid #000;
}

.cp-fenlei ul li a img {
width: 350px;height: 240px; 
  transition: transform 0.5s ease; /* 平滑变化 */
}
 
.cp-fenlei ul li a:hover img {
  transform: scale(1.1); /* 鼠标悬停时放大1.2倍 */
}
.cp-fenlei-tit{ font-size: 25px;font-weight: bold;color: #fff;letter-spacing: 3px;
 height: 33px;  padding-right: 25px;
   background: url(../images/x-jiantou.png) no-repeat ;
   
   background-position: right;
  position: absolute;
  bottom: 20px;  
  right: 20px;

}
.cp-fenlei-tit img{ width: 25px;}
.cp-list{  width: 1400px;margin: 100px auto }
.cp-list-tit{ width: 100%; height: 100px;}
.cp-list-tit h2{ font-size: 50px; float: left;color: #000;}
.cp-list-tit-more a{ font-size: 20px; float:right;border: 2px solid #000; padding: 10px 50px;text-decoration: none;color: #000;font-size: 16px;margin-top: 15px;border-radius: 5px;
transition: background-color 0.5s ease; /* 定义过渡效果 */
}
.cp-list-tit-more a:hover{
	background-color: rgba(255, 255, 255, 0.9); /* 鼠标悬停时颜色变为绿色 */
	
}

.cp-list-1{ list-style-type: none;  position: relative;margin-bottom: 20px;border: 2px solid #414141; width:99.7%; height:700px;
  background: url(../images/pc_cp_bg.jpg) no-repeat ;
background-size: cover;
 background-position: center;
}



.cp-list-1 ul{
	  position: absolute; /* 设置为 absolute 进行绝对定位 */
	  top: 50px; /* 距离父元素顶部 50px */
	  left: 230px; /* 距离父元素左侧 40px */
	  
	  width: 1000px; height: 650px;
	
	
}
.cp-list-1 ul li , h3{ list-style-type: none;text-align: center;}
.cp-list-1-1{ font-size: 45px;font-weight: bold;}
.cp-list-1-2{ font-size: 20px;margin: 20px;}

.cp-list-img img{ width: 35%; height:auto;  display:block; margin:0 auto; }
.cp-list-1-4{ margin-top: 20px; }
.cp-list-1-5{ margin-left: 30%;margin-top: 20px;}

.cp-list-1-5  a{  color: #fff;text-decoration: none;border: 2px solid #fff;padding: 10px 50px;border-radius: 5px; float: left;margin-left: 20px; 


    transition: background-color 0.5s ease; /* 定义过渡效果 */
}
.cp-list-1-5  a:hover{
	background-color: rgba(255, 255, 255, 0.5); /* 鼠标悬停时颜色变为绿色 */
}

.news{width:1400px;height: 550px; margin: 0 auto;}



.in_nfourbox_2 {
 float: left;
 width: 465px;
 height: 200px;
 padding: 0 80px 0  0px;
 -webkit-box-sizing: border-box;
 -moz-box-sizing: border-box;
 box-sizing: border-box;
 margin-bottom: 10px;
 position: relative;
 z-index: 5;
 


 

}


.in_nfourbox_2 h6 {
 height: 30px;
 line-height: 30px;
 overflow: hidden;
 font-size: 17px;
 padding-top: 20px;
}


.in_nfourbox_2 h6 a {
 color: #000;
 display: block;
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
 background:url(../images/news_jt.png) no-repeat right;
 padding-right: 30px;
 
 text-decoration: none;
}

.in_nfourbox_2 h6 a:hover {
 padding-left: 5px;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;

 
}

.in_nfourbox_2 p {
 color: #666666;
 font-size: 14px;
 line-height: 26px;
 height: 52px;
 display: block;
 overflow: hidden;
 margin-top: 15px;
 margin-bottom: 15px;
 font-style: initial;
}

.in_nfourbox_2 h5{
 color: #FF8533;
 font-size: 14px;
 line-height: 24px;
 height: 24px;
 float: right;
 display: block;


font-style:normal;

}


.in_nfourbox_2 h2{
 color: #000;
 font-size: 14px;
 line-height: 24px;
 height: 24px;
 overflow: hidden;


}



.in_nfourbox_2:hover h2{
 color: #FF8533;
 -webkit-transition: all .3s ease-out;
 transition: all .3s ease-out;
}

.in_nfourbox_2:hover h6 a{
 color: #FF8533;
}






/* 友情链接 */

.links {
    width: 1400px;

    height: 60px;
	margin: 0 auto;
	
	
}



.links-tit {
    float: left;
    width: 120px;
    height: 30px;
    line-height:30px;
    font-size: 15px;

    color: #1F356E;
    text-transform:uppercase;
    border-right: 1px solid #aaaaaa;
	



}

.links-tit img{
    display: block;
}

.links-tit i{
    display: block;
    font-size: 18px;
    color: #333333;
    padding-top: 8px;
    letter-spacing:14px;
}


.links-tit-list {
    float: right;
    width: 1250px;
    line-height: 26px;
    color: #666666;
}

.links-tit-list a {
    display: inline-block;
    font-size:14px;
    color: #666666;
    line-height: 36px;
	margin-left: 20px;
}

.links-tit-list a:hover {
    text-decoration: underline;
    color: #233e97;
}
/* 友情链接end */

/* news conter */

	/* 幻灯片图片中的文字 */
			.banner-tit{height: 900px;}
			.banner-list-1-1{ font-size: 45px;font-weight: bold;margin-top: 200px;color: #fff;}
			.banner-list-1-2{ font-size: 20px;margin: 20px; color: #fff;}
			.banner-list-1-3{  color: #fff;}
			.banner-list-img img{width: 16%; height:auto;  display:block; margin:0 auto;}
			.banner-list-1-4{ margin-top: 30px;color: #FF8533; }
			.banner-list-1-5{ margin-top: 20px;width: 400px; margin-left: 39%; }
			
			
			
.banner-list-1-5  a{  color: #fff;text-decoration: none;border: 2px solid #fff;padding: 10px 50px;border-radius: 5px; float: left;margin-left: 20px; 


    transition: background-color 0.5s ease; /* 定义过渡效果 */
}
.banner-list-1-5  a:hover{
	background-color: rgba(255, 255, 255, 0.5); /* 鼠标悬停时颜色变为绿色 */
}




	
		@keyframes floatIn {
		  0% {
		    opacity: 0;
		    transform: translateY(50px);
		  }
		  100% {
		    opacity: 1;
		    transform: translateY(0);
		  }
		}
		.float-text0 {
		  animation: floatIn 0.5s ease-out forwards;
		} 
		.float-text2 {
		  animation: floatIn 2s ease-out forwards;
		}
		
		.float-text3 {
		  animation: floatIn 1.5s ease-out forwards;
		}
		.float-text4 {
		  animation: floatIn 1s ease-out forwards;
		}
			
			
			
			@keyframes moveLeft {
			  from {
			    transform: translateX(100px);
			  }
			  to {
			    transform: translateX(0); /* 向左移动100像素 */
			  }
			}
			 
			/* 应用动画 */
			.element {
			  animation: moveLeft 2s forwards; /* 动画名称，持续时间，迭代次数 */
			}
			
			

	
	
	.porductslist{width: 1400px; margin: 0 auto;}
	
	
	
	
	
/* 	分页样式 */
	
	
						.fengye_page {
						margin: 25px;
					}

					.pageinfo {
						padding: 10px 10px;
						font-size: 14px;
						border: 1px solid #e9e9e9;
						display: inline-block;
						color: #555;
						margin: 0 4px;
						text-decoration: none;
						-moz-border-radius: 4px;
						-ms-border-radius: 4px;
						-o-border-radius: 4px;
						-webkit-border-radius: 4px;
						border-radius: 4px;
					}

					.homepage {
						padding: 10px 10px;
						font-size: 14px;
						border: 1px solid #e9e9e9;
						display: inline-block;
						color: #555;
						margin: 0 4px;
						text-decoration: none;
						-moz-border-radius: 4px;
						-ms-border-radius: 4px;
						-o-border-radius: 4px;
						-webkit-border-radius: 4px;
						border-radius: 4px;
					}

					.nopage {
						padding: 10px 10px;
						font-size: 14px;
						border: 1px solid #e9e9e9;
						display: inline-block;
						color: #555;
						margin: 0 4px;
						text-decoration: none;
						-moz-border-radius: 4px;
						-ms-border-radius: 4px;
						-o-border-radius: 4px;
						-webkit-border-radius: 4px;
						border-radius: 4px;
					}

					.listpage {
						padding: 10px 10px;
						font-size: 14px;
						border: 1px solid #e9e9e9;
						display: inline-block;
						color: #555;
						margin: 0 4px;
						text-decoration: none;
						-moz-border-radius: 4px;
						-ms-border-radius: 4px;
						-o-border-radius: 4px;
						-webkit-border-radius: 4px;
						border-radius: 4px;
					}

					.endpage {
						padding: 10px 10px;
						font-size: 14px;
						border: 1px solid #e9e9e9;
						display: inline-block;
						color: #555;
						margin: 0 4px;
						text-decoration: none;
						-moz-border-radius: 4px;
						-ms-border-radius: 4px;
						-o-border-radius: 4px;
						-webkit-border-radius: 4px;
						border-radius: 4px;
					}

/* 	分页样式end */

/* 面包屑 */
.bread_nav {
	margin-top: 30px;
	font-size: 16px;
	color: #F17600;
	

}

/* 公共标题 */
.title_common {
	margin: 35px auto 0;
	width: 340px;
  
	font-weight: 600;
	text-align: center;
	font-size: 40px;
	letter-spacing: 2px;
	color: #1a1a1a;
	padding-bottom: 15px;

}
a {
    text-decoration: none;
    color: inherit;
}

.common_tit {
	position: relative;
	font-weight: 600;
	line-height: 40px;
	color: #181818;
	padding-left: 21px;
}

.common_titA {
		font-weight: 600;
	font-size: 30px;
	color: #eb6d1b;
}

.common_titA:hover {
	color: #eb6d1b;
}

.common_tit::before {
	content: '';
	display: block;
	width: 6px;
	height: 31px;
	background-color: #eb6d1b;
	border-radius: 3px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
