/*.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{
	background:#FFFFFF;		
}

.my-head{
	height:150px;
	line-height:150px;
	color:#FFFFFF;
	display: flex;
	justify-content:space-between;
}


.logo{
	width:285px;
	height:150px;

}



/*pc导航*/


.pc-nav1{
	height:50px;
	line-height:50px;
	background:url(../images/navbj.jpg) repeat-x;
	
}

.pc-nav1 ul{
	display: flex;
	justify-content:space-between;
	
}


.pc-nav1 ul li a{
	color:#333;
	font-size:15px;
	display: block;
	padding:0 25px;
	
}

/*动态高亮*/
.pc-nav1 ul li.active1 a {
	color:#FFFFFF;
    background:#024FA1;
}

/*静态高亮*/
.active1 a,
.pc-nav1 ul li a:hover,
.active1 a:visited{
	color:#FFFFFF;
    background:#024FA1;
}



/*pc导航-JS式*/

.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,
.active1 a:visited{
/*color:#FFFFFF;
    background:#F58220;*/
}

/*sosu*/	
.sosu{
	
	
}
.search{
	width:460px;
	height:150px;
	display: flex;
	flex-wrap:wrap;
	justify-content:space-between;	
	align-content:center;
	
}
			
.search-input {
  border:2px solid #024FA1;
  font-size:14px;
  width:375px;
  height:45px;
  text-indent:25px;
  box-sizing: border-box;
}
 
.search-input::placeholder {
  color: #999;
}
 
.sosu button[type="submit"] {
	width:85px;
	height:45px;
	border: none;
	cursor: pointer;
	background:#024FA1 url(../images/ss.png) no-repeat 10px center;
	color:#FFFFFF;
	font-size:15px;
	text-indent:20px;
	
}


/*ban*/


.hddiv-1{
	
}

/*设置颜色 、左右按钮颜色、左右大小 */
 .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;
}

/*首页全局*/
.same{

}

.same h2{
	height:50px;
	line-height:50px;
	background:url(../images/navbj.jpg)  repeat-x;
	position:relative;
	padding:0 10px;
}



.same h2::after {
	content: '';
	display: block;
	height:50%;
	border-left:4px solid #024FA1;
	position:absolute;
	top:25%;
	left:1%;	
}

.same h2 b{
	padding-left:15px;
}

.same h2 a{
	color:#333;
}
	
.same h2 a:hover{
	text-decoration:underline;
	color:#024FA1
}



/*产品*/
.index-cpdiv{
	background:#F2F2F2;
	/*padding-bottom:40px;*/
}



.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{
	
}

/*会员风采*/
.index-hyfcdiv{
	
}


