.w {
  width: 1200px;
  margin: 0 auto;
}
.header .w {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 128px;
}
.header .w .bd {
  display: flex;
}
.header .w .bd .head-tel {
  padding-right: 12px;
  border-right: 2px solid #151F44;
}
.header .w .bd .head-tel span {
  font-size: 13px;
  font-family: MicrosoftYaHeiLight;
  font-weight: 400;
  color: #000000;
  opacity: 0.83;
  vertical-align: bottom;
}
.header .w .bd .head-tel p {
  display: inline-block;
  font-size: 35px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #1D264A;
  line-height: 30px;
  vertical-align: middle;
}
.header .w .bd .head-search {
  margin: 0 13px;
  position: relative;
}
.header .w .bd .head-search input {
  outline: unset;
}
.header .w .bd .head-search input.search-key {
  width: 186px;
  height: 37px;
  background: #FFFFFF;
  border: 1px solid #151F44;
  border-radius: 17px;
  font-size: 13px;
  font-family: MicrosoftYaHeiLight;
  font-weight: 400;
  color: #000000;
  line-height: 37px;
  text-indent: 19px;
  opacity: 0.83;
}
.header .w .bd .head-search input.search-button {
  cursor: pointer;
  border: unset;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 37px;
  height: 37px;
  background: url("../image/head-search.png") no-repeat center;
}
.header .w .bd .head-wx {
  position: relative;
}
.header .w .bd .head-wx img {
  cursor: pointer;
}
.header .w .bd .head-wx img#wx-2 {
  position: absolute;
  right: 0;
  display: none;
  top: 45px;
  z-index: 666;
}
.header .w .bd .head-wx:hover img#wx-2 {
  display: block;
}
.box-tit {
  text-align: center;
  padding: 64px 0 46px;
}
.box-tit h3 {
  font-size: 36px;
  font-family: SourceHanSansCN;
  font-weight: bold;
  color: #000000;
  line-height: 36px;
}
.box-tit p {
  font-size: 14px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #000000;
  opacity: 0.64;
  line-height: 14px;
  margin-top: 17px;
}
li .box-img {
  width: 100%;
  overflow: hidden;
}
li .box-img img {
  display: block;
  width: 100%;
  transition: 0.5s;
  transform: scale(1);
}
li:hover .box-img img {
  transform: scale(1.5);
}
.about {
  border-bottom: 1px solid #eeeeee;
}
.about .ab-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about .ab-top .ab-l .slide{
    width: 588px;
    height: 354px;
    overflow: hidden;
    position: relative;
    border: 1px solid  #ccc;
}
.about .ab-top .ab-l .slide bd{
    position: relative;
    height: 100%;
    z-index: 0;
}
.about .ab-top .ab-l .slide bd li{
    z-index: 1;
    vertical-align：middle;
}
.about .ab-top .ab-l .slide bd li img{
    width: 588px;
    height: 354px;
    display: block;
}
/*.about .ab-top img {*/
/*  display: block;*/
/*}*/
.about .ab-top .ab-r {
  width: 531px;
}
.about .ab-top .ab-r h3 {
  font-size: 24px;
  font-family: SourceHanSansCN;
  font-weight: bold;
  color: #000000;
  line-height: 24px;
}
.about .ab-top .ab-r h3 span {
  display: block;
  width: 75px;
  height: 2px;
  background: #AAAAAA;
  margin: 16px 0 26px;
}
.about .ab-top .ab-r .con {
  text-align: justify;
  height: 125px;
  font-size: 12px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #000000;
  line-height: 25px;
  opacity: 0.67;
  overflow: hidden;
}
.about .ab-top .ab-r a.more {
  display: block;
  width: 203px;
  height: 49px;
  background: #0F71C4;
  border-radius: 10px;
  font-size: 12px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  line-height: 49px;
  margin-top: 37px;
}
.about .ab-con {
  padding: 70px 0 60px;
  display: flex;
  justify-content: space-between;
}
.about .ab-con li {
  width: 243px;
  text-align: center;
}
.about .ab-con li h3 {
  font-size: 16px;
  color: #291e11;
  line-height: 16px;
  padding: 30px 0 18px;
}
.about .ab-con li p {
  font-size: 13px;
  color: #291e11;
  line-height: 28px;
}
.pro_nav {
  padding-bottom: 50px;
}
.pro_nav .box {
  display: flex;
  justify-content: space-between;
}
.pro_nav .box li a {
  background: #edeeef;
  width: 152px;
  height: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.pro_nav .box li p {
  font-size: 14px;
  color: #313131;
  margin-top: 13px;
}
.product .box {
  min-width: 1200px;
}
.product li {
  background: #edeeef;
  position: relative;
}
.product li .w {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product li .box-img {
  width: 50%;
}
.product li .box-img img {
  display: block;
}
.product li .text {
  width: 450px;
  margin-left: auto;
}
.product li .text .top {
  font-size: 37px;
  font-family: FZKTJW;
  font-weight: normal;
  color: #000000;
  line-height: 37px;
}
.product li .text .top p {
  font-size: 24px;
  font-family: SourceHanSansCN;
  font-weight: bold;
  color: #000000;
  line-height: 24px;
  margin: 17px 0 22px;
}
.product li .text .top span {
  display: block;
  width: 60px;
  height: 2px;
  background: #A1A1A1;
}
.product li .text h3 {
  font-size: 14px;
  font-family: FZZZHUNHJW;
  font-weight: normal;
  color: #000000;
  line-height:25px;
  margin: 38px 0 29px;
}
.product li .text .con {
  font-size: 14px;
  font-family: FZZZHUNHJW;
  font-weight: normal;
  color: #000000;
  line-height: 25px;
  opacity: 0.62;
}
.product li .text a.more {
  margin-top: 41px;
  display: block;
  width: 139px;
  height: 38px;
  background: #EDEEEF;
  border: 1px solid #A0A0A0;
  text-align: center;
  line-height: 38px;
  font-size: 14px;
  font-family: FZZZHUNHJW;
  font-weight: normal;
  color: #000000;
}
.product li:nth-child(2) .box-img {
  margin-left: auto;
}
.product li:nth-child(2) .text {
  margin-left: unset;
}
.case {
  padding-bottom: 85px;
}
.case .box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.case .box li {
  width: 387px;
  position: relative;
}
.case .box li p {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  line-height: 50px;
}
.case .box .text-overflow{
    background-color: rgba(0,0,0,0.5);
}
.case .box li:nth-child(n+4) {
  margin-top: 23px;
}
.case a.more {
  display: block;
  margin: 48px auto 0;
  width: 203px;
  height: 49px;
  background: #0F71C4;
  border-radius: 10px;
  font-size: 12px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  line-height: 49px;
}
.solution {
  background: url("../image/solution-bg.jpg") no-repeat;
  padding-bottom: 85px;
}
.solution .box-tit * {
  color: #fff;
}
.solution .box-tit .con {
  font-size: 14px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #F1F2F3;
  line-height: 24px;
  opacity: 0.88;
  width: 626px;
  margin: 0 auto;
  margin-top: 18px;
}
.solution .box {
  display: flex;
  justify-content: space-between;
  padding-bottom: 53px;
}
.solution .box li a {
  width: 240px;
  height: 266px;
  background: #0F71C4;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.solution .box li p {
  font-size: 15px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #FFFFFF;
  margin-top: 30px;
  position: relative;
}
.solution .box li p::before,
.solution .box li p::after {
  content: "";
  width: 53px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.solution .box li p::before {
  left: -70px;
}
.solution .box li p::after {
  right: -70px;
}
.solution .box li:nth-child(2) a,
.solution .box li:nth-child(4) a {
  background: #10558F;
}
.solution a.more {
  display: block;
  margin: 0 auto;
  width: 189px;
  height: 36px;
  border: 1px solid #FFFFFF;
  font-size: 14px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #F1F2F3;
  line-height: 36px;
  opacity: 0.88;
  text-align: center;
}
.fuse {
  background: #EDEEEF;
  padding-bottom: 85px;
}
.fuse .box .hd {
  text-align: center;
  margin-bottom: 46px;
}
.fuse .box .hd ul {
  display: flex;
  border: 2px solid #D2D2D2;
}
.fuse .box .hd ul li {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #2E2E2E;
  flex: 1 1;
  height: 45px;
  line-height: 45px;
  text-align: center;
  cursor: pointer;
}
.fuse .box .hd ul li span {
  background: #0F71C4;
  z-index: -1 !important;
}
.fuse .box .hd ul li.on {
  background: #0F71C4;
  color: #fff;
}
.fuse .box .bd ul li {
  display: flex;
  align-items: center;
}
.fuse .box .bd ul li .fuse-img {
  margin-right: 30px;
}
.fuse .box .bd ul li .con {
  width: 702px;
}
.fuse .box .bd ul li .fuse-top .num {
  margin-right: 10px;
  float: left;
  width: 66px;
  height: 63px;
  line-height: 63px;
  text-align: center;
  font-size: 30px;
  font-family: Impact;
  font-weight: 400;
  color: #FEFEFE;
  background: url("../image/fuse-top.png") no-repeat center;
}
.fuse .box .bd ul li .fuse-top .text h3 {
  font-size: 30px;
  font-family: HYa0gj;
  font-weight: 400;
  color: #2E2E2E;
}
.fuse .box .bd ul li .fuse-top .text p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #2E2E2E;
}
.fuse .box .bd ul li .fuse-text {
  padding: 43px 45px;
  box-sizing: border-box;
  background: #0F71C4;
  border-radius: 15px;
  margin-top: 19px;
}
.fuse .box .bd ul li .fuse-text p {
  font-size: 15px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FDFDFE;
  line-height: 28px;
  padding-left: 37px;
  background: url("../image/fuse-text.png") no-repeat left top 8px;
}
.fuse .box .bd ul li .fuse-text p:nth-child(2) {
  margin-top: 25px;
}
.partner {
  padding-bottom: 52px;
}
.partner .bd li {
  width: 181px !important;
  height: 122px;
  background: #FFFFFF;
  border: 1px solid #E5E5E5;
  float: left;
  margin-right: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.partner .bd li .box-img {
  width: auto;
}
.tit h3 {
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #000000;
  line-height: 36px;
}
.tit p {
  font-size: 18px;
  color: #000000;
  margin-top: 20px;
}
.box-hd {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.box-hd .nav {
  display: flex;
}
.box-hd .nav a {
  display: block;
  font-size: 14px;
  color: #fff;
  padding: 8px 32px;
  box-sizing: border-box;
  background: url("../image/nav.png") no-repeat center;
}
.box-hd .nav a:nth-child(n+2) {
  margin-left: 6px;
}
.news {
  background: url("../image/news-bg.jpg") no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.news::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #d6e1e7;
  opacity: 0.8;
}
.news .w {
  position: relative;
  z-index: 999;
}
.news .hd {
  padding: 73px 0 37px;
}
.news .hd a {
  color: #000000;
  padding: 14px 32px;
  background: url("../image/nav3.png") no-repeat center;
}
.news .hd a:hover {
  color: #ffffff;
  background: url("../image/nav4.png") no-repeat center;
}
.news .box {
  padding-bottom: 70px;
}
.news .box .news-tit h3 {
  font-size: 16px;
  color: #000000;
  font-weight: normal;
}
.news .box .news-tit i {
  font-size: 12px;
  color: #000;
  opacity: 0.7;
  margin-top: 13px;
  display: block;
}
.news .box p {
  font-size: 12px;
  color: #000;
  height: 70px;
  line-height: 24px;
  overflow: hidden;
}
.news .box .con {
  width: 790px;
  float: left;
  margin-right: 38px;
  display: flex;
  justify-content: space-between;
}
.news .box .con li {
  width: 375px;
  padding-bottom: 34px;
  background: url("../image/news-l.png") no-repeat bottom left;
  padding-top: 15px;
  border-top: 1px solid #c3bdbb;
}
.news .box .con li .box-img {
  margin: 35px 0 45px;
}
.news .box li:hover h3 {
  color: #034455;
}
.news .box .news-slide {
  display: flow-root;
}
.news .box .news-slide li {
  padding: 15px 0;
  border-top: 1px solid #c3bdbb;
  height: 176px !important;
}
.news .box .news-slide li p {
  margin-top: 20px;
}
.footer {
  padding-top: 64px;
  border-top: 7px solid #0f71c4;
  background: #0a1824;
}
.footer .box {
  display: flex;
  justify-content: space-between;
}
.footer .nav {
  display: inline-flex;
  justify-content: space-between;
}
.footer .nav li:nth-child(n+2) {
  margin-left: 140px;
}
.footer .nav li h3 {
  font-size: 20px;
  color: #f9f9f9;
  margin-bottom: 37px;
  line-height: 20px;
  font-weight: normal;
}
.footer .nav li a {
  display: block;
  font-size: 14px;
  color: #f9f9f9;
  height: 30px;
}
.footer .foot-tel h3 {
  font-size: 20px;
  color: #f9f9f9;
  font-weight: normal;
}
.footer .foot-tel h3 p {
  font-size: 41px;
  color: #0f71c4;
  font-weight: bold;
}
.footer .foot-tel h3 span {
  font-size: 14px;
  color: #f9f9f9;
  opacity: 0.5;
}
.footer .foot-tel .con {
  margin-top: 30px;
  width: 337px;
  font-size: 14px;
  color: #f9f9f9;
}
.footer .foot-botm .hd span,
.footer .foot-botm .bd span,
.footer .foot-botm .hd p,
.footer .foot-botm .bd p,
.footer .foot-botm .hd a,
.footer .foot-botm .bd a,
.footer .foot-botm .hd div,
.footer .foot-botm .bd div {
  display: inline-block;
  font-size: 14px;
  color: #f9f9f9;
}
.footer .foot-botm .hd {
  padding: 90px 0 28px;
}
.footer .foot-botm .hd a {
  padding-right: 5px;
}
.footer .foot-botm .hd div {
  padding-left: 15px;
}
.footer .foot-botm .bd {
  padding: 24px 0 67px;
  border-top: 1px solid #3e4a53;
}
.footer .foot-botm .bd a {
  padding: 0 5px;
}
