html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    outline: none;
    text-decoration: none;
    color: inherit;
}

input {
    outline: none;
}


/* å¤ç”¨ */

.center {
    margin: 0 auto;
    width: 1200px;
    /* padding-top: 30px; */
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.title {
    padding: 27px 0;
    text-align: center;
}

.title .top {
    font-size: 38px;
    color: #9c9c9c;
    font-weight: 700;
}

.title .center {
    font-size: 38px;
    color: #da241c;
    font-weight: 400;
    margin-bottom: 5px;
}

.title .bottom {
    font-size: 20px;
    color: #d1d1d1;
    font-weight: 200;
}


/* æ‰€æœ‰çš„æ¿å—ä¸Šç§»çš„ä¸œæµ· */

#main .container>div {
    transition: transform 1s;
}


/* #main .container>div:nth-child(-n+14) {
    transform: translateY(200px);
} */


/* å‘ä¸ŠåŠ¨ç”»æ•ˆæžœç»“æŸ */


/* æŒ‰é’® */


/* Ã¨Â½Â®Ã¦â€™Â­Ã¥â€ºÂ¾Ã¥Â¤â€žÃ¥Â¯Â¼Ã¨Ë†Âª */

.header_two {
    display: flex;
    justify-content: space-between;
    height: 120px;
    margin-bottom: 25px;
}

.header_two>div {
    border: 1px solid #acacac;
    width: 33.5%;
    padding: 28px 0;
}

.header_two>div>div {
    float: left;
}

.header_two>div:nth-child(1) {
    /* box-shadow: 2px 2px 4px 0px rgba(92, 92, 92, 0.5); */
}

.header_two>div:nth-child(2) {
    border-left: none;
    border-right: none;
    /* box-shadow: 2px 2px 2px 0px rgba(92, 92, 92, 0.5); */
}

.header_two>div:nth-child(3) {
    /* box-shadow: 0px 1px 0px 0px rgba(92, 92, 92, 0.5); */
}

.header_two .item .left_icon {
    height: 58px;
    width: 59px;
    margin: 0 15px;
}

.header_two .item .right_text {
    font-size: 15px;
    line-height: 32px;
    color: #454545;
}

.box1 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 35px 0;
}

.box1>p {
    font-size: 40px;
    line-height: 1;
    font-family: OPPOSANS-BOLD;
    text-align: center;
    margin-left: 90px;
    margin-bottom: 80px;
}

.box1 .box1_box {
    height: 569px;
    display: flex;
    justify-content: space-around;
    font-family: OPPOSANS-BOLD;
}

.box1 .box1_box .box1_left {
    width: 363px;
    height: 590px;
    text-align: center;
}

.box1-title p {
    font-size: 28px;
    line-height: 76px;
    color: #ffffff;
    font-family: OPPOSANS-R;
    margin: 0px auto 35px;
    font-family: OPPOSANS-BOLD;
}

.box_title {
    width: 69.5%;
    text-align: center;
    /* background-color: aqua; */
    margin-bottom: -75px;
    font-size: 28px;
    line-height: 32px;
    position: relative;
}

.box1-title span {
    display: block;
    /* text-align: center; */
    font-size: 14px;
    color: #ffffff;
    line-height: 24px;
    font-family: OPPOSANS-R;
}

.box1_left form {
    margin-top: 38px;
}

.box1_bom input {
    width: 250px;
    height: 45px;
    margin: 15px auto;
    background: none;
    color: #ffffff;
    box-sizing: content-box;
    border: 1px solid #ffffff;
    border-radius: 20px;
    text-align: center;
    outline: none;
    font-family: OPPOSANS-R;
}

.box1_bom .input {
    position: relative;
}

.box1_bom .input .code {
    width: 160px;
    /* position: absolute;
    left: 0; */
    margin-left: -85px;
    /* position: absolute;
    top: 50%;
    left: 80px;
    transform: translate(-50%, -50%); */
}

