
.banner {
  height:630px;
  position: relative;
}
.banner-title {
  margin-top:184px;
  position: relative;
  z-index:90;
}
.banner-bg {
  position: absolute;
  top:-100px;
  right:-200px;
  z-index:10;
}
.green-boll {
  position: absolute;
  top:-200px;
  left:400px;
}
.blue-boll {
  position: absolute;
  top:70px;
  right:0px;
}
.banner .card {
  position: absolute;
  top:-100px;
  left:300px;
  width:300px;
  height:450px;
  border-radius: 6px;
  /* box-shadow: 0 0 16px rgba(0,0,0,.2); */
  /* background: rgba(255,255,255,.5) url(../imgs/card-center.png) center no-repeat; */
}
.banner .card:before {
  content: '';
	background: url("../imgs/card.png") center center / cover no-repeat fixed;
	filter: blur(20px);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	margin: -30px;
}
.shicha {
  position: absolute;
  top:0px;
  z-index:20;
  transform: scale(0.8);
  /* z-index:100; */
  right:-100px;
}

.content {
  margin-top:-200px;
  position: relative;
  z-index:100;
}
.box-header {
  margin-bottom:50px;
}
.box-body {
  position: relative;
}
.box-header h2 {
  font-size:21px;
  display: inline-block;
}
.box-header p {
  color:#707070;
}
.pd-list {
  display: flex;
  justify-content: space-between;
  margin-bottom:10px;
}
.pd-list li {
  float:left;
  width:33%;
  height:166px;
  padding:40px 20px;
  position: relative;
}
.pd-list li .pd-info {
  top:0;
  position: relative;
  transition: all .2s ease;
}
.pd-list li.border .pd-info {
  padding-right:150px;
}
.pd-items {
  display: none;
}
.svg-border {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.svg-border path {
  stroke-width: 2px;
  fill: transparent;
  stroke: #2c68ff;
  stroke-dashoffset: 0;
  stroke-dasharray: 0,396,0,166,0,396,0,166;
  transition: all .3s ease;
}
.pd-list li:hover.border {
  /* border:1px solid transparent; */
}
.pd-list li:hover .svg-border path {
  stroke-dasharray: 396,0,166,0,396,0,166,0
}
.pd-list li.active .svg-border path {
  stroke-dasharray: 396,0,166,0,396,0,166,0
}
.pd-list li:hover.border .pd-info {
  top:-10px;
}
.pd-list li:hover h4 {
  color:#2c68ff;
}
.pd-list li.border{
  width:33%;
  padding:40px 20px;
  float:left;
  /* border:1px solid #ccc; */
  margin-right:2px;
}
.pd-info h4 {
  font-size:18px;
  margin:0;
  margin-bottom:10px;
}
.pd-info p {
  margin:0;
  color:#333333;
}
.pd-list li.zhjt {
  background: url(../imgs/pd-zhjt-icon.png) center right no-repeat;
}
.pd-list li.zhhk {
  background: url(../imgs/pd-zhhk-icon.png) center right no-repeat;
}
.pd-list li.jrkj {
  background: url(../imgs/pd-zhkj-icon.png) center right no-repeat;
}
.pd-list li.zf  {
  background: url(../imgs/pd-zhjf-icon.png) center right no-repeat;
}
.pd-list li.yljy {
  background: url(../imgs/pd-yljy-icon.png) center right no-repeat;
}
.pd-list li.zhgl {
  background: url(../imgs/pd-zhgl-icon.png) center right no-repeat;
}
.pd-items .pd-info h4{
  color:#2c68ff;
  padding-left:30px;
  background-size: auto 80% !important
}
.pd-items .pd-info h4.tcy-icon{
  background: url(../imgs/tcy-icon.png) 0 center no-repeat;
}
.pd-items .pd-info h4.tcapp-icon{
  background: url(../imgs/tcapp-icon.png) 0 center no-repeat;
}
.pd-items .pd-info h4.hyaj-icon{
  background: url(../imgs/hyaj-icon.png) 0 center no-repeat;
}
.pd-items .pd-info h4.hzhy-icon{
  background: url(../imgs/hzhy-icon.png) 0 center no-repeat;
}
.pd-items .pd-info h4.fxfx-icon{
  background: url(../imgs/fxfx-icon.png) 0 center no-repeat;
}
.pd-items .pd-info h4.sjcx-icon{
  background: url(../imgs/sjcx-icon.png) 0 center no-repeat;
}
.pd-items .pd-info h4.dzqb-icon{
  background: url(../imgs/dzqb-icon.png) 0 center no-repeat;
}
.pd-items .pd-info h4.zfgl-icon{
  background: url(../imgs/zfgl-icon.png) 0 center no-repeat;
}
.pd-items .pd-info h4.txl-icon{
  background: url(../imgs/txl-icon.png) 0 center no-repeat;
}
.pd-items .pd-info h4.ddos-icon{
  background: url(../imgs/ddos-icon.png) 0 center no-repeat;
}
.pd-items .pd-info h4.kb-icon{
  background: url(../imgs/kb-icon.png) 0 center no-repeat;
}
.pd-items .pd-info h4.oa-icon{
  background: url(../imgs/oa-icon.png) 0 center no-repeat;
}
.pd-more-btn {
  position: relative;
  display: block;
  float:right;
  width:120px;
  height:36px;
  line-height: 36px;
  text-align: center;
  color:#006bff;
  border:1px solid #2c68ff;
}

.pd-more-btn:after {
  content: "";
  position: absolute;
  top: 2px;
  right: 10px;
  bottom: 0;
  margin: auto 0;
  width: 7px;
  height: 7px;
  border: 1px solid#1253a4;
  border-width: 1px 1px 0 0;
  transition: all .2s ease;
  transform: rotate(45deg)
}

.khal-wrap {
  padding-top:84px;
  height:672px;
  background:url(../imgs/khal-wrap-bg.png) center no-repeat;
  background-size: 100% 100%;
}
.compony {
  position: absolute;
  left:-60px;
  right:-60px;
  height:616px;
  padding:50px 90px;
  background: #fff url(../imgs/khal-bg.png) center no-repeat;
}
.news-wrap {
  height:900px;
  background:#0c2261 url(../imgs/news-wrap-bg_02.jpg) center no-repeat;
}
.new-cards {
  display: flex;
  justify-content: space-between;
}
.compony-list li {
  position: relative;
  float:left;
  width:16.6%;
  margin-right:-1px;
  height:122px;
  cursor: pointer;
  border:1px solid #eaeaea;
}
.compony-list li img {
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%) scale(.8);
  transition: all .2s ease;
  transform-origin: center center;
}
.compony-list li img:hover{
  transform: translate(-50%,-50%) scale(1.2);
}

.news-wrap {
  padding-top:200px;
}
.news-more-btn {
  position: relative;
  top:10px;
  display: block;
  float:right;
  width:120px;
  height:36px;
  line-height: 36px;
  text-align: center;
  color:#fff;
  border:1px solid #fff;
}
.new-card {
  flex:1;
  width:370px;
  float:left;
}
.new-card:nth-child(2) {
  margin:0 40px;
}
.new-card-img {
  display: block;
  width:370px;
  height:276px;
  overflow: hidden;
  margin-bottom:40px;
}
.new-card-img img {
  width:100%;
  height:100%;
  transition: all .3s ease;
  transform-origin: center center;
  transform: scale(1);
}
.new-card-img img:hover {
  transform: scale(1.4);
}
.news-time {
  color:#7882a4;
  font-size:12px;
}
.news-title {
  height:60px;
  font-size:18px;
  color:#fff;
  margin:24px 0;
}
.news-content {
  margin-bottom:20px;
  height:48px;
  line-height: 24px;
  color:#b4d4f1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-detail-btn {
  color:#e1eeff;
}
