body,html{
    height: 100%;
    min-width: 1280px;
}

/*banner*/
.vd_bannerWrap{
    background: url("../images/visual2/banner_bg.jpg") center no-repeat;
    background-size: cover;
    width: 100%;
    padding-top: 47px;
    padding-bottom: 30px;
}
.vd_banner{
    width: 1200px;
    overflow: hidden;
    clear: both;
    margin: 0 auto;
}
.vd_banner_img1{
    width: 410px;
    overflow: hidden;
    clear: both;
    padding-left: 790px;
}
.vd_banner_img1 img{
    display: block;
}
.vd_banner_nr{
    width: 934px;
    clear: both;
    background: url("../images/visual2/banner_pic3.png") 166px top no-repeat;
    margin: 0 auto;
    padding-top: 50px;
    margin-top: 40px;
    padding-bottom: 55px;
    position: relative;
}
.vd_banner_nr_p1{
    width: 864px;
    overflow: hidden;
    clear: both;
    padding-left: 70px;
    font-size: 48px;
    color: #fff;
    font-weight: bold;
}
.vd_banner_nr_p2{
    width: 864px;
    overflow: hidden;
    clear: both;
    padding-left: 70px;
    vertical-align: middle;
}
.vd_banner_nr_p2 a{
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    line-height: 28px;
    margin-top: 5px;
}
.vd_banner_nr_p2 a:hover{
    color: #00ebfa;
}
.vd_banner_nr_p2 b{
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-radius: 8px;
    background: #fb4436;
    margin: 0 20px;
}
.vd_banner_nr_p3{
    width: 308px;
    height: 238px;
    background: url(../images/visual2/banner_pic5.png) center no-repeat;
    padding-top: 70px;
    margin-top: 20px;
}
.vd_banner_nr_p3 span.span1{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 28px;
    color: #fff;
    line-height: 38px;
    padding-bottom: 15px;
}
.vd_banner_nr_p3 span.span2{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 48px;
    line-height: 58px;
    color: #fff;
}
.vd_banner_nr_p4{
    font-size: 20px;
    color: #fff;
    position: absolute;
    left: 300px;
    top: 210px;
}
.vd_banner_nr_p5{
    font-size: 20px;
    color: #fff;
    position: absolute;
    left: 320px;
    top: 250px;
}
.vd_banner_nr_p6{
    font-size: 20px;
    color: #fff;
    position: absolute;
    left: 330px;
    top: 290px;
}
.vd_banner_img2{
    display: block;
    position: absolute;
    right: -50px;
    top: 82px;
}
.vd_banner_img3{
    display: block;
    position: absolute;
    right: -100px;
    bottom: 0;
}
.banner_btn_box{
    margin-top: 20px;
}
.banner_btn{
    display: inline-block;
    width: 170px;
    height: 60px;
    line-height: 60px;
    font-size: 22px;
    color: #fff;
    background: #00ebfa;
}

/*part1*/
.vd_p1{
    padding: 50px 0;
    text-align: center;
    background: #f3f6f9;
    width: 100%;
    overflow: hidden;
    clear: both;
}
.vd_p1_content{
    width: 1200px;
    overflow: hidden;
    margin: 0 auto;
}
.vd_p1_box{
    float: left;
    width: 22%;
}
.vd_p1_boxRight{
    margin-left: 4%;
}
.vd_p1_numBox{
    font-size: 68px;
    font-weight: bold;
}
.vd_p1_numBox1{
    color: #00ebfa;
}
.vd_p1_numBox2{
    color: #fb4436;
}
.vd_p1_text{
    font-size: 20px;
    color: #333;
}