.box1_bom .input .code_img {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(-50%, -50%);
}

.box1_bom .input label {
    position: absolute;
    top: 50%;
    left: 80px;
    transform: translate(-50%, -50%);
}

.box1_bom .input input::placeholder {
    color: #ffffff;
    font-size: 14px;
    font-family: OPPOSANS-R;
}

.box1_bom .box1_btn {
    position: relative;
    z-index: 2;
    width: 298px;
    height: 50px;
    margin: 18px auto 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 22px;
    color: #ce0e2d;
    background: #ffffff;
    font-size: 18px;
    font-family: OPPOSANS-BOLD;
    cursor: pointer;
    transition: all 0.6s ease;
}

.box1_bom .box1_btn:hover {
    color: #fff;
    border-color: #ce0e2d;
}

.box1_bom .box1_btn::before {
    display: block;
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    border-radius: 22px;
    transition: all 0.6s ease;
    background: #ce0e2d;
}

.box1_bom .box1_btn:hover:before {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.box1 .box1_box .box1_right {
    width: 837px;
    display: flex;
    flex-direction: row;
    justify-content: start;
    flex-wrap: wrap;
    background: url(../image2/jishuan_bj_01.png);
    padding-top: 50px;
}

.box1 .box1_box .box1_right .box1_right_in {
    width: 400px;
    height: 241px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.box1 .box1_box .box1_right_in p {
    font-size: 14px;
    color: #333333;
    font-family: OPPOSANS-R;
    line-height: 24px;
}

.box1 .box1_box .box1_right_in .num {
    color: #333333;
    font-size: 60px;
    line-height: 1;
    margin-bottom: 28px;
    font-family: OPPOSANS-BOLD;
    font-weight: 600;
}

.box1 .box1_box .box1_right_in .num .countup {
    font-style: normal;
    color: #ce0e2d;
}

#countup {
    color: #ce0e2b;
}

.box1 .box1_box .box1_right_in .num span {
    color: #333333;
    font-size: 26px;
}


/* å››å¤§ç†ç”± */

.reasons {
    margin-bottom: 34px;
    height: 600px;
}

.reasons>div {
    height: 250px;
    box-sizing: border-box;
}

.reasons .left {
    height: 180px;
    background-color: #db2821;
    padding: 14px 48px 0 48px;
    color: #fff;
    text-align: left;
}

.reasons .left>h3 {
    font-size: 25px;
    margin: 5px 0;
}

.reasons .left>h2 {
    font-size: 31px;
}

.reasons .left>p {
    font-size: 16px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
    height: 41px;
    line-height: 41px;
    margin-top: 38px;
}

.reasons .left .hearder_input {
    color: #fff;
    height: 44px;
    width: 267px;
    margin-top: 50PX;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0);
}

.reasons .left .button {
    height: 44px;
    width: 267px;
    margin-top: 50PX;
    border-radius: 50px;
    color: #db2821;
    background-color: #fff;
    border: none;
    font-weight: 700;
}

.reasons .right {
    width: 100%;
}

.reasons .right .right_item {
    width: 100%;
    height: 39%;
    text-align: center;
    position: relative;
    transition: box-shadow 0.3s ease;
    box-sizing: border-box;
    border-bottom: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
}

.reasons .right .right_item>div {
    box-sizing: border-box;
    margin: 0 auto;
    width: 280px;
    height: 100%;
    box-sizing: border-box;
    padding: 0px 0;
}

.reasons .right .right_item>div .content>div {
    float: left;
    text-align: left;
}

.reasons .right .right_item>div .content .icon {
    padding: 31px 15px 0 0;
}

.reasons .right .right_item>div .content .text {
    line-height: 48px;
}

.reasons .right .right_item>div .content .text>div {
    font-weight: 700;
}

.reasons .right .right_item>div .content .text>p {
    color: #c8c8c8
}

.reasons .right .right_item:hover>div .content .icon>img {
    transform: scale(1.2);
}

