.caseSearch{
    padding:40px 100px;
    background:#f7f7f7;
}
.searchBtn{
    height:40px;
}
.searchBtn .title{
    padding-right: 30px;
    margin-right: 30px;
    border-right: 1px solid #cccccc;
    float: left;
}
.searchBtn .title .typeTitle{
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    display: block;
    color: #262626;
}
.searchBtn .title .typeETitle{
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    display: block;
    color: #999999;
}
.searchTypeList{
    width:120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border:1px solid #ccc;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #262626;
    margin-right: 20px;
    display: inline-block;
    float: left;
}
.searchBtn .activity{
    background:#DC000C;
    color:#fff;
    border:1px solid #DC000C;
}

.searchInput input{
    height: 40px;
    line-height: 40px;
    width:318px;
    border:1px solid #E6E6E6;
    float: left;
    background:#f7f7f7;
    padding-left:40px;
    background-image: url("../images/common/search.png");
    background-repeat: no-repeat;
    background-size:20px 20px;
    background-position: 10px 10px;
}

.searchInput button{
    color:#fff;
    width:80px;
    float: right;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
   background:#DC000C;
    border:1px solid #DC000C;
}
/*成功案例列表*/

.indexSecBox{
    width:100%;
    height: 740px;
    padding:70px 0px;
    background:url('../images/common/indexSecBj.png')repeat-x center;
}
.caseContent{
    padding:50px 100px;
}
.caseItem{
    width:33.33%;
    padding:0px 10px;
    display: inline-block;
    float: left;
    margin-bottom:20px;
    position: relative;

}
.caseItem .caseItemImg{
    width:100%;
    height: 380px;
    position: relative;;
    overflow: hidden;
}
.caseItem415 .caseItemImg{
    height: 400px;
}
.caseItemImg img{
    width:100%;
    height: 100%;
    object-fit: cover;
    border:1px solid #e6e6e6;

}
.caseItemHover{
    position: absolute;
    width:100%;
    height: 280px;
    display: none;
    background:rgba(0,0,0,.7);
    padding:20px;
    top:0;
    left: 0;
}

