
/* @font-face {
    font-family: 'iconfont';
    src: url('../css/iconfont.eot');
    src: url('../css/iconfont.eot?#iefix') format('embedded-opentype'),
        url('../css/iconfont.woff2') format('woff2'),
        url('../css/iconfont.woff') format('woff'),
        url('../css/iconfont.ttf') format('truetype'),
        url('../css/iconfont.svg#iconfont') format('svg');
  }
  .iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  } */
  @font-face {
    font-family: 'iconfont';
    src: url('../css/iconfont.eot');
    src: url('../css/iconfont.eot?#iefix') format('embedded-opentype'),
        url('../css/iconfont.woff2') format('woff2'),
        url('../css/iconfont.woff') format('woff'),
        url('../css/iconfont.ttf') format('truetype'),
        url('../css/iconfont.svg#iconfont') format('svg');
  }
  .iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
.w {
    margin: 0 auto;
    width: 1200px;
    
}
/* html{min-width: 1200px;} */
html, body, div, ul, li, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, form, input, textarea, th, td, select {
    margin: 0;
    padding: 0;
}


html, body {
    min-height: 100%;

}

body {
    font-family: "Microsoft YaHei";
    font-size:14px;
    color:#333;
   
}
h1, h2, h3, h4, h5, h6{font-weight:normal;}
ul,ol {
    list-style: none;
}

img {
    border: none;
    vertical-align: middle;
}

a {
    text-decoration: none;
    color: #232323;
}

table {
    border-collapse: collapse;
    table-layout: fixed;
}

input, textarea {
    outline: none;
    border: none;
}

textarea {
    resize: none;
    overflow: auto;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: ".";
    width: 0;
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
    overflow:hidden;
}

.fl {
    float: left
}

.fr {
    float: right
}

.tl {
    text-align: left;
}

.tc {
    text-align: center
}

.tr {
    text-align: right;
}

.ellipse {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.inline{
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

body,html {
    width: 100%;
    min-width: 1200px;
}
.headers-nav1 {
    position: relative;
}
.headers {
height: 30px;
position: absolute;
top: 0;
right: 50px;

}
.lang {
    width: 127px;
   
    margin-top: 10px;
    

    margin-right: 30px;
}
.lang a {
    padding: 3px 0;
    display: block;
    width: 63px;
    float: left;
    text-align: center;
    height: 25px;
    line-height: 25px;
   
    color: #fff;
    background-color: #51668a;

    
}
.lang a:hover {
    color: #0199e4;
    text-decoration: none;
}
.lang a:nth-child(1){
    border-radius: 20px 0 0 20px ;
    position: relative;
}
.lang a:nth-child(1)::after{
    content: "";
    display: block;
    width: 1px;
    height: 25px;
    position: absolute;
    background-color: #fff;
    right: 0;
    top: 3px;
}
.lang a:nth-child(2){
    border-radius: 0 20px 20px 0 ;
}
.headers-nav {
position: fixed;
    width: 100%;
    background-color: #fff;
    height: 120px;
    z-index: 9999999999;
    min-width: 1200px;
    box-shadow:2px 2px 10px rgba(0,0,0,0.5);
}
.h-nav ul{
    padding-top: 30px;
}
.h-nav  li {
    float: left;
    margin-right: 60px;
    width: 100px;
    height: 80px;
    font-size: 20px;
}
.h-nav  li:nth-child(7),
.h-nav  li:nth-child(8),
.h-nav  li:nth-child(9),
.h-nav  li:nth-child(10){
    display: none !important;
}
.logo {
    float: left;

}
.logo img{
    margin-top: 15px;
    width: 200px;
    
}
.h-nav  li a {
    display: block;
    width: 100px;
    height: 80x;
    border-top: 2px solid transparent;
    text-decoration: none;
    line-height: 78px;
    text-align: center;
    color: #000;
}
.h-nav  li a:hover {
    color: #0199e4;
    text-decoration: none;
}
.h-nav  li:nth-last-child(1){
    margin-right: 0 !important;
}
