﻿@charset "utf-8";

body {
    /* 填写默认字体 */
    font-family:"","Microsoft Yahei", "PingFang SC", "Helvetica Neue", Helvetica, Arial;
    color: #222222;
    min-height: initial !important;
}

@font-face {
    font-family: 'iconfont';
    src: url('../fonts/iconfont/iconfont.woff2?t=1681287520508') format('woff2'),
         url('../fonts/iconfont/iconfont.woff?t=1681287520508') format('woff'),
         url('../fonts/iconfont/iconfont.ttf?t=1681287520508') format('truetype');
}

/* 谷歌翻译后防止与sticky产生冲突 */
.translated-ltr body,
.translated-rtl body{
    margin-top: 40px !important;
}

/* 防止弹窗插件问题 */
.hc_container{
    overflow: hidden;
}

.iconfont{
    transition: all 0.36s;
    display: inline-block;
}

.iconfonts {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grahccale;
}

.slick-loading{
    opacity: 0;
}

/* h1隐藏 */
.fszero{
    display: none;
}
/* 规范 */
.hc_tit40{
    font-size: 40px;
    font-weight: bold;
    color: #000000;
    line-height: 1.25;
}

.hc_text16,
.hc_text16 p{
    font-size: 16px;
    line-height: 2;
}

.hc_text15,
.hc_text15 p{
    font-size: 15px;
    line-height: 1.8;
}

/* 规范-end */


/* header */
.hd{
    width: calc(100% - 120px); 
    position: fixed;
    top: 32px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    border-radius: 10px;
    padding: 0 88px;
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.15);
    z-index: 999;
    transition: all 0.36s;
}

.hd.active{
    width: calc(100% + 1px); 
    top:0;
    background-color: rgb(255, 255, 255,0.95);
    border-radius: 0px;
}

.hd_cont{
    width: 100%;
    justify-content: space-between;
    display: flex;
}

.hc_logo{
    width: 120px;
    display: block;
}

.hc_logo img{
    width: 100%;
}

.hc_logo,
.hd_nav_link{
    line-height: 95px;
}

.hd_nav{
    display: flex;
}

.hd_nav_link{
    display: block;
    font-size: 17px;
    color: #222222;
    position: relative;
}

.hd_nav_link::after{
    content: "";
    position: absolute;
    width: calc(100% + 32px);
    height: 2px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #5554a2;
    opacity: 0;
    transition: all 0.36s;
}

.hd_nav_item:not(:last-child){
    margin-right: 57px;
}

.hd_nav_item{
    position: relative;
}

.language{
    padding: 0 23px;
    position: relative;
    margin:0 30px;
    display: block;
}

.language:hover span,
.language:hover .language_act{
    color: #5b5aa6;
}

.language span{
    color: #222;
}

.language::before,
.language::after{
    content: "";
    position: absolute;
    width: 2px;
    height: 10px;
    background-color: #e6e6e6;
    top: 50%;
    transform: translateY(-50%);
}

.language::before{
    left: 0;
}

.language::after{
    right: 0;
}

.hd_right{
    display: flex;
}

.language{
    display: flex;
    align-items: center;
}

.language .iconfont,
.language_act{
    flex-shrink:0 ;
    transition: all 0.36s;
}

.language{
    font-size: 22px;
}

.language_act{
    font-size: 16px;
    color: #222222;
    margin-left: 7px;
}

.hc_search{
    width: 245px;
    display: flex;
    align-items: center;
    
}

.hc_search form{
    width: 100%;
    padding: 0 15px;
    background-color: #f5f5f5;
    border-radius: 20px;
    display: flex;
}

.hc_search input{
    height: 40px;
    width: calc(100% - 30px);
}

.hc_search button{
    padding: 5px;
    font-size: 20px;
}
/* header */

/* home */
.home_ban_img{
    padding-top: 50%;
    padding-top: 43.15%;
    display: block;
}

.home_ban_img img{
    object-fit: cover;
}

.home_mian .swiper-slide {
    overflow: hidden;
}

