﻿/*part1*/

.p1Cont .box .p-h3 {
    width: 121px;
    height: 214px;
    background-color: #ed8210;
    position: relative;
}

.p1Cont .box {
    position: relative;
    left: 0;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 22px;
}

.p1Cont .box:nth-child(2n) {
    left: 18px;
}

.p1Cont .box:before {
    content: '';
    width: 380px;
    height: 190px;
    border: 1px solid #ed8210;
    position: absolute;
    left: 80px;
    display: inline-block;
    z-index: -1;
    transition: 0.2s ease-in-out;
}

.p1Cont .box:after {
    content: '';
    width: 5px;
    height: 187px;
    background-color: #ed8210;
    position: absolute;
    left: 480px;
    top: 14px;
    display: inline-block;
    z-index: -1;
    transition: 0.2s ease-in-out;
}

.p1Cont .box>div {
    float: left;
}

.p1Cont .box .p-h3:after {
    content: '';
    background: url("../img/p1-jt.png") no-repeat;
    width: 34px;
    height: 24px;
    display: inline-block;
    position: absolute;
    top: 70%;
    left: 40px;
    z-index: 10;
    transition: 0.2s ease-in-out;
}

.p1Cont .box .p-h3 h5 {
    font-size: 18px;
    color: #fff;
    margin-top: 50px;
    text-align: center;
}

.p1Cont .box .p-h3 h5 span {
    font-size: 12px;
}

.p1Cont .box div.p-img {
    width: 183px;
    height: 188px;
    border-right: 1px solid #e8e8e8;
    border-top: 1px solid #e8e8e8;
    box-shadow: 0px 5px 4px #ccc;
    margin-top: 13px;
}

.p1Cont .box div>img {
    width: 183px;
    height: 188px;
}

.p1Cont .act::before {
    left: 106px;
    transition: 0.1s ease-in-out;
}

.p1Cont .act::after {
    left: 486px;
    transition: 0.2s ease-in-out;
}

.p1Cont .act .p-h3::after {
    left: 50px;
    transition: 0.2s ease-in-out;
}

/*part2*/

.part2 {
    background-color: #f1f7fa;
    overflow: hidden;
    position: relative;
}

.p2Cont {
    position: relative;
    left: 0;
    height: 735px;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    background: url("../img/p2-bg_03.jpg") no-repeat #fff top center;
    box-shadow: 0px 5px 20px #d1d1d1;
    z-index: 2;
}

.p2Cont .box {
    position: absolute;
    left: 0;
    top: 0;
}

.p2Cont .box1 {
    width: 275px;
    height: 255px;
    overflow: hidden;
    background: url("../img/mon-img.png") no-repeat center 40%;
    border: 1px solid #e8e8e8;
    border-bottom: 6px solid #e8e8e8;
    left: 42px;
    top: 90px;
}

.p2Cont .box .p-1 {
    font-size: 18px;
    margin-left: 30px;
    margin-top: 20px;
    color: #333;
}

.p2Cont .box1 h3 {
    color: #ed8210;
    font-size: 45px;
    font-family: "Arial Rounded MT Bold";
    margin-left: 50px;
    margin-top: 80px;
    line-height: 2em;
}

.p2Cont .box1 .p-2 {
    font-size: 14px;
    color: #ed8210;
    margin-left: 28px;
    margin-top: -10px;
}

.p2Cont .box2 {
    width: 628px;
    height: 255px;
    overflow: hidden;
    background: url("../img/p2-bg_03_08.jpg") no-repeat center 97%;
    border: 1px solid #e8e8e8;
    border-bottom: 6px solid #e8e8e8;
    left: 340px;
    top: 90px;
}

.p2Cont .box2 .p2-s1,
.p2Cont .box2 .p2-s2,
.p2Cont .box2 .p2-s3,
.p2Cont .box2 .p2-s4 {
    float: left;
    height: 122px;
    display: inline-block;
}

.p2Cont .box2 .p2-s1 {
    margin-left: 95px;
    margin-top: 123px;
}

.p2Cont .box2 .p2-s2 {
    margin-left: -40px;
    margin-top: 92px;
}