.reasons .right .right_item:hover {
    box-shadow: 3px 3px 3px 0px rgba(145, 145, 145, 0.2);
}

.reasons .right .right_item .cartoon {
    width: 0%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #d92820;
    transition: width 0.5s ease;
}

.reasons .right .right_item:hover .cartoon {
    width: 100%;
}

.reasons .right .right_item:hover {
    /* color: #fff; */
}

.reasons .right .right_item .top>strong {
    font-size: 67px;
    color: #d92820;
}

.reasons .right .right_item .top>span {
    font-size: 25px;
    color: #454545;
}

.reasons .right .right_item .bottom {
    font-size: 17px;
    color: #454545;
    margin-top: 20px;
}


/*è£…ä¿®æœåŠ¡  */

.service {
    width: 100%;
    height: 640px;
    margin-bottom: 50px;
    overflow: hidden;
}

.service .service_item {
    height: 640px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.service .service_item .item {
    float: left;
    width: 20%;
    height: 100%;
    border-right: 1px solid rgb(139, 139, 139);
    position: relative;
}

.service .service_item .item .gray {
    width: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    transition: width 0.5s ease;
}

.service .service_item .item .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    height: 50px;
    overflow: hidden;
    transition: height 0.5s ease;
    color: #fff;
}

.service .service_item .item .top {
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 72px;
    width: 200px;
    text-align: center;
}

.service .service_item .item .center {
    font-size: 20px;
    font-weight: 100;
    width: 200px;
    text-align: center;
}

.service .service_item .item:hover .gray {
    width: 100%;
}

.service .service_item .item:hover .text {
    height: 200px;
}


/* æ¡ˆä¾‹å±•ç¤º */

.case {
    margin-bottom: 20px;
}

.case .picture_region {
    width: 100%;
    overflow: hidden;
}

.case .container {
    width: 1517px;
    height: 630px;
    position: relative;
}


/* æ¡ˆä¾‹ å·¦å³æŒ‰é’® */

.case .container .button {
    position: absolute;
    bottom: 4%;
    left: 50%;
    width: 135px;
    height: 100px;
}

.case .container .carousel {
    width: 100%;
    height: 100%;
    display: flex;
}

.case .container .carousel .item img {
    width: 1497px;
    height: 750px;
    margin-right: 20px;
}

.case .indicator {
    height: 30px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -9;
}

.case .indicator span {
    border: 1px solid #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
}

.case .indicator span .active {
    background-color: pink;
}

.case .left {
    position: absolute;
    left: -50%;
    bottom: 5%;
    border-radius: 50%;
    padding: 11px 10px;
    cursor: pointer;
    width: 33px;
    height: 30px;
}

.case .left:hover {
    background-color: red;
    border: 1px solid red;
}

.case .right {
    position: absolute;
    right: 46%;
    bottom: 5%;
    border-radius: 50%;
    padding: 11px 10px;
    cursor: pointer;
    width: 33px;
    height: 30px;
}

.case .right:hover {
    background-color: red;
    border: 1px solid red;
}

.case .right>img {
    display: block;
}

.case .btn_bg::before {
    content: "";
    display: block;
    border: 2px solid #fff;
    border-radius: 100%;
    position: absolute;
    width: 50px;
    height: 50px;
    left: -3px;
    top: -3px;
    transform: scale(1);
    transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1) 80ms, transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 80ms, -webkit-transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 80ms;
}

