@charset "UTF-8";
.container_fixed {
  position: fixed;
  top: 0;
  left: 0;
}

#header_fixed_box {
  height: 6.7rem;
  width: 100%;
}

#header {
     height: 6.7rem;
  background-color: #fff;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

#header .unfold_btn {
  display: none;
}

#header .header_container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#header .header_container .header_left{
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#header .header_container .header_left .header_left_center{
  width: .12rem;
  height: 3.6rem;
  background: #E5E5E6;
  margin: 0 2.2rem;
}
#header .header_container .header_left .header_left_right_top{
  font-size: 1.5rem;
  color: #333333;

}
#header .header_container .header_left .header_left_right_top .header_left_right_top_center{
  color: #038AFC;
}
#header .header_container .header_left .header_left_right_Bottom{
  font-size: 1.1rem;
  color: #999999;

}

#header .header_container .logo {
  -o-object-fit: contain !important;
     object-fit: contain !important;
  display: block;
  width: 15.4rem;
  height: 3.6rem;
}

#header .header_container .nav_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  overflow: hidden;
}

#header .header_container .nav_group .nav_item {
  text-decoration: none;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  align-items: center;
  padding-left: 2.916667rem;
  padding-right: 2.916667rem;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

#header .header_container .nav_group .nav_item.active .cn_active {
  color: #038AFC;
}

#header .header_container .nav_group .nav_item .cn {
  font-size: 1.5rem;
  /* font-weight: 500; */
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #555555;
  position: relative;
}


@media (max-width: 1200px) {
  #header {
    height: 6.166667rem;
  }
  #header .header_container{
    margin: 0 5.2rem;
  }
  #header .header_container .logo {
    height: 3.333333rem;
  }
  #header .header_container {
    width: 100%;
  }
  #header_fixed_box {
    height: 6.166667rem;
  }
  #header .header_container .nav_group .nav_item{
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
}

@media (max-width: 960px) {
  #header {
    height: 6.166667rem;
  
  }
  #header .header_container {
    margin: 0 auto;
    width: 95%;
  }
  #header_fixed_box {
    height: 6.166667rem;
}
}

@media (max-width: 800px) {
  #header {
    height: auto;
    overflow: hidden;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: 0;
    opacity: 0.8;
  }
  #header .header_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 3.416667rem;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    margin: 0;
  }
  #header .header_container.zhankai {
    height: 29.166667rem;
  }
  #header .header_container .logo {
    display: block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    height: 3.416667rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #header .header_container .header_left_center,#header .header_container .header_left_right{
    display: none;
  }

  #header .header_container .nav_group {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #header .header_container .nav_group .nav_item {
    height: 4.416667rem;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 1.666667rem;
    margin-right: 1.666667rem;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    border-bottom: 1px solid rgba(255, 255, 255, 0.233);
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #header .header_container .nav_group .nav_item.active {
    background-color: #038AFC;
  }
  #header .header_container .nav_group .nav_item.active .cn {
    color: #ffffff;
  }
  #header .header_container .nav_group .nav_item .cn {
    font-size: 1.4rem;
    font-weight: 500;
    color: #333333;
  }
  #header .header_container .nav_group .nav_item .en {
    display: none;
  }
  #header .header_container .nav_group .nav_item .lianxi {
    width: 2.916667rem;
  }
  #header .unfold_btn {
    position: absolute;
    right: 1rem;
    width: 2rem;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    display: block;
    top: 0.7rem;
  }
  #header .unfold_btn.active {
    -webkit-transform: rotateZ(180deg);
            transform: rotateZ(180deg);
  }
  #header_fixed_box {
    height: 0;
  }

}

html {
  font-family: "Lato", sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body,
html {
  min-height: 100%;
  width: 100%;
  margin: 0;
}

ul,
h1,
h2,
h3,
h4,
h5,
p {
  list-style: none;
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a,
a:hover,
a:active,
a:link {
  text-decoration: none;
  background: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

a,
a:visited {
  text-decoration: underline;
}

pre,
blockquote {
  border: 1px solid #999;
  page-break-inside: avoid;
}

thead {
  display: table-header-group;
}

tr,
img {
  page-break-inside: avoid;
}

img {
  max-width: 100% !important;
}

p,
h2,
h3 {
  orphans: 3;
  widows: 3;
}

h2,
h3 {
  page-break-after: avoid;
}

select {
  background: #fff !important;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  line-height: 1.1;
  color: inherit;
}

/* @filename normalize.scss
* @author 倪涛
* @QQ 231572762
* @date 2017/11/21
* @Description: 自定义css快捷样式
*/
.displayRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.displayColumn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.scrollpoint {
  visibility: hidden !important;
}

.scrollpoint.showAnimated {
  visibility: visible !important;
}

.affix {
  position: fixed;
}

.hover-item {
  cursor: pointer;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.hover-item:hover {
  opacity: 0.8;
}

.container {
  width: 100rem;
}

@media (max-width: 1920px) {
  html {
    font-size: 11px;
  }
}

@media (max-width: 1680px) {
  html {
    font-size: 10px;
  }
}

@media (max-width: 1440px) {
  html {
    font-size: 9px;
  }
}

@media (max-width: 1200px) {
  .container {
    width: 100%;
  }
}

.container_box{
  width: 1200px;
  margin: 0 auto;
  font-family: PingFangSC-Regular-, PingFangSC-Regular;
}



@media screen and (min-width: 1442px)and (max-width: 1920px) {
  .container_box{
    width: 1350px;
  }
}
@media screen and (min-width: 1921px) {
  .container_box{
    width: 88%;
  }
}

@media screen and (min-width: 3839px) {
  .container_box{
    width: 70%;
  }
}

@media screen and (max-width: 1441px) and (min-width: 1200px) {
  .container_box{
    width: 1170px;
  }
}

@media screen and (max-width: 1200px) {
  .container_box{
    width: 900px;
  }
}
@media screen and (max-width: 996px) {
  .container_box{
    width: 85%;
  }
}

@media screen and (max-width: 576px){

}
/*# sourceMappingURL=default.css.map */