html, body {
    font-family: "PingFang", "Microsoft YaHei",
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans",
    sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", "Noto Color Emoji";
    color: #02101F;
}

.f12 {
    font-size: 0.75rem;
}

.f14 {
    font-size: 0.875rem;
}

.f16 {
    font-size: 1rem;
}

.f18 {
    font-size: 1.125rem;
}

.f20 {
    font-size: 1.25rem;
}

.f24 {
    font-size: 1.5rem;
}

.f28 {
    font-size: 1.75rem;
}

.f30 {
    font-size: 1.875rem;
}

.f32 {
    font-size: 2rem;
}

.f36 {
    font-size: 2.25rem;
}

.f40 {
    font-size: 2.5rem;
}

.f50 {
    font-size: 3.125rem;
}

.col_1 {
    color: #2B0EEE;
}

.bg_f5 {
    background: #F5F7FA;
}

.bg_f9 {
    background: #F9FAFC;
    padding-bottom: 0.01px;
}

.font-weight-bold {
    font-weight: 600 !important;
}

.p1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.p2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.p3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

a:hover {
    text-decoration: none;
}

.roboto {
    font-family: Roboto-BlackItalic, Roboto, "PingFang", "Microsoft YaHei";
}

.roman {
    font-family: TimesNewRomanPSMT, "PingFang", "Microsoft YaHei";
}

.logo {
    width: 15rem;
    height: 4rem;
}

.header .navbar_btn .line {
    background: #000;
    display: none;
}

.navbar_btn {
    float: right;
    width: 30px;
    height: 20px;
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    cursor: pointer;
}

.navbar {
    padding: 3rem;
    z-index: 99;
}

.header .nav-link:hover {
    color: rgba(255, 255, 255, 80%) !important;
}

.navbar-collapse .navbar-nav .nav-item {
    margin-left: 1rem;
}

.search-text:focus {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0%);
}

.search-text::placeholder {
    color: #ffffff;
}

.search-text::-webkit-input-placeholder {
    /* //兼容WebKit browsers（Chrome的内核） */
    color: #ffffff;
}

.search-text::-moz-placeholder {
    /* //Mozilla Firefox 4 to 18 */
    color: #ffffff;
}

.search-text::-ms-input-placeholder {
    /* //Internet Explorer 10+ */
    color: #ffffff;
}

.header .search-box {
    cursor: pointer;
}

.header .search_icon {
    height: 4rem;
    width: 1.8rem;
    background: transparent url("../images/icon_search.png") no-repeat center/1.25rem auto;
    /*line-height: 64px;*/
}

.header .search-box .search-text {
    width: 0;
    height: 100%;
    font-size: 1rem;
    vertical-align: top;
    padding-left: 0.5rem;
    background: transparent;
    color: #fff;
    transition: all .4s ease-out;
    overflow: hidden;
    text-overflow: ellipsis;
}

.header .search-box:hover .search-text {
    width: 10rem;
}

.dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown-menu {
    background: transparent;
    color: #fff;
    border: 0;
    margin: 0;
    transform: translate(-50%, 0);
    left: 50%;
    padding: 0;
}

.dropdown-item {
    color: #fff;
    text-align: center;
    font-size: 0.875rem;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: rgba(255, 255, 255, 0.8);
    background: transparent;
}

.index_mySwiper {
    height: 100vh;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.index_mySwiper .swiper-slide {
    position: relative;
    overflow: hidden;
}


.index_mySwiper .swiper-wrapper.one {
    transition-delay: 0s;
}

.index_mySwiper .swiper-wrapper.two {
    transition-delay: 1.6s;
}

.index_mySwiper .swiper-wrapper.three {
    transition-delay: .5s;
}

.index_bg {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    z-index: -1;
}

.swiper-container-horizontal .index_page {
    position: absolute;
    left: auto;
    right: 2.5rem !important;
    width: 1.25rem;
    z-index: 99;
    top: 50%;
    height: 6rem;
    transform: translate(0, -50%);
}

.index_page .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
    opacity: 1;
    margin: 0.375rem 0 !important;
}

.index_page .swiper-pagination-bullet-active {
    width: 20px;
    height: 20px;
    border: 1px solid #FFFFFF;
    background: transparent;
    position: relative;
}

.index_page .swiper-pagination-bullet-active::before {
    content: "";
    width: 12px;
    height: 12px;
    background: #FFFFFF;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100%
}

.index_page1_con {
    width: 100%;
}

.index_page1_list {
    margin-left: 18%;
    margin-top: 17.5vh;
    margin-right: 10%;
    /*height: 100vh;*/
    width: 16rem;
    /*flex: 1;*/
    display: inline-block;
    float: left;
}

.index_page1_list .list {
    width: 6.5rem;
    height: 6.5rem;
    background: #F9FAFC;
    border-radius: 10px;
    opacity: 0.9;
    backdrop-filter: blur(0px);
    margin-right: 1rem;
    margin-bottom: 1rem;
}