.caseItem415 .caseItemHover{
    height: 300px;
}
.caseItemHoverImg{
    border:1px solid #fff;
    width:100%;
    height: 100%;

    line-height: 280px;
}
.caseItem415 .caseItemHoverImg{
    line-height: 460px;
}
.caseItemHoverImgYuan{
    width:120px;
    height: 120px;
    margin:60px auto;
    border:1px dashed #fff;
    border-radius: 50%;
    background:url("../images/common/caseline.png")no-repeat center center;
    background-size:40px 40px;

}
.caseItem415 .caseItemHoverImgYuan{
    margin:70px auto;
}
.caseItem:nth-child(4n+4){
    margin-right: 0px;
}
.caseItem p{
    width:100%;
    padding-left:15px;
    box-sizing: border-box;
    height:70px;
    line-height: 70px;
    background:#F7F7F7;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #404040;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.caseItem p span:first-of-type{
    width: 170px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.caseItem415 p .caseMoveIcon{
    width:20px;
    height:70px;
    margin-right: 15px;
    display: inline-block;
    background:url("../images/common/moveicon.png")no-repeat;
    background-size:20px 20px;
    background-position: 0 25px;
}
.caseItem415 p .caseMoveIcon canvas{
    display: block;
    position: absolute;
    width: 0px;
    height: 100px;
    right: 10px;
    bottom: 0;
    transition-duration: .3s;
    overflow: hidden;
}
.caseItem415 p .caseMoveIcon:hover canvas{
    width: 100px;
}
.caseItem415 p .casePcIcon{
    width:20px;
    height:70px;
    display: inline-block;
    background:url('../images/common/pcicon.png')no-repeat;
    background-size:20px 20px;
    margin-right: 15px;
    background-position: 0 25px;
}
.caseItem:hover p{
    background:#DC000C;
    color:#fff;
}
.caseItem:hover .caseMoveIcon{
    background:url('../images/common/moveiconhover.png')no-repeat;
    background-size:20px 20px;
    margin-right: 15px;
    background-position: 0 25px;
}
.caseItem:hover .caseItemHover{
    display: block;
}
.caseItem:hover .casePcIcon{
    background:url('../images/common/pciconhover.png')no-repeat;
    background-size:20px 20px;
    margin-right: 15px;
    background-position: 0 25px;
}
/*网站建设案例页面*/
.bannerSearchContent{
    position: absolute;
    color:#fff;
    top:145px;
    width:100%;
    text-align: center;
    z-index: 222;
}
.bannerSearchContent .title{
    font-size: 48px;
    font-family: Source Han Sans CN;
    font-weight: bold;
}
.bannerSearchContent .hr{
    width:50px;
    height: 4px;
    display:inline-block;
    background:#E60012;
    margin:20px 0px;
}
.bannerSearchContent .info{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    margin-bottom:50px;
}
.bannerSearchInput{
    width:450px;
    margin:0 auto;
}
.bannerSearchInput input{
    border:1px solid #fff;
    width:370px;
    line-height: 40px;
    height: 40px;
    float: left;
    padding-left:40px;
    background:none;
    background-image: url('../images/common/searchW.png');
    background-repeat: no-repeat;
    background-size:20px 20px;
    background-position: 10px 10px;
    color: #fff;
}
.bannerSearchInput button{
    width:80px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    background:#E60012;
    border:1px solid #E60012;
    color:#fff;
    float: left;
}
.bannerSearchBtn{
    width:1000px;
    margin:15px auto 0px auto;
    text-align: left;
}
.bannerSearchBtn span,.bannerSearchBtn a{
    font-size: 16px;
    font-family: Source Han Sans CN;
    padding:15px 30px;
    float: left;
    color: #fff;
}
.bannerSearchBtn span,.bannerSearchBtn h2{
    float: left;
    line-height: 51px;
    margin-right: 30px;
}


.bannerSearchBtn a.on{
    background: #E60012;
}
/*案例详情*/
.caseDetailsPageBox{
    width:100%;
    padding:50px 0;
}
.caseDetailsLogo{
    width:415px;
    height: 280px;
}
.caseDetailsContent{
    width:775px;
    padding-top:20px;
}
.caseDetailsContentHead{
    padding-bottom:30px;
    border-bottom:1px solid #ccc;
}
.caseDetailsContentHead .title{
    width:100%;
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #272727;
}
.caseDetailsContentHead .info{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.caseDetailsContentHead .info .title{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
}
.caseDetailsContentHead .info a{
    border:1px solid #262626;
    border-radius: 66px;
    display: inline-block;
    width:180px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #262626;
}
.caseDetailsContentContent{
    width:100%;
    margin-top:18px;
}
.caseDetailsContentContent p{
    margin-top:12px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
}
.caseDetailsPage{
    width:100%;
    background:#f7f7f7;
    padding-top:20px;
}
.classDetailsPageImg{
    width:1200px;
    margin:0px auto;
    background:#fff;
    padding:50px 60px;
    font-size: 0;
}
.caseDetailsBtn{
    width:1200px;
    margin:20px auto 100px auto;
    background:#fff;
}
.caseDetailsBtn>a{
    width:50%;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    float: left;
}
.caseDetailsBtn>a .title{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;

}
.caseDetailsBtnLeft{
    padding-left:70px;
    text-align: left;
}
.caseDetailsBtnLeft .title{
    color:#262626;
}
.caseDetailsBtnLeft .info{
    color:#666;
}
.caseDetailsBtnRight{
    padding-right: 70px;
    text-align: right;
    background:#DC000C;
    color:#fff;
}
.classDetailsPageImg img{
    width:100%;
    height: auto;
    margin-bottom:20px;
}
/*seo案例详情*/
.artDetailsContentBox{
   padding-top:50px;
    padding-bottom:100px;
    width:100%;
    background:#F7F7F7;
}
.artDetailsBox{
    width:870px;
}
.artDetailsConent{
    width:100%;
    padding:50px 60px;
    background:#fff

}
.artDetailsBox .title{
    width:100%;
    text-align: center;
    margin-bottom:30px;

    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #262626;
}
.artDetailsBox .info{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    width:100%;
    text-align: center;
    margin-bottom:30px;
}
.artDetailsConent .hr{
    width:100%;
    height: 1px;
    background:#ccc
}
.artDetailsConent .newhr{
    display: flex;
    align-items: center;
}
.artDetailsConent .newhr .hr{
    width:640px;
    height: 1px;
    background:#ccc;
}
.artDetailsConent .newhr img{
    width:30px;
    height: 30px;
    margin-left: 10px;
}
.artListContentBox{
    width:300px;
}
.caseArtList{
    width:100%;
    background:#fff;
    padding:30px 20px;
}
.caseArtList .caseArtListTitle{
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #262626;
    padding-bottom:10px;
    border-bottom:1px solid #e6e6e6;
    margin-bottom:15px;
}
.caseListItem{
    width:100%;
    font-size:0px;
    margin-bottom:20px;
    display: block;;
}

.caseListItem .title{
    text-align: left;
    padding:18px 10px;
    background:#F7F7F7;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #404040;
    width:100%;
}
.caseListItem .newsTitle{
    text-align: left;
    padding:18px 10px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #404040;
    width:100%;
}
.caseListItem img{
    width:100%;
}
.artMarvellousList{
    background:#fff;
    width:100%;
    padding:30px 20px;
    margin-top:20px;

}
.artMarvellousList .artListTitle{
    width: 100%;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #262626;
    padding-bottom:10px;
    border-bottom:1px solid #e6e6e6;
}
.artMarvellousList a{
    width:100%;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    margin-top:20px;
    display: block;
    height:70px;
}

.artMarveItem .imgBox{
    display: block;
    width: 100px;
    height: 100%;
    overflow: hidden;
    float: left;
}
.artMarveItem .imgBox img{
    width: 100%;
    height: auto;
}
.artMarveItem .wordsBox{
    width: 150px;
    float: right;
}
.artMarveItem .wordsBox h2{
    font-size: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 20px;
}
.artMarveItem .wordsBox p{
    font-size: 10px;
    margin-top: 5px;
}
.newsDetailsBtn{
    margin-bottom: 20px;
    margin-top: 20px;
    width: 100%;
    height: 50px;
}
.newsDetailsBtn .newsDetailsBtnItem{
    background:#fff;
    height: 50px;
    line-height: 50px;
    color: #404040;
    width:290px;
    display: inline-block;
    float: left;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
}
.newsDetailsBtn .newsDetailsBtnItemLeft{
    padding-left:68px;
    text-align: left;
    background-image:url("../images/common/caseDetailsLeft.png") ;
    background-repeat: no-repeat;
    background-size:8px 14px;
    background-position: 50px 18px;
    border-right: 1px solid #E6E6E6;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.newsDetailsBtn .newsDetailsBtnMid{
    padding-left:115px;
    text-align: left;
    background-image:url("../images/common/caseDetailsMid.png") ;
    background-repeat: no-repeat;
    background-size:14px 14px;
    background-position: 90px 18px;
}
.newsDetailsBtn .newsDetailsBtnRight{
    padding-right:68px;
    text-align: right;
    background:#DC000C;
    color:#fff;
    background-image:url("../images/common/caseDetailsRight.png") ;
    background-repeat: no-repeat;
    background-size:8px 14px;
    background-position: 232px 18px;
}
    /*新闻列表*/
.newsType{
    padding:40px 100px;
    width:100%;
    border-bottom: 1px solid #CCC;
}
.newsType .newsDesc{
    width:460px;
    height: 40px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 24px;
    color: #404040;
}
.newsType .newsTypeList a{
    border:1px solid #ccc;
    padding:13px 32px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #262626;
    margin-right:20px;
}
.newsType .newsTypeList a:last-child{
    margin-right: 0px;
}
.newsType .newsTypeList .activity{
    background:#E60012;
    border:1px solid #E60012;;
    color:#fff;
}
.newsList{
    padding:0 100px;
    margin-top:27px;
}
.newsList .newsItem{
    display: inline-block;
    float: left;
    width:50%;
    padding-right: 25px;
    margin-bottom:30px;
}
.newsList .newsItem:nth-child(2n+2){
    padding-left:25px;
    padding-right: 0px;
}
.newsItem .newsItemContent{
    border:1px solid #e6e6e6;
    width:100%;
    display: block;
    padding:20px 25px 20px 20px;
}
/*275/*/
.newsItemContent{
    display: inline-block;

}
.newsItem .newsItemContent .newsItemImg{
    width:32.5%;
    height: 170px;
    background-size: 100% auto !important;
    float: left;
}
.newsItemsContent{
    width:58.6%;
    height: 170px;
    float: right;
}
.newsItemsContent .newsItemTime{
    width:95%;
    text-align: left;
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #666666;
    background: url('../images/common/newstop.png')no-repeat  right;
    border-bottom: 10px;
}
.newsItemsContent .newsItemHr{
    height: 1px;
    display: inline-block;
    width:64px;
    background:#666666;
    margin-bottom:23px;
}
.newsItemsContent .newsItemTitle{
    width:100%;
    text-align: left;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #262626;
    margin-bottom:12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.newsItemsContent .newsItemInfo{
  width:100%;
    height: 38px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
   margin-bottom:15px;
    color: #666666;
    opacity: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}
.newsItemsContent .newsItemIcon{
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    opacity: 1;
    padding-left:22px;
    background:url("../images/common/newsicon.png")no-repeat;
    background-size:12px 12px;
}

.newsItem:hover .newsItemContent{
    box-shadow: 0 5px 20px rgba(0,0,0,.2);
}
.newsItem:hover .newsItemTime{
    color:#DC000C;
    background: url('../images/common/newshovertop.png')no-repeat  right;
}
.newsItem:hover .newsItemHr{
    background:#DC000C;
    width:100%;
}
.newsItem:hover .newsItemInfo{
    color:#262626;
}
.newsItem:hover .newsItemIcon{
    background:url("../images/common/newshovericon.png")no-repeat;
    background-size:12px 12px;
    color:#262626;
}
/*底部表单*/
.footForm{
    width:100%;
    height: 300px;
    background:url('../images/common/caseFrombg.jpg')no-repeat;
    background-size:100% 100%;
    padding:60px 100px 100px 100px;
    color:#fff;
}
.footForm .title{
    width:100%;
    text-align: center;
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    margin-bottom:10px;
}
.footForm .info{
    width:100%;
    text-align: center;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    letter-spacing: 5px;
    margin-bottom:40px;
}
.footForm .from input{
    float: left;
    padding-left:10px;
    height: 40px;
    line-height: 40px;
    width:23%;
    margin-right: 30px;
    background:#fff;
}
.footForm .from button{
    height: 40px;
    line-height: 40px;
    text-align: center;
    color:#fff;
    border:1px solid #E60012;
    background:#E60012;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    width:23%;

}
/*关于我们*/
.bannerAboutBox{
    position: absolute;
    top:304px;
    width:100%;
    color:#fff;
    left: 0;
}
.bannerAboutBox .bannerAboutContent{
    width:75%;
    margin:0px auto;
}
.bannerAboutContent>.title{
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: bold;
}
.bannerAboutContent>.title .titleIcon{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #262626;
    cursor: pointer;
    background:#fff;
    width:80px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    opacity: 1;

}
.bannerAboutContent>.title .activity{
    background:#DC000C;
    color:#fff;
}
.bannerAboutContent>.bannerAboutHr{
    margin:20px 0px;
    background:#fff;
    width:50px;
    height: 2px;
    display: block;
}
.bannerAboutContent>.info{
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: bold;
}
.bannerAboutContent>.describe{
    width:83%;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 24px;
    display: none;
}
.bannerAboutItemBox{
    border-top:1px solid #fff;
    padding-top:144px;
    width:100%;
}
.aboutItemBoxTitle>.aboutItemBoxTitleInfo{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;

}
.aboutItemBoxTitle>.aboutItemBoxTitletitle{
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    margin-top:15px;
}
.aboutBannerItem{
    float: right;
    width: 20.5%;
    /* padding-left: 50px; */
    border-right: 1px solid #fff;
    text-align: center;
}

 .aboutBannerItem>.title{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: bold;
}
 .aboutBannerItem>.number{
    font-size: 48px;
    font-family: DustHome;
    font-weight: 500;
}
 .aboutBannerItem>.number span{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
}
.aboutBannerItem>.info{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
}
.floorBanner{
    width:100%;
    height: 170px;
    padding:55px 0px;
    background:url("../images/common/aboutFBbgOne.png")no-repeat center center;
    color:#fff;
    background-size: 100% auto;
}
.floorBanner .fllog img{
    height: 60px;
}
.floorBanner .fllog{
    margin-right: 70px;
}
.floorBanner .content>.title{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: bold;
}

.floorBanner .content>.hr{
    background:#ccc;
    display: inline-block;
    width:50px;
    height: 2px;
    margin:10px 0px;
}
.floorBanner .content>.info{
    margin-top:5px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
}
.floorBannerItem{
    float: right;
    width:14%;
    border-right: 1px solid #fff;
    text-align: center;
}
.floorBannerItem >img{
    width:30px;
    height: 28px;
    margin-bottom:21px;
}
.floorBannerItem .info{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
}
.aboutThirdBox{
    width:100%;
    height: 600px;
}
.aboutThirdBox .aboutThirdImg{
    width:42.7%;
    height: 600px;
    background:url("../images/common/aboutThirdImg.jpg")no-repeat  center;
}
.aboutThirdItemBox{
    margin-left: 70px;
    width:48%;
    margin-top:50px;
}
.aboutThirdItem{
    width:50%;
    float: left;
    height: 250px;
    display: block;
    cursor: pointer;
    background:url("../images/common/aboutThirdImginco.png")no-repeat;
    background-size:25px 15px;
    background-position: 90% 200px;
    border-right: 1px solid rgba(230, 230, 230, 1);
    border-bottom: 1px solid rgba(230, 230, 230, 1);
    padding-top:20px;
    box-sizing:border-box;
}
.aboutThirdItem .title{
    font-size: 22px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #262626;
    line-height: 22px;
    margin-bottom:20px;
    text-align: left;
}
.aboutThirdItem .info{
    text-align: left;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 14px;
    margin-bottom:10px;
}

.aboutThirdItem .img{
    width:70px;
    height: 70px;
    margin-top:30px;
}
.aboutThirdItem .img1{
    background:url("../images/common/aboutThirdImg1.png");
}
.aboutThirdItem .img2{
    background:url("../images/common/aboutThirdImg2.png");
}
.aboutThirdItem .img3{
    background:url("../images/common/aboutThirdImg3.png");
}
.aboutThirdItem .img4{
    background:url("../images/common/aboutThirdImg4.png");
}
.aboutThirdItem:hover .title,.aboutThirdItem:hover .info{
    color:#DC000C;
}
.aboutThirdItem:hover{
    background:url("../images/common/aboutThirdImgincoHover.png")no-repeat;
    background-size:25px 15px;
    background-position: 90% 200px;
}
.aboutThirdItem:hover .img1{
    background:url("../images/common/aboutThirdImgHover1.png?v=1");
}
.aboutThirdItem:hover .img2{
    background:url("../images/common/aboutThirdImgHover2.png");
}
.aboutThirdItem:hover .img3{
    background:url("../images/common/aboutThirdImgHover3.png");
}
.aboutThirdItem:hover .img4{
    background:url("../images/common/aboutThirdImgHover4.png");
}
.aboutFourBox{
    width:100%;
    height: 640px;
    background:url("../images/common/aboutFourIconbg.jpg")no-repeat center center;
    padding:90px 0px;
    color:#fff;
    background-size: 100% auto;
}

.aboutFourLeftBox{
    width:69.4%;
    height: 460px;
    border:1px solid rgba(255,255,255,.4);

}
.aboutFourLeftItem{
    width:50%;
    height: 230px;
    padding:50px 40px;
    position: relative;
}
.aboutFourLeftItem .img{
    text-align: left;
    height: 40px;
    margin-bottom:20px;
}
.aboutFourLeftItem .img img{
    width:40px;
    height: 40px;
}
.aboutFourLeftItem .title{
    width:100%;
    text-align: left;
    border-bottom:1px double #fff;
    padding-bottom:15px;
    margin-bottom:16px;

    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 500;
}
.aboutFourLeftItem .info{
   
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    text-align: left;

}
.aboutFourLeftItem1{
    border-right: 1px solid rgba(255,255,255,.4);
    border-bottom:1px solid rgba(255,255,255,.4);
}
.aboutFourbgw{
    display: inline-block;
    position: absolute;
    background:#fff;
}
.aboutFourLeftItem .topLeft{
    top:0;
    left:0;
    width:15px;
    height: 1px;
}
.aboutFourLeftItem .topLefts{
    top:0;
    left:0;
    width:1px;
    height: 15px;
}
.aboutFourLeftItem .topRight{
    top:0;
    right:0;
    width:15px;
    height: 1px;
}
.aboutFourLeftItem .topRights{
    top:0;
    right:0;
    width:1px;
    height: 15px;
}
.aboutFourLeftItem .bottomLefts{
    bottom:0;
    left:0;
    width:1px;
    height: 15px;
}
.aboutFourLeftItem .bottomLefth{
    bottom:0;
    left:0;
    width:15px;
    height: 1px;
}
.aboutFourLeftItem .bottomRights{
    bottom:0;
    right:0;
    width:1px;
    height: 15px;
}
.aboutFourLeftItem .bottomRighth{
    bottom:0;
    right:0;
    width:15px;
    height: 1px;
}
.aboutFourLeftItem:hover{
    background:#DC000C
}
/*.aboutFourLeftItem1:after{
    content:'';
    position: absolute;
    top:0;
    left:0;
    width:100%;
    border-bottom:1px solid #fff;
}*/
.aboutFourLeftItem2{
    border-bottom:1px solid rgba(255,255,255,.4);
}
.aboutFourLeftItem3{
    border-right: 1px solid rgba(255,255,255,.4);
}
.aboutFourRightBox{
    width:25.5%;
    font-size:0
}

.aboutFourRightBox .titleE{
    font-size: 50px;
    line-height: 50px;
    font-family: Source Han Sans CN;
    font-weight: bold;

}
.aboutFourRightBox .hr{
    display: inline-block;
    background:#fff;
    width:50px;
    height: 2px;
    margin:30px 0px;
}
.aboutFourRightBox .title{
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    line-height: 30px;
    margin-bottom:20px;
}
.aboutFourRightBox .info{
    width:100%;
    font-size: 16px;

    font-family: Source Han Sans CN;
    font-weight: 400;
}
.aboutFourRightBox .hrT{
    width: 1px;
    height: 71px;
    display: inline-block;
    background:#fff;
    margin:26px 0 20px 0;
}
.aboutFourRightBox a{
    margin-top:30px;
    text-align: center;
    display: inline-block;
    border:1px solid #fff;
    padding:12px 92px;
    color:#fff;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
}
.aboutFourRightBox a:hover{
    background:#DC000C;
    border:1px solid #DC000C;
}
.aboutFiveBox{
    width:100%;
    height:600px;
    background:url("../images/common/aboutFivebg.jpg")no-repeat center;
    background-size:100% 100%;
}
.aboutFiveBox .aboutFiveImg{
    width:42.7%;
    height: 600px;
    background:url('../images/common/aboutFiveimg.jpg')no-repeat center;
}
.aboutFiveContent{
    width:40%;
    margin:100px 0 0 240px;
}
.aboutFiveContent .title{
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #262626;
    margin-bottom:30px;
}
.aboutFiveContent .info{
    font-size: 16px;
    line-height:25px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #262626;
}
.aboutSixBox{

    padding-top:40px;
}
.aboutSixBox .aboutSixImg{
   width:220px;
    margin-right: 15px;
    float: left;
    margin-bottom:20px;
}
.aboutSixBox .aboutSixImg img{
    width: 100%;
}
.aboutSixImg:nth-child(6n){
    margin-right: 0;
}
.aboutSixImg:hover{
    box-shadow: 0 0 15px rgba(0,0,0,.2);
}
.aboutSevenBox{
    width:100%;
    height: 260px;
    padding:107px 0;
    background:url("../images/common/aboutSevenBg.jpg")no-repeat center;
}
.aboutSevenBox .logo img{
    height: 60px;
    margin-right: 68px;
}
.aboutSevenBox .content{
    width:41%;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color:#333;
    height: 60px;
    line-height: 35px;
}
.aboutSevenBox  .btn{
    display: inline-block;
    width:250px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border:1px solid #DC000C;
    border-radius: 50px;
    color:#DC000C;

    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
}
.aboutSevenBox  .btn:hover{
    color:#fff;
    background:#DC000C;
    border:1px solid #DC000C;
}
/*平面设计*/
.bannerDesignerBox{
    width:100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
    text-align: center;
    color:#fff;
}
.bannerDesignerBox .title{
    font-size: 48px;
    font-family: Source Han Sans CN;
    font-weight: bold;
   margin-top:430px;
}
.bannerDesignerBox .hr{
    display: inline-block;
    background:#DC000C;
    width:50px;
    height: 4px;
    margin:30px 0 40px 0;
}
.bannerDesignerBox .info{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    margin-bottom:10px;
}
.bannerDesignerIcon{
    position: absolute;
    bottom:70px;
    width:100%;
    z-index: 2;
    border:none;
    color:#fff;
    height: auto;
}

.bannerDesignerIcon .shubiao{
   width:100%;
    height: 40px;

    text-align: center;
}
.bannerDesignerIcon .shubiao span{
    width:24px;
    height: 40px;
    display: inline-block;
    background:url("../images/common/shubiao.png")no-repeat;
}
.bannerDesignerIcon .title{
    font-size: 14px;
    margin-top:15px;
    font-family: Source Han Sans CN;
    padding:0px;
    font-weight: 400;text-align: center;
}
.desigFirstBox{
    width:100%;
    height: 670px;
    padding-top:120px;
    background:url("../images/common/desgFirstbg.jpg")no-repeat center center;
    background-size: cover;
}
.desigFirstBox .desigFirstItem{
    width:240px;
    height: 240px;
    padding:40px 20px;
    background:#fff;
}

.desigFirstBox .desigFirstItem .hr{
    background:#DC000C;
    display: inline-block;
    width:50px;
    height: 4px;
    margin-bottom:20px;
}
.desigFirstBox .desigFirstItem .title{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #262626;
    margin-bottom:30px;
}

.desigFirstBox .desigFirstItem .info{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 24px;
    color: #262626;
}

.desigSecBox{
    width:100%;
    height: 660px;
    background:url("../images/common/desigSecBg.jpg")no-repeat center center;
    padding:70px 0;
    color:#fff;
    text-align: center;
    background-size: 100% auto;
}
.desigSecBox .title{
    width:100%;
    text-align: center;
    font-size: 40px;
    line-height: 42px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
}
.desigSecBox .hr{
    display: inline-block;
    width:40px;
    height: 2px;
    margin:15px 0px;
    background:#fff;
}
.desigSecBox .info{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    margin-bottom:48px;
    line-height: 16px;
}
.desigSecBox .desiSecItem{
    width:345px;
    padding:50px 33px;
    border:1px solid #FFF;
    height: 378px;
    margin-right: 20px;
}
.desigSecBox .desiSecItem:last-child{
    margin-right: 0;
}
.desiSecItem .desiSecImg{
    text-align: center;
    border-radius: 50%;
    margin:0 auto;
    border:1px solid #fff;
    width:100px;
    height: 100px;
}
.desiSecItem .desiSecImg img{
    width:40px;
    height: 40px;
    margin-top:30px;
    margin-bottom:40px;
}
.desiSecItem .title{

    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 500;
}
.desiSecItem .hr{
    background:#fff;
    display: inline-block;
    width:30px;
    height: 2px;
    margin:20px;
}
.desiSecItem .info{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 28px;
}
.desiSecItem:hover{
    background:#DC000C;
    border:1px solid #DC000C;
}
.desiThreeBox{

    height: 600px;
}
.desiThreeLeft{
    width:650px;
}
.desiThreeLeft .title{
    margin-top:70px;
    font-size: 48px;
    line-height: 48px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #262626;
}
.desiThreeLeft .titleF{
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #262626;
    line-height: 30px;


}
.desiThreeLeft .hr{
    width:50px;
    height: 2px;
    display: inline-block;
    background:#262626;
    margin:20px 0;
}
.desiThreeLeft .info{

    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;

    color: #262626;
    line-height: 25px;

}
.desiThreeRight{
    width:736px;
    height: 525px;
    margin-top:38px;

    background:url('../images/common/desThreeBj.png')no-repeat center;
}
.desiFourBox{
    background:url('../images/common/desgFourbg.jpg')no-repeat center;
    width:100%;
    height: 560px;
}
.desiFourImg{
    height: 560px;
    background:url('../images/common/desgFour1.jpg')no-repeat center;
    width:50%;
}
.desiFourContent{
    width:50%;
    padding-top:70px;
    padding-left:70px;
}
.desiFourContent .title{
    font-size: 48px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    line-height:48px;
    color: #262626
}
.desiFourContent .hr{
    display: inline-block;
    height: 2px;
    width:50px;
    background:#262626;
    margin:20px 0px;
}
.desiFourContent .titleF{
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #262626;
    margin-bottom:40px;
    line-height: 30px;

}
.desiFourContent .seTitle{
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #262626;
    margin-bottom:20px;

}
.desiFourContent .info{
    width: 73.7%;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 25px;
    color: #262626;
    opacity: 1;
}
.desiFiveBox{
    width:100%;
    height: 1158px;
    padding:70px 0px 100px 0px;
}
.desiContentBox{
    width:90%;
    margin:0 auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.desiFiveBox .title{
    width:100%;
    text-align: center;
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #262626;

}
.desiFiveBox .hr{
    width:40px;
    height: 2px;
    background:#DC000C;
    margin:15px;
}
.desiFiveBox .info{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #707070;
    text-align: center;
}
.desiFiveBox .descItem{

    width:24%;
    background:#f7f7f7;
    float: left;
    margin-bottom:20px;
}

.desiFiveBox .descItem .descImg{
    width:100%;
    height: 280px;
    background:url("../images/upload/case2.jpg")no-repeat center;
}
.desiFiveBox p{
    width: 100%;
    height: 70px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 70px;
    color: #404040;
    opacity: 1;
    text-align:left;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    padding:0px 15px;
}
.desiFiveBox .descMore{
    width:320px;
    text-align: center;
    background:#DC000C;
    border-radius: 100px;
    line-height: 60px;
    height: 60px;
    color:#fff;
    margin:60px auto 0 auto;
    display: block;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    opacity: 1;

}
/*网站建设*/
.bannerWebsiteBox{
    position: absolute;
    color:#fff;
    width:100%;
    top:320px;
    text-align: center;
    left:0px;
}
.bannerWebsiteBox .title{
    font-size: 48px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    text-align: center;
    width:100%;
}
.bannerWebsiteBox span{
    width:50px;
    height: 4px;
    background:#DC000C;
    display: inline-block;
    margin:30px 0px 40px 0px;
}
.bannerWebsiteBox .info{
    font-size: 14px;
    font-family: Source Han Sans CN;
    line-height: 32px;
}
.bannerWebsiteContentBox{
    width:100%;
    padding:0px 100px 0 100px;
    position: absolute;
    top:680px;
    color:#fff;
}
.bannerWebsiteContent{
    padding-top:84px;
    /*border-top:1px solid #fff;*/
}
.bannerWebsiteContent .bannerWebsiteItems{
    width:16.5%;
    height: 230px;
    background:rgba(0,0,0,.5);
    padding:50px;
    float: left;
    display: flex;
    justify-content: space-between;
    flex-direction: column
}

.bannerWebsiterItemsText .title{
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    white-space: nowrap;
}
.bannerWebsiterItemsText .info{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    margin-top:15px;

}

.bannerWebsiteItems .img{
    width:40px;
    height: 40px;
}
.bannerWebsiteItems >.img> img{
    width:40px;
    height: 40px;
}
.bannerWebsiteItems:hover{
    background:#DC000C;
    flex-direction: column-reverse;
}
.bannerWebsiteItems:hover .bannerWebsiterItemsText .info{
    background:url('../images/common/websiteBannertop.png') no-repeat;
    background-size:25px 16px;
    background-position:100% 0;
}
.webSiteSecBox{
    width:100%;
    height: 550px;
    text-align: center;
    background:url('../images/common/webSecBg.jpg') repeat-x center center;
    padding-top:70px;
    background-size:auto 100%;
}
.webSiteSecBox .title{
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #262626;

    text-align: center;
    width:100%;

}
.webSiteSecBox>.hr{
    display: inline-block;
    background:#DC000C;
    width:40px;
    height: 2px;
    margin:15px;
}
.webSiteSecBox>.info{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #707070;
    text-align: center;
    width:100%;
    margin-bottom:40px;

}
.webSiteSecBox>img{
    width:70px;
    height: 70px;
    margin-bottom:50px;
}
.webSiteSecContent{
    width: 1300px;
    margin: 0 auto;
}
.webSiteSecItem{
    width:325px;
    height: 150px;
    float: left;
    border-right: 1px solid #ccc;
    text-align: center;
}
.webSiteSecItem:last-of-type{
    border-right: none;
}
.webSiteSecItem .num{
    font-size: 85px;
    font-family: DustHome;
    font-weight: 500;
    color: #262626;

}
.webSiteSecItem .num span{
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #262626;

}
.webSiteSecItem .info{
    font-size: 22px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
}
.webSiteThirdBox{
    width:100%;
    height: 640px;
    background:url('../images/common/webSiteThirdbj.jpg')no-repeat center center;
    padding:70px 0;
    color:#fff;
    text-align: center;
    background-size: 100% 100%;
}
.webSiteThirdBox>.title{
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    line-height: 42px;
    margin-bottom:50px;

}

.webSiteThirdContent{
    position: relative;
}
.webSiteThirdItem{
    width:33.33%;
    float: left;
    padding:50px 40px;
    box-sizing: border-box;
    height: 207px;
}
.webSiteThirdItem .box1 img{
    display: block;
    margin: 0 auto;
    width: 50px;
}
.webSiteThirdItem .box1 span{
    display: block;
    width: 25px;
    height: 2px;
    background: #FFF;
    margin: 20px auto;
}
.webSiteThirdItem .box1 h2{
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
}
.webSiteThirdItem .box2{
    display: none;
}
.webSiteThirdItem .box2 .title{
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    line-height: 22px;
}
.webSiteThirdItem .box2 .hr{
    background:#fff;
    display: inline-block;
    width:50px;
    height: 2px;
    margin:20px 0px;
}
.webSiteThirdItem .box2 .info{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
}
.webSiteThirdContent .hrH{
    width:100%;
    position: absolute;
    height: 1px;
    background-image: linear-gradient(
            to right,
            rgba(255, 255, 255, 0.1) 0%,
            rgba(255, 255, 255, 0.4) 10%,
            rgba(255, 255, 255, 0.7) 20%,
            rgba(255, 255, 255, 1) 30%,
            rgba(255, 255, 255, 1) 40%,
            rgba(255, 255, 255, 1) 50%,
            rgba(255, 255, 255, 1) 60%,
            rgba(255, 255, 255, 1) 70%,
            rgba(255, 255, 255, 0.7) 80%,
            rgba(255, 255, 255, 0.4) 90%,
            rgba(255, 255, 255, 0.1) 100%)
;
    left:0;
    top:205px;
}
.webSiteThirdContent .hrs{
    height:100%;
    position: absolute;
    width: 1px;
    background-image: linear-gradient(
            to bottom,
            rgba(255, 255, 255, 0.1) 0%,
            rgba(255, 255, 255, 0.1) 10%,
            rgba(255, 255, 255, 0.4) 20%,
            rgba(255, 255, 255, .7) 30%,
            rgba(255, 255, 255, 1) 40%,
            rgba(255, 255, 255, 1) 50%,
            rgba(255, 255, 255, 1) 60%,
            rgba(255, 255, 255, 0.7) 70%,
            rgba(255, 255, 255, 0.4) 80%,
            rgba(255, 255, 255, 0.1) 90%,
            rgba(255, 255, 255, 0.1) 100%)
;
    left:33.33%;
    top:0px;
}
.webSiteThirdContent .hrst{
    height:100%;
    position: absolute;
    width: 2px;
    background-image: linear-gradient(
            to bottom,
            rgba(255, 255, 255, 0.1) 0%,
            rgba(255, 255, 255, 0.1) 10%,
            rgba(255, 255, 255, 0.4) 20%,
            rgba(255, 255, 255, .7) 30%,
            rgba(255, 255, 255, 1) 40%,
            rgba(255, 255, 255, 1) 50%,
            rgba(255, 255, 255, 1) 60%,
            rgba(255, 255, 255, 0.7) 70%,
            rgba(255, 255, 255, 0.4) 80%,
           rgba(255, 255, 255, 0.1) 90%,
            rgba(255, 255, 255, 0.1) 100%)
            ;
    left:66.66%;
    top:0px;
}
.webSiteThirdItem:hover{
    background: #DC000C;
}
.webSiteThirdItem:hover .box1{
    display: none;
}
.webSiteThirdItem:hover .box2{
    display: block;
}

.webSiteFourBox{
    width:100%;
    height: 750px;
    padding:70px 0px;
    text-align: center;
}
.webSiteFourBox .title{
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #262626;
}
.webSiteFourBox .hr{
    display: inline-block;
    background:#DC000C;
    width:40px;
    height: 2px;
    margin:15px 0px;
}
.webSiteFourBox .info{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #707070;
    margin-bottom:40px;
}
.webSiteFourImg{
    width:1200px;
    height: 475px;
    background:url("../images/common/website5.png") no-repeat ;
    background-size:100% 100%;
    background-position: center;
    margin:40px auto 0 auto;
}
.webSiteFiveBox{
    width:100%;
    height: 600px;
    padding:70px 0px;
    background:url("../images/common/webSiteFiveBg.jpg")no-repeat center center;
    background-size: 100% auto;
    background-size: 100% 100%;
}
.webSiteFiveBox .webSiteFiveContent{
    width:49.7%;
}
.webSiteFiveContent .titleE{
    font-size: 26px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    line-height: 26px;
    color: #262626;
}
.webSiteFiveContent .hr{
    display: inline-block;
    width: 50px;
    height: 2px;
    background:#262626;
    margin:20px 0px;
}
.webSiteFiveContent .title{
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    line-height: 30px;
    color: #262626;
    opacity: 1;
    margin-bottom:10px;
}
.webSiteFiveContent .info{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    margin-bottom:50px;
}
.webSiteFiveItem{ width:100%;}
.webSiteFiveItem .webSiteSecItems{
    width:44.6%;
}
.webSiteSecItems .itemTitle{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #262626;
}
.webSiteSecItems .itemHr{
    display: inline-block;
    background:#DC000C;
    width:50px;
    height: 2px;
    margin:15px 0;
}
.webSiteSecItems .itemInfo{

    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 20px;
    color: #404040;
    opacity: 1;

}

.webSiteFiveBox .webSiteFiveImg{
    width:45.8%;
    height: 450px;
    margin-top:24px;
    background:url("../images/common/webSiteFive.png")no-repeat center;
}
.webSiteSixBox{
    padding:70px 100px 100px 70px;
    text-align: center;
}
.webSiteSixBox .title{

    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #262626;
    text-align: center;

}
.webSiteSixBox .hr{
    width:50px;
    height: 2px;
    background:#DC000C;
    margin:15px 0px;
    display: inline-block;

}
.webSiteSixBox .info{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #707070;
    text-align: center;
    margin-bottom:50px;
}
.webSiteSixBox .more{
    width:320px;
    text-align: center;
    background:#DC000C;
    border-radius: 100px;
    line-height: 60px;
    height: 60px;
    color:#fff;
    margin:60px auto 0 auto;
    display: block;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    opacity: 1;
}
/*网站优化*/
.webGoodsSecBox{
    width:100%;
    height: 600px;
    background: #F7F7F7;
    padding:50px 0px 70px 0px;
}
.webGoodsSecContent{
    margin:0 auto;
    width:89.5%;
}
.webGoodsSecLeft{
    width:25%;
    height: 480px;
    background:url("../images/common/webGoodsSecbg.jpg")no-repeat center;
    padding:60px 30px;
}
.webGoodsSecLeft .title{
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom:20px;
}
.webGoodsSecLeft .info{
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
}
.webGoodsSecLeft .hr{
    width:50px;
    height: 2px;
    background:#fff;
    display: inline-block;
    margin:20px 0px;
}
.webGoodsSecLeft .infos{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    margin-top:10px;
}
.webGoodsSecContent{
    width:72.6%;
    height: 480px;
}
.webGoodsSecItem{
    width:20%;
    height: 240px;
    float: left;
    background: #fff;
    padding:68px 25px 0 25px;
}
.webGoodsSecItem .title{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #262626;
    margin-bottom:20px;
}
.webGoodsSecItem .info{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #262626;
}
.webGoodsSecImg{
    background:#DC000C;
    text-align: center;
    padding:75px 0px;
}
.webGoodsSecImg img{
    width:90px;
    height: 90px;
}
.webGoodsThirdBox{
    width:100%;
    height: 790px;
    background:url("../images/common/webGoodsThirdbj.jpg")no-repeat center center;
    padding:70px 0;
    color: #FFFFFF;
    text-align: center;
    background-size: 100% 100%;
}
.webGoodsThirdBox>.title{
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    line-height: 42px;
    text-align: center;
    opacity: 1;

}
.webGoodsThirdBox>.hr{
    width:40px;
    height: 2px;
    display: inline-block;
    margin:15px 0px;
    background:#fff;
}
.webGoodsThirdBox>.info{
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    width:100%; 
    font-family: Source Han Sans CN;
    font-weight: 400;
    margin-bottom: 50px;
}
.webGoodsThirdContent{
    width:1200px;
    margin:0 auto;
}
.webGoodsThirdTagContent{
    width:66.66%;
    height: 380px;
}
.webSiteThirdTagItem{
    width:100%;
    height: 100%;
    display: none;
    border:1px solid rgba(255,255,255,.4);
}
.webGoodsThirdItem{
    width:33.33%;
    height: 190px;
    float: left;
    text-align: center;
    padding:47px 0px;
    position: relative;
    border-right: 1px solid rgba(255,255,255,.4);

}
.webGoodsThirdItem:nth-child(3n+3){
    border-right: none;
}
.thirdBorBottom{
    border-bottom:1px solid rgba(255,255,255,.4)
}
.webSiteThirdTagItem img{
    width:50px;
    height: 50px;
    margin-bottom:30px;
}
.webSiteThirdTagItem .title{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    width:100%;
    line-height: 16px;
}
.webGoodsThirdTagContent .itemActivity{
    display: block;
}
.webGoodsThirdItem:hover{
    background:#DC000C;
}
.webGoodsThirdItem .webSiteBor{
    background:#fff;
    position: absolute;
}
.webGoodsThirdItem .TopLeftH{
    width:15px;
    height: 1px;
    top:-1px;
    left:-1px;
}
.webGoodsThirdItem .TopLeftS{
    width:1px;
    height: 15px;
    top:-1px;
    left:-1px;
}
.webGoodsThirdItem .TopRightH{
    width:15px;
    height: 1px;
    top:-1px;
    right:-1px;
}
.webGoodsThirdItem .TopRightS{
    width:1px;
    height: 15px;
    top:-1px;
    right:-1px;
}
.webGoodsThirdItem .BottomRightH{
    width:15px;
    height: 1px;
    bottom:0px;
    right:-1px;
}
.webGoodsThirdItem .BottomRightS{
    width:1px;
    height: 15px;
    bottom:0px;
    right:-1px;
}
.webGoodsThirdItem .BottomLeftH{
    width: 15px;
    height: 1px;
    bottom:0px;
    left:-1px;
}
.webGoodsThirdItem .BottomLeftS{
    width: 1px;
    height: 15px;
    bottom:0px;
    left:-1px;
}
.webGoodsThirdTagHead{
    width:27.7%;
    height: 380px;
}
.webGoodsThirdTagTitle{
    width:100%;
    height: 180px;
    border:1px solid #fff;
    padding:42px 40px;
    text-align: left;
}
.webGoodsThirdTagTitle .title{
    width:100%;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    padding-bottom:10px;
    border-bottom:1px solid #fff;
    margin-bottom:10px;
}
.webGoodsThirdTagTitle .info{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
}
.webGoodsThirdTagTitle .webGoodsThirdIcon{
    background:url("../images/common/webGoodsThirdToRight.png")no-repeat ;
    background-size:19px 19px;
    background-position: 100% 0;
}
.webGoodsThirdTagHead .itemActivity{
    background:#DC000C;
    border:1px solid #DC000C;
}
.webGoodsThirdBox .thirdBtn{
    width:360px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    border:1px solid #fff;
    border-radius: 100px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    margin-top:68px;
    display: inline-block;
}
.webGoodsThirdBox .thirdBtn:hover{
    background:#DC000C;
    border:1px solid #DC000C;
}
.webGoodsFourBox{
    padding:70px 0px;
    width:100%;
    height: 830px;
    background:url("../images/common/webGoodsFourBg.jpg")no-repeat center center;
    text-align: center;
    background-size: 100% auto;
    background-size: 100% 100%;
}
.webGoodsFourBox .title{
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #262626;
    opacity: 1;
    text-align: center;
}
.webGoodsFourBox .hr{
    width:40px;
    height: 2px;
    display: inline-block;
    background:#DC000C;
    margin:15px 0px;
}
.webGoodsFourBox .info{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #707070;
    text-align: center;
    margin-bottom:70px;
}
.webGoodsFourContent{
    width:75%;
    margin:0 auto;
}
.webGoodsFourItems{
    width:100%;
    height: 50px;
    margin-bottom:35px;
}
.webGoodsFourItems span{
    background:#fff;
    height:50px;
    line-height: 50px;
    width:32%;
    text-align: left;
    border-radius: 100px;
    box-shadow: 0 10px 20px rgba(0,0,0,.2);
    display: inline-block;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #404040;
    padding-left:30px;
    position: relative;

}
.webGoodsFourItems span:before{
    content:'';
    position: absolute;
    background-image: url('../images/common/webGoodsFour.png');
    background-repeat: no-repeat;
    width:40px;
    height: 40px;
    background-size:40px 40px;
    top:5px;
    left:-15px;
}
.webGoodsFourBox .webGoodsBtn{
    background:#DC000C;
    display: inline-block;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    opacity: 1;
    width:360px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 100px;
    margin-top:30px;
}
.webGoodsFiveBox{
    width:100%;
    height: 600px;
    background:url('../images/common/webGoodsFiveBg.jpg')no-repeat center center;
    padding:110px 0px;
    background-size: 100% auto;
    background-size: 100% 100%;
}
.webGoodsFiveContent{
    color:#fff;
    width:89.5%;
    margin:0 auto;
}
.webGoodsFiveText{
    width:21.3%;
}
.webGoodsFiveText .title{
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    line-height: 40px;
}
.webGoodsFiveText .hr{
    width:50px;
    height: 2px;
    display: inline-block;
    background:#fff;
    margin:20px 0px;
}
.webGoodsFiveText .info{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    line-height: 18px;
    margin-bottom:40px;
}
.webGoodsFiveText .infoS{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 16px;
}
.webGoodsFiveText .hrS{
    background:#fff;
    display: inline-block;
    width:1px;
    height: 70px;
    margin:20px 0px;
}
.webGoodsFiveText a{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    width:240px;
    margin-top:30px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border:1px solid #fff;
    display: inline-block;
    color: #fff;
}
.webGoodsFiveText a:hover{
    background:#DC000C;
    border:1px solid #DC000C;
}
.webGoodsFiveItem{
    width:16%;
    height: 380px;
    margin-right: 25px;
    border:1px solid #fff;
    padding:50px 25px;
    text-align: center;
}
.webGoodsFiveItem:first-child{
    margin-right: 0;
}
.webGoodsFiveItem img{
    width:100px;height: 100px;
    margin-bottom:10px;

}
.webGoodsFiveItem .title{
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    opacity: 1;
}
.webGoodsFiveItem .hr{
    width:30px;
    height: 2px;
    display: inline-block;
    background:#fff;
    margin:15px 0px;
}
.webGoodsFiveItem .info{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
line-height: 30px;
}
.webGoodsFiveItem:hover{
    background:#DC000C;
    border:1px solid #DC000C;
}
.webGoodsSixBox{
    width:100%;
    padding:50px 0 70px 0;
    text-align: center;
}
.webGoodsSixBox>.title{
    text-align: center;
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #262626;


}
.webGoodsSixBox>.hr{
    display: inline-block;
    background:#DC000C;
    width:40px;
    height: 2px;
    margin:15px 0px;

}
.webGoodsSixBox>.info{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #707070;
}
.webGoodsSixContent {
    margin: 50px auto 70px auto;
    width: 89.8%;

}
.webGoodsSixBox .more{
    width:320px;
    text-align: center;
    background:#DC000C;
    border-radius: 100px;
    line-height: 60px;
    height: 60px;
    color:#fff;
    display: inline-block;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    opacity: 1;
}

/*首页*/
.indexBannerBottom{
    position: absolute;
    bottom:50px;
    width:100%;
    z-index: 2;
    border:none;
    color:#fff;
    height: auto;
}
.indexBannerBottomLeftLine{
    width:46.8%;
    height: 1px ;
    bottom:70px;
    left:0;
    position: absolute;
    background:#fff;
    z-index:2;
}
.indexBannerBottomRightLine{
    width:20.8%;
    height: 1px ;
    bottom:70px;
    right:26.5%;
    position: absolute;
    background:#fff;
    z-index:2;
}
.indexBannerBottomRightLineT{
    width:20.3%;
    height: 1px ;
    bottom:70px;
    right:0;
    position: absolute;
    background:#fff;
    z-index:2;
}
.indexBannerBottom .shubiao{
    width:100%;
    height: 40px;
    text-align: center;
}
.indexBannerBottom .shubiao span{
    width:24px;
    height: 40px;
    display: inline-block;
    background:url("../images/common/shubiao.png")no-repeat;
}
.indexBanner .swiper-button-prev-banner{
    bottom: 50px;
    left:75%;
    position: absolute;
    z-index: 3;
    top: unset;
}
.indexBanner .swiper-button-next-banner{
    bottom: 50px;
    right:21.3%;
    z-index: 3;
    position: absolute;
    top: unset;
}
.indexBanner .swiper-button-prev-banner:after{
    content:'';
    width:20px;
    height: 20px;
    background:url("../images/common/bannerLeft.png");
}
.indexBanner .swiper-button-next-banner:after{
    content:'';
    width:20px;
    height: 20px;
    background:url("../images/common/bannerright.png");
}
.otherBannerIndex>.swiper-pagination-bullets{
    width:46.8% !important;
    bottom:55px !important;
    left:0 !important
}
.otherBannerIndex .swiper-pagination-bullet{
    background:url('../images/common/bannerpage.png')no-repeat;
    width:20px;
    margin-right: 20px;
    height: 20px;
    opacity: 1;
}
.otherBannerIndex .swiper-pagination-bullet-active{
    background:url('../images/common/bannerpageActivity.png')no-repeat;
    width:20px;
    height: 20px;
}
.indexSecTopLeft .title{
    font-size: 48px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    line-height: 21px;
    color: #262626;
}
.indexSecTopLeft .hr{
    width:50px;
    height: 2px;
    background:#262626;
    display: inline-block;
    margin:15px 0px;
}
.indexSecTopLeft .info{

    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    line-height: 21px;
    color: #262626;
}
.indexSecTopItem{
    text-align: center;
    margin-right: 8%;
}
.indexSecTopItem .num{

    width:100%;

}
.indexSecTopItem .num .number{
    font-size: 60px;
    font-family: Gotham Rounded;
    font-weight: normal;
    line-height: 50px;
    color: #262626;display: inline-block;
}
.indexSecTopItem .num .danwei{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #262626;
    display: inline-block;
    vertical-align: top;
}
.indexSecTopItem .info{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #262626;
    margin-top:10px;
}

.indexSecItem{
    width:20%;
    border-right: 1px solid #E6E6E6;
    padding-top:60px;
    text-align: center;
    background:#fff;
    color: #262626;
    position: relative;
}
.indexSecItem .title{
    font-size: 22px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 21px;
    margin-bottom:10px;

}
.indexSecItem .info{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 21px;
    margin-top:10px;
}
.indexSecItem .img{
    width:70px;
    height: 70px;
    margin:68px auto;
}
.indexSecItem .img1{
    background:url("../images/common/indexSec1.png") no-repeat;
}
.indexSecItem .img2{
    background:url("../images/common/indexSec2.png") no-repeat;
}
.indexSecItem .img3{
    background:url("../images/common/indexSec3.png") no-repeat;
}
.indexSecItem .img4{
    background:url("../images/common/indexSec4.png") no-repeat;
}
.indexSecItem .bottomText{
    border-top:1px solid #e6e6e6;
    height: 70px;
    line-height: 70px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    width:100%;
}
.indexSecItem .houverContent{
    display: none;
    position: absolute;
    width:100%;
    height: 100%;
    top:0;
    right:-100%;
    background:url('../images/common/indexhoverbg.jpg') center;
    background-size: 100% auto;
}
.houverContent ul li{
    height: 70px;
    line-height: 70px;
    text-align:left;
    border-bottom:1px solid #fff;
    padding-left:30px;
    background:url('../images/common/hoverLi.png')no-repeat;
    background-position: 100% 0;
    
}
.indexSecItemBox .activity{
    background:#DC000C;
    margin-right: 20%;
    color:#fff;
}
.indexSecItemBox .activity .img1{
    background:url("../images/common/indexSechover1.png") no-repeat;
}
.indexSecItemBox .activity .img2{
    background:url("../images/common/indexSechover2.png") no-repeat;
}
.indexSecItemBox .activity .img3{
    background:url("../images/common/indexSechover3.png") no-repeat;
}
.indexSecItemBox .activity .img4{
    background:url("../images/common/indexSechover4.png") no-repeat;
}
.indexSecItemBox .activity .bottomText{
    border-top:1px solid #fff;
}
.indexSecItemBox .activity .houverContent{
    display: block;
}
.indexCaseBox{
    width:100%;
    padding-top:70px;
    background-size: 100% auto;
    padding-bottom: 40px;
    overflow: hidden;
    position: relative;
}
canvas{
    display:block;
}
.indexCaseBox .waves{
    width: 100%;
    height: 600px;
    position: absolute;
    top: -300px;
    background: #DC000C;
    z-index: -1;
}
.indexCaseNavBox{
    border-bottom:1px solid #fff;
    width:100%;
    padding:0 100px 21px 100px;
    color:#fff;

}
.indexCaseNavBox .title{
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    line-height: 26px;
}
.indexCaseNavBox .title span{
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 400;
}
.indexCaseNavItem{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    padding:11px 18px;
    color: #FFF;
    cursor: pointer;
}
.indexCaseNavBox .activity,.indexCaseNavItem:hover{
    background:#fff;
    color:#DC000C;
}
.indexThirdBox{
    width:100%;
    height: 540px;
    background:url("../images/common/indexThirdBg.jpg")no-repeat center center;
    padding:120px 0px;
    background-size: 100% auto;
}
.indexThirdImg{
    background:url("../images/common/indexThird1.png")no-repeat center;
    height: 300px;
    width:36.8%;
    margin-right:4.8%;
}
.indexThirdContent{
    width:41.6%;
    color:#fff;
}
.indexThirdContent .title{
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: bold;
}
.indexThirdContent>span{
    width: 50px;
    height: 2px;
    background:#fff;
    display: inline-block;
    margin:20px 0px;
}
.indexThirdContent .info{
    display: none;
    margin-top:20px;
    width: 600px;
    font-family: Source Han Sans CN;
    font-weight: 400;

    line-height: 36px;


}
.indexThirdContent .info span{
    font-weight: 900;
    font-size: 17px;
}
.indexThirdContent .activity{
    display: block;
}
.indexThirdNav{
    width:80px;
}
.indexThirdNav li{
    width:80px;
    background:#fff;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #262626;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}
.indexThirdNav .activity{
    color:#fff;
    background:#DC000C;
}
.indexSchemeBox{
    width:100%;
    height: 520px;
    background:url("../images/common/indexSchemeBg.jpg")no-repeat center center;
    padding:70px 0px;
    background-size: 100% 100%;
}
.indexSchemeLeft{
    width:28%;

}
.indexSchemeLeft .title{
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    line-height: 40px;
    color: #262626;
}
.indexSchemeLeft .hr{
    background:#262626;
    display: inline-block;
    width:50px;
    height: 2px;
    margin:20px 0px;
}
.indexSchemeLeft .info{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    line-height: 18px;
    color: #262626;

}
.indexSchemeLeft .infosec{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #262626;
    letter-spacing: 0px;
    margin-top:20px;
    line-height: 30px;
    opacity: 1;

}
.indexSchemeLeft a{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #262626;
    width:200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border:1px solid #262626;
    border-radius: 66px;
    margin-top:70px;
    display: block;
}
.indexSchemeLeft a:hover{
    background:#DC000C;
    border:1px solid #DC000C;
    color:#fff;
}
.indexSchemeList{
    width:15%;
    text-align: center;
    margin-right: 40px;
}

.indexSchemeList>.title{
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #262626;
}
.indexSchemeList>.info{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    margin-top:25px;
    margin-bottom:35px;
}
.indexSchemeList .itemList{
    width:100%;

}
.indexSchemeList .itemList .item{
    width:50%;
    height: 130px;
    float: left;
    color: #666666;
    padding-top:30px;
}

.indexSchemeList .itemList .item .itemImg{
    width:36px;
    height: 36px;
    margin:0 auto 20px auto;
}
.indexSchemeList .itemList .item .title{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
}
.indexSchemeList .itemList  .borrb{
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}
.indexSchemeList .itemList  .borR{
    border-right: 1px solid #e6e6e6;

}
.indexSchemeList .itemList  .borb{

    border-bottom: 1px solid #e6e6e6;
}
.indexSchemeList .itemList .item .itemImg1{
  background:url("../images/common/scheme1.png")no-repeat center;
}
.indexSchemeList .itemList .item .itemImg2{
    background:url("../images/common/scheme2.png")no-repeat center;
}
.indexSchemeList .itemList .item .itemImg3{
    background:url("../images/common/scheme3.png")no-repeat center;
}
.indexSchemeList .itemList .item .itemImg4{
    background:url("../images/common/scheme4.png")no-repeat center;
}
.indexSchemeList .itemList .item .itemImg5{
    background:url("../images/common/scheme5.png")no-repeat center;
}
.indexSchemeList .itemList .item .itemImg6{
    background:url("../images/common/scheme6.png")no-repeat center;
}
.indexSchemeList .itemList .item .itemImg7{
    background:url("../images/common/scheme7.png")no-repeat center;
}
.indexSchemeList .itemList .item .itemImg8{
    background:url("../images/common/scheme8.png")no-repeat center;
}
.indexSchemeList .itemList .item .itemImg9{
    background:url("../images/common/scheme9.png")no-repeat center;
}.indexSchemeList .itemList .item .itemImg10{
     background:url("../images/common/scheme10.png")no-repeat center;
 }
.indexSchemeList .itemList .item .itemImg11{
    background:url("../images/common/scheme11.png")no-repeat center;
}
.indexSchemeList .itemList .item .itemImg12{
    background:url("../images/common/scheme12.png")no-repeat center;
}
.indexSchemeList .itemList .item .itemImg13{
    background:url("../images/common/scheme13.png")no-repeat center;
}
.indexSchemeList .itemList .item .itemImg14{
    background:url("../images/common/scheme14.png")no-repeat center;
}
.indexSchemeList .itemList .item .itemImg15{
    background:url("../images/common/scheme15.png")no-repeat center;
}
.indexSchemeList .itemList .item .itemImg16{
    background:url("../images/common/scheme16.png")no-repeat center;
}
.indexSchemeList .itemList:hover {
    color:#DC000C;
}
.indexSchemeList .itemList .item:hover{
    color:#DC000C;
}
.indexSchemeList .itemList .item:hover .itemImg1{
    background:url("../images/common/schemeHover1.png")no-repeat center;
}

.indexSchemeList .itemList .item:hover .itemImg2{
    background:url("../images/common/schemeHover2.png")no-repeat center;
}

.indexSchemeList .itemList .item:hover .itemImg3{
    background:url("../images/common/schemeHover3.png")no-repeat center;
}
.indexSchemeList .itemList .item:hover .itemImg4{
    background:url("../images/common/schemeHover4.png")no-repeat center;
}



.indexSchemeList .itemList .item:hover .itemImg5{
    background:url("../images/common/schemeHover5.png")no-repeat center;
}



.indexSchemeList .itemList .item:hover .itemImg6{
    background:url("../images/common/schemeHover6.png")no-repeat center;
}

.indexSchemeList .itemList .item:hover .itemImg7{
    background:url("../images/common/schemeHover7.png")no-repeat center;
}

.indexSchemeList .itemList .item:hover .itemImg8{
    background:url("../images/common/schemeHover8.png")no-repeat center;
}
.indexSchemeList .itemList .item:hover .itemImg9{
    background:url("../images/common/schemeHover9.png")no-repeat center;
}
.indexSchemeList .itemList .item:hover .itemImg10{
    background:url("../images/common/schemeHover10.png")no-repeat center;
}
.indexSchemeList .itemList .item:hover .itemImg11{
    background:url("../images/common/schemeHover11.png")no-repeat center;
}

.indexSchemeList .itemList .item:hover .itemImg12{
    background:url("../images/common/schemeHover12.png")no-repeat center;
}

.indexSchemeList .itemList .item:hover .itemImg13{
    background:url("../images/common/schemeHover13.png")no-repeat center;
}

.indexSchemeList .itemList .item:hover .itemImg14{
    background:url("../images/common/schemeHover14.png")no-repeat center;
}
.indexSchemeList .itemList .item:hover .itemImg15{
    background:url("../images/common/schemeHover15.png")no-repeat center;
}



.indexSchemeList .itemList .item:hover .itemImg16{
    background:url("../images/common/schemeHover16.png")no-repeat center;
}
.indexFormBox{
    width:100%;
    background:url("../images/common/indexFormBoxBg.jpg")no-repeat center center;
    height: 560px;
    padding:75px 0px;
    background-size: cover;
}
.indexFormLeft{
    width:50%;
}
.indexFormLeft .img{
    width:100%;
    height: 290px;
    background:url('../images/common/indexFormBox1.jpg')no-repeat center;
}

.indexFormLeftBox{
    width:100%;
    height: 120px;
    padding:24px 55px;
    display: flex;
    background:#DC000C;
    justify-content: space-between;
}
.indexFormLeftItem{
    width:100%;
    text-align: center;
}
.indexFormLeftItem img{
    width:44px;
    height: 44px;
    margin-bottom:15px;
}
.indexFormLeftItem .title{
    color:#FFFFFF;

    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
}
.indexFormContent{
    width:50%;
    background:#fff;
    height: 410px;
    padding:20px 60px;
}
.indexFormContent .title{

    font-family: Source Han Sans CN;
    font-weight: bold;
    line-height: 41px;
    color: #242424;

}
.indexFormContent .hr{
    width:50px;
    display: inline-block;
    height: 2px;
    background:#DC000C;
    margin:15px;
}
.indexFormContent .info{

    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 24px;
    color: #999999;
    margin-bottom:20px;
}
.indexFormContent .indexForm{
    width:100%;
}
.indexForm input{
    width:48%;
    padding-left:10px;
    height: 50px;
    line-height: 50px;
    border:1px solid #e6e6e6;
}
.indexForm textarea{
    padding-left:10px;
    width:100%;
    border:1px solid #e6e6e6;
    height: 60px;
    margin:20px 0px;
    padding-top:10px;
}
.indexForm p{
    margin-bottom: 20px;
}
.indexForm p span{
    color: blue;
}
.form-notice-content{
    padding: 50px;
}
.form-notice-content h2{
    margin-bottom: 20px;
}
.form-notice-content p{
    line-height: 2;
}
.indexForm button{
    width:100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background:#DC000C;
    color:#fff;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    border:1px solid #DC000C;
}

.indexNewsBox{
    width:100%;
    height: 675px;
    padding:70px 0px;
}
.indexNewsNavContent{
    width:48.2%;
    margin-right: 30px;
    height: 535px;
}
.indexNewsNav{
    margin-bottom:30px;
    height: 40px;
}
.indexNewsNav .indexNavItem{
    padding:13px 29px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #18212A;
    cursor: pointer;
}
.indexNewsNav .activity,.indexNavItem:hover{
    background:#DC000C;
    color:#fff;
}
.indexNewsImgItem{
    width:48%;
    height: 465px;
    border:1px solid #e6e6e6;

}
.indexNewsImgItem .imgBox{
    width:100%;
    height: 250px;
    overflow: hidden;
    display: block;
    position: relative;
}
.indexNewsImgItem .imgBox img{
    width: 100%;
    height: auto;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.indexNewsImgItem .newsContent{
    padding:30px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.indexNewsImgItem .newsContent .title{
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    margin-bottom:20px;
    color: #282828;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    text-overflow: ellipsis;
}
.indexNewsImgItem>.newsContent>.info{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 21px;
    color: #999999;
    height:38px;
       box-sizing: unset;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}
.indexNewsImgItem .newsContent .time{
    font-size: 14px;
    margin-top:30px;
    padding-top:30px;
    border-top:1px solid #ccc;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999999;
}

.indexNewsItemContent{
    width:31.4%;
}
.indexNewsItemContent .indexNewsItems{
    width:100%;
    border:1px solid #e6e6e6;
    display: block;
    height: 95px;
    margin-bottom:15px;
}
.indexNewsItemContent .indexNewsItems .indexNewsTitle{
    width:17.5%;
    border-right: 1px solid #e6e6e6;
    text-align: center;
    height: 95px;
    padding:18px 0px;
}
.indexNewsItemContent .indexNewsItems .indexNewsTitle .day{
    font-size: 36px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    display: block;
}
.indexNewsItemContent .indexNewsItems .indexNewsTitle .year{
    display: block;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999999;


}
.indexNewsText{
    padding:25px 20px;
   width:82%
}
.indexNewsText .title{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    margin-bottom:15px;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.indexNewsText .info{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999999;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;

}
.indexNewsItemContent .indexNewsItems:last-child{
    margin-bottom:0px;
}
.indexNewsTitleContent .titleE{
    font-size: 48px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #262626;
    line-height:50px;
    padding:0px;
    opacity: 1;

}
.indexNewsTitleContent .hr{
    display: inline-block;
    background:#DC000C;
    width:50px;
    height: 2px;
    margin:30px 0px;

}
.indexNewsTitleContent .title{
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    margin-bottom:20px;
}
.indexNewsTitleContent .hrS{
    display: inline-block;
    background:#666666;
    margin:20px 0px;
    width:1px;
    height: 120px;
}
.indexNewsTitleContent .info{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    opacity: 1;
}
.indexNewsTitleContent .indexMoreBtn{
    padding:13px 65px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #DC000C;
    display: inline-block;
    border:1px solid #DC000C;
    border-radius: 50px;
    margin-top:30px;
    cursor: pointer;
}
.indexMoreBtn:hover{
    background:#DC000C;
    color:#fff;
}
.indexLinkBox{
    width:100%;
    background:#F7F7F7;
}
.linkHead{
    margin-bottom:20px;
}
.linkHead .linkHeadItem{
    padding:8px 22px;
    background:#E6E6E6;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #262626;
    margin-right: 10px;
    cursor: pointer;

}
.linkHead .activity,.linkHeadItem:hover{
    background:#DC000C;
    color:#fff;
}
.linkContent a{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #262626;
    margin-right: 30px;
    cursor: pointer;
    margin-bottom:20px;
}
.linkContent .linkContentItem{
    display: none;
}
.linkContent .activity{
    display: block;
}

/*网站案例详情*/
/*成功案例*/
.caseContainer{
    padding:164px 0px 53px 0px;
    width:1200px;
    margin:0px auto;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
.caseSuccImg{
    width:660px;
    height:586px;
    background:url('../images/success1.png') no-repeat ;
    background-size:100%;
    position: relative;
}
.caseSuccPcImg{
    width:590px;
    height:348px;
    position: absolute;
    top:35px;
    left:35px;
    overflow: hidden;
}
.caseSuccPcImg img{
    width: 100%;
    height: auto;
}
.caseMobileImg{
    position: absolute;
    bottom: 0;
    right:30px;
    width:150px;
    height:330px;
    background:url('../images/success2.png') no-repeat ;
    background-size:100%;
}
.caseSuccMobileImg{
    position: absolute;
    bottom:65px;
    right:12px;
    height:218px;
    width:128px;
}
.cassSuccDec{
    width:470px;

}
.cassSuccDec .title{
    font-size:30px;
    font-weight:400;
    color:rgba(38,38,38,1);

}
.cassSuccDec .caseDescTitle{
    margin-top:30px;
    width:72px;
    height:27px;
    font-size:18px;
    font-weight:400;
    line-height:40px;
    color:rgba(38,38,38,1);
}
.cassSuccDec .caseDescLine{
    width:50px;
    height:4px;
    margin-top:15px;
    background:#0092E5;
}
.cassSuccDec  .caseDescInfo{
    margin-top:20px;
    width:470px;
    font-size:16px;
    font-family:Source Han Sans SC;
    font-weight:400;
    color:rgba(38,38,38,1);

}
.project{
    margin-top:25px;
    display: flex;
    width:100%;
    padding-bottom:15px;
    border-bottom: 1px solid #999999;
    justify-content:flex-start;
    align-items: center;
}

.projectImg{
    width:50px;
    height:50px;

}
.projectImg a{
    width:50px;
    height:50px;
    display: inline-block;
}
.projectImg .projectImg1{
    background:url('../images/pc.png') no-repeat 100%;
    background-size:100% 100%;
}
.projectMove{
    position: relative;
}
.projectMove img,.projectMove canvas{
    position: absolute;
    top: -45px;
    left: 68px;
    width: 140px;
    height: 140px;
    display: none;
    border: 1px solid #828282;
}
.projectMove img{
    z-index: 1;
    width: 80px;
    height: auto;
    background: #0092e5;
    top: 10px;
    left: 99px;
}
.projectImg .projectImg2{
    background:url('../images/move.png') no-repeat 100%;
    background-size:100% 100%;
}
.projectEd .projectImg1{
    background:url('../images/pc1.png') no-repeat 100%;
    background-size:100% 100%;
}.projectEd .projectImg2{
     background:url('../images/move1.png') no-repeat 100%;
     background-size:100% 100%;
 }
.projectPcImg{
    width:25px;
    height:25px;
}
.projectMvImg{
    width:17px;
    height:25px;
}
.projectHref{
    margin-top:60px;
    display: flex;
    justify-content:flex-start;
}
.projectHref a{
    width:200px;
    height:60px;
    border-radius: 30px;
    display: inline-block;
    line-height:60px;
    text-align: center;
    border:1px solid #0092E5;
    font-size:18px;
}
.projcetSit{
    color:#0092E5;
}
.projectWeb{
    background:#0092E5;
    color:#fff;
}
.caseReomContainer{
    width:100%;
    height:auto;
    background:#F0F0F0;
    padding:70px 0px 110px;
    box-sizing: border-box;
}
.caseReomTitle{
    width:1200px;
    margin:0px auto;
    text-align: center;
    font-size:40px;
    font-weight:400;
    color:rgba(51,51,51,1);
    padding-bottom:20px;
    border-bottom:1px solid #CCCCCC;
}
.caseReomList{
    margin:30px auto 0px;
    width:1200px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.caseReomItem{
    width:285px;
    margin-right:20px;
    height:auto;
    display: inline-block;
    margin-bottom: 30px;
    transition: all 0.3s ease 0s;
}
.caseReomItem:nth-of-type(4n){
    margin-right: 0;
}
.caseReomItemEd{
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
    transform: translate3d(0px, -5px, 0px);
    color:#0092E5;
}
.caseReomItemEd .remoItemDes span{
    color:#0092E5;
}

.caseReomItemEd .remoItemUp{
    display: block;
}

.caseReomItem .imgBox{
    width:285px;
    height:230px;
    overflow: hidden;
}
.caseReomItem .imgBox img{
    width: 100%;
    height: auto;
}
.remoItemDes{
    height:80px;
    width:100%;
    padding:15px;
    box-sizing: border-box;
    background:#fff;
    display: flex;
    justify-content:flex-start;
}
.remoItemName{
    width:225px;
    display: flex;
    flex-direction:column;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.remoItemName .itemName{
    font-size:16px;
    font-weight:400;
    color:rgba(51,51,51,1);
}
.remoItemName .itemSpan{
    margin-top:5px;
    width:56px;
    font-size:14px;
    font-weight:400;
    color:rgba(153,153,153,1);
}
.remoItemUp{
    border-left: 1px solid #0092E5;
    display: none;
}
.remoItemUp img{
    width:28px;
    height:20px;
    margin-top:15px;
    margin-left:15px;
}
@media screen and (max-width: 1440px) {
    .bannerWebsiteBox{
        top: 150px;
    }
    .bannerWebsiteContentBox{
        top: 440px;
    }
    .bannerWebsiteContent{
        padding-top: 60px;
    }
    .bannerDesignerBox .title{
        margin-top: 240px;
    }
    footer {
        padding: 70px 50px 80px 50px;
    }
    .footerTel{
        display: none;
    }
    .CContainer1400{width:1200px;margin: 0 auto;}
    .CContainer1440{width:1200px;margin: 0 auto;}
    .desigFirstBox .desigFirstItem {
        width: 200px;
        height: 200px;
        padding: 10px;
        background: #fff;
    }
    .desigFirstBox .desigFirstItem .hr {
        margin-bottom: 10px;
    }
    .desigFirstBox .desigFirstItem .title {
        margin-bottom: 10px;
    }
    .desigSecBox{
        background-size: 100% 100%;
    }
    .desigSecBox .desiSecItem {
        width: 285px;
    }
    .desiThreeLeft {
        width: 480px;
    }
    .desiThreeRight {
        width: 516px;
        height: 525px;
        margin-top: 38px;
        background: url(../images/common/desThreeBj.png)no-repeat center;
        background-size: 100% auto;
    }

    .bannerSearchBtn {
        padding:0 20px;
        text-align: left;
    }
    .bannerSearchBtn span, .bannerSearchBtn a {
        padding: 15px 15px;
    }
    .bannerSearchContent .info {
        margin-bottom: 20px;
    }
    .bannerAboutBox {
        top: 150px;
    }
    .bannerAboutItemBox {
        padding-top: 50px;
        margin-top: 40px !important;
    }
    .floorBanner {
        background-size: 100% 100%;
    }
    .aboutFourBox{
        background-size: 100% 100%;
    }
    .aboutSixBox .aboutSixImg {
        width: 187px;
    }
    .aboutFiveBox .aboutFiveImg {
        width: 40%;
    }
}


.artDetails{
    font-size: 16px;
    line-height: 2;
}
.artDetails p{
    margin-bottom: 20px;
}
.artDetails img{
    max-width: 100% !important;
    height: auto !important;
    margin: 0 auto;
    display: block;
}
#related_posts, #author-box {
    clear: both;
    border: 1px solid #eaeaea;
    background: #fff;
    margin-bottom: 20px
}

.block-head {
    overflow: hidden
}

.block-head h3, #respond h3 {
    font-size: 20px;
    font-family: Arial, "Microsoft YaHei", "WenQuanYi Micro Hei", "Open Sans", "Hiragino Sans GB", Verdana, sans-serif;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 10px;
    margin: 20px 20px 0 20px
}

#related_posts .post-listing, #author-box .post-listing {
    padding: 20px;
    border: 0;
    padding-bottom: 0;
}

#related_posts .related-item {
    float: left;
    width: 31.33333333%;
    margin: 0 3% 10px 0
}

#related_posts .related-item:nth-child(3n+3), .full-width #related_posts .related-item:nth-child(4n+4) {
    margin-right: 0
}

#related_posts .related-item .post-thumbnail {
    margin: 0 0 10px 0
}

.full-width #related_posts .related-item {
    margin-right: 2%;
    width: 23.5%
}

.entry #related_posts {
    margin: 0 0 20px 20px;
    float: right;
    width: 30%;
    border: 1px solid #eee;
    border-width: 0 0 0 1px;
    padding-left: 20px
}

.entry #related_posts .post-listing {
    border-bottom: 0 none;
    padding: 0;
    margin: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.entry #related_posts .related-item {
    float: none;
    width: 100%;
    height: auto;
    margin: 0 0 10px 0
}

.entry #related_posts .related-item h3 {
    margin: 0;
    font-size: 15px
}

.entry #related_posts .stripe-line {
    display: none
}

