body {
    font-family: "Microsoft YaHei", Arial, sans-serif;
    background: #FFFFFF;
}

ul {
    list-style-type: none;
}
#header {
    padding-bottom: 10px;
    border-bottom: 5px solid #EBEBEB;
}
.header-top{
    vertical-align: middle;

}
.header-top .tel img{margin-right: 5px; vertical-align: middle;height: 45px;}
.header-top .tel span{font-size: 28px;color: #c43B33;font-weight: bold;vertical-align: middle;}
.nar {
    height: 55px;
}

.nar .navbar {
    padding-top: 0px;
    padding-bottom: 0px;
}

.nar .navbar .container-fluid {
    padding: 0px !important;
}

.nar .navbar .navbar-toggler {
    margin-top: .5rem;
}

.nav h2 {
    font-weight: normal;
    font-size: 1.1rem;
    text-align: center;
}

.nav .m {
    position: relative;
    float: left;
    display: inline;
}

.nav .on a {
    color: #c43B33;
}

.nav h2 a {
    zoom: 1;
    line-height: 15px;
    padding: 20px 0px;
    display: block;
    color: #363636;
    font-size: 1rem;
}

.nav .sub {
    display: none; /*默认隐藏*/
    width: 108px;
    padding: 10px 0;
    position: absolute;
    left: -20px;
    top: 55px;
    background: #FFFFFF;
    float: left;
    line-height: 30px;
}

.nav .sub li {
    text-align: center;
}

.nav .sub li a {
    color: #333;
    display: block;
    zoom: 1;
    line-height: 40px;
}
.nav .sub li:hover a{
    background:#c43B33;
    color: #FFFFFF;
}

.nav .sub dl {
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    padding: 15px 29px;
    line-height: 26px;
}

.nav .sub dl dt a {
    color: #000;
}

.nav .sub dl dd a {
    color: #999;
}

#centent .title-wrapper {
    position: relative;
}

#centent .title-wrapper .title_from {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2rem;
    font-family: Microsoft YaHei;
    color: #333333;
    line-height: 20px;

}
#centent .title-wrapper h2 {
    margin: 0px 10px;

}
#centent .title-wrapper h2:after{
    content: "";
    display: block;
    width: 40px;
    border-bottom: 3px solid #c43B33;
    margin: 10px auto 0px auto;
}

#centent .title-wrapper p {
    top: -40px;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 1rem;
}

#centent .ppys_centent .ppys_body h5{
    color: #c43B33;
    font-size: 1.5rem;
}
#centent .ppys_centent .ppys_body .card-text{
    font-size:1rem;
}
#centent .fuwu{
    background: #F6F6F6;
}


#centent .fuwu .scrollBox {
    position: relative;
    overflow: hidden;
    zoom: 1;
    background-position: center 50%;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;

}

#centent .fuwu .scrollBox .piclist li {
    float: left;
    display: inline;
    width: 380px;
    background: #fff;
    margin-right: 30px;
    padding: 5px;
}
#centent .fuwu .scrollBox .ohbox {
    overflow: hidden;
    position: relative;
    width: 1200px;
    left: 20px;
}
#centent .fuwu .scrollBox .pageBtn span {
    display: block;
    position: absolute;
    top: 40%;
    cursor: pointer;
    color: #0a0a0a;
    z-index: 999;
    font-size: 2rem;
}

#centent .fuwu .scrollBox .pageBtn .prev {
    left: 20px;
    color: #FFFFFF;
    font-size: 2rem;
    display: block;
    background: #0a0a0a;
    width: 30px;
    height: 60px;
    text-align: center;
    opacity: 0.7;
}

#centent .fuwu .scrollBox .pageBtn .next {
    right: 20px;
    color: #FFFFFF;
    font-size: 2rem;
    display: block;
    background: #0a0a0a;
    width: 30px;
    height: 60px;
    text-align: center;
    opacity: 0.7;
}

#centent .fuwu .scrollBox .case-item{
    cursor: pointer;
    width: 285px;
    height: 340px;
    float: left;
    display: block;
    margin: 20px 10px 0 10px;
    position: relative;
    background-repeat: repeat;
    background: #FFFFFF;
}

#centent .fuwu .scrollBox .case-item-bg {
    margin-top: 40px!important;
    text-align: center;
    color: #333333;
    font-size: 1.5rem;
}