.index_page1_list .list img {
    margin-top: 1rem !important;
    position: relative;
    top: 0;
    transition: 0.3s all;
}

.index_page1_list .list:hover img {
    top: -0.4rem;
}

.index_page1_list .list p {
    margin-top: 0.25rem;
    color: #02101F;
    font-weight: 600;
    line-height: 1.25rem;
}

.index_page1_title {
    /*flex: 1;*/
    margin-top: 16%;
    margin-right: 25%;
    /*float: right;*/
}

.index_page1_title p {
    margin-top: 7.625rem;
    width: 27.12rem;
    height: 3.5rem;
    background: linear-gradient(90deg, #2B0EEE 0%, rgba(43, 14, 238, 0) 100%);
    color: #FFFFFF;
    text-shadow: 0 2px 4px #2B0EEE;
    line-height: 3.5rem;
    box-sizing: border-box;
    padding-left: 1rem;
}

.index_page1_title p span.media_pc {
    display: inline-block;
}

.index_page2 {
    /*margin-left: 40%;*/
    max-width: 60%;
    width: 54rem;
    height: 100vh;
    background: rgba(2, 16, 31, 0.5);
    box-sizing: border-box;
    /*padding-top: 16%;*/
    padding-left: 4.5rem;
    position: absolute;
    right: 0;
    top: 0;
}

.index_page2 h1 {
    font-size: 4.372rem;
    color: rgba(255, 255, 255, 0.2);
    line-height: 5rem;
    padding-top: 18%;
    margin: 0 0 0 -1.8rem;
    text-transform: uppercase;
    font-weight: 200;
    /*opacity: 0.2;*/
    letter-spacing: 5px;
}

.index_page2 h2 {
    width: 8rem;
    height: 3rem;
    background: rgba(43, 14, 238, 0.8);
    margin: -2rem 0 0;
    color: #FFFFFF;
    line-height: 3rem;
    position: relative;
    z-index: 1;
}

.index_page2 h3 {
    /*width: 40px;*/
    font-size: 2.5rem;
    font-weight: 600;
    color: #FFFFFF;
    margin: 0.5rem 0 0;
}

.index_page2 > p {
    margin-right: 15%;
    margin-top: 0.8rem;
    /*max-width: 37.5rem;*/
}

.index_page2 .more {
    width: 12.5rem;
    height: 2.6rem;
    border-radius: 6px;
    border: 1px solid #FFFFFF;
    display: block;
    line-height: 2.48rem;
    margin-top: 2.18rem;
    transition: all .3s ease;
    box-sizing: border-box;
}

.index_page2 .more:hover {
    background: #fff;
    color: #02101F !important;
}

.index_page2_con {
    margin-right: 15%;
    margin-top: 5rem;

    /*max-width: 37.5rem;*/
}

.index_page2_con1 {
    border-style: dotted !important;
    padding-bottom: 0.5rem;
}

.index_page2_con2 {
    margin-top: 1rem;
}

.index_page2_con2 .f14 {
    width: 8.4rem;
    height: 1.5rem;
    background: #81BF13;
    line-height: 1.5rem;
}

.index_page3 {
    height: 100vh;
}

.index_page3 > div {
    width: 33.33%;
}


.index_page3_con1 {
    margin-left: 36%;
    margin-top: 42%;
}

.index_page3_con1 p {
    width: 9rem;
    height: 3rem;
    background: rgba(43, 14, 238, 0.8);

    line-height: 3rem;
}

.index_page3_con1 span {
    display: block;
    text-transform: uppercase;
}

.index_page3_con1 .more {
    width: 12.5rem;
    height: 2.6rem;
    border-radius: 6px;
    border: 1px solid #FFFFFF;
    display: block;
    line-height: 2.48rem;
    margin-top: 2.18rem;
    transition: all .3s ease;
}

.index_page3_con1 .more:hover {
    background: #fff;
    color: #02101F !important;
}

.index_page3_con2 {
    padding: 42% 10% 0;
    height: 100%;
    background: rgba(8, 6, 41, 0.2);
}

.index_page3_con2 h2 {
    margin-bottom: 2rem;
    line-height: 2.8rem;
}

.index_page3_con2 p {
    /*line-height: 1.25rem;*/
    margin-bottom: 2rem;
}

.index_page3_time {
    display: block;
    height: 1.25rem;
    line-height: 1.25rem;
    vertical-align: middle;
}

.index_page3_time::before {
    content: "";
    display: inline-block;
    width: 1.25rem;
    height: 100%;
    margin-right: 0.5rem;
    vertical-align: top;
    background: url("../images/icon_time.png") no-repeat center/1.25rem auto;
    /*background-size: 100% 100%;*/
    line-height: 1.25rem;

}

.index_page3_con3 {
    height: 60vh;
    display: block;
}

.index_page3_con3 div {
    background: rgba(43, 14, 238, 0.8);
    padding: 22% 10% 0;
    height: 100%;
}

.index_page3_con3 div h2 {
    margin-bottom: 2rem;
    line-height: 2.8rem;
}

.index_page3_con3 div p {
    /*line-height: 1.25rem;*/
    margin-bottom: 2rem;
}

.index_page3_con4 {
    display: block;
    height: 40vh;
}

.index_page3_con4 div {
    background: rgba(2, 16, 31, 0.7);;
    padding: 12% 10% 0;
    height: 100%;
}


.index_page3_con4 div h2 {
    margin-bottom: 1.5rem;
    line-height: 2.8rem;
}

.index_page3_con4 div p {
    /*line-height: 1.25rem;*/
    margin-bottom: 1.5rem;
}

.main {
    width: 67.5rem;
    margin: 0 auto;
}

.banner_top {
    position: relative;
}

.banner_top img.banner_img {
    width: 100%;
    display: block;
}

.banner_top .header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1;
}

