.container {
    max-width: 1250px;
}
body * {
    transition: all 200ms;
    
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.5;
}
em {
    font-style: normal;
}
body {
    -webkit-text-size-adjust: 100% !important;
}
a{
    text-decoration: none !important;
   color: #212529;
}
a:hover {
    color: #e50043;
    text-decoration: underline;
}
p{
    margin: 0;
}
h1 {
    margin-bottom: 0;
    font-size: 0;
}
ul {
    padding: 0;
    margin: 0;
}
li{
    list-style: none;
}
dl, ol, ul {
    padding-inline-start: 0;
    padding-left: 0;
}
dl, ol, ul {
    padding: 0;
    margin: 0;
}
.article_cum_mbx a {
    color: #ffffff;
}
/* 头部 */
.head_pc {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
}
.head_pc_xd {
    position: relative;
}
.head_pc_top {
    position: absolute;
    top: 0;
    width: 300px;
    right: 20%;
    text-align: right;
    background: #000000;
    height: 30px;
    z-index: 6;
}
.hct_flex p:nth-child(2) span:nth-child(2) {
    letter-spacing: .02rem;
}
.hct_flex p span:nth-child(2) {
    font-size: 20px;
    font-weight: bold;
    color: #d9000f;
    font-family: Arial;
    padding-left: 10px;
}
.hct_flex p {
    display: flex;
    justify-content: end;
    align-items: center;
}
.head_pc_bootme {
    background-color: #000000;
}
.head_pc_flex {
    display: flex;
    justify-content: space-between;
    height: 107px;
}
.head_pc_logo {
    position: relative;
    z-index: 15;
    width: 15%;
}
.head_pc_logo img {
    width: 100%;
    height: 107px;
}
.head_pc_nav {
    display: flex;
    justify-content: space-between;
    width: 85%;
}
.nav_item {
    width: 14%;
    text-align: center;
}
.nav_item:nth-child(3) a:before {
    position: absolute;
    content: "HOT";
    bottom: 23px;
    z-index: 30;
    color: #d9000f;
    font-size: 12px;
    left: 0;
    right: 0;
    display: block;
    font-weight: bold;
}
.nav_item a {
    display: block;
    color: #ffffff;
    position: relative;
    z-index: 99;
    padding-top: 64px;
    font-size: 16px;
    font-weight: 300;
}
.sub_nav_item {
    display: block;
    position: absolute;
    background: #ffffff;
    left: 0;
    right: 0;
    top: 107px;
    -webkit-box-shadow: 0 10px 20px 0 rgb(6 11 26 / 5%);
    box-shadow: 0 10px 20px 0 rgb(6 11 26 / 5%);
    width: 100%;
    height: 80px;
    line-height: 80px;
    display: none;
}
.sni_box {
    display: flex;
    justify-content: flex-start;
}
.nav_item:hover .sub_nav_item {
    display: block;
}
.nav_item a:hover:after {
    opacity: 1;
    width: 45%;
}
.nav_item a:after {
    position: absolute;
    content: "";
    height: 2px;
    width: 0;
    background: #d9000f;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -5px;
    opacity: 0;
}
.nav_item a.active:after {
    position: absolute;
    content: "";
    height: 2px;
    width: 45%;
    background: #d9000f;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -5px;
    opacity: 1;
}
.sni_box_a a span {
    color: #101920;
    font-size: 16px;
    font-weight: 600;
    display: block;
    padding-left: 10px;
}
.sni_box_a a:after {
    position: absolute;
    content: url(../img/border1.png);
    top: 0;
    right: 0;
}
.sni_box_a {
    margin: 0 2.5%;
}
.sni_box_a a {
    display: flex;
    align-items: center;
    padding-top: 0;
    font-size: 16px;
    font-weight: 600;
    position: relative;
}
.sni_box_a a:hover:after {
    opacity: 1;
    width: unset;
}
.sni_box_a a:after {
    position: absolute;
    content: "";
    top: 13px;
    right: -180%;
    opacity: 1;
    background: unset;
    height: unset;
    width: unset;
    bottom: unset;
    left: 0;
}
.sni_box_a:last-child a:after {
    display: none;
}
.nav_item:nth-child(2) .sub_nav_item .sni_box {
    padding-left: 24.5%;
}
.nav_item:nth-child(6) .sub_nav_item .sni_box {
    justify-content: end;
    padding-right: 5%;
    justify-content: flex-end;
}
.sni_box_a a:hover span {
    color: #d9000f;
}
.head_moblies {
    display: none;
}
.banner {
    margin-top: 107px;
}
.home_banner .swiper-pagination-bullet{
    width: 15px;
    height: 4px;
    display: inline-block;
    border-radius: 1px;
    background: unset;
    opacity: 1;
    border: 2px solid #ffffff;
}
.home_banner .swiper-pagination-bullet-active {
    width: 25px;
    opacity: 1;
    background: #ffffff;
    border-radius: 1px;
    border: 2px solid #d9000f;
}
.banner_img img {
    width: 100%;
    height: 780px;
    object-fit: cover;
}
.index_good_title {
    font-size: 45px;
    text-align: center;
    color: #3c3c3c;
    font-weight: bold;
    padding: 40px 0 40px;
}
.index_good_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.index_good_reason {
    width: 25%;
}
.index_good_swiper {
    width: 75%;
}
.index_good_reason_inner .p1, .index_good_reason_inner .p2 {
    font-size: 30px;
    line-height: 1.2;
    color: #ffffff;
    font-weight: lighter;
}
.index_good_reason {
    width: 25%;
    background: #da000e;
    height: 237px;
    display: block;
    position: relative;
}
.index_good_reason_inner {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    padding-left: 65px;
}
.index_good_reason_inner .p3 {
    font-size: 40px;
    color: #ffffff;
    font-weight: bold;
}
.reason_inner {
    border: 2px solid #e2e2e2;
    height: 237px;
    text-align: center;
    border-left: none;
}
.reason_inner_img img.reason_slide {
    display: block;
    margin: 0 auto;
    padding: 40px 0 15px;
}
.reason_inner_img img.reason_slide_hover {
    display: none;
}
.reason_inner:hover .reason_inner_img img.reason_slide_hover {
    display: block;
    margin: 0 auto;
    padding: 40px 0 15px;
}
.reason_inner:hover .reason_inner_img img.reason_slide {
    display: none;
}
.reason_inner_title .p {
    font-size: 20px;
    font-weight: 400;
    color: #333333;
}
.reason_inner_title .p span{
   font-weight: bold;
}
.reason_inner:hover .reason_inner_title .p {
    color: #da000e;
}
.reason_inner_p p {font-size: 14px;color: #858585;}

.reason_inner_p {margin-top: 40px;}
.myGather .swiper-next {
    position: absolute;
    top: 42%;
    z-index: 100;
    text-align: center;
    left: 5px;
}
.myGather .swiper-prev{
    position: absolute;
    top: 42%;
    z-index: 100;
    text-align: center;
    right: 5px;
}
.myGather .swiper-prev img{
    width: 40px;
    height: 40px;
}
.myGather .swiper-next img {
    width: 40px;
    height: 40px;
}
.myGather .hide{
    opacity:0;
  }
  .my-button-disabled{
    opacity:0.5;
  }
  .igs_felx {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.igs_video {
    height: 237px;
    position: relative;
    width: 77%;
}
.igs_video video.video_cover {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index_good_story {
    margin-top: 25px;
    margin-bottom: 65px;
}
.igs_video img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.igs_wz .p1 {
    font-size: 40px;
    font-weight: bold;
}
.igs_wz {
    width: 23%;
    background: #eee;
    text-align: right;
    padding: 40px 35px 0 0;
    overflow: hidden;
}
.igs_wz .p1 {
    font-size: 40px;
    font-weight: bold;
    color: #212529;
}
.igs_wz .p2 {
    font-size: 24px;
    font-weight: bold;
    color: #212529;
}
.igs_wz .p3 {
    display: block;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    background: #212529;
    width: 140px;
    text-align: center;
    color: #ffffff;
    float: right;
    margin-top: 18px;
}
.igs_wz .p2 span {
    margin-left: 10px;
}
.igs_wz:hover p:nth-child(3) {
    background: #da000e;
}

.index_case_title {
    font-size: 45px;
    text-align: center;
    color: #3c3c3c;
    font-weight: bold;
    padding: 0px 0 20px;
}
.index_case_flex {
    display: flex;
    justify-content: space-between;
    padding: 0 1%;
    margin-bottom: 20px;
}
.index_casetit {
    width: 4%;
    background: #f6faf9;
    border: 1px solid #AFC0C3;
}
.index_case_list {
    width: 95%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.index_case_item {
    width: 33.3333%;
    border: 1px solid #AFC0C3;
    padding: 10px;
    background: #ffffff;
}
.index_case_item_img img {
    width: 100%;
    height: 335px;
    object-fit: cover;
}
.case_tit p:nth-child(1) {
    display: block;
    font-size: 20px;
    height: 345px;
    border-bottom: 1px solid #aec0c3;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 80px 25px;
    line-height: 45px;
    font-weight: bold;
    color: #212529;
}
.case_tit p:nth-child(2) {
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    border-bottom: 1px solid #ccc;
    height: 140px;
    line-height: 140px;
    color: #212529;
}
.index_case_item_wz .p {
    padding-top:35px;
    font-size: 20px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: bold;
    color: #212529;
    padding-bottom: 10px;
}
.index_case_item_wz span {
    display: block;
    font-size: 12px;
    color: #717071;
    line-height: 2;
}
.index_absorbed_title {
    padding: 30px 0;
    font-size: 45px;
    text-align: center;
    color: #3c3c3c;
    font-weight: bold;
}
.index_absorbed_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #e50043;
    padding: 4% 1%;
}
.index_absorbed_box img {
    width: 100%;
}
.index_absorbed_box {
    width: 24%;
}
.index_absorbed_box img:hover {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.index_team_title {
    font-size: 45px;
    text-align: center;
    color: #3c3c3c;
    font-weight: bold;
    padding: 40px 0 40px;
}
.index_team_img img {
    width: 100%;
}
.index_team_swiper {
    position: relative;
}
.myTeam-next {
    position: absolute;
    top: 50%;
    z-index: 100;
    text-align: center;
    background-image: url(../img/19.png);
    right: -80px;
    left: auto;
    width: 50px;
    height: 50px;
    background-size: contain;
}
.myTeam-next.swiper-button-disabled{
    background-image: url(../img/18.png);
}
.myTeam-prev{
    position: absolute;
    top: 50%;
    z-index: 100;
    text-align: center;
    background-image: url(../img/17.png);
    left: -80px;
    right: auto;
    width: 50px;
    height: 50px;
    background-size: contain; 
}
.myTeam-prev.swiper-button-disabled{
    background-image: url(../img/16.png); 
}

.index_customer {
    background: url(../img/cehua.jpg) no-repeat;
    background-size: cover;
    margin-top: 70px;
}
.index_customer_title {
    font-size: 45px;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    padding: 40px 0 40px;
}
.index_customer_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    flex-direction: row-reverse;
    padding-bottom: 70px;
}
.index_customer_right {
    width: 25%;
    background: #333333;
    position: relative;
}
.index_customer_left {
    width: 75%;
    background: #ffffff;
}
.icl_item {
    display: none;
    padding: 40px;
}
.icl_item.active {
    display: block;
}
.icr_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 10px;
    align-items: center;
}
.icr_box img {
    width: 100%;
    border-radius: 100%;
    height: 100%;
    object-fit: cover;
}
.icr_box_remark {
    display: none;
}
.icr_title {
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    padding: 45px 0px 30px;
}
.icr_box_title {
    display: none;
}
.icr_box {
    width: 33%;
    height: 103px;
    line-height: 103px;
    margin: 8px 0;
}
.icr_box_img {
    overflow: hidden;
    position: relative;
    border-radius: 100%;
    height: 100%;
    width: 100%;
}
.icr_box.active .icr_box_title {
    position: absolute;
    display: block;
    bottom: -66px;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
    color: #ffffff;
    background: rgba(0,0,0, 0.6);
    height: 100%;
    border-bottom-right-radius: 60%;
    border-bottom-left-radius: 60%;
    line-height: 2.3;
    font-size: 14px;
}
.icr_box.active .icr_box_img {
    border: 2px solid #d7001c;
    height: 100%;
    width: 100%;
}
.icr_box.active .icr_box_img img {
    height: 103px;
    object-fit: cover;
}
.icr_box a {
    display: block;
    width: 70%;
    margin: 0 auto;
}
.icr_box.active a {
    width: 100%;
    height: 100%;
}
.icr_box.active .icr_box_remark {
    display: block;
    position: absolute;
    bottom: 15px;
    width: 100%;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 16px;
    color: #afafaf;
    right: 0;
    left: 0;
    padding: 0 25px;
}
.icl_title span:nth-child(2) {
    font-size: 45px;
    font-weight: bold;
    display: inline-block;
}
.icl_title span {
    font-size: 45px;
    font-weight: 200;
    display: inline-block;
}
.icl_remark {
    font-size: 16px;
    margin: 15px 0;
    min-height: 100px;
}
.icl_tu_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}
.icl_tu img {
    width: 100%;
}
.icl_tu {
    width: 48%;
}
.index_partner_title {
    font-size: 45px;
    text-align: center;
    color: #3c3c3c;
    font-weight: bold;
    padding: 40px 0 40px;
}
.index_partner_tu img {
    width: 100%;
}
.index_process_felx {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 70px 0;
}
.index_process_right {
    width: 63%;
    border-bottom: 1px solid #212528;
    padding-bottom: 20px;
}
.index_process_left {
    width: 35%;
}
.ipl_wz .span {
    font-size: 45px;
    color: #222;
    font-weight: bold;
    display: block;
}
.ipl_wz .i {
    font-size: 22px;
    color: #222;
    font-weight: bold;
    margin: 10px 0 35px 0;
    line-height: 24px;
    font-style: normal;
    display: block;
}
.ipl_wz .p {
    font-size: 16px;
    color: #222;
    line-height: 28px;
    display: block;
}
.ipr_title .p {
    display: block;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}
.ipr_title .span {
    width: 30%;
    height: 1px;
    background: #212529;
    display: block;
}
.ipr_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
}
.ipr_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto;
}
.ipr_box {
    width: 25%;
    text-align: center;
    margin: 20px 0 10px;
    cursor: pointer;
}
.ipr_box img {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 40px;
    height: 40px;
    object-fit: contain;
}
.ipr_box .p {
    font-size: 16px;
    margin: 5px 0;
    color: #000000;
}
.ipr_box:hover {
    transform: scale(1.1);
}
.ipn_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}
.ipn_item {
    width: 32%;
}
.ipn_sc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #000000;
}
.ipn_wz {
    width: 25%;
    color: #ffffff;
    text-align: center;
    font-size: 20px;
}
.ipn_img {
    width: 75%;
}
.ipn_img img {
    width: 100%;
}
.ipn_list {
    background: #fafafa;
    padding: 15px;
}
.ipn_box a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px dashed #ccc;
    height: 60px;
    line-height: 60px;
    display: block;
    font-size: 16px;
   color:#212529;
}
.ipn_box:last-child a {
    border-bottom: none;
}
.ipn_item:hover {
    box-shadow: 0px 5px 20px #ccc;
}
.ipn_box a:hover {
    color: #da000e;
}
.index_process_new {
    margin-bottom: 70px;
}
/* 底部 */
.pc_footer {
    background: #191818;
    padding: 50px 3% 0;
}
.footer_flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;  
}
.footer_itme:nth-child(1) img {
    width: 100%;
}
.footer_itme:nth-child(1) {
    width: 8%;
    align-self: center;
}
.footer_itme:nth-child(2) {
    width: 20%;
}
.footer_contact_title {
    color: #ffffff;
    border-bottom: 1px solid #b6b6b8;
    font-size: 20px;
    font-weight: bold;
    line-height: 2;
}
.footer_contact_p p {
    font-size: 14px;
    color: #b6b6b8;
    padding: 10px 0;
    display: block;
}
.footer_contact_p {
    border-bottom: 1px solid #b6b6b8;
    padding: 12px 0;
}
.footer_item:nth-child(4) {
    width: 30%;
}
.footer_item:nth-child(3) {
    width: 35%;
}
.footer_form {
    background: #504E4E;
    padding: 30px;
}
.footer_form_title {
    text-align: center;
    color: #ffffff;
    padding-bottom: 15px;
    font-size: 16px;
}
.footer_form_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer_form_input {
    width: 49.5%;
    margin-bottom: 1%;
}
.footer_form_input input {
    width: 100%;
    height: 36px;
    line-height: 36px;
    outline: none;
    background: #c3c3c5;
    border: none;
    font-size: 14px;
    padding-left: 15px;
}
textarea.footer_textarea {
    display: block;
    width: 100%;
    height: 90px;
    outline: none;
    padding-left: 15px;
    background-color: #c3c3c5;
    box-sizing: border-box;
    font-size: 14px;
    border: none;
}
button.footer_but {
    display: block;
    width: 100%;
    margin-top: 1%;
    border: 1px solid #ffffff;
    background: #343030;
    height: 36px;
    color: #c3c3c5;
    font-size: 14px;
    border-radius: 4px;
}