.home_mian .swiper-pagination{
    bottom: 45px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

.home_mian .swiper-pagination-bullet{
    margin: 0 5px;
    width: 25px;
    border: 1px solid #fff;
    background-color: transparent;
    height: 5px;
    border-radius: 2px;
    opacity: 1;
    transition: all 0.36s !important;
    display: inline-block;
}

.home_mian .swiper-pagination-bullet-active{
    background-color: #fff !important;
    width: 50px;
}

.home_product{
    padding-top: 75px;
    padding-bottom: 115px;
}

.home_product h2{
    text-align: center;
    margin-bottom: 40px;
}

.home_pro_nav {
    margin: 0 -75px;
}

.home_pro_navitem{
    position: relative;
    padding: 0 70px;
}

.home_pro_img {
    width: 100px;
    margin: 0 auto;
    padding: 24px;
    border: 1px solid #f8f4ff;
    border-radius: 10px;
    margin-bottom: 14px;
    transition: all 0.36s;
}

.home_pro_img .hc_imgbox_cover img:last-child{
    opacity: 0;
}

.home_pro_tit{
    font-size: 16px;
    line-height: 1.3;
    color: #000;
    text-align: center;
    transition: all 0.36s;
}

.home_pro_navitem::before{
    content: "";
    position: absolute;
    width: 90px;
    height: 1px;
    background:linear-gradient(to right,#5554a2 6px,transparent 1px);
    background-size: 7px 100%;
    top: 54px !important;
    right: 100%;
    transform: translateX(50%);
    transition: all 0.36s;
    pointer-events: none;
    opacity: 0.5;
}

.home_pro_tslick{
    overflow: hidden;
    margin: 0 -2px 75px;
    padding: 0 2px;
}

.home_pro_navitem:hover::before{
    opacity: 1;
}

.home_pro_navcont:hover .home_pro_img{
    border-color: #5554a2;
    background-color: #5554a2;
  box-shadow: 0px 5px 12px 0px rgba(85, 84, 162, 0.2);
}

.home_pro_navcont:hover .home_pro_tit{
    color: #5554a2;
}

.home_pro_navcont{
    cursor: pointer;
}

.home_pro_navcont:hover .hc_imgbox_cover img:first-child{
    opacity: 0;
}

/* .home_mian .home_pro_navcont:hover .hc_imgbox_cover img:first-child{
    opacity: 1;
} */

.home_pro_navcont:hover .hc_imgbox_cover img:last-child{
    opacity: 1;
}

.home_about{
    position: relative;
    padding: 100px 0;
    z-index: 1;
}

.home_about_bg{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.home_about_bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home_about .hc_cont1410{
    display: flex;
    justify-content: flex-end;
}

.home_about_cont{
    width: 50%;
    border-top: 4px solid #7575b3;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 53px 74px 65px;
}

.home_about_cont p{
    line-height: 2;
    color: #222222;
}

.home_about_cont h2{
    margin-bottom: 37px;
}

.home_about_cont .hc_text15{
    margin-bottom: 110px;
}

.mod_btn1{
    display: inline-block;
    border-radius: 25px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    background-color: #5554a2;
    min-width: 182px;
    padding: 0 20px;
    transition: all 0.35s;
}

.mod_btn1:hover{
    box-shadow: 0px 0 0 4px rgb(85, 84, 163,0.5);
}

.home_pro_clink{
    display: flex;
    align-items: center;
}

.home_pro_clink .left,
.home_pro_clink .right{
    width: 50%;
}

.home_pro_cimg{
    padding-top: 69.50354%;
    border-radius: 10px;
}

.home_pro_clink .right{
    padding-left: 90px;
}

.home_pro_clink:hover .home_pro_cimg img{
    transform: scale(1.03);
}

.home_pro_ctit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e4fa;
    margin-bottom: 30px;
}

.home_pro_ctit .text,
.home_pro_ctit .number{
    font-size: 32px;
    color: #000000;
}

.home_pro_ctit .number{
    font-style: italic;
    margin-right: 10px;
}

.home_pro_ctext p{
    color: #666666;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 81px;
}

.home_pro_ctext{
    margin-bottom: 155px;
}

.home_sell{
    padding: 90px 0 70px;
}

.home_sell_tit{
    margin-bottom: 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.home_sell_arrow{
    display: flex;
}

.home_sell_prev,
.home_sell_next{
    width: 50px;
    height: 34px;
    background-color: #f8f9ff;
    transition: all 0.36s;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
}

.home_sell_prev:hover,
.home_sell_next:hover{
    background-color: #5554a2;
}

.home_sell_prev span,
.home_sell_next span{
    color: #5554a2;
    display: inline-block;
}

.home_sell_prev:hover span,
.home_sell_next:hover span{
    color: #fff;
}

.home_sell_prev{
    margin-right: 8px;
    border-radius: 17px 0 0 17px;
}

.home_sell_next{
    border-radius: 0px 17px 17px 0px;
}

.home_sell_prev span{
    transform: rotate(180deg);
}

.home_sell_pimg{
    padding-top: 76.363636%;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.36s;
    margin-bottom: 20px;
    transition: all 0.36s;
    position: relative;
}

.home_sell_pimg_box{
    position: relative;
}

.home_sell_pimg_box::after{
    content: "";
    position: absolute;
    z-index: -1;
    left:50%;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: all 0.36s;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    background-color: #5554a2;
}

.home_sell_plink:hover .home_sell_pimg  img{
    transform: scale(1.03);
}

.home_sell_ptit{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 16px;
    border-bottom: 1px solid #eeeeee;
    transition: all 0.36s;
}

.home_sell_ptit .text{
    font-size: 18px;
    color: #666666;
    width: calc(100% - 40px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all 0.36s;
}

.home_sell_ptit .icon{
    width: 35px;
    height: 35px;
    border-radius: 50%;
    box-shadow: 0px 5px 10px 0px rgba(85, 84, 162, 0.15);
    background-color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    flex-shrink: 0;
}

.home_sell_ptit .icon span{
    color: #696969;
    transition: all 0.36s;
}

.home_sell_plist,
.home_sell_vlist{
    margin: 0 -15px;
}

.home_sell_pitem,
.home_sell_vitem{
    padding: 0 15px;
}

.home_sell_plink:hover .home_sell_pimg{ 
    box-shadow: 0px 5px 10px 0px rgba(85, 84, 162, 0.12);
}

.home_sell_plink:hover .home_sell_ptit {
    border-color: #5554a2;
}

.home_sell_plink:hover .home_sell_ptit .text{
    color: #5554a2;
    font-weight: bold;
}

.home_sell_plink:hover .home_sell_ptit .icon span{
    color: #5554a2;
    transform: rotate(90deg);
}

.home_sell_vimg{
    padding-top: 69.69696%;
}

.home_sell_vitem{
    padding-bottom: 20px;
}

.home_sell_vitem a{
    display: block;
    overflow: hidden;
    border-radius: 10px ;
    transition: all 0.36s;
}

.home_sell_vitem a:hover{
    box-shadow: 0px 5px 10px 0px rgba(85, 84, 162, 0.17);
}

.home_sell_vlist .slick-dots{
    position: static;
    display: flex;
    justify-content: flex-end;
    padding-right: 15px;
}

.home_sell_vlist .slick-dots li{
    width: 20px;
    height: 4px;
    border-radius: 2px;
    background-color: #e3e3e3;
    transition: all 0.36;
    margin: 0 3px;
}

.home_sell_vlist .slick-dots li.slick-active{
    width: 38px;
    background-color: #3c4fe0;
}

.home_sell_p{
    margin-bottom: 40px;
}
  
.mod_sub{
    padding-bottom: 69px;
}

.mod_sub_cont{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding: 60px 105px;
}

.mod_sub_bg{
    z-index: -1;
}

.mod_sub_bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mod_sub_cont .left{
    display: flex;
    align-items: center;
}

.mod_sub_tit{
    font-size: 26px;
    line-height: 1.2;
    color: #fff;
    font-weight: bold;
    margin-right: 55px;
    flex-shrink: 0;
}

.mod_sub_cont form{
    display: flex;
    align-items: center;
}

.mod_sub_cont input{
    width: 440px;
    height: 48px;
    border: 1px solid #6a69b8;
    margin-right: 10px;
    color: #fff;
}

.mod_sub_cont button{
    width: 142px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.36s;
}

.mod_sub_cont button,
.mod_sub_cont input{
    border-radius: 25px;
    padding: 0 22px;
    background-color: #6261b0;
}

.mod_sub_cont button .text{
    font-size: 18px;
    color: #fff;
    margin-right: 7px;
}

.mod_sub_cont button .iconfont{
    color: #fff;
    font-size: 18px;
}

.mod_sub_cont input::-webkit-input-placeholder {
    /* WebKit browsers，webkit内核浏览器 */
    color: #9d9de3;
}
.mod_sub_cont input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #9d9de3;
}
.mod_sub_cont input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #9d9de3;
}
.mod_sub_cont input:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #9d9de3;
}

.mod_sub_cont .right ul{
    display: flex;
    align-items: center;
}

.mod_sub_cont .right li:not(:last-child){
    margin-right: 25px;
}

.mod_sub_cont .right li a{
    font-size: 32px;
}

.mod_sub_cont .right li span{
    color: #8383d0;
    transition: all 0.36s;
}

.mod_sub_cont .right li a:hover span{
    color: #fff;
}

.mod_sub_cont button:hover span{
    transform: translateX(3px);
}

.mod_sub_cont button:hover{
    background-color: #8684d4;
}
/* home-end */

/* footer */
.ft_body{
    background-color: #fff;
    padding-bottom: 80px;
}

.ft_body .hc_cont1410{
    display: flex;
    justify-content: space-between;
}

.ft_body .left{
    width: 330px;
    flex-shrink: 0;
}

.ft_logo{
    width: 120px;
    margin-bottom: 30px;
    display: inline-block;
}

.ft_logo img{
    width: 100%;
}

.ft_body .left .text p{
    color: #666666;
}

.ft_body .right{
    display: flex;
}

.ft_item:not(:last-child){
    margin-right: 140px;
}

.ft_item_tit{
    display: inline-block;
    font-size: 18px;
    color: #222222;
    font-weight: bold;
    margin-bottom: 40px;
    margin-top: 20px;
}

.ft_item_tit:hover{
    color:#5554a2 ;
}

.ft_item_link{
    font-size: 15px;
    line-height: 1.65;
    display: inline-block;
    padding: 5px 0;
    color: #222222;
}

.ft_item_link:hover{
    color: #5554a2;
    text-decoration: underline;
}

.ft_item li:not(:last-child){
    margin-bottom: 1px;
}

.contact_link{
    display: flex;
    font-size:20px;
    margin-bottom: 20px;
    margin-top: 5px;
}

.contact_link span{
    margin-top: 4px;
    margin-right: 12px;
    color: #5554a2;
}

.contact_link_cont p,
.contact_link_cont a{
    font-size: 15px;
    color: #222;
    line-height: 1.75;
    display: block;
}

.contact_link_cont a:hover{
    text-decoration: underline;
    color: #5554a2;
}

.ft_bot{
    padding: 18px 0;
    background-color: #5554a2;
}

.ft_bot .hc_cont1410{
    display: flex;
    justify-content: space-between;
}

.ft_bot .left{
    display: flex;
}

.ft_bot .left p,
.ft_bot .left a{
    color: #aeaeed;
    font-size: 15px;
    line-height: 1.7;
}

.ft_bot .left a:hover{
    color: #fff;
    text-decoration: underline;
}

.ft_bot .left p{
    margin-right: 20px;
}

.ft_bot .right{
    display: flex;
    align-items: center;
    font-size: 18px;
}

.ft_bot span{
    margin-right: 8px;
    color: #fff;
}

.ft_bot .text{
    color: #fff;
    font-size: 15px;
    position: relative;
}

.ft_bot .text::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #fff;
    bottom: -4px;
    left: 0;
}
/* footer-end */

