/* sub_title */
.sub_title {
    position: relative;
}
.sub_title > div {
    position: absolute;
    left: 50%;
    bottom: 65px;
    transform: translateX(-50%);
    text-align: center;
}
.sub_title h2 {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 2px;
}
.sub_title p {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 125px;
}
.title_menu {
    display: flex;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.title_menu a {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    line-height: 81px;
    display: block;
    text-align: center;
    width: 25%;
}
.title_menu a.active {
    font-weight: 700;
    color: #7294c1;
}

/* category03_con01 */
.category03_con01 {
    padding-top: 145px;
    padding-bottom: 177px;
    text-align: center;
}
.category03_con01 h2 {
    font-size: 50px;
    font-weight: 700;
    color: #272727;
    margin-bottom: 40px;
}
.category03_con01 > .center {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.category03_con01 > a {
    text-align: center;
}
.category03_con01 > .center div {
    border: 5px solid transparent;
    transition: all 0.2s;
}
.category03_con01 > .center > a:hover > div {
    border: 5px solid #263f93;
}
.category03_con01 > .center h3 {
    font-size: 18px;
    font-weight: 400;
    color: #272727;
    margin-top: 29px;
    margin-bottom: 8px;
}
.category03_con01 > .center > a:hover > h3 {
    color: #263f93;
    font-weight: 700;
}
.category03_con01 > .center p {
    font-size: 16px;
    font-weight: 400;
    color: #272727;
    opacity: 0.5;
}

/* category03_con02 */
.category03_con02 {
    padding-bottom: 186px;
    text-align: center;
}
.category03_con02 h2 {
    font-size: 50px;
    font-weight: 700;
    color: #272727;
    position: relative;
    margin-bottom: 53px;
}
.category03_con02 h2 > span {
    display: inline-block;
    position: absolute;
    width: 56px;
    height: 56px;
    opacity: 0.3;
    background-color: #7294c1;
    border-radius: 50%;
    left: -50%;
    top: -50%;
}
.category03_con02_text01 {
    margin-bottom: 15px;
}
.category03_con02_text {
    background-color: rgba(114, 148, 193, 0.06);
    padding: 60px 0px;
}
.category03_con02_text p {
    font-size: 22px;
    font-weight: 400;
    color: #272727;
    line-height: 34px;
}
.category03_con02_box {
    max-width: 1149px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 156px auto 0px;
}
.category03_con02_box > div {
    width: 266px;
    height: 258px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #7294c1;
    border: 1px solid #707070;
    font-size: 28px;
    font-weight: 400;
    color: #fff;
    line-height: 40px;
    text-align: center;
}

/* category03_con03 */
.category03_con03 {
    padding-bottom: 137px;
}
.category03_con03 p {
    font-size: 22px;
    font-weight: 400;
    color: #1d1919;
    line-height: 40px;
    padding-top: 79px;
}
.category03_con03 span {
    font-weight: 700;
    color: #bf9a6e;
}

/* category03_new01 */

.category03_new01 {
    padding-bottom: 227px;
    text-align: center;
    overflow: hidden;
}
.category03_new01 > span {
    font-size: 14px;
    font-weight: 300;
    color: rgba(29, 25, 25, 0.67);
}
.category03_new01 > h2 {
    font-size: 48px;
    font-weight: 400;
    color: rgba(29, 25, 25, 1);
    margin-top: 17px;
    margin-bottom: 89px;
}
/* .category03_new01_page {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1126px;
    margin: 0 auto;
}
.category03_new01 .category03_new01_page > span {
    width: 215px;
    line-height: 54px;
    margin: 0px !important;
    font-size: 26px;
    font-weight: 500;
    color: #6b6b6b;
    background-color: #d9d9d9;
    opacity: 1;
    border-radius: 0px;
    height: auto;
}
.category03_new01 .category03_new01_page > span.swiper-pagination-bullet-active {
    color: #fff;
    background-color: #263f93;
}
.category03_new01_swiper {
    width: 100%;
    margin-top: 126px;
    text-align: justify;
}
.category03_new01_swiper .swiper-slide {
    display: flex;
}
.category03_new01_right {
    padding-left: 103px;
}
.category03_new01_right > span {
    font-size: 26px;
    font-weight: 200;
    color: #6b6b6b;
}
.category03_new01_right > h2 {
    font-size: 40px;
    font-weight: 400;
    color: #1d1919;
    margin-bottom: 49px;
    margin-top: 14px;
}
.category03_new01_right > h2 > span {
    font-weight: 700;
}
.category03_new01_right > p {
    font-size: 22px;
    font-weight: 400;
    color: #6b6b6b;
    line-height: 38px;
}
.category03_new01_right > p > span {
    font-weight: 700;
} */

.intro01_con04_page {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1126px;
    margin: 0 auto;
}
.intro01_con04 .intro01_con04_page > span {
    width: 215px;
    text-align: center;
    line-height: 54px;
    margin: 5px !important;
    font-size: 26px;
    font-weight: 500;
    color: #6b6b6b;
    background-color: #d9d9d9;
    opacity: 1;
    border-radius: 0px;
    height: auto;
}
.intro01_con04 .intro01_con04_page > span:nth-child(4) {
    margin-right: 7px !important;
}
.intro01_con04 .intro01_con04_page > span.swiper-pagination-bullet-active {
    color: #fff;
    background-color: #263f93;
}
.intro01_con04_swiper {
    width: 100%;
    margin-top: 156px;
    text-align: left;
}
.intro01_con04_swiper .swiper-slide {
    display: flex;
    align-items: flex-start;
}
.intro01_con04_right {
    padding-left: 103px;
}
.intro01_con04_right > span {
    font-size: 26px;
    font-weight: 200;
    color: #6b6b6b;
}
.intro01_con04_right > h2 {
    font-size: 40px;
    font-weight: 400;
    color: #1d1919;
    margin-bottom: 49px;
    margin-top: 14px;
}
.intro01_con04_right > h2 > span {
    font-weight: 700;
}
.intro01_con04_right > p {
    font-size: 22px;
    font-weight: 400;
    color: #6b6b6b;
    line-height: 38px;
}
.intro01_con04_right > p > span {
    font-weight: 700;
}

.intro01_con03_con01_01,
.intro01_con03_con01_02,
.intro01_con03_con02_01,
.intro01_con03_con02_02,
.intro01_con03_con02_03,
.intro01_con03_con02_04,
.intro01_con03_con02_05,
.intro01_con03_con02_06 {
    margin-bottom: 143px;
}

.intro01_con03_profile {
    padding-top: 139px;
    display: flex;
    flex-wrap: wrap;
    max-width: 1361px;
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
    text-align: center;
}
.intro01_con03_profile > div {
    cursor: pointer;
    position: relative;
}
.intro01_con03_con01_img {
    position: relative;
}
.intro01_con03_con01_img::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: transparent;
}
.intro01_con03_profile > div:hover > .intro01_con03_con01_img::after {
    border: 10px solid #273f93;
}
.intro01_con03_profile > div > h3 {
    font-size: 40px;
    font-weight: 400;
    color: #333333;
    margin-top: 28px;
    margin-bottom: 23px;
}
.intro01_con03_profile > div > h3 span {
    font-weight: 700;
}
.intro01_con03_profile > div > p {
    font-size: 22px;
    font-weight: 400;
    color: #333333;
}
.intro01_con03_con02 {
    padding-top: 139px;
    display: flex;
    flex-wrap: wrap;
    max-width: 1361px;
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
    text-align: center;
}
.intro01_con03_con02 > div {
    position: relative;
}
.intro01_con03_con02_img {
    position: relative;
    cursor: pointer;
}
.intro01_con03_con02_img::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: transparent;
}
.intro01_con03_con02 > div:hover > .intro01_con03_con02_img::after {
    border: 10px solid #273f93;
}
.intro01_con03_con02 > div > h3 {
    font-size: 40px;
    font-weight: 400;
    color: #333333;
    margin-top: 28px;
    margin-bottom: 23px;
}
.intro01_con03_con02 > div > h3 span {
    font-weight: 700;
}
.intro01_con03_con02 > div > p {
    font-size: 22px;
    font-weight: 400;
    color: #333333;
}
.intro01_con03_pop {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border: 1px solid #707070;
    padding-top: 76px;
    padding-left: 92px;
    display: none;
    text-align: justify;
}
.intro01_con03_pop.active {
    display: block;
}
.intro_close {
    position: absolute;
    top: 77px;
    right: 32px;
    cursor: pointer;
}
.intro01_con03_pop h6 {
    font-size: 26px;
    font-weight: 300;
    color: #6b6b6b;
}
.intro01_con03_pop h4 {
    font-size: 40px;
    font-weight: 400;
    color: #1d1919;
    margin-top: 14px;
    margin-bottom: 52px;
}
.intro01_con03_pop h4 span {
    font-weight: 700;
}
.intro01_con03_pop p {
    font-size: 22px;
    font-weight: 400;
    color: #6b6b6b;
    line-height: 38px;
}