body,ul,li,dl,dt,dd,p,ol,h1,h2,h3,h4,h5,h6,form,img,table,fieldset,legend{margin:0; padding:0;}
ul,li,ol{list-style:none;}
img,fieldset{border:0; }
img{display:block;}
a{text-decoration:none; color:#333;}
h1,h2,h3,h4,h5,h6{font-weight:100;}
body{ font-family:"微软雅黑";}
input,a{outline:none;}

/*字体抗锯齿，视觉更加舒缓*/
body{-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}

header{
    height: 0.96rem;
    width: 100%;
    background: #FFFFFF;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    border-bottom: 0.01rem solid #efefef;
}
.logo{
    height: 0.36rem;
    width: 0.47rem;
    position: absolute;
    left: 0.36rem;
    top: 0.3rem;
    background: url("../images/home/logo.png") no-repeat center;
    background-size: 0.47rem 0.36rem;
}
header >p{
    font-size: 0.3rem;
    color: #333333;
    font-weight: 600;
    position: absolute;
    left: 1rem;
    line-height: 0.96rem;
}
.one{
    height: 0.2rem;
    width: 0.28rem;
    background: url("../images/home/caidan.png") no-repeat center;
    background-size: 0.28rem 0.2rem;
    position: absolute;
    right: 0.36rem;
    top: 0.38rem;
}
.two{
    height: 0.23rem;
    width: 0.23rem;
    background: url("../images/home/close.png") no-repeat center;
    background-size: 0.23rem 0.23rem;
    position: absolute;
    right: 0.36rem;
    top: 0.38rem;
}
.navLists{
    position: absolute;
    z-index: 8;
    top: 0.96rem;
    left: 0;
    font-size: 0.28rem;
    color: #FFFFFF;
    width: 100%;
    display: none;
}
.navLists >li >ul >li{
    width: 100%;
    font-size: 0.24rem;
    color: #FFFFFF;
    background: #2D3048;
    padding-left: 0.63rem;
    overflow-y: hidden;
    height: 0.85rem;
    line-height: 0.85rem;
}
.navLists a{
    color: #FFFFFF;
    display: block;
}
.homeNav,.aboutNav{
    height: 1rem;
    width: 100%;
    background: #181A29;
    line-height: 1rem;
    border-bottom: 1px solid #9F9F9F;
    padding-left: 0.35rem;
    overflow-x: hidden;
}
.aboutNav{
    border-bottom: none;
}
.productNav >p{
    height: 1rem;
    width: 100%;
    background: #181A29;
    line-height: 1rem;
    border-bottom: 1px solid #9F9F9F;
    padding-left: 0.35rem;
    overflow-x: hidden;
    background-image: url("../images/home/xiala.png");
    background-repeat: no-repeat;
    background-size: 0.24rem 0.4rem;
    background-position: 6.93rem 0.3rem;
}
.emergencyNav >p{
    height: 1rem;
    width: 100%;
    background: #181A29;
    line-height: 1rem;
    border-bottom: 1px solid #9F9F9F;
    padding-left: 0.35rem;
    overflow-x: hidden;
    background-image: url("../images/home/xiala.png");
    background-repeat: no-repeat;
    background-size: 0.24rem 0.4rem;
    background-position: 6.93rem 0.3rem;
}
.productNav >ul{
    display: none;
}
.emergencyNav >ul{
    display: none;
}



.content{
    margin-top: 0.96rem;
}
.friendLinkBtn{
    width: 100%;
    height: 1.1rem;
    background: #181A29;
    position: relative;
    font-size: 0.24rem;
    color: #FEFEFE;
}
.friendLinkBtn >p{
    width: 0.9rem;
    letter-spacing: 0.04rem;
    position: absolute;
    top: 0.2rem;
    left: 3.3rem;
    background: url("../images/home/icon.png") no-repeat right;
    background-size: 0.28rem 0.18rem;
}
.friendLink{
    width: 100%;
    height: 100%;
    background: #181A29;
    position: relative;
    display: none;
    padding-bottom: 0.2rem;
}
.friendLink >div{
    margin-left: 0.36rem;
    margin-bottom: 0.3rem;
}
.code{
    position: absolute;
    top: 0;
    right: 0.36rem;
    width: 1.44rem;
    height: 1.84rem;
    background: url("../images/home/wechat.png") no-repeat top;
    background-size: 1.44rem 1.44rem;
}
.code >p{
    font-size: 0.2rem;
    color: #FEFEFE;
    width: 100%;
    text-align: center;
    margin-top: 1.6rem;
}
.footer-lists{
    display: inline-block;
}
.footer-tit{
    font-size: 0.28rem;
    color: #FFFFFF;
    margin-bottom: 0.3rem;
}
.footer-lists li{
    font-size: 0.2rem;
    color: #FEFEFE;
    margin-bottom: 0.24rem;
}
.footer-lists >li >a{
    color: #FEFEFE;
}
.copyRight{
    border-top: 0.02rem solid #A9AAAF;
    width: 100%;
    height: 1.2rem;
    background: #181A29;
    color: #FFFFFF;
    text-align: center;
    line-height: 1.2rem;
    font-size: 0.2rem;
}

