#form_add .text{width:150px;}
/*part2*/
.part2{
    background: #f4f4f4;
    padding-bottom: 10px;

}
.p2Cont{
    width:100%;
    height: 400px;
}
.p2Cont .contLeft{
    width:620px;
    float: left;
    height: 400px;
    background: #000;
    position: relative;
}
.p2Cont .contLeft .video{
    width: 100%;
    height: inherit;
    color: #fff;
    position: absolute;
    top:0;
    left: 0;
    display: none;
}
.p2Cont .contRight{
    width: 380px;
    height: 400px;
    float: right;
    background: #fff;
}
.p2Cont .contRight h3{
    width: 100%;
    font-size: 16px;
    font-weight: normal;
    height: 60px;
    line-height: 60px;
    padding-left: 60px;
    background: url("../img/p2-icon.jpg") no-repeat 30px 25px;
}
.p2Cont .scrollBox{
    width:100%;
    height: 330px;
    overflow: hidden;
    position: relative;
    padding-right: 40px;
}
.p2Cont .scrollBox .main{
    width: 100%;
    position: relative;
    top:0;
}
.p2Cont .scrollBox .scrollBar{
    position: absolute;
    height: 100%;
    width: 13px;
    top:0;
    right: 10px;
    background: #efefef;
    border-radius: 13px;
}
.p2Cont .scrollBox .scrollBar .scrollTs{
    position: absolute;
    height: 100px;
    width: 13px;
    top:0;
    background: #cdcdcd;
    border-radius: 13px;
}
.p2Ul{}
.p2Ul li{
    height: 110px;
    padding: 15px 0 15px 30px;
    cursor: pointer;
    border-left: 4px solid #fff;
}
.p2Ul li:after, .p2Ul li:before{
    content: '';
    display: block;
    clear: both;
}
.p2Ul li.act{
    background: #efefef;
    border-left: 4px solid #23b8ff;
}
.p2Ul li .img{
    float: left;
    width: 130px;
    background: #000;
    height: 80px;
}
.p2Ul li .des{
    float: right;
    width: 176px;
    padding: 0 10px;
}
.p2Ul li .des .del{
    font-size: 12px;
    color: #595959;
    height: 40px;
    overflow: hidden;
}
.p2Ul li .des .num{
    font-size: 12px;
    color: #999;
    margin-top: 20px;
}


/*part3*/
.part3 .device {
    position: relative;
    width: 100%;
}

.part3 .swiper-container {
    width: 100%;
    height: 360px;
    color: #fff;
    text-align: center;
}

.part3 .swiper-slide {
    height: 320px;
    background: #000;

    transition: .8s;
}

.part3 .swiper-slide-visible {
}

.part3 .swiper-slide .slide {
    opacity: 0.15;
}

.part3 .swiper-slide-active .slide {
    opacity: 1;
    height: 360px;
    transition: .2s;
}

.part3 .device .btn {
    display: block;
    position: absolute;
    left: 50%;
    width: 70px;
    height: 50px;
    background: #fff;
    text-align: center;
    line-height: 44px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    bottom: 25px;
    z-index: 11;
    border-radius: 10px;
    font-size: 36px;
    font-family: Arial;
    color: #333;
    cursor: pointer;
}
.part3 .device .btn:hover{
    background: #ffd800;
}

.part3 .device .btn.btn1 {
    margin-left: -220px;
}

.part3 .device .btn.btn2 {
    margin-left: 150px;
}

/*公共*/
.part3Cont .slide {
    height: 320px;
    background: #0fa9f1;
    padding-top: 80px;
}

.part3Cont .slide span {
    width: 200px;
    height: 120px;
    display: block;
    margin: 0 auto 0;
    opacity: 0;
    filter: Alpha(opacity = 0);
}
.part3Cont .slide span > img{
    width:100%;
    border-radius: 6px;
    box-shadow: 0 0 10px 1px rgba(0,0,0,0.2);
}
.part3Cont .slide h3 {
    font-size: 22px;
    padding-top: 20px;
}

.part3Cont .slide p {
    display: none;
    padding: 10px 15px 10px;
    font-size: 15px;
    height: 85px;
}

.part3Cont .slide a {
    display: none;
    width: 148px;
    height: 42px;
    margin: auto;
    border-radius: 24px;
    background: #fff;
    color: #0fa9f1;
    text-align: center;
    line-height: 42px;
    transition: .3s;
}

.part3Cont .slide a:hover {
    background: none;
    border: 1px solid #fff;
    color: #fff !important;
    transition: .3s;
}

.part3Cont .swiper-slide-active .slide { /*获得焦点的时候*/
    height: 360px;
    padding-top: 30px;
    border-radius: 0 0 20px 20px;
}

.part3Cont .swiper-slide-active .slide span {
    opacity: 1;
    filter: Alpha(opacity = 100);
}

.part3Cont .swiper-slide-active .slide h3 {
    font-weight: normal;
}

.part3Cont .swiper-slide-active .slide p {
    display: block;
}

.part3Cont .swiper-slide-active .slide a {
    display: block;
}

/*单独的*/
.part3Cont .slide.slide_1 {
    background:url("../img/part3-pic-01.jpg") no-repeat center top;
}
.part3Cont .swiper-slide-active .slide{
    background:#0fa9f1 !important;
}
.part3Cont .slide.slide_2 {
    background:url("../img/part3-pic-02.jpg") no-repeat center top;
}
.part3Cont .slide.slide_3 {
    background:url("../img/part3-pic-03.jpg") no-repeat center top;
}
.part3Cont .slide.slide_4 {
    background:url("../img/part3-pic-04.jpg") no-repeat center top;
}
.part3Cont .slide.slide_5 {
    background:url("../img/part3-pic-05.jpg") no-repeat center top;
}
.part3Cont .slide.slide_6 {
    background:url("../img/part3-pic-06.jpg") no-repeat center top;
}
.part3Cont .slide.slide_7 {
    background:url("../img/part3-pic-07.jpg") no-repeat center top;
}