.p2Cont .box2 .p2-s3 {
    margin-left: -40px;
    margin-top: 63px;
}

.p2Cont .box2 .p2-s4 {
    margin-left: -40px;
    margin-top: 33px;
}

.p2Cont .box3 {
    top: 367px;
    left: 42px;
    animation: myp2-1 5s ease-in-out infinite alternate;
}

.p2Cont .box4 {
    top: 367px;
    left: 369px;
    animation: myp2-2 3s ease-in-out infinite alternate;
}

.p2Cont .box5 {
    top: 385px;
    left: 714px;
}

.p2Cont .lai-y {
    width: 251px;
    top: 650px;
    left: 714px;
    font-size: 12px;
    color: #999;
}



@keyframes myp2-1 {
    0% {
        transform: translateY(8px);
    }

    100% {
        transform: translateY(-8px);
    }
}

@keyframes myp2-2 {
    0% {
        transform: translateY(-6px);
    }

    100% {
        transform: translateY(6px);
    }
}

.part2 .round {
    position: absolute;
}

.part2 .round1 {
    animation: round1 10s ease-in-out infinite alternate;
    transform-origin: 10% 20%;
    width: 74px;
    height: 74px;
    left: -77px;
    top: 0px;
    z-index: 1;
}

.part2 .round2 {
    animation: round2 8s ease-in-out infinite alternate;
    transform-origin: 0% 1%;
    width: 81px;
    height: 81px;
    left: -70px;
    top: 330px;
    z-index: 3;
}

.part2 .round3 {
    animation: round3 5s ease-in-out infinite alternate;
    transform-origin: 0% 1%;
    width: 111px;
    height: 111px;
    left: 1000px;
    top: 100px;
    z-index: 3;
}


@keyframes round1 {
    0% {
        transform: rotate(0deg);
        transition: 10s ease-in-out;
    }

    100% {
        transform: rotate(290deg);
        transition: 3s ease-in-out;
    }
}

@keyframes round2 {
    0% {
        transform: rotate(0deg);
        transition: 10s ease-in-out;
    }

    100% {
        transform: rotate(50deg);
        transition: 3s ease-in-out;
    }
}

@keyframes round3 {
    0% {
        transform: rotate(10deg);
        transition: 10s ease-in-out;
    }

    100% {
        transform: rotate(40deg);
        transition: 3s ease-in-out;
    }
}



/*part3*/


.part3 {
    width: 100%;
    background: url("../img/p3-bg_03.jpg") no-repeat bottom center;
    overflow: hidden;
}

.part3 .p3Cont {
    height: 320px;
}

.part3 .p3Cont li {
    width: 236px;
    height: 320px;
    background-color: #fff;
    display: inline-block;
    overflow: hidden;
    padding: 8px;
    margin-right: 12px;
    box-shadow: 0 2px 10px 2px rgba(0, 51, 51, 0.25);
    /*x轴  Y轴  阴影模糊半径   阴影扩展半径  阴影颜色  */
}

.part3 .p3Cont li.last-li {
    margin-right: 0;
}

.part3 .p3Cont li>img {
    width: 100%;
    height: auto;
}

.part3 .p3Cont li>div {
    width: 218px;
    margin: 0 auto;
}

.part3 .p3Cont li>div>div.del {
    width: 200px;
    margin: 0 auto;
}

.part3 .p3Cont li>div>div.del h3 {
    font-size: 24px;
    color: #000;
    font-weight: normal;
    text-align: center;
    margin-top: 25px;
}

.part3 .p3Cont li>div>div.del p {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}

.part3 .p3Cont li:hover {
    box-shadow: 0 5px 8px 5px rgba(0, 51, 51, 0.25);
}
.part3 .tit h3 {
    color: #fff;
}
.part3 .tit p {
    color: #fff;
}

/* 第六部分  */
.part4 {
    background-color: #f1f7fa;
}

