/**************轮播图*******************/

.myBanner {
    height: 620px;
}

.powerBanner {
    width: 1200;
    margin: 0 auto;
    margin-top: 20px;
}


/********** 厂家广告 **************/

.advertisingBox {
    height: 370px;
    border-top: 1px solid rgb(233, 233, 233);
    width: 100%;
    align-items: center;
    padding-top: 70px;
}

.spccialLi {
    justify-content: center;
    height: 153px;
    display: flex;
    margin-bottom: 20px
}

.adItem {
    border-right: 1px solid rgb(233, 233, 233);
}

.adItem:nth-last-child(1) {
    border: none;
}

.spccialLi img {
    position: absolute;
    transition: all .2s linear;
    top: 0;
}

.spccialLi img:hover {
    top: -10px;
}


/********** 产品中心-01 **************/

.productBox01 {
    background: url("../../assets/img/productBg.png");
    width: 100%;
    height: 1160px;
    padding: 50px 0;
}

.product01 {
    width: 1200px;
    margin: 0 auto;
}

.product02 {
    width: 1200px;
    margin: 0 auto;
}

.product01Detail {
    height: 100%;
    margin-top: 45px;
}

.product01Left {
    width: 480px;
    height: 840px;
    background: white;
}

.product01LeftImgBox {
    display: block;
    width: 480px;
    height: 450px;
    overflow: hidden;
}

.product01 img:hover {
    transform: scale(1.1);
}

.product02 img:hover {
    transform: scale(1.1);
}

.product01LeftTit {
    display: block;
    font-weight: 500;
    font-size: 24px;
    padding: 33px 33px 15px 33px;
}

.product01LeftDes {
    font-size: 16px;
    padding: 0 30px;
}

.product01LeftArrow {
    text-align: right;
    padding: 40px 30px 0 0;
}

.product01right {
    width: 698px;
    height: 100%;
    margin-left: 22px;
}

.product01rightDes {
    padding-top: 30px;
    font-size: 16px;
    color: #333;
}

.product01rightItem {
    width: 336px;
    height: 311px;
    background: white;
    margin-top: 20px;
}

.product01rightItem .imgBox {
    width: 336px;
    height: 252px;
    overflow: hidden;
}

.product01rightItemName {
    padding: 20px 30px;
    font-size: 18px;
    color: #333;
}

.mayBeFind {
    height: 66px;
    margin-top: 30px;
    padding-right: 50px;
    color: #333;
    background: white;
    box-shadow: 0 5px 30px #333333;
}

.findTitle {
    width: 173px;
    background: #0550ab;
    color: white;
    height: 66px;
    line-height: 66px;
}

.findContent a {
    font-size: 16px;
    margin-left: 15px;
    color: #666;
    cursor: pointer;
}

.findContent a:hover {
    color: #0550ab;
}


/********** 产品中心-02 **************/

.productBox02 {
    height: 812px;
    margin-top: 70px;
}

.product02Top {
    width: 100%;
}

.product02Middle {
    justify-content: space-between;
}

.product02MiddleItem {
    width: 380px;
    height: 440px;
    background: #eee;
    margin-top: 20px;
    border: 1px solid #eee;
}

.product02MiddleItem .imgBox {
    width: 378px;
    height: 376px;
    overflow: hidden;
}


/********** 产品中心-03 **************/

.productBox03 {
    height: 665px;
    background: url("../../assets/img/productBg.png");
    width: 100%;
    padding-top: 80px;
    line-height: 40px;
}

.product03 {
    width: 1200px;
    margin: 0 auto;
}

#slider_wrap1 {
    width: 1200px;
    height: 273px;
    position: relative;
    overflow: hidden;
    top: 50px;
}

#slider_content1 {
    width: 3600px;
    height: 273px;
    position: absolute;
}

.sliderItem1 {
    width: 289px;
    height: 273px;
    margin-right: 11px;
    color: #333;
    background: white;
}

.sliderItem1>a {
    display: inline-block;
    padding-top: 7px;
    width: 100%;
    height: 100%;
}

.sliderItem1>a:hover {
    color: white;
    background: #0550ab;
}

