﻿@charset="UTF-8";
body{
	background: #ffffff;
	font-family: 微软雅黑
		
}

.fanhui{position: fixed;right: 0px; top: 40%;background: #f0c65d;border-color: #C8C8C8;
	border-bottom-left-radius: 15px;border-top-left-radius: 15px; padding:20px 8px 20px 8px;color: #fff;font-size: 16px;}
.container{text-align: center;}
.clear{
	clear: both;
}
.header-home{
	width: 100%;
    position: fixed;
    left: 0;
    height: 50px;
    background-color: rgba(6,16,36,.2);
    z-index: 999;
}
.fixed-header{
	width:100%;
}
.logo{
	width:120px;
	float:left;
	margin-top: 4px;
}
.logo img{
	width:100%;
}
.top-nav{
	float: right;
}
.top-nav span.menu{
	display:none;	
}
.top-nav span.menu:before{
	content:url("../images/menu.png.html");
	cursor:pointer;	
	width:100%;
}
.top-nav ul li{
	display: inline-block;
	margin:0 18px;
}
.top-nav ul li a{
	color: #fff;
	font-size: 15px;
	text-transform: uppercase;
	text-decoration: none;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	-moz-transition: 0.5s all;
	padding: 0;
	line-height: 50px;
}
.team{
	background: url(../images/b.jpg.html) 0px 0px;
	width: 100%;
	display: block;
	background-size:cover;
	padding: 10% 0 6%;
}
.contacts{
	background: url(../images/c.jpg.html) 0px 0px;
	width: 100%;
	display: block;
	background-size:cover;
	padding: 10% 0 6%;
}
.topbanner{
    padding: 60px 0px;
    margin-bottom: 10px;
}
.team-head h3,.topbanner h3{
	font-size:2em;
	font-weight:600;
	text-transform: uppercase;
	border-bottom: 1px solid #aaa;
	width:35%;
	margin: 0 auto;
	padding: 0 0 0.8em;
	position: relative;
	text-align: center;
	color: #fff;
}
.team-head h3 hr,.topbanner h3 hr{
	position: absolute;
    width: 36px;
    left: 50%;
    margin-left: -18px;
    bottom: -0.55em;
    border-bottom: 3px solid #aaa;
}
.team-head p{
	font-size: 1em;
	color: #fff;
	margin: 0;
	font-weight: 300;
	padding: 2em 0;
}
.team-bottom,.contact{
	margin: 5% auto;
}
.team-bottom >div>img{
	border-radius:50%;
	max-width:100%;
}
.team-bottom >div>h6{
	font-size: 1em;
	color: #fff;
	margin: 20px 0px 10px 0px;
}
.team-bottom >div>p{
	font-size: 1em;
	color: #fff;
}
.footer{
	background:#f0c65d;
    overflow: hidden;
}
.footer .container{
	margin:18px auto;
}
.footer-class{
	float: left;
}
h4.footer-class{
	font-size:1em;
	margin: 0;
	color:#fff;
}
h4.footer-class span{
	color: #fff;
}
.class-footer{
	/*float: right; */
    text-align: center;
}
.footer p{
	margin:0;
	color:#fff;
	font-size:1em;
}
.footer a{
	color: #fff;
	text-decoration:none;
}
.footer a:hover{
	color:#fff;
}
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 25px;
	right: 10px;
	overflow: hidden;
	width: 48px;
	height: 48px;
	border: none;
	text-indent: 100%;
	/* background: url('../images/arr.png') no-repeat 0px 0px; */
}
.product{
	margin:5% auto;
}
.product>div>article{
	position: relative;
	margin: auto auto 10%;
	overflow: hidden;
}
.product>div img{
	max-width:100%;
	display:block;
	margin:0 auto;
}
.port-head{
	background: #135790;
    text-align: left;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
	padding:2% 3%;
    display: none;
}
.port-head h4{
	font-size: 1.6em;
    color: #fff;
}
.port-head p{
	font-size: 1em;
    color: #fff;
    margin: 0;
    padding: 7px 0 0;
}
.product>div:hover article{
	box-shadow: 0 0 4px 4px #135790;
}
.product>div:hover .port-head{
    display: block;	
}
.addWrap {
	position:relative;
	width:100%;
	max-height:500px;
	background:#fff;
	margin:0;
	padding:0;
	overflow:hidden;
}
.addWrap .swipe {
	overflow:hidden;
	visibility:hidden;
	position:relative;
}
.addWrap .swipe-wrap {
	overflow:hidden;
	position:relative;
}
.addWrap .swipe-wrap > div {
	float:left;
	width:100%;
	position:relative;
}
#position {
	position:absolute;
	bottom:0;
	margin:0;
	text-align:center;
	width:100%;
}
#position li {
	width:10px;
	height:10px;
	margin:0 2px;
	display:inline-block;
	-webkit-border-radius:5px;
	border-radius:5px;
	background-color:#AFAFAF;
}
#position li.cur {
	background-color:#fff;
}
.img-responsive {
	display:block;
	width:100%;
	height:auto;
}

