.container {
  width: 100%;
  height: 100%;
  padding: 0 80px;
}

.text-center {
  text-align: center;
}

.shadow-bg {
  position: fixed;
  top: 60px;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 33;
  background-color: rgba(0, 0, 0, 0.6);
}

.home-menu-close i {
  font-size: 26px;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 80px;
  background: rgba(255, 255, 255, 0.8);
  z-index: 99;
}
header .home-menu-btn {
  cursor: pointer;
}
header .home-menu-btn img {
  width: 26px;
  height: auto;
}
header .hd-logo img {
  width: 120px;
  height: auto;
}
header .home-hd-phone {
  cursor: pointer;
}
header .home-hd-phone img {
  width: 32px;
  height: auto;
}
header .marker {
  display: inline-block;
  position: relative;
  top: -10px;
}
header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .layui-nav {
  background: none;
  color: #333;
}
header .layui-nav .layui-nav-item {
  line-height: 80px;
}
header .layui-nav .layui-nav-item.layui-this {
  color: rgb(0, 113, 239);
}
header .layui-nav .layui-nav-item.layui-this::after {
  opacity: 0;
}
header .layui-nav .layui-nav-item.layui-this > a {
  color: rgb(0, 113, 239);
}
header .layui-nav .layui-nav-item.layui-this .layui-nav-child .active a {
  color: rgb(0, 113, 239);
}
header .layui-nav .layui-nav-item a {
  color: #333;
}
header .layui-nav .layui-nav-item a:hover {
  color: rgb(0, 113, 239);
}
header .layui-nav .layui-nav-bar {
  display: none;
}
header .layui-nav .layui-nav-itemed .layui-nav-child {
  background-color: #fff !important;
}
header .layui-nav .layui-nav-itemed a {
  color: #333 !important;
}
header .hd-menu {
  display: flex;
  align-items: center;
}
header .hd-search {
  background-color: #fff;
  border-radius: 16px;
  height: 32px;
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 60px;
  overflow: hidden;
}
header .hd-search .search-input {
  max-width: 160px;
  border: none;
  height: 32px;
  line-height: 22px;
  background: none;
  padding-left: 12px;
}
header .hd-search i {
  display: inline-block;
  width: 36px;
  text-align: center;
  cursor: pointer;
}

.banner-wrap {
  width: 100%;
  height: 620px;
}
.banner-wrap.h-full {
  height: 100% !important;
}
.banner-wrap.h-full img {
  width: 100%;
}
.banner-wrap.h-full img.web-banner-img {
  height: 550px;
}
.banner-wrap.h-full img.mobile-banner-img {
  height: auto;
}
.banner-wrap .layui-carousel-ind {
  top: -165px;
}
.banner-wrap .layui-carousel-ind ul {
  background: none;
}
.banner-wrap .layui-carousel-ind ul li {
  width: 16px;
  height: 8px;
  border-radius: 20px;
}
.banner-wrap .layui-carousel-ind ul li.layui-this {
  width: 22px;
}
.banner-wrap .banner-item {
  position: relative;
  background-size: 100% 100%;
  height: 100%;
}
.banner-wrap .banner-item .home-banner-content {
  width: 100%;
  position: absolute;
  top: 36%;
  color: #fff;
}
.banner-wrap .banner-item .home-banner-content.left {
  top: 32%;
  left: 16%;
}
.banner-wrap .banner-item .home-banner-content h2 {
  font-size: 36px;
}
.banner-wrap .banner-item .home-banner-content h3 {
  font-size: 26px;
  margin-top: 20px;
}
.banner-wrap .banner-content-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.banner-wrap .banner-content-wrap .banner-container {
  position: relative;
  width: 100%;
  height: 100%;
}
.banner-wrap .banner-content-wrap .banner-container .banner-content {
  position: absolute;
  top: 50%;
  left: 14%;
  transform: translateY(-50%);
  color: #fff;
}
.banner-wrap .banner-content-wrap .banner-container .banner-content h1 {
  margin-bottom: 1.5vw;
  font-size: 36px;
  font-weight: 400;
}
.banner-wrap .banner-content-wrap .banner-container .banner-content h3 {
  font-size: 20px;
  margin-top: 20px;
}
.banner-wrap .banner-content-wrap .banner-container .special {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  font-size: 36px;
  font-weight: 400;
  color: #fff;
  width: 100%;
}

.link-btn {
  font-size: 18px;
  margin-top: 30px;
  background-color: rgb(0, 113, 239);
  border: none;
}
.link-btn a {
  display: block;
  padding: 6px 30px;
  color: #fff;
}

.service-type-wrap {
  width: 100%;
  position: relative;
  top: -60px;
}
.service-type-wrap .service-item {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  padding: 10px;
  margin-bottom: 20px;
  height: 120px;
  border-radius: 3px;
  box-shadow: 0px 2px 5px rgb(230, 230, 230);
}
.service-type-wrap .service-item img {
  width: 100px;
  height: auto;
  margin-right: 10px;
}
.service-type-wrap .service-item .title {
  font-weight: 700;
  font-size: 22px;
}
.service-type-wrap .service-item .sub-tit {
  color: #808080;
  margin-top: 5px;
}

