/* 公用css样式 */

.container {
    max-width: 1230px;
}
body * {
    transition: all 200ms;
}
body {
    -webkit-text-size-adjust: 100% !important;
}
h1 {
    margin: 0;
    padding: 0;
}
p{
    margin: 0;
}
a:hover {
    color: #ff6d28;
    text-decoration: underline;
}
.ptp70 {
    padding: 70px 0;
}
.psxd{
    position: relative;
}
.common_title {
    text-align: center;
    font-size: 28px;
    color: #2c2e3b;
    font-weight: bold;
}
.common_flex {
    display: flex;
    justify-content: center;
    align-items: center;
}
.commom_line:first-child {
    height: 1px;
    width: 15%;
    background: #828a92;
    margin: 0px 1%;
    background-image: linear-gradient(
90deg
, #4d7dffa8, #ff6d28);
}
.commom_line:last-child {
    height: 1px;
    width: 15%;
    background: #828a92;
    margin: 0px 1%;
    background-image: linear-gradient(
90deg
, #ff6d28,#4d7dffa8);
}
.common_eng {
    color: rgb(255 109 40);
}
.mt15{
    margin-top: 15px;
}
.pc_xs{
    display: block;
}

/* 公用css样式 */



/* 头部css样式 */
.head_top {
    background: #f5f5f5;
}
.ht_right a:hover {
    color: #ff6d28;
}
.ht_right a {
    color: #333333;
    text-decoration: none;
}
.ht_ewm img {
    height: 120px;
    width: 120px;
}
.ht_right {
    position: relative;
}
.ht_ewm {
    position: absolute;
    top: 35px;
    left: -35px;
    background: #ffffff;
    padding: 5px;
    border-radius: 3px;
    -webkit-box-shadow: 0 5px 15px rgb(77 125 255 / 59%);
    -moz-box-shadow: 0 5px 15px rgb(77 125 255 / 59%);
    -ms-box-shadow: 0 5px 15px rgb(77 125 255 / 59%);
    -o-box-shadow: 0 5px 15px rgb(77 125 255 / 59%);
    box-shadow: 0 5px 15px rgb(77 125 255 / 59%);
    z-index: 66666;
    display: none;
}
.ht_ewm:before {
    position: absolute;
    left: 55px;
    content: '';
    display: inline-block;
    top: -9px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #4d7dff;
    border-radius: 3px;
}

.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: 80%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.hc_left h1 {
    width: 40%;
}
.slogan p {
    font-size: 20px;
    font-weight: bold;
}

.slogan {
	 width: 80%;
    text-align: center;
}


.slogan span {
    color: #ff6d28;
}
a{
    text-decoration: none;
}
.hc_left img {
    width: 100%;
}
.hct_flex {
    display: flex;
    align-items: center;
}
.tel_ico i {
    font-size: 40px;
    color: #ff6d28;
    padding-right: 10px;
}
.tel_phone>p:last-child {
    font-size: 30px;
    font-weight: bold;
    color: #ff6d28;
    line-height: 1.2;
}
.hn_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hn_item {
    flex: 1;
    text-align: center;
    position: relative;
}
i.bref {
    display: none;
}
.hn_bref {
    position: absolute;
    top: 55px;
    left: 0;
    width: 100%;
    background: rgb(77 125 255);
    z-index: 9999999;
    display: none;
}
.hn_bref a {
    display: block;
    color: #ffffff;
    text-decoration: none;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
}
.hn_bref a:hover {
    background: rgb(255 109 40);
    text-indent: 10px;
}
.hn_item.active {
    background: rgb(255 109 40);
}
.hn_item:hover {
    background: rgb(255 109 40);
}
.head_nav {
    background: rgb(77 125 255);
    height: 55px;
    line-height: 55px;
}

.hn_item>a {
    color: #ffffff;
    font-size: 16px;
    text-decoration: none;
}
.pc_nav .hn_item.active a {
    color: #ffffff;
    font-weight: bold;
}

.hnn_left {
    display: flex;
    justify-content: space-between;
    width: 100%;
    position: relative;
}


.hn_item:hover a {
    font-weight: bold;
}
.visible_nav {
    display: none;
}
.stick {
    position: fixed;
    top: 0;
    z-index: 1071;
    width: 100%;
    box-shadow: 0px 0px 10px 0px rgb(77 125 255 / 64%);
}
.navigation.stick {
    background: rgb(77 125 255);
}
.home_banner .swiper-pagination-bullet {
    height: 10px;
    width: 10px;
    background: rgb(77 125 255);
    border-radius: 3px;
    opacity: .8;
}
.home_banner .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
    border-radius: 20px;
    background: rgb(255 109 40);
}
.home_banner .swiper-button-next{
    color: rgb(255 109 40);
}
.home_banner .swiper-button-prev{
    color:rgb(255 109 40);
}
.banner_img img {
    width: 100%;
}

/* 头部css样式 */

/* 搜索css样式 */

.kword_search {
    background: #ffffff;
    box-shadow: 5px 9px 50px 0px rgb(0 0 0 / 8%);
}
.kword_search_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 75px;
}
.index_search {
    width: 20%;
}

