

header .headerBox nav ul.menu li.animateLi::after {
    background-color: #FFF100;
}

header .headerBox nav ul.menu li.menuLi:last-child:hover a {
    color: #FFF100;
}

header .headerBox nav ul.menu li.animateLi a.navA,
header .headerBox nav ul.menu li.animateLi span {
    animation-fill-mode: none;
    -o-animation-fill-mode: none;
    -moz-animation-fill-mode: none;
    -ms-animation-fill-mode: none;
    -webkit-animation-fill-mode: none;
}

header .headerBox nav ul.menu li.menuLi.red a {
    color: #fff;
}

header .headerBox nav ul.menu li.animateLi:hover::after {
    animation: border100 .3s ease;
    -o-animation: border100 .3s ease;
    -moz-animation: border100 .3s ease;
    -ms-animation: border100 .3s ease;
    -webkit-animation: border100 .3s ease;
    animation-fill-mode: backwards;
    -o-animation-fill-mode: backwards;
    -moz-animation-fill-mode: backwards;
    -ms-animation-fill-mode: backwards;
    -webkit-animation-fill-mode: backwards;
}



footer {
    background-color: #b01319;
}

.headerFixedBox {
    box-shadow: 0px 3px 6px rgba(127, 127, 127, 0.09);
    -o-box-shadow: 0px 3px 6px rgba(127, 127, 127, 0.09);
    -ms-box-shadow: 0px 3px 6px rgba(127, 127, 127, 0.09);
    -moz-box-shadow: 0px 3px 6px rgba(127, 127, 127, 0.09);
    -webkit-box-shadow: 0px 3px 6px rgba(127, 127, 127, 0.09);
    height: 86px;
    padding-top: 17px;
    background: rgba(255, 255, 255, 0);
    z-index: 100;
}

header .headerBox nav ul.menu li.menuLi a:hover {
    color: #fff;
}

footer .footer_nav li:last-child a {
    color: #fff;
}

#newIndex {
    position: relative;
    /*  cursor: pointer; */
}

#newIndex .top-float {
    position: absolute;
    width: 100%;
    top: -65px;
    z-index: 100;
}

#newIndex .top-float>div {
    width: 1200px;
    height: 129px;
    padding: 0 15px;
    box-sizing: border-box;
    border-radius: 10px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
}

#newIndex .top-float>div>div {
    width: 20%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#newIndex .top-float>div>div>.img {
    width: 52px;
    height: 40px;
}

#newIndex .top-float>div>div>.img>img {
    max-width: 100%;
    max-height: 100%;
}

#newIndex .top-float>div>div>.data {
    text-align: left;
    padding-left: 10px;
    box-sizing: border-box;
}

#newIndex .top-float>div>div>.data div {
    font-size: 22px;
    color: #1a1a1a;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#newIndex .top-float>div>div>.data div>span {
    display: inline-block;
    height: 40px;
    padding-bottom: 15px;
}

#newIndex .top-float>div>div>.data div>.num_common {
    display: inline-block;
    width: 40px;
    color: #000;
    height: 40px;
    padding: 2px 0;
    box-sizing: border-box;
    overflow: hidden;
    font-size: 0;
}

#newIndex .top-float>div>div>.data div>.num_span {
    width: 18px;
}

#newIndex .top-float>div>div>.data div>.num_span2 {
    width: 80px;
}

#newIndex .top-float>div>div>.data div>.num_span3 {
    width: 60px;
}

#newIndex .top-float>div>div>.data div>.num_span4 {
    width: 40px;
}

#newIndex .top-float>div>div>.data div>.num_span5 {
    width: 60px;
}

#newIndex .top-float>div>div>.data div>.num_common>span {
    line-height: 20px;
    font-size: 26px;
    letter-spacing: 11px;
    float: right;
    /* 书写模式 */
    writing-mode: vertical-rl;
    /* 控制行内字符的旋转 */
    text-orientation: upright;
    -webkit-text-orientation: upright;
    margin-top: 0em;
    -webkit-transition: margin-top 1.5s ease-out;
    -o-transition: margin-top 1.5s ease-out;
    transition: margin-top 1.5s ease-out;
}

