body,
ul,
li,
p,
h1,
h2,
h3,
h4,
dl,
dd,
form,
input,
textarea,
select {
    padding: 0;
   /* margin: 0;*/
}
body {
    font-size: 14px;
   /* line-height: 1;*/
}
ul,
li,
dl {
    list-style: none;
     margin: 0;
}
i,em {
    font-style: normal;
}
img {
    border: none;
}
a {
    text-decoration: none;
    #color: #333;
    font-size: 12px;
}
a:hover {
    text-decoration: none;
}
.clearfix:before,.clearfix:after{content:'.';display:block;overflow:hidden;visibility:hidden;font-size:0;line-height:0;width:0;height:0}
.clearfix:after{clear:both}
.clearfix{zoom:1}
.fl{float: left !important;}
.fr{float: right !important;}
@font-face {
    font-family: 'IdexFontNamen';
    src: url('../fonts/pangmen.TTF')  format('truetype'); /* Safari, Android, iOS */
    font-weight: bold;
    font-style: normal;
}
.wrap {
    width: 1200px;
    margin: 0 auto;
    height: 100%;
}
.title {
    color: #333;
    font-size: 30px;
    text-align: center;
    position: relative;
}
.title p {
    margin-top: 42px;
    text-align: center;
    font-size: 14px;
    color: #a9a9a9;
    font-weight: normal;
}
.title em {
    display: block;
    font-size: 120px;
    font-family: 'IdexFontNamen';
    opacity: 0.03;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    color: #394ef4;
    white-space: nowrap;
}
body {
    background-color: #f0f8ff;
}