.footer_wx_title {
    color: #ffffff;
    border-bottom: 1px solid #b6b6b8;
    font-size: 20px;
    font-weight: bold;
    line-height: 2;
}

.footer_wx_tu {
    width: 42%;
}
.footer_wx_flex {
    display: flex;
    margin-top: 4%;
    justify-content: space-around;
}
.footer_wx_tu img {
    width: 100%;
}
.footer_wx_tu p {
    display: block;
    text-align: center;
    color: #b6b6b8;
    font-size: 14px;
    margin-top: 5px;
}
.footer_link {
    margin: 30px auto 0;
    text-align: center;
}
.footer_link a {
    color: #B6B6B8;
    padding-right: 8px;
    display: inline-block;
    font-size: 14px;
}
.footer_link a:after {
    height: auto;
    content: "|";
    padding-left: 8px;
}
.footer_link a:last-child:after {
    display: none;
}
.footer_link:nth-child(3) {
    margin-top: 10px;
}
.footer_link span {
    color: #b6b6b8;
    font-size: 14px;
}
.footer_ic {
    display: flex;
    padding: 0 0 15px;
    margin-top: 15px;
    justify-content: center;
}
.ic_bq {
    font-size: 14px;
    color: #b6b6b8;
}
.ic_ba {
    color: #b6b6b8;
    font-size: 14px;
    margin-left: 15px;
}
.ic_ba a {
    color: #b6b6b8;
    display: inline-block;
    font-size: 14px;
}
.footer_link:nth-child(2) {
    border-top: 1px solid rgb(73 87 112 / 28%);
    padding-top: 15px;
}
.moblies_footer {
    display: none;
}


/* 在线客服 */

