@font-face {
  font-family: FZTCGHJW;
  src: url("/static/fonts/FZTCGHJW.TTF");
}
@font-face {
  font-family: FZLTHJW;
  src: url("/static/fonts/FZLTHJW.TTF");
}
html,
body {
  font-family: "FZLTHJW", "FZTCGHJW", sans-serif;
}
body,
div,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
legend,
input,
textarea,
p,
th,
td,
hr,
button,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}
ul,
ol {
  list-style: none;
}
body video {
  display: block;
}
.text-center {
  text-align: center;
}
a {
  transition: color 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}
h1,
h2,
h3,
h4 {
  color: #404040;
}
#react-content {
  width: 100%;
  overflow: hidden;
}
#page-404 {
  min-height: 680px;
  text-align: center;
  padding-top: 10%;
  color: #999;
}
#page-404 h1 {
  text-shadow: -1px -1px 4px #666;
  font-size: 200px;
}
#nprogress .bar {
  background: #0152a1;
}
#nprogress .peg {
  box-shadow: 0 0 10px #0152a1, 0 0 5px #0152a1;
}
#nprogress .spinner-icon {
  border-top-color: #0152a1;
  border-left-color: #0152a1;
}
#cnzz_stat_icon_1274237506 {
  display: none;
}
.download {
  display: flex;
  flex-direction: column;
  background: #f3f3f3;
  max-width: 1200px;
  margin: auto;
}
.download h1 {
  line-height: initial;
  top: auto;
  margin-top: 40px;
  text-align: center;
}
.download h1 .title-en,
.download h1 .title-cn {
  display: block;
}
.download h1 .title-en {
  color: rgba(0, 0, 0, 0.14);
  font-size: 22px;
  font-weight: 900;
}
.download .content .item {
  background: #fff;
  border-radius: 5px;
  padding: 50px 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px;
}
.download .content .item img {
  width: 86px;
  height: 86px;
}
.download .content .item span {
  margin-left: 14px;
}
@media screen and (max-width: 767px) {
  .download .content .item {
    flex-direction: column;
  }
  .download .content .item .app-info {
    margin-bottom: 16px;
  }
}
.content-wrapper > .tween-one-leaving,
.queue-anim-leaving {
  position: absolute !important;
  width: 100%;
}
.video {
  max-width: 800px;
}
.templates-wrapper {
  user-select: none;
}
.is-edit * {
  pointer-events: none;
}
#react-content {
  min-height: 100%;
}
.common_banner {
  height: 300px;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  padding-left: 10%;
  justify-content: center;
}
.common_banner .title p {
  color: #fff;
  font-size: 30px;
}
.custom_banner {
  position: relative;
}
.custom_banner .user-thumb {
  overflow: hidden;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom_banner .user-thumb > span {
  width: 65px;
  height: 100%;
  padding: 5px;
}
.custom_banner .user-thumb > span.active i {
  background: #fff;
}
.custom_banner .user-thumb > span i {
  display: block;
  width: 55px;
  height: 2px;
  background: rgba(255, 255, 255, 0.2);
}
.common_column {
  font-size: 16px;
  color: #111;
  font-weight: 500;
}
.ant-table-thead .common_column {
  background: #f2f2f2;
  height: 48px;
}
.ant-table-thead > tr > th {
  padding: 0 16px;
}
.ant-table-thead > tr > th:not(:last-child):not(.ant-table-selection-column):not(
    .ant-table-row-expand-icon-cell
  ):not([colspan]):before {
  content: none;
}
@media screen and (max-width: 767px) {
  .common_banner {
    padding-left: 10px;
    padding-top: 20px;
    justify-content: flex-start;
  }
  .common_banner .title p {
    color: #fff;
    font-size: 20px;
  }
  .custom_banner .user-thumb > span {
    width: 40px;
    padding: 5px;
  }
  .custom_banner .user-thumb > span i {
    width: 30px;
  }
}
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.header {
  height: 66px;
  background: #fff;
  color: #fff;
  width: 100%;
  z-index: 970;
  position: relative;
  top: 0;
}
.header-logo {
  display: flex;
  align-items: center;
  position: absolute;
  left: 4%;
  height: 100%;
}
.header-logo img {
  width: 224px;
  vertical-align: middle;
  display: inline-block;
}
.header-logo a {
  display: block;
}
.header-logo .name {
  font-size: 24px;
  color: #fff;
  margin-left: 8px;
}
.header-nav {
  float: right;
  margin-right: 4%;
  line-height: 64px;
  position: relative;
}
.header-nav .ant-menu-horizontal {
  height: 40px;
  border-bottom-color: transparent;
}
.header-nav .ant-menu {
  background: transparent;
  line-height: 62px;
}
.header-nav .ant-menu li {
  float: left;
  text-align: center;
  min-width: 40px;
  border-top: none;
}
.header-nav .ant-menu-horizontal > .ant-menu-item-active {
  color: #0152a1;
  border-bottom-color: transparent;
}
.header-nav .language-picker {
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .header-logo {
    z-index: 101;
  }
  .header-logo img {
    width: 224px;
  }
  .header-nav {
    display: none;
  }
  .header-phone-nav {
    width: 16px;
    height: 14px;
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 20px;
  }
  .header-phone-nav-bar {
    position: relative;
    z-index: 100;
  }
  .header-phone-nav-bar em {
    display: block;
    width: 100%;
    height: 2px;
    background: #363b3e;
    margin-top: 4px;
    transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .header-phone-nav-bar :first-child {
    margin-top: 0;
  }
  .header-phone-nav.open .header-phone-nav-bar em {
    background: #fff;
  }
  .header-phone-nav.open .header-phone-nav-bar em:nth-child(1) {
    transform: translateY(6px) rotate(45deg);
  }
  .header-phone-nav.open .header-phone-nav-bar em:nth-child(2) {
    opacity: 0;
  }
  .header-phone-nav.open .header-phone-nav-bar em:nth-child(3) {
    transform: translateY(-6px) rotate(-45deg);
  }
  .header-phone-nav.open .header-phone-nav-text {
    opacity: 1;
    pointer-events: auto;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .header-phone-nav-text {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding-top: 64px;
    opacity: 0;
    transition: opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    pointer-events: none;
    background: #404040;
  }
  .header-phone-nav-text .ant-menu-item-selected {
    border: none;
  }
}
.footerWrapper {
  background: #f7f7f7;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 15%;
}
.footerWrapper .footer {
  width: 100%;
  padding: 26px 0 20px;
  display: flex;
  justify-content: space-between;
}
.footerWrapper .footer .item {
  display: flex;
  flex-direction: column;
}
.footerWrapper .footer .item .title {
  margin-bottom: 15px;
  color: #333;
  font-size: 20px;
}
.footerWrapper .footer .item .list-item a {
  margin-bottom: 15px;
  color: #666;
  font-size: 16px;
}
.footerWrapper .footer .item a:hover {
  color: #0152a1;
  transition-property: all;
  transition-duration: 0.3s;
  transition-timing-function: ease;
  transition-delay: 0s;
}
.footerWrapper .footer .item .contact .email,
.footerWrapper .footer .item .contact .phone {
  color: #333;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.footerWrapper .footer .item .contact .email .left,
.footerWrapper .footer .item .contact .phone .left {
  margin-right: 15px;
}
.footerWrapper .footer .item .contact .phone {
  margin-top: 12px;
}
.footerWrapper .footer .item .contact .email {
  margin-top: 20px;
}
.footerWrapper .footer .item-qr {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #333;
  font-size: 14px;
}
.footerWrapper .footer .item-qr img {
  width: 100px;
  height: 100px;
  margin-bottom: 7px;
}
.footerWrapper .footer .item-qr .qr:hover {
  transform: scale(1.3);
}
.footerWrapper .copyright {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 15px;
  color: #757474;
  font-size: 14px;
}
.footerWrapper .copyright a {
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .footerWrapper {
    padding: 0 10px;
  }
  .footerWrapper .footer .ant-col {
    margin-bottom: 10px;
  }
  .footerWrapper .footer .item .contact .email .left,
  .footerWrapper .footer .item .contact .phone .left {
    margin-right: 5px;
  }
  .footerWrapper .footer .item-qr img {
    width: 120px;
    height: 120px;
  }
}
.breadcrumb_container {
  min-width: 700px;
  height: 54px;
  background: #f7f7f7;
  display: flex;
  align-items: center;
  padding: 0 35px;
  padding-left: 15%;
  padding-right: 15%;
  border-bottom: 1px solid #eee;
}
.breadcrumb_container .left_image {
  background: url("/images/home_location.png") center;
  background-size: cover;
  background-position: center;
  height: 18px;
  width: 14px;
  margin-right: 14px;
}
.breadcrumb_container .left_container {
  flex: 1;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.breadcrumb_container .left_container .left_item {
  display: flex;
  align-items: center;
}
.breadcrumb_container .left_container .left_link_item,
.breadcrumb_container .left_container .left_link_item_selected {
  margin: 0 18px;
}
.breadcrumb_container .left_container .left_item:first-child .left_link_item,
.breadcrumb_container .left_container .left_item:first-child .left_link_item_selected {
  margin-left: 0;
}
.breadcrumb_container .left_container .left_item:last-child .left_link_item,
.breadcrumb_container .left_container .left_item:last-child .left_link_item_selected {
  margin-right: 0;
}
.breadcrumb_container .left_container .left_link_item_selected {
  color: #0152a1;
}
.breadcrumb_container .left_container .left_link_item {
  color: #333;
}
.breadcrumb_container .right_container .right_container_pc {
  margin-top: 14px;
  display: flex;
}
.breadcrumb_container .right_container .right_container_pc .right_link_item,
.breadcrumb_container .right_container .right_container_pc .right_link_item_selected {
  padding-bottom: 10px;
  margin-left: 30px;
  font-size: 16px;
}
.breadcrumb_container .right_container .right_container_pc .right_link_item {
  color: #111;
}
.breadcrumb_container .right_container .right_container_pc .right_link_item_selected {
  color: #004d9f;
  border-bottom: 2px solid #0152a1;
}
.breadcrumb_container .right_container .right_container_phone {
  padding: 0 10px;
  position: relative;
}
.breadcrumb_container .right_container .right_container_phone .right_text_container {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #111;
}
.breadcrumb_container .right_container .right_container_phone .right_list {
  transition: opacity 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.15);
  left: 0;
  width: 100%;
  z-index: 100;
  background: #fff;
  position: absolute;
  top: 40px;
  display: flex;
  flex-direction: column;
}
.breadcrumb_container .right_container .right_container_phone .right_list .right_link_item,
.breadcrumb_container .right_container .right_container_phone .right_list .right_link_item_selected {
  margin: 0 10px;
  text-align: center;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  border-bottom: 1px solid #eee;
}
.breadcrumb_container .right_container .right_container_phone .right_list .right_link_item {
  color: #111;
}
.breadcrumb_container .right_container .right_container_phone .right_list .right_link_item_selected {
  color: #004d9f;
}
@media screen and (max-width: 767px) {
  .breadcrumb_container {
    min-width: auto;
    padding: 10px;
  }
  .breadcrumb_container .left_image {
    margin-right: 10px;
  }
  .breadcrumb_container .left_container .left_link_item,
  .breadcrumb_container .left_container .left_link_item_selected {
    margin: 0 10px;
  }
}
.exception {
  display: flex;
  align-items: center;
  height: 100%;
}
.exception .imgBlock {
  flex: 0 0 62.5%;
  width: 62.5%;
  padding-right: 152px;
  zoom: 1;
}
.exception .imgBlock:before,
.exception .imgBlock:after {
  content: ' ';
  display: table;
}
.exception .imgBlock:after {
  clear: both;
  visibility: hidden;
  font-size: 0;
  height: 0;
}
.exception .imgEle {
  height: 360px;
  width: 100%;
  max-width: 430px;
  float: right;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
.exception .content {
  flex: auto;
}
.exception .content h1 {
  color: #434e59;
  font-size: 72px;
  font-weight: 600;
  line-height: 72px;
  margin-bottom: 24px;
}
.exception .content .desc {
  color: rgba(0, 0, 0, 0.45);
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 16px;
}
.exception .content .actions button:not(:last-child) {
  margin-right: 8px;
}
.nomatch {
  background: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 100;
  left: 100;
  right: 0;
  bottom: 0;
  z-index: 100;
}
@media screen and (max-width: 1200px) {
  .exception .imgBlock {
    padding-right: 88px;
  }
}
@media screen and (max-width: 576px) {
  .exception {
    display: block;
    text-align: center;
  }
  .exception .imgBlock {
    padding-right: 0;
    margin: 0 auto 24px;
  }
}
@media screen and (max-width: 480px) {
  .exception .imgBlock {
    margin-bottom: -24px;
    overflow: hidden;
  }
}
.bottom_page {
  background: #fff;
  padding: 25px 0;
  display: flex;
  justify-content: center;
}
.home_banner {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .home_banner .banner-anim-arrow-default {
    display: none;
  }
}
.home_solution {
  background: #fff;
  min-width: 1000px;
  padding-bottom: 20px;
  padding-top: 30px;
}
.home_solution > h1 {
  text-align: center;
  font-weight: normal;
}
.home_solution h1 .title-en,
.home_solution h1 .title-cn {
  display: block;
  font-size: 26px;
  color: #333;
}
.home_solution h1 .title-en {
  color: rgba(102, 102, 102, 0.12);
  margin-top: -30px;
}
.home_solution .ant-row {
  margin-top: 40px;
  display: flex;
  padding: 0 15%;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.home_solution .ant-row .ant-col {
  border-right: 1px solid #f0f0f0;
}
.home_solution .ant-row .ant-col .home_item {
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 12px;
  padding-bottom: 35px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
.home_solution .ant-row .ant-col .home_item .imgContainer {
  height: 90px;
  display: flex;
  align-items: center;
}
.home_solution .ant-row .ant-col .home_item .title {
  margin-top: 23px;
  font-size: 24px;
  color: #111;
  margin-bottom: 17px;
}
.home_solution .ant-row .ant-col .home_item .detail {
  font-size: 16px;
  color: #333;
  text-align: center;
}
.home_solution .ant-row .ant-col .home_item:hover {
  transform: scale(1.06) !important;
  background: rgba(15, 79, 129, 0.03);
}
.home_solution .ant-row .ant-col:last-child {
  border-right: none;
}
@media screen and (max-width: 767px) {
  .home_solution {
    min-width: auto;
  }
  .home_solution .ant-row .ant-col {
    border-right: none;
    border-bottom: 1px solid #f0f0f0;
  }
  .home_solution .ant-row .ant-col:last-child {
    border-bottom: none;
  }
}
.company_profile {
  min-width: 1000px;
  padding: 45px 15% 35px;
  background: #fff;
}
.company_profile .image_container {
  margin-top: 35px;
  height: auto;
  width: 100%;
}
.company_profile .image_container .custom_banner {
  height: 450px;
}
@media screen and (max-width: 767px) {
  .company_profile {
    min-width: auto;
    padding: 25px 10px 15px;
  }
  .company_profile .image_container {
    margin-top: 15px;
  }
  .company_profile .image_container .custom_banner {
    height: 200px;
  }
}
.about_management {
  min-width: 1000px;
  padding: 40px 15%;
}
.about_management .about_management_item {
  background-image: url("/images/icon_bg_idea_item.png");
  background-size: cover;
  background-position: center;
  height: 208px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 55px;
  margin-top: 15px;
}
.about_management .about_management_item .idea_title_cn {
  color: #0152a1;
  font-size: 22px;
  font-weight: 500;
}
.about_management .about_management_item .idea_title_en {
  margin-top: -5px;
  color: rgba(102, 102, 102, 0.66);
  font-size: 14px;
  font-weight: 500;
}
.about_management .about_management_item .idea_detail {
  margin-top: 22px;
  color: #111;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .about_management {
    min-width: auto;
    padding: 20px 10px;
  }
  .about_management .ant-col:first-child .about_management_item {
    margin-top: 0;
  }
  .about_management .about_management_item {
    height: 140px;
    padding-left: 30px;
  }
  .about_management .about_management_item .idea_detail {
    margin-top: 10px;
  }
}
.solution_home {
  background: #0860bb;
  min-width: 1000px;
  display: flex;
  padding: 0 15%;
  overflow: hidden;
}
.solution_home .solution_home_item {
  padding: 50px 0 40px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: box-shadow 0.3s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.solution_home .solution_home_item .solution_title {
  margin-top: 15px;
  color: #fff;
  font-size: 20px;
}
.solution_home .solution_home_item:hover {
  transform: scale(1.1) !important;
  background: #076cd6;
}
@media screen and (max-width: 767px) {
  .solution_home {
    min-width: auto;
    padding: 0 10px;
  }
  .solution_home .solution_home_item {
    padding: 30px 0 20px;
  }
  .solution_home .solution_home_item .solution_title {
    margin-top: 5px;
    color: #fff;
    font-size: 13px;
  }
}
.solution_detail {
  background: #fff;
  min-width: 1000px;
  padding: 15px 15% 35px;
}
.solution_detail .search_solution_content {
  display: flex;
  flex-direction: column;
}
.solution_detail .search_solution_content .serch_container {
  width: 250px;
  height: 60px;
  border-top: 8px solid #0152a3;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f9f9f9;
}
.solution_detail .search_solution_content .serch_container .search {
  width: 220px;
  height: 46px;
  margin-top: 10px;
}
.solution_detail .search_solution_content .ant-tabs > .ant-tabs-nav {
  width: 250px;
}
.solution_detail .search_solution_content .ant-tabs-tab {
  padding: 17px 0 17px 20px;
  background: #f9f9f9;
  margin: 0;
}
.solution_detail .search_solution_content .ant-tabs-left > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab {
  margin: 0;
}
.solution_detail .search_solution_content .ant-tabs-left > .ant-tabs-content-holder > .ant-tabs-content > .ant-tabs-tabpane {
  padding-left: 15px;
}
.solution_detail .search_solution_content .ant-tabs-left > .ant-tabs-content-holder {
  border-left: none;
  margin-top: -60px;
}
.solution_detail .solution_tab_content {
  display: flex;
  flex-direction: column;
}
.solution_detail .solution_tab_content .title_container {
  display: flex;
  margin-bottom: 15px;
}
.solution_detail .solution_tab_content .content_container {
  display: flex;
  flex-direction: column;
  height: auto;
  overflow: auto;
}
.solution_detail .solution_tab_content .content_container .list_container {
  padding-top: 20px;
}
.solution_detail .solution_tab_content .content_container .list_container .ant-list-split .ant-list-item {
  border-bottom: none;
}
.solution_detail .solution_tab_content .content_container .list_container .ant-list {
  height: 100%;
  overflow: auto;
  font-size: 16px;
}
.solution_detail .solution_tab_content .content_container .list_container .ant-list .ant-list-item {
  padding: 5px 10px;
  color: #111;
  font-size: 16px;
}
.solution_detail .solution_tab_content .content_container .list_container .ant-list .list_title {
  font-size: 20px;
  font-weight: 500;
  color: #0152a1;
}
.solution_detail .solution_tab_content .content_container .list_container .ant-list::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 2px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 200px;
}
.solution_detail .solution_tab_content .content_container .list_container .ant-list::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 1px;
  background: #0152a1;
}
.solution_detail .solution_tab_content .content_container .list_container .ant-list::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  border-radius: 1px;
  background: #e0e0e0;
}
@media screen and (max-width: 767px) {
  .solution_detail {
    min-width: auto;
    padding: 15px 10px 35px;
  }
  .solution_detail .search_solution_content .serch_container {
    background: #fff;
    border-top: none;
    width: 230px;
    height: 50px;
  }
  .solution_detail .search_solution_content .serch_container .search {
    width: 230px;
    margin-top: 0;
  }
  .solution_detail .search_solution_content .ant-tabs > .ant-tabs-nav {
    width: auto;
  }
  .solution_detail .search_solution_content .ant-tabs-tab {
    padding: 10px;
    background: #fff;
  }
}
.contact_method {
  min-width: 1000px;
  padding: 60px 15% 0;
  background: #fff;
}
.contact_method .ant-row {
  margin-top: 50px;
}
.contact_method .connect_us_item {
  height: 275px;
  background: rgba(15, 79, 129, 0.03);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  margin-bottom: 30px;
}
.contact_method .connect_us_item .contact_us_item_image {
  width: 84px;
  height: 84px;
}
.contact_method .connect_us_item .contact_us_item_title {
  margin-top: 35px;
  color: #0152a1;
  font-size: 18px;
}
.contact_method .connect_us_item .contact_us_item_value {
  margin-top: 5px;
  color: #333;
  font-size: 16px;
  padding: 0 10px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact_method {
    min-width: auto;
    padding: 20px 10px 0;
  }
  .contact_method .ant-row {
    margin-top: 20px;
  }
  .contact_method .connect_us_item {
    margin-bottom: 10px;
    height: 180px;
  }
  .contact_method .connect_us_item .contact_us_item_image {
    width: 65px;
    height: 65px;
  }
  .contact_method .connect_us_item .contact_us_item_title {
    margin-top: 15px;
  }
  .contact_method .connect_us_item .contact_us_item_value {
    margin-top: 2px;
  }
}
.work_environment {
  min-width: 1000px;
  padding: 50px 15%;
  background: #fff;
}
.work_environment .work_environment_detail {
  width: 100%;
  color: #333;
  font-size: 14px;
  margin-top: 3px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .work_environment {
    min-width: auto;
    padding: 20px 10px;
  }
  .work_environment .work_environment_detail {
    margin-bottom: 20px;
  }
}
.salary_welfare {
  min-width: 1000px;
  padding: 50px 15%;
  background: #fff;
}
.salary_welfare .salary_welfare_detail {
  width: 100%;
  color: #333;
  font-size: 14px;
  margin-top: 3px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
}
.salary_welfare .welfare_content {
  display: flex;
  flex-direction: column;
  margin-bottom: 35px;
}
.salary_welfare .welfare_content .welfare_item {
  padding: 0 50px 0 25px;
  display: flex;
  align-items: center;
}
.salary_welfare .welfare_content .welfare_item .left img {
  width: 36px;
  height: 36px;
}
.salary_welfare .welfare_content .welfare_item .left .left_img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #0152a1;
}
.salary_welfare .welfare_content .welfare_item .right {
  padding: 20px 0;
  flex: 1;
  margin-left: 7px;
  display: flex;
  align-items: center;
  border-bottom: 1px dashed #e2e2e2;
}
.salary_welfare .welfare_content .welfare_item .right .split_line {
  width: 26px;
  height: 2px;
  background: #0152a1;
  margin-right: 13px;
}
.salary_welfare .welfare_content .welfare_item .right .content {
  flex: 1;
  color: #333;
  font-size: 14px;
}
.salary_welfare .welfare_content .welfare_item:last-child .right {
  border-bottom: none;
}
.salary_welfare .ant-row {
  overflow: hidden;
  padding: 0 50px 0 25px;
}
.salary_welfare .img_welfare {
  overflow: hidden;
}
.salary_welfare .img_welfare img {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.salary_welfare .img_welfare:hover img {
  transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  .salary_welfare {
    min-width: auto;
    padding: 20px 10px;
  }
  .salary_welfare .salary_welfare_detail {
    margin-bottom: 10px;
  }
  .salary_welfare .welfare_content .welfare_item {
    padding: 0 10px;
  }
  .salary_welfare .welfare_content .welfare_item .right {
    padding: 10px 0;
  }
  .salary_welfare .ant-col {
    display: flex;
    margin-bottom: 15px;
    width: 100%;
    justify-content: center;
  }
}
.news_list {
  min-width: 1000px;
  padding: 0 15%;
  background: #fff;
}
.news_list .news_list_content {
  display: flex;
  flex-direction: column;
}
.news_list .news_list_content .news_item_first,
.news_list .news_list_content .news_item_other {
  padding: 20px 20px 40px 0;
  border-bottom: 1px solid #eee;
  display: flex;
  align-items: center;
}
.news_list .news_list_content .news_item_first .left,
.news_list .news_list_content .news_item_other .left,
.news_list .news_list_content .news_item_first .right,
.news_list .news_list_content .news_item_other .right {
  display: flex;
  flex-direction: column;
}
.news_list .news_list_content .news_item_first .left .new_title,
.news_list .news_list_content .news_item_other .left .new_title,
.news_list .news_list_content .news_item_first .right .new_title,
.news_list .news_list_content .news_item_other .right .new_title {
  width: 100%;
  color: #111;
  font-size: 24px;
  margin-bottom: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news_list .news_list_content .news_item_first .left .new_content,
.news_list .news_list_content .news_item_other .left .new_content,
.news_list .news_list_content .news_item_first .right .new_content,
.news_list .news_list_content .news_item_other .right .new_content {
  width: 100%;
  color: #333;
  font-size: 14px;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.news_list .news_list_content .news_item_first .right,
.news_list .news_list_content .news_item_other .right {
  margin-left: 30px;
  flex: 1;
  overflow: hidden;
}
.news_list .news_list_content .news_item_first .right .right_bottom,
.news_list .news_list_content .news_item_other .right .right_bottom {
  width: 100%;
  display: flex;
  align-items: center;
  margin-top: 10px;
  justify-content: space-between;
}
.news_list .news_list_content .news_item_first .right .right_bottom .date_container,
.news_list .news_list_content .news_item_other .right .right_bottom .date_container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.news_list .news_list_content .news_item_first .left,
.news_list .news_list_content .news_item_other .left {
  margin-right: 70px;
  flex: 1;
  overflow: hidden;
}
.news_list .news_list_content .news_item_first .right_date,
.news_list .news_list_content .news_item_other .right_date {
  height: 160px;
  margin-left: 35px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
}
.news_list .news_list_content .news_item_first .right_date .date_container,
.news_list .news_list_content .news_item_other .right_date .date_container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.news_list .news_list_content .news_item_first .month_day,
.news_list .news_list_content .news_item_other .month_day {
  color: #333;
  font-size: 32px;
  font-weight: 500;
}
.news_list .news_list_content .news_item_first .year,
.news_list .news_list_content .news_item_other .year {
  color: #666;
  font-size: 16px;
  margin-top: -5px;
}
@media screen and (max-width: 767px) {
  .news_list {
    min-width: auto;
    padding: 0 10px;
  }
  .news_list .news_list_content .news_item_first {
    padding: 20px 10px 30px;
    flex-direction: column;
  }
  .news_list .news_list_content .news_item_first .right {
    margin-left: 0;
    margin-top: 20px;
    width: 100%;
  }
  .news_list .news_list_content .news_item_first .right .new_title {
    margin-bottom: 5px;
  }
  .news_list .news_list_content .news_item_first .right .new_content {
    margin-bottom: 0px;
  }
}
.news_content {
  min-width: 1000px;
  padding: 50px 15% 0;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.news_content .news_title {
  font-size: 26px;
  color: #111;
  margin-bottom: 5px;
  width: 100%;
  word-wrap: break-word;
  text-align: center;
}
.news_content .news_release {
  font-size: 16px;
  color: #999;
  margin-bottom: 30px;
}
.news_content .news_detail_bottom {
  width: 100%;
  margin-top: 30px;
  padding: 30px 0;
  display: flex;
  justify-content: flex-end;
  border-top: 1px solid #eee;
}
.news_content .news_detail_bottom .btn_back {
  cursor: pointer;
  width: 236px;
  height: 66px;
  border: 1px solid #eeeeee;
  border-radius: 33px;
  color: #333;
  font-size: 16px;
  line-height: 66px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .news_content {
    min-width: auto;
    padding: 30px 10px 0;
  }
  .news_content .news_detail_content img {
    max-width: 100%;
    height: auto;
  }
  .news_content .news_detail_bottom {
    margin-top: 20px;
    padding: 15px 0;
  }
  .news_content .news_detail_bottom .btn_back {
    cursor: pointer;
    width: 150px;
    height: 50px;
    border-radius: 25px;
    line-height: 50px;
  }
}
.join_explain {
  min-width: 1000px;
  padding: 45px 15% 30px;
  background: #fff;
}
.join_explain .title {
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.join_explain .title .deliver_resume {
  width: 120px;
  height: 50px;
  border-radius: 25px;
  line-height: 50px;
  text-align: center;
  background: #0152a1;
  font-size: 16px;
  color: #fff;
}
.join_explain p {
  color: #333;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .join_explain {
    min-width: auto;
    padding: 15px 10px 10px;
  }
  .join_explain .title {
    margin-bottom: 10px;
  }
  .join_explain p {
    font-size: 15px;
  }
}
.recruitment_list {
  min-width: 1000px;
  padding: 0 15%;
  background: #fff;
}
.recruitment_list .ant-collapse-borderless,
.recruitment_list .ant-collapse > .ant-collapse-item {
  border-bottom: none;
  background: #fff;
}
.recruitment_list .ant-collapse > .ant-collapse-item > .ant-collapse-header {
  padding: 0;
  height: 88px;
  background: #f7f7f7;
  margin-bottom: 15px;
}
.recruitment_list .ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-header-text {
  height: 100%;
}
.recruitment_list .ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-header-text .ant-collapse-header-container {
  display: flex;
  align-items: center;
  height: 100%;
  color: #666;
  font-size: 16px;
}
.recruitment_list .ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-header-text .ant-collapse-header-container .name {
  width: 260px;
  text-align: center;
  color: #333;
  font-size: 22px;
}
.recruitment_list .ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-header-text .ant-collapse-header-container .split_line {
  height: 60px;
  width: 1px;
  background: #d8d8d8;
}
.recruitment_list .ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-header-text .ant-collapse-header-container .num {
  width: 210px;
  text-align: center;
  margin-right: 20px;
}
.recruitment_list .ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-extra {
  height: 100%;
}
.recruitment_list .ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-extra .ant-collapse-extra-container {
  width: 88px;
  font-size: 16px;
}
.recruitment_list .ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-extra .ant-collapse-extra-container img {
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .recruitment_list {
    min-width: auto;
    padding: 0 10px;
  }
  .recruitment_list .ant-collapse > .ant-collapse-item > .ant-collapse-header {
    height: 70px;
    margin-bottom: 7px;
  }
  .recruitment_list .ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-header-text .ant-collapse-header-container {
    font-size: 12px;
  }
  .recruitment_list .ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-header-text .ant-collapse-header-container .name {
    width: 100px;
    font-size: 14px;
  }
  .recruitment_list .ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-header-text .ant-collapse-header-container .split_line {
    height: 50px;
  }
  .recruitment_list .ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-header-text .ant-collapse-header-container .num {
    width: 100px;
    margin-right: 10px;
  }
  .recruitment_list .ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-header-text .ant-collapse-header-container .work_address {
    text-align: center;
  }
  .recruitment_list .ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-extra .ant-collapse-extra-container {
    width: 70px;
    font-size: 14px;
  }
  .recruitment_list .ant-collapse > .ant-collapse-item > .ant-collapse-header .ant-collapse-extra .ant-collapse-extra-container img {
    margin-right: 5px;
  }
}
.mcu_content {
  background: #fff;
  min-width: 1000px;
  padding-bottom: 35px;
  padding-top: 15px;
}
.mcu_content .mcu_content_container {
  padding: 0 15%;
  display: flex;
  flex-direction: column;
}
.mcu_content .mcu_content_container .serch_container {
  width: 220px;
  height: 60px;
  border-top: 8px solid #0152a3;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f9f9f9;
}
.mcu_content .mcu_content_container .serch_container .search {
  width: 200px;
  height: 46px;
  margin-top: 10px;
}
.mcu_content .mcu_content_container .ant-tabs > .ant-tabs-nav {
  width: 220px;
}
.mcu_content .mcu_content_container .ant-tabs-tab {
  padding: 17px 0 17px 20px;
  background: #f9f9f9;
  margin: 0;
}
.mcu_content .mcu_content_container .ant-tabs-left > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab {
  margin: 0;
}
.mcu_content .mcu_content_container .ant-tabs-left > .ant-tabs-content-holder > .ant-tabs-content > .ant-tabs-tabpane {
  padding-left: 15px;
}
.mcu_content .mcu_content_container .ant-tabs-left > .ant-tabs-content-holder {
  border-left: none;
  margin-top: -60px;
}
.mcu_content .mcu_content_container .common_column {
  font-size: 14px;
  color: #666;
  font-weight: 400;
  text-align: center;
}
.mcu_content .mcu_content_container .ant-table-thead .common_column {
  height: 40px;
}
@media screen and (max-width: 767px) {
  .mcu_content {
    min-width: auto;
  }
  .mcu_content .mcu_content_container {
    padding: 0 10px;
  }
  .mcu_content .mcu_content_container .serch_container {
    background: #fff;
    border-top: none;
    width: 230px;
    height: 50px;
  }
  .mcu_content .mcu_content_container .serch_container .search {
    width: 230px;
    margin-top: 0;
  }
  .mcu_content .mcu_content_container .ant-tabs > .ant-tabs-nav {
    width: auto;
  }
  .mcu_content .mcu_content_container .ant-tabs-tab {
    padding: 10px;
    background: #fff;
  }
}
.mcu_detail {
  background: #fff;
  min-width: 1000px;
  padding-bottom: 40px;
  padding-top: 15px;
}
.mcu_detail .mcu_detail_content {
  padding: 0 15%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mcu_detail .mcu_detail_content .title {
  color: #0152a3;
  font-size: 18px;
  margin-bottom: 17px;
  width: 100%;
}
.mcu_detail .mcu_detail_content .divisionLine {
  width: 100%;
  background: #eee;
  height: 1px;
  margin-bottom: 20px;
}
.mcu_detail .mcu_detail_content .btn_download {
  margin-top: 50px;
  height: 48px;
  width: 152px;
  line-height: 48px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  border-radius: 24px;
  background: #f97904;
}
@media screen and (max-width: 767px) {
  .mcu_detail {
    min-width: auto;
  }
  .mcu_detail .mcu_detail_content {
    padding: 0 10px;
  }
  .mcu_detail .mcu_detail_content .mcu_detail_content_html img {
    max-width: 100%;
    height: auto;
  }
}
.service_tab {
  width: 268px;
  height: 231px;
  background: #f9f9f9;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-around;
  border: 1px solid #eee;
  border-top: 8px solid #0152a3;
  font-size: 16px;
}
.service_tab .tabItemSelected {
  color: #0152a3;
  text-align: center;
}
.service_tab .tabItem {
  color: #111;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .service_tab {
    width: 100%;
    height: 60px;
    flex-direction: row;
  }
}
.service_content {
  min-width: 1000px;
  padding: 30px 15%;
  background: #fff;
  display: flex;
}
.service_content .right_container {
  margin-left: 20px;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .service_content {
    min-width: auto;
    padding: 20px 10px;
    flex-direction: column;
  }
  .service_content .right_container {
    margin-left: 0px;
    margin-top: 20px;
  }
}
.sample_request {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sample_request .title {
  color: #111111;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 25px;
  width: 100%;
}
.sample_request .input_item {
  display: flex;
  flex-direction: column;
  color: #111111;
  font-size: 16px;
}
.sample_request .input_item .input_title {
  margin-bottom: 10px;
}
.sample_request .input_item Input {
  height: 46px;
}
.sample_request .submit {
  margin-top: 28px;
  width: 152px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-radius: 24px;
  background: #0152a3;
  font-size: 16px;
  color: #fff;
}
.service_download {
  display: flex;
  flex-direction: column;
}
.service_download .topContainer {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
.service_download .topContainer .title {
  color: #111111;
  font-size: 20px;
  font-weight: 500;
}
.service_download .topContainer .search {
  width: 310px;
  height: 46px;
}
.service_download tr.ant-table-expanded-row:hover > td,
.service_download tr.ant-table-expanded-row > td {
  background: transparent;
}
.service_download .ant-table-tbody > tr > td {
  border-bottom: none;
}
.service_download .ant-table-row-expand-icon {
  display: none;
}
.service_download .ant-table-row-expand-icon-cell {
  display: none;
}
@media screen and (max-width: 767px) {
  .service_download .topContainer .search {
    width: 250px;
  }
}
.service_download_second {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.service_download_second .ant-table-thead .detail_column {
  background: #333333;
  color: #fff;
}
.service_download_second .ant-table-row-expand-icon {
  display: none;
}
.service_download_second .ant-table-row-expand-icon-cell {
  display: none;
}
.service_download_second .name,
.service_download_second .relative_data {
  color: #0152a3;
  font-size: 20px;
  font-weight: 500;
  width: 100%;
}
.service_download_second .name {
  margin-bottom: 18px;
}
.service_download_second .relative_data {
  margin-bottom: 7px;
}
.service_download_second .download_container {
  background: #0152a3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 152px;
  height: 48px;
  border-radius: 24px;
  margin-bottom: 28px;
  font-size: 16px;
  color: #fff;
}
.service_download_second .divisionLine {
  width: 100%;
  height: 1px;
  background: #eeeeee;
  margin-bottom: 42px;
}
.service_download_second tr.ant-table-expanded-row:hover > td,
.service_download_second tr.ant-table-expanded-row > td {
  background: transparent;
}
.service_download_second .ant-table-tbody > tr > td {
  border-bottom: none;
}
.engineering_change_notice {
  display: flex;
  flex-direction: column;
}
.engineering_change_notice .title {
  font-size: 20px;
  color: #111;
  margin-bottom: 30px;
}
.engineering_change_notice .ant-table-tbody .common_column {
  font-weight: 400;
}
.engineering_change_notice_detail .title {
  font-size: 20px;
  color: #111;
  margin-bottom: 20px;
}
.engineering_change_notice_detail .divisionLine {
  width: 100%;
  height: 1px;
  background: #eee;
}
.engineering_change_notice_detail .engineering_change_notice_detail_content {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .engineering_change_notice_detail .engineering_change_notice_detail_content img {
    max-width: 100%;
    height: auto;
  }
}
.product_content {
  background: #fff;
  min-width: 1000px;
  padding-bottom: 35px;
  padding-top: 15px;
}
.product_content .product_content_container {
  padding: 0 15%;
  display: flex;
  flex-direction: column;
}
.product_content .product_content_container .serch_container {
  width: 220px;
  height: 60px;
  border-top: 8px solid #0152a3;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f9f9f9;
}
.product_content .product_content_container .serch_container .search {
  width: 200px;
  height: 46px;
  margin-top: 10px;
}
.product_content .product_content_container .ant-tabs > .ant-tabs-nav {
  width: 220px;
}
.product_content .product_content_container .ant-tabs-tab {
  padding: 17px 0 17px 20px;
  background: #f9f9f9;
  margin: 0;
}
.product_content .product_content_container .ant-tabs-left > .ant-tabs-nav .ant-tabs-tab + .ant-tabs-tab {
  margin: 0;
}
.product_content .product_content_container .ant-tabs-left > .ant-tabs-content-holder > .ant-tabs-content > .ant-tabs-tabpane {
  padding-left: 15px;
}
.product_content .product_content_container .ant-tabs-left > .ant-tabs-content-holder {
  border-left: none;
  margin-top: -60px;
}
.product_content .product_content_container .common_column {
  font-size: 14px;
  font-weight: 400;
}
.product_content .product_content_container .ant-table-thead .common_column {
  height: 38px;
}
@media screen and (max-width: 767px) {
  .product_content {
    min-width: auto;
  }
  .product_content .product_content_container {
    padding: 0 10px;
  }
  .product_content .product_content_container .serch_container {
    background: #fff;
    border-top: none;
    width: 230px;
    height: 50px;
  }
  .product_content .product_content_container .serch_container .search {
    width: 230px;
    margin-top: 0;
  }
  .product_content .product_content_container .ant-tabs > .ant-tabs-nav {
    width: auto;
  }
  .product_content .product_content_container .ant-tabs-tab {
    padding: 10px;
    background: #fff;
  }
}

/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.qr {
  width: 100px;
  height: 100px;
  margin-right: 8px;
  border-radius: 6px;
}
.qr:hover {
  transform: scale(2);
  z-index: 99;
}
.qrmp {
  width: 100px;
  height: 100px;
  border-radius: 6px;
}
.qrmp:hover {
  position: relative;
  transform: scale(2);
  z-index: 99;
}
.header-nav {
  height: 100%;
  display: flex;
}
.header-nav .ant-menu {
  line-height: 40px;
}
.ant-menu-horizontal > .ant-menu-item-selected a {
  color: #0152a1 !important;
  border-top: none !important;
}
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-active,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-open,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-selected,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item:hover,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-active,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-open,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-selected,
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu:hover {
  color: #0152a1 !important;
  border-top: none !important;
  border-bottom: transparent !important;
}
.ant-menu-horizontal > .ant-menu-item a:hover {
  color: #0152a1 !important;
}
.ant-menu-horizontal > .ant-menu-item a {
  color: #333;
}
.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
  color: #0152a1 !important;
}
.ant-tabs-tab:hover {
  color: #0152a1 !important;
}
.ant-tabs-ink-bar {
  background: #0152a1 !important;
}

/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: #29d;

  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;

  width: 100%;
  height: 2px;
}

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1.0;

  -webkit-transform: rotate(3deg) translate(0px, -4px);
      -ms-transform: rotate(3deg) translate(0px, -4px);
          transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;

  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;

  -webkit-animation: nprogress-spinner 400ms linear infinite;
          animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

@-webkit-keyframes nprogress-spinner {
  0%   { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes nprogress-spinner {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


.banner-anim {
  position: relative;
  overflow: hidden;
  min-height: 100px;
}
.banner-anim-elem {
  height: 100%;
}
.banner-anim-elem > * {
  position: relative;
}
.banner-anim-elem-mask {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.banner-anim-arrow {
  cursor: pointer;
  position: absolute;
  z-index: 10;
}
.banner-anim-arrow-default {
  position: absolute;
  width: 20px;
  height: 60px;
  margin-top: -30px;
  top: 50%;
  background: rgba(0, 0, 0, 0.3);
}
.banner-anim-arrow-default.next {
  right: 0;
}
.banner-anim-arrow-default.next:before,
.banner-anim-arrow-default.prev:before,
.banner-anim-arrow-default.next:after,
.banner-anim-arrow-default.prev:after {
  width: 2px;
  height: 15px;
  background: #fff;
  display: block;
  content: ' ';
  position: absolute;
}
.banner-anim-arrow-default.next:before {
  transform: rotate(-40deg);
  top: 18px;
  left: 10px;
}
.banner-anim-arrow-default.next:after {
  transform: rotate(40deg);
  bottom: 17px;
  left: 10px;
}
.banner-anim-arrow-default.prev:before {
  transform: rotate(40deg);
  top: 18px;
  left: 8px;
}
.banner-anim-arrow-default.prev:after {
  transform: rotate(-40deg);
  bottom: 17px;
  left: 8px;
}
.banner-anim-thumb {
  position: absolute;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  pointer-events: none;
  z-index: 10;
}
.banner-anim-thumb > span {
  pointer-events: auto;
  cursor: pointer;
  display: inline-block;
  list-style: none;
}
.banner-anim-thumb-default {
  height: 40px;
  line-height: 40px;
}
.banner-anim-thumb-default span {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  margin: 0 5px;
  background: rgba(102, 102, 102, 0.35);
  transition: background .3s;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}
.banner-anim-thumb-default span:active,
.banner-anim-thumb-default span.active {
  background: #fff;
}