.index_kword {
    width: 60%;
}
.submin_input {
    outline: none;
    border: none;
    background: unset;
    color: #2c2e3b;
    position: absolute;
    right: 10px;
    top: -2px;
    height: 35px;
    line-height: 35px;
}
.index_kword a {
    color: #595855;
    padding-left: 20px;
}
.index_kword a:hover {
    color: #ff6d28;
}
button.submin_input {
    outline: none;
}
.search_input::-webkit-input-placeholder{
    color: #2c2e3b;
    font-size: 14px;
}
.search_input {
    width: 100%;
    height: 35px;
    line-height: 35px;
    border-radius: 3px;
    border: 1px solid #2c2e3b;
    background: unset;
    outline: none;
    padding-left: 15px;
    color: #2c2e3b;
}
.submin_input i {
    font-size: 20px;
    outline: none;
}
.ks_line {
    height: 1px;
    width: 100%;
    background-image: linear-gradient(
91deg
, rgb(0 0 0 / 8%), rgb(33 37 40 / 39%), rgb(0 0 0 / 8%));
}

/* 友情链接 */

.link {
    padding: 2%;
    font-size: 14px;
    color: #2b2e3b;
}

.link a {
    text-decoration: none;
    color: #2b2e3b;
    padding-right: 10px;
}
.index_science {
    padding-top: 70px;
}
.index_link {
    background: rgb(246 247 248);
}
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: #ffffff;
    padding: 50px 0;
}
.main_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}
.main_left {
    width: 23%;
}
.main_fp_right {
    width: 79%;
}
.fp_rec_new {
    background: #ffffff;
    padding: 15px 20px;
    border-radius: 3px;
    border: 1px solid rgb(232 238 246);
}
.main_right {
    width: 75%;
}
.main_fp_bak {
    background: #ffffff;
    padding: 10px 20px;
    border-radius: 3px;
    margin-top: 15px;
    border: 1px solid rgb(232 238 246)
}
.main_fp_bak .fp_item {
    width: 32%;
    margin-right: 2%;
    margin-top: 10px;
    transition: all .5s;
    margin-bottom: 10px;
}
.main_fp_bak .fp_item:nth-child(3n) {
    margin-right: 0;
}
.main_section {
    background: #ffffff;
    padding: 10px 20px;
    border-radius: 3px;
    margin-top: 15px;
    border: 1px solid rgb(232 238 246);
}
.pos {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333333;
}
.pos a {
    text-decoration: none;
    color: #f06b37;
}
.mian_title {
    background: #ff6d28;
    text-align: center;
    color: #ffffff;
    border-radius: 8px;
    height: 100px;
    line-height: 100px;
    font-size: 30px;
    box-shadow: 0px 0px 20px 5px #eaeaea;
    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: #ff6d28;
}
.cat_name.active a {
    color: #ff6d28;
}
.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;
    margin: 3% 0 1%;
}
.page_index {
    background: #ffffff;
    margin: 0 5px;
    padding: 5px 14px;
    border-radius: 2px;
    box-shadow: 0px 0px 10px rgb(236 236 236 / 35%);
    border: 1px solid #cccccca8;
}
.page_index a {
    font-size: 14px;
    color: #333333;
    text-decoration: none;
}

.page_index.active {
    background: #ff6d28;
    border: 1px solid #ff6d28;
}

.page_index.active a {
    color: #ffffff;
}
.page_index:hover a {
    color: #ffffff;
}
.page_index:hover {
    background: #ff6d28;
    border: 1px solid #ff6d28;
}