/*part4*/
/* .part4 {
    position: relative;
}

.part4 .p4Cont {
    height: 540px;
    position: relative;
}

.part4 .p4Cont li {

    justify-content: stretch;
    align-items: center;
    padding: 20px 0;
    overflow: hidden;


}

.part4 .p4Cont li.p4-1 {
    width: 656px;
}

.part4 .p4Cont li.p4-2 {
    width: 656px;
}

.part4 .p4Cont li.p4-3 {
    width: 320px;
}

.part4 .p4Cont li .imgBox {
    width: 312px;
    float: left;



}

.part4 .p4Cont li .imgBox:after {
    content: '';
    display: block;
    clear: both;
    position: absolute;
    top: 50%;
    margin-top: -30px;
    right: 0;
}

.part4 .p4Cont li .imgBox>img {
    display: block;
    width: 100%;
    box-shadow: 0 2px 10px 2px rgba(0, 51, 51, 0.25);
    transition: 0.4s ease-in-out;


}

.part4 .p4Cont li .del {
    width: 330px;
    text-align: center;
    float: left;

}

.part4 .p4Cont li .del h3 {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    padding-bottom: 5px;
}

.part4 .p4Cont li .del p {
    font-size: 16px;
    color: #666;
}

.part4 .p4Cont li .del a {
    font-size: 14px;
    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 15px;
    transform: rotate(0deg);
    transition: 0.4s ease-in-out;
}

.part4 .p4Cont li.p4-2 .del:before {
    background-position: -100px center;
}

.part4 .p4Cont li.p4-3 .del:before {
    background-position: -200px center;
}

.part4 .p4Cont li.p4-3 {
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
}

.part4 .p4Cont li.p4-3 .imgBox {
    float: none;
    margin-bottom: 40px;
}

.part4 .p4Cont li.p4-3 .box {
    float: none;
}

.part4 .p4Cont li:hover {}

.part4 .p4Cont li:hover .imgBox>img {
    box-shadow: 0 5px 15px 5px rgba(0, 51, 51, 0.25);
    transform: scale(0.95);
}

.part4 .p4Cont li:hover .del::before {
    transform: scale(0.9);
    transition: 0.4s ease-in-out;
} */

/*part4-5*/
.part4-5 {
    background-color: #f9f9f9;
    overflow: hidden
}

.view .swiper-container {
    width: 1000px;
    height: 470px;
}


.view .swiper-wrapper {
    height: 365px;
    width: 1000px;
    overflow: hidden;
}

.view .swiper-wrapper .swiper-slide .big-img {
    width: 745px;
    height: 365px;
    float: left;
    display: inline-block;
}

.view .swiper-wrapper .ifm {


    width: 295px;
    height: 300px;
    float: left;
    margin-left: 710px;
    margin-top: -320px;
    z-index: 90;


}

.view .swiper-wrapper .ifm>img {
    margin-left: 43px;
}

.view .swiper-wrapper .ifm p {
    width: 295px;
    height: 125px;
    overflow: hidden;
    background-color: #ed8210;
    font-size: 18px;
    margin-top: 46px;
    padding-top: 20px;
    text-align: center;
    color: #fff;
    display: block
}

.view .swiper-wrapper .ifm p span {
    font-size: 16px;
    display: block;
    width: 270px;
    height: 60px;

    margin: 0 auto;
}


.view .p45Ul {
    width: 1000px;
    position: absolute;
    bottom: 150px;
    float: none;
    height: 185px;
    z-index: 2;


}

.view .p45Ul li {
    width: 155px;
    height: 156px;
    float: left;
    margin-right: 13px;
    background: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    cursor: pointer;
    display: inline-block;
    box-sizing: border-box;

}

.view .p45Ul li.li_6 {
    margin-right: 0;
}

.view .p45Ul li img {
    width: 100%;
}

.view .p45Ul p {
    text-align: center;
    width: 155px;
    font-size: 13px;
    color: #000;
    margin: 0 auto;

}


.view .p45Ul li.act {
    border: 2px solid #ed8210;
    width: 155px;
    height: 156px;
    ;
    box-sizing: border-box;
}

.view .pagination {
    width: 100%;
    z-index: 99;
    text-align: center;
    position: absolute;
    top: 460px;
    left: 360px;

    cursor: pointer;

}