#centent .fuwu .scrollBox .case-item-title {
    font-size: 16px;
    color: #c43B33;
    text-align: center;
    margin: 10px 0;
    line-height: 40px;
}
#centent .fuwu .scrollBox .case-item-text {
    font-size: 14px;
    color: #333333;
    line-height: 24px;
    margin: 0 30px;
    overflow: hidden;
}
#centent .fuwu .scrollBox .case-item-doc {
    padding: 20px 30px;
    width: 285px;
    bottom: 0;
    position: absolute;
    text-align: center;
}

#centent .fuwu .scrollBox .case-item-doc p {
    line-height: 30px;
    margin: 0;
    font-size: 14px;
    color: #dc3545;
}
#centent .fuwu .scrollBox .case-item-doc  a {
    font-size: 14px;
    color: #fff;
    background: #dc3545;
    padding: 10px 20px;
    border-radius: 10px;
}


#centent .tuandui_body .scrollBox {
    position: relative;
    overflow: hidden;
    zoom: 1;
    background-position: center 50%;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;

}

#centent .tuandui_body .scrollBox .piclist li {
    float: left;
    display: inline;
    width: 100%;
    background: #fff;
    padding: 5px;
}
#centent .tuandui_body .scrollBox .ohbox {
    overflow: hidden;
    position: relative;
    left: 70px;
    width: 1200px;
}
#centent .tuandui_body .scrollBox .pageBtn span {
    display: block;
    position: absolute;
    top: 40%;
    cursor: pointer;
    color: #0a0a0a;
    z-index: 999;
    font-size: 2rem;
}

#centent .tuandui_body .scrollBox .pageBtn .prev {
    left: 20px;
    color: #FFFFFF;
    font-size: 2rem;
    display: block;
    background: #0a0a0a;
    width: 30px;
    height: 60px;
    text-align: center;
    opacity: 0.7;
}

#centent .tuandui_body .scrollBox .pageBtn .next {
    right: 20px;
    color: #FFFFFF;
    font-size: 2rem;
    display: block;
    background: #0a0a0a;
    width: 30px;
    height: 60px;
    text-align: center;
    opacity: 0.7;
}

@font-face {
    font-family: 'CustomFont';
    src: url('../fonts/AiNiZaiHuangHunRiLuoShouXieTi-2.ttf') format('truetype');
}
#centent .tuandui_body .scrollBox .card_name{
    color: #dc3545;
    font-weight: bold;
}
#centent .tuandui_body .scrollBox .card-text_ys{
    font-family: 'CustomFont', Arial, sans-serif;
    font-size: 1.2rem;
}

#centent .tuandui_body .scrollBox .card-title{
    background:#dc3545;
    color: #FFFFFF;
    width: 100px;
    text-align: center;
    border-radius: 5px;
    line-height: 30px;
    font-weight: bold;
}

#centent .fuwujg{
    background: #F6F6F6;
}

#centent .fuwujg .fuwujg_body .case-item{
    cursor: pointer;
    display: block;
    background: #FFFFFF;
    width: 370px;
    margin: 10px 20px;
    padding: 0 0 10px 0;
}

#centent .fuwujg .fuwujg_body .case-item-title{
    text-align: center;
    margin-top: 10px;
    font-size: 1.2rem;
}

#centent .fuwujg .fuwujg_body .case-item-text{
    margin: 0 10px;
    overflow: hidden;
    font-size: 14px;
    color: #333333;
}
#centent .fuwujg .fuwujg_body .case-item-doc{
    text-align: center;
    margin: 10px 0px;
}
#centent .fuwujg .fuwujg_body .case-item-doc a{
    text-align: center;
    width: 60px;
    background: #dc3545;
    color: #FFFFFF;
    padding: 5px 20px;
    border-radius: 10px;
}