.banner_title {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: right;
}

.banner_title p {
    margin-bottom: 0;
}

.banner_title span {
    font-family: HelveticaNeue;
}

.about_main1 {
    margin-top: -2.5rem;
    position: relative;
    z-index: 0;
    overflow: hidden;
    box-shadow: 0 0 10px 0 rgba(2, 16, 31, 0.05);
    border-radius: 6px;
    background: #FFFFFF;
}

.about_main1 > div {
    width: 33.75rem;
    height: 24.625rem;
    box-sizing: border-box;
    position: relative;
}

.about_main1 > div:nth-child(1) {
}

.about_main1 > div:nth-child(1) > div {
    background: rgba(43, 14, 238, 0.8);
    padding: 2.5rem;
}

.about_main1 > div:nth-child(1) div p {
    margin-bottom: 3.375rem;
}

.about_main1 > div:nth-child(1) div span {
    display: block;
    width: 10rem;
    height: 7.5rem;
    border-radius: 6px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    float: left;
    /*margin-left: 2.7rem;*/
}

.about_main1 > div:nth-child(1) div span img {
    display: block;
    margin: 1.5rem auto 0.625rem;
}

.about_main1 > div:nth-child(2) {
    padding: 2.5rem;
}

.about_main1_con3 {

}

.about_main1_con1 {

}

.about_main1_con1 div {
    width: 13.75rem;
    height: 7.25rem;
}

.about_main1_con1 div img {
    display: block;
    margin: 0.75rem auto 0;
}

.about_main1_con1 div p {
    margin-top: 0.25rem;
    margin-bottom: 0;
}

.about_main1_con1 div span {
}

.about_main1_con2 {
    margin-top: 1.25rem;
}

.about_main1_con2 div {
    width: 8.75rem;
    height: 5.625rem;
    background: #F5F7FA;
    border-radius: 6px;
}

.about_main1_con2 div p {
    margin-top: 1.5rem;
    margin-bottom: 0;
    line-height: 1.1rem;
}

.about_main2 {
    padding: 3.75rem 0;
}

.con_title {
    margin-bottom: 1rem;
    line-height: 1.5;
}

.about_main2_con1 {
    margin-bottom: 0;
}

.about_main2_con1 li {
    width: 15.375rem;
    height: 15.375rem;
    background: #FFFFFF;
    box-shadow: 0 0 10px 0 rgba(2, 16, 31, 0.05);
    border-radius: 6px;
}

.about_main2_con1 li img {
    margin: 2.5rem auto 1rem;
    display: block;
}

.about_main3 {
    margin-top: 2rem;
    margin-bottom: 5.25rem;
}

.about_main3_con {
    overflow: hidden;
}

.about_main3_con .gallery-top {
    width: 46.25rem;
    height: 28.75rem;
    overflow: hidden;
    border-radius: 6px;
    float: right;
    
    --swiper-theme-color: #ffffff;/* 设置Swiper风格 */
    --swiper-navigation-color: #ffffff;/* 单独设置按钮颜色 */
    --swiper-navigation-size: 1.5rem;/* 设置按钮大小 */
}

.about_main3_con .gallery-top div img {
    width: 100%;
    height: 100%;
    display: block;
}

.about_main3_con .gallery-thumbs {
    width: 19.375rem;
    height: 28.75rem;
    background: #F5F7FA;
    border-radius: 6px;
    float: left;
    padding: 0.625rem 0;
    box-sizing: border-box;
}

.about_main3_con .gallery-thumbs .swiper-slide {
    cursor: pointer;
    padding: 0 1.5rem;
    box-sizing: border-box;
    /*overflow: hidden;*/
    display: table;
    margin-bottom: 0 !important;
    height: 5.5rem !important;
}

