#Behalfof {
    width: 100%;
    max-width: 1920px;
    min-width: 1280px;
    margin: 0 auto;
    background: #EDEFF5;
}

#Behalfof .banner {
    width: 100%;
    height: 660px;
    background: url('./img/banner.png') no-repeat;
    background-size: cover;
    overflow: hidden;
}

.banner .ban_content {
    width: 1280px;
    height: 660px;
    margin: 0 auto;
}

.ban_content .xtdisp {
    float: left;
}

.xtdisp img {
    margin-top: 88px;
}

.xtdisp p:nth-child(2) {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.8000);
    line-height: 18px;
    margin-top: 5px;
}

.xtdisp p:nth-child(3) {
    width: 260px;
    height: 35px;
    background: url('./img/cter.png') no-repeat;
    background-size: cover;
    line-height: 35px;
    text-align: center;
    margin-top: 25px;
    font-size: 15px;
    color: rgba(255, 255, 255, 0.8000);
}

.xtdisp a:nth-child(4) {
    display: inline-block;
    width: 170px;
    height: 48px;
    background: #FFFFFF;
    border-radius: 4px;
    font-size: 18px;
    font-weight: bold;
    color: #f68e18;
    line-height: 48px;
    text-align: center;
    margin-top: 124px;
}

.xtdisp a:nth-child(4):hover {
    background: #FDEDE6;
}

.xtdisp a:nth-child(4) i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('./img/settle_r.png') no-repeat;
    background-size: cover;
    margin-bottom: -3px;
}

.xtdisp a:nth-child(5) {
    display: inline-block;
    width: 170px;
    height: 48px;
    background: #f68e18;
    border-radius: 4px;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 48px;
    margin-top: 124px;
    text-align: center;
    margin-left: 16px;
}

.xtdisp a:nth-child(5):hover {
    background: #f68e18;
}

.xtdisp a:nth-child(5) i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('./img/settle_l.png') no-repeat;
    background-size: cover;
    margin-bottom: -3px;
}

.ban_content .forms {
    float: right;
    width: 444px;
    height: 450px;
    background: #FFFFFF;
    box-shadow: 0px 12px 64px 0px rgba(255, 99, 51, 0.5000);
    margin-top: 82px;
    border-radius: 4px;
    padding: 28px 32px;
}

.forms P:nth-child(1) {
    font-size: 30px;
    font-weight: bold;
    color: #141F33;
    line-height: 30px;
}

.forms P:nth-child(2) {
    font-size: 14px;
    color: #9B9FA8;
    line-height: 14px;
    margin-top: 17px;
}

.forms P:nth-child(2) span {
    font-size: 18px;
    font-weight: 500;
    color: #FF9204;
    line-height: 18px;
}

.forms .form {}

.form .form_item {
    margin-top: 22px;
    position: relative;
}

.form_item .ruzhu_l {
    float: left;
    position: relative;
}

.form_item .ruzhu_l::after {
    display: block;
    content: '';
    width: 24px;
    height: 24px;
    background: url('./img/icon_pingtai.png') no-repeat;
    background-size: cover;
    position: absolute;
    left: 12px;
    top: 13px;
}

.form_item .ruzhu_l::before {
    display: block;
    content: '';
    width: 18px;
    height: 18px;
    background: url('./img/pintai.png') no-repeat;
    background-size: cover;
    position: absolute;
    right: 10px;
    top: 16px;
    cursor: pointer;
    pointer-events: none
}

.form_item .input_l {
    width: 184px;
    height: 50px;
    background: #F2F4F7;
    border-radius: 4px;
    padding: 0 42px;
    cursor: pointer;
    font-size: 14px;
}
.form_item .input_l.dp-error::-webkit-input-placeholder,
.form_item .input_l.dp-error:-moz-placeholder,
.form_item .input_l.dp-error:-ms-input-placeholder {
    color: red;
}

.ruzhu_l .platform {
    display: none;
    position: absolute;
    left: 0;
    top: 50px;
    width: 184px;
    height: 220px;
    background: #FFFFFF;
    box-shadow: 0px 10px 20px 0px rgba(16, 17, 29, 0.2000);
    border-radius: 4px;
    z-index: 10;
    padding: 8px 0;
    overflow: auto;
}

.ruzhu_l .platform::-webkit-scrollbar {
    display: none;
}

.platform .oatf {
    width: 184px;
    height: 36px;
    padding-left: 16px;
    line-height: 36px;
    font-size: 14px;
    color: #424E67;
    cursor: pointer;
}

