/*banner*/
.div_banner {
    width: 100%;
    height: 364px;
    background: url(../images/bg-insidebanner.jpg) top center no-repeat;
}
.ctbox {
    width: 1204px;
}
.div_banner .ctbox {
    position: relative;
}
.div_banner .insidebanner1 {
    position: absolute;
    left: 0;
    top: 60px;
}
.div_banner .insidebanner2 {
    position: absolute;
    right: 0;
    top: 0;
}
.div_banner .subpagebanner {
    display: none;
}

/*涓儴鍐呭*/
.div_middle {
    background: url(../images/bg-inside.jpg) top center no-repeat;
    background-size: 100% 100%;
    width: 100%;
    padding-top: 70px;
    padding-bottom: 50px;
}
.div_middle .intro {
    background-color: rgba(255,255,255, 0.8);
    padding: 15px 20px 30px 20px;
    -moz-box-shadow: 2px 2px 5px #f0f0f0;
    -webkit-box-shadow: 2px 2px 5px #f0f0f0;
    box-shadow: 2px 2px 5px #f0f0f0;
}
.div_middle .intro h3 {
    font-size: 20px;
    line-height: 40px;
    border-bottom: 2px solid #d4d3d3;
    margin-bottom: 20px;
}
.div_middle .intro p {
    color: #898788;
}
.div_middle .pic_intro {
    height: 493px;
}

@media screen and (max-width: 650px) {
    .ctbox {
        width: 100%;
    }
    .div_banner {
        background: none;
        height: auto;
    }
    .div_banner .insidebanner1 {
        display: none;
    }
    .div_banner .insidebanner2 {
        display: none;
    }
    .div_banner .subpagebanner {
        display: block;
        width: 100%;
    }
    .div_middle {
        background-image: none;
        background-color: #ffffff;
        padding-top: 10px;
        padding-bottom: 0;
    }
    .div_middle .intro {
        padding-left: 0;
        padding-right: 0;
        width: 92%;
        margin: 0 auto;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
    }
    .div_middle .title img {
        width: 45%;
        margin-left: 3%;
    }
    .div_middle .pic_intro {
        height: auto;
    }
    .div_middle .pic_intro img {
        width: 100%;
    }
    .div_middle h3 {
        font-size: 16px;
    }
    .div_middle p {
        font-size: 14px;
    }         
}