.home-product-wrap {
  position: relative;
  width: 100%;
  top: -40px;
}
.home-product-wrap h2 {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
}
.home-product-wrap .home-product-item {
  margin-bottom: 20px;
  padding: 16px 10px;
  height: 260px;
}
.home-product-wrap .home-product-item:hover {
  box-shadow: 0px 0px 5px #e6e6e6;
}
.home-product-wrap .home-product-item .title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
}
.home-product-wrap .home-product-item .title img {
  width: 24px;
  height: auto;
  margin-right: 6px;
}
.home-product-wrap .home-product-item .title h3 {
  font-size: 20px;
  position: relative;
}
.home-product-wrap .home-product-item .title h3 .marker {
  position: absolute;
  top: -12px;
  left: 30px;
  font-size: 13px;
}
.home-product-wrap .home-product-item .sub {
  margin: 0 0 10px 0;
}
.home-product-wrap .home-product-item .sub .sub-text {
  text-align: center;
  font-size: 17px;
  color: #282d37;
  margin-bottom: 10px;
  line-height: 32px;
}
.home-product-wrap .home-product-item .sub .sub-text .t {
  display: inline-block;
  position: relative;
}
.home-product-wrap .home-product-item .sub .sub-text .t::after {
  content: "";
  height: 1px;
  background-color: #a6a6a6;
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 0;
}
.home-product-wrap .home-product-item .sub .content {
  color: #808080;
  line-height: 26px;
  padding: 0 30px;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.home-industry-wrap {
  margin-top: 30px;
  background: url(../img/industry_bg.png) center center no-repeat;
  background-size: cover;
}
.home-industry-wrap .industry-box {
  color: #fff;
}
.home-industry-wrap .industry-box h3 {
  text-align: center;
  font-size: 26px;
  line-height: 120px;
  border-bottom: 1px solid #e5e5e5;
}
.home-industry-wrap .industry-box .industry-content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 0;
  flex-wrap: wrap;
}
.home-industry-wrap .industry-box .industry-content ul {
  width: 260px;
  background-color: rgba(0, 0, 0, 0.3);
  margin: 0 60px 0 30px;
}
.home-industry-wrap .industry-box .industry-content ul li {
  display: flex;
  align-items: center;
  height: 46px;
  line-height: 46px;
  padding: 10px 20px;
  cursor: pointer;
  position: relative;
}
.home-industry-wrap .industry-box .industry-content ul li::after {
  content: "";
  border-bottom: 1px solid #a6a6a6;
  position: absolute;
  left: 20px;
  right: 60px;
  bottom: 0;
}
.home-industry-wrap .industry-box .industry-content ul li:last-child::after {
  border: none;
}
.home-industry-wrap .industry-box .industry-content ul li.active, .home-industry-wrap .industry-box .industry-content ul li:hover {
  background: #1c5ee5;
}
.home-industry-wrap .industry-box .industry-content ul li img {
  width: 20px;
  height: auto;
  margin-right: 10px;
}
.home-industry-wrap .industry-box .industry-content .tab-content {
  flex: 1;
}
.home-industry-wrap .industry-box .industry-content .tab-content-item {
  display: none;
}
.home-industry-wrap .industry-box .industry-content .tab-content-item h5 {
  font-size: 18px;
}
.home-industry-wrap .industry-box .industry-content .tab-content-item p {
  line-height: 26px;
  margin: 10px 0 30px 0;
}
.home-industry-wrap .industry-box .industry-content .tab-content-item .img-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.6);
}
.home-industry-wrap .industry-box .industry-content .tab-content-item .img-box img {
  max-width: 160px;
}

.customer-wrap {
  width: 100%;
  background: url("../img/cust_bg.png") center center no-repeat;
  background-size: 100% 100%;
  padding-bottom: 120px;
}
.customer-wrap h2 {
  font-size: 26px;
  padding: 30px 0 12px 0;
}
.customer-wrap h5 {
  color: #808080;
}
.customer-wrap .cust-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 60px 0;
}
.customer-wrap .cust-box .item {
  margin-bottom: 20px;
  margin-left: 20%;
}
.customer-wrap .cust-box .item .number {
  font-size: 26px;
  color: rgb(0, 113, 239);
  margin-bottom: 6px;
}
.customer-wrap .cust-box .item .text {
  color: #808080;
}

.brand-wrap {
  padding: 30px 0;
  background-color: #f5f5f5;
}
.brand-wrap h3 {
  font-size: 26px;
  margin-bottom: 20px;
}
.brand-wrap .home-brand-item {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border-radius: 3px;
  height: 80px;
  box-shadow: 0px 5px 5px rgb(240, 240, 240);
}
.brand-wrap .home-brand-item img {
  width: 72%;
  height: auto;
  max-height: 76px;
}
.brand-wrap .home-brand-item img.hw {
  width: 72%;
}

.news-wrap {
  margin-top: 30px;
}
.news-wrap .layui-breadcrumb a:first-child {
  color: rgb(0, 113, 239) !important;
}
.news-wrap .layui-breadcrumb a:hover {
  color: rgb(0, 113, 239) !important;
}
.news-wrap .news-content {
  margin-top: 20px;
}
.news-wrap .news-item-box {
  padding-top: 20px;
  margin-bottom: 20px;
}
.news-wrap .news-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.news-wrap .news-item img {
  width: 20%;
  min-width: 120px;
  height: auto;
  margin-right: 80px;
  cursor: pointer;
}
.news-wrap .news-item .news-item-right {
  flex: 1;
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-all;
}
.news-wrap .news-item .news-item-right h5 {
  font-size: 22px;
  padding-left: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news-wrap .news-item .news-item-right .content {
  margin: 26px 0;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  color: #808080;
  line-height: 26px;
}
.news-wrap .news-item .news-item-right .comment-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-wrap .news-item .news-item-right .comment-box .comment-left span {
  margin-right: 16px;
  color: #808080;
}
.news-wrap .news-item .news-item-right .comment-box .comment-left span i {
  display: inline-block;
  margin-right: 10px;
  font-size: 18px;
  font-weight: 700;
  color: #333;
  cursor: pointer;
}
.news-wrap .news-item .news-item-right .comment-box .comment-left span i.hight {
  color: rgb(0, 113, 239);
}
.news-wrap span {
  display: inline-block;
}
.news-wrap .more {
  padding: 0 20px;
  float: right;
  font-size: 12px;
  cursor: pointer;
}
.news-wrap .more a {
  display: block;
  color: rgb(0, 113, 239);
}

.footer-wrap {
  background-color: #20263a;
  color: #fff;
  padding: 3.2vw 0;
}
.footer-wrap .footer-menu {
  display: flex;
  justify-content: flex-start;
  position: relative;
  padding: 10px;
}
.footer-wrap .footer-menu::after {
  content: "";
  border-bottom: 1px solid #a6a6a6;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.footer-wrap .footer-menu h5 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
}
.footer-wrap .footer-menu .footer-menu-left {
  display: flex;
  width: 50%;
  justify-content: flex-end;
}
.footer-wrap .footer-menu .footer-menu-item {
  position: relative;
  padding-right: 120px;
}
.footer-wrap .footer-menu .code-wrap {
  position: absolute;
  top: 20px;
  right: 20px;
}
.footer-wrap .footer-menu .code-wrap img {
  width: 120px;
  height: 120px;
}
.footer-wrap .footer-menu .code-wrap p {
  text-align: center;
  margin-top: 8px;
}
.footer-wrap li {
  margin-bottom: 15px;
}
.footer-wrap li a {
  display: block;
  color: #fff;
}
.footer-wrap li a:hover {
  color: rgba(255, 255, 255, 0.6);
}
.footer-wrap .record-wrap {
  margin-top: 30px;
}
.footer-wrap .record-wrap p {
  text-align: center;
  margin-bottom: 10px;
}
.footer-wrap .record-wrap .img-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer-wrap .record-wrap .img-box img {
  width: 16px;
  margin-right: 5px;
}

.news-info-wrap {
  margin-top: 30px;
}
.news-info-wrap h3 {
  font-size: 26px;
  text-align: center;
  margin-bottom: 40px;
}
.news-info-wrap p {
  line-height: 26px;
  margin-bottom: 10px;
  text-indent: 28px;
}
.news-info-wrap .img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0;
}
.news-info-wrap .img-wrap img {
  width: 80%;
}