.about_main3_con .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
    background: #fff;
}

.about_main3_con .gallery-thumbs .swiper-slide span {
    /*display: block;*/
    width: 2rem;
    height: 2rem;
    background-image: url("../images/icon_gs1.png");
    background-repeat: no-repeat;
    background-position: center;
    /*float: left;*/
    margin-right: 1rem;
    display: table-cell;
    vertical-align: middle;
}

.about_main3_con .gallery-thumbs .swiper-slide.swiper-slide-thumb-active span {
    background-image: url("../images/icon_gs2.png");
}

.about_main3_con .gallery-thumbs .swiper-slide p {
    /*float: left;*/
    display: table-cell;
    vertical-align: middle;
    padding-left: 1rem;
}

.about_main3_con .gallery-thumbs .swiper-slide.swiper-slide-thumb-active p {
    color: #2B0EEE;
}

.about_main3_con2 {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 25rem;
    height: 28.75rem;
    background: rgba(2, 16, 31, 0.3);
    border-radius: 6px 0 0 6px;
    backdrop-filter: blur(2px);
    padding: 3.75rem 3.25rem 0;
    box-sizing: border-box;
}

.about_main3_con2 h2 {
    margin-bottom: 1.25rem;
    line-height: 1.5;
}

.about_main3_con2 ul {
    margin-bottom: 0;
}

.about_main3_con2 ul li {
    width: 50%;
    line-height: 2.2;

}

.about_main3_con2 .more {
    width: 7.5rem;
    height: 2.625rem;
    display: block;
    border-radius: 6px;
    border: 1px solid #FFFFFF;
    line-height: 2.4rem;
    margin: 3.125rem auto 0;
}

footer {
    height: 2.5rem;
    background: #02101F;
    font-weight: 400;
    line-height: 2.5rem;
}

footer a {
    color: #fff;
}

footer a:hover {
    color: #fff;
}

.about_art1 {

    padding: 3.75rem 0;
}

.about_art1 > img {
    width: 31.25rem;
    height: 20rem;
    border-radius: 6px;
}

.about_art1 .about_art1_right {
    width: 33.75rem;
}

.about_art1 .about_art1_right h2 {
    margin-bottom: 1rem;
    line-height: 1.5;
}

.about_art1 .about_art1_right div p:last-child {
    margin-bottom: 0;
}

.about_art1 .about_art1_right div span {
    display: block;
    margin-top: 1rem;
    /*vertical-align: top;*/
}

.about_art1 .about_art1_right div span img {
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    vertical-align: top;
    margin-right: 0.25rem;
}

.about_art1 .about_art1_right div:nth-child(2) {
    margin-bottom: 2rem;
}

.about_art2 h2 {
    margin-bottom: 2.5rem;
}

.cases_list {
    margin-left: -2rem;
    margin-bottom: 2.375rem;
}

.cases_list li {
    width: 15.375rem;
    margin-left: 2rem;
    margin-bottom: 1.375rem;
}

.cases_list li img {
    display: block;
    width: 100%;
    height: 11.25rem;
    border-radius: 6px;
}

.cases_list li p {
    margin: 1rem 0 0.25rem;
    color: #02101F;
    height: 2.625rem;
}

.cases_list li span {
    color: #868686;
}

.about_art3 {
    padding: 2rem 0;
}

.honor_list {
    margin-left: -2rem;
}

.honor_list li {
    width: 15.375rem;
    box-shadow: 0 0 10px 0 rgba(2, 16, 31, 0.05);
    border-radius: 6px;
    box-sizing: border-box;
    padding: 1rem;
    margin-left: 2rem;
    margin-bottom: 2rem;
    cursor: pointer;
}

.honor_list li .position-relative {
    width: 13.375rem;
    height: 10.75rem;
    background: #F5F6F7;
    /*margin: 1rem;*/
    display: flex;
    justify-content: center;
    align-items: center;
}

.honor_list li .position-relative img {
    display: block;
    /*position: absolute;*/
    max-width: 84%;
    max-height: 76%;
    transition: all .5s;
    /*left: 50%;*/
    /*top: 50%;*/
    /*transform: translate(-50%, -50%);*/
}
.honor_list li:hover .position-relative img {
    transform: scale(1.2);
}

.honor_list li p {
    margin: 1rem 0 0.5rem;
    height: 2.625rem;
}

.honor_list li span {
    font-weight: 400;
    color: #868686;
    display: block;
}

.about_art3_con {
    border-top: 1px solid #CDCFD9;
    margin-top: -0.5rem;
}

.about_art3_con ul {
    width: 60%;
    margin-bottom: 0;
}

.about_art3_con ul li {
    display: inline-block;
    width: 50%;
    margin-top: 1.25rem;
    box-sizing: border-box;
    padding-right: 1rem;
}

.about_art3_con ul li a {
    color: #2A62FF;
    text-decoration: underline;
}

