@charset "utf-8";

body{
	font-family: "微软雅黑";
	height:100%;
	margin: 0;
	padding: 0;
	background-color: #fff;
}
@media (min-width:1024px) {
body {
    width:1024px;
	margin: 0 auto; 
}
}

a{
	text-decoration: none;
	cursor: pointer;
}
ol,ul {
	list-style:none;
}
.nav{
	width: 100%;
	height: 180px;
	font-family: "微软雅黑";
	text-align: center;
	margin: 0;
}
header{
	width:100%;
	height:90px;
	margin: 0 auto;
}

.header{
	width:100%;
	height:90px;
	margin: 0 auto;
}
@media (max-width:480px){
	header{
		display:none;
	}
}
.logo{
    float: left;
	width: 12%;
    height: 90px;
	max-width:120px;
	max-height:90px;
	display:inline;
	overflow:hidden;
}
.brand{
	width:38%;
	height:50px;
	float:left;
	margin-top:30px;
}
.brand font{
	height:30px; 
	line-height:30px;
	font-size:18px;
}
.search{	
	width: 30%;
	height: 80px;
	float: left;
	display:inline;
}
.search input.instring {
    /*border: 1px solid #339933;*/
    border: 1px solid #006AC1;
    color: #555;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    padding: 8px;
    margin-top: 36px;
    width:80%;
}
.search input.submit {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: url("../images/search.png") no-repeat scroll 0 rgba(0, 0, 0, 0);
	cursor: pointer;
    border: none;
    height: 40px;
    width: 50px;
    position: absolute;
    top: 35px;   
}

.follow{
	width:20%;
	height:90px;
	float:right;
	display: inline-block;
    vertical-align: top;	
}
.follow font{
	width:200px;
	height:30px; 
	line-height:30px;
	margin-left:30px;
}
.follow a.link{
	border-radius: 4px 4px 4px 4px;
    color: #d9fff1;
    display: block;
    float: right;
    height: 35px;
    line-height: 35px;
    margin-right: 0;
    margin-top: 30px;
    padding: 0 12px;
}
.follow a:hover{
	background: #3cb588;
}
.follow a.qqflw {
    background: url("../images/qqflw-dis.png") no-repeat scroll 3px 0 rgba(0, 0, 0, 0);
	margin-top: 35px;
    padding-left: 30px;
}
.follow a.wbflw {
    background: url("../images/wbflw-dis.png") no-repeat scroll 3px 0 rgba(0, 0, 0, 0);
	margin-top: 35px;
    padding-left: 40px;
}
.follow a.qqflw:hover {
    background: url("../images/qqflw.png") no-repeat scroll 3px 0 rgba(0, 0, 0, 0);
   	margin-top: 35px;
	padding-left: 30px;
}
.follow a.wbflw:hover {
    background: url("../images/wbflw.png") no-repeat scroll 3px 0 rgba(0, 0, 0, 0);
	margin-top: 35px;
    padding-left: 40px;
}

nav{
	width: 100%;
	font-family: "微软雅黑";
	text-align: center;
	margin: 0;
}
.navbar{
	font-size: 18px;
	background-color: #0094e5;
	width: 100%;
	height: 50px;
	margin: 0;
	display: block;
	z-index: 2000;
}
.menu{
	width: 100%;
	padding: 0;
	margin: 0 auto;
	list-style-type: none;
	display: block;
}
.menu ul{
	position: relative;
	opacity: 0;
	-webkit-transition: opacity .25s ease .1s;
	-moz-transition: opacity .25s ease .1s;
	-o-transition: opacity .25s ease .1s;
	-ms-transition: opacity .25s ease .1s;
	transition: opacity .25s ease .1s;
}
.menu li{
	width:25%;
	height: 50px;
	padding: 0;
	float: left;
	position: relative;
	overflow: hidden;
	list-style: none;
	display:inline-block;
	-webkit-transition: height .25s ease .1s;
	-moz-transition: height .25s ease .1s;
	-o-transition: height .25s ease .1s;
	-ms-transition: height .25s ease .1s;
	transition: height .25s ease .1s;
}
.menu li a{
	width:100%;
	text-align: center;
	display: block;
	padding: 0;
	margin: 0;
	line-height: 50px;
	text-decoration: none;
	font-family: "微软雅黑";
	color: #fff;
}
.menu li:hover > a {
	color: #ff8a55;
}

.menu li:hover > ul {
	z-index: 1800;
	opacity: 0.85;
}

.menu li:hover > ul li {
	height: 50px;
	overflow: visible;
	padding: 0;
}
.menu ul li a {
	width: 100%;
	padding-left: 0;
	margin: 0;
	border: none;
}
/*.active a{
	background-color: #f7fffc;
	text-color: #ff8a55;
}*/

#backtop{
	bottom: 80px;
    display: none;
    font-size: 12px;
    height: 50px;
    padding: 1px;
    position: fixed;
    right: 60px;
    text-align: center;
    width: 80px;
}
#backtop a{
      text-align:center;
      text-decoration:none;
      color:#d1d1d1;
      display:block;
      width:80px;

      /*使用CSS3中的transition属性给跳转链接中的文字添加渐变效果*/

      -moz-transition:color 0.5s;
      -webkit-transition:color 0.5s;
      -o-transition:color 0.5s;
}
#backtop a:hover{
      color:#979797;
}
#backtop a span{
      background:#43ca97 url("../images/arrow-up3.png") no-repeat center center;
      border-radius: 20px;
      display:block;
      height: 70px;
      width: 70px;
      margin-bottom:5px;

      /*使用CSS3中的transition属性给<span>标签背景颜色添加渐变效果*/

      -moz-transition:background 0.5s;
      -webkit-transition:background 0.5s;
      -o-transition:background 0.5s;
}
#backtop a:hover span{
      background:#ff8a55 url("../images/arrow-up3.png") no-repeat center center;
}
.wrapper {
	height: 80% !important;
   	margin: 0 auto; 
   	overflow: hidden;
	position:relative;
}
.main{
	float: left;
    width: 100%;
    margin: 0 auto;
}
section{
	overflow: hidden;
	display:block;	
}

.main section .page_container {
    position:absolute;
    top:0;
    margin: 0 auto;
    z-index: 10;
}

.main section .page_container > img {
   position:absolute;
	/*
   margin-left: -1138px;*/
   margin:10px 10px 0px 5px;
}

#index,#service, #case, #team{
	width: 100%;
	margin: 0;	
}

footer{
	background-color: #006AC1;
	color: #FFF;
	position:absolute;
	text-align: center;
	width: 100%;
	margin:0;
	padding: 10px 0;
	height: 120px;
	bottom:0;
}
.footer{
	background-color: #006AC1; 
	color: #FFF;
	position:absolute;
	text-align: center;
	width: 100%;
	margin: 0;
	padding-top: 10px;
	height: 120px;
	bottom:0;
	display:block;
}
.footer p{
	margin-top: 0;
	margin-bottom: 16px;
}
.footer a:hover{
	text-decoration:none;
}

