﻿@charset "utf-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
    font-size: 12px;
    color: #606060;
    text-decoration: none;
    font-family: Microsoft YaHei;
}
img {border:0;}
ul ,li { list-style:none;}
.container {
	width:100%;
	margin:0px;
	padding:0px;
	position:relative;
	}
.top {
	text-align:center;
	background:url(../images/top_bg.png) repeat-x;
	height:123px;
	border-bottom:4px solid #00bea0;
	}
.top .tlogo {
	padding-top:25px;
	}
.top .navigation {
	width:963px;
	margin:0 auto;
	position:relative;
	  z-index: 99;
	}
.top .navigation ul {
	width:946px;
	height:47px;
	background:url(../images/nav_bg.png) no-repeat;
	position:absolute;
	top:25px;
	left:8px;
	padding-left:15px;
	}
.top .navigation ul li {
	float:left;
	width:100px;
	font-weight:bold;
	line-height:40px;
	}
.top .navigation ul li a {
	color:#5f5f5f;
	font-size:15px;
	}
.top .navigation ul li a:hover {
	color:#00bea0;
	}

/* top end*/
#code {
	position:absolute;
	right:0px;
	top:0px;
	text-align:center;
	}
#code #code_1 {
	background:url(../images/line_QQ.png) no-repeat;
	width:36px;
	height:36px;
	cursor:pointer;
	}
#code #code_2  {
	background:url(../images/line_erw.png) no-repeat;
	width:36px;
	height:36px;
	position:relative;
	margin:2px 0px;
	cursor:pointer;
	}
#code #code_2 #scan {
	position:absolute;
	top:0;
	right:38px;
	width:100px;
	height:115px;
	background:url(../images/code_1.png) no-repeat;
	padding-top:100px;
	display:none;

	}
#code #code_2  a {
	width:36px;
	height:36px;
	display:block;
	}
#code #code_2 #scan p {
	height:15px;
	line-height:15px;
	color:#f0c600;
	}
#code #gotop  {
	background:url(../images/line_top.png) no-repeat;
	width:36px;
	height:36px;
	cursor:pointer;
	}
#code #gotop a {
	display:block;
	width:36px;
	height:36px;
	}
/*-----------------------------------code end-------------------------------------------*/

.footer {
	border-top:2px solid #363636;
	}
.footer a {
	color:#fff;
	}
.footer .about {
	background:#039e85;
	height:114px;
	}
.footer .about .flink {
	width:963px;
	margin:0 auto;
	padding:20px 0;
	overflow:hidden;
	}
.footer .about .flink .fpic {
	float:left;
	}
.footer .about .flink .flist {
	float:left;
	width:500px;
	margin-left:60px;
	padding-top:10px;
	}
.footer .about .flink .flist li {
	float:left;
	width:100px;
	line-height:30px;
	}
.footer .about .flink .fpic span {
	margin-right:15px;
	}
.footer .copy  {
	text-align:center;
	background:#008b75;
	height:37px;
	line-height:37px;
	}	
.footer .copy  span {
	color:#fff;
	margin-left:10px;
	}
.code {
    position: fixed;
    right: 0px;
    bottom: 0px;
    text-align: center;
    display: none;
    height:112px;
	}
.code .code_1 {
	background:url(../images/line_QQ.png) no-repeat;
	width:36px;
	height:36px;
	cursor:pointer;
	margin:2px 0px;
	position:relative;
	}
.code .code_1 a {
  width: 36px;
  height: 36px;
  display: block;
}
.code .code_1 .scan {
	position: absolute;
  top: 0;
  right: 38px;
  width: 120px;
  display: none;
  border-radius: 5px;
  background-color: #fff;
  padding-bottom:10px;
  border:1px solid #606060;
	}
    .code .code_1 a:hover {
  width:60px;
    }
    .code .code_1 a:hover .scan {
  display:block;
    }
    .code .code_1 .scan h3{
  line-height: 30px;
  font-size:14px;
  color: #f0c600;
  background-color: #606060;
  border-radius:5px 5px 0 0 ;
  height:30px;
  text-align:center;
  margin-bottom:20px;
    }
.code .code_2  {
	background:url(../images/line_erw.png) no-repeat;
	width:36px;
	height:36px;
	position:relative;
	margin:2px 0px;
	cursor:pointer;
	}
.code .code_2 .scan {
	position: absolute;
  top: 0;
  right: 38px;
  width: 150px;
  background: url(../images/gelin_code.jpg) no-repeat;
  padding-top: 100px;
  border: 1px solid #ccc;
  display: none;
  border-radius: 5px;
  background-color: #fff;

	}
.code .code_2  a {
	width:36px;
	height:36px;
	display:block;
	}
    .code .code_2 a:hover {
  width:60px;
    }
    .code .code_2 a:hover .scan {
  display:block;
    }
.code .code_2 .scan p {
	  height: 15px;
  line-height: 15px;
  color: #f0c600;
  margin-top: 45px;
  background-color: #606060;
  border-radius: 0 0 5px 5px;
	}
.code .gotop  {
	background:url(../images/line_top.png) no-repeat;
	width:36px;
	height:36px;
	cursor:pointer;
	}
.code .gotop a {
	display:block;
	width:36px;
	height:36px;
	}