@charset "UTF-8";
@font-face {
  font-family: "ssunlongFont";
  src: url("https://vanc-orangec.oss-cn-hangzhou.aliyuncs.com/web/font/sy.woff2") format("woff2");
  font-display: swap;
}
html {
  box-sizing: border-box;
  font-family: "ssunlongFont", Helvetica, Verdana, "微软雅黑", "苹方", "Hiragino Sans GB", "Hiragino Sans GB W3", "宋体", Arial, sans-serif;
  -webkit-text-size-adjust: none;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
  font-size: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary,
audio,
canvas,
progress,
video,
body,
div,
address,
blockquote,
iframe,
ul,
ol,
dl,
dt,
dd,
li,
dl,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
pre,
table,
caption,
th,
td,
form,
legend,
fieldset,
input,
button,
select,
textarea {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  box-sizing: border-box;
}

ul,
li,
ol {
  list-style: none;
  line-height: normal;
}

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

input[type=date] {
  outline: none;
  border: none;
}

.input,
.select,
.button,
.textarea {
  width: 100%;
  border: #eeeeee 1px solid;
  outline: none;
  line-height: 1.75rem;
  border-radius: 0.3125rem;
  padding: 0 0.625rem;
}

.input:hover,
.input:focus,
.select:hover,
.select:focus,
.button:hover,
.button:focus,
.textarea:hover,
.textarea:focus {
  border-color: #0000ff;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}

.col-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}

.col-24 {
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .col-sm-8 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-9 {
    flex: 0 0 37.5%;
    max-width: 37.5%;
  }
  .col-sm-14 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-16 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .offset-sm-1 {
    margin-left: 4.1666666667%;
  }
  .offset-sm-2 {
    margin-left: 8.3333333333%;
  }
}
img {
  max-width: 100%;
  -ms-interpolation-mode: bicubic;
  object-fit: contain;
  vertical-align: middle;
}

body {
  overflow-x: hidden;
  font-size: 0.875rem;
  color: #333;
  min-height: 100vh;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body::-webkit-scrollbar {
  width: 0.375rem;
  height: 0.375rem;
  background-color: transparent;
  border-radius: 0.375rem;
}

body::-webkit-scrollbar-track {
  border-radius: 0.3125rem;
  background-color: transparent;
}

body::-webkit-scrollbar-thumb {
  border-radius: 0.3125rem;
  background: rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.clearfix::after {
  display: block;
  clear: both;
  height: 0;
  content: " ";
}

.clearfix {
  zoom: 1;
}

html,
body {
  font-size: 12px;
}

@media (min-width: 768px) {
  html,
  body {
    font-size: 14px;
  }
}
@media (min-width: 992px) {
  html,
  body {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  html,
  body {
    font-size: 16px;
  }
}
a {
  text-decoration: none;
  color: #333333;
  background-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.animate,
.uc-animate,
.uc-revealOnScroll {
  opacity: 0;
}

.container__fluid {
  width: 100%;
  padding-right: 5px;
  padding-left: 5px;
  margin-right: auto;
  margin-left: auto;
}

/*footer*/
#footer {
  background: #f89c15;
  position: relative;
}
#footer .main {
  padding: 30px 100px;
}
#footer .main .main__container {
  display: flex;
  justify-content: space-between;
}
#footer .main .main__container .left .logo img {
  max-width: 100%;
}
#footer .main .main__container .left .content {
  padding-top: 50px;
}
#footer .main .main__container .left .content .item {
  font-size: 14px;
  color: #ffffff;
  display: flex;
  align-items: center;
  height: 30px;
  line-height: 30px;
}
#footer .main .main__container .left .content .item .icon {
  display: flex;
  vertical-align: center;
}
#footer .main .main__container .left .content .item .icon img {
  height: 16px;
}
#footer .main .main__container .left .content .item .text {
  padding-left: 8px;
}
#footer .main .main__container .right {
  display: flex;
  color: #ffffff;
  font-size: 14px;
}
#footer .main .main__container .right a {
  color: #ffffff;
}
#footer .main .main__container .right a:hover {
  color: #0C0C0C;
}
#footer .main .main__container .right .nav__item {
  padding-left: 80px;
}
#footer .main .main__container .right .nav__item .nav__s {
  margin-top: 20px;
}
#footer .main .main__container .right .nav__item .nav__s .s__item {
  height: 32px;
  line-height: 32px;
}
#footer .copyright {
  padding-top: 50px;
  text-align: center;
}
#footer .copyright p {
  font-size: 14px;
  color: #ffffff;
  line-height: 1.8;
}
#footer .copyright a {
  color: #ffffff;
}

