/*general start*/
* {
	padding:0px;
	margin:0px;
}
body {
	width:100%;
	height:auto;
	padding:0px;
	text-align:center;
	background-color:#fff;
}
body,td,th {
	font-size: 12px;
	color: #484848;
	font-family:"微软雅黑","Arial Black",Verdana ,Gadget, sans-serif;
}
a:link {
	color: #484848;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #484848;
}
a:hover {
	text-decoration: none;
	color: #484848;
}
a:active {
	text-decoration: none;
}
form {
	margin: 0px;
	padding: 0px;
}
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
ul, li, p, dl, dd, dt ,h,td,th{
	margin:0px;
	padding:0px;
}
a{
	color:#333;
}
a,a *{
	cursor:pointer;
}
a img{
	border:0;
}
ul,li,ol{
	list-style-type:none;
	list-style-position:outside;
}
em,i{
	font-style:normal;
}
input{
	border: 0px solid transparent;
	background-color: transparent;
}
h1 {
	margin: 0px;
	padding: 0px;
}
h2 {
	margin: 0px;
	padding: 0px;
}
h3 {
	margin: 0px;
	padding: 0px;
}
h4 {
	margin: 0px;
	padding: 0px;
}
h5 {
	margin: 0px;
	padding: 0px;
}
h6 {
	margin: 0px;
	padding: 0px;
}
.clear{
	clear:both;
	height:0px;
	overflow:hidden;
}
.hl1{
	height: 10px;
	width: 100%;
	_overflow:hidden;
	margin: 0px auto;
}
.hl2{
	height: 20px;
	width: 100%;
	_overflow:hidden;
	margin: 0px auto;
}
.hl3{
	height: 30px;
	width: 100%;
	_overflow:hidden;
	margin: 0px auto;
}
.hl4{
	height: 30px;
	width: 100%;
	_overflow:hidden;
	margin: 0px auto;
}
.hl5{
	height: 10px;
	width: 100%;
	_overflow:hidden;
	margin: 0px auto;
}
.demoOver{
	background-color:#ece8de;
}
.demoBg{
	background-color:#fff;
}
.demoBg1{
	background-color:#ebf7fa;
}
.hide{
	display:none;
}
/*head start*/
.head_box{
	width:100%;
	height:auto;
	min-height:120px;
	margin:0px auto;
}
.head_set{
	width:100%;
	height:30px;
	margin:0px auto;
	background-color:#333;
}
.head_set center{
	width:1000px;
	height:auto;
	height:30px;
	text-align:left;
	font-size:13px;
	line-height:30px;
	text-indent:4px;
	margin:0px auto;
	color: #fff;
}
.head_set section{
	float:right;
	text-indent:0px;
}
.head_set section:nth-child(1){
	padding: 0px;
}
.head_set section a{
	color: #fff;
}
.head_set section a:hover{
	color: #ffc;
}
.head_set b{
	width:1px;
	height:10px;
	float:right;
	background-color:#999;
	margin:10px 15px 0px 15px;
}
.head_set span a{
	color:#fff;
}
.head_set span a:hover{
	color:#f00;
}
.head_bg{
	width:1000px;
	height:auto;
	min-height:110px;
	margin:0px auto;
	background-color:#fff;
	position:relative;
}
.logo{
	width:260px;
	height:110px;
	float:left;
	background:url(../images/logo.png) no-repeat 1px center;
	background-size: 56%;
}
.logo a{
	width:260px;
	height:110px;
	display:block;
	margin:10px auto 0px auto;
}
.head_nav{
	width:740px;
	height: 90px;
	float: left;
}
.head_nav dl{
	padding: 0px;
	margin-top: 35px;
}
.head_nav dl dd{
	float: left;
	font-size: 16px;
	line-height: 40px;
	position:relative
}
.head_nav dl dd dl {
	width: 90px;
	height: auto;
	visibility: hidden;
	position: absolute;
	z-index: 20000;
	left: -11px;
	padding-top: 8px;
	margin-top: 0px;
}
.head_nav dl dd dl dd {
	width: 90px;
	height: 28px;
	line-height: 30px;
	font-weight: normal;
	font-size: 13px;
	margin: 0px;
	text-align: center;
	background:url(../images/nav_subline.png) repeat-x center bottom;
	background-color: #da2242;
}
.head_nav dl dd dl dd:last-child{
	background-image: none;
	background-color: #da2242;
	border-radius:0px 0px 3px 3px ;
}
.head_nav dl dd dl dd a {
	color: #fff;
	display: block;
	word-break: keep-all;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
}
.head_nav dl dd dl dd a:hover {
	background-color: #dfac14;
	color: #fff;
}
.head_nav dl dd dl dd:last-child a:hover{
	border-radius:0px 0px 3px 3px ;
}
.head_nav dl dt{
	width: 70px;
	height: 30px;
	float: left;
}
.head_nav dl dd span{ 
	width:0; 
	height:2px; 
	background:#d70110; 
	position:absolute; 
	bottom:0; 
	left:50%;
}
.head_nav dl dd:hover span,.head_nav dl dd.sel span{
	width: 100%;
	left:0;	
	transition: all 0.8s; 
}
.head_nav dl dd a{
	padding: 0px 2px;
}
.head_nav section{
	float: right;
	font-size: 13px;
	margin: 14px 1px 0px 0px;
}
.head_nav section a{
	color: #999;
}
.wx_box{
	position: absolute;
	top: 83px;
	right: 0px;
	width: 240px;
	height: 284px;
	display: none;
	z-index: 999;
	background:url(../images/wx_triangle.png) no-repeat 0px 0px;
	border-radius: 0px 0px 3px 3px;
}
.wx_box img{
	width: 178px;
	height: 178px;
	margin: 30px auto 0px auto;
	display: block;
}
.wx_box span{
	width: 160px;
	margin: 0px auto;
	display: block;
	font-size: 14px;
	text-align: left;
	color: #999;
	padding-top: 2px;
}
/*head end*/
/*focus_box*/
/*pic_show*/
.pic_show{
	width: 1000px;
	height: 226px;
	margin: 0px auto;
	position: relative;
}
.pic_show img{
	width: 100%;
	border-radius:3px;
}
#slideimg_bg img {
	width:1000px;
	height:226px;
	z-index:8;
    position: absolute; 
	top: 0px; 
	left: 0px; 
	opacity: 0.0;
}
#slideimg_bg img.active {
	 z-index: 10;
	 opacity: 1.0
}
#slideimg_bg img.last-active {
	z-index: 9
}
/*main_box*/
.main_box{
	width:100%;
	height:auto;
	min-height:500px;
	margin:0px auto;
}
.main_con{
	width:1000px;
	height:auto;
	min-height:500px;
	margin:0px auto;
}
/*left_c*/
.left_c{
	width:714px;
	height:auto;
	min-height:500px;
	float:left;
	background-color:#fff;
}
#qt_site{
	width:98%;
	height:65px;
	margin:0px auto;
	background-color:#fff;
	font-size:15px;
	text-align:left;
	line-height:65px;
	text-indent:46px;
	font-weight:bold;
	color:#d1292e;
	border-bottom:solid 1px #ddd;
	background:url(../images/icos_1.png) no-repeat 0px 14px;
	background-size: 6%;
}
#qt_site span{
	float:right;
	font-weight:normal;
	padding-right:6px;
	font-size:13px;
	color:#999;
}
#qt_site span a{
	color:#e9b825;
}
#qt_site em{
	font-style:normal;
	padding:3px 6px 3px 6px;
	background-color:#eee;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius:3px;
	margin-left:10px;
	font-weight:normal;
	font-size:13px;
}
#qt_site em a{
	color:#333;
}
#qt_site a:hover{
	text-decoration:underline;
}
/*public_con*/
.public_con{
	width:98%;
	height:auto;
	margin:0px auto;
	text-align:left;
	font-size:14px;
	line-height:26px;
	margin-top:15px;
	color:#333;
}
.public_con img{
	width: 94%;
	border-radius:2px;
	margin: 0px auto;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 0 60px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.public_con a{
	color:#2963a4;
	text-decoration:underline;
}
.public_con a:hover{
	color:#f00;
	text-decoration:underline;
}
.plan_con{
	width:98%;
	height:auto;
	min-height:500px;
	margin:0px auto;
}
.plan_con dl{
	padding:0px;
}
.plan_con dl dd{
	width:100%;
	height:50px;
	margin: 0px auto;
	display: block;
	text-align:left;
	line-height:50px;
	font-size:14px;
	border-bottom: solid 1px #eee;
	text-indent:8px;
}
.plan_con dl dd img{
	width:18px;
	height:18px;
	float:left;
	padding-left:4px;
	margin-top:14px;
}
.plan_con dl dd b{
	padding-left:10px;
	font-size:12px;
	font-weight:normal;
}
.plan_con dl dd b a{
	color:#999;
}
.plan_con dl dd b a:hover{
	color:#e2ae11;
}
.plan_con dl dd span{
	width:90px;
	text-align:left;
	float:right;
	font-size:11px;
	color:#999;
}
.plan_con dl dd a{
	color:#333;
}
.plan_con dl dd a:hover{
	color:#000;
	text-decoration:underline;
}
/*page*/
.page_info{
	text-align:center;
	margin-top:15px;
	color:#333;
}
.page_info span{
	padding:0 2px;
	font-weight:bold;
}
.page_list{
	width:100%;
	height:46px;
	margin:20px auto 0px  auto;
	text-align:center;
	background-color:#fafafa;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-color: #fafafa;
	border-bottom-color: #fafafa;
}
.page_list span{
	display:block;
	margin-top:15px;
}
.page_list span a{
	color:#666;
	background:#ddd;
	text-align:center;
	padding:2px 7px;
	 margin:0px 4px;
}
.page_list span a:hover{
	color:#fff;
	background:#d1292e;
}
.page_list span a.on{
	color:#fff;
	background:#d1292e;
}
.news_conlp{
	width:98%;
	height:auto;
	margin:0px auto;
	background-color:#fff;
	overflow:hidden;
}
.news_conlp h3{
	font-size:24px;
	text-align:center;
	line-height:28px;
	padding: 30px 0px;
	font-weight:bold;
	border-bottom-width: 1px;
	border-bottom-style:solid;
	border-bottom-color: #fff;
	color:#000;
}
.news_conlp h4{
	font-size:13px;
	text-align:center;
	line-height:36px;
	font-weight:normal;
	background-color:#f2f2f2;
	border-bottom-width: 1px;
	border-bottom-style:solid;
	border-bottom-color: #fff;
	color:#666;
}
.news_conlp h4 em{
	color:#999;
	font-style:normal;
}
.news_conlp h4 small{
	padding:0px 8px;
}
.small{
	color:#999;
	font-size:12px;
	font-weight:bold;
	padding-right:5px;
	cursor:pointer;
}
.news_conlp h5{
	width:96%;
	text-align:right;
	font-size:12px;
	font-weight:normal;
	color:#666;
	padding-right:20px;
}
.big{
	color:#f00;
	font-size:15px;
	font-weight:bold;
	padding-left:5px;
	cursor:pointer;
}
.news_show{
	width:74%;
	height:auto;
	min-height:600px;
	_height:300px;
	margin-left:auto;
	margin-right:auto;
	font-size:14px;
	text-align:left;
	line-height:26px;
	margin-top:16px;
    color:#000;
}
.showimg img{
	width: 20%;
	margin:0px auto;
}
.news_show img{
	width: 100%;
}
.news_show b a{
	color: #f00;
}
.commlist_box{
	width:950px;
	height:auto;
	text-align:left;
	margin:0px auto;
}
.preNext{position:relative;}
.preNext .pagetext{
	width:96%;
	height:80px;
	margin:0px auto;
	text-align:center;
	margin-top:20px;
	background-color:#fff;
}
.pagetext li{
	width:100%;
	height:40px;
	line-height:40px;
	text-align:left;
	float:left;
	text-indent:10px;
	border-bottom:solid 1px #eee;
}
.pagetext li a{
	color:#001938;
}
.pagetext li a:hover{
	color:#000;
	text-decoration:underline;
}
.preNext .actBox{
	width:920px; 
	text-align:right; 
	margin:10px auto 0px auto
}
.preNext .actBox li{
	display:inline;
	padding-left:22px;
	margin-left:10px;
}
.preNext .actBox li img{
	width:26px; 
	height:25px;
	 padding-right:5px;
}
.preNext .actBox li a{
	color:#001938;
}
/*pic_con*/
.pic_con{
	width: 100%;
	height:auto;
	margin:0px auto;
}
.pic_con dl{
	width: 100%;
	height: auto;
	min-height: 280px;
	margin: 5px auto 0px auto;		
}
.pic_con dl dd{
	width: 30%;
	height: 220px;
	float: left;
    text-align: left;
 	margin: 20px 0px 0px 18px;	
}
.pic_con dl dd img{
	display:block;
   	border-radius: 3px;
   	margin: 0px auto; 		
}
.pic_con dl dd strong{
    display: block;	
    color: #1a97ab;
    font-size: 16px;
    padding-top: 15px;
}
.pic_con dl dd b{
	width: 96%;
	height: 30px;
	display: block;
	margin: 0px auto;
	font-size: 15px;
	color: #333;
	text-align: center;
	padding-top: 10px;
}
.pic_con dl dd b i{
	width: 16px;
	float: right;
}
.pic_con dl dd b i img{
	width: 100%;
	height: 16px;
	display: block;
    border-radius: 3px 3px 0px 0px;
}
.pic_con dl dd span{
	width: 96%;
	display: block;
	margin: 0px auto;
	font-size: 14px;
	color: #999;
	text-align: left;
	padding-top: 5px;
}
/*picc_con*/
.picc_con{
	width: 100%;
	height:auto;
	margin:0px auto;
}
.picc_con dl{
	width: 100%;
	height: auto;
	min-height: 200px;
	margin: 5px auto 0px auto;		
}
.picc_con dl dd{
	width: 30%;
	height: 150px;
	float: left;
    text-align: left;
 	margin: 20px 0px 0px 18px;	
    border-bottom: solid 1px #eee;
}
.picc_con dl dd img{
	display: block;
   	border-radius: 100px;	
   	margin: 0px auto;
}
.picc_con dl dd strong{
    display: block;	
    color: #1a97ab;
    font-size: 16px;
    padding-top: 15px;
}
.picc_con dl dd b{
	width: 60%;
	height: 30px;
	display: block;
	margin: 0px auto;
	font-size: 14px;
	color: #333;
	font-weight: normal;
	text-align: left;
	padding-top: 12px;
}
.picc_con dl dd b i{
	width: 16px;
	float: right;
}
.picc_con dl dd b i img{
	width: 100%;
	height: 16px;
	display: block;
    border-radius: 3px 3px 0px 0px;
}
.picc_con dl dd span{
}
/*picarr*/
.picarr{
	width:88%;
	position:relative;
	margin:20px auto;
}
.picarr .picture{
	width:100%;
	text-align:center;
}
.picarr .picture a{
	display:none;
}
.picarr .preview{
	width:940px;
	margin-top:20px;
	padding:5px;
	background:#fff;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
}
.picarr .preview li{
	float:left;
	margin:10px;
}
.picarr .preview li img{
	border:3px solid #ece8de;
}
.picarr .preview li a img{
	vertical-align:middle;
}
.picarr .preview li.current a{
	border:1px solid #000;
}
/*right_c*/
.right_c{
	width:270px;
	height:auto;
	float:right;
}
.right_con{
	width:268px;
	height:auto;
	min-height:200px;
	float:right;
}
.r_item_con{
	width: 100%;
	height: auto;
	min-height: 200px;
	margin: 0px auto;
}
.r_item_con h1{
	width: 100%;
	height: 65px;
	text-align: left;
	line-height: 65px;
	margin: 0px auto;
	border-bottom: solid 1px #ddd;
	background:url(../images/icos_1.png) no-repeat 4px 16px;
	background-size: 14%;
	color: #d1292e;
	font-size: 15px;
	text-indent: 48px;
}
.r_item_con h1 span{
	float: right;
	font-size: 12px;
	color: #999;
	font-weight: normal;
	padding:2px 5px 0px 0px;
}
.r_item_con h1 span a{
	color: #999;
}
.r_item_con h1 span a:hover{
	color: #d1292e;
	text-decoration: underline;
}
.r_item_con dl{
	padding: 0px;
	margin-top: 5px;
}
.dl_class{
	min-height: 256px;
	padding: 5px 0px;
}
.r_item_con dl dt{
	width: 100%;
	height: 60px;
	text-align: left;
	font-size: 14px;
	line-height: 60px;
	margin: 0px auto;
	padding: 5px 0px;
	cursor: pointer;
	border-bottom: solid 1px #eee;
}
.r_item_con dl dt b{
	font-weight: normal;
	font-weight: bold;
	padding-left: 4px;
}
.r_item_con dl dt img{
	width: 30px;
	height: 44px;
	float: left;
	margin: 4px 4px 0px 4px;
}
.r_item_con dl dt span{
	float: right;
}
.r_item_con dl dt span img{
	width: 18px;
	height: 18px;
	padding: 14px 1px 0px 0px;
}
.my-foldpanel dd {
	display: none;
}
#showaa{
	display: block;
}
/*.r_item_con dl dt{
	width: 100%;
	height: 40px;
	text-align: left;
	line-height: 40px;
	font-size: 14px;
	text-indent: 20px;
	margin: 0px auto;
	padding: 5px 0px;
	border-bottom: dotted 1px #eee;
	background:url(../images/di_icos1.png) no-repeat 5px center;
	background-size: 3%;
}
.r_item_con dl section:nth-child(1){
	padding-top: 14px;
}*/
.r_item_con dd section{
	width: 98%;
	height: auto;
	text-align: left;
	font-size: 14px;
	margin: 0px auto;
	padding-top: 12px;
	padding-bottom: 12px;
	border-bottom: dotted 1px #f2f2f2;	
}
.r_item_con dd section img{
	width: 16px;
	height: 16px;
}
.r_item_con dd section span a{
	color: #1989fa;
}

