/*part1*/
.P1Cont{
    position: relative;
    margin-top: 4rem;
    margin-bottom: 3rem;
}
.P1Cont:after{
    content: '';
    display: inline-block;
    clear: both;
    background: #f5ba17;
    width:66%;
    height:116%;
    position: absolute;
    top: -8%;
    left: 0;
    z-index: 0;
    box-shadow: 0 0 20px 1px rgba(0,0,0,0.1);
}

.P1Cont .ulCont{
    position: relative;
    z-index: 1;
    width: 100%;
    float: right;
    overflow: hidden;
    border-right: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
}
.P1Cont .ulCont li{
    float: left;
    width: 33.33%;
    display: flex;
    align-items: center;
    justify-content:center;
    border-left: 1px solid #cacaca;
    border-top: 1px solid #cacaca;
    background: #fff;
    text-align: center;
    min-height: 112px;
}
.P1Cont .ulCont li:nth-child(1){
    border: 0;
    background: transparent;
}
.P1Cont .ulCont li > div{}
.P1Cont .ulCont li > div:before{
    content: '';
    display: inline-block;
    clear: both;
    width: 150px;
    height: 90px;
    background: url("../img/p1-pic.jpg") no-repeat left center;
    transform: scale(0.6);
}
.P1Cont .ulCont li > div h3{
    font-size: 1.4rem;
    color: #666;
    margin: -1.5rem 0 1rem;
    font-weight: normal;
}
.P1Cont .ulCont li:nth-child(3) > div:before{
    background-position: -150px center;
}
.P1Cont .ulCont li:nth-child(4) > div:before{
    background-position: -300px center;
}
.P1Cont .ulCont li:nth-child(5) > div:before{
    background-position: -450px center;
}
.P1Cont .ulCont li:nth-child(1) > p{
    color: #fff;
    font-size: 1.4rem;
}
.P1Cont .ulCont li:nth-child(1) > p span{
    display: block;
    font-size: 1.4rem;
    font-weight: bold;
    position: relative;
    margin-top: 10px;
}
.P1Cont .ulCont li:nth-child(1) > p span:before, .P1Cont .ulCont li:nth-child(1) > p span:after{
    content: '';
    display: block;
    clear: both;
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
}
.P1Cont .ulCont li:nth-child(1) > p span:after{
    top: -6px;
    height: 2px;
}
.P1Cont .ulCont li:last-child > span{
    display: block;
    overflow: hidden;
    width: 3.5rem;
    height: 1.5rem;
    background: url(../img/p1-last.png) no-repeat left center;
    background-size: auto 100%;
    margin: auto;
}
.P1Cont .ulCont li:last-child{
    position: relative;

}
.P1Cont .ulCont li:last-child:after{
    content: '';
    display: block;
    clear: both;
    width: 2rem;
    height: 2rem;
    position: absolute;
    right: -1px;
    top: 50%;
    margin-top: -2rem;
    color: #fff;
    background: url("../img/p1-last.png") no-repeat -4.2rem center #0f0f0f;
    background-size: auto 50%;
    padding: 0.2rem;

}

/*part2*/
.part2{
    background: #f9f9f9;
    padding-bottom: 5rem;
}
.p2Cont{
    min-height: 280px;
}
.p2Cont .left{
    padding-left: 13px;
    width: 49%;
}
.p2Cont .left a{
    display: inline-block;
    height: 2.8rem;
    line-height: 2.8rem;
    font-size: 1.4rem;
    color: #fff;
    background: #ed8210;
    position: absolute;
    bottom: -4rem;
    left: 13px;
    width: 100%;
    text-align: center;
    z-index: 2;
}
.p2Cont .right{
    width: 52%;
    position: absolute;
    right: 0;
    top: 17px;
    z-index: 1;
}
.p2Cont .left .imgBox, .p2Cont .right{
    box-shadow: 0 0 20px 3px rgba(0,0,0,0.2);
}
.p2Cont .right img, .p2Cont .left .imgBox img{
    width: 100%;
    display: block;

}
.p2Cont .data{
    font-size: 1.0rem;
    color: #333;
    position: absolute;
    bottom: -7.5rem;
    left: 0.5rem;
}
.p2Cont .data span{
    color: #ed8210;
    font-size:1.0rem;
    padding-right: 0.2rem;
}
.p2Cont .left .del{
    position: absolute;
    top: 2rem;
    text-align: center;
    width: 100%;
}
.p2Cont .left .del p{
    font-weight: bold;
    font-size: 1.4rem;
    color: #000;
}
.p2Cont .left .del h3{
    font-size:3rem;
    color: #ed8210;
    line-height: 1;
    position: relative;
}
.p2Cont .left .del h3:after{
    content: '';
    display: inline-block;
    clear: both;
    width: 3rem;
    height: 3px;
    background: #ed8210;
    position: absolute;
    left: -13px;
    bottom: 40%;
}

