body {
  overflow-x: hidden;
}
.bg_title {
  position: absolute;
  font-size: 120px;
  color: #f7f7f7;
}
.bg_title:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #3486da;
  left: 0;
  top: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.6s cubic-bezier(0.86, 0, 0.07, 1);
}
.title {
  text-align: center;
  opacity: 0;
  min-height: 120px;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  -webkit-transform: translateX(45px);
          transform: translateX(45px);
}
.title h2 {
  padding-top: 54px;
  font-size: 26px;
  letter-spacing: 1px;
  color: #3486da;
}
.title p {
  line-height: 24px;
  font-size: 12px;
  text-transform: uppercase;
  padding-bottom: 35px;
}
.title p span {
  position: relative;
  color: #3486da;
}
.title p span:after,
.title p span::before {
  position: absolute;
  content: '';
  width: 30px;
  height: 1px;
  top: 50%;
  background-color: #3486da;
}
.title p span:after {
  right: -40px;
}
.title p span:before {
  left: -40px;
}
.title.onshow {
  -webkit-transform: translateX(0) !important;
          transform: translateX(0) !important;
  opacity: 1 !important ;
}
.more_btn {
  display: inline-block;
  width: 100px;
  height: 32px;
  outline: 1px solid #ddd;
  text-align: center;
  line-height: 32px;
  font-size: 12px;
  color: #666;
  background-image: url('../imgs/btn_bg.png');
}
.more_btn:hover {
  background-color: #3486da;
  color: #fff;
}
.circle {
  width: 300px;
  position: absolute;
  height: 300px;
}
.circle > div {
  position: absolute;
  -webkit-transform: scale(0);
          transform: scale(0);
  opacity: 0.3;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #3486da;
  -webkit-animation: c 6s linear infinite;
          animation: c 6s linear infinite;
}
.circle > div:nth-of-type(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.circle > div:nth-of-type(2) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.circle > div:nth-of-type(3) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.circle > div:nth-of-type(4) {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.circle > div:nth-of-type(5) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.circle > div:nth-of-type(6) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}
.circle > div:nth-of-type(7) {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
@-webkit-keyframes c {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes c {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.type {
  position: relative;
  height: 30px;
}
.type ul {
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;   
  text-align: center;
  position: absolute;
  height: 30px;
  left: 50%;
}
.type ul li {
  font-size: 16px;
  position: relative;
  overflow: visible;
  display: inline-block;
  opacity: 0;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  -webkit-transform: translateX(45px);
          transform: translateX(45px);
}
.type ul li:nth-of-type(1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.type ul li:nth-of-type(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.type ul li:nth-of-type(3) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.type ul li:nth-of-type(4) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.type ul li:nth-of-type(5) {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
.type ul li:hover a {
  color: #3486da;
}
.type ul li:last-child a:after {
  position: absolute;
  content: '|';
  right: 0;
  top: -1px;
}
.type ul li a {
  display: inline-block;
  height: 100%;
  line-height: 20px;
  color: #333;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}
.type ul li:hover a::before{
  color: #333;
}
.type ul li:hover a::after{
  color: #333;
}
.type ul li a::before {
  position: absolute;
  content: '|';
  left: 0;
  top: -1px;
}
.type.onshow ul li {
  -webkit-transform: translateX(0) !important;
          transform: translateX(0) !important;
  opacity: 1 !important;
}
.about {
  height: 465px;
  position: relative;
}
.about .about_circle {
  position: absolute;
  right: 0;
  top: -300px;
}
.about .title1 {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -moz-transform: rotate(90deg);
  /* Firefox */
  -webkit-transform: rotate(90deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(90deg);
  /* Opera */
  width: 357px;
  top: 120px;
  left: -125px;
  overflow: hidden;
}
.about .title2 {
  right: 0;
  bottom: 0;
}
.about .about_content {
  width: 1050px;
  margin: 0 auto;
  height: 285px;
  position: relative;
  z-index: 5;
  opacity: 0;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  -webkit-transform: translateY(45px);
          transform: translateY(45px);
}
.about .about_content > div {
  float: left;
  height: 100%;
}
.about .about_content > div:last-child {
  width: 565px;
  margin-left: 55px;
}
.about .about_content > div:last-child > div {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.about .about_content > div:last-child > div{
  /* display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp:6;
overflow: hidden; */
}
.about .about_content > div:last-child > div span{
  line-height: 28px;
}
.about .about_content > div:last-child > div p {
  font-size: 14px;
  color: #555;
  line-height: 24px;
  text-indent: 2em;
}
.about .about_content > div:last-child > div a {
  margin-top: 15px;
}
.about .about_content > div:first-child {
  width: 430px;
  position: relative;
}
.about .about_content > div:first-child::before {
  position: absolute;
  left: -20px;
  content: '团结·诚信·高效·创新';
  width: 14px;
  text-align: center;
  color: #888;
  font-size: 14px;
  top: 0;
}
.about .about_content > div:first-child .arrows {
  position: absolute;
  right: 0;
  z-index: 5125;
  bottom: 0;
  background-color: #fff;
  width: 150px;
  height: 54px;
}
.about .about_content > div:first-child .arrows .number-slider {
  position: absolute;
  top: 0;
  height: 100%;
  width: 60px;
  left: 50%;
  margin-left: -30px;
  line-height: 54px;
}
.about .about_content > div:first-child .arrows .number-slider > div {
  float: left;
  width: 50%;
}
.about .about_content > div:first-child .arrows .number-slider > div:last-child {
  position: relative;
  top: 3px;
  font-size: 14px;
}
.about .about_content > div:first-child .arrows .arrow {
  font-family: simsun;
  cursor: pointer;
  display: inline-block;
  width: 30px;
  height: 100%;
  top: 0%;
  font-size: 20px;
  line-height: 54px;
  font-weight: 600;
}
.about .about_content > div:first-child .arrows .arrow_left {
  position: absolute;
  left: 14px;
}
.about .about_content > div:first-child .arrows .arrow_right {
  position: absolute;
  right: 0;
}
.onshow.about .title1:after {
  left: 100%;
  width: 0;
}
.onshow.about .about_content {
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
  opacity: 1 !important;
}
.onshow.about .title2:after {
  left: 100%;
  width: 0;
}
.products {
  background-color: #f7f7f7;
  padding-bottom: 50px;
  width: 100%;
}
.products .more_div {
  text-align: center;
  padding-top: 24px;
  clear: both;
}
.products .products_circle {
  width: 400px !important;
  height: 400px !important;
  top: -100px;
  left: -100px;
}
.products .products_ul {
  width: 1200px;
  margin: 0 auto;
  height: 840px;
  margin-top: 25px;
  position: relative;
}
.products .products_ul li {
  float: left;
  opacity: 0;
  width: 290px;
  margin-right: 13.3px;
  z-index: 41;
  margin-top: 14px;
  position: relative;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  -webkit-transform: translateY(-45px);
          transform: translateY(-45px);
}
.products .products_ul li:nth-of-type(1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.products .products_ul li:nth-of-type(2) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.products .products_ul li:nth-of-type(3) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.products .products_ul li:nth-of-type(4) {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.products .products_ul li:nth-of-type(5) {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
.products .products_ul li:nth-of-type(6) {
  -webkit-transition-delay: 2.5s;
          transition-delay: 2.5s;
}
.products .products_ul li:nth-of-type(7) {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}
.products .products_ul li:nth-of-type(8) {
  -webkit-transition-delay: 3.5s;
          transition-delay: 3.5s;
}
.products .products_ul li:nth-of-type(9) {
  -webkit-transition-delay: 4s;
          transition-delay: 4s;
}
.products .products_ul li:hover {
  -webkit-box-shadow: 0 0 15px #ddd;
          box-shadow: 0 0 15px #ddd;
  -webkit-transition-delay: 0s !important;
          transition-delay: 0s !important;
}
.products .products_ul li:hover div:last-child:after {
  width: 100%;
}
.products .products_ul li:hover div:last-child span {
  color: #fff;
}
.products .products_ul li:hover div:last-child span:first-child {
  left: 15px;
}
.products .products_ul li:hover div:last-child span:last-child {
  width: 60px;
}
.products .products_ul li:nth-of-type(4n) {
  margin-right: 0;
}
.products .products_ul li > div {
  width: 100%;
}
.products .products_ul li > div:first-child {
  height: 365px;
  text-align: center;
  background-color: #fff;
}
.products .products_ul li > div:first-child a {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}
.products .products_ul li > div:first-child a img {
  top: 50%;
  position: relative;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
          max-width: 80%;
}
.products .products_ul li > div:first-child a:after {
  position: absolute;
  left: 15%;
  width: 70%;
  top: 70%;
  content: '';
  border-radius: 50%;
  -webkit-box-shadow: 0px 40px 16px rgba(0, 0, 0, 0.55);
  box-shadow: 0px 40px 16px rgba(0, 0, 0, 0.55);
  height: 8px;
}
.products .products_ul li > div:last-child {
  height: 60px;
  position: relative;
}
.products .products_ul li > div:last-child:after {
  width: 0;
  position: absolute;
  content: '';
  height: 100%;
  left: 0;
  top: 0;
  background-image: url('../imgs/bg__.png');
  -webkit-transition: all 0.6s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.6s cubic-bezier(0.86, 0, 0.07, 1);
}
.products .products_ul li > div:last-child a {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 12;
}
.products .products_ul li > div:last-child a span {
  display: inline-block;
  height: 100%;
  line-height: 60px;
  position: relative;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
.products .products_ul li > div:last-child a span:first-child{
  left: 0
}
.products .products_ul li > div:last-child a span:last-child {
  width: 0px;
  text-align: center;
  font-family: simsun;
  font-weight: 800;
  font-size: 20px;
  position: absolute;
  right: -1px;
  top: 0;
  -webkit-transition: all 0.6s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 0.6s cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  border-left: 1px solid rgba(255, 255, 255, 0.6);
}
.onshow.products_ul li {
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
  opacity: 1 !important;
}
.technology {
  height: 650px;
  background-color: #fff;
  width: 100%;
  position: relative;
}
.technology .technology_content {
  width: 740px;
  margin: 0 auto;
  -webkit-transform: translateY(45px);
          transform: translateY(45px);
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.technology .technology_content > p {
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  color: #666;
  width: 90%;
  margin: 0 auto;
}
.technology .technology_content > .technology_slider {
  width: 100%;
  height: 400px;
  position: relative;
  margin-top: 25px;
}
.technology .technology_content > .technology_slider::before {
  position: absolute;
  left: -20px;
  content: '团结·诚信·高效·创新';
  width: 14px;
  text-align: center;
  color: #888;
  font-size: 14px;
  top: 50%;
  margin-top: -57px;
}
.technology .technology_content > .technology_slider .arrows {
  position: absolute;
  right: 0;
  z-index: 5125;
  bottom: 0;
  background-color: #fff;
  width: 150px;
  height: 54px;
}
.technology .technology_content > .technology_slider .arrows .number-slider_2 {
  position: absolute;
  top: 0;
  height: 100%;
  width: 60px;
  left: 50%;
  margin-left: -30px;
  line-height: 54px;
}
.technology .technology_content > .technology_slider .arrows .number-slider_2 > div {
  float: left;
  width: 50%;
}
.technology .technology_content > .technology_slider .arrows .number-slider_2 > div:last-child {
  position: relative;
  top: 3px;
  font-size: 14px;
}
.technology .technology_content > .technology_slider .arrows .arrow {
  font-family: simsun;
  cursor: pointer;
  display: inline-block;
  width: 30px;
  height: 100%;
  top: 0%;
  font-size: 20px;
  line-height: 54px;
  font-weight: 600;
}
.technology .technology_content > .technology_slider .arrows .arrow_left_2 {
  position: absolute;
  left: 14px;
}
.technology .technology_content > .technology_slider .arrows .arrow_right_2 {
  position: absolute;
  right: 0;
}
.technology .title3 {
  left: 5%;
  top: 230px;
}
.technology .title4 {
  right: 0;
  bottom: 50px;
}
.onshow.technology .title3:after {
  left: 0%;
  width: 0;
}
.onshow.technology .technology_content {
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
  opacity: 1 !important;
}
.onshow.technology .title4:after {
  left: 100%;
  width: 0;
}
.case {
  background-image: url('../imgs/bg.png');
  height: 650px;
  width: 100%;
}
.case .more_div {
  text-align: center;
  padding-top: 50px;
  clear: both;
}
.case .case_content {
  width: 1230px;
  margin: 0 auto;
  height: 330px;
  margin-top: 18px;
}
.case .case_content > div {
  padding: 15px;
}
.case .case_content > div .swiper-slide {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  -webkit-transform: translateY(-45px);
          transform: translateY(-45px);
  opacity: 0;
}
.case .case_content > div .swiper-slide:nth-of-type(1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.case .case_content > div .swiper-slide:nth-of-type(2) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.case .case_content > div .swiper-slide:nth-of-type(3) {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}
.case .case_content > div .swiper-slide:nth-of-type(4) {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}
.case .case_content > div .swiper-slide:nth-of-type(5) {
  -webkit-transition-delay: 2s;
          transition-delay: 2s;
}
.case .case_content > div .swiper-slide:hover {
  -webkit-box-shadow: 0 5px 15px #ddd;
          box-shadow: 0 5px 15px #ddd;
}
.case .case_content > div .swiper-slide:hover h2 a {
  color: #3486da;
}
.case .case_content > div .swiper-slide > div {
  width: 100%;
}
.case .case_content > div .swiper-slide > div:first-child {
  height: 220px;
}
.case .case_content > div .swiper-slide > div:first-child img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.case .case_content > div .swiper-slide > div:last-child {
  height: 110px;
  background-color: #fff;
}
.case .case_content > div .swiper-slide > div:last-child div {
  width: 90%;
  margin: 0 auto;
  text-align: left;
  position: relative;
  top: 50%;
  margin-top: -30px;
}
.case .case_content > div .swiper-slide > div:last-child div h2 {
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 34px;
  color: #333;
}
.case .case_content > div .swiper-slide > div:last-child div h2 a{
  color: #333;
  font-size: 16px;
}
.case .case_content > div .swiper-slide > div:last-child div p {
  font-size: 14px;
  line-height: 24px;
  text-align: left;
}
.case .case_content > div .swiper-slide > div:last-child div p span:last-child {
  float: right;
}
.case_content.onshow .swiper-slide {
  -webkit-transform: translateY(0) !important;
          transform: translateY(0) !important;
  opacity: 1 !important;
}


table{  
  border-collapse:collapse;  
  border-spacing:0;  
  } 
#service {
  margin-top: 30px;
  width: 960px;
  position: relative;
  z-index: 9999;
  margin: 0 auto;
}
#service table {
  width: 100%;
}
#service table td {
  padding: 0;
  box-sizing: border-box;
  width: 20%;
  height: 192px;
  font-size: 16px;
  text-align: center;
  border: 1px solid #e1e1e1;
}
#service table td:nth-child(1):hover i.icon {
  background-position: -80px 0;
}
#service table td:nth-child(1) i.icon {
  background-position: 0 0;
}
#service table td:nth-child(2):hover i.icon {
  background-position: -80px -80px;
}
#service table td:nth-child(2) i.icon {
  background-position: 0 -80px;
}
#service table td:nth-child(3):hover i.icon {
  background-position: -80px -160px;
}
#service table td:nth-child(3) i.icon {
  background-position: 0 -160px;
}
#service table td:nth-child(4):hover i.icon {
  background-position: -80px -240px;
}
#service table td:nth-child(4) i.icon {
  background-position: 0 -240px;
}
#service table td:nth-child(5):hover i.icon {
  background-position: -80px -320px;
}
#service table td:nth-child(5) i.icon {
  background-position: 0 -320px;
}
#service table td:hover a {
  color: #fcc800;
}
#service table td a {
  display: block;
  height: 190px;
  overflow: hidden;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
#service table td a:hover {
  text-decoration: none;
}
#service table td i.icon {
  display: block;
  margin: 30px auto 35px;
  width: 80px;
  height: 80px;
  background: url(../imgs/service.png) no-repeat;
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}