#newIndex .top-float>div>div>.data div>.num_common>span b {
    margin-top: 0em;
    font-weight: 400;
    -webkit-transition: margin-top 1.5s ease-out;
    -o-transition: margin-top 1.5s ease-out;
    transition: margin-top 1.5s ease-out;
}

#newIndex .top-float>div>div>.data>span {
    font-size: 18px;
    color: #666666;
    text-align: left;
    margin-top: 10px;
}

/*.slide-95 {
    cursor: pointer;
}*/

.slide-95 p {
    font-family: '宋体';
    font-size: 1.5em;
    letter-spacing: 20px;
    animation-delay: 0.5s;
    -webkit-animation-delay: 0.5s;
}

.slide-95 h1 {
    font-family: '宋体';
    font-size: 4em;
    margin-top: 20px;
    margin-bottom: 20px;
    animation-delay: 1.5s;
    -webkit-animation-delay: 1.5s;
}

.slide-95 h3 {
    font-size: 2em;
    font-family: '宋体';
    animation-delay: 2s;
    -webkit-animation-delay: 2s;
}

.slide-95 .qdhaina>span {
    width: 28px;
    height: 4px;
    background-color: #fff;
    margin: 20px auto;
    display: block;
}

.slide-95>div {
    position: absolute;
    top: 20%;
    color: #fff;
    width: 100%;
}

.slide-95 .qdhaina {
    width: 753px;
    margin: 20px auto;
    text-align: center;
}

.slide-95 .qdhaina .tao {
    display: flex;
}

.slide-95 .qdhaina .tao>div {
    width: 288px;
    margin: 0 auto;
    display: flex;
}

.slide-95 .qdhaina .tao span {
    display: block;
    margin-left: 10px;
    margin-right: 10px;
}

.slide-95 .qdhaina .tao span img {
    display: block;
    width: 52px;
    height: 52px;
    transition: transform .2s;
}

/*.slide-95 .qdhaina .tao span img:hover {
    transform: scale(1.2);
}*/

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

header .headerBox nav ul.menu li.menuLi.active a,
header .headerBox nav ul.menu li.menuLi.active span {
    color: #FFF100;
}

header .headerBox nav ul.menu li.menuLi.active {
    border-bottom: 4px solid #FFF100;
}

header .headerBox nav ul.menu li.menuLi a:hover {
    color: #FFF100;
}

.suspension {
    position: fixed;
    right: 20px;
    top: 10%;
    z-index: 2;
}

.supension>div {
    position: relative;
}

.suspension a {
    position: absolute;
    width: 158px;
    height: 40px;
}

.suspension .plug1 {
    top: 160px;
}

.suspension .plug2 {
    top: 215px;
}

.suspension .plug3 {
    top: 267px;
}

.suspension .plug4 {
    top: 318px;
}

.suspension .plug5 {
    top: 371px;
}

header,
header .fixed {
    background-color: rgba(255, 255, 255, 0);
}

header {
    height: 0;
    padding-top: 0;
}

.box2 {
    text-align: center;
    background: #fff;
}

.box2>div {
    width: 1200px;
    margin: 0 auto;
}

.box2 .box2-top {
    padding-top: 90px;
}

.box2 .box2-top .order {
    font-weight: bold;
    font-size: 36px;
    color: #000;
}

.box2 .box2-top .order b {}

.box2 .box2-top .num {
    position: relative;
    width: 201px;
    display: inline-block;
    height: 50px;
}

.box2 .box2-top .num>div {
    position: absolute;
    bottom: -5px;
}

.box2 .box2-top .num>div>span {
    width: 42px;
    height: 60px;
    background-color: #da1a22;
    color: #fff;
    display: inline-block;
}

