﻿/* CSS Document */
/****公用部分****/
a img,img{border:0px;vertical-align: middle;}
body{ background:#fff;color: black;font: 12px/1.5 "微软雅黑", arial, \5b8b\4f53;width:100%;min-width:320px;font-size:62.5%;}
em{ font-style:normal; font-size:62.5%;}
ul,li,p,h1,h2,h3,h2,h4,h6,body{padding:0px;margin:0px;}
.relative{ position:relative;}
a {text-decoration: none;color: black;}
a:hover, a:active, a:focus {color: #e4007f;text-decoration: none;outline: none;}
ul li,li{ list-style:none;}

/*****header******/
.header{ height:52px; width:100%; max-width:480px;overflow:hidden; background:#fff; margin:0 auto;}
.header a{ display:block; height:100%; width:100%; overflow:hidden;}
.header ul{ width:98%; height:100%; overflow:hidden; margin:0 auto;}
.header ul li{ float:left;}
.xm_img{ width:9%; float:left; height:100%; background:url(/images/xm_img.jpg) no-repeat center left;}
.logo{ width:82%; float:left; height:100%; background:url(/images/head_logo.jpg) no-repeat center center;}
.fhsy{ width:9%; float:right; height:100%; background:url(/images/fhsy.jpg) no-repeat center right;}

/********banner****/
.banner{ margin:0 auto; height:100%; width:100%;max-width:480px; overflow:hidden;background:#f6f6f6;position:relative; }
.mainbox{ overflow:hidden;   position:relative; margin:0 auto;}
.flashbox{ overflow:hidden; position:relative;}
.imagebox{ text-align:center;position:relative;z-index:999;}

.bitdiv{display:inline-block;width:14px;height:14px;margin:10px 10px 10px 0px;cursor:pointer;float:center;}
.defimg{background-image:url(../images/02.png);}
.curimg{background-image:url(../images/01.png)}

	.banner .hd{ height:40px; line-height:40px; margin:0 auto; width:104px; }
	.banner .hd ul li{ display:inline-block; width:12px; height:12px; border:1px solid #c1c1c1; -webkit-border-radius:10px; -moz-border-radius:10px; border-radius:10px; background:#fff; text-indent:-9999px; overflow:hidden; margin:10px 6px;   }
	.banner .hd li.on{ background:#d60066;  }
	.banner .bd{ position:relative; z-index:0; }
	.banner .bd li{ position:relative; text-align:center; float:left;}
	.banner .bd li img{ background:url(images/loading.gif) center center no-repeat;  vertical-align:top; width:100%;/* 图片宽度100%，达到自适应效果 */}
	.banner .bd li a{ -webkit-tap-highlight-color:rgba(0,0,0,0);  }  /* 去掉链接触摸高亮 */
	.banner .bd li .tit{ display:block; width:100%;  position:absolute; bottom:0; text-indent:10px; height:28px; line-height:28px; background:url(images/02.png) repeat-x; color:#fff;  text-align:left;  }
	
	/***********tips*********/
.tips{ width:100%; max-width:480px; height:100%; margin:0 auto; overflow:hidden;background:#f6f6f6;}
.tips_ct{ width:80%; height:100%; overflow:hidden; text-align:center; margin:10px auto;}
.tips_ct p.red{ color:#df0069;}
.tips_ct p{ font-size:1.5em; text-align:center; height:22px; line-height:22px; color:#666666;}
.tips_ct p a{color:#df0069;}

/**********footer***/
.footer{width:100%; max-width:480px; height:140px; margin:0 auto; overflow:hidden;background:url(../images/footer_bg.jpg) #dddddd repeat-x;}
.foot_ct{width:90%; height:100%; overflow:hidden; text-align:center; margin:30px auto;}
.foot_ct p{ text-align:center; color:#666666;height:22px; line-height:22px; font-size:1.4em;}


/***********floatbtn**********/
.floatbtn{ height:60px; width:100%;overflow:hidden; margin:0 auto; position:fixed; bottom:0; left:auto; background:#fff; z-index:9999;}
.fbtn{ width:100%; height:100%; max-width:480px; margin:0 auto; overflow:hidden;}
.fbtn li{ float:left; width:40%;}
.fbtn_1{ background:#df0069; color:#fff; width:100%; height:100%;}
.fbtn_1 a{ display:block; height:60px; width:85%; background:url(/images/mfdh_img1.png) no-repeat left top; margin:5px auto; text-align:right; line-height:56px; color:#fff; font-size:1.6em;}
.fbtn li.fbtn_2{ width:20%;}
.fbtn_2{ background:#373737; color:#fff; width:100%; height:100%;}
.fbtn_2 a{ display:block; height:60px; width:40px; background:url(/images/fhsy_img1.png) no-repeat left top; margin:3px auto; }
.fbtn_2 a p{padding-top:25px; line-height:40px; color:#b5b5b5; font-size:1.6em;text-align:center;}
.fbtn li.fbtn_3{ width:40%;}
.fbtn_3{ background:#178fbb; color:#fff; width:100%; height:100%; float:right;}
.fbtn_3 a{ display:block; height:60px; width:85%; background:url(/images/qqzx_img1.png) no-repeat left top; margin:5px auto; text-align:right; line-height:56px; color:#fff; font-size:1.6em;}