.r_item_con_c{
	width: 100%;
	height: auto;
	min-height: 200px;
	margin: 0px auto;
}
.r_item_con_c h1{
	width: 100%;
	height: 65px;
	text-align: left;
	line-height: 65px;
	margin: 0px auto;
	border-bottom: solid 1px #ddd;
	background:url(../images/icos_1.png) no-repeat 4px 16px;
	background-size: 14%;
	color: #d1292e;
	font-size: 15px;
	text-indent: 48px;
}
.r_item_con_c h1 span{
	float: right;
	font-size: 12px;
	color: #999;
	font-weight: normal;
	padding:2px 5px 0px 0px;
}
.r_item_con_c h1 span a{
	color: #999;
}
.r_item_con_c h1 span a:hover{
	color: #d1292e;
	text-decoration: underline;
}
.r_item_con_c dl section{
	width: 98%;
	height: auto;
	min-height: 22px;
	line-height: 22px;
	text-align: left;
	font-size: 14px;
	margin: 0px auto;
	padding-top: 8px;
}
.r_item_con_c dl section:nth-child(1){
	padding-top: 14px;
}
/*about_box*/
.about_box{
	width: 100%;
	height:auto;
	min-height: 530px;
	margin: 0px auto;
	background-color: #fff;
}
.about_con{
	width: 1000px;
	height: auto;
	min-height: 300px;
	margin: 0px auto;
}
.about_con dl{
	width: 50%;
	height: auto;
	min-height: 300px;
	float: left;
	position: relative;
}
.about_con dl dt{
	width: 96%;
	float: left;
}
.about_con dl dt:first-child{
	width: 80%;
	position: absolute;
	left: 30px;
	text-align: left;
	z-index: 100;
}
.about_con dl dt:first-child img{
	width: 56%;
	border-radius: 3px;
	margin: 25px 0px 0px 0px;
}
.about_con dl dt:last-child{
	width: 80%;
	position: absolute;
	right: 40px;
	text-align: right;
	z-index: 120;
}
.about_con dl dt:last-child img{
	width: 66%;
	border-radius: 3px;
}
.about_con dl dd{
	width: 98%;
	height: auto;
	min-height: 300px;
	float: right;
}
.about_con dl dd b{
	display: block;
	text-align: left;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	padding-top: 4px;
}
.about_con dl dd i{
	display: block;
	text-align: left;
	font-size: 15px;
	line-height: 24px;
}
.about_con dl dd strong{
	display: block;
	text-align: left;
	font-size: 18px;
	line-height: 50px;
	border-bottom: solid 1px #eee;
}
.about_con dl dd span{
	display: block;
	text-align: left;
	font-size: 14px;
	line-height: 22px;
	padding-top: 14px;
}
/*culture_box*/
.culture_box{
	width: 100%;
	height: auto;
	min-height: 420px;
	margin: 0px auto;
	background-color: #eee;
}
.about_c{
	width: 1000px;
	height: auto;
	min-height: 300px;
	margin: 0px auto;
}
.about_c dl{
	width: 50%;
	height: auto;
	min-height: 300px;
	float: left;
	position: relative;
	margin-top: 70px;
}
.about_c dl dt{
	width: 96%;
	float: left;
}
.about_c dl dt:first-child{
	width: 80%;
	position: absolute;
	left: 30px;
	text-align: left;
	z-index: 140;
}
.about_c dl dt:first-child img{
	width: 66%;
	border-radius: 3px;
}
.about_c dl dt:last-child{
	width: 80%;
	position: absolute;
	right: 10px;
	text-align: right;
	z-index: 130;
}
.about_c dl dt:last-child img{
	width: 56%;
	border-radius: 3px;
	margin: 25px 0px 0px 0px;	
}
.about_c dl dd{
	width: 94%;
	height: auto;
	min-height: 300px;
	float: right;
}
.about_c dl dd b{
	display: block;
	text-align: left;
	font-size: 18px;
	line-height: 22px;
	padding-top: 70px;
}
.about_c dl dd span{
	display: block;
	text-align: left;
	padding-top: 6px;
}
.about_c dl dd span i{
	display: block;
	font-size: 14px;
	padding-top: 2px;
}
.foot_line{
	width: 100%;
	height:auto;
	min-height: 80px;
	margin: 0px auto;
	background-color: #fff;
}
/*foot start*/
.foot_box{
	width:100%;
	height:160px;
	margin:0px auto;
	background-color: #333;		
}
.foot_nav{
	width:100%;
	height:40px;
	margin:0px auto;
	background-color:#222222;
}
.foot_nav dl{
	width:530px;
	height:40px;
	margin:0px auto;
}
.foot_nav dl dd{
	float:left;
}
.foot_nav dl dd{
	float:left;
	margin:0px 0px 12px 0px;
}
.foot_nav dl dd {
	float: left;
	font-size: 14px;
	line-height: 40px;
}
.foot_nav dl dd a {
	display: block;
	color: #fff;
	padding-left: 8px;
	padding-right: 8px;
}
.foot_nav dl dd a:hover {
	color: #fff;
}
.foot_nav dl dt {
	width: 1px;
	height: 14px;
	float: left;
	background-color: #fff;
	margin: 13px 12px 0px 12px;
}
.footer{
	width:700px;
	height:auto;
	min-height: 100px;
	margin:0px auto;
	color: #fff;
}
.footer dl{
	width:500px;
	height:auto;
	margin: 0px auto;
	text-align: center
	padding-top: 12px;
}
.footer dl dt{
	width:100%;
	height: 20px;
	display: block;
	margin:0px auto;	
}
.footer dl em{
	font-style:normal;
	display:block;
	width:500px;
	margin:0px auto;
	line-height:20px;
}
.footer dl em a{
	color: #ffc;
}
.footer dl em a:hover{
	text-decoration: underline;
	color: #da2242;
}
.footer ul{
	float: right;
	padding-top: 5px;
	padding-right: 20px;
}
.footer ul img{
	width: 100%;
   	border-radius: 3px;	
}
/*foot end*/
.wrapps{
    position: relative;
    width: 130px;
    height: 130px;
    margin: 0px auto;
 	border-radius: 50%;
	border: 1px solid #ddd;
}
.wrapps span{
	position: absolute;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background-color: #fff;
	right: -10px;
	top: 50px;
	font-size: 15px;
	z-index: 998;
}
.wrapps b{
	position: absolute;
	width: 80px;
	height: 80px;
	line-height: 80px;
	left: 20%;
	top: 20%;
	font-size: 40px;
	color: #7d7d7d;
	z-index: 888;
 	font-weight: normal;
}
.circle{
	height: 100%;
	box-sizing: border-box;
	border: 2px solid #c70000;
	border-radius: 50%;
}
.circle:before{
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 50%;
	box-sizing: border-box;
	top: 50%;
	left: 0;
	border: 2px solid #c70000;
	border-top: transparent;
	border-radius:  0 0 50% 50%/ 0 0 100% 100%;
	z-index: 2;
}
.top, .bottom{
	position: absolute;
	left: 0px;
	width: 100%;
	height: 50%;
	box-sizing: border-box;
	background: white;

}
.top{
	top: 0;
	z-index: 1;
	transform-origin: center bottom;
	animation: 1s back-half linear 1s;
	animation-fill-mode: forwards;
}
.bottom{
	z-index: 3;
	top: 50%;
	transform-origin: center top;
	animation: 1s front-half linear;
	animation-fill-mode: forwards;
}

@keyframes front-half{
0%{
transform: rotate( 0 );
}
99%{
transform: rotate( 180deg );
opacity: 1;
}
100%{
transform: rotate( 180deg );
opacity: 0;
}
}
@keyframes back-half{
0%{
transform: rotate( 0 );
}
99%{
transform: rotate( 180deg );
opacity: 1;
}
100%{
transform: rotate( 180deg );
opacity: 0;
}
}
