@charset "UTF-8";
/* Reset Box Model */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;}

/* Remove List Styles */
ul,
ol {
  list-style: none;}

/* Remove Default Margin and Padding */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
code,
figure,
form,
fieldset,
legend,
input,
textarea,
select,
option,
optgroup,
hr {
  margin: 0;
  padding: 0;}

ul,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
p {
  padding: 0;
  margin: 0;
  font-weight: 400;}

/* Typography */
body {
  font-size: 16px;
  line-height: 1.5;}

/* Images */
img {
  display: block;
  max-width: 100%;
  height: auto;}

input,
button,
textarea {
  background: 0 0;
  outline: none;
  border: none;
  -webkit-appearance: none;
  border-radius: 0;}

input:focus {
  border: none;}

input::-webkit-input-placeholder {
  color: #999;}

input::-moz-placeholder {
  color: #999;}

input:-moz-placeholder {
  color: #999;}

input:-ms-input-placeholder {
  color: #999;}

textarea::-webkit-input-placeholder {
  color: #999;}

textarea::-moz-placeholder {
  color: #999;}

textarea:-moz-placeholder {
  color: #999;}

textarea:-ms-input-placeholder {
  color: #999;}

/* Links */
a {
  text-decoration: none;
  color: inherit;}

/* Tables */
table {
  border-collapse: collapse;
  width: 100%;}

th,
td {
  padding: 0.5rem;
  text-align: left;}

html::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #f5f5f5;}
html::-webkit-scrollbar-track {
  border-radius: 0;
  background-color: #e2e2e2;}
html::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #333;}

.contaion {
  width: 100%;}

.lf {
  float: left;}

.rt {
  float: right;}

.wp {
  width: 14.2rem;
  margin: 0 auto;}

.wp-oh {
  overflow: hidden;}

.flex-1 {
  flex: 1;}

/* ipad */
/* 普通手机 */
@media screen and (max-width: 1024px) {
  .wp {
    width: 100%;
    box-sizing: border-box;
    padding: 0 0.2rem;}
}
.header {}
.header .top .wp {
  display: flex;
  height: 105px;}
.header .top .logo {
  display: flex;
  align-items: center;}
.header .top .logo .img {
  width: 170px;
  height: 65px;}
.header .top .logo .txt {
  flex: 1;
  font-size: 25px;
  color: rgb(81, 44, 39);
  line-height: 1;
  padding-bottom: 7px;
  margin-left: 16px;
  text-wrap: nowrap;}
.header .top .empty {
  flex: 1;}
.header .top .qr-code {
  display: flex;
  align-items: center;}
.header .top .qr-code .img {
  width: 75px;
  height: 75px;}
.header .top .qr-code .txt {
  flex: 1;
  margin-left: 23px;
  display: flex;
  flex-direction: column;}
.header .top .qr-code .txt .tel,
.header .top .qr-code .txt .mail {
  font-size: 14px;
  color: rgb(133, 110, 46);
  line-height: 1;
  text-align: right;
  background: 0 50% no-repeat;
  padding-left: 37px;}
.header .top .qr-code .txt .tel {
  background-image: url(../../../images/jiuye/gaiban/icon-tel.jpg);}
.header .top .qr-code .txt .mail {
  margin-top: 21px;
  background-image: url(../../../images/jiuye/gaiban/icon-mail.jpg);}
.header .nav {
  background-color: #0e419c;
  height: 0.42rem;}
.header .nav .cells {
  display: flex;
  justify-content: space-between;
  padding: 0 1.18rem;
  box-sizing: border-box;}
.header .nav .cells .cell {
  display: block;
  width: 1.87rem;
  height: 0.42rem;
  font-size: 0.2rem;
  line-height: 0.42rem;
  text-align: center;
  color: rgb(255, 255, 255);
  transition: color 0.2s, background-color 0.2s;}
.header .nav .cells .cell:hover {
  color: rgb(0, 32, 89);
  background-color: #fff000;}
.header .nav .cells .cell.active {
  color: rgb(0, 32, 89);
  background-color: #fff000;}
@media screen and (max-width: 1024px) {
  .header .top .wp {
    height: 1.38rem;}
  .header .top .logo .img {
    width: 1.7rem;
    height: 0.65rem;}
  .header .top .logo .img img {
    width: 100%;}
  .header .top .logo .txt {
    font-size: 0.25rem;
    padding-bottom: 0.07rem;
    margin-left: 0.16rem;}
  .header .top .qr-code .img {
    display: none;}
  .header .top .qr-code .txt {
    margin-left: 0;}
  .header .top .qr-code .txt .tel,
  .header .top .qr-code .txt .mail {
    font-size: 0.14rem;
    line-height: 0.18rem;
    height: 0.18rem;
    padding-left: 0.38rem;
    background-size: auto 100%;}
  .header .top .qr-code .txt .mail {
    margin-top: 0.21rem;}
  .header .nav {
    height: 0.74rem;}
  .header .nav .cells {
    padding: 0;}
  .header .nav .cells .cell {
    width: auto;
    height: 0.74rem;
    line-height: 0.74rem;
    flex: 1;}
}
@media screen and (max-width: 480px) {
  .header .top .wp {
    height: 80px;}
  .header .top .logo .img {
    width: 120px;
    height: 45px;}
  .header .top .logo .txt {
    font-size: 14px;
    margin-left: 8px;}
  .header .top .qr-code .txt .tel,
  .header .top .qr-code .txt .mail {
    font-size: 12px;
    padding-left: 20px;
    background-size: auto 12px;}
  .header .top .qr-code .txt .mail {
    margin-top: 10px;}
  .header .nav {
    height: 48px;}
  .header .nav .cells {
    padding: 0;}
  .header .nav .cells .cell {
    font-size: 14px;
    height: 48px;
    line-height: 48px;
    flex: 1;}
}

.footer {
  background-color: #0e419c;}
.footer .wp {
  height: 94px;
  display: flex;
  align-items: center;
  justify-content: center;}
.footer .wp .txt {
  font-size: 14px;
  color: rgb(255, 255, 255);
  line-height: 1.5;
  text-align: center;}
.footer .wp .txt span {
  padding: 0 8px;
  text-wrap: nowrap;}