.view .swiper-pagination-switch {
    margin: 0 5px;
    width: 10px;
    height: 10px;
    cursor: pointer;
    display: inline-block;
    background: #fff;
    border-radius: 50%;

}

.view .swiper-active-switch {
    background: url("../img/p5-dian.png") no-repeat center center;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    line-height: 12px;
    cursor: pointer;
    display: inline-block;

}



/*part5*/
.part5 {
    width: 100%;
    background: #f7f7f7;
    padding-bottom: 60px;
    background: url("../img/p5-bg.jpg") no-repeat center 180px;
}

.p5Cont {
    height: 610px;
    position: relative;

}

.p5Cont .swiper-container {
    width: 100%;
    height: 610px;
    float: left;
}

.p5Cont .swiper-container .swiper-wrapper {}

.p5Cont .swiper-container .swiper-slide {
    width: 100%;
    height: 610px;
    position: relative;
}

.p5Cont .btnDiv {
    width: 90px;
    height: 43px;
    position: absolute;
    bottom: 160px;
    right: 60px;
    z-index: 19;
}

.p5Cont .btnDiv span {
    width: 43px;
    height: 43px;
    display: block;
    float: left;
    background: #fff;
    cursor: pointer;
    font-size: 24px;
    font-weight: bold;
    color: #cbcbcb;
    text-align: center;
    line-height: 43px;
    font-family: '宋体';
    border: 2px solid #cbcbcb;

}

.p5Cont .btnDiv span.btnL {
    border-right: none;
}

.p5Cont .btnDiv span.btnR {
    border-left: none;
}

.p5Cont .btnDiv span.btnAct {
    color: #606060;
    border: 2px solid #606060;
    width: 44px;
}

.p5Cont .contDiv {
    margin-top: 70px;
    margin-left: 50px;
}

.p5Cont .contDiv .tip {
    width: 515px;
    position: absolute;
    top: 40px;
    left: 50px;
    text-align: right;
    color: #000;
    font-size: 28px;
    font-weight: bold;
    padding-top: 14px;
    line-height: 1.4;
}

.p5Cont .contDiv>img {
    width: 517px;
    height: 338px;
    background-color: #999;
    margin-top: 45px;
}

.p5Cont .contDiv .tip span {
    font-weight: normal;
    font-size: 14px;
    display: block;
}

.p5Cont .contDiv .right {
    width: 325px;
    height: 270px;

    position: absolute;
    top: 115px;
    right: 60px;
    z-index: 10;

}

.p5Cont .contDiv .right .p5-con {
    font-size: 15px;
    line-height: 2em;
    margin-top: 40px;
}

.p5Cont .contDiv .right .listDiv {
    width: 325px;
    height: 34px;
    margin: 0 auto 10px;

}

.p5Cont .contDiv .right .listDiv:before {
    content: '';
    display: block;
    width: 42px;
    height: 34px;
    background: url("../img/p5icon-1.png") no-repeat center center;
    float: left;
    overflow: hidden;
}

.p5Cont .contDiv .right .listDiv.listDiv_11:before {
    background-position: 0 0;
}

.p5Cont .contDiv .right .listDiv.listDiv_12:before {
    background-position: -48px 0;
}

.p5Cont .contDiv .right .listDiv.listDiv_13:before {
    background-position: -95px 0;
}

.p5Cont .contDiv .right .listDiv.listDiv_21:before {
    background-position: -146px 0;
}

.p5Cont .contDiv .right .listDiv.listDiv_22:before {
    background-position: -198px 0;
}

.p5Cont .contDiv .right .listDiv.listDiv_23:before {
    background-position: -248px 0;
}

.p5Cont .contDiv .right .listDiv.listDiv_31:before {
    background-position: -297px 0;
}

.p5Cont .contDiv .right .listDiv.listDiv_32:before {
    background-position: -347px 0;
}

.p5Cont .contDiv .right .listDiv.listDiv_33:before {
    background-position: -248px 0;
}

.p5Cont .contDiv .right .listDiv .del {
    width: 260px;
    float: right;
    position: relative;
    height: 12px;
    top: 10px;
}

