/*copy*/
.copy {
    /*padding: 4.5% 1% 3%;*/
    overflow: hidden;
    background: linear-gradient(160deg, #007fc1, #0132a1);
    background: #0F4C5C;
    /*position: sticky;*/
    bottom: 0;
}

.copy_box {
    max-width: 1600px;
    margin: 0 auto;
}

.copy_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 1.8% 0;
    position: relative;
    z-index: 5;
}

.copy_top:before {
    content: '';
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    display: none;
}

.copy_logo {
    display: flex;
    align-items: center;
}

.copy_logo i {
    width: 20%;
}

.copy_logo i img {
    height: 52px;
    filter: grayscale(100%) brightness(1000%);
}

.copy_logo p {
    font-size: 30px;
    color: #fff;
    margin: 0 0 0 14px;
}

.copy_txt {
    display: flex;
}

.copy_txt b {
    display: flex;
    flex-direction: column;
    font-size: 30px;
    color: #fff;
    align-items: flex-end;
    font-weight: lighter;
}

.copy_txt b span {
    padding: 10px 0 0;
}

.copy_con {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 3.5% 0 0;
}

.copy_nav {
    width: 60%;
}

.copy_nav ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.copy_nav li {
    padding: 0 0 0 2%;
    position: relative;
    z-index: 5;
}

.copy_nav li:before {
    content: '';
    width: 1px;
    position: absolute;
    background: #0069b4;
    top: 0;
    left: 0;
    height: 24px;
}

.copy_nav li p {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 20px;
    color: #fff;
}

.copy_nav li a {
    font-size: 14px;
    line-height: 36px;
    display: flex;
    color: #fff;
    transform: translateX(0);
    transition: 0.5s;
    font-weight: lighter;
    opacity: 0.5;
}

.copy_nav li a:hover {
    transform: translateX(2px);
    opacity: 1;
}

.copy_txt {
    display: flex;
    flex-direction: column;
    color: #fff;
    align-items: flex-end;
}

.copy_txt em {
    display: flex;
    flex-direction: column;
    width: 20%;
    align-items: center;
}

.copy_txt em i { /* width:50%; */
}

.copy_txt em i img {
    width: 100%;
    height: auto;
}

.copy_txt em span {
    padding: 10% 0 0;
    font-size: 15px;
}

.copy_txt p {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin: 8% 0 0;
    font-size: 16px;
}

.copy_txt p span {
    font-family: Arial;
    font-size: 24px;
    padding: 7% 0 0;
}

.copy_txt o {
    font-size: 16px;
    margin: 7% 0 0;
    opacity: 0.7;
}

.copy_link {
    /*margin: 2% 0;*/
    display: flex;
    align-items: center;
}

.copy_tit {
}

.copy_tit p {
    font-size: 16px;
    color: #fff;
    opacity: 0.8;
}

.copy_tittxt {
}

.copy_end {
    /*margin: 3% 0 0;*/
    display: flex;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 3% 0 0;
}

.copy_end em {
    color: #fff;
    font-size: 15px;
    font-weight: lighter;
    opacity: 0.6;
    display: flex; /* flex-direction: column; */
}

.copy_end em > a, .copy_end em span a {
    font-size: 15px;
    color: #fff;
}

.copy_end em span {
}

.copy_end > a {
    font-size: 15px;
    color: #fff;
    font-weight: lighter;
    opacity: 0.8;
}

;
.linkTagcs li a {
    color: #fff !important;
}