@charset "utf-8";
/* 样式重置-开始 */
* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "思源黑体", "Source Han Sans", Arial, Helvetica, sans-serif;
    text-align: left;
    color: #292929;
    font-size: 14px;
    background: #fafafa;
    min-width: 1200px;
}

img {
    border: none;
    vertical-align: middle;
}

div, ul, li, dl, dt, dd, span, p, h2, h3, h4, img {
    list-style: none;
}

ol, ul {
    margin: 0;
}

a {
    text-decoration: none;
}

a:link {
    color: #292929;
}

a:visited {
    color: #292929;
}

a:hover, a:active, a:focus {
    color: #c00;
    text-decoration: underline;
}
/* 样式重置-结束 */

/**header区域-开始**/
.cf-head-wrap .center {
    width: 1200px;
    margin: 0px auto;
}

.cf-head-wrap .head {
    height: 30px;
    line-height: 30px;
    background: #f9f9f9;
    width: 100%;
    font-size: 13px;
    overflow: hidden;
}

.cf-head-wrap .head a {
    color: #777;
    text-decoration: none;
    margin-left: 20px;
}

.cf-head-wrap .head a:visited {
    color: #777;
}

.cf-head-wrap .head a:hover {
    color: #d72222;
    text-decoration: none;
}

.cf-head-wrap .head .head-color {
    color: #d72222;
}

.cf-head-wrap .head .head-color a {
    color: #d72222;
    margin-left: 0px;
}

.cf-head-wrap .head .head-color a:visited {
    color: #d91f1f;
}

.cf-head-wrap .head .head-color a:hover {
    color: #d91f1f;
}

.cf-head-wrap .head i {
    font-size: 16px;
    margin-right: 5px;
}


.cf-head-wrap .nav {
    background: #FFFFFF;
    height: 76px;
    line-height: 76px;
    position: relative;
}

.cf-head-wrap .nav .logo {
    background: url(../../images/web/logo.png) no-repeat;
    width: 172px;
    height: 47px;
    display: block;
    margin-top: 15px;
}

.cf-head-wrap .nav .nav-left {
    float: left;
    width: 172px;
    line-height: 76px;
}

.cf-head-wrap .nav .nav-right {
    float: right;
    font-size: 16px;
    padding-right: 0px;
}

.cf-head-wrap .nav a {
    color: #333;
    text-decoration: none;
}

.cf-head-wrap .nav a:visited {
    color: #333;
    text-decoration: none;
}

.cf-head-wrap .nav a:hover {
    color: #d72222;
    text-decoration: none;
}

.cf-head-wrap .nav .nav-bar {
    width: 100%;
}

.cf-head-wrap .nav .nav-bar li {
    float: left;
    height: 76px;
    padding: 0;
    margin: 0 15px;
    line-height: normal;
    overflow: hidden;
}

.cf-head-wrap .nav .nav-bar li:last-child {
    margin-right: 0;
}


.cf-head-wrap .nav .nav-bar li > a {
    display: inline-block;
    margin: 0;
    padding: 0;
    line-height: 73px;
}

.cf-head-wrap .nav .nav-bar li > a:hover {
    border: none;
    padding: 0;
}

.cf-head-wrap .nav .nav-bar li .line {
    display: inline-block;
    height: 3px;
    width: 0;
    float: left;
    background: #d72222;
    transition: width .3s;
}

.cf-head-wrap .nav .nav-bar li:hover .line {
    width: 100%;
}


.cf-head-wrap .nav .nav-bar .nav-sub {
    width: 1200px;
    top: 76px;
    left: 50%;
    margin-left: -600px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    position: absolute;
    min-height: 150px;
    z-index: 100000;
    display: none;
}

.cf-head-wrap .nav .nav-bar > li:hover .nav-sub {
    display: block;
}

.cf-head-wrap .nav-sub dl {
    float: left;
    width: 820px;
    padding: 10px 30px 30px 30px;
    margin-bottom: 0px;
}

