body {
    width: 100%;
  }
  .littleHands:hover {
    cursor: pointer;
  }
  .banner {
    width: 100%;
    /*height: 801px;*/
  }
  .banner img {
    width: 100%;
    height: auto;
  }
  .collection {
    width: 100%;
    height: auto;
    margin-top: 70px;
  }
  .collection .col_title {
    width: 156px;
    height: 98px;
    margin: 0 auto;
  }
  .collection .col_title img {
    width: 156px;
    height: 98px;
  }
  .collection .col_tab {
    width: 930px;
    height: 56px;
    margin: 0 auto;
    margin-top: 33px;
  }
  .collection .col_tab ul {
    display: flex;
  }
  .collection .col_tab ul li {
    height: 56px;
    flex: 1;
    text-align: center;
    line-height: 51px;
    color: #686868;
    font-size: 24px;
    cursor: pointer;
  }
  .collection .col_tab ul li:hover {
    background: url('../img/companyEvent/bubbleBg.png') no-repeat;
    background-size: 100% 100%;
    color: #FFFEFE;
  }
  .collection .col_tab ul .col_tab_on {
    background: url('../img/companyEvent/bubbleBg.png') no-repeat;
    background-size: 100% 100%;
    color: #FFFEFE;
  }
  .collection .col_tab_content {
    width: 100%;
    min-width: 1200px;
    height: 470px;
    margin-top: 27px;
  }
  .collection .col_tab_content .col_cont_item {
    width: 394px !important;
    height: 470px;
    overflow: hidden;
    position: relative;
  }
  .collection .col_tab_content .col_cont_item .col_cont_img {
    width: 394px;
    height: 275px;
  }
  .collection .col_tab_content .col_cont_item .col_cont_img img {
    width: 394px;
    height: 275px;
    object-fit: fill;
  }
  .collection .col_tab_content .col_cont_item .col_cont_text {
    width: 394px;
    height: 386px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 275px;
    transition: top 0.5s;
  }
  .collection .col_tab_content .col_cont_item .col_cont_text p:nth-child(1) {
    color: #686868;
    font-size: 30px;
    font-weight: 400;
    margin-top: 30px;
  }
  .collection .col_tab_content .col_cont_item .col_cont_text p:nth-child(2) {
    width: 25px;
    height: 2px;
    background: #FFC341;
    margin: 0 auto;
    margin-top: 35px;
    display: none;
  }
  .collection .col_tab_content .col_cont_item .col_cont_text p:nth-child(3) {
    color: #2D261B;
    font-size: 22px;
    font-weight: 400;
    margin-top: 24px;
  }
  .collection .col_tab_content .col_cont_item .col_cont_text p:nth-child(4) {
    color: #999999;
    font-weight: 400;
    margin-top: 20px;
  }
  .collection .col_tab_content .col_cont_item .col_cont_text p:nth-child(5) {
    color: #999999;
    font-weight: 400;
    margin-top: 8px;
  }
  .collection .col_tab_content .col_cont_item .col_cont_text a {
    width: 140px;
    height: 36px;
    display: inline-block;
    margin: 0 auto;
    margin-top: 78px;
    background: #FEC240;
    border-radius: 18px;
    color: #FFFFFF;
    font-size: 20px;
    text-align: center;
    line-height: 36px;
    font-weight: 400;
    display: none;
  }
  .collection .col_tab_content .col_cont_item:hover .col_cont_text {
    top: 180px;
    background: #FF6B26;
  }
  .collection .col_tab_content .col_cont_item:hover .col_cont_text p:nth-child(1) {
    color: #FFFFFF;
  }
  .collection .col_tab_content .col_cont_item:hover .col_cont_text p:nth-child(2) {
    display: block;
  }
  .collection .col_tab_content .col_cont_item:hover .col_cont_text p:nth-child(3) {
    color: #FFFFFF;
  }
  .collection .col_tab_content .col_cont_item:hover .col_cont_text p:nth-child(4) {
    color: #FFFFFF;
  }
  .collection .col_tab_content .col_cont_item:hover .col_cont_text p:nth-child(5) {
    color: #FFFFFF;
  }
  .collection .col_tab_content .col_cont_item:hover .col_cont_text a {
    display: block;
  }
  .introduce {
    width: 100%;
    height: 700px;
    /*margin-top: 79px;*/
    background: url('../img/companyEvent/introduceBg.jpg') no-repeat;
    background-size: 100% 100%;
  }
  .introduce .int_box {
    width: 1200px;
    height: 500px;
    background: #FFFFFF;
    margin: 0 auto;
    transform: translate(0, 100px);
  }
  .introduce .int_box .int_title {
    width: 284px;
    height: 92px;
    margin: 0 auto;
    padding-top: 73px;
  }
  .introduce .int_box .int_title img {
    width: 284px;
    height: 92px;
  }
  .introduce .int_box .int_content {
    width: 1059px;
    height: auto;
    margin: 0 auto;
    margin-top: 40px;
  }
  .introduce .int_box .int_content p:nth-child(1) {
    font-weight: 400;
    color: #676767;
    line-height: 36px;
    text-align: center;
  }
  .introduce .int_box .int_content a {
    width: 194px;
    height: 41px;
    display: inline-block;
    margin-left: 50%;
    transform: translate(-50%, 0);
    margin-top: 71px;
    background: #FF6B26;
    border-radius: 18px;
    font-size: 24px;
    color: #FFFFFF;
    text-align: center;
    line-height: 41px;
  }
  .moment {
    width: 100%;
    height: 919px;
    background: #F1F1F1;
  }
  .moment .mot_box {
    width: 1200px;
    height: auto;
    padding-top: 71px;
    margin: 0 auto;
  }
  .moment .mot_box .mot_title {
    width: 280px;
    height: 94px;
    margin: 0 auto;
  }
  .moment .mot_box .mot_title img {
    width: 280px;
    height: 94px;
  }
  .moment .mot_box .mot_content {
    width: 1200px;
    height: 600px;
    background: #FFFFFF;
    margin-top: 48px;
    display: flex;
  }
  .moment .mot_box .mot_content .mot_left {
    width: 600px;
    height: auto;
  }
  .moment .mot_box .mot_content .mot_left .mot_one {
    width: 600px;
    height: 300px;
    background: url('../img/companyEvent/momentImg1.jpg') no-repeat;
    background-size: 100% 100%;
    position: relative;
  }
  .moment .mot_box .mot_content .mot_left .mot_one:hover .mot_one_mask{
    display: block;
  }
  .moment .mot_box .mot_content .mot_left .mot_two:hover .mot_one_mask{
    display: block;
  }
  .moment .mot_box .mot_content .mot_right .mot_three:hover .mot_one_mask{
    display: block;
  }
  .moment .mot_box .mot_content .mot_right .mot_four:hover .mot_one_mask{
    display: block;
  }
  
  .moment .mot_box .mot_content .mot_left .mot_two {
    width: 600px;
    height: 300px;
    background: url('../img/companyEvent/momentImg3.jpg?1') no-repeat;
    background-size: 100% 100%;
    position: relative;
  }
  .moment .mot_box .mot_content .mot_right .mot_three {
    width: 600px;
    height: 300px;
    background: url('../img/companyEvent/momentImg2.jpg?1') no-repeat;
    background-size: 100% 100%;
    position: relative;
  }
  .moment .mot_box .mot_content .mot_right .mot_four {
    width: 600px;
    height: 300px;
    background: url('../img/companyEvent/momentImg4.jpg?1') no-repeat;
    background-size: 100%;
    position: relative;
  }
  .moment .mot_box .mot_content .mot_one_mask {
    display: none;
    width: 600px;
    height: 300px;
    background: #FF7A3C;
    opacity: 0.8;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
  }
  .moment .mot_box .mot_content .mot_one_box{
    
    width: 600px;
    height: 300px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    text-align: center;
  }
  .moment .mot_box .mot_content .mot_one_box p {
    color: #FFFFFF;
  }
  .moment .mot_box .mot_content .mot_one_box p:nth-child(1) {
    font-size: 22px;
    padding-top: 96px;
  }
  .moment .mot_box .mot_content .mot_one_box P:nth-child(2) {
    font-weight: 400;
    margin-top: 39px;
  }
  .moment .mot_box .mot_content .mot_one_box P:nth-child(3) {
    font-weight: 400;
    margin-top: 14px;
  }
  .moment .mot_box .mot_content .mot_one_box a {
    width: 120px;
    height: 30px;
    background: #FFFFFF;
    display: inline-block;
    margin: 0 auto;
    margin-top: 24px;
    font-size: 20px;
    color: #FF682C;
    line-height: 30px;
  }
  .moment .mot_box .mot_content .mot_left .mot_left_bottom {
    width: 600px;
    height: 300px;
    display: flex;
  }
  .moment .mot_box .mot_content .mot_left .mot_left_bottom .mot_two {
    width: 300px;
    height: 300px;
  }
  .moment .mot_box .mot_content .mot_left .mot_left_bottom .mot_two img {
    width: 300px;
    height: 300px;
  }
  .moment .mot_box .mot_content .mot_left .mot_left_bottom .mot_three {
    width: 300px;
    height: 300px;
    text-align: center;
  }
  .moment .mot_box .mot_content .mot_left .mot_left_bottom .mot_three p:nth-child(1) {
    color: #151515;
    font-size: 24px;
    margin-top: 80px;
  }
  .moment .mot_box .mot_content .mot_left .mot_left_bottom .mot_three p:nth-child(2) {
    width: 33px;
    height: 3px;
    background: #D9D9D9;
    margin: 0 auto;
    margin-top: 29px;
  }
  .moment .mot_box .mot_content .mot_left .mot_left_bottom .mot_three p:nth-child(3) {
    color: #858585;
    margin-top: 22px;
  }
  .moment .mot_box .mot_content .mot_left .mot_left_bottom .mot_three p:nth-child(4) {
    color: #858585;
    margin-top: 11px;
  }
  .moment .mot_box .mot_content .mot_left .mot_left_bottom .mot_three a {
    width: 120px;
    height: 30px;
    background: #F1F1F1;
    display: inline-block;
    margin: 0 auto;
    margin-top: 24px;
    font-size: 20px;
    color: #999999;
    line-height: 30px;
  }
  .moment .mot_box .mot_content .mot_right {
    width: 600px;
    height: auto;
  }
  .moment .mot_box .mot_content .mot_right .mot_right_top {
    width: 600px;
    height: 300px;
    display: flex;
  }
  .moment .mot_box .mot_content .mot_right .mot_right_top .mot_right_one {
    width: 300px;
    height: 300px;
    text-align: center;
  }
  .moment .mot_box .mot_content .mot_right .mot_right_top .mot_right_one p:nth-child(1) {
    width: 249px;
    height: auto;
    margin: 0 auto;
    color: #1C1C1C;
    font-size: 24px;
    line-height: 30px;
    padding-top: 71px;
  }
  .moment .mot_box .mot_content .mot_right .mot_right_top .mot_right_one p:nth-child(2) {
    width: 33px;
    height: 3px;
    background: #FDC33E;
    margin: 0 auto;
    margin-top: 11px;
  }
  .moment .mot_box .mot_content .mot_right .mot_right_top .mot_right_one p:nth-child(3) {
    font-weight: 500;
    color: #858585;
    margin-top: 19px;
  }
  .moment .mot_box .mot_content .mot_right .mot_right_top .mot_right_one p:nth-child(4) {
    font-weight: 500;
    color: #858585;
    margin-top: 11px;
  }
  .moment .mot_box .mot_content .mot_right .mot_right_top .mot_right_one a {
    width: 120px;
    height: 30px;
    background: #FF6B26;
    display: inline-block;
    margin: 0 auto;
    margin-top: 24px;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 30px;
  }
  .moment .mot_box .mot_content .mot_right .mot_right_bottom {
    widows: 600px;
    height: 300px;
    display: flex;
  }
  .moment .mot_box .mot_content .mot_right .mot_right_bottom .mot_right_three {
    width: 300px;
    height: 300px;
  }
  .moment .mot_box .mot_content .mot_right .mot_right_bottom .mot_right_three img {
    width: 300px;
    height: 300px;
  }
  .moment .mot_box .mot_content .mot_right .mot_right_bottom .mot_right_four {
    width: 300px;
    height: 300px;
    text-align: center;
  }
  .moment .mot_box .mot_content .mot_right .mot_right_bottom .mot_right_four p:nth-child(1) {
    color: #151515;
    font-size: 24px;
    margin-top: 80px;
  }
  .moment .mot_box .mot_content .mot_right .mot_right_bottom .mot_right_four p:nth-child(2) {
    width: 33px;
    height: 3px;
    background: #D9D9D9;
    margin: 0 auto;
    margin-top: 29px;
  }
  .moment .mot_box .mot_content .mot_right .mot_right_bottom .mot_right_four p:nth-child(3) {
    color: #858585;
    margin-top: 22px;
  }
  .moment .mot_box .mot_content .mot_right .mot_right_bottom .mot_right_four p:nth-child(4) {
    color: #858585;
    margin-top: 11px;
  }
  .moment .mot_box .mot_content .mot_right .mot_right_bottom .mot_right_four a {
    width: 120px;
    height: 30px;
    background: #F1F1F1;
    display: inline-block;
    margin: 0 auto;
    margin-top: 54px;
    font-size: 20px;
    color: #999999;
    line-height: 30px;
  }
  