.entry #related_posts .block-head h3 {
    margin-top: 0
}

.entry #related_posts .post-inner p.post-meta {
    padding: 0
}

#check-also-box {
    position: fixed;
    z-index: 999;
    bottom: 100px;
    right: -350px;
    width: 300px;
    border-top: 1px solid #eaeaea;
    padding: 10px 20px 20px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

#check-also-box.check-also-left {
    left: -350px;
    right: auto
}

#check-also-box.show-check-also, #check-also-box.check-also-left #check-also-close {
    right: 0;
    left: auto
}

#check-also-box.check-also-left.show-check-also {
    right: auto;
    left: 0
}

#check-also-box .block-head {
    padding: 0
}

#check-also-box .block-head h3 {
    text-align: center;
    margin: 0 0 10px;
    display: block;
    float: none
}

#check-also-box .post-thumbnail {
    margin: 0 0 10px
}

.check-also-post {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee
}

.check-also-post:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0 none
}

.check-also-post .post-title {
    font-size: 16px
}

.check-also-post p {
    line-height: 20px
}

#check-also-close {
    position: absolute;
    left: -1px;
    top: -1px;
    padding: 4px 8px;
    background: #e74c3c;
    color: #FFF;
    font-size: 18px
}

#check-also-close:hover i {
    opacity: .7
}