/*part3*/
.part3{
    border-bottom:1px solid #e8e8e8;
}
.part3 .ulCont{
    margin: 0 -0.5rem;
}
.part3 .ulCont li{
    width: 50%;
    float: left;
    padding: 0.5rem;
    position: relative;

}
.part3 .ulCont li > div{
    width: 100%;
    display: flex;
    align-items: stretch;
    position: relative;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    padding: 1rem 0;
    z-index: 1;

    background: url("../img/p3_list.jpg") no-repeat right center;
    background-size: auto 100%;
}
.part3 .ulCont li .left{
    width: 50%;
    margin-left: 1rem;
    padding-right: 0.5rem;
}
.part3 .ulCont li .left h3{
    font-size: 1.6rem;
    color: #000;
}
.part3 .ulCont li .left p{
    font-size: 1.2rem;
    color: #7e7e7e;
    padding-top: 5px;
}
.part3 .ulCont li .right{
    padding-top:1rem;
    margin-left: 0.5rem;
    position: relative;
    z-index: 1;
    width: 33%;
}
.part3 .ulCont li .right img{
    transform: rotateZ(-45deg);
    width: 100%;
}


/*part4*/
.part4{}
.part4 .p4Cont{}
.part4 .p4Cont li{
    display: flex;
    justify-content: stretch;
    align-items: center;
    border-bottom: 1px solid #e9e9e9;
    padding: 1rem 0;
}
.part4 .p4Cont li:first-child{
    padding-top: 0;
}
.part4 .p4Cont li .imgBox{
    width: 312px;
    position: relative;
}
.part4 .p4Cont li .imgBox:after{
    content: '';
    display: block;
    clear: both;
    border-width: 1rem;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -0.5rem;
    right: 0;
}
.part4 .p4Cont li .imgBox > img{
    display: block;
    width: 100%;
}
.part4 .p4Cont li .del{
    width: 370px;
    text-align: center;
    position: relative;
}
.part4 .p4Cont li .del h3{
    font-size: 1.6rem;
    color: #000;
    font-weight: bold;
    padding-bottom: 5px;
}
.part4 .p4Cont li .del p{
    font-size: 1.4rem;
    color: #666;
}
.part4 .p4Cont li .del span{
    font-size:1.2rem;
    color: #ed8210;
}
.part4 .p4Cont li .del:before{
    content: '';
    display: block;
    clear: both;
    width: 100px;
    height: 70px;
    background: url("../img/p4-icon.png") no-repeat left center;
    margin:0 auto;
    transform: scale(.7);
}
.part4 .p4Cont li:nth-child(2) .del:before{
    background-position: -100px center;
}
.part4 .p4Cont li:nth-child(3) .del:before{
    background-position: -200px center;
}
.part4 .p4Cont li:last-child{
    border: 0;
}


/*part5*/
.part5{
    background: #fff3e7;
}

.p5Cont{padding-bottom: 3rem;}
.p5Cont .swiper-container{}
.p5Cont .swiper-wrapper{}
.p5Cont .swiper-slide{
    width: 100%;
}
#p5ContSwiper .contBox{
    position: relative;
    width: 90%;
    margin: auto;
    text-align: center;
}
#p5ContSwiper .left{
    width: 50%;
    height: 90%;
    position: absolute;
    right:0;
    top:5%;
    background:#ed8210;
    border-radius: 0 6px 6px 0;
    padding: 0 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
#p5ContSwiper .left h2{
    color: #fff;
    font-size: 1.6rem;
    text-align: center;
    padding: 0 0 0.5rem;
}
#p5ContSwiper .left p{
    color: #fff;
    font-size: 1.3rem;
}
#p5ContSwiper .left a{
    display: inline-block;
    width: 80%;
    height: 2.6rem;
    background: #fff;
    font-size: 1.2rem;
    color: #ed8210;
    text-align: center;
    line-height: 2.6rem;
    margin-top: 2rem;
    border-radius: 0.2rem;
}
#p5ContSwiper .right{
    width: 50%;
    float: left;
    border-radius:6px;
    box-shadow: 0 0 15px rgba(0,0,0,0.2);
}
#p5ContSwiper .right > img{
    width: 100%;
    height: auto;
    display: block;
    border-radius:6px;
}
.p5Cont .pagination {
    position: absolute;
    z-index: 20;
    bottom: -10px;
    width: 100%;
    text-align: center;
}
.p5Cont .swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height:  10px;
    border-radius:  100%;
    background:#cbcbcb;
    margin: 0 5px;
    cursor: pointer;
}
.p5Cont .swiper-active-switch {
    width:2.5rem;
    border-radius: 6px;
    background:#ed8210;
}