.product-list-wrap .title {
  padding: 20px 0;
  text-align: center;
  font-size: 26px;
}
.product-list-wrap .product-list-box {
  display: flex;
  padding: 30px 0;
  justify-content: center;
}
.product-list-wrap .product-list-box .product-list-left {
  margin-right: 30px;
}
.product-list-wrap .product-list-box ul li {
  padding: 16px 36px;
  position: relative;
  cursor: pointer;
}
.product-list-wrap .product-list-box ul li:hover, .product-list-wrap .product-list-box ul li.active {
  background-color: #E5E5E5;
}
.product-list-wrap .product-list-box ul li .marker {
  position: relative;
  top: -12px;
}
.product-list-wrap .product-list-box .product-tab-content .product-tab-item {
  max-width: 640px;
  display: none;
}
.product-list-wrap .product-list-box .product-tab-content .product-tab-item img {
  max-width: 100%;
}
.product-list-wrap .product-list-box .product-tab-content .product-tab-item p {
  margin-top: 10px;
  line-height: 32px;
}

.product-function-wrap {
  padding: 20px 0;
  background-color: #f5f5f5;
}
.product-function-wrap h3 {
  text-align: center;
  font-size: 26px;
  margin-bottom: 16px;
}
.product-function-wrap .function-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  padding: 20px;
  background-color: #fff;
  border-radius: 3px;
  margin-bottom: 20px;
  height: 180px;
}
.product-function-wrap .function-item.md {
  height: 220px;
}
.product-function-wrap .function-item:hover {
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}
.product-function-wrap .function-item img {
  width: 32px;
  margin: 16px 0;
}
.product-function-wrap .function-item h5 {
  font-size: 18px;
}
.product-function-wrap .function-item p {
  line-height: 1.6;
  -moz-text-align-last: center;
       text-align-last: center;
}

.product-advantage-wrap {
  background-color: #20263a;
  color: #fff;
  padding: 2.6vw 0 0 0;
}
.product-advantage-wrap h3 {
  font-size: 26px;
  text-align: center;
  margin-bottom: 20px;
}
.product-advantage-wrap .advantage-tab-wrap .advantage-tab {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  background-color: #fff;
  padding: 12px 10px;
  margin-bottom: 30px;
}
.product-advantage-wrap .advantage-tab-wrap .advantage-tab li {
  flex: 1;
  text-align: center;
  cursor: pointer;
}
.product-advantage-wrap .advantage-tab-wrap .advantage-tab li .number {
  display: inline-block;
  position: relative;
  font-size: 26px;
  color: #D3D3D3;
  padding: 0 5px;
}
.product-advantage-wrap .advantage-tab-wrap .advantage-tab li .number::after {
  content: "";
  width: 46px;
  border-bottom: 1px solid #d3d3d3;
  position: absolute;
  transform: rotate(-45deg);
  top: 15px;
  right: -28px;
}
.product-advantage-wrap .advantage-tab-wrap .advantage-tab li .text {
  display: inline-block;
  padding-left: 5px;
  color: #333;
}
.product-advantage-wrap .advantage-tab-wrap .advantage-tab li.hight span {
  color: rgb(0, 113, 239);
}
.product-advantage-wrap .advantage-tab-wrap .layui-carousel {
  background-color: #20263a;
}
.product-advantage-wrap .advantage-tab-wrap .advantage-tab-content {
  height: 360px;
}
.product-advantage-wrap .advantage-tab-wrap .tab-content-hd {
  background-color: #20263a;
}
.product-advantage-wrap .advantage-tab-wrap .tab-content-item {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 100%;
  padding: 20px 30px;
}
.product-advantage-wrap .advantage-tab-wrap .tab-content-item p {
  width: 30%;
  line-height: 1.5;
}
.product-advantage-wrap .advantage-tab-wrap .tab-content-item img {
  max-width: 360px;
}

.solution-wrap {
  background-color: #f5f5f5;
}
.solution-wrap h3 {
  font-size: 26px;
  padding: 16px;
  text-align: center;
}
.solution-wrap .solution-item-special {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  margin-bottom: 20px;
}
.solution-wrap .solution-item-special h5 {
  font-size: 26px;
}
.solution-wrap .solution-item-special .cont-box {
  width: 100%;
  height: 160px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  padding: 20px;
  border-radius: 3px;
  margin: 20px 0;
}
.solution-wrap .solution-item-special .cont-box img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 3px;
}
.solution-wrap .solution-item-special .cont-box p {
  line-height: 1.6;
  z-index: 2;
  -moz-text-align-last: center;
       text-align-last: center;
}
.solution-wrap .solution-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  padding: 20px;
  background-color: #fff;
  border-radius: 3px;
  margin-bottom: 20px;
  height: 160px;
}
.solution-wrap .solution-item h5 {
  margin: 16px 0;
}
.solution-wrap .solution-item.md {
  height: 220px;
}
.solution-wrap .solution-item.md2 {
  height: 230px;
}
.solution-wrap .solution-item.h_180 {
  height: 180px;
}
.solution-wrap .solution-item.sm {
  background-color: #E5E5E5;
}
.solution-wrap .solution-item.sm p {
  margin-top: 16px;
}
.solution-wrap .solution-item:hover {
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
}
.solution-wrap .solution-item img {
  width: 32px;
}
.solution-wrap .solution-item h5 {
  font-size: 18px;
}
.solution-wrap .solution-item p {
  line-height: 1.6;
  -moz-text-align-last: center;
       text-align-last: center;
}
.solution-wrap .solution-content-box {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 20px;
}
.solution-wrap .solution-content-box .solution-content {
  max-width: 460px;
}
.solution-wrap .solution-content-box .xc-img-box {
  margin-left: 60px;
}
.solution-wrap .solution-content-box .xc-img-box img {
  max-width: 520px;
}
.solution-wrap .text {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 30px;
  -moz-text-align-last: center;
       text-align-last: center;
  line-height: 1.6;
}

