/*!************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/views/components/header/header.less ***!
  \************************************************************************************************************************************************************************************************************************************/
/* reset */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  margin: 0;
  padding: 0;
}
header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
  font-weight: normal;
}
html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}
i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}
[hidefocus],
summary {
  outline: 0;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
small {
  font-size: 100%;
}
sup,
sub {
  font-size: 83%;
}
pre,
code,
kbd,
samp {
  font-family: inherit;
}
q:before,
q:after {
  content: none;
}
textarea {
  overflow: auto;
  resize: none;
}
label,
summary {
  cursor: default;
}
a,
button {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
  font-weight: bold;
}
del,
ins,
u,
s,
a,
a:hover {
  text-decoration: none;
}
body,
textarea,
input,
button,
select,
keygen,
legend {
  font: 12px/1.14 arial, 5b 8b 4f 53;
  color: #333;
  outline: 0;
}
body {
  background: #fff;
}
a,
a:hover {
  color: #333;
}
html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.auto-width {
  width: 1389px;
  margin: 0 auto;
}
.main-box {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.header-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  width: 100%;
  height: 60%;
}
.header-wrapper .header-bg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: url(img/homebg.236f3d3.png) no-repeat center;
  background-size: cover;
}
.header-wrapper .header-href {
  position: relative;
  padding: 20px 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}
