.footer{
  width:100%;
  font-family: Arial;
}
.footer a:hover{
  text-decoration:underline;
}
.footerTop{
  width: 100%;
  height: 373px;
  background: #22498a url(/images/bgImg.png) no-repeat center center;
  position: relative;
}
.topCon{
  width: 1100px;
  margin: 0 auto;
  position: relative;
  top: 55px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.topCon .logo{width: 430px;}
.topCon .logo a img{
  width: 430px;
  height: 66px;
}
.topCon .CopyRightsCon{
  position: relative;
  width: 530px;
}
.topCon .CopyRightsCon p{
  font-size: 14px;
  color:#73a0e5;
  line-height: 24px;
  position: absolute;
  left: 0;
  top: 0;
}
.CopyRightsCon p.ContactInfo{
  display: none;
}
.footerMid{
  width: 100%;
  height: 50px;
  background: #1e4078;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footerMid a{
  font-size: 14px;
  color: #4d7ac0;
  margin: 0 30px;
  font-weight: bold;
  position: relative;
}
.footerMid a.links:after{
  content: '';
  width:0;
  height:0;
  border-bottom:4px solid #4d7ac0;
  border-left:3.5px solid transparent;
  border-right:3.5px solid transparent;
  position: absolute;
  right: -12px;
  top: 5.5px;
}
.footerBottom{
  width: 100%;
  height: 220px;
  background: #173360;
  display: flex;
  justify-content: center;
  align-items: center;
}
#content {
    width: 400px;
    height: auto;
    margin: 10px auto;
    padding-right: 12px;
    overflow: hidden;
}
p.scroll{
  height: 63px;
  color: rgb(0, 0, 0);
  font-size: 14px;
  line-height: 22px;
  text-align: justify;
}
/*弹窗*/
.popup{
  width:100%;
  height: 373px;
  background: #22498a;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  display: none;
}
.popCon{
  width: 1100px;
  margin:0 auto;
  height: 373px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.popMenu{
  width: 262px;
}
.popMenu ul li{
  width: calc(100%-15px);
  height: 37px;
  line-height: 37px;
  font-size: 14px;
  color: #fff;
  background: #2a569d;
  padding-left: 15px;
  font-weight: bold;
  margin-bottom: 12px;
  position: relative;
  cursor: pointer;
}
.popMenu ul li:first-child{
  height: 55px;
  line-height: 18px;
  display: flex;
  align-items: center;
}
.popMenu ul li.active{
  background: #4082ec;
}
.popMenu ul li:last-child{
  margin-bottom: 0;
}
.popMenu ul li.active:after{
  content: '';
  width:0;
  height:0;
  position: absolute;
  right: -10px;
  top: 0;
  border-top:5px solid #4082ec;
  border-bottom:5px solid transparent;
  border-left:5px solid #4082ec;
  border-right:5px solid transparent;
}

.menuCon{
  width: 782px;
  height: 300px;
  padding-right: 12px;
  overflow: auto;
  display: none;
}
.menuCon:first-child{
  display: block;
}
.linkAddress{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.linkAddress ul{
  padding-top: 10px;
}
.linkAddress ul li{
  height: 12px;
  line-height: 12px;
  margin-bottom: 16px;
}
.linkAddress ul li a{
  font-size: 12px;
  color: #fff;
}
.linkAddress ul li a:hover{
  color: #4d7ac0;
}
#ascrail2000{
  border-radius: 8px;
}

#linkCon3 .linkAddress ul li{
  float: left;
  margin-right: 70px;
}
#linkCon3 .linkAddress ul li:last-child,#linkCon5 .linkAddress5 ul:last-child{
  margin-right: 0;
}

#linkCon5 .linkAddress5{
  display: block;
}
#linkCon5 .linkAddress5 ul{
  float: left;
  margin-right: 100px;
}