﻿@charset "utf-8";

*{
	margin:0; padding:0; list-style:none; 
	font-family: arial,"microsoft yahei";	
}
ul,li{list-style: none; margin: 0; padding: 0;}
a{text-decoration: none;}
a:hover{
	color: #00AA00;
}
img {
	border: none;
	margin: 0;
	padding: 0;
}	
.clear{
	clear: both;
}


.work-btn {
  margin-top: 10px;
  text-align: center;
  /*margin-left: 10px;*/
}
.work-btn a{
	color:#888888;
	color: #FFFFFF\0;
	font-weight:400;
	font-size: 15px;
  	letter-spacing: 1px;	
	border: 1px solid #999999;
	background: none;
	width: 100%;
	
	padding: 8px 0;
	text-decoration:none;
	
}

/* Shutter Out Horizontal */
.hvr-shutter-out-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-decoration:none;
  background: #00688d;
  color: #FFFFFF;
  
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
  color: white;
}

.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);

}

.work-btn a:hover{
	border: 1px solid #00688d; 
}




/*animate*/

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}



@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown{
	0%{opacity:0; -webkit-transform:translateY(-40px);}
	100%{opacity:1; -webkit-transform:translateY(0);}
}
@-moz-keyframes fadeInDown{
	0%{opacity:0; -moz-transform:translateY(-40px);}
	100%{opacity:1; -moz-transform:translateY(0);}
}
@keyframes fadeInDown{
	0%{opacity:0; transform:translateY(-40px);}
	100%{opacity:1; transform:translateY(0);}
}


.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}



@-webkit-keyframes fadeInUp {
 	0%{opacity:0; -webkit-transform:translateY(40px);}
	100%{opacity:1; -webkit-transform:translateY(0);}
}

@-moz-keyframes fadeInUp{
	0%{opacity:0; -moz-transform:translateY(40px);}
	100%{opacity:1; -moz-transform:translateY(0);}
}
@keyframes fadeInUp{
	0%{opacity:0; transform:translateY(40px);}
	100%{opacity:1; transform:translateY(0);}
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}



@-webkit-keyframes widhtIn{
	0%{ width:0;}
	100%{ width:250px;}
}
@-moz-keyframes widhtIn{
	0%{ width:0;}
	100%{ width:250px;}
}
@keyframes widhtIn{
	0%{ width:0;}
	100%{ width:250px;}
}













a:hover{
	color: #0068B7;
}



/*header*/
.header .logo{
	margin-left:36px;

}	

.header .logo img{
	max-width: 100%;
}



.top1 .tel{
	line-height: 40px;
	margin-right: 50px;
	color: #0068B7;
	font-size: 24px;
	font-family: impact;
	margin-top: 30px;
}
.top1 .tel i{
	font-size: 30px;
}



.header .search{
	margin-right: 50px;

}
.header .search .icon-search{	
	
}
.header .search .search_btn i:hover{
	color: #EEEEEE;
}
.header .search .search_box{

	
	
	
	
	/*display: none;*/
}
.header .search .search_box .searchtext{
	/*width: 300px;*/
	padding: 6px;
	float: left;
	border: 1px solid #dddddd;
	-webkit-animation:widhtIn 0.5s both; -moz-animation:widhtIn 0.5s both; animation:widhtIn 0.5s both;
	display: none;
}

.header .search .search_box .searchbtn{
	width: 30px;
	height: 30px;
	background-image: url(../images/search_icon_05.png);
	background-position: center;
	background-repeat: no-repeat;
	border: none;
	float: left;
	cursor: pointer;
	background-color: transparent;
		
}
.header .search .search_box .searchbtn:hover{
	opacity: 0.8;
	filter:alpha(opacity=80);
}

.header .search:hover .search_box{
	
	/*opacity: 1;
	filter:alpha(opacity=100);*/
	
}


.header .button{
	margin-top: 30px;
	margin-right: 30px;
	color: #FFFFFF;
}

/*nav*/





.navbar{
	/*padding-top: 100px;*/
	background-color: #FFFFFF;
	min-height: 0px;

}
.navbar ul li{
	
}
.navbar a{
	font-family: arial ,"microsoft yahei";
    padding:0px 10px;
	line-height: 50px;
	width: 100%;
	display: block;
	
}
.navbar a:hover{
	color: #FFFFFF;
	
}

.navbar .sub_menu{
	
	display: none;
}





