.part1{

}
.p1Cont{
    width: 100%;
    height: 506px;
    position: relative;
    margin: 60px 0;
}
.p1Cont .p1-center{
    position: absolute;
    width: 506px;
    height: 506px;
    border-radius: 100%;
    background: #fff3e7;
    top: 0;
    left: 50%;
    margin-left: -253px;
}
.p1Cont .p1-center .imgBox{
    width: 240px;
    height: 240px;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 100%;
    background: #ffe6cc;
    margin-left: -120px;
    margin-top: -120px;
    padding-left: 50px;
    padding-top: 75px;
}
.p1Cont .p1-center .imgBox span{
    display: inline-block;
    overflow: hidden;
    width: 0;
}
.p1Cont .p1-center .data{
    font-size: 14px;
    color: #ed8210;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 60px;
}
.p1Cont .p1-center .data:before{
    content: '';
    display: inline-block;
    clear: both;
    width: 60px;
    border: 1px solid #ed8210;
    position: absolute;
    top: -15px;
    left: 50%;
    margin-left: -30px;
}
.p1Cont .p1Div{
    position: absolute;
    width: 304px;
    height: 418px;
    background: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    top: 50%;
    margin-top: -209px;
    border-radius: 6px;
}
.p1Cont .p1Div .imgDiv{
    height: 215px;
}
.p1Cont .p1Div .imgDiv> img{
    width: 100%;
    border-radius: 6px 0;
}
.p1Cont .p1Div .bottom{
    height: 203px;
    padding: 30px 16px;
    border-radius: 0 6px;
}
.p1Cont .p1Div .center{
    position: absolute;
    width: 400px;
    height: 64px;
    background: #fff;
    border-radius: 32px;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    left: -48px;
    top: 156px;
    font-size: 18px;
    color: #ed8210;
    text-align: center;
    line-height: 64px;
    padding-left: 15px;
}
.p1Cont .p1Div.p1-left .center{
    left: -70px;
}
.p1Cont .p1Div.p1-right .center{
    right: -70px;
    left: auto;
}
.p1Cont .p1Div .center:before{
    content: '';
    display: inline-block;
    clear: both;
    width: 25px;
    height: 25px;
    background: url(../img/icon.png) no-repeat left top;
    position: absolute;
    top: 50%;
    margin-top: -13px;
    left: 35px;
}
.p1Cont .p1Div  .bottom{

}
.p1Cont .p1Div .bottom>div{
    width: 100%;
    padding-bottom: 15px;
}
.p1Cont .p1Div .bottom>div span{
    float: left;
    display: inline-block;
    font-size: 14px;
    color: #000;
    width: 60px;
}
.p1Cont .p1Div .bottom>div span.list-right{
    float: right;
    text-align: right;
}
.p1Cont .p1Div .bottom>div .list-center{
    width: 130px;
    margin-left: 20px;
    height: 14px;
    position: relative;
}
.p1Cont .p1Div .bottom>div .list-center:before,
.p1Cont .p1Div .bottom>div .list-center:after
{
    content: '';
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 14px;
    border-radius: 7px;
    background: #fdf2e7;
    top: 3px;
    left: 0;
}
.p1Cont .p1Div .bottom>div .list-center:before{
    z-index: 1;
}
.p1Cont .p1Div .bottom>div .list-center:after
{
    z-index: 2;
    background: #ed8210;
}

.p1Cont .p1Div .bottom>div.list-1 .list-center:after {
    width: 30%;
}
.p1Cont .p1Div .bottom>div.list-2 .list-center:after {
    width: 60%;
}
.p1Cont .p1Div .bottom>div.list-3 .list-center:after {
    width: 40%;
}
.p1Cont .p1Div .bottom>div.list-4 .list-center:after {
    width: 80%;
}
.p1Cont .p1Div .bottom>div.list-5 .list-center:after {
    width: 30%;
}
.p1Cont .p1Div .bottom>div.list-6 .list-center:after {
    width: 45%;
}
.p1Cont .p1Div .bottom>div.list-7 .list-center:after {
    width: 60%;
}
.p1Cont .p1Div .bottom>div.list-8 .list-center:after {
    width: 80%;
}
.p1Cont .p1Div.p1-left{
    left: 70px;
}
.p1Cont .p1Div.p1-right{
    right: 70px;
}

