.fd-header {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 415px;
  padding-right: 315px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: url("../images/header/header-bg.png")no-repeat top;
  background-size: 100% 100%;
}
.fd-header-wrap {
    padding-top: 5.5vh;
}
.fd-header-wrap .aty-image-margin {
    display: flex;
    height: 100%;
    font-size: 35px;
    color: #fff;
    text-align: left;
    align-items: center;
}
.fd-header-wrap .fd-title-logo1 {
    width: 75px;
    height: 70px;
    background: url("../../assets/img/logo1_new.png") no-repeat;
        background-size: auto;
    background-size: contain;
    min-width: 75px;
}
.fd-header-wrap .fd-title-two {
    padding: 0 30px 0 20px;
    border-right: 1px solid #ccd4de;
}
.fd-header-wrap .fd-title-chn {
    line-height: 35px;
    font-size: 35px;
    white-space: nowrap;
}
.fd-header-wrap .aty-image-margin {
    font-size: 35px;
    color: #fff;
    text-align: left;
}

.fd-yqlj-wrap {
    width: calc(60% - 50px);
    text-align: center;
    position: absolute;
    bottom: 60px;
    left: 10%;
}
.fd-yqlj-innerwrap {
    height: 100%;
    text-align: left;
    padding-right: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.fd-yjlj-title {
    font-weight: bold;
    margin-right: 13px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #749fd4;
    display: inline-block;
}
.fd-footer-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: rgba(9, 29, 55, 0.5);
    text-align: center;
}
.fd-footer-innerwrap {
    display: flex;
    align-items: center;
    padding-left: 10%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(9, 29, 55, 0.5);
}
.fd-footer-left {
    width: 50%;
    text-align: left;
    padding-right: 90px;
}
.fd-footer-left:before {
    position: absolute;
    content: '';
    top: -3px;
    right: 0;
    width: 3px;
    height: 28px;
    background-color: #8899af;
}
.fd-footer-left, .fd-footer-right {
    position: relative;
    display: inline-block;
}
.fd-footer-right {
    padding-left: 20px;
    display: flex;
    align-items: center;
}
.fd-fd-footer-right-left {
    display: inline-block;
    width: 203px;
    text-align: left;
}
.fd-footer-common-text {
    margin-right: 22px;
    font-family: MicrosoftYaHei;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
    display: inline-block;
    display: inline-block;
}
.fd-footer-right .fd-image1 {
    background: url("../../assets/img/icp-code_03.png") no-repeat center;
    width: 23px;
    height: 27px;
    cursor: pointer;
    margin:10px;
}
.fd-footer-right .fd-image2 {
    background: url("../../assets/img/icp-code_05.png") no-repeat center;
    width: 47px;
    height: 27px;
    cursor: pointer;
    margin:10px;
}
.fd-footer-right .fd-image3 {
    background: url("../../assets/img/icp-code_07.png") no-repeat center;
    width: 23px;
    height: 27px;
    cursor: pointer;
    margin-left:5px;
    margin-right:15px;
}
.fd-txt-over-h {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.fd-footer-common-text.fd-hjcp-s {
    padding-left: 10px;
}
.aty-btn-primary{
	width: 90%;
    color: #fff;
    background-color: rgba(51,153,255,.8);
    border-color: #fff;
    border-radius: 20px;
}
.navClicked{
	color:#3a9df1!important;
}