.w1440 {
    width: 1440px;
    margin: 0 auto;
}

@media (min-width: 767px) and (max-width: 1440px) {
    .w1440 {
        width: 85% !important;
        margin: 0 auto;
    }
}

.bannerPgae {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.bannerPgae img {
    display: block;
    width: 100%;
    height: auto;
}

.bannerPgae .bannerBox {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.bannerPgae .bannerBox h2 {
    color: #fff;
    text-align: center;
    font-size: 78px;
    font-weight: bold;
    line-height: 78px;
    margin-bottom: 30px;
}

.bannerPgae .bannerBox h2 p {
    color: #fff;
    text-align: center;
    font-size: 78px;
    font-weight: bold;
    line-height: 78px;
    margin-bottom: 30px;
}

.bannerPgae .bannerBox p {
    text-align: center;
    font-size: 22px;
    color: #fff;
}

.PageContainer {
    padding-bottom: 25px !important;
    width: 100%;
    background: #f5f5f5;
}

.navGation {
    transition: 0.5s;
    width: 100%;
    background: #fff;
    height: 80px;
}

.navGation .w1440 {
    overflow: hidden;
}

.navGation ul {
    float: left;
    overflow: hidden;
}

.navGation ul li {
    color: #aaa;
    height: 80px;
    line-height: 80px;
    float: left;
}

.navGation ul li a {
    font-size: 15px;
    color: #aaa;
}

.navGation ul li:first-child {
    padding-left: 35px;
    background: url(/frontEnd/static/img/case_page3.jpg) left center no-repeat;
}

.navGation dl {
    float: right;
    overflow: hidden;
}

.navGation dl dd {
    float: left;
    width: 160px;
    height: 80px;
}

.navGation dl dd a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 80px;
    color: #333;
    font-size: 18px;
}

.navGation dl dd.on a {
    color: #fff;
    background: #004ea2;
}

.navGation dl dd:hover a {
    color: #fff;
    background: #004ea2;
}

.caseList .conBox .bd ul li .icon img
.navGation.on {
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99;
}

.PageContainer .caseBox1 {
    margin-top: 95px;
    background: #fff;
    padding: 0 35px 35px 35px;
    box-sizing: border-box;
}

.PageContainer .caseBox1 .tit {
    width: 100%;
    height: 120px;
    position: relative;
    text-align: center;
    line-height: 120px;
    border-bottom: 1px solid #eee;
    color: #222;
    font-size: 28px;
}

.PageContainer .caseBox1 .tit span {
    display: block;
    width: 80px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    background: #004ea2;
}

.PageContainer .caseBox1 .text {
    padding-top: 30px;
}

.PageContainer .caseBox1 .text h2 {
    font-size: 18px;
    color: #333;
}

.PageContainer .caseBox1 .text p {
    font-size: 16px;
    color: #777;
    line-height: 36px;
    margin-top: 15px;
}

/*.PageContainer .caseBox1 .text p video::-webkit-media-controls{*/
/*    display:none !important;*/
/*}*/

.PageContainer .caseBox1 .vid {
    width: 100%;
    margin-top: 30px;
}

.PageContainer .caseBox1 .vid img {
    display: block;
    margin: 0 auto;
}

.PageContainer .caseBox1 .vid video {
    display: block;
    margin: 0 auto;
}

.PageContainer .caseBox2 {
    margin-top: 40px;
    padding: 0 35px;
    box-sizing: border-box;
    background: #fff;
    padding-bottom: 45px;
}

.PageContainer .caseBox2 .tit {
    width: 100%;
    height: 120px;
    position: relative;
    text-align: center;
    line-height: 120px;
    border-bottom: 1px solid #eee;
    color: #222;
    font-size: 28px;
}

.PageContainer .caseBox2 .tit span {
    display: block;
    width: 80px;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    background: #004ea2;
}

.PageContainer .caseBox2 ul {
    width: 100%;
    overflow: hidden;
}

.PageContainer .caseBox2 ul li {
    width: 32%;
    float: left;
    margin-right: 2%;
}

.PageContainer .caseBox2 ul li:last-child {
    margin-right: 0;
}

.PageContainer .caseBox2 ul li .icon {
    padding: 55px 0 30px 0;
}

.PageContainer .caseBox2 ul li .icon img {
    transition: 0.5s;
    display: block;
    margin: 0 auto;
    height: 120px;
}

.PageContainer .caseBox2 ul li .text h2 {
    text-align: center;
    font-size: 24px;
    color: #333;
    margin-bottom: 12px;
}

.PageContainer .caseBox2 ul li .text p {
    text-align: center;
    font-size: 14px;
    color: #777777;
    line-height: 30px;
}

.PageContainer .caseBox2 ul li:hover .icon img {
    transform: scale(1.1);
}

.pageTurning {
    width: 100%;
    text-align: center;
    padding: 40px 0 60px 0;
}

.pageTurning dd {
    display: inline-block;
    margin: 0 5px;
}

.pageTurning dd a {
    display: block;
    height: 38px;
    line-height: 38px;
    padding: 0 16px;
    font-size: 12px;
    color: #aaa;
    background: #fff;
}

.pageTurning dd.on a {
    color: #fff;
    background: #004ea2;
}


.caseList {
    width: 100%;
    background: #f5f5f5;
}

.caseList .title {
    padding: 50px 0;
}

.caseList .title h2 {
    text-align: center;
    font-size: 44px;
    color: #333;
    padding-bottom: 20px;
}

.caseList .title p {
    margin: 0 auto;
    line-height: 26px;
    text-align: center;
    font-size: 16px;
    color: #777;
}

.caseList .conBox:nth-child(2n) {
    background: #fff;
}

.caseList .conBox .hd {
    box-sizing: border-box;
    position: relative;
    width: 100%;
    height: 80px;
    background: #fff;
    padding: 10px 0;
}

.caseList .conBox .hd .swiper-container {
    width: 100%;
    height: 100%;
}

.caseList .conBox .hd p {
    padding: 0 8px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    position: relative;
}

.caseList .conBox .hd p::after {
    display: block;
    content: '';
    width: 1px;
    height: 18px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #dddddd;
}

.caseList .conBox .hd p a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 60px;
    font-size: 15px;
    color: #777;
}

