.busin_area_box { display: flex; padding: 100px 0; position: relative; }

    .busin_area_box img { width: 870px; height: 580px; }

.flex_end { justify-content: flex-end; }

.flex_start { justify-content: flex-start; }

.area_content { width: 486px; height: 508px; background-color: #fff; box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, .3); position: absolute; top: 136px; z-index: 9; padding: 50px 30px; font-size: 24px; color: #333333; box-sizing: border-box; display: flex; flex-direction: column; justify-content: space-between; }

.content_titleEn { font-weight: 700; font-size: 28px; margin-bottom: 15px; }

.flort_left { left: 0; }

.flort_right { right: 0; }

.area_content p { font-size: 14px; color: #212121; line-height: 30px; text-indent: 2em; }

.area_detail_btn { width: 128px; height: 43px; line-height: 43px; text-align: center; color: #ffffff; font-size: 14px; background-color: #1E50AE; cursor: pointer; }

.area_content a:hover { color: #ffffff !important; }

.video_box { width: 100%; height: 420px; padding: 20px; box-sizing: border-box; box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, .3); }

.video_box_poster { width: 100%; height: 100%; position: relative; /* background-image: url("images/busin_videoImg.png"); */ /* background-size: cover; */ }

    .video_box_poster video { width: 100%; height: 100%; display: none; }

#videoCover { width: 100%; height: 100%; display: block; cursor: pointer; }

#videoPlayBtn { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); display: block; background-color: #fff; border-radius: 50%; width: 60px; height: 60px; border-radius: 50%; background-color: rgba(0, 0, 0, .5); cursor: pointer; }

    #videoPlayBtn img { width: 26px; height: 26px; margin: 17px 0 0 19px; }

.area_data { width: 100%; margin-top: 40px; display: flex; justify-content: space-between; }

.area_data_li { display: flex; align-items: flex-end; font-size: 18px; color: #666666; }

    .area_data_li span { font-size: 48px; color: #076CE0; margin-right: 5px; }

    .area_data_li p { margin-bottom: 10px; }

.area_item { padding: 140px 0 200px; display: flex; justify-content: space-between; }

.area_item_li { width: 200px; display: flex; flex-direction: column; align-items: center; justify-content: center; }

.item_li_icon { width: 120px; height: 120px; border-radius: 50%; background-color: #0A6CE8; }

    .item_li_icon img { width: 50px; height: 50px; margin: 35px; }

.area_item_li span { font-size: 16px; color: #333333; font-weight: 700; margin: 25px 0; }

.area_item_li p { font-size: 14px; color: #666666; text-align: center; line-height: 30px; }

.advantage_title { width: 100%; text-align: center; font-size: 14px; color: #666666; }

    .advantage_title p:first-child { color: #076CE0; font-size: 24px; font-weight: 700; margin-bottom: 10px; }

.advantage_item { width: 100%; height: 320px; display: flex; justify-content: space-between; margin-top: 50px; }

.item_classify { width: 680px; height: 100%; display: flex; flex-wrap: wrap; justify-content: space-between; }

.item_classify_li { width: 330px; height: 150px; background-color: #3182EB; display: flex; flex-direction: column; justify-content: space-evenly; align-items: center; color: #ffffff; font-size: 13px; padding: 15px 20px; box-sizing: border-box; }

    .item_classify_li img { width: 40px; height: 40px; }

    .item_classify_li p:nth-child(2) { font-size: 18px; }
