@font-face {
  font-family: "GOTHIC";
  src: url("../font/GOTHIC.TTF");
}

* {
  font-family: "微软雅黑","Arial";
  padding: 0;
  margin: 0;
  /* box-sizing: border-box; */
}
body {
  font-family:  "微软雅黑";
}

/* ----------------------解决方案---------------------- */
.wrap {
  width: 1104px;
  margin: 0 auto;
}

.h-t-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 32px;
}

.h-t {
  background: url('../images/top.png') no-repeat center;
  background-size: 100% 100%;

}

.h-r {
  display: flex;
}

.h-r-a {
  color: #ffffff;
  font-size: 12px;
  display: block;
  padding: 0 10px;
  border-right: 2px #b8cadf solid;
}

.h-r-tx {
  color: #ffffff;
  font-weight: bold;
  font-size: 12px;
  padding: 0 10px 0 18px;
}

.h-r-icon {
  position: relative;
  margin-left: 10px;
}
.h-r-icon:hover .ma {
  display: block;
}
.ma::after {
  content: '';
  position: absolute;
  top: -17px;
  right: 10px;
  background: url(../images/48.png);
  width: 33px;
  height: 19px;
  background-size: 100%;
}
.ma {
  display: none;
  position: absolute;
  top: 45px;
  right: -18px;
  z-index: 99;
}
.ma-cont {
  padding: 15px;
  background-color: #ffffff;
  box-shadow: 0px 0px 2px 1px #eaeaea;
}
.h-t-tx {
  color: #fdfdfd;
  font-size: 12px;
}

.ul-nav {
  display: flex;
}

.ul-nav>li {
  position: relative;
  margin-left: 30px;
  color: #333332;
  font-size: 16px;
  padding-bottom: 45px;
}

.ul-nav>li::after {
  display: none;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #0568ae;
}

.ul-nav>li:hover::after,
.nav-act::after {
  display: block !important;
}

.ul-nav>li>a {
  position: relative;
  padding-right: 11px
}

.ul-nav>li>a::after {
  content: '';
  position: absolute;
  right: 0;
  top: 9px;
  width: 7px;
  height: 4px;
  background: url('../images/3.png') no-repeat center;
  background-size: 100%;
}

.ul-nav>li:nth-child(1) {
  margin-left: 0
}

.ul-nav>li span {
  vertical-align: middle;
  margin-left: 4px;
}

.h-cont {
  display: flex;
  /* align-items: center; */
  justify-content: space-between;
}

.nav {
  margin-top: 46px;
}

.banner {
  position: relative;
  background: no-repeat center;
}

.banner-title {
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  width: 210px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  background-color: #1564a5;
  position: absolute;
  bottom: 0;
}

.zymid {
  border-bottom: 1px #eaeaea solid;
}

.zymid-cont {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
}

.mbx {
  display: flex;
  align-items: center;
  color: #555555;
  font-size: 12px;
}

.mbx a:nth-last-child(1) {
  color: #0664a3
}

.mbx img {
  margin-right: 6px
}

.ul-zynav {
  display: flex;

}

.ul-zynav>li {
  margin-right: 40px;
  font-size: 14px
}
.ul-zynav>li>a{
  line-height: 60px;
  display: block;
}
.ul-zynav>li:nth-last-child(1) {
  margin-right: 0
}

.zynav-act,
.ul-zynav>li:hover {
  color: #1564a5 !important;
  font-weight: bold;
}

.ztxt {
  text-align: center;
}

.ztitle {
  font-size: 18px;
  font-weight: bold;
  color: #004089;
}

.ztx {
  color: #444444;
  font-size: 18px;
  font-family: "GOTHIC";
  margin-top: 12px;
}

.jj {
  padding: 35px 0 140px
}

.zya {
  text-align: center;
  margin: 30px 0 35px
}

.zya a {
  display: inline-block;
  width: 190px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  color: #fff;
  font-size: 16px;
  border-radius: 100px;
  background-color: #056bb0;
}

.ul-case {
  max-width: 1140px;
  margin-left: -36px;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}

.ul-case>li {
  float: left;
  width: 344px;
  margin: 36px;
  margin-right: 0;
}

.case-pic {
  width: 344px;
  height: 182px;
}

.case-pic>img {
  width: 100%;
  height: 100%;
}

.case-title {
  color: #2b2b2b;
  font-size: 14px;
  margin-top: 12px;
}

.case-tx {
  color: #8a8a8a;
  font-size: 14px;
  margin-top: 10px;
}

.case-more {
  display: block;
  margin: 10px auto 0;
  width: 250px;
  height: 40px;
  text-align: center;
  line-height: 38px;
  border: 1px #d5d5d5 solid;
  border-radius: 100px;
  color: #8b8b8b;
  font-size: 14px;
  box-sizing: border-box;
}

