html {
  font-size: 100px;
}
body {
  font-family: Source Han Sans CN;
}
a:hover {
  text-decoration: none;
}
ul,
ol {
  list-style: none;
}
.icon {
  width: 1em;
  height: 1em;
  fill: currentColor;
  overflow: hidden;
}
p {
  margin: 0;
}
.box {
  width: 100%;
  margin: 0 auto;
}
.textnowrap {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.navbar {
  font-size: 14px;
  margin-bottom: 0;
  border: none;
}
.navbar-nav > li {
  margin: 0 40px;
}
.navbar-nav > li > a {
  padding: 20px 0;
  border-bottom: 2px solid #ffffff;
}
.navbar-nav > li > a:hover {
  color: #3990f5;
  border-bottom: 2px solid #3a92f5;
  text-decoration: none;
  background-color: #ffffff;
}
.navbar-nav > li > a:focus {
  background-color: #ffffff;
}
/* 下拉框 */
.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: #ffffff;
  border-color: #3a92f5;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover {
  color: #898989;
  text-decoration: none;
  background-color: #edf6fd;
}
.navbar-nav > li > .dropdown-menu {
  padding: 20px 0;
  font-weight: bold;
  min-width: auto;
}
.dropdown-menu > li > a {
  padding: 10px 40px;
  color: #898989;
}
.dropdown-menu > li > a img {
  margin-right: 12px;
}
.dropdown-menu > li > a i {
  font-size: 22px;
  color: #10abff;
  margin-right: 12px;
  vertical-align: middle;
}
.zhuce {
  height: 60px;
  padding: 13px;
  margin-left: 3%;
}
.zhuce a {
  display: block;
  background: #398cee;
  padding: 6px 30px;
  text-align: center;
  color: #f7f7f7;
  border-radius: 46px;
}
.zhuce a:hover {
  text-decoration: none;
}
/* 轮播 */
.carousel-inner > .item > img {
  width: 100%;
}
.carousel-control.right,
.carousel-control.left {
  background-image: none;
}
.carousel-indicators .active {
  width: 17px;
  height: 17px;
  margin: 9px 5px;
}
.carousel-indicators li {
  width: 15px;
  height: 15px;
  margin: 10px 6px;
}
.core {
  text-align: center;
  padding: 0;
}
.core .coredow {
  margin: 0 12px;
  border: 1px solid #eeeeee;
  overflow: hidden;
  border-radius: 4px;
}
.core .coredow:hover {
  box-shadow: 0px 0px 5px 0px #ebebeb;
}
.core svg {
  font-size: 72px;
}
.core .hiddimg {
  overflow: hidden;
  border-radius: 2px;
}
.core .hiddimg:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  opacity: 0.8;
}
.core img {
  transition: all 0.2s ease-out;
  width: 100%;
}
.core h3 {
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #444444;
  padding: 26px 0 20px;
  margin: 0 20px;
  border-bottom: 1px solid #eeeeee;
}
.core p {
  height: 115px;
  font-size: 14px;
  line-height: 1.9em;
  color: #898989;
  padding: 30px;
}
.gsysbox {
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.gsysbox .gsflex {
  width: 30%;
  box-shadow: 0px 1px 7px 0px rgba(223, 223, 223, 0.75);
  margin-bottom: 25px;
}
.gsysbox .gsflex:hover {
  box-shadow: 0px 1px 16px 0px rgba(223, 223, 223, 0.75);
}
.gsysbox .gsflex:hover svg {
  bottom: 0 !important;
  transform: translateY(18px) !important;
  transition: transform 0.8s !important;
}
.gsysbox .gsflex .gsimgbo {
  position: relative;
}
.gsysbox .gsflex .gsimgbo img {
  width: 100%;
}
.gsysbox .gsflex .gsimgbo h3 {
  position: absolute;
  top: 10px;
  left: 25px;
  color: rgba(255, 255, 255, 0.96);
}
.gsysbox .gsflex .gsimgbo svg {
  position: absolute;
  font-size: 72px;
  bottom: 5px;
  right: 15px;
  transform: translateY(50%);
  transition: transform 0.5s;
}
.gsysbox .gsflex p {
  text-align: center;
  color: #898989;
  padding: 50px 60px;
  line-height: 1.9em;
}
.industry-solutions {
  display: flex;
  justify-content: center;
  height: 431px;
  margin-bottom: 130px;
}
.industry-solutions .img-list {
  width: 51%;
  overflow: hidden;
  position: relative;
}
.industry-solutions .img-list img {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(5%);
  transition: all 0.6s;
}
.industry-solutions .img-list .img-active {
  transform: translateY(0);
  opacity: 1;
}
.industry-solutions .text-list {
  width: 45%;
}
.industry-solutions .text-list .industry-card {
  height: 20%;
  display: flex;
  align-items: center;
  position: relative;
  border-top: 1px solid #dedede;
  border-right: 1px solid #dedede;
  cursor: pointer;
  background-color: #fff;
  opacity: 0.4;
  transition: all 0.3s;
}
.industry-solutions .text-list .industry-card:last-child {
  border-bottom: 1px solid #dedede;
}
.industry-solutions .text-list .industry-card:hover .incard-arrow .incard-arrow-back {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.industry-solutions .text-list .industry-card:after {
  content: "";
  position: absolute;
  border-width: 15px 15px 15px 0;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
  top: 50%;
  left: 0;
  width: 0;
  height: 0;
  opacity: 1;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
.industry-solutions .text-list .industry-card.active {
  opacity: 1;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
}
.industry-solutions .text-list .industry-card.active:after {
  transform: translate3d(-14px, -50%, 0);
}
.industry-solutions .text-list .industry-card svg {
  font-size: 40px;
  margin: 0 20px 0 35px;
}
.industry-solutions .text-list .industry-card .incard-text p:first-child {
  color: #222222;
  font-size: 15px;
  margin-bottom: 5px;
}
.industry-solutions .text-list .industry-card .incard-text p:last-child {
  font-size: 13px;
  color: #898989;
  margin-bottom: 0;
}
.industry-solutions .text-list .industry-card .incard-arrow {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  overflow: hidden;
}
.industry-solutions .text-list .industry-card .incard-arrow .incard-arrow-back {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #bcd7ff;
  height: 100%;
  width: 60px;
  -webkit-transform: translate3d(60px, 0, 0);
  transform: translate3d(60px, 0, 0);
  opacity: 0.1;
  transition: all 0.3s;
}
.industry-solutions .text-list .industry-card .incard-arrow .incard-arrow-back i {
  color: #1678ff;
  font-size: 25px;
}
/* 顶部图文 */
.topbg {
  background: url("../images/topbg.jpg") center no-repeat;
  height: 16vw;
  background-size: auto 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.topbg h2 {
  font-size: 36px;
  letter-spacing: 1px;
  font-weight: 500;
  color: #fff;
}
.topbg h2 span {
  letter-spacing: 0;
}
.topbg p {
  font-size: 30px;
  font-family: PingFang SC;
  letter-spacing: 1px;
  margin-top: -35px;
  color: #fff;
  opacity: 0.2;
  font-weight: 300;
}
/* 页脚 */
footer {
  min-height: 420px;
  background: #1c1b20;
}
footer .foottop {
  display: flex;
  justify-content: space-between;
  padding: 25px 170px;
  letter-spacing: 1px;
}
footer .foottop .titicon {
  display: flex;
  align-items: center;
  color: #a0a0a0;
}
footer .foottop .titicon i {
  color: #f0f0f0;
  font-size: 40px;
  line-height: normal;
  margin-right: 8px;
}
footer .foottop .titicon h4 {
  font-size: 16px;
  color: #f0f0f0;
  margin: 5px 0;
}
footer .foottop .titicon p {
  margin: 0;
}
.jianbianbor {
  width: 100%;
  height: 2px;
  background: radial-gradient(#7b7b7b 24%, #000000 100%);
}
.page_footer1 {
  background: #1c1b20;
  padding: 35px 170px 0 170px;
}
.page_footer2 {
  background: #1c1b20;
  min-height: 60px;
  text-align: center;
  padding: 20px;
  letter-spacing: 1px;
}
.page_footer2 span {
  font-size: 14px;
}
.page_footer1 h3 {
  width: 114px;
  color: #f0f0f0;
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  padding-bottom: 15px;
  margin: 0 0 15px;
}
.page_footer1 ul {
  padding-left: 0;
}
.page_footer1 ul li {
  margin-bottom: 28px;
}
.page_footer1 ul li a {
  color: #a0a0a0;
  font-size: 14px;
  font-weight: 300;
}
.footright {
  color: #a0a0a0;
  font-size: 14px;
}
.footright h4 {
  margin-top: 0;
}
.wll {
  width: 1100px;
  margin: 0 auto;
}
.sxtitle {
  text-align: center;
  margin-bottom: 35px;
}
.sxtitle .adss {
  font-size: 24px;
  color: #222222;
  font-weight: 400;
  position: relative;
  padding: 20px;
  letter-spacing: 2px;
}
.sxtitle .adss::before {
  content: "";
  position: absolute;
  background: #0323ac;
  border-radius: 1px;
  width: 28px;
  height: 2px;
  transform: translate(-50%, -50%);
  left: 50%;
  bottom: 12px;
}
.sxtitle .mtads {
  margin-top: 25px;
}
.sxtitle p {
  color: #898989;
  font-size: 16px;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .navbar-nav > li.active > a {
    color: #3990f5;
    border-bottom: 2px solid #3a92f5;
    text-decoration: none;
    background-color: #ffffff;
  }
  .dropdown i {
    display: none;
  }
  .dropdown-menu {
    left: 50%;
    transform: translate(-50%, 0);
  }
  .navbar-nav > li > .dropdown-menu {
    text-align: left;
    overflow: hidden;
  }
  .navbar-header {
    margin: 0 4% 0 11% !important;
  }
  .navbar-header img {
    height: 46px;
  }
  .botzwf {
    height: 35px;
  }
  .smbot_href,
  .casebox .projbg > img {
    display: none;
  }
  .carousel-inner > .item > .minimg {
    display: none;
  }
}
@media (max-width: 767px) {
  .nav .open > a:hover,
  .nav .open > a:focus,
  .navbar-nav > li > a:hover {
    background-color: #ffffff;
    border-color: #ffffff;
  }
  .nav .open > a {
    border-color: #ffffff;
  }
  .nav .open > a:hover,
  .nav .open > a:focus,
  .navbar-nav > li > a:hover {
    background-color: #ffffff;
    border-color: #ffffff;
  }
  .dropdown-menu > li > a:hover {
    background: #ffffff;
  }
  .navbar-nav {
    text-align: center;
  }
  .navbar-brand {
    height: auto;
  }
  .navbar-toggle .icon-bar {
    background-color: grey;
  }
  .navbar-brand > img {
    height: 30px;
  }
  .navbar-toggle {
    padding: 14px 10px;
  }
  .navbar-nav > li > .dropdown-menu {
    padding: 0 40px 0 22px;
  }
  .navbar-nav > li > .dropdown-menu > li {
    padding: 5px 0;
  }
  .navbar-nav > li > .dropdown-menu > li > a {
    padding: 6px 15px !important;
    font-size: 14px;
  }
  .carousel-indicators {
    display: none;
  }
  .bannbot {
    bottom: -8%;
  }
  .corehz {
    padding: 6% 2%;
  }
  .page_footer1 {
    padding: 30px 3%;
  }
  .projbg {
    width: 100%;
    padding: 0;
    height: auto;
    background: #3d90f0;
  }
  .projbg .projectimg {
    position: static !important;
  }
  .procase {
    background: #f8f9fa;
  }
  .titlehz {
    padding: 0 40px 25px 40px;
    width: auto;
    text-align: center;
    background: #ffffff;
    float: none !important;
  }
  .titlehz p {
    line-height: 24px;
    margin-bottom: 24px;
    color: #666;
  }
  .titlehz a {
    color: #1e82d2;
  }
  .titlehz a i {
    display: none;
  }
  .page_footer1 h3 {
    width: 70%;
  }
  .topbg {
    height: 2.2rem;
  }
  .topbg h2 {
    line-height: 1.1em;
    font-size: 24px;
    margin-bottom: 15px;
  }
  .topbg p {
    margin-top: 0;
    font-size: 18px;
    opacity: 0.8;
  }
  .topbg .sxtitcen {
    padding: 0 7%;
  }
  .topbg .sxtitcen h2 {
    line-height: 1.3em;
    letter-spacing: 0;
  }
  .topbg .sxtitcen h2 span {
    display: none;
  }
  .topbg .sxtitcen p {
    line-height: 26px;
  }
  footer .foottop {
    padding: 15px 0 10px;
    flex-direction: column-reverse;
  }
  footer .foottop .titicon {
    padding: 10px 30px;
  }
  footer .foottop .titicon i {
    font-size: 33px;
    width: 35px;
    margin-right: 12px;
  }
  footer .page_footer2 {
    padding: 20px 0;
  }
  .titlehz_top {
    margin-bottom: 10px;
    padding-top: 10px;
    color: #1e82d2;
  }
  .titlehz_top span {
    font-size: 17px;
    line-height: 40px;
    margin-left: 6px;
    color: #1e82d2;
  }
  .titlehz_top img {
    width: 40px;
  }
  .titlehz_top i {
    font-size: 24px;
  }
  .wll {
    width: 100%;
  }
  .sxtitle {
    margin-bottom: 15px;
  }
  .sxtitle .adss {
    font-size: 20px;
  }
  .sxtitle .mtads {
    margin-top: 0;
  }
  .mincorebo {
    padding: 0 10px;
  }
  .core .coredow {
    margin: 15px 5px;
  }
  .core .coredow h3 {
    font-size: 16px;
    margin: 0 5px;
    padding: 15px;
  }
  .core .coredow p {
    padding: 10px 15px;
    height: 105px;
  }
  .core .coredow:hover {
    box-shadow: none;
  }
  .gsysbox {
    padding: 0 20px;
  }
  .gsysbox .gsflex {
    width: 100%;
    border-radius: 4px;
    overflow: hidden;
  }
  .gsysbox .gsflex p {
    padding: 25px 60px;
  }
  .incard-text p:last-child {
    padding-right: 15px;
  }
  .industry-solutions {
    margin-bottom: 30px;
    height: auto;
  }
  .industry-solutions .img-list,
  .industry-solutions .incard-arrow {
    display: none;
  }
  .industry-solutions .text-list {
    width: 100%;
  }
  .industry-solutions .text-list .textnowrap1 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .industry-solutions .text-list .industry-card {
    opacity: 1;
    margin: 15px 20px;
    border: none;
    overflow: hidden;
    height: auto;
    padding: 18px 0;
    border-radius: 4px;
    box-shadow: 0px 0px 10px 0px #e7e7e7;
  }
  .industry-solutions .text-list .industry-card.active {
    box-shadow: 0px 0px 10px 0px #e7e7e7;
  }
  .industry-solutions .text-list .industry-card:last-child {
    border-bottom: 0;
  }
  .industry-solutions .text-list .industry-card svg {
    margin: 0 20px 0 25px;
  }
  .navbar-nav > li {
    margin: 0 6% 0 8%;
    text-align: left;
  }
  .navbar-nav > li a {
    padding: 12px 0;
    font-size: 15px;
  }
  .dropdown.open i {
    transform: rotate(90deg);
  }
  .dropdown a .caret {
    display: none;
  }
  .dropdown i {
    float: right;
    font-weight: 900;
    color: #222222;
    display: inline-block;
    transition: transform 0.3s;
  }
  .navbar-nav .dropdown-menu {
    height: 0;
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
    overflow: hidden;
    transition: all 0.5s ease 0s;
  }
  .navbar-nav .open .dropdown-menu {
    height: auto;
    display: block;
  }
  .carousel-inner > .item > img {
    display: none;
  }
  .carousel-inner > .item > .minimg {
    display: block;
  }
}