.nav_inner{
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 400px;
	background-color: #FFFFFF;
	z-index: 9;
	display: none;
}


/*end header*/





/*banner*/
.banner{
	width: 100%;
	/*height:600px;*/
	overflow: hidden;
	position: relative;
}
.banner .cover{
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 999;
	width: 100%;
}
.banner .cover img{
	width: 100%;
}
.slides li{
	width: 100%;
	height: 100%;
	position: relative;
}
.slides li img{
	width: 100%;
}
.banner1{	

}

.banner2{

}

.banner3{

}

.banner_txt{
	width: 400px;
	margin: auto;
	margin-top: 100px;
}
.banner_txt h1{
	color: white;
	font-family: arial;
	font-size: 36px;	
}

.flex-direction-nav{display: none;}
.banner:hover .flex-direction-nav, .banner:active .flex-direction-nav{
	display: block;
}
/*显示箭头控制按钮*/


/*end banner*/







/*about*/
.about_index{
	
}
.ab_txt{
	width: 100%;
	box-sizing: border-box;
	padding:20px;
	
}
.ab_img{
	width: 100%;
	box-sizing: border-box;
	padding:20px 0;
}
.ab_img img{
	width: 100%;
}
.ab_txt .title{
	font-size: 24px;
	padding-bottom: 6px;
	margin-bottom: 0;
	color: #555555;
}

.ab_txt .subtitle{
	color: #999999;
}
.ab_txt .description{
	color: #666666;
	height: 100px;
	overflow: hidden;
}





.a_21{
	
	/*height: 300px;
	width: 100%;
	background-color: #EEEEEE;*/
}
.a211{
	width: 100%;
}
.a_21 .ab_img{
	padding: 0px;
}
.a_22{
	width: 25%;
	float: left;
	position: relative;
	border-right:1px solid #DDDDDD ;
	border-bottom: 1px solid #DDDDDD;
}
.a_22 img{
	width: 100%;
}
.a_22 p{
	position: absolute;
	top: 68%;
	left: 0px;
	width: 100%;
	font-size: 18px;
	text-align: center;
}
/*end about*/




/*products*/
.product_index{
	
}
.pro_01{
	position: relative;
}

.pro_01 .pro_t{
	position:absolute ;
	top: 0px;
	left: 0px;
	padding-left: 50px;
}
.pro_01 .pro_t span{
	display: block;
}
.pro_01 .pro_t span.title_1{
	margin-top: 50px;
	font-size: 20px;
	color: #00688D;
}
.pro_01 .pro_t span.title_2{
	margin-top: 6px;
	font-size: 16px;
	color: #999999;
}



.product_index ul li{
	/*float: left;
	width: 25%;*/
	overflow: hidden;
	position: relative;
}

.product_index ul li img{
	width: 100%;
	transform: scale(1);  
                transition: all 1s ease 0s;  
                -webkit-transform: scale(1);  
                -webkit-transform: all 1s ease 0s;
}
.pro_01 img{
	width: 100%;
}
.product_index .product_lab_cont{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 40px;
	text-align: center;
	background-color: rgba(0,0,0,0.6);
	color: #FFFFFF;
	transition: 0.5s;
}
.product_index .product_lab_cont h2{
	line-height: 40px;
	font-size: 16px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: 0.5s;
}
.product_index ul li a:hover img{
		transform: scale(1.1);  
                transition: all 1s ease 0s;  
                -webkit-transform: scale(1.1);  
                -webkit-transform: all 1s ease 0s;
}

.product_index ul li a:hover .product_lab_cont{
	background-color: #00688D;
	height: 60px;
}
.product_index ul li a:hover .product_lab_cont h2{
	line-height: 60px;
	/*font-size: 20px;*/
}
/*end products*/






/*news*/
.news_index{
	padding-bottom: 30px;
}