/*part6*/
.p6Swiper{
    margin-bottom: 3rem;
}
.p6Swiper .swiper-container{}
.p6Swiper .swiper-container .swiper-wrapper{}
.p6Swiper .swiper-container .swiper-slide{width: 100%;}
.p6Swiper .p6Div{
    width: 100%;
    position: relative;
    padding-bottom: 5rem;
    display: flex;
    justify-content: stretch;
}
.p6Swiper .p6Div:after{
    content: '';
    display: block;
    width: 90%;
    height: 88%;
    background: #fff;
    position: absolute;
    left: 1rem;
    bottom: 1.5rem;
    z-index: 0;
    box-shadow: 0 0 15px  rgba(0,0,0,0.2);

}
.p6Swiper .p6Div .imgDiv{
    width: 50%;
    position: relative;
    z-index: 2;
    margin-left: 50%;
}
.p6Swiper .p6Div .imgDiv > img{
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
}
.p6Swiper .p6Div .imgDiv:before{
    content: '';
    display: block;
    clear: both;
    background: #fff3e7;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -1rem;
    left: -1.2rem;
    z-index: 0;
}

.p6Swiper .p6Del{
    position: absolute;
    left: 1.5rem;
    top: 3.5rem;
    color: #333;
    z-index: 3;
    width: 40%;
}
.p6Swiper .p6Del h3{
    font-size: 1.8rem;
    color: #000;
    text-align: center;
}
.p6Swiper .p6Del p{
    font-size:1.3rem;
    margin-top:0.5rem;
    color: #838383;
    padding: 0 1.5rem 1.5rem;
    text-align: justify;
}
.p6Swiper .p6Del .more{
    display: block;
    width: 80%;
    height:2.6rem;
    line-height: 2.6rem;
    text-align: center;
    background: #ed8210;
    border-radius: 0.2rem;
    margin: 0 auto;
    color: #fff;
}
.p6Swiper .pagination {
    position: absolute;
    z-index: 20;
    bottom:-3rem;
    width: 100%;
    text-align: center;
}
.p6Swiper .swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height:  10px;
    border-radius:  100%;
    background:#cbcbcb;
    margin: 0 5px;
    opacity: 0.8;
    cursor: pointer;
}
.p6Swiper .swiper-active-switch {
    width:2.5rem;
    border-radius:1rem;
    background:#ed8210;
}


/*part7*/
.part7{
    background:#f9f9f9;
}
.part7 .ulCont{
    margin: 0 -10px;
}
.part7 .ulCont li{
    width: 50%;
    padding: 10px;
    float: left;
}
.part7 .ulCont li .imgBox{
    position: relative;
}
.part7 .ulCont li .imgBox > img{
    width: 100%;
    display: block;
    height: auto;
}
.part7 .ulCont li .imgBox > span{
    font-size: 1.2rem;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    width: 2rem;
    height: 2rem;
    position: absolute;
    bottom: -1rem;
    left: 50%;
    margin-left: -1rem;
    z-index: 2;
    text-align: center;
    line-height: 2rem;
}

.part7 .ulCont li .imgBox:after{
    content: '';
    display: block;
    clear: both;
    width: 2.0rem;
    height: 2.0rem;
    position: absolute;
    bottom: -1.0rem;
    left: 50%;
    margin-left:-1.0rem;
    background:#ed8210;
    z-index: 1;
    transform: rotateZ(45deg);
}
.part7 .ulCont li h3{
    font-size: 1.6rem;
    color: #000;
    text-align: center;
    margin-top:2rem;
    margin-bottom: 0.2rem;
}
.part7 .ulCont li p{
    font-size: 1.2rem;
    color: #666;
}


