@charset "UTF-8";
html,body{
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: '微软雅黑', 'Microsoft YaHei', Verdana;
  font-size: 1em;
  background-color: #f8f8f8;
  color: #222222;
  position: relative;
}
img{
    border: 0; padding: 0; margin: 0; vertical-align: middle;
}
a:link{color: #262728; text-decoration: none;}
a:active{color: #262728; text-decoration: none;}
a:hover{color: #262728; text-decoration: underline;}
a:visited{color: #262728; text-decoration: none;}

.div_top{
    font-size: 1.35em;
    color: #f1111b;
    padding: 0.3em;
}
.div_main{
    width: 100%;
    position: absolute;
    top: 20%;
}
.div_footer{
    position: fixed;
    bottom: 2em;
    width: 100%;
    font-size: 0.88em;
    text-align: center;
    line-height: 2em;
    color: #888888;
}
ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.ul1{
    width: 280px;
    margin: auto;
    /*background-color: red;*/
    text-align: center;
}
.li1{
    float: left;

}
.li2{
    margin-right: 2em;
}
.li3{
    clear: left;
}
.li4{
    margin-top: 2em;
}
.div_statistics a:link{color: #212223; text-decoration: none;}
.div_statistics a:active{color: #212223; text-decoration: none;}
.div_statistics a:hover{color: #212223; text-decoration: underline;}
.div_statistics a:visited{color: #212223; text-decoration: none;}
/*以下是产品.福宝.中国样式*/
.product_div_main{
    width: 600px;
    margin: auto;
    /*color: #2b3c4b;*/
    background-color: #fff;
    overflow: hidden;
    position: relative;
}
.product_div_logo{
    position: fixed;
    top: 0;
    text-align: right;
}
.product_div_0{
    font-size: 1.4em;
    width: 96%;
    margin: auto;
    line-height: 2.4em;
}
.product_div_1{
    border-bottom: #ccc 1px dashed;
    width: 96%;
    margin: auto;
}
.product_div_2{
    font-size: 1.2em;
    color: #1a2b3c;
    width: 96%;
    margin: 0 auto 0.4em auto;
    font-weight: bold;
}
.product_div_3{height: 0.7em; background-color: #eee;}
.product_div_4{text-align: center; margin:4em 0 8em 0;}
.product_span_f1{color: #990033; font-size: 1.2em;}
.product_span_f2{color: #888;}
.product_table_1{width: 100%; border: 0;}
.product_td_1{padding: 0.8em 0;}
.product_div_footer{
    width: 100%;
    font-size: 0.88em;
    text-align: center;
    line-height: 2em;
    color: #888888;
    padding-bottom: 2.2em;
}
.product_div_cart{
    position: fixed;
    bottom: 0;
    line-height: 2.2em;
    width: 100%;
    text-align: center;
    background-color: #f1111b;
}
.product_cart_li1{
    color: #f8f8f8;
}
#product_search{
    text-align: center;
    height: 12em;
    margin-top: 6em;
}
#product_search input{
    font-size: 1.2em; line-height: 2em; color: #ddd; border: #faaaab 1px solid; padding-left: 0.3em; background-color: #eee;
}
#product_search input[type=submit]{
    font-size: 1.2em; line-height: 2em; color: #feeeeb; padding-left: 0.4em; background-color: #f1111b;
}
.product_div_err{
    text-align: center;
    color: #f1111b;
    margin-top: 3em;
}
/*----服务样式----*/
.div_service{}
.service_div_0{
    font-size: 2.2em; color: #f63486; font-weight: bold; text-align: center; line-height: 2.6em;
}
.service_div_1{
    border-bottom: #eee 2px dashed;
    width: 96%;
    margin: 0 auto 0.6em auto;
}
.service_div_2{
    font-size: 1.2em;
    color: #1a2b3c;
    text-align: center;
    margin-bottom: 0.6em;
}
.service_div_6{text-align: center; font-size: 1.36em; line-height: 2.36em;}
.service_div_4{width: 96%; line-height: 1.4em; margin: 1em auto; color: #888888;border-bottom: #eee 2px dashed;}
.service_div_3{}
.service_div_7{width: 96%; text-align: center; font-size: 1em; line-height: 1.4em; padding: 0.6em 0 1.2em 0; color: #aca8e0; margin: auto;}
.service_span_f2{color: #666; font-size: 1.36em; font-weight: bold; line-height: 1.6em;}
.service_td_1{color: #888; font-size: 1.2em; line-height: 1.4em}
.service_div_cart{
    position: fixed;
    bottom: 0;
    line-height: 2.6em;
    width: 100%;
    text-align: center;
    background-color: #a23456;
}
.service_div_footer{
    width: 100%;
    font-size: 0.88em;
    text-align: center;
    line-height: 2em;
    color: #888888;
    padding-bottom: 2.6em;
}
/*--结束--*/