/*
 * 全站共用CSS样式
 */
*, h1, h2, h3, h4, h5, h6 { font-family: "Helvetica Neue",Helvetica,Microsoft Yahei,Hiragino Sans GB,WenQuanYi Micro Hei,sans-serif; !important }
ol, ul { 
	list-style:none;
	margin:0;
	padding:0;
}
a,a:visited, a:focus {
	color:#1d2088;
	text-decoration:none;
	outline:none;
}
a:hover,a:active {
	outline:none;
	color:#03F;
	text-decoration:none;
}
.navbar {
	border: 0 none;
	border-radius: 0;
	height: 80px;
	left: 0;
	margin-bottom: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
	background:#FFFFFF;
	text-shadow:3px 3px 3px #CCC;
}
.navbar > .container .navbar-brand, 
.navbar > .container-fluid .navbar-brand {
	color: #1d2088;
	font-size: 56px;
	font-weight: bold;
	height: 80px;
	line-height:80px;
	margin-left: 0;
	padding: 0;
}
.navbar-brand > img {
	display:inline-block;
	vertical-align: top;
}
.navbar-nav > li > a {
	padding:0 20px;
	line-height:80px;
	font-size:18px;
	font-weight:bold;
}
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover {
	color:#1d2088;
	background:none;
}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {
	color:#1d2088;
}


.section {
	text-align:left;
	position:relative;
}
.section-title {
	font-weight:bold;
	font-size:48px;
	color:#1d2088;
	position:absolute;
	top:20%;
	width:100%;
	text-align:center;
	text-shadow:3px 3px 3px #CCC;
	cursor:default;
}
.section-box {
	font-size:20px;
	position:absolute;
	top:35%;
	width:100%;
}


.about-box,
.product-box,
.contact-box{ 
	display:none;
	cursor:default;
	color:#666;
}

.about-box {
	border-radius:50%;
	width:280px;
	height:280px;
	background:#FFF;
	margin:0 auto;
	box-shadow:0px 0px 3px #1d2088;
	text-align:center;
	color:#333 !important;
}
.about-title {
	font-size:36px;
	font-weight:bold;
	color:#1d2088;
	padding:60px 20px 20px 20px;
}
.about-info {
	padding:0 40px 40px;
	text-align:left;
	text-indent:2em;
}


.product-box {
	background:#1d2088;
	box-shadow:3px 3px 3px #ccc;
	color:#FFFFFF;
	border-radius:10px;
	text-align:center;
	text-shadow:2px 2px 2px #333;
	margin:0 auto 30px;
	width:250px;
	padding:20px 0;
}
.product-title {
	font-size:48px;	
}
.product-info{
	font-size:36px;
	color: #ffffff !important;
}


.contact-title {
	border-radius:10px 0 0 10px;
	box-shadow:0px 1px 3px #ccc;
	background:#1d2088;
	width:20%;
	text-align:center;
	color:#FFFFFF;
	padding:15px 0;
	float:left;
	margin-bottom:20px;
	text-shadow:2px 2px 2px #333;
}
.contact-info {
	border-radius:0 10px 10px 0;
	box-shadow:0px 1px 3px #ccc;
	width:80%;
	padding:15px 0 15px 20px;
	float:left;
	margin-bottom:20px;
}
.about-box:hover .about-info {
	color:#1d2088;
}

footer {
	height:50px;
	line-height:50px;
	color:#999;
	left: 0;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 999;
	background:#FFFFFF;
	text-align:center;
	font-size:14px;
}

.product-box .hvr-fade,
.contact-box .hvr-fade {
	backface-visibility: hidden;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	display: inline-block;
	overflow: hidden;
	transform: translateZ(0px);
	transition-duration: 0.3s;
	transition-property: color, background-color;
	vertical-align: middle;
	width: 100%;
	color: #ffffff;
}
.contact-box .hvr-fade {
	width:20%;
}
.product-box:hover .hvr-fade,
.contact-box:hover .hvr-fade,
.product-box .hvr-fade:hover,
.contact-box .hvr-fade:hover,
.hvr-fade:hover, .hvr-fade:active, .hvr-fade:focus {
	background-color:rgba(29,32,136,0.8) !important;
	color: #ffffff !important;
}

