@charset "utf-8";
/* CSS Document */
/* common */
body, div, h1, h2, h3, h4, h5, h6, dl, dd, dt, p, a, form, select, input, ul, ol, li {
    margin: 0;
    padding: 0;
    text-indent: 0;
    font-weight: normal;
    font-size: 14px;
    font-family: 'Microsoft YaHei', Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
}
*{
    margin: 0;
    padding: 0;
}


ul, ol {
    list-style: none;
    text-indent: 0;
    list-style-position: outside;
}

img {
    border: 0;
}

b {
    font-weight: normal
}

.fl {
    float: left;
    display: inline;
}

.fr {
    float: right;
    display: inline;
}

/* link : style */
a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

/*clear*/
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}
body{
    background: #e8e8e8;
    overflow-x: hidden;
    min-width: 1254px;
}
.width_content{
    width: 1200px;
    margin: 0 auto;
}
.box_border{
    box-sizing: border-box;
    -ms-box-sizing:border-box;
}
.padd_1{
    padding-top: 1px;
    padding-bottom: 1px;
}
.bg_222{
    background: #222222;
}
/*banner*/
.banner{
    margin:0 auto;
    width:100%;
    height:545px;
    overflow:hidden;
    background:#818181;
}
#banner{
    width:100%;
    height:550px;
    overflow:hidden;
}
.banner-img a{
    display: block;
    width: 100%;
    height: 550px;
}
#banner .swiper-slide{
    position:relative;
    overflow:hidden;
    width: 100%;
}
#banner .swiper-slide img{
    top:0;
    left:50%;
    margin-left:-960px;
    position:absolute;
    display: block;
}
#banner .pagination {
    bottom:35px;
    width:100%;
    z-index:20;
    text-align:center;
    position:absolute;
}
#banner .swiper-pagination-switch {
    margin:0 5px;
    width:14px;
    height:14px;
    border-radius: 100%;
    cursor:pointer;
    display:inline-block;
    background:#b9b9b9;
}
#banner .swiper-active-switch {
    background:#f5373a;
}
/*标题*/
.biaoti{
    margin-top: 70px;
}
.biaoti>p{
    font-size: 36px;
    color:#222222;
    text-align: center;
}
.biaoti>p>span{
    color: #bf095f;
}
.biaoti.bai>p{
    color: #ffffff;
}
.biaoti>div>span{
    color: #999;
    font-size: 16px;
    display: inline-block;
    padding: 0 25px;
    position: relative;
    z-index: 2;
}
.biaoti>div{
    text-align: center;
    margin-top: 18px;
    position: relative;
}
.biaoti>div .xian{
    width: 1000px;
    position: absolute;
    left: 50%;
    top:50%;
    margin-left: -500px;
    border-top: 1px solid #bf095f;
    z-index: 1;
}
.button{
    border:1px solid #ce0b67;
    margin: 0 auto 70px;
    width: 260px;
    line-height: 54px;
    color: #ce0b67;
    display: block;
    text-align: center;
    border-radius: 5px;
    font-size: 24px;
    transition: all 0.3s;
}
.button:hover{
    background: #ce0b67;
    color: #fff;
}
/**
优势部分
*/
.youshi_s{
    width: 980px;
    margin: 70px auto 75px;
}
.youshi_s>div{
    margin-left: -35px;
    margin-right: -35px;
    overflow: hidden;
}
.youshi_c{
    width: 25%;
    float: left;
    padding-left: 35px;
    padding-right: 35px;
    text-align: center;
}
.youshi_c>img{
    position: relative;
    top:5px;
    transition: all 0.5s;
}
.youshi_c:hover>img{
    top:-0px;
}
.youshi_c>p{
    font-size: 20px;
    color: #222222;
    margin-top: 30px;
}
.youshi_c>div{
    margin-top: 20px;
    text-align: center;
    color: #777777;
    font-size: 14px;
    line-height: 1.5;
}
/*瓶颈部分*/
.pingjing_s{
    width: 1000px;
    margin: 60px auto 70px;
}
.pingjing_s>div{
    margin-left: -7px;
    margin-right: -7px;
    overflow: hidden;
    height: 420px;
}
.pingjing_c{
    width: 25%;
    padding: 0 7px;
    float: left;
    text-align: center;
    overflow: hidden;
    position: relative;
    height: 380px;
    transition: all 0.5s;
}
.pingjing_c>img{
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    padding-left: 7px;
    padding-right: 7px;
    z-index: 1;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
}
.pingjing_c>div{
    height: 100%;
    padding-left: 7px;
    padding-right: 7px;
    background: rgba(0,0,0,0.8);
    background: #000\9;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    position: relative;
    z-index: 2;
    text-align: center;
    padding-top: 1px;
}
.pingjing_c>div>p{
    margin-top: 153px;
    margin-bottom: 5px;
    font-size: 30px;
    color: #fff;
    font-weight: 900;
    text-align: center;
    transition: all 0.5s;
}
.pingjing_c>div>span{
    color: #fff;
    font-size: 14px;
}
.pingjing_c_hover{
    margin-top: 25px;
    text-align: center;
    display: none;
    transition: all 0.5s;
}
.pingjing_c_hover>p{
    font-size: 24px;
    font-weight: 900;
    color: #fff;
    margin-top: 35px;
    margin-bottom: 5px;
}
.pingjing_c_hover>p>span{
    font-size: 20px;
    margin-right: 5px;
}
.pingjing_c_hover>span{
    font-size: 16px;
    color: #fff;
}
.pingjing_c:hover{
    height: 420px;
}
.pingjing_c:hover>div{
    background: rgba(191,9,95,0.85);
    background: #bf095f\9;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.pingjing_c:hover>div>p{
    font-weight: 100;
    margin-top: 95px;
}
.pingjing_c:hover .pingjing_c_hover{
    display: block;
}
/*项目展示部分*/
.xiangmu_s{
    width: 995px;
    margin: 50px auto 62px;
    overflow: hidden;
}
.xiangmu_s>div{
    margin-left: -2px;
    margin-right: -2px;
    overflow: hidden;
    margin-bottom: -199px;
}
.xiangmu_c{
    float: left;
    position: relative;
    border:2px solid transparent;
    overflow: hidden;
}
.xiangmu_c>img{
    display: block;
}
.xiangmu_c>div{
    position: absolute;
    top:105%;
    /*top:0;*/
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    background: #000\9;
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    color: #fff;
    text-align: center;
    vertical-align: middle;
    transition: top 0.5s;
}
.xiangmu_c.top_-149{
    top:-149px;
}
.xiangmu_c.top_-150{
    top:-199px;
}
.xiangmu_c>div>p{
    display: inline;
    color: #fff;
    font-size: 30px;
    font-weight: 900;
}
.xiangmu_c>div>p>span{
    font-size: 18px;
    font-weight: 400;
    position: relative;
    top:-14px;
}
.xiangmu_c:hover>div{
    top:0;
}
/*计划部分*/
.jihua_s{
    width: 1000px;
    margin: 50px auto 70px;
    padding-top: 50px;
    height: 460px;
    background: #fefefe;
    padding-bottom: 1px;
}
.jihua_l{
    height: 420px;
    width: 200px;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    padding-left: 40px;
    border-right: 1px solid #ebebeb;
    float: left;
}
.jihua_l>div{
    padding-left: 28px;
    position: relative;
}
.jihua_l>div:hover{
    cursor: pointer;
}
.jihua_l>div>i{
    position: absolute;
    left: 0;
    font-size: 20px;
    line-height: 46px;
    color: #666666;
}
.jihua_l>div>p{
    line-height: 46px;
    font-size: 18px;
    color: #666666;
}
.jihua_l>div>p>span{
    float: right;
    border-right: 2px solid #ce0b67;
    height: 46px;
    position: relative;
    left: 1px;
    display: none;
}
.jihua_l>div>span{
    display: none;
    font-size: 14px;
    color: #999;
    margin-bottom: 5px;
}
.jihua_l>div>span.mb_10{
    margin-bottom: 10px;
}
/*hover状态*/
.jihua_l>div.true>i{
    color: #ce0b67;
}
.jihua_l>div.true>p{
    color: #ce0b67;
    font-weight: 900;
}
.jihua_l>div.true>span{
    display: block;
}
.jihua_l>div.true>p>span{
    display: block;
}
/*计划右边*/
.jihua_r{
    width: 800px;
    float: left;
    height: 460px;
    overflow: hidden;
}
.jihua_c{
    padding-left: 42px;
    padding-right: 41px;
}
.jihua_c>.img{
    position: relative;
    margin-bottom: 40px;
}
.jihua_c>.img>.da{
    height: 100%;
    width: auto;
    display: block;
}
.jihua_c>.img>.xiao{
    display: block;
    position: absolute;
    width: 178px;
    height: 116px;
    right: -20px;
    bottom: -10px;
    border: 10px solid #fff;
    box-shadow: #ccc 5px 5px 10px;
}
.jihua_c>.button_arr{
    margin-left: -20px;
    margin-right: -20px;
}
.jihua_c>.button_arr>p{
    width: 25%;
    padding-left: 20px;
    padding-right: 20px;
    float: left;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    margin-bottom: 19px;
}
.jihua_c>.button_arr>p>a{
    width: 100%;
    height: 45px;
    line-height: 45px;
    color: #ce0b67;
    border: 1px solid #ce0b67;
    display: block;
    text-align: center;
    font-size: 16px;
    border-radius: 5px;
}
.jihua_c>.button_arr>p>a:hover{
    background: #ce0b67;
    color: #fff;
}
/*!*教师*!
.jiaoshi_s{
    margin:55px auto 70px;
    width: 1000px;
    height: 400px;
    position: relative;
}
.jiaoshi_s>div{
    margin-left: -34px;
    overflow: hidden;
    height: 100%;
}
.jiaoshi_s .swiper-slide{
    width: 33%;
    padding-left: 34px;
    position: relative;
}
.jiaoshi_c{
    width: 100%;
    position: relative;
    height: 100%;
}
.jiaoshi_c>img{
    width: 100%;
    display: block;
}
.jiaoshi_text{
    width: 100%;
    height: 110px;
    box-sizing: border-box;
    -ms-box-sizing:border-box;
    bottom:10px;
    left: 0;
    padding: 20px 10px 0 10px;
    position: absolute;
    transition: all 0.5s;
    overflow: hidden;
}
.jiaoshi_text>div{
    background: #fff;
    height: 100%;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    padding: 1px 25px 0 25px;
}
.jiaoshi_text .name{
    font-size: 22px;
    color: #222222;
    margin-bottom: 7px;
    transition: all 0.5s;
    margin-top: 20px;
}
.jiaoshi_text .name>span{
    font-size: 14px;
    color: #aaa;
    display: inline-block;
    margin-left: 10px;
}
.jiaoshi_text .renzheng>span{
    color: #bf095f;
    font-size: 14px;
    display: inline-block;
}
.jiaoshi_text .renzheng{
    margin-bottom: 16px;
}
.jiaoshi_text .xian{
    width: 100%;
    border-top: 1px solid #bf095f;
    margin-bottom: 23px;
}
.jiaoshi_text .text>p{
    font-size: 16px;
    color: #222;
    margin-bottom: 15px;
}
.jiaoshi_text .text>span{
    font-size: 14px;
    line-height: 1.8;
    color: #999;
}
.jiaoshi_text .dixian{
    border-bottom: 5px solid #bf095f;
    position: relative;
    top:-5px;
    width: 100%;
    display: none;
    transition: all 0.5s;
}
.jiaoshi_text:hover{
    height: 100%;
}
.jiaoshi_text:hover .name{
    margin-top: 50px;
}
.jiaoshi_text:hover .dixian{
    display: block;
}*/