/*footer*/
/* header */
#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  transition: all 0.5s;
  height: 70px;
}
#header .header__container {
  height: 70px;
}
#header .header__container .logo {
  padding-left: 100px;
  float: left;
  position: relative;
  z-index: 20;
}
#header .header__container .logo .logo__img {
  height: 100%;
}
#header .header__container .logo .logo__img a {
  height: 100%;
  line-height: 70px;
  width: 100%;
  display: block;
}
#header .header__container .logo .logo_default {
  position: relative;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  transition: all 0.36s;
}
#header .header__container .logo .logo_fixed {
  position: absolute;
  left: 0;
  top: 8px;
  z-index: 1;
  width: 100%;
  transition: all 0.36s;
  opacity: 0;
}
#header .header__container .navs {
  text-align: center;
  font-size: 18px;
}
#header .header__container .navs .nav__container {
  position: relative;
  list-style: none;
}
#header .header__container .navs .nav__container .nav__item {
  display: inline-block;
  padding: 0 30px;
  position: relative;
}
#header .header__container .navs .nav__container .nav__item:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 4px;
  background: #f89c15;
  transform: translate(-50%);
  transition: all 0.36s;
}
#header .header__container .navs .nav__container .nav__item a {
  display: block;
  line-height: 70px;
  color: #FFFFFF;
  width: 100%;
  height: 100%;
}
#header .header__container .navs .nav__container .nav__item:hover:before {
  opacity: 1;
  width: 60%;
}
#header .header__container .navs .nav__container .nav__item .menus {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  width: 100%;
  border-top: 1px solid #dfdede;
  top: 69px;
  height: 50px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.07);
  overflow: hidden;
}
#header .header__container .navs .nav__container .nav__item .menus:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 1;
  transition: all 0.5s ease-in-out;
}
#header .header__container .navs .nav__container .nav__item .menus li {
  display: inline-block;
  padding: 0 30px;
}
#header .header__container .navs .nav__container .nav__item .menus li a {
  font-size: 16px;
  position: relative;
  z-index: 1;
  line-height: 20px !important;
  padding: 15px 0 !important;
  color: #333333;
  white-space: normal;
}
#header .header__container .navs .nav__container .nav__item .menus li a:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 4px;
  background: #f89c15;
  transform: translate(-50%);
  transition: all 0.36s;
}
#header .header__container .navs .nav__container .nav__item .menus li a:hover:before {
  width: 100%;
}
#header .header__container .navs .nav__container .nav__item .menus li.active a:before {
  width: 100%;
}
#header .header__container .navs .nav__container .nav__item .menus.show:before {
  opacity: 1;
}
#header .header__container .navs .nav__container .nav__item .menus.xlhide {
  opacity: 0;
}
#header .header__container .tools {
  float: right;
  position: relative;
  z-index: 20;
  height: 100%;
  padding-right: 100px;
  color: #FFFFFF;
}
#header .header__container .tools .tools__container {
  display: flex;
  align-items: center;
  height: 100%;
}
#header .header__container .tools .tools__container .search i {
  font-size: 20px;
  cursor: pointer;
}
#header .header__container .tools .tools__container .area {
  margin-left: 20px;
  display: flex;
  align-items: center;
  cursor: pointer;
}
#header .header__container .tools .tools__container .area i {
  font-size: 20px;
}
#header .header__container .tools .tools__container .area .text {
  margin-left: 5px;
  margin-right: 3px;
}
#header.fixed {
  background: #FFFFFF;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.07);
}
#header.fixed .header__container .logo .logo_default {
  opacity: 0;
}
#header.fixed .header__container .logo .logo_fixed {
  opacity: 1;
}
#header.fixed .header__container .tools {
  color: #666666;
}
#header.fixed .navs {
  text-align: center;
}
#header.fixed .navs .nav__container .nav__item.active:before {
  opacity: 1;
  width: 60%;
}
#header.fixed .navs .nav__container .nav__item.active .menus {
  transition: all 0.36s;
  display: block;
  animation: mcslidedown 0.36s forwards;
}
#header.fixed .navs .nav__container .nav__item a {
  color: #666666;
}
#header.fixed .navs .nav__container .nav__item a:hover {
  color: #f89c15;
}