.case .btn_bg:hover:before {
    opacity: 0;
    transform: scale(1.5);
    transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.case .btn_bg::after {
    content: "";
    display: block;
    border: 2px solid #fff;
    border-radius: 100%;
    position: absolute;
    width: 50px;
    height: 50px;
    left: 0;
    z-index: -1;
    top: 0;
    border-color: #ce0e2d;
    opacity: 0;
    transform: scale(1.3);
    transition: opacity 0.4s cubic-bezier(0.165, 0.84, 0.44, 1), transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.case .btn_bg:hover::after {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.4s cubic-bezier(0.77, 0, 0.175, 1) 50ms, transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 50ms, -webkit-transform 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 50ms;
}

.case .btn_bg>img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 17px;
    margin-top: 5px;
    margin-left: 3px;
}

.case .btn_left:hover {
    background: url("./images2/case_left_icon.png") no-repeat center center;
}

.case .btn_right:hover {
    background: url("./images2/case_right_icon.png") no-repeat center center;
}


/* è¡Œä¸šä¼˜ç§€è®¾è®¡å¸ˆ */

.designer {
    background: url(../image2/designer_big_bj.jpg);
    background-position: center;
    padding-bottom: 20px;
    margin-top: 40px;
}

.designer #parent {
    height: 610px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 20PX;
}

.designer #parent #imgBox {
    width: 390px;
    height: 610px;
    position: relative;
    /*å¿…é¡»æœ‰===*/
    overflow: hidden;
    /*å¿…é¡»æœ‰===*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.designer #parent #imgBox ul {
    /*åŠ¨ç”»å°±æ˜¯æ”¹å˜ulçš„leftå€¼çš„æ•ˆæžœï¼Œæ‰€ä»¥ä¸€å®šè¦æœ‰å®šä½*/
    position: absolute;
    /*å¿…é¡»æœ‰*/
    left: 0;
}

.designer #parent #imgBox ul li {
    list-style: none;
    /*å¿…é¡»æœ‰*/
    height: 610px;
    /*å¿…é¡»æœ‰*/
    width: 390px;
    /*å¿…é¡»æœ‰*/
    float: left;
    /*å¿…é¡»æœ‰*/
}

.designer #parent #imgBox #ul>li>img {
    width: 100%;
    height: 100%;
}

.designer #parent .suolue {
    position: absolute;
    top: 0;
    right: -27PX;
    width: 818px;
    height: 610px;
    /* background-color: rgba(0, 238, 255, 0.5); */
    box-sizing: border-box;
}

.designer #parent .suolue>div:nth-child(1) {
    border: 1px solid red;
}

.designer #parent .suolue .suolue_item {
    box-sizing: border-box;
    width: 190.9px;
    height: 190.9px;
    float: left;
    margin-right: 18px;
    margin-bottom: 18px;
    cursor: pointer;
    border: 1px solid white;
    overflow: hidden;
}

.designer #parent .suolue .suolue_item>img {
    width: 100%;
}

.designer #parent .suolue .suolue_text {
    width: 190.9px;
    height: 190.9px;
    float: left;
    margin-right: 18px;
    box-sizing: border-box;
    text-align: center;
    font-size: 20px;
    padding: 50px 0;
    background: #eaeaea;
}

.designer #parent .suolue .suolue_text span {
    font-size: 45px;
}

.designer #parent .suolue .last {
    width: 190.9px;
    height: 190.9px;
    float: left;
    margin-right: 0px;
    background-image: url(../image2/designer_bj.png);
    overflow: hidden;
    text-align: center;
    box-sizing: border-box;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.designer #parent .suolue .last img {
    display: block;
    margin: 0 auto;
}

.designer #parent .suolue .last>div {
    position: relative;
}

.designer #parent .suolue .last>div>div {
    border: 1px solid #d92c25;
    border-radius: 8px;
    margin-top: 10px;
    height: 33px;
    width: 133px;
}

.designer #parent .suolue .last>div>div .designer_button {
    border-radius: 6px;
    height: 33px;
    width: 133px;
    background: #d92c25;
    box-sizing: border-box;
    color: #fff;
    transition: width 0.6s ease;
    cursor: pointer;
    /* background-image: url(../image2/bg_red.png) np-repeat; */
}

.designer #parent .suolue .last>div>div .designer_button>span {
    line-height: 33px;
    float: left;
    height: 33px;
    width: 133px;
}