/*part2*/
.part2{
    background: #f9f9f9;
    padding-bottom: 60px;
    margin-top: 60px;
}
.p2Swiper{
    height: 726px;
    width: 100%;
}
.p2Swiper .swiper-container{}
.p2Swiper .swiper-container .swiper-wrapper{}
.p2Swiper .swiper-container .swiper-wrapper .swiper-slide{}
.p2Swiper .slideDiv{
    height: 726px;
    width: 100%;
    background: url("../img/p2Bg.jpg") no-repeat;
}

.p2Swiper .slideDiv>div{
    width: 413px;
    height: 271px;
    text-align: center;
}
.p2Swiper .slideDiv>div img{
    margin: 15px 0;
}
.p2Swiper .slideDiv>div h3{
    font-size: 26px;
    color: #000;
}
.p2Swiper .slideDiv>div h3 em{
    color: #ed8210;
    font-style: normal;
}
.p2Swiper .slideDiv>div h3 span{
    font-size: 14px;
    color: #666666;
    display: block;
    font-weight: normal;
    padding-top: 5px;
}
.p2Swiper .slideDiv>div p{
    color: #ed8210;
    font-size: 20px;
}
.p2Swiper .slideDiv>div p span{
     color: #666;
     font-size: 18px;
    display: block;
    padding-top: 5px;
}
.p2Swiper .slideDiv .left{
    height: 726px;
    padding: 160px 0 0 100px;
    float: left;
}
.p2Swiper .slideDiv .right{
    float: right;
    padding: 160px 100px 0 0;
    height: 726px;
}
.p2Swiper .btn span{
    position: absolute;
    width: 24px;
    height: 42px;
    display: inline-block;
    top: 50%;
    margin-top: -12px;
    z-index: 5;
    cursor: pointer;
}
.p2Swiper .btn span.leftBtn{
    left: 0;
    background: url("../img/icon.png") no-repeat -32px -34px;
}
.p2Swiper .btn span.rightBtn{
    right: 0;
    background: url("../img/icon.png") no-repeat -32px -86px;
}

/*part3*/
.part3{
    background: url("../img/p3Bg.jpg") no-repeat center top #000;
    background-size: auto 100%;
    height: 830px;
}
.p3Swiper{
    height: 418px;
    width: 100%;
    margin: 70px 0;
}
.p3Swiper .swiper-container{
    height: 418px;
}
.p3Swiper .swiper-container .swiper-wrapper{
    height: 418px;
}
.p3Swiper .swiper-container .swiper-wrapper .swiper-slide{
    width: 100%;
}
.p3Swiper .slideDiv{
    height: 418px;
    padding-left: 76px;
}
.p3Swiper .slideDiv .left{
    width: 361px;
    height: 418px;
    padding-top: 34px;
    position: relative;
    float: left;
}
.p3Swiper .slideDiv .left img{
    width: 100%;
    position: relative;
    z-index: 1;
}
.p3Swiper .slideDiv .left:after{
    content: '';
    display: block;
    clear: both;
    position: absolute;
    width: 347px;
    height: 408px;
    border: 2px solid #ed8210;
    top:0;
    left: 30px;
    z-index: 0;
}
.p3Swiper .slideDiv .right{
    float: right;
    width: 405px;
    height: 260px;
    margin-right: 50px;
}
.p3Swiper .slideDiv .right .top{
    width: 100%;
    height: 135px;
    font-size: 30px;
    font-weight: bold;
    background: url("../img/p4-border.png") no-repeat left top;
    line-height: 1.2;
    color: #fff;
    padding: 40px 0 0 45px;
}
.p3Swiper .slideDiv .right .top span{
    display: block;
    font-size: 24px;
}
.p3Swiper .slideDiv .right p{
    width: 100%;
    height: 125px;
    padding-top: 30px;
    font-size: 14px;
    color: #d1d1d1;
    padding-right: 30px;
    text-align: justify;
}
.p3Swiper .p3ul{
    width: 320px;
    position: absolute;
    right: 50px;
    bottom: 0;
    z-index: 10;
}
.p3Swiper .p3ul li{
    float: left;
    width: 24%;
    margin: 1px;
    cursor: pointer;
    background: #000;
}
.p3Swiper .p3ul li > img{
    width: 100%;
    height: auto;
    display: block;
    opacity: 0.5;
}
.p3Swiper .p3ul li.act > img{
    opacity: 1;
}
.p3Swiper .p3ul li.last a{
    display: block;
    width: 78px;
    height: 77px;
    background: #ed8210;
    color: #fff;
    text-align: center;
    line-height: 70px;
    font-size: 55px;
    font-weight: normal;
}
.p3Swiper .btn span{
    position: absolute;
    width: 26px;
    height: 50px;
    display: inline-block;
    top: 50%;
    margin-top: -12px;
    z-index: 11;
    cursor: pointer;
}
.p3Swiper .btn span.leftBtn{
    left: 0;
    background: url("../img/icon.png") no-repeat -2px -30px;
}
.p3Swiper .btn span.rightBtn{
    right: 0;
    background: url("../img/icon.png") no-repeat -3px -90px;
}

