/*--默认--*/
html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
address,
big,
cite,
code,
del,
em,
font,
img,
ins,
small,
strong,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
input {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family:"思源黑体","Microsoft YaHei";
    width: 100% ;
    height: 100% ;
}

ol,
ul,
li {
    list-style: none outside none;
}

a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    outline: none;
    transition: all .5s;
}

a:hover {  
     color: #012169;
  }

img {
    border: none;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}

table {
    border-collapse: collapse;
    width: 100%;
}

tr,
td,
th {
    padding: 0;
    margin: 0;
}



i,
em,
b,
strong {
    font-style: normal;
    font-weight: normal;
}

input,
textarea,
select {
    padding: 0;
    font-family: inherit;
    outline: none;
    resize: none;
    background: none;
    border: none;
    font-size: inherit;
    color: inherit;
}

.clearfix:before,
.clearfix:after {
   content: ".";
   display: block;
   height: 0;
   visibility: hidden;
}
.clearfix:after {clear: both;}
.clearfix {zoom: 1;} /* IE < 8 */

.fl {
    float: left;
}

.fr {
    float: right;
}



@font-face {
    font-family: "iconfont"; /* Project id 4008909 */
    src: url('../fonts/iconfont.woff2?t=1681197729760') format('woff2'),
         url('../fonts/iconfont.woff?t=1681197729760') format('woff'),
         url('../fonts/iconfont.ttf?t=1681197729760') format('truetype');
  }
  
  .iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  .icon-fb:before {
    content: "\e77b";
  }
  
  .icon-in:before {
    content: "\e6c1";
  }
  
  .icon-wx:before {
    content: "\e609";
  }
  
  .icon-tt:before {
    content: "\e605";
  }
  
  .icon-ins:before {
    content: "\e87f";
  }
  
  .icon-dy:before {
    content: "\e8db";
  }
  
  .icon-yg:before {
    content: "\ead1";
  }
  