@charset "utf-8";
/*banner start*/
/* @media screen and (min-width: 1900px) { */
.indexbanner_container {
  position: relative;
  width: 100%;
  height: 720px;
  overflow: hidden;
}
.indexbanner_container .bannerbg {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1400px;
  height: 720px;
  margin-left: -700px;
  z-index: 10;
}
.indexbanner_container .bannercnt {
  position: absolute;
  width: 100%;
  height: 720px;
}
.bannerad {
  position: absolute;
  top: 640px;
  left: 50%;
  width: 1140px;
  height: 160px;
  margin-left: -570px;
  z-index: 40;
}
/*banner end*/
/*banner ads start*/
.bannerad ul li {
  float: left;
  width: 380px;
  height: 160px;
  box-shadow: 0px 10px 20px 0px rgba(0, 108, 238, 0.05);
}
.bannerad ul li a {
  display: block;
  position: relative;
  width: 380px;
  height: 160px;
  padding: 30px 40px 30px 100px;
  box-sizing: border-box;
  box-shadow: 0px 10px 20px 0px rgba(0, 108, 238, 0.05);
  transition: background 0.25s ease-in-out;
  z-index: 0;
}
.bannerad ul li:nth-child(1) a {
  background: #ffffff;
  border: 1px solid #e7edf5;
}
.bannerad ul li:nth-child(2) {
  background: #ffffff -webkit-linear-gradient(top left, rgba(254, 90, 44, 1) 0%, rgba(
          255,
          156,
          128,
          1
        )
        100%);
  background: #ffffff -o-linear-gradient(top left, rgba(254, 90, 44, 1) 0%, rgba(
          255,
          156,
          128,
          1
        )
        100%);
  background: #ffffff
    linear-gradient(
      to bottom right,
      rgba(254, 90, 44, 1) 0%,
      rgba(255, 156, 128, 1) 100%
    );
}
.bannerad ul li:nth-child(3) {
  background: #ffffff -webkit-linear-gradient(top left, rgba(27, 38, 54, 1) 0%, rgba(
          49,
          69,
          96,
          1
        )
        100%);
  background: #ffffff -o-linear-gradient(top left, rgba(27, 38, 54, 1) 0%, rgba(
          49,
          69,
          96,
          1
        )
        100%);
  background: #ffffff
    linear-gradient(
      to bottom right,
      rgba(27, 38, 54, 1) 0%,
      rgba(49, 69, 96, 1) 100%
    );
}
.bannerad ul li a::before {
  content: '';
  position: absolute;
  top: 30px;
  left: 40px;
  width: 40px;
  height: 40px;
  border-radius: 8px;
}
.bannerad ul li:nth-child(1) a::before {
  background: url('../image/3adicon-yywg.png') no-repeat center center;
  box-shadow: 0px 6px 10px 0px rgba(0, 108, 238, 0.08);
}
.bannerad ul li:nth-child(2) a::before {
  background: url('../image/3adicon-yyzf.png') no-repeat center center;
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.08);
}
.bannerad ul li:nth-child(3) a::before {
  background: url('../image/3adicon-lxsj.png') no-repeat center center;
  box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, 0.08);
}
.bannerad ul li:nth-child(1) a:hover {
  background: #f5f8fc;
}
.bannerad ul li:nth-child(2) a:hover {
  background: rgba(255, 255, 255, 0.05);
}
.bannerad ul li:nth-child(3) a:hover {
  background: rgba(255, 255, 255, 0.05);
}
.bannerad ul li:nth-child(2) a h4,
.bannerad ul li:nth-child(3) a h4 {
  color: #ffffff;
}
.bannerad ul li a p {
  margin-top: 10px;
  font-size: 16px;
  color: #7a8ba6;
}
.bannerad ul li:nth-child(2) a p,
.bannerad ul li:nth-child(3) a p {
  color: rgba(255, 255, 255, 0.6);
}
/*banner ads end*/
.index_advance,
.index_product,
.index_solution,
.index_showcase,
.index_territory,
.index_news {
  width: 1140px;
  margin: 0 auto;
  padding: 80px 0;
}
.index_advance {
  min-height: 506px;
  background: url('../image/homeimg-gsysbg.png') no-repeat bottom center;
  padding-bottom: 0;
}
.contentwrap h1::before {
  content: '';
  position: absolute;
  top: 18px;
  left: 116px;
  font-family: akrobat-semibold;
  font-size: 26px;
  line-height: 26px;
  color: #bdcad5;
}
.index_advance h1::before {
  content: 'ADVANTAGE';
}
.index_product h1::before {
  content: 'PRODUCT';
}
.index_solution h1::before {
  content: 'SOLUTION';
}
.index_showcase h1::before {
  content: 'SHOWCASE';
}
.index_territory h1::before {
  content: 'TERRITORY';
  color: rgba(255, 255, 255, 0.3);
}
.index_territory h1 {
  color: #ffffff;
}
.index_territory h1::after {
  background-position: top right;
}
.index_news h1::before {
  content: 'NEWS';
}
ul.fiveno1 {
  position: relative;
  margin-top: 60px;
  min-height: 230px;
}
ul.fiveno1 li {
  width: 228px;
  height: 230px;
  position: absolute;
  border: 1px solid #e7edf5;
  box-sizing: border-box;
  background: #ffffff;
  transition: height 0.2s cubic-bezier(0.87, 0, 0.13, 1) 0.1s;
}
ul.fiveno1 > li:nth-child(2) {
  left: 227px;
}
ul.fiveno1 > li:nth-child(3) {
  left: 454px;
}
ul.fiveno1 > li:nth-child(4) {
  left: 681px;
}
ul.fiveno1 > li:nth-child(5) {
  left: 908px;
}
ul.fiveno1 li p {
  font-size: 20px;
  line-height: 30px;
  color: #1b2636;
  margin-left: 30px;
  margin-right: 30px;
  padding-bottom: 20px;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  transition: -webkit-transform 0.4s cubic-bezier(0, 1.04, 0.39, 0.89);
  transition: transform 0.4s cubic-bezier(0, 1.04, 0.39, 0.89);
  transition: transform 0.4s cubic-bezier(0, 1.04, 0.39, 0.89),
    -webkit-transform 0.4s cubic-bezier(0, 1.04, 0.39, 0.89);
}
ul.fiveno1 li .img_first {
  margin-top: 40px;
  margin-left: 30px;
  opacity: 1;
}
ul.fiveno1 li .img_second {
  position: absolute;
  right: 24px;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  transition: opacity 0.1s cubic-bezier(0.87, 0, 0.13, 1),
    -webkit-transform 0.1s cubic-bezier(0.87, 0, 0.13, 1);
  transition: transform 0.1s cubic-bezier(0.87, 0, 0.13, 1),
    opacity 0.1s cubic-bezier(0.87, 0, 0.13, 1);
  transition: transform 0.1s cubic-bezier(0.87, 0, 0.13, 1),
    opacity 0.1s cubic-bezier(0.87, 0, 0.13, 1),
    -webkit-transform 0.1s cubic-bezier(0.87, 0, 0.13, 1);
}
ul.fiveno1 li .card {
  padding: 30px;
  position: absolute;
  top: 90px;
  opacity: 0;
  transition: opacity 0.1s cubic-bezier(0.87, 0, 0.13, 1);
  z-index: 100;
}
ul.fiveno1 li .card .desc {
  padding: 20px 0 10px;
  font-size: 20px;
  line-height: 30px;
  border-top: 1px solid #e7edf5;
  color: #1b2636;
}
/* hover 时 */
ul.fiveno1 > li:hover {
  height: 360px;
  z-index: 1;
  border: 1px solid #006cee;
}
ul.fiveno1 > li:hover::before {
  content: '';
  position: absolute;
  top: 0;
  left: 30px;
  width: 60px;
  height: 4px;
  background: -webkit-linear-gradient(left, #006cee 0%, #ffffff 100%);
  background: -o-linear-gradient(left, #006cee 0%, #ffffff 100%);
  background: linear-gradient(to right, #006cee 0%, #ffffff 100%);
  border-radius: 0 0 4px 4px;
}
ul.fiveno1 > li:hover > .img_first {
  opacity: 0;
}
ul.fiveno1 > li:hover > p {
  -webkit-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
}
ul.fiveno1 > li:hover > .img_second {
  opacity: 0;
  -webkit-transform: translateX(24px);
  -ms-transform: translateX(24px);
  transform: translateX(24px);
}
ul.fiveno1 > li:hover > .card {
  opacity: 1;
  transition: opacity 0.4s cubic-bezier(0.87, 0, 0.13, 1);
  padding: 30px;
}

ul.advance_data {
  position: relative;
  width: 100%;
  margin-top: 100px;
  height: 160px;
}
ul.advance_data li {
  position: absolute;
  top: 0;
  left: 0;
  width: 229px;
  height: 160px;
}
ul.advance_data li:nth-child(2) {
  left: 228px;
}
ul.advance_data li:nth-child(3) {
  left: 456px;
}
ul.advance_data li:nth-child(4) {
  left: 684px;
}
ul.advance_data li:nth-child(5) {
  left: 912px;
}
.index_product .tabs .tab:nth-child(4)::after {
  content: '';
  background: none;
}
.producttab {
  width: 100%;
  min-height: 200px;
  margin-top: 40px;
  background: #f5f8fc;
  box-sizing: border-box;
  padding: 40px 60px;
}
.producttab ul li {
  float: left;
  width: 260px;
  min-height: 110px;
  margin: 40px 40px 0;
}
.producttab ul li:nth-child(1),
.producttab ul li:nth-child(2),
.producttab ul li:nth-child(3) {
  margin-top: 0;
}
.producttab ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.producttab ul li a h3 {
  position: relative;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  box-sizing: border-box;
  padding-left: 30px;
  transition: color 0.15s ease-in-out;
}
.producttab ul li a h3::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 20px;
  height: 20px;
  transition: background 0.15s ease-in-out;
}
.producttab ul li a h3.index_product_tablxsj::before {
  background: url('../image/indexico-lxsj.png') no-repeat 0 0;
}
.producttab ul li a h3.index_product_tabyywl::before {
  background: url('../image/indexico-yywl.png') no-repeat 0 0;
}
.producttab ul li a h3.index_product_tabyymh::before {
  background: url('../image/indexico-yymh.png') no-repeat 0 0;
}
.producttab ul li a h3.index_product_tabyywg::before {
  background: url('../image/indexico-yywg.png') no-repeat 0 0;
}
.producttab ul li a h3.index_product_tabyyzf::before {
  background: url('../image/indexico-yyzf.png') no-repeat 0 0;
}
.producttab ul li a h3.index_product_tabyyfw::before {
  background: url('../image/indexico-yyfw.png') no-repeat 0 0;
}
.producttab ul li a h3.index_product_tabyyyy::before {
  background: url('../image/indexico-yyyy.png') no-repeat 0 0;
}
.producttab ul li a h3.index_product_tabyysc::before {
  background: url('../image/indexico-yysc.png') no-repeat 0 0;
}
.producttab ul li a h3.index_product_tabjfy::before {
  background: url('../image/indexico-jfy.png') no-repeat 0 0;
}
.producttab ul li a h3.index_product_tabttgl::before {
  background: url('../image/indexico-ttgl.png') no-repeat 0 0;
}
.producttab ul li a h3.index_product_tabyytx::before {
  background: url('../image/indexico-yytx.png') no-repeat 0 0;
}
.producttab ul li a h3.index_product_tabyyyc::before {
  background: url('../image/indexico-yyyc.png') no-repeat 0 0;
}
.producttab ul li a h3.index_product_tabyysj::before {
  background: url('../image/indexico-yysj.png') no-repeat 0 0;
}
.producttab ul li a h3.index_product_tabyygf::before {
  background: url('../image/indexico-yygf.png') no-repeat 0 0;
}
.producttab ul li a h3.index_product_tabwggl::before {
  background: url('../image/indexico-wggl.png') no-repeat 0 0;
}
.producttab ul li a h3.index_product_tabyyzz::before {
  background: url('../image/indexico-yyzz.png') no-repeat 0 0;
}
.producttab ul li a p {
  color: #7a8ba6;
  margin-top: 10px;
}
.producttab ul li a:hover h3 {
  color: #006cee;
}
.producttab ul li a:hover h3::before {
  background-position: 0 -20px;
}
.index_solution ul {
  width: 100%;
  min-height: 380px;
  margin-top: 60px;
}
.index_solution ul li {
  float: left;
  width: 360px;
  height: 380px;
  margin-left: 30px;
  padding: 40px 30px;
  box-sizing: border-box;
  border: 1px solid #e7edf5;
  border-radius: 4px;
  transition: border 0.15s ease-in-out;
}
.index_solution ul li:first-child {
  margin-left: 0;
  background: url('../image/homeimg-zhwy.png') no-repeat 0 0;
}
.index_solution ul li:nth-child(2) {
  background: url('../image/homeimg-zhyq.png') no-repeat 0 0;
}
.index_solution ul li:nth-child(3) {
  background: url('../image/homeimg-zhwl.png') no-repeat 0 0;
}
.index_solution ul li a {
  display: block;
  width: 100%;
  height: 100%;
}
.index_solution ul li a h3 {
  position: relative;
  width: 100%;
  padding-left: 50px;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.index_solution ul li a p {
  color: #7a8ba6;
  margin-bottom: 20px;
}
.index_solution ul li a div {
  position: relative;
  width: 124px;
  height: 40px;
  background: #ffffff;
  color: #006cee;
  line-height: 38px;
  border-radius: 4px;
  border: 1px solid #006cee;
  box-sizing: border-box;
  padding: 0 19px;
  transition: background, color 0.15s ease-in-out;
}
.index_solution ul li a div::after {
  content: '';
  position: absolute;
  top: 10px;
  right: 15px;
  width: 20px;
  height: 20px;
  background: url('../image/arr-rt-s-blue.png') no-repeat 0 0;
}
.index_solution ul li:hover {
  border: 1px solid #006cee;
}
.index_solution ul li:hover a div {
  background: #006cee;
  color: #ffffff;
}
.index_solution ul li:hover a div::after {
  background-position: -20px 0;
}
.index_showcase .tabcontents {
  position: relative;
}
.index_showcase .tabcontents .li-container {
  width: 100%;
  height: 310px;
  overflow: hidden;
  margin-top: 40px;
  box-sizing: border-box;
  border: 1px solid #e7edf5;
  border-radius: 4px;
}
.index_showcase .tabcontents .li-container .swiper-slide {
  width: 100%;
  height: 100%;
  padding: 40px 60px;
  box-sizing: border-box;
}
.index_showcase .tabcontents .li-container .swiper-slide img {
  position: absolute;
  top: 40px;
  left: 60px;
}
.index_showcase .tabcontents .li-container .swiper-slide h3 {
  position: absolute;
  top: 40px;
  right: 60px;
  width: 538px;
  height: 40px;
  overflow: hidden;
  text-align: left;
}
.index_showcase .tabcontents .li-container .swiper-slide p {
  position: absolute;
  top: 90px;
  right: 60px;
  width: 538px;
  height: 120px;
  font-size: 16px;
  line-height: 30px;
  overflow: hidden;
  float: right;
  text-align: left;
}
.index_showcase .tabcontents .li-container .swiper-slide a {
  display: block;
  position: absolute;
  bottom: 40px;
  left: 540px;
  width: 124px;
  height: 40px;
  box-sizing: border-box;
  border: 1px solid #006cee;
  background: #ffffff;
  color: #006cee;
  font-size: 16px;
  line-height: 38px;
  border-radius: 4px;
  padding: 0 20px;
  text-align: left;
}
.index_showcase .tabcontents .li-container .swiper-slide a::after {
  content: '';
  position: absolute;
  top: 10px;
  right: 15px;
  width: 20px;
  height: 20px;
  background: url('../image/arr-rt-s-blue.png') no-repeat 0 0;
}
.index_showcase .tabcontents .li-container .swiper-slide a:hover {
  background: #006cee;
  color: #ffffff;
}
.index_showcase .tabcontents .li-container .swiper-slide a:hover::after {
  background-position: -20px 0;
}
.index_territory {
  position: relative;
  min-height: 634px;
}
.index_territory ul {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  top: 204px;
  left: 0;
  width: 700px;
  height: 510px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 4px;
  padding: 40px;
  z-index: 2;
}
.index_territory ul li {
  position: relative;
  width: 279px;
  min-height: 100px;
  margin-left: 60px;
}
.index_territory ul li:nth-child(odd) {
  margin-left: 0;
}
.index_territory ul li:nth-child(3),
.index_territory ul li:nth-child(4) {
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.index_territory ul li::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: -40px;
  width: 349px;
  height: 120px;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.1) 100%
  );
  opacity: 0;
  transition: opacity 0.15s ease-in-out;
}
.index_territory ul li:nth-child(even)::after {
  left: -30px;
}
.index_territory ul li:nth-child(3)::after,
.index_territory ul li:nth-child(4)::after {
  height: 150px;
}
.index_territory ul li:nth-child(5)::after,
.index_territory ul li:nth-child(6)::after {
  height: 150px;
  bottom: -21px;
}
.index_territory ul li:hover::after {
  opacity: 1;
}
.index_territory ul li h3 {
  position: relative;
  color: #ffffff;
  font-size: 18px;
  margin-top: 20px;
  padding-left: 24px;
}
.index_territory ul li h3::before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url('../image/homeicon-zone.png') no-repeat 0 0;
}
.index_territory ul li:nth-child(1) h3,
.index_territory ul li:nth-child(2) h3 {
  margin-top: 0;
}
.index_territory ul li p {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 25px;
  font-weight: normal;
}
.index_territory ul li:nth-child(3) p {
  margin-bottom: 55px;
}
.index_territory .territory_map {
  position: absolute;
  top: 264px;
  left: 370px;
  width: 800px;
  height: 390px;
  background: url('../image/territory.png') no-repeat 0 0;
  z-index: 1;
}
.newstab {
  margin-top: 40px;
  min-height: 300px;
}
.topnews {
  display: block;
  float: left;
  margin-right: 60px;
  width: 480px;
}
.topnews_time {
  float: left;
  width: 150px;
  height: 120px;
  background: #006cee;
  border-radius: 4px 0 0 4px;
}
.topnews_time p {
  width: 100%;
  margin-top: 30px;
  text-align: center;
}
.topnews_time p:first-child {
  color: rgba(255, 255, 255, 0.6);
}
.topnews_time p:last-child {
  font-family: akrobat-semibold;
  font-size: 18px;
  color: rgba(255, 255, 255, 1);
  margin-top: 0;
}
.topnews img {
  float: right;
}
.topnews h4 {
  font-size: 18px;
  margin-top: 30px;
  margin-bottom: 10px;
  transition: color 0.15s ease-in-out;
}
.topnews:hover h4 {
  color: #006cee;
}
.topnews_abstract {
  color: #7a8ba6;
  margin-bottom: 10px;
  height: 60px;
  overflow: hidden;
}
.topnews_detail {
  position: relative;
  margin-bottom: 0;
  color: #006cee;
  line-height: 40px;
}
.topnews_detail::after {
  content: '';
  position: absolute;
  top: 10px;
  left: 64px;
  width: 20px;
  height: 20px;
  background: url('../image/arr-rt-s-blue.png') no-repeat 0 0;
}
.newstab ul {
  float: left;
  width: 600px;
  min-height: 300px;
}
.newstab ul li {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #e7edf5;
  box-sizing: border-box;
  padding: 0 10px;
}
.newstab ul li a {
  display: block;
  width: 100%;
  height: 100%;
  height: 60px;
  color: #1b2636;
}
.newstab ul li:first-child {
  border-top: 1px solid #e7edf5;
}
.newstab ul li a p:first-child {
  width: 470px;
  height: 60px;
  line-height: 60px;
  color: #1b2636;
  overflow: hidden;
  transition: color 0.15s ease-in-out;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newstab ul li p:last-child {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  font-family: akrobat-semibold;
  font-size: 18px;
  text-align: center;
  line-height: 60px;
  color: #bdcad5;
}
.newstab ul li a:hover p:first-child {
  color: #006cee;
}
.newsmore {
  display: block;
  float: right;
  line-height: 40px;
  margin: 15px 20px 0 0;
}