/*滚动*/		
.picMarquee-left{overflow:hidden; position:relative;  }
.picMarquee-left .hd{ overflow:hidden;  height:30px; background:#f4f4f4; padding:0 10px;  }
.picMarquee-left .hd .prev,.picMarquee-left .hd .next{ display:block;  width:5px; height:9px; float:right; margin-right:5px; margin-top:10px;  overflow:hidden;
	 cursor:pointer; background:url("../images/arrow.png") no-repeat;}
.picMarquee-left .hd .next{ background-position:0 -50px;  }
.picMarquee-left .hd .prevStop{ background-position:-60px 0; }
.picMarquee-left .hd .nextStop{ background-position:-60px -50px; }
.picMarquee-left .bd{ padding:10px;   }
.picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
.picMarquee-left .bd ul li{ margin:0 4px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.picMarquee-left .bd ul li .pic{ text-align:center; }
.picMarquee-left .bd ul li .pic img{ width:270px; height:85px; display:block; padding:2px; border:1px solid #ccc; }
.picMarquee-left .bd ul li .pic a:hover img{ border-color:#999;  }
.picMarquee-left .bd ul li .title {  line-height:3; }
.picMarquee-left .bd ul li .title a{  color:#fff; background:#777; display:block; }



.index-hyfc-xx {
	padding:0 50px;
	position:relative;
}

.index-hyfc-xx .swiper {
    position: static;
   
}

.index-hyfcdiv .swiper-button-prev, 
.index-hyfcdiv .swiper-rtl .swiper-button-next {
	position:absolute;
    left: 0px;
    right: auto;
}

.index-hyfcdiv .swiper-button-next, 
.index-hyfcdiv .swiper-rtl .swiper-button-prev {
    right: 0px;
    left: auto;
}

.index-hyfc-xx  a dl dd img {
	width:270px;
	height:85px;
}


.index-hyfc-xx  a dl dd{
	color:#fff;
	background:#777;
	line-height:3;
}

.my-link-xx  a{
	color:#333;
}

.my-link-xx  a:hover{
	text-decoration:underline;
}


/*首页新闻*/
.index-newsdiv{
	
}

.index-news{
	display: flex;
	justify-content:space-between;	
	height:260px;
}

.left-banner{
	width:475px; 	
}

.index-news-rigt{
	width:700px; 
	padding:0 10px;
	box-sizing: border-box;
	
}


.index-news-rigt ul {
	

}

.index-news-rigt ul li {
	background:url(../images/mask.png) no-repeat left center;
	text-indent:12px;
	border-bottom:1px dashed #eee;
}

.index-news-rigt ul li a{
	color:#333;
	font-size:14px;
	
}

.index-news-rigt ul li a:hover{
	color:#024FA1;
	text-decoration:underline;
}

.index-news-rigt ul li em{
	margin-left:10px;
	color:#ccc;
}



.index-hzdiv{
	background:#F5F5F5;
	
}

.index-hz ul{
	display: flex;
	justify-content:space-between;	
}

.index-hz ul li img{
	margin:0 5px;
	
}

/*二级导航*/

.same-nav2div{
	
}

.same-nav2{
	width:230px;
}

.same-nav2 h2{
	background:#fff;
	border:4px solid #024FA1;
	
	
}

.same-nav2 h2 b{
	background:#024FA1;
	padding:10px 60px;
	
}


.same-nav2 ul{
	background:#E9F4FF;
}

.same-nav2 ul li{
	line-height:3;
	text-align:center;
	
}

.same-nav2 ul li a{
	display:block;
	color:#333;
	font-size:15px;	
}

.same-nav2 ul li a:hover{
	color:#fff;
	background:#024FA1;
}


.same-nav2-right{
	 width:920px;
	 min-height:500px;
	 color:#333;
	 
}

.same-nav2-right h3{
	color:#024FA1;
	border-bottom:1px solid #024FA1;
	
}




/*二级导航动态高亮*/
.same-nav2 ul li.active2 a {
	color:#fff;
	background:#024FA1;
}

/*二级导航静态高亮*/
.active2 a,
.same-nav2 ul li a:hover,
.active2 a:visited{
	color:#fff;
	background:#024FA1;
}





/*关于我们*/


/*数字*/

.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-right{
	 
	 
}

.about-right h3{
	
	
}



/*新闻list*/

.newslist{

}


.newslist-right ul li {
	background:url(../images/mask.png) no-repeat left center;
	text-indent:12px;
	border-bottom:1px dashed #777;
}

.newslist-right ul li a{
	color:#333;
	font-size:14px;
	
}

.newslist-right ul li a:hover{
	color:#024FA1;
	text-decoration:underline;
}

.newslist-rights ul li em{
	margin-left:10px;
	color:#ccc;
}



/*产品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;

}

/*产品内容*/

./*prolist-right-xx  dl dt img{
	width:270px;
	height:85px;
}


.prolist-right-xx a dl dd{
	background:#333;
	color:#fff;
}


.prolist-right-xx  dl dt{
	width:270px;
	height:85px;
	overflow:hidden;
}



.prolist-right-xx  dl dt img{
	width:270px;
	height:85px;
	 transition: all 0.5s ease-out 0s;
}


.prolist-right-xx  dl:hover dt img{
	transform: scale(1.1);
	box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.3);
}*/


/*产品内容放大镜*/

.pro{
	

}

.pro-t{
	
}


.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:#444;
}

.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{

}



.my-foot-right-guest h2{
	
}

.my-foot-right-guest p{
	/*background:#0000FF;*/
}

.my-foot-right-guest p b{
	width:80px;
	display:inline-table;
	text-align-last: justify;
}


.my-foot-right-guest p input{
	width:200px;
	height:25px;
	/*border: none;*/
	outline:none;
	margin-left:10px;
}

.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{
	width:500px;
	height:200px;
	
}

.my-foot-right-guest button[type="submit"] {
	
	width:230px;
	height:40px;
	line-height:40px;
	background:#024FA1;
	border: none;
	cursor: pointer;
	 border-radius: 5px;	
}




.bq a{
	text-decoration:underline;
}