#centent .qggl_body .notice {overflow: hidden; }
#centent .qggl_body .notice .tab-hd { height: 29px; color: #404040; }
#centent .qggl_body .notice .tab-hd ul {padding-left: 0;margin-bottom: 0;}
#centent .qggl_body .notice .tab-hd li{ height: 24px; line-height: 18px; }
#centent .qggl_body .notice .tab-hd li a{padding:0 20px;font-size: 1.2rem; color: #4F4F4F;display: block;}
#centent .qggl_body .notice .tab-hd li a:hover{ color:#dc3545;}
#centent .qggl_body .notice .tab-hd li.on{ border-bottom: 2px solid #dc3545; background-color: #fff; padding-bottom: 10px;}
#centent .qggl_body .notice .tab-bd {padding:10px; margin-top: 20px; }
#centent .qggl_body .notice .tab-bd ul{ overflow:hidden; zoom:1;padding-left: 0px; }
#centent .qggl_body .notice .tab-bd li {padding: 0 10px 0 5px; overflow: hidden; width: 100%; float: left; }
#centent .qggl_body .notice .tab-bd .lest_time .text_last{font-size: 2rem;}
#centent .qggl_body .notice .tab-bd .lest_time p{font-size: 1rem; text-align: center; margin-bottom: 0px;}
#centent .qggl_body .notice .tab-bd .article__title h4{font-size: 1.2rem;color: #333333;font-weight: bold;}
#centent .qggl_body .notice .tab-bd .article__title p{color: #A7A7A7;}
#centent .qggl_body .notice .tab-bd .flst_right .article__title{border-bottom: 1px solid #E5E5E5;padding-top: 5px;}
#centent .qggl_body .notice .tab-pal li a:hover{color:#dc3545;}
#centent .tesefuwu_boby ul {padding-left: 0px;}
#centent .tesefuwu_boby ul li img{height: 60px;}
#centent .zx_body ul li {margin-bottom: 30px;}
#centent .zx_body ul li .shadow {border-top: 2px solid #BB3B33;}
#centent .zx_body .zx_titls{padding-top: 30px; font-size: 2.5rem;color: #F0F0F0;font-weight: bold;}
#centent .zx_body .zx_img{padding-top: 30px;}
#centent .zx_body .zx_text{padding: 30px 0;font-size: 1.1rem;}
#centent .gsjs .intro-text{text-indent: 15px;line-height: 30px;}
#centent .hxyw_body .quality-list {display: flex;justify-content: center;gap: 40px;}
#centent .hxyw_body .quality-item {background: #fafafa;border-radius: 8px;padding: 28px 32px;width: 600px;box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);text-align: left;}

#centent .hxyw_body .quality-icon {width: 45px;height: 45px;margin-bottom: 12px;}
#centent .hxyw_body .quality-icon1{background: url(../images/auto_33.png) center / contain no-repeat;}
#centent .hxyw_body .quality-icon2{background: url(../images/auto_34.png) center / contain no-repeat;}
#centent .hxyw_body .quality-title{font-size: 1.2rem;color: #c00;margin-bottom: 8px;font-weight: bold;}
#centent .fuwuysk{background: #F6F6F6; padding-top: 2rem;}
#centent .fuwuysk ul li {position: relative;}
#centent .fuwuysk ul li .fw_centent {background: #FFFFFF;padding: 40px 40px;}
#centent .fuwuysk ul li .fw_centent .service-num{position: absolute; left: 30px;top:0;width: 35px;height:45px;background: #dc3545;color: #FFFFFF;font-size: 1rem;background: url("../images/paim.png")repeat center center;z-index: 2;line-height: 35px;}
#centent .fw_centent .pp_body{text-align: left;padding: 20px 0;}
#centent .fazhan_body .fazhan_time{font-size: 2rem;color:#BB3B33;font-weight: bold;}
#centent .fazhan_body .year-dot{width: 10px;height: 10px;border-radius: 5px;display: block;background-color: #BB3B33;border-radius: 5px;margin: 0 auto;}
#centent .fazhan_body .dotted-line{position: relative;border-bottom: 2px solid #DF746D;top: 62px;left: 0;z-index: -1}
#centent .fazhan_body .fazhan_text{margin-top: 10px;}
#centent .list_centent .lists_lanmu{padding-left: 0px;border-bottom: 1px solid #BB3B33;}
#centent .list_centent .lists_lanmu li{height: 40px; }
#centent .list_centent .lists_lanmu li.on a{background:#BB3B33;color: #FFFFFF; }
#centent .list_centent .lists_lanmu li a{line-height: 40px; padding: 10px 20px;color:#333333;font-size: 1.2rem;}


#centent .list_arcentent ul{padding-left:0;}
#centent .list_arcentent ul li{margin: 20px 0;}
#centent .list_arcentent h3{color: #555555;font-weight: bold;}

#centent .list_arcentent .list_desc{color: #666666;}
.pagination {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: bottom
}

.pagination li {
    display: inline-block!important;
    border: solid 1px #EBEBEB;
    border-radius: 4px;
    margin: 0px 2px;
}

.pagination a {
    color: #333;
    padding: 8px 15px;
    line-height: 18px;
    display: block;
    transition: all 1s cubic-bezier(0.175,0.885,0.32,1) 0s
}

.pagination .disabled a:link,.pagination .disabled a:visited,.pagination .disabled a:hover {
    cursor: not-allowed;
    pointer-events: none;
    color: #EBEBEB
}

.pagination .active {
    pointer-events: none;
    background: #c43B33;
    color: #FFFFFF;
}

