/*banner*/
.div_banner {
    height: 650px;
    width: 100%;
    position: relative;
}
.div_banner img {
    height: 650px;
    width: 100%;
}
.rslides {
    list-style:none;
    margin: 0 auto;
    height: 650px;
    width: 100%;
    position: relative;
}
.rslides>li {
    width: 100%;
    height: 650px;
}
.rslides img {
    width: 100%;
    height: 650px;
}
.rslides_tabs {
    z-index: 9;
    position: absolute;
}
.rslides_tabs li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 5px;
    margin-right: 5px;
}
.rslides_tabs a {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #d7d7d7;
    text-indent: 10em;
    overflow: hidden;
    display: block;
    float: left;
    position: absolute;
    bottom: 20px;
    color: #ffffff;
}
.rslides_tabs .rslides_here a {
    background: #ff6492;
    color: #ffffff;
}

/*中部内容*/
.div_middle {
    background: #f7f7f7 url(../images/bg-middle.png) top center no-repeat;
    width: 100%;
}
.div_middle .ctbox {
    width: 1204px;
}
.div_middle .picnav {
    display: flex;
    justify-content: space-around;
    padding-top: 90px;
}
.div_middle .picnav_mobile {
    display: none;
}
.div_middle .infodiv {
    margin-top: 390px;
    display: flex;
    flex-direction: column;
}
.infodiv>div {
    width: 100%;
    margin-bottom: 150px;
}
.infodiv .title {
    margin-bottom: 30px;
}
.infodiv .picarea {
    width: 772px;
}
#jgyintro .textarea {
    width: 416px;
    height: 270px;
    overflow: hidden;
}
.infodiv .textarea p {
    text-indent: 2em;
    font-size: 14px;
    width: 416px;
}
.textarea a:hover {
    color: #ff6492;
}
#jgynews .title {
    position: relative;
}
#jgynews .title a {
    position: absolute;
    right: 0;
    bottom: -10px;
}
#jgynews .title a.more {
    color: #666666;
}
#jgynews .title a.more:visited {
    color: #666666;
}
#jgynews .title a.more:hover {
    color: #ff6492;
}
#jgynews .textarea {
    width: 460px;
    height: 450px;
    overflow: hidden;
}
#jgynews .textarea>div {
    height: 129px;
    border-bottom: 1px solid #e0e0e0;
    padding-top: 15px;
    padding-bottom: 5px;
    width: 460px;
    overflow: hidden;
}
#jgynews .textarea h3 {
    font-size: 18px;
    margin-bottom: 10px;
    height: 56px;
    width: 460px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
#jgynews .textarea p {
    text-indent: 0;
    line-height: 20px;
    color: #adadad;
    width: 460px;
    height: 60px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
#jgynews .picarea {
    width: 700px;
    position: relative;
    height: 450px;
}
#newsslider.rslides {
    list-style:none;
    margin: 0 auto;
    height: 450px;
    width: 100%;
    position: relative;
}
#newsslider.rslides>li {
    width: 100%;
    height: 450px;
}
#newsslider.rslides img {
    width: 700px;
    height: 450px;
}
#jgynews .rslides_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 52%;
    left: 0;
    opacity: 0.4;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 61px;
    width: 38px;
    background: transparent url("../images/themes.gif") no-repeat left top;
    margin-top: -45px;
}
#jgynews .rslides_nav:active {
    opacity: 1.0;
}
#jgynews .rslides_nav.next {
    left: auto;
    background-position: right top;
    right: 0;
}
#jgynews .rslides_tabs {
    right: 15px;
    top: 415px;
}
#jgynews .rslides_tabs li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 3px;
    margin-right: 3px;
}
#jgynews .rslides_tabs a {
    width: 10px;
    height: 10px;
    border-radius: 10px;
    background: #d7d7d7;
    text-indent: 10em;
    overflow: hidden;
    display: block;
    float: left;
    position: absolute;
    bottom: 20px;
    color: #ffffff;
}
#jgynews .rslides_tabs .rslides_here a {
    background: #ff6492;
    color: #ffffff;
}
#newsslider.rslides .caption {
    display: block;
    position: absolute;
    z-index: 2;
    font-size: 20px;
    color: #ffffff;
    background: #000000;
    background: rgba(0,0,0, 0.5);
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px 20px;
    margin: 0;
}
#jgyintro .picarea img {
    width: 722px;
    height: 316px;
}
#jgycontact .picarea_mobile {
    display: none;
}
#jgyintro .textarea {
    padding-top: 45px;
}
#jgynews .title img:nth-child(2) {
    display: none;
}
#jgyintro .textarea p:nth-child(1) {
    display: none;
}
#jgycontact .textarea {
    display: none;
}