.back {
    display: block;
    width: 7.5rem;
    height: 2.625rem;
    border-radius: 6px;
    border: 1px solid #2B0EEE;
    margin-top: 2.5rem;
    line-height: 2.5rem;
    color: #2B0EEE;
    transition: all .3s;
}

.back:hover {
    background: #2B0EEE;
    color: #fff;
}

.honor_main {
    padding-bottom: 0.1rem;
}

.main_top {
    padding: 2rem 0 2.5rem;
}

.main_list {
    margin-bottom: 0;
}

.main_list li {
    display: inline-block;
    margin-right: 1.4rem;
}

.main_list li:last-child {
    margin-right: 0;
}

.main_list li a {
    display: block;
    padding: 0 1.5rem;
    /*width: 6.5rem;*/
    /*height: 2.25rem;*/
    background: #EBEFF2;
    border-radius: 4px;

    color: #02101F;
    line-height: 2.25rem;
}

.main_list li.on a,
.main_list li a:hover {
    background: #2B0EEE;
    color: #FFFFFF;
}

.main_select {
    width: 15rem;
    height: 2.25rem;
    border-radius: 4px;
    border: 1px solid #E0E0E0;
    /*color: #C8C8C8;*/
    padding: 0 2rem 0 0.5rem;

    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    background-color: transparent;
    background-image: url('../images/icon_slelect.png');
    background-repeat: no-repeat;
    background-position: calc(100% - 0.625em) center;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.cases_main {
    padding-bottom: 0.1rem;
}

.cases_select {

}

.cases_select select {
    width: 9.375rem;
    margin-right: 1.4rem;
}

.cases_select select:last-child {
    margin-right: 0;
}

.cases_top {
    width: 100%;
    height: 100vh;
    background-color: rgba(90, 90, 90, 0.2);
    background-size: 100% 100%;
    background-position: center top;
    background-repeat: no-repeat;
    background-blend-mode: color-burn;
    position: relative;
}

.cases_art1 {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.cases_art1_con1 {
    line-height: 1.6;
}

.cases_art1_con1 h2 {
    margin-bottom: 1.25rem;
}

.cases_art1_con1 p {
    margin-bottom: 0;
    margin-top: 1rem;
}

.cases_art1_con1 span {
    display: block;
    /*margin-bottom: 1rem;*/
}

.cases_art1_con2 {

}

.cases_art1_con2 p {
    margin-bottom: 0;
}

.cases_art2 {
    padding: 2.5rem 0 0;
}

.cases_art2_con {
    padding: 2.5rem 0 1rem;
}

.cases_art2_con .left {
    width: 41.5rem;
    /*float: left;*/
}

.cases_art2_con .right {
    width: 18.875rem;
    /*float: right;*/
}

.cases_art2_con ul {
    margin: 0 0 2.5rem;
}

.cases_art2_con ul li {
    display: inline-block;
    margin-right: 1.25rem;
}

.cases_art2_con ul li img {
    display: block;
    width: 8.25rem;
    height: 8.25rem;
    border-radius: 6px;
}

.cases_article {
    color: #575D6C;
}

.cases_article p {
    margin-bottom: 1.5rem;
}
.cases_article img{
    max-width: 100%;
}

.cases_art2_con .right table {

}

.cases_art2_con .right table th,
.cases_art2_con .right table td {
    border: 0;
    padding: 0.5rem 0;
    /*line-height: 2.2rem;*/
}

.cases_art2_con .right table th {
    width: 4.375rem;
    color: #868686;
}

.cases_art2_con .right table td {

}

.cases_art2_con .right table td a {
    display: block;
    color: #2A62FF;
    text-decoration: underline;
}

.cases_art2_bottom {
    border-top: 1px solid #CDCFD9;
    padding: 2.5rem 0;
}

.cases_art2_bottom .back {
    margin-top: 0;
}

.cases_art2_bottom div a {
    width: 7.5rem;
    height: 2.625rem;
    border-radius: 6px;
    border: 1px solid #2B0EEE;
    line-height: 2.5rem;
    color: #2B0EEE;
    transition: all .3s;
    display: inline-block;
    margin-right: 2rem;
}

.cases_art2_bottom div a:hover {
    background: #2B0EEE;
    color: #fff;
}

.main_text {
    width: 11.25rem;
    height: 2.25rem;
    border-radius: 4px;
    border: 1px solid #E0E0E0;
    position: relative;
}

.main_text input[type="text"] {
    width: 8.6rem;
    height: 2.2rem;
    background: transparent;
    padding: 0 1rem;
}

.main_text input[type="text"]::-webkit-clear-button {
    content: "";
    display: inline-block;
    position: relative;
    right: 15px;
    width: 10px;
    height: 10px;
    background: url("../images/icon_close.png");
    background-size: contain;
    cursor: pointer;
}

.main_text .btn {
    margin: 0.5rem 0.625rem;
    padding: 0;
    /*height: 2.25rem;*/
    /*width: auto;*/
    height: 1rem;
    width: 1rem;
    vertical-align: top;
}

.main_text .btn img {
    display: block;
    vertical-align: top;
}

.close_btn {
    position: absolute;
    top: 50%;
    right: 2rem;
    /*color: #ccc !important;*/
    display: none;
    transform: translate(0, -50%);
    cursor: pointer;
    z-index: 9999;
}

.main_text input[type="text"]:valid + .iss-close {
    display: inline-block;
}

.close_btn_hide {
    display: none !important;
}

.designer_list {
    margin-left: -2rem;
    margin-bottom: 0;
}

.designer_list li {
    width: 15.375rem;
    /*height: 17.5rem;*/
    background: #FFFFFF;
    box-shadow: 0 0 10px 0 rgba(2, 16, 31, 0.05);
    border-radius: 6px;
    padding: 1rem 1rem 1.5rem;
    margin-left: 2rem;
    margin-bottom: 2rem;
}

.designer_list li .img {
    width: 10rem;
    height: 10rem;
    border-radius: 107px;
    overflow: hidden;
    display: block;
    margin: 0.5rem auto 0;
}

.designer_list li .img img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    min-height: 100%;
}

.designer_list li h2 {
    color: #02101F;
    line-height: 1.5;
    margin: 0.5rem 0 0.75rem;
}

.designer_list li .cases_tag {

}

.designer_list li .cases_tag span {
    border-radius: 4px;
    border: 1px solid rgba(196, 156, 87, 0.35);
    padding: 0 0.5rem;
    margin-right: 0.5rem;
    color: #C49C57;
    line-height: 1.5rem;
    max-width: 7.28rem;
}

.designer_list li .cases_tag span:last-child {
    margin-right: 0;
}

.designer_art {
    padding: 3.75rem 0 4.5rem;
}

.designer_art .left {
    width: 20rem;
}

.designer_art .right {
    width: 44rem;
}

.designer_art .left img {
    display: block;
    width: 100%;
    height: 26.25rem;
    border-radius: 6px;
}

.designer_art .left h2 {
    padding: 1.25rem 0.625rem;
    margin-bottom: 0;
}

.designer_art .left div {
    padding: 0 0.625rem;
}

.designer_art .left div span {
    line-height: 1.5rem;
    padding: 0 0.5rem;
    display: inline-block;
    color: #C49C57;
    border-radius: 4px;
    border: 1px solid rgba(196, 156, 87, 0.35);
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
}

.designer_art .right div {
    padding-bottom: 3.75rem;
}

.designer_art .right div:last-child {
    padding-bottom: 0;
}

.designer_art .right div h2 {
    margin-bottom: 0.625rem;
}

.designer_art .right div ul {
    margin-bottom: 0;
}

.designer_art .right div ul li {
    line-height: 2.2;
}

.none_main {
    width: 28rem;
    margin: 0 auto;
}

.none_main img {
    display: block;
    margin: 7.75rem auto 0;
}

.none_main p {
    color: #868686;
    margin-top: 2rem;
}

.school_top {

}

.main_right {

}

.main_right select,
.main_right .main_text {
    width: 11.25rem;
    display: inline-block;
    margin-left: 1.4rem;
}

.school_list {
    margin-left: -2rem;
    margin-bottom: 0;
}

.school_list li {
    width: 15.375rem;
    margin-left: 2rem;
    margin-bottom: 2rem;
}

.school_list li .imgbox {
    width: 100%;
    height: 11.25rem;
    position: relative;
    overflow: hidden;
}

.school_list li .imgbox .img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    transition: all .5s;
}
.school_list li:hover .imgbox .img {
    transform: scale(1.2);
}