.platform .oatf.oiua {
    color: #f68e18;
}

.platform .oatf:hover {
    background: #F7F8FA;
}



.form_item .ruzhu_r {
    float: right;
    position: relative;
}

.form_item .ruzhu_r::after {
    display: block;
    content: '';
    width: 24px;
    height: 24px;
    background: url('./img/icon_pingta1i.png') no-repeat;
    background-size: cover;
    position: absolute;
    left: 12px;
    top: 13px;
}

.form_item .ruzhu_r::before {
    display: block;
    content: '';
    width: 18px;
    height: 18px;
    background: url('./img/pintai.png') no-repeat;
    background-size: cover;
    position: absolute;
    right: 10px;
    top: 16px;
    cursor: pointer;
    pointer-events: none
}

.form_item .input_r {
    width: 184px;
    height: 50px;
    background: #F2F4F7;
    border-radius: 4px;
    padding: 0 42px;
    font-size: 14px;
    cursor: pointer;
}
.form_item .input_r.dp-error::-webkit-input-placeholder,
.form_item .input_r.dp-error:-moz-placeholder,
.form_item .input_r.dp-error:-ms-input-placeholder {
    color: red;
}

.form_item .category {
    display: none;
    width: 380px;
    height: 316px;
    background: #FFFFFF;
    box-shadow: 0px 10px 20px 0px rgba(16, 17, 29, 0.2000);
    border-radius: 4px;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 10;
    padding: 8px 8px 0 8px;
    cursor: pointer;
    overflow: auto;
}

.form_item .category::-webkit-scrollbar {
    display: none;
}

.category .like {
    width: 116px;
    height: 36px;
    background: #F7F8FA;
    border-radius: 4px;
    margin-right: 8px;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
    color: #424E67;
    float: left;
}

.category .like:nth-child(3n) {
    margin-right: 0;
}

.category .like.auio {
    width: 115px;
    height: 35px;
    background: rgba(255, 218, 217, 0.3800);
    border: 1px solid #f68e18;
}

.category .like:hover {
    color: #f68e18;
}

.form .form_item1 {
    margin-top: 16px;
    position: relative;
}

.form .form_item1::after {
    display: block;
    content: '';
    width: 24px;
    height: 24px;
    background: url('./img/phone.png') no-repeat;
    background-size: cover;
    position: absolute;
    left: 12px;
    top: 13px;
}

.form_item1 .input {
    width: 380px;
    height: 50px;
    background: #F2F4F7;
    border-radius: 4px;
    padding: 0 42px;
    font-size: 14px;
}
.form_item1 .input.dp-error::-webkit-input-placeholder,
.form_item1 .input.dp-error:-moz-placeholder,
.form_item1 .input.dp-error:-ms-input-placeholder {
    color: red;
}