.designer #parent .suolue .last>div>div:hover .designer_button {
    width: 0;
    color: #d92c25;
}

.designer #parent .suolue>div:nth-child(4n) {
    margin-right: 0;
}

.designer #parent #arcBox {
    display: none;
}

.designer #parent .button {
    display: none;
}


/* åœ¨æ–½å·¥åœ° */

@keyframes zoomIn {
    0% {
        transform: scale(0);
    }
    40% {
        transform: scale(1.05);
        /* æ”¾å¤§åˆ°1.5å€ */
    }
    70% {
        transform: scale(0.8);
        /* æ”¾å¤§åˆ°1.5å€ */
    }
    90% {
        transform: scale(1);
        /* æ”¾å¤§åˆ°1.5å€ */
    }
    100% {
        transform: scale(1);
        /* æ¢å¤åŽŸå§‹å¤§å° */
    }
}

.properties_bj {
    background: url(../image2/properties_big_bj.jpg);
    background-position: center;
    padding-bottom: 20px;
    margin-top: 34px;
}

.properties {
    height: 505px;
    position: relative;
}

.properties>div:nth-child(2) {
    overflow: hidden;
    position: relative;
    /* width: 1200px;  20240727 修改之前*/
    /* 20240727 修改 */
    width: 1278px;
    /* margin: 0 auto; */
    margin-left: -39px;
    /* 结束 */
    height: 460px;
}

.properties .box {
    width: 300%;
}

.properties .box .cartoon {
    animation: zoomIn 0.5s infinite;
    animation-iteration-count: 1;
}

.properties>div:nth-child(2) .small {
    transform: scale(0);
}

.properties>div:nth-child(2) .item {
    /* width: 289px; 20240727 修改之前*/
    /* 20240727 修改 */
    width: 309px;
    /* 结束 */
    /* height: 452px; */
    overflow: hidden;
    cursor: pointer;
    margin: 0 14px 30px 0;
    float: left;
}

.properties>div:nth-child(3) {
    width: 1400px;
    height: 303px;
    position: absolute;
    /* top: 185px;
    left: -100px; */
    /*20240727 修改更好水平垂直居中 */
    top: 57%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* 结束 */
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: -9;
}

.properties>div:nth-child(3)>div {
    cursor: pointer;
    width: 22px;
    height: 35px;
}

.properties>div:nth-child(3) .left {
    background-image: url(../image2/properties_swiper_left.png);
}

.properties>div:nth-child(3) .right {
    background-image: url(../image2/properties_swiper_right.png);
}

.properties>div:nth-child(2) .item .img {
    height: 200px;
    overflow: hidden;
}

.properties>div:nth-child(2) .item>a {
    z-index: 99;
}

.properties>div:nth-child(2) .item .img img {
    transition: transform 0.5s ease;
    display: block;
    width: 100%;
    /* margin-left: -100px; */
    height: 100%;
}

.properties>div:nth-child(2) .item .img:hover>img {
    transform: scale(1.2);
}

.properties>div:nth-child(2) .item .text {
    display: flex;
    justify-content: center;
    padding: 10px;
    font-size: 16px;
    text-align: center;
}

.properties>div:nth-child(2) .item .text>div>div:first-child {
    font-size: 16px;
}

.properties>div:nth-child(2) .item .text>div>div {
    margin-top: 19px;
}

.properties>div:nth-child(2) .item .text .button {
    border-radius: 5px;
    line-height: 40px;
    font-size: 12px;
    width: 120px;
    height: 40px;
    background-color: #d92c25;
    margin: 15px auto;
    position: relative;
}

.properties>div:nth-child(2) .item .text .button .button_item {
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    width: 120px;
    height: 40px;
    padding: 0 20px;
    border-radius: 5px;
    z-index: 9;
    color: #ffffff;
    background-image: url(../image2/properties_right.png);
    background-repeat: no-repeat;
    background-position: 90px center;
}

