*{
    margin: 0;
    padding: 0;
    /*font-family: "\5FAE\8F6F\96C5\9ED1";*/
}
body, div, ul, li, ol, h1, h2, h3, h4, h5, h6, input, textarea, select, p, dl, dt, dd, a, img, button, form, table, th, tr, td, tbody, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    margin: 0;
    padding: 0;
    border: none;
}
body{
    overflow-x: hidden;
    padding-top: 108px;
}
a{
    text-decoration: none;
}
li{
    list-style: none;
}
img{
    border: none;
}
.web-case.main{
    height:auto
;
}
.container{
    height: auto;
    background:#fff;
    /*margin-top: 99px;*/
}
.container .banner{
    height: 690px;
    position: relative;
    padding-bottom: 40px;
    animation: gupIn 1s 0.3s both;
}
.container .banner .swiper-container{
    height: 690px;
}
.container .banner .swiper-container .swiper-slide{
    height: 100%;
    background-position: center top;
    background-repeat: no-repeat;
    /* background-size: cover; */
    overflow: hidden;
}
.container .banner .swiper-pagination{
    width:100%;
    bottom:0;
}
.container .banner .swiper-pagination .swiper-pagination-bullet{
    display: inline-block;
width: 10px;
height: 10px;
border: 1px solid #ee771d;
background-color: #fff;
border-radius: 50%;
margin-right: 4px;
cursor: pointer;
outline: none;
opacity: 1;
}
.container .banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background-color: #ee771d;
}

.banner .swiper-button-prev{
    background: url(../images/toleft.png) no-repeat;
    position: absolute;
    width: 43px;
    height: 43px;
    left: 76px;
    top: 50%;
    z-index: 11;
    outline: none;
}
.banner .swiper-button-next{
    background: url(../images/toright.png) no-repeat;
    position: absolute;
    width: 43px;
    height: 43px;
    right: 76px;
    top: 50%;
    z-index: 11;
    outline: none;
}    

.main{
    position: relative;
    width: 1200px;
    margin: 0 auto;
    max-width: 100%;
    height: 100%;
}

@keyframes imgTo {
    0%{
        transform: translate3d(-150%,0,0)
    }
   60%{
        transform: translate3d(0,0,0)
    }
    80%{
        transform: translate3d(10px,0,0)
    }
    100%{
        transform: translate3d(0,0,0)
    }
}

@keyframes bounceInRight{
    0%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}
    60%{opacity:1;-webkit-transform:translateX(-30px);transform:translateX(-30px)}
    80%{-webkit-transform:translateX(10px);transform:translateX(10px)}
    100%{-webkit-transform:translateX(0);transform:translateX(0)}
}
@keyframes textTo {
    0%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}
    60%{opacity:1;-webkit-transform:translateX(-60px);transform:translateX(-60px)}
    80%{-webkit-transform:translateX(-20px);transform:translateX(-20px)}
    100%{-webkit-transform:translateX(-30px);transform:translateX(-30px)}
}
/* @keyframes textTowap {
    0%{opacity:0;-webkit-transform:translateX(2000px);transform:translateX(2000px)}
    60%{opacity:1;-webkit-transform:translateX(1.5rem);transform:translateX(1.90rem)}
    80%{-webkit-transform:translateX(1.90rem);transform:translateX(1.90rem)}
    100%{-webkit-transform:translateX(1.20rem);transform:translateX(1.90rem)}
} */
.container .banner .swiper-container .swiper-slide .main .img{
    position: absolute;
    left: 0;
    bottom: 0;
    animation-duration: 1.6s;
   display: none;
    /* display: none; */
}
.container .banner .swiper-container .swiper-slide .main .add{
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
    display: block;
}