/*part4*/
.part4{
    background-size:auto 100%;
}
.p4Swiper{
    height: 470px;
    width: 100%;
    margin: 70px 0;
}
.p4Swiper .swiper-container{
    height: 470px;
}
.p4Swiper .swiper-container .swiper-wrapper{
    height: 470px;
}
.p4Swiper .swiper-container .swiper-wrapper .swiper-slide{
    width: 100%;
}
.p4Swiper .slideDiv{
    height: 470px;
    position: relative;
}
.p4Swiper .slideDiv .right{
    width: 766px;
    height: 352px;
    border:5px solid #ed8210;
    float: right;
}
.p4Swiper .imgBox{
    position: absolute;
    left: 0;
    top: 54px;
    z-index: 1;
}
.p4Swiper .imgBox span{
    position: absolute;
    color: #ed8210;
    font-size: 37px;
    font-weight: bold;
    top: -63px;
    left: 140px;
    transform: rotateZ(-90deg);
}
.p4Swiper .imgBox span:after{
    content: '';
    display: block;
    clear: both;
    width: 66px;
    border: 1px solid #ed8210;
    position: absolute;
    bottom: 25px;
    left: -70px;
}
.p4Swiper .slideDiv .right .del{
    width: 255px;
    height: 352px;
    padding: 50px 20px 0 0;
    float: right;
}
.p4Swiper .slideDiv .right .del h3{
    width: 90%;
    margin:0 auto 40px;
    font-size: 20px;
    color: #000;
    text-align: center;
    border-bottom: 1px solid #ed8210;
    padding-bottom: 25px;
}
.p4Swiper .slideDiv .right .del p{
    font-size: 14px;
    color: #050001;
    margin-bottom: 15px;
}
.p4Swiper .slideDiv .right .del p span{
    color: #ed8210;
}
.p4Swiper .btn{
    position: absolute;
    width: 170px;
    height:60px;
    display: inline-block;
    bottom: 0;
    right: 0;
    z-index: 11;
    cursor: pointer;
    border: 1px solid #333;
}
.p4Swiper .btn span{
    display: block;
    text-align: center;
    color: #000;
    font-size: 36px;
    font-family: '宋体';
    line-height: 60px;
    width: 50%;
    float: left;
    font-weight: bold;
}
.p4Swiper .btn span.leftBtn{
    border-right: 1px solid #333;
}
.p4Swiper .btn span:hover{
    color: #666;
}