.form .form_item2 {
    margin-top: 16px;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.form .form_item2::before {
    display: block;
    content: '';
    width: 24px;
    height: 24px;
    background: url('./img/yzm.png') no-repeat;
    background-size: cover;
    position: absolute;
    left: 12px;
    top: 13px;
}

.form_item2 .input1 {
    padding: 0 42px;
    float: left;
    width: 270px;
    height: 50px;
    background: #F2F4F7;
    font-size: 14px;
}
.form_item2 .input1.dp-error::-webkit-input-placeholder,
.form_item2 .input1.dp-error:-moz-placeholder,
.form_item2 .input1.dp-error:-ms-input-placeholder {
    color: red;
}

.form_item2 .hqyzd {
    float: right;
    width: 110px;
    height: 50px;
    font-size: 14px;
    color: #141F33;
    text-align: center;
    background: #F2F4F7;
    text-align: center;
    margin: 0;
    outline: none;
    line-height: 50px;
    cursor: pointer;
}

.dp-error-msg {
    width: 100%;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: red;
    text-align: left;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
}

.forms .receive {
    display: block;
    width: 380px;
    height: 50px;
    background: linear-gradient(99deg, #FF693F 0%, #FA241E 100%);
    box-shadow: 0px 2px 16px 0px rgba(255, 158, 147, 0.8000);
    border-radius: 4px;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 50px;
    text-align: center;
}

.forms .receive:hover {
    background: linear-gradient(99deg, #FA5426 0%, #F21812 100%);
    box-shadow: 0px 2px 16px 0px rgba(255, 158, 147, 0.8000);
}

.forms .draw {
    height: 18px;
    font-size: 14px;
    color: #141F33;
    margin-top: 20px;
}

.draw span:nth-child(1) {
    font-size: 24px;
    font-weight: bold;
    color: #f68e18;
}

.draw span:nth-child(2) {
    height: 18px;
    font-size: 14px;
    color: #f68e18;
}

.draw span:nth-child(3) {
    font-size: 24px;
    font-weight: bold;
    color: #f68e18;
}

.draw span:nth-child(4) {
    height: 18px;
    font-size: 14px;
    color: #f68e18;
}

#Behalfof .plate {
    width: 1280px;
    height: 148px;
    margin: -60px auto 0;
    background: #FFFFFF;
    box-shadow: 0px 2px 40px 0px rgba(93, 113, 154, 0.1200);
    border-radius: 10px;
    padding: 42px 36px;
}

.plate .plate_item {
    float: left;
    margin-right: 50px;
}

.plate .plate_item:nth-child(4) {
    margin-right: 0;
}

.plate_item i {
    display: block;
    float: left;
    width: 64px;
    height: 64px;
    background: url('./img/plate1.png') no-repeat;
    background-size: cover;
}

.plate_item:nth-child(2) i {
    background: url('./img/plate2.png') no-repeat;
}

.plate_item:nth-child(3) i {
    background: url('./img/plate3.png') no-repeat;
}

.plate_item:nth-child(4) i {
    background: url('./img/plate4.png') no-repeat;
}

.plate_item .dish {
    float: left;
    margin-left: 12px;
}

.dish p:nth-child(1) {
    font-size: 18px;
    color: #091831;
    line-height: 18px;
    margin-top: 15px;
}

.dish p:nth-child(2) {
    font-size: 12px;
    color: rgba(9, 24, 49, 0.2000);
    line-height: 12px;
    margin-top: 6px;
}

#Behalfof .supply {
    margin-top: 80px;
    padding-bottom: 90px;
}

.supply .subject {
    text-align: center;
}


.subject .title {
    font-size: 44px;
    color: #0F131A;
    line-height: 44px;
}

.title span {
    font-size: 44px;
    font-weight: bold;
    color: #f68e18;
    line-height: 44px;
}

.subject .rank {
    font-size: 16px;
    color: #9DA1B3;
    line-height: 16px;
    margin-top: 15px;
}

.supply .arding {
    width: 1280px;
    margin: 50px auto 0;
}

.arding .gory {
    margin-bottom: 24px;
}

.gory .gory_item {
    display: block;
    float: left;
    width: 240px;
    height: 84px;
    background: #FFFFFF;
    border-radius: 8px;
    margin-right: 20px;
    padding: 18px 20px;
    transition: all 0.2s;
}

.gory .gory_item:hover {
    box-shadow: 0px 2px 20px 0px rgba(123, 134, 154, 0.1500);
    border: 1px solid #f68e18;
}

.gory .gory_item:last-child {
    margin-right: 0;
}

.gory_item i:nth-child(1) {
    display: block;
    width: 48px;
    height: 48px;
    background: url('./img/ons1.png') no-repeat;
    background-size: cover;
    float: left;
}

.gory_item p:nth-child(2) {
    float: left;
    font-size: 20px;
    color: #141F33;
    line-height: 20px;
    margin-top: 13px;
    margin-left: 12px;
}

.gory_item i:nth-child(3) {
    display: block;
    width: 24px;
    height: 24px;
    background: url('./img/arw.png') no-repeat;
    background-size: cover;
    float: right;
    margin-top: 13px;
}

.gory_item:nth-child(2) i:nth-child(1) {
    background: url('./img/ons2.png') no-repeat;
}

.gory_item:nth-child(3) i:nth-child(1) {
    background: url('./img/ons3.png') no-repeat;
}

.gory_item:nth-child(4) i:nth-child(1) {
    background: url('./img/ons4.png') no-repeat;
}

.gory_item:nth-child(5) i:nth-child(1) {
    background: url('./img/ons5.png') no-repeat;
}

.arding .multi {}

.multi .bjopa {
    float: left;
    width: 295px;
    height: 400px;
    background: url('./img/bj.png') no-repeat;
    background-size: cover;
    padding: 36px 26px 28px 27px;
}

.bjopa p:nth-child(1) {
    font-size: 26px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 32px;
    position: relative;
}

.bjopa p:nth-child(1)::before {
    display: inline-block;
    content: '';
    width: 5px;
    height: 5px;
    background: #FFFFFF;
    border-radius: 1px;
    position: absolute;
    bottom: 3px;
    right: 125px;
}

.bjopa p:nth-child(1)::after {
    display: inline-block;
    content: '';
    width: 5px;
    height: 5px;
    background: rgba(255, 255, 255, 0.5000);
    border-radius: 1px;
    position: absolute;
    bottom: 3px;
    right: 114px;
}

.bjopa p:nth-child(2) {
    width: 170px;
    height: 39px;
    background: linear-gradient(99deg, #FF7C4D 0%, #FF534E 100%);
    font-size: 16px;
    color: #FFFFFF;
    line-height: 16px;
    padding: 12px 10px 0 16px;
    border-radius: 6px;
    margin-top: 14px;
    position: relative;
}

.bjopa p:nth-child(2)::after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #f68e18;
    position: absolute;
    right: 39px;
    top: -8px;
    border-radius: 3px 0 0 0;
}

.bjopa p:nth-child(2)::before {
    display: inline-block;
    content: '';
    width: 5px;
    height: 5px;
    background: rgba(255, 255, 255, 0.2000);
    border-radius: 1px;
    position: absolute;
    top: -22px;
    right: 31px;
}

.bjopa a:nth-child(3) {
    display: block;
    width: 232px;
    height: 48px;
    background: #FFFFFF;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    color: #f68e18;
    line-height: 48px;
    text-align: center;
    margin-top: 170px;
    transition: all 0.2s;
}

.bjopa a:nth-child(3):hover {
    background: #FDEDE6;
}

.bjopa a:nth-child(3) i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('./img/bjbpi.png') no-repeat;
    background-size: cover;
    margin-bottom: -4px;
}