.container .banner .swiper-container .swiper-slide .main .text{
    position: absolute;
    right: 10px;
    width: 350px;
    line-height: 24px;
    color: #fff;
    top: 24%;
    animation-duration: 1.4s;
    animation-delay: 1s;
    display: none;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.container .banner .swiper-container .swiper-slide .main .add1{
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}
.container .banner .swiper-container .swiper-slide .main .text h5{
    color: #cac4c4;
    font-size: 30px;
    font-weight: lighter;

}
.container .banner .swiper-container .swiper-slide .main .text h6{
    color: #fff;
    font-size: 30px;
    line-height: 68px;
    position: relative;
    margin-bottom: 30px;
}
.container .banner .swiper-container .swiper-slide .main .text h6::after{
    content: '';
    background-color: #af999d;
    width: 54px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.part2{
    padding-top: 70px;
    padding-bottom: 90px;
}
.atg-hea{
    text-align: center;
    margin-bottom: 70px;
}

.atg-hea h5{
    font-size: 30px;
    color: #444;
    padding-bottom: 10px;
    background: url(../images/part2-title.png) center bottom no-repeat;
    margin-bottom: 10px;
    font-weight: normal;
}
.atg-hea span{
    color: #9f9f9f;
    font-size: 13px;
    display: block;
}
.atg-hea p {
    width: 620px;
    max-width: 100%;
    margin: 14px auto 0;
    color:#878787;
    font-size: 14px;
}
.web-business .atg-hea p, .web-case .atg-hea p{
    margin-top: 0;
}

.part2 ul{
    width: 1200px;
    margin: 0 auto;
}
.part2 ul::after{
    content: '';
    display: block;
    height: 0;
    clear: both;
}
.part2 ul li{
    float: left;
    width: 20.8%;
    height: 330px;
    text-align: center;
   line-height: 25px;
    cursor: pointer;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -ms-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    margin-right: 4.2%;
    color:#bbb;
    font-size: 14px;
    padding: 0 30px;
    padding-top: 24px;
    box-sizing: border-box;
}
.leftp,.rightp{
    display: none;
}
.part2 ul li.on{
    box-shadow: 0 0 9px #e5e5e5;
}
.part2 ul li img{
    width: 130px;
    height: 100px;
}
.part2 ul li h6{
    font-size: 18px;
    font-weight: normal;
    color: #333;
    margin-bottom: 6px;
    margin-top: 30px;
    margin-bottom: 20px
}
.part3{
    background: url('../images/part3bg1.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 50px;
    /*background-color: #4f576b;*/
    background-color: #383838;
}
.part3 .atg-hea{
    padding-top: 50px;
}
.part3 .atg-hea h5{
    color:#fff;
}
.part3 .atg-hea p{
    color:#fff;
}
.licontrol{
    text-align: center;
    position: relative;
}
.licontrol ul{
  
    margin: auto;
}
.licontrol ul::after{
    content: '';
    display: block;
    height: 0;
    clear: both;
}
.licontrol ul li{
   display: inline-block;
    height: 40px;
    color:#fff;
    font-size: 14px;
    padding: 0 34px;
    line-height: 40px;
    border:1px solid #fff;
    border-left: none;
    cursor: pointer;
    margin-left: -5px;
}
.licontrol ul li:first-child{
    border-left: 1px solid #fff;
    border-radius: 8px 0 0 8px;
}
.licontrol ul li:last-child{
    border-radius: 0 8px 8px 0;
}
.licontrol ul li.show{
    background:#fff;
    color:#333;
}
.lishow{
    padding-top:92px;
    margin: 0 auto; 
    width: 1030px;
    color:#fff;
    font-size: 14px;
}
.lishow .modules{
    display: none;
}
.lishow .modules::after{
    content: '';
    display: block;
    height: 0;
    clear: both;
}
.lishow .leftimg{
    float: left;
    width: 270px;
    height: 540px;
    border-radius: 35px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.lishow .righttext{
    float: left;
    width: 680px;
    padding-left: 80px;
    padding-top: 20px;
}
.orange{
    font-size: 24px;
    color:#ee771d;
    padding-bottom: 20px;
    font-weight: bold;
}
.lishow .righttext .logo{
    padding-top: 40px;
}
.lishow .righttext .logo::after{
    content:'';
    display: block;
    height: 0;
    clear: both;
}
.lishow .righttext .logo li{
    float: left;
    text-align: center;
    line-height: 30px;
    margin-right: 75px;
}
.lishow .righttext .logo li img{
    max-width: 64px;
    max-height: 55px;
}
.lishow .righttext .bottom{
    padding-top: 72px;
}
.lishow .righttext .bottom .case::after{
    content:'';
    display: block;
    height: 0;
    clear: both;
}
.lishow .righttext .bottom .case li{
    width: 122px;
    float: left;
    text-align: center;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    margin-right: 60px;
    line-height: 35px;
}
.lishow .righttext .bottom .case li:last-child{
    margin-right: 0;
}
.lishow .righttext .bottom .case li:hover .t2{
    top:0;
}
.lishow .righttext .bottom .case li div.t1 div.t1img{
    width: 122px;
    height:122px;
    border-radius: 50%;
    background:rgba(255, 255, 255, 0.4);
   
}
.lishow .righttext .bottom .case li div.t1 img{
    width: 112px;
    height:112px;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, 0.4)
}
.lishow .righttext .bottom .case li div.t2{
    position: absolute;
    transition:all 0.4s;
    top:160px;
}
.lishow .righttext .bottom .case li div.t2 img{
    width: 112px;
    height:112px;
    border-radius: 50%;
    border: 5px solid rgba(255, 255, 255, 0.4)
}
.lishow .righttext .bottom .case li div.t2 div.t2img{
    width: 122px;
    height:122px;
    border-radius: 50%;
    background:rgba(255, 255, 255, 0.4);
    position: relative;
}
.new-load{
    display: inline-block;
    width: 144px;
    line-height: 36px;
    border:2px solid #959595;
    background-color: #fff;
    color: #5a5a5a;
    bottom: 20px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.a_box{
    text-align: center;
    padding-top: 40px;
}
.part3 .swiper-slide{
    display: none;
}
.part3 .swiper-slide:first-child{
    display: block;
}
.footer.main{
    margin-top: 90px;
    height: auto;
}
.footer.main .footer-left{
    width: auto;
}
@media screen and (max-width:1280px){
    .container .banner .swiper-container .swiper-slide .main .img{
        width: 600px;
    bottom: 10%;
    }
    .footer.main{
        margin-top: 60px;
    }
    .main {
        width: 1000px;
        max-width: 96%;
    }
    .part2 ul{
        width:1000px;
        max-width: 96%;
    }
    .lishow .leftimg{
        width: 240px;
        height:480px;
    }
    .orange{
        font-size: 23px;
    padding-bottom: 18px;
    }
    .lishow .righttext{
        padding-top: 15px;
        padding-left:70px;
    }
    .lishow .righttext .bottom{
        padding-top: 40px;
    }
    .container .banner .swiper-container .swiper-slide .main .add1{
        -webkit-animation-name: textTo;
        animation-name: textTo;
    }
    .container .banner .swiper-pagination{
        bottom:15px;
    }
}

@media screen and (max-width:980px){
    .container .banner .swiper-container .swiper-slide .main .img{
        width:500px;
    bottom: 20%;
    }
    .orange{
        font-size: 23px;
    padding-bottom: 18px;
    }
    .lishow .righttext{
        padding-top: 15px;
        padding-left:60px;
    }
    .lishow .righttext .bottom{
        padding-top: 40px;
    }
    .lishow .righttext .bottom .case li{
        width: 100px;
    }
    .lishow .righttext .bottom .case li div.t1 div.t1img{
        width: 100px;
        height: 100px;
    }
    .lishow .righttext .bottom .case li div.t1 img{
        width: 90px;
        height: 90px;
    }
    .lishow .righttext .bottom .case li div.t2 div.t2img{
        width: 100px;
        height: 100px;
    }
    .lishow .righttext .bottom .case li div.t2 div.t2img img{
        width:90px;
        height: 90px;
    } 
}

@media screen and (max-width:768px){
    .container .banner .swiper-container .swiper-slide .main .img{
        width:4.5rem;
    bottom: 10%;
    left: 0;
    right: 0;
    margin: auto;
    }
    .container .banner .swiper-pagination{
        bottom:-0.2rem;
    }
    .container .banner{
        height: 5.5rem;
    }
    .container .banner .swiper-container{
        height: 5.5rem;
    }
    .container .banner .swiper-container .swiper-slide .main .text p{
        display: none;
    }

    .container .banner .swiper-container .swiper-slide .main .text h5{
        font-size: 0.3rem;
        color:#fff;
        display: none;
    }
    .container .banner .swiper-container .swiper-slide .main .text h6{
        font-size: 0.28rem;
        line-height: 0.42rem;
        display: inline-block;
    }
    .banner .swiper-button-prev{
        left: 0.2rem;
    }
    .banner .swiper-button-next{
        right:0.2rem;
    }

    .part2 ul li{
        width: 46%;
        margin:0 2%;
        height: auto;
        padding-bottom: 0.25rem;
    }
    .part2 ul li h6{
        font-size: 0.32rem;
    }
    .part2 ul li p{
        display: none;
    }
    .lishow{
        width: 100%;
        padding-top: 0;
    }
    .licontrol{
        display: none;
    }
    .lishow .righttext .bottom{
        display: none;
    }
    .lishow .leftimg{
        float: none;
        text-align: center
    }
    .lishow .leftimg{
        width: 3.2rem;
        border-radius: 0.5rem;
        height: 6rem;
        margin:auto;
        background-size: 3.2rem 6rem;
    }
    .part3{
        position: relative;
        padding-bottom: 0.7rem;
    }
    .atg-hea{
        line-height: 0.4rem
    }
    .atg-hea h5{
        
        overflow: visible;
        margin-bottom: 0;
    }

    .leftp{
        width:0.6rem;
        height: 0.6rem;
        border-radius: 50%;
        cursor: pointer;
        position: absolute;
        top:46%;
        display: block;
        left:0.3rem;
        background: url('../images/prev.png') rgba(255, 255, 255, 0.7) center no-repeat;
        background-size: 0.16rem;
        z-index: 10;
        outline: none;
    }
    .rightp{
        width:0.6rem;
        height: 0.6rem;
        border-radius: 50%;
        cursor: pointer;
        position: absolute;
        top:46%;
        display: block;
        right:0.3rem;
        background: url('../images/next.png') rgba(255, 255, 255, 0.7) center no-repeat;
        background-size: 0.16rem;
        z-index: 10;
        outline: none;
    }
    .lishow .righttext{
        float: none;
        padding:0 0.3rem;
        width: 100%;
        box-sizing: border-box;
        padding-top: 0.3rem;
        font-size: 0.26rem;
    }
    .lishow .righttext .logo{
        display: none;
    }
    .orange{
        text-align: center;
        font-size: 0.38rem;
    }
    .atg-hea p{
        margin: 0;
        width: 100%;
    }
    .banner .swiper-button-next{
        width: 0.43rem;
        height: 0.43rem;
        background-size: 0.43rem;
    }
    .banner .swiper-button-prev{
        width: 0.43rem;
        height: 0.43rem;
        background-size: cover;
    }
    .container .banner .swiper-container .swiper-slide .main .text{
        /* width: 4rem; */
        top:10%;
        font-size: 0.22rem;
        line-height: 0.4rem;
        left:15px;
        right:0;
        margin: auto;
        text-align: center;
    }
    .atg-hea h5{
        font-size: 0.36rem;
        display: inline-block;
        background-size: 1.3rem 0.06rem;
    }
    .part3 .atg-hea span{
        color:#fff;
    }
    .atg-hea span{
        padding-top: 0.1rem;
    }
    .a_box{
        font-size: 0.32rem;
        display: none;
    }
    .new-load{
        width:auto;
        display: none;
    }
    .web-new{
        padding-top: 0.5rem;
    }
    .atg-hea{
        margin-bottom: 0;
        padding-bottom: 0.6rem;
    }
    .cont-box .tit{
        font-size: 0.26rem;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .cont-box .tit a{
       
    }
    .web-new-in .grid{
        float: none;
        width: 100%;
    }
    .bot-link{
        font-size: 0.32rem
    }
    .web-new-right{
        float: none;
    width: auto;
    }
    .cont-wrap .day{
        font-size: 0.6rem
    }
    .cont-wrap .year{
        font-size: 0.18rem
    }
    .cont-box .font a{
        font-size: 0.18rem
    }
    .web-year{
        font-size: 0.22rem
    }
    .web-n-grid h6 a{
        font-size: 0.26rem;
        margin:0.1rem 0 0.2rem 0;
    }
    .web-n-grid p a{
        max-height: 35px;
        overflow: hidden;
    }
    .case-word ul li article summary{
        font-size: 0.18rem;
        padding:0.1rem 0;
    }
    .case-word ul li h5{
        font-size: 0.20rem;
        padding: 0.15rem 0;
    }
    .case-word ul li{
        width: 48%;
    margin-right: 1%;
    margin-left: 1%
    }
    .case-word ul li.mar{
        margin: 0;
        margin-left: 1%;
    margin-right: 1%;
    }
    .part2 ul li img{
        width: 1.8rem;
        height: auto;
    }
    .part2{
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
        background:#fff;
    }
    .container .banner .swiper-container .swiper-slide .main .text h6::after{
        bottom:-0.1rem;
    }
    .part3 .swiper-slide{
        display: block;
    }
    .container .banner .swiper-container .swiper-slide{
        background-size: cover;
    }
    .footer.main{
        margin-top: 20px;
    }
    .footer-right{
         font-size: 14px;
     }
    /*.container{*/
        /*margin-top: 60px;*/
    /*}*/
    body{
        padding-top: 61px;
    }
}