/*part5*/
.part5{
    background: #f9f9f9;
    margin-top: 60px;
    padding-bottom: 40px;
}
.part5 .p5Ul{
    /*margin: 0 -15px;*/
}
.part5 .p5Ul li{
    width: 50%;
    float: left;
    position: relative;
    padding: 15px;
    margin-bottom: 40px;
    cursor: pointer;
}
.part5 .p5Ul li .box{
    position: relative;
    z-index: 1;
}
.part5 .p5Ul li .box:before{
    content: '';
    display: block;
    clear: both;
    width: 95%;
    height: 218px;
    position: absolute;
    background: #fff;
    left: 0;
    top: -15px;
    z-index: 0;
    box-shadow:0 0 15px rgba(0,0,0,0.05);

    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition:0.4s;
}
.part5 .p5Ul li.act .box:before{
    background: #ed8210;

    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition:0.4s;


}
.part5 .p5Ul li .box .left{
    width: 240px;
    color: #000;
    padding: 15px 30px;
    float: left;
    position: relative;
    z-index: 1;
}
.part5 .p5Ul li.act .box .left{
    color: #fff;
}
.part5 .p5Ul li .box .left h3{
    padding-bottom: 20px;
    font-size: 20px;
    text-align: center;
}
.part5 .p5Ul li .box .left p{
    font-size: 14px;
}
.part5 .p5Ul li .box .right{
    width: 230px;
    float: right;
    position: relative;
    z-index: 1;
}
.part5 .p5Ul li>p{
    display: block;
    width: 146px;
    height: 40px;
    background: #ed8210;
    text-align: center;
    line-height: 40px;
    color: #fff;
    position: absolute;
    bottom: -15px;
    left: 50px;
    z-index: 10;
    padding-right: 20px;
}
.part5 .p5Ul li>p > span{
    position: absolute;
    width: 27px;
    height: 32px;
    right: 0;
    top: 4px;
    display: inline-block;
    background: #c96800;
    color: #fff;
    text-align: center;
    line-height: 32px;
    font-size: 20px;
    font-family: 宋体;

    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition:0.3s;
}
.part5 .p5Ul li.act>p{
    background: #fff;
    color: #ed8210;

    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition:0.3s;
}
.part5 .p5Ul li.act>p > span{
    background: #e9e9e9;
    color: #a6a6a6;

    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition:0.3s;
}

/*part6*/
.part6{
    margin-bottom: 60px;
}
.part6 .p6Ul{

}
.part6 .p6Ul li{
    width: 25%;
    float: left;
    padding:0 5px;
}
.part6 .p6Ul li .box{
    position: relative;
    height: 380px;
    box-shadow: 0 0 20px rgba(0,0,0,0.08);
    overflow: hidden;
}
.part6 .p6Ul li .box>img{
    width: 100%;
    display: block;
}
.part6 .p6Ul li .box .text{
    position: absolute;
    width: 100%;
    height: 90px;
    bottom: 0;
    background: #fff;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    padding-top: 20px;
    padding-left: 70px;
}
.part6 .p6Ul li .box .text:before{
    content: '';
    display: block;
    clear: both;
    width: 42px;
    height: 42px;
    background: url("../img/icon.png") no-repeat -7px -152px;
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -21px;
}
.part6 .p6Ul li .box .text span{
    font-size: 14px;
    color: #666;
    display: block;
    font-weight: normal;
}