.fixed-slide {
    position: fixed;
    top: 50%;
    right: 0px;
    cursor: pointer;
    z-index: 400;
    text-align: center;
    transform: translate(0%, -50%);
}
.fs-box {
    position: relative;
}
.customer_service_box{
	width: 60px;
    height: 82px;
    box-sizing: border-box;
    background-color: #333;
    position: relative;
    border-bottom: 1px solid #414141;
}
.customer_service_box img:first-child{
	margin-top: 11px;
    margin-left: 15px;
    float: left;
    width: 28px;
}
.customer_service_box img:last-child{
	position: absolute;
    height: 12px;
    width: 12px;
    top: 5px;
    right: 10px;
}
.customer_service_box p{
	color: rgb(255, 255, 255);
    font-size: 12px;
    margin-top: 10px;
    float: left;
    margin-left: 5px;
}
.bottom_price_left{
	width: 60px;
    height: 82px;
    border-top: 1px solid rgb(35, 35, 35);
    border-bottom: 1px solid rgb(65, 65, 65);
    box-sizing: border-box;
    position: relative;
}
.bottom_price_left_btn{
	width: 60px;
    height: 81px;
    background-color: rgb(51, 51, 51);
}
.bottom_price_left_btn img{
    margin-top: 11px;
    margin-left: 16px;
    float: left;
}
.bottom_price_left_btn p{
	color: #fff;
    font-size: 12px;
    margin-top: 10px;
    float: left;
    margin-left: 5px;
}
.bottom_price_center{
    position: relative;
    display: none;
}
.bpc-box{
	width: 60px;
    height: 60px;
    background: rgb(51, 51, 51);
    border-top: 1px solid rgb(35, 35, 35);
    border-bottom: 1px solid rgb(65, 65, 65);
}
.bottom_price_center img:first-child{
	margin-top: 14px;
    margin-left: 17px;
    float: left;
}
 .bottom_price_center img.bottom_price_center_modal{
	 max-width: none;
    width: 150px;
    object-fit: cover;
    position: absolute;
    right: 60px;
    top: -30px;
	display: none;
}
.bottom_price_center:hover .bottom_price_center_modal{
	display: block;
}
.bottom_price_right{
	width: 60px;
    height: 66px;
    text-align: center;
    border-top: 1px solid rgb(35, 35, 35);
	background: rgb(51, 51, 51);
	display: none;
}
.bottom_price_right img{
	margin-top: 20px;
}
.customer_service_box:hover, .bottom_price_left_btn:hover, .bottom_price_center:hover, .bottom_price_right:hover{
	background: rgb(184, 152, 95);
}
.show {
    display: block !important;
}
.mask_box{
	width: 100%;
    height: 100%;
    position: fixed;
	background: rgba(0, 0, 0, 0.8);
    /* opacity: 0.8; */
    z-index: 1001;
    left: 0;
    top: 0;
	display: none;
}
 .reservation_box{
	position: fixed;
    top: 50%;
    left: 50%;
	z-index: 1001;
    transform: translate(-50%,-50%);
    background: #fff;
    width: 800px;
    height: 500px;
    box-sizing: border-box;
	background: url(../img/decoration.jpg) no-repeat #ffffff;
	display: none;
}
.close{
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
  }
  .reservation_header {
    text-align: center;
    height: 119px;
    font-size: 24px;
    color: #333;
    border-bottom: 1px solid #9B9B9B;
    padding-top: 40px;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
}
.reservation_header div {
    float: left;
}
.compute {
    margin-left: 24px;
    margin-right: 11px;
    width: 186px;
    height: 54px;
    font-size: 35px;
    font-weight: bold;
    color: #FA9400;
    text-align: left;
    line-height: 73px;
    background: url(../img/compute_icon.png) no-repeat bottom center;
}
.compute_title {
    height: 54px;
    font-size: 19px;
    color: #323232;
    font-weight: 400;
    line-height: 88px;
}
.currydate_customers {
    color: #d9000f;
}
.reservation_lt {
    height: 240px;
    /* padding-left: 20px; */
}
.reservation_input_box {
    margin: 20px 0;
	display: flex;
    align-items: center;
}
.reservation_input_title {
    font-size: 18px;
    color: #7C7C7C;
    display: inline-block;
    width: 85px;
    font-weight: bold;
    position: relative;
}
.city_select {
    outline: none;
    border: 1px solid #DDDDDD;
    border-radius: 0;
}
.reservation_lt input {
    outline: none;
}
.reservation_input_box input {
    height: 36px;
    border: 1px solid #e4e4e4;
	width: 150px;
    box-sizing: border-box;
    padding-left: 8px;
}
.reservation_btn {
    cursor: pointer;
	width: 140px;
    height: 140px;
    border-radius: 50%;
    position: relative;
}
.reservation_btn>button{
	display: block;
	width: 100%;
	height: 100%;
	background: none;
    border: none;
}
.reservation_main{
	display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.reservation_rt {
    width: 300px;
    padding-top: 20px;
    box-sizing: border-box;
}
.compute_title_box {
    width: 100%;
    height: 20px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #7C7C7C;
    margin: 0 auto;
    margin-bottom: 12px;
}
/* .reservation_rt img {
    margin-bottom: -4px;
} */
.compute_item_box {
    width: 100%;
    height: 172px;
    margin: 0 auto;
    text-align: center;
    padding: 47px 5px 23px 5px;
    box-sizing: border-box;
    background: url(../img/curry_rectangle.png) no-repeat center;
}
.compute_item_box li {
    width: 120px;
    height: 27px;
    border: 1px dashed #C5C5C5;
    float: left;
    font-size: 16px;
    font-weight: 400;
    border-radius: 5px;
    margin-left: 15px;
    margin-bottom: 14px;
    color: #5B5B5B;
    line-height: 27px;
}
.prompt {
    margin-top: 8px;
    font-size: 13px;
    color: #9E9E9E;
    font-weight: 400;
}
.show {
    display: block !important;
}

.cb1 h1, .lx_b_lt>.div, .lx_b_rt>.div{
	font-size: 45px;
	font-weight: bold;
}
.lx_b_lt>.div, .lx_b_rt>.div{
   color: #e50044;
}
.cb1 h1 a{
	font-size: 16px;
	font-weight: normal;
	margin-left: 50px;
}
.cb1 h1, .cb2{
      text-align: center;
}
.cb2, .lx_b_lt p, .lx_b_rt p{
    font-size: 20px;
	line-height: 28px;
    color: #141413;
    margin-top: 15px;
}
.cb3{
	display: flex;
    justify-content: space-between;
	margin-top: 6vw;
}
.yewunr {
        border: 1px dashed #a9a9a9;
   border-radius: 10px;
    padding: 15px 35px;
    overflow: hidden;
	margin-top: 35px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.yewunr .yw_lt{
	width: 300px;
}
.yewunr .yw_rt{
	flex: 1;
}
.yw_lt span {
    font-size: 16px;
    margin-bottom: 15px;
    margin-top: 5px;
}
.yw_lt h2 {
    font-size: 30px;
  /*  color: #e60012;
    font-weight: bold;*/
}
.yw_rt p {
    font-size: 14px;
    line-height: 29px;
}
.ywerm{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 35px 0;
}
.ywerm .ywem_lt{
	text-align: center;
}
.scan-btn a{
     display: block;
    color: #fff;
    background-color: #e50044;
    width: 40%;
    margin: auto;
    padding: 16px;
    text-align: center;
    border-radius: 10px;
    font-size: 16px;
}
/*.ywerm .ywem_lt:last-child{
	margin-left: 15px;
}*/
.ywem_lt p{
	margin-top: 22px;
}
.ywem_lt img {
    border: 1px solid #ccc;
    padding: 0.1vw;
    display: block;
}
.address p{
	text-align: center;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 10px;
}

.lybd{
	background: url(../img/lybd.jpg) no-repeat;
    /* height: 28.8vw; */
    background-size: cover;
	padding: 4.5vw 0;
}
.titlered{
	color: rgb(228, 6, 94);
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
	font-family: 黑体;
	padding: 14px 0;
}
.title{
	font-size: 16px;
    color: #fff;
    font-weight: bold;
}
.formleft .xian {
    display: block;
    width: 3vw;
    margin-top: 25px;
    border: 0.5px solid #fff;
}
.formleft ul li {
    color: #fff;
    list-style: disc;
    line-height: 24px;
    font-size: 13px;
    text-align: left;
}
.formtitle {
    text-align: center;
    font-size: 23px;
    color: #717171;
}
.formftitle {
    text-align: center;
    font-size: 13px;
    color: #a8a7a7;
    padding: 15px 0;
}
.ui-form {
    background: #ffffff;
    /* width: 49.86vw; */
    border-radius: 1vw;
}
.ipputname {
	font-size: 13px;
    color: #717171;
	position: relative;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.ipputname input[type="text"] {
    height: 28px;
    line-height: 28px;
    width: 80%;
    border-radius: 0.208vw;
    outline: none;
    border: 1px solid #cfcfcf;
    text-indent: 1em;
    font-size: 13px;
    box-sizing: border-box;
}
span.btx {
    position: absolute;
	right: 18%;
    top: 12px;
    color: #E91E63;
    font-size: 1.25vw;
}
.fbox, .bd-box{
	display: flex;
	justify-content: space-between;
}
.fbox{
	margin-top: 22px;
	padding: 0 5vw;
}
.bd-box .formleft{
	width: 360px;
}
.bd-box  .ui-form{
	flex: 1;
	padding-top: 26px;
}
.fbox .fbl, .fbox .gx-flex{
   width: 48%;
}
.gx-flex{
	display: flex;
	flex-wrap: wrap;
}
.gx-flex label {
    width: 50%;
    color: #000000;
    font-size: 13px;
    font-weight: 100;
    margin-bottom: 15px;
	text-align: center;
}
label {
    display: inline-block;
    max-width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ui-form form .tapttj{
	width: 60%;
	height: 40px;
	line-height: 40px;
	background: #e50044;
    outline: none;
    border: none;
    color: #ffffff;
	font: 15px;
	text-align: center;
	border-radius: 0.41vw;
	margin: 20px auto 0;
	display: block;
}
input[type=checkbox]{
	-webkit-appearance: checkbox;
	margin: 0 3px 0 0;
}
.fztit{
  color: #8a8a8a;
  margin-bottom: 13px;
}
.fzcon a{
    color: #8a8a8a;
   margin-right: 13px;
   font-size: 13px;
   line-height: 22px;
}
.csfz{
    padding: 26px 0;
    border-bottom: 1px solid #444;
}
button.compute_box img {
    width: 100%;
}
/* 客服表单结束 */

/* 全案逻辑 */
.bannerimg img {
    width: 100%;
}
.logic_page_title .p {
    font-size: 45px;
    color: #3c3c3c;
    font-weight: bold;
    display: block;
    text-align: center;
}
.logic_page_title span {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #6c6363;
}
.logic_page_title {
    padding: 40px 0 40px;
}
.logic_page {
    background: #ececee;
}
.logic_page_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.logic_page_box {
    width: 22%;
    border: 1px solid #878787;
    height: 280px;
    border-radius: 10px;
    background: #ececee;
}
.logic_page_box img {
    display: block;
    margin: 30px auto 0;
}
.logic_page_box p:nth-child(2) {
    text-align: center;
    color: #2e2e2e;
    font-size: 16px;
    margin-top: 20px;
}
.logic_page_box .p {
    text-align: center;
    font-size: 20px;
    color: #3c3c3c;
    font-weight: bold;
}
.logic_page_box p:nth-child(4) {
    text-align: center;
    color: #2e2e2e;
    font-size: 16px;
    margin-top: 15px;
}
.logic_page_box p:nth-child(5) {
    text-align: center;
    color: #2e2e2e;
    font-size: 16px;
    margin-top: 10px;
    padding: 0 12px;
}

.chimpanzee img {
    display: block;
    margin: 0 auto;
}
.chimpanzee {
    margin: 70px 0 0;
}
.chimpanzee p {
    text-align: center;
    font-size: 12px;
    color: #727272;
    margin-top: 15px;
}
.logic_flex {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    align-items: stretch;
    padding: 70px 0;
}
.logic_title .p {
    font-size: 45px;
    color: #3c3c3c;
    font-weight: bold;
    text-align: center;
}
.logic_title span {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #6c6363;
}
.logic_title {
    margin-bottom: 30px;
}
.logic_right .logic_title {
    margin-bottom: 20px;
}
.logic_img img {
    width: 100%;
}
.logic_p p {
    text-align: center;
    font-size: 16px;
    color: #6c6363;
}
.logic_left .logic_p {
    margin-top: 15px;
}
.logic_right .logic_p {
    margin-top: 40px;
}
.logic_line {
    height: 1px;
    width: 100%;
    background: #bababa;
}
.logic_page_line {
    background: #ececee;
    padding-bottom: 70px;
}

.logic_strategy {
    background: url(../img/fv12.png) no-repeat center;
    background-size: cover;
}
.logic_strategy_cover {
    background-color: rgba(0, 0, 0, 0.6);
    padding: 50px 0;
}
.logic_strategy_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logic_strategy_left {
    width: 20%;
    text-align: center;
}
.logic_strategy_middel {
    width: 45%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logic_strategy_right {
    width: 20%;
    text-align: center;
}
.logic_strategy_title .p {
    font-size: 20px;
}
.logic_strategy_title {
    color: #e50044;
}
.logic_strategy_title p:nth-child(2) {
    font-size: 14px;
    text-transform: uppercase;
}
.logic_strategy_phple img {
    margin: 30px auto;
    display: block;
}
.logic_strategy_tit {
    color: #ffffff;
}
.logic_strategy_tit .p {
    font-size: 20px;
}
.logic_strategy_tit p:nth-child(2) {
    font-size: 14px;
    text-transform: uppercase;
}
.logic_make_title .p {
    text-align: center;
    font-size: 36px;
    color: #6c6363;
    line-height: 1.2;
    font-weight: bold;
}
.logic_make_title .span {
    text-align: center;
    font-size: 18px;
    color: #6c6363;
    line-height: 1.2;
}
.logic_make_title  {
    padding: 40px 0;
}
.logic_make {
    background: #ececee;
    padding-bottom: 70px;
}
.logic_make_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.logic_make_box img {
    width: 100%;
}
.logic_make_box {
    width: 30%;
}
.ground_page {
    background: #ececec;
}
.ground_img img {
    width: auto;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.ground_title {
    padding: 40px 0 0;
    text-align: center;
}
.ground_title .p {
    font-size: 45px;
    color: #3c3c3c;
    font-weight: bold;
}
.ground_title p:nth-child(2) {
    font-size: 16px;
    color: #6c6363;
}
.ground_page_nth {
    background: #f6f4f5;
}
.ground_page_nth .ground_img {
    padding: 50px 0 70px;
}
.ground_page_nth1 {
    background: #ececec;
}
.ground_page_nth1 .ground_img {
    padding: 50px 0 70px;
}
.ground_page_nth2 {
    background: #f6f4f5;
}
.ground_page_nth2 .ground_img {
    padding: 50px 0 70px;
}
.ground_page_nth3 {
    background: #ececec;
}
.ground_page_nth3 .ground_img {
    padding: 50px 0 70px;
}
.ground_page .ground_img {
    padding: 0 0 50px;
}
.method_page {
    background: #ececee;
    padding-bottom: 70px;
}
.method_page_title .p {
    font-size: 45px;
    color: #3c3c3c;
    font-weight: bold;
}
.method_page_title p:nth-child(2) {
    font-size: 16px;
    color: #6c6363;
}
.method_page_title {
    text-align: center;
    padding: 40px 0 40px;
}
.method_page_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.method_box {
    width: 25%;
    text-align: center;
}
.method_five {
    background: url(../img/cpff.png) no-repeat center;
    background-size: cover;
}
.method_five_cove {
    background-color: rgba(0, 0, 0, 0.3);
    padding: 70px 0;
}
.method_five_flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.method_five_title {
    text-align: center;
    padding-bottom: 30px;
}
.method_five_title .p {
    font-size: 45px;
    color: #ffffff;
    font-weight: bold;
}
.method_five_title p:nth-child(2) {
    font-size: 16px;
    color: #ffffff;
}
.method_five_box img {
    width: 100%;
}
.method_five_box {
    width: 18%;
    text-align: center;
}
.method_five_box .p {
    font-size: 30px;
    color: #ffffff;
    font-weight: 600;
    display: block;
}
.method_five_box span {
    display: block;
    font-size: 14px;
    color: #868686;
}
.method_three {
    background: #ececee;
}
.method_three_top {
    display: flex;
    justify-content: center;
    align-items: center;
}
.method_three_top p:nth-child(1) {
    display: block;
    font-size: 16px;
    color: #474747;
}
.method_three_top .p {
    width: 160px;
    height: 160px;
    border: 2px solid #e50044;
    padding: 5px;
    display: block;
    border-radius: 100%;
    margin: 0 30px;
}
.method_three_top .p .span {
    display: block;
    background: #e7134c;
    width: 145px;
    height: 145px;
    text-align: center;
    border-radius: 100%;
    position: relative;
}
.method_three_top .p .span .i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    color: #ffffff;
    width: 100%;
    font-size: 24px;
    font-style: normal;
}
.method_three_top p:nth-child(3) {
    display: block;
    font-size: 16px;
    color: #474747;
}
.method_three_middle {
    background: url(../img/sd.png) no-repeat;
    background-size: 100% 100%;
    width: 320px;
    height: 200px;
    font-size: 16px;
    font-weight: bold;
    color: #e40036;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.6;
    text-align: center;
}
.method_three_bottom {
    display: flex;
    justify-content: space-between;
    width: 63%;
    margin: -70px auto 0;
}
.mtb {
    display: flex;
    align-items: center;
}
.mtb_right {
    width: 160px;
    height: 160px;
    border: 2px solid #e50044;
    padding: 5px;
    display: block;
    border-radius: 100%;
    margin: 0 30px;
}
.mtb_right .p {
    display: block;
    background: #e7134c;
    width: 145px;
    height: 145px;
    text-align: center;
    border-radius: 100%;
    position: relative;
}
.mtb_right .i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    color: #ffffff;
    width: 100%;
    font-size: 24px;
    font-style: normal;
}
.mtb_left p {
    font-size: 16px;
    color: #474747;
}
.method_two {
    background: #ececee;
    padding-bottom: 70px;
}
.method_two_flex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}
.method_two_left {
    width: 40%;
    text-align: end;
}
.method_two_right {
    width: 40%;
    text-align: left;
}
.method_two_midell {
    width: 5%;
    text-align: center;
}
.method_two_midell span {
    display: block;
    font-size: 26px;
    color: #e7134c;
    font-weight: bold;
}
.case_cat {
    height: 65px;
    line-height: 65px;
    background: #ececee;
}
.case_cat_flex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}
.case_cat_flex a {
    width: 10%;
    text-align: center;
    display: block;
    color: #e50043;
    font-size: 18px;
    font-weight: bold;
}
.case_screen {
    height: 60px;
    line-height: 60px;
    background: #ffffff;
}
.case_screen_flex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}
.case_screen_flex a:after {
    height: auto;
    content: "|";
    padding-left: 20px;
}
.case_screen_flex a {
    color: #212529;
    font-size: 15px;
    padding-right: 20px;
    display: block;
}
.case_screen_flex a:last-child:after {
    display: none;
}
.case_screen_flex a.active {
    color: #e50043;
    font-size: 16px;
}
.case_screen_flex a:hover {
    color: #e50043;
    font-size: 16px;
}
.case_img img {
    width: 100%;
    display: block;
    margin: 0 auto;
}
.case_item {
    background: #ececee;
}
.case_box_flex {
    justify-content: flex-start;
    display: flex;
    flex-wrap: wrap;
    padding: 0 1%;
}
.case_box {
    width: 32.66%;
    margin-right: 1%;
    background: #ffffff;
    padding: 10px;
    margin-top: 1%;
}
.case_box:nth-child(3n) {
    margin-right: 0;
}
.case_more {
    text-align: center;
    display: block;
    padding: 2% 0;
}
.case_more a {
    display: block;
    height: 45px;
    line-height: 45px;
    border: 1px solid #e50043;
    width: 150px;
    margin: 0 auto;
    color: #e50043;
    font-size: 16px;
}
.case_more a:hover {
    background: #e50043;
    color: #ffffff;
}

.pages_list {
    text-align: center;
    padding: 50px  0;
}
.pages_list a {
    padding: 6px 15px;
    display: inline-block;
    background: #ffffff;
    color: #383838;
    border: 1px solid #e8e8e8;
    margin: 0 3px;
}
.pages_list a:hover {
    color: #ffffff;
    background: #e50043;
}
.pages_list a.active {
    color: #ffffff;
    background: #e50043;
}
.crumbs_flex {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #d3d3d3;
    padding: 25px 0;
}
.crumbs_flex img {
    line-height: 1;
    display: block;
}
.crumbs_flex a {
    line-height: 1;
    font-size: 16px;
    color: #212529;
    margin: 0 5px;
}
.crumbs_flex span {
    margin: 0 5px;
}


.info_case {
    height: 60px;
    line-height: 60px;
}
.info_case_a a {
    display: block;
    margin-right: 40px;
    width: auto;
    text-align: center;
    position: relative;
    color: #484848;
    padding: 0 15px;
}
.info_case_a a:last-child {
    margin-right: 0;
}
.info_case_a {
    display: flex;
    justify-content: flex-start;
}
.info_case_a a.active {
    color: #e50043;
    font-weight: bold;
}
.info_case_a a.active:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    bottom: -2px;
    background: #e50043;
    left: 0;
    z-index: 9;
}
.info_case_item {
    display: none;
}
.info_case_item.active {
    display: block;
}
.info_case_tu {
    position: relative;
}
.info_case_tu_left {
    left: 0;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0px;
    z-index: -9;
}
.info_case_tu_right {
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0px;
    z-index: -9;
    right: 0;
}
.info_case_tu_left img, .info_case_tu_right img {
    height: 100%;
    object-fit: cover;
    width: 310px;
}
.info_case_tu_cove {
    background: rgba(17,17,17,0.8);
}
.ict_back {
    background: url(../img/case_bc.png) no-repeat center #22221f;
    background-size: 100% 100%;
    padding: 50px;
    position: relative;
}
.info_case_box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.info_case_left {
    width: 48%;
    border: 6px solid #fff;
    height: 330px;
}
.info_case_right {
    width: 49%;
}
.info_case_left video.video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.icr_bt {
    width: 100%;
    font-size: 30px;
    color: #fff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1;
}
.icr_ln {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin-top: 30px;
    border-bottom: 1px solid #ffffff;
    display: inline-block;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.icr_remark {
    width: 100%;
    font-size: 16px;
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    margin-top: 10px;
    line-height: 1.8;
}
.icr_inner {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.icr_boxz {
    font-size: 15px;
    color: #ffffff;
    width: 50%;
    margin: 25px 0 0;
}
.ici_tu img {
    display: block;
    margin: 0 auto;
    width: 100%;
}
.arrow_left {
    background: url(../img/arrow_left.png);
    position: absolute;
    z-index: 13;
    left: -10%;
    background-size: 100%;
    top: 37%;
    width: 43px;
    height: 80px;
}
.arrow_right {
    background: url(../img/arrow_right.png);
    position: absolute;
    z-index: 13;
    right: -10%;
    background-size: 100%;
    top: 37%;
    width: 43px;
    height: 80px;
}
.info_case_content {
    padding: 50px 0;
    background: #ffffff;
}
.infocontent img {
    width: 100% !important;
    height: auto !important;
    max-width: 100%;
    display: block !important;
    margin: 0 auto !important;
}
.space_case {
    background: #f9f9f9;
    height: 150px;
    line-height: 150px;
}
.space_case_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 150px;
}
.space_case_flex a {
    display: block;
    height: 50px;
    line-height: 50px;
    width: 49%;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
}
.collect_area_modal_cover {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    color: rgb(51, 51, 51);
    display: none;
}
.collect_area_modal_cover .collect_con {
    position: fixed;
    top: 51%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: rgb(255, 255, 255);
    width: 300px;
    height: 360px;
    text-align: center;
    display: none;
}
.collect_con .e1 {
    font-size: 16px;
    margin-top: 82px;
}
.collect_con .case_qcode {
    display: inline-block;
    width: 100%;
    height: 177px;
    overflow: hidden;
}
.case_qcode img {
    width: 180px;
}
.collect_con .e2 {
    font-size: 12px;
    color: #d9000f;
    margin-top: 18px;
}
.collect_con .collect_close {
    width: 40px;
    height: 37px;
    position: absolute;
    top: 0px;
    right: 0px;
    cursor: pointer;
}
.likex_case {
    background: #ffffff;
    padding: 70px 0;
}
.likex_case_tile {
    width: 100%;
    padding-bottom: 50px;
    font-size: 42px;
    color: #5f5f5f;
    text-align: center;
}
.likex_case_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.likex_case_item:hover {
    box-shadow: 0px 15px 30px rgb(0 0 0 / 10%);
    transform: translate3d(0,-2px,0);
}
.likex_case_item {
    width: 32%;
    border: 1px solid #e7e7e7;
}
.likex_case_img img {
    width: 100%;
    height: 217px;
    object-fit: cover;
}
.likex_case_img {
    position: relative;
    text-align: center;
}
.caseItem_master {
    padding: 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}
.caseItem_master::before, .caseItem_master::after {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
.caseItem_master::before, .caseItem_master::after {
    pointer-events: none;
}
.caseItem_master::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
}
.caseItem_master::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}
.caseItem_master p {
    padding: 20px;
    opacity: 0;
    margin-top: 50px;
    font-size: 20px;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,20px,0);
    transform: translate3d(0,20px,0);
}

