html, body {
    margin: 0;
    padding: 0;
    background: #F7FAFD;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}
.scroll-x{
    overflow-x: scroll;
    white-space: nowrap;
}

.title-name {
    margin-left: 20px;
    animation: title-scroll 20s linear infinite;
}
.title-name:hover {
    /* 设置动画是否暂停 paused暂停*/
    animation: title-scroll 20s linear infinite paused;
}
@keyframes title-scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

input,select {
    border: 1px solid black;
    outline: none;
    background: transparent;
}

input:focus,select:focus {
    outline: none;
}
select{
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none; /*去掉下拉箭头*/
}
select::-ms-expand { display: none; }

.bx-item>img:hover, .jx-list>img:hover,
.jl-imgs>img:hover, .zc-r-item:hover,
.fc-item>img:hover, .zc-l:hover,
.liaojie-btn:hover,.bx-item>img:hover,
.bx-btn:hover, .footer-item>div:first-child:hover,
.footer-item-list div:hover, .float-btm-item:hover {
    transform: scale(1.05);
}

.footer-item-list div:hover {
    color: #ffffff;
}

.top-box {

}
.title-bar {
    max-width: 1204px;
    height: 45px;
    display: flex;
    justify-content: space-between;
    margin: auto;
    font-size: 14px;
    overflow: hidden;
}
.title-bar>div {
    line-height: 45px;
}
.menu-box {
    width: 99%;
    height: 99px;
    background: #FFFFFF;
    margin: auto;
}
.menu-bar {
    max-width: 1200px;
    height: 99px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.menu-logo {
    width: 211px;
    height: 44px;
}

.menu-list {
    display: flex;
    justify-content: space-between;
    width: 796px;
}
.menu-item{
    font-size: 16px;
    cursor: pointer;
}
.menu-active {
    color: #6B93FF;
}
.menu-line {
    width: 100%;
    height: 3px;
    background: #6B93FF;
    /*background: #fff;*/
    border-radius: 2px;
    margin-top: 4px;
    transition: opacity .8s ease-in-out;
    opacity: 0;
}
.menu-item:hover>.menu-line{
    opacity: 1;
}
.menu-llpx {
    display: flex;
    align-items: center;
    color: #FF5A21;
}
.menu-llpx>img {
    width: 15px;
    height: 16px;
}
.login {
    width: 110px;
    height: 32px;
    background: #6B93FF;
    border-radius: 5px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
}

.footer {
    width: 100%;
    min-height: 320px;
    background: #1E40D0;
    padding-top: 78px;
    box-sizing: border-box;
}
.footer-list {
    display: flex;
    justify-content: space-between;
}
.footer-item {
    color: #FFFFFF;
    width: 100px;
}
.footer-item>div:first-child{
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    cursor: pointer;
}
.footer-line {
    width: 100%;
    height: 1px;
    background: #E0E0E0;
    margin: 20px 0;
}
.footer-item-list div {
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 28px;
    cursor: pointer;
}

.list-box {
    display: flex;
    justify-content: space-between;
    padding-top: 23px;
}
.list-left {
    width: 260px;
}
.list-item {
    width: 100%;
    height: 63px;
    background: #FFFFFF;
    border: 1px solid #DCDCDC;
    line-height: 63px;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
}
.list-active {
    border-left: 4px solid #6B93FF;
    color: #6B93FF;
}
.list-right {
    width: 924px;
}
.list-r-t {
    display: flex;
    margin-top: 9px;
    margin-left: 27px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
.list-r-t div:first-child {
    color: #999999;
    margin-right: 5px;
}
.list-content {
    width: 100%;
    box-sizing: border-box;
    background: #FFFFFF;
    border: 1px solid #DCDCDC;
    margin-top: 26px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 22px;
}
.list-content>.bx-item {
    border: 1px solid #DCDCDC;
}
.float-box {
    position: fixed;
    right: 27px;
    top: 30%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: end;
}
.float-top {
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 216px;
    height: 242px;
    background: #FFFFFF;
    box-shadow: 0px 2px 13px 0px rgba(144,149,154,0.2);
    padding: 21px 18px;
    box-sizing: border-box;
    font-size: 14px;
}
.float-top>img {
    width: 167px;
    height: 165px;
}

.float-btm {
    width: 242px;
    height: 160px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: absolute;
    right: 0;
    margin-top: 250px;
}
.float-btm-item {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 100%;
    height: 41px;
    background: #FFFFFF;
    box-shadow: 0px 2px 13px 0px rgba(144,149,154,0.35);
    font-size: 14px;
    font-weight: 400;
    color: #000000;
    padding-left: 19px;
    box-sizing: border-box;
    margin-bottom: 10px;
    cursor: pointer;
}
.float-btm-item>img {
    margin-right: 2px;
}

.float-list {
    position: absolute;
    width: 100%;
    /*animation: float-list-scroll 20s linear infinite;*/
}
/*.float-list:hover {*/
/*    !* 设置动画是否暂停 paused暂停*!*/
/*    animation: title-scroll 20s linear infinite paused;*/
/*}*/
/*@keyframes float-list-scroll {*/
/*    0% {*/
/*        transform: translateY(0);*/
/*    }*/
/*    100% {*/
/*        transform: translateY(-100%);*/
/*    }*/
/*}*/


.info-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.info-box>img {
    max-width: 100%;
}
.info-title {
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    line-height: 30px;
    margin-bottom: 19px;
}
.info-content {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}

.video-list {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    width: 100%;
}
.video-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 55px;
    margin-right: 74px;
    cursor: pointer;
}
.video-item>div{
    width: 264px;
    height: 164px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border-radius: 10px;
    margin-bottom: 10px;
}
.video-item>div>div{
    width: 100%;
    height: 100%;
    background: rgb(0,0,0, 0.3);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.page-box {
    display: flex;
    justify-content: space-between;
    margin: auto auto 20px;
}
.page-box>div:first-child {
    display: flex;
    height: 28px;
    background: #FFFFFF;
}
.page-box>div:first-child div {
    border: 1px solid #333333;
    border-radius: 4px;
    line-height: 28px;
    padding: 0 10px;
    margin-right: 17px;
    cursor: pointer;

}
.page-box>div:last-child {
    height: 30px;
    font-size: 14px;
    font-weight: 400;
    color: #8E8E8E;
    line-height: 30px;
}
.page-box>div:last-child>span {
    color: #000000;
}

.text-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    margin-bottom: 49px;
}
.text-item {
    display: flex;
    justify-content: left;
    align-items: center;
    height: 54px;
    width: 100%;
    border-bottom: dashed 2px #DFDFDF;
    cursor: pointer;
}
.text-item>img {
    width: 6px;
    height: 10px;
    margin: 0 14px 0 16px;
}
.text-text {
    width: 580px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    font-size: 14px;
    font-weight: 400;
    color: #101010;
    line-height: 54px;
}
.text-date {
    margin-left: auto;
    margin-right: 17px;
    font-size: 14px;
    font-weight: 400;
    color: #BBBBBB;
    line-height: 54px;
}

.yybm-box {
    width: 753px;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.t1-h1 {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.t1-h1>div:first-child {
    font-size: 30px;
    font-weight: bold;
    color: #000000;
    line-height: 30px;
}
.t1-h1>div:last-child {
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    line-height: 30px;
}
.common-input-box {
    margin-top: 70px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 38px;
}
.common-input, .common-select {
    width: 487px;
    height: 47px;
    background: #FFFFFF;
    border: 1px solid #D2D2D2;
    margin: 10px 0;
    text-align: center;
    font-size: 18px;
}
.common-input::placeholder {
    font-size: 18px;
    font-weight: 400;
    color: #666666;
    line-height: 47px;
    text-align: center;
}
.common-btn {
    width: 290px;
    height: 40px;
    background: #6B93FF;
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

.tszx-box {
    width: 843px;
    margin-top: 20px;
}
.tszx-box>textarea {
    width: 100%;
    height: 234px;
    background: #FFFFFF;
    border: 1px solid #000000;
    box-sizing: border-box;
    padding: 18px;
    font-size: 18px;
    line-height: 30px;
}
.tszx-box>textarea::placeholder {
    font-size: 18px;
    font-weight: 400;
    color: #999999;
    line-height: 30px;
}
.tszx-box input {
    width: 410px;
    height: 47px;
    background: #FFFFFF;
    border: 1px solid #000000;
    font-size: 18px;
    box-sizing: border-box;
    padding-left: 18px;
}
.tszx-box input::placeholder {
    font-size: 18px;
    font-weight: 400;
    color: #999999;
}
.tszx-box>div {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 26px;
}

.hy-box {
    display: flex;
    justify-content: center;
    width: 100%;
}
.hy-left {
    width: 520px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    color: #010101;
    line-height: 30px;
    border-right: 1px #D2D2D2 dashed;
    height: 553px;
}
.hy-right {
    width: 520px;
}
.hy-top {
    display: flex;
    justify-content: left;
    align-items: center;
    margin-top: 62px;
    width: 188px;
}

.hy-top>div {
    width: 96px;
    height: 96px;
    background: #E8F2FA;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hy-top img {
    width: 60px;
    height: 60px;
}
.hy-btm {
    display: flex;
    flex-direction: column;
    margin-top: 47px;
}
.hy-btm div {
    width: 188px;
    height: 39px;
    background: #FFFFFF;
    border: 1px solid #BFBFBF;
    font-size: 16px;
    font-weight: 400;
    line-height: 39px;
    cursor: pointer;
    text-align: center;
}
.hy-btm div:first-child {
    color: #0E85F9;
    margin-bottom: 26px;
}
.hy-btm div:last-child {
    color: #FF0000;
}
.hy-center {
    width: 188px;
    margin-top: 56px;
}
.hy-right {
    width: 520px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 36px;
    font-weight: 400;
    color: #010101;
    line-height: 30px;
    padding-top: 96px;
    box-sizing: border-box;
}
.hy-right>.common-btn {
    margin-top: 40px;
}

.h890-content {
    width: 100%;
    border: 1px solid #DCDCDC;
    margin: 23px 0;
    background: #F7F8FA;
    display: flex;
}
.h890-content-l {
    width: 259px;
}
.h890-content-item {
    width: 100%;
    height: 67px;
    line-height: 67px;
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    text-align: center;
    border-bottom: 1px solid #DCDCDC;
    cursor: pointer;
}
.h890-content-active {
    color: #1E40D0;
}
.h890-content-r {
    width: 940px;
    padding: 41px 87px;
    border-left: 1px solid #DCDCDC;
}
.h890-c-r-t {
    font-size: 14px;
    font-weight: bold;
    color: #000000;
}
.h890-c-r-b {
    font-weight: bold;
    color: #000000;
    margin-top: 19px;
}
.h890-c-r-text {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
}
.zp-title {
    font-size: 18px;
    font-weight: bold;
    color: #000000;
    line-height: 30px;
    margin-bottom: 19px;
    display: flex;
    justify-content: left;
    align-items: center;
}
.zp-title>span {
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    line-height: 30px;
    margin-left: 22px;
}

.shade-box {
    width: 100%;
    height: 100%;
    background: rgb(0,0,0,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}
.zp-box {
    width: 657px;
    height: 558px;
    background: #FFFFFF;
    border: 1px solid #DCDCDC;
    padding: 51px;
    box-sizing: border-box;
}
.zp-b-title {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    line-height: 30px;
}
.zp-b-content {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}
.zp-b-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 47px;
    margin-top: 20px;
    position: relative;
}
.zp-b-item span {
    color: #FF0000;
}
.zp-b-item input {
    width: 445px;
    height: 47px;
    background: #FFFFFF;
    border: 1px solid #D2D2D2;
}
.common-btn {
    margin: 46px auto 0 auto;
}
.zp-upload {
    font-size: 14px;
    font-weight: 400;
    color: #6B93FF;
    width: 64px;
    height: 14px;
    line-height: 14px;
    position: absolute;
    right: 20px;
    border-left: solid 1px #ccc;
    padding-left: 5px;
    cursor: pointer;
    background: #FFFFFF;
}

.dtjg-box {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    line-height: 30px;
}
.dtjg-box>span {
    font-size: 60px;
    font-weight: 500;
    color: #FF0000;
    line-height: 30px;
    margin: 21px 0 60px;
}
.dt-left {
    width: 680px;
    display: flex;
    flex-direction: column;
    align-items: start;
    font-size: 16px;
    font-weight: 400;
    color: #010101;
    line-height: 30px;
    border-right: 1px #D2D2D2 dashed;
}
.dt-left>div:first-child {
    font-weight: bold;
    margin-bottom: 15px;
}
.dt-options {
    display: flex;
    flex-direction: column;
    justify-content: start;
}
.option {
    display: flex;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 30px;
    margin-top: 26px;
    cursor: pointer;
}
.option>div:first-child {
    width: 33px;
    height: 33px;
    background: #FFFFFF;
    border: 1px solid #DCDCDC;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 16px;
}
.option>div:last-child {
    width: 480px;
}
.right>div:first-child {
    color: #FFFFFF;
    background: #00BA2C;
}
.right {
    color: #00BA2C;
}
.wrong>div:first-child {
    color: #FFFFFF;
    background: #E92E2E;
}
.wrong {
    color: #E92E2E;
}
.selected>div:first-child {
     color: #FFFFFF;
     background: #6B93FF;
 }
.selected {
    color: #6B93FF;
}

.dt-right {
    width: 520px;
    display: flex;
    flex-direction: column;
    align-items: start;
    font-size: 16px;
    font-weight: bold;
    color: #010101;
    padding-left: 68px;
    box-sizing: border-box;
}
.dt-right>span:nth-child(2) {
    font-size: 36px;
    color: #E92E2E;
    line-height: 30px;
    margin-top: 20px;
}
.dt-right>span:nth-child(3) {
    margin-top: 53px;
}
.dt-right>img {
    margin-top: 31px;
    max-width: 60%;
}
.dt-btm {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 30px;
    width: 700px;
    margin: 80px auto 0;
}
.dt-btn{
    width: 149px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #BFBFBF;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
















.hidden {
    display: none;
}