#slider_content1 img {
    width: 289px;
    height: 217px;
}

.btn1 {
    margin-top: 100px;
}

.btn1 i {
    width: 35px;
    line-height: 35px;
    height: 35px;
    font-size: 22px;
    margin-right: 15px;
}

.btn1 i:hover {
    color: #0550ab;
    border-color: #0550ab;
}
.btn1 i:hover:before{
    color: #ffffff !important;
}

/********** 公司实力 **************/

.companyPower {
    width: 100%;
    height: 843px;
    padding-top: 50px;
}

.slider {
    margin-top: 30px;
}

.powerBottom {
    height: 108px;
    width: 1200px;
    background: #f2f2f3;
    margin: 0 auto;
    color: #999;
}

.powerBottomItem>div:first-child {
    margin-top: 30px;
    font-weight: 600;
    font-size: 22px;
}

.highLight {
    color: #0550ab;
    font-weight: 600;
    border-bottom: 4px solid #0550ab;
}

.swiper-button-prev {
    left: 137px!important;
    top: 420px!important;
    color: #333!important;
    transform: scale(1.3);
    font-weight: 900;
    outline: none;
}

.swiper-button-next {
    right: 137px!important;
    top: 420px!important;
    color: #333!important;
    transform: scale(1.3);
    font-weight: 900;
    outline: none;
}


/********** 合作流程 **************/

.cooperation {
    background: url("../../assets/img/lc.jpg") center no-repeat;
    background-size: cover;
    height: 636px;
    width: 100%;
    color: white;
    padding-top: 70px;
}

.process {
    margin-bottom: 10px;
}

.processBox {
    margin-top: 33px;
    height: 227px;
}

.processBox img {
    margin-bottom: 20px;
}

.processBtn {
    display: inline-block;
    width: 254px;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
    color: #010101;
    font-size: 20px;
    background: #ffcc00;
}

.processFor {
    margin: 30px 0 20px 0;
}


/********** 合作案例 **************/

.case {
    background: url("../../assets/img/productBg.png");
    height: 801px;
    box-sizing: border-box;
    position: relative;
    padding-top: 89px;
    margin-bottom: 89px;
}

#slider_wrap2 {
    width: 1200px;
    height: 485px;
    position: relative;
    overflow: hidden;
    top: 50px;
}

#slider_content2 {
    width: 7200px;
    height: 485px;
    position: absolute;
}

.sliderItem2 {
    width: 385px;
    height: 483px;
    margin-right: 15px;
    color: #333;
    background: white;
    overflow: hidden;
}

#slider_content2 img {
    width: 385px;
    height: 217px;
}

#slider_content2 img:hover {
    transform: scale(1.1);
}

.componyName {
    margin: 31px 28px 17px;
    font-size: 20px;
    color: #333;
    overflow: hidden;
    text-align: initial;
}

.companyDetail {
    margin: 0 30px;
    color: #787878;
    font-size: 14px;
    line-height: 27px;
    height: 80px;
    text-align: initial;
    margin-bottom: 30px;
}

.companyArrow {
    padding-right: 17px;
}

.companyArrow i {
    background: black;
    color: white;
}

.companyArrow i:hover {
    background: #0550ab;
    color: white;
}

#next2 {
    left: 166px;
    font-size: 65px;
    top: 429px;
}

#next2:hover {
    color: #0550ab;
}

#pre2 {
    right: 166px;
    font-size: 65px;
    top: 420px;
}

#pre2:hover {
    color: #0550ab;
}


/********** 新闻中心 **************/

.newsBox {
    height: 768px;
}

.headline {
    margin-top: 38px;
}

.hot {
    display: inline-block;
    background: url("../../assets/img/hot.png");
    margin-right: 20px;
    width: 115px;
    height: 48px;
    color: red;
    line-height: 48px;
    padding-top: 3px;
}

.hotBox {
    padding: 15px;
    border: 1px solid #dcdcdc;
    height: 172px;
}

.hotBox>div:first-child {
    margin-bottom: 20px;
    cursor: pointer;
}

.hotBox>div:first-child a:hover {
    color: #0550ab;
}