.kh {
  padding-top: 65px;
}

.ul-kh {
  max-width: 1109px;
  overflow: hidden;
  margin: 35px 0 35px -5px;
  display: flex;
  flex-wrap: wrap;

}

.ul-kh>li {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 272px;
  padding: 18px 5px;
  line-height: 20px;
  font-size: 14px;
  margin: 0 0 5px 5px;
  text-align: center;
  color: #555555;
  background-color: #f0f0f0;
  box-sizing: border-box;
}
.footer{
  background-color: #333333;
}
.ft{
  display: flex;
  justify-content: space-between;
  padding: 40px 0 25px;
}
.ft-r{
padding-top: 10px;
text-align: right
}
.ul-ft{
  display: flex;
}
.ul-ft>li{

  color: #c6c6c6;
  font-size: 14px;
  margin: 10px 56px 10px 0
}
.ft-r-tx{
color: #e9e1e1;
font-size: 30px;
} 
.ft-r-tx2{
  color: #c6c6c6;
  font-size: 14px;
}
.ul-nav>li:hover .nd{
  display: block
}
.nd{
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 61px;
  background-color:  #868686;
  z-index: 999;
  width: 100%;
  text-align: center;
 min-width: 94px;

}
.nd a{
  display: block;
  color: #fff;
  line-height: 30px;
  font-size: 12px;
  padding: 0 5px;
}
.nd a:hover{
  color: #006cb2;
background: #ffffff;
}

/* 解决方案详情 */
.jjxq-pic {
  display: flex;
  justify-content: space-between;
  margin: 25px 0
}

.jjxq-pic2 {
  width: 536px;
  height: 329px;
}

.jjxq-pic2>img {
  width: 100%;
  height: 100%;
}
.jjxq-title{
  color: #1564a5;
  font-size: 24px;
  padding-bottom: 10px;
}
.jjxq-tx{
  color: #555555;
  font-size: 14px;
  line-height: 24px;
  margin-top: 25px;
}
.jjxq-cont{
  padding-top: 65px;
}
.jjxq{
  padding: 40px 0 110px;
}


/* 产品中心 */
.zytitle {
  color: #151515;
  font-weight: bold;
  font-size: 18px;
}

.pdu {
  padding-bottom: 100px
}

.pdu-cont {
  display: flex;
  justify-content: space-between;
}

.pdu-l {
  width: 250px;
}

.pdu-r {
  width: 830px;
}

.ul-pdunav>li {
  border-bottom: 1px #d5d5d5 solid;
  color: #333333;
  font-size: 16px;
}

.ul-pdunav>li>a {
  display: block;
  line-height: 60px;
  padding-left: 35px;
  cursor: pointer;
}

.ul2-pdunav {
  display: none;
}

.ul2-pdunav a {
  display: block;
  line-height: 38px;
  color: #868686;
  font-size: 14px;
  padding-left: 35px;
}

.pdu-act {
  background-image: linear-gradient(to right, #066cb1, #167dc2);
  color: #ffffff !important;
}

.pdu-r-title {
  line-height: 50px;
  color: #ffffff;
  font-size: 16px;
  background-color: #056bb0;
  padding-left: 24px
}

.ul-pdu {
  max-width: 840px;
  margin-left: -10px;
  overflow: hidden;
}

.ul-pdu>li {
  float: left;
  width: 270px;
  margin: 50px 0 0 10px;
  padding-bottom: 20px;
  text-align: center;
  height: 295px;
}

.pdu-pic {
  margin: 0 auto;
  width: 142px;
  height: 190px;
}

.pdu-pic>img 
{
    height:100%;
}

.pdu-tx {
  color: #696969;
  font-size: 14px;
  line-height: 20px;
  max-width: 200px;
  margin: 14px auto 7px
}

.pdu-more {
  width: 80px;
  height: 24px;
  border: 1px #b8b7b7 solid;
  line-height: 22px;
  text-align: center;
  font-size: 12px;
  color: #696969;
  box-sizing: border-box;
  border-radius: 100px;
  margin: 0 auto;
}

.pdu-r-c {
  margin-top: 20px;
}

.pdu-r-c:nth-child(1) {
  margin-top: 0
}

/* hover */
.ul-pdu>li:hover .pdu-pic>img,.ul-case>li:hover .case-pic>img{
  transform: scale(1.1)
}
.pdu-pic>img,.case-pic>img{
  transition: .5s;
  -webkit-transition: .5s;
}
.pdu-pic,.case-pic{

}
.ul-pdu>li:hover .pdu-more,.case-more:hover,.ul-kh>li:hover{
  background-color: #056bb0;
  color: #fff;
}
.ul-ft>li:hover{
  color: #056bb0
}