@keyframes mcslidedown {
  0% {
    height: 0;
  }
  100% {
    height: 50px;
  }
}
/* header */
/*top__banner 通用*/
.top__banner {
  position: relative;
  width: 100%;
}
.top__banner .banner__img {
  position: relative;
}
.top__banner .banner__img:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background: rgba(10, 37, 114, 0.1);
}
.top__banner .banner__img:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  height: 64%;
  background: linear-gradient(180deg, rgba(10, 37, 114, 0.4), rgba(10, 37, 114, 0));
}

/*top__banner 通用*/
/* 内容主区域 */
.w1360 {
  width: 1360px;
  margin: 0 auto;
}

.w1300 {
  width: 1300px;
  margin: 0 auto;
}

.big__title {
  padding: 80px 0;
  font-weight: normal;
  text-align: center;
  font-size: 40px;
  color: #333333;
}

/* 内容主区域 */
/* 联系我们 */
.contact__container {
  padding-bottom: 150px;
  display: flex;
  justify-content: space-between;
}
.contact__container .left {
  margin-top: 26px;
  width: 530px;
}
.contact__container .left .name {
  color: #f89c15;
  font-size: 34px;
  padding-bottom: 30px;
}
.contact__container .left .img {
  padding-top: 20px;
}
.contact__container .right {
  margin-left: 150px;
  flex: 1;
}
.contact__container .right .text__item {
  display: flex;
  align-items: center;
  height: 70px;
  line-height: 70px;
  border-bottom: 1px solid #dfdede;
}
.contact__container .right .text__item .icon img {
  width: 26px;
}
.contact__container .right .text__item .text {
  margin-left: 14px;
  font-size: 20px;
}

/* 联系我们 */
/* 新闻列表 */
.news__container {
  padding: 70px 0 100px 0;
}

