.contacform {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  min-height: 30px;
  margin: 0px 0px;
  padding: 0px 0px;
}

.contacform-t {
  box-sizing: border-box;
  display: grid;
  width: 100%;
  height: auto;
  min-height: 30px;
  margin: 0px 0px;
  padding: 0px 0px;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.contacform-t>.input1 {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 45px;
  min-height: 30px;
  margin: 0px 0px;
  padding: 0px 20px;
  border: none;
  border-bottom: solid 1px #000;
  background: #eee;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  color: #666;
  outline: none;
}

.contacform-t>.textarea2 {
  box-sizing: border-box;
  width: 100%;
  height: auto;
  min-height: 100px;
  margin: 0px 0px;
  padding: 10px 10px;
  border: none;
  border-bottom: solid 1px #000;
  background: #eee;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  color: #666;
  outline: none;
  grid-column: span 2;
}

.contacform-b {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  min-height: 30px;
  margin: 0px 0px;
  padding: 0px 0px;
}

.contacform-b>.btnSend {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 130px;
  height: 48px;
  min-height: 30px;
  margin: 20px 0px;
  padding: 0px 0px;
  border: solid 1px #000;
  border-radius: 30px;
  background: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  outline: none;
  cursor: pointer;
}

/*--------自适应--------*/


.pager {
  box-sizing: border-box;
  clear: both;
  font-size: 14px;
  width: 100%;
  height: auto;
  margin: 40px 0 50px 0;
  padding: 0 0px 0 0;
  text-align: center;
}

.pager a {
  color: #666;
  font-size: 14px;
  text-decoration: none;
  border: solid 1px #ddd;
  display: inline-block;
  padding: 6px 10px;
  margin: 2px 4px;
  border-radius: 3px;
}

.pager a:visited {
  color: #666;
  text-decoration: none
}

.pager a:active {
  color: #666;
  text-decoration: none
}

.pager a:hover {
  color: #666;
  text-decoration: none;
}

.pager a.cur {
  color: #fff;
  background: #113361;
  border: solid 1px #113361;
}

.pager a.prev {}

.pager a.next {}

.pager a.off {
  color: #dddddd;
  border: solid 1px #ddd;
}

.pager span {
  float: right;
}

.pager input {
  outline: none;
  width: 40px;
  height: 29px;
  text-align: center;
  line-height: 28px;
  border: solid 1px #ccc;
}

.pager button {
  outline: none;
  width: 40px;
  height: 29px;
  line-height: 28px;
  border: solid 1px #ccc;
  border-left: none;
  cursor: pointer;
}


/*---------  ---------*/

.detailbox {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  margin: 0px auto;
  padding: 0px 0px;
  text-align: left;
  font-size: 16px;
  color: #000;
  line-height: 1.8;
}

.detailbox h1 {
  font-size: 50px;
}

.detailbox h2 {
  font-size: 40px;
}

.detailbox h3 {
  font-size: 30px;
}

.detailbox h4 {
  font-size: 20px;
}

.detailbox h5 {
  font-size: 18px;
}

.detailbox p {
  text-align: left;
  font-size: 16px;
  color: #000;
  line-height: 1.8;
  margin: 0 0;
  padding: 0 0;
}

.detailbox img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0px auto;
  padding: 0 0;
  height: auto;
}

.detailbox video {
  width: auto;
  max-width: 100%;
  margin: 10px auto;
  height: auto;
}

.detailbox table {
  margin: 10px 0;
  padding: 0 0;
  width: 100%;
  height: auto;
  border-collapse: collapse;
  background-color: #fff;
}

.detailbox table th {
  border: solid 1px #ddd;
  min-height: 60px;
  height: auto;
}

.detailbox table tr {
  border: solid 1px #ddd;
}

.detailbox table tr:hover {
  background-color: #eee;
}

.detailbox table tr:nth-child(even) {
  border: solid 1px #ddd;
  background-color: #eee;
}

.detailbox table tr td {
  border: solid 1px #ddd;
  padding: 10px 10px;
  font-size: 16px;
  color: #000;
  min-height: 60px;
  line-height: 1.8;
}



/*--------------- css ---------------*/

.zoom-preview {
  position: absolute;
  z-index: 9999;
  left: 40%;
  top: 100px;
  width: 700px;
  height: 700px;
  border: 1px solid #eee;
  background-repeat: no-repeat;
  background-size: 200%;
  display: none;
}



.detailboxtitle {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  min-height: 30px;
  margin: 0px 0px;
  padding: 10px 0px;
}

.detailboxtitle-t {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  min-height: 30px;
  margin: 0px 0px;
  padding: 0px 0px;
}

.detailboxtitle-t>.label-title {
  margin: 0 0 20px 0;
  padding: 0px 0px;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #000;
}

.detailboxtitle-m {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  margin: 0px auto;
  padding: 10px 0px;
}

.detailboxtitle-m>.label-line {
  display: block;
  width: 100%;
  height: 1px;
  padding: 0px 0px;
  background: #eee;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
}

/*--------自适应--------*/