.school_list li .imgbox .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.school_list li div p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: HelloFont, HelloFont;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    white-space: nowrap;
}

.school_list li h2 {
    color: #02101F;
    margin: 1rem 0 0.25rem;
    height: 2.2rem;
}

.school_list li span {
    color: #868686;
}

.school_art {
}

.school_art > h2 {
    line-height: 1.5;
}

.main {

}

.article {
    margin: 2.5rem auto;
    width: 50rem;
}

.art_time {
    margin: 2rem 0 2.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #CDCFD9;
}

.art_time span {
    display: inline-block;
    vertical-align: top;
    margin-right: 1.75rem;
}

.art_time span::before {
    content: "";
    display: inline-block;
    width: 1.25rem;
    height: 1.25rem;
    background-image: url("../images/icon_time2.png");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    background-position: center;
    vertical-align: top;
    margin-right: 0.25rem;
}

.art_time span:nth-child(2)::before {
    background-image: url("../images/icon_eyes.png");
}

.article_main {
    color: #575D6C;
}

.article_main * {
    margin-bottom: 1.25rem;
}

.article_main h2 {
    color: #02101F;
}

.article_main img {
    max-width: 100%;
}

.article_bottom {
    width: 50rem;
}

.next_btn {
    color: #2B0EEE;
    text-decoration: underline;
}