.news__list {
  margin: 0 -20px;
  padding-bottom: 10px;
}
.news__list .news__item {
  float: left;
  width: 33.333333%;
  padding: 0 20px;
  margin-bottom: 75px;
}
.news__list .news__item .box {
  position: relative;
  display: block;
  transition: all 0.36s;
}
.news__list .news__item .box:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  height: 1px;
  background: #e2e0e0;
}
.news__list .news__item .box:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 0;
  height: 1px;
  background: #f89c15;
  transition: all 0.36s;
}
.news__list .news__item .box .img__box {
  position: relative;
  overflow: hidden;
}
.news__list .news__item .box .img__box .blank__img {
  width: 100%;
  position: relative;
  z-index: 1;
  top: 0;
  left: 0;
}
.news__list .news__item .box .img__box .news__img {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
.news__list .news__item .box .img__box img {
  z-index: initial;
  object-fit: cover;
  transition: all 0.36s;
}
.news__list .news__item .box:hover {
  box-shadow: 0 5px 47px 4px rgba(214, 211, 211, 0.75);
}
.news__list .news__item .box:hover:after {
  width: 100%;
}
.news__list .news__item .box:hover .img__box img {
  transform: scale(1.1);
}
.news__list .news__item .box .title__box {
  padding: 18px 28px 38px;
}
.news__list .news__item .box .title__box .title {
  font-size: 18px;
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  color: #333333;
  margin-bottom: 44px;
}
.news__list .news__item .box .title__box .date {
  font-size: 16px;
  color: #999999;
}

/* 新闻列表 */
/* 应用介绍 */
.application__item {
  width: 100%;
  padding: 75px 0;
}
.application__item.white {
  background: #FFFFFF;
}
.application__item.grey {
  background: #f7f7f7;
}
.application__item .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.application__item .info__container .title {
  font-size: 30px;
  color: #454545;
  padding-bottom: 30px;
}
.application__item .info__container .desc {
  color: #999999;
  font-size: 20px;
  line-height: 2;
}
.application__item .img__container {
  overflow: hidden;
}
.application__item .img__container img {
  transition: all 0.36s;
}
.application__item .img__container:hover img {
  transform: scale(1.1);
}

/* 质量理念 */
.qs__text {
  padding-bottom: 100px;
}
.qs__text p {
  font-size: 20px;
  color: #999999;
  line-height: 2.5;
  text-indent: 2em;
}

/* 质量理念 */
/* 证书 */
.cert__list {
  margin: 0 -20px;
  padding-bottom: 100px;
}
.cert__list .cert__item {
  float: left;
  width: 25%;
  padding: 0 20px;
  margin-bottom: 50px;
}
.cert__list .cert__item .title {
  text-align: center;
  padding-top: 10px;
  color: #999999;
  font-size: 18px;
}
.cert__list .cert__item .img__box {
  border: 1px solid #e5e5e5;
  overflow: hidden;
}
.cert__list .cert__item .img__box img {
  object-fit: cover;
  transition: all 0.36s;
}
.cert__list .cert__item:hover img {
  transform: scale(1.1);
}

/* 证书 */
.research__ability {
  padding: 0 0 80px 0;
}
.research__ability .data__list {
  display: flex;
  align-items: center;
}
.research__ability .data__list .data__item {
  width: 25%;
  text-align: center;
}
.research__ability .data__list .data__item .title {
  padding: 50px 0 20px 0;
  color: #f89c15;
  font-size: 70px;
}
.school {
  padding: 0 0 80px 0;
}

.bg__grey {
  background: #f7f7f7;
}

.bg__white {
  background: #FFFFFF;
}

.device__display {
  padding: 0 0 80px 0;
}

.school__list {
  width: 1130px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.school__list .school__item {
  background: #FFFFFF;
  padding: 20px 60px;
  border: 1px solid #e5e5e5;
  border-bottom: 2px solid #f89c15;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.anmt_up {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease-in-out 0.1s;
}

.anmt_up.animated {
  opacity: 1;
  transform: translateY(0px);
}

.pos_center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.product__type__container {
  padding-bottom: 150px;
}
.product__type__container .product__type__list {
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
  cursor: default;
}
.product__type__container .product__type__list:hover .type__item {
  width: 24%;
}
.product__type__container .product__type__list .type__item {
  position: relative;
  display: inline-block;
  width: 25%;
  height: 500px;
  transition: all 0.36s;
}
.product__type__container .product__type__list .type__item .bg__box {
  position: relative;
  z-index: 1;
  width: 400px;
  height: 100%;
}
.product__type__container .product__type__list .type__item .bg__box:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.44);
}
.product__type__container .product__type__list .type__item .bg__box:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  background: rgba(248, 156, 21, 0.57);
  opacity: 0;
  transition: all 0.36s;
}
.product__type__container .product__type__list .type__item .bg__box .bg_img {
  width: 100%;
  height: 100%;
}
.product__type__container .product__type__list .type__item .text__box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  color: #fff;
  transition: all 0.36s;
  white-space: normal;
}
.product__type__container .product__type__list .type__item .text__box .title {
  width: 100%;
  top: 40%;
  font-size: 26px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  transition: all 0.36s;
}
.product__type__container .product__type__list .type__item .text__box .title .title__wrap {
  display: inline-block;
  text-align: left;
  vertical-align: top;
}
.product__type__container .product__type__list .type__item .text__box .title .title__wrap .icon {
  display: block;
  width: 50px;
  margin-bottom: 20px;
}
.product__type__container .product__type__list .type__item .text__box .text__more {
  opacity: 0;
  width: 100%;
  height: 100%;
  padding: 100px 40px;
  overflow: hidden;
}
.product__type__container .product__type__list .type__item .text__box .text__more .title {
  text-align: left;
  width: 100%;
}
.product__type__container .product__type__list .type__item .text__box .text__more .title .icon {
  display: block;
  width: 50px;
  margin-bottom: 20px;
}
.product__type__container .product__type__list .type__item .text__box .text__more .desc__main {
  font-size: 16px;
  color: #FFFFFF;
  padding-top: 20px;
  line-height: 1.6;
}
.product__type__container .product__type__list .type__item .text__box .text__more .desc__list {
  display: flex;
  align-items: center;
  padding: 20px 0;
  flex-wrap: wrap;
}
.product__type__container .product__type__list .type__item .text__box .text__more .desc__list .desc__item {
  width: 50%;
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.product__type__container .product__type__list .type__item .text__box .text__more .desc__list .desc__item .name {
  padding-left: 5px;
  font-size: 16px;
  color: #FFFFFF;
}
.product__type__container .product__type__list .type__item .text__box .text__more .desc__list .desc__item i {
  font-size: 18px;
  color: #FFFFFF;
}
.product__type__container .product__type__list .type__item:hover {
  width: 28% !important;
}
.product__type__container .product__type__list .type__item:hover .bg__box:after {
  opacity: 1;
}
.product__type__container .product__type__list .type__item:hover .text__box > .title {
  opacity: 0;
}
.product__type__container .product__type__list .type__item:hover .text__box .text__more {
  opacity: 1;
  transition: all 0.4s 0.4s;
}

/* 企业文化 */
.about__culture__container {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-bottom: 150px;
}
.about__culture__container .culture__list {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 650px;
}
.about__culture__container .culture__list:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
  background: #f7f7f7;
  transition: all 1.2s ease-in;
}
.about__culture__container .culture__list:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.about__culture__container .culture__list.animated:before {
  width: 0;
}
.about__culture__container .culture__list .culture__item {
  position: relative;
  z-index: 10;
  float: left;
  width: 25%;
  height: 100%;
  text-align: center;
  padding: 100px 0 100px;
  overflow: auto;
}
.about__culture__container .culture__list .culture__item:not(:last-child) {
  border-right: 1px solid #666;
}
.about__culture__container .culture__list .culture__item .box {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  width: 400px;
  max-width: calc(100% - 60px);
  /* white-space: nowrap; */
  /* font-size: 100px; */
}
.about__culture__container .culture__list .culture__item .box .title {
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 60px;
}
.about__culture__container .culture__list .culture__item .box .desc {
  font-size: 24px;
  line-height: 1.75;
  color: #ffffff;
}