.box2 .box2-top p {
    font-size: 24px;
    color: #DA1A22;
    margin-bottom: 60px;
    margin-top: 20px;
}

.box2 .button {
    margin-bottom: 40px;
}

.box2 .button a {
    display: inline-block;
    width: 118px;
    height: 38px;
    line-height: 38px;
    background-color: #CCCCCC;
    color: #fff;
    border-radius: 20px;
    margin-left: 15px;
    margin-right: 15px;
}

.box2 .button .active {
    background-color: #DA1A22;
}

.box2 .button a>img {
    width: 20px;
    margin-right: 5px;
    vertical-align: text-bottom;
}

.box2 .content10 {
    height: 400px;
    margin: 0 auto;
    border: 20px solid #DA1A22;
}

.box2 .content10 .item {
    display: none;
    padding: 35px;
}

.box2 .content10 .active {
    display: flex;
}

.box2 .content10 .item img {
    display: block;
    height: 282px;
    min-height: 282px;
    border-radius: 5px;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
}

.box2 .content10 .txt {
    padding: 25px 40px;
}

.box2 .content10 .txt h5 {
    font-size: 24px;
    color: #000;
    text-align: left;
    font-weight: bold;
    margin-bottom: 30px;
}

.box2 .content10 .txt p {
    text-align: left;
    font-size: 18px;
    color: #666666;
}

.box2 .category {
    margin-top: 40px;
}

.box2 .category a {
    color: #999999;
    display: inline-block;
    width: 215px;
    height: 115px;
    padding-top: 25px;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, .1);
    margin-left: 8px;
    margin-right: 8px;
    background: #fff;
    border-radius: 5px;
}

.box2 .category .active {
    color: #DA1A22;
    border: 2px solid #DA1A22;
}

.box2 .category a h4 {
    font-size: 36px;
}

.box2 .category a p {
    font-size: 24px;
    margin-top: 5px;
}

.box3 {
    background: url(/huodong/tmall8-25/image/bg4.png) no-repeat center;
    height: 400px;
    padding-top: 90px;
    margin-top: 50px;
    min-width: 1200px;
}

.box3>div {
    display: flex;
    width: 1065px;
    margin: 0 auto;
}

.box3 .item {
    width: 295px;
    height: 265px;
    background: #fff;
    text-align: center;
    position: relative;
    margin-left: 30px;
    margin-right: 30px;
    border-radius: 6px;
    padding-top: 80px;
    transition: background-color .2s;
}

.box3 .item:hover {
    background-color: #FF0036;
    color: #fff;
}

.box3 .item .img {
    width: 90px;
    height: 90px;
    position: absolute;
    top: -45px;
    padding-top: 22.5px;
    left: 95px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0px 6px 16px 2px rgba(0, 0, 0, .1);
}

.box3 .item .img img {
    display: block;
    width: 45px;
    height: 45px;
    margin: 0 auto;
    transition-duration: .3s;
}

.box3 .item:hover .img img {
    transform: rotate(360deg);
}

.box3 .item .txt {}

.box3 .item:hover .txt h6 {
    color: #fff;
}

.box3 .item .txt h6 {
    font-size: 24px;
    color: #010101;
    font-weight: bold;
    margin-bottom: 25px;
}

.box3 .item:hover .txt p {
    color: #fff;
}

.box3 .item .txt p {
    font-size: 18px;
    color: #000;
}

.box4 {
    margin-top: 72px;
    width: 1200px;
    margin: 72px auto;
}

.box-title {
    text-align: center;
    width: 1200px;
    margin: 0 auto;
}

.box-title h3 {
    font-size: 36px;
    color: #000000;
    font-weight: bold;
}

.box-title p {
    font-size: 24px;
    color: #DA1A22;
    margin-top: 20px;
}

.white h3 {
    color: #fff;
}

.white p {
    color: #fff;
}

.box4 .shili {
    width: 1200px;
    margin: 40px auto;
    display: flex;
}

.box4 .shili .item-img {
    height: 237px;
    overflow: hidden;
}