.likex_case_item:hover .caseItem_master::before, .likex_case_item:hover .caseItem_master::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.likex_case_item:hover .caseItem_master {
    opacity: 1;
    background: rgba(0, 0, 0,0.4);
}
.likex_case_item:hover .caseItem_master p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.lcw_right p {
    display: none;
}
.likex_case_wz {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 25px;
}
.lcw_left a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000000;
    width: 100%;
    font-size: 20px;
}
.lcw_right {
    width: 28%;
    text-align: right;
}
.lcw_left {
    width: 70%;
}
.lcw_left p {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    color: #999999;
    margin-top: 10px;
}
.lcw_right span:nth-child(2) {
    color: #d6000f;
    font-size: 12px;
    margin-left: 2px;
    line-height: 1;
}
.lcw_right_flex {
    cursor: pointer;
}
.likex_case_item:hover .lcw_right_flex {
    display: none;
}
.likex_case_item:hover .lcw_right p {
    display: flex;
    background: #d6010e;
    color: #fff;
    box-sizing: border-box;
    font-size: 14px;
    cursor: pointer;
    line-height: 1.3;
    text-align: center;
    width: 50px;
    padding: 5px;
    justify-content: center;
    float: right;
}

.news_item_title {
    background: url(../img/pattern-1.png) #181c1b;
    padding: 30px 0;
}

