.hydiv{
	background:#282828;
	
}

.hy{
	height:40px;
	line-height:40px;
	color:#FFFFFF;
	display: flex;
	justify-content:space-between;
}

.hy h2{
	font-size:13px;
	color:#FFFFFF;
}

.hy h3 a{
	font-size:13px;
	color:#FFFFFF;
}

.hy h3 a:hover{
	text-decoration:underline;
}


.my-headdiv{
	
}

.my-head{
	height:90px;
	line-height:90px;
	color:#FFFFFF;
	display: flex;
	justify-content:space-between;
}


.logo{
	width:285px;
	height:90px;

}



/*pc导航*/



.pc_nav{
	width:800px;	
}

.pc_nav>ul>li {
 	float:left;
	position:relative; 
}
.pc_nav>ul>li>a {
    display:block; 
	text-align:center; 
	height:90px;
	line-height:90px;
	color: #333;
	width:100px;
	font-size:16px;
}

.pc_nav>ul>li>ul {
    display: none;
	position:absolute;
	z-index: 9991;
	top:90px; 
	width:130px;
	left:-15px;
	color:#666;
	font-size:14px;	
	background:#FFFFFF;	
}

.pc_nav>ul>li>ul li {
	
}


.pc_nav>ul>li>ul li a {
   	width:130px;
	height: 45px;
	line-height:45px;
	text-align:center;
	display:block;
	color:#666;
	font-size:14px;	
	background:#FFFFFF;
}
.pc_nav>ul>li>ul li a:hover {
    background:#eee; 
	color:#333;
}

/*二级导航动态高亮*/
.pc_nav>ul>li.active1>a {
	color:#FFFFFF;
    background:#F58220;
}

/*二级导航静态高亮*/
.active1 a,
.pc_nav>ul>li>a:hover,
.active2 a:visited{
/*color:#FFFFFF;
    background:#F58220;*/
}

/*sosu*/	
.sosu{
	width:115px;
	height:90px;
	display: flex;
	flex-wrap:wrap;
	align-content:center;
}
.search{
	margin-top:-20px;	
}
			
.search-input {
  padding:5px 0 5px 20px;
  border: 1px solid #eee;
  font-size:14px;
  width:115px;
}
 
.search-input::placeholder {
  color: #ccc;
}
 
.sosu button[type="submit"] {
	position: relative;
	width:20px;
	height:20px;
	border: none;
	cursor: pointer;
	background:url(../images/ss.jpg) no-repeat;
	left:110px;
	top:24px;
}



/*ban*/

.hddiv-1{
	position: relative;
    height: 100%;
}

/*设置颜色 、左右按钮颜色、左右大小 */
 .swiper {
	width: 100%;
	height: 100%;
	/*--swiper-theme-color: #fff; 
	--swiper-navigation-color: #333;
	--swiper-navigation-size:50px;*/
}

/*设置左右按钮 */
/*.prev{background-image:url("../images/ibanprev.png")}
.next{background-image: url("../images/ibannext.png")}*/

.swiper-slide {
	/*text-align: center;
	font-size: 18px;
	background: #fff;*/
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*产品*/
.index-cpdiv{
	background:#F2F2F2;
	/*padding-bottom:40px;*/
}

.same{

}

.same h2{
	color:#333;


}

.same h3{
	color:#BFBFBF;
}

.same h3::after {
	content: '';
	width: 3%;
	height: 8px;
	display: block;
	margin: 0 auto;
	border-bottom:4px  solid #D80514;
}


.index_cp {
	display: flex;
	flex-wrap:wrap;
	justify-content:space-between;	
	align-content:space-between;
	height:560px;
	
}



.index_cp dl{
	width:582px;
	height:262px;
	display: flex;
	justify-content:space-between;	

}

.index_cp dl dt{
	width:260px;
	height:260px;
	
}

.index_cp dl dd{
	width:320px;
	height:260px;
	border:1px solid #DEDEDE;
	overflow:hidden;
	
}

.index_cp dl dd img{
	width:320px;
	height:260px;
}


.index_cp dl dd img{
	 transition: all 0.5s ease-out 0s;
}

.index_cp dl dd img:hover{
	transform: scale(1.1);
}

.index-ysdiv{
	background:url(../images/ysbj.jpg) no-repeat;
}

.ys-ico{
	display: flex;
	justify-content:space-between;
	padding:0 100px;
}


.ys-ico dl{
}

.ys-ico dl dt{
	width:34px;
	height:34px;
	margin:0 auto;
}

.ys-ico dl dd{
	height:55px;
	line-height:55px;
	color:#FFFFFF;
}

.ys-1{
	height:440px;
	background:#FFFFFF;
	display: flex;
	justify-content:space-between;
	
}


.ys-1-left{
	width:400px;
}

.ys-1-left h2{
	color:#333;
}

.ys-1-left h2::after{
	content: '';
	width:20%;
	height:8px;
	display: block;
	border-bottom:4px  solid #D80514;
}



.ys-1-left p{
	

}

.ys-1-right{
	
}

.ys-1-right img{
	width:510px;
	height:300px;
	border:1px solid #eee;
	padding:2px;
}


.ys-more{
	width:126px;
	height:32px;
}

.index-aboutdiv{
	background:url(../images/aboutbj.jpg) no-repeat;
}

.index-about{
	display: flex;
	justify-content:space-between;
}


.index-about-letf{
	width:600px;
}

.index-about-letf img{
	width:590px;
	height:390px;
	padding:2px;
	border:1px solid #ccc;
	
}


.index-about-right{
	width:600px;
	height:400px;
	box-sizing: border-box;
}


.index-about-right h2{
	color:#C2C2C2;
}

.index-about-right h3{
	line-height:60px;
	color:#333;
	
	
}

.index-about-right p{
	color:#333;
		
}


.about-more{
	margin:30px 0;
	
}

.index-about-right-ico{
	
}

.index-about-right-ico ul{
	display: flex;
	flex-wrap:wrap;
	justify-content:space-between;	
}

.index-about-right-ico ul li{
	
}


.index-about-right-ico ul li img{
	 transition: all 0.5s ease-out 0s;
}

.index-about-right-ico ul li img:hover{
	transform: scale(1.1);
	box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.3);
}