.case-banner-wrap h3 {
  text-align: center;
  font-size: 26px;
  padding: 20px 0;
}
.case-banner-wrap .case-banner-box {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  padding: 30px 20px 60px 20px;
  height: 420px;
}
.case-banner-wrap .case-banner-box .bg-right {
  display: inline-block;
  width: 120px;
  position: absolute;
  right: -46px;
  top: -26px;
}
.case-banner-wrap .case-banner-box div {
  width: 100%;
  height: 100%;
  position: relative;
}
.case-banner-wrap .case-banner-item {
  display: flex;
  align-items: center;
  position: relative;
  background-color: #fff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
}
.case-banner-wrap .case-banner-item img {
  width: 100%;
}
.case-banner-wrap .case-banner-item .content {
  width: 46%;
  position: absolute;
  top: 0;
  right: 0;
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0.5);
}
.case-banner-wrap .case-banner-item .content h5 {
  text-align: center;
  font-size: 18px;
  padding: 20px 0;
}
.case-banner-wrap .case-banner-item .content p {
  line-height: 1.6;
}

.cases-wrap {
  background-color: #f5f5f5;
}
.cases-wrap h3 {
  font-size: 26px;
  padding: 20px 0;
  text-align: center;
}
.cases-wrap .cases-top {
  background-color: #fff;
  padding: 10px;
  border-radius: 3px;
}
.cases-wrap .cases-top dl {
  display: flex;
  flex-wrap: wrap;
}
.cases-wrap .cases-top dl dt {
  font-size: 16px;
  font-size: 700;
  padding: 10px 30px;
}
.cases-wrap .cases-top dl dd {
  color: #808080;
  padding: 10px 30px;
  cursor: pointer;
  position: relative;
}
.cases-wrap .cases-top dl dd.hight::after, .cases-wrap .cases-top dl dd:hover::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10px;
  right: 10px;
  border-bottom: 2px solid #2468f1;
}
.cases-wrap .case-list-box {
  background-color: #fff;
  margin: 40px 0;
  padding: 16px 0;
}
.cases-wrap .case-list-box .case-item {
  width: 100%;
  height: 360px;
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}
.cases-wrap .case-list-box .case-item .bg-img {
  width: 100%;
  height: 100%;
  transition: all;
}
.cases-wrap .case-list-box .case-item .title-img {
  width: 46%;
  position: absolute;
  top: 60px;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
}
.cases-wrap .case-list-box .case-item:hover .bg-img {
  transform: scale(1.5);
}
.cases-wrap .case-list-box .case-item .bottom {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 10px;
  padding: 0 16px;
  color: #fff;
}
.cases-wrap .case-list-box .case-item .bottom .bottom-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.cases-wrap .case-list-box .case-item .bottom .bottom-item span {
  font-size: 16px;
}
.cases-wrap .case-list-box .case-item .bottom .bottom-item img {
  width: 26px;
  cursor: pointer;
}
.cases-wrap .case-list-box .case-item .bottom .bottom-item-b span {
  display: inline-block;
  margin-right: 8px;
}
.cases-wrap .case-list-box .more-btn-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.case-bg-wrap {
  margin: 30px 0;
}
.case-bg-wrap h3 {
  color: #0071ef;
  font-size: 18px;
  line-height: 26px;
}
.case-bg-wrap h5 {
  font-family: SourceHanSansCN;
  margin-bottom: 20px;
}
.case-bg-wrap p {
  text-indent: 28px;
  line-height: 1.6;
  margin-bottom: 10px;
}
.case-bg-wrap img {
  width: 100%;
}

.service-wrap {
  padding-bottom: 20px;
}
.service-wrap .service-mobile {
  display: none;
  height: 460px;
  margin-bottom: 20px;
}
.service-wrap .service-mobile .service-item-m .service-item {
  align-items: center;
  justify-content: center;
}
.service-wrap .service-mobile .service-item-m .service-item p {
  position: static;
  margin-right: 16px;
}
.service-wrap .service-mobile .service-item-m .tab-content-item-m {
  position: relative;
  width: 100%;
  height: 100%;
  background: url("../img/service_img5.png") center no-repeat;
  background-size: cover;
}
.service-wrap .service-mobile .service-item-m .tab-content-item-m img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.service-wrap .service-mobile .service-item-m .tab-content-item-m .tab-content {
  color: #fff;
  padding: 10px 20px;
}
.service-wrap .service-tab-box {
  display: flex;
  margin: -10px;
}
.service-wrap .service-tab-box .service-tab-hd {
  flex: 1;
  padding: 10px;
}
.service-wrap .service-tab-box .service-tab-hd.active p {
  color: #0071EF;
}
.service-wrap .service-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  position: relative;
  padding: 20px;
  background-color: #fff;
  border-radius: 3px;
  margin-bottom: 20px;
  height: 160px;
  cursor: pointer;
}
.service-wrap .service-item img {
  width: 50%;
  cursor: pointer;
}
.service-wrap .service-item p {
  position: absolute;
  left: 30px;
  bottom: 20px;
}
.service-wrap .tab-content-item {
  width: 100%;
  position: relative;
  height: 100%;
  display: none;
  border-radius: 3px;
  overflow: hidden;
}
.service-wrap .tab-content-item img {
  border-radius: 3px;
  width: 100%;
  max-height: 320px;
}
.service-wrap .tab-content-item .tab-content {
  width: 100%;
  height: 100%;
  padding: 60px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  border-radius: 3px;
  background-color: rgba(22, 100, 255, 0.3);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.service-wrap .tab-content-item .tab-content h3 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
}
.service-wrap .tab-content-item .tab-content p {
  line-height: 1.6;
  max-width: 420px;
}