/* about */

.about_nav{
    background-color: #f8f9ff;
    width: 100% !important;
    z-index: 10;
}

.about_nav_list{
    display: flex;
}

.about_nav_link{
    display: block;
    width: 200px;
    line-height: 46px;
    border-radius: 5px;
    transition: all 0.36s;
    color: #666666;
    background-color: transparent;
    text-align: center;
    font-size: 16px;
}

.about_nav_link:hover{
    color: #fff;
    background-color: #5554a2;
}

.about_nav_item.active .about_nav_link{
    color: #fff;
    background-color: #5554a2;
}

.about_nav_item{
    position: relative;
}

.about_nav_item::after{
    content: "";
    position: absolute;
    width: 1px;
    height: 10px;    
    background-color: #cdd0e6;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.about_nav_item:last-child::after{
    display: none;
}

.about_nav_item:hover::after{
    background-color: #5554a2;
}

.about_nav_item.active::after{
    background-color: #5554a2;
}

.about_cont{
    padding-top: 58px;
    padding-bottom: 100px;
}

.honor_main .about_cont{
    padding-bottom: 0;
}

.about_tit{
    font-size: 35px;
    line-height: 1.3;
    margin-bottom: 18px;
    text-align: center;
    font-weight: bold;
}

.honor_main .about_tit{
    margin-bottom: 32px;
}

.about_text{
    margin-bottom: 40px;
    text-align: center;
}

.about_edit img{
    height: auto !important;
}

.about_text {
    padding: 0 170px;
}

.about_text p{
    color:#666666;
}

.about_img{
    border-radius: 10px;
    overflow: hidden;
}

.about_img img{
    width: 100%;
}

.mien_mian .about_tit{
    margin-bottom: 40px;
}

.mien_cont .img_box{
    padding-top: 68.88888%;
}

.mien_list{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.mien_item{
    padding: 0 15px;
    margin-bottom: 30px;
    width: 33.333333%;
}

.mien_item a{
    display: block;
    overflow: hidden;
    border-radius: 10px;
}

.mien_item a:hover img{
    transform: scale(1.03);
}

.mien_hover{
    z-index: 2;
    background-color: rgba(85, 84, 162,0.8);
    transition: all 0.36s;
    font-size: 38px;
    opacity: 0;
}

.mien_hover .iconfont{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
}

.mien_cont li a:hover .mien_hover{
    opacity: 1;
}

.mien_list {
    margin-bottom: 30px;
}

.mod_page{
    text-align: center;
}

.mod_page_flex{
    display:inline-flex;
    background-color: #f8f9ff;
    border-radius: 22px;
    align-items: center;
    padding:8px 30px;
}

.mod_page_list{
    display: flex;
    align-items: center;
}

.mod_page_item{
    margin: 0 6px;
}

.mod_page_link{
    font-size: 16px;
    line-height: 35px;
    width: 35px;
    border-radius: 50%;
    background-color: #ffffff;
    color: #222222;
    display: block;
    text-align: center !important;
}

.mod_page_link:hover{
    background-color: #5554a2;
    color: #fff;
}

.mod_page_item.active .mod_page_link{
    background-color: #5554a2;
    color: #fff;
}

.mod_page_prev span{
    transform: rotate(180deg);
}

.mod_page_prev,
.mod_page_next{
    font-size: 22px;
    cursor: pointer;
    padding: 7px;
}

.mod_page_prev:hover span,
.mod_page_next:hover span{
    color: #5554a2;
}

.mod_page_prev span,
.mod_page_next span{
    color: #b2b1e0;
}

.mod_page_list{
    margin: 0 21px;
}

.honor_tab{
    display: flex;
    justify-content: center;
    margin-bottom: 35px;
}

.honor_tabitem{
    margin: 0 55px;
}

.honor_tabcont{
    font-size: 18px;
    line-height: 2;
    position: relative;
    color: #222222;
    transition: all 0.36s;
    padding-bottom: 5px;
    cursor: pointer;
}

.honor_tabitem.active .honor_tabcont::after{
    opacity: 1;
}

.honor_tabitem:hover .honor_tabcont::after{
    opacity: 1;
}

.honor_tabitem:hover .honor_tabcont{
    color: #5554a2;
}

.honor_tabitem.active .honor_tabcont{
    color: #5554a2;
}

.honor_tabcont::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #5554a2;
    bottom: 0;
    left: 0;
    transition: all 0.36s;
    opacity: 0;
}

.honor_slick_text{
    margin-bottom: 80px;
    text-align: center;
}

.honor_slick_text {
    padding: 0 115px;
}

.honor_slick_text  p{
    color: #666666;
}

.honor_second_slickbox{
    position: relative;
}

.honor_second_slick{
    margin: 0 -108px;
}

.honor_second_slick_item{
    padding: 0 108px;
}

.hssi_img{
    padding-top: 66.938775%;
}

.honor_second_arrow{
    position: absolute;
    width: calc(100%);
    left: 50%;
    top: calc(50% - 85px) ;
    transform: translate(-50%,-50%);
    pointer-events: none;
    z-index: 2;
}