.news_item_title .p {
    text-align: center;
    font-size: 28px;
    color: #ffffff;
    font-weight: bold;
}
.news_item_title p:nth-child(2) {
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
}
.news_item_list {
    padding: 0 10%;
}
.news_item_box {
    margin-top: 25px;
    padding-top: 25px;
}
.news_item_box:first-child {
    padding-top: 0;
    border: none;
    margin-top: 50px;
}
.news_item_box_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding: 25px;
    margin: -25px;
}
.nib_img {
    width: 28%;
}
.nib_wz {
    width: 70%;
}
.nib_img img {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 4px;
}
.news_item_box_flex:hover {
    background: #f6f6f6;
    border-radius: 5px;
}
.news_item_box_flex:hover .nib_img img {
    transform: scale(1.1);
    border-radius: 4px;
}
.nib_img {
    height: 260px;
    overflow: hidden;
}
.nib_wz a:nth-child(1) {
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 20px;
    color: #333;
    font-weight: bold;
    width: 100%;
    display: block;
}
.nib_wz p {
    cursor: pointer;
    font-size: 16px;
    color: #6c6363;
    display: block;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    margin: 15px 0;
}
.nib_wz_bottom i {
    font-size: 15px;
    color: #666666;
    font-style: normal;
    margin-right: 15px;
}
.nib_wz_bottom span {
    font-size: 15px;
    color: #666666;
    margin-right: 15px;
}
.nib_wz_bottom a {
    font-size: 15px;
    color: #666666;
}
.news_item_box_flex:hover .nib_wz a:nth-child(1) {
    color: #e50043;
}
.news_item_box_flex:hover .nib_wz_bottom a {
    color: #e50043;
}
.news_item_box:last-child {
    margin-bottom: 20px;
}
.about_page_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}
.about_page_right video.video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.about_page_right {
    width: 42%;
    height: 315px;
}
.about_page_left {
    width: 55%;
}
.about_page {
    padding: 70px 0;
}
.about_page_left .p1 {
    font-size: 45px;
    position: relative;
    font-weight: bold;
    display: inline-block;
    padding-bottom: 5px;
}
.about_page_left .p1:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 2px;
    background: #e50043;
}
.about_page_left .p2, .about_page_left .p3 {
    font-size: 18px;
    margin-top: 10px;
    font-weight: 300;
}

