/*public*/
ul,li{
	list-style: none;
	margin:0;
	padding:0;
}
a{
	text-decoration: none;
}
img{
	max-width: 100%;
}
body{
	font-size:"微软雅黑";
	font-size:14px;
}

/*导航栏*/
@media (min-width: 1200px){
	.container {
	    width: 1200px!important;
	    padding:0!important;
	}
}
.navbar-nav .nav-active{
	background-color:#00baf2!important;
	color:#fff!important;
}
nav.navbar{
	min-height:100px;
	margin-bottom:0;
}
nav.navbar-default{
	background-color:#fff;
	border-radius:0;
	border:0;
}
.navbar-header .navbar-brand{
	height:100px;
}
.navbar-collapse .navbar-nav{
	height:100px;
}
.navbar-nav>li>a{
	height:100px;
	line-height: 100px!important;
	padding:0 20px!important;
	font-size:16px;
}
.navbar-default .navbar-nav > li > a{
	color:#333!important;
}
.navbar-default .navbar-nav > .active > a{
	background-color:#00baf2!important;
	color:#fff!important;
}
.navbar-nav>li>a:hover {
	background-color:#00baf2!important;
	color:#fff!important;
}
.navbar-nav li .nav-submenu{
	display: none;
	position: absolute;
	width:100%;
	background-color:#fff;
	padding:0;
	z-index: 999;
}
.nav-submenu li{
	min-height:40px;
	font-size:14px;
	color:#333;
	padding:8px;
	text-align: center;
}
.nav-submenu li:hover{
	background-color:#eee;
}
.nav-submenu li a{
	color:#333;
	text-decoration: none;
}
.navbar-default .navbar-form{
	height:100px;
	margin:0;
	padding:35px;
}
.navbar-form .form-group{
	position:relative;
}
.navbar-form .form-control{
	width:160px!important;
	height:30px;
	border-radius:12px;
	border:1px solid #999;
}
.navbar-form span.nav-search{
	width:25px;
	height:25px;
	position:absolute;
	top:2px;
	right:10px;
	background:url("../img/search-icon.png") no-repeat;
	cursor:pointer;
}

