/*公共部分*/

body,
html {
  font-family: "PingFang SC", "Source Sans Pro", "Helvetica Neue",
    "Microsoft Yahei", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC",
    "WenQuanYi Micro Hei", sans-serif;
}

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background: none;
  border: none;
}

img {
  max-width: 100%;
}

a:hover,
a:focus {
  text-decoration: none;
}

@font-face {
  font-family: PingFang-SC;
  src: url("../2022-1/fonts/PingFangRegular-nav01.ttf");
}

.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
  background-color: inherit;
}

/* .dropdown a {
    font-family: "PingFang-SC";
} */

@media (max-width: 768px) {
  ul .dropdown {
    border-bottom: 1px solid #e5e5e5;
  }
  ul .dropdown li {
    border-bottom: 1px solid #e5e5e5;
  }
  ul .dropdown li img {
    margin-left: 10%;
  }
}

.navbar-nav {
  margin: 0 -15px !important;
}

@font-face {
  font-family: din-bolid;
  src: url("https://www.finereport.com/include/font/DIN-Bold.otf");
}

@font-face {
  font-family: hlb;
  src: url("https://www.finereport.com/include/font/HelveticaNeueLTPro-Bd.otf");
}

.mb_0 {
  margin-bottom: 0;
}

.title {
  font-size: 32px;
  font-weight: 500;
  color: #333333;
  line-height: 45px;
  margin-top: 0;
  margin-bottom: 50px;
}

.title.titie_white {
  color: #ffffff;
}

@media (max-width: 1200px) {
  .title {
    font-size: 26px;
    line-height: 38px;
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .title {
    font-size: 20px;
    line-height: 28px;
    text-align: left;
    margin-bottom: 20px;
  }
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #0069ea;
  background-color: transparent;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.header {
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(4px);
  height: 60px;
  border: none;
  z-index: 999;
  background: #ffffff;
}

.header.active {
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1200px) {
  .header .navbar-brand {
    margin-left: 15px;
    padding-left: 0;
  }
}

@media (max-width: 768px) {
  .header .navbar-collapse {
    background-color: #fff;
    max-height: 80vh;
  }
}

.header .nav li > a {
  line-height: 30px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
}

@media (max-width: 768px) {
  .header .nav li > a {
    font-size: 16px;
    padding: 15px;
  }
}

.header .nav li > a:hover {
  color: #0069ea;
}

.header .iconfont {
  font-size: 12px;
  margin-left: 5px;
}

.header .dropdown-menu {
  background: #ffffff;
  box-shadow: 0px 4px 8px 0px rgba(77, 88, 101, 0.35);
  border-radius: 4px !important;
  top: 65px;
  border: none;
  /*left: -15px;*/
}

@media (max-width: 768px) {
  .header .nav > .dropdown .dropdown-toggle {
    display: flex;
    justify-content: space-between;
    /*padding: 15px;*/
  }
  .header .nav > .dropdown.open > .dropdown-toggle {
    background: #0069ea !important;
    color: #fff !important;
  }
  .header .nav > .dropdown.open > .dropdown-toggle i {
    color: #fff !important;
  }
}

.header .nav_download {
  width: 176px;
  height: 250px;
  box-sizing: border-box;
  padding: 26px 0 0 26px;
}

@media (max-width: 768px) {
  .header .nav_download {
    height: auto;
    padding: 0 !important;
  }
  .header .nav_download a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 55px;
    border-bottom: 1px solid #eff5ff;
  }
  .header .nav_download span {
    margin-left: 10%;
  }
}

.header .nav_case {
  width: 160px;
  height: 120px;
  box-sizing: border-box;
  padding: 20px;
}

@media (max-width: 768px) {
  .header .nav_case {
    height: auto;
    padding: 0 !important;
  }
  .header .nav_case a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 55px;
    margin-bottom: 0px !important;
    border-bottom: 1px solid #eff5ff;
  }
}

.header .nav_case a {
  margin-bottom: 8px;
}

@media (max-width: 1200px) {
  .header .nav_download {
    width: auto;
    padding: 10px 30px;
  }
}

.header .nav_download a {
  margin-bottom: 15px;
}

@media (max-width: 1200px) {
  .header .nav_download a {
    padding: 10px 0 !important;
    margin-bottom: 5px;
  }
}

.header .nav_download a:hover {
  color: #0069ea;
}

.header .nav_download a:last-of-type {
  margin-bottom: 0;
}

.header .nav_download a img {
  max-width: 24px;
  margin-right: 12px;
}