.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: #ff6d28;
}
.fp_lxfs {
    margin-top: 10px;
}
.fp_lxfs a {
    display: block;
    font-size: 16px;
    color: #5a5855;
    margin: 5px 0;
    text-decoration: none;
}
.main_content {
    background: #ffffff;
    padding: 10px 20px;
    border-radius: 3px;
    margin-top: 15px;
    border: 1px solid rgb(232 238 246);
}
h2.mc_title {
    font-size: 20px;
    padding: 15px 0 5px;
}
.mc_span {
    display: flex;
    font-size: 14px;
    border-bottom: 1px solid #e8eef6;
    padding-bottom: 10px;
}
.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: #ff6d28;
}
.mac_tag a {
    display: inline-block;
    color: #4b566b;
    font-size: 14px;
    white-space: nowrap;
    text-decoration: none;
    margin-right: 15px;
}
.mac_tag {
    margin: 30px 0;
}
.like_product_box a {
    text-decoration: none;
}
.like_product_box {
    width: 23%;
    margin-right: 2.66%;
    border: 1px solid #e8eef6;
}
.like_product_box p {
    color: #212528;
    text-align: center;
    display: block;
    padding: 5px 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
   border-top: 1px solid #e8eef6;
}
.like_product_box img {
    width: 100%;
    height: 165px;
    object-fit: cover;
    border-radius: 3px;
    box-shadow: 0px 0px 1px 0px rgb(193 193 193 / 40%);
}

.like_product_box:last-child {
    margin-right: 0;
}
.mc_guestbook {
    background: rgb(246 249 252);
    padding: 2%;
    border-radius: 3px;
    margin: 15px 0;
}
.mcg_title {
    font-size: 22px;
    font-weight: 600;
    color: #373f50;
    margin-bottom: 15px;
}

input.mc_gbk {
    outline: none;
    display: block;
    width: 48%;
    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: 3px;
    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;
}
.mc_guestbook_flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
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: 3px;
    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: #ff6d28;
    color: #ffffff;
}
button.sublime {
    outline: none;
    width: 100%;
    box-shadow: 0 0.5rem 1.125rem -0.5rem rgb(255 109 40 / 52%);
    background: rgb(255 109 40 / 48%);
    color: #ffffff;
    height: 50px;
    font-size: 18px;
    margin-bottom: 15px;
    border-radius: 2px;
}
.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: #ff6d28;
}
.mac_tag a:hover {
    color: #ff6d28;
}
.mc_like_title {
    font-size: 22px;
    font-weight: 600;
    color: #373f50;
    margin: 10px 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: 10px;
    display: flex;
    justify-content: space-between;
}
.like_list a {
    text-decoration: none;
    color: #373f50;
    width: 75%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.like_list span {
    width: 25%;
    text-align: end;
    color: #999999;
}
.like_list a:hover {
    color: #ff6d28;
}
.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:last-child {
    border: none;
}
.main_item {
    background: #ffffff;
    padding: 2% 0;
    border-bottom: 1px solid #eaeeef;
}

.main_item a {
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main_item_left {
    width: 30%;
}

.main_item_right {
    width: 68%;
}
.main_item_left img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 4px;
    border: 1px solid #eaeeef;
}
.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;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 30px 0;
}
.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%;

    font-size: 24px;
    z-index: 1040;
    -webkit-backface-visibility: hidden;
    border-radius: 3px;
}
.side_kf .side_item {
    border: 1px solid #ebebeb;
    height: 50px;
    position: relative;
    width: 50px;
    border-radius: 100%;
    text-align: center;
    margin-top: 4px;
    background-color: white;
    box-shadow: 0px 0px 20px 0px rgb(193 193 193 / 40%);
}
.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: 8px;
    right: 65px;
    background: #ff6d28;
    color: #ffffff;
    border-radius: 3px;
    padding: 0 10px;
    width: 195px;
    cursor: pointer;
}
.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 #ff6d28;
}
.si_hover_ewm {
    position: absolute;
    top: -130px;
    right: 65px;
    width: 150px;
    background: #ff6d28;
    padding: 5px;
    border-radius: 3px;
    cursor: pointer;
}
.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 #ff6d28;
}
.pos i {
    display: inline-block;
    vertical-align: 1px;
}



/* 产品中心 */


.flex_pro {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 70px;
    align-items: flex-start;
}
.fp_right {
    width: 79%;
}
.fp__right_bak {
    background: #ffffff;
    padding: 10px 20px;
    border-radius: 3px;
    border: 1px solid rgb(232 238 246);
}
.fp_tui a {
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    color: #2c2e3b;
    align-items: flex-end;
}