/*首页-banner*/
.banner{width: 100%;overflow: hidden;position: relative;}
.banner ul{position: relative;}
.banner ul li{float: left;width: 1400px;}
.banner ul li img{width: 100%;}
.banner_focus{position: absolute;bottom: 15px;text-align: center;width: 100%;}
.banner_focus span{display: inline-block;width: 22px;height: 6px;background: #fff;margin: 0 5px;}
.banner_focus span.on{background: #00abed;}
.banner_btn{width: 1200px;margin: 0 auto;display: none;}


/* banner */
.carousel .carousel-indicators>li{
	width:12px;
	height:12px;
	background-color:#fff;
	border:0;
	margin:0;
}
.carousel .carousel-indicators>li.active{
	background-color:#00baf2;
	border:0;
}

/* 板块 */
.plate-tit{
	text-align: center;
	margin:10px 0;
}
.plate-tit h2{
	font-size: 28px;
	color:#333;
}
.plate-tit p{
	font-size: 18px;
	color:#999;
}
.plate-tit span{
	display: inline-block;
	width: 60px;
	height: 10px;
	text-align: center;
	background:url("../img/wavy.png") no-repeat center;
}

/* 产品中心 */
.product-center .p-main{
	padding:0;
	overflow: hidden;
} 
.product-center .p-left {
	position: relative;
	width: 520px;
	float: left;
	overflow: hidden;
}
.p-left:hover .p-left-hover{
	display: block;
}
.p-left .p-left-hover{
	width: 100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
	z-index: 9;
	padding:45% 20%;
	background:rgba(0,186,242,0.6);
	display: none;
}
.p-left-hover h1{
	font-size: 24px;
	color:#fff;
}
.p-left-hover p{
	font-size: 13px;
	color:#fff;
}
.product-center .p-left img{
	width: 100%;
}
.p-btn{
	width: 142px;
	height:42px;
	border:1px solid #fff;
	background:transparent;
	text-align: center;
	color:#fff;
	line-height: 42px;
	transition: all 0.4s;
}
.p-btn:hover{
	background-color:#fff;
	color:#00baf2;
}
.p-btn:focus{
	outline: none;
}

.p-right{
	width: 660px;
	float: right;
	padding:0;
	margin:0;
}
.p-right li{
	position: relative;
	float: left;
	width:320px;
	height:320px;
	margin:0 5px 10px;
	background-color:#f6f6f6;
}
.p-right li:nth-child(3),.p-right li:last-child{margin-bottom: 0;}
.p-right li:hover .p-right-hover{
	display: block;
}
.p-right-hover{
	display: none;
	text-align: center;
	width: 100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
	z-index: 9;
	background:rgba(0,186,242,0.6);
	padding:45% 0;
	
}
.p-right-hover span{
	font-size: 18px;
	color:#fff;
	vertical-align: middle;

}
.p-right li:nth-child(even){
	margin-right:0;
}
.p-right li img{
	width: 100%;
}


/*关于我们*/
.about-us{
	height:925px;
	background:url("../img/aboutus-bg.jpg") no-repeat center;

}
.a-tit h2,.a-tit p{
	color:#fff;
}
.a-tit span{
	background:url(../img/wavy-01.png) no-repeat center;
}
.about-us .a-main{
	position: relative;
	padding:120px 20px;
}
.about-us .a-main img{
	width: 820px;
}
.a-main .a-introduce{
	position: absolute;
	top:205px;
	right:50px;
	width:470px;
	height:365px;
	padding:40px;
	background-color:#fff;
}
.a-btn{
	border:1px solid #b3b2b1;
	color:#333;
	display:block;
}
.a-btn:hover{
	background-color:#b3b2b1;
	color:#fff;
}
.a-introduce span{
	display: block;
	width:30px; 
	height:4px;
	margin:5px 0;
	background-color:#019cde;

}
.a-introduce p{
	line-height: 24px;
}


/*新闻中心*/
.news-center{
	padding-bottom:50px;
}
.news-center .news-list{
	width: 100%;
	height: 100%
	overflow: hidden;
	margin:0;
}
.news-list li[class*="col-"]{
	padding:0;
}
.news-list li{
	width:25%;
	height:100%;
	float:left;
}
.news-list li .n-text{
	width: 300px;
	height: 260px;
	padding:30px;
	background-color:#f5f5f5;
	float: left;
}
.n-text h3{
	color:#333;
	font-size: 16px;
}
.n-text span{
	display: block;
	width:30px;
	height:2px;
	background-color:#333;
	margin:5px 0;
}
.n-text p{
	font-size: 14px;
	line-height: 24px;
	color:#999;
}
/*.news-list li.blue-bg{
	background-color:#00baf2;
}
.news-list li .n-text:hover{
	background-color:#00baf2;
	color:#fff;
}*/

/*.blue-bg h3{
	color:#fff;
}
.blue-bg span{
	background-color:#fff;
}
.blue-bg p{
	color:#fff;
}
*//*.news-list li img{
	width: 300px;
	display: block;
	float: left;
}*/

/*.news-list li .n-text:hover h3,.news-list li .n-text:hover span,.news-list li .n-text:hover p{ color:#fff;}
.news-list li .n-text:hover .a-btn{ border-color:#fff; background:#fff; color:#00baf2;}*/

/*优势特点*/
.advantage{
	min-height:700px;
	background:url("../img/advantage-bg.jpg");
}
.advantage .advantage-list{
	overflow: hidden;
}
.advantage .advantage-main{
	padding:60px 0;
	overflow: hidden;
}
.advantage-list li{
	float: left;
	padding:20px;
}
.advantage-list li>div{
	position: relative;
	overflow: hidden;
	min-height: 365px;
	border:1px solid #fff;
	padding:20px;
	text-align: center;
	border-radius:0 20px 0 20px;
}
.advantage-list li>.a-list-active{
	background-color:#fff;
}
.advantage-list li>.a-list-active h3,.advantage-list li>.a-list-active p{
	color:#333;
}


.advantage-list li:last-child{
	margin-right:0;
}
.advantage-list li h3{
	font-size: 18px;
	color:#fff;
}
.advantage-list li p{
	font-size: 14px;
	color:#fff;
}

/*footer-meta*/
.footer-meta{

}
.footer-meta .quick-nav{}
.f-common h3{
	font-size: 24px;
	color:#333;
}
.f-common>span{
	display: block;
	width:40px;
	height:4px;
	background-color:#00baf2;
	margin:5px 0 20px 0;
}
.quick-nav ul li{
	width: 50%;
	float: left;
	border-top:1px solid #ddd;
	box-sizing: border-box;
	padding:10px 0;
}
.quick-nav ul li a{
	color:#333;
	text-decoration: none;
}
.quick-nav ul li a:hover{
	color: #00baf2;
	text-decoration: none;
}

.footer-meta .contact-us{

}
.contact-us ul li{
	min-height:40px;
	line-height: 40px;
	border-top:1px solid #ddd;
}
.contact-us ul li span{
	color:#666;
	font-size: 18px;
	margin-right:10px;
	vertical-align: middle;
}
.footer-meta .attention-us{
	
}
.attention-us ul{
	margin-top:10px;
}
.attention-us ul li{
	float: left;
	margin-right:10px;
}
.attention-us ul li:last-child{
	margin-right:0;
}

.footer{
	min-height: 80px;
	text-align: center;
	padding:30px 0;
}


@media(max-width:1200px){
	nav.navbar{
		min-height:50px;
	}
	.navbar-brand img{
		height:30px;
	}
	.navbar-header .navbar-brand{
		height:50px;
		padding:10px;
	}
	.navbar-collapse .navbar-nav{
		height:50px;
	}
	.navbar-nav>li>a{
		height:50px;
		line-height: 50px!important;
	}
	.navbar-default .navbar-form{
		height:50px;
		padding:10px 0;
	}
	.product-center .p-left{
		width:400px;
	}
	.product-center .p-right{
		width: 500px;
	}
	.p-right li{
		width:240px;
		height:240px;
		margin:0 10px 10px 0;
	}
	.news-list li{
		width:25%;
		height: 100%;
		float: right;
	} 
	/*.news-list li .n-text{
		width:25%;
	} */
	/*.news-list li img{
		width: 100%;
		height:100%;
	}*/

	.advantage .advantage-main{
		padding:20px 0;
	}
}
@media(max-width:991px){
	.navbar-default .navbar-collapse{
		overflow: auto
	}
	.navbar-nav>li>a{
		font-size:14px;
		padding: 0px 7px!important
	}
	.product-center .p-left{
		width:320px;
	}
	.p-left .p-left-hover{
		padding:40% 10%;
	}
	.product-center .p-right{
		width:380px;
	}
	.p-right li{
		width:180px;
		height:180px;
	}
	
	.about-us .a-main{
		padding:0;
	}
	.a-main .a-introduce{
		top:352px;
		left:125px;
	}
}

@media(max-width:767px){
	.navbar-collapse .navbar-nav{
		height:auto;
	}
	.navbar-nav li .nav-submenu{
		position: static;
	}
	.nav-submenu li{
		text-align: left;
	}
	.navbar-form .form-control{
		width: 100%!important;
	}
	.product-center .p-left,
	.product-center .p-right{
		width: 100%;
	}
	.p-right li{
		width:48%;
		height:48%;
		margin: 0 4% 4% 0;
	}
	.a-main .a-introduce{
		width:100%;
		min-height:200px;
		bottom:0;
		left:0;
	}
	.a-main .a-introduce{
		position: static;
		height:auto;
	}
}
@media(max-width:600px){
	/*.news-list li{
		width:100%;
	}*/
	.a-main .a-introduce{
		padding:20px;
	}
	.about-us{
		height:800px;
	}
	.p-left .p-left-hover{
		display: block;
	}
}