.cf-head-wrap .nav-sub dl dt {
    border-left: 4px solid #d72222;
    padding-left: 11px;
    font-size: 15px;
    margin-top: 20px;
    font-weight: 600;
}

.cf-head-wrap .nav-sub dl dd {
    float: left;
    margin-top: 10px;
    padding-right: 15px;
    font-size: 14px;
    margin-left: 15px;
    margin-right: 15px;
    width: 15%;
    word-break: keep-all;
    white-space: nowrap;
}

.cf-head-wrap .nav-sub dl dt a {
    color: #333 !important;
    text-decoration: none;
}

.cf-head-wrap .nav-sub dl dt a:visited {
    color: #333 !important;
    text-decoration: none;
}

.cf-head-wrap .nav-sub dl dt a:hover {
    color: #333 !important;
    text-decoration: none;
}

.cf-head-wrap .nav-sub dl dd a {
    color: #666 !important;
    text-decoration: none;
}

.cf-head-wrap .nav-sub dl dd a:visited {
    color: #666 !important;
    text-decoration: none;
}

.cf-head-wrap .nav-sub dl dd a:hover {
    color: #d72222 !important;
    text-decoration: none;
}

.cf-head-wrap .nav-sub .nav-subright {
    float: right;
    width: 250px;
    border-left: 1px solid #e0e0e0;
    padding: 10px 30px 20px 30px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.cf-head-wrap .nav-sub .nav-subright h3 {
    font-size: 14px;
    color: #333;
    font-weight: 500;
    margin-top: 10px;
}

.cf-head-wrap .nav-sub .nav-subright h4 {
    font-size: 14px;
    color: #999;
    font-weight: 500;
    margin-top: 5px;
}

.cf-head-wrap .nav-sub .nav-subright span {
    color: #d72222 !important;
    font-weight: 600;
}

.cf-head-wrap .nav-sub img {
    vertical-align: middle;
    border: none;
    max-width: 100%;
    height: auto;
}
/**header区域-结束**/

/*footer区域-开始*/
.cf-footer-wrap {
    background: #f2f2f2;
    padding: 52px 0 20px;
    margin-top: 40px;
}
.foot {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.foot ul {
    display: flex;
}

.foot ul li {
}

.foot h3 {
    color: #000;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 16px;
}

.foot p {
    font-size: 14px;
    color: #000000;
    margin-bottom: 16px;
}

.foot a {
    color: #000;
    text-decoration: none;
}

.foot a:visited {
    color: #000;
    text-decoration: none;
}

.foot a:hover {
    color: #d72222;
    text-decoration: none;
}

.foot h3 a {
    color: #000;
    text-decoration: none;
}

.foot h3 a:visited {
    color: #000;
    text-decoration: none;
}

.foot h3 a:hover {
    color: #d72222;
    text-decoration: none;
}

.foot .foot-bg {
    background: url(../../images/web/qr_50.png) no-repeat;
    width: 100px;
    height: 100px;
}

.foot .foot-bg2 {
    background: url(../../images/web/qr2_53.png) no-repeat;
    width: 100px;
    height: 100px;
}

.foot .foot-bg3 {
    background: url(../../images/web/qr-sph.png) no-repeat;
    width: 100px;
    height: 100px;
}

.foot .foot-bg4 {
    background: url(../../images/web/qr-dy.png) no-repeat;
    width: 100px;
    height: 100px;
}


.foot .hotline {
    /*margin-left: 20px;*/
}

.foot .hotline .service-tel-wrap {
    margin-top: -7px;
    margin-bottom: 19px;
    display: flex;
    align-items: center;
}

.foot .hotline .tel-num {
    color: #C6171F;
    font-size: 26px;
    font-weight: bold;
    line-height: normal;
}

.foot .hotline .tel-icon {
    text-decoration: none;
    margin-left: 12px;
    width: 36px;
    height: 27px;
    display: inline-block;
    vertical-align: text-top;
    background: url(../../images/400-service-big.png) no-repeat center;
    background-size: 100% 100%;
}

.foot .hotline .service-time p {
    line-height: 32px;
}

.foot h4 {
    font-size: 16px;
    color: #000;
}

.foot h5 {
    font-size: 12px;
    color: #999;
    font-weight: 500;
}

.foot .foot-l {
    width: 128px;
    margin-right: 16px;
}

.foot .foot-l:last-child {
    margin-right: 0;
}

.foot .foot-l2 {
    margin-right: 30px;
}

.foot .foot-l2:last-child {
    margin-right: 0;
}

.foot .foot-l2 p {
    text-align: center;
    margin-top: 18px;
}

.foot .foot-l3 {
    width: 250px;
    float: right;
}

.foot .foot-boredr {
    background: #e1e1e1;
    height: 1px;
    width: 100%;
    margin: 15px 0 15px 0;
}

.foot-link {
    margin-top: 32px;
}

.foot-link h3 {
    font-size: 20px;
    color: #000;
    font-weight: bold;
}

.foot-link .foot-link-list {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.foot-link a {
    font-size: 16px;
    color: #000000;
    text-decoration: none;
}

.foot-link a:visited {
    color: #000000;
    text-decoration: none;
}

.foot-link a:hover {
    color: #d72222;
    text-decoration: none;
}

.foot-rights {
    display: flex;
    justify-content: space-between;
    padding-top: 21px;
    margin-top: 32px;
    border-top: 1px solid #D2D2D2;
}

.foot-rights a {
    color: #000000;
    text-decoration: none;
}

.foot-rights a:visited {
    color: #000000;
    text-decoration: none;
}

.foot-rights a:hover {
    color: #d72222;
    text-decoration: none;
}

.foot-rights .rights-right {
    display: flex;
    /*margin-left: 220px;*/
}

.foot .foot-md {
    margin-left: 42px !important;
}

.foot .foot-md2 {
    margin-left: 70px !important;
}

.foot .foot-l4 {
    width: 700px;
    float: left;
    color: #999;
    margin-top: 20px;
}

.foot .foot-l4 p {
    font-size: 13px;
    line-height: 26px;
}

.foot .foot-l5 {
    width: 350px;
    float: right;
    color: #999;
    margin-top: 20px;
}

.foot .foot-l5 p {
    font-size: 13px;
    line-height: 26px;
}

.foot .foot-l5 a {
    margin-left: 7px;
}


.cf-footer-wrap .comprehensive {
    padding-top: 20px;
}

.cf-footer-wrap .comprehensive h3 {
    font-size: 20px;
    color: #000;
    font-weight: bold;
}

.cf-footer-wrap .comprehensive ul {
    margin-top: 14px;
    display: flex;
}

.cf-footer-wrap .comprehensive ul li {
    margin-right: 30px;
}

.cf-footer-wrap .comprehensive .comprehensive-bg1 {
    display: block;
    background: url(../../images/web/logo-1.png?v=20230619) -238px 0 no-repeat;
    width: 144px;
    height: 40px;
}

.cf-footer-wrap .comprehensive .comprehensive-bg1:hover {
    background: url(../../images/web/logo-1.png?v=20230619) 0 0 no-repeat;
}

.cf-footer-wrap .comprehensive .comprehensive-bg2 {
    display: block;
    background: url(../../images/web/logo-1.png?v=20230619) -238px -58px no-repeat;
    width: 197px;
    height: 40px;
}

.cf-footer-wrap .comprehensive .comprehensive-bg2:hover {
    background: url(../../images/web/logo-1.png?v=20230619) 0 -58px no-repeat;
}

.cf-footer-wrap .comprehensive .comprehensive-bg3 {
    display: block;
    background: url(../../images/web/logo-1.png?v=20230619) -238px -118px no-repeat;
    width: 186px;
    height: 40px;
}

.cf-footer-wrap .comprehensive .comprehensive-bg3:hover {
    background: url(../../images/web/logo-1.png?v=20230619) 0 -118px no-repeat;
}

.cf-footer-wrap .comprehensive .comprehensive-bg4 {
    display: block;
    background: url(../../images/web/logo-1.png?v=20230619) -238px -178px no-repeat;
    width: 150px;
    height: 40px;
}

.cf-footer-wrap .comprehensive .comprehensive-bg4:hover {
    background: url(../../images/web/logo-1.png?v=20230619) 0 -178px no-repeat;
}

.cf-footer-wrap .comprehensive .comprehensive-bg5 {
    display: block;
    background: url(../../images/web/logo-1.png?v=20230619) -238px -238px no-repeat;
    width: 186px;
    height: 40px;
}

.cf-footer-wrap .comprehensive .comprehensive-bg5:hover {
    background: url(../../images/web/logo-1.png?v=20230619) 0 -238px no-repeat;
}

/**footer区域-开始**/

/**右侧漂浮窗-开始 **/
#right-float-window {
    width: 80px;
    position: fixed;
    z-index: 1000;
    right: 20px;
    bottom: 100px;
    outline: none;
    cursor: pointer;
    background: #fff;
    box-shadow: 0 2px 16px 0 rgba(0,0,0,0.16);
    border-radius: 8px;
}

#right-float-window ul li {
    width: 120px;
    position: relative;
    border-bottom: 1px solid #eee;
}

#right-float-window ul li:last-child {
    border-bottom: none;
}