.fp_tui_right {
    font-size: 14px;
    color: rgb(124 124 124);
}

.fp_tui_left i {
    font-size: 20px;
}

.index_product {
    background: #ffffff;
}
.fp_left {
    width: 20%;
}
.fp_bak {
    background: #ffffff;
    padding: 20px;
    border-radius: 3px;
    border: 1px solid rgb(232 238 246);
}
.fp_left_tit a {
    font-size: 22px;
    color: #2c2e3b;
    font-weight: bold;
    text-decoration: none;
}

.fp_left_tit a i {
    display: inline-block;
    vertical-align: 2px;
    padding-right: 5px;
}
.fp_cat_er a {
    display: block;
    padding: 10px;
    color: rgb(124 124 124);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: #f5f5f5;
    margin: 5px 0;
    border-radius: 3px;
}


.fp_cat_er a:hover {
    background: #ff6d28;
}
.fp_cat_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    background: rgb(0 92 181 / 8%);
    margin: 10px 0;
    color: #595855;
    padding: 10px 15px;
    border-radius: 3px;
}
.fp_cat_flex i {
    width: 15%;
    text-align: end;
}
.fp_cat_flex a {
    color: #595855;
    text-decoration: none;
    font-size: 16px;
}
.fp_cat_er {
    display: none;
}
.fp_rec {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    position: relative;
    overflow: hidden;
    padding-bottom: 5px;
}
.fp_rec:before {
    content: "";
    position: absolute;
    bottom: 0;
    background: #ff6d28;
    left: -86%;
    width: 100%;
    height: 3px;
    z-index: 1;
    transition: left .5s linear;
}

.fp_right_main {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.fp_item {
    width: 32%;
    margin-right: 2%;
    margin-top: 10px;
    transition: all .5s;
    margin-bottom: 10px;
    border: 1px solid #e8eef6;
    border-radius: 3px;
}
.fp_cat:last-child .fp_cat_flex {
    margin-bottom: 0;
}
.fp_item_img {
    width: 100%;
    height: 220px;
    overflow: hidden;
}

.fp_item img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}
.fp_item:hover img {
    transform: scale(1.1);
}
.fp_item:nth-child(3n) {
    margin-right: 0;
}
.fp_left_a a:last-child {
    margin-bottom: 0;
}
.fp_left_a a i {
    display: inline-block;
    padding-left: 5px;
}
.fp_cat_er a:hover {
    color: #ffffff;
    text-decoration: none;
}
.fp_right:hover .fp_rec:before {
    transition: left 1.2s linear -.3s;
    left: 0;
}
.fp_left_a a:hover:before {
    transition: left 1.2s linear -.3s;
    left: 0;
}
.recommend {
    font-size: 22px;
    color: #2c2e3b;
    font-weight: bold;
}
.index_power {
    background: rgb(29 30 49);
}
.ipt_item {
    width: 20%;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    background: #343546;
    color: #ffffff;
    height: 50px;
    line-height: 50px;
    margin: 0 15px;
    border-radius: 3px;
}
.common_title_power {
    text-align: center;
    font-size: 28px;
    color: var(--white);
    font-weight: bold;
}
.ipt_item.active {
    background: #4d7dff;
}
.ipt_item:hover {
    color: #ffffff;
    background: #4d7dff;
}
.recommend i {
    display: inline-block;
    vertical-align: 3px;
}
.rec_more a {
    text-decoration: none;
    font-size: 14px;
    color: #595855;
}
.fp_item a {
    text-align: center;
    text-decoration: none;
}
.fp_item p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 5px 10px;
    color: #2b2e3b;
    font-weight: bold;
    border-top: 1px solid #e8eef6;
    padding: 10px;
}
.fp_item:hover p {
    color: #ff6d28;
}
.index_power_top {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px 0;
}

