@charset "utf-8";
/* CSS Document */
*{margin:0; padding:0;}
ul,ol{list-style:none;}
a{text-decoration:none; display:block;}
img{ border:none;}
body{max-width:640px; margin:0 auto;}
/*顶部*/
.header{width:100%; height:44px; position:fixed; left:0; top:0; z-index:100; background-color:#019cf5;}
.header h1{text-align:center; font-size:15px; padding-top:8px; color:#FFF; text-shadow:0px -1px 0px #00476f;}
.header h2{text-align:center; font-size:12px; font-weight:500;color:#034993; text-shadow:0px 1px 0px #47bcff;}
.header ul{overflow:hidden;width:93.75%; position:absolute; top:0; left:3.125%;}
.hea_a{float:left;}
.hea_a a{ overflow:hidden;}
.hea_a img{margin-top:13px; margin-right:5px; float:left;}
.hea_a span{font-size:15px; line-height:44px; font-weight:600; float:left; color:#FFF;}
.hea_c{float:right; line-height:44px; height:44px;}
.hea_c a{ overflow:hidden;}
.hea_c img{margin-top:12px; margin-left:5px; float:right;}
.hea_c span{font-size:15px; line-height:44px; font-weight:600; float:right; color:#FFF;}
/*底部*/
.footer{height:48px; border-top:1px solid #0282cc; position:fixed; left:0; bottom:0; z-index:100; width:100%;background-color:#019cf5;}
.fot_2{width:23%;}
.fot_3{width:15%; position:relative;}
.fot_3 font{ position:absolute; right:0; top:3px; padding:0px 7px; border-radius:7px; color:#FFF; font-size:10px; box-shadow:0px 1px 2px #750000;
background-image: -moz-linear-gradient( 90deg, rgb(255,0,0) 0%, rgb(255,57,57) 84%, rgb(255,32,32) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(255,0,0) 0%, rgb(255,57,57) 84%, rgb(255,32,32) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(255,0,0) 0%, rgb(255,57,57) 84%, rgb(255,32,32) 100%);

}
.fot_2 font{ position:absolute; left:90%; top:3px; padding:0px 7px; border-radius:7px; color:#FFF; font-size:10px; box-shadow:0px 1px 2px #750000;
background-image: -moz-linear-gradient( 90deg, rgb(255,0,0) 0%, rgb(255,57,57) 84%, rgb(255,32,32) 100%);
  background-image: -webkit-linear-gradient( 90deg, rgb(255,0,0) 0%, rgb(255,57,57) 84%, rgb(255,32,32) 100%);
  background-image: -ms-linear-gradient( 90deg, rgb(255,0,0) 0%, rgb(255,57,57) 84%, rgb(255,32,32) 100%);

}
.fot li{height:48px; float:left; text-align:center;}
.fot li a{height:48px;text-align:center;}
.fot_i{ margin-top:7px;}
.fot li span{display:block; font-size:12px; font-weight:500; margin-top:2px; color:#FFF;}
.fot_l{width:24%; position:relative;}
.fot_a{ position:absolute; bottom:17px; text-align:center; width:100%;}
.fot_b{width:%;}
.fot_c{width:%;}
/*技术支持*/
.jszc{line-height:30px; text-align:center; margin-bottom:65px;}
.jszc a{font-size:12px; color:#CCC;}
/*返回顶部*/
.go_top1{position:fixed;right:20px;bottom:60px;width:40px;height:40px;display:none;}
.go_top1 img{width:40px;height:40px;}
/*更多*/
.more{text-align:center; padding:0px 0px 10px 0px; border-bottom:1px solid #e0e0e0;}
.more a{ margin:0px 3.125%; line-height:30px; height:30px; background-color:#FFF; border-radius:3px; font-size:12px; color:#1e1e1e; border:1px solid #e5e5e5;}
.ask_btn img{height:40px;}