.hotBox>div:last-child {
    color: #999;
    font-size: 15px;
    line-height: 28px;
}

.middleLine {
    border: 1px solid #dcdcdc;
    border-top: none;
    height: 171px;
    align-items: center;
}

.middleLine>div {
    padding: 0 24px;
    border-right: 1px solid #dcdcdc;
    margin-right: calc(-1px);
}

.time {
    height: 99px;
    background: #ccc;
    /* width: 52px; */
    font-size: 17px;
    color: white;
    font-weight: 600;
    margin-right: 20px;
    /* padding-top: 24px; */
    padding: 24px 10px 0 10px;
}

.right>div:first-child {
    font-size: 19px;
    margin-bottom: 14px;
}

.right>div:first-child a:hover {
    color: #0550ab;
}

.right>div:last-child {
    line-height: 27px;
    color: #999;
}

.BottomLine {
    border: 1px solid #dcdcdc;
    border-top: none;
    padding: 30px 40px 30px 20px;
    height: 180px;
}

.BottomLine ul {
    line-height: 34px;
    font-size: 14px;
    color: #999;
}

.ali a:hover {
    color: #0550ab;
}
.news-l{
    height: 524px;
    width: 786px;
}
.news-r{
    width: 381px;
    height: 524px;
    background: #f2f2f3;
    padding: 20px;
    margin: 38px 0 0 20px;
}
.baike{
    border-bottom: 1px dotted #dcdcdc;
    padding-bottom: 17px;
}
.baike>a:first-child{
    align-items: baseline;
    margin-bottom: 20px;
    font-size: 22px;
    color: #333;
    font-weight: 600;
}
.baike>a>div:last-child{
    font-size: 14px;
    color: #666;
}
.baike>a:nth-child(2){
    width: 341px;
    height: 197px;
    overflow: hidden;
    margin-bottom: 20px;
}
.baike>a:nth-child(2)>img:hover{
    transform: scale(1.3);
}
.baike>a:last-child{
    display: block;
    padding: 0 20px;
    font-size: 16px;
}
.dongtai>a:hover{
    color: #0550ab;
}
.dongtai{
    padding-top: 36px;
}
.dongtai>a{
    display: block;
    color: #333;
    font-size: 14px;
    margin-bottom: 14px;
}
.dongtai i{
    font-size: 14px;
    margin-right: 10px;
    color: #999;
}
/********** 关于我们 **************/

.aboutUs {
    background: url("../../assets/img/zjbg.jpg") center no-repeat;
    background-size: cover;
    height: 714px;
    overflow: hidden;
    box-sizing: border-box;
    padding-top: 91px;
}

.walkInto {
    width: 303px;
    color: #aaa6a6;
    height: 100%;
    font-size: 45px;
}

.companyImg {
    width: 894px;
    height: 400px;
    overflow: hidden;
}

.companyImg>img:hover {
    transform: scale(1.2);
}

.aboutCompany {
    width: 855px;
    padding: 30px 0 0 50px;
    height: 103px;
}

.arrow3 {
    padding-top: 150px;
}

.arrow3 img:hover {
    cursor: pointer;
    transform: translateX(10px);
}


/*动画效果*/

@keyframes moveSmallToLarge {
    from {
        transform: scale(0.2);
    }
    to {
        transform: scale(1);
    }
}

.product01>.moveSmallToLarge {
    animation: moveSmallToLarge 1s;
}

.product03>.moveSmallToLarge {
    animation: moveSmallToLarge 1s;
}

.companyPower>.moveSmallToLarge {
    animation: moveSmallToLarge 1s;
}

.cooperation .moveSmallToLarge {
    animation: moveSmallToLarge 1s;
}

.case .moveSmallToLarge {
    animation: moveSmallToLarge 1s;
}

.newsBox .moveSmallToLarge {
    animation: moveSmallToLarge 1s;
}

@keyframes moveLeftToRight {
    from {
        margin-left: -200px;
        opacity: 0;
    }
    to {
        margin-left: 0;
        opacity: 1;
    }
}

.product02>.moveLeftToRight {
    animation: moveLeftToRight 1s;
}

@keyframes moveRightToLeft {}