.news_index .title_in{
	background-color: #00688D;
	background-image: url(../images/b_n1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	color: #FFFFFF;
	text-align: center;
	height: 120px;
}
.news_index .title_in .title{
	padding-top: 20px;
	margin: 0;
	line-height: 50px;
	font-size: 30px;
}

.news_index ul{
	padding-top: 60px;
	padding-bottom: 60px;
	overflow: hidden;
}
.news_index ul li{
	margin-bottom: 20px;
	padding: 30px;
	padding-top: 40px;
	padding-bottom: 0;
}
.news_index .newsdate{
	width: 80px;
	height: 100px;
	box-sizing: border-box;
	padding-top: 20px;
	/*border-right: 1px solid #DDDDDD;*/
	background-color: #b1bcc0;

}
.news_index .newsdate .day{
	font-size: 24px;
	color: #FFFFFF;
	margin-bottom: 10px;
	text-align: right;
	padding-right: 5px;
}
.news_index .newsdate .year{
	font-size: 14px;
	color: #EEEEEE;
	text-align: right;
	padding-right: 15px;
}
.news_index ul li .newsbody{
	padding-left: 20px;
	/*height: 200px;*/
	/*box-sizing: border-box;*/

	
}
.news_index ul li .newsbody h2{
	font-size: 16px;
	color: #555555;
	line-height: 40px;
	padding-bottom: 10px;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: 0.5s;
}
.news_index ul li .newsbody p{
	color: #AAAAAA;
	height:48px;
	overflow: hidden;
}
.news_index ul li a:hover{
	/*background-color: #00688d;
	color: #FFFFFF;*/
}
.news_index ul li a:hover h2{
	color: #00688D;
	padding-left: 5px;
}
.news_index ul li a:hover p{
	/*color: #EEEEEE;*/
}
.news_index ul li a:hover img{
		transform: scale(1.1);  
                transition: all 1s ease 0s;  
                -webkit-transform: scale(1.1);  
                -webkit-transform: all 1s ease 0s;
}
.news_index ul li:hover .newsdate{
	background-color: #00688D;
}


/*end news*/








/*footer*/
.footer{
	padding-top: 50px;
	/*padding-bottom: 50px;*/
	overflow: hidden;
	width: 100%;
	background-color: #555555;
	background-image: url(../images/eafba262500dd020e7fd5a2673339c3d.jpg);
}
.footer .content{
	overflow: hidden;
	padding-left: 30px;
	padding-right: 30px;
}
.footer .contact_index{
	margin-bottom: 30px;
}
.footer .contact_index h2{
	color: #FFFFFF;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 30px;
}
.footer .contact_index p{
	/*font-size: 12px;*/
	color: #DDDDDD;
	line-height: 30px;
	margin: 0;
}
.footer .contact_index p a{
	color: #DDDDDD;
}
.footer .contact_index p a:hover{
	color:#ffffff;
}
.footer .link{
	margin-bottom: 30px;
}
.footer .link h2{
	color: #FFFFFF;
	font-size: 20px;
	line-height: 36px;
	margin-bottom: 30px;
	border-bottom: 1px solid #AAAAAA;
}
.footer .link p{
	font-size: 14px;
	line-height: 30px;
	margin: 0;
	
}
.footer .link p a{
	color: #DDDDDD;

}
	
.footer .link p a:hover{
	color: #FFFFFF;
}

.footer .QR{
	text-align: center;
	margin-bottom: 20px;
}
.footer img{
	
	width: 80%;
}



.footer .footer_nav {
	/*margin-top: 30px;*/
	padding-bottom: 30px;
}
.footer .footer_nav a{
	display: block;
	line-height: 26px;
	/*font-size: 12px;*/
	color: #FFFFFF;
}
.footer  p.copyr{
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 0;
	background-color: #333333;
	text-align: center;
	/*font-size: 12px;*/
	color: #FFFFFF;
}


.footer a:hover{
	
	text-decoration: underline;
}
/*end footer*/



.banner_s{
	display:none;
}
#short_description_block{
	padding-top:30px;
}

.pb-center-column{
	padding-top:30px;
}




ul.product_list.list > li .news-image-container {
  position: relative;
/*  border-right: 1px solid #C9C9C9;
*/  padding: 0px;
  float: left;
  width: 90%;




}

ul.product_list.list > li .news-image-container .newsdate{
		
	background-color:#00688D;
	height:130px;
	text-align:center;
}

ul.product_list.list > li .news-image-container .newsdate .day{
	font-size:56px;
	color:#ffffff;
	padding-top:0px;
	
}

ul.product_list.list > li .news-image-container .newsdate .year{
	font-size:16px;
	color:#ffffff;
}

ul.product_list.list > li:hover .news-image-container .newsdate{
	background-color:#00688D;
}

ul.product_list.list > li:hover .news-image-container .newsdate .day, ul.product_list.list > li:hover .news-image-container .newsdate .year{
	color:#ffffff;
}




