.container {
    max-width: 1230px;
}
body * {
    transition: all 200ms;
}
body {
    -webkit-text-size-adjust: 100% !important;
}
h1 {
    margin: 0;
    padding: 0;
}
p{
    margin: 0;
}
.ptp70{
    padding: 70px  0;
}
.common_title {
    text-align: center;
    font-size: 24px;
    color: #000000;
}
.common_flex {
    display: flex;
    justify-content: center;
    align-items: center;
}
.commom_line {
    height: 1px;
    width: 10%;
    background: #ff0000;
    margin: 0px 1%;
}
.common_eng {
    color: rgb(255 154 0 / 55%);
}
.psxd{
    position: relative;
}
.head_top {
    background: #f5f5f5;
}
.ht_right a:hover {
    color: #ff0000;
}
.ht_right a {
    color: #333333;
    text-decoration: none;
}
.ht_flex {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
}
.hc_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
}
.head_cen {
    background: #ffffff;
}
.hc_left {
    width: 25%;
}
a{
    text-decoration: none;
}
.hc_left img {
    width: 100%;
}
.hct_flex {
    display: flex;
    align-items: center;
}
.tel_ico i.bi.bi-telephone-fill {
    font-size: 40px;
    color: #ff0000;
    padding-right: 10px;
}
.tel_phone>p:last-child {
    font-size: 30px;
    font-weight: bold;
    color: #ff0000;
    line-height: 1.2;
}
.hn_flex {
    display: flex;
    justify-content: space-between;
    height: 55px;
    align-items: center;
}

.head_nav {
    background: rgb(245 245 245 / 41%);
    height: 55px;
    line-height: 55px;
    border-top: 1px solid rgb(204 204 204 / 28%);
    border-bottom: 1px solid rgb(204 204 204 / 28%);
}

.hn_item>a {
    color: #000000;
    font-size: 16px;
    text-decoration: none;
}
.pc_nav .hn_item.active a {
    color: #ff0000;
    font-weight: bold;
}
.hn_search {
    width: 100%;
    height: 55px;
    line-height: 55px;
}
.submin_input {
    outline: none;
    border: none;
    background: unset;
    color: #ff0000;
    position: absolute;
    right: 10px;
    top: 8px;
    height: 35px;
    line-height: 35px;
}
button.submin_input {
    outline: none;
}
.search_input::-webkit-input-placeholder{
    color: #ff0000;
    font-size: 14px;
}
.search_input {
    width: 100%;
    height: 35px;
    line-height: 35px;
    border-radius: 50px;
    border: 1px solid #000000;
    background: unset;
    outline: none;
    padding-left: 15px;
    color: #ff0000;
}
.submin_input i {
    font-size: 20px;
    outline: none;
}

.hnn_left {
    display: flex;
    justify-content: space-between;
    width: 75%;
    position: relative;
}
.hnn_right {
    width: 20%;
}
.pc_nav i.curBg {
    position: absolute;
    height: 4px;
    background-color: #ff0000;
    transition: .15s;
    top: 0;
}
.hn_item a:hover {
    font-weight: bold;
}
.visible_nav {
    display: none;
}
.stick {
    position: fixed;
    top: 0;
    z-index: 1071;
    width: 100%;
}
.navigation.stick {
    background: #ffffff;
}
.home_banner .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
    background: #ff0000;
    border-radius: 3px;
}
.home_banner .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
    border-radius: 20px;
}
.home_banner .swiper-button-next{
    color: #ff0000;
}
.home_banner .swiper-button-prev{
    color: #ff0000;
}
.banner_img img {
    width: 100%;
}
.index_service_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.is_item {
    width: 23%;
    text-align: center;
    background: #fff;
    border-radius: 20px 20px 45px 0;
    box-shadow: 0 0 16px rgb(0 0 0 / 10%);
    margin: 50px 0  0;
    position: relative;
    padding: 0px 0 70px;
}
.is_item_img {
    margin: 30px auto 15px;
    display: block;
    border-radius: 100%;
    width: 150px;
    height: 150px;
}
.is_item_img img {
    padding: 1px;
    width: 100%;
}
.is_item_h {
    font-size: 18px;
    color: #000000;
}
.is_item_flex {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 0;
}

.is_item_line {
    width: 15%;
    height: 1px;
    background: #e5e5e5;
}