#right-float-window ul li img {
    width: 120px;
    height: 120px;
    position: absolute;
    right: 140px;
    top: 0;
    display: none;
}

#right-float-window ul li .list-item {
    width: 80px;
    padding: 16px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#right-float-window ul li .list-item p {
    font-size: 12px;
    color: #333333;
    line-height: 17px;
    text-align: center;
}

#right-float-window #cf-live800 i {
    width: 36px;
    height: 34px;
    background: url('../../images/web/icon-service.png') no-repeat center;
    background-size: 100% 100%;
    margin: 0 auto;
}

#right-float-window #cf-app i  {
    width: 38px;
    height: 38px;
    background: url('../../images/web/icon-app.png') no-repeat center;
    background-size: 100% 100%;
    margin: 0 auto;
}

#right-float-window #cf-weixin i  {
    width: 36px;
    height: 36px;
    background: url('../../images/web/icon-wechat.png') no-repeat center;
    background-size: 100% 100%;
    margin: 0 auto;
}

#right-float-window #cf-jgxcx i {
    width: 38px;
    height: 38px;
    background: url('../../images/web/icon-small-routine.png') no-repeat center;
    background-size: 100% 100%;
    margin: 0 auto;
}
/**右侧漂浮窗-结束**/

/*内容展示区域-开始*/
.content-section {
    width: 1200px !important;
    margin: 0 auto 24px;
    padding: 0;
}

