/*介绍*/
.margin_1200 {
    width: 1100px;
}
.consult_box .consult_left {
    width: 450px;
    height: 677.1px;
}
.consult_box .consult_right {
    width: 455px;
    height: 671.1px;
    top: 65px;
}
.consult_box .consult_left {
    top: 65px;

}
.consult_box .consult_right .con_title .con_title_left,
.consult_box .consult_right .con_title .con_title_right{
    height: 258px;
}

.consult_box .consult_right .con_content{
    margin: 28px 0;
}
.consult_box .consult_right .con_icon a {
    margin-right: 81px;
}
.display_box .toggle_box .toggle_box_title span {
    margin: 0 5px;
}
/*种类*/
.display_box .toggle_box .toggle_box_content .dis_link{
    height: 407px;
}
.display_box .toggle_box .toggle_box_content .dis_link .dis_zhe .zhe_img {
    width: 130px;
    height: 90px;
    margin: 85px auto;
}
.display_box .toggle_box .toggle_box_title {
    margin-bottom: 78px;
}
/*照片*/
.camera_box .ca_one,.camera_box .ca_four{
    height: 421px;
}
.camera_box .ca_link_up, .camera_box .ca_link_down {
    height: 206px;
}
.camera_box .ca_more p {
    margin: 12% auto;
}
.camera_box a .camera_zhe {
    padding: 10px 0 10px 29px;
}

/*合作*/
.cooperate_box {
    background: url(../img1/bgtu_03.png) no-repeat center 55%;
    width: 1200px;
}
.cooperate_box .coop_one, .cooperate_box .coop_four {
    top: 14%;
}
.cooperate_box .coop_two, .cooperate_box .coop_five {
    top: 40%;
}
.cooperate_box .coop_three, .cooperate_box .coop_six {
    top: 72.5%;
}


/*加盟*/
.box8{
    width: 1200px;
}
.box8 .row{
    width:1200px;
}
.box8 .row .box8_a{
    width: 290px;
    height:214.4px;
}
.active h3 a {
    top: 150px;
}
.box8 .row{
    top: 250px;
}
.active .box8 .btn_more{
    top:73%;
}
.box8 .row .box8_a .zhe .title {
    margin-top: 19px;
}
.box8 .row .box8_a .zhe .border {
    margin: 15px 0;
}

/*定制*/
.dingzhi, .cul_position {
    top: 10%;
}
.ding_icon_zong .dingzhi_icon_left {
    left: 14.1%;
}



/*动画效果*/
.dingzhi{
    left:7%;
    top: -600px;
    transition: all 3s;
    -moz-transition:all 3s;/* Firefox 4 */
    -webkit-transition:all 3s; /* Safari and Chrome */
    -o-transition:all 3s; /* Opera */
    opacity: 0;
}

.active .dingzhi{
    top: 10%;
}

.dingzhi_img{
    bottom: -200px;
    transition: all 2s;
    -moz-transition:all 2s;/* Firefox 4 */
    -webkit-transition:all 2s; /* Safari and Chrome */
    -o-transition:all 2s; /* Opera */
    opacity: 0;
}
.active .display_box .toggle_box .toggle_box_content {
    bottom: -5%;
}
.active .box8 h3 a {
    top: 100px;
}