.properties>div:nth-child(2) .item .text .button .button_item>span {
    width: 100%;
    height: 100%;
    display: block;
    text-align: left;
}

.properties>div:nth-child(2) .item .text .button:hover .button_item {
    color: #000000;
    background-image: url(../image2/properties_right_h.png);
}

.properties>div:nth-child(2) .item .text .button:hover .bj {
    width: 120px;
}

.properties>div:nth-child(2) .item .text .button>img {
    float: right;
    margin-top: 7px;
}

.properties>div:nth-child(2) .item .text .button .bj {
    background-color: #ffffff;
    position: absolute;
    top: 1px;
    right: -1px;
    width: 0px;
    height: 38px;
    border-radius: 5px;
    z-index: 1;
    transition: width 0.6s ease;
}


/* .properties .box> :nth-child(4n) {
    margin-right: -2px;
} */


/* .properties .box> :nth-last-child(-n+4) {
    margin-bottom: 0;
} */


/* åœ°äº§é¡¹ç›® */

@-webkit-keyframes uk-fade-scale-02 {
    0% {
        opacity: 0;
        -webkit-transform: scale(0.2);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@keyframes uk-fade-scale-02 {
    0% {
        opacity: 0;
        transform: scale(0.2);
    }
    100% {
        opacity: 1;
        opacity-transform: scale(1);
    }
}

.real {
    background: url(../image2/real_big_bj.jpg);
    background-position: center;
    padding-bottom: 20px;
    margin-top: 40px;
}

.real .box {
    width: 1200px;
    height: 610px;
    /* background-color: #73ff00; */
    font-size: 25px;
}

.real .box .small {
    transform: scale(0);
}

.real .box>a {
    pointer-events: none;
    cursor: default;
}

.real .box>a:nth-child(3n)>div {
    margin-right: 0;
}

.real .box>a:nth-last-child(-n+3)>div {
    margin-bottom: 0;
}

.real .box .item {
    height: 180px;
    width: 386px;
    background-color: #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    cursor: pointer;
    float: left;
    position: relative;
    margin: 0 21px 21px 0;
}

.real .box .item>div:first-child {
    padding: 0 10px;
}

.real .box .item div {
    width: 207px;
}

.real .box .item img {
    height: 180px;
    margin-right: -55px;
    width: 172px;
    background: linear-gradient(to right, 0.1, 1);
}

.real .box .item:after {
    width: 0px;
    height: 180px;
    content: '';
    position: absolute;
    left: 50%;
    right: 0;
    transform: translateX(-50%);
    border: 1px solid #d92c25;
    border-left: none;
    border-right: none;
    transition: width 0.5s, transform 0.5s;
}

.real .box .item:before {
    width: 385px;
    height: 0px;
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border: 1px solid #d92c25;
    border-top: none;
    border-bottom: none;
    transition: height 0.5s, transform 0.5s;
}


/* .real .box>div:nth-child(-n+12):hover::after {
    width: 386px;
}
.real .box>div:nth-child(-n+11):hover::before {
    height: 120px;
} */

.real .box .item:hover::before {
    height: 180px;
}

.real .box .item:hover::after {
    width: 386px;
}

.real .box .uk-animation-scale-up {
    animation: uk-fade-scale-02 1s infinite;
    animation-iteration-count: 1;
}

.real .box>a:nth-child(1)>div {
    background: url(../image2/real_01.png);
}

.real .box>a:nth-child(2)>div {
    background: url(../image2/real_02.png);
}

.real .box>a:nth-child(3)>div {
    background: url(../image2/real_03.png);
}

.real .box>a:nth-child(4)>div {
    background: url(../image2/real_04.png);
}

.real .box>a:nth-child(5)>div {
    background: url(../image2/real_05.png);
}

.real .box>a:nth-child(6)>div {
    background: url(../image2/real_06.png);
}

.real .box>a:nth-child(7)>div {
    background: url(../image2/real_07.png);
}

.real .box>a:nth-child(8)>div {
    background: url(../image2/real_08.png);
}

.real .box>a:nth-child(9)>div {
    background: url(../image2/real_09.png);
}

.real .box>a:nth-child(10)>div {
    background: url(../image2/real_10.png);
}

.real .box>a:nth-child(11)>div {
    background: url(../image2/real_11.png);
}


/* xæ–°é—»èµ„è®¯ */

.news {
    /* width: 1200px;
margin: 0 auto; */
    background: url(../image2/news_big_bj.jpg);
    background-position: center;
    padding-bottom: 20px;
    margin-top: 40px;
}

.news .tab {
    padding: 20px;
}

.news .tab .table {
    height: 40px;
    border-bottom: 2px solid #dddddd;
}

.news .tab .table>div {
    height: 40px;
    width: 240px;
    margin: 0 auto;
}

.news .tab .table>div>div {
    float: left;
    line-height: 40px;
    font-size: 20px;
    cursor: pointer;
    border-bottom: 2px solid #ddd;
    color: #000;
    box-sizing: border-box;
}

.news .tab .table>div>div:first-child {
    margin-right: 80px;
}

.news .tab .table .red {
    border-bottom: 2px solid #da241c;
    color: #da241c;
}

.news .tab .box {
    overflow: hidden;
    width: 1200px;
}

.news .tab .box .carousel {
    width: 2400px;
    margin-top: 20px;
}

.news .tab .box .carousel>div {
    float: left;
    height: 560px;
    width: 1200px;
    float: left;
}

.news .tab .box .carousel>div .item {
    display: flex;
    justify-content: flex-start;
    /* width: 483px; */
    float: left;
    margin: 0 0px 40px 80px;
    color: #444;
    padding: 15px 0px 15px 0;
    position: relative;
    box-sizing: border-box;
}

.news .tab .box .carousel>div .item a {
    z-index: 99;
}

.news .tab .box .carousel>div>div:nth-child(2n) {
    margin-right: 0;
}

.news .tab .box .carousel>div .item:after {
    width: 0px;
    height: 99%;
    content: '';
    position: absolute;
    left: 50.2%;
    top: 0;
    border-top: 1px solid #da241c;
    border-bottom: 1px solid #da241c;
    transform: translateX(-50%);
    transition: width 0.6s ease;
}

.news .tab .box .carousel>div .item:before {
    width: 100%;
    height: 0px;
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    border-left: 1px solid #da241c;
    border-right: 1px solid #da241c;
    transform: translateY(-50%);
    transition: height 0.6s ease;
}

.news .tab .box .carousel>div .item:hover:after {
    width: 100%;
}

.news .tab .box .carousel>div .item:hover:before {
    height: 100%;
}

.news .tab .box .carousel>div .item:hover>a>div {
    border-left: 1px solid rgba(0, 0, 0, 0);
}

.news .tab .box .carousel>div .item .img {
    border-right: 2px solid #eee;
    padding: 20px;
    margin-right: 10px;
    width: 80px;
}

.news .tab .box .carousel>div .item>a>div {
    width: 430px;
    border-left: 1px solid #c9c9c9;
    padding-left: 25px;
    padding-right: 25px;
}

.news .tab .box .carousel>div .item>a>div>h4 {
    margin-bottom: 31px;
    font-weight: 700;
    font-size: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news .tab .box .carousel>div .item>a>div p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #444;
}


/* æœåŠ¡æµç¨‹ */

.flow {
    background-image: url(../image2/flow_bj.png);
    background-size: cover;
    padding: 50px 50px 30px 50px;
}

.flow .box {
    text-align: center;
}

.flow .box .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flow .box .top>div:nth-child(2n) {
    width: 117px;
}

.flow .box .center {
    display: flex;
    justify-content: space-around;
    margin: 20px 0;
}

.flow .box .center>img {
    padding: 0 84px;
}

.flow .box .bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: -19px;
    width: 1240px;
}

.flow .box .bottom>div:nth-child(odd) {
    width: 144px;
}

.flow .box .button {
    margin-top: 42px;
}

.flow .box .button>div {
    margin: 0 auto;
}

.flow .box .button>div>div {
    background-color: #d92c25;
    border-radius: 10px;
    width: 120px;
    display: inline-block;
    color: #fff;
    padding: 10px 20px;
}

.flow .box .button>div>div:first-child {
    margin-right: 20px;
}


/* ä¸šä¸»å›žè®¿ */

.followup {
    background: url(../image2/case_bj.jpg) no-repeat;
    background-position: center;
}

.followup .box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.followup .box>div {
    /* background-color: #da241c; */
    /* border: 1px solid #000; */
    width: 380px;
    margin-bottom: 30px;
}

.followup .box>div video {
    width: 100%;
}

.followup .box>div .img {
    width: 100%;
    height: 222px;
}

.followup .box>div .text {
    line-height: 30px;
    padding: 0 10px;
}

.followup .box>div {
    position: relative;
}

.followup .box>div .hover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 222px;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
}