/*教师*/
.jiaoshi_s{
    padding: 0 10px 10px 10px;
    height: 442px;
    width: 1000px;
    margin: 33px auto 55px;
    position: relative;
}
.jiaoshi_s_s{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.jiaoshi_s>.jiaoshi_s_s{
    width: 100%;
}
.jiaoshi_s_s .swiper-slide{
    position: relative;
}
.jiaoshi_s_bg{
    height: 60%;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #bf095f;
    z-index: -1;
}
.jiaoshi_c>.text{
    width: 50%;
    height: 375px;
    margin-top: 57px;
    float: left;
    background: #222;
}
.jiaoshi_text{
    width: 240px;
    height: 100%;
    box-sizing: border-box;
    -ms-box-sizing:border-box;
    bottom:10px;
    left: 0;
    overflow: hidden;
    margin-left: 45px;
}
.jiaoshi_text>div{
    height: 100%;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    color: #fff;
}
.jiaoshi_text .name{
    font-size: 22px;
    color: #fff;
    margin-bottom: 10px;
    transition: all 0.5s;
    margin-top: 33px;
}
.jiaoshi_text .name>span{
    font-size: 14px;
    color: #aaa;
    display: inline-block;
    margin-left: 10px;
}
.jiaoshi_text .renzheng>span{
    color: #bf095f;
    font-size: 14px;
    display: inline-block;
}
.jiaoshi_text .renzheng{
    margin-bottom: 16px;
}
.jiaoshi_text .xian{
    width: 100%;
    border-top: 1px solid #bf095f;
    margin-bottom: 20px;
}
.jiaoshi_text .text>p{
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 15px;
}
.jiaoshi_text .text>span{
    font-size: 14px;
    line-height: 1.8;
    color: #999;
}
.jiaoshi_text .dixian{
    border-bottom: 5px solid #bf095f;
    position: relative;
    top:-5px;
    width: 100%;
    display: none;
    transition: all 0.5s;
}
.jiaoshi_c>.bg{
    width: 50%;
    height: 375px;
    margin-top: 57px;
    float: right;
}
.jiaoshi_c>.jiaoshi_img{
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 264px;
    margin-left: -132px;
}
/*教师轮播箭头*/
.jiaoshi_s>.jiaoshi_jiantou{
    width: 50px;
    height: 36px;
    background: #fff;
    position: absolute;
    margin-top: -2px;
    top:50%;
    border-radius: 3px;
    text-align: center;
}
.jiaoshi_jiantou.hei{
    background: #000;
}
.jiaoshi_s>.jiaoshi_jiantou>img{
    margin-top: 10px;
}
.jiaoshi_jiantou:hover{
    cursor: pointer;
}
.jiaoshi_l{
    left: -25px;
}
.jiaoshi_r{
    right: -25px;
}
/*教师轮播的点*/

.jiangshi_pagination {
    bottom:20px;
    width:100%;
    z-index:20;
    text-align:center;
    position:absolute;
}
.jiangshi_pagination .swiper-pagination-switch {
    margin:0 5px;
    width:14px;
    height:14px;
    border-radius: 100%;
    cursor:pointer;
    display:inline-block;
    background:#cccccc;
}
.jiangshi_pagination .swiper-active-switch {
    background:#bf095f;
}
/*认证部分*/
.rengzheng_s{
    width: 1000px;
    margin: 35px auto 70px;
}
.rengzheng_s>.img{
    width: 100%;
    background: url("../img/renzhneg_bg.png") no-repeat left center;
    position: relative;
    height: 282px;
    overflow: hidden;
}
.rengzheng_s>.img>img{
    position: absolute;
    display: block;
    box-shadow:  -5px 0 16px rgba(0,0,0,0.2);
    transition: all 0.5s;
    z-index: 1;
}
.rengzheng_s .l_125{
    left: 125px;
}
.rengzheng_s .l_295{
    left: 295px;
}
.rengzheng_s .l_465{
    left: 465px;
}
.rengzheng_s .l_635{
    left: 631px;
}
.rengzheng_s .l_295.l_295_1{
    left: 521px;
}
.rengzheng_s .l_465.l_465_1{
    left: 691px;
}
.rengzheng_s .l_635.l_635_1{
    left: 857px;
}
.rengzheng_s>.rengzheng_buttons{
    margin-left: -7px;
    margin-right: -7px;
    overflow: hidden;
}
.rengzheng_buttons>div{
    width: 25%;
    padding: 0 7px;
    float: left;
    margin-top: 40px;
}
.renzheng_button{
    width: 100%;
    text-align: center;
    display: inline-block;
    border: 1px solid #ce0b67;
    line-height: 64px;
    color: #ce0b67;
    font-size: 24px;
}
.rengzheng_buttons>.true .renzheng_button{
    color: #fff;
    background: #ce0b67;
}
.rengzheng_s>.img>img.index_10{
    z-index: 10;
}
/*流程模块*/
.liucheng{
    border-bottom: 1px solid #d8d8d8;
    background: #f0f0f0;
}
.liucheng_s{
    width: 1000px;
    margin: 54px auto 70px;
}
.liucheng_s>div{
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden;
}
.liucheng_s>div>div{
    width: 16.6%;
    padding: 0 15px;
    float: left;
    text-align: center;
}
.liucheng_s>div>div>img{
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 5px;
}
.liucheng_s>div>div>p{
    font-size: 20px;
    color: #363636;
}
/*会VR*/
.vr{
    width: 100%;
    height: 755px;
    position: relative;
    overflow: hidden;
}
.vr>iframe{
    width: 100%;
    height: 100%;
}
.vr_s{
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
    background: rgba(34,34,34,0.8);
    text-align: center;
    transition: all 0.5s;
}
.vr_s.true{
    top:-100%;
}
.vr_s>p{
    font-size: 50px;
    font-weight: 900;
    color:#fff;
    margin-top: 270px;
}
.vr_s>span{
    font-size: 26px;
    color:#fff;
    display: block;
    margin-top: 10px;
}
.vr_button{
    margin: 50px auto 0;
    border:1px solid #fff;
    line-height: 48px;
    width: 175px;
    display: block;
    color: #fff;
    font-size: 20px;
    border-radius: 5px;
}
.vr_button:hover{
    background: #fff;
    color: #000;
    cursor: pointer;
}
.vr_button_true{
    display: none;
}
.vr.true  .vr_button_true{
    display: block;
    position: absolute;
    right: 0;
    z-index: 10;
    top:50%;
    text-align: center;
    margin-right: 10px;
    width: 48px;
    height: 175px;
    box-sizing: border-box;
    -ms-box-sizing:border-box;
    padding: 24px 10px;
    line-height: 20px;
    margin-top: -87.5px;
}
/*上市*/
.shangshi_s{
    width: 1000px;
    margin: 55px auto 70px;
}
.shangshi_s>div{
    margin-left: -10px;
    margin-right: -10px;
}
.shangshi_s>div>div{
    width: 33.3%;
    padding: 0 5px;
    float: left;
    box-sizing: border-box;
    -ms-box-sizing:border-box;
}
.shangshi_c{
    width: 100%;
    height: 130px;
    background: #fff;
    margin-bottom: 10px;
    box-shadow: 5px 8px 10px #ccc;
    display: block;
}

.shangshi_c>img{
    margin: 27px 0 0 35px;
    float: left;
    transition: all 0.3s;
}
.shangshi_c:hover>img{
    margin-top: 20px;
}
.shangshi_c>span{
    vertical-align: top;
    margin-top: 35px;
    display: inline-block;
    margin-left: 15px;
    font-size: 18px;
    color:#000000;
    width: 182px;
    margin-right: 40px;
    float: right;
}
.shangshi_c>p{
    width: 182px;
    margin-right: 40px;
    line-height: 1.5;
    float: right;
    color: #999999;
    font-size: 14px;
}
/*form表单*/
.form{
    width: 100%;
    background: url("../img/form_bg.jpg") no-repeat center;
}
.form_s{
    margin: 50px auto 70px;
    width: 1000px;
}
.form_s>input{
    width: 360px;
    margin: 0 auto 20px;
    border:1px solid #d3d3d3;
    padding-left: 50px;
    height: 50px;
    display: block;
    background: transparent;
    line-height: 50px;
    border-radius: 5px;
    font-size: 18px;
    color: #fafafa;
}
.form_s>.name{
    background: url("../img/input_01.png") no-repeat 18px center;
}
.form_s>.phone{
    background: url("../img/input_02.png") no-repeat 18px center;
}
.form_s>div{
    width: 360px;
    margin: 40px auto 0;
}
.form_s>div>a{
    width: 140px;
    height: 42px;
    line-height: 42px;
    background: #fff;
    border-radius: 5px;
    font-size: 16px;
    display: inline-block;
    text-align: center;
}
.form_s>div>input{
    width: 200px;
    float: right;
    color:#fff;
    line-height: 42px;
    text-align: center;
    background: #bf095f;
    display: inline-block;
    border: 0;
    border-radius: 5px;
}
.banquan{
    line-height: 80px;
    text-align: center;
    font-size: 14px;
    color: #999999;
    background: #191919;
    margin-top:-5px;
}


/*新增部门模块*/
.bumen_c{
    width: 1000px;
    margin: 0 auto;
}
.bumen_c>div{
    margin: 60px -10px 60px -10px;
}
.bumen_s{
    padding-left: 10px;
    padding-right: 10px;
    float: left;
    width: 33.3%;
}
.bumen_s>div{
    width: 100%;
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    padding: 10px 10px 0 10px;
    background: #fff;
    height: 320px;
    transition: all 0.5s;
}
.bumen_s>div>img{
    width: 100%;
    margin-bottom: 18px;
}
.bumen_s>div>p{
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}
.bumen_s>div>div{
    text-align: center;
    font-size: 16px;
    color: #666666;
    line-height: 1.5;
}
.bumen_s>div:hover{
    transform: translate(-3px,-3px);
    box-shadow: #cdcdcd 5px 5px 5px;
}
.bumen_s>div:hover>p{
    color: #bf095f;
}
/*学员*/
.xueyuan{
    background: url("../img/xueyuan_bg.jpg") no-repeat top center;
}

/*学员*/
.xy_part{
    background: url("../img/xy_bg.jpg") no-repeat center bottom;
}
.tit_xy{
    padding-top: 90px;
    padding-bottom: 30px;
}
.xy_img1{
    width: 399px;
    float: left;
}
.xy_img2{
    width: 214px;
    float: left;
}
.xy_img3{
    width: 387px;
    float: left;
}
.xy_main{
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 57px;
    padding-top: 48px;
}
.xy_main img{
    display: inline-block;
    width: 100%;
}

.hoverIn{
    transition: -webkit-transform .2s ease-out; /*!*以慢速结束*!*/
    transition: transform .2s ease-out;
}
.hoverOut{
    transition: -webkit-transform .2s ease-in;/*!*以慢速开始*!*/
    transition: transform .2s ease-in;
}

















/**
认证改为两块
**/
.part6-bg{
    /*height:910px;*/
    overflow: hidden;
    /*background:url("../img/part6-bg.jpg") no-repeat center top;*/
    background: #222222;
    padding-bottom: 90px;
}
.part-title6{
    padding-top:76px;
    padding-bottom:16px;
    height:92px;
    background:url("../img/title-bgi4.png") no-repeat 505px 76px;
    border-bottom:1px solid #858585;
}
.part-title6.part-title6_fu{
    padding-top:76px;
    padding-bottom:16px;
    height:92px;
    background:url("../img/title-bgi4.png") no-repeat 492px 76px;
    border-bottom:1px solid #858585;
}
.part-title6 h1{
    font-size:36px;
    line-height:80px;
    text-align:center;
    color:#ffffff;
}
.part-title6 h1 span{
    font-size:36px;
    color:#bf095f;
}
.part6-box{
    overflow: hidden;
    margin-top:60px;
}
.part6-box img{
    float:left;
    width:720px;
    height:280px;
}
.part6-info{
    float:right;
    width:260px;
}
.part6-info p{
    margin-bottom:12px;
    line-height:18px;
    color:#ffffff;
}
.part6-info p.p2{
    margin-top:84px;
}
.part6-info span{
    line-height:18px;
    color:#bf095f;
}
.part6-info h1{
    padding:16px 12px;
    font-size:12px;
    line-height:16px;
    color:#666666;
    border:1px solid #666666;
    border-radius:5px;
    word-break:break-all;
}
.part-main{
    margin:0 auto;
    width:1000px;
}