.aboutCopy{
  width: 80%;
  margin-left: 10%;
  padding-bottom: 100px;
  display: flex;
  justify-content: space-between; 
}
.aCopyWz{
  width: 50%;
}
.aCopyJj{
  width: 47%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.aCopyJj>img{
  height: 100%;
}

.aCopyWz>p{
  font-size: 30px;
  color: black;
}

.aCopyWz>div{
  font-size: 15px;
  line-height: 25px;
  margin-top: 30px;
}

.aCopyWz>span{
  display: flex;
  font-size: 20px;
  color:#1b418a;
  margin-top: 70px;
}

.aRotation{
  width: 80%;
  margin-left: 10%;
}

.aConsult{
  width: 100%;
  padding: 70px 0;
  background: url(./../images/other/aboutb.png) no-repeat;
  background-size: cover;
  margin-top: 40px;
}

.aConsult>p{
  width: 100%;
  display: flex;
  justify-content: center;
  font-size: 30px;
  color: #ffffff;
  margin-bottom: 50px;
}


.aConsult>ul{
  width: 80%;
  margin: auto;
  display: flex;
  justify-content: space-between;
}

.aConsult>ul>li{
  width: 18%;
  background: white;
  padding: 60px 3%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.6s;
}


.aConsult>ul>li>img {
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
}

.aConsult>ul>li>img:hover {
  transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
}





.aConsult>ul>li:hover{
  transform: scale(1.05);
}
.aConsult>ul>li>img{
  width: 26%;
}

.aConsult>ul>li>p{
  font-size: 17px;
  font-weight: 900;
  margin: 20px 0;
}

.aConsult>ul>li>div{
    width: 90%;
  font-size: 14px;
  line-height: 25px;
  height: 102px;
  text-align: center;
}

.aDownload{
  width: 100%;
  padding: 70px 0;
  background: url(../images/other/ziliao.png) no-repeat;
  background-size: cover;
  display: flex;
}

.aDowCont{
  width: 50%;
  margin-left: 10%;
}

.aDowCont>p{
  font-size: 30px;
}


.aDowCont>ul{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}

.aDowCont>ul>li{
  width: 42%;
  padding: 0 3%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 70px;
  background: white;
  margin-top: 20px;
  transition: all 0.5s;
}



.aDowCont>ul>li:hover {
  -moz-box-shadow: 5px 5px 10px #ddd;
  -webkit-box-shadow: 5px 5px 10px #ddd;
  box-shadow: 5px 5px 10px #ddd;
  transform: translate3d(0,-2px,0);
  transform: scale(1.05);
}





.aDowCont>ul>li>span{
  font-size: 14px;
  width: 100%;
  /* font-weight: 900; */
}

.aDowCont>ul>li>a{
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
  color: #1b418a;
}

.aDowCont>ul>li>span>img{
  margin-right: 10px;
}



.contact-main {
  margin-top: 32px;
  margin: auto;
  width: 79%;
}
.contact-tit {
display: block;
margin-top:32px;
height: 98px;
font-size: 31px;
font-weight: 500;
text-align: center;
line-height: 98px;
color: #323232;
background: url('../images/contact-bg.png') center center no-repeat
}

.contact-info {
position: absolute;
top: 0;
right: 0;
width: 489px;
height: 509px;
background: url('../images/contact-infobg.png') repeat;
overflow: hidden;
}
.maps {
  position: relative;
  margin-top: 24px;
  overflow: hidden;
}

.contact-info {
  position: absolute;
  top: 0;
  right: 0;
  width: 489px;
  height: 509px;
  background: url('../images/contact-infobg.png') repeat;
  overflow: hidden;
}
.add-con {
  padding-top: 28px;
  margin-left: -19px;
  margin-bottom: 55px;
}

.add-con-items {
  float: left;
  width: 50%;
  margin-bottom: 21px;
  padding-left: 19px;
}

.add-block {
  width: 100%;
  border: 1px solid rgba(0,69,186,0.4);
  overflow: hidden;
}

.add-name {
  position: relative;
  display: block;
  height: 69px;
  padding: 0 33px;
  font-size: 22px;
  font-weight: normal;
  line-height: 67px;
  color: #0045AA;
}

.add-name-line {
  display: block;
  position: absolute;
  width: 29px;
  height: 1px;
  left: 33px;
  bottom: 13px;
  background: #0045AA;
}

.add-dt {
  height: 169px;
  padding: 17px 33px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.add-block:hover .add-dt {
        background: #f3f8ff;
}

.add-dt-dz,
.add-dt-tel {
  position: relative;
  padding-left: 24px;
  font-size: 14px;
  line-height: 28px;
  color: #1d1c1c;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.add-dt-dz {
  /*margin-right: 60px;*/
}

.add-dt-icon {
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 21px;
}

.add-dt-icon img {
  vertical-align: top;
}
.contact-info-tit {
  font-size: 22px;
  font-weight: normal;
  line-height: 66px;
  color: #fff;
}

.ci-top {
  width: 100%;
  height: 231px;
  padding: 34px 38px;
  background: #0045AA;
  overflow: hidden;
  margin-top:-19px;
}

.ci-ewm {
  position: relative;
  width: 100%;
  height: 217px;
  background: #464544;
}

.ci-ewm-icon {
  position: absolute;
  display: block;
  width: 32px;
  height: 12px;
  left: 37px;
  top: -12px;
}

.ci-ewm-icon img {
  width: 100%;
  vertical-align: top;
}

.ci-line {
  display: block;
  width: 46px;
  height: 2px;
  background: #ffc386;
}

.ci-block {
  padding-top: 18px;
}

.cib-items {
     position: relative;
min-height: 18px;
padding-left: 25px;
font-size: 14px;
line-height: 21px;
color: #fff;
margin-top: 9px;
}

.cib-icon {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 21px;
}

.cib-icon img {
  width: 100%;
  vertical-align: top;
}

.ci-ewm {
  padding-top: 23px;
}

.ciewm-block {
  display: table;
  margin: 0 auto;
}

.ciewm-items {
  float: left;
  margin: 0 13px;
}

.ciewm-pic {
  display: block;
  width: 144px;
  height: 144px;
  text-align: center;
  overflow: hidden;
}

.ciewm-pic img {
  width: 100%;
  vertical-align: top;
}

.ciewm-text {
  display: block;
  margin-top: 12px;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  color: #fff;
}

.add-con {
  padding-top: 28px;
  margin-left: -19px;
  margin-bottom: 55px;
}













