#login,
#register {
   overflow: hidden;
}

.login-txt {
    text-align: center;
    padding: 5% 0;
    font-size: 22px;
}

.trade {
    margin: 1% 0;
    transition: all .3s linear;
}

.blue {
    background-color: #1864c8;
    color: #fff;
    height: 66px;
    line-height: 66px;
    padding: 0 2%;
    font-size: 18px;
}

.trade-data {
    display: flex;
    height: 160px;
    align-items: center;
}

.trade-data .item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    line-height: 50px;
    text-align: center;
    width: 16.666666666%;

}

.trade-data .item h3 {


    text-align: center;
    font-size: 36px;

    font-weight: 700;
    color: #1865c8;

}

.trade-data .item span {
    font-size: 20px;
    font-weight: 500;
    color: #343434;
}

.service-data {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 2% 0;
}

.service-data .item:nth-child(1) {
    background-color: #fbf1e4;
}

.service-data .item:nth-child(2) {
    background-color: #def6f6;
}

.service-data .item:nth-child(3) {
    background-color: #f8f9e3;
}

.service-data .item:nth-child(4) {
    background-color: #f8f9e3;
}

.service-data .item:nth-child(5) {
    background-color: #fbf1e4;
}

.service-data .item:nth-child(6) {
    background-color: #def6f6;
}

.service-data .item:nth-child(1) .title1 {
    color: #a66e24;
}

.service-data .item:nth-child(2) .title1 {
    color: #025f77;
}

.service-data .item:nth-child(3) .title1 {
    color: #586418;
}

.service-data .item:nth-child(4) .title1 {
    color: #338ff1;
}

.service-data .item:nth-child(5) .title1 {
    color: #ab7733;
}

.service-data .item:nth-child(6) .title1 {
    color: #ab7733;
}
.service-data .item:nth-child(1) .en {
    color: #a66e24;
}

.service-data .item:nth-child(2) .en {
    color: #a66e24;
}

.service-data .item:nth-child(2) .en {
    color: #166876;
}

.service-data .item:nth-child(3) .en {
    color: #626e1e;
}

.service-data .item:nth-child(4) .en {
    color: #626e1e;
}

.service-data .item:nth-child(5) .en {
    color: #a66e24;
}

.service-data .item:nth-child(6) .en {
    color: #166876;
}

.service-data .item {

    border: 2px solid #fbf1e4;

    width: 32%;
    position: relative;
    transform: scale(1);
    cursor: pointer;
    margin: 1% 1% 1% 0;
    transition: all .3s linear;
    box-shadow: inset 0px 0px 90px 1px rgba(255, 0, 0, 0);
}

.service-data .item:nth-child(3n) {
    margin: 1% 0 1% 0;

}

.service-data .item:hover {
    border: 2px solid #1865c8;
    transform: scale(0.95);
    box-shadow: inset 0px 0px 90px 1px rgba(255, 0, 0, 0.2);

}


.service-data .item a {
    width: 100%;
    height: 100%;
    color: #666;
    padding: 20px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;

    height: 140px;
}

.service-data .item .title {
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 41px;
    font-weight: 400;
    color: #e16236;
    position: absolute;
    top: 25%;


}

.service-data .item .en {
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 25px;

    font-weight: 500;
    position: absolute;
    bottom: 25%;

}

.about-data {
    margin: 2% 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.about-data .left {
    width: 630px;
    overflow: hidden;
    height: 228px;
    font-size: 18px;

    font-weight: 400;
    color: #333;
    line-height: 25px;
    text-indent: 2em;

    overflow: hidden;
}

.about-data .right {
    width: calc(100% - 650px);
    overflow: hidden;
    height: 228px;
    position: relative;

}

.about-data .right::before {
    position: absolute;
    height: 228px;
    width: 0;
    z-index: 10;
    display: block;
    content: '';
    background: rgba(255, 255, 255, 0.6);
    transition: all .3s linear;
    cursor: pointer;

}

.about-data .right:hover::before {
    position: absolute;
    height: 228px;
    width: 100%;
    z-index: 10;
    display: block;
    content: '';
    background: rgba(255, 255, 255, 0);


}

.query-data {
    display: flex;
    flex-wrap: wrap;
}
.query-data .item a{
    display: block;
     text-align: center;
}
.query-data .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 280px;
    height: 183px;
    background: #f1f1f1;
    margin: 10px 20px 10px 0;
    cursor: pointer;
    transition: all .3s linear;


}