.p5Cont .contDiv .right .listDiv .del:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 12px;
    border-radius: 6px;
    background: #ecf0f1;
}

.p5Cont .contDiv .right .listDiv .del em {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 12px;
    border-radius: 6px;
    background: #ed8210;
    display: block;
    z-index: 2;
}

.p5Cont .contDiv .right .listDiv.listDiv_11 .del em {
    width: 90%;
}

.p5Cont .contDiv .right .listDiv.listDiv_12 .del em {
    width: 70%;
}

.p5Cont .contDiv .right .listDiv.listDiv_13 .del em {
    width: 85%;
}



.p5Cont .contDiv .right .listDiv.listDiv_31 {
    margin-top: 30px;
}

.p5Cont .pagination {
    width: 100%;
    z-index: 20;
    text-align: center;
    position: absolute;
    bottom: 35px;
}

.p5Cont .swiper-pagination-switch {
    margin: 0 5px;
    width: 12px;
    height: 12px;
    cursor: pointer;
    display: inline-block;
    background: #cccccc;
    border-radius: 50%;

}

.p5Cont .swiper-active-switch {
    background: #ed8210;
    margin: 0 5px;
    width: 30px;
    height: 12px;
    cursor: pointer;
    display: inline-block;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
}





/*part6*/



/*part7*/

.part7 {
    background-color: #f9f9f9;
}

.part7 .beizhu {
    text-align: right;
    font-size: 14px;
    color: #666px;
    margin-top: 25px;
}

.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: 500px;
}

.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;
}

/*part8*/
/*part1*/
.part8 {
    background-color: #fff3e7;
    width: 100%;
    overflow: hidden
}

.p8Cont {
    height: 653px;
    box-shadow: 0px 10px 40px #bfbfbf;
    background-color: #fff;
    border-radius: 1%;
    padding-top: 65px;


}

.p8Cont .swiper-container {
    width: 758px;
    height: 586px;
    float: left;
    margin-left: 120px;
}

.p8Cont .swiper-container .swiper-wrapper {}

.p8Cont .swiper-container .swiper-slide {
    width: 758px;
    height: 526px;
    /*background: url("../img/p1cont_bg.jpg") no-repeat left top;*/

}

.p8Cont .swiper-container .swiper-slide .box p {
    width: 232px;
    height: 85px;
    overflow: hidden;
    font-size: 14px;
    margin-top: 60px;
    line-height: 2em;
    color: #666;
    display: block
}

.p8Cont .swiper-container .swiper-slide .box h3 {
    font-size: 20px;
    color: #000;
    background: url("../img/da_tou_03.jpg") no-repeat center right 10px;
    margin-top: 10px;
    margin-bottom: 25px;
}


.p8Cont .p8Ul {
    width: 450px;
    position: absolute;
    bottom: 70px;
    right: 100px;
    height: 175px;
    z-index: 2;


}

.p8Cont .p8Ul li {
    width: 138px;
    height: 168px;
    float: left;
    margin: 0 5px;
    background: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    cursor: pointer;
    display: inline-block;
    box-sizing: border-box;

}


.p8Cont .p8Ul li img {
    width: 100%;
}

.p8Cont .p8Ul p {
    text-align: center;
    width: 138px;
    height: 31px;
    line-height: 31px;
    font-size: 14px;
    color: #fff;
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    margin: 0 auto;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#0x000000, endColorstr=#0x000000);
    /*兼容ie8透明背景*/
}


.p8Cont .p8Ul li.act {
    border: 2px solid #ed8210;
    width: 142px;
    height: 172px;
    ;
    box-sizing: border-box;
}

/*右边*/



/*右边*/
.part8 .p8Right {
    position: relative;
    height: 168px;
    width: 40px;
    right: 0;
    left: 910px;
    top: 343px;


    background: #ed8210;


}

.part8 .p8Right>p {
    position: relative;
    font-size: 16px;
    color: #fff;
    transform: rotateZ(90deg);
    transform-origin: 740% 53%;


}