.multi .xmkui {
    width: 985px;
    float: left;
    height: 400px;
}

.xmkui .xmkui_item {
    width: 165px;
    height: 201px;
    background: #FFFFFF;
    float: left;
    border: 1px solid #F0F1F7;
    margin-left: -1px;
    margin-top: -1px;
}

.xmkui .xmkui_item:nth-child(1) {
    border-left: 0 none;
    border-top: 0 none;
}

.xmkui .xmkui_item:nth-child(2) {
    border-top: 0 none;
}

.xmkui .xmkui_item:nth-child(3) {
    border-top: 0 none;
}

.xmkui .xmkui_item:nth-child(4) {
    border-top: 0 none;
}

.xmkui .xmkui_item:nth-child(5) {
    border-top: 0 none;
}

.xmkui .xmkui_item:nth-child(6) {
    border-top: 0 none;
    border-right: 0 none;
}

.xmkui .xmkui_item:nth-child(7) {
    border-left: 0 none;
    border-bottom: 0 none;
}

.xmkui .xmkui_item:nth-child(8) {
    border-bottom: 0 none;
}

.xmkui .xmkui_item:nth-child(9) {
    border-bottom: 0 none;
}

.xmkui .xmkui_item:nth-child(10) {
    border-bottom: 0 none;
}

.xmkui .xmkui_item:nth-child(11) {
    border-bottom: 0 none;
}

.xmkui .xmkui_item:nth-child(12) {
    border-right: 0 none;
    border-bottom: 0 none;
}

.xmkui_item p:nth-child(1) {
    font-size: 16px;
    color: #141F33;
    line-height: 16px;
    margin-top: 44px;
    text-align: center;
    transition: color .3s;
}


.xmkui_item:hover p:nth-child(1) {
    color: #f68e18;
}

.xmkui_item p:nth-child(2) {
    font-size: 14px;
    color: #BCBFCC;
    line-height: 14px;
    margin-top: 10px;
    text-align: center;
}

.xmkui_item i:nth-child(3) {
    display: block;
    width: 100px;
    height: 100px;
    margin: 16px auto;
    background: url('./img/imger1.png') no-repeat;
    background-size: cover;
}

.xmkui_item:nth-child(2) i:nth-child(3) {
    background: url('./img/imger2.png') no-repeat;
}

.xmkui_item:nth-child(3) i:nth-child(3) {
    background: url('./img/imger3.png') no-repeat;
}

.xmkui_item:nth-child(4) i:nth-child(3) {
    background: url('./img/imger4.png') no-repeat;
}

.xmkui_item:nth-child(5) i:nth-child(3) {
    background: url('./img/imger5.png') no-repeat;
}

.xmkui_item:nth-child(6) i:nth-child(3) {
    background: url('./img/imger6.png') no-repeat;
}