.post-thumbnail {
    margin-right: 15px;
    position: relative;
    line-height: 0
}

.post-thumbnail a {
    display: block !important;
    font-size: 0;
    width: 260px;
    height: 160px;
    overflow: hidden;
}

.post-thumbnail img {
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    width: 100%;
    height: auto;
}

.post-thumbnail a:hover img {
    opacity: .3 !important
}

.post-thumbnail a:hover .overlay-icon:before, .video-box .overlay-icon:before {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.overlay-icon:before, .wdp_slider .overlay-icon:before {
    content: '\f15c';
    color: #FFF;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    border: 3px solid #FFF;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 18px;
    line-height: 35px;
    margin: -20px 0 0 -20px;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.wdp_map .overlay-icon:before {
    content: "\f041"
}

.wdp_slider .overlay-icon:before {
    content: '\e80c'
}

.wdp_lightbox .overlay-icon:before {
    content: "\f03e"
}

.wdp_audio .overlay-icon:before, .wdp_soundcloud .overlay-icon:before {
    content: "\f028"
}

.wdp_video .overlay-icon:before {
    content: "\f16a"
}

.item-list .post-thumbnail, .timeline .post-thumbnail {
    float: left;
    margin-bottom: 0
}

.cat-box li .post-thumbnail {
    margin: 0 15px 0 0
}
p.post-meta {
    color: #888;
    margin: 7px 0;
    font-size: 85%
}

p.post-meta a {
    color: #888
}

p.post-meta a:hover {
    border-bottom: 1px #000 dotted;
    color: #000;
    text-decoration: none
}

.post-meta .stars-small {
    float: left;
    margin: -1px 10px 0 0
}

.artilce-tlk{
    width: 300px;
    margin-bottom: 20px;
}
.artilce-tlk img{
    width: 100%;
    height: auto;
}

.construction-case{
    width: 100%;
    height:1780px;
    background:rgba(247,247,247,1);
    padding-top: 70px;
    overflow: hidden;
    box-sizing: border-box;
}
.construction-case .content{
    width: 1200px;
    margin: 0 auto;
    margin-top: 40px;
    height: 950px;
}
.construction-case .content .item{
    width: 384px;
    float: left;
    margin-right: 24px;
    display: block;
    margin-bottom: 30px;
}
.construction-case .content .item:nth-of-type(3n){
    margin-right: 0;
}
.construction-case .content .item .imgBox{
    width: 384px;
    height: 400px;
    overflow: hidden;
}
.construction-case .content .item .imgBox img{
    width: 100%;
    height: auto;
    transition-duration: .3s;
}
.construction-case .content .item .wordsBox {
    font-size:16px;
    font-family:Source Han Sans CN;
    font-weight:400;
    line-height:60px;
    color:rgba(102,102,102,1);
    opacity:1;
    width: 100%;
    height: 60px;
    background: #fff;
    transition-duration: .3s;
    box-sizing: border-box;
    padding: 0 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.construction-case .content .item:hover .imgBox img{
    transform: scale(1.1);
}
.construction-case .content .item:hover .wordsBox{
    background: #0089ff;
    color: #fff;
}
.construction-case .more{
    width: 300px;
    height: 60px;
    box-sizing: border-box;
    border: 1px solid #0089ff;
    color: #0089ff;
    display: block;
    margin: 0 auto;
    margin-top: 60px;
    text-align: center;
    line-height: 60px;
    background: none;
    overflow: hidden;
    border-radius: 100px;
    transition-duration: .3s;
}
.construction-case .more:hover{
    background: #0089ff;
    color: #fff;
}

.construction-title{
    text-align: center;
}
.construction-title h2{
    font-size:40px;
    font-family:Source Han Sans CN;
    font-weight:500;
    color:rgba(38,38,38,1);
}
.construction-title span{
    display: block;
    margin: 15px auto;
    width: 40px;
    height: 2px;
    background: #DC000C;
}
.construction-title p{
    font-size:16px;
    font-family:Source Han Sans CN;
    font-weight:400;
    color:rgba(112,112,112,1);
}
.construction-guarantee{
    width: 100%;
    height: 700px;
    padding-top: 50px;
    overflow: hidden;
    box-sizing: border-box;
    background: url("../images/cg.jpg") repeat-x center center;
}
.construction-guarantee .content{
    background: url("../images/gb.png") no-repeat;
    width: 843px;
    height: 380px;
    background-size: 100% 100%;
    margin: 0 auto;
    margin-top: 40px;
    position: relative;
}
.construction-guarantee .content .item{
    font-size:16px;
    font-family:Source Han Sans CN;
    font-weight:400;
    line-height:27px;
    color:rgba(102,102,102,1);
    position: absolute;
    white-space: nowrap;
}
.construction-guarantee .content .item:nth-of-type(1){
    top: 350px;
    left: -70px;
}
.construction-guarantee .content .item:nth-of-type(2){
    top: 190px;
    left: 132px;
}
.construction-guarantee .content .item:nth-of-type(3){
    top: 90px;
    left: 386px;
}
.construction-guarantee .content .item:nth-of-type(4){
    top: 190px;
    left: 645px;
}
.construction-guarantee .content .item:nth-of-type(5){
    top: 350px;
    left: 690px;
}
.construction-guarantee .content .imgBox{
    width: 495px;
    height: 300px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -60px;
}

.construction-system{
    background: url("../images/sb.jpg") no-repeat center center;
    background-size: auto 100%;
    width: 100%;
    height: 455px;
    box-sizing: border-box;
    padding-top: 70px;
}
.construction-system .content{
    width: 1200px;
    margin: 0 auto;
}
.construction-system .content .title h2{
    font-size:48px;
    font-family:Source Han Sans CN;
    font-weight:bold;
    color:rgba(38,38,38,1);
    text-align: right;
}
.construction-system .content .title span{
    display: block;
    width: 40px;
    height: 2px;
    background: #DC000C;
    margin-top: 20px;
    margin-left: 1160px;
}
.construction-system .content .main{
    width: 1200px;
    height: 240px;
    overflow: hidden;
    margin-top: 13px;
}
.construction-system .content .main .left{
    float: left;
    width: 866px;
    height: 100%;
}
.construction-system .content .main .left .item{
    width: 276.5px;
    height: 105px;
    margin-right: 18px;
    margin-bottom: 25px;
    position: relative;
    float: left;
}
.construction-system .content .main .left .item:nth-of-type(3n){
    margin-right: 0;
}
.construction-system .content .main .left .item img{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    top: 0;
    left: 0;
}
.construction-system .content .main .left .item>h2{
    font-size:24px;
    font-family:Source Han Sans CN;
    font-weight:500;
    color:rgba(255,255,255,1);
    margin-top: 25px;
    float: left;
    margin-left: 30px;
    position: relative;
    z-index: 2;
}
.construction-system .content .main .left .item>p{
    font-size:24px;
    font-family:Source Han Sans CN;
    font-weight:500;
    color:rgba(38,38,38,1);
    margin-top: 35px;
    margin-left: 46px;
    float: left;
    position: relative;
    z-index: 2;
}
.construction-system .content .main .right{
    width: 300px;
    float: right;
    height: 100%;
    position: relative;
}
.construction-system .content .main .right h2{
    font-size:30px;
    font-family:Source Han Sans CN;
    font-weight:400;
    color:rgba(38,38,38,1);
    text-align: right;
}
.construction-system .content .main .right p{
    font-size:14px;
    font-family:Source Han Sans CN;
    font-weight:400;
    line-height:24px;
    color:rgba(153,153,153,1);
    text-align: right;
    margin: 20px 0;
}
.construction-system .content .main .right span{
    width: 1px;
    height: 80px;
    background: #cccccc;
    display: block;
    margin-left: 299px;
}
.construction-system .content .main .right img{
    display: block;
    width: 255px;
    height: auto;
    position: absolute;
    bottom: 0;
    right:0;
}

.construction-process{
    background: url("../images/pb.jpg") repeat-x center center;
    background-size: auto 100%;
    width: 100%;
    height: 550px;
    box-sizing: border-box;
    padding-top: 70px;
}
.construction-process .content{
    width: 1200px;
    margin: 0 auto;
}
.construction-process .content .title h2{
    font-size:48px;
    font-family:Source Han Sans CN;
    font-weight:bold;
    color:rgba(38,38,38,1);
}
.construction-process .content .title span{
    display: block;
    width: 40px;
    height: 2px;
    background: #DC000C;
    margin: 20px 0;
}
.construction-process .content .main{
    width: 100%;
    height: 320px;
}
.construction-process .content .main .left{
    float: left;
    width: 300px;
    position: relative;
    height: 320px;
}
.construction-process .content .main .left h2{
    font-size:30px;
    font-family:Source Han Sans CN;
    font-weight:400;
    color:rgba(38,38,38,1);
    margin-bottom: 30px;
}
.construction-process .content .main .left p{
    font-size:14px;
    font-family:Source Han Sans CN;
    font-weight:400;
    line-height:24px;
    color:rgba(153,153,153,1);
    opacity:1;
}
.construction-process .content .main .left a{
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    font-size:16px;
    font-family:Source Han Sans CN;
    font-weight:400;
    color:#DC000C;
    width: 260px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #DC000C;
    transition-duration: .3s;
    border-radius: 100px;
}
.construction-process .content .main .left a:hover{
    background: #DC000C;
    color: #fff;
}
.construction-process .content .main .right{
    float: right;
    width: 840px;
}
.construction-process .content .main .right .item{
    width: 280px;
    height: 160px;
    float: left;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #cccccc;
    box-sizing: border-box;
    position: relative;
}
.construction-process .content .main .right .item:nth-of-type(3n){
    border-right: none;
}
.construction-process .content .main .right .item:nth-of-type(5),.construction-process .content .main .right .item:nth-of-type(4),.construction-process .content .main .right .item:nth-of-type(6){
    border-bottom: none;
}
.construction-process .content .main .right .item .wrap1{
    padding-top: 50px;
}
.construction-process .content .main .right .item .wrap1 .imgBox{
    width: 115px;
    height: 60px;
    border-right: 1px solid #cccccc;
    position: relative;
    float: left;
}
.construction-process .content .main .right .item .wrap1 .imgBox img{
    height: 50px;
    width: auto;
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.construction-process .content .main .right .item .wrap1 .wordsBox{
    float: left;
    margin-left: 15px;
}
.construction-process .content .main .right .item .wrap1 .wordsBox h2{
    font-size:18px;
    font-family:Source Han Sans CN;
    font-weight:400;
    color:rgba(38,38,38,1);
}
.construction-process .content .main .right .item .wrap1 .wordsBox p{
    font-size:12px;
    font-family:Source Han Sans CN;
    font-weight:400;
    color:rgba(153,153,153,1);
    margin-top: 15px;
}


.construction-process .content .main .right .item .wrap2{
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    z-index: 2;
    box-sizing: border-box;
    transition-duration: .3s;
    overflow: hidden;
}
.construction-process .content .main .right .item:hover .wrap2{
    height: 100%;
}
.construction-process .content .main .right .item .wrap2 img{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}
.construction-process .content .main .right .item .wrap2 p{
    font-size:14px;
    font-family:Source Han Sans CN;
    font-weight:400;
    line-height:20px;
    color:rgba(255,255,255,1);
    opacity:1;
    margin-left: 25px;
}
.construction-process .content .main .right .item .wrap2 p:nth-of-type(1){
    margin-top: 20px;
}
.construction-process .content .main .right .item .wrap2 span{
    display: block;
    position: absolute;
    background: url("../images/pi.png") no-repeat;
    width: 25px;
    height: 12px;
    bottom: 19px;
    right: 23px;
}

.website-form{
    width: 100%;
    height: 620px;
    overflow: hidden;
    background: url("../images/wf.jpg") repeat-x center center;
}
.website-form .content{
    width: 1300px;
    height: 450px;
    margin: 70px auto;
    border-top: 10px solid #DC000C;
    box-sizing: border-box;
    padding: 40px 90px;
    background: #FFF;
}
.website-form .content .left{
    float: left;
}
.website-form .content .left h2{
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #262626;
}
.website-form .content .left h2 span{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #262626;
}
.website-form .content .left i{
    display: block;
    width: 30px;
    height: 4px;
    background: #DC000C;
    margin: 20px 0;
}
.website-form .content .left p{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 28px;
    color: #404040;
}
.website-form .content .left h3{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #404040;
    margin-top: 70px;
}
.website-form .content .left h4{
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #DA3021;
    line-height: 65px;
}
.website-form .content .left h5{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #404040;
}
.website-form .content .right{
    float: right;
    width: 640px;
}
.website-form .content .right h2{
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #242424;
}
.website-form .content .right>span{
    display: block;
    width: 30px;
    height: 4px;
    background: #DC000C;
    margin: 20px 0;
}
.website-form .content .right>p{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999999;
}
.website-form .content .right .main{
    margin-top: 20px;
}
.website-form .content .right .main p{
    margin-bottom: 20px;
}
.website-form .content .right .main p span{
    color: blue;
}
.website-form .content .right .main input{
    display: block;
    width: 310px;
    box-sizing: border-box;
    height: 50px;
    border: 1px solid #E6E6E6;
    background: none;
    outline: none;
    float: left;
    padding-left: 10px;
}
.website-form .content .right .main input:nth-of-type(3){
    float: right;
}
.website-form .content .right .main textarea{
    margin: 10px 0;
    width: 100%;
    height: 70px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #E6E6E6;
}
.website-form .content .right .main button{
    display: block;
    width: 100%;
    height: 60px;
    background: #DC000C;
    text-align: center;
    line-height: 60px;
    outline: none;
    border: none;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
}
.seo-business{
    padding-top: 70px;
}
.seo-business .content{
    width: 1300px;
    margin: 0 auto;
    height: 400px;
    margin-bottom: 70px;
    margin-top: 40px;
}
.seo-business .content .item{
    width: 310px;
    float: left;
    margin-right: 20px;
    cursor: pointer;
}
.seo-business .content .item:last-of-type{
    margin-right: 0;
}
.seo-business .content .item .imgBox{
    width: 100%;
    height: 222px;
    overflow: hidden;
}
.seo-business .content .item .imgBox img{
    width: 100%;
    height: auto;
    transition-duration: .3s;
}
.seo-business .content .item .wordsBox{
    width: 100%;
    height: 170px;
    padding: 30px 25px;
    box-sizing: border-box;
    background: #F7F7F7;
}
.seo-business .content .item .wordsBox h2{
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #404040;
    text-align: center;
}
.seo-business .content .item .wordsBox span{
    width: 40px;
    height: 2px;
    display: block;
    margin: 15px auto;
    background: #DC000C;
}
.seo-business .content .item .wordsBox p{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 28px;
    color: #666666;
    text-align: center;
}
.seo-business .content .item:hover img{
    transform: scale(1.1);
}
.seo-business .content .item:hover .wordsBox{
    background: #DC000C;
}
.seo-business .content .item:hover .wordsBox h2,.seo-business .content .item:hover .wordsBox p{
    color: #FFF;
}
.seo-business .content .item:hover .wordsBox span{
    background: #FFF;
}

.webcaseBanner{
    background-size: auto 100%;
    height: 600px;
}
@media screen and (max-width: 1440px){
    .indexSecItem .bottomText {
        font-size: 12px;
    }
    .searchInput{
        display: none;
    }
}