.part8 .p8Right .btnL,
.part8 .p8Right .btnR {
    position: absolute;
    bottom: 0px;

    width: 40px;
    height: 40px;
    background: #333;
    cursor: pointer;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-family: '宋体';

    display: block;

}

.part8 .p8Right .btnL {
    bottom: 40px;
}

.part8 .p8Right span.btnAct {
    background: #000;
}

/*左边*/

.part8 .p8left {
    position: absolute;
    left: -10px;
    height: 426px;
}

.part8 .p8left>p {
    font-size: 20px;
    color: #b6b6b6;
    transform: rotateZ(90deg);
    transform-origin: 55% 90%;
    line-height: 1;
    font-weight: bold;
    position: relative;
    left: 76px;
    top: 80px;
}



.part8 .p8left .num {
    position: absolute;
    transform: rotateZ(90deg);
    bottom: 40px;
    left: 78px;
    font-size: 1.8rem;
    color: #666;
    font-weight: bold;
}

.part8 .p8left .num i {}

.part8 .p8left .num em {
    display: inline-block;
    transform: rotateZ(90deg);
}

.part8 .p8left .btnL,
.part8 .p8left .btnR {
    position: absolute;
    bottom: 45%;
    left: 45px;
    width: 120px;
    height: 40px;
    background: #333;
    cursor: pointer;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    font-family: '宋体';
    z-index: 20;
}

.part8 .p8left .btnL {
    bottom: 36%;
}

.part8 .p8left span.btnAct {
    background: #000;
}










/*左右翻页*/

/* 
.part9 .btnDiv {
    height: 43px;
    position: relative;
    z-index: 19;
}

.part9 .btnDiv span {
    width: 43px;
    height: 43px;
    display: block;
    position: absolute;
    cursor: pointer;
    font-size: 52px;
    color: #cecece;
    text-align: center;
    line-height: 43px;
    font-family: '宋体';

}

.part9 .btnDiv span.btnL {
    border-right: none;
    left: -15px;
    top: 200px;
}

.part9 .btnDiv span.btnR {
    border-left: none;
    right: -22px;
    top: 200px;
}

.part9 .btnDiv span.btnAct {
    color: #333;
    width: 44px;
} */




/*第p10Cont部分*/
.p10Cont {
    background: url("../img/aa_03.jpg") no-repeat center;
    background-size: 100% auto;
    height: 525px;
}

.p10Cont a {
    width: 107px;
    height: 50px;
    line-height: 50px;
    background-color: #ed8210;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 140px;
}

/*表单*/
.formPart {
    background: url("../img/bom-bg_53.jpg") no-repeat top center;
    padding-top: 1px;
    padding-bottom: 40px;

}

.formPart .tit h3,
.formPart .tit p {
    color: #fff;
}

.formPart .tit p {
    font-size: 20px;
    color: #fff;
}

.formPart button {
    width: 100%;
    float: right;
    display: block;
    text-align: center;
    border: 1px solid #ed8210;
    border-radius: 5px;
    background: #ed8210;
    color: #fff;
    font-size: 18px;
    height: 48px;
    line-height: 46px;
    overflow: hidden;
}

/*合作企业切换*/

/*算一算*/
.suan {
    background: #000000 \9;
    background: rgba(0, 0, 0, 0.8);
    background: url("../img/suan-bg_02_02.png") no-repeat top center;
    position: fixed;
    padding-top: 1px;
    bottom: -499px;
    z-index: 500;
    width: 100%;
    transition: all 0.5s;

}

.suan.true {
    bottom: 0;
}

.suan>.title {
    text-align: left;
    /*position: absolute;*/
    /*top:-90px;*/
    width: 900px;
    margin: 5px auto 15px;
    position: relative;


}

.suan>.title p {
    height: 47px;
    font-size: 28px;
    line-height: 47px;
    color: #fff;
    font-weight: 600;
    display: inline-block;
}

.suan>.title p span {
    font-size: 36px;
    font-weight: 600;
    color: #ffe400;
    display: inline-block;
    margin-left: 20px;
}

.suan>.title>.xiaoren {
    position: absolute;

    top: -50px;
    margin-left: 70px;
}

