
.gylBox > div {
    box-shadow: 0px 2px 8px #e9e9e9;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gylBox > div > i:nth-child(1) {
    margin-top: 54px;
    font-size: 37px;
    color:  #096bd8;
}

.gylBox > div > span:nth-child(2) {
    margin-top: 21px;
    font-size: 18px;
    color: #000;
}

.gylBox > div > span:nth-child(3) {
    margin-top: 25px;
    font-size: 14px;
    color: #777777;
}

.gylBox > div > span:nth-child(4) {
    margin-top: 4px;
    font-size: 14px;
    color: #777777;
}

.gylBox > div > span:nth-child(5) {
    margin-top: 4px;
    font-size: 14px;
    color: #777777;
}

/* 板子 */
.banziBox {
    display: flex;
    align-items: center;
    margin-top: 63px;
}

.bigBz {
    width: 416px;
    border-top: 2px solid #972b2b;
    background-color: rgb(249, 249, 249);
    display: flex;
    flex-direction: column;
    padding-bottom: 14px;
}

.bz_msg {
    width: 100%;
    height: 142px;
    display: flex;
    /* background-color: red; */
}

.bz_msg_normal {
    width: 100%;
    height: 100px;
    display: flex;
    /* background-color: red; */
}

.msg_img_big {
    width: 173px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

}

.msg_img_big > img {
    height: 123px;
}