.index-newsdiv{
	
	
}

.index-news{
	width:370px;
	height:320px;
}



.index-news dl{
	
	position: relative;
}


.index-news dl dt{
	
}

.index-news dl dt img{
	width:370px;
	height:210px;	
}

.index-news dl dd{
	width:340px;
	height:150px;
	background:#F7F7F7;
	position: absolute;
	left:15px;
	bottom:-110px;	
}

.index-news dl dd h2{
	line-height:30px;
	margin:15px;
	color:#5A5A5A;
		
}


.index-news dl dd h2::after {
	content: '';
	width: 20%;
	height:8px;
	display: block;
	border-bottom:4px  solid #D80514;
}

.index-news dl dd h2 a{
	color:#5A5A5A;
	
		
}

.index-news dl dd h2 a:hover{
	color:#ccc;
	
		
}



.index-news dl dd p{
	margin:15px;
		
}

.index-news dl dd p a{
	color:#B0B0B0;
}

.index-news dl dd p a:hover{
	color:#ccc;
	
		
}



.index-news dl dd h3{
	border-top:1px solid #ccc;
	padding-top:15px;
	padding-left:15px;
	padding-right:15px;
	background:url(../images/newsico1.png) no-repeat 95% 10px;		
}

.index-hzdiv{
	background:#F5F5F5;
	
}

.index-hz ul{
	display: flex;
	justify-content:space-between;	
}

.index-hz ul li img{
	margin:0 5px;
	
}

/*二级导航*/

.same-nav2div{
	background:#F7F7F7;
}

.same-nav2{
	display: flex;
	justify-content:space-between;
	
}

.same-nav2 ul{
	display: flex;
	justify-content:space-between;
	color:#333;	
}

.same-nav2 ul li{
	margin:0 2px;
}

.same-nav2 ul li a{
	padding:10px 20px;
	transition: all .5s ease-out 0s;
	display:block;
}

.same-nav2 h3{
	background:url(../images/mbx.jpg) no-repeat left 20%;
	padding-left:18px;	
	
}




/*二级导航动态高亮*/
.same-nav2 ul li.active2 a {
	background:#D80514;
	color:#FFFFFF;
}

/*二级导航静态高亮*/
.active2 a,
.same-nav2 ul li a:hover,
.active2 a:visited{
	/*background:#D80514;
	color:#FFFFFF;*/
}



.same-nav2,
.same-nav2 a{
	color:#333;	
}


/*关于我们*/

.about-tab1{}
.aboutdiv{
	
}
.about{}

.about-1{
	display: flex;
	justify-content:space-between;

}

.about-1-left{
	width:820px;
	 color: #333;

}

.about-1-left p{
	
}

/*数字*/
.about-1-right{
	width:380px;
	display: flex;
	justify-content: flex-end;
	
}



.product-num-item{
    color: #333;
	margin-top:90px;
	margin-left:90px;   
}

.product-num-nub{
   width: 100%;
   font-size: 50px;
   font-weight: bold;
}

.product-num-add{
	font-size: 14px;
	line-height: 2;
	margin-left:5px;
}

.product-num-inf{
	margin-top: 10px;
	display: block;
}