/* 企业文化 */
/* 公司简介 */
.about__index__intro__container {
  padding-bottom: 80px;
}
.about__index__intro__container .content p {
  font-size: 20px;
  line-height: 2;
  color: #555555;
  text-indent: 2em;
}

.about__index__history__container {
  padding-bottom: 80px;
}

/* 公司简介 */
.about__index__layout__container {
  padding-bottom: 150px;
}
.about__index__layout__container .img__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about__index__layout__container .img__list .img__item {
  margin-bottom: 35px;
  position: relative;
}
.about__index__layout__container .img__list .img__item .title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: rgba(248, 156, 21, 0.8);
  color: #FFFFFF;
  text-align: center;
}
.about__index__layout__container .content p {
  font-size: 20px;
  line-height: 2;
  color: #555555;
  text-indent: 2em;
}

/* 首页 */
#bannerSwiper {
  position: relative;
  width: 100%;
}
#bannerSwiper .slide-image {
  width: 100%;
  height: 1080px;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#bannerSwiper .slide-image .text__box {
  font-size: 80px;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.5;
}
#bannerSwiper .bannerSwiper-prev {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 100px;
  top: 50%;
  margin-top: -25px;
  z-index: 10;
  cursor: pointer;
}
#bannerSwiper .bannerSwiper-next {
  width: 50px;
  height: 50px;
  position: absolute;
  right: 100px;
  top: 50%;
  margin-top: -25px;
  z-index: 10;
  cursor: pointer;
}

