@charset "utf-8";
/* CSS Document */
.pad20{
	padding:20px 0;
}
.top20{
	margin-top:20px;
}
.mynav .nav .active{
	border-bottom:2px solid #2F7BB8;
	}
.mynav .nav a:active{
	/*background-color: transparent !important;*/
	border-bottom:2px solid #2F7BB8;	
}	
.mynav .nav a:hover{
    border-bottom:2px solid #2F7BB8;	
}
.mynav .navbar-brand{
	padding:1px 0 0;
}
.logo{
	height:50px;
}
.myslide{
	margin-top:-18px !important;
}
.carousel-indicators li{
	color:#2F7BB8;
	
}
.about p{
	line-height:30px;
}
.about h3{
	/*color:#2F7BB8;*/
	color:#222222;
	
}
.about hr{width:150px;height:2px;boder:none;background-color:#2F7BB8;border-top:-15px;}
.about b{width:80px;height:2px;background:#888;margin:10px auto;display:block;}
.about img{
	width:100%;
	border-radius:10px; 
	transition:1s;
}
.about img:hover{
	transform:translateY(-10px);
}
.product{
	background-color:#f3f3f3;
}
.cptitle{
	text-align: center;
	font-size: 1.2em;
}
.product .nav{
	display:flex;
	justify-content:center;
	margin:20px 0;
	flex-wrap:wrap;
}
.product .nav li{
	width:100px;
	text-align:center;
}

.product .nav a{
	color:#3B3636;
}
.product hr{width:150px;height:2px;boder:none;background-color:#2F7BB8;border-top:-15px;}
.product b{width:80px;height:2px;background:#888;margin:10px auto;display:block;}
.product img{
	width:100%;
	border-radius:10px;
	/*opacity:0.5;*/
	/*transition:1.5s;*/
}

.product img:hover{
   /*opacity:1;*/
}
/*.news{background-image: url(../images/newsbj.jpg);
      background-repeat:no-repeat;
      overflow: hidden;
    }  
 /*
 .news h2{
 	border-left-style:solid;
 	border-left-width: 2px;
 	border-left-color: #888;
 }*/
.news b{width:80px;height:2px;background:#888;margin:10px auto;display:block;overflow: hidden;}
.news img{
	width:100%;
	border-radius:5px; 
	transition:1s;
	margin-bottom: 20px;
}

.news img:hover{
	/*transform:translateY(-10px);*/
	 transform: scale(1.1);
}
.news a:link{
	color: #333;
	text-decoration: none;
}
.news a:visited{
	color: #333;
	text-decoration: none;
}
.news a:hover{
	color: #2F7BB8;;
	text-decoration: none;
}
.news a:active{
	color: #333;
	text-decoration: none;
}
/*
.news.newsitem img{
	display:block;
	max-width: 100%;
	border-radius:5px; 
}*/
/*.news .btnps{
   float: right;
}-->*/
.news .fbrq{
	display: block;
	float: left;
	margin-top:10px;
	margin-bottom:10px;
    }
.news .col-md-4{
    margin-bottom: 15px;
}
/*<!--.news .newshx{
	border-bottom-width:1px;
	border-bottom-style: dotted;
	border-bottom-color: #333
}
.news_right .pdate{
	float:left;
	border:1px solid #2F7BB8;
	font-size:1.5em;
	text-align:center;
	/*width:96px;
	/*border-right:1px solid #333;
}*/
/*.news_right .pdate p{
	margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    margin:6px auto;
}*/
/*.news_right .pday{
	border-bottom:solid 1px #333;
	margin-inline-start: 1em;
    margin-inline-end: 1em;
}-->*/
.news_right li{
	list-style-type:none;
}
.news_right .ptext_area{
	overflow: hidden;
	border:1px solid #3FD321;
}
	

.left dl{clear:left;}
.left dt{margin-top:5px;}
.left dt p{float:left;}
.left dt span{float:right;}
.left dd{text-align:left;}
/*
@media(min-width:751px){
	.news img{
	  margin-top: -15px;
	  margin-left: -30px;	
	}
}
*/
.footer{
    background-color: #333;
    color: #fff;
	line-height:1.5em;
}
.ft_bq{float:left}
.ft_xs{display:inline-block;}
.ft_weixin{float:right;}
.footer .icon{width:100px;height:100px;display:block;}
.footer .weixin{background:url(../images/weixin.jpg);}
.swiper-slide{width:280px;}
.swiper-slide img{width:100%;}
/*.product .nav{
	display:flex;
	display: -webkit-flex; /* Safari */
/*	justify-content:center;
	margin:20px 0;
	flex-wrap:wrap;
}
.product .nav li{
 width:150px;	
 text-align:center;
}
.product .nav a{
  color:#eee;
}
.product .nav a:hover{
  color:#000;
}*/
@media(max-width:750px){
	.header-top p{
		display:none;
	}
	.about img{
		margin-top:20px;
	}
	.ft_weixin a p{
		display: none;
	}

}
