.footer_box {
    width: 100%;
    background: #171E26;
    padding: 50px 0px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

.footer {
    align-items: flex-start;
    justify-content: flex-start;
    height: 128px;
}

.footer_enter {
    padding-right: 40px;
    padding-left: 48px;
    box-sizing: border-box;
    border-right: 1px solid #fff;
    box-sizing: border-box;
    height: 100%;
    width: 438px;
}

.footer_tit {
    font-size: 20px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 28px;
    margin-bottom: 11px;
}

.footer_a {
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer_a>a {
    font-size: 14px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 20px;
    margin-top: 9px;
    width: 98px;
}

.footer_int {
    width: 270px;
    border-right: 1px solid #fff;
    box-sizing: border-box;
    height: 100%;
    padding-right: 50px;
}

.footer_my {
    width: 314px;
    padding: 0 70px;
    box-sizing: border-box;
    border-right: 1px solid #fff;
    height: 100%;
}

.footer_my_det {
    font-size: 14px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 20px;
}

.footer_er {
    padding-left: 70px;
    box-sizing: border-box;
    height: 100%;
}

.footer_er>img {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 8px;
    margin-top: 20px;
}

.foot {
    height: 60px;
    background: #0F141A;
    text-align: center;
    font-size: 14px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #B1B1B2;
    line-height: 20px;
    padding: 20px 0;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

.top {
    height: 80px;
    background: #FFFFFF;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.05);
    padding: 20px 0;
    box-sizing: border-box;
}

.top_t {
    align-items: center;
    justify-content: space-between;
}

.top_r {
    align-items: center;
    justify-content: flex-start;
}

.top_search {
    width: 438px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 8px;
    border: 1px solid #323B60;
    align-items: center;
    justify-content: flex-start;
}

.sub {
    width: 82px;
    height: 40px;
    background: #323B60;
    border-radius: 8px;
    text-align: center;
    margin-left: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top_search>input {
    flex: 1;
}

.top_search>img {
    width: 18px;
    margin-left: 15px;
}

.login {
    margin-left: 30px;
}

.login>a,
.login>span {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
    line-height: 22px;
}

.top_nav {
    background: #323B60;
}

.nav {
    align-items: center;
    justify-content: flex-start;
}

.nav>li {
    padding: 19px 0;
    box-sizing: border-box;
    margin-right: 100px;
    position: relative;
    /*z-index: 2;*/
    z-index: 999;
}

.nav a {
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 22px;
}

.nav>li>a {
    padding-bottom: 5px;
    border-bottom: 3px solid transparent;
}

li.nav_act>a {
    border-bottom: 3px solid #fff;
}

.se {
    position: absolute;
    width: 132px;
    padding: 10px 0;
    top: 60px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
    border-radius: 0px 0px 8px 8px;
    background: #323B60;
    left: -32px;
}

.se a {
    display: block;
    width: 100%;
    line-height: 42px;
    text-align: center;
}

.se a:hover {
    background: #599BC3;
}

.nav>li:hover .se {
    display: block;
}

.title {
    font-size: 28px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 40px;
    text-align: center;
}

.etitle {
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #E6E6E6;
    line-height: 22px;
    text-align: center;
}

.yfw {
    align-items: center;
    justify-content: flex-start;
    margin-top: 10px;
    flex-wrap: wrap;
}

.yfw_a {
    width: 386px;
    height: 80px;
    margin-top: 20px;
    margin-right: 20px;
    text-align: center;
    line-height: 80px;
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
}

.yfw_a:hover {
    color: #fff;
}

.yfw_a:nth-child(3n) {
    margin-right: 0;
}

.yfw_a:nth-child(1) {
    background: url(../img/pic1.png) no-repeat center;
    background-size: cover;
}

.yfw_a:nth-child(2) {
    background: url(../img/pic2.png) no-repeat center;
    background-size: cover;
}

.yfw_a:nth-child(3) {
    background: url(../img/pic3.png) no-repeat center;
    background-size: cover;
}

.yfw_a:nth-child(4) {
    background: url(../img/pic4.png) no-repeat center;
    background-size: cover;
}

.yfw_a:nth-child(5) {
    background: url(../img/pic5.png) no-repeat center;
    background-size: cover;
}

.yfw_a:nth-child(6) {
    background: url(../img/pic6.png) no-repeat center;
    background-size: cover;
}

.yfw_a:nth-child(1):hover {
    background: url(../img/pica1.png) no-repeat center;
    background-size: cover;
}

.yfw_a:nth-child(2):hover {
    background: url(../img/pica2.png) no-repeat center;
    background-size: cover;
}

.yfw_a:nth-child(3):hover {
    background: url(../img/pica3.png) no-repeat center;
    background-size: cover;
}

.yfw_a:nth-child(4):hover {
    background: url(../img/pica4.png) no-repeat center;
    background-size: cover;
}

.yfw_a:nth-child(5):hover {
    background: url(../img/pica5.png) no-repeat center;
    background-size: cover;
}

.yfw_a:nth-child(6):hover {
    background: url(../img/pica6.png) no-repeat center;
    background-size: cover;
}

.news {
    align-items: flex-start;
    justify-content: flex-start;
}

.news_f>img {
    width: 585px;
    height: 329px;
    border-radius: 8px;
}

.news_tit {
    width:570px;
    font-size: 20px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 31px;
}

.time_son {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 17px;
}

.news_det {
    width:570px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
}

.news_son {
    align-items: flex-start;
    justify-content: flex-start;
    margin: 30px 0 0 30px;
}

.news_t {
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 22px;
}

.news_d {
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 17px;
    padding-top: 10px;
    border-top: 1px solid #EDEDED;
}

.news_son_l>img {
    width: 225px;
    height: 127px;
    border-radius: 8px;
    margin-right: 20px;
}

.news_tit:hover,
.news_t:hover {
    color: #599BC3;
}

.more {
    width: 130px;
    height: 50px;
    background: #599BC3;
    border-radius: 25px;
    text-align: center;
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 50px;
    display: block;
    margin: 40px auto 0;
}

.gc_banner {
    background: url(../img/banner1.png) no-repeat center;
    background-size: cover;
    height: 200px;
    padding-top: 60px;
}

.gc_t_name {
    font-size: 44px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 62px;
    text-align: center;
}

.gc_sp {
    width: 20px;
    height: 3px;
    background: #FFFFFF;
    border-radius: 2px;
    margin: 15px auto 0;
}

.gc_change {
    align-items: center;
    justify-content: center;
    padding-top: 30px;
    background: #FFFFFF;
}

.gc_change>a {
    font-size: 24px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 33px;
    padding-bottom: 17px;
    border-bottom: 5px solid transparent;
}

.mr100 {
    margin-right: 100px;
}

a.gc_act {
    border-bottom: 5px solid #599BC3;
    color: #599BC3;
}

.bor {
    border-top: 20px solid #F6F6F6;
}

.gc_box {
    align-items: center;
    justify-content: flex-start;
    padding-bottom: 10px;
    border-bottom: 1px solid #E6E6E6;
    width: 100%;
}

.gc_son {
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 22px;
}

.w81 {
    width: 81px;
}

.w62 {
    width: 65px;
}

.w48 {
    width: 48px;
}

.w32 {
    width: 32px;
}

.w42 {
    width: 43px;
}

.w96 {
    width: 96px;
}

.w64 {
    width: 64px;
}

.w80 {
    width: 80px;
}

.gc_b {
    padding: 10px 0;
    box-sizing: border-box;
    border-bottom: 1px solid #E6E6E6;
}

.sl {
    width: 81px;
    height: 81px;
}

.gc_b .gc_son {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 22px;
    text-align: center;
}

.gj {
    width: 42px;
    height: 28px;
}

.gc_go.gc_go {
    width: 80px;
    height: 32px;
    background: #599BC3;
    border-radius: 25px;
    text-align: center;
    line-height: 32px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    display: block;
}

.page>ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

.page>ul>li>a {
    display: block;
    height: 38px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #CCCCCC;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
    text-align: center;
    margin-right: 10px;
    padding: 9px 15px;
    box-sizing: border-box;
}

.page>ul>.curr3>a {
    background: #599BC3;
    color: #fff;
}

.page>ul>li>a:hover {
    background: #599BC3;
    color: #fff;
}

.buy_banner {
    background: url(../img/banner2.png) no-repeat center;
    background-size: cover;
    height: 400px;
    padding-top: 80px;
    text-align: center;
}

.buy_tit {
    font-size: 44px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 62px;
    text-align: center;
}

.buy_go {
    display: block;
    width: 200px;
    height: 50px;
    background: #FFFFFF;
    border-radius: 25px;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #323B60;
    margin: 65px auto 0;
}

.buy_d {
    align-items: center;
    justify-content: center;
}

.buy_dson {
    align-items: center;
    justify-content: flex-start;
}

.buy_dson>span {
    font-size: 24px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 33px;
    margin-left: 10px;
}

.buy_s {
    align-items: center;
    justify-content: flex-start;
}

.buy_sson {
    width: 380px;
    height: 379px;
    background: #FFFFFF;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    margin-right: 30px;
    padding: 20px;
}

.buy_sson:nth-child(3n) {
    margin-right: 0;
}

.buy_sson>img {
    width: 100%;
    height: 191px;
    border-radius: 4px;
}

.buy_title {
    font-size: 20px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 28px;
}

.buy_detail {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
}

.by_a {
    font-size: 14px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #599BC3;
    line-height: 20px;
    display: inline-block;
}

.mid {
    height: 300px;
    background: url(../img/banner.png) no-repeat center;
    background-size: cover;
    text-align: center;
}

.mid_tit {
    font-size: 32px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 45px;
}

.mid_det {
    font-size: 20px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 28px;
}

.yy {
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.yy_son {
    width: 285px;
    height: 285px;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    margin-right: 20px;
    position: relative;
    cursor: pointer;
    margin-top: 20px;
}

.yy_son:nth-child(4n) {
    margin-right: 0;
}

.yy_son>p {
    position: absolute;
    width: 285px;
    height: 60px;
    background: rgba(0, 0, 0, 0.6);
    top: 112px;
    font-size: 24px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 60px;
    text-align: center;
}

.y_cover {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    padding-top: 40px;
    display: none;
}

.y_t {
    font-size: 24px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 33px;
    text-align: center;
    margin-bottom: 82px;
}

.y_go {
    width: 200px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 25px;
    display: block;
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #599BC3;
    line-height: 40px;
    text-align: center;
    margin: 10px auto 0;
}

.yy_son:hover .y_cover {
    display: block;
}

.yy_son:hover p {
    display: none;
}

.jf {
    height: 500px;
    padding: 59px 0;
}

.jf_td {
    font-size: 16px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 22px;
    text-align: center;
}

.pt100 {
    padding-top: 100px;
}

.pt80 {
    padding-top: 80px;
}

.jf_bot .buy_dson>span {
    color: #599BC3;
}

.jf_det {
    text-align: center;
    font-size: 20px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 28px;
}

.video {
    width: 997px;
    height: 561px;
    border-radius: 8px;
    margin: 40px auto 0;
}

.video_a {
    width: 220px;
    height: 50px;
    background: #599BC3;
    border-radius: 25px;
    display: block;
    font-size: 20px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    text-align: center;
    line-height: 50px;
    margin: 40px auto 0;
}

.hx_bot {
    height: 263px;
    background: #323B60;
    padding-top: 40px;
}

.hx_tit {
    font-size: 32px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 45px;
    text-align: center;
}

.hx_det {
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 28px;
    text-align: center;
    margin-top: 20px;
}

.hx_sub {
    width: 160px;
    height: 50px;
    border-radius: 25px;
    border: 2px solid #FFFFFF;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    display: block;
    margin: 40px auto 0;
}


.flex-col {
    display: flex;
    flex-direction: column !important;
}

.flex-row {
    display: flex;
    flex-direction: row !important;
}

.justify-start {
    display: flex;
    justify-content: flex-start !important;
}

.justify-center {
    display: flex;
    justify-content: center !important;
}

.justify-end {
    display: flex;
    justify-content: flex-end !important;
}

.justify-evenly {
    display: flex;
    justify-content: space-evenly !important;
}

.justify-around {
    display: flex;
    justify-content: space-around !important;
}

.justify-between {
    display: flex;
    justify-content: space-between !important;
}

.align-start {
    display: flex;
    align-items: flex-start !important;
}

.align-center {
    display: flex;
    align-items: center !important;
}

.align-end {
    display: flex;
    align-items: flex-end !important;
}

.align-baseline {
    display: flex;
    align-items: baseline !important;
}

.flex-wrap {
    display: flex;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    display: flex;
    flex-wrap: nowrap !important;
}

ul>.active,
.disabled {
    display: block;
    height: 38px;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #CCCCCC;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
    text-align: center;
    margin-right: 10px;
    padding: 9px 15px;
    box-sizing: border-box;
}

ul>.active {
    background: #599BC3;
}

ul>.active span {
    color: white;
}

.cmod5 {
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 1000;
    width: 100%;
    height: 100%;
    padding-top: 30px;
    position: fixed;
    left: 0;
    top: 0;
}

.cgroup4 {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 8px 8px 8px 8px;
    width: 660px;
    min-height: 510px;
    margin: 30px auto;
}

.cmod6 {
    width: 600px;
    height: 33px;
    margin: 30px 0 0 30px;
}

.cword5 {
    width: 120px;
    height: 33px;
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 24px;
    font-family: PingFangSC-Semibold;
    text-align: left;
    white-space: nowrap;
    line-height: 33px;
    display: block;
}

.cgroup5 {
    width: 16px;
    height: 16px;
    background: url(/index/img/SketchPngeae87d4f702ba1d9415308e90a6bdbf6db7f71ad953beb9214c6199da68e94e4.png) 100% no-repeat;
    margin-top: 9px;
}

.cmod7 {
    width: 282px;
    height: 24px;
    margin: 15px 0 0 30px;
}

.clayer1 {
    background-color: rgba(218, 241, 255, 1);
    border-radius: 2px;
    height: 24px;
    padding-left: 10px;
    width: 76px;
}

.cinfo4 {
    width: 56px;
    height: 20px;
    overflow-wrap: break-word;
    color: rgba(89, 155, 195, 1);
    font-size: 14px;
    font-family: PingFangSC-Regular;
    text-align: left;
    white-space: nowrap;
    line-height: 20px;
    display: block;
}

.cword6 {
    width: 196px;
    height: 20px;
    overflow-wrap: break-word;
    color: rgba(89, 155, 195, 1);
    font-size: 14px;
    font-family: PingFangSC-Semibold;
    text-align: left;
    white-space: nowrap;
    line-height: 20px;
    margin-top: 2px;
    display: block;
}

.cmod8 {
    width: 780px;
    margin: 10px 0 0 30px;
}

.cword77 {
    width: 600px;
    overflow-wrap: break-word;
    color: rgba(102, 102, 102, 1);
    font-size: 14px;
    font-family: PingFangSC-Regular;
    text-align: left;
    line-height: 24px;
}

.cblock1 {
    background-color: rgba(89, 155, 195, 1);
    border-radius: 2px;
    width: 4px;
    height: 43px;
    margin-top: 11px;
}

.cmod9 {
    width: 421px;
    margin: 4px 0 28px 30px;
}

.cbox5 {
    width: 421px;
    /*  background: url(/index/img/SketchPngb86e2ba7883bda0c4c3ba8ff629cf22c16a27c5b79b8018d1fce99203bd02824.png)
    100% no-repeat;*/
}

.logotitle {
    width: 96px;
    height: 24px;
    font-size: 24px;
    font-family: AppleSystemUIFont;
    color: #323B60;
    line-height: 28px;
}

.searchSelect {
    position: relative;
    top: 8px;
    left: 3px;
    border: white;
    height: 40px;
    width: 120px !important;
}

.searchSelect input {
    border-left: transparent;
}

a:hover {
    /*color: currentColor;*/
}
.ys_son{
    overflow: hidden;
}
.ys_son>img:hover,.ys_son>img:active {
    filter:brightness(50%);
    transform: scale(1);
    opacity: 1;
}

/* .news_f>img:hover {
    box-shadow: 10px 5px 5px #888888;
    border-radius: 8px;
} */

/* .news_son_l>img:hover {
    box-shadow: 10px 5px 5px #888888;
    border-radius: 8px;
} */

/* .buy_sson:hover {
    box-shadow: 10px 5px 5px #888888;
    border-radius: 8px;
} */
.buy_sson:hover,.sp1:hover {
    transform:scale(1.05,1.05);
}
.main5:hover {
    box-shadow: 5px 5px 5px #888888;
    border-radius: 8px;
}

.bd8-0:hover {
    /*box-shadow:2px 2px 2px 1px rgba(0, 0, 0, 0.2);*/
    box-shadow: 5px 5px 5px #888888;
    border-radius: 8px;
}

.cases1:hover {
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
}

/* .group7:hover {
    box-shadow: 10px 5px 5px #888888;
    border-radius: 8px;
} */

/* .sp1:hover {
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
} */

.bd7-0:hover {
    box-shadow: 5px 5px 5px #888888;
    border-radius: 8px;
}

.ourp>div:hover {
    box-shadow: 5px 5px 5px #888888;
    border-radius: 8px;
}

.prod1:hover {
    box-shadow: 5px 5px 5px #888888;
    border-radius: 8px;
}

/* .main17:hover {
    box-shadow: 10px 5px 5px #888888;
    border-radius: 8px;
} */

/* .servicep:hover {
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
} */

/* .expert:hover {
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
} */

/* .section23:hover {
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
} */

.newInquiry:hover {
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
}

.chanpc>a:hover {
    box-shadow: 5px 5px 5px #888888;
    border-radius: 8px;
}

/* .products1:hover {
    box-shadow: 10px 5px 5px #888888;
    border-radius: 8px;
} */

.hot1:hover {
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
}
.plist>div{
    overflow: hidden;
}
.plist img:hover {
    /* filter:brightness(50%); */
    transform: scale(1);
    /* opacity: 1; */
    transition: All 0.4s ease-in-out;
}
.jy>div:hover{
    box-shadow: 5px 5px 5px #888888;
    border-radius: 8px;
}
.morebut:hover{
    box-shadow: 5px 5px 5px #888888;
    border-radius: 25px;
}
/* .chanp21:hover{
    box-shadow: 10px 5px 5px #888888;
    border-radius: 25px;
} */
.serviceD {
    background: #FFFFFF;
    min-height: 400px;
    margin:20px auto;
}

.serviceD1 {
    height: 28px;
    font-size: 20px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 28px;
    padding:30px;
}

.serviceD2 {
    height: 20px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 20px;
    text-align: left;
    padding:30px;
}

.pdet1{
    height: 18px;
    overflow-wrap: break-word;
    color: rgba(153, 153, 153, 1);
    font-size: 13px;
    font-family: PingFangSC-Regular;
    text-align: left;
    white-space: nowrap;
    line-height: 18px;
    display: block;
}
.pdet2{
    width:6px;
    height:8px;
    margin:5px 3px;
}

.cs1{
    width: 120px;
    height: 22px;
    overflow-wrap: break-word;
    color: rgba(51, 51, 51, 1);
    font-size: 16px;
    font-family: PingFangSC-Regular;
    text-align: left;
    white-space: nowrap;
    line-height: 22px;
    display: block;
}
.entdet{
    background-color: rgba(255, 255, 255, 1);
    height: 82px;
    margin-top: 2px;
}
.entcolor{
    color: rgba(89, 155, 195, 1);
}
.inthov{
    cursor:pointer;
}
.bgc{
    background-color: rgba(255, 255, 255, 1);
}
.fthov:hover{
    color: #323B60;
}
.ml10{
    margin-left: 10px;
}
.xiaoguo img:hover{
    margin: auto;
    -webkit-animation: mymove 5s infinite; /* Chrome, Safari, Opera */
    animation: mymove 5s infinite;
    
}
 /* Chrome, Safari, Opera */
@-webkit-keyframes mymove {
    50% {-webkit-transform: rotate(90deg);}
}

/* Standard syntax */
@keyframes mymove {
    50% {transform: rotate(90deg);}
}

.fd1:hover{
    -webkit-animation: mymove 3s infinite; /* Chrome, Safari, Opera */
    animation: mymove 3s infinite;
}
/* @-webkit-keyframes mymove {
    50% {
        -webkit-filter: grayscale(100%); 
        filter: grayscale(100%);
    }
}
@keyframes mymove {
    50% {
        -webkit-filter: grayscale(100%); 
        filter: grayscale(100%);
    }
} */
.img7:hover,.pic7:hover {
    transform:scale(1.01,1.01);
    transition: All 0.4s ease-in-out;
}
.fd:hover{
    transform:scale(1.03,1.03);
    transition: All 0.4s ease-in-out;
}
.turn-img:hover{
    -webkit-animation: mymove 5s infinite; /* Chrome, Safari, Opera */
    animation: mymove 5s infinite;
}
.overhid{
    overflow: hidden;
    border-radius: 8px;
}