#applicationSwiper {
  position: relative;
  width: 100%;
}
#applicationSwiper .slide-image {
  width: 100%;
  height: 580px;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#applicationSwiper .slide-image .box .box__title {
  color: #f89c15;
  font-size: 18px;
}
#applicationSwiper .slide-image .box .box__sub__title {
  padding-top: 10px;
  font-size: 36px;
  color: #555555;
  padding-bottom: 20px;
}
#applicationSwiper .slide-image .box .desc p {
  padding-top: 10px;
  font-size: 18px;
  color: #555555;
}
#applicationSwiper .slide-image .box .more {
  padding-top: 25px;
}
#applicationSwiper .slide-image .box .more a {
  color: #f89c15;
  font-size: 14px;
  display: flex;
  align-items: center;
}
#applicationSwiper .slide-image .box .more a i {
  font-weight: normal;
  font-size: 26px;
  padding-right: 3px;
}

#applicationSwiperTab .tab__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#applicationSwiperTab .tab__container .tab__item {
  position: relative;
  width: 23%;
  height: 40px;
  line-height: 40px;
  color: #333333;
  z-index: 23;
  cursor: pointer;
}
#applicationSwiperTab .tab__container .tab__item:before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 0;
  height: 1px;
  background: #f89c15;
  transition: all 0.36s;
}
#applicationSwiperTab .tab__container .tab__item.active:before {
  width: 100%;
}

.home__about__us {
  padding-bottom: 80px;
}
.home__about__us .img {
  padding-bottom: 20px;
}
.home__about__us .content {
  text-align: center;
}
.home__about__us .content p {
  font-size: 18px;
  line-height: 2;
  color: #555555;
}
.home__about__us .content p.more a {
  color: #f89c15;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home__about__us .content p.more a i {
  font-weight: normal;
  font-size: 26px;
  padding-right: 3px;
}
.home__about__us .data__list {
  display: flex;
  align-items: center;
}
.home__about__us .data__list .data__item {
  width: 25%;
  text-align: center;
}
.home__about__us .data__list .data__item .title {
  padding: 30px 0 20px 0;
  color: #f89c15;
  font-size: 50px;
}
.home__about__us .data__list .data__item .sub_title {
  font-size: 15px;
}

.home__news__container {
  padding: 40px 0 80px 0;
}
.home__news__container .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.home__news__container .top .more a {
  color: #f89c15;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home__news__container .top .more a i {
  font-weight: normal;
  font-size: 26px;
  padding-right: 3px;
}
.home__news__container .news__list {
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
}
.home__news__container .news__list .news__item {
  width: 30%;
}
.home__news__container .news__list .news__item .item__container {
  padding: 50px 30px;
  border: 2px solid #e5e5e5;
  background: #FFFFFF;
  display: block;
  transition: all 0.5s;
}
.home__news__container .news__list .news__item .item__container:hover {
  border-color: #f89c15;
}
.home__news__container .news__list .news__item .item__container .time {
  color: #444444;
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  font-size: 14px;
}
.home__news__container .news__list .news__item .item__container .time i {
  padding-right: 3px;
  font-size: 14px;
}
.home__news__container .news__list .news__item .item__container .title {
  line-height: 28px;
  height: 56px;
  color: #444444;
  font-size: 18px;
}
.home__news__container .news__list .news__item .item__container .title:hover {
  color: #232323;
}
.home__news__container .news__list .news__item .item__container .more__btn {
  display: inline-block;
  color: #FFFFFF;
  background: #f89c15;
  border-radius: 30px;
  padding: 10px 50px;
  margin: 40px 0;
  font-size: 14px;
}
.home__news__container .news__list .news__item .item__container .img {
  overflow: hidden;
}
.home__news__container .news__list .news__item .item__container .img img {
  z-index: initial;
  object-fit: cover;
  transition: all 0.36s;
}
.home__news__container .news__list .news__item .item__container .img:hover img {
  transform: scale(1.1);
}

/* 首页 */

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