.is_item_thick_line {
    height: 4px;
    width: 10%;
    background: #ff9800;
}
.is_item_more {
    position: absolute;
    left: 50%;
    bottom: -13.5%;
    background: #ffffff;
    height: 50px;
    width: 50px;
    box-shadow: 0 0 16px rgb(0 0 0 / 10%);
    line-height: 50px;
    border-radius: 100%;
    transform: translate(-50%, -50%);
    display: none;
}

.is_item_more{
    font-size: 40px;
    color: #ff9800;
    font-weight: 100;
}

.is_item:hover .is_item_img {
    border: 4px solid #ffffff;
    animation: myMove1 5s linear infinite;
    -webkit-animation: myMove1 5s linear infinite;
}
.is_item:hover .is_item_h {
    color: #ffffff;
}
.is_item:hover {
    background: rgb(255 91 143 / 66%);
}
.is_item:hover .is_item_thick_line {
    background: #ffffff;
}
.is_item:hover .is_item_line {
    background: rgb(51 51 51 / 47%);
}
.is_item:hover .is_item_p {
    color: #ffffff;
}
.is_item:hover .is_item_more {
    display: block;
}
.is_item_p {
    color: #666666;
    font-size: 14px;
}
.is_item a {
    text-decoration: none;
}
.if_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.iff_item {
    width: 15.5%;
    display: block;
    text-align: center;
    padding: 5% 0;
    margin-top: 50px;
    background: #ffffff;
    border-radius: 8px;
}
.index_flow {
    background: #fafafc;
}
.iffi_h {
    font-size: 18px;
    margin-top: 15px;
}
.index_star_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.index_star_item {
    border-radius: 8px;
    width: 24%;
    margin-top: 50px;
    padding: 15px;
    border: 1px solid #e1e1e1;
    padding: 10px;
}
.isi_img img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}
.index_star_item a {
    text-decoration: none;
}
.iff_item:hover {
    box-shadow: 0 0 16px rgb(0 0 0 / 10%);
}
.index_star_item:hover {
    box-shadow: 0 0 16px rgb(0 0 0 / 10%);
}
.isi_h {
    font-size: 16px;
    text-align: center;
    margin: 10px 0;
    color: #000000;
    font-weight: 600;
}
.isi_zp {
    font-size: 12px;
    color: #666666;
}
.isi_zp>span {
    color: #ff0000;
    font-weight: 600;
}
.isi_p {
    font-size: 12px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #333333;
    line-height: 1.7;
}
.isi_p>span {
    color: #ff0000;
    font-weight: 600;
}
.index_about {
    background: #fafafc;
}
.index_about_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    background: #ffffff;
    margin-top: 50px;
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 0 16px rgb(0 0 0 / 10%);
}

.iaf_left {
    width: 48%;
}

.iaf_left img {
    width: 100%;
}
.iaf_right p {
    text-indent: 2em;
}
.iaf_right {
    width: 50%;
    font-size: 18px;
    padding: 0 1%;
    line-height: 1.8;
}
p.iaf_more {
    display: block;
    text-align: center;
    width: 120px;
    border: 1px solid #ccc;
    border-radius: 8px;
    text-indent: 0;
    margin-top: 15px;
    float: right;
}

p.iaf_more a {
    text-decoration: none;
    color: #ff0000;
}
.index_about_flex:hover p.iaf_more {
    background: #ff0000;
    border:1px solid #ff0000;
}

.index_about_flex:hover p.iaf_more a {
    color: #ffffff;
}

.index_science_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 50px;
}
.index_science_left {
    width: 69%;
    background: #fafafc;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 1.5% 1.5% 2%;
    border-radius: 8px;
}

.index_science_right {
    width: 30%;
    background: #fafafc;
    padding: 1.5% 1.5% 2%;
    border-radius: 8px;
}
.isl_left {
    width: 46%;
}

