/*part1*/
.part1{

}
.p1Cont{}
.p1Cont img{
    width: 100%;
    display: block;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    border-radius: 10px;
}
.p1Cont .left{
    width: 240px;
    float: left;
    margin-right: 30px;
}
.p1Cont .left > div,
.p1Cont .center,
.p1Cont .right
{
    position: relative;
}
.p1Cont .left .top{
    margin-bottom: 30px;
}
.p1Cont .center{
    width: 350px;
    float: left;
}
.p1Cont .right{
    width: 357px;
    float: right;
}
.p1Cont .del{
    background: rgba(0,0,0,0.5);
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px;
    color: #fff;
    font-size: 14px;
    border-radius:0 0 10px 10px;
    width: 100%;
}


/*part2*/
.part2{
    background: #efefef;
    padding-bottom: 40px;
    margin-top: 40px;
}
.p2Cont{

}
.p2Cont li{
    width: 33.33%;
    padding: 20px 10px;
    float: left;

 }
.p2Cont li>div{
    position: relative;
    background: #fff;
    height: 170px;
    padding: 30px 10px 0 50px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.p2Cont li .cont > img{
    margin-top: 10px;
}
.p2Cont li .cont .left{
    float: left;
    text-align: center;
    color: #000;
}
.p2Cont li .cont .left h2{
    font-size: 24px;
    padding-bottom: 15px;
}
.p2Cont li .cont .left p{
    font-size: 14px;
}
.p2Cont li .cont img{
    float: right;
}
.p2Cont li .border{
    position: absolute;
    width: 93%;
    height: 106%;
    bottom: 0;
    right: 0;
    border: 2px solid #499ad2;
}
.p2Cont li .border span{
    color: #499ad2;
    width: 10px;
    line-height: 1;
    display: inline-block;
    position: absolute;
    left: -10px;
    top: 40px;
    background: #fff;
    padding: 10px 0;
}
.p2Cont li .pop{
    position: absolute;
    width:100%;
    height: 106%;
    bottom: 0;
    right: 0;
    background: #333;
    transform:rotateY(90deg);
    display: none \9;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.p2Cont li.act .pop{
    transform:rotateY(0);
    display: block \9;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.p2Cont li .pop .t{
    position: absolute;
    width: 10px;
    line-height: 1;
    display: inline-block;
    color: #fff;
    top: 20px;
    left: 10px;
}
.p2Cont li .pop .del{
    position: absolute;
    width:80%;
    height: 100%;
    bottom: -10px;
    right: 10px;
    background: #499ad2;
    padding:20px;
}
.p2Cont li .pop .del h2{
    color: #fff;
    font-size: 24px;
    text-align: center;
    padding-bottom: 20px;
}
.p2Cont li .pop .del p{
    color: #fff;
    font-size:14px;
}


/*part3*/
.part3{
  background: url("../img/p3bg.jpg") no-repeat center top;
  height: 1148px;
}
.p3Cont{
    height: 825px;
    position: relative;
}
.p3Cont > div{
    position: absolute;
}
.p3Cont > div > img{
    border-radius: 6px;
}
.p3Cont > div > img:hover,
.p3Cont > div.img1:hover{
    transform: translateY(-10px);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition:0.4s;
    transition: 0.4s;
}
.p3Cont .img1{
    z-index: 5;
    top: 30px;;
    left: 50px;
}
.p3Cont .img2{
    z-index: 5;
    bottom: 0;
    left: 163px;
}
.p3Cont .img3{
    z-index: 2;
    top: 0;
    right: 120px;
}
.p3Cont .img4{
    z-index:4;
    top: 328px;
    right: 20px;
}
.p3Cont .bg{
    width: 538px;
    height: 488px;
    background: #ed8900;
    z-index: 3;
    top: 190px;
    left: 132px;
}
.p3Cont .img1 .box{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 200px;
}
.p3Cont .img1 .box h2{
    color: #000;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
}
.p3Cont .img1 .box h2 span{
    font-weight: bold;
    color: #ed8900;
}
.p3Cont .img1 .box h2 span em{
    font-style: normal;
    font-size: 26px;
}
.p3Cont .img1 .box h2 p{
    font-size: 14px;
    color: #666666;
}
.p3Cont .img1 .box .del{}

.p3Cont .p1Ul{
    padding: 20px 10px;
}
.p3Cont .p1Ul li{
    width: 50%;
    float: left;
    padding: 0 15px;
    margin: 5px 0;
}
.p3Cont .p1Ul li>div span{
    float: left;
    display: inline-block;
    font-size: 12px;
    color: #999;
    width: 50px;
    text-align: right;
}
.p3Cont .p1Ul li>div span.list-right{
    float: right;
    text-align: right;
}
.p3Cont .p1Ul li>div span.list-center{
    width: 53px;
    height: 10px;
    position: relative;
    margin-left: 10px;
}
.p3Cont .p1Ul li>div .list-center:before,
.p3Cont .p1Ul li>div .list-center:after
{
    content: '';
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 10px;
    border-radius: 5px;
    background: #e9e9e9;
    top: 3px;
    left: 0;
}
.p3Cont .p1Ul li>div .list-center:before{
    z-index: 1;
}
.p3Cont .p1Ul li>div .list-center:after
{
    z-index: 2;
    background: #ed8210;
}

.p3Cont .p1Ul li>div.list-1 .list-center:after {
    width: 30%;
    background: #f15a24;
}
.p3Cont .p1Ul li>div.list-2 .list-center:after {
    width: 40%;
    background: #fbb03b;
}
.p3Cont .p1Ul li>div.list-3 .list-center:after {
    width: 40%;
    background: #ff1d25;
}
.p3Cont .p1Ul li>div.list-4 .list-center:after {
    width: 80%;
    background: #009ade;
}
.p3Cont .p1Ul li>div.list-5 .list-center:after {
    width: 70%;
    background: #93278f;
}
.p3Cont .p1Ul li>div.list-6 .list-center:after {
    width: 90%;
    background: #2e3192;
}
.p3Cont .text{
    position: absolute;
    font-size: 14px;
    bottom: 80px;
    right: 15px;
    width: 40%;
    color: #fff;
}
.p3Cont .data{
    position: absolute;
    font-size: 12px;
    color: #999;
    bottom: 0;
    right: 20px;
}
/*part4*/
.part4{
    padding-bottom: 40px;
}
.part4 .p4Cont {
    height: 300px;
}

.part4 .p4Cont li {
    width: 25%;
    float: left;
    padding: 0 20px;
    cursor: pointer;
}
.part4 .p4Cont li > div {
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    height: 240px;
    overflow: hidden;
}
.part4 .p4Cont li > div > img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}
.part4 .p4Cont li > div .del {
    padding: 0 10px;
}
.part4 .p4Cont li > div .del h3 {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    padding-top: 10px;
    text-align: center;
    position: relative;
}
.part4 .p4Cont li > div .del h3:after{
    content: '';
    display: block;
    clear: both;
    width: 50px;
    height: 2px;
    background: #ed8900;
    position: absolute;
    bottom:-10px;
    left: 50%;
    margin-left: -25px;
}
.part4 .p4Cont li > div .del p {
    font-size: 14px;
    color: #333;
    padding: 20px 10px 25px;
    text-align: justify;
}
.part4 .p4Cont li.act > div {
    padding: 0 0 30px;
    box-shadow: 0 15px 20px 2px rgba(0, 0, 0, 0.05);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    height: 290px;
    margin-top: -10px;
}
/*part5*/
.part5{
  background: url("../img/p5bg.jpg") no-repeat center bottom;
    margin-bottom: 40px;
    height: 625px;
    padding-top: 33px;
}
.part5 .p5Cont {
    height: 557px;
    width: 100%;
}
.p5Cont .cont{
    position: relative;
    width: 100%;
    height: 557px;
}
.p5Cont .box{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../img/p5-pic-01.jpg") no-repeat center top;
    display: none;
}
.p5Cont .box.show{
    display: block;
}
.p5Cont .box.box1{
    background: url("../img/p5-pic-01.jpg") no-repeat center top;
}
.p5Cont .box.box2{
    background: url("../img/p5-pic-02.jpg") no-repeat center top;
}
.p5Cont .box.box3{
    background: url("../img/p5-pic-03.jpg") no-repeat center top;
}
.p5Cont .box.box4{
    background: url("../img/p5-pic-04.jpg") no-repeat center top;
}
.p5Cont .box .top{
    position: absolute;
    left: 380px;
    top: 140px;
}
.p5Cont .box .top h2{
    color: #fff;
    font-size: 36px;
}
.p5Cont .box .top h2 p{
    font-size: 20px;
    font-weight: normal;
}
.p5Cont .box .top h2 span{
    color: #499ad2;
}
.p5Cont .box .top a{
    display: inline-block;
    width: 116px;
    height: 30px;
    background: #499ad2;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    margin-top: 20px;
}
.p5Cont .box .top a:hover{
    background: #3384ec;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.p5Cont .box .del{
    width: 720px;
    height: 200px;
    background: rgba(0,0,0,0.5);
    background: #000 \9;
    position: absolute;
    right: 0;
    bottom: 0;
    padding:60px 80px 0 100px;
    font-size: 14px;
    color: #fff;
    line-height: 1.8;
}
.p5Nav{
    position: absolute;
    width: 260px;
    height: 400px;
    background: #ffffff;
    left: 33px;
    bottom: 0;
    padding-top: 60px;
}
.p5Nav li{
    height: 50px;
    padding: 0 15px;
    color: #499ad2;
    font-size: 18px;
    margin: 20px 0;
    line-height: 50px;
    cursor: pointer;
}
.p5Nav li span{
    font-size: 20px;
    display: inline-block;
    padding-right: 10px;
    font-weight: bold;
}
.p5Nav li.on{
    font-weight: bold;
    color: #fff;
    background: #499ad2;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition:0.3s;
    transition: 0.3s;
}


/*part6-6*/
.part6-6{
    padding-bottom: 40px;
    background: #efefef;
    margin-top: 60px;
}
.part6-6 .p6Cont1 {
    height: 490px;
    background: #fff;
    box-shadow: 0 0 20px rgba(0,0,0,0.2);
}
.p6Cont1 .left{
    position: relative;
    float: left;
    width: 318px;
    padding: 70px 30px 0;
    height: 490px;
}
.p6Cont1 .left h2,
.p6Cont1 .right h2{
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 30px;
    color: #000;
}
.p6Cont1 .left p,
.p6Cont1 .right p{
    font-size: 14px;
    color: #333;
}
.p6Cont1 .center{
    position: relative;
    float: left;
    width: 364px;
    height: 490px;
    background: url("../img/p66bg.jpg") no-repeat center top;
}
.p6Cont1 .center .del{
    position: absolute;
    width: 100%;
    text-align: center;
    color: #fff;
    top: 170px;
}
.p6Cont1 .center .del h2{
    font-size: 40px;
}
.p6Cont1 .center .del p{font-size:24px;}
.p6Cont1 .right{
    position: relative;
    float: left;
    width: 318px;
    padding: 300px 30px 0;
    height: 490px;
}
.p6Cont1 .left img{
    position: absolute;
    right: -30px;
    bottom: 50px;
    z-index: 1;
}
.p6Cont1 .right img{
    position: absolute;
    left: -30px;
    top: 50px;
    z-index: 1;
}


/*中间表单*/
.cForm{
    height: 330px;
    background: url("../img/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;
}


/*part6*/
.part6{
    height: 920px;
    background: url("../img/p6-bg.jpg") no-repeat center top;
}
.p6Cont{
    height: 580px;
    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: 50px;
    z-index: 10;
}
.p6Cont .p6btn span{
    display: inline-block;
    float: left;
}
.p6Cont .p6btn .btn{
    width: 36px;
    height: 36px;
    background: url("../img/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;
}


/*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("../img/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("../img/form-tag1.png") no-repeat 18px center;
}
.form input.phone {
    background: url("../img/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: #ed8210;
    border-radius: 3px;
    border: none;
}