.product{
  width: 1000px;
  margin: 30px auto;
}
.table{
  width: 1000px;
  margin: 0 auto;
  display:table;border-collapse:collapse;border:1px solid #ccc;
  margin-bottom: 100px;
}
.product p:first-child{
  font-size: 40px;
  color: #00469a;
}
.product p:last-child{
  font-size: 30px;
  color: #dcdddd;
}
.table .th{
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  justify-content: space-between;
  flex-wrap: nowrap
}
.table .th div{
  float: left;
  height: 60px;
  word-wrap: break-word;
  background-image: -webkit-linear-gradient(top, #1479bd, #004699); 
  background-image: -moz-linear-gradient(top,  #1479bd, #004699); 
  background-image: -ms-linear-gradient(top,  #1479bd, #004699); 
  background-image: -o-linear-gradient(top,  #1479bd, #004699); 
  color: #fff;
  font-size: 13px;
  text-align: center;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-left: 1px solid rgba(20,78,130,0.7);
  border-right: 1px solid #336c9f
  /* flex: 1; */
}
.table .td div{
  height: 45px;
  line-height: 45px;
  text-align: center;
  float: left;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  font-size: 15px;
  color: #5e5c5c
}
.table .td.grey div{
  background: #d2ebfb;
}

.blocks{
  width: 1000px;
  margin: 0 auto;
  margin-bottom: 100px;
}
.blocks.no{
  margin-bottom: 50px;
}
.blocks .block{
  padding: 30px;
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
  margin-bottom: 30px;
  background: #fff;
}
.blocks .block:last-child{
  /* margin-bottom: 100px; */
}
.blocks .block p{
  color: #aec7e7;
  font-size: 30px;
}
.blocks .block p:first-child{
  font-size: 32px;
  color: #555;
  margin-bottom: 10px;
}
.blocks .block p:last-child{
  font-size: 24px;
}

.hds{
  width: 1000px;
  margin: 0 auto;
  color: #444;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 24px;
}
.hds p:first-child{
  line-height: 2;
}
.hds p:last-child{
  margin-bottom: 80px;
}
.serial{
  position: relative;
  width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
  border: 1px solid #a6a7a7;
  margin-bottom: 50px;
  padding: 20px 50px;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  justify-content: space-between;
  align-items: center;
  background: #fff;
}

.serial .tt{
  position: absolute;
 /* width: 240px; */
 padding: 0PX 20PX;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #00479d;
  transform: skewX(-15deg);
  top: -24px;
}
.serial .tt span{
  display: inline-block;
  transform: skewX(15deg);
  font-size: 26px;
  color:#fff;
}
.serial .tt.rt{
  right: 50px;
}
.serial .ts{
  margin-right: 60px;
}
.serial .tp{
  margin-left: 60px
}
.serial p{
  font-size: 17px;
  line-height: 1.5;
  color: #2f2725
}
.blocktext{
  border: 1px solid #a6a7a7;
  padding: 30px 25px;
  font-size: 18px;
  color: #2f2725;
  width: 1000px;
  margin: 0 auto;
  box-sizing: border-box;
  background: #fff;
}
.blocktext p{
  line-height: 1.6;
}
.blocktext p:first-child{
  margin-bottom: 10px;
}
.table.no{
  margin-bottom: 50px;
}
.blockimg{
  width: 1000px;
  margin: 50px auto;
}