﻿* {
    margin: 0;
    padding: 0;
    font-family: tahoma,arial,"微软雅黑","Hiragino Sans GB",sans-serif !important;
}
body{
    font-size: 62.5%;
    background: #eaeaea;
    background-image: url(/img/VitaMao_bg.jpg); background-repeat:no-repeat; background-size:100% 100%;-moz-background-size:100% 100%;
		background-attachment:fixed;
}
ul,ul li{list-style: none;}
a,a:hover{text-decoration: none;}

input[type=button], input[type=submit],
input[type=file], button {cursor: pointer; -webkit-appearance: none;}
.clear{clear: both;}
.iDiv{width: 100%;height: 100%; position:fixed;top:0;left:0;z-index:9998;background: #333333; opacity: 0.5; display: none;}
.listmsg{width: 100%;max-width: 640px;text-align: center;font-size: 12px;color: #808080;}

/*其余公共样式
     导航区
*/
#header{
    width: 100%;
    margin: 0 auto 5px auto;
    background: #333333;
    border-bottom: 1px solid #999999;/*dotted点状 solid实线 double双实线 dashed虚线 #eaeaea*/
    top:0;
}
.header_nav{
    width: 100%;
    max-width: 640px;
    height:40px;
    margin: 0 auto;
}

.header_nav li{
    width: 33%;
    height: 40px;
    float: left;
    line-height: 40px;
    font-size: 1rem;
    text-align: center;
    font-weight: bold;
}
.header_nav li a{
    color: #FFFFFF;
}
.header_nav li a:hover,.header_nav li a:hover span{
    color: #FFFFFF;
    background: #ff6600;
}
.header_nav li span{
    width: 100%;
    float: left;
    line-height: 40px;

    text-align: center;
    font-weight: bold;
    color: #FFFFFF;
}
.dq a{
    width: 100%;
    height: 40px;
    float: left;
    line-height: 40px;

    text-align: center;
    font-weight: bold;
    color: #FFFFFF;
    background: #ff6600;
}

/*底部区*/
#footer{
    width: 100%;
    margin: 5px auto 0 auto;
    background: #333333;
    border-top: 1px solid #eaeaea;/*dotted点状 solid实线 double双实线 dashed虚线*/
    bottom:0;
}
.footer_link{
    width: 100%;
    max-width: 640px;
    font-size: 0.8rem;
    text-align: center;
    line-height: 1.6rem;
    margin: 0 auto;
    padding:10px 0;
    color:#F7F7F7;
}
.footer_link a{
    color:#F7F7F7;
}
.footer_link a:hover{
    color: #ff6600;
    text-decoration: underline;
}

.footer_link p{
    width: 100%;
    max-width: 640px;
}


/*-- body --*/

#body{
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    background: #ffffff;
}
.body_img,.body_img img{
		width: 100%;
    max-width: 640px;
    height:auto;
    margin: 0 auto;
}

#main{
    width: 100%;
    max-width: 640px;
    background: #ffffff;
    float: center;
    box-sizing: border-box;
    border: 0px solid #eaeaea; /*dotted点状 solid实线 double双实线 dashed虚线*/
    margin-top: 5px;
    padding: 0px 40px;
    border-bottom: 1px dashed #eaeaea;/*dotted点状 solid实线 double双实线 dashed虚线*/
}
.main_title{
    width: 95%;
    margin: 20px auto 10px auto;
}
.main_title h2,.main_title h2 a{
    color: #006699;
    font-size: 1rem;
    font-weight: bold;
    text-align:center;
}
.main_title h2 a:hover{
    color: #ff6600;
    text-decoration: underline;
}

.main_info p,.main_info p a{
    width: 100%;
    margin: 0px auto;
    line-height:200%;
    color: #006699;
    font-size: 0.8rem;
    text-align:justify;
    text-decoration: none;
}
.main_info a:hover p{
    color: #ff6600;
    text-decoration: none;
}
.main_info img{
		display: block;
    margin: 0 auto;
    text-align:center;
    text-decoration: none;
}

/*-- //返回顶部 --*/
#goTopBtn{/* 返回顶部 */
    bottom:5%;
    right:5%;
    margin-right:8px;
    position:fixed;
}
#goTopBtn a{
    display:block;
    color:#ff6600;
    text-decoration:none;
    width:42px;
    height:42px;
}
#goTopBtn a:hover{
    color:#ff6600;
    text-decoration:none;
}
*html #goTopBtn{
    display:none;
}



.Bigiconfont {
    font-family:"iconfont" !important;
    font-size:48px;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}

.qr{
    position: fixed;
    top: 51px;
    left: 640px;
    border: 1px solid #006699;
    width: 140px;
    height: 140px;
    padding-top:10px;
    padding-bottom:10px;
    text-align:center;
    background: #ffffff;
    font-size:15px;
    /*position: absolute;*/
    position: absolute; 
    z-index: -99;
}
/*-- //扫码阅读图标 --*/
/*#RwmICO{*/
    /*position:absolute;*/
    /*_position:absolute;*/
    /*margin:90px 90px 110px 90px;*/
    /*z-index:999999999999;*/
    /*width:40px;*/
    /*height:40px;*/
    /*background:url(/images/2wmICO.gif) no-repeat;*/
/*}*/


/*首页body部分背景颜色*/
#body_background{
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    /*background-color: #eaeaea;*/
}

/*-- //erweima --*/
.erweima{
	  width: 100%;
    max-width: 640px;
    font-size: 1.0rem;
    text-align: center;
    line-height: 1.2rem;
    margin: 0 auto;
    padding:10px 0;
    color:#006699;
}