.honor_second_arrowflex{
    pointer-events: none;
}

.honor_second_prev,
.honor_second_next{
    pointer-events: all;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #f8f9ff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: all 0.36s;
    cursor: pointer;
}

.honor_second_prev:hover,
.honor_second_next:hover{
    background-color: #5554a2;
}

.honor_second_prev span{
    transform: rotate(180deg);
}

.honor_second_prev span,
.honor_second_next span{
    color: #5554a2;
}

.honor_second_prev:hover span,
.honor_second_next:hover span{
    color: #fff;
}

.honor_slick {
    margin: 0 -120px;
}

.honor_slick_item{
    padding: 0 120px;
}   

.honor_second_slickbox>.slick-list{
    overflow: initial;
}

.honor_second_arrowflex{
    width: 100%;
    display: flex;
    justify-content:space-between;
}

.hssi_tit{
    text-align: center;
    font-size: 14px;
    margin-top: 16px;
    color: #222222;
    line-height: 1.4;
    transition: all 0.36s;
}

.hssi_link:hover .hssi_tit{
    color: #5554a2;
}

.honor_slick_item.patent .hssi_img,
.honor_slick_item:last-child .hssi_img{
    padding-top: 137.959183%;
}

.horon_base{
    width:calc(100% + 60px);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.horon_base img{
    width: 100%;
}

.honor_second_slickbox{
    padding: 0 120px 170px;
}

/* about-end */

/* product */

.product_cont .hc_cont1410{
    display: flex;
    justify-content: flex-end;
}

.product_cont .left{
    width: 340px;
    flex-shrink: 0;
}

.product_cont .right{
    width: calc(100% - 340px);
    padding-left: 50px;
}

.product_aside_mod{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 30px;
    cursor: pointer;
}

.product_aside_link{
    display: inline-flex;
    align-items: center;
}

.product_aside_link .hc_imgbox_cover{
    width: 30px;
    margin-right: 14px;
}

.product_aside_link .text{
    font-size: 18px;
    color: #5554a2;
    line-height: 1.75;
}

.product_aside_icon{
    font-size: 16px;
    transform: rotate(180deg);
    transition: all 0.36s;
}

.product_aside_second{
    padding-top: 10px;
    padding-bottom: 0px;
}

.product_aside_second>li>a{
    line-height: 1.7;
    font-size: 16px;
    color: #5554a2;
    display:block;
    padding: 6px 75px;
    border-radius: 10px;
    transition: all 0.36s;
}

.product_aside_second>li>a:hover{
    background-color: #f8f9ff;
    color: #5554a2;
    font-weight: bold;
}

.product_aside_second>li.active>a{
    background-color: #f8f9ff;
    color: #5554a2;
}

.product_aside_item:not(:last-child){
    margin-bottom: 10px;
}

.product_aside_item .hc_imgbox_cover img:last-child{
    opacity: 1;
}

.product_aside_item .hc_imgbox_cover img:first-child{
    opacity: 0;
}


.product_aside_second{
    display: none;
}

.product_aside_item:first-child .product_aside_second{
    display: block;
}

.product_aside_item.active .text{
    color: #5554a2;
    font-weight: bold
}

.product_aside_item:hover .text{
    color: #5554a2;
    font-weight: bold;
}

.product_aside_item.active .hc_imgbox_cover img:last-child{
    opacity: 1;
}

.product_aside_item.active .hc_imgbox_cover img:first-child{
    opacity: 0;
}


.product_aside_item:hover .hc_imgbox_cover img:last-child{
    opacity: 1;
}

.product_aside_item:hover .hc_imgbox_cover img:first-child{
    opacity: 0;
}


.product_aside_item.active .product_aside_icon{
    transform: rotate(0);
}

.product_aside_item:hover .product_aside_icon{
    transform: rotate(0);
}

.product_list{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.product_item{
    width: 33.33333%;
    padding: 0 15px;
    margin-bottom: 30px;
}

.product_main .mod_page{
    text-align: right;
}


.product_list{
    margin-bottom: 20px;
}
/* product-end */

/* news */

.news_link{
    display: flex;
    align-items: center;
    padding-left: 70px;
    padding-right: 50px;
    padding-top: 50px;
    padding-bottom: 55px;
}

.news_time{
    width: 135px;
    position: relative;
    margin-right: 44px;
    flex-shrink: 0;
}

.news_time .month{
    font-size: 36px;
    margin-bottom: 25px;
    color: #999999;
    transition: all 0.36s;
}

.news_time .year{
    font-size: 20px;
    line-height: 1.2;
    transition: all 0.36s;
    color: #999999;
}

.news_info{
    width: 100%;
}

.news_info .tit{
    font-size: 18px;
    line-height: 1.75;
    font-weight: bold;
    margin-bottom: 20px;
    transition: all 0.36s;
    color: #222222;
}

.news_info .text p{
    color: #666666;
    transition: all 0.36s;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 54px;
}

.news_btn{
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: #f8f9ff;
    margin-left: 80px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: all 0.36s;
}

.news_btn span{
    color: #5b5aa6;
}

.news_time::after{
    content: "";
    position: absolute;
    width: 1px;
    height: 35px;
    background-color: #d8d8d8;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.news_cont{
    padding: 100px 0;
}

.news_link:hover{
    border-radius: 20px;
    box-shadow: 0px 5px 10px 0px rgba(85, 84, 162, 0.12);
}

.news_link:hover .month,
.news_link:hover .year,
.news_link:hover .news_info .tit{
    color: #5554a2;
}

.news_link:hover .text p{
    color: #222;
}

.news_link:hover .news_btn{
    transform: translateX(5px);
    background-color: #5554a2;
}

.news_link:hover .news_btn span{
    color: #fff;
}

.news_item:not(:last-child){
    margin-bottom: 25px;
}

.news_list{
    margin-bottom: 50px;
}

.faq_conts,
.news_cont,
.product_cont,
.prodeta_info,
.sitemap_cont {
    padding-top: 100px;
    padding-bottom: 100px;
}

.product_cont{
    margin-bottom: 100px;
    padding-bottom: 0 !important;
}

.faq_item:not(:last-child){
    margin-bottom: 12px;
}

.faq_cont .header{
    display: flex;
    align-items: flex-start;
    padding: 12px 35px;
    background-color: transparent;
    justify-content: space-between;
    transition: all 0.36s;
    cursor: pointer;
    position: relative;
    z-index: 1;
    border-radius: 10px;
}

.faq_item.active .faq_cont .header{
    border-radius: 10px;
}

.faq_mian .faq_cont .header{
    border: 2px solid #5554a2;
}   

.faq_cont .left{
    display: flex;
    font-size: 24px;
}

.faq_cont .left span{
    color: #666666;
    margin-top: 5px;
}

.faq_cont .tit{
    color: #666666;
    transition: all 0.36s;
    font-size: 18px;
    line-height: 1.7;
    margin-left: 20px;
    margin-right: 50px;
}

.faq_cont .right{
    font-size: 16px;
    margin-top: 9px;
}

.faq_cont .right span{
    transform: rotate(-180deg);
}

.faq_item.active .faq_cont .tit{
    /* color: #fff; */
}

.faq_item.active .faq_cont .left span{
    /* color: #fff; */
}

/* .faq_item.active .faq_cont .header{
    background-color: #5554a2;
} */

.faq_item.active .faq_cont .right span{
    transform: rotate(0deg);
    /* color: #fff; */
}

.faq_cont .body{
    border:1px solid #e5e4fa;
    border-top: none;
    padding: 50px 75px 30px;
    margin-top: -20px;
    display: none;
    border-radius: 10px;
}

/* .faq_item:first-child .faq_cont .body{
    display: block;
} */

.faq_cont .body p{
    color: #666666;
    line-height: 1.875;
}

/* .faq_item.active .faq_cont .header{
    border-color: transparent;
} */

.faq_lsit{
    margin-bottom: 60px;
    
}
/* news-end */

/* job */
.job_mian .faq_item .header{
    padding-left: 105px !important;
    padding-right: 100px !important;
}

.job_mian .p1{
    width: 190px;
    flex-shrink: 0;
}

.job_mian .p2,
.job_mian .p3,
.job_mian .p4{
    width: 100px;
    flex-shrink: 0;
    margin-right: 95px;

}

.job_mian .p5{
    width: 80px;
    flex-shrink: 0;
}

.job_mian .pb{
    font-size: 16px;
    line-height: 1.57;
    color: #666666;
    transition: all 0.36s;
}

.job_mian .tb_header .pb{
    font-size: 18px;
    color: #222222 !important;
}

.tb_header {
    pointer-events: none;
}



.faq_item.tb_header{
    margin-bottom: 0;
    background-color: #f8f9ff !important;
}

.job_mian .faq_item.tb_header .faq_cont .header {
    background-color: #f8f9ff !important;
    padding: 16px 35px;
}

.job_mian .faq_cont .header{
    border-bottom: none;
}

.job_mian .faq_cont .header {
    display: flex;
    padding: 15px 35px;
}




/* .job_mian .body{
    display: block !important;
} */

.job_mian .body h5{
    font-size: 17px;
    color: #5554a2;
    line-height: 1.7;
    margin-bottom: 8px;
}

.job_mian .body p{
    line-height: 2;
}

.job_mian .faq_cont .body{
    padding-left: 105px;
    padding-right: 95px;
    padding-top: 36px;
    padding-bottom: 40px;
    border: none;
    margin-top: 0 !important;
}

.job_mian .faq_item:not(.tb_header):hover .pb{
    color: #fff;
}

.job_mian .faq_item:not(.tb_header){
    border-radius: 10px;
    border: 1px solid #e5e4fa;
    transition: all 0.36s;
}

.job_mian .faq_lsit .faq_item.tb_header{
    margin-bottom: 0 !important;
    border-radius: 10px;
    overflow: hidden;
}

.job_mian .faq_item:not(:last-child){
    margin-bottom: 10px !important;
}

.job_mian .faq_item.active .pb{
    color: #fff;
}

.job_mian .faq_item.active .header{
    background-color: #5655a3;
}

.job_mian .faq_item:nth-child(2) .body{
    display: block;
}

/* job-end */

/* product */
.prodeta_info{
    padding-bottom: 40px !important;
}

.prodeta_info .flex{
    display: flex;
}

.prodeta_info .right{
    padding-left: 50px;
}

.prodeta_blist{
    border-radius: 10px;
    overflow: hidden;
}

.prodeta_bimg,
.prodeta_simg{
    padding-top: 76.363636%;
}

.prodeta_blist {
    box-shadow: 0px 5px 10px 0px rgba(85, 84, 162, 0.12);
    margin-bottom: 12px;
}

.prodeta_sitem{
    margin-bottom: 15px;
}

.prodeta_simg {
    box-shadow: 0px 5px 10px 0px rgba(85, 84, 162, 0.12);
    border: 1px solid transparent ;
    transition: all 0.36s;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.prodeta_simg:hover{
    border: 1px solid #5554a2 ;
}

.slick-current .prodeta_simg{
    border: 1px solid #5554a2 ;
}

.prodeta_slistbox {
    margin: 0 -10px;
    padding: 0 10px;
    overflow: hidden;
}

.prodeta_slist{
    margin: 0 -5px;
}

.prodeta_sitem{
    padding: 0 5px;
}

.prodeta_slist .slick-list{
    overflow: initial;
}

.prodeta_sitem.video .prodeta_simg::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #5554a2;
    opacity: 0.75;
}

.prodeta_sitem .play{
    display: none;
}

.prodeta_sitem.video .play{
    display: block;
    position: absolute;
    width: 34px;
    height: auto !important;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
}

.prodeta_nav{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 15px;
    margin-bottom: 63px;
    border-bottom: 1px solid #5554a2;
}

.prodeta_nav li{
    display: flex;
    align-items: center;
    flex-shrink: 0;
    flex-wrap: wrap;
}

.prodeta_nav li:last-child span{
    display: none;
}

.prodeta_nav a{
    font-size: 16px;
    line-height: 1.85;
    color: #222222;
    display:inline-block;
}

.prodeta_nav a:hover {
    color: #5554a2;
}

.prodeta_nav span{
    display: inline-block;
    margin: 0 5px;
}

.prodeta_nav li:first-child a::before{
    content: "\e65e";
    width: 30px;
    line-height: 28px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #5e5da7;
    font-size: 14px;
    flex-shrink: 0;
    margin-right: 12px;
    color: #5e5da7;
}

.prodeta_tit{
    line-height: 1.3;
    color: #222222;
    margin-bottom: 16px;
    color: #5b5aa6;
    font-weight: bold;
}

.prodeta_tit,
.prodeta_eidt h2,
.prodeta_order h2,
.prodeta_from h2{
    font-size: 35px;
}


.prodeta_text p{
    line-height: 1.85;
    color: #666666;
}

.prodeta_text{
    margin-bottom: 85px;
}

.prodeta_text{
    min-height: 180px;
}

.prodeta_btn{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 270px;
    height: 52px;
    text-align: center;
    background-color: #5554a2;
    border-radius: 10px;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    transition: all 0.36s;
}

.prodeta_btn_text{
    font-size: 18px;
    margin-left: 12px;
}

.prodeta_btn:hover{
    box-shadow:0 0 0 4px rgb(85, 84, 162,0.5);
}

.prodeta_eidt{
    margin-bottom: 75px;
    overflow: hidden;
}

.prodeta_eidt h2,
.prodeta_order h2{
    margin-bottom: 34px;
}

.prodeta_eidt_cont p{
    font-size: 16px;
    line-height: 1.75;
    color: #666;
}

.prodeta_eidt_cont img{
    height: auto !important;
}

.prodeta_eidt_cont h2{
    font-size: 35px;
    line-height: 1.3;
    color: #222;
}

.prodeta_eidt_cont h3{
    font-size: 30px;
    line-height: 1.3;
    color: #222;
}

.prodeta_eidt_cont h4{
    font-size: 26px;
    line-height: 1.3;
    color: #222;
}

.prodeta_eidt_cont h5{
    font-size: 24px;
    line-height: 1.3;
    color: #222;
}

.prodeta_eidt_cont tr,
.prodeta_eidt_cont td{
    border: 1px solid #999;
}

.prodeta_eidt_cont td,
.prodeta_eidt_cont th{
    padding: 14px 16px;
}

.prodeta_order{
    margin-bottom: 55px;
}

.prodeta_from,
.contact_map{
    padding-bottom: 100px;
}

.prodeta_from h2{
    margin-bottom: 10px;
}

.prodeta_from_text p{
    line-height: 1.875;
    color: #222;
}

.mod_form{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -6px;
}

.mod_form_item{
    width: 25%;
    padding: 0 6px;
    margin-bottom: 13px;
}

.mod_form_cont{
    position: relative;
    border-radius: 10px;
    border: 1px solid #e5e4fa;
}

.mod_form_cont input{
    width: 100%;
    height: 48px;
    font-size: 15px;
    padding: 0 19px;
}

.mod_form_cont label{
    position: absolute;
    left: 19px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.36s;
    font-size: 15px;
    color: #666666;
    background-color: #ffffff;
    pointer-events: all 0.36s;
}

.mod_form_item.block{
    width: 100% !important;
}

.mod_form_item.active label{
    top: 0;
}

.prodeta_from_text{
    margin-bottom: 24px;
}

.mod_form_item.pro_name .mod_form_cont{
    background-color: #f8f9ff;
    border-color: #f8f9ff;
    display: flex;
    align-items: center;
    padding-left: 35px;
}

.mod_form_item.pro_name label{
    position: static;
    transform: none;
    flex-shrink: 0;
    color: #5554a2;
}

.mod_form_item.pro_name input{
    padding-left: 0px;
    color: #5554a2;
}

label{
    margin-bottom: initial;
}

.mod_form_item textarea{
    height: 200px;
    width: 100%;
    padding: 25px 19px;
}

.mod_form_item.textarea label{
    top: 32px;
}

.mod_form_item.textarea.active label{
    top: 0;
}

.mod_form_item.textarea{
    margin-bottom: 30px;
}

.mod_form_item.button .mod_form_cont{
    border: none;
    border-radius: 0;
    text-align: right;
}

.mod_form_item .prodeta_btn_text{
    margin-left: 0;
    margin-right: 8px;
}
/* product-end */


/* contact */

.contact_info{
    margin-top: -130px;
    position: relative;
    z-index: 1;
    padding-bottom: 70px;
}

.contact_flex{
    background-color: #fff;
    padding: 97px 90px;
    border-radius: 10px;
    display: flex;
    position: relative;
    z-index: 1;
    overflow: hidden;
    box-shadow: 0px 5px 10px 0px rgba(85, 84, 162, 0.12);
}

.contact_list li:not(:last-child){
    margin-bottom: 21px;
}

.contact_lcont{
    display: flex;
    align-items: flex-start;
}

.contact_icon{
    width: 57px;
    line-height: 55px;
    border-radius: 10px;
    border: 1px solid #e5e4fa;
    font-size: 26px;
    text-align: center;
}

.contact_icon span{
    color: #5554a2;
}

.contact_ag{
    margin-top: 15px;
    margin-left: 22px;
}

.contact_ag a{
    color: #222222;
    font-size: 18px;
    line-height: 1.5;
    display: block;
}

.contact_ag a:hover{
    color: #5554a2;
}

.contact_flex .left{
    width: 50%;
}

.contact_flex .left h1{
    font-weight: bold;
    color: #5554a2;
    margin-bottom: 35px;
    line-height: 1.5;
}

.contact_flex .mod_form .mod_form_item{
    width: 50%;
}

.contact_flex .contact_flex_tit,
.contact_flex .left h1{
    font-size: 35px;
}

.contact_flex .contact_flex_tit{
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 35px;
    color: #5554a2;
}

.contact_flex .right{
    width: 50%;
    padding-left: 15px;
}

.contact_flex .prodeta_btn{
    min-width: 180px;
    height: 48px;
}

.contact_flex_bg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    pointer-events: none;
}

.contact_flex_bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.map-content{
    overflow: hidden;
    border-radius: 10px;
    height: 418px;
}

.hd_second{
    position: absolute;
    padding: 16px 0px;
    background-color: #fff;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    border-radius: 0 0 10px 10px;
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.03);
    pointer-events: none;
    opacity: 0;
    transition: all 0.36s;
}