.service-promise-wrap .service-promise-item {
  width: 100%;
  height: 420px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.service-promise-wrap .service-promise-item img {
  width: 100%;
  height: 100%;
}
.service-promise-wrap .service-promise-item .promise-content-box {
  width: 100%;
  position: absolute;
  bottom: 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #000;
  flex-direction: column;
  padding: 20px;
  height: 80px;
  overflow: hidden;
}
.service-promise-wrap .service-promise-item .promise-content-box.bottom_120 {
  height: 120px;
  bottom: -120px;
}
.service-promise-wrap .service-promise-item .promise-content-box.top_0 {
  top: -80px;
  bottom: auto;
}
.service-promise-wrap .service-promise-item .promise-content-box.bottom_80 {
  bottom: -80px;
}
.service-promise-wrap .service-promise-item .promise-content-box h5 {
  font-size: 18px;
}
.service-promise-wrap .service-promise-item .promise-content-box p {
  margin-top: 30px;
  line-height: 1.7;
  -moz-text-align-last: center;
       text-align-last: center;
}
.service-promise-wrap .service-promise-item:hover .promise-content-box.bottom_120 {
  bottom: 0 !important;
}
.service-promise-wrap .service-promise-item:hover .promise-content-box.top_0 {
  top: 0 !important;
}
.service-promise-wrap .service-promise-item:hover .promise-content-box.bottom_80 {
  bottom: 0 !important;
}
.service-promise-wrap .target-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
  position: relative;
}
.service-promise-wrap .target-box .target-cont {
  padding: 40px 60px;
  background-color: rgba(255, 255, 255, 0.56);
  height: 100%;
  position: absolute;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.service-promise-wrap .target-box .target-cont p {
  line-height: 32px;
}
.service-promise-wrap .target-box img {
  width: 100%;
  max-height: 360px;
}

.about-list-wrap {
  background-color: #e2ebf6;
}
.about-list-wrap h3 {
  display: none;
}
.about-list-wrap .about-tab {
  display: flex;
}
.about-list-wrap .about-tab li {
  display: inline-block;
  padding: 16px 20px;
}
.about-list-wrap .about-tab li a {
  display: block;
}

.profile-wrap {
  background-color: #f2f7fc;
}
.profile-wrap .profile-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
}
.profile-wrap .profile-box .content {
  padding-right: 60px;
}
.profile-wrap .profile-box .content h3 {
  font-size: 18px;
}
.profile-wrap .profile-box .content h5 {
  font-family: Staatliches;
  margin-bottom: 20px;
}
.profile-wrap .profile-box .content p {
  text-indent: 28px;
  line-height: 1.6;
  margin-bottom: 10px;
}
.profile-wrap .profile-box img {
  width: 46%;
}

.vision-wrap {
  width: 100%;
  height: 100%;
  background: url("../img/vision_wrap_bg.png ") left top no-repeat;
  background-size: cover;
}
.vision-wrap .vision-item-hd {
  display: flex;
  align-items: center;
  justify-content: center;
}
.vision-wrap .vision-item-hd .vision-item {
  width: 240px;
  height: 320px;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
  margin: 0 10px 20px 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.vision-wrap .vision-item-hd .vision-item h5 {
  margin: 20px 0;
  font-size: 16px;
}
.vision-wrap .vision-item-hd .vision-item img {
  width: 80px;
}
.vision-wrap .vision-item-hd .vision-item p {
  -moz-text-align-last: center;
       text-align-last: center;
  line-height: 1.6;
}
.vision-wrap .vision-item-hd .vision-item:hover {
  color: rgb(0, 113, 239);
}
.vision-wrap .vision-item-hd .vision-item:hover img.gray-img {
  display: none;
}
.vision-wrap .vision-item-hd .vision-item:hover img.hover {
  display: block;
}

.development-wrap {
  background: url("../img/history_bg.png") left top no-repeat;
  background-size: cover;
}
.development-wrap .event_box {
  width: 100%;
  margin: 3% auto 0;
  position: relative;
  min-height: 420px;
  overflow: hidden;
}
.development-wrap .event_box .parHd {
  width: 100%;
  display: inline-block;
  height: 92px;
  overflow: hidden;
}
.development-wrap .event_box .parHd ul {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding-top: 25px !important;
}
.development-wrap .event_box .parHd ul li {
  display: inline-block;
  cursor: pointer;
  padding-top: 30px;
  font-size: 16px;
  color: #000;
  margin: 0 30px;
  position: relative;
}
.development-wrap .event_box .parHd ul li.no_line:before {
  display: none;
}
.development-wrap .event_box .parHd ul li::after {
  content: "";
  width: 24px;
  height: 24px;
  background-color: #a8a8a8;
  border-radius: 50%;
  position: absolute;
  z-index: 20;
  top: -12px;
  left: 50%;
  margin-left: -12px;
}
.development-wrap .event_box .parHd ul li.act::after {
  background: url("../img/history_hight.png") center center no-repeat;
}
.development-wrap .event_box .parHd .tempWrap {
  margin: 0 auto;
}
.development-wrap .event_box .parHd .tempWrap::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #bfbfbf;
  position: absolute;
  right: 3%;
  top: 35%;
  z-index: 10;
}
.development-wrap .event_box .parBd {
  text-align: center;
  margin-top: 60px;
}
.development-wrap .event_box .parBd h4 {
  position: relative;
  font-size: 40px;
  margin-bottom: 3%;
  /*width: 200px;*/
  padding: 0 60px;
  display: inline-block;
  text-align: center;
}
.development-wrap .event_box .parBd h4::after {
  content: "";
  background: #000;
  width: 100px;
  height: 1px;
  position: absolute;
  left: -100px;
  bottom: 12px;
}
.development-wrap .event_box .parBd h4::before {
  content: "";
  background: #000;
  width: 100px;
  height: 1px;
  position: absolute;
  right: -100px;
  bottom: 12px;
}
.development-wrap .event_box .parBd p {
  line-height: 180%;
  font-size: 16px;
  width: 80%;
  margin: 0 auto;
}
.development-wrap .event_box .sPrev,
.development-wrap .event_box .sNext {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: 10px;
}
.development-wrap .event_box .sPrev {
  left: 0;
}
.development-wrap .event_box .sNext {
  right: 0;
}
.development-wrap .event_box .sPrev img,
.development-wrap .event_box .sNext img {
  width: 28px;
  z-index: 33;
  transition: all 0.6s cubic-bezier(0.51, 1.1, 0.9, 0.95);
  -moz-transition: all 0.6s cubic-bezier(0.51, 1.1, 0.9, 0.95);
  -webkit-transition: all 0.6s cubic-bezier(0.51, 1.1, 0.9, 0.95);
  -o-transition: all 0.6s cubic-bezier(0.51, 1.1, 0.9, 0.95);
}

.join-wrap .profile-box {
  align-items: center;
}
.join-wrap img {
  margin-right: 60px;
}
.join-wrap img.email_img {
  width: 360px;
}
.join-wrap .content {
  margin-top: 30px;
  padding-right: 0;
}
.join-wrap .content p {
  text-indent: 0 !important;
  margin: 20px 0;
}
.join-wrap .content .form-box {
  margin: 20px 0;
}
.join-wrap .content .form-box .layui-input-block {
  margin-left: 86px;
}
.join-wrap .content .form-box .layui-input,
.join-wrap .content .form-box .layui-textarea {
  min-width: 220px;
}

