@charset 'utf-8';
img {
    width: auto;
}
ul::after {
    display: none;
}
.flex {
    display: flex;
}
.flex-bw {
    justify-content: space-between;
}
.flex-ar {
    justify-content: space-around;
}
.flex-c {
    justify-content: center;
}
.flex-m {
    align-items: center;
}
.flex-wp {
    flex-wrap: wrap;
}
.rdbcolor-blue {background: #1b90fd;}
.rdbcolor-red {background: #d7000f;}
.rdbcolor-green {background: #99cf17;}
.rdbcolor-orange {background: #fe8917;}
main {
    margin: 0 auto;
    padding-bottom: 100px;
    overflow-x: hidden;
}
header .nav ul {
    padding-left: 300px;
}

.rdh2 {
    font-size: 38px;
    font-weight: bold;
    color: #fe8917;
    text-align: center;
}
.rdh2green {
    color: #64c655;
}
.rdh2blue {
    color: #1b90fd;
}
.rdh2orange {
    color: #fe8917;
}
.rdh2 span {
    display: inline-block;
}

.rdh2 span::before {
    content: url(../images/index/i8.png);
    padding-right: 35px;
}
.rdh2 span::after {
    content: url(../images/index/i8.png);
    padding-left: 35px;
}
.rdh2green span::before {
    content: url(../images/index/i7.png);
    padding-right: 35px;
}
.rdh2green span::after {
    content: url(../images/index/i7.png);
    padding-left: 35px;
}
.rdh2blue span::before {
    content: url(../images/index/i10.png);
    padding-right: 35px;
}
.rdh2blue span::after {
    content: url(../images/index/i10.png);
    padding-left: 35px;
}
.my-banner {
    width: 100%;
    text-align: center;
}
.banner-box {
    max-width: 1920px;
    margin: 0 auto;
}
.my-section {
    width: 100%;
    padding: 3.5rem 0;
}
.my-sec-box {
    margin: 0 auto;
    width: 1200px;
}
.my-sec-box h2 {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
}
.my-sec-box h2 span {
    display: inline-block;
    position: relative;
}
.my-sec-box h2 span::before {
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    left: -30px;
    top: 30px;
    background: url(../images/ydg/h2_left_ico.png) no-repeat 0 0;
}
.my-sec-box h2 span::after {
    content: "";
    width: 48px;
    height: 61px;
    position: absolute;
    right: -30px;
    top: -10px;
    background: url(../images/ydg/h2_right_ico.png) no-repeat 0 0;
}
.my-sec-main {
    padding-top: 3rem;
}

.my-banner {
    width: 100%;
}
.my-banner .banner-box {
    width: 100%;
    max-width: 1920px;
    max-height: 703px;
    margin: 0 auto;
}
.my-banner .banner-box img {
    display: block;
    width: 100%;
}
.ydsy {
    margin-top: -5rem;
}
.ydsy h2 {
    font-size: 36px;
}
.ydsy ul {
    width: 94%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.ydsy ul li {
    max-width: 239px;
    min-height: 283px;
    border:1px dashed #666;
    border-radius: 30px;
    text-align: center;
}
.ydsy ul li h3 {
    font-size: 28px;
    color: #ff9718;
    margin: 2rem 0 1rem 0;
}
.ydsy ul li p {
    padding: 0 1rem 0.5rem 1rem;
    font-size: 23px;
    color: #666;
    line-height: 1.6em;
    text-align: justify;
}
.ydsy-pic {
    display: block;
    margin: 3rem auto 0 auto;
}
.rdmember {
    height: 950px;
    padding-bottom: 0;
    background: url(../images/ydg/p2.jpg) no-repeat center top;
}
.rdmember .my-sec-main ul {
    width: 720px;
}
.rdmember .my-sec-main ul li {
    width: 226px;
    height: 336px;
    box-sizing: border-box;
    background: #ffb300;
    border-radius: 56px;
    border-bottom-right-radius: 24px;
    margin-right: 14px;
    margin-bottom: 14px;
    padding: 1rem;
    color: #fff;
}
.rdmember .my-sec-main ul li h3 {
    font-size: 28px;
    font-weight: bold;
    padding: 2rem 0 1rem 0;
}
.rdmember .my-sec-main ul li p {
    font-size:22px;
    line-height: 1.5em;
}
.rdmember .my-sec-main ul li:nth-child(1) {background: #ffb300;}
.rdmember .my-sec-main ul li:nth-child(2) {background: #fdd835;}
.rdmember .my-sec-main ul li:nth-child(3) {background: #bdbdbd;}
.rdmember .my-sec-main ul li:nth-child(4) {background: #ac958d;}
.rdmember .my-sec-main ul li:nth-child(5) {background: #ff8a65;}
.ydtx {
    padding-top: 2rem;
    padding-bottom: 10rem;
    background: url(../images/ydg/p3.jpg) no-repeat center top;
}
.ydtx .my-sec-box {
    width: 1700px;
}
.ydtx .my-sec-main ul li {
    width: 330px;
    height: 350px;
    box-sizing: border-box;
    border-radius: 80px;
    position: relative;
    overflow: hidden;
}
.ydtx .my-sec-main ul li div {
    width: 330px;
    height: 350px;
    box-sizing: border-box;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
}
.ydtx .my-sec-main ul li div h3 {
    width: 100%;
    font-size: 28px;
    color: #ffb300;
    text-align: center;
    padding: 2rem 0 0.5rem 0;
}
.ydtx .my-sec-main ul li div.ydtx-thumb {
    border: 2px dashed #bdbdbd;
    border-radius: 80px;
}
.ydtx .my-sec-main ul li div.ydtx-dec {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}
.ydtx .my-sec-main ul li:hover div.ydtx-dec {
    display: block;
    background: #ffb300;
    color: #fff;
}
.ydtx .my-sec-main ul li div.ydtx-dec p {
    font-size: 20px;
    line-height: 1.6em;
    padding: 0 20px 20px 20px;
}
.ydtx .my-sec-main ul li div.ydtx-dec h3 {
    color: #fff;
}
.hbfj {
    min-height: 930px;
    background: url(../images/ydg/p4.png) no-repeat center top;
}
.hbfj h2 {
    padding-top: 7rem;
    color: #fff;
}
.tabletitle {
    display: block;
    padding-top: 0.6rem;
    font-size: 28px;
    color: #fff;
    text-align: center;
}
.hbfj .my-sec-main table {
    margin: 1rem auto 0 auto;
    color: #fff;
}
.hbfj .my-sec-main table tr td {
    padding: 1.2rem 1rem;
    font-size: 26px;
    text-align: center;
}
.hbfj .my-sec-main table tr td span {
    font-size: 46px;
}
.hbfj-ppt {
    margin-top: 8rem;
    position: relative;
}
.swiper1 .swiper-slide {
    text-align: center;
}
.swiper1 .swiper-slide img {
    display: block;
    margin: 0 auto;
}
.swiper1prev {
    margin-left: -7rem;
    color: #ffb300;
    width: 60px;
    height: 60px;
    background:#fff url(../images/ydg/chevron-left.svg) no-repeat 50% 50%;
    border-radius: 50%;
}
.swiper1next {
    margin-right: -7rem;
    color: #ffb300;
    width: 60px;
    height: 60px;
    background:#fff url(../images/ydg/chevron-right.svg) no-repeat 50% 50%;
    border-radius: 50%;
}
.jczs .my-sec-main img {
    display: block;
    margin: 0 auto;
    border: 10px solid #000;
    border-radius: 50px;
}

.ydsy-2 {
    margin-top: 0rem;
}
.ydsy-2 p {
    font-size: 26px;
    line-height: 1.6em;
    color: #666;
    text-indent: 2em;
    text-align: justify;
}
.xiaojuchang {
    margin: 0 auto;
    text-align: center;
}
.ydsy-3 {
    margin-top: 0;
}
.ydsy-3 .my-sec-main {
    padding-top: 1rem;
}
.ydsy-3 ul {
    width: 100%;
    flex-wrap: wrap;
}
.ydsy-3 ul li {
    max-width: 47%;
    margin-top: 3rem;
    min-height: 330px;
}
.ydsy-3 ul li:last-child {
    width: 100%;
    max-width: 100%;
    min-height: 260px;
}
.ydsy-3 ul li h3 {
    text-align: left;
    padding-left: 1rem;
    padding-top: 0.5rem;
}
.ydsy-3 ul li p {
    padding: 1rem 1rem 2rem 1rem;
    font-size: 24px;
    color: #666;
}
.ydsy-3 ul li:nth-child(1) {background: url(../images/ydg/i6.png) no-repeat right bottom}
.ydsy-3 ul li:nth-child(2) {background: url(../images/ydg/i7.png) no-repeat right bottom}
.ydsy-3 ul li:nth-child(3) {background: url(../images/ydg/i8.png) no-repeat right bottom}
.ydsy-3 ul li:nth-child(4) {background: url(../images/ydg/i9.png) no-repeat right bottom}
.ydsy-3 ul li:nth-child(5) {background: url(../images/ydg/i10.png) no-repeat right bottom}