@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: myFont;    /* 字体名称 */
    src: url('思源黑体Medium.otf');  /* 字体文件路径 */
    font-weight: normal;    /* 字体粗细 */
    font-style: normal;     /* 字体样式 */
    /* font-display: optional; */    /* 字体显示方式 */
  }
  body,    /* 重置浏览器默认样式 */
  html {    /* 重置浏览器默认样式 */
    margin: 0;    /* 清除内外边距 */
    padding: 0;    /* 清除内外边距 */
    overflow-x: hidden;    /* 禁止横向滚动 */
    font-family: Source Han Sans CN;    /* 设置默认字体 */
    font-weight: normal;    /* 设置默认字体粗细 */
    box-sizing: border-box;    /* 包含边框和内边距 */
    background-color: #fff;    /* 设置默认背景颜色 */
    font-size: 16px;    
    color: #000000;    /* 设置默认字体颜色 */
    font-family: myFont;
  }
body{
    background-color: #ffffff;
    font-family: myFont;
    
}
/* banner图*/
#search{
    width:100% ;height: 380px;
    min-width: 1920px;/* 窗口缩小，图片尺寸不能小于1920 */
    background:url(../images/banner.png) no-repeat/* 图片不重复*/ center/* 图片居中*/;
    position: relative;/* 相对点 */
  }
  
.zhengw{
  padding: 10px 0px 0px 0px;   /* 上下左右间距，此处图片上方向下空余10个像素 */ 
  text-align: center; /* 水平居中 */
}
.jiewei{
  padding: 50px 0px 0px 0px;   /* 上下左右间距，此处图片上方向下空余10个像素 */ 
  text-align: center; /* 水平居中 */
}

.table-wrap{overflow-x:auto;margin-top: 20px;}
table{width:1200px; border-collapse:collapse; background:#fff;font-size: 18px;}
th,td{padding:14px 12px; border:1px solid #e6eef6; text-align:left; vertical-align:middle; font-size:18px;}
thead th{background:#f6fbff; color:#222; font-weight:600; text-align:center;}
td.center{text-align:center;}
a.download{color:#1a73e8; text-decoration:none;}
.note{width:1100px;margin-top:12px; color:#222; font-size:18px;margin: 10px auto;text-align: left;}

.cell-border-text td {
    position: relative;
    border: 1px solid #ddd;
    padding: 10px;
}
.cell-border-text td::after {
    content: attr(data-label);
    position: absolute;
    bottom: -14px;
    right: 150px;
    font-size: 18px;
    color: #222;
    background: white;
    padding: 0 30px;
}

.hover-wyw {
    display: inline-block;
    width: 252px;
    height: 80px;
    background-image: url(../images/woyaowen.png);
    background-size: cover;
    transition: 0.3s;
}
.hover-wyw:hover {
    background-image: url(../images/woyaowenlan.png);
}

.hover-bl {
    display: inline-block;
    width: 252px;
    height: 80px;
    background-image: url(../images/banli.png);
    background-size: cover;
    transition: 0.3s;
    margin-left: 200px;
}
.hover-bl:hover {
    background-image: url(../images/zaixianbanlilan.png);
} 

/* 第二个页面 */
/*banner图设置 */
 #search1{        
  width:100% ;height: 200px;
  min-width: 1920px;/* 窗口缩小，图片尺寸不能小于1920 */
  background:url(../images/0banner.png) no-repeat/* 图片不重复*/ center/* 图片居中*/;
  position: relative;/* 相对点 */
}

/* 文字设置 */
.header-title1{
    font-size: 19px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 20px;  
    padding: 20px 0px 0px 350px;    /*上下左右间距，此处图片上方向下空余20个像素，左侧间距350像素 */ 
    /* margin-left: 350px; 单独设置左边距*/
    /*margin-top:20px;单独设置上边距*/

}

.header-title2{
  font-size: 19px;
  font-weight: bold;
  color: #000000;
   margin-left: -600px; /*单独设置左边距*/
  margin-top:20px;/*单独设置上边距*/
}

.header-title3{
  font-size: 19px;
  font-weight: bold;
  color: #000000;
   margin-left: -330px; /*单独设置左边距*/
  margin-top:20px;/*单独设置上边距*/
}

.header-title4{
  font-size: 19px;
  font-weight: bold;
  color: #000000;
   margin-left: -880px; /*单独设置左边距*/
  margin-top:20px;/*单独设置上边距*/
}

.header-title5{
  font-size: 19px;
  font-weight: bold;
  color: #000000;
   margin-left: -800px; /*单独设置左边距*/
  margin-top:20px;/*单独设置上边距*/
 
}

.jingban5 img{
  margin-bottom: 50px;  
}