.isl_right {
    width: 50%;
}
.islltit {
    font-size: 22px;
    color: #2c2e3b;
    font-weight: 600;
    margin: 2%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.isll_img img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 3px;
}
.isllremark {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-height: 18px;
    font-size: 14px;
    font-weight: 400;
    color: #828a92;
    margin: 0 3%;
    -webkit-line-clamp: 3;
}
.isslltime {
    font-size: 12px;
    color: #999;
    margin: 3%;
}
.islr_list {   
    margin-bottom: 6%;
}
.islr_list a {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    text-decoration: none;
}
.islr_list:last-child {
    margin-bottom: 0;
}
.islr_left {
    width: 60%;
}
.isl_title {
    margin-bottom: 3%;
}
.islr_right {
    width: 39%;
}
.islr_right img {
    width: 100%;
    height: 102px;
    object-fit: cover;
    border-radius: 3px;
}
.isll_la a {
    text-decoration: none;
}
.islrtit {
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: break-all;
    overflow: hidden;
    line-height: 23px;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: .7px;
    text-align: left;
    width: 100%;
    display: block;
    color: #2c2e3b;
}
.islrtime {
    font-size: 12px;
    color: #999;
    margin-top: 3%;
}
.isrqa_title a {
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.isrqa_list a {
    text-decoration: none;
}
.isrqa_tit {
    font-size: 16px;
    color: #2c2e3b;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.isrqa_remark {
    margin-top: 3%;
    display: block;
    line-height: 18px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #828a92;
    cursor: pointer;
    font-size: 12px;
}
.isl_title a {
    font-size: 20px;
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.islr_title a {
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.islr_title a>span:nth-child(1) {
    font-size: 20px;
    text-decoration: none;
    color: #000000;
    font-weight: 600;
}
.islr_title a>span:nth-child(2) {
    font-size: 14px;
    color: #ff0000;
}
.islr_title {
    margin-bottom: 3%;
}
.isrqa_title {
    margin-bottom: 3%;
}
.isrqa_list:first-child {
    padding-top: 0%;
}
.isrqa_list:last-child {
    padding-bottom: 0;
    border: none;
}
.isrqa_list {
    border-bottom: 1px solid #eaeeef;
    padding: 6.6% 0;
}
.istwd {
    font-size: 20px;
    color:#000000;
}
.istwd_more {
    font-size: 14px;
    color: #ff0000;
}
.isl_left:hover .isl_title a {
    color: #ff0000;
}
.isl_right:hover .islr_title a>span:nth-child(1) {
    color: #ff0000;
}
.isl_right:hover .islr_title a>span:nth-child(2) {
    color: rgb(255 154 0 / 55%);
}
.index_science_left:hover {
    box-shadow: 0 0 16px rgb(0 0 0 / 10%);
}
.index_science_right:hover {
    box-shadow: 0 0 16px rgb(0 0 0 / 10%);
}
.index_science_right:hover .istwd {
    color: #ff0000;
}
.index_science_right:hover .istwd_more {
    color: rgb(255 154 0 / 55%);
}
.isl_left:hover .islltit {
    color: #ff0000;
}
.islr_list:hover .islrtit {
    color: #ff0000;
}
.isrqa_list:hover .isrqa_tit {
    color: #ff0000;
}
.link {
    background: #fafafc;
    padding: 2%;
    font-size: 14px;
    color: #2b2e3b;
    border-radius: 8px;
}

.link a {
    text-decoration: none;
    color: #2b2e3b;
    padding-right: 10px;
}
.index_science {
    padding-top: 70px;
}
.index_link {
    margin: 1.5% 0;
}
footer {
    background: #111E2C;
    padding: 35px 0;
}
.footer_leeft a {
    color: #99a2aa;
    font-size: 15px;
    text-decoration: none;
    padding-right: 5px;
}
.footer_leeft a:hover {
    color: #ffffff;
}
.footer_leeft p {
    color: #99a2aa;
    font-size: 15px;
}
.footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.footer_leeft {
    width: 56%;
    line-height: 30px;
}
.fr_ewm img {
    width: 120px;
    height: 120px;
}

.footer_right {
    display: flex;
    justify-content: space-between;
}
.footer_right {
    width: 45%;
}

p.ftel {
    color: #9099a1;
}
.fr_ewm {
    display: flex;
    justify-content: space-between;
    width: 52%;
}
.fr_ewm_img p {
    font-size: 12px;
    color: #9099a1;
    text-align: center;
    margin: 3% 0 0;
}
.frlxfs {
    line-height: 37px;
}
.footer_moblise {
    display: none;
}

/* 主题 */
.main {
    background: #fafafc;
    padding: 50px 0;
}
.main_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}
.main_left {
    width: 23%;
}
.main_right {
    width: 75%;
}
.mian_title {
    background: #efefef;
    text-align: center;
    color: #000000;
    border-radius: 8px;
    height: 100px;
    line-height: 100px;
    font-size: 30px;
    text-shadow: 0px 0px 2px #eaeaea;
    cursor: pointer;
}
.cat_name {
    background: #ffffff;
    height: 60px;
    line-height: 60px;
    padding-left: 70px;
    border-top: 1px solid #edf2f966;
}

.cat_name a {
    font-size: 20px;
    text-decoration: none;
    color: #333333;
}

.cat_name:hover a {
    color: #ff0000;
}
.cat_name.active a {
    color: #ff0000;
}
.mian_cat {
    background: #ffffff;
    border-radius: 8px;
    margin: 15px 0;
    padding: 3%;
    box-shadow: 0px 1px 20px 1px rgb(250 250 252);
}
.cat_name:first-child {
    border-top: none;
}
.kefu_tel {
    padding-left: 70px;
    margin: 15px 0;
}
.main_kf {
    border-radius: 8px;
    margin: 15px 0;
    box-shadow: 0px 1px 20px 1px rgb(250 250 252);
    background: #ffffff;
    padding: 5px 0;
}
.main_pos {
    height: 55px;
    line-height: 55px;
    background: #ffffff;
    border-radius: 8px;
    padding: 0 2%;
    margin-bottom: 2%;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333333;
    letter-spacing: 1px;
}
.main_pos a {
    color: #333333;
    text-decoration: none;
}
.main_list a {
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.main_list_left {
    width: 23%;
}

.main_list_right {
    width: 75%;
}

.main_list {
    background: #ffffff;
    margin-bottom: 2%;
    border-radius: 8px;
    padding: 2%;
}
.main_list_left img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    border-radius: 8px;
}

.mlr_title {
    color: #2c2e3b;
    font-size: 20px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mlr_remark {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-size: 16px;
    font-weight: 400;
    color: #828a92;
    -webkit-line-clamp: 3;
    margin: 2% 0;
}

.mlr_time {
    font-size: 14px;
    color: #999;
}
.main_list:hover {
    box-shadow: 3px 5px 20px 0px #eaeaea4d;
}

.main_page {
    display: flex;
    justify-content: center;
}
.page_index {
    background: #ffffff;
    margin: 0 5px;
    padding: 5px 14px;
    border-radius: 3px;
    box-shadow: 0px 0px 10px rgb(236 236 236 / 35%);
    cursor: pointer;
}
.page_index a {
    font-size: 14px;
    color: #333333;
    text-decoration: none;
}

.page_index.active {
    background: #ff0000;
}

.page_index.active a {
    color: #ffffff;
}
.page_index:hover a {
    color: #ffffff;
}
.page_index:hover {
    background: #ff0000;
}

.mian_ask a {
    display: block;
    padding-left: 30px;
    color: #333333;
    margin: 15px 0;
    text-decoration: none;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mian_ask a:hover {
    color: #ff0000;
}
.main_content {
    background: #ffffff;
    border-radius: 8px;
    padding: 2%;
}
h2.mc_title {
    font-size: 20px;
    text-align: center;
    padding: 15px 0;
}
.mc_span {
    display: flex;
    justify-content: center;
    font-size: 14px;
}
.mc_time {
    padding-right: 30px;
}
.article img {
    max-width: 100% !important;
    height: auto !important;
    width: auto !important;
}
.article {
    padding-top: 15px;
    max-width: 100%;
}
.article p {
    max-width: 100%;
}
.article h4 {
    color: #333;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 30px;
}
.article a {
    color: #ff0000;
}
.mac_tag a {
    display: inline-block;
    padding: 2px 8px;
    transition: color 0.25s ease-in-out,background-color 0.25s ease-in-out,border-color 0.25s ease-in-out,box-shadow 0.2s ease-in-out;
    border: 1px solid #e3e9ef;
    border-radius: 3px;
    color: #4b566b;
    font-size: 14px;
    white-space: nowrap;
    text-decoration: none;
    margin-right: 5px;
}
.mac_tag {
    margin: 30px 0;
}
.mc_guestbook {
    background: rgb(246 249 252);
    padding: 2%;
    border-radius: 8px;
    margin: 30px 0;
}
.mcg_title {
    font-size: 22px;
    font-weight: 600;
    color: #373f50;
    margin-bottom: 15px;
}

input.mc_gbk {
    outline: none;
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    color: #4b566b;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dae1e730;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 8px;
    box-shadow: inset 0 1px 2px transparent;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    height: 50px;
    line-height: 50px;
    padding-left: 30px;
    margin-bottom: 15px;
}
textarea.mc_gbk {
    resize: none;
    outline: none;
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 400;
    color: #4b566b;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dae1e730;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 8px;
    box-shadow: inset 0 1px 2px transparent;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    padding-left: 30px;
    margin-bottom: 15px;
    padding-top: 20px;
}
button.sublime:hover {
    background: #ff0000;
    color: #ffffff;
}
button.sublime {
    outline: none;
    width: 100%;
    box-shadow: 0 0.5rem 1.125rem -0.5rem rgb(255 91 143 / 43%);
    background: rgb(255 91 143 / 51%);
    color: #ffffff;
    height: 50px;
    font-size: 18px;
    margin-bottom: 15px;
}
.mc_sxp a:hover {
    color: #212529;
}
.mc_sxp a {
    color: #373f50;
    text-decoration: none;
}
.mc_sxp {
    padding: 5px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mac_tag i:hover {
    color: #ff0000;
}
.mac_tag a:hover {
    color: #ffffff;
    background: #ff0000;
    border: 1px solid #ff0000;
}
.mc_like_title {
    font-size: 22px;
    font-weight: 600;
    color: #373f50;
    margin: 30px 0;
}
.like_flex {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.like_list:nth-child(2n) {
    margin-right: 0;
}
.like_list {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 30px;
}
.like_list a {
    text-decoration: none;
    display: flex;
    justify-content: space-between;
}

.like_img {
    width: 30%;
}

.like_right {
    width: 68%;
}
.like_img img {
    width: 100%;
    height: 78px;
    object-fit: cover;
    border-radius: 3px;
}
.like_tit {
    font-size: 14px;
    color: #333333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    font-weight: 400;
    -webkit-line-clamp: 2;
}
.like_span {
    display: flex;
    font-size: 12px;
    color: #333333;
    margin-top: 6%;
}
span.time {
    padding-right: 20px;
}
.main_item {
    background: #ffffff;
    padding: 2%;
    border-radius: 8px;
    margin-bottom: 2%;
}

.main_item a {
    text-decoration: none;
}

.mi_title {
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #040818;
    font-weight: 600;
}
.mi_remark {
    color: #3B445C;
    font-size: 14px;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.mi_flex {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-top: 10px;
    color: #888B99;
}
.si_hover_tel {
    display: none;
}
.si_hover_ewm{
    display: none;
}
.side_kf {
    position: fixed;
    right: 1%;
    bottom: 5%;
    width: 40px;
    border: 1px solid #eee;
    background-color: white;
    font-size: 24px;
    z-index: 1040;
    -webkit-backface-visibility: hidden;
    border-radius: 3px;
}
.side_kf .side_item {
    border-bottom: 1px solid #eee;
}
.side_kf .side_item {
    border-bottom: 1px solid #eee;
    height: 40px;
    position: relative;
}
.side_kf .side_item img {
    margin: 0 auto;
    display: block;
    padding: 8px;
    width: 100%;
}
.side_item:hover .si_hover_tel {
    display: block;
}
.side_item:hover .si_hover_ewm {
    display: block;
}
.si_hover_tel {
    position: absolute;
    top: 5px;
    right: 55px;
    background: #ff0000;
    color: #ffffff;
    border-radius: 3px;
    padding: 0 10px;
    width: 195px;
}
.si_hover_tel:after,.si_hover_tel:before {
    position: absolute;
    bottom: 10px;
    right: -9px;
    content: '';
    display: inline-block;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 9px solid #ff0000;
}
.si_hover_ewm {
    position: absolute;
    top: -135px;
    right: 55px;
    width: 150px;
    background: #ff5b8fc7;
    padding: 5px;
    border-radius: 3px;
}
.si_hover_ewm p {
    font-size: 14px;
    text-align: center;
    color: #fafafc;
    padding-bottom: 3px;
}
.si_hover_ewm img {
    width: 100%;
}
.si_hover_ewm:after,.si_hover_ewm:before {
    position: absolute;
    bottom: 10px;
    right: -9px;
    content: '';
    display: inline-block;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    border-left: 9px solid #ff5b8fc7;
}





@-webkit-keyframes myMove1{from{-webkit-transform: rotate(0deg)}
    to{-webkit-transform: rotate(360deg)}
}
@-moz-keyframes myMove1{from{-moz-transform: rotate(0deg)}
    to{-moz-transform: rotate(360deg)}
}
@-o-keyframes myMove1{from{-o-transform: rotate(0deg)}
    to{-o-transform: rotate(360deg)}
}
@keyframes myMove1{from{transform: rotate(0deg)}
    to{transform: rotate(360deg)}
}