.caseList .conBox .hd .swiper-slide p.on a {
    background: #004ea2;
    color: #fff;
}

.caseList .conBox .hd .swiper-button-next {
    background: url(/frontEnd/static/img/join_Jt2.png);
    width: 40px;
    height: 40px;
    position: absolute;
    right: -50px !important;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}

.caseList .conBox .hd .swiper-button-prev {
    background: url(/frontEnd/static/img/join_Jt.png);
    width: 40px;
    height: 40px;
    position: absolute;
    left: -50px !important;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}

.caseList .conBox .bd {
    padding-top: 60px;
}

.caseList .conBox .bd ul {
    width: 100%;
}

.caseList .conBox .bd ul li {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    width: 32%;
    float: left;
    margin-right: 2%;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
}

.caseList .conBox .bd ul li .icon {
    width: 100%;
    height: auto;
}

.caseList .conBox .bd ul li .icon img {
    object-fit: cover;
    display: block;
    width: 100%;
    height: 100%;
}

.caseList .conBox .bd ul li .text {
    width: 100%;
    padding: 0 35px;
    background: #fff;
    box-sizing: border-box;
    line-height: 86px;
    font-size: 24px;
    color: #333;
}

.caseList .conBox .bd ul li:nth-child(3n) {
    margin-right: 0;
}

.caseList .conBox .bd ul li .Warp {
    transition: 0.5s;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    background: rgba(0, 78, 162, 0.8);
    padding: 20px;
    box-sizing: border-box;
}

.caseList .conBox .bd ul li .Warp p {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
}

.caseList .conBox .bd ul li:hover .Warp {
    top: 0;
}

.caseList:nth-child(3) .conBox .hd {
    background: #f5f5f5;
}

.caseList:nth-child(3) .conBox .hd .swiper-slide {
    background: #f5f5f5;
}

.caseList .case_list_nav_item .on a {
    background: #6eb92b !important;
}

.case_detail_content img {
    max-width: 100%;
    margin: auto;
}

.PageContainer .caseBox3 {
    padding-bottom: 100px;
    width: 100%;
    background: #fff;
    margin-top: 50px;
}

.PageContainer .caseBox3 .title {
    padding: 50px 0;
}

.PageContainer .caseBox3 .title h2 {
    text-align: center;
    font-size: 44px;
    color: #333;
    padding-bottom: 20px;
}

.PageContainer .caseBox3 .title p {
    margin: 0 auto;
    line-height: 26px;
    text-align: center;
    font-size: 16px;
    color: #777;
}

.PageContainer .caseBox3 .swiper-container {
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
}

.PageContainer .caseBox3 .NrBox {
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.PageContainer .caseBox3 .NrBox .icon {
    height: 290px;
    width: 100%;
    overflow: hidden
}

.PageContainer .caseBox3 .NrBox .icon img {
    display: block;
    width: 100%;
    height: 100%;
}

.PageContainer .caseBox3 .NrBox .text {
    transition: 0.5s;
    width: 100%;
    padding: 0 30px;
    box-sizing: border-box;
    height: 140px;
}

.PageContainer .caseBox3 .NrBox .text h2 {
    text-align: left;
    transition: 0.5s;
    height: 80px;
    line-height: 80px;
    font-size: 18px;
    color: #333;
}

.PageContainer .caseBox3 .NrBox .text h2 span {
    transition: 0.5s;
    font-size: 12px;
    color: #777;
    display: inline-block;
    float: right;
}

.PageContainer .caseBox3 .NrBox .text p {
    text-align: left;
    transition: 0.5s;
    font-size: 16px;
    color: #777;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /*Ê¡ÂÔ¼¸ÐÐÐ´¼¸*/
    -webkit-box-orient: vertical;
}

.PageContainer .caseBox3 .NrBox:hover .text {
    background: #004ea2;
}

.PageContainer .caseBox3 .NrBox:hover img {
    transform: scale(1.2);
    transition: 0.2s 0.1s
}

.PageContainer .caseBox3 .NrBox:hover .text h2 {
    color: #fff;
}

.PageContainer .caseBox3 .NrBox:hover .text h2 span {
    color: #fff;
}

.PageContainer .caseBox3 .NrBox:hover .text p {
    color: #fff;
}

.PageContainer .caseBox3 .nr {
    position: relative;
}

.PageContainer .caseBox3 .swiper-button-next {
    background: url(/frontEnd/static/img/join_Jt2.png);
    width: 40px;
    height: 40px;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
    right: -60px !important;;
    margin: 0;
}

.PageContainer .caseBox3 .swiper-button-prev {
    background: url(/frontEnd/static/img/join_Jt.png);
    width: 40px;
    height: 40px;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
    left: -60px !important;
    margin: 0;
}