.about_lc {
    background: #383838;
    padding: 40px 0 170px;
}
.about_lc_title {
    text-align: center;
    padding-bottom: 50px;
}
.about_lc_title .p {
    font-size: 45px;
    font-weight: bold;
    display: block;
    color: #ffffff;
}
.about_lc_title .span {
    color: #ffffff;
    display: block;
    font-size: 16px;
}
.ali_img img {
    width: 100%;
    display: block;
    margin: 0 auto;
}
.about_lc_inner {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.ali_p {
    color: #ffffff;
    font-size: 14px;
    margin: 30px 0;
}
.ali_p:nth-child(2) {
    left: 4%;
    position: absolute;
}
.ali_p:nth-child(3) {
    left: 9%;
    position: absolute;
    top: 0;
}
.ali_img {
    padding-top: 110px;
}
.ali_p:nth-child(4) {
    left: 23%;
    position: absolute;
}
.ali_p:nth-child(5) {
    left: 30%;
    position: absolute;
    top: 0;
}
.ali_p:nth-child(6) {
    left: 8%;
    position: absolute;
}
.ali_p:nth-child(6) {
    left: 40%;
    position: absolute;
}
.ali_p:nth-child(7) {
    left: 46%;
    position: absolute;
    top: 0;
}
.ali_p:nth-child(8) {
    left: 60%;
    position: absolute;
}
.ali_p:nth-child(9) {
    left: 70%;
    position: absolute;
    top: 0;
}
.ali_p:nth-child(10) {
    left: 80%;
    position: absolute;
}
.ali_p:nth-child(11) {
    left: 90%;
    position: absolute;
    top: 0;
}

.about_addess {
    padding: 40px 0;
}
.about_addess_title {
    padding-bottom: 50px;
    text-align: center;
}
.about_addess_title .p {
    font-size: 45px;
    color: #3c3c3c;
    font-weight: bold;
    display: block;
}
.about_addess_title .span {
    font-size: 16px;
    display: block;
    color: #6c6363;
}
.about_addess_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.about_addess_box {
    width: 14%;
    text-align: center;
    margin-bottom: 50px;
}
.about_addess_box .p {
    font-size: 16px;
    font-weight: 400;
    margin-top: 15px;
    color: #3d3d3c;
    display: block;
}
.about_addess_box:hover img {
    transform: rotateY(180deg);
}
.about_addess_box img {
    display: block;
    margin: 0 auto;
    transition: all .5s;
}
.about_honor {
    padding: 40px 0;
    background: #383838;
}
.about_honor_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}
.about_honor_left {
    width: 55%;
}
.about_honor_right {
    width: 43%;
}
.ahr_box {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #afafaf;
    padding: 20px 0;
}
.ahr_box_left {
    width: 20%;
}
.ahr_box_right {
    width: 80%;
}
.ahr_box_left p {
    height: 80px;
    width: 80px;
    background: #d9010f;
    border-radius: 100%;
    position: relative;
    margin: 0 auto;
    display: block;
}
.ahr_box_left span {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    font-size: 18px;
    text-align: center;
    display: block;
    line-height: 1.3;
    color: #ffffff;
}
.ahr_box_right .p {
    font-size: 22px;
    font-weight: 400;
    color: #fafafa;
    display: block;
}
.ahr_box_right span {
    font-size: 17px;
    color: #afafaf;
    margin-top: 5px;
    display: block;
}
.ahr_box_left i {
    font-size: 14px;
    display: block;
    word-break: keep-all;
    font-style: normal;
}
.ahr_box_p {
    font-size: 12px;
    color: #afafaf;
    margin-top: 25px;
}
.abouthonor_img img {
    width: 100%;
    height: 420px;
    object-fit: cover;
}