.header-wrapper .header-href.fixed-header {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  background-color: white;
  box-shadow: 0 24px 32px -28px rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.header-wrapper .header-href.fixed-header .href-con .href-item .item-text {
  color: #4b5466;
}
.header-wrapper .header-href .href-con {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-wrapper .header-href .href-con .href-item {
  position: relative;
  cursor: pointer;
}
.header-wrapper .header-href .href-con .href-item .item-text {
  font-size: 16px;
  color: white;
}
.header-wrapper .header-href .href-con .href-item:after {
  display: none;
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #0cc4b4;
}
.header-wrapper .header-href .href-con .href-item.active {
  font-weight: bold;
}
.header-wrapper .header-href .href-con .href-item.active:after {
  display: block;
}
.header-wrapper .header-box {
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 82px;
  z-index: 2;
}
.header-wrapper .header-box .header-con {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-wrapper .header-box .header-con .left-log {
  flex: 0 311px;
  height: 44px;
  margin-right: 120px;
}
.header-wrapper .header-box .header-con .left-log > img {
  width: 311px;
  height: 44px;
}
.header-wrapper .header-box .header-con .right-item {
  flex: 1;
}
.header-wrapper .header-box .header-con .right-item .row-right {
  display: flex;
  align-items: center;
  width: 100%;
}
.header-wrapper .header-box .header-con .right-item .row-right .col-right {
  position: relative;
  width: 14.2%;
  height: 82px;
  text-align: center;
}
.header-wrapper .header-box .header-con .right-item .row-right .col-right .menu-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  min-height: 40px;
  opacity: 1;
  transform: translateY(-100%);
  transition: transform 0.6s ease;
  z-index: 1;
}
.header-wrapper .header-box .header-con .right-item .row-right .col-right .menu-box .menu-item {
  text-align: center;
  font-size: 16px;
  color: #8F9193;
  line-height: 40px;
  font-weight: 400;
  cursor: pointer;
}
.header-wrapper .header-box .header-con .right-item .row-right .col-right .menu-box .menu-item:hover {
  color: #2D3134;
}
.header-wrapper .header-box .header-con .right-item .row-right .col-right:hover .menu-box {
  display: block;
  opacity: 1;
  transform: translateY(50%);
}
.header-wrapper .header-box .header-con .right-item .r-item-box {
  padding-top: 30px;
  position: relative;
  display: inline-block;
  font-weight: 500;
  font-size: 16px;
  color: #2D3134;
  line-height: 23px;
  cursor: pointer;
  z-index: 999;
}
.header-wrapper .header-box .header-con .right-item .r-item-box .r-item-text {
  padding: 0 0 2px;
}
.header-wrapper .header-box .header-con .right-item .r-item-box .line {
  width: 100%;
  height: 4px;
}
.header-wrapper .header-box .header-con .right-item .r-item-box.active {
  color: #65B4AE;
}
.header-wrapper .header-box .header-con .right-item .r-item-box.active .line {
  background: #65B4AE;
}

/*!**************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/views/components/company/company.less ***!
  \**************************************************************************************************************************************************************************************************************************************/
/* reset */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  margin: 0;
  padding: 0;
}
header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
  font-weight: normal;
}
html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}
i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}
[hidefocus],
summary {
  outline: 0;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
small {
  font-size: 100%;
}
sup,
sub {
  font-size: 83%;
}
pre,
code,
kbd,
samp {
  font-family: inherit;
}
q:before,
q:after {
  content: none;
}
textarea {
  overflow: auto;
  resize: none;
}
label,
summary {
  cursor: default;
}
a,
button {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
  font-weight: bold;
}
del,
ins,
u,
s,
a,
a:hover {
  text-decoration: none;
}
body,
textarea,
input,
button,
select,
keygen,
legend {
  font: 12px/1.14 arial, 5b 8b 4f 53;
  color: #333;
  outline: 0;
}
body {
  background: #fff;
}
a,
a:hover {
  color: #333;
}
html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.auto-width {
  width: 1389px;
  margin: 0 auto;
}
.main-box {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.company-box {
  padding-top: 102px;
}
.company-box .company-title {
  font-size: 40px;
  text-align: center;
  color: #050912;
}
.company-box .company-con {
  position: relative;
  padding: 102px 0 102px;
  display: flex;
}
.company-box .company-con .left {
  flex: 1;
}
.company-box .company-con .left .left-title {
  line-height: 50px;
  font-size: 30px;
  color: #050912;
  margin-bottom: 60px;
}
.company-box .company-con .left .sub-text {
  text-align: justify;
  font-size: 16px;
  line-height: 30px;
  color: #4b5466;
  margin-bottom: 20px;
  opacity: 0.6;
}
.company-box .company-con .right {
  flex: 0 480px;
  margin-left: 100px;
}
.company-box .company-con .right .r-pic {
  min-width: 480px;
  height: 580px;
  background: url(img/com.82d06fc.png) no-repeat center;
  background-size: cover;
}
.company-box .company-con .bar-left {
  position: absolute;
  content: "";
  color: #fff;
  left: -60px;
  top: 116px;
  width: 28px;
  height: 28px;
  background: #0cc4b4;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAACvSURBVEiJY3Q4vOM/wwAApoGwdNTiUYtHLR61mP4Wl6vqMHiISdPf4osf3zNkK6kzqHDz0tfiHa+eMqx99oihX9eUQYKdk34WMzAwMCx4dIciyylKXAse3WF48fM7Q7maDn0tTpBTYZBg52TovHWFZL0slFgaLCXHUHj5NMOLn99J1k+Wjz3EpOGW3vn6mRwjyLNYn1+QYeq9m2RbysDAwMA42uYatXjU4lGLh5zFAHZ/MN6R+mzlAAAAAElFTkSuQmCC);
  background-size: 100% 100%;
}

/*!**************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/views/components/partOne/partOne.less ***!
  \**************************************************************************************************************************************************************************************************************************************/
/* reset */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  margin: 0;
  padding: 0;
}
header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
  font-weight: normal;
}
html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}
i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}
[hidefocus],
summary {
  outline: 0;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
small {
  font-size: 100%;
}
sup,
sub {
  font-size: 83%;
}
pre,
code,
kbd,
samp {
  font-family: inherit;
}
q:before,
q:after {
  content: none;
}
textarea {
  overflow: auto;
  resize: none;
}
label,
summary {
  cursor: default;
}
a,
button {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
  font-weight: bold;
}
del,
ins,
u,
s,
a,
a:hover {
  text-decoration: none;
}
body,
textarea,
input,
button,
select,
keygen,
legend {
  font: 12px/1.14 arial, 5b 8b 4f 53;
  color: #333;
  outline: 0;
}
body {
  background: #fff;
}
a,
a:hover {
  color: #333;
}
html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.auto-width {
  width: 1389px;
  margin: 0 auto;
}
.main-box {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.partOne-box {
  background-color: #f5f5f5;
}
.partOne-box .partOne-con {
  position: relative;
  padding: 102px 0 102px;
  display: flex;
}
.partOne-box .partOne-con .left {
  flex: 1;
}
.partOne-box .partOne-con .left .left-title {
  line-height: 50px;
  font-size: 30px;
  color: #050912;
  margin-bottom: 60px;
}
.partOne-box .partOne-con .left .sub-text {
  text-align: justify;
  font-size: 16px;
  line-height: 30px;
  color: #4b5466;
  margin-bottom: 20px;
  opacity: 0.6;
}
.partOne-box .partOne-con .right {
  flex: 0 628px;
  margin-left: 100px;
}
.partOne-box .partOne-con .right .r-pic {
  min-width: 628px;
  height: 302px;
  background: url(img/comtwo.f43c1a3.png) no-repeat center;
  background-size: cover;
}
.partOne-box .partOne-con .bar-left {
  position: absolute;
  content: "";
  color: #fff;
  left: -60px;
  top: 116px;
  width: 28px;
  height: 28px;
  background: #0cc4b4;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAACvSURBVEiJY3Q4vOM/wwAApoGwdNTiUYtHLR61mP4Wl6vqMHiISdPf4osf3zNkK6kzqHDz0tfiHa+eMqx99oihX9eUQYKdk34WMzAwMCx4dIciyylKXAse3WF48fM7Q7maDn0tTpBTYZBg52TovHWFZL0slFgaLCXHUHj5NMOLn99J1k+Wjz3EpOGW3vn6mRwjyLNYn1+QYeq9m2RbysDAwMA42uYatXjU4lGLh5zFAHZ/MN6R+mzlAAAAAElFTkSuQmCC);
  background-size: 100% 100%;
}

/*!**************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/views/components/partTwo/partTwo.less ***!
  \**************************************************************************************************************************************************************************************************************************************/
/* reset */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  margin: 0;
  padding: 0;
}
header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
  font-weight: normal;
}
html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}
i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}
[hidefocus],
summary {
  outline: 0;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
small {
  font-size: 100%;
}
sup,
sub {
  font-size: 83%;
}
pre,
code,
kbd,
samp {
  font-family: inherit;
}
q:before,
q:after {
  content: none;
}
textarea {
  overflow: auto;
  resize: none;
}
label,
summary {
  cursor: default;
}
a,
button {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
  font-weight: bold;
}
del,
ins,
u,
s,
a,
a:hover {
  text-decoration: none;
}
body,
textarea,
input,
button,
select,
keygen,
legend {
  font: 12px/1.14 arial, 5b 8b 4f 53;
  color: #333;
  outline: 0;
}
body {
  background: #fff;
}
a,
a:hover {
  color: #333;
}
html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.auto-width {
  width: 1389px;
  margin: 0 auto;
}
.main-box {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.partTwo-box {
  width: 100%;
  height: 562px;
  background: url(img/comtree.3968e33.png) no-repeat center;
  background-size: 100% 100%;
}
.partTwo-box .partTwo-con {
  display: flex;
  padding-top: 102px;
}
.partTwo-box .partTwo-con .left {
  flex: 1;
}
.partTwo-box .partTwo-con .left .left-title {
  line-height: 50px;
  font-size: 30px;
  color: white;
  margin-bottom: 60px;
}
.partTwo-box .partTwo-con .left .sub-text {
  text-align: justify;
  font-size: 16px;
  line-height: 30px;
  color: hsla(0, 0%, 100%, 0.85098);
  margin-bottom: 20px;
}

/*!********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/views/components/comculture/comculture.less ***!
  \********************************************************************************************************************************************************************************************************************************************/
/* reset */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  margin: 0;
  padding: 0;
}
header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
  font-weight: normal;
}
html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}
i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}
[hidefocus],
summary {
  outline: 0;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
small {
  font-size: 100%;
}
sup,
sub {
  font-size: 83%;
}
pre,
code,
kbd,
samp {
  font-family: inherit;
}
q:before,
q:after {
  content: none;
}
textarea {
  overflow: auto;
  resize: none;
}
label,
summary {
  cursor: default;
}
a,
button {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
  font-weight: bold;
}
del,
ins,
u,
s,
a,
a:hover {
  text-decoration: none;
}
body,
textarea,
input,
button,
select,
keygen,
legend {
  font: 12px/1.14 arial, 5b 8b 4f 53;
  color: #333;
  outline: 0;
}
body {
  background: #fff;
}
a,
a:hover {
  color: #333;
}
html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.auto-width {
  width: 1389px;
  margin: 0 auto;
}
.main-box {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.comculture-box {
  padding: 102px 0 102px;
}
.comculture-box .company-title {
  padding-bottom: 102px;
  font-size: 40px;
  text-align: center;
  color: #050912;
}
.comculture-box .company-con {
  display: flex;
}
.comculture-box .company-con .left {
  margin-right: 79px;
}
.comculture-box .company-con .left .left-item {
  margin-bottom: 40px;
  font-size: 14px;
}
.comculture-box .company-con .left .left-item .subTitle {
  font-size: 17px;
  color: #abafb8;
  line-height: 55px;
}
.comculture-box .company-con .left .left-item .subText {
  font-size: 23px;
  line-height: 29px;
  color: #0f1b33;
}
.comculture-box .company-con .right {
  flex: 0  595px;
  min-width: 595px;
  height: 386px;
  background: url(img/comfo.3cdc891.png) no-repeat center;
  background-size: cover;
}

/*!**************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/views/components/history/history.less ***!
  \**************************************************************************************************************************************************************************************************************************************/
/* reset */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  margin: 0;
  padding: 0;
}
header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
  font-weight: normal;
}
html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}
i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}
[hidefocus],
summary {
  outline: 0;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
small {
  font-size: 100%;
}
sup,
sub {
  font-size: 83%;
}
pre,
code,
kbd,
samp {
  font-family: inherit;
}
q:before,
q:after {
  content: none;
}
textarea {
  overflow: auto;
  resize: none;
}
label,
summary {
  cursor: default;
}
a,
button {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
  font-weight: bold;
}
del,
ins,
u,
s,
a,
a:hover {
  text-decoration: none;
}
body,
textarea,
input,
button,
select,
keygen,
legend {
  font: 12px/1.14 arial, 5b 8b 4f 53;
  color: #333;
  outline: 0;
}
body {
  background: #fff;
}
a,
a:hover {
  color: #333;
}
html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.auto-width {
  width: 1389px;
  margin: 0 auto;
}
.main-box {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.history-box .top-img {
  min-height: 310px;
  background: url(img/comf.08f03f4.png) no-repeat center;
  background-size: 100% 100%;
}
.history-box .top-img .process-bar {
  display: flex;
  justify-content: center;
}
.history-box .top-img .process-bar .time-node {
  width: 180px;
  margin-bottom: 30px;
}
.history-box .top-img .process-bar .time-node .sub-time {
  font-size: 15px;
}
.history-box .top-img .process-bar .time-node.active .time {
  color: #0cc4b4 !important;
}
.history-box .top-img .process-bar .time-node.active .inner-circle {
  background: #0cc4b4 !important;
}
.history-box .top-img .process-bar .time {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100px;
  font-size: 20px;
  color: #fff;
  margin-bottom: 12px;
  font-weight: 700;
  transform: translateX(-2px);
}
.history-box .top-img .title {
  font-size: 40px;
  color: #fff;
  text-align: center;
  padding: 102px 0 30px;
}
.history-box .top-img .time-circle {
  cursor: pointer;
  width: 30px;
  height: 26px;
  border-radius: 50%;
  background: hsla(0, 0%, 63.9%, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}
.history-box .top-img .time-circle .inner-circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
}
.history-box .top-img .time-line {
  width: 180px;
  height: 2px;
  background: hsla(0, 0%, 63.9%, 0.5);
}
.history-box .bottom-wrap {
  background: #f5f5f5;
}
.history-box .bottom-wrap .bottom-desc {
  display: flex;
  padding-top: 20px;
  height: 298px;
  background: #f5f5f5;
  overflow: scroll;
}
.history-box .bottom-wrap .bottom-desc::-webkit-scrollbar {
  width: 0;
  height: 4px;
  background-color: #fafafa;
}
.history-box .bottom-wrap .bottom-desc::-webkit-scrollbar-thumb {
  width: 0;
  border-radius: 4px;
  height: 4px;
  background-color: #c1c1c1;
}
.history-box .bottom-wrap .bottom-desc::-webkit-scrollbar-track {
  width: 0;
  height: 4px;
  background-color: #fafafa;
}
.history-box .bottom-wrap .bottom-desc .left-block {
  flex: 0 100px;
  min-width: 100px;
}
.history-box .bottom-wrap .bottom-desc .desc-item {
  flex: 0 0 370px;
  min-width: 370px;
  padding-right: 20px;
}
.history-box .bottom-wrap .bottom-desc .desc-item.active .desc-title {
  color: #0cc4b4;
}
.history-box .bottom-wrap .bottom-desc .desc-item.active .line {
  background: #0cc4b4;
}
.history-box .bottom-wrap .bottom-desc .desc-item .desc-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 8px;
}
.history-box .bottom-wrap .bottom-desc .desc-item .line {
  width: 100%;
  height: 1px;
  background: #dbdde0;
  margin-bottom: 15px;
}
.history-box .bottom-wrap .bottom-desc .desc-item .desc-content {
  font-size: 14px;
  line-height: 30px;
  text-align: initial;
}

/*!**********************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/views/components/honor/honor.less ***!
  \**********************************************************************************************************************************************************************************************************************************/
/* reset */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  margin: 0;
  padding: 0;
}
header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
  font-weight: normal;
}
html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}
i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}
[hidefocus],
summary {
  outline: 0;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
small {
  font-size: 100%;
}
sup,
sub {
  font-size: 83%;
}
pre,
code,
kbd,
samp {
  font-family: inherit;
}
q:before,
q:after {
  content: none;
}
textarea {
  overflow: auto;
  resize: none;
}
label,
summary {
  cursor: default;
}
a,
button {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
  font-weight: bold;
}
del,
ins,
u,
s,
a,
a:hover {
  text-decoration: none;
}
body,
textarea,
input,
button,
select,
keygen,
legend {
  font: 12px/1.14 arial, 5b 8b 4f 53;
  color: #333;
  outline: 0;
}
body {
  background: #fff;
}
a,
a:hover {
  color: #333;
}
html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.auto-width {
  width: 1389px;
  margin: 0 auto;
}
.main-box {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.honor-box {
  padding: 102px 0 0;
}
.honor-box .honor-title {
  text-align: center;
  font-size: 40px;
  color: #050912;
  line-height: 30px;
  margin-bottom: 102px;
}
.honor-box .honor-content {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.honor-box .honor-content .honor-item {
  position: relative;
  height: 311px;
  flex: 0 377px;
  min-width: 377px;
  padding: 39px 35px 0 39px;
  box-sizing: border-box;
  margin-right: 20px;
  margin-bottom: 40px;
  background: rgba(0, 0, 0, 0.0196078);
}
.honor-box .honor-content .honor-item.one {
  background: url(img/endone.59579ea.png) no-repeat center;
  background-size: cover;
}
.honor-box .honor-content .honor-item.two {
  background: url(img/endtwo.bf15c0b.png) no-repeat center;
  background-size: cover;
}
.honor-box .honor-content .honor-item.three {
  background: url(img/endthree.2f41377.png) no-repeat center;
  background-size: cover;
}
.honor-box .honor-content .honor-item.fouce {
  background: url(img/endfouce.890d24f.png) no-repeat center;
  background-size: cover;
}
.honor-box .honor-content .honor-item.five {
  background: url(img/endfive.4dbdc8b.png) no-repeat center;
  background-size: cover;
}
.honor-box .honor-content .honor-item.six {
  background: url(img/endsix.0961f0e.png) no-repeat center;
  background-size: cover;
}
.honor-box .honor-content .honor-item .prize-name {
  line-height: 27px;
  font-size: 15px;
  color: #4b5466;
  opacity: 0.6;
}
.honor-box .honor-content .honor-item .prize {
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  color: #4b5466;
}
.honor-box .honor-content .honor-item .award-wrap {
  font-size: 15px;
  font-weight: 400;
}
.honor-box .honor-content .honor-item .award-wrap .award {
  font-size: 14px;
  color: #4b5466;
}

/*!******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/views/components/cooperate/cooperate.less ***!
  \******************************************************************************************************************************************************************************************************************************************/
/* reset */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  margin: 0;
  padding: 0;
}
header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
  font-weight: normal;
}
html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}
i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}
[hidefocus],
summary {
  outline: 0;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
small {
  font-size: 100%;
}
sup,
sub {
  font-size: 83%;
}
pre,
code,
kbd,
samp {
  font-family: inherit;
}
q:before,
q:after {
  content: none;
}
textarea {
  overflow: auto;
  resize: none;
}
label,
summary {
  cursor: default;
}
a,
button {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
  font-weight: bold;
}
del,
ins,
u,
s,
a,
a:hover {
  text-decoration: none;
}
body,
textarea,
input,
button,
select,
keygen,
legend {
  font: 12px/1.14 arial, 5b 8b 4f 53;
  color: #333;
  outline: 0;
}
body {
  background: #fff;
}
a,
a:hover {
  color: #333;
}
html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.auto-width {
  width: 1389px;
  margin: 0 auto;
}
.main-box {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.cooperate-box {
  margin-top: 100px;
  background: linear-gradient(180deg, #f0f5fc 0%, #e5eef9 100%);
}
.cooperate-box .cooperate-title {
  text-align: center;
  font-size: 40px;
  color: #050912;
  line-height: 30px;
  margin-bottom: 102px;
}
.cooperate-box .cooperate-con {
  width: 100%;
  height: 500px;
  background: url(img/cooperate-bg.c02c1ff.png) no-repeat center;
  background-size: contain;
}

/*!******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/views/components/newfooter/newfooter.less ***!
  \******************************************************************************************************************************************************************************************************************************************/
/* reset */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  margin: 0;
  padding: 0;
}
header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
  font-weight: normal;
}
html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}
i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}
[hidefocus],
summary {
  outline: 0;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
small {
  font-size: 100%;
}
sup,
sub {
  font-size: 83%;
}
pre,
code,
kbd,
samp {
  font-family: inherit;
}
q:before,
q:after {
  content: none;
}
textarea {
  overflow: auto;
  resize: none;
}
label,
summary {
  cursor: default;
}
a,
button {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
  font-weight: bold;
}
del,
ins,
u,
s,
a,
a:hover {
  text-decoration: none;
}
body,
textarea,
input,
button,
select,
keygen,
legend {
  font: 12px/1.14 arial, 5b 8b 4f 53;
  color: #333;
  outline: 0;
}
body {
  background: #fff;
}
a,
a:hover {
  color: #333;
}
html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.auto-width {
  width: 1389px;
  margin: 0 auto;
}
.main-box {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.footer-box {
  padding: 70px 0;
  background-color: #f5f5f5;
}
.footer-box .third-line {
  text-align: center;
  margin-bottom: 28px;
  line-height: 18px;
  font-size: 13px;
}
.footer-box .third-line .item {
  color: #333;
  margin-left: 20px;
}
.footer-box .third-line .item .num {
  padding-left: 10px;
  color: #165DFF;
}

/*!***************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[2].use[2]!./node_modules/less-loader/dist/cjs.js??ruleSet[1].rules[2].use[3]!./src/views/pages/css/index.less ***!
  \***************************************************************************************************************************************************************************************************************************/
/* reset */
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
div,
dl,
dt,
dd,
ul,
ol,
li,
p,
blockquote,
pre,
hr,
figure,
table,
caption,
th,
td,
form,
fieldset,
legend,
input,
button,
textarea,
menu {
  margin: 0;
  padding: 0;
}
header,
footer,
section,
article,
aside,
nav,
hgroup,
address,
figure,
figcaption,
menu,
details {
  display: block;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th {
  text-align: left;
  font-weight: normal;
}
html,
body,
fieldset,
img,
iframe,
abbr {
  border: 0;
}
i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}
[hidefocus],
summary {
  outline: 0;
}
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
small {
  font-size: 100%;
}
sup,
sub {
  font-size: 83%;
}
pre,
code,
kbd,
samp {
  font-family: inherit;
}
q:before,
q:after {
  content: none;
}
textarea {
  overflow: auto;
  resize: none;
}
label,
summary {
  cursor: default;
}
a,
button {
  cursor: pointer;
}
h1,
h2,
h3,
h4,
h5,
h6,
em,
strong,
b {
  font-weight: bold;
}
del,
ins,
u,
s,
a,
a:hover {
  text-decoration: none;
}
body,
textarea,
input,
button,
select,
keygen,
legend {
  font: 12px/1.14 arial, 5b 8b 4f 53;
  color: #333;
  outline: 0;
}
body {
  background: #fff;
}
a,
a:hover {
  color: #333;
}
html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.auto-width {
  width: 1389px;
  margin: 0 auto;
}
.main-box {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}
.brand-box {
  display: flex;
  margin-bottom: 86px;
}
.brand-box .brand-title {
  position: relative;
  flex: 0 194px;
  min-width: 194px;
  font-weight: 700;
  font-size: 36px;
  color: #25272B;
  margin-right: 86px;
}
.brand-box .brand-title .title-show {
  position: absolute;
  left: 0;
  top: 2px;
  font-weight: 700;
  font-size: 56px;
  color: #F6F7F7;
  line-height: 81px;
  z-index: -1;
  text-transform: uppercase;
}
.brand-box .brand-right {
  flex: 1;
  font-weight: 400;
  font-size: 18px;
  color: #3D3D3D;
  line-height: 33px;
}


/*# sourceMappingURL=index.css.map*/