.pagination .active,.pagination a:hover {
    transition: all .3s cubic-bezier(0.175,0.885,0.32,1) 0s
}

.pagination-group {
    border-right: solid 1px #EBEBEB;
    border-radius: 4px
}

.pagination-group li {
    float: left;
    border-right: 0;
    border-radius: 0
}

.pagination-group li:not(:first-child):not(:last-child) {
    border-radius: 0
}

.pagination-group li:first-child {
    border-radius: 4px 0 0 4px
}

.pagination-group li:last-child {
    border-radius: 0 4px 4px 0
}

.pagination-group .active,.pagination-group a:hover {
    background: #f5f5f5;
    border-radius: 0
}

.pagination-big a {
    padding: 10px 16px;
    font-size: 16px
}

.pagination-small a {
    padding: 5px 10px;
    font-size: 12px
}

.pagination.border-main .active a,.pagination.border-sub .active a,.pagination.border-dot .active a,.pagination.border-black .active a,.pagination.border-gray .active a,.pagination.border-red .active a,.pagination.border-yellow .active a,.pagination.border-blue .active a,.pagination.border-green .active a {
    color: #fff
}

#centent .right_arcaert .host_arcaert h4{font-size: 1.5rem;color: #BB3B33;border-bottom: 1px solid #DFDFDF;}
#centent .right_arcaert .host_arcaert h4:after{content: "";display: block;width: 40%;padding-bottom: 10px;border-bottom: 2px solid #BB3B33;}
#centent .right_arcaert .host_arcaert ul{padding-left: 0px;}
#centent .right_arcaert ul li{line-height: 25px; margin: 10px 0px;}
#centent .right_arcaert ul li:nth-child(-n+3) span{background: #FC9B0B;}
#centent .right_arcaert ul li span{display: inline-block;width: 25px;height: 25px;background-color: #AAAAAA;color: #FFFFFF;font-size: 1rem;text-align: center;margin-right: 10px;}
#centent .right_arcaert ul li a{color: #878787;}
#centent .right_arcaert .host_arcaert .tags li{ margin: 5px 10px;}
#centent .right_arcaert .host_arcaert .tags li a{background: #FAFAFA;color: #949494;padding: 5px 5px; border-radius: 5px;}
#centent .right_arcaert .host_arcaert .tags li a:hover{background: #BB3B33;color: #FFFFFF;}
#centent .problem .pro_text{padding: 20px 20px;}
#centent .problem .pro_text h4:after{border-bottom: 3px solid #BB3B33; width: 30%;margin: 0 auto;content: "";display: block;margin-top: 10px;}
#centent .problem .pro_text p{height: 60px;}
#centent .provide .provide_text h3{color: #BD433B;font-size: 1.5rem;}
#centent .provide .provide_text p{color: #666666;}
#centent .course .course_text h3{color:#000000;}
#centent .course .course_text h3:after{border-bottom: 3px solid #BB3B33; width: 30%;content: "";display: block;margin-top: 10px;}
#centent .course .course_text p{font-size: 1rem;}
#centent .course .course_host{width: 80%;background:#BB3B33;border-bottom-right-radius: 10px;border-top-right-radius: 10px;height: 35px;line-height: 35px;}
#centent .course .course_host a{color: #FFFFFF;}
#centent .qggl_body .list_lis a{color:#666666;}
#centent .haoping .haoping_list li{ border-bottom: 1px #D4D4D4 dashed; margin: 10px 0; padding-bottom: 5px;}

#centent .article_article{
    background: #F7F7F7;
}
#centent .host_jx .host_txt p{
    color: #FFFFFF;
}
#centent .position a{
    color: #999999;
}
#centent .article {
    overflow: hidden;
}
#centent .article .padding-large{
    padding: 30px 50px;
}
#centent .article .padding-large h1{
    font-size: 28px;
    font-weight: bold;
}
#centent .article .padding-large .text-gray{
    color: #888888;
    margin-top: 20px;
}
#centent .article .padding-large .related_articles a{
    color: #888888;
}
#centent .article_article .img_cnets h2{
    font-size: 18px;
    font-weight: bold;
}
#centent .article_article .img_cnets h2 a{
    color: #EA3838;
}
#centent .article_article .img_cnets .tips{
    color: #EA3838;
}
#centent .article_article .img_cnets ul{
    padding-left: 0px;
}
#centent .article_article .img_cnets ul a{
    color: #666666;
}
#centent .article_article .img_cnets ul li:hover a{
    color: #EA3838;
}
#centent .article_article ul.list_lides{
    list-style: disc;
    padding-left: 20px;
}