.index_power_bottom {
    background: #ffffff;
    padding: 20px;
    border-radius: 3px;
}
.ipb_item {
    display: none;
}
.ipbi_img img {
    width: 100%;
}
.ipb_item.on {
    display: block;
}
.ipbi_text {
    padding-top: 30px;
   
}
p.h3 {
    padding-bottom: 15px;
    font-size: 26px;
    text-align: center;
    color: #2c2e3b;
}
.ipbi_text p:last-child {
    color: #828a92;
    text-indent: 2em;
    font-size: 18px;
    line-height: 32px;
}
/* 关于我们 */
.ial_p{
    padding: 50px 0;
}
.ial_p p {
    color: #828a92;
    text-indent: 2em;
    font-size: 16px;
    line-height: 32px;
}
.ia_imgbox img {
    -moz-transition: all .8s ease 0s;
    -ms-transition: all .8s ease 0s;
    -o-transition: all .8s ease 0s;
    -webkit-transition: all .8s ease 0s;
    transition: all .8s ease 0s;
    width: 100%;
    height: 600px;
    object-fit: cover;
    border-radius: 3px;
}
.ia_imgbox {
    overflow: hidden;
    position: relative;
}

.ia_imgbox:hover img {
    -moz-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}
.ia_pd {
    position: absolute;
    top: 50%;
    left: 50%;
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: rgb(255 255 255 / 89%);
    width: 90%;
    padding: 20px;
    box-shadow: 0 1px 3px rgb(27 95 160 / 10%);
    border-radius: 3px;
}
.ia_h {
    font-size: 22px;
    color: #2c2e3b;
    font-weight: bold;
    padding-bottom: 10px;
}
.ia_p {
    color: #2c2e3b;
    font-size: 16px;
    line-height: 32px;
}
.ia_flex {
    display: flex;
    justify-content: space-between;
    margin: 10px 0 0;
    align-items: center;
}
.ia_tel {
    font-size: 18px;
    color: #ff6d28;
    font-weight: bold;
}
.ia_more {
    width: 150px;
    text-align: center;
    height: 35px;
    line-height: 35px;
    position: relative;
    overflow: hidden;
    z-index: 2;
    background: #2964ff;
    background: -moz-linear-gradient(left, #44a0ff 0%, #2964ff 100%);
    background: -webkit-linear-gradient(left, #44a0ff 0%,#2964ff 100%);
    background: -o-linear-gradient(left, #44a0ff 0%,#2964ff 100%);
    background: -ms-linear-gradient(left, #44a0ff 0%,#2964ff 100%);
    background: linear-gradient(to right, #44a0ff 0%,#2964ff 100%);
}
.ia_more a {
    text-decoration: none;
    color: #ffffff;
}

   
/* 我们的优势 */


.index_advantage_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.iadv_item {
    width: 23.5%;
    display: block;
    margin-top: 50px;
    padding: 20px;
    border-radius: 3px;
    border: 1px solid #e8eef6;
}
.index_advantage {
    padding-top: 50px;
}
.iadv_item a {
    text-decoration: none;
}
.iadv_name {
    font-size: 22px;
    color: #2c2e3b;
    font-weight: bold;
    padding-bottom: 10px;
    text-align: center;
}
.iadv_remark {
    color: #828a92;
    font-size: 13px;
}
.iadv_left {
    text-align: center;
    font-size: 0;
    height: 100px;
    width: 100px;
    margin: 0px auto 15px;
    line-height: 100px;
    border-radius: 100%;
}
.iadv_left_blue {
    background: rgb(118 155 255 / 18%);
}
.iadv_left_yellow {
    background: rgb(251 233 40 / 18%);
}
.iadv_left_red {
    background: rgb(254 82 37 / 13%);
}
.iadv_left_green {
    background: rgb(83 196 26 / 14%);
}
.iadv_item:hover {
    transform: translateY(-5px);
}



.index_glory_top {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.index_glory {
    margin-top: 50px;
}

.igt_item:last-child {
    margin-left: 30px;
}
.igt_item a {
    font-size: 16px;
    color: #ffffff;
    text-decoration: none;
    border: 1px solid #4d7dff;
    padding: 8px 16px;
    border-radius: 4px;
    background: #4d7dff;
}
.igt_item.active a {
    color: #ffffff;
    background: #ff6d28;
    border: 1px solid #ff6d28;
}
.igboximg img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 4px;
}
.igboximg {
    box-shadow: 0px 0px 8px 0px rgb(193 193 193 / 40%);
}
.ig_box p {
    text-align: center;
    padding-top: 3%;
    font-size: 16px;
    color: #333333;
    font-weight: 500;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ig_box a {
    text-decoration: none;
}



/* <!-- 我们的六大优势 --> */


.index_six {
    background: rgb(246 247 248);
}
.index_six_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.index_six_wz {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.isw_side {
    background: #4d7dff;
    text-align: center;
    padding: 10px;
    color: #ffffff;
    margin-right: 15px;
    line-height: 1.2;
    border-radius: 4px;
}
.index_six_left {
    width: 50%;
}
.index_six_right {
    width: 50%;
    text-align: end;
}
.sljsfu {
    padding-top: 70px;
}
.isw_lx {
    font-size: 20px;
}

.isw_num {
    font-size: 20px;
    font-weight: bold;
}
.isw_line {
    height: 1px;
    width: 100%;
    background: #ffffff;
    margin: 5px auto;
}
.isw_title {
    font-size: 24px;
    padding-top: 30px;
    font-weight: bold;
    color: #2b2e3b;
}
.isw_yside_line {
    width: 15%;
    height: 1px;
    background: #ff6d28;
    margin: 15px 0;
}
.isw_remark p {
    position: relative;
    color: #5e5e5e;
    font-size: 14px;
    line-height: 3;
    padding-left: 15px;
}

.isw_remark p:before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 2px solid #616161;
    position: absolute;
    left: 0;
    top: 18px;
}
.index_six_flex:nth-child(2) .index_six_right {
    text-align: left;
}

/* <!-- 服务流程 --> */

.index_process {
    background: #4d7dff;
}
.index_liuc {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #f7cbb763;
}
.index_liuc_title {
    color: #ffffff;
    font-size: 24px;
     border-bottom: 2px solid #ffffff;
     padding-bottom: 5px;
}

.index_liuc_tel {
    font-size: 24px;
    color: #ffffff;
   
}

.index_liuc_tel a {
    text-decoration: none;
    color: #ffffff;
}
.index_process_flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.ipf_box {
    text-align: center;
    margin-top: 30px;
}
.ipf_box p {
    padding-top: 15px;
    color: #ffffff;
}
.ipf_box:hover {
    transform: translateY(-5px);
}




/* 新闻资讯 */

.index_new {
    background: rgb(246 247 248);
}
.index_new_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
}
.inf_bd_item {
    display: none;   
}
.inf_bd_item a.more {
    position: absolute;
    right: 20px;
    top: 4.5%;
    text-decoration: none;
    font-size: 16px;
    color: #595855;
}
.inf_bd_item.on {
    display: block;
}
.inf_left_name {
    display: flex;
    margin-bottom: 2.8%;
}
.inf_left {
    background: #ffffff;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgb(27 95 160 / 10%);
    padding: 20px;
    width: 69%;
    position: relative;
}
.inf_right {
    width: 30%;
    padding: 20px;
    background: #ffffff;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgb(27 95 160 / 10%);
}
.ibi_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}

.ibi_left {
    width: 46%;
}

.ibi_right {
    width: 50%;
}
.ibi_left a {
    text-decoration: none;
}

.ibi_img img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 3px;
}

.ibi_name {
    font-size: 22px;
    color: #2c2e3b;
    font-weight: 600;
    margin: 2%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.ibi_remark {
    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: 5;
}

.ibi_time {
    font-size: 12px;
    color: #999;
    margin: 3%;
}
.ibi_list a {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    text-decoration: none;
}
.ibil_left {
    width: 60%;
}

.ibil_right {
    width: 39%;
    overflow: hidden;
}
.ibil_name {
    -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;
}
.ibil_time {
    font-size: 12px;
    color: #999;
    margin-top: 3%;
}
.ibil_right img {
    width: 100%;
    height: 102px;
    object-fit: cover;
    border-radius: 3px;
}
.ibi_list {
    margin-bottom: 6%;
}
.ibi_list:last-child {
    margin-bottom: 0;
}
.isrqa_list {
    border-bottom: 1px solid #eaeeef;
    padding: 6.6% 0;
}

.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;
}

.isrqa_list:last-child {
    padding-bottom: 0;
    border: none;
}
.inf_tab a {
    font-size: 22px;
    color: #2c2e3b;
    font-weight: bold;
    text-decoration: none;
}
.inf_tab.active a {
    color: #ff6d28;
}
.inf_tab {
    margin-right: 5%;
}
.inf_tab:last-child {
    margin-right: 0;
}
.inf_name a {
    font-size: 22px;
    color: #2c2e3b;
    font-weight: bold;
    text-decoration: none;
}
.ibi_left a:hover .ibi_img img {
    -moz-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}
.ibi_img {
    overflow: hidden;
}
.ibi_list:hover .ibil_right img {
    -moz-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}
.ibi_left a:hover .ibi_name {
    color: #ff6d28;
}
.ibi_list a:hover .ibil_name {
    color: #ff6d28;
}
.isrqa_list a:hover .isrqa_tit {
    color: #ff6d28;
}

.index_discuss_flex {
    display: flex;
    justify-content: center;
    margin: 50px 0;
}

.idf_item {
    margin: 0 20px;
}

.idf_item a {
    display: flex;
    align-items: center;
    color: #2b2e3b;
    font-size: 18px;
    text-decoration: none;
}
i.idf_text {
    font-style: normal;
}
i.idf_line {
    width: 0;
    height: 1px;
    background: #888;
    transition: all .35s;
    font-style: normal;
    display: block;
}
.idf_item:hover .idf_line {
    width: 100%;
}
.index_dis a {
    color: #ffffff;
    text-decoration: none;
    width: 260px;
    height: 45px;
    background: rgb(72 139 255);
    text-align: center;
    line-height: 45px;
    border-radius: 3px;
    margin: 70px auto 0;
    background: linear-gradient( 
120deg
 , #6faeed 0%, #488bff 90%, #488bff 100%);
    display: block;
}
.index_dis a:hover {
    background: linear-gradient(
120deg
, #488bff 0%,#6faeed 100% ,#488bff 100%);
}

.idf_item img {
    font-size: 0;
    display: block;
}
.igb_item {
    display: none;
}
.igb_item.on {
    display: block;
}


/* 新闻列表 */


.fp_left_article  a {
    display: block;
    font-size: 18px;
    background: rgb(0 92 181 / 8%);
    margin: 10px 0;
    color: #595855;
    padding: 10px 15px;
    border-radius: 3px;
    text-decoration: none;
}
.fp_left_article a.active {
    background: #f06b37;
    color: #ffffff;
}
.fp_left_article a:hover {
    background: #f06b37;
    color: #ffffff;
} 
.fp_left_tit a {
    color: #f06b37;
}


.mlf_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0% 5%;
}
.main_tu {
    margin-right: 5%;
}
.mian_lxwm_title {
    font-weight: bold;
    font-size: 22px;
    color: #4d7dff;
}
.mian_lxwm_title span {
    color: #ff6d28;
}
.mian_lxwm_remark {
    font-size: 15px;
    color: #373f50;
    margin: 0 0 3%;
}
.mian_lxwm_box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.mlb_tel {
    display: flex;
    align-items: center;
}
.mlb_a a {
    text-decoration: none;
    display: flex;
    align-items: center;
}

.mlb_a span:first-child {
    display: block;
    background: #4d7dff;
    color: #ffffff;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 48px;
    font-size: 22px;
}
.mlb_a span:last-child {
    color: #ffffff;
    background: #4d7dff;
    border-left: 1px solid #ffffff;
    height: 50px;
    line-height: 50px;
    width: 120px;
    text-align: center;
    font-size: 16px;
}
.mlb_a span:last-child i {
    padding-left: 5px;
}
.mlb_a {
    margin-right: 15%;
}
.mlb_tel_right p:first-child {
    line-height: 1;
    font-size: 16px;
    color: #666666;
}
.mlb_tel_right p:last-child {
    font-size: 24px;
    line-height: 1;
    color: #ff6d28;
    font-weight: bold;
}
.mlb_tel_left i {
    font-size: 30px;
    padding-right: 5px;
    color: #666666;
}





.info_product {display: flex;justify-content: space-between;align-items: flex-start;flex-wrap: wrap;}

.info_product_tu {
    width: 40%;
}
.info_product_tu img {
    width: 100%;
    height: 285px;
    object-fit: cover;
}
.info_product_wz {
    width: 55%;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 20px;
}
.info_product_title a:hover {
    color: #ff6d28;
}
.info_product_title a {
    font-size: 20px;
    padding-top: 15px;
    font-weight: 600;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: block;
    text-decoration: none;
    color: #212528;
}
.info_product_remark {
    margin: 15px 0 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    font-size: 14px;
}
.hn_item i {
    display: none;
}
.fp_cat_flex a.active {
    color: #ff6d28;
}

.fp_cat_flex i.active {
    color: #ff6d28;
}
.fp_cat_er a.active {
    background: #ff6d28;
    color: #ffffff;
}

@-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)}
}