.followup .box>div .bofang {
    position: absolute;
    left: 0px;
    bottom: 34px;
    width: 100%;
    height: 53px;
    padding-left: 20px;
    background-image: linear-gradient(to top, #000, rgba(255, 255, 255, 0));
    box-sizing: border-box;
}

.followup .box>div .bofang img {
    width: 8px;
    line-height: 40px;
    margin: 24px 0;
}

.followup .box>div .bofang {
    position: absolute;
    left: 0px;
    bottom: 34px;
    width: 100%;
    height: 53px;
    padding-left: 20px;
    background-image: linear-gradient(to top, #000, rgba(255, 255, 255, 0));
    box-sizing: border-box;
}

.followup .box>div .bofang img {
    width: 8px;
    line-height: 40px;
    margin: 24px 0;
}

.followup .box>div .hover>div {
    width: 100%;
    height: 222px;
    background: url(../image2/JuQXcegoj9.png) no-repeat;
    background-position: center;
}

.followup .box>div:hover .hover {
    display: block;
}

video::-webkit-media-controls-fullscreen-button {
    display: none;
}

video::-webkit-media-controls-timeline {
    display: none;
}

video::-webkit-media-controls-current-time-display {
    display: none;
}

video::-webkit-media-controls-time-remaining-display {
    display: none;
}

video::-webkit-media-controls-mute-button {
    display: none;
}

video::-webkit-media-controls-toggle-closed-captions-button {
    display: none;
}

video::-webkit-media-controls-volume-slider {
    display: none;
}

video::-webkit-media-controls-overflow-button {
    display: none;
}

video {
    controls: none;
    /* åŽ»æŽ‰é»˜è®¤æŽ§åˆ¶æ¡ */
}

video::-webkit-media-controls-panel {
    width: calc(100% + 34px);
    /* Adjust number to account for the extra space */
}


/* é’ˆå¯¹Firefoxéšè—è§†é¢‘æ’­æ”¾æŒ‰é’® */

@-moz-document url-prefix() {
    video::-moz-media-controls {
        .play-button {
            display: none;
        }
        .pause-button {
            display: none;
        }
        .scrubber-bar {
            display: none;
        }
        .scrubber-bar-highlight {
            display: none;
        }
        .scrubber-handle {
            display: none;
        }
        .mute-button {
            display: none;
        }
        .seek-back-button {
            display: none;
        }
        .seek-forward-button {
            display: none;
        }
        .fullscreen-button {
            display: none;
        }
        .timeline-container {
            display: none;
        }
        .time-remaining {
            display: none;
        }
        .duration-display {
            display: none;
        }
        .volume-slider-container {
            display: none;
        }
        .video-slider {
            display: none;
        }
        .video-slider-thumb {
            display: none;
        }
        .media-overlay-play-button {
            display: none;
        }
    }
}