.header .nav_download a img.hover {
  display: none;
}

.header .nav_download a:hover img {
  display: none;
}

.header .nav_download a:hover img.hover {
  display: block;
}

.header .nav_function {
  width: 228px;
  height: 488px;
  box-sizing: border-box;
  padding: 32px 0 0 32px;
}

.header .solution_project {
  height: 160px;
  width: 160px;
}

.header .solution_project a {
  margin: 10px 0 10px 0;
}

.header .solution_project a span img {
  height: 24px;
}

@media (max-width: 768px) {
  .header .solution_project {
    height: auto;
    padding: 0px;
  }
  .header .solution_project a {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 50px;
    border-bottom: 1px solid#EFF5FF;
  }
  .header .solution_project a span span {
    position: relative;
    top: -6px;
    left: 10px;
  }
}

@media (max-width: 768px) {
  .header .nav_download a {
    padding: 10px 0 !important;
    margin-bottom: 5px;
  }
}

.header .nav_function li a {
  margin-bottom: 1.263rem;
}

@media (max-width: 768px) {
  .header .nav_function {
    height: auto;
    padding: 0 !important;
  }
  .header .nav_function li {
    margin: 0 !important;
  }
  .header .nav_function li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 55px;
    margin-bottom: 0 !important;
    border-bottom: 1px solid #eff5ff;
  }
}

@media (max-width: 1200px) {
  .header .nav_function {
    /*width: 100%;*/
    width: auto;
    padding: 10px 30px;
  }
}

.header .nav_function li {
  margin-bottom: 24px;
}

@media (max-width: 1200px) {
  .header .nav_function li {
    margin-right: 0;
    min-width: 50%;
    margin-bottom: 15px;
  }
}

.header .nav_function li:nth-of-type(2n) {
  margin-right: 0;
}

.header .nav_function li img {
  max-width: 40px;
  margin-right: 16px;
}

@media (max-width: 768px) {
  .header .nav_function li img {
    margin-right: 5px;
  }
}

@media (max-width: 1200px) {
  .header .nav_function li img {
    max-width: 30px;
  }
}

.header .nav_function li a {
  padding: 0;
}

@media (max-width: 1200px) {
  .header .nav_function li a {
    padding: 10px 0 !important;
  }
}

.header .nav_function li a:hover {
  color: #0069ea;
}

.header .nav_server {
  width: 176px;
  height: 272px;
  box-sizing: border-box;
  padding: 10px 0 0 20px;
}

@media (max-width: 768px) {
  .header .nav_server {
    height: auto;
    padding: 0px !important;
  }
  .header .nav_server a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 55px;
    margin-bottom: 0px !important;
    border-bottom: 1px solid #eff5ff;
  }
}

.header .nav_server li a {
  margin-bottom: 6px;
}

@media (max-width: 1200px) {
  .header .nav_server {
    width: 100%;
    padding: 10px 30px;
  }
}

.header .nav_server li {
  margin-bottom: 28px;
}

.header .nav_server li:last-of-type {
  margin-bottom: 0;
}