/*part4*/
.part4{
    margin-bottom: 40px;
   /* background: url("../img/part3-bg.jpg") no-repeat right 250px;*/
}
.p4Cont{
    width: 100%;
    height: 670px;
    background: url("../img/part3Cont-bg.jpg") no-repeat;
}
.menu1{
    width: 200px;
    padding: 80px 0 0 75px;
    box-sizing: content-box;
    float: left;
}
.menu1 > li:nth-child(1){
    border-top:4px solid #d56f32;
}
.menu1 > li h3{
    font-size: 20px;
    padding-left: 20px;
    color: #fff;
    background: #d56f32;
    height: 40px;
    line-height: 40px;
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid #fff;
}
.menu1 > li h3:after{
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background: url("../img/part3-upDown.png") no-repeat center bottom;
    background-size: 100% auto;
    position: absolute;
    right: 10px;
    top: 12px;
}
.menu1 > li p{
    margin: 10px;
}
.menu1 > li p a{
    display:block;
    width:135px;
    height:30px;
    border:1px solid #d24244;
    border-radius: 20px;
    background: #fff;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
    color: #333;
    margin: auto;
}
.menu2{
}
.menu2 > li{
}
.menu2 > li > h4{
    color: #d24244;
    font-size: 14px;
    padding-left: 30px;
    font-weight: normal;
    height: 24px;
    line-height: 24px;
    position: relative;
    cursor: pointer;
}
.menu2 > li > h4:after{
    content: '';
    display: block;
    position: absolute;
    left: 20px;
    top: 16px;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: #d24244;
}
.menu3{}
.menu3 li{
    padding-left: 30px;
    font-size: 12px;
    color: #333333;
    height: 24px;
    line-height: 24px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*单独样式*/
.menu1 li.act2 h3{
    background: #d24244;
}
.menu1 li.act3 h3{
    background: #429bc6;
}
.menu1 li.act4 h3{
    background: #5ea86a;
}
.menu1 li.act5 h3{
    background: #d4b31f;
}

/*默认显示和隐藏*/
.menu1 .menu2, .menu1  p{
    display: none;
}
.menu1 li.act .menu2{
    display: block;
}
.menu1  li.act p{
    display: block;
}
.menu2 > li .menu3{
    display: none;
    transition: 0.4s;
}
.menu2 > li.select .menu3{
    display: block;
    opacity: 1;
    transition: 0.4s;
}
.menu1 li.menu1Act h3{ /*点击选中*/
    background: transparent;
    color: #d24244;
    border-bottom:0;
}
.menu1 li.menu1Act h3:after{
    background: url("../img/part3-upDown.png") no-repeat center top;
    background-size: 100% auto;
    position: absolute;
    right: 10px;
    top: 15px;
}

.p4Right{
    width: 419px;
    height: 600px;
    float: right;
    margin: 45px 45px 0 0;
}
.p4Right .main{
    width: 100%;
    height: 527px;
}
.p4Right .p4Btn{
    padding-top: 20px;
    height: 70px;
    text-align: center;
}
.p4Right .p4Btn span{
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    border: 1px solid #b0b0b0;
    background: #f4f4f4;
    font-size: 16px;
    text-align: center;
    line-height: 28px;
    color: #7e7e7e;
    cursor: pointer;
    margin: 0 2px;
}
.p4Right .p4Btn span.actBtn{
    background: #89cdfb;
    border: 1px solid #76aadb;
}


/**/
/*表单*/
/*form*/
.p10{
    padding-top:20px;
    height:504px;
    background:url("../img/p10-bg.jpg") no-repeat center;
}
.p10 .tit h3 span{ color: #f13900;}
.p10 form{
    position:relative;
}
.p10 .tit {
    padding-top: 30px;
    margin-bottom: 0px;
}
.p10 .topBox{margin-top: 30px;}
.p10 a{
    top:165px;
    left:0;
    width:156px;
    height:42px;
    font-size:16px;
    color:#ffffff;
    line-height:42px;
    text-align:center;
    display:block;
    position:absolute;
    background:#4c97ce;
    border-radius:3px;
}
.p10 form input[type='submit']{
    top:254px;
     left:322px;
    width: 359px;
    height:42px;
    font-size:16px;
    color:#ffffff;
    cursor:pointer;
    line-height:42px;
    text-align:center;
    display:block;
    position:absolute;
    background:#4c98c1;
    border-radius:3px;
    border:none;
}

/*************/
.p9{
    border-top: 1px solid #e2e2e2;
}
.p9 ul{
    padding:32px 0;
    width:100%;
}
.p9 ul li{
    float:left;
    width:20%;
    height:88px;
    background:url("../img/p9-line.jpg") no-repeat left center;
}
.p9 ul li.first{
    background:none;
}
.p9 ul li h2{
    margin-top:16px;
    font-size:24px;
    line-height:25px;
    text-align:center;
    position:relative;
    font-weight: normal;
    color:  #333;
}
.p9 ul li h2 b{
    padding:0 5px;
    font-size:40px;
    font-weight:normal;
}
.p9 ul li h2 span{
    top:0;
    font-size:12px;
    line-height:12px;
    position:absolute;
    color:#939393;
}
.p9 ul li p{
    margin-top:16px;
    font-size:12px;
    line-height:12px;
    text-align:center;
    color:#939393;
}