.xmkui_item:nth-child(7) i:nth-child(3) {
    background: url('./img/imger7.png') no-repeat;
}

.xmkui_item:nth-child(8) i:nth-child(3) {
    background: url('./img/imger8.png') no-repeat;
}

.xmkui_item:nth-child(9) i:nth-child(3) {
    background: url('./img/imger9.png') no-repeat;
}

.xmkui_item:nth-child(10) i:nth-child(3) {
    background: url('./img/imger10.png') no-repeat;
}

.xmkui_item:nth-child(11) i:nth-child(3) {
    background: url('./img/imger11.png') no-repeat;
}

.xmkui_item:nth-child(12) i:nth-child(3) {
    background: url('./img/imger12.png') no-repeat;
}

#Behalfof .choose {
    width: 100%;
    background: #FFFFFF;
    overflow: hidden;
    padding-bottom: 90px;
}

.choose .oseiu {
    text-align: center;
    margin-top: 90px;
}

.oseiu p:nth-child(1) {
    font-size: 44px;
    color: #141F33;
    line-height: 59px;
}

.oseiu p:nth-child(2) {
    font-size: 16px;
    color: #9DA1B3;
    line-height: 21px;
    margin-top: 8px;
}

.choose .ches {
    width: 1280px;
    margin: 44px auto 0;
}

.ches .ches_item {
    float: left;
    width: 308px;
    height: 400px;
    background: url('./img/ches1.png') no-repeat;
    background-size: cover;
    margin-right: 16px;
    position: relative;
    overflow: hidden;
}

.ches .ches_item:nth-child(2) {
    background: url('./img/ches2.png') no-repeat;
}

.ches .ches_item:nth-child(3) {
    background: url('./img/ches3.png') no-repeat;
}

.ches .ches_item:nth-child(4) {
    background: url('./img/ches4.png') no-repeat;
}

.ches .ches_item:last-child {
    margin-right: 0px;
}

.ches_item i:nth-child(1) {
    display: block;
    width: 64px;
    height: 64px;
    background: url('./img/choi1.png') no-repeat;
    background-size: cover;
    margin-top: 141px;
    margin-left: 32px;
    transition: all 0.3s;
}

.ches_item:nth-child(2) i:nth-child(1) {
    background: url('./img/choi2.png') no-repeat;
}

.ches_item:nth-child(3) i:nth-child(1) {
    background: url('./img/choi3.png') no-repeat;
}

.ches_item:nth-child(4) i:nth-child(1) {
    background: url('./img/choi4.png') no-repeat;
}

.ches_item p:nth-child(2) {
    font-size: 22px;
    color: #FFFFFF;
    line-height: 29px;
    margin-left: 32px;
    margin-top: 26px;
    height: 63px;
    transition: all 0.2s;
}

.ches_item p:nth-child(2) span {
    font-size: 30px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 36px;
}

.ches_item i:nth-child(3) {
    display: block;
    width: 36px;
    height: 36px;
    background: url('./img/arrow.png') no-repeat;
    background-size: cover;
    margin-left: 32px;
    margin-top: 36px;
    transition: all 0.2s;
}

.ches_item:hover .uwaqk {
    bottom: -32px;
}

.ches_item:hover i:nth-child(1) {
    margin-top: 70px;
}

.ches_item:hover p:nth-child(2) {
    display: none;
}

.ches_item:hover i:nth-child(3) {
    display: none;
}

.ches_item .uwaqk {
    width: 308px;
    height: 234px;
    background: #f68e18;
    border-radius: 20px 20px 0px 0px;
    position: absolute;
    left: 0;
    bottom: -34px;
    position: relative;
    transition: all 0.3s;
    padding: 0 24px;
    overflow: hidden;
}

.ches_item .uwaqk::before {
    display: block;
    content: '';
    width: 114px;
    height: 64px;
    position: absolute;
    right: 0;
    top: 0;
    background: url('./img/poiu.png') no-repeat;
    background-size: cover;
}

.uwaqk p:nth-child(1) {
    font-size: 22px;
    color: #FFFFFF;
    line-height: 29px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2400);
    padding-bottom: 17px;
    margin-top: 24px;
    height: 83px;
}

.uwaqk .po {
    padding-top: 17px;
}

.uwaqk p:nth-child(1) span {
    font-size: 30px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 36px;
}

.ches_item .uwaqk p:nth-child(2) {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8000);
    line-height: 22px;
    margin: 29px 0 0 0;
    display: block;
    letter-spacing: 1px;
}

