﻿/*commom style*/
*,*:before,*:after {box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,
strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,
details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video
{margin:0;padding:0;border:0;outline:none;}
/*html{font-size: 62.5%;}*/
input{margin:0;padding:0;outline:none;}
li{list-style:none;}
a,ins{text-decoration:none;}*:focus{outline:none;}
a{color:#333;font-family:" 微软雅黑"}
a:hover{color: #355e92;}
.fl{float:left;}
.fr{float:right;}
.cf:after{display:block;content:"";height:0;visibility:hidden;clear:both;}
.cf{zoom:1;}
html{font-size: 15px;}
body{font-family:"microsoft yahei"; font-size: 15px;}
input,textarea{-webkit-appearance: none;}/*去除内阴影*/
a,img{-webkit-touch-callout: none;}/*去除长时间按弹出*/
a,button,input,optgroup,select,textarea{-webkit-tap-highlight-color: rgba(0,0,0,0);}/*去除点击后出现暗色*/

/*头部*/
.head{
    width: 100%;
    border-top:0.1rem solid #1c5bb8;
    height: 2.4rem;
}
.head-top{
    width: 100%;
    height: 1.6rem;
    background: url("wap_03.png") repeat-x top;
}
.head-top .top-cent{
    width: 92%;
    margin-left: 2%;
    padding-top:5%;
}
.top-cent .top-l{
    width:80%;
}
.top-cent .top-l img{
  width: 100%;
}
.nav{
    width: 100%;
    height: 0.7rem;
    background: #245399;
    display: block;
}
.nav .nav-cent{
 margin: 0 auto;
}
.nav-cent ul li{
    float: left;
    width: 25%;
    line-height: 0.7rem;
    text-align: center;
}
.nav-cent ul li a{
    color: white;
    font-size: 0.24rem;
}




/*foot*/
.foot{
    width: 100%;
    height: 2rem;
    background: #4d4d4d;
}
.foot-c{
    width: 92%;
    margin: 0 auto;
    padding: 5% 0;
}
.foot-c p{
    width: 100%;
    text-align: center;
    color: white;
    font-size: 0.26rem;
    line-height: 0.6rem;
}




.place{
    height: 1.1rem;
    line-height: 1.1rem;
    border-bottom: 1px solid #355e92;
    font-size: 0.3rem;
}

.main{
    width: 92%;
    margin: 0 4%;
}
.main li{
    font-size: 0.32rem;
    border-bottom: 1px solid #d3d3d3;
    padding-top: 0.2rem;
    padding-bottom:0.4rem ;
    line-height: 0.5rem;
    background: url("wap_02.png") no-repeat left 0.4rem;
    background-size: 0.1rem;
    padding-left: 0.3rem;
}