.box4 .shili img {
    display: block;
    width: 100%;
    transition: all 1s;
    height: 100%;
}

.box4 .txt {
    padding: 35px;
    padding-top: 25px;
}

.box4 .txt h5 {
    font-size: 24px;
    font-weight: bold;
    color: #DA1A22;
}

.box4 .txt p {
    font-size: 18px;
    color: #000000;
    margin-top: 25px;
}

.shili .ml-2 {
    margin-left: 2%;
}

.shili .item {
    overflow: hidden;
    width: 32%;
    float: left;
    border: 1px solid #666666;
    transition: all 0.3s ease-in-out 0s;
}

.shili .item:hover img {
    transform: scale(1.2);
}

.box8 {
    background: url(/huodong/tmall8-25/image/bg.png) no-repeat;
    margin: 0 auto;
    height: 368px;
    position: relative;
}

.box8 form {
    width: 432px;
    position: absolute;
    top: 50%;
    left: 55%;
}

.box8 .item {
    width: 432px;
    height: 37px;
    margin-bottom: 10px;
    position: relative;
}

.box8 .item img {
    display: block;
    position: absolute;
    width: 21px;
    top: 5;
    left: 20;
}

.box8 .item input {
    width: 100%;
    height: 100%;
    padding-left: 80px;
}

.box8 a {
    text-align: center;
    display: block;
    width: 100%;
    height: 37px;
    background: #DA1A22;
    line-height: 37px;
    color: #fff;
}