.next_btn:hover {
    color: #2B0EEE;
    text-decoration: underline;
}

.news_main {
    padding-bottom: 2.5rem;
}

.news_list {
    box-shadow: 0 0 10px 0 rgba(2, 16, 31, 0.05);
    border-radius: 10px;
    background: #fff;
    padding: 1.25rem 3.75rem;

}

.news_list a {

    color: #02101F;;
}

.news_list ul {

}

.news_list ul li {
    padding: 1.25rem 0;
    border-bottom: 1px solid #CDCFD9;
}

.news_list ul li .news_list_con {
    width: 38rem;
}

.news_list ul li .time {
    width: 6rem;
    /*padding-right: 2.4rem;*/
    /*border-right: 1px solid #CDCFD9;*/
    /*width: 3.4rem;*/
    position: relative;
}

.news_list ul li .time::before {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    width: 1px;
    height: 3.75rem;
    background: #CDCFD9;
    top: 50%;
    transform: translate(0, -50%);
}

.news_list ul li .time p {
    font-family: "Roboto";
    font-weight: normal;
    font-style: italic;
    margin-bottom: 0;
    line-height: 1.2;
    padding-top: 2.25rem;
}

.news_list ul li .time span {
    display: block;
}

.news_list ul li .con {
    width: 30rem;
}

.news_list ul li .con p {
    margin: 1.8rem 0 1rem;
}

.news_list ul li .con span {
    color: #575D6C;
    line-height: 2;
    height: 3.5em;
}

.news_list ul li .img {
    width: 15rem;
    height: 9.375rem;
    border-radius: 6px;
}

.page_main {
    margin-top: 2.5rem;
    text-align: right;
}

.page_main p {
    display: inline-block;
    margin-right: 1.5rem;
}

.page_main div {
    display: inline-block;
    line-height: 1.375rem;
    vertical-align: top;
}

.page_main div span {
    margin: 0 0.8rem;
}

.page_main div input[type="text"] {
    width: 3rem;
    height: 1.375rem;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    text-align: center;
    color: #000;
}

.page_main div .prev_btn:before {
    content: "";
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    border-style: solid;
    border-width: 0 0 1.5px 1.5px;
    border-color: transparent transparent #000 #000;
    transform: rotate(45deg);
    opacity: 0.8;
    margin-right: 1rem;
    /*vertical-align: top;*/
}

.page_main div .next_btn:before {
    content: "";
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    border-style: solid;
    border-width: 0 0 1.5px 1.5px;
    border-color: transparent transparent #000 #000;
    transform: rotate(225deg);
    opacity: 0.8;
    margin-left: 1rem;
    /*vertical-align: top;*/
}

.join_main {
    box-shadow: 0 0 10px 0 rgba(2, 16, 31, 0.05);
    border-radius: 10px;
    margin-bottom: 2.25rem;
    padding: 2.25rem;
}

.join_main h2 {
    margin-bottom: 0;
}

.join_top {
    margin-bottom: 2.5rem;
    border-bottom: 1px solid #CDCFD9;
    padding: 1.25rem 0;
    vertical-align: middle;
    /*line-height: 1.4;*/
}


.join_top span {
    margin-right: 1.75rem;
}

.join_top span img {
    margin-right: 0.25rem;
}

.join_con {
    width: 37.5rem;
}

.join_con h2 {
    margin-bottom: 0;
    line-height: 1.5;
}

.join_con p {
    margin: 1rem 0;
    min-height: 6.75rem;
}

.join_con p:nth-child(4) {
    min-height: 10rem;
}

.join_img {
    width: 22.5rem;
    height: 26.875rem;
    display: block;
}

.join_btn {
    width: 7.5rem;
    height: 2.625rem;
    line-height: 2.625rem;
    background: #2B0EEE;
    border-radius: 6px;
    display: block;
}

.contact_main {
    margin: 2rem auto 2.5rem;
}

.contact_main .contact_left {
    width: 24rem;
    height: 28.75rem;
    padding: 2.5rem 2rem;
}

.contact_main .contact_left h2 {
    margin-bottom: 0;
}

.contact_main .contact_left span {
    color: #868686;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    display: block;
    margin-top: 0.25rem;
}

.contact_main .contact_right {
    height: 28.75rem;
    width: 42rem;
}

.contact_con1 {

}

.contact_con1 p {
    margin-bottom: 1rem;
}

.contact_con1 p img {
    margin-right: 0.25rem;
    vertical-align: top;
}

.contact_con2 {
    margin-top: 2.6rem;
}