.part6 .p6Ul li.act .box .text{
    bottom: -90px;

    -webkit-transition: 0.4s;
    -moz-transition:0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.part6 .p6Ul li .box .pop{
    bottom: 100%;
    -webkit-transition: 0.4s;
    -moz-transition:0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.part6 .p6Ul li.act .box .pop{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 5;
    left: 0;
   /* top: 0;*/
    color: #fff;
    padding: 50px 20px 20px;

    -webkit-transition: 0.4s;
    -moz-transition:0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.part6 .p6Ul li.act .box .pop h3{
    text-align: center;
    font-weight: normal;
    font-size: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
    margin-bottom: 20px;
}
.part6 .p6Ul li.act .box .pop h3 p{
    font-size: 18px;
    text-align: center;
}
.part6 .p6Ul li.act .box .pop p{
    font-size: 14px;
    text-align: justify;
    line-height: 1.8;
}


/*part7*/
.part7{
    background: url("../img/p7Bg.jpg") no-repeat center top;
    height: 869px;
}
.p7Swiper{
    height: 504px;
    width: 100%;
    margin: 50px 0;
}
.p7Swiper .swiper-container{
    height: 504px;
}
.p7Swiper .swiper-container .swiper-wrapper{
    height: 504px;
}
.p7Swiper .swiper-container .swiper-wrapper .swiper-slide{
    width: 100%;
}
.p7Swiper .slideDiv{
    height: 504px;
    position: relative;
}
.p7Swiper .slideDiv ul{
    height: 252px;
}
.p7Swiper .slideDiv ul.top li{
    float: left;
}
.p7Swiper .slideDiv ul.bottom li{
    float: right;
}
.p7Swiper .slideDiv ul .li_1{
    width: 500px;
}
.p7Swiper .slideDiv ul li > img {
    width:100%;
    display: block;
}
.p7Swiper .slideDiv ul .li_2{
    width: 310px;
    height: 252px;
    background: #fff;
    padding: 60px 40px;
}
.p7Swiper .slideDiv ul .li_2 h3{
    font-size: 24px;
    color: #ed8210;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.p7Swiper .slideDiv ul .li_2 h3:after{
    content: '';
    display: block;
    clear: both;
    width: 60px;
    border-bottom: 2px solid #ed8210;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -30px;
}
.p7Swiper .slideDiv ul .li_2 p{
    font-size: 14px;
    color: #666;
}
.p7Swiper .slideDiv ul .li_2 p span{
    color: #ed8210;
}
.p7Swiper .btn{

}
.p7Swiper .btn > span{
    position: absolute;
    display: block;
    text-align: center;
    color: #ed8210;
    font-size: 36px;
    font-family: '宋体';
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 100%;
    border: 2px solid #ed8210;
    font-weight: bold;
    cursor: pointer;
    z-index: 10;
}
.p7Swiper .btn span.leftBtn{
    left: 50px;
    bottom: 130px;
}
.p7Swiper .btn span.rightBtn{
    right: 50px;
    top: 70px;
}
.p7Swiper .btn p{
    position: absolute;
    color: #fff;
    font-size: 18px;
    z-index: 10;
}
.p7Swiper .btn p.left{
    left: 40px;
    bottom:70px;
}
.p7Swiper .btn p.right{
    right: 40px;
    top: 140px;
}
/*part8*/
.part8{

}
.p8Cont{
    padding-bottom: 60px;
}
.tab-ul2{ box-shadow: 1px 2px 5px #ccc; height:63px;}
.tab-ul2 li{
    margin-right:1px;
    float:left;
    width:499px;
    cursor:pointer;
    font-size:18px;
    color:#333;
    position:relative;
    line-height:61px;
    text-align:center;
    margin-bottom: 20px;
    background:#fff;
}
.tab-ul2 li em{
    width: 26px;
    height: 24px;
    display: block;
    background: url("../img/bei.png") no-repeat;
    position: absolute;
    left:150px;
    top:20px;
}
.tab-ul2 li.ul-li-1 em{ background-position:0 0;}
.tab-ul2 li.ul-li-2 em{ background-position:-43px 0;}
.tab-ul2 li.ul-li-1.selected em{ background-position:0  -38px;}
.tab-ul2 li.ul-li-2.selected em{ background-position:-43px -38px;}
.tab-ul2 li img{
    top:45px;
    left:240px;
    opacity:0;
    transition:0.5s;
    display:none \9;
    position:absolute;
}
.tab-ul2 li.selected{
    border-bottom: 2px solid #ed8210;
    box-sizing: border-box;
    color:#ed8210 ;
    font-weight: bold;;
}
.tab-ul2 li.selected img{
    opacity:1;
    transition:0.5s;
}
.tab-box2{
    width:1010px;
    display: block;
    overflow: hidden;
    padding: 5px;
    height: 438px;
}
.tab-box2 ul li{ display: inline-block;  margin-right: 5px; margin-bottom: 8px; box-sizing: border-box;transition: 0.2s ease-in-out;}
.tab-box2 div.box-ul_1 ul li{  width: 192px; height: 82px;}
.tab-box2 ul li img{ width: 100%; height: auto;}
.tab-box2 div.box-ul_1 ul li:nth-child(5n){ margin-right:0;}
.tab-box2 ul li:hover{ box-shadow: 1px 1px 5px #ccc;transition: 0.2s ease-in-out;}
.tab-box2 div.box-ul_2 ul li{ width: 326px;height: 199px; display: inline-block; margin-right: 5px; margin-bottom: 10px;}
.tab-box2 div.box-ul_2 ul li:nth-child(3n){ margin-right:0;}
.dataFrom{text-align: right; font-size: 14px; color: #666; padding-right: 30px;}
.hide{
    display: none;
}

/*表单*/
.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: #ed8210;
}
.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: #4375b9;
    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;
}
