.container {
    max-width: 1230px;
}
body * {
    transition: all 200ms;
}
body {
    -webkit-text-size-adjust: 100% !important;
}
.header_bj {
    background: url(../images/topbak.png) no-repeat;
    background-size: 100% 100%;
    padding-bottom: 15px;
}
.header_top {
    display: flex;
    justify-content: space-between;
    padding: 25px 0 40px;
}
.header_top_left {
    font-size: 18px;
    color: rgba(51, 51, 51, 1);
}
.contr a {
    color: rgba(51, 51, 51, 1);
    font-size: 18px;
    text-decoration: none;
}
.header_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header_bottom_right {
    display: flex;
    justify-content: space-between;
    width: 45%;
    align-items: center;
}
.header_bottom_left {
    font-size: 32px;
    color: rgba(0, 0, 0, 1);
    width: 40%;
}
.hbr_tel {
    color: rgba(242, 151, 0, 1);
    font-size: 32px;
    font-weight: 400;
}
span.telicon img {
    display: inline-block;
    vertical-align: -1px;
}
button.hbr_search_button i {
    color: #ffffff;
    font-size: 14px;
    display: inline-block;
    vertical-align: 1px;
    padding-right: 1px;
}
button.hbr_search_button {
    border: none;
    background: rgba(242, 151, 0, 1);
    height: 30px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 300;
    font-size: 14px;
    width: 25%;
    outline: none;
    border-radius: 15px;
    text-align: center;
    position: absolute;
    right: 15%;
}

form.hbr_search_form {position: relative;}
input.hbr_search_input {
    border: 1px solid rgba(174, 174, 174, 1);
    width: 70%;
    background: unset;
    outline: none;
    height: 30px;
    line-height: 30px;
    padding-left: 15px;
    border-right: none;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    font-size: 14px;
}
.hbr_search {
    width: 46%;
}
.header_nav_bj {
    background: url(../images/nav.jpg) no-repeat;
    background-size: 1920px;
    background-position: center;
}
.header_logo h1 {
    margin-bottom: 0;
}
.Navigation_flex {
    height: 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.navflex {
    display: flex;
    justify-content: space-between;
    width: 75%;
    position: relative;
}
.header_logo {
    width: 20%;
}
.header_logo a {
    display: flex;
    align-items: center;
    font-size: 34px;
    color: #ffffff;
    text-decoration: none;
}
.header_logo img {
    width: 80px;
}
.navitem a {
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    text-decoration: none;
    line-height: 80px;
    display: block;
}
.pc_nav .navitem.active a {
    color: rgba(242, 151, 0, 1);
}
.pc_nav i.curBg {
    position: absolute;
    height: 4px;
    background-color: #f29700;
    transition: .15s;
    top: 0;
}
.navitem a:hover {
    color: #f29700;
}
.stick {
    position: fixed;
    top: 0;
    z-index: 1071;
    width: 100%;
}
.banner img {
    width: 100%;
}
#home_banner .swiper-pagination-bullet {
    display: inline-block;
    width: 6px;
    height: 6px;
    opacity: 1;
    border-radius: 10px;
    background: white;
    margin: 0 3px;
    cursor: pointer;
    transition: width 0.3s ease-in-out;
}
#home_banner .swiper-pagination-bullet-active {
    background:rgba(242, 151, 0, 1);
    width: 12px;
}
.index_customer_title {
    text-align: center;
    color: rgba(0, 0, 0, 1);
    font-size: 36px;
}
.ql_distance {
    padding-top: 70px;
}
.index_customer_form {
    margin-top: 30px;
}
.index_customer_form_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    background: #ffffff;
    height: 90px;    
}
.index_customer_form_left {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 78%;
    border: 2px solid #F29700;
    height: 90px;
    border-right: none;
    justify-content: center;
}
.index_customer_form_right {
    width: 22%;
}
button.icfr_button {
    border: none;
    width: 100%;
    padding: 0;
    border-width: 0;
    outline: none;
    background: rgba(242, 151, 0, 1);
    background: linear-gradient(
-90deg
,rgba(255, 182, 62, 0.99),rgba(242, 120, 0, 0.99));
    color: #ffffff;
    font-size: 30px;
    height: 90px;
}
.icfl_line {
    width: 2px;
    height: 40px;
    background: #DEDEDE;
}
.icfl_left {
    width: 49%;
}
.icfl_right {
    width: 49%;
}
.icfl_left img {
    padding: 0 3% 0 8%;
    display: inline-block;
    vertical-align: -7px;
}
.icfl_right img {
    padding: 0 3% 0 15%;
    display: inline-block;
    vertical-align: -10px;
}
.icfl_left input {
    width: 80%;
    height: 86px;
    border: none;
    font-size: 22px;
    color: rgba(51, 51, 51, 1);
    outline: none;
}
.icfl_right input {
    width: 75%;
    height: 86px;
    border: none;
    outline: none;
    font-size: 22px;
    color: rgba(51, 51, 51, 1);
}
.index_customer_description {
    text-align: center;
    margin-top: 40px;
    color: rgba(51, 51, 51, 1);
    font-size: 22px;
}
.index_customer_description .num {
    color: rgba(242, 151, 0, 1);
    font-size: 48px;
}
.index_customer_invip {
    margin-top: 45px;
    width: 100%;
    height: 75px;
    overflow: hidden;
    line-height: 75px;
    border-top: 1px solid rgba(222, 222, 222, 1);
    border-bottom: 1px solid rgba(222, 222, 222, 1);
}
#chuizhi>.swiper-wrapper>.swiper-slide{
  width: 50%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index_customer_viplist a {
    color: rgba(51, 51, 51, 1);
    font-size: 22px;
    text-decoration: none;
}
.index_customer_viplist span {
    padding-left: 5%;
}
.index_business_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.index_business_item {
    width: 31.3%;
    margin-top: 35px;
}
.index_business_dw img {
    width: 100%;
}

.index_business_item a {
    color: rgba(255, 255, 255, 1);
}
.city {
    background: rgba(248, 248, 248, 1);
    padding: 30px;
    margin-top: 20px;
}

.city_flex {
    padding-top: 15px;
}

.city_title {
    font-size: 20px;
    color: rgba(0, 0, 0, 1);
}