.section-3{  width: 1300px;    position: relative;margin:40px auto 30px auto; text-align:center; clear:both}
.section-3 .titlebox{ width:1200px; position:relative; height:60px; border-top:1px solid #f2f2f2; clear:both; margin:auto}
.section-3 .titlebox h2{ font-size:18px; position:absolute; top:5px; left:0}
.section-3 .titlebox h2::before {content: "SERVICE"; color:#c9c9c9; font-size:30px; position:absolute; left:0; top:-50px}
.section-3 .titlebox  p{ position:absolute; left:150px; top:10px; display:block; color:#999}



.section-3 .xs-card-list {
    padding-top:20px;
    display: inline-block;
    height: 460px;
}
.section-3 .xs-card-list .xs-card {
  width:264px;
  height: 380px;
  text-align: center;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 12px 36px 0px rgba(238, 78, 0, 0.3);
  float: left;
  position: relative;
  z-index: 50;
  top: 0px;
  transition: all .3s linear;
  cursor: pointer;
}
.section-3 .xs-card-list .xs-card .top {
  width: 100%;
  height: 240px;
  padding-top: 30px;
  margin-bottom: 30px;
  border-radius: 8px 8px 0 0;
  background-color: #ff6d01;
  background-image: -moz-linear-gradient(180deg, #ff3e33 0%, #ff6f33 53%, #ff8933 100%);
  background-image: -webkit-linear-gradient(180deg, #ff3e33 0%, #ff6f33 53%, #ff8933 100%);
  background-image: -ms-linear-gradient(180deg, #ff3e33 0%, #ff6f33 53%, #ff8933 100%);
  background-image: linear-gradient(180deg, #ff3e33 0%, #ff6f33 53%, #ff8933 100%);
}
.section-3 .xs-card-list .xs-card h3 {
  color: #fff;
  font-size: 18px;
  font-weight: normal;
}
.section-3 .xs-card-list .xs-card p {
  font-size: 16px; padding:0px 10px
}



.section-3 .xs-card-list .xs-card.xs-card-2,
.section-3 .xs-card-list .xs-card.xs-card-3 {
  width: 242px;
  height: 350px;
  top: 15px;
  z-index: 40;
}
.section-3 .xs-card-list .xs-card.xs-card-2 .top,
.section-3 .xs-card-list .xs-card.xs-card-3 .top {
  height: 220px;margin-bottom:20px !important
}
.section-3 .xs-card-list .xs-card.xs-card-2 .top img,
.section-3 .xs-card-list .xs-card.xs-card-3 .top img {
  width: 110px;
  height: 110px;
  display: block;
  margin: 0 auto;
}
.section-3 .xs-card-list .xs-card.xs-card-2 p,
.section-3 .xs-card-list .xs-card.xs-card-3 p {
  font-size: 14px;
}
.section-3 .xs-card-list .xs-card.xs-card-4,
.section-3 .xs-card-list .xs-card.xs-card-5 {
  width: 220px;
  height: 320px;
  top: 30px;
  z-index: 30;
}
.section-3 .xs-card-list .xs-card.xs-card-4 .top,
.section-3 .xs-card-list .xs-card.xs-card-5 .top {
  height: 200px;margin-bottom:20px !important
}
.section-3 .xs-card-list .xs-card.xs-card-4 .top img,
.section-3 .xs-card-list .xs-card.xs-card-5 .top img {
  width: 100px;
  height: 100px;
  display: block;
  margin: 0 auto;
}
.section-3 .xs-card-list .xs-card.xs-card-4 p,
.section-3 .xs-card-list .xs-card.xs-card-5 p {
  font-size: 14px;
}
.section-3 .xs-card-list .xs-card.xs-card-6,
.section-3 .xs-card-list .xs-card.xs-card-7 {
  width: 198px;
  height: 285px;
  top: 50px;
  z-index: 20;
}
.section-3 .xs-card-list .xs-card.xs-card-6 .top,
.section-3 .xs-card-list .xs-card.xs-card-7 .top {
  height: 175px;margin-bottom:15px !important
}
.section-3 .xs-card-list .xs-card.xs-card-6 .top img,
.section-3 .xs-card-list .xs-card.xs-card-7 .top img {
  width: 90px;
  height: 90px;
  display: block;
  margin: 0 auto;
}
.section-3 .xs-card-list .xs-card.xs-card-6 p,
.section-3 .xs-card-list .xs-card.xs-card-7 p {
  font-size: 12px;
}
.section-3 .xs-card-list .xs-card.xs-card-2 {
  margin-right: -70px;
}
.section-3 .xs-card-list .xs-card.xs-card-3 {
  margin-left: -70px;
}
.section-3 .xs-card-list .xs-card.xs-card-4 {
  margin-right: -58px;
}
.section-3 .xs-card-list .xs-card.xs-card-5 {
  margin-left: -70px;
}
.section-3 .xs-card-list .xs-card.xs-card-6 {
  margin-right: -40px;
}
.section-3 .xs-card-list .xs-card.xs-card-7 {
  margin-left: -50px;
}
.section-3 .xs-card-list .xs-card:hover {
  margin: 0px;
}
.section-3 .xs-card-list .xs-card:hover.xs-card-2,
.section-3 .xs-card-list .xs-card:hover.xs-card-4,
.section-3 .xs-card-list .xs-card:hover.xs-card-6 {
  margin-right: -4px;
}
.section-3 .xs-card-list .xs-card:hover.xs-card-3,
.section-3 .xs-card-list .xs-card:hover.xs-card-5,
.section-3 .xs-card-list .xs-card:hover.xs-card-7 {
  margin-left: -4px;
}

.btn-effects {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 0px 0 30px;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    overflow: hidden;
    position: relative;
    top: 0;
    padding: 20px 60px;
    background: #ff6e03 ;
    border-radius: 60px;
    background-image: -moz-linear-gradient(75deg, #ff7e00 0%, #ff3f00 53%, #ff0000 100%);
    background-image: -webkit-linear-gradient(75deg, #ff7e00 0%, #ff3f00 53%, #ff0000 100%);
    background-image: -ms-linear-gradient(75deg, #ff7e00 0%, #ff3f00 53%, #ff0000 100%);
    background-image: linear-gradient(75deg, #ff7e00 0%, #ff3f00 53%, #ff0000 100%);
    box-shadow: 0px 12px 28px 0px rgba(210, 7, 0, 0.35);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}