.qualification-wrap .qualification-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.qualification-wrap .qualification-item .img-box {
  width: 120px;
  height: 120px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.qualification-wrap .qualification-item .img-box img {
  width: 80px;
}
.qualification-wrap .qualification-item p {
  margin: 20px 0;
}

.dynamic-wrap .solution-item-special .cont-box {
  flex-direction: column;
  color: #fff;
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px 20px;
}
.dynamic-wrap .solution-item-special .cont-box h5 {
  font-size: 16px;
  color: #fff;
  z-index: 2;
}
.dynamic-wrap .solution-item-special .cont-box .dt-box {
  z-index: 2;
}
.dynamic-wrap .solution-item-special .cont-box .dt-box span {
  display: inline-block;
  position: relative;
}
.dynamic-wrap .solution-item-special .cont-box .dt-box span:first-child {
  font-size: 18px;
  padding-right: 10px;
}
.dynamic-wrap .solution-item-special .cont-box .dt-box span:first-child::after {
  content: "";
  height: 24px;
  border-right: 2px solid #fff;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.dynamic-wrap .solution-item-special .cont-box .dt-box span:nth-child(2) {
  padding-left: 10px;
}

.map-wrap img {
  width: 100%;
}

.position-screen-wrap {
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  padding: 20px;
  margin-top: -25px;
  margin-bottom: 20px;
}
.position-screen-wrap .screen-header {
  display: flex;
  align-items: center;
  padding: 0.75rem 0;
}
.position-screen-wrap .screen-header .txt {
  flex: 1;
  position: relative;
  border-left: solid 3px rgb(0, 113, 239);
  display: block;
  line-height: 1;
  padding-left: 0.5em;
}
.position-screen-wrap .screen-header .txt::after {
  content: "";
  border-top: dashed 1px #ccc;
  display: block;
  position: absolute;
  left: 60px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.position-screen-wrap .screen-header .txt.space::after {
  left: 90px;
}
.position-screen-wrap .screen-body {
  padding-bottom: 20px;
}
.position-screen-wrap .screen-body .category-box {
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  padding: 10px 0;
  position: relative;
}
.position-screen-wrap .screen-body .category-box .title {
  font-weight: 700;
  flex-shrink: 0;
}
.position-screen-wrap .screen-body .category-box .keys {
  flex: auto;
  position: relative;
  height: 2.2em;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.position-screen-wrap .screen-body .category-box .keys.show-all {
  height: 100%;
}
.position-screen-wrap .screen-body .category-box .keys .words-box {
  align-items: center;
  padding-right: 4em;
  position: relative;
}
.position-screen-wrap .screen-body .category-box .keys .words-box .open {
  position: absolute;
  top: 0;
  right: 0;
  text-decoration: none;
  border-bottom: solid 1px;
  display: none;
}
.position-screen-wrap .screen-body .category-box .keys .words-box .word {
  display: inline-block;
  margin: 2px 5px;
  padding: 2px 6px;
  cursor: pointer;
}
.position-screen-wrap .screen-body .category-box .keys .words-box .word.active {
  background-color: rgb(0, 113, 239);
  color: #fff;
  border-radius: 3px;
}
.position-screen-wrap .screen-body .category-box:not(:last-of-type) {
  border-bottom: dashed 1px #eaeaea;
}
.position-screen-wrap .position-item {
  display: flex;
  align-items: center;
  border-bottom: dashed 1px #eaeaea;
  padding: 1.5rem 15px;
  cursor: pointer;
}
.position-screen-wrap .position-item:hover {
  background: #f5f5f5;
  border-radius: 5px;
}
.position-screen-wrap .position-item .position-item-box {
  margin-left: 1em;
  flex: 1 1 auto;
}
.position-screen-wrap .position-item .position-item-box .position-name {
  display: flex;
  align-items: center;
}
.position-screen-wrap .position-item .position-item-box .position-name img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 10px;
}
.position-screen-wrap .position-item .position-item-box .position-cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
  color: #999;
  font-size: 0.86rem;
  flex-wrap: wrap;
}
.position-screen-wrap .page-box {
  margin-top: 30px;
  text-align: center;
}
.position-screen-wrap .position-header .title-container {
  display: flex;
  align-items: center;
  margin-top: 0.5rem;
}
.position-screen-wrap .position-header .title-container .name {
  font-size: 1.2rem;
  font-weight: normal;
}
.position-screen-wrap .position-details {
  margin-top: 16px;
}
.position-screen-wrap .position-details .details-top {
  border-left: solid 2px #0166b0;
  padding-left: 0.5rem;
  font-size: 0.83rem;
  color: #999;
}
.position-screen-wrap .position-details .details-top li.bold {
  width: 100%;
  margin-bottom: 3px;
  color: #0166b0;
  font-size: 16px;
}
.position-screen-wrap .position-details .position-des {
  border-top: dashed 1px #eaeaea;
  border-bottom: dashed 1px #eaeaea;
  padding: 15px;
  margin: 1.5rem 0;
}
.position-screen-wrap .position-details .position-des b,
.position-screen-wrap .position-details .position-des p {
  line-height: 1.6;
}
.position-screen-wrap .position-details .position-des .paragraph {
  margin-bottom: 30px;
}

.consult-from {
  max-width: 460px;
  margin: 0 auto;
  padding: 30px;
}

.justify-center {
  justify-content: center !important;
}

.show {
  display: block !important;
}

.w_20 {
  width: 20%;
}

.w_30 {
  width: 30%;
}

.mt_0 {
  margin-top: 0 !important;
}

.mt_20 {
  margin-top: 20px !important;
}

.mb_20 {
  margin-bottom: 20px;
}

.pb_20 {
  padding-bottom: 20px;
}

.text-right {
  text-align: right;
}

.color_blue {
  color: rgb(0, 113, 239) !important;
}

.color_black {
  color: #333 !important;
}

.color_white {
  color: #fff;
}

.bg_white {
  background-color: #fff;
}

.bg_blue {
  background-color: #1664FF !important;
}

.bg_gray {
  background-color: #e5e5e5 !important;
}

@media screen and (max-width: 1200px) {
  .container {
    padding: 0 40px;
  }
  .banner-wrap {
    height: 540px;
  }
  .banner-wrap .banner-content-wrap .banner-container .banner-content {
    top: 52%;
  }
  .banner-wrap .banner-content-wrap .banner-container .banner-content h1 {
    font-size: 32px;
  }
  .banner-wrap .banner-content-wrap .banner-container .banner-content h3 {
    font-size: 18px;
  }
  .footer-menu-item {
    padding-right: 60px !important;
  }
  .service-wrap .tab-content-item img {
    width: 42%;
  }
  .service-wrap .tab-content-item .tab-content {
    width: 68%;
    padding: 20px 30px 0 120px;
  }
}
@media screen and (max-width: 1024px) {
  header {
    height: 48px;
  }
  header .home-menu-btn,
header .home-hd-phone {
    display: block;
  }
  header .hd-menu {
    position: absolute;
    top: 60px;
    left: 0;
    right: 0;
    padding: 10px 20px;
    background-color: #fff;
    display: none;
    z-index: 999;
  }
  header .hd-menu .layui-nav-tree {
    width: 100%;
  }
  header .hd-menu .layui-nav-tree a,
header .hd-menu .layui-nav-tree a:hover {
    color: #333;
  }
  header .hd-menu .layui-nav-tree .layui-this {
    background: none;
  }
  header .hd-menu .layui-nav-tree .layui-this a {
    background: none;
  }
  header .search-wrap {
    display: none;
  }
  .service-wrap .tab-content-item .tab-content {
    width: 68%;
    padding: 20px 30px 0 120px;
  }
}
@media screen and (max-width: 992px) {
  .customer-wrap .cust-box .item {
    margin-left: 12%;
  }
  .brand-wrap .home-brand-item img {
    width: 30%;
  }
  .brand-wrap .home-brand-item img.hw {
    width: 56%;
  }
  .footer-wrap .footer-menu {
    flex-direction: column;
    padding: 10px 30px;
  }
  .footer-wrap .footer-menu-left {
    width: 100% !important;
    padding: 0;
    flex-direction: column;
  }
  .footer-wrap .footer-menu-left .footer-menu-item::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid #fff;
  }
  .footer-wrap .footer-menu-item {
    padding-right: 0 !important;
    position: relative;
  }
  .footer-wrap .footer-menu h5 {
    margin: 10px 0;
    position: relative;
  }
  .footer-wrap .footer-menu h5::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 14px;
    height: 9px;
    background: url("../img/arrow-footer-menu.png") no-repeat;
    background-size: cover;
    transform: translateY(-50%) rotate(0);
    transition: 0.3s;
  }
  .footer-wrap .footer-menu ul {
    display: none;
    margin-top: 15px;
  }
  .footer-wrap .footer-menu .code-wrap {
    display: none;
    top: 40px;
  }
  .footer-wrap .footer-menu .expanded ul,
