
.demo_img{
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 300px;
    display: none;
    padding: 0 !important;
}


.page2 .feature_box{
    display:none;
}


.demo_info{
    background-color: #C19747;
    z-index: 2;
    position: relative;
    display: none;
    padding: 0 !important;
    opacity: 0.8;
}

.demo_info .corner{
    background-image: url(../img/corner.png);
    background-repeat: no-repeat;
    width: 16px;
    height: 15px;
    float: right;
    margin: 30px 30px 0 0;
}

.demo_info .info_title{
    font-size: 18px;
    width: 160px;
    text-align: center;
    background-color: black;
    color:white;
    position: relative;
    left: 30px;
    bottom: -210px;
}

.demo_info .info_tips{
    position: relative;
    color:white;
    left: 30px;
    bottom: -230px;
}


.about_img,.about_info{
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 80px;
    font-size: 18px;
}

.contact_page{
    margin-top: -80px;
}

.contact_page .mid_contact{
    margin-top: 140px;
}

.type_pic{
    width: 100%;
    float:left;
    margin-top: 40px;
    /*margin-bottom: 60px;*/
    /*padding-bottom: 60px;
    border-bottom: solid 1px #999999;*/
    min-width: 1440px;
}
.type_head{
    width: 100%;
    height: 50px;
    max-width: 1440px;
}

.type_head span, .type_head ul{
    display: inline-block;
    float: left;
    height: 50px;

}

.type_head .type_title{
    font-size: 40px;
    margin: 0 30px 0 80px;
}

.type_head .type_tips{
    font-size: 14px;
    line-height: 78px;
    color: #666666;
}

.type_head .type_icons{
    width: 300px;
    float: right;
    margin-right: 80px;
}

.type_head ul {
    list-style:none;
}

.type_icon{
    display: inline-block;
    margin-left:40px;
    width: 40px;
    height: 40px;
    float: right;
}

.type_icons .ico_open{
    background-image: url(/Public/static/fullpage/multi/fordown.png);
}

.type_icons .ico_next{
    background-image: url(/Public/static/fullpage/multi/forright.png);
}

.type_icons .ico_close{
    background-image: url(/Public/static/fullpage/multi/close.png);
}



.type_body{
    width: 100%;
    height: 542px;
    max-width: 1440px;
    margin-top: 30px;
}


.type_info{
    width: 320px;
    /*max-height: 582px;*/
    height: 450px;
    margin-left:80px;
    float: left;
}

.type_intro{
    line-height: 20px;
    color: #666666;
    height: 100%;
    padding-bottom: 40px;
}

.type_copyright{
    width: 320px;
    height: 30px;
    margin-top: -23px;
}

.type_line{
    width: 60px;
    height: 1px;
    background-color: #999999;
}

.type_copyright_text{
    width: 160px;
    height: 28px;
    line-height: 28px;
    color: #999999;
}

.type_pic_box, .type_pic_next{
    /*max-height: 582px;*/
    height: 450px;
    float: left;
    background-repeat: no-repeat;
}
.type_pic_box{
    width: 762px;
    margin: 0 60px 0 80px;
}

.type_pic_next{
    width: 120px;
}

.modal{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    background-color: rgba(0, 0, 0, 0.74);
}

.modal_dialog{
    width:100%;
    /*max-height: 760px;*/
    height: 662px;
    margin: auto;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #FFF;
}