@media screen and (max-width: 650px) {
    footer {
        display: block;
    }
    .div_banner {
        height: auto;
    }
    .div_banner img {
        height: 100%;
    }
    .div_middle {
        background-image: none;
        background-color: #ffffff;
    }
    .div_middle .ctbox {
        width: 100%;
    }
    .div_middle .picnav {
        display: none;
    }
    .div_middle .picnav_mobile {
        display: flex;
        justify-content: space-around;
        width: 92%;
        margin: 0 auto;
        margin-top: 10px;
    }
    .div_middle .picnav_mobile a {
        text-align: center;
    }
    .div_middle .picnav_mobile img {
        width: 75%;
        height: auto;
    }
    .div_middle .infodiv {
        width: 92%;
        margin: 0 auto;
        margin-top: 40px;
    }
    .infodiv .title {
        width: 36%;
        margin-bottom: 12px;
    }
    .infodiv .title img {
        width: 100%;
    }
    .infodiv .picarea {
        width: 100%;
        margin: 0 auto;
    }
    #jgyintro .picarea img {
        width: 100%;
        height: auto;
    }
    #jgyintro .textarea {
        width: 100%;
        height: auto;
        padding-top: 10px;
    }
    #jgyintro .textarea p {
        display: none;
    }
    #jgyintro .textarea p:nth-child(1) {
        display: block;
    }
    .infodiv .textarea p {
        width: 100%;
        margin: 0 auto;
    }
    #jgycontact .picarea {
        display: none;
    }
    #jgycontact .picarea_mobile {
        display: block;
        width: 100%;
        text-align: center;
    }
    #jgycontact .picarea_mobile img {
        width: 100%;
    }
    #jgycontact .textarea {
        display: block;
    }
    #jgycontact .textarea p {
        text-indent: 0;
        text-align: left;
        font-size: 13px;
    }
    #jgynews .title img:nth-child(1) {
        display: none;
    }
    #jgynews .title img:nth-child(2) {
        display: block;
    }
    #jgynews .picarea {
        width: 100%;
        height: 222px;
    }
    #jgynews .rslides_nav {
        display: none;
    }
    #newsslider.rslides {
        height: 222px;
    }
    #newsslider.rslides img {
        width: 100%;
        height: 222px;
    }
    #newsslider.rslides>li {
        height: 222px;
    }
    #newsslider.rslides p.caption {
        padding: 0;
        padding-left: 1%;
        font-size: 15px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow:hidden;
    }
    #jgynews .rslides_tabs li {
        display: none;
    }
    .infodiv>div {
        margin-bottom: 50px;
    }
    #jgynews .title {
        width: 100%;
    }
    #jgynews .title img {
        width: 28.5%;
    }
    #jgycontact .title img {
        width: 96%;
    }
    #jgynews .title a {
        top: 0;
        font-size: 12px;
    }
    #jgynews .textarea {
        width: 100%;
        height: auto;
    }
    #jgynews .textarea>div {
        width: 100%;
        height: auto;
        padding-top: 10px;
    }
    #jgynews .textarea p {
        display: none;
    }
    #jgynews .textarea h3 {
        height: auto;
        width: 100%;
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 0;
    }
}