.breadcrumb-wrapper {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #858585;
    margin-top: 18px;
    padding: 0;
    background: #fafafa;
}
.breadcrumb-wrapper i {
    background:#d11c1c;
    border-radius:25px;
    width: 16px;
    height: 16px;
    color: #fff;
    text-align: center;
    line-height:16px;
    font-size: 10px;
    margin-right:5px;
}

.breadcrumb-wrapper a {
    color: #858585;
}

.breadcrumb-wrapper a:hover {
    color: #C6171F;
}

.breadcrumb-wrapper li.active {
    color: #292929 !important;
}

.content-section .content-wrapper {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.content-section .left-menu {
    width: 280px;
    /*min-height: 699px;*/
    padding: 24px 8px;
    margin-right: 40px;
    background: #FFFFFF;
    box-shadow: 0px 2px 16px 0px rgba(0,0,0,0.1);
    border-radius: 8px;
    box-sizing: border-box;
}

.content-section .left-menu ul {
    width: 100%;
}

.content-section .left-menu ul li {
    font-size: 16px;
    height: 42px;
    line-height: 42px;
    text-align: left;
    padding-left: 16px;
}

.content-section .left-menu ul li a {
    width: 100%;
    text-decoration: none;
    display: block;
    font-size: 16px;
    color: #292929;
}

.content-section .left-menu ul li a i {
    color: #C6171F;
    margin-right: 12px;
}

.content-section .left-menu ul li:hover {
    background: rgba(198,23,31,0.1);
    border-radius: 6px;
}
.content-section .left-menu ul li:hover a {
    color:#C6171F;
}

.content-section .left-menu ul li.active {
    background: linear-gradient( 180deg, #E53342 0%, #C6171F 100%);
    box-shadow: 0px 4px 16px 0px rgba(118,0,0,0.32);
    border-radius: 6px;
    color: #fff;
}

.content-section .left-menu ul li.active a {
    color: #fff;
}

.content-section .left-menu ul li.active a i {
    color: #fff;
}

.content-section .right-content {
    flex: 1;
    float: right;
    background: #FFFFFF;
    box-shadow: 0px 2px 16px 0px rgba(0,0,0,0.1);
    border-radius: 8px;
    padding: 24px;
}

.content-section .right-content .top-section {
    height: 42px;
    line-height: 42px;
    /*border-bottom: 1px solid #eaeaea;*/
    display: flex;
    justify-content: space-between;
}

.content-section .right-content .top-section h4 {
    display: inline-block;
}

.content-section .right-content .top-section .breadcrumb-wrapper {
    float: right;
    padding: 0px;
    margin-bottom: 0px;
    background-color: transparent;
    display: inline-block;
}

.content-section .right-content .bottom-section {
    padding: 10px 0;
}

.content-section .right-content .bottom-section ul.list li {
    background: rgba(0, 0, 0, 0) url("../../images/front/point.jpg") no-repeat scroll 0 18px;
    padding: 10px 5px 10px 20px;
    cursor: pointer;
    border-bottom: 1px solid #eee;
    display: flex;
}

.content-section .right-content .bottom-section ul.list li:hover {
    background: #f1f1f1 url(../../images/front/point.jpg) no-repeat 8px 20px;
}

.content-section .right-content .bottom-section ul.list li:hover > a {
    color: #c00;
}

.content-section .right-content .bottom-section ul.list li a {
    font-size: 16px;
    color: #292929;
    text-decoration: none;
    flex: 1;
    padding-right: 10px;
}

.content-section .right-content .bottom-section ul.list li span {
    float: right;
    color: #c6c6c6;
    font-size: 16px;
}

.content-section .right-content .tab .nav-tabs {
    width: 100%;
    padding-left: 1px;
    border-bottom: 0 none;
    background: #eaeaea;
    clear: both;
}

.content-section .right-content .tab .nav-tabs li a {
    background: transparent;
    border-radius: 0;
    font-size: 16px;
    border: none;
    color: #646464;
    padding: 12px 22px;
    outline: none;
}

.content-section .right-content .tab .nav-tabs li.active a {
    background: #fff none repeat scroll 0 0;
    border-top: 3px solid #b61c22;
    font-weight: 600;
}

.content-section .right-content .tab .tab-content {
    color: #5a5c5d;
    font-size: 14px;
    line-height: 24px;
    padding: 10px 0px;
}
/*内容展示区域-结束*/

.style-title {
    height: 32px;
    font-weight: bold;
    font-size: 20px;
    color: #3c3733;
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.style-title::before {
    content: '';
    display: block;
    width: 6px;
    height: 32px;
    background: linear-gradient(
            rgb(197, 9, 16) 18%,
            rgb(220, 103, 109) 18%,
            rgb(220, 103, 109) 58%,
            rgb(245, 199, 203) 58%
    );
    margin-right: 10px;
}

.style-title a {
    color: #3c3733;
    text-decoration: none;
}

.style-title h4 {
    font-weight: bold;
    font-size: 20px;
}

.clear {
    clear: both;
    overflow: hidden;
    font-size: 0;
    height: 0;
    line-height: 0;
}