.msg_right_big {
    width: 243px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.msg_top {
    width: 220px;
    display: flex;
    align-items: center;
    margin-top: 22px;
    margin-right: 23px;
}

.msg_top > span:nth-child(1) {
    font-size: 24px;
    color: #000;
}

.msg_top > span:nth-child(2) {
    width: 103px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    color: #fff;
    background-color:  #096bd8;
    border-radius: 10px;
    margin-left: auto;

}

.msg_bottom {
    margin-top: 17px;
    width: 220px;
    height: 70px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 9px;
    grid-row-gap: 5px;
    margin-right: 23px;
}

.msg_bottom > div {
    height: 28px;
    font-size: 14px;
    color: #999999;
    border: 1px solid #999999;
    text-align: center;
    line-height: 28px;
}

.bz_op_big {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.bz_op_big > a > div {
    width: 174px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 16px;
}

.bz_op_big > a:nth-child(1) {
    margin-left: 27px;
}

.bz_op_big > a:nth-child(2) {
    margin-left: auto;
    margin-right: 23px;
}

.bz_op_big > a:nth-child(1) > div {
    color:  #096bd8;
    border: 1px solid  #096bd8;
}

.bz_op_big > a:nth-child(1) > div:hover {
    color: #ffffff;
    background-color:  #096bd8;
    border: 1px solid  #096bd8;
}

.bz_op_big > a:nth-child(2) > div {
    color: #fff;
    background-color:  #096bd8;
    border: 1px solid  #096bd8;

}


.serviceMsg {
    height: 42px;
    font-size: 15px;
    color:  #096bd8;
    margin-left: 5px;
    line-height: 42px;
    display: inline-block;
    text-align: center;
}

.normalBz {
    width: 268px;
    border-top: 2px solid #DDDDDD;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    margin-left: 20px;
    padding-bottom: 14px;
}

.msg_img_normal {
    width: 97px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.msg_img_normal > img {
    height: 64px;
}

.msg_right_normal {
    width: 160px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.msg_top_normal {
    width: 160px;
    display: flex;
    align-items: center;
    margin-top: 22px;
    margin-right: 14px;
}

.msg_top_normal > span:nth-child(1) {
    font-size: 24px;
    color: #000;
}

.msg_top_normal > span:nth-child(2) {
    width: 45px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    font-size: 12px;
    color: #fff;
    background-color:  #096bd8;
    border-radius: 10px;
    margin-left: auto;

}

.msg_bottom_normal {
    margin-top: 17px;
    width: 160px;
    height: 30px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 7px;
    grid-row-gap: 5px;
    margin-right: 14px;
}

.msg_bottom_normal > div {
    height: 28px;
    font-size: 14px;
    color: #999999;
    border: 1px solid #999999;
    text-align: center;
    line-height: 28px;
}

.bz_op_normal {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 15px;
}

.bz_op_normal > div:nth-child(1) {
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 24px;
    font-weight: bold;
    margin-left: 5px;
    color:  #096bd8;
}

.bz_op_normal > a:nth-child(2) > div {
    width: 132px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    font-size: 16px;
}

.bz_op_normal > a:nth-child(2) {
    margin-left: auto;
    margin-right: 14px;
}

.bz_op_normal > a:nth-child(2) > div {
    color: #fff;
    background-color:  #096bd8;
    border: 1px solid  #096bd8;

}

/* 订单查询 */
.orderBox {
    height: 112px;
    display: flex;
    align-items: center;
    margin-top: 22px;
}

.orderBox_left {
    width: 416px;
    height: 100%;
    background-color: #f9f9f9;
    display: flex;
    flex-direction: column;
}

.orderBox_left_top {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 27px;
}

.orderBox_left_top > span:nth-child(1) {
    font-size: 14px;
    margin-left: 26px;
    border-left: 4px solid  #096bd8;
    padding-left: 9px;
    line-height: 14px;
    color:  #096bd8;
}

.orderBox_left_top > i:nth-child(2) {
    margin-left: auto;
    font-size: 18px;
    color: #999999;
}

.orderBox_left_top > a {
    font-size: 14px;
    color: #999999;
    margin-right: 24px;
    margin-left: 2px;
}

.orderBox_left_top > a:hover {
    color: #333333;
}

.orderBox_left_bottom {
    width: 369px;
    height: 30px;
    margin-left: 26px;
    position: relative;
    margin-top: 22px;
}

.orderBox_left_bottom > form {
    width: 100%;
    height: 100%;
}

.orderBox_left_bottom > form > input {
    width: 100%;
    height: 100%;
    border: none;
    border-bottom: 1px solid  #096bd8;
    background-color: rgb(249, 249, 249);
}

.orderBox_left_bottom > form > input::placeholder {
    color: #999999;
}

.orderBox_left_bottom > form > button {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.orderBox_left_bottom > form > button:hover > i {
    color:  #096bd8;
}

.orderBox_left_bottom > form > button > i {
    color: #999999;
    font-size: 22px;
}

.orderBox_right {
    height: 100%;
    background-color: #f9f9f9;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
}

.liuchengItem {
    display: flex;
}

.liuchengItem > div:nth-child(1) {
    padding: 0px 0px;
    padding-left: 14px;
    padding-right: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.liuchengItem > div:nth-child(1) > div:nth-child(1) {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    color:  #096bd8;
    box-shadow: 1px 2px 8px 3px #e8e8e8;
}

.liuchengItem > div:nth-child(1) > span:nth-child(2) {
    margin-top: 11px;
    font-size: 14px;
    color: #999999;
}

.liuchengItem > div:nth-child(1) > a {
    margin-top: 11px;
    font-size: 14px;
    color: #999999;
}

.liuchengItem > img {
    width: 25px;
    height: 20px;
    margin-top: 10px;
}

.banner_jiaoqi {
    margin-top: 23px;
}

.banner_jiaoqi > a > img {
    width: 100%;
}

.banner_jiaoqi > a > img:hover {
    opacity: 0.95;
}

.titlePart2 {
    display: flex;
    align-items: center;
}

.titlePart2 > span:nth-child(1) {
    font-size: 30px;
    border-left: 8px solid  #096bd8;
    padding-left: 14px;
}

.titleLine {
    width: 1px;
    height: 28px;
    border-right: 1px solid #9fa1a3;
    margin-left: 12px;
}

.titlePart2 > div:nth-child(3) {
    display: flex;
    margin-left: 12px;
    height: 30px;
}

.titlePart2 > div:nth-child(3) > span {
    font-size: 16px;
    color: #000;
    margin-top: auto;
    color:  #096bd8;
}

.flexBox {
    display: flex;
    align-items: center;
}

.gyItem {
    width: 87px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    margin-left: 9px;
    color: #666;
    border: 1px solid #DDDDDD;
}

.bcTypeBox {
    height: 472px;
    background-color: #f9f9f9;
    margin-top: 19px;
}

.bcTypeBox > div:nth-child(1) {
    width: 1240px;
    margin: 0 auto;
    padding-top: 21px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 26px;
    background-color: #F9F9F9;

}

.bcItem {
    display: flex;
    flex-direction: column;
}

.bcItem_top {
    width: 100%;
    height: 248px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 2px 8px #e9e9e9;
}

.bcItem_top > img {
    width: 380px;
}

.bcItem_bottom {
    width: 100%;
    margin: 0 auto;
    margin-top: 18px;
    display: flex;
    flex-direction: column;
}

.bc_name {
    font-size: 18px;
    color: #000;
}

.mg-top-13 {
    margin-top: 13px !important;
}

.mg-top-9 {
    margin-top: 9px !important;
}

.bc_cs {
    width: 100%;
    display: flex;
    align-items: center;
}

.bc_cs > span {
    font-size: 12px;
    color: #000;
}

.bc_cs > span:nth-child(1) {
    width: 55%;
}

.bc_cs > span:nth-child(2) {
    width: 45%;
}

.btn_dy {
    width: 154px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    color:  #096bd8;
    border: 1px solid  #096bd8;
    margin-top: 20px;
}

.bcItem:hover > .bcItem_bottom > a > .btn_dy {
    color: #ffffff;
    background-color:  #096bd8;
}

.machineType {
    display: grid;
    grid-template-columns:repeat(6, 1fr);
    grid-column-gap: 20px;
    margin-top: 31px;
}

.machineType > span {
    width: 100%;
    height: 80px;
    background-color: rgb(249, 249, 249);
    color: #9fa1a3;
    text-align: center;
    line-height: 80px;
    font-size: 24px;
}

.boardBox {
    width: 100%;
    overflow: hidden;
}

.showChoseImg {
    width: 100%;
    height: 480px;
    margin-top: 15px;
    position: relative;
}

.zdc {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: rgba(39, 40, 34, 0.2);
}

.machineBox {
    width: 100vw;
    height: 160px;
    padding: 15px 0px;
    display: flex;
    align-items: center;
    position: relative;
}

.mg-l-100 {
    margin-left: 5.2vw !important;
}

.mg-r-100 {
    margin-right: 100px !important;
}

.machine_left {
    width: 12.87vw;
    height: 128px;
    position: absolute;
    left: -2.85%;
    top: 50%;
    transform: translate(-50%, -50%);

}

.machine_right {
    width: 12.87vw;
    height: 128px;
    position: absolute;
    right: -14.83vw;
    top: 50%;
    transform: translate(-50%, -50%);

}

.machine_normal {
    width: 12.87vw;
    height: 128px;
    margin-left: 1.565vw;
}

.machine_mid {
    width: 30.9vw;
    height: 128px;
    margin-left: 1.565vw;
    position: relative;
}

.machine_mid_zdc {
    width: 100%;
    height: 477px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 888;
    display: flex;
    flex-direction: column;
    box-shadow: 0 1px 10px 1px rgb(249 249 249 / 50%), 0 1px 10px 1px rgb(39 40 34 / 50%);
}

.machine_mid_zdc:hover > .btn_hand {
    background-color:  #096bd8 !important;
}

.showMidImg {
    width: 96%;
    height: 49%;
    margin: 0 auto;
    margin-top: 2%;
    position: relative;
}

.showMidImgZdc {
    width: 100%;
    height: 248px;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: #fff;
    z-index: -1;
}

.machineImg {
    width: 100%;
    height: 100%;
}

.btn_left_box {
    width: 54px;
    height: 54px;
    position: absolute;
    bottom: 70px;
    left: 2%;
    border-radius: 50%;
    background-color: rgb(203, 203, 203);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.btn_left_box > i {
    font-size: 20px;
    color: #fff;
}

.btn_right_box {
    width: 54px;
    height: 54px;
    position: absolute;
    bottom: 70px;
    right: 2%;
    border-radius: 50%;
    background-color: rgb(203, 203, 203);
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.btn_right_box > i {
    font-size: 20px;
    color: #fff;
}

.midLine {
    width: 100%;
    height: 1px;
    background-color: #e9e9e9;
    margin-top: 2%;
}

.miaoshu {
    height: 47%;
    display: flex;
    flex-direction: column;
    padding-left: 100px;
    background-color: #fff;
    margin-top: auto;
}

.midMachine_name {
    max-width: 290px;
    font-size: 30px;
    margin-top: 30px;
}

.midMachine_title {
    max-width: 290px;
    font-size: 14px;
    color: #000;
    margin-top: 30px;

}

.white_left {
    width: 2%;
    height: 52%;
    background-color: #fff;
    position: absolute;
    left: 0px;
    top: 0px;
}

.white_top {
    width: 100%;
    height: 2%;
    background-color: #fff;
    position: absolute;
    left: 0px;
    top: 0px;
}

.white_right {
    width: 2%;
    height: 52%;
    background-color: #fff;
    position: absolute;
    right: 0px;
    top: 0px;
}

.white_bottom {
    width: 100%;
    height: 2%;
    background-color: #fff;
    position: absolute;
    left: 0px;
    top: 52%;
    border-bottom: 1px solid #e9e9e9;
}

.xiaolvBox {
    height: 515px;
    margin-top: 47px;
    display: flex;
    padding-bottom: 40px;
    background-color: rgb(249, 249, 249);
}

.xiaolvBox_left {
    width: 656px;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.xiaolvBox_right {
    width: 602px;
    height: 100%;
    background-color: #3390ff;
    margin-left: 22px;
}

.xiaolvBox_right img {
    width: 100%;
    height: 100%;
}

.xiaolvBox_right img:hover {
    opacity: 0.95;
}

.xiaolvBox_left_top {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 22px;
}

.xiaolvBox_left_top > div {
    background-color: #fff;
    border-top: 1px solid #671010;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 38px;
}

.xiaolvBox_left_top > div > i:nth-child(1) {
    margin-top: 33px;
    font-size: 34px;
    color:  #096bd8;
}

.xiaolvBox_left_top > div > span:nth-child(2) {
    margin-top: 10px;
    font-size: 14px;
    color: #000;
}

.showVal {
    display: flex;
    margin-top: 15px;
}

.showVal > span:nth-child(1) {
    font-size: 36px;
    color:  #096bd8;
    margin-top: auto;
    line-height: 36px;
    font-weight: bold;
}

.showVal > span:nth-child(2) {
    font-size: 14px;
    color:  #096bd8;
    margin-top: auto;
    font-weight: bold;
    line-height: 23px;
}

.xiaolvBox_left_bottom {
    width: 100%;
    height: 300px;
    background-color: red;
    margin-top: auto;
    display: flex;
    flex-direction: column;
}

.xiaolvBox_left_bottom > div {
    flex: 1;
    width: 100%;
    background-color: #fff;
    color: #000;
    display: flex;
    align-items: center;

}

.singleXl {
    background-color: rgb(255, 240, 240) !important;
}

.goTime {
    color: #8d1616;
}

.xiaolvBox_left_bottom > table {
    margin: 0 !important;
    height: 100%;
}

.xiaolvBox_left_bottom > table th {
    color:  #096bd8;
    background-color: #ffffff;
}

.xiaolvBox_left_bottom > table th, td {
    text-align: center;
    border: none !important;
}

.plBox {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 39px;
    margin-top: 43px;
}

.plItem {
    display: flex;
    flex-direction: column;
}

.plItem:hover > img {
    opacity: 0.90;
}

.plItem:hover > .plText {
    color: #333333;
}

.plItem:hover > .plDate {
    border-bottom-color: #0557b1 !important;
}

.plItem > img {
    width: 100%;
    height: 212px;
}

.userMsg {
    width: 100%;
    display: flex;
    padding: 23px 0px;
}

.userMsg > span:nth-child(1) {
    font-size: 21px;
    line-height: 21px;
}

.userMsg > i:nth-child(2) {
    font-size: 14px;
    margin-left: 17px;
    color: #666666;
    line-height: 22px;
}

.userMsg > span:nth-child(3) {
    font-size: 14px;
    color: #666666;
    margin-left: 2px;
    line-height: 24px;
}

.starBox {
    display: flex;
    line-height: 20px;
    margin-left: auto;
}

.starBox > i {
    color:  #096bd8;
    font-size: 22px;
}

.plItem:hover .starBox > i {
    color: #f20012;
}

.plText {
    width: 100%;
    font-size: 15px;
    line-height: 25px;
    color: #666666;
    padding-bottom: 25px;
}

.plDate {
    width: 100%;
    font-size: 15px;
    color: #666666;
    padding-bottom: 15px;
    border-bottom: 2px solid  #096bd8;
}

.wendaBox {
    display: flex;
    flex-direction: column;
}

.wenda_head {
    width: 100%;
    display: flex;
    padding: 20px 0px;
}

.wenda_head > i:nth-child(1) {
    font-size: 20px;
}

.wenda_head > span:nth-child(2) {
    font-size: 17px;
    line-height: 25px;
    margin-left: 5px;
    color: #000;
}

.wenda_head > a {
    margin-left: auto;
}

.wenda_head > a > i:nth-child(1) {
    font-size: 20px;
}

.wenda_head > a > span:nth-child(2) {
    font-size: 17px;
    line-height: 25px;
    margin-left: 5px;
    color: #000;
}

.wenda_foot {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 39px;
    background-color: rgb(249, 249, 249);
}

.wendaItem {
    display: flex;
    flex-direction: column;
    /*align-items: center;*/
    /*justify-content: center;*/
    padding: 26px 20px;
    border-right: 2px solid #ffffff;
}

.wendaItem:hover > div:nth-child(2) {
    color: #333333;
}

.wendaItem:last-child {
    border: none;
}

.wenda_foot > div:nth-child(1) > div {
    width: 90%;
    display: flex;
    align-items: center;
}

.wenda_foot > div:nth-child(2) > div {
    width: 85%;
    display: flex;
    align-items: center;
}

.wenda_foot > div:nth-child(3) > div {
    width: 100%;
    display: flex;
    align-items: center;
}

.wendaItem > .wenda_title {
    /*height: 22px;*/
    overflow: hidden;
}

.wendaItem > .wenda_title > i {
    font-size: 18px;
    color:  #096bd8;
}

.wendaItem > .wenda_title > span {
    font-size: 14px;
    margin-left: 6px;
    color: #000000;
}

.wendaItem > div:nth-child(2) {
    padding-top: 20px;
    color: #666;
    font-size: 13px;
    line-height: 23px;
    height: 70px;
    overflow: hidden;
}

.zixunBox {
    height: 360px;
    display: flex;
    margin-top: 26px;
}

.zixun_left {
    width: 560px;
    height: 100%;
    position: relative;
    display: flex;
}

.zixun_left:hover > a > img {
    opacity: 0.9;
}

.zixun_left > a {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.zixun_left > a > img {
    width: 100%;
    height: 100%;
}

.zixun_left:hover > a > .zixun_title {
    background-color: rgba(39, 40, 34, 0.65);
}

.zixun_title {
    width: 100%;
    height: 48px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    background-color: rgba(39, 40, 34, 0.4);
    color: #fff;
    font-size: 15px;
}

.zixun_title > span:nth-child(1) {
    margin-left: 17px;
}

.zixun_title > span:nth-child(2) {
    margin-left: auto;
    margin-right: 28px;
}

.zixunRight{
    width: 687px;
    height: 100%;
    margin-left: 33px;
    flex-direction: column;

}
.zixunRight_item{
    width: 100%;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 10px;
    margin-bottom: 38.5px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    transition: all 0.5s linear;
}
.zixunRight_item>p:nth-of-type(1){
    font-size: 16px;
    padding-left: 8px;
    color: #808080;
    border-left: 5px solid  #096bd8;
    transition: all 0.5s linear;
}
.zixunRight_item>p:nth-of-type(2){
    font-size: 16px;
    padding-left: 8px;
    margin-top: 3px;
    color: #808080;
    transition: all 0.5s linear;
}
.zixunRight_item:hover{
    width: 100%;
    border-bottom: 1px solid  #096bd8;
    padding-bottom: 10px;
    margin-bottom: 38px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    opacity: 0.9;
    transition: all 0.5s linear;
}
.zixunRight_item:hover>p:nth-of-type(1){
    font-size: 16px;
    padding-left: 8px;
    color: #000000;
    border-left: 5px solid  #096bd8;
    transition: all 0.5s linear;
}
.zixunRight_item:hover>p:nth-of-type(2){
    font-size: 16px;
    padding-left: 8px;
    margin-top: 3px;
    color: #000000;
    transition: all 0.5s linear;
}

.zixun_right {
    width: 687px;
    height: 100%;
    margin-left: 33px;
    display: flex;
    flex-direction: column;
}

.zixun_right_item {
    width: 100%;
    height: 111px;
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 10px;
    margin-bottom: 12px;
}

.zixun_right_item:last-child {
    margin-bottom: unset;
}

.zixun_right_item > a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    color: #999999;
}

.zixun_right_item:hover {
    border-bottom-color:  #096bd8;
}

.zixun_right_item:hover > a {
    color: #333333;
}

.zixun_right_item:hover > a > img {
    opacity: 0.9;
}

.zxitem_title {
    width: 493px;
    height: 103px;
    display: flex;
    flex-direction: column;
}

.zxitem_title > p {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
}

.zxitem_title > p:nth-child(1) {
    font-size: 16px !important;
    line-height: 16px !important;
    border-left: 6px solid  #096bd8;
    padding-left: 6px;
    height: 16px;
}

.zxitem_title > p:nth-child(2) {
    margin-top: 10px;
    height: 48px;
    overflow: hidden;
}

.zxitem_title > p:nth-child(3) {
    margin-top: auto;
}

.zxitem_title > p:nth-child(3) > i {
    font-size: 13px !important;
    margin-right: 2px;
}

.zixun_right_item > a > img {
    width: 146px;
    height: 103px;
    margin-left: 30px;
}

/* 特点宣传 */
.tdContent {
    background-color:  #096bd8;
    height: 120px;
    margin-top: 87px;
}

.tdBox {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tdItem {
    display: flex;
    align-items: center;
    margin-left: 148px;
}

.tdItem > div:nth-child(1) {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid #fff;
    text-align: center;
    line-height: 48px;
    color: #fff;
    font-size: 22px;
    font-weight: bold;
}

.tdItem > div:nth-child(2) {
    padding-left: 12px;
    display: flex;
    flex-direction: column;
}

.tdItem > div:nth-child(2) span {
    color: #fff;
}

.tdItem > div:nth-child(2) > span:nth-child(1) {
    font-size: 15px;
    font-weight: bold;
}

.tdItem > div:nth-child(2) > span:nth-child(2) {
    font-size: 14px;
}

.yizhanshiBox {
    height: 280px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-column-gap: 29px;
    margin-top: 36px;
}

.yizhanshiBox > div > a {
    box-shadow: 0 2px 8px #e9e9e9;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 10px;
    width: 100%;
    height: 100%;
}

.yizhanshiBox > div > a > span:nth-child(1) {
    height: 64px;
    font-size: 24px;
    width: 100%;
    background-color: #f9f9f9;
    border-color: #F2F2F2;
    border-width: 1px;
    border-style: solid;
}
.yizhanshiBox > div > a > span:nth-child(1) > i {
    height: 64px;
    font-size: 24px;
    width: 80%;
    margin: 14px;
}
.yizhanshiBox > div > a > span:nth-child(1) > i > span {
    padding-left: 10px;
}
.yizhanshiBox > div > a > span:nth-child(2) {
    font-size: 18px;
    background-image: url(../images/v1/index/bk_bj.png);
    height: 72px;
    width: 270px;
    font-size: 24px;
    color: #F2F2F2;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}

.yizhanshiBox > div > a > span:nth-child(3) {
    margin-top: 25px;
    font-size: 16px;
    width: 270px;
}

.yizhanshiBox > div > a > span:nth-child(4) {
    font-size: 14px;
    color: #777777;
    width: 270px;
    margin-top: 7px;
    line-height: 48px;
}
.yizhanshiBox > div > a > span:nth-child(4) >img {
    width: 15%;
    float: right;
}


.video-box .undis{display: none; }