.clearfix:before,
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
#testo dl,
#testo ol,
#testo ul {
  margin-top: 0;
  margin-bottom: 0;
}
#testo ol,
#testo ul {
  padding-left: 0;
}
#testo p {
  font-size: 14px;
}
#testo .t-title {
  font-size: 20px;
  text-align: center;
  color: #fff;
  height: 60px;
  line-height: 60px;
  font-weight: 700 !important;
  background-image: linear-gradient(120deg, #f6d365 0%, #f47b28 100%);
  margin-bottom: 20px;
}
#testo .t-title:hover {
  animation: headShake;
  /* referring directly to the animation's @keyframe declaration */
  animation-duration: 2s;
  /* don't forget to set a duration! */
}
#testo .t-h3 {
  font-size: 20px;
  color: #f47b28;
  font-weight: 700;
  margin: 20px 0;
}
#testo .t-h4 {
  margin: 10px 0;
  font-size: 14px;
  color: #000;
  height: 60px;
  font-weight: 700;
  line-height: 60px;
  text-indent: 2em;
  background-color: #dae4ea;
}
#testo .t-h6 {
  padding: 0;
  margin: 0;
  font-weight: 700;
  font-size: 12px;
  color: #999;
}
#testo .t-list {
  display: flex;
}
#testo .t-list ul {
  flex: 1;
}
#testo .t-list ul li {
  font-size: 14px;
}
#testo .t-list ul li:hover {
  color: #f47b28;
}
#testo .t-list ul li::before {
  content: "✔";
  display: inline-block;
  margin-right: 5px;
  color: #ff9900;
}
#testo .t-flex-three {
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0;
}
#testo .t-flex-three .t-flex-three-item {
  width: 32%;
  margin-right: 10px;
}
#testo .t-flex-three .t-flex-three-item img {
  height: 290px;
  width: 290px;
  margin-bottom: 5px;
}
#testo .t-flex-three .t-flex-three-item h5 {
  font-size: 14px;
  margin: 5px 0;
  color: #f47b28;
}
#testo .t-flex-three .t-flex-three-item p {
  margin: 0;
  font-size: 12px;
  color: #999;
  text-indent: 0;
}
#testo .t-card {
  background-color: #f7f7f7;
  margin: 10px 0;
  padding: 25px;
}
#testo .t-card .t-card-title {
  color: #f47b28;
  font-size: 16px;
  font-weight: bold;
}
#testo .t-card p {
  font-size: 14px;
}
#testo .card-group .card-img-top {
  height: 193px;
}
#testo .card-group .card-body .card-title {
  font-size: 18px;
  color: #f47b28;
}
#testo .card-group .card-body .card-list {
  display: flex;
}
#testo .card-group .card-body .card-list ul {
  flex: 1;
}
#testo .card-group .card-body .card-list ul li {
  font-size: 14px;
}
#testo .card-group .card-body .card-list ul li:hover {
  color: #f47b28;
}
#testo .card-group .card-body .card-list ul li::before {
  content: "✔";
  display: inline-block;
  margin-right: 5px;
  color: #ff9900;
}
#testo .t-flex {
  display: flex;
  margin: 10px 0;
}
#testo .t-flex .t-flex-left {
  flex: 1;
  margin-right: 10px;
  position: relative;
}
#testo .t-flex .t-flex-left h3 {
  font-size: 16px;
  color: #f5983c;
}
#testo .t-flex .t-flex-left h5 {
  margin: 0;
  color: #f5983c;
}
#testo .t-flex .t-flex-left .g-flex-center {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
#testo .t-flex .t-flex-left .g-flex-center h3 {
  margin: 10px 0;
  color: #f5983c;
}
#testo .t-flex .t-flex-right {
  position: relative;
}
#testo .t-flex .t-flex-right img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
#testo .t-preview {
  display: flex;
  border-top: 1px solid #f1f1f1;
  border-left: 1px solid #f1f1f1;
  border-collapse: collapse;
  flex-wrap: wrap;
}
#testo .t-preview .t-preview-item {
  width: 896px;
  height: 150px;
  display: flex;
}
#testo .t-preview .t-preview-item .t-preview-left {
  flex: 1;
  position: relative;
  border-right: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}
#testo .t-preview .t-preview-item .t-preview-left .t-preview-left-center {
  padding: 10px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