/*part2*/
.vd_p2{
    padding: 50px 0;
    text-align: center;
    position: relative;
}
.vd_p2_icon1{
    position: absolute;
    left: 10%;
    top: -40px;
    z-index: 1;
}
.vd_p2_icon2{
    position: absolute;
    left: 10px;
    top: 300px;
    z-index: 1;
}
.vd_p2_icon3{
    position: absolute;
    right: 5%;
    top: 250px;
    z-index: 1;
}
.vd_p2_content{
    width: 1200px;
    margin: 50px auto 0 auto;
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.vd_p2_box{
    float: left;
    width: 18.4%;
    display: block;
}
.vd_p2_box1:hover .vd_p2_box_bottom{
    background: #00ebfa;
}
.vd_p2_box2:hover .vd_p2_box_bottom{
    background: #fb4436;
}
.vd_p2_box:hover .vd_p2_box_btn{
    background: #fff;
    color: #333;
}
.vd_p2_box:hover .vd_p2_box_text1{
    color: #fff;
}
.vd_p2_box:hover .vd_p2_box_text1:after{
    display: none;
}
.vd_p2_box:hover .vd_p2_box_text2{
    color: #fff;
}
.vd_p2_boxRight{
    margin-left: 2%;
}
.vd_p2_box_img{
    width: 100%;
    height: 120px;
}
.vd_p2_box_bottom{
    background: #f3f6f9;
    padding: 15px 15px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    width: 100%;
    box-sizing: border-box;
}
.vd_p2_box_text1{
    text-align: left;
    font-size: 18px;
    color: #333;
    position: relative;
    z-index: 1;
    font-weight: bold;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    display: block;
    width: 100%;
}
.vd_p2_box_text1:after{
    position: absolute;
    content: '平面设计';
    font-weight: bold;
    font-size: 18px;
    left: 2px;
    top: 2px;
    color: #00ebfa;
    z-index: -1;
}
.vd_p2_box_text1_2:after{
    content: '视觉传达';
}
.vd_p2_box_text1_3:after{
    content: '摄影';
}
.vd_p2_box_text1_4:after{
    content: '交互设计';
}
.vd_p2_box_text1_5:after{
    content: '书籍装帧';
}
.vd_p2_box_text2{
    font-size: 12px;
    color: #999;
    font-weight: 200;
    text-align: left;
    margin-top: 10px;
    width: 100%;
    text-transform: uppercase;
}
.vd_p2_titleWrap{
    width: 100%;
    overflow: hidden;
    clear: both;
    text-align: center;
    padding: 20px 0;
}
.vd_p2_title{
    display: inline-block;
}
.vd_p2_title_p1{
    font-size: 30px;
    color: #333333;
    position: relative;
    text-align: center;
    font-weight: bold;
    z-index: 1;
}
.vd_p2_title_p1:before{
    position: absolute;
    content: '';
    background: url(../images/visual2/p3_icon1.png) center no-repeat;
    width: 32px;
    height: 32px;
    left: -50px;
    top: 50%;
    margin-top: -16px;
    z-index: -1
}
.vd_p2_title_p1:after{
    position: absolute;
    content: '';
    width: 200px;
    height: 55px;
    border: 5px solid #00ebfa;
    left: -80px;
    top: -10px;
    z-index: -1;
}
.vd_p2_title_p2{
    width: 1200px;
    overflow: hidden;
    clear: both;
    margin: 0 auto;
    margin-top: 30px;
    color: #999999;
    font-size: 14px;
    line-height: 26px;
}
.vd_p2_box_btn{
    display: block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    margin-top: 20px;
}
.vd_p2_box_btn1{
    background: #00ebfa;
    color: #333;
}
.vd_p2_box_btn2{
    background: #fb4436;
    color: #fff;
}

/*part3*/
.vd_p3{
    background: url("../images/visual2/part3_bg.jpg") no-repeat;
    background-size: cover;
    position: relative;
    padding: 60px 0;
    box-sizing: border-box;
    height: 700px;
    width: 100%;
    overflow: hidden;
    clear: both;
}
.vd_p3_icon{
    width: 300px;
    position: absolute;
    left: 0;
    bottom: -170px;
}
.vd_p3_content{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.vd_p3_page_box_btn{
    position: absolute;
    right: -20px;
    top: 40px;
    z-index: 2;
}
.vd_p3_page_box_btn img{
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    padding: 0 20px;
}
.p3_right{
    margin-left: 60px;
}
.vd_p3_page{
    position: relative;
    display: none;
    z-index: 1;
}
.vd_p3_page_img{
    width: 570px;
    height: 520px;
    position: relative;
    z-index: 1;
}
.vd_p3_page_info{
    position: absolute;
    left: 420px;
    top: 55px;
    box-sizing: border-box;
    border: 6px solid #00ebfa;
    width: 530px;
    height: 520px;
    z-index: 3;
}
.vd_p3_page_info_img{
    width: 170px;
    height: 170px;
    position: absolute;
    top: 200px;
    right: -100px;
}
.vd_p3_page_info_title{
    position: absolute;
    right: 20px;
    top: 100px;
    font-size: 18px;
    line-height: 30px;
    color: #333;
    border-bottom: 5px solid #00ebfa;
    font-weight: bold;
}
.vd_p3_page_info_title_style{
    font-size: 26px;
    color: #fb4436;
}
.vd_p3_page_info_box{
    position: absolute;
    left: 180px;
    top: 200px;
    width: 250px;
}
.vd_p3_page_info_name{
    font-size: 20px;
    color: #333;
    font-weight: bold;
}
.vd_p3_page_info_line{
    margin-top: 20px;
}
.vd_p3_page_info_text1{
    font-size: 14px;
    color: #333;
    font-weight: bold;
}
.vd_p3_page_info_text2{
    font-size: 14px;
    line-height: 24px;
    color: #999;
    margin-top: 5px;
}
.vd_p3_page_box{
    position: absolute;
    right: 0;
    top: 80px;
    text-align: right;
}

.vd_p3_page_box_content{
    background: #fff;
    width: 630px;
    height: 440px;
    position: relative;
}
.vd_p3_page_box_content_line1{
    position: absolute;
    right: 40px;
    top: 30px;
}
.vd_p3_page_box_content_line1_icon{
    display: inline-block;
    vertical-align: middle;
}
.vd_p3_page_box_content_line1_span{
    vertical-align: middle;
    display: inline-block;
    font-size: 26px;
    color: #333;
    margin-left: 5px;
    font-weight: bold;
}
.vd_p3_page_box_content_line2{
    display: block;
    position: absolute;
    right: 40px;
    bottom: 40px;
    color: #333;
}
.vd_p3_page_box_content_line2:hover{
    color: #00ebfa;
}
.vd_p3_page_box_content_line2_icon{
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    width: 26px;
}
.vd_p3_page_box_content_line2_span{
    vertical-align: middle;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
}
.vd_p3_page_box_content_icon{
    position: absolute;
    width: 260px;
    left: 30px;
    bottom: -50px;
    display: none;
}

/*part4*/
.vd_p4{
    padding: 60px 0;
    text-align: center;
    position: relative;
    background: #f3f6f9;
}
.vd_p4_icon1{
    position: absolute;
    right: 3%;
    top: 320px;
    z-index: 1;
}
.vd_p4_icon2{
    position: absolute;
    left: 6%;
    top: 720px;
    z-index: 1;
}
.vd_p4_icon3{
    position: absolute;
    right: 9%;
    top: 990px;
    z-index: 1;
}
.vd_p4_content{
    margin: 0 auto;
    width: 1200px;
    position: relative;
    z-index: 2;
}
.vd_p4_line{
    margin-top: 40px;
    overflow: hidden;
}
.vd_p4_box{
    display: block;
    float: left;
    width: 30%;
}
.vd_p4_box:hover .vd_p4_info{
    background: #00ebfa;
}
.vd_p4_box:hover .vd_p4_info_name{
    color: #fff;
}
.vd_p4_box:hover .vd_p4_info_major{
    color: #fff;
}
.vd_p4_box:hover .vd_p4_info_school{
    color: #fff;
}
.vd_p4_boxRight{
    margin-left: 5%;
}
.vd_p4_img{
    width: 100%;
    height: 360px;
}
.vd_p4_info{
    padding: 30px 40px;
    background: #fff;
    text-align: left;
}
.vd_p4_info_name{
    font-size: 24px;
    padding-bottom: 5px;
    border-bottom: 3px solid #00ebfa;
    display: inline-block;
    vertical-align: middle;
    color: #333;
}
.vd_p4_info_major{
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    margin-left: 10px;
    color: #666;
}
.vd_p4_info_school{
    margin-top: 20px;
    font-size: 18px;
    color: #333;
}

/*part5*/
.newCloth2_threeWrap{
    width: 100%;
    overflow: hidden;
    clear: both;
    background: #d3e6e7;
}
.newCloth2_three{
    width: 1200px;
    overflow: hidden;
    clear: both;
    margin: 0 auto;
    background: url(../images/newCloth2/newCloth2_three_pic1.png) right 70px no-repeat;
    padding: 70px 0;
}
.newCloth2_three_title{
    width: 100%;
    overflow: hidden;
    clear: both;
}
.vd_p5_icon1{
    vertical-align: middle;
}
.newCloth2_three_title span.span1{
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    font-size: 30px;
    color: #333;
    line-height: 42px;
    font-weight: bold;
    margin-left: 10px;
}
.newCloth2_three_p1{
    width: 100%;
    overflow: hidden;
    clear: both;
    margin-top: 50px;
}
.newCloth2_three_p1 span.span1{
    display: block;
    width: 100%;
    font-size: 18px;
    color: #333;
    font-weight: normal;
    line-height: 34px;
}
.newCloth2_three_p1 span.span2{
    display: block;
    width: 100%;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    line-height: 66px;
}
.newCloth2_three_p1 span.span2 b{
    font-size: 40px;
    color: #fb4436;
}
.newCloth2_three_p2{
    width: 450px;
    overflow: hidden;
    clear: both;
    font-size: 14px;
    line-height: 26px;
    color: #999;
    margin-top: 30px;
}
.newCloth2_three_bottom{
    width: 1200px;
    overflow: hidden;
    clear: both;
    margin: 0 auto;
    padding: 70px 0;
}
.newCloth2_three_bottom_left{
    width: 600px;
    height: 365px;
    float: left;
    position: relative;
}
.newCloth2_three_bottom_left img.img1{
    display: block;
    width: 240px;
    height: 240px;
    position: absolute;
    left: 30px;
    top: 0;
    z-index: 1;
}
.newCloth2_three_bottom_left img.img2{
    display: block;
    width: 240px;
    height: 240px;
    position: absolute;
    left: 250px;
    top: 30px;
    z-index: 2;
}
.newCloth2_three_bottom_left img.img3{
    display: block;
    width: 240px;
    height: 240px;
    position: absolute;
    left: 0;
    top: 220px;
    z-index: 3;
}
.newCloth2_three_bottom_left img.img4{
    display: block;
    width: 240px;
    height: 240px;
    position: absolute;
    left: 220px;
    top: 250px;
    z-index: 4;
}
.newCloth2_three_bottom_right{
    width: 564px;
    float: left;
    padding-left: 36px;
}
.newCloth2_three_bottom_right_one{
    width: 554px;
    overflow: hidden;
    clear: both;
    padding-left: 10px;
    padding-top: 40px;
    position: relative;
    margin-top: 30px;
}
.newCloth2_three_bottom_right_one_line{
    width: 370px;
    height: 70px;
    background: #00ebfa;
    line-height: 70px;
    padding-left: 110px;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}
.newCloth2_three_bottom_right_one_num{
    width: 80px;
    height: 80px;
    border: 6px solid #fff;
    background: #00ebfa;
    position: absolute;
    left: 0;
    top: 0;
}
.newCloth2_three_bottom_right_one_num span.span1{
    display: block;
    width: 90%;
    overflow: hidden;
    clear: both;
    text-align: right;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
    line-height: 50px;
}
.newCloth2_three_bottom_right_one_num span.span2{
    display: block;
    width: 90%;
    overflow: hidden;
    clear: both;
    text-align: right;
    font-size: 24px;
    color: #fff;
    line-height: 26px;
}
.newCloth2_three_bottom_right_two .newCloth2_three_bottom_right_one_line,.newCloth2_three_bottom_right_two .newCloth2_three_bottom_right_one_num{
    background: #f2930d;
}
.newCloth2_three_bottom_right_two .newCloth2_three_bottom_right_one_line{
    width: 260px;
}
.newCloth2_three_bottom_right_three .newCloth2_three_bottom_right_one_line,.newCloth2_three_bottom_right_three .newCloth2_three_bottom_right_one_num{
    background: #fb4436;
}
.newCloth2_three_bottom_right_three .newCloth2_three_bottom_right_one_line{
    width: 320px;
}

/*part6*/
/**/
.newCloth2_fourWrap{
    width: 100%;
    overflow: hidden;
    clear: both;
    background: url(../images/newCloth2/newCloth2_four_bg.jpg) center no-repeat;
    background-size: cover;
    padding: 70px 0;
}
.vd_p6_title{
    text-align: center;
}
.vd_p6_title_text{
    font-size: 26px;
    line-height: 36px;
    color: #333;
    margin-top: 10px;
}
.newCloth2_four{
    width: 1200px;
    overflow: hidden;
    clear: both;
    margin: 0 auto;
}
.newCloth2_four_tabList{
    width: 100%;
    overflow: hidden;
    clear: both;
    text-align: center;
    margin-top: 50px;
}
.newCloth2_four_tabList li{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 125px;
    line-height: 46px;
    font-size: 18px;
    color: #333333;
    border: 3px solid rgba(239,47,113,0);
    font-weight: bold;
    cursor: pointer;
}
.newCloth2_four_tabList li.li1{
    background: #00ebfa;
    color: #fff;
}
.newCloth2_four_main{
    width: 1200px;
    overflow: hidden;
    clear: both;
    margin: 40px auto;
}
.newCloth2_four_main_one{
    width: 1200px;
    overflow: hidden;
    clear: both;
    margin: 0 auto;
    display: none;
}
.newCloth2_four_main_oneTop{
    width: 1200px;
    overflow: hidden;
    clear: both;
    margin: 0 auto;
}
.newCloth2_four_main_oneTop_title{
    width: 100%;
    overflow: hidden;
    clear: both;
    position: relative;
    height: 60px;
}
.newCloth2_four_main_oneTop_title span.span1{
    display: block;
    width: 100%;
    position: absolute;
    left: 10px;
    top: 0;
    z-index: 2;
    font-size: 30px;
    color: #333333;
    font-weight: bold;
}
.newCloth2_four_main_oneTop_title span.span2{
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 18px;
    z-index: 1;
    font-size: 26px;
    color: #cccccc;
    font-weight: 200;
}
.newCloth2_four_main_oneTop_nr{
    width: 1200px;
    overflow: hidden;
    clear: both;
    margin: 0 auto;
}
.newCloth2_four_main_oneTop_nr_leftWrap{
    width: 280px;
    overflow: hidden;
    float: left;
    padding: 10px;
}
.newCloth2_four_main_oneTop_nr_left{
    width: 280px;
    clear: both;
    box-shadow: 1px 2px 4px 4px rgba(0,0,0,0.05);
}
.newCloth2_four_main_oneTop_nr_left_title{
    width: 280px;
    overflow: hidden;
    clear: both;
    height: 80px;
    background: #1a1a1a;
    position: relative;
}
.newCloth2_four_main_oneTop_nr_left_title span.span1{
    display: block;
    width: 100%;
    height: 80px;
    line-height: 80px;
    text-align: center;
    position: absolute;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    z-index: 2;
    left: 0;
    top: 0;
}
.newCloth2_four_main_oneTop_nr_left_title span.span2{
    display: block;
    height: 80px;
    line-height: 80px;
    position: absolute;
    font-size: 66px;
    color: rgba(255,255,255,0.1);
    font-weight: 200;
    z-index: 1;
    right: 30px;
    top: 0;
    text-align: right;
}
.newCloth2_four_main_oneTop_nr_left_list{
    width: 280px;
    overflow: hidden;
    clear: both;
    background: #fff;
}
.newCloth2_four_main_oneTop_nr_left_list li{
    width: 222px;
    overflow: hidden;
    clear: both;
    margin: 0 absolute;
    border-bottom: 1px solid #cccccc;
    padding: 16px 0;
    margin: 0 auto;
}
.newCloth2_four_main_oneTop_nr_left_list li:last-child{
    border-bottom: none;
}
.newCloth2_four_main_oneTop_nr_left_list li a.a1{
    display: block;
    width: 100%;
    font-size: 14px;
    color: #333333;
    line-height: 18px;
    overflow: hidden;
    clear: both;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.newCloth2_four_main_oneTop_nr_left_list li a.a2{
    display: block;
    width: 100%;
    font-size: 14px;
    color: #333333;
    line-height: 22px;
    font-weight: bold;
    overflow: hidden;
    clear: both;
    white-space:nowrap;
    text-overflow:ellipsis;
    padding: 5px 0;
}
.newCloth2_four_main_oneTop_nr_left_list li a.a3{
    display: block;
    width: 100%;
    font-size: 12px;
    color: #999999;
    text-transform: uppercase;
    line-height: 18px;
    overflow: hidden;
    clear: both;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.newCloth2_four_main_oneTop_nr_left_list li a.a4{
    color: #ef2f71;
}
.newCloth2_four_main_oneTop_nr_left_list li a.a4 b{
    font-size: 26px;
    font-weight: normal;
}
.newCloth2_four_main_oneTop_nr_left_list li:hover a{
    color: #ef2f71
}

/*part7*/
.vd_p7{
    position: relative;
}
.newCloth2_sevenWrap{
    width: 100%;
    clear: both;
    background: #fff url(../images/visual2/vd_p7_bg.png) center 0 no-repeat;
    padding: 70px 0;
    overflow: hidden;
}
.newCloth2_seven{
    width: 1200px;
    clear: both;
    margin: 60px auto 0 auto;
    position: relative;
    height: 556px;
}
.newCloth2_seven .newCloth2_two_title_p1,.newCloth2_seven .newCloth2_two_title_p2{
    color: #fff;
}
.newCloth2_seven_main{
    width: 1200px;
    clear: both;
    margin: 0 auto;
}
.newCloth2_seven_mainNr{
    width: 1100px;
    clear: both;
    margin: 0 auto;
}
.newCloth2_seven_mainNr_one{
    width: 1100px;
    clear: both;
    margin: 0 auto;
    position: relative;
    display: none;
}
.newCloth2_seven_mainNr_one_left{
    width: 550px;
    height: 550px;
    border: 3px solid #fff;
    border-radius: 100%;
    position: relative;
    z-index: 1;
}
.newCloth2_seven_mainNr_one_left span.span1{
    display: block;
    width: 450px;
    height: 450px;
    position: absolute;
    left: 0;
    top: 0;
}
.newCloth2_seven_mainNr_one_left span.span2{
    display: block;
    width: 126px;
    height: 96px;
    border: 4px solid #00ebfa;
    position: absolute;
    left: 30px;
    bottom: 104px;
}
.newCloth2_seven_mainNr_one_right{
    width: 690px;
    height: 400px;
    box-sizing: border-box;
    border: 5px solid #000;
    position: absolute;
    right: 0;
    top: 68px;
    padding-left: 74px;
    padding-right: 34px;
    z-index: 2;
}
.newCloth2_seven_mainNr_one_right_top{
    width: 690px;
    overflow: hidden;
    clear: both;
    margin: 0 auto;
    padding-top: 50px;
}
.newCloth2_seven_mainNr_one_right_top span.span1{
    display: block;
    width: 200px;
    float: left;
    border-right: 4px solid #e3e3e3;
    padding-right: 30px;
}
.newCloth2_seven_mainNr_one_right_top span.span1 b.b1{
    display: block;
    width: 200px;
    overflow: hidden;
    clear: both;
    font-size: 20px;
    color: #666666;
    font-style:italic;
    font-weight: normal;
    text-align: right;
    line-height: 24px;
}
.newCloth2_seven_mainNr_one_right_top span.span1 b.b2{
    display: block;
    width: 200px;
    overflow: hidden;
    clear: both;
    font-size: 28px;
    color: #333;
    font-style:normal;
    font-weight: bold;
    text-align: right;
    line-height: 44px;
    margin-top: 15px;
}
.newCloth2_seven_mainNr_one_right_top span.span2{
    display: block;
    float: left;
    font-size: 14px;
    color: #666;
    padding-top: 50px;
    line-height: 22px;
    padding-left: 20px;
    font-weight: 200;
}
.newCloth2_seven_mainNr_one_right_center{
    width: 100%;
    overflow: hidden;
    clear: both;
    color: #666;
    font-size: 16px;
    line-height: 28px;
    margin-top: 30px;
}
.newCloth2_seven_mainNr_one_right_center b{
    color: #ef2f71;
}
.newCloth2_seven_mainNr_one_right_right{
    width: 100%;
    text-align: right;
    overflow: hidden;
    clear: both;
}
.newCloth2_seven_mainNr_one_right_right_btn{
    width: 160px;
    height: 40px;
    display: inline-block;
    background: #fff;
    line-height: 40px;
    font-size: 14px;
    color: #ef2f71;
    border: 3px solid #ef2f71;
    margin: 0;
    margin-top: 20px;
    border-radius: 0;
}
.newCloth2_seven_mainNr_one_right_right_btn:before{
    background: #ef2f71;
}
.newCloth2_seven_mainNr_one_right_right_btn:hover{
    color: #fff;
}
.newCloth2_seven_num{
    width: 1100px;
    overflow: hidden;
    clear: both;
    text-align: right;
    position: absolute;
    bottom: 40px;
    right: 50px;
}
.newCloth2_seven_num span{
    display: inline-block;
    vertical-align: bottom;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    line-height: 30px;
    padding: 0 10px;
    cursor: pointer;
}
.newCloth2_seven_num span.span1{
    font-size: 32px;
}
.vd_p7_text{
    font-size: 14px;
    color: #999;
    line-height: 26px;
    margin-top: 30px;
}
.QABtn{
    width: 120px;
    height: 38px;
    background: #00ebfa;
    color: #000;
    display: block;
    text-align: center;
    line-height: 38px;
    margin-top: 20px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.QABtn:hover{
    background: #fb4436;
    color: #fff;
}
/**/
.ID_fiveWrap{
    width: 100%;
    overflow: hidden;
    clear: both;
    background: url(../images/industrialDesign/ID_five_bg.jpg) center no-repeat;
    background-size: cover;
    padding: 70px 0;
}
.ID_five{
    width: 1200px;
    overflow: hidden;
    clear: both;
    margin: 0 auto;
}
.ID_five .ID_two_title_p1,.ID_five .ID_two_title_p2,.ID_five .ID_two_title_ms{
    color: #000000;
}
.ID_five .ID_two_title:before,.ID_five .ID_two_title:after{
    background: url(../images/industrialDesign/ID_five_pic1.png) center no-repeat;
}
.ID_five_main{
    width: 1200px;
    overflow: hidden;
    clear: both;
    margin: 0 auto;
    margin-top: 50px;
}
.ID_five_main_left{
    width: 292px;
    float: left;
    margin-right: 10px;
}
.ID_five_main_left_top{
    width: 292px;
    height: 250px;
    overflow: hidden;
    clear: both;
    cursor: pointer;
    box-sizing: border-box;
    border: 5px solid rgba(0,235,250,0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ID_five_main_left_top:hover,.ID_five_main_left_bottom:hover{
    border: 5px solid rgba(0,235,250,1);
}
.ID_five_main_left_bottom{
    width: 292px;
    height: 417px;
    overflow: hidden;
    clear: both;
    cursor: pointer;
    box-sizing: border-box;
    border: 5px solid rgba(0,235,250,0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.ID_five_main_left_margin{
    margin-bottom: 10px;
}
.ID_two_titleWrap{
    width: 1200px;
    overflow: hidden;
    clear: both;
    margin: 0 auto;
    text-align: center;
}
.ID_two_title{
    display: inline-block;
    position: relative;
    padding: 0 40px;
}
.ID_two_title:before{
    position: absolute;
    left: 0;
    top: 25px;
    content: '';
    width: 16px;
    height: 15px;
    background: url(../images/industrialDesign/ID_two_pic1.png) center no-repeat;
}
.ID_two_title:after{
    position: absolute;
    right: 0;
    top: 25px;
    content: '';
    width: 16px;
    height: 15px;
    background: url(../images/industrialDesign/ID_two_pic1.png) center no-repeat;
}
.ID_two_title_p1{
    width: 100%;
    font-size: 36px;
    color: #00ffc0;
    font-weight: bold;
}
.ID_two_title_p2{
    width: 100%;
    font-size: 16px;
    color: #00ffc0;
    font-weight: normal;
}
.ID_two_title_ms{
    width: 1000px;
    overflow: hidden;
    clear: both;
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    font-weight: normal;
    margin: 0 auto;
    margin-top: 30px;
    text-align: center;
}

/*查看大图*/
.picViewBox{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99999999999999;
    background: rgba(0,0,0,0.8);
    display: none;
}
.pvb_close{
    position: absolute;
    right: 5%;
    top: 5%;
    color: #fff;
    text-align: center;
    background: #777;
    width: 20px;
    height: 20px;
    border-radius: 100%;
    border: 2px solid #fff;
    font-size: 17px;
    line-height: 16px;
    cursor: pointer;
}
.pvb_close:hover{
    background: #00A0E8;
}
.loadingGif{
    position: absolute;
    width: 26px;
    left: 50%;
    top: 50%;
    margin-left: -13px;
    margin-top: -13px;
    z-index: 11;
}
#pictureView{
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10;
}
.picNum{
    position: absolute;
    width: 200px;
    text-align: center;
    left: 50%;
    margin-left: -100px;
    bottom:5%;
    color: #fff;
    font-size: 16px;
    z-index: 11;
}
.leftArrow{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    top: 50%;
    left: 5%;
    overflow: hidden;
    display: block;
    width: 49px;
    height: 49px;
    margin-top: -25px;
    z-index: 11;
    background: url('../images/newCaseDetail/arrows.png') no-repeat 0 0;
    border-radius: 4px 0 0 4px;
    cursor: pointer;
}
.rightArrow{
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    top: 50%;
    right: 5%;
    overflow: hidden;
    display: block;
    width: 49px;
    height: 49px;
    margin-top: -25px;
    z-index: 11;
    background: url('../images/newCaseDetail/arrows.png') no-repeat 100% 0;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
}
.rightArrow:hover,.leftArrow:hover{
    background-color: #0088cc;
}
.ID_sevenWrap{
    width: 100%;
    overflow: hidden;
    clear: both;
    background: #f3f6f9;
    padding: 70px 0;
}
.ID_seven{
    width: 1200px;
    overflow: hidden;
    clear: both;
    margin: 0 auto;
}
.ID_seven .ID_two_title_p1,.ID_seven .ID_two_title_p2{
    color: #000000;
}
.ID_seven .ID_two_title:before,.ID_seven .ID_two_title:after{
    background: url(../images/industrialDesign/ID_five_pic1.png) center no-repeat;
}
.newIndex_TwelveMain{
    width: 1200px;
    overflow: hidden;
    clear: both;
    margin: 0 auto;
    margin-top: 60px;
}
.newIndex_TwelveMain_one{
    width: 358px;
    float: left;
    height: 100px;
    padding-right: 30px;
    margin-bottom: 20px;
}
.newIndex_TwelveMain_one_left{
    width: 5px;
    height: 90px;
    background: #00ebfa;
    color: #fff;
    float: left;
}
.newIndex_TwelveMain_one_left span{
    display: block;
    width: 100%;
    text-align: center;
}
.newIndex_TwelveMain_one_left span.span1{
    font-size: 30px;
    font-weight: 100;
    padding-top: 20px;
}
.newIndex_TwelveMain_one_left span.span2{
    font-size: 12px;
    font-weight: 100;
}
.newIndex_TwelveMain_one_right{
    width: 308px;
    background: #fff;
    height: 90px;
    float: left;
    padding: 0 20px;
}
.newIndex_TwelveMain_one_rightTop{
    width: 100%;
    overflow: hidden;
    clear: both;
    padding-top: 20px;
}
.newIndex_TwelveMain_one_rightTop span.span1{
    font-size: 14px;
    color: #e947a5;
    display: inline-block;
}
.newIndex_TwelveMain_one_rightTop span.span2{
    font-size: 14px;
    color: #999;
    display: inline-block;
}
.newIndex_TwelveMain_one_rightTop b{
    font-size: 14px;
    color: #999;
    font-weight: normal;
    padding: 0 10px;
}
.newIndex_TwelveMain_one_rightBottom{
    width: 100%;
    overflow: hidden;
    clear: both;
    margin-top: 4px;
}
.newIndex_TwelveMain_one_rightBottom a{
    font-size: 14px;
    color: #333;
    font-weight: bold;
    line-height: 20px;
}
.newIndex_TwelveMain_one_rightBottom a:hover{
    color: #00ebfa;
}






/**/
.vd_p8Wrap{
    width: 100%;
    overflow: hidden;
    clear: both;
    padding: 80px 0 40px 0;
}
.vd_p8{
    width: 1280px;
    overflow: hidden;
    clear: both;
    margin: 0 auto;
}
.vd_p8_main{
    width: 1200px;
    overflow: hidden;
    clear: both;
    margin: 0 auto;
    padding: 40px;
    margin-top: 20px;
}
.vd_p8_main_one{
    width: 360px;
    float: left;
    padding-left: 40px;
    padding-top: 80px;
    box-sizing: border-box;
    background: url(../images/visual2/vd_p8_pic1.jpg) center top no-repeat;
    background-size: cover;
    border-bottom: 8px solid #1de9f8;
}
.vd_p8_main_one:nth-child(2){
    margin: 0 60px;
}
.vd_p8_main_one:nth-child(3){
    background: url(../images/visual2/vd_p8_pic2.jpg) center top no-repeat;
    background-size: cover;
}
.vd_p8_main_one_title{
    width: 100%;
    overflow: hidden;
    clear: both;
}
.vd_p8_main_one_title span{
    display: block;
    width: 100%;
    text-align: left;
}
.vd_p8_main_one_title span.span1{
    font-size: 28px;
    color: #ffffff;
    font-weight: bold;
    line-height: 32px;
}
.vd_p8_main_one_title span.span2{
    font-size: 12px;
    color: #ffffff;
    font-weight: normal;
    line-height: 22px;
    text-transform: uppercase;
}
.vd_p8_main_one_title span.span3{
    width: 58px;
    height: 1px;
    background: #f72b2a;
    margin: 0;
}
.vd_p8_main_one_list{
    width: 100%;
    overflow: hidden;
    clear: both;
    box-sizing: border-box;
    padding-left: 60px;
    padding-top: 50px;
    padding-bottom: 70px;
}
.vd_p8_main_one_list li{
    width: 100%;
    overflow: hidden;
    clear: both;
    font-size: 14px;
    color: #ffffff;
    line-height: 36px;
}
.vd_p8_main_one_list li img{
    display: none;
    margin: 10px 0;
}
.vd_p8_main_two{
    background: #fff!important;
    border-bottom: 0;
    position: relative;
    box-shadow: 1px 1px 20px 1px rgba(0,0,0,0.1);
}
.vd_p8_main_two:after{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: #fda91b;
}
.vd_p8_main_two .vd_p8_main_one_list li img{
    display: block;
}
.vd_p8_main_two .vd_p8_main_one_title span{
    color: #2b00d2;
}
.vd_p8_main_two .vd_p8_main_one_list li{
    color: #2b00d2;
}
/**/
.vd_p9Wrap{
    width: 100%;
    overflow: hidden;
    clear: both;
}
.vd_p9{
    width: 100%;
    overflow: hidden;
    clear: both;
    margin: 0 auto;
    padding: 80px 0;
    background: url(../images/visual2/vd_p9BG.jpg) center no-repeat;
    background-size: cover;
}
.vd_p9_main{
    width: 1200px;
    overflow: hidden;
    clear: both;
    margin: 0 auto;
    margin-top: 60px;
}
.vd_p9_main_left{
    width: 280px;
    float: left;
    overflow: hidden;
    padding: 0 60px;
}
.vd_p9_main_left_pic{
    width: 95px;
    height: 95px;
    border: 2px solid #fff;
    border-radius: 100%;
    margin: 0 auto;
}
.vd_p9_main_left_pic img{
    display: block;
    width: 100%;
}
.vd_p9_main_left_p1{
    width: 100%;
    overflow: hidden;
    clear: both;
    text-align: center;
    font-size: 18px;
    color: #fffefe;
    margin-top: 30px;
    line-height: 24px;
    font-weight: bold;
}
.vd_p9_main_left_p2{
    width: 100%;
    overflow: hidden;
    clear: both;
    text-align: center;
    font-size: 14px;
    color: #fffefe;
    margin-top: 10px;
    line-height: 24px;
}
.newCloth2_Twelve_main{
    width: 1200px;
    overflow: hidden;
    clear: both;
    margin: 0 auto;
    padding: 0 40px;
    margin-top: 20px;
}
.newCloth2_Twelve_main_left{
    width: 600px;
    float: left;
    box-sizing: border-box;
}
.newCloth2_Twelve_main_left_title{
    width: 100%;
    overflow: hidden;
    clear: both;
}
.newCloth2_Twelve_main_left_title span{
    display: block;
    width: 100%;
    text-align: center;
}
.newCloth2_Twelve_main_left_title span.span1{
    font-size: 24px;
    color: #333333;
    font-weight: bold;
    line-height: 30px;
}
.newCloth2_Twelve_main_left_title span.span2{
    font-size: 14px;
    color: #888888;
    font-weight: normal;
    line-height: 18px;
    text-transform: uppercase;
    margin-top: 4px;
}
.newCloth2_Twelve_main_left_title span.span3{
    width: 21px;
    height: 3px;
    background: #ff0072;
    margin: 0 auto;
    margin-top: 10px;
}
.newCloth2_Twelve_main_left_main{
    width: 600px;
    padding: 30px 0;
}
.newCloth2_Twelve_main_left_main_one{
    width: 570px;
    background: #fff;
    box-shadow: 1px 1px 20px 1px rgba(0,0,0,0.1);
    overflow: hidden;
    clear: both;
    padding: 34px 170px 34px 40px;
    box-sizing: border-box;
    position: relative;
    margin-top: 20px;
}
.newCloth2_Twelve_main_left_main_one:first-child{
    margin-top: 0px;
}
.newCloth2_Twelve_main_left_main_one span{
    display: block;
    width: 100%;
    overflow: hidden;
    clear: both;
}
.newCloth2_Twelve_main_left_main_one span.span1{
    font-size: 18px;
    color: #000000;
    font-weight: bold;
}
.newCloth2_Twelve_main_left_main_one span.span2{
    font-size: 14px;
    color: #888888;
    font-weight: normal;
    line-height: 24px;
    margin-top: 10px;
}
.newCloth2_Twelve_main_left_main_one b{
    position: absolute;
    height: 148px;
    font-size: 80px;
    color: #eeeeee;
    right: 40px;
    line-height: 148px;
    top: 0;
    font-weight: 700;
    transform: scale(1,1.2);
    -ms-transform: scale(1,1.2);
    -webkit-transform: scale(1,1.2);
    -moz-transform: scale(1,1.2);
    -o-transform: scale(1,1.2);
}
.newCloth2_Twelve_main_right{
    padding-left: 30px;
}
.newCloth2_Twelve_main_right .newCloth2_Twelve_main_left_title span.span3{
    background: #600083;
}
.newCloth2_Twelve_main_left_main_one:hover{
    background-image: -webkit-linear-gradient(right,#d600ac 0%, #3100ef 100%);
    background-image: -moz-linear-gradient(right,#d600ac 0%, #3100ef 100%);
    background-image: -o-linear-gradient(right,#d600ac 0%, #3100ef 100%);
    background-image: -ms-linear-gradient(right,#d600ac 0%, #3100ef 100%);
}
.newCloth2_Twelve_main_left_main_one:hover span{
    color: #fff;
}
.newCloth2_Twelve_main_left_main_one:hover b{
    color: #ff66aa;
}