#Behalfof .material {
    width: 100%;
    height: 758px;
    background: url('./img/rial.png') no-repeat;
    background-size: cover;
    overflow: hidden;
}

.material .rial {
    margin-top: 80px;
    text-align: center;
}

.rial p:nth-child(1) {
    font-size: 44px;
    color: #141F33;
    line-height: 59px;
}

.rial p:nth-child(1) span {
    font-size: 44px;
    font-weight: bold;
    color: #f68e18;
    line-height: 59px;
}

.rial p:nth-child(2) {
    font-size: 16px;
    color: #9DA1B3;
    line-height: 21px;
    margin-top: 8px;
}

.material .rather {
    width: 1280px;
    height: 500px;
    margin: 59px auto 0;
    position: relative;
}

.material .rather::before {
    display: block;
    content: '';
    width: 250px;
    height: 515px;
    background: url('./img/settled.png') no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    top: -75px;
}

.rather .settled_l {
    float: left;
    width: 592px;
    height: 440px;
    background: #FFFFFF;
    border-right: 1px solid #E6E9F0;
}

.settled_l .tle {
    width: 592px;
    height: 100px;
    background: url('./img/settled_l.png') no-repeat;
    background-size: cover;
    font-size: 28px;
    font-weight: bold;
    color: #16213B;
    line-height: 100px;
    padding-left: 40px;
}

.settled_l .traffic {
    padding: 13px 40px 0 40px;
}

.settled_l .fic_item {
    border-bottom: 1px dashed rgba(147, 159, 184, 0.3600);
    padding-bottom: 16px;
    padding-top: 15px;
}

.traffic p {
    float: left;
    width: 194px;
    font-size: 16px;
    color: #192445;
    padding-left: 18px;
    position: relative;
}

.traffic p::after {
    display: block;
    content: '';
    width: 6px;
    height: 6px;
    background: #f68e18;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 8px;
}

.traffic p:nth-child(2) {
    float: right;
}

.settled_l .cution {
    padding: 0 40px;
    margin-top: 29px;
}

.cution .ionlo {
    display: block;
    float: left;
    width: 184px;
    height: 50px;
    background: #f68e18;
    border-radius: 4px;
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 50px;
    text-align: center;
    opacity: 0;
    transition: opacity .3s;
}

.settled_r:hover .cution .ionlo,
.settled_l:hover .cution .ionlo {
    opacity: 1;
}

.cution .ionlo:hover {
    background: #E60F03;
}

.ionlo i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url('./img/settle_l.png') no-repeat;
    background-size: cover;
    margin-bottom: -4px;
}

.cution p {
    width: 239px;
    font-size: 13px;
    float: left;
    color: #9DA1B3;
    line-height: 20px;
    margin-left: 16px;
    margin-top: 8px;
}

.cution p a {
    font-size: 14px;
    color: #527AE8;
    line-height: 20px;
    text-decoration: underline;
}

.rather .settled_r {
    float: left;
    width: 688px;
    height: 440px;
    background: #FFFFFF;
}

.settled_r .tle {
    width: 688px;
    height: 100px;
    background: url('./img/settled_r.png') no-repeat;
    background-size: cover;
    font-size: 28px;
    font-weight: bold;
    color: #16213B;
    line-height: 100px;
    padding-left: 40px;
}

.settled_r .traffic {
    padding: 13px 40px 0 40px;
}

.settled_r .fic_item {
    border-bottom: 1px dashed rgba(147, 159, 184, 0.3600);
    padding-bottom: 16px;
    padding-top: 15px;
}

.traffic.lasw p {
    width: 322px;
}

.settled_r .cution {
    padding: 0 40px;
    margin-top: 85px;
}

#Behalfof .case {
    width: 100%;
    background: url('./img/case.png') no-repeat;
    background-size: cover;
    overflow: hidden;
}

.case .situa {
    width: 1280px;
    margin: 0 auto;
    height: 824px;
    position: relative;
}

.situa .sitabs {
    margin-bottom: 42px;
}

.sitabs .some_l {
    width: 304px;
    padding-top: 148px;
    float: left;
}

.some_l p:nth-child(1) {
    font-size: 44px;
    color: #FFFFFF;
    line-height: 59px;
}

.some_l p:nth-child(2) {
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 8px;
}

.sitabs .some_r {
    float: right;
    width: 848px;
    height: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2000);
    margin-top: 195px;
    position: relative;
}

