﻿@charset "utf-8";
/* CSS Document */



* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body{ 
	background:#F3F3F3;
	font-size:13px; 
	font-family:"Microsoft Yahei";
	font: 12px Microsoft YaHei, arial, sans-serif;
	}
img{
	border:0;
	}
li{ 
	list-style:none;
}
a{
	
	text-decoration:none;
	}

.wrapper{
	max-width:640px;
	height:auto;
	margin:0 auto;
	}
.header{
	height:auto;
	background: #333;
	text-align:center;
	padding:0 10px 60px;
	margin:0 0 20px 0;
	}
.header p{
	float:left;	
	margin:15px 5px 0;
	font-size:20px;
	font-weight:500;
	color:#FFF;
}
.menu{
	float:right;
	}


.menu ul li a:hover, .menu ul li a:focus{	
	background:none;	
}

.menu ul li ul li:hover{
	background: #FFF;	
}

.navbar-nav > li > a {	
    color: #000;
}
.navbar-nav > li > a:focus {
    color: #f89406;		
}
.navbar-nav > li > a {
    padding: 15px 20px 0;
}
ul.nav.navbar-nav li a.active {
    color: #f89406;
}
.navbar-nav > .open > a, .navbar-nav > .open > a:hover, .navbar-nav > .open > a:focus {
    color: #F89422;
    background-color: transparent;
}
.menu .dropdown-menu {
    min-width: 90px;
    padding:10px 0;
    margin:0;
    background-color: #EC6E2D;
}
.menu .navbar-nav li ul{
	margin-top:16px;
	
}

.menu .dropdown-menu > li > a:before {
	display:none;
}
.menu .dropdown-menu > li > a:focus {
    display: block !important;
    padding: 8px 21px;
	color: #f89406;
}
/*-- nav-effect --*/
nav.cl-effect-13 a {
	position: relative;
    display: inline-block;
    margin: 0;
    outline: none;
    color: #fff;
    text-decoration: none;
    text-transform: capitalize;
    font-weight: 400;
    text-shadow: 0 0 1px rgba(255,255,255,0.3);
    font-size: 1em;
}
/* Effect 13: three circles */
.cl-effect-13 a {
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
	transition: color 0.3s;
}

.cl-effect-13 a::before {
	position: absolute;
	top:90%;
	left: 50%;
	color: transparent;
	content: '•';
	text-shadow: 0 0 transparent;
	font-size: 1.2em;
	-webkit-transition: text-shadow 0.3s, color 0.3s;
	-moz-transition: text-shadow 0.3s, color 0.3s;
	transition: text-shadow 0.3s, color 0.3s;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
	pointer-events: none;
}

.cl-effect-13 a:hover::before,
.cl-effect-13 a:focus::before,.cl-effect-13 a.active::before,
.cl-effect-13 a.active:focus::before {
	color: #f89406;
    text-shadow: 10px 0 #f89406, -10px 0 #f89406;
}

.cl-effect-13 a:hover,
.cl-effect-13 a:focus {
	color: #ba7700;
}


	
.progress{
	height:40px;
	margin:0 auto;
	background:#FFF;
	}	
.progress h3{
	font-size:16px;
	height:40px;
	line-height:40px;
	color:#F75F65;
	letter-spacing:2px;
	}
#shouqi{
	float:right;
	}	
.progress img{
	float:left;
	margin:0.2em 1em 0em 1em;
	}	
	
.middle{
	max-width:640px;
	background:#FFF;
	margin:0 auto;
	border:1px solid #d6d7dc;
	padding:2em;
  
	}
	

.middle img{
	width:80%;
	height:80%;
	margin-bottom:10px;

	}
.middle p{
	
	
	font-size:18px;
	font-weight:bold;
	width:100%;
	text-align:center;
	margin:o auto;
	padding:0;
	margin:0;
	}
	
.middle h3{
	
	
	font-size:18px;
	font-weight:bold;
	padding:20px 0 20px 0;
	}
.middle p span{
	
	
	font-size:20px;
	font-weight:bold;
	margin:0 auto;
	color:#F00;
	
	}

.titles{
	width:100%;
	text-align:center;
	margin:o auto;
	padding:0;
	margin:0;
	
	}
.middle h6 {
	margin-top:8px;
	}
.middle h6 a{
	
	color: #F00;
	border:1px solid #d6d7dc;
	
	}
.middle h4{
	line-height:28px;
	text-indent:25px;
	}
.middle h4 img{
	width:5%;
	}
.middle h4 span{
	
	color:#F00;
	
	}
.middle .content{
	border:2px solid #666;
	padding:5px;

	}
.fotter{
	margin:30px 0 30px 0;
	}
.fotter p{
	width:100%;
	margin:0 auto;
	margin-bottom:10px;
	text-align:center;
	}