.header .nav_server .h4 {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

@media (max-width: 1200px) {
  .header .nav_server .h4 {
    padding: 0 !important;
  }
}

.header .nav_server .h4:hover {
  color: #0069ea;
}

.header .nav_server .link_box {
  display: flex;
  align-items: center;
  margin-top: 12px;
}

.header .nav_server .link_box a {
  font-size: 12px;
  font-weight: 400;
  color: #333333;
  line-height: 17px;
  margin-right: 15px;
}

.header .nav_server .link_box a:hover {
  color: #0069ea;
}

.header .nav_server .link_box a:last-of-type {
  margin-right: 0;
}

@media (max-width: 1200px) {
  .header .pc_nav_programme {
    display: none;
  }
}

.header .nav_programme {
  width: 625px;
  padding: 0;
}

@media (max-width: 1200px) {
  .header .nav_programme .pc_nav_programme {
    display: none;
  }
}

.header .nav_programme li {
  display: flex;
  align-items: unset;
}

.header .nav_programme .nav_programme_left {
  width: 190px;
  background: #eff5ff;
  padding-top: 10px;
  height: 367px;
}

.header .nav_programme .nav_programme_left a {
  padding-left: 30px;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
  height: 60px;
}

.header .nav_programme .nav_programme_left a.active {
  color: #0069ea;
  background-color: rgba(0, 105, 234, 0.1);
}

.header .nav_programme .nav_programme_left a img {
  max-width: 40px;
  margin-right: 15px;
}

.header .nav_programme .nav_programme_right {
  width: 435px;
}

.header .nav_programme .nav_programme_right .item_box {
  display: none;
}

.header .nav_programme .nav_programme_right .item_box.item_box01 {
  padding: 33px 66px 0 50px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.header .nav_programme .nav_programme_right .item_box.item_box01 .item {
  margin-bottom: 25px;
  margin-right: 30px;
  min-width: 60px;
}

.header
  .nav_programme
  .nav_programme_right
  .item_box.item_box01
  .item:nth-of-type(3n) {
  margin-right: 0;
}

.header .nav_programme .nav_programme_right .item_box.item_box01 .item h5 {
  font-size: 12px;
  font-weight: 400;
  color: #757987;
  line-height: 17px;
  margin-top: 0;
  margin-bottom: 12px;
}

.header .nav_programme .nav_programme_right .item_box.item_box01 .item a {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
  display: block;
  margin-bottom: 15px;
}

.header .nav_programme .nav_programme_right .item_box.item_box01 .item a:hover {
  color: #0069ea;
}

.header .nav_programme .nav_programme_right .item_box.item_box02 {
  padding: 30px 60px 0 40px;
  flex-wrap: wrap;
}

.header .nav_programme .nav_programme_right .item_box.item_box02 a {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
  margin-right: 65px;
  margin-bottom: 40px;
  display: flex;
}

.header .nav_programme .nav_programme_right .item_box.item_box02 a img {
  display: block;
}

.header .nav_programme .nav_programme_right .item_box.item_box02 a img.hover {
  display: none;
}

.header .nav_programme .nav_programme_right .item_box.item_box02 a:hover {
  color: #0069ea;
}

.header .nav_programme .nav_programme_right .item_box.item_box02 a:hover img {
  display: none;
}

.header
  .nav_programme
  .nav_programme_right
  .item_box.item_box02
  a:hover
  img.hover {
  display: block;
}

.header
  .nav_programme
  .nav_programme_right
  .item_box.item_box02
  a:nth-of-type(3n) {
  margin-right: 0;
}

.header .nav_programme .nav_programme_right .item_box.item_box02 a img {
  max-width: 24px;
  margin-right: 12px;
}

.header .nav_programme .nav_programme_right .item_box.active {
  display: flex;
}

.header .m_nav_programme {
  display: none;
}

@media (max-width: 1200px) {
  .header .m_nav_programme {
    display: block;
  }
  .header .m_nav_programme > .dropdown-menu {
    margin: 0;
    padding: 0;
  }
  .header .m_nav_programme .s-dropdown {
    background: #fff;
  }
  .header .m_nav_programme .s-dropdown .s-toggle {
    border-bottom: 1px solid #ceddf2;
  }
  .header .m_nav_programme .s-dropdown:last-of-type {
    border: none;
  }
  .header .m_nav_programme .s-dropdown > a {
    margin: 0 30px !important;
    padding: 15px 0 !important;
  }
  .header .m_nav_programme .s-dropdown.open > a {
    color: #0069ea !important;
  }
  .header .m_nav_programme .t-dropdown {
    background: #fff;
  }
  .header .m_nav_programme .t-dropdown > a {
    margin: 0 30px 0 30px !important;
    padding: 15px 0 15px 15px !important;
    position: relative;
  }
  .header .m_nav_programme .t-dropdown > a:after {
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    left: 5px;
    top: 22px;
    background-color: #333;
    border-radius: 4px;
  }
  .header .m_nav_programme .t-dropdown.open > a {
    color: #0069ea !important;
  }
  .header .m_nav_programme .t-dropdown.open > a:after {
    background-color: #0069ea;
  }
  .header .m_nav_programme .t-dropdown .multi-dropdown {
    background-color: #eff5ff;
  }
  .header .m_nav_programme .t-dropdown .multi-dropdown a {
    padding: 10px 50px !important;
  }
  .header .m_nav_programme .m-scene-programme .dropdown-menu a {
    padding-left: 35px !important;
  }
  .header .m_nav_programme .m-scene-programme .dropdown-menu img {
    width: 24px;
    margin-right: 12px;
  }
}

.header .head_link_box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

@media (max-width: 768px) {
  .header .head_link_box {
    display: none;
  }
}

@media (max-width: 900px) {
  .header .head_link_box {
    display: none;
  }
}

.header .head_link_box .lang .dropdown-toggle {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
}

@media (max-width: 1200px) {
  .header .head_link_box .lang .dropdown-toggle {
    font-size: 14px;
  }
}

.header .head_link_box .lang .dropdown-menu {
  top: 45px;
  min-width: 100px;
}

.header .head_link_box .lang .dropdown-menu li a {
  font-size: 14px;
  line-height: 28px;
}

.header .head_link_box .lang .dropdown-menu li a:hover {
  color: #0069ea;
}

/* footer */

.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 400px;
  width: 100%;
  background: #050505;
}

.footer .footer_container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 1170px;
  margin-top: 70px;
}