.city_flex a {
    color: rgb(0 0 0 / 70%);
    font-size: 20px;
    padding-right: 15px;
    text-decoration: none;
}
.index_business_dw {
    position: relative;
}
.index_business_jddw_tit {
    position: absolute;
    bottom: 2.5%;
    font-size: 26px;
    left: 0;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.index_business_item:hover a {
    color: rgba(242, 151, 0, 1);
}
.index_create_bj {
    background: url(../images/index12.png) no-repeat;
    background-size: 1920px;
    background-position: center;
    height: 446px;
    position: relative;
}
.index_create_jdddw {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

.index_create_title {
    color: rgba(255, 255, 255, 1);
    font-size: 78px;
    font-weight: normal;
}

.index_create_fbt {
    font-size: 40px;
    color: rgba(255, 255, 255, 1);
}
.index_create_a a {
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.index_create_ykfcz {
    font-size: 34px;
    color: rgba(242, 151, 0, 1);
    border: 2px solid #F29700;
    width: 260px;
    border-radius: 50px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: none;
}
.index_create_ljzx {
    font-size: 34px;
    color: #ffffff;
    background: rgba(242, 151, 0, 1);
    width: 175px;
    border: 2px solid rgba(242, 151, 0, 1);
    border-radius: 50px;
    margin-left: -25px;
}
.index_create_a {
    margin-top: 30px;
}
.index_new_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.index_new_item {
    width: 49%;
    margin-top: 45px;
}

p.index_new_cattit {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 0;
}

a.index_new_catbig {
    color: rgba(0, 0, 0, 1);
    font-size: 28px;
    font-weight: 400;
    text-decoration: none;
}

a.index_new_catmore {
    color: rgba(174, 174, 174, 1);
    font-size: 20px;
    text-decoration: none;
}

.index_new_newsline {
    display: block;
    background: rgba(218, 218, 218, 1);
    height: 2px;
    position: relative;
    margin-bottom: 5px;
}

.cline {
    width: 200px;
    height: 4px;
    background: rgba(198, 198, 198, 1);
    top: -1px;
    left: 0;
    position: absolute;
}
a.index_new_dtd {
    text-decoration: none;
}
.index_new_newimg {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 15px;
}
.index_new_tuimg {
    width: 45%;
}

.index_new_newtr {
    width: 53%;
}

.index_new_tuimg img {
    width: 100%;
    height: 135px;
    object-fit: cover;
    border-radius: 6px;
}
.index_new_ntit {
    color: rgba(0, 0, 0, 1);
    font-size: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.index_new_remark {
    color: rgba(102, 102, 102, 1);
    font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 30px;
}
.index_new_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 20px 0;
    border-bottom: 1px dashed rgba(155, 155, 155, 1);
}

a.index_new_tit {
    font-size: 16px;
    color: rgba(102, 102, 102, 1);
    text-decoration: none;
    overflow: hidden;
    width: 75%;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
}

a.addtime {
    color: rgba(102, 102, 102, 1);
    font-size: 16px;
    text-decoration: none;
}
.index_new_item:hover a.index_new_catmore {
    color: rgba(242, 151, 0, 1);
}
.index_new_title:hover a {
    color: rgba(242, 151, 0, 1);
}
.index_customer_fbt {
    text-align: center;
    font-size: 20px;
    color: rgba(102, 102, 102, 1);
    margin-top: 10px;
}

/* 服务优势 */
.index_advantage {
    padding-bottom: 70px;
}

.topic-imgbox {
    position: relative;
}

.topic-img {
    position: absolute;
    left: 50%;
    top: 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%);
}

.circles {text-align: center;}

.circles img {
    animation: myMove1 5s linear infinite;
    -webkit-animation: myMove1 5s linear infinite;
}

@-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)}
}
.topic-item:nth-child(1) .topic-title,.topic-item:nth-child(2) .topic-title,.topic-item:nth-child(3) .topic-title{
    width: 220px;
    height: 60px;
    line-height: 60px;
    border-radius: 30px 0 40px 30px ;
    text-align: center;
    font-size: 32px;
    color: rgba(255, 255, 255, 1);
    display: inline-block;
    background: rgba(242, 151, 0, 1);
    background: linear-gradient(90deg, rgba(242, 120, 0, 0.99), rgba(255, 182, 62, 0.99));
}
.topic-item:nth-child(4) .topic-title{
    width: 220px;
    height: 60px;
    line-height: 60px;
    border-radius: 30px 0 40px 30px ;
    text-align: center;
    font-size: 32px;
    color: rgba(255, 255, 255, 1);
    display: inline-block;
    background: rgba(242, 151, 0, 1);
    background: linear-gradient(-90deg, rgba(242, 120, 0, 0.99), rgba(255, 182, 62, 0.99));
}
.topic-item:nth-child(1), .topic-item:nth-child(2), .topic-item:nth-child(3), .topic-item:nth-child(4) {
    text-align: right;
}
.topic-item:nth-child(6) .topic-title,.topic-item:nth-child(7) .topic-title,.topic-item:nth-child(8) .topic-title {
    width: 220px;
    height: 60px;
    line-height: 60px;
    border-radius: 0 30px 30px 40px;
    text-align: center;
    font-size: 32px;
    color: rgba(255, 255, 255, 1);
    display: inline-block;
    background: rgba(242, 151, 0, 1);
    background: linear-gradient(-90deg, rgba(242, 120, 0, 0.99), rgba(255, 182, 62, 0.99));
}
.topic-item:nth-child(6), .topic-item:nth-child(7), .topic-item:nth-child(8){
    text-align:left;
}
.topic-remark {
    font-size: 16px;
    color: rgba(102, 102, 102, 1);
    line-height: 32px;
    font-weight: 400;
}
.topic {
    height: 860px;
    position: relative;
}

.topic-item:nth-child(1) {
    position: absolute;
    left: 20px;
    width: 465px;
    top: 30px;
}
.topic-item:nth-child(6) {
    top: 30px;
    position: absolute;
    width: 460px;
    left: 750px;
}
.topic-item:nth-child(2) {
    position: absolute;
    top: 330px;
    left: 35px;
    width: 300px;
}
.topic-item:nth-child(7) {
    right: 0;
    top: 330px;
    position: absolute;
    width: 330px;
}
.topic-item:nth-child(3) {
    position: absolute;
    width: 360px;
    top: 610px;
    left: 45px;
}
.topic-item:nth-child(4) {
    position: absolute;
    width: 320px;
    bottom: 0;
    left: 400px;
}
.topic-item:nth-child(8) {
    width: 460px;
    top: 610px;
    right: 0px;
    position: absolute;
}
.topic-centre {
    padding-top: 185px;
}



.index_case {
    background: rgba(248, 248, 248, 1);
}

.index_case_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.index_case_item {
    width: 49%;
    background: #ffffff;
    margin-top: 30px;
}

.index_case_item a {
    text-decoration: none;
}

.ici_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.ici_flex_left {
    width: 36%;
}
.ici_flex_right {
    width: 64%;
    padding-right: 2%;
}
.ici_flex_left img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    padding: 5%;
    border-radius: 15px;
}
.ifr_title {
    color: rgba(0, 0, 0, 1);
    font-size: 22px;
}
.ifr_remark {
    font-size: 18px;
    color: rgba(102, 102, 102, 1);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-weight: 400;
}
.index_case_item:hover {
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
}
.index_case_item:hover .ifr_title {
    color: rgba(242, 151, 0, 1);
}
.index_case {
    padding-bottom: 70px;
}
.index_about_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.iaf_left {
    width: 47%;
}

.iaf_right {
    width: 51%;
}

.iaf_left img {
    width: 100%;
}

.iaf_right_title {
    text-align: center;
    color: rgba(242, 151, 0, 1);
    font-size: 22px;
    padding: 2% 0;
}
.iaf_remark p {
    font-size: 18px;
    text-indent: 2em;
    color: rgba(102, 102, 102, 1);
    line-height: 40px;
    margin-bottom: 0;
}
.iaf_more {
    display: block;
    width: 25%;
    border: 1px solid #C3C3C3;
    text-align: center;
    height: 35px;
    line-height: 35px;
    border-radius: 20px;
    float: right;
}
.iaf_more a {
    font-size: 18px;
    color: rgba(0, 0, 0, 1);
}
.iaf_right:hover .iaf_more a {
    color: #ffffff;
}
.iaf_right:hover .iaf_more {
    border: none;
    background: linear-gradient(90deg, rgba(242, 120, 0, 0.99), rgba(255, 182, 62, 0.99));
}
.index_honor_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.index_honor_item {
    width: 100%;
    margin-top: 30px;
}

.index_honor_item img {
    width: 100%;
}

p.index_honor_title {
    text-align: center;
    font-size: 20px;
    color: rgba(0, 0, 0, 1);
    margin-top: 15px;
    margin-bottom: 0;
}
.index_bank_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.index_bank_item {
    width: 24%;
    text-align: center;
    height: 135px;
    background: rgba(248, 248, 248, 1);
    line-height: 135px;
    margin-top: 15px;
    overflow: hidden;
    transition: all 200ms;
}
.index_bank_item:hover img {
    transform: scale(1.1);
}
.mgbtyw{
    margin-bottom: 15px;
}
.index_link {
    background: rgba(248, 248, 248, 1);
    padding: 30px;
    margin-top: 20px;
}
.index_link_flex a {
    color: rgba(0, 0, 0, 1);
    font-size: 18px;
    padding-right: 15px;
}
.index_link_flex span {
    font-size: 18px;
}
.footer {
    background: rgba(48, 48, 48, 1);
    padding: 35px 0;
}
.footer_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer_title {
    color: rgba(255, 255, 255, 1);
    font-size: 20px;
    text-align: center;
}
.footer_a a {
    font-size: 16px;
    color: rgba(153, 153, 153, 1);
    text-decoration: none;
}
.footer_a {
    padding-top: 15px;
}
.footer_about {
    text-align: center;
    width: 10%;
}
.footer_range {
    width: 30%;
}
.footer_contact {
    width: 35%;
}
.footer_wechat {
    width: 15%;
    text-align: center;
}
.footer_fbt {
    color: rgba(153, 153, 153, 1);
    padding: 8% 0;
    font-size: 16px;
}
.footer_bottom {
    background: rgba(59, 59, 59, 1);
}
.footer_ovg {
    text-align: center;
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
    padding: 0px 0px 20px 0px;
}
.footer_ovg a {
    color: rgba(255, 255, 255, 1);
}
.footer_address {
    text-align: center;
    font-size: 16px;
    color: rgba(153, 153, 153, 1);
    padding: 5px 0px 0px 0px;
}
.footer_moblise {
    display: none;
}
.mgbtes{
    margin-bottom: 20px;
}
.hk_hkad_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 25px;
}
.hk_hkad_item {
    width: 31.5%;
    background: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
    margin-top: 30px;
    transition: all 0.6s;
}
.hk_hkad_item:hover {
    transform: translateY(-10px);
}
.hhi_img img {
    width: 100%;
    border-radius: 6px 6px 0px 0px;
}
.hhi_title {
    text-align: center;
    font-size: 26px;
    color: rgba(0, 0, 0, 1);
    padding-top: 15px;
}