.sitabs .some_r::after {
    display: inline-block;
    content: '';
    width: 7px;
    height: 4px;
    background: rgba(255, 255, 255, 0.2800);
    position: absolute;
    bottom: -2px;
    left: -8px;
}

.some_r .omul {
    float: right;
}

.omul .aili {
    float: left;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 26px;
    margin-right: 59px;
    position: relative;
    cursor: pointer;
}

.omul .aili.iotr {
    font-weight: bold;
}

.omul .aili.iotr::after {
    display: block;
    content: '';
    width: 80px;
    height: 4px;
    background: #f68e18;
    position: absolute;
    bottom: -14px;
    left: 0;
}

.omul .aili:last-child {
    margin-right: 0;
}

.situa .settled {
    width: 1269px;
    /* height: 437px; */
    overflow: hidden;
    margin: 0 auto;
}

.settled .tmalls {
    display: none;
}

.settled .tmalls.stled {
    display: block;
}

.tmalls .espond {
    width: 1280px;
    height: 437px;
}

.tmalls_page {
    margin-top: 32px;
    display: flex;
    align-items: center;
}
.tmalls_page::before,.tmalls_page::after{
    content: "";
    display: block;
    width: 0;
    flex: 1;
    height: 1px;
    background: #39404D;
}
.tmalls_page_item {
    width: 26px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    border: 1px solid transparent;
    position: relative;
    transform: rotate(45deg);
    margin-left: 10px;
    cursor: pointer;
    transition: all .3s;
}
.tmalls_page_item + .tmalls_page_item{
    margin-left: 0;
    margin-right: 10px;
}
.tmalls_page_item::after{
    border-radius: 100%;
    content: "";
    width: 6px;
    height: 6px;
    background: #39404D;
    border-radius: 100%;
    transition: all .3s;
}
.tmalls_page_item.active {
    border-top-color: white;
    border-left-color: white;
}
.tmalls_page_item.active::after{
    background:white;
}
.espond .espond_itr {
    height: 437px;
}

.espond_itr .inside {
    float: left;
    width: 416px;
    height: 437px;
    background: #FFFFFF;
}

.inside .imgioc {
    width: 416px;
    height: 252px;
    position: relative;
}

.imgioc img {
    width: 100%;
    height: 100%;
}

.imgioc .caption {
    position: absolute;
    left: 24px;
    bottom: 18px;
}

.caption p:nth-child(1) {
    float: left;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 26px;
}

.caption p:nth-child(2) {
    float: left;
    width: 58px;
    height: 24px;
    background: url('./img/ptio.png') no-repeat;
    background-size: cover;
    font-size: 12px;
    color: #FFE9D9;
    line-height: 24px;
    text-align: center;
    margin-left: 10px;
}

.inside .surface {
    padding: 20px 24px 0;
}

.surface .title_time {}

.title_time p:nth-child(1) {
    float: left;
    width: 70px;
    height: 22px;
    background: #060606;
    border-radius: 2px;
    font-size: 12px;
    color: #FFC69B;
    line-height: 22px;
    text-align: center;
}

.title_time p:nth-child(2) {
    padding: 2px 5px;
    float: left;
    background: rgba(242, 31, 20, 0.1600);
    border-radius: 2px;
    font-size: 12px;
    color: #f68e18;
    margin-left: 4px;
    text-align: center;
}

.title_time p:nth-child(3) {
    float: right;
    font-size: 13px;
    color: #9DA1B3;
    line-height: 22px;
}

.surface .monitor {
    margin-top: 16px;
}

.monitor .montey {
    font-size: 13px;
    color: #9DA1B3;
    line-height: 20px;
}

.monitor .ringdata {
    width: 100%;
    height: 75px;
    background: rgba(168, 170, 188, 0.1000);
    margin-top: 8px;
}

.ringdata .gdat_item {
    float: left;
    padding: 16px 0 11px 0;
    width: 91.5px;
    position: relative;
}

.ringdata .gdat_item::before {
    display: block;
    content: '';
    width: 1px;
    height: 16px;
    background: rgba(168, 170, 188, 0.1200);
    position: absolute;
    right: 0px;
    top: 45%;
}

.ringdata .gdat_item:last-child::before {
    display: block;
    content: '';
    width: 0;
    height: 0;
}

.gdat_item p:nth-child(1) {
    font-size: 13px;
    color: #16213B;
    line-height: 22px;
    text-align: center;
}