.about-2{
	display: flex;
	justify-content:space-between;
	background:#F7F7F7;

}

.about-2-left{
	width:600px;
}

.about-2-right{
	width:600px;
	 color: #333;
	
}

.about-3{
	display: flex;
	justify-content:space-between;
	background:#F7F7F7;
}

.about-3-left{
	width:600px;
	 color: #333;
}

.about-3-right{
	width:600px;
	
	
}
/*新闻list*/

.newslist{

}

.newslist dl{
	border-bottom:1px solid #eee;
	padding:30px 0;
}


.newslist dl dt{
	float:left;
	width:225px;
	height:135px;
	overflow:hidden;
	border:1px solid #eee;
}

.newslist dl dt img{
	width:225px;
	height:135px;
	
}

.newslist dl dt img{
	 transition: all 0.5s ease-out 0s;
}

.newslist dl:hover dt img{
	transform: scale(1.1);
	box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.newslist dl dd{
	float: right;
	width:950px;
}

.newslist a dl {
	color:#333;
}


.newslist dl:hover dd {
	text-decoration:underline;
}

.news-t{
	color:#333;
}


.news-t h2{
	color:#333;
}

.news-t h3{
	color:#333;
	border-top:1px solid #eee;
	border-bottom:1px solid #eee;
}



/*产品list*/

.prolist{
	display: flex;
	/*justify-content:space-between;*/
	flex-wrap:wrap;
}

.prolist dl{
	width:395px;
	height:450px;
	background:#F7F7F7;
	box-sizing:border-box;
	padding:20px ;
	margin-bottom:5px;
	margin-left:5px;
	

}

.prolist dl dt{
	width:355px;
	height:285px;
	overflow:hidden;

}

.prolist dl dt img{
	width:355px;
	height:285px;
}

.prolist dl dt img{
	 transition: all 0.5s ease-out 0s;
}


.prolist dl dt:hover img{
	transform: scale(1.1);
	box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.prolist dl dd h1{
	color:#333;
}



.prolist dl dd h1::after{
	content: '';
	width: 0%;
	display: block;
	border-bottom:4px  solid #D80514;
}

.prolist dl dd h1::after {
    transition: all .5s ease-out 0s;
}


.prolist dl:hover dd h1::after{
	content: '';
	width: 15%;
	display: block;
	border-bottom:4px  solid #D80514;
}

.prolist dl dd h2{

}

.prolist dl dd h2 b{
	display:inline-table;
	border:1px solid #ccc;
	padding:10px 30px;
	 transition: all .5s ease-out 0s;
}

.prolist dl:hover dd h2 b{
	background:#333;
	color:#FFFFFF;
	
}

/*荣誉放大镜list*/


.prolist-fdj{
	display: flex;
	justify-content:space-between;
	flex-wrap:wrap;

}

.prolist-fdj dl{
	width:395px;
	height:620px;
	background:#F7F7F7;
	box-sizing:border-box;
	padding:5px ;
	margin-bottom:8px;
	

}

.prolist-fdj dl dt{
	width:385px;
	height:540px;
	overflow:hidden;

}

.prolist-fdj dl dt img{
	width:385px;
	height:540px;
}

.prolist-fdj dl dt img{
	 transition: all 0.5s ease-out 0s;
}


.prolist-fdj dl dt:hover img{
	transform: scale(1.1);
	box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.prolist-fdj dl dd h1{
	color:#333;
}



.prolist-fdj dl dd h1::after{
	content: '';
	margin:0 auto;
	width: 0%;
	display: block;
	border-bottom:4px  solid #D80514;
	transition: all .5s ease-out 0s;
}

.prolist-fdj dl dd h1::after {
   
}


.prolist-fdj dl:hover dd h1::after{
	content: '';
	width: 15%;
	display: block;
	border-bottom:4px  solid #D80514;

}


/*产品内容放大镜*/

.pro{
	

}

.pro-t{
	display: flex;
	justify-content:space-between;
}


.pro-t-left{
	width:500px;
/*	background:#990000;*/
}

/* clearfix */


.preview{width:500px; height:465px; border:1px solid #eee;}
/* smallImg */
.smallImg{position:relative; height:52px; margin-top:1px; background-color:#F1F0F0; padding:6px 5px; width:490px; overflow:hidden;float:left;}
.scrollbutton{width:14px; height:50px; overflow:hidden; position:relative; float:left; cursor:pointer; }
#imageMenu {height:50px; width:460px; overflow:hidden; margin-left:0; float:left;}
#imageMenu li {height:50px; width:60px; overflow:hidden; float:left; text-align:center;}
#imageMenu li img{width:50px; height:50px;cursor:pointer;}
#imageMenu li#onlickImg img, #imageMenu li:hover img{ width:44px; height:44px; border:3px solid #959595;}
/* bigImg */
.bigImg{position:relative; float:left; width:500px; height:400px; overflow:hidden;}
.bigImg #midimg{width:500px; height:400px;}
.bigImg #winSelector{width:235px; height:210px; }
#winSelector{position:absolute; cursor:crosshair; filter:alpha(opacity=15); -moz-opacity:0.15; opacity:0.15; background-color:#000; border:1px solid #fff;}
/* bigView */
#bigView{position: relative;border: 1px solid #ccc; overflow: hidden; z-index:999;left:550px; top:-465px }
#bigView img{position:absolute;}

.pro-t-right{
	width:600px;
	/*background:#990000;*/
}

.pro-t-right-t{
	color:#333;
	border-bottom:1px solid #eee;

}

.pro-t-right-b{

}
.pro-t-right-b b a{
	background:#D80514;
	color:#FFFFFF;
	padding:10px 20px;
/*	border-radius: 5px;*/
	display:inline-table;
}

.pro-t-right-b b a{
	 transition: all 1s ease-out 0s;
}

.pro-t-right-b b a:hover{
	background:#999;	
}

.pro-b-t{
	border-bottom:1px solid #eee;
}

.pro-b-t b{
	background:#D80514;
	color:#FFFFFF;
	display:inline-table;
	padding:15px 40px;	
}

.pro-b-b{
	
}

.pro-b-b p{
	line-height:2;	
}


.pro-tab2{
	background:#ccc;
}

.lxwm{
	display: flex;
	justify-content:space-between;
	height:400px;
}

.lxwm-left{
	background:#F7F7F7;
	width:780px;
	box-sizing:border-box;
}

.lxwm-right{
	width:400px;
	display: flex;
	flex-wrap:wrap;	
	align-content:space-between;
	
}

.lxwm-right-t{
	width:400px;
	height:190px;
	background:#F7F7F7;
	box-sizing:border-box;
}

.lxwm-right-b{
	width:400px;
	height:190px;
	background:#F7F7F7;
	box-sizing:border-box;
}

.ye{
	display: flex;
	justify-content:space-between;
}

.my-footdiv{
	background:#323232;
}

.my-foot{
	display: flex;
	justify-content:space-between;
}

.my-foot-left{
	width:840px;
	height:460px;

}

.my-foot-left-t{
	display: flex;
	justify-content:space-between;
	width:840px;
	height:180px;
	border-bottom:1px solid #4D4D4D;   
}

.my-foot-left-t h2,
.my-foot-left-t p,
.my-foot-left-b-left h2,
.my-foot-left-b-left ul li,
.bq,
.bq a{
	color:#FFFFFF;   
}

.my-foot-left-t-right ul{
	display: flex;
	flex-wrap:wrap;
	justify-content:space-between;	
	align-content:space-between;
}

.my-foot-left-t-right ul li{
	width:60px;
	height:15px;
	margin:10px 40px;
	
}


.my-foot-left-t-right ul li a{
	color:#333px;
	font-size:15px;
}

.my-foot-left-t-right ul li a:hover{
	color:#ccc;
	font-size:15px;
	text-decoration:underline;
}

.my-foot-left-b{
	display: flex;
	justify-content:space-between;
	width:840px;
	height:240px;
	border-bottom:1px solid #4D4D4D;
}


.my-foot-left-b-left ul li{
	line-height:1.75;
	font-size:14px;
	
}


.my-foot-left-b-right dl dd{

}


.my-foot-right{
	width:350px;
	background:#1F1F1F;
	height:460px;
}


/*验证码*/


.my-foot-right-guest{
	color:#F7F7F7;
	
}



.my-foot-right-guest h2{
	
}

.my-foot-right-guest p{
	/*background:#0000FF;*/
}

.my-foot-right-guest p b{
	width:50px;
	display:inline-table;
	text-align-last: justify;
}


.my-foot-right-guest p input{
	width:175px;
	height:25px;
	border: none;
	outline:none;
}

.my-foot-right-guest p.yzm{
	display: flex;
	/*justify-content:space-between;*/
	/*flex-wrap:wrap;*/

}


.my-foot-right-guest p.yzm input{
	width:95px;
	height:25px;
	border: none;
	outline:none;
}



.my-foot-right-guest p.yzm img{
	width:80px;
	height:25px;
	border: none;
	outline:none;
}


.my-foot-right-guest p input.my-guest-input-ly{
	height:50px;
	
}

.my-foot-right-guest button[type="submit"] {
	
	width:230px;
	height:40px;
	line-height:40px;
	background:#525252;
	border: none;
	cursor: pointer;
	 border-radius: 5px;	
}




.bq a{
	text-decoration:underline;
}



