@media screen and (min-width: 1680px) and (max-width: 1920px) {
  html {
    font-size: 20px;
  }
}
@media screen and (min-width: 1440px) and (max-width: 1680px) {
  html {
    font-size: 18px;
  }
}
@media screen and (min-width: 1366px) and (max-width: 1440px) {
  html {
    font-size: 15px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 1366px) {
  html {
    font-size: 13px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
  html {
    font-size: 12px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  html {
    font-size: 8px;
  }
}
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 0.8rem;
  color: #343434;
  vertical-align: baseline;
  outline: none;
  font-family: "Noto Sans SC", Arial, Tahoma, sans-serif;
  box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
body,
p {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
a,
ol,
ul,
li {
  list-style: none;
  text-decoration: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  border: 0;
  max-width: 100%;
}
input,
select {
  outline: none;
  border: none;
  background-color: transparent;
  appearance: none;
}
::-webkit-scrollbar {
  width: 4px;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.1);
  background-color: #1476fe;
}
.dot {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dots {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.setBetween {
  display: flex;
  justify-content: space-between;
}
.setAlignCenter {
  display: flex;
  align-items: center;
}
.setCenter {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
body {
  overflow-x: hidden;
  min-width: 300px;
}
.img img {
  display: block;
}
.boxShadow {
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
}
.paged {
  font-size: 0;
  text-align: center;
  margin: 3rem 0;
}
.paged a,
.paged .p_info,
.paged .current {
  display: inline-block;
  vertical-align: top;
  margin: 0 4px;
  padding: 0 15px;
  height: 38px;
  line-height: 38px;
  font-size: 15px;
  text-align: center;
  color: #333;
  background-color: #fff;
  border-radius: 2px;
  box-sizing: border-box;
  transition: all 0.3s;
  border: 1px solid #97bd43;
}
.paged .current,
.paged a:hover {
  color: #fff;
  background: #97bd43;
}
.paged .disabled {
  cursor: default;
  background-color: #e0e0e0;
}
.paged .disabled:hover {
  color: #333;
  background-color: #e0e0e0;
}
main > div {
  overflow: hidden;
}
header .pc-header {
  display: flex;
  height: 5rem;
  align-items: center;
  position: fixed;
  width: 100%;
  background-color: #fff;
  padding: 0 10%;
  z-index: 9;
  box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
}
header .pc-header .logo {
  display: flex;
  margin-right: 3rem;
  align-items: center;
}
header .pc-header .logo .img {
  width: 12rem;
  height: 2.7rem;
}
header .pc-header .logo .img img {
  object-fit: cover;
}
header .pc-header .logo .text {
  width: 16rem;
  padding-left: 0.5rem;
}
header .pc-header .logo .text p {
  font-size: 0.8rem;
  line-height: 1.5;
  font-weight: bold;
}
header .pc-header .navlist {
  width: 100%;
}
header .pc-header .navlist ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .pc-header .navlist ul a li {
  font-weight: bold;
  font-size: 0.9rem;
  transition: all 0.5s;
  white-space: nowrap;
}
header .pc-header .navlist ul .on {
  position: relative;
}
header .pc-header .navlist ul .on li {
  color: #a1ca22;
}
header .pc-header .navlist ul .on li:after {
  content: url(../img/nav-bottom.png);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%);
  top: 1rem;
  transition: all 0.5s;
}
header .pc-header .navlist ul a:hover {
  position: relative;
}
header .pc-header .navlist ul a:hover li {
  color: #a1ca22;
}
header .pc-header .navlist ul a:hover li:after {
  content: url(../img/nav-bottom.png);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%);
  top: 1rem;
}
header .pc-header .navlist ul .container {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 5rem;
  height: 5rem;
}
header .pc-header .navlist ul .container .search {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 2.5rem;
  height: 2.5rem;
  background: #a1ca22;
  border-radius: 50%;
  transition: all 1s;
  z-index: 4;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.4);
}
header .pc-header .navlist ul .container .search:hover {
  cursor: pointer;
}
header .pc-header .navlist ul .container .search::before {
  content: "";
  position: absolute;
  margin: auto;
  top: 18px;
  right: 4px;
  bottom: 4px;
  left: 18px;
  width: 6px;
  height: 2px;
  background: white;
  transform: rotate(45deg);
  transition: all 0.5s;
}
header .pc-header .navlist ul .container .search::after {
  content: "";
  position: absolute;
  margin: auto;
  top: -5px;
  right: 0;
  bottom: 0;
  left: -5px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid white;
  transition: all 0.5s;
}
header .pc-header .navlist ul .container input {
  font-family: "Inconsolata", monospace;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 3rem;
  height: 2rem;
  outline: none;
  border: none;
  background: #a1ca22;
  color: white;
  text-shadow: 0 0 10px #a1ca22;
  padding: 0 80px 0 20px;
  border-radius: 30px;
  box-shadow: 0 0 25px 0 #8ec50c, 0 20px 25px 0 rgba(0, 0, 0, 0.2);
  transition: all 1s;
  opacity: 0;
  z-index: 5;
  font-weight: bolder;
  letter-spacing: 0.1em;
}
header .pc-header .navlist ul .container input:hover {
  cursor: pointer;
}
header .pc-header .navlist ul .container input:focus {
  width: 150px;
  opacity: 1;
  cursor: text;
}
header .pc-header .navlist ul .container input:focus ~ .search {
  right: -250px;
  background: #151515;
  z-index: 6;
}
header .pc-header .navlist ul .container input:focus ~ .search::before {
  top: 3px;
  left: 2px;
  width: 20px;
}
header .pc-header .navlist ul .container input:focus ~ .search::after {
  top: 0;
  left: 0;
  width: 20px;
  height: 2px;
  border: none;
  background: white;
  border-radius: 0%;
  transform: rotate(-45deg);
}
header .pc-header .navlist ul .container input::placeholder {
  color: white;
  opacity: 0.5;
  font-weight: bolder;
}
header #navbar-main {
  display: none;
}
.main-center {
  margin: 0 13%;
}
.main-title h1 {
  font-size: 1.35rem;
  font-weight: bold;
}
.main-title h2 {
  font-size: 1.1rem;
  margin-bottom: 1rem;
}
footer {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid #999;
}
footer .main-center {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
footer .main-center .item h1 {
  font-size: 0.8rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
footer .main-center .item a p {
  font-size: 0.7rem;
  color: #4f646a;
  margin-bottom: 1rem;
  transition: all 0.4s ease;
}
footer .main-center .item a p:hover {
  color: #a1ca22;
}
footer .main-center .item img {
  border: 1px solid #a1ca22;
  width: 5rem;
  height: 5rem;
}
footer .main-center .item p {
  margin-bottom: 1rem;
  color: #4f646a;
}
footer .main-center .item p strong {
  font-size: 1.2rem;
  color: #4f646a;
}
footer .bottom p {
  font-size: 0.7rem;
  color: #4f646a;
  text-align: center;
  padding: 2rem 0;
  border-top: 1px solid #999;
}
.nav-fixed {
  display: none;
}
.form {
  background: url(../img/main-6.jpg);
  position: relative;
  background-size: cover;
}
.form .main-title {
  padding-bottom: 2rem;
  position: relative;
  z-index: 2;
}
.form .main-title h1 {
  color: #ffffff;
  text-align: center;
  padding-top: 2rem;
  font-size: 1.4rem;
}
.form .main-title h2 {
  color: #ffffff;
  padding-top: 1rem;
  text-align: center;
  font-size: 0.8rem;
}
.form .content {
  width: 74%;
  margin: 0 auto;
  margin-bottom: 1rem;
}
.form .content form {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
  width: 100%;
}
.form .content form .t {
  display: flex;
  width: calc((88%-12%) / 3);
  margin: 0 2%;
  position: relative;
}
.form .content form .t span {
  color: red;
  position: absolute;
  left: 0.1rem;
  display: flex;
  align-items: center;
  top: 1rem;
}
.form .content form .t input[type="text"] {
  border: 1px solid #fff;
  padding: 0.5rem 0;
  padding-left: 1rem;
  margin: 0.5rem 0;
  font-size: 0.8rem;
  width: 100%;
  color: #fff;
}
.form .content form .t input[type="text"]::placeholder {
  font: inherit;
  color: #fff;
}
.form .content form .t:nth-of-type(8) {
  width: 100%;
}
.form .content form .t:nth-of-type(8) textarea {
  margin: 0.5rem 0;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  font-size: 0.8rem;
  padding: 0.5rem;
  width: 100%;
}
.form .content form .t:nth-of-type(8) textarea::placeholder {
  font: inherit;
  color: #fff;
}
.form .content form .b {
  width: 100%;
  padding: 10px 0px;
  margin: 0 2%;
  float: left;
}
.form .content form .b .c {
  width: 49%;
  position: relative;
}
.form .content form .b .c .ipt1 {
  width: 100%;
  border: 0px;
  height: 48px;
  line-height: 48px;
  border: 1px solid #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-indent: 27px;
  font-family: "微软雅黑";
  color: #fff;
  font-size: 0.8rem;
}
.form .content form .b .c .ipt1 option {
  background-color: #333;
}
.form .content form .b .fl {
  float: left;
}
.form .content form .b .fr {
  float: right;
}
.form .content form .t:last-of-type {
  width: 100%;
}
.form .content form .t:last-of-type textarea {
  margin: 0.5rem 0;
  height: 6rem;
  font-size: 1rem;
}
.form .content form .button {
  margin-top: 2rem;
  margin-left: 2rem;
  margin-left: 50%;
  transform: translate(-50%);
  padding: 10px 60px;
  border: 1px solid #fff;
  margin-bottom: 1rem;
  cursor: pointer;
  font-size: 1rem;
  transition: all 0.4s ease;
}
.form .content form .button input[type="submit"] {
  font-size: 0.8rem;
  transition: all 0.4s ease;
  color: #fff;
}
.form .content form .button:hover {
  background-color: #a1ca22;
}
.form .content form .button:hover input[type="submit"] {
  color: #fff;
}
.form .mark {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  opacity: 0.7;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .main-center {
    margin: 0 0;
  }
  .banner {
    width: 100%;
    height: 10rem;
    overflow: hidden;
  }
  .banner img {
    width: 100%;
    height: 12rem;
    object-fit: cover;
  }
  .pc-header {
    display: none !important;
  }
  #mb-header {
    display: flex !important;
    margin-bottom: 50px;
  }
  #mb-header #navbar-main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.5);
    z-index: 99;
    padding: 0 2.5%;
    box-sizing: border-box;
  }
  #mb-header #navbar-main #logo {
    width: 30%;
  }
  #mb-header #navbar-main #logo img {
    width: 100%;
  }
  #mb-header #navbar-main #sidebar-main-trigger {
    width: 30px;
  }
  #mb-header #navbar-main #sidebar-main-trigger img {
    width: 100%;
  }
  #mb-header #sidebar-main {
    background-color: #fff;
    width: 40% !important;
  }
  #mb-header #sidebar-main li:last-of-type a {
    border-bottom: none;
  }
  #mb-header #sidebar-main a {
    display: block;
    text-align: center;
    border-bottom: 1px solid #ebebeb;
    padding: 16px 0;
  }
  #mb-header #sidebar-main-trigger {
    width: 30px;
    height: 24px;
    border-top: 4px solid #000;
    border-bottom: 4px solid #000;
    background-color: #000;
    padding: 6px 0;
    background-clip: content-box;
  }
  .main-title h2 {
    font-size: 0.7rem;
    display: none;
  }
  .main-title h1 {
    font-size: 1rem;
  }
  footer {
    padding-top: 1rem;
    margin-top: 1rem;
  }
  footer .main-center {
    display: block;
    position: relative;
    padding: 0 2%;
  }
  footer .main-center .item {
    display: none;
  }
  footer .main-center .item h1 {
    margin-right: 1rem;
  }
  footer .main-center .item a {
    margin-right: 2%;
  }
  footer .main-center .item a:last-of-type {
    margin-right: 0;
  }
  footer .main-center .item:last-of-type {
    display: block;
  }
  footer .main-center .item:nth-last-child(2) {
    display: block;
    position: absolute;
    right: 1rem;
  }
  footer .main-center .item:nth-last-child(2) h1 {
    text-align: center;
  }
  footer .bottom p {
    margin-bottom: 3rem;
    line-height: 2;
    padding: 1rem 2%;
  }
  .paged {
    margin: 1rem 0 !important;
  }
  .nav-fixed {
    display: flex;
    justify-content: space-between;
    background-color: #242424;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 0 10%;
    z-index: 99;
  }
  .nav-fixed .item {
    padding: 0.5rem;
  }
  .nav-fixed .item img {
    width: 2rem;
    height: 2rem;
    display: block;
    margin: 0 auto;
  }
  .nav-fixed .item p {
    color: #fff;
    text-align: center;
    padding-top: 0.2rem;
  }
  .form {
    height: auto;
  }
  .form .main-title {
    padding-bottom: 0;
  }
  .form .main-title h1 {
    font-size: 1.2rem;
  }
  .form .content {
    width: 100%;
    margin-bottom: 0;
  }
  .form .content form {
    padding: 0 2%;
  }
  .form .content form .t {
    margin: 0 0;
    width: calc(92% / 3);
    margin-right: 4%;
    margin-top: 1rem;
  }
  .form .content form .t input[type="text"] {
    margin: 0 0;
    width: 100%;
    padding-left: 0;
    text-indent: 1em;
  }
  .form .content form .t:nth-of-type(3n) {
    margin-right: 0;
  }
  .form .content form .t:nth-of-type(8) {
    margin-right: 0;
  }
  .form .content form .t:nth-of-type(8) textarea {
    width: 100%;
    margin: 0 0;
  }
  .form .content form .b {
    display: none;
    margin: 0 0;
  }
  .form .mark {
    opacity: 0.2;
  }
  main .main-5 #wrap ul li .cove {
    display: block !important;
  }
}
@media screen and (max-width: 1024px) {
  header .pc-header .logo .text {
    display: none;
  }
  header .pc-header .navlist ul .container {
    transform: scale(0.6);
  }
  header .pc-header .navlist ul .on li::after {
    top: 1.2rem;
  }
  header .pc-header .navlist ul .container {
    display: none;
  }
  main .main-5 #wrap ul li .cove {
    display: none;
  }
  main .main-5 #wrap ul li:hover .tit {
    transform: translateY(-2rem);
  }
}
@media screen and (max-width: 1366px) {
  header .pc-header .logo {
    margin-right: 2rem;
  }
  header .pc-header .logo .text p {
    padding-left: 0.5rem;
  }
  header .pc-header .logo .text p br {
    display: flex !important;
  }
  header .pc-header .navlist ul .container input:focus {
    width: 100px;
  }
  header .pc-header .navlist ul .container .search::after {
    width: 0.8rem;
    height: 0.8rem;
    top: 0;
    right: -4px;
  }
  header .pc-header .navlist ul .container .search::before {
    left: 18px;
    width: 4px;
    bottom: 5px;
    right: 5px;
  }
  header .pc-header .navlist ul .container input:focus ~ .search {
    right: -220px;
  }
  header .pc-header .navlist ul .container input:focus ~ .search::after {
    left: -4px;
  }
  header .pc-header .navlist ul .container input:focus ~ .search::before {
    top: 5px;
    left: 3px;
  }
}
@media screen and (max-width: 1440px) {
  .form .content form .button {
    margin-top: 0.5rem;
  }
}