.hd_second_link{
    display: block;
    padding: 10px 40px;
    font-size: 16px;
    line-height: 1.6;
    color: #222;
    white-space: nowrap;
    min-width: 180px;
    text-align: center;
}

.hd_second_link:hover{
    color: #5554a2;
}


.hd_second_item{
    position: relative;
}

.hc_third{
    position: absolute;
    min-width: 120px;
    padding: 13px 0;
}

.hc_third{
    position: absolute;
    left: 100%;
    top: 0;
    background-color: #Fff;
    border-radius:10px;
    box-shadow: 10px 0px 10px 0 rgba(0, 0, 0, 0.03);
    pointer-events: none;
    opacity: 0;
    transition: all 0.36s;
}

.hd_third_link{
    display: block;
    font-size: 15px;
    line-height: 1.6;
    padding: 8px 20px;
    color: #222;
    white-space: nowrap;
}

.hd_third_link:hover{
    color: #5554a2;
}

.hd_second_item:hover .hc_third{
    pointer-events: all;
    opacity: 1;
}

.hd_nav_item:hover .hd_second{
    pointer-events: all;
    opacity: 1;
}

.home_sell_vitem a:hover .home_sell_vimg img{
    transform: scale(1.03);
}


/* sitemap */
/* .sitemap_cont{
    padding-bottom: 25px !important;
} */