.content{
	margin-bottom: 50px;
    line-height: 30px;
    color: #8c9398;
}
.content h1{
	padding: 30px 0px;
    margin: 0 auto;
    font-size: 20px;
    border-bottom: 1px solid #CCCCCC;
    width: 90%;
}
.content img{
	max-width:100% !important;
	height:auto !important;
}
.pages {
	padding:0 0 30px;
	text-align:center
}
.pages li {
	display:inline
}
.pages li.thisclass,.pages a:hover {
	padding:5px 10px;
	border:1px solid #00a3ee;
	background:#00a3ee;
	color:#fff;
	text-decoration:none
}
.pages a {
	padding:5px 10px;
	border:1px solid #CCC;
	background:#fff;
	color:#A4A4A4;
	line-height:18px
}
.contact{	
	color: #fff;
}
.contact p{
    margin: 15px auto;
	font-size: 1.2em;
}
.contact div.information{
	font-size: 1.2em;
    line-height: 28px;	
	margin-bottom:5%;
}
.contact div span{
	font-weight: bold;
}
.contact img{
	width:120px;
}
.contact em{
	font-style: normal;
	margin-left:15px;
	font-size:15px;
}
.contact input{
	display:block;
	width:90%;
    margin: 15px auto;
	height:38px;
	border-radius:19px;
	border:none;
	text-indent:1.5em;
	color:#333;
}
.contact textarea{
	display:block;
	width:90%;
    margin: 15px auto;
	border-radius:19px;
	border:none;
	text-indent:1.5em;
	color:#333;
	
}
.contact input.submit{
    width: 130px;
    text-indent: 0;
    margin-left: 5%;
    background: #00a3ee;
	color:#fff;
}
@media(max-width:1024px){
	.team-head h3 {
		width: 41%;
	}
}
@media(max-width:768px){
	.header-home{
		position: inherit;
		background: #135790;
	}
	.logo{
		width: 100px;
		margin-top:6px;
	}
	.fixed-header{
		margin-top:0;		
	}
	.top-nav ul li{
		display:block;
		float:none;
		padding: 0 0;
		text-align: center;
	}
	.top-nav ul li a{
		color:#fff;
		border: none;
		padding: 0;
	}
	.top-nav ul{
		display:none;
		background-color: rgba(6,16,36,.8);
		position:absolute;
		width:100%;
		z-index: 999;
		left: 0%;
	}
	.top-nav span.menu{
		display: block;
		width: 100%;
		position:relative;
		margin-top: 10px;
		text-align: right;
	}
	.top-nav ul li  span{
		display: none;
	}
	.team-head h3 {
		width: 50%;
	}	
	.topbanner{
		padding: 40px 0px;
	}
	.contact .col-xs-12{
		margin-bottom:40px
	}
}

@media(max-width:640px){	
	.team-head h3 {
		width: 64%;
	}
	.team-bottom >div>p {
		font-size: 1.2em;
	}
	.team-bottom >div>h6 {
		font-size: 1.5em;
	}
	.port-head h4{
		font-size: 15px;
	}
	.port-head p{
		padding: 0;
	}
}
@media(max-width:480px){	
	.team-head h3 {
		width: 85%;
		font-size: 2em;
	}
}
/*@media(max-width:320px){
	.logo-head p {
		font-size: 1em;
		overflow: hidden;
		height: 20px;
		padding: 0;
	}	
	.team-head p {
		font-size: 1.1em;
		padding: 1em 0;
	}
	h4.footer-class {
		font-size: 1.5em;
	}
	.top-nav ul li a {
		font-size: 1.3em;
	}
	.top-nav ul li {
		margin: 1em 0.7em;
	}
	.team-head h3{
		font-size: 1.7em;
	}
	.team-bottom >div>p {
		font-size: 1em;
	}
	.team-bottom >div>h6 {
		font-size: 1.2em;
	}

}*/