#testo .t-preview .t-preview-item .t-preview-left .t-preview-left-center .t-span-y {
  margin-right: 10px;
  font-size: 14px;
  font-weight: bold;
  background-color: #e67e22;
  color: #fff;
  padding: 0 10px;
}
#testo .t-preview .t-preview-item .t-preview-left .t-preview-left-center .t-span-g {
  font-size: 14px;
  margin-right: 10px;
  font-weight: bold;
  background-color: #16a085;
  color: #fff;
  padding: 0 10px;
}
#testo .t-preview .t-preview-item .t-preview-left .t-preview-left-center h3 {
  font-size: 18px;
  color: #f47d2a;
  font-weight: bold;
}
#testo .t-preview .t-preview-item .t-preview-left .t-preview-left-center h6 {
  font-size: 12px;
  color: #999;
}
#testo .t-preview .t-preview-item .t-preview-left .t-preview-left-center p {
  text-indent: 0;
  margin: 0;
  font-size: 12px;
}
#testo .t-preview .t-preview-item .t-preview-right {
  position: relative;
  text-align: center;
  width: 120px;
  border-right: 1px solid #f1f1f1;
  border-bottom: 1px solid #f1f1f1;
}
#testo .t-preview .t-preview-item .t-preview-right img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
#testo .t-table {
  border-collapse: collapse;
  width: 100%;
}
#testo .t-table thead tr {
  text-align: left;
  background-image: linear-gradient(120deg, #f6d164 0%, #f5b550 100%);
  color: #fff;
}
#testo .t-table thead tr th {
  border: 1px solid #f6cf63;
  padding: 10px;
  font-size: 14px;
}
#testo .t-table tbody {
  text-align: left;
}
#testo .t-table tbody tr td {
  border: 1px solid #f6cf63;
  color: #000;
  padding: 10px;
  font-size: 12px;
}
#testo .t-table tbody .bg {
  background-color: #d8e1e4;
}
#testo .t-table-lr {
  width: 100%;
  border: 1px solid #000;
  border-collapse: collapse;
}
#testo .t-table-lr tr td:nth-child(1) {
  width: 300px;
  height: 350px;
  text-align: center;
}
#testo .t-table-lr tr td:nth-child(1) img {
  width: 85%;
  height: 85%;
}
#testo .t-table-lr tr td h5 {
  color: #f5b550;
}
#testo .t-table-lr tr td p {
  font-size: 12px !important;
}
#testo .t-table-lr tr td .t-list ul li {
  font-size: 12px;
}
#testo .t-table-lr tr .w {
  width: 50%;
}
#testo .t-table-lr tr .w p {
  padding-left: 0;
  text-align: left;
}
#testo .twoImg {
  margin-top: 20px;
  width: 98%;
}
#testo .twoImg tr {
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
}
#testo .twoImg tr:nth-child(2) {
  height: 50px;
}
#testo .twoImg tr td {
  padding: 5px;
  box-sizing: border-box;
  border: 1px solid #edf2f4;
}
#testo .twoImg tr td img {
  width: 393px;
  height: 268px;
}
#testo .fourImg {
  margin-top: 20px;
  width: 98%;
}
#testo .fourImg tr {
  width: 392px;
  height: 268px;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
}
#testo .fourImg tr:nth-child(2) {
  height: 50px;
}
#testo .fourImg tr td {
  text-align: center;
  padding: 5px;
  box-sizing: border-box;
  border: 1px solid #edf2f4;
}
#testo .fourImg tr td img {
  width: 170px;
  height: 160px;
}
#testo .goodVideo-table {
  width: 98%;
  border-collapse: collapse;
}
#testo .goodVideo-table tr {
  box-sizing: border-box;
}
#testo .goodVideo-table tr:nth-child(1) {
  width: 330px;
  height: 250px;
}
#testo .goodVideo-table tr:nth-child(2) {
  height: 50px;
}
#testo .goodVideo-table tr td {
  text-align: center;
  border: 1px solid #edf2f4;
  padding: 10px;
}
#testo .goodVideo-table tr td .goodVideo-table-title {
  color: #000;
  font-weight: 400;
  font-size: 14px;
}
#testo .goodVideo-table tr td .goodVideo-table-h5 {
  margin: 0;
  font-size: 14px;
  text-align: left;
  color: #0158a8;
}
#testo .goodVideo-table tr td .goodVideo-table-list {
  text-align: left;
  margin-top: 20px;
}
#testo .goodVideo-table tr td .goodVideo-table-list ul li::before {
  content: "";
  margin-right: 5px;
  vertical-align: middle;
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #0158a8;
}
#testo .goodImg-table {
  width: 98%;
  border-collapse: collapse;
}
#testo .goodImg-table tr {
  box-sizing: border-box;
}
#testo .goodImg-table tr:nth-child(1) {
  width: 330px;
  height: 250px;
}
#testo .goodImg-table tr:nth-child(2) {
  height: 50px;
}
#testo .goodImg-table tr td {
  text-align: center;
  border: 1px solid #edf2f4;
  padding: 20px;
}
#testo .goodImg-table tr td .goodImg-table-image {
  width: 245px;
  height: 187px;
}
#testo .goodImg-table tr td .goodImg-table-title {
  color: #000;
  font-weight: 400;
  font-size: 14px;
}
