.slider {
  position: relative;
  margin: auto;
  padding-top: 21.6%;
  max-width: 1280px;
  height: 0;
  background-color: white;
  overflow: hidden;
}
.slider > div {
  position: absolute;
  top: 46px;
  left: 46px;
  bottom: 46px;
  right: 92px;
}
.slider a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.slider a img {
  display: block;
  width: 100%;
  height: 100%;
}
.slider a.left-arrow,
.slider a.right-arrow {
  width: 23px;
  height: 23px;
  top: calc(50% - 11px);
  left: auto;
  bottom: auto;
  right: auto;
  opacity: 0.5;
  transition: opacity 200ms;
}
.slider a.left-arrow:hover,
.slider a.right-arrow:hover {
  opacity: 1;
}
.slider a.left-arrow {
  left: 76px;
  background: url(../image/slider2-left-arrow.png) center no-repeat;
}
.slider a.right-arrow {
  right: 122px;
  background: url(../image/slider2-right-arrow.png) center no-repeat;
}
.main {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 0 46px;
}
.main .nav {
  float: left;
  width: 313px;
  background: url(../image/data-nav-head.png) top right no-repeat;
  padding-top: 110px;
}
.main .nav .icon1 {
  background-image: url(../image/data-nav-icon1.png);
}
.main .nav .icon2 {
  background-image: url(../image/data-nav-icon2.png);
}
.main .nav .list {
  color: white;
}
.main .nav .list .cell {
  display: block;
  position: relative;
  font-size: 25px;
  line-height: 41px;
  padding-left: 70px;
  margin: 8px 0;
  background-color: #878787;
}
.main .nav .list .cell .icon {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 41px;
  width: 45px;
  border-right: solid white 4px;
  background-position: center center;
  background-repeat: no-repeat no-repeat;
}
.main .nav .list .active.cell {
  background-color: #33CCFF !important;
}
.main .nav .recommend {
  position: relative;
  margin-top: 110px;
  padding-top: 200px;
}
.main .nav .recommend .date {
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  background-color: #C8FFFF;
  color: white;
}
.main .nav .recommend .cover {
  display: block;
}
.main .nav .recommend .cover img {
  display: block;
  width: 313px;
  height: 170px;
}
.main .nav .recommend .des {
  display: block;
  font-size: 23px;
  line-height: 43px;
  color: #3f3f3f;
  padding: 33px 25px;
  text-indent: 2em;
  background: url(../image/right-bottom-triangle-white.png) right bottom no-repeat #C8FFFF;
  background-size: 30px 30px;
}
.main .nav .recommend .head-bg {
  position: absolute;
  top: 170px;
  left: 0;
  right: 0;
  height: 50px;
  background: url(../image/data-recomment-head-bg.png) top center no-repeat;
}
.main .recommend {
  background: url(../image/data-nav-icon3.png) top center no-repeat;
}
.form-container {
  position: relative;
  float: right;
  width: calc(100% - 350px);
}
.form-container .operate {
  font-size: 18px;
  position: absolute;
  padding: 4px;
  top: 2px;
  right: 3px;
  z-index: 1;
}
.form-container table {
  font-family: FZLTZH, '宋体', sans-serif;
  background-color: white;
  width: 100%;
  text-align: center;
  border: none;
}
.form-container table .b1,
.form-container table .b2,
.form-container table .b3 {
  border-left: solid 3px black;
  border-right: solid 3px black;
}
.form-container table .b1 {
  background-color: #33CCFF;
  border-top: solid 3px black;
}
.form-container table .b2 {
  background-color: #3397FF;
}
.form-container table .b3 {
  background-color: #128CF9;
  border-bottom: solid 3px black;
}
.form-container table td {
  width: 25%;
  height: 59px;
}
.form-container table td input,
.form-container table td select {
  font-family: '宋体', sans-serif;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
  border: none;
  background: none;
}
.form-container table td textarea {
  font-family: '宋体', sans-serif;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  text-align: left;
  border: none;
  background: none;
}

.form-container table td input:disabled {
  color: black;
}
.form-container table td input[type=checkbox] {
  margin-top: 5px;
  width: 100%;
  height: 40px;
}
.form-container table thead td,
.form-container table tfoot td {
  border: none;
}
.form-container table thead .head {
  position: relative;
  background-color: #33CCFF;
  color: white;
  text-align: center;
  font-size: 30px;
  line-height: 35px;
  padding: 10px 0 5px;
  margin-bottom: 20px;
}
.form-container table thead .head small {
  font-size: 20px;
}
.form-container table thead .head .lb-arrow,
.form-container table thead .head .rb-arrow {
  position: absolute;
  height: 20px;
  width: 20px;
  bottom: 0;
  background-size: 100% 100%;
}
.form-container table thead .head .lb-arrow {
  left: 0;
  background-image: url(../image/left-bottom-triangle-white.png);
}
.form-container table thead .head .rb-arrow {
  right: 0;
  background-image: url(../image/right-bottom-triangle-white.png);
}
.form-container table tbody tr:nth-child(odd) {
  background-color: #f3f3f3;
}
.form-container table tbody td {
  border-left: solid 1px black;
  border-top: solid 1px black;
}
.form-container table tbody td:first-child {
  border-left: double 3px black;
}
.form-container table tbody td:last-child {
  border-right: double 3px black;
}
.form-container table tbody tr:first-child td {
  border-top: double 3px black;
}
.form-container table tbody tr:last-child td {
  border-bottom: double 3px black;
}
.form-container table tfoot td {
  background-color: #003399;
  color: white;
}
.form-container .submit-button {
  display: block;
  margin: 30px auto;
  height: 57px;
  width: 205px;
  border: none;
  background: url(../image/data-submit-button.png);
  cursor: pointer;
}
.form-container .submit-tips {
  background: url(../image/separation-line-3.png) top center no-repeat;
  padding: 25px;
  text-align: center;
  color: gray;
}
.form-container.print {
  font-family: '宋体', sans-serif;
  float: none;
  width: 756px;
}
.form-container.print .operate {
  display: none;
}
.form-container.print .b1,
.form-container.print .b2,
.form-container.print .b3 {
  border: solid 1px black !important;
  background: none !important;
}
.form-container.print table {
  font-size: 12px;
  border-left: none;
  border-top: none;
  border-right: none;
}
.form-container.print table .head {
  background-color: white;
  color: black;
  font-weight: bold;
}
.form-container.print table .head small {
  font-size: 20px;
  font-weight: normal;
}
.form-container.print table .head .lb-arrow,
.form-container.print table .head .rb-arrow {
  display: none;
}
.form-container.print table tbody td {
  height: 30px;
}
.form-container.print table tbody tr:nth-child(odd) {
  background: none;
}
.form-container.print table tfoot td {
  background: none;
  color: black;
  text-align: left;
  vertical-align: top;
  padding: 10px;
}
.form-container.print .submit-box {
  display: none;
}
.explain h4 {
  font-size: 20px;
  margin: 20px 0;
}
.explain h5 {
  font-size: 16px;
  margin: 10px 0;
}
.explain p {
  line-height: 20px;
  text-indent: 2em;
}
/*# sourceMappingURL=data.css.map */