.gdat_item p:nth-child(1) span {
    font-size: 18px;
    font-weight: bold;
    color: #16213B;
    line-height: 24px;
}

.gdat_item p:nth-child(2) {
    font-size: 13px;
    color: #9DA1B3;
    line-height: 20px;
    margin-top: 2px;
    text-align: center;
}

.situa .tgyle {
    position: absolute;
    left: -121px;
    top: 470px;
    height: 64px;
    width: 1522px;
}

.tgyle .tover {
    display: none;
}

.tgyle .tover.iout {
    display: block;
}

.tover i:nth-child(1) {
    display: block;
    float: left;
    width: 64px;
    height: 64px;
    background: url('./img/arignos_l.png') no-repeat;
    background-size: cover;
    transition: all 0.2s;
    cursor: pointer;
}

.tover i:nth-child(1):hover {
    background: url('./img/arigno_l.png') no-repeat;
}

.tover i:nth-child(2) {
    display: block;
    float: right;
    width: 64px;
    height: 64px;
    background: url('./img/arignos_r.png') no-repeat;
    background-size: cover;
    transition: all 0.2s;
    cursor: pointer;
}

.tover i:nth-child(2):hover {
    background: url('./img/arigno_r.png') no-repeat;
}

#Behalfof .subst {
    width: 100%;
    height: 560px;
    background: url('./img/subst.png') no-repeat;
    background-size: cover;
    overflow: hidden;
}

.subst .subtext {
    margin-top: 89px;
    text-align: center;
}

.subtext p:nth-child(1) {
    font-size: 44px;
    color: #141F33;
    line-height: 59px;
}

.subtext p:nth-child(2) {
    font-size: 16px;
    color: #9DA1B3;
    margin-top: 8px;
}

.subst .menth {
    width: 1280px;
    margin: 68px auto 0;
    position: relative;
}

.subst .menth::before {
    display: block;
    content: '';
    width: 1159px;
    height: 5px;
    background: rgba(238, 240, 246, 0.5800);
    position: absolute;
    left: 55px;
    top: 125px;
}

.menth .menth_item {
    float: left;
    margin-right: 88px;
    position: relative;
}

.menth .menth_item:last-child {
    margin-right: 0;
}

.menth_item i:nth-child(1) {
    display: block;
    width: 89px;
    height: 148px;
    background: url('./img/Item1.png') no-repeat;
    background-size: cover;
    margin: 0 auto;
}

.menth_item:nth-child(2) i:nth-child(1) {
    background: url('./img/Item2.png') no-repeat;
}

.menth_item:nth-child(3) i:nth-child(1) {
    background: url('./img/Item3.png') no-repeat;
}

.menth_item:nth-child(4) i:nth-child(1) {
    background: url('./img/Item4.png') no-repeat;
}

.menth_item:nth-child(5) i:nth-child(1) {
    background: url('./img/Item5.png') no-repeat;
}

.menth_item:nth-child(6) i:nth-child(1) {
    background: url('./img/Item6.png') no-repeat;
}

.menth_item:nth-child(7) i:nth-child(1) {
    background: url('./img/Item7.png') no-repeat;
}

.menth_item p:nth-child(2) {
    font-size: 18px;
    color: #16213B;
    line-height: 24px;
    margin-top: 16px;
    text-align: center;
}

.menth_item p:nth-child(3) {
    font-size: 16px;
    color: #9DA1B3;
    line-height: 20px;
    text-align: center;
    margin-top: 8px;
}

#Behalfof .them {
    width: 100%;
    height: 640px;
    background: url('./img/them.png') no-repeat;
    background-size: cover;
    overflow: hidden;
}

.them .subtext {
    margin-top: 80px;
    text-align: center;
}

.them .they {
    width: 1280px;
    margin: 56px auto 0;
}
.them .they::after {
    content: "";
    display: block;
    clear: both;
}

.they .they_item {
    width: 181px;
    height: 68px;
    float: left;
    margin-right: 38px;
    margin-bottom: 34px;
    transition: transform .3s;
}

.they .they_item:hover {
    transform: translateY(-4px);
}

.they .they_item:nth-child(6n) {
    margin-right: 0;
}

.they_item img {
    width: 100%;
    height: 100%;
}

.them-btn {
    width: 240px;
    height: 48px;
    background: #f68e18;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px auto 0;
    font-size: 16px;
    font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
    font-weight: bold;
    color: #FFFFFF;
}
.them-btn img {
    margin-left: 21px;
}
.them-btn:hover {
    background: #E60F03;
}