*{
    margin: 0px;
    padding: 0px;
    list-style: none;

}
.container {
    width: 1300px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;

}
.index_banner .container {
    overflow: initial;
}
/*Ã©Â¡Â¶Ã©Æ’Â¨------------------------------------------*/
.header {
    width: 100%;
    height: 60px;
    background-color: rgb(0, 0, 0);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
}
.header  .container  {
    display: flex;
    align-items: center;
    height: 60px;
    justify-content: space-between;
}
.header_img  {
    width: 140px;

}
.header_img img {
    width: 100%;

    object-fit: cover;
}
.header_link {
    color: white;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.header_link   i {
    display: block;
    margin-top: 10px;
    width: 120%;
    height: 1px;
    background-color: white;
}
/*Ã©Â¦â€“Ã©Â¡ÂµÃ¨Â½Â®Ã¦â€™Â­-----------------------------------------------------------------*/
.index_banner {
    margin-top: 60px;
    background-color: white;
}
.index_banner .swiper-container {
    z-index: 99;
}
.index_banner .swiper-slide img {
    width: 100%;
    height: 760px;
    object-fit: cover;
}
.index_banner  .index-swiper-banner-prev {
    padding: 25px 29px;
    display: block;
    box-sizing: border-box;
    background: url("../img/left_arrow.png") no-repeat center center white;
    background-size: 40px 40px;
    width: 80px;
    height: 80px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 99;
}
.index_banner  .index-swiper-banner-prev:after {
    position: absolute;
    right: 0px;
    content: '';
    bottom: 50%;
    background-color: #e2e2e2;
    width: 1px;
    height: 25px;
    transform: translateY(50%);
}
.index_banner  .index-swiper-banner-prev:hover {
    background: url("../img/h_leftarrow.png") no-repeat center center white;
    background-size: 23px 23px;
    width: 80px;
    cursor: pointer;
    height: 80px;
}
.index_banner  .index-swiper-banner-next {
    padding: 25px 29px;
    display: block;
    box-sizing: border-box;
    background: url("../img/left_arrow.png") no-repeat center center white;
    background-size: 40px 40px ;
    width: 80px;
    height: 80px;
    position: absolute;
    left: 80px;
    bottom: 0px;
    transform:rotate(180deg);
    z-index: 99;
}
.index_banner  .index-swiper-banner-next:hover  {
    background: url("../img/h_leftarrow.png") no-repeat center center white;
    background-size: 23px 23px;
    transform:rotate(180deg);
    cursor: pointer;
    width: 80px;
    height: 80px;
}
/*Ã¤Â¼ËœÃ¥Å Â¿------------------------------------------------*/
.index_advantage {
    background-color: white;
}
.index_advantage  .title {
    padding: 30px 0 30px;
    font-size: 28px;
    font-weight: 700;
    line-height: 42px;
    color: #333;
    box-sizing: border-box;
}
.index_advantage  ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.index_advantage  ul li  {
    width: 320px;
    height: 220px;
    padding:10px  30px;
    box-sizing: border-box;
}
.index_advantage  ul li  img  {
    width: 64px;
    margin-bottom: 24px;
}
.index_advantage  ul li  .adv_img {
    display: flex;
    align-items: center;
    justify-content: center;
}
.index_advantage  ul li  .adv_title {
    font-size: 16px;
    font-weight: 700;
    color: #2c3e50;
    line-height: 24px;
    text-align: center;
}
.index_advantage  ul li  .adv_line {
    margin: 15px 0;
    position: relative;
    width: 100%;
    height: 1px;
    background-color: #eee;
}
.index_advantage  ul li  .adv_line .adv_line_inner {
    position: absolute;
    width: 40px;
    height: 1px;
    left: 0px;
    top: 0px;
    background-color: #000;
    transition: all .8s ease;
}
.index_advantage  ul li:hover   .adv_line .adv_line_inner {
    width: 100%;
}
.index_advantage  ul li  .adv_info {
    color: #9c9da3;
    font-size: 13px;
    line-height: 18px;
}
/*shoe_bc-------------------------------------------*/
.shoe_bj {
    height:100%;
    width: 100%;
    background: url("/pic/13.jpg") no-repeat  center center;
    background-size: cover;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: -1;
}
.shoe_bc {
    width: 100%;
    height: 400px;
    background: transparent;
    background-size: cover;
    box-sizing: border-box;
}
.shoe_bc .title {
    font-size: 28px;
    font-weight: 700;
    color: white;
    width: 100%;
    text-align: center;
    padding-top: 100px;
    box-sizing: border-box;
}
.shoe_bc .info {
    color: rgb(255, 255, 255);
    font-size: 16px;
    line-height: 24px;
    width: 705px;
    padding-top: 40px;
    box-sizing: border-box;
    margin: 0 auto;
}
/*trend----------------------------------------------------------*/
.trend {
    padding: 30px 0px 50px;
    background-color: white;
}
.trend   .title {
    font-size: 28px;
    font-weight: 700;
    line-height: 42px;
    color: #333;
}
.trend .main {
    margin-top: 30px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.trend .main_left  {
    width: 630px;
    height: 400px;
}
.trend .main_left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.trend   .main_right  {
    width: 608px;
}
.trend  .main_right .tip {
    line-height: 26px;
    font-size: 18px;
    margin: 48px 0 20px;
    font-weight: 700;
    color: #2c3e50;
}
.trend  .main_right  .info {
    color: #9c9da3;
    line-height: 23px;
    font-size: 16px;
}
.case {
    display: flex;
    align-items: center;
    background-color: white;
}
.case  .case_item {
    flex: 1;
    height: 25vw;
    position: relative;
    overflow: hidden;
}
.case  .case_item img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    transition: all .2s ease;
}
.case_info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color:rgba(0,0,0,.5);
    transition: all .2s ease-in;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.case_info  .case_info1 {
    color: #fff;
    text-align: center;
    line-height: 42px;
    font-size: 24px;
    font-weight: 400;
    width: 70%;
}
.case_info  .case_info2 {
    color: #ccc;
    width: 80%;
    margin-top: 10px;
    line-height: 42px;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
}
.case_item:hover  img {
    transform: scale(1.2);
}
.case_item:hover   .case_info {
    background-color:rgba(39,39,38,.5)
}
/*process-------------------------------------------------------*/
.process   .line {
    background: url("../img/process_line.png") no-repeat  center center ;
    background-size: 1300px 150px;
    width: 100%;
    height: 208px;
    display: flex;
    align-items: center;
}
.process {
    padding-bottom: 30px;
    background-color: #f4f4f4;
}
.process  .title {
    font-size: 28px;
    font-weight: 700;
    line-height: 42px;
    color: #333;
    margin: 20px 0px 20px;
}

.process_item1 , .process_item2{
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 120px;

}
.process_item1 img, .process_item2 img {
    transition: all 0.5s;

}
.process_item1 p, .process_item2 p {
    transition: all 0.5s;

}
.process_item1:hover img , .process_item2:hover  img{
    transform: scale(1.2);
}
.process_item1:hover p , .process_item2:hover  p{
    transform: scale(1.2);
    color: #069947;
}

.process_item1:first-child {
    margin-left: 20px;
}

.process_item1 {
    margin-top: 100px;
}
.process_item2 {
    margin-bottom: 100px;
}
.process_item1  img , .process_item2  img{
    width: 40px;
    display: block;
}
.process_item1  img {
    margin-top: 10px;
    margin-bottom: 10px;
}
.process_item2  img {
    margin-top: 10px;
    margin-bottom: 10px;
}
.process_item1  .dot  , .process_item2  .dot {
    width: 8px;
    height: 8px;
    background: rgb(216, 216, 216) none repeat scroll 0% 0%;
    border-radius: 50%;
}
.process_item1 .mline , .process_item2 .mline {
    width: 1px;
    height: 20px;
    background: rgb(216, 216, 216) none repeat scroll 0% 0%;
}
.process_item1 p , .process_item2 p {
    color: #2c3e50;
    font-size: 14px;
}
/*Ã¥â€˜Â¨Ã¦Å“Å¸-------------------------------------------------------*/
.time {
    height: 556px;
    background-color: #030304;
    padding-top: 80px;
    box-sizing: border-box;
}
.time_one {
    display: flex;
    align-items: center;
}
.time_two {
    display: flex;
    align-items: center;
}
.time  .title {
    font-size: 28px;
    font-weight: 700;
    line-height: 42px;
    color: rgb(255, 255, 255);
}
.time .left {
    margin-top: 25px;
    width: 220px;
    height: 120px;
    background-color: #1c1f20;
    padding: 12px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.time .left  div{
    color:rgb(156,157,163);
    font-size: 14px;
    margin-bottom: 10px;
}
.time .left   p {
    color: rgb(55, 184, 242);
    font-size: 30px;
}
.time .left   p span {
    font-size: 18px;
    display: inline-block;
}
.time  .right {
    width: 100%;
    box-sizing: border-box;
    margin-left: 25px;
}
.time  .right  ul{
    background-color: white;
    height: 2px;
    width: 100%;
}
.time  .right  ul  {
    display: flex;
    align-items: center;
    position: relative;

}
.airplane {
    position: absolute;

    animation: 12s move  infinite linear;
}
.airplane2 {
    position: absolute;

    animation: 6s smooh  infinite linear;
}
@-webkit-keyframes move {
    0% {
        left: -20px;
    }

    50% {
        left: -20px;
    }
    100% {
        left: 100%;
    }
}
@-webkit-keyframes smooh {
    0% {
        left: -20px;
    }

    50% {
        left: -20px;
    }
    100% {
        left: 100%;
    }
}
@keyframes move {
    0% {
        left: -20px;
    }

    50% {
        left: -20px;
    }
    100% {
        left: 100%;
    }
}
@keyframes smooh {
    0% {
        left: -20px;
    }

    50% {
        left: -20px;
    }
    100% {
        left: 100%;
    }
}
.airplane  img {
    width: 40px;
    height: 40px;

}
.airplane2  img {
    width: 40px;
    height: 40px;

}
.time  .right  ul li {
    display: flex;
    align-items: center;

}
.time  .right  ul   li   span {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: white;
}
.time  .right  ul   li span:last-child {
    display: none;
}
.time  .right  ul   li:last-child span:last-child {
    display: block;
}
.time  .right  ul   li   P  {
    color: rgb(156, 157, 163);
    font-size: 14px;
    width: 100%;
    text-align: center;
    position: relative;
    top: 35px;
}

/*Ã¨Â¯Â¯Ã¨Â§Â£--------------------------------------------------------*/
.misunderstand {
    padding: 40px 0px 20px;
    font-size: 28px;
    font-weight: 700;
    line-height: 42px;
    color: #333;
    background-color:white;
    background-size: cover;
}
.misunderstand .title {
    margin-bottom: 40px;
}
.misunderstand  ul  li {
    width: 300px;
    margin-right: 20px;
    display: inline-block;
    height: 345px;
    overflow: hidden;
}
.misunderstand  ul   .mis_inner {
    transition: all .5s ease-in-out;
}
.misunderstand  ul  li:hover .mis_inner {
    transform: translateY(-25px);
}
.misunderstand  ul  li:nth-child(4n) {
    margin-right: 0px;
}
.misunderstand  ul  li  img {
    width: 100%;
    height: 206px;
}
.misunderstand  ul  li  .info {
    color: #2c3e50;
    margin: 6px auto;
    line-height: 22px;
    text-align: center;
    font-size: 14px;
}
.misunderstand ul li .line {
    width: 36px;
    height: 1px;
    background: rgb(221,221,221);
    margin: 0 auto;
}
.misunderstand ul li  .cont {
    color: #9c9da3;
    font-size: 14px;
    display: flex;
    justify-content: center;
    line-height: 22px;
    margin-top: 10px;
}
.misunderstand ul li   .b_line {
    opacity: 0;
    transition: all .7s ease-in-out;
    width: 0;
    height: 1px;
    background: #000;
    margin-top: 20px;
}
.misunderstand ul li:hover  .b_line {
    opacity: 1;
    width: 100%;
}
/*Ã¥â€¦Â³Ã¤ÂºÅ½Ã¦Ë†â€˜Ã¤Â»Â¬----------------------------------------------------------*/
.about {
    display: flex;
    background-color: white;
}
.about_left {
    width: 44%;
    height: 990px;
    background-image: url("../img/about_left.jpg");
    background-position:  center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.about_right {
    width: 56%;
    padding-left: 8%;
    box-sizing: border-box;
    padding-right: 16%;
}
.about_right  .title {
    font-size: 24px;
    font-weight: 700;
    line-height: 42px;
    color: #2c3e50;
    padding-top: 68px;
}
.about_right .company {
    line-height: 26px;
    font-size: 18px;
    margin: 48px 0 20px;
    font-weight: 700;
    color: #2c3e50;
}
.about_right  .cont {
    color: #9c9da3;
    line-height: 23px;
    font-size: 13px;
}
.about_right  .uni {
    line-height: 24px;
    margin-top: 20px;
    font-size: 14px;
}
.about_right   img {
    width: 100%;
    margin: 10px auto 0px;

}
/*Ã¥ÂË†Ã¤Â½Å“---------------------------------------------------------------------*/
.cooperate  .title {
    font-size: 28px;
    font-weight: 700;
    line-height: 42px;
    color: #333;
    padding-bottom: 35px;
}
.cooperate {
    padding: 80px 0;
    background-color: #f4f4f4;
    box-sizing: border-box;
}
.cooperate   ul {
    display: flex;
}
.cooperate   ul li  {
    width: 200px;
    margin-right: 20px;
    height: 100px;
}
.cooperate   ul li   img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
/*Ã¨Ââ€Ã§Â³Â»Ã¦Ë†â€˜Ã¤Â»Â¬--------------------------------------------------------*/
.contact {
    padding: 80px 0px 40px;
    box-sizing: border-box;
    height: 536px;
    width: 100%;
    background: url("../img/contact_bj.jpg") no-repeat  center center;
    background-size: cover;
}
.contact .title{
    font-size: 28px;
    font-weight: 700;
    line-height: 42px;
    color: rgb(255, 255, 255);
    text-align: center;
    margin-bottom: 50px;
}
.contact  .info {
    width: 960px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contact .info  input {
    border: none;
    outline: none;
    background-color: transparent;
    margin: 30px;
    width: 420px;
    height: 40px;
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 14px;
}
.submit_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}
.submit_inner {
    margin-top: 80px;
    height: 40px;
    border: 0!important;
    border-radius: 0!important;
    color: #fff!important;
    width: 220px;
    background: linear-gradient(135deg,#00cdf1,#009ede)!important;
}
/*footer--------------------------------------------------------*/
.footer_top {
    background-color: #000;
    color: #e2e2e2;
    padding-top: 20px;
    box-sizing: border-box;
    padding-bottom: 20px; font-weight:normal; text-align:center
}
.footer_top  .container {
    text-align:center
}
.footer_top  .container .item {
    margin-right: 420px;
}
.footer_top  {
    font-size: 12px;
    line-height: 30px;

    display: block;
}
.footer_top .item p {
    font-size: 14px;
    line-height: 30px;
    font-weight: normal;
    color: #999;
}
.footer_bottom {
    height: 42px;
    background: rgb(255, 255, 255);
    color: rgb(154, 154, 154);
    width: 100%;
    text-align: center;
    line-height: 42px;
}
/*Ã¨â„¢Å¡Ã¦â€¹Å¸Ã¤Â¸Å½Ã§Å½Â°Ã¥Â®Å¾*/
.slider1_warp {
    position: relative;
    background-color: white;
}
.slider1_warp  .title {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100px;
    color: rgb(255, 255, 255);
    font-size: 42px;
    z-index: 999;
    font-weight: 700;
}
.right_tool {
    position: fixed;
    right: 0px;
    bottom: 150px;
    z-index: 99;
}
.right_tool .item1 {
    width: 44px;
    height: 44px;
    border: 1px solid #eee;

    background: url("../img/email.png") no-repeat center center white;
    background-size: 18px 18px;
}
.right_tool .item1:hover {
    background: url("../img/h_email.png") no-repeat center center  #00cdf1;

    background-size: 18px 18px;
}
.right_tool .item2 {
    width: 44px;
    height: 44px;
    border: 1px solid #eee;
    display: none;
    background: url("../img/top.png") no-repeat center center white;
    background-size: 18px 18px;
}
.right_tool .item2:hover {
    background: url("../img/h_top.png") no-repeat center center  #00cdf1 ;
    background-size: 18px 18px;
}
.process_warp  {
    background-size: cover;
}
.mobile_footer_warp {
      display: none;
}
.mobile_right_tool {
      display: none;
}
.line_in {
     display: none;
}