.footer-wrap .footer-menu .expanded .code-wrap {
    display: block;
  }
  .footer-wrap .footer-menu .expanded h5::after {
    transform: translateY(-50%) rotate(180deg);
  }
  .news-wrap .news-item img {
    margin-right: 30px;
  }
  .news-wrap .news-item .news-item-right h5 {
    font-size: 18px;
    padding-left: 0;
  }
  .news-wrap .news-item .news-item-right .content {
    margin: 20px 0;
  }
  .case-banner-wrap .case-banner-box {
    width: 100%;
    height: 320px;
  }
  .case-banner-wrap .case-banner-box .bg-right {
    width: 86px;
    right: 10px;
  }
  .case-banner-wrap .case-banner-item .content {
    width: 100%;
  }
  .service-promise-wrap .service-promise-item {
    height: 320px;
  }
  .service-promise-wrap .service-promise-item .promise-content-box.bottom_120 {
    bottom: 0px;
  }
  .service-promise-wrap .service-promise-item .promise-content-box.top_0 {
    top: 0;
    bottom: auto;
  }
  .service-promise-wrap .service-promise-item .promise-content-box.bottom_80 {
    bottom: 0px;
  }
  .service-promise-wrap .target-box .target-cont {
    width: 100%;
    padding: 20px 40px;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .service-promise-wrap .target-box .target-cont p {
    line-height: 32px;
    color: #fff;
  }
  .service-promise-wrap .target-box img {
    width: 100%;
    height: 260px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    padding: 0 16px;
  }
  .banner-wrap {
    height: 360px;
  }
  .banner-wrap .banner-content-wrap .banner-container .banner-content {
    top: 52%;
  }
  .banner-wrap .banner-content-wrap .banner-container .banner-content h1 {
    font-size: 26px;
  }
  .banner-wrap .banner-content-wrap .banner-container .banner-content h3 {
    font-size: 18px;
    margin-top: 10px;
  }
  .banner-wrap .banner-content-wrap .banner-container .banner-content .link-btn {
    font-size: 14px;
    margin-top: 10px;
  }
  .service-type-wrap {
    top: 20px;
  }
  .layui-carousel-ind {
    top: auto !important;
    bottom: 30px;
  }
  .home-product-wrap {
    top: 30px;
  }
  .home-product-wrap .home-product-item {
    background-color: #f5f5f5;
  }
  .industry-content {
    flex-direction: column;
  }
  .industry-content ul {
    width: 100% !important;
    margin: 0 !important;
  }
  .industry-content ul li::after {
    right: 20px !important;
  }
  .industry-content .tab-content {
    margin-top: 30px;
  }
  .customer-wrap {
    padding-bottom: 30px;
  }
  .customer-wrap h2 {
    font-size: 24px;
  }
  .customer-wrap .cust-box {
    padding: 30px 0;
  }
  .footer-wrap .footer-menu .code-wrap {
    top: 30px;
    right: 30px;
  }
  .tab-btn-wrap {
    text-align: center;
  }
  .product-list-wrap .product-list-box {
    display: flex;
    flex-direction: column;
  }
  .product-list-wrap .product-list-box .product-list-left {
    margin-right: 0;
  }
  .product-list-wrap .product-list-box ul li::after {
    content: "";
    border-bottom: 1px solid #dedede;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .product-list-wrap .product-list-box ul li:last-child::after {
    border: none;
  }
  .product-list-wrap .product-list-box .product-tab-content {
    margin-top: 20px;
  }
  .product-list-wrap .product-list-box .product-tab-content .product-tab-item {
    max-width: 100%;
  }
  .product-advantage-wrap .advantage-tab-wrap .advantage-tab-content {
    height: 280px;
  }
  .product-advantage-wrap .advantage-tab-wrap .tab-content-item p {
    width: 40%;
  }
  .product-advantage-wrap .advantage-tab-wrap .tab-content-item img {
    width: 260px;
  }
  .solution-wrap h3 {
    font-size: 22px;
  }
  .solution-wrap .layui-col-xs12:last-child .solution-item {
    margin-bottom: 20px !important;
  }
  .solution-wrap .solution-item {
    margin-bottom: 0;
  }
  .solution-wrap .solution-content-box {
    flex-direction: column;
    align-items: center;
  }
  .solution-wrap .solution-content-box .solution-content {
    width: 100%;
  }
  .solution-wrap .solution-content-box .xc-img-box {
    margin-left: 0;
    margin-top: 20px;
  }
  .solution-wrap .solution-content-box .xc-img-box img {
    width: 100%;
  }
  .solution-wrap .solution-item-special {
    margin: 0;
    padding: 0;
  }
  .solution-wrap .text {
    width: 100%;
  }
  .cases-wrap .case-list-box .case-item {
    height: 180px;
  }
  .service-wrap .service-web {
    display: none;
  }
  .service-wrap .service-mobile {
    display: block;
  }
  .service-wrap .service-item img {
    width: 40%;
  }
  .profile-wrap .profile-box {
    flex-direction: column;
  }
  .profile-wrap .profile-box .content {
    padding-right: 0;
  }
  .profile-wrap .profile-box img {
    width: 100%;
  }
  .vision-wrap .vision-item-hd .vision-item {
    width: 180px;
    height: 240px;
  }
  .development-wrap .event_box .parHd .tempWrap {
    margin: 0 auto;
  }
  .development-wrap .event_box .parHd .tempWrap::after {
    right: 3%;
    left: 30px;
  }
  .join-wrap img {
    margin-right: 0;
  }
  .join-wrap img.email_img {
    width: 100%;
  }
  .position-screen-wrap {
    margin-top: 20px;
  }
  .position-screen-wrap .position-item .position-item-box .position-name img {
    width: 46px;
    height: 46px;
  }
}
@media screen and (max-width: 450px) {
  .banner-wrap {
    height: 230px;
  }
  .banner-wrap .home-banner-content.left {
    top: 34% !important;
  }
  .banner-wrap h2 {
    font-size: 22px !important;
  }
  .banner-wrap h3 {
    font-size: 16px !important;
    margin-top: 8px !important;
  }
  .banner-wrap .link-btn {
    margin-top: 10px !important;
  }
  .banner-wrap .link-btn a {
    padding: 3px 20px;
    font-size: 14px;
  }
  .banner-wrap .banner-content-wrap .banner-container .banner-content {
    top: 62%;
    left: 10%;
  }
  .banner-wrap .banner-content-wrap .banner-container .banner-content h1 {
    font-weight: normal;
    font-size: 22px;
  }
  .banner-wrap .banner-content-wrap .banner-container .banner-content h3 {
    font-size: 16px;
    margin-top: 10px;
  }
  .banner-wrap .mobile-banner-img {
    display: block;
  }
  .banner-wrap .web-banner-img {
    display: none;
  }
  .customer-wrap h2 {
    font-size: 18px;
  }
  .customer-wrap .cust-box .item {
    margin-left: 0;
  }
  .customer-wrap .cust-box .item .number {
    font-size: 18px;
  }
  .footer-wrap .footer-menu .code-wrap {
    top: 50px;
    right: 10px;
  }
  .footer-wrap .footer-menu .code-wrap img {
    width: 80px;
    height: 80px;
  }
  .news-wrap {
    background-color: #f5f5f5;
  }
  .news-wrap .container {
    background-color: #fff;
  }
  .news-wrap .news-content {
    margin-top: 0;
  }
  .news-wrap .news-item .news-item-right h5 {
    font-size: 16px;
  }
  .news-wrap .news-item .news-item-right .content {
    margin: 10px 0;
  }
  .news-wrap .news-item .news-item-right .comment-left {
    display: none;
  }
  .news-wrap .news-item .news-item-right .comment-right {
    width: 100%;
    text-align: right;
    color: #999;
  }
  .news-wrap .comment-mobile {
    display: flex !important;
    align-items: center;
    position: relative;
    padding: 12px 0;
  }
  .news-wrap .comment-mobile::before {
    content: "";
    border-top: 1px solid #f5f5f5;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
  }
  .news-wrap .comment-mobile span {
    flex: 1;
    text-align: center;
  }
  .news-wrap .comment-mobile span i {
    display: inline-block;
    margin-right: 10px;
  }
  .news-wrap .comment-mobile span i.hight {
    color: rgb(0, 113, 239);
  }
  .news-info-wrap h3 {
    font-size: 20px;
  }
  .news-info-wrap .img-wrap img {
    width: 100%;
  }
  .product-advantage-wrap h5 {
    font-size: 22px;
  }
  .product-advantage-wrap .advantage-tab-wrap .advantage-tab-content {
    height: 320px;
  }
  .product-advantage-wrap .advantage-tab-wrap .tab-content-item {
    flex-direction: column;
    padding: 10px;
  }
  .product-advantage-wrap .advantage-tab-wrap .tab-content-item p {
    width: 100%;
    margin-bottom: 20px;
  }
  .product-advantage-wrap .advantage-tab-wrap .tab-content-item img {
    width: 100%;
  }
  .product-advantage-wrap .advantage-tab-wrap .layui-carousel[lay-arrow=always] .layui-carousel-arrow {
    left: 5px;
  }
  .product-advantage-wrap .advantage-tab-wrap .layui-carousel[lay-arrow=always] .layui-carousel-arrow[lay-type=add] {
    right: 5px;
  }
  .cases-wrap {
    background-color: #f5f5f5;
  }
  .cases-wrap h3 {
    font-size: 26px;
    padding: 20px 0;
    text-align: center;
  }
  .cases-wrap .cases-top dl dt {
    padding: 10px 20px;
  }
  .cases-wrap .cases-top dl dd {
    padding: 10px 20px;
  }
  .service-wrap .service-item img {
    width: 120px;
  }
  .about-list-wrap {
    position: relative;
  }
  .about-list-wrap h3 {
    display: block;
    padding: 10px;
    position: relative;
  }
  .about-list-wrap h3::after {
    position: absolute;
    content: "";
    width: 13px;
    height: 7px;
    top: 50%;
    right: 10px;
    background: url("../img/arrow-footer-menu.png") no-repeat;
    background-size: cover;
    transform: translateY(-50%) rotate(0);
    transition: 0.3s;
  }
  .about-list-wrap h3.expanded::after {
    transform: translateY(-50%) rotate(180deg);
  }
  .about-list-wrap .about-tab-box {
    display: none;
    position: absolute;
    top: 40px;
    z-index: 998;
    width: 100%;
  }
  .about-list-wrap .about-tab {
    display: flex;
    flex-direction: column;
    background-color: #fff;
  }
  .about-list-wrap .about-tab li {
    width: 100%;
    display: block;
    padding: 10px 20px;
    text-align: center;
  }
  .about-list-wrap .about-tab li a {
    display: block;
  }
  .vision-wrap .vision-item-hd {
    flex-direction: column;
  }
  .vision-wrap .vision-item-hd .vision-item {
    width: 100%;
    height: 220px;
  }
}/*# sourceMappingURL=common.css.map */