.footer .fr_phone {
  display: flex;
  flex-direction: column;
}

.footer .fr_phone div {
  margin: 0 !important;
}

.footer .fr_phone div i {
  font-size: 18px;
  position: relative;
  top: -4px;
  color: #ffffff;
  opacity: 0.5;
}

.footer .fr_phone img {
  width: 104px;
  height: 40px;
  margin-bottom: 28px;
}

.footer .fr_phone span {
  height: 17px;
  margin: 0 0 27px 16px;
  font-size: 12px;
  font-family: "PingFang-SC";
  font-weight: 400;
  color: #ffffff;
  line-height: 17px;
  opacity: 0.8;
}

.footer .fr_link {
  display: flex;
  flex-direction: row;
}

.footer .fr_link ul {
  margin-right: 132px;
}

.footer .fr_link li {
  margin-bottom: 13px;
}

.footer .fr_link h4 {
  height: 22px;
  margin-bottom: 22px;
  font-size: 16px;
  font-family: "PingFang-SC";
  font-weight: 400;
  color: #ffffff;
  line-height: 22px;
  opacity: 0.9;
}

.footer .fr_link a {
  height: 17px;
  font-size: 12px;
  font-family: "PingFang-SC";
  font-weight: 400;
  color: #ffffff;
  line-height: 17px;
}

.footer .fr_link a span {
  height: 17px;
  font-size: 12px;
  font-family: "PingFang-SC";
  font-weight: 400;
  color: #ffffff;
  line-height: 17px;
  opacity: 0.6;
}

.footer .footer_line {
  width: 1170px;
  height: 1px;
  background: #6c6c6c;
}

.footer .other_link {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: 1170px;
}

.footer .other_link .link_left span {
  height: 17px;
  font-size: 12px;
  font-family: "PingFang-SC";
  font-weight: 400;
  color: #ffffff;
  opacity: 0.8;
}

.footer .other_link .link_left a {
  height: 17px;
  font-size: 12px;
  font-family: "PingFang-SC";
  font-weight: 400;
  color: #ffffff;
  opacity: 0.8;
}

.footer .other_link .link_right span {
  height: 17px;
  font-size: 12px;
  font-family: "PingFang-SC";
  font-weight: 400;
  color: #ffffff;
  line-height: 17px;
  opacity: 0.8;
}

@media (max-width: 1200px) {
  .footer .footer_container {
    width: 900px;
  }
  .footer .fr_link ul {
    margin-right: 60px;
  }
  .footer .footer_line {
    width: 900px;
  }
  .footer .other_link {
    width: 900px;
  }
}

@media (max-width: 900px) {
  .footer .footer_container {
    width: 770px;
  }
  .footer .fr_link ul {
    margin-right: 60px;
  }
  .footer .footer_line {
    width: 770px;
  }
  .footer .other_link {
    width: 770px;
  }
}

@media (max-width: 768px) {
  .mobilie_footer {
    height: 322px;
    width: 100%;
    box-sizing: border-box;
    padding: 25px 20px 0 20px;
    background: #050505;
  }
  .mobilie_footer .mobile_footer_top {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .mobilie_footer .mobile_footer_top img {
    height: 32px;
  }
  .mobilie_footer .mobile_footer_top p {
    width: 56%;
    font-size: 10px;
    font-family: "PingFang-SC";
    font-weight: 400;
    color: #ffffff;
    line-height: 14px;
    text-align: end;
  }
  .mobilie_footer .mobile_footer_bottom {
    display: flex;
    flex-direction: column;
  }
  .mobilie_footer .mobile_footer_bottom i {
    position: relative;
    top: 4px;
    margin-right: 14px;
    font-size: 24px;
    color: #ffffff;
    opacity: 0.4;
  }
  .footer_line {
    height: 1px;
    margin: 24px 0 34px 0;
    background: #515151;
  }
  .mobilie_footer .mobile_footer_bottom span {
    margin-bottom: 28px;
    font-size: 12px;
    font-family: "PingFang-SC";
    font-weight: 400;
    color: #ffffff;
    line-height: 17px;
  }
}