/*part8*/
/*part8*/
.part8{
}
.p8Swiper{
    margin-bottom: 3rem;
    width: 100%;
    background: url("../img/p8bg.jpg") no-repeat left bottom;
    background-size: 100% auto;
}
.p8Swiper .swiper-container{}
.p8Swiper .swiper-container .swiper-wrapper{}
.p8Swiper .swiper-container .swiper-slide{width: 100%;}
.p8Swiper .p8Div{
    width: 60%;
    /* height: 592px; */
    background: url("../img/p8bgborder.png") no-repeat center;
    position: relative;
    margin: auto;
    padding: 2px;
    background-size: 100%;
}
.p8Swiper .p8Div > img{
    display: block;
    width: 100%;
}
.p8Swiper .p8Div .del{
    width: 90%;
    height: 30%;
    margin-left: 5%;
    position: absolute;
    left: 0;
    bottom: 20px;
    background: rgba(0,0,0,0.7);
    font-size: 1.4rem;
    color: #fff;
    padding: 1rem;
    text-align: justify;
    overflow: hidden;
}
.p8Swiper .p8Div .dec{
    font-size: 1.8rem;
    color: #000;
    font-weight: bold;
    position: absolute;
    top: 4rem;
    right: -5rem;
}
.p8Swiper .p8Div .dec span{
    display: block;
    font-size: 1.2rem;
    color: #fff;
    background: #0b0b0b;
    padding: 5px 10px;
    font-weight: normal;
    margin-top: 5px;
}
.part8 .ulCont{
    padding: 0 30px;
}
.part8 .ulCont li{
    width: 25%;
    float: left;
    padding: 0 15px;
}
.part8 .ulCont li:active, .part8 .ulCont li:hover, .part8 .ulCont li:focus{
    background: none;
}
.part8 .ulCont li > img{
    display: block;
    max-width: 100%;
    height: auto;
}
.p8Btn span {
    position: absolute;
    top: 50%;
    width: 2rem;
    height: 6rem;
    margin-top: -28px;
    z-index: 20;
}
.p8Btn span:nth-child(1){
    left: 10%;
    background: url("../img/p8_right.png") no-repeat;
    background-size: 100% auto;
    transform: rotateZ(180deg);
    background-position: center;
}
.p8Btn span:nth-child(2){
    right: 10%;
    background: url("../img/p8_right.png") no-repeat;
    background-size: 100% auto;
    background-position: center;
}

.p8Btn span.btnL{
    background: url("../img/p8_left.png") no-repeat;
    background-size: 100% auto;
    transform: rotateZ(0deg);
    background-position: center;
}
.p8Btn span.btnR{
    background: url("../img/p8_left.png") no-repeat;
    background-size: 100% auto;
    transform: rotateZ(180deg);
    background-position: center;
}

/*part9*/
/*part9*/
.part9{
    background: #f9f9f9;
}
.part9 .p9Nav{
    width: 100%;
    height: 3.6rem;
    text-align: center;
    background: #fff;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}
.part9 .p9Nav li{
    width: 50%;
    float: left;
    font-size: 1.4rem;
    color: #000;
    line-height: 3.6rem;
}
.part9 .p9Nav li > span{
    position: relative;
}
.part9 .p9Nav li > span:before{
    content: '';
    display: block;
    clear: both;
    width: 30px;
    height: 24px;
    position: absolute;
    left: -2.5rem;
    top: -0.2rem;
    background: url("../img/p9-icon.png") no-repeat;
    transform: scale(0.6);
}
.part9 .p9Nav li:nth-child(1) > span:before{
    background-position: 0 top;
}
.part9 .p9Nav li:nth-child(2) > span:before{
    background-position: -30px top;
}
.part9 .p9Nav li.act{
    font-weight: bold;
    color: #ed8210;
    border-bottom: 2px solid #ed8210;
}
.part9 .p9Nav li:nth-child(1).act > span:before{
    background-position: 0 bottom;
}
.part9 .p9Nav li:nth-child(2).act > span:before{
    background-position: -30px bottom;
}
.p9Cont{
    padding-top: 1.5rem;
    padding-bottom: 2rem;
}
.p9Cont .ul_1{
    margin: 0 -0.3rem;

}
.p9Cont .ul_1 li{
    width: 25%;
    float: left;
    padding: 0.3rem;
}
.p9Cont .ul_2{  margin: 0 -0.3rem;}
.p9Cont .ul_2 li{
    width: 50%;
    float: left;
    padding: 0.3rem;
}
.p9Cont .ul_1 li>img, .p9Cont .ul_2 li>img{
    display: block;
    max-width: 100%;
}

.p9Cont .ul_1 li:last-child{
    width: 100%;
    text-align: right;
    font-size: 1.0rem;
    color: #000;
    padding-top: 1rem;
}

/*表单*/
.formPart{
    width: 100%;
    overflow: hidden;
    background: url('../img/formBg.jpg') no-repeat center top #2b2b2b;
    padding-bottom: 2rem;
    background-size: 100%;
}
.formPart .tit{
    margin-bottom: 1rem;
}
.form form{
    width:80%;
    margin: auto;
}
.form input[type="text"]{
    margin-top:1rem;
    width:100%;
    height:4.6rem;
    line-height: 4.6rem;
    display:block;
    text-indent:6rem;
    color:#9f9f9f;
    border:1px solid #9f9f9f;
    border-radius:0.3rem;
}
.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:2rem;
}
.form-btn input[type="submit"]{
    float:right;
    width:100%;
    height:4.6rem;
    line-height:4.6rem;
    display:block;
    font-size:1.6rem;
    color:#ffffff;
    cursor:pointer;
    text-align:center;
    background:#ed8210;
    border-radius:0.3rem;
    border:none;
}