﻿@charset "utf-8";
body {
	font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei UI", "Microsoft YaHei", SimHei, "\5B8B\4F53", simsun, sans-serif;
	color: #666;
}
.logo {
	padding:0;
}
.logo img{width: auto; height:90%;}
.navbar-nav > li > a{padding-top: 22px;padding-bottom: 22px;}
#myCarousel {
	margin: 65px 0 0 0;
}
#navbar-collapse ul {
	margin-top:0;
}
#navbar-collapse .dropdown-menu{ padding:0;}
.navbar-default .navbar-nav .open .dropdown-menu-left > li { border-bottom:1px solid #e7e7e7;}
.navbar-default .navbar-nav .open .dropdown-menu-left > li > a{ line-height:35px;}
.navbar-default .navbar-nav .open .dropdown-menu-left > li > a:hover{color: #0059b2;background-color: #f5f5f5}

.carousel-inner img {
	margin: 0 auto;
}
/*.carousel-control {
	font-size: 100px;
}*/

.tab-h2 {
	padding-bottom:10px;
	font-size: 20px;
	text-align: center;
	letter-spacing: 1px;
	color: #0059b2;
}
.tab-p {
	font-size: 15px;
	text-align: center;
	letter-spacing: 1px;
	color: #999;
	margin: 20px 0 40px 0;
}
.tab1 {
	margin: 30px 0;
	color: #666;
}
.tab1 a,.tab a:hover{ color:#000;}
.tab1 .media-heading {
	margin: 5px 0 20px 0; color:#000; font-family: "微软雅黑";
}
.tab1 .col {
	padding: 20px;
}
.tab2 {
	background-color: #d3d3d6;
	padding: 30px 20px;
	text-align: left;
}
.tab2 img {
	}

.text h3 {
	font-size: 20px;
}
.text p {
	font-size: 14px;
}
.tab2-text{ float: left; padding-top:80px;}
.tab2-text h3{ font-size:14px; line-height:35px;}
.tab2-text ul{ padding-left:20px;;}
.tab2-text ul li{ list-style:none; font-size:12px; line-height:24px;}
.btn-more { margin:10px 0 10px 65px; background-color: #d3d3d6; border:1px solid #eee;}
.btn-more a{}

/*--testimonials--*/
#testimonials{ padding:30px 0; }
#testimonials h3{ text-align:center; padding-bottom:20px;}
#testimonials .item{ padding:20px 20px 20px 0;  font-size:14px; line-height:30px;}
#testimonials .item  span{ text-align:right; font-weight:bold;}
#testimonials .item img{ float:right; padding-right:20px; }
#testimonials .carousel-inner { min-height:190px;box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.12);}
#testimonials .carousel-inner .col-md-10{ padding-left:15px;}
#testimonials .carousel-inner .col-md-10 span{ font-size:36px; color:#0059b2;}
#testimonials ol li{ border: 1px solid #0059b2;}
#testimonials .text-right{ float:right; padding-right:20px; color:#0059b2}
#testimonials .item .name{ float:left;}
/**end**/
.tab3 {
	padding:20px; background-color:#ededed;
	text-align: center;
}

.tab3 ul{ float:left; padding:0;}
.tab3 ul li{ float:left; margin:10px; list-style:none;}
.customer{ padding:10px;}
.jumbotron {
	background: url(../images/about_bg.png) repeat-x;
	margin: 65px 0 0 0; height:180px;
	color: #067fc4;
}
.jumbotron h1 {
	font-size: 26px;
	padding: 0 0 0 20px;
}
.jumbotron h4 {
	font-size: 15px;
	padding: 0 0 0 20px;
}

#about {
	background-color: #eee;
	padding: 20px 15px;
}
#about a {
	color: #0059b2;
}
#about .about {
	background-color: #fff;
	box-shadow: 2px 2px 3px #ccc;
}
#about h3 {
	color: #333;
	font-size: 18px;
	border-bottom: 1px solid #eee;
	padding: 20px 0;
	margin: 0 0 10px 0;
}
#about p {
	line-height: 2;
	font-size: 13px;
}

#footer {
	background: #2d2d30 url(../images/flogo_s.jpg) no-repeat right;
	border-top: 1px solid #ccc; color:#fff;
	padding: 20px;
	text-align: center;
}
#footer a{ color:#fff;}

.partner{ float:left; padding:10px 0 30px 0;}
.partner ul li{ float:left; list-style:none;}
/*没有小于768px，是因为Bootstrap3以移动端优先设计*/

/* 小屏幕（平板，大于等于768px） */
@media (min-width: 768px) {
	.logo img{height: auto;}
	.dropdown-menu > li { border-bottom:1px solid #e7e7e7;}
	.dropdown-menu > li > a{ line-height:35px;}
	.dropdown-menu > li > a:hover{color: #0059b2;}
	.tab-h2 {
		font-size: 26px;
	}
	.tab-p {
		font-size: 16px;
	}
	.text h3 {
		font-size: 22px;
	}
	.text p {
		font-size: 15px;
	}
	.tab2-text {
		float: left;padding-top:50px;
	}
	.tab2-text h3{ font-size:18px; line-height:35px;}
	.tab2-text ul li{ list-style:none; font-size:14px; line-height:35px;}
	.tab2-img {
		float: right;
	}
	.jumbotron h1 {
		font-size: 30px;
	}
	.jumbotron h4 {
		font-size: 16px;
	}
	.info-content h4 {
		font-size: 16px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	#about h3 {
		font-size: 19px;
	}
	#about p {
		font-size: 14px;
	}
	#footer {
	background: #2d2d30 url(../images/flogo.jpg) no-repeat right;}
}

/* 中等屏幕（桌面显示器，大于等于992px） */
@media (min-width: 992px) {
	.logo img{ height: auto;}
	.tab-h2 {
		font-size: 28px;
	}
	.tab-p {
		font-size: 17px;
	}

	.text h3 {
		font-size: 24px;
	}
	.text p {
		font-size: 16px;
	}
	.jumbotron h1 {
		font-size: 33px;
	}
	.jumbotron h4 {
		font-size: 17px;
	}
	.info-content h4 {
		font-size: 18px;
	}
	#about h3 {
		font-size: 20px;
	}
	#about p {
		font-size: 15px;
	}
}

/* 大屏幕（大桌面显示器，大于等于1200px） */
@media (min-width: 1200px) {
	.tab-h2 {
		font-size: 30px;
	}
	.tab-p {
		font-size: 18px;
	}
	.text h3 {
		font-size: 26px;
	}
	.text p {
		font-size: 18px;
	}
	.jumbotron h1 {
		font-size: 36px;
	}
	.jumbotron h4 {
		font-size: 18px;
	}
	.info-content h4 {
		font-size: 20px;
	}
	#about h3 {
		font-size: 22px;
	}
	#about p {
		font-size: 16px;
	}
}