.suan>.title>.jiantou {
    width: 21px;
    height: 31px;
    display: inline-block;
    float: right;
    margin-right: 40px;
    background: url("../img/formpoint.png") no-repeat center;
    animation: jianTou 1.5s ease-in infinite alternate;
}

@keyframes jianTou {
    0% {
        transform: translateY(-5px);
    }

    100% {
        transform: translateY(5px);
    }
}

.suan_c {
    width: 1000px;
    height: 491px;
    margin: 0 auto 0;

    position: relative;
    top: 45px;
}

.suan_z {
    padding-left: 40px;
    padding-top: 20px;
    width: 646px;
    float: left;
    border-right: 1px solid #ed8210;
    height: 85%;
}

.suan_z>p>span {
    font-size: 24px;
    font-weight: 900;
    color: #000;
    display: inline-block;
    margin-right: 5px;
}

.suan_z>p {
    color: #5f5f5f;
    font-size: 16px;
    margin-bottom: 4px;
}

.suan_z>p>i {
    color: #d81e06;
    font-style: normal;
}

.suan_z>div>p {
    font-size: 20px;
    color: #222;
    vertical-align: middle;
    margin-bottom: 5px;
    margin-top: 24px;
    font-weight: bold;
}

.suan_z>div>p>img {
    margin-right: 10px;
}

.suan_z>div>p>span {
    display: inline-block;
    height: 15px;
    width: 15px;
    margin-left: 20px;

}



.suan_z .fenlei {
    padding-right: 20px;
    display: inline-block;
}

.suan_z .fenlei>p {
    font-size: 15px;
    margin-top: 0;
    display: inline-block;
    color: #222;
    vertical-align: middle;
}




.suan_z .fenlei>p>i {
    width: 21px;
    height: 21px;
    border: 1px solid #494949;
    border-radius: 10%;
    margin-left: 0;
    margin-right: 10px;
    display: inline-block;
    margin-top: 0px;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    padding: 1px;
    vertical-align: middle;
}

.suan_z .fenlei>p>i.true>em {
    width: 100%;
    height: 100%;
    background: url("../img/dui.png") no-repeat center;
    display: block;

}

.suan_y {
    width: 350px;
    float: left;
}

.suan_y>p {
    font-size: 38px;
    font-weight: 900;
    color: #000;
    margin: 130px auto 40px;
    width: 80%;
    text-align: right;
}

.suan_y>p>span {
    color: #ed8210;
}

.suan_y>a {
    width: 170px;
    height: 50px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    margin: 0 auto;
    font-size: 18px;
    display: block;
    background: #ed8210;
    border-radius: 5px;
}

.baojia {
    position: absolute;
    left: 578px;
    top: 155px;
    cursor: pointer;
}

/*弹出表单*/
.tan_form.true {
    display: block;
}

.tan_form {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    display: none;
    z-index: 501;
    background: #000 \9;
    /*-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";*/
    /*IE4-IE9*/
    /*filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=90);*/
}

.tan_form>form {
    width: 500px;
    height: 300px;
    background: #fff;
    position: absolute;
    margin-left: -175px;
    margin-top: -150px;
    left: 50%;
    top: 50%;
    border-radius: 10px;
}

.tan_form>form>span {
    cursor: pointer;
}

.tan_form>form>p {
    font-size: 18px;
    color: #999;
    text-align: center;
    margin-top: 55px;
    margin-bottom: 30px;
}

.tan_form>form>input {
    width: 40%;
    height: 35px;
    line-height: 35px;
    border: 1px solid #de2986;
    border-radius: 5px;
    margin: 20px auto 0;
    display: block;
    padding-left: 20px;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
}

.tan_form>form>button {
    width: 40%;
    height: 35px;
    line-height: 35px;
    border: 1px solid #de2986;
    border-radius: 5px;
    margin: 20px auto 0;
    display: block;
    background: #de2986;
    color: #fff;
}

.tan_form>form>button:hover {
    background: transparent;
    color: #de2986;
    cursor: pointer;
}

@keyframes zouchu {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes youchu {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes diannao {
    0% {
        opacity: 0;
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}