.query-data .item:nth-child(4n) {
    margin: 10px 0px 10px 0;
}



.query-data .item {
    border: 0;
    background: none;
    text-transform: uppercase;

    font-weight: bold;
    position: relative;
    outline: none;
    padding: 10px 20px;
    box-sizing: border-box;
    border-radius: 5px;

}

.query-data .item .search-zn {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-weight: 400;
    color: #333;
    text-align: center;
}

.query-data .item .search-en {
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 14px;

    font-weight: 400;
    color: #666;
}

.query-data .item::before,
.query-data .item::after {
    box-sizing: inherit;
    position: absolute;
    content: '';
    border: 2px solid transparent;
    width: 0;
    height: 0;
}

.query-data .item::after {
    bottom: 0;
    right: 0;
}

.query-data .item::before {
    top: 0;
    left: 0;
}

.query-data .item:hover::before,
.query-data .item:hover::after {
    width: 100%;
    height: 100%;
}

.query-data .item:hover::before {
    border-top-color: #4361ee;
    border-right-color: #4361ee;
    transition: width 0.3s linear, height 0.3s linear 0.3s;
}

.query-data .item:hover::after {
    border-bottom-color: #4361ee;
    border-left-color: #4361ee;
    transition: border-color 0s linear 0.6s, width 0.3s linear 0.6s, height 0.3s linear 1s;
}



.new-data {
    display: flex;
    justify-content: space-between;
    padding: 5% 0;

}

.new-data .left {
    width: 580px;
}

.new-data .right {
    width: calc(100% - 690px);
    display: flex;
    flex-direction: column;
}

.new-data .right .item {
    display: flex;
    justify-content: space-between;
    height: 72px;
    margin-bottom: 10px;

}

.new-data .right .item .date {
    width: 60px;

}

.new-data .right .item .date h3 {
    font-size: 40px;
    color: #1764c8;
}


.new-data .right .item .date span {

    font-size: 14px;
    color: #1764c8;
}

.new-data .right .item .new-content {
    width: calc(100% - 80px);
    border-left: 1px solid #1764c8;
    padding-left: 10px;
    cursor: pointer;
}

.new-data .right .item .new-content h3 {
    height: 30px;
    color: #1764c8;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.new-data .right .item .new-content p {
    height: 30px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333;
    line-height: 15px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: all .3s linear;
}

.new-data .right .item .new-content p:hover {
    height: 45px;
    -webkit-line-clamp: 3;
}

.cooperation-data {
    display: flex;
    flex-wrap: wrap;
}

.cooperation-data .item:nth-child(5n) {
    margin: 10px 0px 10px 0;
}

.cooperation-data .item {
    width: 19%;
    height: 143px;
    transition: all .4s ease;
    overflow: hidden;
    margin: 10px 1% 10px 0;
    cursor: pointer;
    border: 1px solid #eaeaea;
    transition: all .3s linear;
    border-radius: 0px;
}

.cooperation-data .item:hover {
    border-radius: 5px;
    border: 1px solid #1864c8;
}

.cooperation-data .item img {
    width: 100%;
    transition: all .3s linear;

}

.cooperation-data .item img:hover {
    width: 100%;
    transform: scale(0.7);

}

.title a {
    color: #fff!important;
}


.title {
    background: #1E80FF;
    color: #fff;
}

.service-data .title {
    background: none;
    color: #999;
}
.layui-disabled{
    color: #000!important;
}