.hhi_remark {
    font-size: 18px;
    color: rgba(0, 0, 0, 1);
    text-align: center;
    padding: 10px 17px;
    line-height: 1.8;
}
.hk_hkad_item:hover .hhi_title {
    color: rgba(242, 151, 0, 1);
}
.mgbtss{
margin-bottom: 30px;
}
.pdtbqw{
    padding: 75px 0;
}
.hk_condition {
    background: rgba(248, 248, 248, 1);
}
.hk_condition_item {
    text-align: center;
    background: #ffffff;
    padding: 45px 0;
    border-radius: 6px;
}
.hci_title {
    font-size: 26px;
    color: rgba(0, 0, 0, 1);
    padding-top: 30px;
}
.hci_remark {
    font-size: 18px;
    color: rgba(0, 0, 0, 1);
    padding: 15px 15px 0;
    line-height: 1.8;
}
.hci_lineo {
    width: 50%;
    height: 3px;
    background: linear-gradient(
80deg
,#FF9793, #F84F4B );
    border-radius: 1px 2px 2px 2px;
    margin: 0 auto;
}
.hci_linet {
    width: 75%;
    height: 3px;
    background: linear-gradient(80deg, #FFD388,#FF9C00);
    margin: 0 auto;

}

.hci_lineth {
    width: 50%;
    height: 3px;
    background: linear-gradient(80deg, #35C05D,#89FBAA,#35C05D );
    border-radius: 1px 2px 2px 2px;
    margin: 0 auto;
}

.hci_linefo {
    width: 50%;
    height: 3px;
    background: linear-gradient(-90deg, #4F8FFF,#56D9FD);
    margin: 0 auto;
}

.hci_linefi {
    width: 50%;
    height: 3px;
    background: linear-gradient(80deg, #D083FF, #9A49FF);
    border-radius: 1px 2px 2px 2px;
    margin: 0 auto;
}

.hk_register_flex {
    display: flex;
    width: 100%;
    align-items: center;
    background: rgba(248, 248, 248, 1);
    margin-top: 30px;
}

.hk_register_left {
    width: 50%;
}

.hk_register_right {
    width: 50%;
    display: flex;
}

.hk_register_left img {
    width: 100%;
}


.hrr_left_title {
    font-size: 26px;
    color: rgba(0, 0, 0, 1);
    font-weight: bold;
    margin-bottom: 25px;
}

.hrr_left_fbt {
    font-size: 22px;
    color: rgb(47 46 46);
    margin-bottom: 45px;
}
.hrr_left_fbt:last-child {
    margin-bottom: 0;
}

.hrr_left {
    margin-left: 35px;
}

.hrr_right {
    margin-left: 60px;
}
.hk_process_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.hpi_img {
    background: rgba(242, 151, 0, 1);
    width: 145px;
    height: 145px;
    text-align: center;
    line-height: 145px;
    border-radius: 50%;
    margin: 0 auto;
}
.hpi_title {
    font-size: 26px;
    color: rgba(0, 0, 0, 1);
    margin-top: 15px;
}
.hk_process_item {
    width: 13%;
    text-align: center;
}
.hpi_flex span:nth-child(1) {
    width: 12px;
    height: 12px;
    background: rgba(255, 172, 35, 1);
    display: block;
    border-radius: 50%;
}
.hpi_flex span:nth-child(2) {
    width: 12px;
    height: 12px;
    background: rgba(255, 192, 87, 1);
    display: block;
    border-radius: 50%;
}
.hpi_flex span:nth-child(3) {
    width: 12px;
    height: 12px;
    background: rgba(255, 214, 146, 1);
    display: block;
    border-radius: 50%;
}
.hpi_flex span:nth-child(4) {
    width: 12px;
    height: 12px;
    background: rgba(255, 236, 205, 1);
    display: block;
    border-radius: 50%;
}
.hpi_flex {
    display: flex;
    justify-content: space-between;
    padding-top: 65px;
}
.hk_distance{
    padding-top: 70px;
}
.hk_need_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.hk_need_item {
    width: 31.5%;
    background: #ffffff;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 5%);
    border-radius: 10px;
    text-align: center;
    margin-top: 30px;
}
.hk_need_img {
    width: 125px;
    height: 125px;
    line-height: 125px;
    margin: 20px auto;
    border-radius: 50%;
}
.hk_need_item:nth-child(1) .hk_need_img {
    background: rgba(253, 245, 224, 1);
}
.hk_need_item:nth-child(2) .hk_need_img {
    background:rgba(255, 240, 234, 1);
}
.hk_need_item:nth-child(3) .hk_need_img {
    background:rgba(225, 246, 233, 1);
}
.hk_need_item:nth-child(4) .hk_need_img {
    background: rgba(239, 243, 254, 1);
}
.hk_need_item:nth-child(5) .hk_need_img {
    background: rgba(229, 243, 254, 1);
}
.hk_need_item:nth-child(6) .hk_need_img {
    background: rgba(229, 254, 250, 1);
}
.hk_need_title {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hnt_line {
    background: rgba(153, 153, 153, 1);
    height: 1px;
    width: 15%;
    margin: 0 3%;
}

.hnt_title {
    font-size: 24px;
    color: rgba(0, 0, 0, 1);
}

.hk_need_a {
    display: block;
    margin: 10px auto 20px;
    width: 35%;
    border: 1px solid rgba(153, 153, 153, 1);
    border-radius: 35px;
    padding: 1%;
}

.hk_need_a a {
    font-size: 20px;
    color: rgba(0, 0, 0, 1);
    text-decoration: none;
}
.hk_need_item:hover .hk_need_a a {
    color: #ffffff;
}
.hk_need_item:hover .hk_need_a {
    background: linear-gradient( 
80deg
 , #FFD388,#FF9C00);
    border: none;
}
.hk_need {
    padding-bottom: 70px;
}
.section_new {
    background: rgba(248, 248, 248, 1);
    padding-bottom: 70px;
}
.section_new_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}

.snf_left {
    width: 35%;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
}

.snf_center {
    width: 40%;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
}

.snf_right {
    width: 23%;
    background: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.05);
}
.snfli_flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.snflif_img {
    width: 43%;
}

.snflif_img img {
    width: 100%;
    height: 100px;
    object-fit: cover;
}

.snflif_article {
    width: 55%;
}
.snflif_article_title {
    font-size: 20px;
    color: rgba(51, 51, 51, 1);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
}
.snflif_article_remark {
    font-size: 16px;
    color: rgba(153, 153, 153, 1);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.snfl_item a {
    text-decoration: none;
}
.snfl_item {
    padding: 8% 2%;
    border-bottom: 1px solid #CACACA;
}
.snfl_item:last-child {
    border-bottom: none;
}
.snfc_item {
    padding: 7% 2%;
}
.snfc_item .snflif_img {
    width: 40%;
}
.snfc_item .snflif_article {
    width: 58%;
}
.snfc_item a {
    text-decoration: none;
}
.snfc_list a {
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    color: rgba(102, 102, 102, 1);
    font-size: 18px;
    padding: 3% 2%;
    border-top: 1px dashed rgba(202, 202, 202, 1);
}
.snfr_img img {
    width: 100%;
}
.section_new_more_article a {
    text-decoration: none;
}
.section_new_more_article a {
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section_new_more_article {
    height: 80px;
    line-height: 80px;
}
.snma_title {
    font-size: 22px;
    color: rgba(0, 0, 0, 1);
}
.snma_i i {
    color: rgba(242, 151, 0, 1);
    font-size: 40px;
    padding-left: 15px;
}
.snfc_list_title {
    width: 70%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.public_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.public {
    padding-bottom: 70px;
}
.public_flex_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pfi_left {
    background: rgba(246, 246, 246, 1);
    height: 90px;
    width: 90px;
    text-align: center;
    line-height: 90px;
    border-radius: 50%;
}
.pfi_right_title {
    font-size: 24px;
    color: rgba(0, 0, 0, 1);
}
.pfi_right {
    text-align: center;
}
.pfi_right_remark {
    font-size: 18px;
    color: rgba(0, 0, 0, 1);
}
.rw_include {
    background: rgba(248, 248, 248, 1);
    padding-bottom: 70px;
}
.rw_include_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.rw_include_item {
    width: 24%;
    background: #ffffff;
    box-shadow: 0px 0px 10px 1px rgb(0 0 0 / 5%);
    margin-top: 30px;
    transition: all 0.6s;
}
.rw_include_item:hover {
    transform: translateY(-10px);
}
.rw_include_item img {
    width: 100%;
}
.dmhs{
    color: rgba(74, 73, 73, 1);
}
.rw_ii_title {
    text-align: center;
    font-size: 24px;
    color: rgba(51, 51, 51, 1);
    padding-top: 3%;
}

.rw_ii_remark {
    padding: 1% 5% 5%;
    text-align: center;
    font-size: 18px;
    color: rgba(102, 102, 102, 1);
}
.rw_flow_flex {
    display: flex;
    justify-content: space-between;
}
.rw_flow_item {
    width: 23%;
    text-align: center;
    margin-top: 30px;
}
.rw_flow_item_title {
    font-size: 24px;
    color: rgba(51, 51, 51, 1);
    margin: 2.5% 0;
}
.rw_flow_item_remark {
    font-size: 18px;
    color: rgba(102, 102, 102, 1);
    text-align: center;
}
.rw_flow_item:nth-child(1) .rw_flow_item_remark {
    padding: 0;
}
.rw_flow_item:nth-child(3) .rw_flow_item_remark {
    padding: 0 5%;
}
.rw_flow_item:nth-child(5) .rw_flow_item_remark {
    padding: 0 10%;
}
.rw_flow_item_img {
    padding-top: 160px;
    width: 15.5%;
    margin: 0 auto;
    text-align: center;
}
.rw_cost_flex {
    display: flex;
    justify-content: space-between;
}
.rw_cost_tit {
    text-align: center;
    color: #ffffff;
    font-size: 24px;
    padding: 2% 0;
}
.rw_cost_item:nth-child(1) .rw_cost_tit {
    background: rgba(151, 87, 251, 1);
    background: linear-gradient(80deg, #9A49FF, #D083FF);
}
.rw_cost_item:nth-child(2) .rw_cost_tit {
    background:rgba(255, 170, 53, 1);
    background: linear-gradient(80deg, #FF9C00, #FFD388);
}
.rw_cost_item:nth-child(3) .rw_cost_tit {
    background: rgba(118, 174, 255, 1);
    background: linear-gradient(-90deg, #56D9FD, #4F8FFF);
}
.rw_cost_item {
    width: 31.5%;
    margin: 30px 0;
}
.rw_cost_remark {
    border: 1px solid rgba(153, 153, 153, 1);
    font-size: 18px;
    color: rgba(102, 102, 102, 1);
    padding: 8% 6% 0;
    text-align: center;
    height: 200px;
    line-height: 2;
    border-top: none;
}
.rw_cost_tr {
    display: flex;
    height: 75px;
    line-height: 75px;
    background: rgba(59, 213, 167, 1);
    background: linear-gradient(
80deg
,rgba(59, 213, 167, 1), rgba(59, 213, 167, 1) );
    font-size: 28px;
    color: #ffffff;
    font-weight: bold;
}
.rw_cost_left {
    width: 65%;
    padding-left: 10%;
}

.rw_cost_right {
    width: 35%;
    padding-left: 10%;
}
.rct_tr {
    display: flex;
}
.rctr_td:last-child {
    border-bottom: none;
}
.rct_left {
    width: 65%;
    border-right: 1px solid rgba(226, 226, 226, 1);
    border-left: 1px solid rgba(153, 153, 153, 1);
    border-bottom: 1px solid rgba(153, 153, 153, 1);;
}
.rct_td:last-child {
    border-bottom: none;
}
.rct_right {
    width: 35%;
    border-right: 1px solid rgba(153, 153, 153, 1);
    border-bottom: 1px solid rgba(153, 153, 153, 1);
}
.rctr_td {
    display: flex;
}
.rct_td {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid rgba(226, 226, 226, 1);
    font-size: 20px;
    color: rgba(51, 51, 51, 1);
    padding-left: 15%;
}
.rctr_td img {
    height: 30px;
    width: 30px;
    line-height: 30px;
    margin-left: 30%;
}
.rctr_td {
    display: flex;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #E2E2E2;
    align-items: center;
}
.rctr_td_title {
    font-size: 20px;
    color: rgba(51, 51, 51, 1);
    padding-left: 5%;
}
.rw_fruit {
    background: rgba(248, 248, 248, 1);
    padding-bottom: 70px;
}

.rw_fruit_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.rw_fruit_item {
    width: 49%;
    background: rgba(255, 255, 255, 1);
    position: relative;
    margin-top: 30px;
    border-radius: 6px;
    transition: all 0.6s;
}
.rw_fruit_item:hover {
    transform: translateY(-10px);
}
i.rw_fruit_img_num {
    position: absolute;
    background: url(../images/rw15.png) no-repeat;
    background-size: 100%;
    font-size: 24px;
    color: #ffffff;
    height: 41px;
    width: 29px;
    text-align: center;
    font-style: normal;
    line-height: 30px;
    left: 25px;
}
.rfi_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10% 4%;
}

.rfi_right_title {
    font-size: 24px;
    color: rgba(51, 51, 51, 1);
    padding-bottom: 1%;
}

.rfi_right_remark {
    font-size: 18px;
    color: rgba(102, 102, 102, 1);
}

.rfi_left {
    width: 20%;
}

.rfi_right {
    width: 77%;
}

.rfi_left img {
    width: 100%;
}
.rw_penalty_flex {
    display: flex;
    justify-content: space-between;
}

.rw_penalty_left {
    width: 27%;
}

.rw_penalty_right {
    width: 73%;
}

.rw_penalty_left img {
    width: 100%;
}
.rw_penalty_right {
    border: 1px solid rgba(189, 189, 189, 1);
    border-left: none;
}
.rw_penalty_title {
    font-size: 28px;
    color: rgba(51, 51, 51, 1);
    border-bottom: 1px solid rgba(153, 153, 153, 1);
    padding: 5% 10% 5% 3%;
}
.rw_penalty_num {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #0072CF;
    border-radius: 50%;
    font-size: 26px;
    color: rgba(255, 255, 255, 1);
}

.rw_penalty_list {
    display: flex;
    align-items: center;
    margin: 4.5% 0;
    padding-left: 3%;
}

.rw_penalty_tit {
    font-size: 22px;
    color: rgba(51, 51, 51, 1);
    padding-left: 1%;
}
.rw_complete_flex {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.rw_complete_item {
    border: 1px solid #999999;
    width: 32%;
    border-radius: 6px;
    text-align: center;
}
.rw_complete_line {
    width: 23%;
    height: 2px;
    background: rgba(242, 151, 0, 1);
    margin: 0 auto;
}
.rw_complete_item:nth-child(1) .rw_complete_line {
    width: 30%;
}

.rw_complete_item:nth-child(2) .rw_complete_line {
    width: 55%;
}

.rw_complete_item:nth-child(3) .rw_complete_line {
    width: 32%;
}
.rw_complete_title {
    font-size: 30px;
    color: rgba(51, 51, 51, 1);
    padding: 3% 0 1%;
}
.rw_complete_remark {
    font-size: 22px;
    color: rgba(102, 102, 102, 1);
    padding: 2% 5% 8%;
}
.rw_complete_img {
    padding-top: 12.5%;
}
.rw_data_flex {
    display: flex;
    align-items: center;
    background: rgba(248, 248, 248, 1);
}

.rw_data_left {
    width: 50%;
}
.rw_data_left img {
    width: 100%;
}

.rw_data_right {
    width: 40%;
    padding-left: 5%;
}
.rw_data_fbt {
    font-size: 22px;
    line-height: 80px;
    display: flex;
}

.rw_data_fbt i {
    padding-right: 5%;
}
.rw_data_flex {
    margin-top: 30px;
}
.rw_ourad_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.rw_ourad_item {
    width: 30%;
    text-align: center;
    margin-top: 50px;
}
.rw_ourad_item:hover {
    box-shadow: 0px 2px 6px 0px rgb(0 0 0 / 11%);
    border-radius: 6px;
    padding: 30px 0;
}
.rw_ourad_tit_title {
    color: rgba(0, 0, 0, 1);
    font-size: 24px;
    margin: 2%;
}
.rw_ourad_tit_line {
    width: 15%;
    height: 1px;
    background: rgba(153, 153, 153, 1);
}
.rw_ourad_tit_flex {
    display: flex;
    justify-content: center;
    align-items: center;
}
.rw_ourad_remark {
    font-size: 20px;
    color: rgba(0, 0, 0, 1);
    padding: 0px 15%;
}
.rw_ourad_img {
    display: block;
    height: 125px;
    width: 125px;
    line-height: 125px;
    margin: 0 auto;
    border-radius: 50%;
}
.rw_ourad_item:nth-child(1) .rw_ourad_img {
    background: rgba(253, 245, 224, 1);
}
.rw_ourad_item:nth-child(2) .rw_ourad_img {
    background: rgba(255, 240, 234, 1);
}
.rw_ourad_item:nth-child(3) .rw_ourad_img {
    background: rgba(225, 246, 233, 1);
}
.rw_ourad_item:nth-child(4) .rw_ourad_img {
    background: rgba(239, 243, 254, 1);
}
.rw_ourad_item:nth-child(5) .rw_ourad_img {
    background: rgba(229, 243, 254, 1);
}
.rw_ourad_item:nth-child(6) .rw_ourad_img {
    background:rgba(229, 254, 250, 1);
}
.rw_ourad {
    padding-bottom: 70px;
}
.tax_returns_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.tax_returns_img img {width: 100%;border-radius: 6px;}
.tax_returns_item {
    width: 32%;
    margin-top: 35px;
    text-align: center;
}
.tax_returns_title {
    text-align: center;
    font-size: 24px;
    background: rgb(51 51 51 / 67%);
    color: rgba(255, 255, 255, 1);
    display: inline-block;
    padding: 1% 5%;
    margin-top: 3%;
    border-radius: 30px;
}
.tax_returns_item:hover .tax_returns_title {background: rgba(245, 178, 0, 1);}
.tax_shape_flex {
    display: flex;
    justify-content: space-between;
}
.tax_shape_item {
    width: 31%;
    background: #ffffff;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.11);
    border-radius: 6px;
    margin-top: 30px;
    text-align: center;
}
.tax_shape_item:hover {
    transform: translateY(5px);
}
.tax_shape_img {
    padding: 20% 0 10%;
}
.tax_main_item:hover {
    transform: translateY(5px);
}
.sec_method_item:hover {
    transform: translateY(5px);
}
.sec_substance_item:hover {
    transform: translateY(-5px);
}
.sec_requirement_item:hover {
    transform: translateY(-5px);
}
.sec_substance_item:hover .sec_substance_title {
    color: #f29700;
}
.tax_shape_title {
    font-size: 28px;
    margin-bottom: 5%;
    color: rgba(0, 0, 0, 1);
}
.tax_shape_remark {
    font-size: 22px;
    color: rgb(0 0 0 / 73%);
    padding: 0 10% 15%;
}
.tax_main_flex {display: flex;justify-content: space-between;}

.tax_main_item {
    border-radius: 6px;
    width: 49%;
    background: #ffffff;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.11);
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding: 2.5% 2%;
    margin-top: 30px;
}

.tml_title {
    font-size: 28px;
    color: rgba(0, 0, 0, 1);
}
.tax_main_item:nth-child(1) .tml_line {
    background: rgba(127, 69, 198, 1);
}
.tax_main_item:nth-child(2) .tml_line {
    background: rgba(40, 161, 248, 1);
}

.tml_line {
    width: 35%;
    height: 3px;
    border-radius: 2px;
    margin: 2.5% 0;
}

.tml_remark {font-size: 22px;color: rgba(0, 0, 0, 1);}
.tml_img {
    width: 30%;
}
.tml_img img{
    width: 100%;
}
.tml_tit_re {
    width: 65%;
}
.tax_zero_flex {
    display: flex;
    justify-content: space-between;
}
.tax_zero_item {
    width: 19%;
    text-align: center;
}

.tzi_img {
    width: 135px;
    height: 135px;
    line-height: 135px;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    text-align: center;
}
.tax_zero_item:nth-child(1) .tzi_img {
    background: #FF6D00;
}
.tax_zero_item:nth-child(2) .tzi_img { 
background: #FFAD00;
}
.tax_zero_item:nth-child(3) .tzi_img {

    background: #9ECA03;    
}
.tax_zero_item:nth-child(4) .tzi_img {
    
background: #82C2E8;
}
.tax_zero_item:nth-child(5) .tzi_img {
    
background: #738EE6;
}
.pdtbws{
    padding: 50px 0;
}
.tzi_title {
    font-size: 24px;
    color: rgba(0, 0, 0, 1);
    margin: 5% 0;
}
.tzi_line {
    width: 100%;
    height: 4px;
    border-radius: 2px 2px 2px 2px;
    position: relative;
   transition: all 1s;
}
.tax_zero_item:hover .tzi_line {
    transform: rotateY(360deg);
}
.tax_factor_item:hover {
    border: none;
    box-shadow: 0px 2px 6px 0px rgb(0 0 0 / 11%);   
}
.tax_zero_item:nth-child(1) .tzi_line{

    background: #FF6D00;
}
.tax_zero_item:nth-child(2) .tzi_line{
    
background: #FFAD00;
}
.tax_zero_item:nth-child(3) .tzi_line{
    
background: #9ECA03;
}
.tax_zero_item:nth-child(4) .tzi_line{
    
background: #82C2E8;
}
.tax_zero_item:nth-child(5) .tzi_line{
    
background: #738EE6;
}
.tzi_triangle {
    width: 0;
    height: 0;
    border-right: 8px solid transparent;
    border-left: 8px solid transparent;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}
.tax_zero_item:nth-child(1) .tzi_triangle{

    border-bottom: 8px solid #FF6D00;
}
.tax_zero_item:nth-child(2) .tzi_triangle{
    
    border-bottom:8px solid  #FFAD00;
}
.tax_zero_item:nth-child(3) .tzi_triangle{
    
    border-bottom: 8px solid #9ECA03;
}
.tax_zero_item:nth-child(4) .tzi_triangle{
    
    border-bottom: 8px solid #82C2E8;
}
.tax_zero_item:nth-child(5) .tzi_triangle{
    
    border-bottom:8px solid  #738EE6;
}



.transport-wh {
    background: #ffffff;
    padding: 2.2% 0;
    overflow: hidden;
}
.transport-wh ul li {
    position: relative;
    float: left;
    width: 20%;
    text-align: center;
    margin-bottom: 20px;
    list-style: none;
} 
.transport-wh ul li i {
    position: absolute;
    right: 20px;
    top: 55px;
    width: 23px;
    height: 23px;
}                   
.transport-wh ul li:nth-child(5) i {
    right: 46.5%;
    top: auto;
    bottom: -36px;
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.transport-wh ul li:nth-child(6),.transport-wh ul li:nth-child(7), .transport-wh ul li:nth-child(8), .transport-wh ul li:nth-child(9), .transport-wh ul li:nth-child(10) {
    float: right;
    margin-top: 100px;
}                           
.text {
    font-size: 24px;
    color: rgba(0, 0, 0, 1);
    font-weight: 400;
    margin: 2% 0;
}
ul {
    padding-left: 0;
    display: block;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0;
}
.tax_factor_flex {
    display: flex;
    justify-content: space-between;
}

.tax_factor_item {
    width: 31%;
    margin-top: 30px;
    border: 1px solid #ccc;
    text-align: center;
    display: block;
    padding: 1%;
}

.tax_factor_title {
    font-size: 26px;
    color: rgba(0, 0, 0, 1);
    margin: 3% 0 1%;
}

.tax_factor_img img {
    width: 100%;
}

.tax_factor_remak {
    font-size: 18px;
    color: rgb(0 0 0 / 68%);
    margin-bottom: 5%;
}
.tax_place_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    background: rgba(246, 246, 246, 1);
    margin-top: 30px;
}

.tax_place_left {
    width: 40%;
    background: #ffffff;
}

.tax_place_right {
    width: 60%;
    background: rgba(246, 246, 246, 1);
}

.tpr_p {
    display: none;
}

.tpr_p.active {
    display: block;
}
.tal_a {
    background: rgba(39, 125, 204, 1);
    height: 125px;
    text-align: center;
    line-height: 125px;
    margin-bottom: 10px;
}
.tal_a a {
    color: #ffffff;
    font-size: 32px;
    text-decoration: none;
}

.tal_a:last-child {
    margin-bottom: 0;
}
.tal_a.active {
    background: rgba(242, 151, 0, 1);
}
.tar_one_item {
    font-size: 20px;
    color: rgba(102, 102, 102, 1);
    padding-bottom: 40px;
    padding-left: 70px;
}
.tar_one_item:last-child {
    padding-bottom: 0;
}
.tax_revenue_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 30px 0 105px;
}

.tax_revenue_item {
    width: 20%;
    border: 1px solid #B7B7B7;
    border-right: none;
    text-align: center;
    padding: 55px 0;
}

.tax_revenue_item:last-child {
    border-right: 1px solid #b7b7b7;
}
.tax_revenue_title {
    font-size: 26px;
    color: rgba(0, 0, 0, 1);
    margin: 5% 0 3%;
}

.tax_revenue_remark {
    font-size: 18px;
    color: rgb(0 0 0 / 68%);
    padding: 0 10%;
}
.pb_distance {
    padding-bottom: 70px;
}
.pb-wu {
    padding-bottom: 50px;
}



.household {
    background: rgba(248, 248, 248, 1);
    padding-bottom: 40px;
}
.housecoum-flex {
    display: flex;
    flex-direction: column;
}
.house-item {
    flex: 1;
}
.housrfirst {
    display: flex;
    justify-content: space-between;
    background: rgba(39, 125, 204, 1);
    height: 70px;
    align-items: flex-end;
    margin-top: 55px;
    padding:0  0 0 2%;
    border-top-left-radius: 35px;
    border-top-right-radius: 35px;
    margin: 55px 45px 0;
}
.housetitle {
    font-size: 34px;
    color: rgba(255, 255, 255, 1);
    align-self: center;
    font-weight: bold;
}
.housebgimg {
    background: url(../images/ban3.png) no-repeat;
    background-size: 100% 100%;
    align-self: center;
    height: 140px;
    width: 140px;
    text-align: center;
    line-height: 140px;
    font-size: 38px;
    color: rgba(39, 125, 204, 1);
    font-weight: bold;
    margin-left: 5px;
}
.housetitle {
    width: 30%;
}
.house-line {
    width: 2px;
    height: 15px;
    background: #FFFFFF;
    margin: 0 auto;
}
.house-select {
    display: flex;
    justify-content: space-between;
    width: 70%;
    margin: 0 auto;
    align-items: center;
}
.hosebg {
    height: 85px;
    width: 85px;
    line-height: 85px;
    background: rgba(255, 255, 255, 1);
    border-radius: 50%;
    text-align: center;
    font-size: 26px;
    color: rgba(39, 125, 204, 1);
}
.hosetit {
    font-size: 22px;
    color: rgba(102, 102, 102, 1);
    width: 25%;
}
.housefrist-line {
    width: 2px;
    height: 30px;
    background: #FFFFFF;
    margin: 35px auto 0;
}


.through-flex {
    display: flex;
    justify-content: space-between;
}

.through-item {
    width: 23%;
    background: #ffffff;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
    margin: 40px 0 30px;
    padding: 45px 0;
    border-radius: 6px;
    transition: all 0.6s;
}
.through-item:hover {
    transform: translateY(5px);
}
.through-item img {
    display: block;
    margin: 0 auto;
}
p.throughtit {
    text-align: center;
    font-size: 28px;
    color: rgba(74, 73, 73, 1);
    margin: 20px 0 5px;
}                            
p.throughre {
    font-size: 16px;
    color: rgba(74, 73, 73, 1);
    line-height: 30px;
    padding: 0 32px;
    text-align: center;
}
.through-more {
    width: 140px;
    height: 35px;
    background: rgba(242, 151, 0, 1);
    margin: 0  auto;
    text-align: center;
    line-height: 35px;
    border-radius: 6px;
    cursor: pointer;
}
.through-more a {
    font-size: 20px;
    color: #ffffff;
    text-decoration: none;
}

.refuse-item {
    width: 23%;
    border: 1px solid rgba(226, 226, 226, 1);
    padding: 10px;
}
.needred {
    border-radius: 6px;
}
.refuseimg img {
    width: 100%;
}
p.refusetit {
    font-size: 28px;
    text-align: center;
    color: rgba(74, 73, 73, 1);
    font-weight: 400;
    padding-top: 15px;
    margin-bottom: 5px;
}
p.refusere {
    font-size: 16px;
    color: rgba(74, 73, 73, 1);
    line-height: 30px;
    text-align: center;
    margin-bottom: 5px;
}
.refuse-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}


.blame-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 30px;
}

.blame-item {
    width: 23%;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
}
.blame-tit {
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 24px;
    color: rgba(255, 255, 255, 1);
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.blame-item {
    width: 23%;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.2);
    border-radius: 6px;
}
.ls{
    background: rgba(55, 199, 255, 1);
}
.qls{
    background:rgba(67, 224, 169, 1);
}
.hs{
    background:rgba(255, 170, 53, 1);
}
.fhs{
    background:rgba(255, 84, 66, 1);
}

.blame-img {
    width: 100%;
    text-align: center;
    padding: 15px 0;
}
.blame-remark {
    font-size: 16px;
    color: rgba(74, 73, 73, 1);
    padding: 0 15px 30px;
    text-align: center;
    line-height: 30px;
    font-weight: 300;
}
.pt5s {
    padding: 30px 0 5px;
}
.need {
    background: url(../images/ban16.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 602px;
    padding: 30px 0;
    margin-top: 110px;
}
.need-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 30px 35px 40px;
}
.needtitle.active {
    background: rgba(242, 151, 0, 1);
}
.need-left {
    width: 32%;
}

.need-right {
    width: 67%;
    background: rgba(246, 246, 246, 1);
}

.needtitle {
    height: 120px;
    line-height: 120px;
    background: rgba(39, 125, 204, 1);
    margin-bottom: 10px;
    text-align: center;
}

.needtitle:last-child {
    margin-bottom: 0;
}

.needtitle a {
    color: rgba(255, 255, 255, 1);
    font-size: 36px;
    font-weight: bold;
    text-decoration: none;
}                          
.needitem {
    display: none;
}
.needitem.on {
    display: block;
}
.neeite {
    display: flex;
    padding: 50px 60px 50px 55px;
}

.neebt {
    font-size: 20px;
    color: rgba(102, 102, 102, 1);
    line-height: 45px;
    font-weight: 300;
}

.neeite-left {
    width: 50%;
}
 
.chinantit {
    font-size: 24px;
    color: rgba(51, 51, 51, 1);
    font-weight: 400;
} 
.chinapad {
    padding: 35px 45px;
}                      
.china-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.codbs{
    width: 30%;
}
.codbw{
    width: 50%;
}
.codbsw{
    width: 45%;
}
.codbb{
width: 100%;
}
.china-need {
    padding-top: 13px;
}
.china-need:first-child {
    padding-top: 0;
}
.director {
    padding: 50px 45px;
}

.sec_method_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sec_method_item {
    width: 32%;
    display: flex;
    align-items: center;
    background: #ffffff;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.09);
    border-radius: 6px;
    margin-top: 30px;
    padding: 0 3%;
    height: 180px;
}

.sec_method_title {
    font-size: 26px;
    color: rgba(0, 0, 0, 1);
}

.sec_method_remark {
    font-size: 20px;
    color: rgb(0 0 0 / 68%);
    line-height: 1.6;
}

.sec_method_left {
    padding-right: 3%;
}
.sec_method {
    padding-bottom: 30px;
}

.sec_substance {
    background: rgba(244, 244, 244, 1);
    padding-bottom: 40px;
}
.sec_substance_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sec_substance_item {
    padding-bottom: 30px;
    text-align: center;
    width: 24%;
}

.sec_substance_img img {
    border-radius: 6px 6px 0px 0px;
    width: 100%;
}

.sec_substance_title {
    height: 65px;
    background: #ffffff;
    border-radius: 0px 0px 6px 6px;
    line-height: 65px;
    font-size: 22px;
    color: rgba(0, 0, 0, 1);
}

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

.sec_cancellation_item {
    text-align: center;
    width: 25%;
    margin: 30px 0 70px;
}

.sec_cancellation_title {
    font-size: 24px;
    color: rgba(51, 51, 51, 1);
    margin: 5% 0 3%;
}

.sec_cancellation_remark {
    color: rgba(102, 102, 102, 1);
    font-size: 18px;
    line-height: 1.7;
}
.sec_change {
    background: rgba(244, 244, 244, 1);
    padding-bottom: 70px;
}
.sec_change_tit_flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sec_change_tit_line {
    width: 20%;
    height: 2px;
    background: #CFCFCF;
    margin: 0px 3%;
}
.sec_change_cont {
    background: #ffffff;
    margin-top: 30px;
}

.sec_change_top {
    display: flex;
    justify-content: space-between;
}

.sec_change_tab {
    width: 33.33333333%;
    text-align: center;
    border: 1px solid rgba(212, 212, 212, 1);
}

.sec_change_tab a {
    color: rgba(74, 73, 73, 1);
    font-size: 30px;
    height: 85px;
    line-height: 85px;
    text-decoration: none;
}

.sec_change_tab.active {
    background: rgba(69, 147, 224, 1);
}

.sec_change_tab.active a {
    color: #ffffff;
}
.scb_tab {
    display: none;
}
.scb_tab.active {
    display: block;
}
.scb_tab_list {
    display: flex;
}
.stn_number {
    height: 50px;
    font-size: 38px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border: 2px solid #4593E0;
    border-radius: 50%;
    color: rgba(69, 147, 224, 1);
}
.stn_title {
    font-size: 20px;
    color: rgba(69, 147, 224, 1);
}

.stn_remark {
    font-size: 18px;
    color: rgba(74, 73, 73, 1);
}
i.daesh {
    width: 1px;
    height: 2vw;
    border-right: 1px dashed rgba(153, 153, 153, 1);
    display: block;
    text-align: center;
    margin: 0 auto;
}
.stn_right {
    margin-left: 2%;
}
.sto_talk {
    color: rgba(69, 147, 224, 1);
    font-size: 20px;
    margin-top: 40px;
}
.scb_tab_one {
    display: block;
    margin: 0 auto;
    width: 70%;
    padding: 50px 0 80px;
}
.scb_tab_two {
    display: block;
    width: 60%;
    margin: 0 auto;
    padding: 30px 0 60px;
}
.stt_talk {
    color: rgba(69, 147, 224, 1);
    font-size: 20px;
    margin-top: 30px;
}
.stt_title {
    color: rgba(0, 0, 0, 1);
    font-size: 22px;
    padding-bottom: 35px;
}
.scb_tab_three i.daesh {
    width: 1px;
    height: 6vw;
    border-right: 1px dashed rgba(153, 153, 153, 1);
    display: block;
    text-align: center;
    margin: 0 auto;
}
.stth_title {
    text-align: center;
    font-size: 22px;
    color: rgba(0, 0, 0, 1);
    padding-bottom: 40px;
}
.scb_tab_three {
    width: 83%;
    display: block;
    margin: 0 auto;
    padding: 35px 0 85px;
}
.sec_requirement_flex {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding-bottom: 70px;
}

.sec_requirement_item {
    width: 30%;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.11);
    border-radius: 6px;
    padding: 4% 2%;
    margin-top: 30px;
}

.sec_requirement_title {
    font-size: 30px;
    color: rgba(51, 51, 51, 1);
    margin: 5% 0 3%;
}

.sec_requirement_remark {
    font-size: 22px;
    color: rgba(102, 102, 102, 1);
}

.po_line {
    display: block;
    background: rgba(218, 218, 218, 1);
    width: 50%;
    height: 2px;
    position: relative;
    margin: 1% auto 0;
}

.jz_line {
    width: 50%;
    height: 4px;
    background: rgba(198, 198, 198, 1);
    top: 1px;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
}

.ser_other_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ser_other_item {
    width: 48.5%;
    display: flex;
    align-items: flex-start;
    margin-top: 30px;
    background: rgba(242, 242, 242, 1);
    border-radius: 6px;
}
.soi_left {
    position: relative;
    width: 30%;
}
.soi_left_img img {
    width: 100%;
}
.soi_right {
    width: 70%;
    padding: 3.5% 2% 0 2%;
}
.soi_left_title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 42px;
    color: rgba(255, 255, 255, 1);
}
.soi_right_title a {
    color: rgba(0, 0, 0, 1);
    font-size: 26px;
    text-decoration: none;
}

.soi_right_remark {
    font-size: 16px;
    color: rgb(51 51 51 / 69%);
    line-height: 1.7;
}

.soi_right_two {
    text-align: end;
}
a.srt_more {
    color: rgba(0, 0, 0, 1);
    font-size: 20px;
    border: 1px solid rgba(0, 0, 0, 1);
    text-decoration: none;
    border-radius: 18px;
    padding: 1% 3%;
}

a.srt_online {
    text-decoration: none;
    font-size: 20px;
    color: #ffffff;
    background: rgba(242, 151, 0, 1);
    border-radius: 18px;
    padding: 1% 3%;
    margin-left: 2%;
}
.ser_other_item:nth-child(1) .soi_right_two {
    padding-top: 7%;
}
.ser_other_item:nth-child(4) .soi_right_two {
    padding-top: 7%;
}
.ser_other_item:nth-child(6) .soi_right_two {
    padding-top: 7%;
}
.ser_other {
    padding-bottom: 70px;
}

.ser_quick {
    background: rgba(248, 248, 248, 1);
    padding-bottom: 70px;
}

.ser_quick_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ser_quick_item {
    width: 23%;
    background: #ffffff;
    margin-top: 30px;
    border-radius: 6px;
    text-align: center;
    padding: 3.5% 0;
}

.ser_quick_title {
    font-size: 28px;
    color: rgba(51, 51, 51, 1);
    margin: 5% 0 1%;
}

.ser_quick_remark {
    font-size: 18px;
    color: rgb(0 0 0 / 92%);
    padding: 3% 3% 8%;
}

.ser_quick_line {
    width: 60%;
    height: 2px;
    background: #E4E4E4;
    display: block;
    margin: 0 auto;
}

.ser_quick_a {
    width: 70%;
    height: 45px;
    background: #F29700;
    border-radius: 30px;
    line-height: 45px;
    text-align: center;
    margin: 0 auto;
}

.ser_quick_a a {
    color: #ffffff;
    font-size: 20px;
    text-decoration: none;
}
.ser_quick_item:hover {
    box-shadow: 0px 0px 16px 7px #e8e8e8;
}


/* 新闻列表 */


.column-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.column {
    background: rgba(248, 248, 248, 1);
    height: 65px;
    line-height: 65px;
}
.column-left {
    font-size: 18px;
    color: rgba(74, 73, 73, 1);
}
.column-left a {
    font-size: 18px;
    color: rgba(74, 73, 73, 1);
    text-decoration: none;
}
.column-right {
    display: flex;
    align-items: center;
    width: 15%;
    justify-content: space-between;
}                         
.article-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.article-left {
    width: 27%;
}
.article-right {
    width: 69%;
}
.article-main {
    padding: 30px 0;
}
.artletit {
    width: 100%;
    height: 55px;
    line-height: 55px;
    text-align: center;
    background: rgba(242, 151, 0, 1);
    color: #ffffff;
    font-size: 22px;
}
.artcat {
    height: 45px;
    line-height: 45px;
    background: rgb(248 248 248);
    display: block;
    border: 1px solid #D6D6D6;
    margin: 1px;
}
.artcat a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 35px;
    color: rgba(102, 102, 102, 1);
    font-size: 18px;
    text-decoration: none;
}
.artsold {
    line-height: 0;
}
span.atit {
    padding-left: 10px;
}
.artimg img {
    width: 100%;
}

.artimg {
    margin-top: 10px;
}
.articleright {
    border: 1px solid #D6D6D6;
    padding: 0 35px 20px  20px;
}
.articcle-list {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    align-items: flex-end;
    border-bottom: 2px dashed rgba(214, 214, 214, 1);
}
.artlistimg {
    width: 27%;
}

.artlistimg img {
    width: 100%;
    height: 175px;
    object-fit: cover;
    border-radius: 6px;
}

.artbox {
    width: 71%;
}
.artlist-title a {
    font-size: 20px;
    color: rgba(51, 51, 51, 1);
    font-weight: bold;
    text-decoration: none;
}
.artlist-title {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.artlist-re {
    color: rgba(102, 102, 102, 1);
    font-weight: 300;
    padding-top: 10px;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 18px;
}
.art-time {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: rgba(153, 153, 153, 1);
}
.art-time>svg.bi.bi-clock {
    font-size: 14px;
    padding-right: 5px;
}
.artadd {
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
}
.kefu {
    height: 35px;
    width: 140px;
    text-align: center;
    border: 2px solid #666666;
    line-height: 31px;
    border-radius: 6px;
}
.kefu a {
    font-size: 20px;
    color: rgba(102, 102, 102, 1);
    text-decoration: none;
}
.articcle-list:hover .kefu {
    background: rgba(242, 151, 0, 1);
    border: rgba(242, 151, 0, 1);
}
.articcle-list:hover .kefu a {
    color: #ffffff;
}
.pagearticle {
    text-align: center;
    margin: 30px 0;
}
.pagearticle a {
    border: 1px solid rgba(0, 0, 0, 1);
    padding: 6px 12px;
    margin: 0 1px;
    font-size: 18px;
    color: rgba(0, 0, 0, 1);
    text-decoration: none;
}
.pagearticle a.active {
    color: #ffffff;
    background: rgba(242, 151, 0, 1);
    border: 1px solid rgba(242, 151, 0, 1);
}
.pagearticle a:hover {
    color: #ffffff;
    background: rgba(242, 151, 0, 1);
    border: 1px solid rgba(242, 151, 0, 1);
}
.pagexg {
    display: none;
}



/* 新闻详情页面 */
.infoarttit {
    text-align: center;
    font-size: 32px;
    color: rgba(74, 73, 73, 1);
}
.infoarttit h1{
    font-size: 28px;
}
.infoxw {
    display: flex;
    justify-content: center;
    margin: 15px 0;
    border-bottom: 1px dashed rgba(181, 181, 181, 1);
    padding-bottom: 10px;
}             
.infoadd a {
    color: rgba(153, 153, 153, 1);
    text-decoration: none;
    font-weight: 300;
}
.infoadd {
    padding: 0 2%;
    font-size: 16px;
    color: rgba(153, 153, 153, 1);
    font-weight: 300;
    text-align:center;
    fles:1;
}
.infocontent {
    max-width: 100%;
    overflow: hidden;
    margin-bottom: 0;
    line-height: 30px;
    font-size: 18px;
}
.infocontent h2{
    font-size: 18px;
    font-weight: bolder;
}
.infocontent img {
    width: 100%!important;
    height: auto !important;
    margin-left: -2em;
}
.infocontent img {
    width: auto !important;
    height: auto !important;
}
.infocontent p {
    margin-bottom: 0;
    line-height: 30px;
}
.info-flex {
    display: flex;
    justify-content: space-between;
    margin: 15px 0;
}
.pvf {
    margin: 15px 0;
    /*display: flex;*/
    justify-content: space-between;
    flex-wrap: wrap;
}
.pvf a {
    font-size: 18px;
    color: rgba(74, 73, 73, 1);
    text-decoration: none;
    font-weight: 400;
}
.info-item {
    width: 32%;
}
.info-img {
    background: url(../images/qyxt.png) no-repeat;
    background-size: 100% 100%;
    height: 149px;
    border-radius: 6px;
}
.info-fbt {
    display: flex;
    justify-content: center;
    align-items: center;
    text-shadow: 0px 2px 5px rgba(0, 83, 180, 0.92);
}
.info-line {
    background: #ffffff;
    width: 10%;
    height: 2px;
    margin: 2%;
}
.infbt {
    color: #ffff;
}
.infonr {
    padding-top: 40px;
}
.infotitle {
    text-align: center;
    font-size: 30px;
    color: rgba(255, 255, 255, 1);
    font-weight: bold;
}

.social-share .icon-wechat .wechat-qrcode {
    display: none;
    border: 1px solid #eee;
    position: absolute;
    z-index: 9;
    top: -205px;
    left: -84px;
    width: 200px;
    height: 192px;
    color: #666;
    font-size: 12px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 2px 10px #aaa;
    transition: all 200ms;
    -webkit-tansition: all 350ms;
    -moz-transition: all 350ms;
}
.social-share .icon-wechat .wechat-qrcode h4 {
    font-weight: normal;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    background-color: #f3f3f3;
    margin: 0;
    padding: 0;
    color: #777;
}
.social-share .icon-wechat .wechat-qrcode .qrcode {
    width: 105px;
    margin: 10px auto;
}
.social-share .icon-wechat .wechat-qrcode .help p {
    font-weight: normal;
    line-height: 16px;
    padding: 0;
    margin: 0;
}
a.icon-wechat:hover .wechat-qrcode {
    display: block;
}
.share a {
    position: relative;
}
.stick {
    position: fixed;
    top: 0;
    z-index: 1071;
    width: 100%;
}
.tag a {
    padding-right: 15px;
}
.tag {
    margin-top: 15px;
}




.simple {
    background: url(../images/about40.jpg) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 728px;
    padding: 120px 0;
}
.simple-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.simple-left {
    width: 45%;
}

.simple-right {
    width: 53%;
}

.simple-left img {
    width: 100%;
}
.simple-title {
    text-align: center;
    font-size: 34px;
    color: rgba(0, 0, 0, 1);
}

.simfbt {
    text-align: center;
    color: rgba(102, 102, 102, 1);
    font-size: 20px;
}

.simline {
    height: 1px;
    background: rgba(212, 212, 212, 1);
    width: 20%;
    margin: 0 5%;
}

.simpleflex {
    display: flex;
    justify-content: center;
    align-items: center;
}
.sim-p p {
    font-size: 16px;
    color: rgba(102, 102, 102, 1);
    text-indent: 2em;
    margin-bottom: 0;
    line-height: 32px;
}


.enterprise-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.enterprise-item {
    width: 21%;
    margin-top:30px;
    text-align: center;
    transition: all 0.6s;
}
.enterprise-remark {
    color: rgba(102, 102, 102, 1);
    font-size: 16px;
    padding: 0 12%;
    font-weight: 400;
}
.enterprise-title {
    font-size: 24px;
    color: rgba(51, 51, 51, 1);
}
.enterprise-item:hover img.bpicture {
    display: none;
}
.enterprise-item:hover img.cpicture {
    display: block;
    margin: 0 auto;
}                      
.enterprise-item:hover .enterprise-title {
    color: rgba(242, 151, 0, 1);
}
img.bpicture {
    display: block;
    margin: 0 auto;
}
img.cpicture {
    display: none;
}
.enterprise {
    padding-bottom: 30px;
}
.ab_senser_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ab_senser {
    background: rgba(244, 244, 244, 1);
    padding-bottom: 55px;
}

.ab_senser_item {
    width: 24%;
    background: #ffffff;
    padding: .6%;
    margin-bottom: 15px;
}

.ab_senser_img img {
    width: 100%;
}

.ab_senser_title {
    text-align: center;
    font-size: 24px;
    color: rgba(51, 51, 51, 1);
    margin-top: 2%;
}
.ab_senser_a a {
    font-size: 20px;
    color: rgba(102, 102, 102, 1);
    text-decoration: none;
}

.ab_senser_a {
    border: 1px solid #666666;
    width: 45%;
    text-align: center;
    border-radius: 6px;
    margin: 5% auto;
}
.ab_senser_item:hover  .ab_senser_a {
    background: rgba(242, 151, 0, 1);
    border: rgba(242, 151, 0, 1);
}

.ab_senser_item:hover .ab_senser_a a {
    color: #ffffff;
}
.senior-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.senior-item {
    width: 31%;
    border: 1px solid rgba(140, 140, 140, 1);
    border-radius: 6px;
    text-align: center;
    padding: 3% 2%;
    margin-top: 30px;
}
.senior-remark {
    font-size: 16px;
    color: rgba(102, 102, 102, 1);
    height: 100px;
}
.senior-title {
    font-size: 24px;
    color: rgba(51, 51, 51, 1);
    margin: 5% 0 3%;
}
.senior-li {
    display: block;
    width: 125px;
    margin: 30px auto 0;
    height: 35px;
    background: rgba(241, 133, 32, 1);
    line-height: 35px;
    border-radius: 6px;
}
.senior-li a {
    font-size: 20px;
    color: #ffffff;
    text-decoration: none;
}
.senior-item img {
    transition: all 1s;
}
.senior-item:hover img {
    transform: rotateY(
360deg
);
}

.ser_enterprise_flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ser_enterprise_item {
    width: 32%;
    margin-top: 30px;
}

.ser_enterprise_img img {
    width: 100%;
}

.ser_enterprise_bottom {
    background: rgba(249, 249, 249, 1);
    height: 140px;
}

.ser_enterprise_title {
    font-size: 24px;
    color: rgba(51, 51, 51, 1);
    text-align: center;
    padding-top: 3%;
}

.ser_enterprise_remark {
    text-align: center;
    font-size: 16px;
    color: rgba(102, 102, 102, 1);
    padding: 1% 2%;
}
.ser_enterprise {
    padding-bottom: 70px;
}

.contact {
    background: rgba(244, 244, 244, 1);
    padding: 50px 0;
}
.contact-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 40px;
}

.contact-left {
    width: 50%;
}

.contact-right {
    width: 50%;
}
.contact-right {
    width: 50%;
    border: 1px solid rgba(140, 140, 140, 1);
    border-radius: 6px;
}       
.contus {
    display: flex;
    align-items: baseline;
}

.contri {
    display: flex;
    justify-content: space-between;
    width: 90%;
    flex-wrap: wrap;
}
.conttel {
    width: 50%;
    margin-bottom: 25px;
    font-size: 18px;
    color: rgba(102, 102, 102, 1);
}
.contuslf {
    width: 8%;
}
.conttel a {
    font-size: 18px;
    color: rgba(102, 102, 102, 1);
    text-decoration: none;
}
.contrig {
    width: 70%;
    line-height: 40px;
    font-size: 18px;
    color: rgba(102, 102, 102, 1);
}
.contright {
    width: 90%;
    display: flex;
}
.conwhact {
    font-size: 18px;
    color: rgba(102, 102, 102, 1);
}                          
.condashed {
    border-bottom: 1px dashed rgba(140, 140, 140, 1);
    margin: 25px 25px 25px 0;
}
.footer_pl{
    width: 9%;
    margin-top: 30px;
}
.footer_pk{
    width: 50%;
    margin-top: 30px;
}
.footer_pj{
    width: 35%;
    margin-top: 30px;
}
.infocontent p, span, em, i {
    text-wrap: unset !important;
}