#centent .list_article ul li{
    margin-bottom: 20px;
}
#centent .list_article ul li:hover h3{
    color: #EA3838;
}
#centent .searh_title {
    padding-top: 20px;
}
#centent .searh_title h3{
    font-size: 24px;
    color: #333333;
}
#centent .searh_title p{
    color: #888888;
}
#centent .pagination{
    display: inline-block;
}

#centent .pagination li {margin:0 5px;font-size:14px;border:none;border-radius:4px; float: left;}
#centent .pagination li a {border-radius:4px;color:#6e6e6e;background:#fff;padding:10px 15px;border:1px solid #DCDCDC;}
#centent .pagination li.active a,#centent .pagination li a:hover {background:#EA3838;color:#fff;border:1px solid #EA3838;}
.bot{margin: 0 auto;width: 40%;}
.bot .sub{text-align: center;width: 100%;}


footer {
    background: #333333;
    color: #FFFFFF;
    padding-top: 35px;
}

footer {
    background: #333333;
    padding-top: 35px;
    margin-top: 50px;
    color: #FFFFFF;
}

footer h4 {
    font-size: 16px;
    color: #FFFFFF;
}

footer span {
    font-size: 14px;
}

footer ul {
    padding-left: 0px;
}

footer ul li {
    margin-bottom: 5px;
    color: #959595;
}
footer .banquan{
    color: #959595;
}

footer ul li a {
    font-size: 14px;
    color: #959595;
}

footer ul li a:hover {
    color: #FFFFFF;
}

footer ul li .mdi-phone::before {
    color: #E5322C;
}

footer .link h4 {
    font-size: 14px;

}

footer h4::after{
    content: " ";
    width: 30px;
    height: 2px;
    margin-top: 5px;
    background: #E5322C;
    position: relative;
    center: 0;
    left: 0;
    display: block;
    z-index: 1111;

}

footer .link li {
    float: left;
    margin-right: 10px;
}

footer .link li a {
    color: #999999;
}

#floating{
    position: fixed;
    top: 50%;
    right: 1%;
    margin-top: -163px;
    z-index: 100;
    width: 80px;
}
.toolbar dd {
    position: relative;
    float: left;
    width: 80px;
    height: 80px;
    background: #EA3838;
    margin-top: 2px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    cursor: pointer;
    transition: all .5s;
    margin-bottom: 0px;
}
.toolbar dd:first-child {
    margin-top: 0;
}
.toolbar dd i {
    width: 100%;
    height: 30px;
    display: block;
    margin-top: 13px;
    background: url(../images/toolbar.png) no-repeat center 0;
}
.toolbar dd.qq i {
    background-position-y: 0;
}
.toolbar dd.tel i {
    background-position-y: -30px;
}
.toolbar dd.code i {
    background-position-y: -60px;
}
.toolbar dd.top i {
    background-position-y: -90px;
}
.toolbar dd span {
    display: block;
    color: #fff;
}
.toolbar dd.tel .box {
    position: absolute;
    top: 0;
    width: 190px;
    right: -200px;
    height: 100%;
    margin-right: 10px;
    border-radius: 5px;
    background: #EA3838;
    opacity: 0;
    transition: all .5s;
}
.toolbar dd.tel .box p {
    font-size: 14px;
    margin: 15px auto 7px;
}
.toolbar dd.tel .box h3 {
    font-size: 18px;
    font-weight: bold;
}
.toolbar dd.tel .box:after {
    display: block;
    content: " ";
    border-style: solid dashed dashed dashed;
    border-color: transparent transparent transparent #EA3838;
    border-width: 9px;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    right: -18px;
    margin-left: -12px;
}
.toolbar dd.code .box {
    position: absolute;
    top: 0;
    width: 162px;
    right: -172px;
    height: 162px;
    margin-right: 10px;
    border-radius: 5px;
    background: #EA3838;
    opacity: 0;
    transition: all .5s;
}
.toolbar dd.code .box img {
    width: 140px;
    height: 140px;
    padding: 11px;
}
.toolbar dd.code .box:after {
    display: block;
    content: " ";
    border-style: solid dashed dashed dashed;
    border-color: transparent transparent transparent #EA3838;
    border-width: 9px;
    width: 0;
    height: 0;
    position: absolute;
    top: 30px;
    right: -18px;
    margin-left: -12px;
}

.toolbar dd.tel:hover .box {
    opacity: 1;
    right: 80px;
}
.toolbar dd.code:hover .box {
    opacity: 1;
    right: 80px;
}