.sitemap_cont_list{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.sitemap_cont_item{
    width: 25%;
    padding: 0 10px;
}

.sitemap_cont_link{
    display: block;
    text-align: center;
    line-height: 50px;
    background-color: 
    #5554a2;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}

.sitemap_cont_link:hover{
    text-decoration: underline;
}

.sitemap_second_list{
    margin-top: 15px;
}

.sitemap_second_item{
    margin-bottom: 10px;
}

.sitemap_second_link{
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    transition: all 0.36s;
    display: block;
    color: #222;
    padding: 4px 0;
}

.sitemap_second_link:hover{
    color: #5554a2;
    text-decoration: underline;
}

@media screen and (max-width: 1680px) {

    .sitemap_cont_link {
        line-height: 45px;
    }

    .sitemap_second_item {
        margin-bottom: 8px;
    }
}   

@media screen and (max-width: 1440px) {
    .sitemap_cont_item {
        padding: 0 8px;
    }

    .sitemap_cont_list {
        margin: 0 -8px;
    }

    .sitemap_cont_link {
        line-height: 40px;
        font-size: 16px;
    }

    .sitemap_second_link {
        padding: 4px 0;
        line-height: 26px;
        font-size: 15px;
    }
}

@media screen and (max-width: 991px) {
    .sitemap_cont_item {
        padding: 0 5px;
    }

    .sitemap_cont_list {
        margin: 0 -5px;
        flex-wrap: wrap;
    }

    .sitemap_cont_item{
        width: 33.333333%;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 768px) {

    .sitemap_cont_list{
        flex-direction: column;
    }

    .sitemap_cont_item{
        width: 100%;
        margin-bottom: 10px;
    }

    .sitemap_second_list {
        margin-top: 10px;
    }

    .sitemap_cont_link {
        font-size: 15px;
    }

    .sitemap_second_link {
        font-size: 14px;
    }

    .sitemap_second_link {
        padding: 2px 0;
    }
}
/* sitemap-end */
.ct_aside1{
    position: fixed;
    top: 50%;
    right: 22px;
    transform: translateY(-50%);
    z-index: 10;
}

.ct_aside1_list{
    margin-bottom: 15px;
    transition: all 0.36s;
}

.ct_aside1_item{
    margin-bottom: 10px;
    position: relative;
    transition: all 0.36s;
    cursor: pointer;
}

.ct_aside1_item:last-child{
    margin-bottom: 0;
}

.ct_aside1_link{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255,0.4);
    font-size: 24px;
    color: #fff;
    transition: all 0.36s;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .09);
}

.ct_aside1_link span{
    color: #222222;
}

.ct_aside1_item.active .ct_aside1_link{
    background-color: #5554a2;
}

.ct_aside1_item:hover .ct_aside1_link{
    background-color: #5554a2;
}

.ct_aside1_link:hover span{
    color: #fff;
}


.ct_aside1_link,
.ct_aside1_switch{
    width: 46px;
    height: 46px;
    border-radius: 10px;
}

.ct_aside1_switch{
    background-color: #222;
    position: relative;
    transition: all 0.36s;
    cursor: pointer;
    display: none;
}

.ct_aside1_switch::after,
.ct_aside1_switch::before{
    content: "";
    position: absolute;
    background-color: #fff;
    transition: all 0.36s;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.ct_aside1_switch::after{
    width: 2px;
    height: 15px;
}

.ct_aside1_switch::before{
    height: 2px;
    width: 15px;
}

.ct_aside1_switch.active{
    background-color: #031417;
    transform: rotate(-90deg);
}

.ct_aside1_cont{
    position: absolute;
    right: calc(100% + 5px);
    top: 50%;
    transform: translateY(-50%) translateX(100px);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .08);
    transition: all 0.36s;
    opacity: 0;
    pointer-events: none;
}

.ct_aside1_cont a{
    display: block;
    font-size: 15px;
    color: #222;
    background-color: #fff;
    border-radius: 10px;
    padding: 15px 25px;
    white-space: nowrap;
}

.ct_aside1_item:nth-child(2) .ct_aside1_link{
    font-size: 28px;
}

.ct_aside1_qr{
    width: 100px;
    padding: 2px;
}

.ct_aside1_qr img{
    width: 100%;
}

.ct_aside1_item.active .ct_aside1_cont{
        pointer-events: all;
        opacity: 1;
        transform: translateY(-50%) translateX(0px);
    }

.ct_aside1_cont::after{
    content: "";
    position: absolute;
    width: 5px;
    height: 100%;
    top: 0;
    left: 100%;
}

/* type-animatelist */
.ct_aside1_list.animatelist{
    transform: translateX(100px);
}

.ct_aside1_list.active{
    transform: translateX(0px);
}

/* type-animateitem */
.ct_aside1_list.animateitem .ct_aside1_item{
    transform: translateX(100px);
}

.ct_aside1_list.active .ct_aside1_item{
    transform: translateX(0px) ;
}

/* type-animateitem-rotate */
.ct_aside1_list.animateitem-rotate .ct_aside1_item{
    transform: translateX(80px) rotate(360deg);
}

.ct_aside1_list.active .ct_aside1_item{
    transform: translateX(0px) rotate(0deg);
}


/* newdate */
.newdate_info_tit{
    margin-bottom: 20px;
    font-size: 36px;
    line-height: 1.2;
    font-weight: bold;
}

.newdate_info_date {
    font-size: 16px;
    line-height: 1.5;
}

.newdate_info {
    padding: 60px 0 20px;
    border-bottom: 1px solid #ccc;
}

/* .news_info{
    margin-bottom: 50px;
} */

.news_primary{
    padding-top: 50px !important;
    padding-bottom: 100px !important;
}

.news_info h2 {
    font-size: 30px;
    line-height: 1.3;
    font-weight: bold;
    color: #222222;
    margin-bottom: 20px;
}

.news_info p {
    font-size: 16px;
    line-height: 1.6;
    color: #444444;
    margin-bottom: 20px;
}

.news_info img {
    height: auto !important;
}

.newdate_main .pdrf_shares {
    margin-top: 50px;
}

.newdate_page {
    margin-top: 40px;
}

.newdate_page a:hover {
    color: #0064ca;
}

.newdate_prev {
    margin-bottom: 20px;
}

.pdrf_shares_text {
    flex-shrink: 0;
    font-size: 22px;
    line-height: 1.2;
    margin-right: 5px;
    margin-bottom: 5px;
}

.pdrf_shares {
    display: flex;
    align-items: center;
}

.newdate_page a {
    color: #666;
    font-size: 16px;
    line-height: 1.4;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

@media screen and (max-width: 1680px) {
    .newdate_info_tit {
        margin-bottom: 20px;
        font-size: 30px;
    }

    .newdate_info {
        padding: 55px 0 20px;
    }


    .news_info h2 {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .news_primary {
        padding-top: 40px !important;
        padding-bottom: 80px !important;
    }

    .pdrf_shares_text {
        font-size: 20px;
    }

    .news_info {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 1440px) {
    .newdate_info_tit {
        margin-bottom: 15px;
        font-size: 24px;
    }

    .newdate_info {
        padding: 50px 0 15px;
    }

    .news_primary {
        padding-top: 35px !important;
        padding-bottom: 60px !important;
    }

    .newdate_info_date {
        font-size: 14px;
    }

    .news_info h2 {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .news_info p {
        font-size: 14px;
        line-height: 1.7;
        margin-bottom: 12px;
    }

    .news_info {
        margin-bottom: 30px;
    }

    .pdrf_shares_text {
        font-size: 18px;
    }

    .newdate_page {
        margin-top: 30px;
    }

    .newdate_page a {
        font-size: 14px;
        line-height: 1.4;
    }

    .newdate_prev {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 1200px) {
    .newdate_info_tit {
        font-size: 22px;
    }

    .newdate_info {
        padding: 40px 0 12px;
    }

    .news_primary {
        padding-top: 30px !important;
        padding-bottom: 50px !important;
    }

    .pdrf_shares_text {
        font-size: 16px;
    }

    .news_info h2 {
        font-size: 18px;
    }
}


@media screen and (max-width: 768px) {
    .newdate_info {
        padding: 35px 0 12px;
    }

    .newdate_info_tit {
        margin-bottom: 13px;
        font-size: 24px;
    }

    .news_primary {
        padding-top: 25px !important;
        padding-bottom: 40px !important;
    }
}
/* newdate-end */

@media screen and (max-width:768px) {
    .ct_aside1_list{
        display: none;
    }

    .ct_aside1{
        top: initial;
        right: 20px;
        bottom: 70px;
        transform: translateY(0);
    }

    .ct_aside1_switch{
        display: block;
    }

}

/* hover */
@media screen and (min-width:1200px) {
    .ct_aside1_switch:hover{
        background-color: #031417;
    }

    .ct_aside1_item:hover .ct_aside1_cont{
        pointer-events: all;
        opacity: 1;
        transform: translateY(-50%) translateX(0px);
    }
}

.page_banner img{
    width: 100%;
}

.pb span{
    display: none;
} 

.contact_main .mod_form_item textarea{
    height: 125px;
}

.contact_main .mod_form_item textarea {
    padding: 20px 19px;
}

.mod_form_item.textarea label {
    top: 23px;
}

.hc_search_ph{
    display: none;
}

.hd_nav_item.active .hd_nav_link{
    color: #5554a2;
}

.hd_nav_item.active .hd_nav_link::after{
    opacity: 1;
}

.c_pcbtn{
    display: none;
}

.ph_play{
    display: none;
}

/* 去除input记忆填充底色 */
input:-webkit-autofill {
    box-shadow:0 0 0 1000px white inset !important;
}

input:-internal-autofill-previewed,
    input:-internal-autofill-selected {
    -webkit-text-fill-color: #333 !important;
    transition: background-color 5000s ease-in-out 0s !important;
}

/* ph去除载入效果 */
@media screen and (max-width: 1200px) {
    .wow {
        animation: none;
    }
}

.home_sell_ptit .text{
    color: #5554a2;
}

/* hover */
@media screen and (min-width:1200px) {
    .faq_item:hover .faq_cont .tit{
        /* color: #fff; */
        font-weight: bold;
    }
    
    .faq_item:hover .faq_cont .left span{
        /* color: #fff; */
    }
    
    .faq_item:hover .faq_cont .header{
        background-color: #5554a2 !important ;
        /* box-shadow: 0 0 0 2px #5655a3; */
        border-radius: 10px;
    }

    .faq_mian .faq_item:hover .faq_cont .header{
        background-color: transparent !important;
        box-shadow: none !important;

    }

    
    .faq_item:hover .faq_cont .right span{
        /* color: #fff; */
    }

    .hd_nav_item:hover .hd_nav_link{
        color: #5554a2;
    }
    
    .hd_nav_item:hover .hd_nav_link::after{
        opacity: 1;
    }

    .home_sell_plink:hover .home_sell_pimg_box::after{
        width: calc(100% + 5px);
        height: calc(100% + 5px);
    } 
    
}


.faq_cont table td,
.faq_cont table th{
    border: 1px solid #ccc;
}

.about_text{
    margin-bottom: 40px !important;
}

.about_tlist{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}

.about_titem{
    margin: 0 25px;
    font-size: 24px;
    color: rgb(178, 162, 199);
    font-weight: 700;
}

.about_titem span{
    font-size: 36px;
    color: rgb(95, 73, 122);
}

@media screen and (max-width:1440px) {
    .about_titem{
        margin: 0 20px;
        font-size: 20px;
    }
    
    .about_titem span{
        font-size: 30px;
    }

    .about_tlist{
        margin-bottom: 50px;
    }

    .about_text{
        margin-bottom: 35px !important;
    }
}


@media screen and (max-width:991px) {
    .about_titem{
        margin: 0 15px;
        font-size: 18px;
    }
    
    .about_titem span{
        font-size: 26px;
    }

    .about_tlist{
        margin-bottom: 40px;
    }

    .about_text{
        margin-bottom: 30px !important;
    }
}

@media screen and (max-width:768px) {
    .about_titem{
        margin: 0 15px;
        font-size: 18px;
    }
    
    .about_titem span{
        font-size: 24px;
    }

    .about_tlist{
        margin-bottom: 15px;
        flex-wrap: wrap;
        align-items: center;
    }

    .about_titem{
        width: 50%;
        margin: 0 ;
        text-align: center;
    }

    .about_titem{
        margin-bottom: 18px;
    }    

    .about_text{
        margin-bottom: 25px !important;
    }
}

.faq_nav{
    width: 100%;
    position: sticky;
    left: 0;
    top: 95px;
    text-align: left;
    margin-bottom: 20px;
    font-size: 0;
    background-color: #fff;
    z-index: 4;
    padding-top: 20px;
    padding-bottom: 20px;
}

.faq_nav a{
    display: inline-block;
    line-height: 46px;
    width: 146px;
    border-radius: 6px;
    background-color: #5554a2;
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin-right: 20px;
}

.page_banner{
    overflow: hidden;
}

.hc_container{
    overflow: initial;
}

.faq_conts{
    padding-top: calc(100px - 20px);
}

.prodeta_tab{
    padding: 70px 0 80px;
}

.prodeta_tab_list{
    display: flex;
    justify-content: center;
    border-bottom: 2px solid #ccc;
}

.prodeta_tab_item{
    padding: 10px 20px 24px;
    position: relative;
    margin: 0 10px;
    font-size: 18px;
    cursor: pointer;
    color: #5554a2;
}

.prodeta_tab_item::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    top: 100%;
    left: 0;
    background-color: #5554a2;
    opacity: 0;
    transition: all 0.36s;
}

.prodeta_tab_item:hover::after{
    opacity: 1;
}

.prodeta_tab_item:hover{
    color: #5554a2;
    font-weight: bold;
}

.prodeta_tab_item.active {
    color: #5554a2;
}

.prodeta_tab_item.active::after{
    opacity: 1;
}

.prodeta_tab_citem{
    padding: 20px;
}

.prodeta_tab_edit p{
    font-size: 16px;
    line-height: 1.75;
    color: #666666;
}

.prodeta_tab_edit img{
    height: auto !important;
}

.prodeta_tab_edit td,
.prodeta_tab_edit th{
    border: 1px solid #666;
    padding: 5px;
}

.prodeta_tab_edit table{
    
}

.ft_purchase{
    display: flex;
    margin-top: 30px;
}

.ft_purchase li{
    margin-right: 15px;
}

.ft_purchase li:last-child{
    margin-right: 0;
}

.ft_purchase a{
    display: block;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: #5554a2;
    position: relative;
    overflow: hidden;
}

.ft_purchase a img{
    width: 100%;
}

.ft_purchase_text{
    margin-top: 30px;
    font-size: 16px;
    line-height: 1.75;
}

.ft_purchase {
    margin-top: 22px;
}

.honor_cont {
    overflow: hidden;
}