.contact_con2 img {
    display: block;
    /*margin-bottom: 0.5rem;*/
    margin: 0 auto 0.5rem;
}

.join_main3 {
    padding: 3rem 0 2.5rem;
}

.join_form {
    box-shadow: 0 0 10px 0 rgba(2, 16, 31, 0.05);
    border-radius: 10px;
    margin-top: 2.5rem;
    padding: 2.5rem 11.5rem 3.125rem;
}

.join_title {
    position: relative;
}

.join_title span {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);

    color: #E4040F;
}

.join_form_con {

}

.join_form_con h3 {
    padding-top: 2.5rem;
    margin-bottom: 0;
}

.join_form_con2 {
    margin-top: -0.75rem;
    flex-wrap: wrap;
}

.join_form_con2 div {
    font-size: 0.875rem;
    margin-top: 1.25rem;
}

.join_form_con2 div p {
    display: inline-block;
    width: 6rem;
    padding-left: 0.75rem;
    position: relative;
    margin: 0;

    line-height: 2.25rem;
    vertical-align: top;
}

.join_form_con2 div p.must::before {
    content: "*";
    color: #E4040F;
    font-weight: bold;
    position: absolute;
    left: 0;
}

.join_form_con2 div input[type="text"],
.join_form_con2 div select {
    display: inline-block;
    width: 15rem;
    height: 2.25rem;
    border-radius: 4px;
    border: 1px solid #E0E0E0;
    padding: 0 0.5rem;
}

.join_form_con2 div input[type="text"]::placeholder {
    color: #C8C8C8;
}

.join_form_con2 div input[type="text"]::-webkit-input-placeholder {
    /* //兼容WebKit browsers（Chrome的内核） */
    color: #C8C8C8;
}

.join_form_con2 div input[type="text"]::-moz-placeholder {
    /* //Mozilla Firefox 4 to 18 */
    color: #C8C8C8;
}

.join_form_con2 div input[type="text"]::-ms-input-placeholder {
    /* //Internet Explorer 10+ */
    color: #C8C8C8;
}

.join_form_con2 div select {

    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    background-color: transparent;
    background-image: url('../images/icon_slelect.png');
    background-repeat: no-repeat;
    background-position: calc(100% - 0.625em) center;

    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;

}

.join_form_con2 div.salary {
    position: relative;
}

.join_form_con2 div.salary input[type="text"] {
    padding-right: 4rem;
}

.join_form_con2 div.salary::after {
    content: "（万元）";
    position: absolute;
    top: 50%;
    right: 0.5rem;
    color: #868686;
    transform: translate(0, -50%);
}

.join_form_con3 {
    margin-top: 3.75rem;
}

.join_form_con3 .join_form_con2 {
    margin-top: 0;
}

.join_form_con2 div textarea {
    width: 38rem;
    height: 4.5rem;
    border-radius: 4px;
    border: 1px solid #E0E0E0;
    resize: none;
    padding: 0.5rem;
    margin-bottom: 2.5rem;
}

.join_form_con2 div textarea::placeholder {
    color: #C8C8C8;
}

.join_form_con2 div textarea::-webkit-input-placeholder {
    /* //兼容WebKit browsers（Chrome的内核） */
    color: #C8C8C8;
}

.join_form_con2 div textarea::-moz-placeholder {
    /* //Mozilla Firefox 4 to 18 */
    color: #C8C8C8;
}

.join_form_con2 div textarea::-ms-input-placeholder {
    /* //Internet Explorer 10+ */
    color: #C8C8C8;
}

.file_btn {
    color: #868686;
    font-size: 0;
    width: 6.875rem;
    margin-right: 0.75rem;
}


/* 上传按钮的样式自定义 */
.file_btn::file-selector-button {
    width: 6.875rem;
    height: 2.25rem;
    font-size: 0.875rem;
    background: #81BF13;
    border-radius: 4px;
    color: #fff;
    border: 0;
    cursor: pointer;
    margin-right: 0.75rem;
}

.file_btn::-ms-browse {
    width: 6.875rem;
    height: 2.25rem;
    font-size: 0.875rem;
    background: #81BF13;
    border-radius: 4px;
    color: #fff;
    border: 0;
    cursor: pointer;
    margin-right: 0.75rem;
}

.file_text {
    color: #868686;
}

.honor_main2 {
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.6);
    display: none;
}

.honor_main2 div {
    /*width: 1200px;*/
    height: 80vh;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.honor_main2 div .honor_close {
    /*content: "×";*/
    cursor: pointer;
    font-size: 4rem;
    color: #fff;
    position: absolute;
    top: -4rem;
    right: -4rem;
}

.honor_main2 div .honor_img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.con_img {
    overflow: hidden;
}

.con_img img {
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: all .5s;
}

li:hover .con_img img {
    transform: scale(1.2);
}
.media_mobile{
    display: none !important;
}