﻿@charset "utf-8";
/**
* Description: be-all-style 
* Developers:  MingTai-company
**/
/*RESET
-------------------------------------------------------------- */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
pre,
code,
form,
input,
button,
fieldset,
textarea,
p,
blockquote,
th,
td,
a {
  margin: 0;
  padding: 0;
  font-family: "PingFang TC","PingFang SC","SF Pro SC","SF Pro Text","SF Pro Icons",'微软雅黑', STXihei, STHeiti;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
fieldset,
img {
  border: 0;
}
img {
  width: 100%;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var,
i {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
del,
ins {
  text-decoration: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
input,
button,
textarea,
select {
  font-size: 100%;
  border: none;
  outline: none;
  resize: none;
}
li {
  list-style: none;
}
/*CLEARFIX
-------------------------------------------------------------- */

/**/

 


.page {
 clear: both;
 margin: 10px 0;
 text-align: center;
}
.page a:hover {
 color:#fc9200;
}
.page-status{
 border-radius: 2px 0 0 2px;
}
.page-last{
 border-radius: 0 2px 2px 0;
}
.page-status,.page-index,.page-pre,.page-num,.page-next,.page-last{
 display: inline-block;
 *display: inline;
 *zoom: 1;
 vertical-align: middle;
 padding: 0 15px;
 height: 28px;
 line-height: 28px;
 margin: 0 -1px 5px 0;
 background-color: #fff;
 color: #333;
 font-size: 16px;
 border: 1px solid #e2e2e2;
}
.page-num-current{
 background-color: #fc9200;
 height:30px;
 line-height: 30px;
 border-top:none;
 border-bottom:none;
 color:#fff;
}
a.page-num-current:hover{
 color:#fff;
}


*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.clearfix:after {
  content: '.';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
.clear {
  width: 100%;
  height: auto;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .center-box {
    max-width: 1170px;
  }
}
@media (min-width: 1600px) {
  .center-box {
    max-width: none;
  }
}
.center-box {
  width: 1200px;
  height: auto;
  padding-left: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.space-between {
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  align-item: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.banner {
  width: 100%;
  height: auto;
  line-height: 0;
  position: relative;
}
.f18 {
  font-size: 18px;
  font-weight: normal;
}
.f24 {
  font-size: 24px;
  color: #000;
  font-weight: bold;
}
.d1200 {
  display: none;
}
.head1200 {
  display: block;
}
.marg-px {
  padding-top: 100px;
  padding-bottom: 30px;
}
.padd-px {
  padding-top: 100px;
  padding-bottom: 100px;
}
.both {
  clear: both;
}
/*********************head:style-css****************************/
/* head */


.public-head-container {

  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 11111111;
}
.public-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 30px;
}
.header-nav {
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: flex-start;
      -ms-flex-align: flex-start;
          align-items: flex-start;
}
.header-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header-nav ul .nav-item {
  margin-right: 30px;
  position: relative;
  padding-bottom: 56px;
  height: 77px;
}

.header-nav ul .nav-item > a {
  font-size: 16px;
  color: #FFFFFF;
}
.header-nav ul .nav-item:hover > a {
color: #fc9200;	
}
.header-nav ul .item-dow-big{
  border-top: 4px solid #fc9200;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: -250px;
  top: 110%;
  text-align: center;
  min-width: 660px;
  padding: 8px 20px;
  background: #fff;
  border-radius: 2px;
  z-index: 999999;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  padding-bottom: 30px;
  display: flex;
    justify-content: space-around;
}
.header-nav ul .item-dow-big .n-s-item{
   width: 30.3333%;
  display: flex;
  flex-direction: column;
  /* margin-right: 8%; */
}
.header-nav ul .item-dow-big .n-s-item>p{
  font-size: 18px;
  color: #000;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  padding-top: 20px;
  margin-bottom: 18px;
  position: relative;
 text-align: left;
    padding-left: 20px;
}
.header-nav ul .item-dow-big .n-s-item>p::before{
  content: " ";
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #fc9200;
  border-radius: 4px;
  left: 0px;
  top: 29px;
}
.header-nav ul .item-dow-big .n-s-item>a{
  color: #868686;
  font-size: 16px;
  padding: 8px 14px;
  text-align: left;
}
.header-nav ul .nav-item:hover .item-dow-big {
  border-top: 4px solid #fc9200;
  left: -240px;
  top: 100%;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  filter: alpha(opacity=100);
}
.header-nav ul .item-dow-big .n-s-item>a{
  color: #868686;
  font-size: 16px;
  padding: 8px 10px;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-nav ul .item-dow-big .n-s-item>a:hover{
  color: #fc9200;
}
.header-nav ul .nav-item .item-dow {
    border-top: 4px solid #fc9200;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: -50px;
  top: 110%;
  min-width: 170px;
  padding: 8px 10px;
  background: #fff;
  border-radius: 2px;
  z-index: 99;
  -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.header-nav ul .nav-item .item-dow li {
  width: 100%;
  float: left;
  display: block;
}
.header-nav ul .nav-item .item-dow li a {
  padding: 0;
  line-height: 40px;
  display: block;
  color: #313131;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #616161;
  text-align: center;
  background: none;
  position: relative;
}
.header-nav ul .nav-item .item-dow li a:hover{
  color:#fc9200;
}

.header-nav ul .nav-item:hover .item-dow {
  border-top: 4px solid #fc9200;
  left: -40px;
  top: 100%;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  filter: alpha(opacity=100);
}

.header-nav ul .item-dow-big{
  width: 300px;
}
/* 申请与英文开始 */
.head-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.head-btn .btn-from a {
  background-color: #0048bf;
  color: #FFFFFF;
  font-size: 14px;
  padding: 6px 30px;
  border-radius: 10px;
}
.head-btn .btn-change {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 20px;
}
.head-btn .btn-change img {
  width: 20px;
  height: 20px;
 
}
.head-btn .btn-change a {
  color: #ffffff;
  font-size: 16px;
 margin-left: 10px;
}
/* 申请与英文结束 */
/* 底部开始 */
.public-footer {
  background-color: #1a2029;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  padding: 50px 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.public-footer > a {
  color: #ffffff;
  margin-left: 20px;
}
/* 底部结束 */
/* 首页开始   */
/* 首页轮播 */
.barCl {
  bottom: 16% !important;
  left: -42%;
}
.barCl .swiper-pagination-bullet {
  width: 60px !important;
  border-radius: 0 !important;
  background: #fff !important;
}
.barCl .swiper-pagination-bullet-active {
  opacity: 1;
  background: #0048bf !important;
}
.sxd-banner-container {
  width: 100%;
}
.sxd-banner-container .swiper-slide {
  position: relative;
}
.sxd-banner-container .swiper-slide > img {
  width: 100%;
}
.sxd-banner-container .swiper-slide .sxd-i-b-t {
  position: absolute;
  right: 16%;
  top: 30%;
  text-align: right;
}
.sxd-banner-container .swiper-slide .sxd-i-b-t .t-img {
  width: 162px;
}
.sxd-banner-container .swiper-slide .sxd-i-b-t .swi-t > p {
  font-size: 36px;
  color: #ffffff;
  margin-top: 20px;
}
.sxd-banner-container .swiper-slide .sxd-i-b-t .sxd-line {
  width: 20%;
  margin-top: 40px;
}
.sxd-banner-container .swiper-slide .sxd-i-b-t .swi-de {
  font-size: 18px;
  color: #ffffff;
  margin-top: 40px;
}
.sxd-banner-container .swiper-slide video{
	position:relative;
	z-index:-1;
}
.sxd-banner-container .swi-from {
  background-color: #ffffff;
  border-radius: 50px;
  padding: 10px 30px;
  text-align: center;
  width: 200px;
  margin-top: 20%;
  float: right;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.sxd-banner-container .swi-from > a {
  color: #0462d9;
}
.sxd-banner-container .swi-from:hover {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateY(-3px) translateX(-3px);
          transform: translateY(-3px) translateX(-3px);
}
.index-star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 120px;
}
/* 20210510修改 */
/* .index-star .star-l { */
  /* width: 50%; */
  /* background: url(../images/index/index_jj_05_bg_2.png) no-repeat center center; */
  /* position: relative; */
  /* height: 600px; */
  /* background-size: 72%; */
/* } */
.index-star .star-l {
  width: 50%;
  background: url(../images/index/index_jj_05_bg_2_news.png) no-repeat center center;
  position: relative;
  height: 600px;
  background-size: 72%;
}
@-webkit-keyframes moveup {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, -14px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes moveup {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, -14px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.index-star .star-l .l-item {
  -webkit-animation: 5s moveup linear infinite normal;
  animation: 5s moveup linear infinite normal;
  width: 6%;
  position: absolute;
}
.index-star .star-l .l-item1 {
      top: 18%;
    left: 7%;
}
.index-star .star-l .l-item2 {
   top: 18%;
  right: 7%;
}
.index-star .star-l .l-item3 {
     top: 44%;
    left: 7%;
}
.index-star .star-l .l-item4 {
  top: 44%;
  right: 7%;
}
.index-star .star-l .l-item5 {
       bottom: 8%;
    left: 7%;
}
.index-star .star-l .l-item6 {
       bottom: 8%;
    right: 7%;
}
.index-star .star-r {
  width: 40%;
  text-align: left;
  padding-top: 112px;
}
.index-star .star-r .r-tit h2 {
  color: #0048c0;
  font-size: 32px;
  font-family: SourceHanSansCN-Bold;
  line-height: 40px;
  font-weight: 900;
}
.index-star .star-r .r-tit p {
  font-size: 14px;
  color: #0048bf;
  margin-top: 40px;
  margin-bottom: 40px;
}
.index-star .star-r .r-con p {
  font-size: 17px;
  color: #1e1e1e;
  line-height: 34px;
  margin-top: 20px;
}
.index-star .star-r .r-con a {
  width: 140px;
  display: block;
  background-color: #0048c0;
  border: solid 1px #0048c0;
  color: #ffffff;
  font-size: 14px;
  padding: 5px 30px;
  border-radius: 50px;
  margin-top: 30px;
}
/* 产品开始 */
.pro-tit {
  text-align: center;
  padding-top: 140px;
  padding-bottom: 100px;
  background-color: #f6f8fb;
}
.pro-tit h2 {
  color: #1e1e1e;
  line-height: 46px;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 900;
}
.pro-tit .ch {
  font-size: 16px;
  color: #146cdb;
}
.pro-tit .ch em {
  position: relative;
  font-weight: bold;
}
.pro-tit .ch em:before {
  content: '';
  width: 120px;
  height: 11px;
  position: absolute;
  left: -153px;
  top: 6px;
  background: url(../images/index/index_pudoct_line_l.png) no-repeat left center;
}
.pro-tit .ch em:after {
  content: '';
  width: 120px;
  height: 11px;
  position: absolute;
  right: -153px;
  top: 6px;
  background: url(../images/index/index_pudoct_line_r.png) no-repeat left center;
  background-position: -42px;
}
/* 首页手风琴 */
.index-pro .pro-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  overflow: hidden;
}
.index-pro .pro-con .option {
  position: relative;
  overflow: hidden;
  margin: 0px 4px;
  background: var(--optionBackground, var(--defaultBackground, #e6e9ed));
  background-size: cover;
  background-position: center;
  cursor: pointer;
  min-width: 254px;
  -webkit-transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
  transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
  padding: 48px 2px;
}
.index-pro .pro-con .option .shadow .show-tit {
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  /* transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95), opacity 0.5s ease-out; */
}
.index-pro .pro-con .option .shadow .show-icon {
  width: 88px;
  display: block;
  margin: 400px auto 0px;
  boder-radius: 50%;
  -webkit-transition: background 0.2s, -webkit-transform ease-out 0.1s;
  transition: background 0.2s, -webkit-transform ease-out 0.1s;
  transition: transform ease-out 0.1s, background 0.2s;
  transition: transform ease-out 0.1s, background 0.2s, -webkit-transform ease-out 0.1s;
}
/* .index-pro .pro-con .option .shadow .show-icon:hover{
	background: rgba(255,255,255,0.05);
		-webkit-transform: scale(0.93);
		-moz-transform: scale(0.93);
		-ms-transform: scale(0.93);
		transform: scale(0.93);
		color: #fff;
} */
.index-pro .pro-con .option:nth-child(1) {
  margin-left: 0px;
  background: url(../images/index/index_pudoct_shu.jpg);
  background-size: 100% auto;
}
.index-pro .pro-con .option:nth-child(2) {
  --defaultBackground: url(../images/index/index_pudoct_shu.png);
}
.index-pro .pro-con .option:nth-child(3) {
 --defaultBackground: url(../images/index/index_pudoct_shu.png);
}
.index-pro .pro-con .option:nth-child(4) {
 --defaultBackground: url(../images/index/index_pudoct_shu.png);
  /* margin-right: 0px; */
}
.index-pro .pro-con .option:nth-child(5) {
 --defaultBackground: url(../images/index/index_pudoct_shu.png);
  /* margin-right: 0px; */
}
.index-pro .pro-con .option:nth-child(6) {
	--defaultBackground: url(../images/index/index_pudoct_shu.png);
	margin-right: 0px;
}
.index-pro .pro-con .active {
  -webkit-box-flex: 12;
      -ms-flex-positive: 12;
          flex-grow: 12;
  -webkit-transform: scale(1);
  transform: scale(1);
  max-width: 10000px;
  /* margin: 0px; */
  background-size: 100% 100% !important;
  padding-left: 2%;
  -webkit-transition: 1.5s;
  transition: 1.5s;
  /* transition: transform ease-out 1s, background 1s; */
  /*&:active {
     transform:scale(0.9);
  }*/
}
.index-pro .pro-con .active .shadow .hi-icon-wrap {
  display: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.index-pro .pro-con .active .shadow .show-tit {
  font-size: 36px;
  color: #ffffff;
  text-align: left;
  -webkit-transition: 1s;
  transition: 1s;
}
.index-pro .pro-con .active .label .info > a {
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
.index-pro .pro-con .option:not(.active) {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-transition: 1.5s;
  transition: 1.5s;
}
.index-pro .pro-con .option:not(.active) .label {
  display: none;
  -webkit-transition: 2s cubic-bezier(0.05, 0.61, 0.41, 0.95);
  transition: 2s cubic-bezier(0.05, 0.61, 0.41, 0.95);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.index-pro .pro-con .option:nth-child(1):not(.active) {
  background: url(../images/index/index_pudoct_shu.jpg);
  background-size: 100% 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.index-pro .pro-con .option:nth-child(2):not(.active) {
  background: url(../images/index/index_pudoct_shu.jpg);
  background-size: 100% 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.index-pro .pro-con .option:nth-child(3):not(.active) {
  background: url(../images/index/index_pudoct_shu.jpg);
  background-size: 100% 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.index-pro .pro-con .option:nth-child(4):not(.active) {
  background: url(../images/index/index_pudoct_shu.jpg);
  background-size: 100% 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.index-pro .pro-con .option:nth-child(5):not(.active) {
  background: url(../images/index/index_pudoct_shu.jpg);
  background-size: 100% 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.index-pro .pro-con .option:nth-child(6):not(.active) {
  background: url(../images/index/index_pudoct_shu.jpg);
  background-size: 100% 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.index-pro .pro-con .option:nth-child(1).active {
  background: url(../images/index/index_pudoct_c01.jpg) !important;
  background-size: 100% 100% !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.index-pro .pro-con .option:nth-child(2).active {
  background: url(../images/index/index_pudoct_c02.jpg) !important;
  background-size: 100% 100% !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.index-pro .pro-con .option:nth-child(3).active {
  background: url(../images/index/index_pudoct_c03.jpg) !important;
  background-size: 100% 100% !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.index-pro .pro-con .option:nth-child(4).active {
  background: url(../images/index/index_pudoct_c04.jpg) !important;
  background-size: 100% 100% !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.index-pro .pro-con .option:nth-child(5).active {
  background: url(../images/index/index_pudoct_c05.jpg) !important;
  background-size: 100% 100% !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.index-pro .pro-con .option:nth-child(6).active {
  background: url(../images/index/index_pudoct_c06.jpg) !important;
  background-size: 100% 100% !important;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.index-pro .pro-con .label {
  -webkit-transition: 2s cubic-bezier(0.05, 0.61, 0.41, 0.95);
  transition: 2s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}
.index-pro .pro-con .label .tit h2 {
  font-size: 36px;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
.index-pro .pro-con .label .tit img {
  width: 75px;
  height: 3px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.index-pro .pro-con .label .info .main {
  color: #ffffff;
  opacity: 0.7;
  font-size: 16px;
  line-height: 36px;
}
.index-pro .pro-con .label .info > a {
  width: 140px;
  height: 41px;
  border: solid 1px #ffffff;
  opacity: 0.4;
  color: #ffffff;
  opacity: 0.7;
  font-size: 16px;
  line-height: 36px;
  display: block;
  text-align: center;
  border-radius: 20px;
  margin-top: 80px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.index-pro .pro-con .label .info > a:hover {
  background: #0048c0;
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-left: 1%;
}
.index-sol {
  background-color: #ffffff;
}
.index-sol .pro-tit {
  background-color: #ffffff;
}
.index-sol .sol-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.index-sol .sol-c .sol-item {
  width: 16%;
  text-align: center;
  padding-bottom: 60px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(7, 64, 121, 0.14);
          box-shadow: 0px 0px 20px 0px rgba(7, 64, 121, 0.14);
  position: relative;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}
.index-sol .sol-c .sol-item .item-img {
  width: 100%;
  height: 192px;
  overflow: hidden;
  position: relative;
  padding-bottom: 168px;
}
.index-sol .sol-c .sol-item .item-img img {
  width: 100%;
  position: absolute;
  top: -82%;
  left: 0px;
  -webkit-transition: .5s;
  transition: .5s;
}
.index-sol .sol-c .sol-item:hover .item-img img {
  top: 1%;
}
.index-sol .sol-c .sol-item .item-img .show {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}
.index-sol .sol-c .sol-item .item-img .active {
  opacity: 0;
}
.index-sol .sol-c .sol-item:hover .item-img .show {
  opacity: 0;
}
.index-sol .sol-c .sol-item:hover .item-img .active {
  opacity: 1;
}
.index-sol .sol-c .sol-item {
  color: #252525;
  margin-right: 0.8%;
  margin-bottom: 0.8%;
}
.index-sol .sol-c .sol-item > a {
  border: solid 1px #cccccc;
  padding: 5px 30px;
  border-radius: 50px;
  font-size: 12px;
}
.index-sol .sol-c .sol-item h2 {
  font-size: 22px;
}
.index-sol .sol-c .sol-item p {
  color: #1e1e1e;
  font-size: 12px;
  margin-top: 8px;
  margin-bottom: 30px;
}
.index-sol .sol-c .sol-item:hover {
  -webkit-transform: translateY(-3px) translateX(-3px);
          transform: translateY(-3px) translateX(-3px);
  -webkit-box-shadow: 0 0 20px #ccc;
          box-shadow: 0 0 20px #ccc;
  background: #0048c0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.index-sol .sol-c .sol-item:hover > a {
  background-color: #fc9200;
  color: #ffffff;
  border: solid 1px #fc9200;
}
.index-sol .sol-c .sol-item:nth-of-type(6n) {
  margin-right: 0%;
}
.index-sol .sol-c .sol-item:hover > h2,
.index-sol .sol-c .sol-item:hover > p,
.index-sol .sol-c .sol-item:hover > a {
  color: #ffffff;
}
.index-pra {
  width: 100%;
  background-size: contain;
  text-align: center;
}
.index-pra .pro-tit {
  background-color: #ffffff;
}
.index-pra .pra-con {
  background-color: #e8edf6;
  margin-bottom: -50px;
}
.index-pra .pra-con .con-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-top: 120px;
  padding-bottom: 30px;
}
.index-pra .pra-con .con-tab .tab-item {
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.index-pra .pra-con .con-tab .tab-item p {
  color: #1e1e1e;
  font-size: 16px;
  font-weight: 900;
}
.index-pra .pra-con .con-tab .tab-item .tshow {
  height: 2px;
  background-color: #0462d9;
  width: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.index-pra .pra-con .con-tab .tab-item:nth-last-child(1) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.index-pra .pra-con .con-tab .tactive p {
  color: #0462d9;
  font-size: 22px;
}
.index-pra .pra-con .con-tab .tactive .tshow {
  width: 60px;
  margin-left: 6px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.index-pra .pra-con .con-tab .tactive:nth-last-child(1) .tshow {
  margin-left: 0px;
  margin-right: 6px;
}
.index-pra .pra-con .con-img .img-item {
  display: none;
  position: relative;
}
.index-pra .pra-con .con-img .img-item > img {
  display: block;
}
.index-pra .pra-con .con-img .img-item .item-txt .txt-l {
  position: absolute;
  top: -68px;
  left: 9%;
}
.index-pra .pra-con .con-img .img-item .item-txt .txt-l h2 {
  color: #1e1e1e;
  font-size: 36px;
  line-height: 46px;
  text-align: left;
  margin-bottom: 58px;
  -webkit-transition: 0.5;
  transition: 0.5;
}
.index-pra .pra-con .con-img .img-item .item-txt .txt-l .l-line {
  width: 34%;
  height: 4px;
  background-color: #1e1e1e;
}
.index-pra .pra-con .con-img .img-item .item-txt .txt-r {
  position: absolute;
  right: 9%;
  top: 6%;
  color: #ffffff;
}
.index-pra .pra-con .con-img .img-item .item-txt .txt-r h3 {
  font-size: 20px;
  margin-bottom: 30px;
}
.index-pra .pra-con .con-img .img-item .item-txt .txt-r p {
  font-size: 14px;
  line-height: 28px;
}
.index-pra .pra-con .con-img .imgtactive {
  display: block;
  -webkit-transition: 0.5;
  transition: 0.5;
}
.index-pra .pra-con .con-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  top: -90px;
  left: 9%;
  width: 50%;
}
.index-pra .pra-con .con-icon .icon-item {
  width: 50px;
  height: 50px;
  overflow: hidden;
  position: relative;
  margin-right: 20px;
}
.index-pra .pra-con .con-icon .icon-item img {
  position: absolute;
  top: 0px;
  left: 0px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.index-pra .pra-con .con-icon .icon-item img:nth-child(1) {
  top: -200%;
}
.index-pra .pra-con .con-icon .iconactive img:nth-child(1) {
  top: 0%;
}
.index-pra .pra-con .con-icon .iconactive img:nth-child(2) {
  top: -200%;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.index-pra .pra-bottom {
  background: url(../images/index/index_num_botton.jpg);
  padding-top: 100px;
  padding-bottom: 100px;
}
.index-pra .pra-bottom .tit {
  margin-bottom: 40px;
}
.index-pra .pra-bottom .tit > h2 {
  color: #ffffff;
  font-size: 36px;
  font-weight: bold;
}
.index-pra .pra-bottom .tit-from a {
  font-size: 20px;
  border-radius: 30px;
  line-height: 60px;
  padding: 10px 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.index-pra .pra-bottom .tit-from a:hover {
  -webkit-box-shadow: 0 0 20px #ccc;
          box-shadow: 0 0 20px #ccc;
  -webkit-transform: translateY(-3px) translateX(-3px);
          transform: translateY(-3px) translateX(-3px);
}
.index-pra .pra-bottom .tit-from a:nth-of-type(1) {
  border: solid 1px #ffffff;
  background-color: #ffffff42;
  color: #ffffff;
  margin-right: 50px;
}
.index-pra .pra-bottom .tit-from a:nth-of-type(2) {
  border: solid 1px #ffffff;
  background-color: #ffffff;
  color: #0048c0;
}
@media (max-width: 1600px) {
  .header-nav ul .nav-item {
    margin-right: 20px;
  }
}
/* 首页结束   */

