﻿@font-face {
  font-family: 'siyuan';
  font-display: swap;
  src: url('//at.alicdn.com/t/webfont_11o1zu4ukid.eot'); /* IE9*/
  src: url('//at.alicdn.com/t/webfont_11o1zu4ukid.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('//at.alicdn.com/t/webfont_11o1zu4ukid.woff2') format('woff2'),
  url('//at.alicdn.com/t/webfont_11o1zu4ukid.woff') format('woff'), /* chrome、firefox */
  url('//at.alicdn.com/t/webfont_11o1zu4ukid.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
  url('//at.alicdn.com/t/webfont_11o1zu4ukid.svg#NotoSansHans-DemiLight') format('svg'); /* iOS 4.1- */
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #fff;
}
input::-moz-input-placeholder,
textarea::-moz-input-placeholder {
  color: #fff;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #fff;
}
body{
  font-family: 'siyuan';
}
.mb10 {
  margin-bottom: 10px;
}
.ml10 {
  margin-left: 10px;
}
.bg {
  background: #fff;
}
.swiper,
.swiper-container{
  width: 100%;
  overflow: hidden;
}
.top_icon{
  width: 100%;
  margin: 30px 0 44px;
  overflow: hidden;
}
.top_icon .content{
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  
}
.top_icon_box{
  width: 20%;
  float: left;
  text-align: center;
  border-right: 1px #fff solid;
}
.top_icon_box:last-child{
  border-right: 0;
}
.top_icon_box span{
  display: flex;
  align-items: center;
  justify-content:center;
  height:70px;
  width: 70px;
  border-radius: 50%;
  margin: 0 auto;
  text-align: center;
}
.top_icon_box span img{
  height: 60px;
}
.top_icon_box h4{
  margin-top: 10px;
  font-size: 30px;
  color: #fff;
  font-weight: normal;
}
.top_icon_box p{
  font-size: 18px;
  color: #fff;
}
.top_icon_box:hover span{
  /* background-color: #004588; */
}
.top_icon_box:hover span img{
  -webkit-filter: grayscale(100%) brightness(500%);
  -moz-filter: grayscale(100%) brightness(500%);
  -ms-filter: grayscale(100%) brightness(500%);
  -o-filter: grayscale(100%) brightness(500%);
  filter: grayscale(100%) brightness(500%);
  filter: gray;
}

.index_product {
  padding: 0 0 60px;
  background: #fff;
  overflow: hidden;
}
.index_product_active{
  overflow: hidden;
}
.index_product_left {
  width: 240px;
  float: left;
}
.index_product_left .index_product_left_title {
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  color: #eef4ff;
  background: #004588;
  padding: 20px 0;
  border-radius: 10px 10px 0 0;
}
.index_product_left .index_product_left_title h2{
  letter-spacing: 8px;;
}
.index_product_left .index_product_left_title p {
  font-weight: normal;
  font-size: 12px;
  color: #eef4ff;
  text-transform: uppercase;
  margin-top: 10px;
}
.index_product_left ul{
  background:#f8fbff;
  overflow: hidden;
}
.index_product_left ul li {
  text-align: center;
  border-bottom: 1px #e7e7e7 solid;
}
.index_product_left ul li a {
  font-size: 16px;
  color: #333;
  display: block;
  line-height: 44px;
  font-weight: normal;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.index_product_left ul li:hover {
  background: #004588;
}
.index_product_left ul li:hover a {
  color: #fff !important;
}
.index_product_left .more {
  background: #6f91be;
  display: block;
  width: 240px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  border-radius: 0 0 10px 10px;
}
.index_product_left .more a{
  color: #fff
}
.index_product_right {
  width: 920px;
  float: right;
}
.index_product_right ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.index_product_right li {
  width: 294px;
  float: left;
  margin-bottom: 10px;
  text-align: center;
  background: #fff;
  line-height: 50px;
  overflow: hidden;
}
.index_product_right li a {
  font-size: 18px;
  color: #333;
  text-align: center;
  display: block;
}
.index_product_right li img {
  width: 100%;
  display: block;
}
.index_product_right li a span {
  background: #e3e3e3;
  display: block;
  color: #333;
  overflow: hidden;
}
.index_product_right li:hover {
  background: #2f71b8;
}
.index_product_right li:hover a {
  color: #fff;
}
.index_product_right li:hover a span {
  border: 2px #2f71b8 solid;
}
.index_about{
  background: url(../images/img/abg.jpg) center no-repeat;
  background-size: cover;
  height: 951px;
  width: 100%;
  margin-top: 60px;
}
.title_about{
  text-align: center;
  position: relative;
  top: -30px;
}
.title_about span{
  background: #fff;
  color: #153e90;
  font-size: 48px;
  font-weight: bold;
  padding: 10px 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  
}
.title_about p{
  font-size: 18px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
}
.index_about_content{
  background: #f2f8ff;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 40px 0 0 40px;
}
.index_about_left{
  width: 653px;
}
.index_about_left img{
}
.index_about_right{
  width: 440px;
  float: left;
}
.index_about_right_intro{
  font-size: 20px;
  color: #151515;
  line-height: 40px;
  text-align:justify;
  /* padding: 20px 0 40px; */
}
.index_about_right .about_more {
  background: #141414;
  width: 160px;
  line-height: 50px;
  border-radius: 4px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  display: block;
  margin-top: 15px;
  float: right;
  margin-top: 35px;
}

.index_case_title{
  background: url(../images/case.png) top center no-repeat;
  width: 100%;
  height: 130px;
  margin-bottom: 40px;
  overflow: hidden;;
}

.index_news{
  background: url(../images/img/pc_35.png) right center no-repeat;
  width: 100%;
  margin-bottom: 60px;
  overflow: hidden;
}
.index_news_list {
  width: 31.3333%;
  float: left;
  margin: 1%;
  position: relative;
  overflow: hidden;
  
  border-radius: 0 0 40px 0;
}
.index_news_list .thumb{
  overflow: hidden;
}
.index_news_list .thumb img{
  display: block;
  border-radius: 0 0 40px 0;
}
.index_news_list_content {
  width: 92%;
  background: #f9fcff;
  padding: 4%;
  box-shadow: 0 0 40px rgba(0,0,0,.15);
  
}
.index_news_list_content a {
  font-size: 20px;
  color: #000;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 40px;
}
.index_news_list_content span{
  display: block;
  margin-bottom: 10px;;
}
.index_news_list_content p {
  color: #222;
  font-size: 14px;
  line-height: 25px;
}
.index_news_list:hover .index_news_list_content{
  background: #004588;
}
.index_news_list:hover .index_news_list_content *{
  color: #fff;
}


.page {
  width: 100%;
  text-align: center;
  padding: 20px 0px;
  margin-bottom: 20px;
  overflow: hidden;
  *zoom: 1;
}
.page a {
  display: inline-block;
  width: 65px;
  background: #ffffff;
  height: 48px;
  vertical-align: middle;
  line-height: 48px;
  font-size: 14px;
  border: 1px solid #e5e5e5;
  float: left;
  text-decoration: none;
  color: #333;
  outline: none;
}
.page a:hover {
  background: #095db0;
  color: #fff;
  background-repeat: no-repeat;
}
.page span {
  display: inline-block;
  min-width: 45px;
  padding: 0 10px;
  background: #ffffff;
  height: 48px;
  vertical-align: middle;
  line-height: 48px;
  font-size: 14px;
  border: 1px solid #e5e5e5;
  margin-left: -1px;
  float: left;
}
.page span.current {
  background: #095db0;
  color: #fff;
}



.thumb img {
  -o-transition: all 1s linear 0s;
  transition: all 1s linear 0s;
}
.thumb:hover img {
  -webkit-transform: scale(1.05) rotate(0deg) translateY(0);
  -ms-transform: scale(1.05) rotate(0deg) translateY(0);
  transform: scale(1.05) rotate(0deg) translateY(0);
}

.shili{
  background: url(../images/img/pc_16.png) left center no-repeat;
}

.shili_one{
  width: 100%;
  display: flex;
  align-items:stretch;
  justify-content: space-between;
  overflow: hidden;
}
.shili_one_left{
  width: 585px;
  float:left;
}
.shili_one_right{
  width: 569px;
  float:right;
}

.shili_title{
  font-size: 40px;
  color:#1c1c1c;
  font-weight: normal;
  display: flex;
  align-items: center;
  margin-bottom: 80px;
  margin-left: 120px;
}
.shili_title i{
  font-size: 48px;
  font-weight: bold;
  margin-top: -12px;
  margin-right: 10px;
}
.shili_title i::after{
  content: '';
  display: block;
  background:#ff3f23;
  height:10px;
  width: 40px;
  margin: -20px auto 0;
}
.shili_text p{
  font-size: 20px;
  color:#1c1c1c;
  margin-bottom: 40px;
  line-height: 40px;
}
.shili_text p:last-child{
  margin-bottom:0
}

.shili_two {
   width: 100%;
   margin-top: 40px;;
   overflow: hidden;
}
.shili_two .content{
  display: flex;
  align-items:stretch;
  justify-content: space-between;
  overflow: hidden;
}
.shili_two_left{
  width: 440px;
  float: left;
  display: flex;
  flex-direction: column;
  justify-content:center;
}
.shili_two_right{
  width: 700px;
  float: right;
}

.shili_three{
  width: 100%;
  margin-top: 40px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.shili_three_left{
  width: 50%;
  float:left;
}
.shili_three_right{
  background: rgba(42,93,158,.9);
  width: 60%;
  margin-left: -10%;
  float:left;
  padding: 40px 0;
}
.shili_three_right_content{
  width: 440px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items:center;
  margin: 0 auto;
}
.shili_three_right_content *{
  color: #fff!important;
}

.index_yingyong{
  width: 100%;
  overflow: hidden;
}
.index_yingyong_list{
  width: 33.3333%;
  margin-bottom: 40px;
  float:left;
  position: relative;
  text-align: center
}
.index_yingyong_list img{
  max-width: 100%;
}
.index_yingyong_list p{
  position: absolute;
  bottom:0;
  left: 0;
  width: 100%;
  height:64px;
  line-height: 64px;
  color: #fff;
  font-size: 32px;
  text-align: center;
}