/*屏幕小于1200*/
@media (max-width: 1199px) {
#fp-nav.right {
	right:0;
}
}
/*屏幕小于992*/
@media (max-width: 991px) {}
/*屏幕小于768*/
@media (max-width: 767px) {}
/*屏幕小于480*/
@media (max-width: 479px) {
.navbar {
	height:50px;
}
.navbar > .container .navbar-brand, 
.navbar > .container-fluid .navbar-brand {
	font-size: 35px;
	line-height:50px;
	height:50px;
}
.navbar-brand > img {
	display:inline-block;
	vertical-align: top;
	width:50px;
}
.section-title {
	font-size:18px;
	top:15%;
}
.section-box {
	font-size:12px;
	top:25%;
}
.about-box {
	border-radius:10px;
	width:auto;
	height:auto;
	margin-bottom:10px;
}
.about-title {
	font-size:14px;
	padding:10px;
}
.about-info {
	padding:0px 10px 10px 10px;
	text-align:left;
	text-indent:2em;
}

.product-box {
	margin:0 auto 10px;
	width:auto;
	padding:10px 0;
}
.product-title {
	font-size:24px;	
}

.contact-title {
	padding:15px 0;
	margin-bottom:10px;
}
.contact-info {
	padding:15px 0 15px 10px;
	margin-bottom:10px;
}
footer {
	height:30px;
	line-height:30px;
	font-size:10px;
}
}
/*屏幕小于320*/
@media (max-width: 321px) {

}

/*屏幕大于等于480小于768*/
@media (min-width: 480px) and (max-width: 767px) {
.navbar {
	height:60px;
}
.navbar > .container .navbar-brand, 
.navbar > .container-fluid .navbar-brand {
	font-size: 42px;
	line-height:60px;
	height:60px;
}
.navbar-brand > img {
	display:inline-block;
	vertical-align: top;
	width:60px;
}
.section-title {
	font-size:24px;
	top:15%;
}
.section-box {
	font-size:16px;
	top:25%;
}
.about-box {
	border-radius:10px;
	width:auto;
	height:auto;
	margin-bottom:20px;
}
.about-title {
	font-size:24px;
	padding:10px;
}
.about-info {
	padding:0px 20px 10px 20px;
	text-align:left;
	text-indent:2em;
}
.product-box {
	margin:0 auto 20px;
	width:180px;
	padding:10px 0;
}
.product-title {
	font-size:36px;	
}
.product-info{
	font-size:30px;
}
}
/*屏幕大于等于768小于992*/
@media (min-width: 768px) and (max-width: 991px) {
.navbar {
	height:60px;
}
.navbar > .container .navbar-brand, 
.navbar > .container-fluid .navbar-brand {
	font-size: 42px;
	line-height:60px;
	height:60px;
}
.navbar-brand > img {
	display:inline-block;
	vertical-align: top;
	width:60px;
}
.navbar-nav > li > a {
	padding:0 10px;
	line-height:60px;
	font-size:18px;
	font-weight:bold;
}
.section-title {
	font-size:24px;
	top:15%;
}
.section-box {
	font-size:16px;
	top:25%;
}
.about-box {
	border-radius:50%;
	width:200px;
	height:200px;
	margin-bottom:10px;
}
.about-title {
	padding:40px 0 10px 0;
	font-size:24px;
}
.about-info {
	padding:0 20px;
	text-align:left;
	text-indent:2em;
}
.product-box {
	margin-bottom:30px;
}
.product-title {
	font-size:20px;
	padding:10px 0;
}
.product-info {
	height:auto;
	padding:20px;
	font-size:18px;
	line-height:36px;
}
}
/*屏幕大于等于992小于1200*/
@media (min-width: 992px) and (max-width: 1199px) {
.section-title {
	top:15%;
}
.section-box {
	top:25%;
}
.product-info {
	height:auto;
}
}