﻿.p1Cont{
    height: 420px;
    background: url("/pc2022/images/jsjkx/p1-bg.png") no-repeat;
}
.p1Cont>p{ position: absolute; z-index: 2;}

.p1Cont>p.p1{ left: 219px; top:297px; transform-origin:1% 0%;animation: myp1 30s infinite alternate linear;}
.p1Cont>p.p2{ left: 590px; top:223px; transform-origin:-405% 0%; animation: myp2 10s infinite  linear;}
.p1Cont>p.p3{ left: 585px; top:95px; transform-origin:1% 0%;animation: myp1 15s infinite alternate linear;}
.p1Cont>p.p4{ left: 810px; top:-8px; transform-origin:50% 50%;animation: myp1 30s infinite alternate linear;}
@keyframes myp1 {
    from{
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to{
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes myp2 {
    from{
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to{
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.p1Cont .box{
    border-radius: 50%;
    text-align: center;
    position: absolute;
    color: #fff;
}
.p1Cont .box .show{ position: absolute; width: 100%; height: 100%;}
.p1Cont .box5 .show p{ line-height: 1.85rem;}
.p1Cont .box p{margin-top: 25%;  font-size: 16px;}

.p1Cont .box em{background: url("/pc2022/images/jsjkx/p1-1.png") no-repeat center;display: block;position: relative; margin: 0 auto;top:18%;}

.p1Cont .box .del{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding:20% 10%;
    border-radius: 50%;
    display: none \9;
    transform: rotateY(90deg);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    font-size: 14px;
}

.p1Cont .box:hover .del{
    position: absolute;
    display: block \9;
    transform: rotateY(0deg);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.p1Cont .box1{width: 156px; height: 156px;background-color: #19caef;left: 115px;top:25px;}
.p1Cont .box2{width: 231px;height: 231px;background-color: #f9623a;left: 373px;top:108px;}
.p1Cont .box3{width: 156px;height: 156px;background-color: #8c8c8c;left: 595px;top:45px;}
.p1Cont .box4{width: 156px;height: 156px;background-color: #fdbf27;right: 1px;top:117px;}
.p1Cont .box5{width: 156px;height: 156px;background-color: #fb8839;left: 230px;top:246px;}
.p1Cont .box6{width: 150px;height: 150px;background-color: #1fa8f1;left: 655px;top:249px;}

.p1Cont .box1 em{background-position:0 0; width: 59px; height: 63px;}
.p1Cont .box2 em{background-position:-96px 0; width: 103px; height: 93px;}
.p1Cont .box3 em{background-position:-242px 0; width: 58px; height: 66px;}
.p1Cont .box4 em{background-position:-337px 0; width: 67px; height: 66px;}
.p1Cont .box5 em{background-position:-447px 0; width: 65px; height: 59px;}
.p1Cont .box6 em{background-position:-540px 0; width: 55px; height: 55px;}

.p1Cont .box1 .del{ background-color: #19caef;}
.p1Cont .box2 .del{ background-color: #f9623a;padding-top: 40%;}
.p1Cont .box3 .del{ background-color: #8c8c8c;}
.p1Cont .box4 .del{ background-color: #fdbf27;}
.p1Cont .box5 .del{ background-color: #fb8839;}
.p1Cont .box6 .del{ background-color: #1fa8f1;}


/*学习文本垂直居中vertical-align:middle;
.wall{ width:500px; height:500px; left:0; top:0; text-align:center; font-size:0; background-color: #459bd9;}
 .img404{ border:0; width:300px; height: 300px; vertical-align:middle; background-color: red; }
   .verticalAlign{ vertical-align:middle; display:inline-block; height:100%; width:1px; margin-left:-1px;}*/

/*part2*/
.part2{
    background:url("/pc2022/images/jsjkx/p2-bg.jpg") no-repeat top center;

}
.part2 .link_a a{
    background-color:transparent !important;


}
.p2Cont{
    height: 486px;
}
.p2Cont .box{
    border-radius: 15px;
    background-color: #fff;
    position: absolute;
    padding: 10px 18px;
}
.p2Cont .box1{
    width: 324px;
    height: 139px;
    background-color: #1bbff7;
    color: #fff;
}
.p2Cont .box2{
    width: 324px;
    height: 331px;
    bottom: 0;
}
.p2Cont .box3{
    width: 324px;
    height: 486px;
    left: 343px;
}
.p2Cont .box4{
    width: 314px;
    height: 194px;
    right: 0;
}
.p2Cont .box5{
    width: 314px;
    height: 275px;
    right: 0;
    bottom: 0;
}
.p2Cont .box1 h3{
    font-size: 18px;
    color: #3b3b3b;
}
.p2Cont .box h3 span{
    font-size:14px;
}
.p2Cont .box h3:before{
    content: '';
    background: url("/pc2022/images/jsjkx/p2-b.png") no-repeat bottom center;
    display: inline-block;
    width: 22px;
    height: 22px;
    float: left;
    margin-top: 5px;
    margin-right: 10px;
}

.p2Cont .box1 h3:before{
    background-position: 0 0;
}
.p2Cont .box2 h3:before{
     background-position: -88px 0;
 }
.p2Cont .box3 h3:before{
    background-position: -30px 0;
}
.p2Cont .box4 h3:before{
    background-position: -58px 0;
}
.p2Cont .box5 h3:before{
    background-position: -118px 0;
}
.p2Cont .box1:before{
    content: '';
    background: url("/pc2022/images/jsjkx/p2-dian.png") no-repeat center right;
    display: inline-block;
    width: 37px;
    height: 69px;
    position: absolute;
    right: 54px;
    top:34px;
}
.p2Cont .box1 .num{
    font-size: 36px;
    margin-top: 20px;
    margin-left: 60px;
}
.p2Cont .box1 .txt{
    font-size: 14px;
    margin-left:30px;
}
.p2Cont .box2 img{
    margin-top: 15px;
    margin-left: 2px;
}






.p2Cont .box3 p{
    position: absolute;
}
.p2Cont .box3 p.q{
    top:80px;
}
.p2Cont .box3 p.q1{
    left: 23px;
}
.p2Cont .box3 p.q2{
    right: 18px;
    top:97px;
}
.p2Cont .box3 p.num{
    text-align: center;
    top:258px;

}
.p2Cont .box3 p.num{
    text-align: center;
    top:250px;
    font-size: 18px;
    margin-left: 50px;
    color: #000;

}
.p2Cont .box3 p.num span{
    display: inline-block;
    font-size: 30px;
    color: #fbb200;

}
.p2Cont .box3 p.txt{
    text-align: center;
    top:290px;
    left: 17%;
    font-size: 14px;
    margin-top: 5px;

}

.p2Cont .box3 p.img{
    text-align: center;
    top:343px;
    margin-left: 12px;

}
.p2Cont .box4 p img{
    margin-top: 18px;
    margin-left: 10px;
}

.p2Cont .box5 p img{
    margin-top: 30px;
    margin-left: 15px;
}


.data{
    position: absolute;
    right: 0;
    bottom: -35px;
    font-size: 14px;
    color: #fff;
}








/*part3*/
.part3{
    background: #f9ffff;
}
.p3cont{
    height: 616px;
}

.p3cont .box{ position: absolute; padding:2.5% 3%; color: #fff;}

.p3cont .box .imgBox{ width: 100%; position: absolute; left: 0; top:0;}

.p3cont .box h3{ font-size: 28px;position: absolute; z-index: 3;}

.p3cont .box p{ font-size: 14px; transition: 0.9s; position: relative; top:60px;}

.p3cont .box h3:after{ content: '';  width: 114px; height: 2px; background-color: #fff; top:100px; display: block; margin: 5px 0;}

.p3cont .box2{ width: 311px; height: 420px; left: 278px; top:8px; box-shadow: -10px -2px 25px rgba(0,0,0,0.5);}

.p3cont .box3{ width: 411px; height: 240px; right: 0; top:18px;}

.p3cont .box4{ width: 276px; height: 251px; left: 0; top:307px;}
.p3cont .box4 h3{ color: #000;}
.p3cont .box4 h3:after{ width: 140px; background-color: #000;}
.p3cont .box4 p{color: #000;}

.p3cont .box5{ width: 310px; height: 188px; left: 278px; bottom: 0;}

.p3cont .box6{ width: 396px; height: 358px; right: 10px; bottom: 0;}

.p3cont .box .pop{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    font-size: 14px;
    position: absolute;
    left: 0;
    top:0;
    opacity: 0;
    transition: 0.4s;
    padding: 120px 30px 30px;
    z-index: 2;
    background-color: rgba(0,0,0,0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#88000000,endColorstr=#88000000) \9;/*!*兼容IE8*!*/

    display: none \9;
}

.p3cont .box:hover .pop{
    opacity: 1;
    transition: 0.4s;
    padding: 90px 30px 30px;
    display: block \9;
}
.p3cont .box:hover p{
    display: none \9;
    opacity: 0;
    transition: 0.4s;
}
.p3cont .box4:hover h3{
     color: #fff;
     transition: 0.4s;
 }
.p3cont .box4:hover h3:after{  background-color: #fff;transition: 0.4s;}
/*.p3cont .box4:hover .pop{ background-color: #17a4ec ;}*/

.p3cont .box1{
    width: 545px;
    height: 297px;
    background-color: #fbb200;
}

/*part4*/
.part4{}
.part4 .tit{ padding-top: 0;}
.part4:after{ content: ''; background-color: #17a4ec; width: 636px; height: 443px; display: block; position: absolute; z-index: -1; top:130px; left: 180px; }

.p4Cont{
    padding-top: 20px;
    display: block;
    height: 450px;
}
.p4Cont .box{
    width: 241px;
    height: 394px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 2px 4px 10px rgba(0,0,0,0.2);
    padding: 3px;
    position: relative;
    left: 0;
    top:0;
    border: 1px solid #fcfcfc \9;
     float: left;
    margin-right: 12px;
}
.p4Cont .box .show{
    position: absolute;
    transition: 0.4s;
    left: 0;
    opacity: 1;
    width: 241px;
    height: 394px;
}
.p4Cont .box .show img{
    width: 234px;
    height: 264px;
    display: block;
    margin-left: 4px;


}
.p4Cont .box .show span{
    display: block;
    font-size: 20px;
    text-align: center;
    padding-top: 40px;
    color: #000;
    font-weight: bold;
}
.p4Cont .box .show span:after{
    content: '';
    width: 88px;
    height: 2px;
    margin: 5px auto 0;
    background-color: #fbb200;
    display: block;
}
.p4Cont .box .pop{
    width: 240px;
    height: 393px;
    color: #fff;
    font-size: 14px;
    position: absolute;
    top:0;
    left: 240px;
    background-color:#fbb200;
    padding: 110px 25px;
    border: 3px solid #fff;
    box-sizing: border-box;
    opacity: 0.2;
    transition: 0.4s;
}
.p4Cont .box .pop span{
    display: block;
    font-size: 20px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
}
.p4Cont .box:hover .show{
    background:rgba(251,178,0,0.5);
}
.p4Cont .box:hover .show{
    left: -240px;
    opacity: 0.5;
    transition: 0.4s;
}
.p4Cont .box:hover .pop{
    left: 0;
    opacity: 1;
    transition: 0.4s;
}
#m-R-n{ margin-right:0;}

/*中间表单*/
.cForm{
    height: 330px;
    /*background: url("/pc2022/images/jsjkx/centerformbg.jpg") no-repeat center top;*/
    padding-top: 140px;
}
.cForm h2{
    text-align: center;
    color: #fff;
    padding-bottom: 30px;
}
.cForm h2 span{color: #ffd500;}
.cForm form{
    width:77%;
    margin: auto;
}
.cForm form label{
    color: #fff;
    margin-right: 20px;
}
.cForm form label input{
    width: 200px;
    height: 36px;
    background: #fff;
    border-radius: 4px;
    margin-right: 15px;
    padding-left: 15px;
}
.cForm form button{
    background: #ffd500;
    width: 200px;
    height: 36px;
    font-size: 18px;
    color: #000;
    text-align: center;
    line-height: 34px;
    border-radius: 4px;
}

/*part5*/
.part5{
border-bottom: 1px solid #efefef;
}

.p5Cont{
    width: 1000px;
    height: 556px;
    background: url("/pc2022/images/jsjkx/p5-bg.png") no-repeat left #060606;
    margin-bottom: 90px;
    display: block;

}
.p5Cont .swiper-container{
    height: 601px;
}
.p5Cont .swiper-container .swiper-wrapper{
    height: 601px;
}
.p5Cont .swiper-container .swiper-slide{
    height: 601px;
}
.p5Cont .box{
    width: 1000px;
    padding: 38px 70px;
    color: #fff;
    display: block;
    z-index: 1;
}
.p5Cont .box .left{
    width: 430px;
    float: left;
    position: relative;
    top:0;
    left: 0;
}
.p5Cont .box .left .con h3{
    font-size: 28px;
}
.p5Cont .box .left .con{
    margin-top: 60px;
    height: 300px;
    overflow: hidden;
}
.p5Cont .box .left .con h3:after{
    content: '';
    width: 410px;
    height: 2px;
    background-color: #fff;
    display: block;
    margin:13px 0px 30px;
}
.p5Cont .box .left .con h3 span{
    color: #17a4ec;
    display: inline-block;
    margin-right: 25px;
}
.p5Cont .box .left .con p{
    font-size: 16px;
    color: white;
}
.p5Cont .box .left p.minImg{
    position: absolute;
    right: 30px;
    display: block;
    z-index: 20;
}

.p5Cont .box .right{
    width: 377px;
    float: right;
    position: relative;
    left: 0;
    top:0;
    z-index: 1;
}
.p5Cont .box .right h3{
    font-size: 14px;
    font-family: 'Arial';
    text-align: right;
    position: relative;
    z-index: 1;
}
.p5Cont .box .right img{
    box-shadow: 2px 4px 20px -10px rgba(0,0,0,0.2);
    margin-top: 20px;
    position: relative;
    z-index: 3;
}
.p5Cont .box .right:after{
    content: '';
    width: 330px;
    height: 453px;
    background-color: #fecc00;
    display: block;
    position: absolute;
    right: -70px;
    top:-38px;
    z-index: 0;
}

.p5Cont:before{
    content: '';
    width: 150px;
    height: 127px;
    background-color: #fecc00;
    display: block;
    position: absolute;
    bottom: 0px;
    left: 552px;
    z-index: 0;
}
/*pagination*/
.p5Cont .pagination {
    top:20px;
    left: 400px;
    width:100%;
    z-index:200;
    text-align:center;
    position:absolute;
}
.p5Cont .swiper-pagination-switch {
    margin:0 5px;
    width:10px;
    height:10px;
    cursor:pointer;
    display:inline-block;
    background:#f7f7f7;
    border-radius: 100%;
}
.p5Cont .swiper-active-switch {
    background: rgba(255,255,255,0.6);
    background-color: #ffee99 \9;
}
/*左右箭头*/
.p5Cont .p5btn{
    position: absolute;
    bottom: 0px;
    left: 490px;
    z-index: 1;
}
.p5Cont .p5btn span{
    cursor: pointer;
    width: 63px;
    height: 63px;
    line-height: 63px;
    background-color: #fecc00;
    display: block;
    margin-top: 1px;
    font-family: '宋体';
    font-size: 20px;
    font-weight: bold;
     padding-left: 25px;
    color: #000;
}

/*part6*/
.part6{
    /*height: 915px;*/
    background: url("/pc2022/images/jsjkx/p6-bg.jpg") no-repeat center top;
}
.p6Cont{
    height: 560px;
    padding-top: 20px;
    padding-bottom: 46px;

}
.p6Cont .swiper-container{
    height: 534px;
}
.p6Cont .swiper-container .swiper-wrapper{
    height: 534px;
}
.p6Cont .swiper-container .swiper-slide{
    height: 534px;
}
.p6Cont .slideDiv{
    height: 534px;
}
.p6Cont .slideDiv .left{
    height: 472px;
    float: left;
    position: relative;
}
.p6Cont .slideDiv .left .del{
    width: 280px;
    position: absolute;
    left: 150px;
    top: 200px;
}
.p6Cont .slideDiv .left .del .num{
    position: absolute;
    top: -95px;
    left: -14px;
    font-size: 40px;
    color: #000;
    transform: rotateZ(90deg);
}
.p6Cont .slideDiv .left .del .titName{
    font-size: 24px;
    color: #050001;
}
.p6Cont .slideDiv .left .del .titName p{
    font-weight: normal;
    color: #4c97ce;
}
.p6Cont .slideDiv .left .del .titName p span{
    color: #050001;
    padding-left: 8px;
}
.p6Cont .slideDiv .left .del .text{
    font-size: 14px;
    color: #666;
    padding-top: 50px;
}
.p6Cont .slideDiv .right{
    height: 528px;
    float: left;
}
.p6Cont .p6btn{
    width: 128px;
    height: 36px;
    position: absolute;
    right: 48px;
    bottom: 80px;
    z-index: 10;
}
.p6Cont .p6btn span{
    display: inline-block;
    float: left;
}
.p6Cont .p6btn .btn{
    width: 36px;
    height: 36px;
    background: url("/pc2022/images/jsjkx/p6-icon.png") no-repeat left top;
    cursor: pointer;
}
.p6Cont .p6btn .btn.btnLeft{
    background-position: 0 0;
}
.p6Cont .p6btn .btn.btnRight{
    float: right;
    background-position: right 0;
}
.p6Cont .p6btn .btnLeft.act{
    background-position: 0 -44px;
}
.p6Cont .p6btn .btnRight.act{
    background-position: -44px -44px;
}
.p6Cont .p6btn .page{
    width: 56px;
    text-align: center;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #666;
}
.p6Cont .p6btn .page em, .p6Cont .p6btn .page i{
    font-style: normal;
    font-weight: bold;
    color: #222;
}

/*part7*/

.part7{
    height: 780px;
    /*border: 1px solid #efefef;*/

}
.p7Cont{
    height: 440px;
    padding-top: 20px;
    padding-bottom: 46px;
}
.p7Cont .swiper-container{
    height: 534px;
}
.p7Cont .swiper-container .swiper-wrapper{
    height: 534px;
}
.p7Cont .swiper-container .swiper-slide{
    height: 534px;
}

.p7Cont .box{
    width: 300px;
    height: 310px;
    position: relative;
    left: 0;
    top: 0;
    overflow: hidden;
    transition: 0.5s;
    float: left;
    margin-right: 50px;

}
.p7Cont .box .w-270{
    width: 270px;
}
.p7Cont .box .w-270 h3{
    width: 170px;
    height: 39px;
    line-height: 37px;
    background-color: #17a4ec;
    border-radius: 26px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}
.p7Cont .box .w-270 p{
    font-size: 14px;
    margin: 10px 0 15px;
}
.p7Cont .box .del{
    width: 186px;
    height: 142px;
    background: url("/pc2022/images/jsjkx/p7-bg.png") no-repeat;
    padding: 40px 12px;
    color: #333;
    position: absolute;
    top:212px;
    right: 0;
}
.p7Cont .box .del h3{
    font-size: 16px;
}
.p7Cont .box .del p{
    font-size: 14px;
    margin-top: 8px;
}
.p7Cont .box:hover{
    height: 351px;
    opacity: 1;
    transition: 0.2s;
}

/*箭头*/
.p7Cont .p7btn{
    width: 148px;
    height: 45px;
    position: absolute;
    left:42.5%;
    bottom:0px;
    z-index: 10;
}
.p7Cont .p7btn span{
    display: inline-block;
    float: left;
}
.p7Cont .p7btn .btn{
    width: 45px;
    height: 45px;
    background: url("/pc2022/images/jsjkx/p7-icon.png") no-repeat left top;
    cursor: pointer;
}
.p7Cont .p7btn .btn.btnLeft{
    background-position: 0 -1px;
}
.p7Cont .p7btn .btn.btnRight{
    float: right;
    background-position: right -1px;
}
.p7Cont .p7btn .btnLeft.act{
    background-position: 0 -55px;
}
.p7Cont .p7btn .btnRight.act{
    background-position: -55px -55px;
}
.p7Cont .p7btn .page{
    width: 56px;
    text-align: center;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: #666;
}
.p7Cont .p7btn .page em, .p7Cont .p7btn .page i{
    font-style: normal;
    font-weight: bold;
    color: #222;
}

/*part8*/
.part8{
    background: #f9ffff;
    padding-bottom:40px;
}
.p8Cont{

}
.p8Cont li{
    width: 25%;
    float: left;
    padding: 15px 15px;
}
.p8Cont li .img{
    position: relative;
}
.p8Cont li .img:after{
    content:'';
    display: block;
    clear: both;
    width: 100%;
    height: 100%;
    background: #ededed;
    top: 15px;
    left: 15px;
    position: absolute;

}
.p8Cont li .img img{
    position: relative;
    z-index: 10;
    display: block;
    width: 100%;
}
.p8Cont li .img span{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 28px;
    height: 32px;
    background: #4c97ce;
    text-align: center;
    line-height: 32px;
    font-size: 18px;
    color: #fff;
    display: block;
    z-index: 11;
}
.p8Cont li .del{
    padding-top: 30px;
}
.p8Cont li .del h2{
    font-size: 18px;
    color: #333;
    font-weight: normal;
    padding-bottom: 5px;
}
.p8Cont li .del p{
    font-size: 14px;
    color: #666;
}


/*表单*/
.bd_part12 {
    width: 100%;
    height: 504px;
    overflow: hidden;
    background: url("/pc2022/images/jsjkx/form.jpg") no-repeat center;
}
.form h2 {
    margin-top: 80px;
    font-size: 34px;
    line-height: 34px;
    color: #ffffff;
    text-align: center;
    font-weight: normal;
}
.form h2 span {
    color: #5ca3d9;
}
.form h3 {
    margin-top: 26px;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    color: #999;
    font-weight: normal;
}
.form form {
    margin-top: 50px;
    margin-left: 318px;
    width: 360px;
}
.form input[type="text"] {
    margin-top: 19px;
    width: 358px;
    height: 51px;
    display: block;
    text-indent: 60px;
    color: #9f9f9f;
    border: 1px solid #9f9f9f;
    border-radius: 8px;
}
.form input.name {
    background: url("/pc2022/images/jsjkx/form-tag1.png") no-repeat 18px center;
}
.form input.phone {
    background: url("/pc2022/images/jsjkx/form-tag2.png") no-repeat 18px center;
}
.form-btn {
    margin-top: 40px;
}
.form-btn .btn1 {
    float: left;
    width: 156px;
    height: 42px;
    line-height: 42px;
    display: block;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    background: #5ca3d9;
    border-radius: 3px;
}

.form-btn input[type="submit"] {
    float: right;
    width: 100%;
    height: 42px;
    line-height: 42px;
    display: block;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
    text-align: center;
    background: #4375b9;
    border-radius: 3px;
    border: none;
}