.ahl_swiper .swiper-pagination-bullet-active {
    background: #d9000f;
}
.koubei img {
    width: 100%;
    display: block;
}
.about_culture {
    background-color: #e50044;
    padding: 50px 0;
}
.about_culture_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.c1-list {
    padding: 45px 30px;
    border: 4px solid #fff;
    color: #fff;
    text-align: center;
    width: 31%;
}
.ctit {
    font-size: 40px;
    font-weight: bold;
}
.c1-list p {
    text-transform: uppercase;
    font-size: 32px;
    margin-top: 26px;
}
.c1-list .cline {
    background: #fff;
    width: 100%;
    height: 1px;
    margin: 20px auto;
}
.cdes {
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cdes ol li {
    font-size: 17px;
    line-height: 22px;
    margin-bottom: 18px;
}
.whhd img {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.whhd:last-child {
    margin-bottom: 0;
}
.whhd {
    margin-bottom: 50px;
}
.about_lc_ydd {
    display: none;
}
.about_lcydd {
    display: none;
}

.article_cum {
    background: #3E3A39;
    height: 65px;
    line-height: 65px;
}
.article_cum_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.article_cum_cat a {
    color: #ffffff;
    font-size: 16px;
    display: block;
}
.article_cum_cat {
    width: 15%;
}
.article_cum_mbx {
    width: 50%;
    text-align: right;
    color: #ffffff;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
}
.article_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.article_left {
    width: 73%;
}
.article_right {
    width: 25%;
    padding-left: 2%;
    border-left: 1px solid #f0f0f0;
}
.article_left_title {
    padding: 15px;
    background: #F8F8F8;
    text-align: center;
    margin: 30px 0;
    color: #e50043;
    font-size: 20px;
    font-weight: bold;
}
.article_left_content {
    background: #f8f8f8;
    padding: 25px;
}
.article_left_content img {
    width: auto !important;
    height: auto !important;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.article_left_content p {
    margin: 0.5em 0;
}
.article_left_pice {
    border-top: 1px solid #ddd;
    margin-top: 25px;
    padding-top: 25px;
    display: flex;
    justify-content: space-between;
}
.list_page {
    width: 45%;
}
.list_page a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #7C7C7C;
}
.article_right_side_title {
    font-size: 16px;
    color: #666666;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #eee;
}
.article_right_side_list a:hover {
    background: #e50043;
    color: #ffffff;
}
.article_right_side_list a {
    display: block;
    color: #333333;
    padding: 15px;
}
.article_right_side_list {
    margin: 15px 0;
}
.arst_box img {
    width: 100%;
    height: 190px;
    object-fit: cover;
}
.arst_box {
    margin-bottom: 30px;
}
.arst_box .p {
    color: #e50043;
    margin-top: 10px;
    font-weight: bold;
}
.article_page {
    margin-bottom: 70px;
}
.news_item_like {
    padding: 0 10%;
    margin-bottom: 70px;
}


.contact_page {
    padding: 40px 0;
}
.contact_page_title .p {
    font-size: 45px;
    color: #3c3c3c;
    font-weight: bold;
}
.contact_page_title {
    text-align: center;
    padding-bottom: 50px;
}
.contact_page_title span {
    display: block;
    font-size: 16px;
}
.lxxx {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.lxxx .lx-map {
    width: 50%;
}
.lx-map img {
    display: block;
    width: 100%;
    object-fit: cover;
}
.lxxx .lx-des {
    width: 45%;
}
.lx-item:first-child {
    padding: 0 0 30px 0;
}
.lx-item {
    padding: 24px 0;
    border-bottom: 1px dashed;
}
.lx-item h3 {
    font-size: 16px;
    font-weight: normal;
}
.lx-item p {
    margin-top: 10px;
    line-height: 20px;
    font-size: 14px;
}
.lxfs {
    display: flex;
    margin-top: 17px;
    font-size: 14px;
}
.lxfs>div:first-child {
    margin-right: 40px;
}
.lxfs>div img {
    width: 26px;
}
.cbd>div img {
    width: 28px;
    margin-right: 10px;
}
.cbd>div {
    font-size: 16px;
}
.cbd {
    margin-bottom: 30px;
}
.cxq-box {
    margin-top: 70px;
}
.solution_head {
    background: #e50043;
    text-align: center;
    padding: 30px 0;
}
.solution_head_title span {
    font-size: 20px;
    letter-spacing: 6px;
    margin-top: 15px;
    display: block;
    color: #ffffff;
}
.solution_head_title .p {
    font-size: 30px;
    letter-spacing: 10px;
    color: #ffffff;
    display: block;
}
.solution_page {
    background: #ececee;
    padding-bottom: 70px;
}
.solution_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.solution_box {
    width: 32%;
    text-align: center;
    padding: 20px;
}
.solution_page .solution_box {
    background: #ffffff;
}

.solution_wz span {
    text-transform: uppercase;
    color: #3c3c3c;
    display: block;
    font-size: 12px;
}
.solution_wz .p {
    font-size: 30px;
    font-weight: bold;
    color: #3c3c3c;
}
.solution_img img {
    display: block;
    margin: 0 auto 10px;
}
.solution_list .p {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    background-color: #e50044;
    padding: 15px 0;
    margin-bottom: 8px;
    display: block;
}
.solution_wz {
    margin-bottom: 15px;
}
.solution_page1 {
    background: #f6f4f5;
    padding-bottom: 70px;
}
.solution_page1 .solution_box {
    background: #f6f4f5;
    border: 1px solid #e50044;
}
.solution_system {
    background: #ececee;
    padding-bottom: 70px;
}
.solution_system_img img {
    display: block;
    width: auto;
    margin: 0 auto;
    max-width: 100%;
}
.solution_vs {
    display: flex;
    position: relative;
    justify-content: space-between;
}
.solution_vs_right {
    width: 50%;
    background: #181818;
    text-align: right;
    display: flex;
    flex-direction: column;
    place-items: flex-end;
    padding-right: 100px;
}
.solution_vs_md {
    padding: 70px 0;
}
.solution_vs_left {
    background-color: #ce003d;
    padding-left: 100px;
    width: 50%;
    display: flex;
}
.solution_vs_midell {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.md1 .p {
    font-size: 26px;
    font-weight: bold;
    color: #dadada;
    letter-spacing: 2px;
}
.md1 p:nth-child(2) {
    font-size: 13px;
    color: #dadada;
}
.md2 {
    background-color: #fff;
    color: #000;
    font-size: 13px;
    padding: 10px;
    margin: 32px 0;
    width: 100%;
}
.md3 {
    color: #d9dada;
    font-size: 14px;
}
.college_page_title {
    font-size: 45px;
    color: #3c3c3c;
    font-weight: bold;
    padding-bottom: 50px;
    text-align: center;
}
.college_page {
    padding: 70px 0 30px;
    background: #ececee;
}
.college_page_flex {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.college_page_box {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
}
.college_page_box:nth-child(3n) {
    margin-right: 0;
}
.college_box_img img {
    width: 100%;
    height: 325px;
    object-fit: cover;
}
.college_box_img img.play {
    width: 41px;
    height: 41px;
    position: absolute;
    display: none;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.college_box_img {
    position: relative;
}
.college_box_img:before {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(39,40,49,0.7);
    z-index: 50;
    content: "";
}
.college_page_box:hover .college_box_img:before {
    display: block;
}
.college_page_box:hover .college_box_img img.play {
    display: block;
    z-index: 90;
}
.college_box_p {
    margin-top: 15px;
    font-size: 18px;
    text-align: center;
    color: #6c6363;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 15px;
}

.butler_felx {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.butler_box_xx {
    width: 50%;
    background: #ffffff;
}
.butler_box_img {
    width: 50%;
}
.butler_box_img img {
    width: 100%;
}
.butler_box_xx .p {
    display: block;
    font-size: 35px;
    font-weight: bold;
    color: #535353;
}
.butler_box_xx i {
    display: block;
    font-style: normal;
    font-size: 14px;
}
.butler_box_xx span {
    font-size: 16px;
    color: #777;
    line-height: 26px;
    display: block;
    margin-top: 40px;
}
.butler_box_xx em {
    width: 36px;
    background: #939393;
    margin-top: 20px;
    display: block;
    height: 1px;
}
.butler_page {
    padding: 40px 0;
}
.butler_felx:nth-child(1) .butler_box_xx {
    padding: 70px 140px;
}
.butler_felx:nth-child(2) .butler_box_xx {
    padding: 60px 140px;
    background: #e50043;
}
.butler_felx:nth-child(2) .butler_box_xx .p {
    color: #eee1b5;
}
.butler_felx:nth-child(2) .butler_box_xx span {
    color: #eee1b5;
}
.butler_felx:nth-child(2) .butler_box_xx i {
    color: #eee1b5;
}
.butler_felx:nth-child(2) .butler_box_xx em {
    background: #eee1b5;
}
.butler_felx:nth-child(3) .butler_box_xx {
    padding: 70px 140px;
    text-align: right;
}
.butler_felx:nth-child(3) .butler_box_xx em {
    display: inline-block;
}
.butler_sup {
    padding: 30px 0 70px;
}
.butler_sup_tit {
    text-align: center;
}
.butler_sup_tit img {
    display: block;
    margin: 0 auto;
}
.butler_sup_title .p {
    font-size: 45px;
    text-align: center;
}
.butler_sup_title p:nth-child(2) {
    margin-top: 30px;
}
.butler_sup_title span {
    display: block;
    text-align: center;
    font-size: 16px;
    color: #595959;
}
.butler_iphone {
    margin-top: 65px;
}
.butler_iphone_flex {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.butler_iphone_left {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-evenly;
}
.butler_iphone_miedll {
    width: 17%;
}
.butler_iphone_miedll img {width: 100%;}
.butler_iphone_right {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-evenly;
}
.iphone_line {
    height: 1px;
    background: #5b5b5b;
}
.iphone:nth-child(1) .iphone_line {
    width: 15%;
}
.iphone:nth-child(2) .iphone_line {
    width: 30%;
}
.iphone:nth-child(3) .iphone_line {
    width: 15%;
}
.iphone:nth-child(4) .iphone_line {
    width: 30%;
}
.iphone_wz .span {
    font-size: 18px;
    color: #5b5b5b;
    display: block;
    font-weight: bold;
}
.iphone_wz i {
    font-style: normal;
    font-size: 18px;
    color: #5b5b5b;
}
.butler_iphone_right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-evenly;  
}
.butler_iphone_right .iphone{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: start;
}

.butler_iphone_left .iphone {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: end;
    justify-content: flex-end;
}
.butler_iphone_left {   
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-evenly;
}
.butler_iphone_right .iphone_wz i {
    padding-left: 10px;
}
.butler_iphone_right .iphone_wz .span {
    padding-left: 10px;
}
.iphone_wz {
    display: flex;
    align-items: center;
}
.butler_iphone_left .iphone_wz .span {
    padding: 0 10px;
}
.butler_sup_moblies {
    display: none;
}
.butler_sever {
    background: #f9f9f9;
    padding: 40px 0;
}
.sbox {
    overflow: hidden;
    height: 304px;
    background: url(../img/24.png) no-repeat right;
    background-size: cover;
    margin-top: 50px;
}
.ster {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    height: 100%;
}
.ster .slist:nth-child(1){
    margin-right: 145px;
}
.ster .slist:nth-child(2){
	margin-right: 115px;
}
.ster .slist:nth-child(3){
	margin-right: 40px;
}
.ster .slist:nth-child(4){
	margin-right: 135px;
}
.ster .slist:nth-child(5){
	margin-right: 85px;
}

.ster .slist {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.slist .span {
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    margin-left: 15px;
}
.msn-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.milist {
    width: 220px;
    height: 220px;
    border-radius: 100%;
    border: 6px solid #e9e9e9;
    display: flex;
    flex-direction: column;
    padding-top: 35px;
    margin: 0 30px 30px;
    text-align: center;
}
.milist .mn {
    color: #000;
    font-size: 32px;
    font-weight: bold;
}
.milist .mn span {
    font-size: 53px;
    display: inline-block;
    transform: scale(1.3);
    font-style: italic;
    margin-right: 5px;
}
.milist .p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    margin-top: 12px;
}
.msn_selected {
    background-color: #d9000f;
}
.msn_selected .mn, .msn_selected .p {
    color: #fff;
}
.butler_da {
    padding-bottom: 70px;
}

.upup {
    overflow: hidden;
    color: #fff;
    width: 100%;
    background: url(../img/upup.png) no-repeat;
    background-size: cover;
}
.up1 {
    font-size: 16px;
    letter-spacing: 7px;
    text-transform: uppercase;
}
.up-box {
    text-align: center;
    color: #fff;
    padding: 150px 0 500px 0;
}
.up2 {
    font-size: 50px;
    font-weight: bold;
    margin: 12px 0 26px 0;
}
.up3 {
    font-size: 16px;
    line-height: 26px;
}
.up-box_cover {
    background: rgb(17 17 17 / 24%);
}



.adorn_page {
    padding: 70px 0;
    background: #f2f2f2;
}
.puzzle2 img {
    width: 100%;
}
.puzzle2 img.zz2 {
    width: auto;
}
.puzzle1{
    background: url(../img/zzbg.png) 0 100% no-repeat;
}
.puzzle33{
	display: flex;
	justify-content: center;
}
.puzzle2{
	position: relative;
    width: 293px;
}
.puzzle2 .zz2{
    position: relative;
    bottom: 92px;
    left: 5px;
}
.puzzle26 {
    transition: all 1s;
}
.puzzle8>div, .puzzle11>div, .puzzle13>div, .puzzle15>div, .puzzle17>div, .puzzle20>div,.puzzle8>.div, .puzzle11>.div, .puzzle13>.div, .puzzle15>.div, .puzzle17>.div, .puzzle20>.div{
	font-size: 30px;
    font-weight: bold;
    color: #222222;
    line-height: 38px;
	text-align: center;
}

.puzzle9>div, .puzzle12>div, .puzzle14>div, .puzzle16>div, .puzzle18>div, .puzzle21>div{
	font-size: 16px;
	line-height: 24px;
    color: #434343;
	text-align: center;
}
.puzzle6{
	background-color: #FFFFFF;
}
.puzzle10 {
    background: #F8F8F8;
}
.puzzle5{
	display: flex;
}
.puzzle10, .puzzle6, .puzzle7, .puzzle19 {
	width: 260px;
    height: 280px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.puzzle9, .puzzle12, .puzzle14, .puzzle16, .puzzle18, .puzzle21{
	margin-top: 22px;
}
.puzzle7{
	background: #17181C;
    position: relative;
	z-index: 1;
}
.puzzle19{
	background: #D9000F;

}
.puzzle15>div, .puzzle17>div, .puzzle20>div, .puzzle16>div, .puzzle18>div, .puzzle21>div, .puzzle15>.div, .puzzle17>.div, .puzzle20>.div, .puzzle16>.div, .puzzle18>.div, .puzzle21>.div{
	color: #fff;
}

.puzzle_img {
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
}
.puzl{
	width: 251px;
	height: 562px;
    position: relative;
}
.puzzle22{
    width: 140px;
    height: 67px;
    position: absolute;
    top: 13px;
    right: 0px;
}
.puzzle23 {
    width: 251px;
    height: 77px;
    background: #C09C6F;
    position: absolute;
    bottom: 281px;
}
.puzzle24 {
    width: 251px;
    height: 281px;
    position: absolute;
    bottom: 0;
}
.puzzle7:hover, .puzzle19:hover, .puzzle10:hover, .puzzle6:hover{
    box-shadow: 0px 15px 30px rgba(0,0,0,0.1);
    transform: translate3d(0,-2px,0);
    transition: all 0.5s;
    cursor: pointer;
}
.adorn_liebian {
    padding-top: 70px;
}
.adorn_liebian_title {
    width: 100%;
    font-size: 45px;
    font-weight: bold;
    color: #222222;
    text-align: center;
    padding-bottom: 50px;
}
.exam-list {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sorter {
    width: 230px;
    height: 50px;
    line-height: 50px;
    border-radius: 0% !important;
    background: 0% !important;
    opacity: 1 !important;
    color: #111;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}
.ssbg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
}
.carouse2222>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.carouse5 {
    width: 100%;
    opacity: 0.7;
    background-color: black;
    position: absolute;
    left: 0;
    bottom: 0;
}
.carouse222 {
    position: relative;
    width: 100%;
}
.black1 {
    width: 10.5%;
    height: 100%;
    position: absolute;
    background-color: black;
    opacity: 0.7;
    z-index: 5;
}
.black2 {
    width: 10.5%;
    height: 100%;
    position: absolute;
    background-color: black;
    margin-left: 89.5%;
    opacity: 0.7;
    z-index: 5;
}

.ca-box {
    display: flex;
    justify-content: center;
    padding: 10px 0;
}
.ca-box .cbl {
    display: flex;
    align-items: center;
}
.carouse6 {
    width: 44px;
    line-height: 1.2;
    font-size: 22px;
    font-weight: bold;
    color: #FFFFFF;
    margin-right: 16px;
}
.cbr {
    font-weight: 400;
    color: #FFFFFF;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.cbr>div {
    padding: 0 12px;
    font-size: 20px;
}
.left_btn {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    margin-top: -22px;
    z-index: 88;
    background: #000000;
    border-radius: 50%;
    margin-left: 5.21%;
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}
.right_btn {
    position: absolute;
    width: 44px;
    height: 44px;
    top: 50%;
    margin-top: -33px;
    right: 0;
    z-index: 88;
    margin-right: 5.21%;
    background: #000000;
    border-radius: 50%;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}
.left_btn>img {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -11px;
    margin-left: -11px;
}
.right_btn>img {
    width: 22px;
    height: 22px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -11px;
    margin-left: -11px;
}
.left_btn:hover {
    cursor: pointer;
    background: #E3B685!important;
}
.right_btn:hover {
    cursor: pointer;
    background: #E3B685!important;
}

.adorn_form {
    padding: 50px 0;
    background-color: #ececec;
}
.adorn_form_title {
    font-size: 30px;
    text-align: left;
    margin: 0 auto;
    font-weight: 400;
    color: #C09C6F;
    padding-bottom: 20px;
}
.adorn_form_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.adorn_form_box:last-child {
    width: 15%;
}
.adorn_form_box {
    width: 25%;
}
.adorn_form_box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.adorn_form_box .span {
    font-size: 18px;
    font-weight: 400;
    color: #000000;
    display: block;
}
.adorn_form_box input {
    display: block;
    width: 60%;
    height: 40px;
    border: 1px solid #C6C6C6;
    background-color: transparent;
    padding-left: 10px;
    outline: none;
    border-radius: 5px;
}
.adorn_form_box button {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: none;
    background: #e50043;
    font-size: 18px;
    color: #ffffff;
    outline: none;
    border-radius: 5px;
    font-weight: bold;
}

.adorn_ui_title {
    width: 100%;
    font-size: 45px;
    font-weight: bold;
    color: #3c3c3c;
    text-align: center;
    line-height: 1;
    padding: 70px 0;
}
.adorn_ui_bak {
    background: url(../img/927.png) no-repeat;
    
}
.adorn_ui_bak_title {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 35px;
    text-align: center;
    padding: 50px 0;
}
.adorn_ui_flex {
    display: flex;
    justify-content: space-between;
}
.adorn_ui_box {
    width: 24%;
}
.adorn_ui_box_img img {
    width: 100%;
}
.adorn_ui_box_wz .p {
    font-size: 22px;
    font-weight: bold;
    color: #262626;
    margin: 20px 0 10px 0;
}
.adorn_ui_box_wz p:nth-child(2) {
    font-size: 16px;
    font-weight: 400;
    color: #717171;
    line-height: 25px;
}
.adorn_ui_box:nth-child(2), .adorn_ui_box:nth-child(4) {
    margin-top: 30px;
}
.adorn_ui_box:hover .adorn_ui_box_img img {
    transform: scale(1.1, 1.1);
    transition: .5s transform;
}
.adorn_ui_box_img {
    position: relative;
    overflow: hidden;
}
.adorn_ui {
    padding-bottom: 70px;
    border-bottom: 1px solid #dddddd;
}
.finner {
    display: flex;
    position: relative;
}
.finner .xmimg {
    display: inline-block;
    width: 50%;
    object-fit: cover;
}
.finner .materials2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.materials2 {
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    font-style: italic;
    color: #fff;
}
.materials2>div {
    display: inline-block;
}
.Myproject  .swiper-pagination-bullets {
    bottom: 2%;
}
.coverage1 {
    width: 15px !important;
    height: 25px !important;
    position: absolute;
    text-align: center;
    bottom: 2%;
    left: calc( 50% - 50px);
    z-index: 10;
    cursor: pointer;
    background: url(../img/lll.png) no-repeat;
}
.coverage2 {
    width: 15px !important;
    height: 25px !important;
    background: RGBA(0, 0, 0, 0);
    position: absolute;
    bottom: 2%;
    left: calc( 50% + 30px);
    z-index: 10;
    cursor: pointer;
    background: url(../img/rrr.png) no-repeat;
}
.Myproject .swiper-pagination-bullet {
    background-color: #ccc;
    margin: 0 2px !important;
}
.adorn_achievement_img img {
    width: 100%;
}

.adorn_high_img img {
    width: 100%;
}
.adorn_high_box {
    position: relative;
    margin-bottom: 15px;
}
.adorn_high_wz {
    position: absolute;
    top: 10vw;
    left: 15%;
    z-index: 2;
}
.adorn_high_cover {
    background: rgba(0,0,0,0.7);
    padding: 2vw 5.4vw;
}
.adorn_high_cover .p {
    display: block;
    font-size: 4vw;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 1vw;
}
.adorn_high_cover span {
    font-size: 2.5vw;
    font-weight: 300;
    color: #FFFFFF;
    display: block;
}
.adorn_high_flex {
    display: flex;
    margin-top: 3vw;
}
.adorn_high_flex p {
    background: #AB9070;
    margin-right: 1vw;
    font-size: 1.2vw;
    font-weight: 400;
    color: #FFFFFF !important;
    text-align: center !important;
    width: 10.7vw;
    height: 4.5vw;
    line-height: 4.5vw;
    word-break: keep-all;
}
.adorn_high_flex p:last-child {
    margin-right: 0;
}
.adorn_high_box:nth-child(2n) .adorn_high_wz {
    left: auto;
    right: 15%;
}

.adorn_high_box:nth-child(2n) .adorn_high_wz .adorn_high_cover { 
    background: rgba(255,255,255,0.7);
}

.adorn_high_box:nth-child(2n) .adorn_high_wz .adorn_high_cover .p { 
    text-align: right;
    color: #222222;
}
.adorn_high_box:nth-child(2n) .adorn_high_wz .adorn_high_cover span { 
    text-align: right;
    color: #222222;
}
.adorn_high_box:last-child {
    margin-bottom: 0;
}
.adorn_guarantee {
    background: #181818;
    padding: 70px 0;
}
.adorn_guarantee_title .p {
    text-align: center;
    font-size: 55px;
    font-weight: 800;
    color: #FFFFFF;
    display: block;
    line-height: 1.2;
}
.adorn_guarantee_title span {
    text-align: center;
    font-size: 26px;
    color: #FFFFFF;
    display: block;
}
.adorn_guarantee_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.adorn_guarantee_box {
    margin-top: 50px;
}
.adorn_guarantee_box img {
    display: block;
    margin: 0 auto;
    text-align: center;
}
.adorn_guarantee_box .p {
    display: block;
    text-align: center;
    font-size: 30px;
    color: #ffffff;
    margin-top: 30px;
}
.adorn_guarantee_box span {
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #DFDFDF;
}
.adorn_fission {
    background: url(../img/686.jpg) no-repeat center;
    background-size: cover;
    padding: 50px 0;
}
.adorn_fission_title {
    font-size: 40px;
    font-weight: bold;
    color: #FFDEB7;
    margin-bottom: 50px;
    text-align: center;
}
.adorn_fission .adorn_form_box .span {
    color: #ffdeb7;
}
.adorn_fission .adorn_form_box input {
    border: 1px solid #E5D7CA;
    color: #ffffff;
}
.adorn_form_box button {
    background: #F9CF9D;
    text-align: center;
    font-weight: bold;
    color: #D51420;
    cursor: pointer;
}


.adorn_fission .adorn_form_box input::-webkit-input-placeholder {
    color: #F9CF9D;
}
.adorn_fission .adorn_form_box input:-moz-placeholder { 
    color: #F9CF9D;
}
.adorn_fission .adorn_form_box input::-moz-placeholder {
    color: #F9CF9D;
}
.adorn_fission .adorn_form_box input:-ms-input-placeholder { 
    color: #F9CF9D;
}

.receive_modal_cover {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 888;
    color: rgb(51, 51, 51);
    text-align: center;
    display: none;
}
.receive_modal_cover .receive_area_con {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: rgb(255, 255, 255);
    width: 402px;
    height: 420px;
    box-sizing: border-box;
    display: none;
}
.receive_close {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}
.receive_header {
    height: 132px;
    width: 100%;
    margin-bottom: 10px;
    font-size: 17px;
    font-weight: bold;
    color: #333;
    text-align: center;
    background: #fafafa;
}
.receive_img_box>img {
    margin-top: -43px;
}
.receive_title {
    font-size: 26px;
    color: #333;
    margin-top: 10px;
}
.receive_words {
    font-size: 16px;
    color: #494949;
    margin-top: 7px;
}
.receive_words span {
    font-size: 16px;
    color: #d9000f;
}
.sve-form .sfl {
    margin-bottom: 20px;
    height: 36px;
}
.sfl>span {
    display: inline-block;
    width: 75px;
    height: 36px;
    line-height: 36px;
    text-align: left;
    position: relative;
    font-size: 16px;
}
.sfl>span>span {
    position: absolute;
    top: 5px;
    left: 46px;
}
.sfl>select {
    border: 1px solid #aeaeae;
    color: #1d1e24;
    font-size: 15px;
    width: 229px;
    height: 36px;
    background: #fff;
    border-radius: 0;
    text-indent: 10px;
}
.sve-form .sfl {
    margin-bottom: 20px;
    height: 36px;
}
.sfl>input {
    width: 229px;
    height: 35px;
    outline: none;
    margin-bottom: 10px;
    text-indent: 10px;
    font-size: 14px;
    color: #333;
    box-sizing: border-box;
    border: 1px solid #aeaeae;
}
.sve-form form>button {
    width: 80%;
    height: 40px;
    background: #d9000f;
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 17px;
    line-height: 40px;
    cursor: pointer;
    outline: none;
    border: none;
}
.sni_box_a a.active:after {display: none !important;}
.sni_box_a a:before {display: none !important;}
.nav_item:nth-child(3) .sub_nav_item .sni_box {
    padding-left: 30%;
}
img.moblies_img {
    display: none;
}
.ips {
    height: 0;
    overflow: hidden;
}