@charset "utf-8";

html {
  color    : #000;
  font-size: 16px
}

body,
ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
form,
fieldset,
legend,
input,
textarea,
button,
p,
blockquote,
th,
td,
pre,
xmp {
  margin     : 0;
  padding    : 0;
  font-family: "yh Microsoft YaHei";
}

body,
input,
textarea,
button,
select,
pre,
xmp,
tt,
code,
kbd,
samp {
  line-height: 1.5;
  font-family: "yh Microsoft YaHei";
}

h1,
h2,
h3,
h4,
h5,
h6,
small,
big,
input,
textarea,
button,
select {
  font-size: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "yh Microsoft YaHei";
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
  font-weight: normal
}

address,
cite,
dfn,
em,
i,
optgroup,
var {
  font-style: normal
}

table {
  border-collapse: collapse;
  border-spacing : 0;
  text-align     : left
}

caption,
th {
  text-align: inherit
}

ul,
ol,
menu {
  list-style: none
}

fieldset,
img {
  border: 0
}

img,
object,
input,
textarea,
button,
select {
  vertical-align: middle
}

article,
aside,
footer,
.header,
section,
nav,
figure,
figcaption,
hgroup,
details,
menu {
  display: block
}

audio,
canvas,
video {
  display : inline-block;
  *display: inline;
  *zoom   : 1
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "\0020"
}

textarea {
  overflow: auto;
  resize  : vertical
}

input,
textarea,
button,
select,
a {
  outline: 0 none;
  border : none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border : 0
}

mark {
  background-color: transparent
}

a,
ins,
s,
u,
del {
  text-decoration: none
}

sup,
sub {
  vertical-align: baseline
}

html {
  height                     : 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  color                   : #333;
  font-size               : 14px;
  line-height             : 1;
  -webkit-text-size-adjust: none;
  font-family             : "Microsoft YaHei";
  background-color     : #F0F0F0;
}

hr {
  height    : .02rem;
  margin    : .1rem 0;
  border    : medium none;
  border-top: .02rem solid #cacaca;
}

a {
  color          : #000;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #000;
}

p, pre{
  white-space:pre-wrap;
  white-space:-moz-pre-wrap;
  white-space:-pre-wrap;
  white-space:-o-pre-wrap;
  word-wrap:break-word;
}
p img{
  width: 100%;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clear:after {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  visibility: hidden;
  clear: both;
}

.center {
  text-align: center;
}

.p-1,
.p-2,
.p-3,
.p-4 {
  overflow: hidden;
  text-overflow: ellipsis;
}

.p-1 {
  white-space: nowrap;
}

.p-2,
.p-3,
.p-4 {
  display: -webkit-box;
  /* ! autoprefixer : off */
  -webkit-box-orient: vertical;
}

.p-2 {
  -webkit-line-clamp: 2;
}

.p-3 {
  -webkit-line-clamp: 3;
}

.p-4 {
  -webkit-line-clamp: 4;
}

.flex {
  display: flex;
}

.flex-w {
  flex-wrap: wrap;
}

.flex-1 {
  flex: 1;
}

.flex-0 {
  flex: none;
}

.flex-jsa {
  justify-content: space-around;
}

.flex-jsb {
  justify-content: space-between;
}

.flex-jse {
  justify-content: space-evenly;
}

.flex-jc {
  justify-content: center;
}

.flex-ac {
  align-items: center;
}
.width-all{
  /* width: 80%; */
  max-width: 1220px;
  margin: 0 auto;
}
.main{
  min-height: calc(100vh - 298px);
}
.bg-w{
  background-color: #fff;
}
/* 页面通用样式 */
.header-wrap {
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #ddd;
}
.header {
  max-width: 1280px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  height: 130px;
  box-sizing: border-box;
  min-width: 1000px;
  margin: auto;
}
.header .log-box{
  display: flex;
  align-items: center;
}
.header .log-box .language{
  font-weight: bold;
  font-size: 30px;
  color: #000000;
  letter-spacing: 1px;
  margin-left: 24px;
}
.header .user{
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #000000;
}
.header .header-logo{
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.nav{
  background: #1C5A9E;
}
.nav .nav-box{
  padding: 0 10px;
}
.nav .nav-box .nav-item{
  cursor: pointer;
  line-height: 72px;
  display: inline-block;
  width: 180px;
  text-align: center;
  font-size: 18px;
  color: #FFFFFF;
}
.nav .nav-box .nav-active{
  background: #1E77BA;
  font-weight: bold;
}
.footer{
  width: 100%;
  background: #1C5A9E;
  padding: 24px 0;
  text-align: center;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}
.footer .support{
  margin-top: 8px;
  font-size: 12px;
}
.footer a{
  color: #fff;
  margin: 0 4px;
}
.footer .gongan{
  width: 16px;
  margin-right: 4px;
}
